-
Couldn't load subscription status.
- Fork 8.9k
optimize: auto degrade unable dynamic configure #4590
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
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #4590 +/- ##
==========================================
Coverage 49.29% 49.30%
- Complexity 4116 4117 +1
==========================================
Files 737 737
Lines 25778 25790 +12
Branches 3187 3189 +2
==========================================
+ Hits 12708 12715 +7
- Misses 11721 11727 +6
+ Partials 1349 1348 -1
|
spring/src/main/java/io/seata/spring/annotation/GlobalTransactionalInterceptor.java
Outdated
Show resolved
Hide resolved
spring/src/main/java/io/seata/spring/annotation/GlobalTransactionalInterceptor.java
Outdated
Show resolved
Hide resolved
spring/src/main/java/io/seata/spring/annotation/GlobalTransactionalInterceptor.java
Outdated
Show resolved
Hide resolved
spring/src/main/java/io/seata/spring/annotation/GlobalTransactionalInterceptor.java
Outdated
Show resolved
Hide resolved
spring/src/main/java/io/seata/spring/annotation/GlobalTransactionalInterceptor.java
Outdated
Show resolved
Hide resolved
spring/src/main/java/io/seata/spring/annotation/GlobalTransactionalInterceptor.java
Outdated
Show resolved
Hide resolved
spring/src/main/java/io/seata/spring/annotation/GlobalTransactionalInterceptor.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM pr登记一下
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
977dd99 to
796bd97
Compare
Ⅰ. Describe what this PR did
自动降级如果一开始为false,运行中也无法通过修改配置来动态开启
Ⅱ. Does this pull request fix one issue?
fixes #4491
Ⅲ. Why don't you add test cases (unit test/integration test)?
Ⅳ. Describe how to verify it
Ⅴ. Special notes for reviews