rocketmq icon indicating copy to clipboard operation
rocketmq copied to clipboard

[ISSUE#2819]fix: Synchronize the consumerOffset.json、delayOffset.json and subscriptionGroup.json using 10909

Open sunxi92 opened this issue 4 years ago • 2 comments

The port 10909 is used to synchronous the topic.json, but the port 10911 is used to synchronous consumerOffset.json、delayOffset.json and subscriptionGroup.json.

#2819

sunxi92 avatar Apr 22 '21 02:04 sunxi92

Coverage Status

Coverage increased (+0.009%) to 51.847% when pulling 2617efae727b56b186c536ea57ef351d4a0d4c61 on sunxi92:bugfix-syncAll into b4240d5cea8d001c21b9c0d73f5aa700fcd0d568 on apache:master.

coveralls avatar Apr 22 '21 03:04 coveralls

Codecov Report

Merging #2829 (2617efa) into master (3ae2517) will increase coverage by 0.03%. The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #2829      +/-   ##
============================================
+ Coverage     45.98%   46.02%   +0.03%     
- Complexity     4320     4326       +6     
============================================
  Files           547      547              
  Lines         36236    36236              
  Branches       4808     4808              
============================================
+ Hits          16663    16676      +13     
+ Misses        17490    17471      -19     
- Partials       2083     2089       +6     
Impacted Files Coverage Δ Complexity Δ
...org/apache/rocketmq/broker/out/BrokerOuterAPI.java 46.47% <0.00%> (ø) 12.00 <0.00> (ø)
...ketmq/client/impl/consumer/PullMessageService.java 71.11% <0.00%> (-8.89%) 8.00% <0.00%> (-2.00%)
...mq/client/impl/consumer/RebalanceLitePullImpl.java 49.15% <0.00%> (-5.09%) 10.00% <0.00%> (-1.00%)
...ketmq/common/protocol/body/ConsumerConnection.java 95.83% <0.00%> (-4.17%) 13.00% <0.00%> (-1.00%)
...ava/org/apache/rocketmq/test/util/VerifyUtils.java 46.26% <0.00%> (-2.99%) 14.00% <0.00%> (-1.00%)
...client/consumer/store/RemoteBrokerOffsetStore.java 67.56% <0.00%> (-1.81%) 20.00% <0.00%> (-2.00%)
.../rocketmq/broker/filter/ConsumerFilterManager.java 72.19% <0.00%> (-1.80%) 33.00% <0.00%> (ø%)
...ava/org/apache/rocketmq/filter/util/BitsArray.java 58.11% <0.00%> (-1.71%) 29.00% <0.00%> (-1.00%)
...etmq/client/latency/LatencyFaultToleranceImpl.java 50.00% <0.00%> (-1.29%) 8.00% <0.00%> (ø%)
...pl/consumer/ConsumeMessageConcurrentlyService.java 42.71% <0.00%> (-0.98%) 10.00% <0.00%> (ø%)
... and 13 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3ae2517...2617efa. Read the comment docs.

codecov-commenter avatar Apr 22 '21 03:04 codecov-commenter

This PR is stale because it has been open for 365 days with no activity. It will be closed in 3 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this PR.

github-actions[bot] avatar Feb 22 '24 00:02 github-actions[bot]

This PR was closed because it has been inactive for 3 days since being marked as stale.

github-actions[bot] avatar Feb 25 '24 00:02 github-actions[bot]