You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This pr caused 2.0 tcc and 2.1 server incompatibility
The branch of 2.0 is registered on the tm side. This pr restricts that only at mode is allowed to find other channels to try to deliver.
2.1 locks the branch registration on the rm side, the application of tm and rm is different, so the branch registered in 2.0 cannot be sent to the rm side of 2.1 to complete during the upgrade process
The purpose of this pr is to prevent the same resourceid from being used in different applications, and then send it to another application to cause an exception.
Ⅱ. Describe what happened
If there is an exception, please attach the exception trace:
Just paste your stack trace here!
Ⅲ. Describe what you expected to happen
Ⅳ. How to reproduce it (as minimally and precisely as possible)
xxx
xxx
xxx
Minimal yet complete reproducer code (or URL to code):
Ⅴ. Anything else we need to know?
Ⅵ. Environment:
JDK version(e.g. java -version):
Seata server version: 2.1.0-SNAPSHOT
Database version:
OS(e.g. uname -a):
Others:
The text was updated successfully, but these errors were encountered:
我建议将这个otherApp的入参从isAT,改为一个配置项,以便向下兼容
I suggest changing the imported parameter of otherApp from isAT to a configuration item for backward compatibility
Ⅰ. Issue Description
#5153
这个pr导致了2.0 tcc和2.1server不兼容
This pr caused 2.0 tcc and 2.1 server incompatibility
The branch of 2.0 is registered on the tm side. This pr restricts that only at mode is allowed to find other channels to try to deliver.
2.1 locks the branch registration on the rm side, the application of tm and rm is different, so the branch registered in 2.0 cannot be sent to the rm side of 2.1 to complete during the upgrade process
The purpose of this pr is to prevent the same resourceid from being used in different applications, and then send it to another application to cause an exception.
Ⅱ. Describe what happened
If there is an exception, please attach the exception trace:
Ⅲ. Describe what you expected to happen
Ⅳ. How to reproduce it (as minimally and precisely as possible)
Minimal yet complete reproducer code (or URL to code):
Ⅴ. Anything else we need to know?
Ⅵ. Environment:
java -version
):uname -a
):The text was updated successfully, but these errors were encountered: