Skip to content
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

[ISSUE #6174] Small optimization of Proxy code and logic #6175

Merged
merged 9 commits into from
Feb 27, 2023

Conversation

socutes
Copy link
Contributor

@socutes socutes commented Feb 25, 2023

close #6174

@codecov-commenter
Copy link

Codecov Report

Merging #6175 (b12641b) into develop (7cfffe7) will increase coverage by 0.01%.
The diff coverage is 50.00%.

@@              Coverage Diff              @@
##             develop    #6175      +/-   ##
=============================================
+ Coverage      43.18%   43.19%   +0.01%     
+ Complexity      8852     8850       -2     
=============================================
  Files           1094     1094              
  Lines          77153    77154       +1     
  Branches       10063    10063              
=============================================
+ Hits           33321    33330       +9     
+ Misses         39665    39655      -10     
- Partials        4167     4169       +2     
Impacted Files Coverage Δ
...ava/org/apache/rocketmq/proxy/grpc/GrpcServer.java 0.00% <0.00%> (ø)
...etmq/proxy/grpc/v2/channel/GrpcChannelManager.java 44.18% <100.00%> (+15.61%) ⬆️
...va/org/apache/rocketmq/store/FlushDiskWatcher.java 81.25% <0.00%> (-9.38%) ⬇️
...org/apache/rocketmq/store/ha/WaitNotifyObject.java 80.35% <0.00%> (-5.36%) ⬇️
...he/rocketmq/client/trace/AsyncTraceDispatcher.java 82.21% <0.00%> (-2.41%) ⬇️
...a/org/apache/rocketmq/filter/util/BloomFilter.java 60.43% <0.00%> (-2.20%) ⬇️
.../rocketmq/broker/filter/ConsumerFilterManager.java 72.19% <0.00%> (-0.90%) ⬇️
...che/rocketmq/acl/plain/PlainPermissionManager.java 78.22% <0.00%> (-0.54%) ⬇️
...ent/impl/consumer/DefaultLitePullConsumerImpl.java 68.17% <0.00%> (-0.47%) ⬇️
...e/rocketmq/namesrv/routeinfo/RouteInfoManager.java 63.25% <0.00%> (-0.33%) ⬇️
... and 11 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@socutes
Copy link
Contributor Author

socutes commented Feb 25, 2023

@zhouxinyu PTAL

Copy link
Contributor

@xdkxlk xdkxlk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@xdkxlk xdkxlk merged commit ed84914 into apache:develop Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Small optimization of Proxy code and logic
4 participants