-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Today, I encountered a new problem while learning how to build seata, which has been bothering me for a long time. I didn't expect it to be because of something. Please help me #27391
Comments
Hi, kind regards, |
ok,now my network can not connect to github ,I will update my issue in the Afternoon
…---原始邮件---
发件人: ***@***.***>
发送时间: 2023年7月24日(周一) 上午9:54
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [apache/shardingsphere] 今天学习搭建seata的时候遇到了一个新问题,困扰了很久,是在是想不到是因为什么了,求帮助 (Issue #27391)
Hi,
Could you pls translate your issue into English? We are a global community, we need to let everyone understand your issue, thx!
kind regards,
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
@aixiangbaiyun pls update this issue to English. |
There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale. |
hahaha,no one cares about you |
There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale. |
|
version seata1.5.2, nacos 2.1.0
My service can start normally, and during the process of submitting transactions, the xid can always be seen. When calling another service, the xid did indeed pass through, but no matter what I submit, there is always no record of the transaction in the transaction table of seata. Also, when my service A calls service B and service B encounters an error, service A will not roll back. After reading many online posts and trying one by one, I still don't have the answer I want. There is one more thing that I care about. When my service started successfully, I thought there should be the words' register RM success' and 'register TM success'. Now only' register RM success' appears, I really don't understand!!!
Code for my services A and B
service a call service b‘s log
service start log
springboot version is 2.7.7, my pom is below
seata-service's setting
application.yml
seataServer.properties
The text was updated successfully, but these errors were encountered: