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
1 The meaning of MaxGlobalSessionSize and MaxBranchSessionSize is unclear, I suggest enabling new configuration items, such as MaxBranchSessionBytes to replace
2 In the code, obviously the globalsession is too large, but it prompts that it becomes a branchsession, which is very wrong
Based on the above problems, I hope the community can come up with a good solution to optimize this problem
Ⅱ. 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 client/server version:
Database version:
OS(e.g. uname -a):
Others:
The text was updated successfully, but these errors were encountered:
funky-eyes
changed the title
MaxGlobalSessionSize and MaxBranchSessionSize should be stopped beforehand, not afterwards
MaxGlobalSessionSize not MaxBranchSessionSize
Dec 23, 2023
I took a look at this naming, and there are some other xx_SIZE. I think this default convention, if not specified, is bytes. Do you have any suggestions?
Ⅰ. Issue Description
1.MaxGlobalSessionSize和MaxBranchSessionSize的含义不清,我建议启用新的配置项,比如MaxBranchSessionBytes来取代
2.在代码上,明明是globalsession过大,却提示成了branchsession,这非常不对
基于以上几个问题,我希望社区可以提出一个良好的解决方案来优化此问题
1 The meaning of MaxGlobalSessionSize and MaxBranchSessionSize is unclear, I suggest enabling new configuration items, such as MaxBranchSessionBytes to replace
2 In the code, obviously the globalsession is too large, but it prompts that it becomes a branchsession, which is very wrong
Based on the above problems, I hope the community can come up with a good solution to optimize this problem
Ⅱ. 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: