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

Fix raft-tools script small bug #1416

Merged
merged 2 commits into from
Apr 16, 2021
Merged

Fix raft-tools script small bug #1416

merged 2 commits into from
Apr 16, 2021

Conversation

Linary
Copy link
Contributor

@Linary Linary commented Apr 8, 2021

Change-Id: I5b095d19f58b58113ae903578ad6a1377aa52119

Change-Id: I5b095d19f58b58113ae903578ad6a1377aa52119
@codecov
Copy link

codecov bot commented Apr 8, 2021

Codecov Report

Merging #1416 (eaf8ed6) into master (39b9474) will decrease coverage by 0.10%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1416      +/-   ##
============================================
- Coverage     62.09%   61.99%   -0.11%     
+ Complexity     5854     5853       -1     
============================================
  Files           386      387       +1     
  Lines         32290    32374      +84     
  Branches       4506     4524      +18     
============================================
+ Hits          20052    20070      +18     
- Misses        10201    10258      +57     
- Partials       2037     2046       +9     
Impacted Files Coverage Δ Complexity Δ
...ain/java/com/baidu/hugegraph/api/raft/RaftAPI.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...graph/backend/store/raft/RaftGroupManagerImpl.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...in/java/com/baidu/hugegraph/dist/RegisterUtil.java 65.97% <0.00%> (-7.59%) 19.00% <0.00%> (ø%)
...va/com/baidu/hugegraph/task/ServerInfoManager.java 70.22% <0.00%> (-3.38%) 50.00% <0.00%> (-2.00%)
...ain/java/com/baidu/hugegraph/task/TaskManager.java 71.11% <0.00%> (-1.49%) 26.00% <0.00%> (ø%)
.../main/java/com/baidu/hugegraph/util/Consumers.java 44.21% <0.00%> (-0.38%) 18.00% <0.00%> (ø%)
...a/com/baidu/hugegraph/backend/query/Condition.java 78.46% <0.00%> (-0.37%) 32.00% <0.00%> (ø%)
...n/java/com/baidu/hugegraph/config/CoreOptions.java 99.45% <0.00%> (ø) 2.00% <0.00%> (ø%)
...com/baidu/hugegraph/auth/ContextGremlinServer.java 53.84% <0.00%> (ø) 0.00% <0.00%> (ø%)
...om/baidu/hugegraph/auth/StandardAuthenticator.java 0.00% <0.00%> (ø) 0.00% <0.00%> (ø%)
... and 8 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 39b9474...eaf8ed6. Read the comment docs.

javeme
javeme previously approved these changes Apr 9, 2021
echo " -t,--transfer-leader \${graph} \${group} \${endpoint} transfer leader to specified endpoint for graph, can be used on leader node"
echo " -a,--add-peer \${graph} \${group} \${endpoint} add peer for graph, can be used on leader node"
echo " -r,--remove-peer \${graph} \${group} \${endpoint} remove peer for graph, can be used on leader node"
echo " -l,--list_peers \${graph} \${group} list all peers' endpoints for graph, can be used on leader or follower node"
Copy link
Contributor

Choose a reason for hiding this comment

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

keep “-”

Change-Id: I3eedce199cae965d8ed2d64708d059298acb5356
@zhoney zhoney merged commit 00f93e6 into master Apr 16, 2021
@zhoney zhoney deleted the fix-raft-tools-bug branch April 16, 2021 11:47
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.

4 participants