-
Notifications
You must be signed in to change notification settings - Fork 26.4k
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
Update StandardMetadataServiceURLBuilder.java #12684
Conversation
修复SIDE_KEY设置被覆盖问题
Codecov Report
@@ Coverage Diff @@
## 3.1 #12684 +/- ##
============================================
- Coverage 64.93% 64.93% -0.01%
Complexity 14 14
============================================
Files 1433 1433
Lines 60130 60130
Branches 8857 8857
============================================
- Hits 39048 39043 -5
- Misses 16989 16996 +7
+ Partials 4093 4091 -2
... and 26 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
Already fixed in #11936
应该不是同个问题,11936是本服务的MetadataService线程池覆盖了业务接口线程池,而这个issues的问题是,业务接口线程池被调用的其他服务暴露出来的MetadataService生成的客户端线程池所覆盖 |
Kudos, SonarCloud Quality Gate passed! |
修复SIDE_KEY设置被覆盖,导致服务端线程池被覆盖问题
issues:#12683
What is the purpose of the change
Brief changelog
Verifying this change
Checklist