You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tubemq.apache.org by GitBox <gi...@apache.org> on 2020/12/20 07:10:03 UTC

[GitHub] [incubator-tubemq] gosonzhang opened a new pull request #355: [TUBEMQ-463]Adjust Master rebalance process implementation

gosonzhang opened a new pull request #355:
URL: https://github.com/apache/incubator-tubemq/pull/355


   1. Increase the rebalance parallelism control parameter rebalanceParallel in master.ini
   2. Process rebalance based on parallelism


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-tubemq] codecov-io edited a comment on pull request #355: [TUBEMQ-463]Adjust Master rebalance process implementation

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on pull request #355:
URL: https://github.com/apache/incubator-tubemq/pull/355#issuecomment-748572592


   # [Codecov](https://codecov.io/gh/apache/incubator-tubemq/pull/355?src=pr&el=h1) Report
   > Merging [#355](https://codecov.io/gh/apache/incubator-tubemq/pull/355?src=pr&el=desc) (73c4733) into [TUBEMQ-452](https://codecov.io/gh/apache/incubator-tubemq/commit/d3d83dd69c83c54ee930dfb124e861ec703d3197?el=desc) (d3d83dd) will **decrease** coverage by `0.00%`.
   > The diff coverage is `1.53%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/incubator-tubemq/pull/355/graphs/tree.svg?width=650&height=150&src=pr&token=1EUK92O9K2)](https://codecov.io/gh/apache/incubator-tubemq/pull/355?src=pr&el=tree)
   
   ```diff
   @@               Coverage Diff               @@
   ##             TUBEMQ-452    #355      +/-   ##
   ===============================================
   - Coverage          7.75%   7.74%   -0.01%     
     Complexity          466     466              
   ===============================================
     Files               261     261              
     Lines             27998   28015      +17     
     Branches           4597    4603       +6     
   ===============================================
   + Hits               2170    2171       +1     
   - Misses            25354   25369      +15     
   - Partials            474     475       +1     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/incubator-tubemq/pull/355?src=pr&el=tree) | Coverage Δ | Complexity Δ | |
   |---|---|---|---|
   | [.../java/org/apache/tubemq/server/master/TMaster.java](https://codecov.io/gh/apache/incubator-tubemq/pull/355/diff?src=pr&el=tree#diff-dHViZW1xLXNlcnZlci9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvdHViZW1xL3NlcnZlci9tYXN0ZXIvVE1hc3Rlci5qYXZh) | `0.00% <0.00%> (ø)` | `0.00 <0.00> (ø)` | |
   | [.../org/apache/tubemq/server/master/MasterConfig.java](https://codecov.io/gh/apache/incubator-tubemq/pull/355/diff?src=pr&el=tree#diff-dHViZW1xLXNlcnZlci9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvdHViZW1xL3NlcnZlci9tYXN0ZXIvTWFzdGVyQ29uZmlnLmphdmE=) | `34.95% <16.66%> (-0.37%)` | `27.00 <0.00> (ø)` | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/incubator-tubemq/pull/355?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/incubator-tubemq/pull/355?src=pr&el=footer). Last update [d3d83dd...73c4733](https://codecov.io/gh/apache/incubator-tubemq/pull/355?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-tubemq] codecov-io edited a comment on pull request #355: [TUBEMQ-463]Adjust Master rebalance process implementation

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on pull request #355:
URL: https://github.com/apache/incubator-tubemq/pull/355#issuecomment-748572592


   # [Codecov](https://codecov.io/gh/apache/incubator-tubemq/pull/355?src=pr&el=h1) Report
   > Merging [#355](https://codecov.io/gh/apache/incubator-tubemq/pull/355?src=pr&el=desc) (4e5cf5c) into [TUBEMQ-452](https://codecov.io/gh/apache/incubator-tubemq/commit/d3d83dd69c83c54ee930dfb124e861ec703d3197?el=desc) (d3d83dd) will **increase** coverage by `0.02%`.
   > The diff coverage is `1.49%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/incubator-tubemq/pull/355/graphs/tree.svg?width=650&height=150&src=pr&token=1EUK92O9K2)](https://codecov.io/gh/apache/incubator-tubemq/pull/355?src=pr&el=tree)
   
   ```diff
   @@               Coverage Diff               @@
   ##             TUBEMQ-452    #355      +/-   ##
   ===============================================
   + Coverage          7.75%   7.77%   +0.02%     
     Complexity          466     466              
   ===============================================
     Files               261     261              
     Lines             27998   28017      +19     
     Branches           4597    4603       +6     
   ===============================================
   + Hits               2170    2178       +8     
   - Misses            25354   25365      +11     
     Partials            474     474              
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/incubator-tubemq/pull/355?src=pr&el=tree) | Coverage Δ | Complexity Δ | |
   |---|---|---|---|
   | [.../java/org/apache/tubemq/server/master/TMaster.java](https://codecov.io/gh/apache/incubator-tubemq/pull/355/diff?src=pr&el=tree#diff-dHViZW1xLXNlcnZlci9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvdHViZW1xL3NlcnZlci9tYXN0ZXIvVE1hc3Rlci5qYXZh) | `0.00% <0.00%> (ø)` | `0.00 <0.00> (ø)` | |
   | [.../org/apache/tubemq/server/master/MasterConfig.java](https://codecov.io/gh/apache/incubator-tubemq/pull/355/diff?src=pr&el=tree#diff-dHViZW1xLXNlcnZlci9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvdHViZW1xL3NlcnZlci9tYXN0ZXIvTWFzdGVyQ29uZmlnLmphdmE=) | `34.95% <16.66%> (-0.37%)` | `27.00 <0.00> (ø)` | |
   | [.../java/org/apache/flume/sink/tubemq/TubemqSink.java](https://codecov.io/gh/apache/incubator-tubemq/pull/355/diff?src=pr&el=tree#diff-dHViZW1xLWNvbm5lY3RvcnMvdHViZW1xLWNvbm5lY3Rvci1mbHVtZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvZmx1bWUvc2luay90dWJlbXEvVHViZW1xU2luay5qYXZh) | `55.42% <0.00%> (+4.00%)` | `14.00% <0.00%> (ø%)` | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/incubator-tubemq/pull/355?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/incubator-tubemq/pull/355?src=pr&el=footer). Last update [d3d83dd...4e5cf5c](https://codecov.io/gh/apache/incubator-tubemq/pull/355?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-tubemq] gosonzhang merged pull request #355: [TUBEMQ-463]Adjust Master rebalance process implementation

Posted by GitBox <gi...@apache.org>.
gosonzhang merged pull request #355:
URL: https://github.com/apache/incubator-tubemq/pull/355


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-tubemq] codecov-io commented on pull request #355: [TUBEMQ-463]Adjust Master rebalance process implementation

Posted by GitBox <gi...@apache.org>.
codecov-io commented on pull request #355:
URL: https://github.com/apache/incubator-tubemq/pull/355#issuecomment-748572592


   # [Codecov](https://codecov.io/gh/apache/incubator-tubemq/pull/355?src=pr&el=h1) Report
   > Merging [#355](https://codecov.io/gh/apache/incubator-tubemq/pull/355?src=pr&el=desc) (448d622) into [TUBEMQ-452](https://codecov.io/gh/apache/incubator-tubemq/commit/d3d83dd69c83c54ee930dfb124e861ec703d3197?el=desc) (d3d83dd) will **increase** coverage by `0.02%`.
   > The diff coverage is `1.53%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/incubator-tubemq/pull/355/graphs/tree.svg?width=650&height=150&src=pr&token=1EUK92O9K2)](https://codecov.io/gh/apache/incubator-tubemq/pull/355?src=pr&el=tree)
   
   ```diff
   @@               Coverage Diff               @@
   ##             TUBEMQ-452    #355      +/-   ##
   ===============================================
   + Coverage          7.75%   7.77%   +0.02%     
     Complexity          466     466              
   ===============================================
     Files               261     261              
     Lines             27998   28015      +17     
     Branches           4597    4603       +6     
   ===============================================
   + Hits               2170    2178       +8     
   - Misses            25354   25363       +9     
     Partials            474     474              
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/incubator-tubemq/pull/355?src=pr&el=tree) | Coverage Δ | Complexity Δ | |
   |---|---|---|---|
   | [.../java/org/apache/tubemq/server/master/TMaster.java](https://codecov.io/gh/apache/incubator-tubemq/pull/355/diff?src=pr&el=tree#diff-dHViZW1xLXNlcnZlci9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvdHViZW1xL3NlcnZlci9tYXN0ZXIvVE1hc3Rlci5qYXZh) | `0.00% <0.00%> (ø)` | `0.00 <0.00> (ø)` | |
   | [.../org/apache/tubemq/server/master/MasterConfig.java](https://codecov.io/gh/apache/incubator-tubemq/pull/355/diff?src=pr&el=tree#diff-dHViZW1xLXNlcnZlci9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvdHViZW1xL3NlcnZlci9tYXN0ZXIvTWFzdGVyQ29uZmlnLmphdmE=) | `34.95% <16.66%> (-0.37%)` | `27.00 <0.00> (ø)` | |
   | [.../java/org/apache/flume/sink/tubemq/TubemqSink.java](https://codecov.io/gh/apache/incubator-tubemq/pull/355/diff?src=pr&el=tree#diff-dHViZW1xLWNvbm5lY3RvcnMvdHViZW1xLWNvbm5lY3Rvci1mbHVtZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvZmx1bWUvc2luay90dWJlbXEvVHViZW1xU2luay5qYXZh) | `55.42% <0.00%> (+4.00%)` | `14.00% <0.00%> (ø%)` | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/incubator-tubemq/pull/355?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/incubator-tubemq/pull/355?src=pr&el=footer). Last update [d3d83dd...73c4733](https://codecov.io/gh/apache/incubator-tubemq/pull/355?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-tubemq] yuanboliu commented on pull request #355: [TUBEMQ-463]Adjust Master rebalance process implementation

Posted by GitBox <gi...@apache.org>.
yuanboliu commented on pull request #355:
URL: https://github.com/apache/incubator-tubemq/pull/355#issuecomment-748578304


   +1 
   LGTM


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org