You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by GitBox <gi...@apache.org> on 2022/08/16 01:22:57 UTC

[GitHub] [incubator-hugegraph] zyxxoo commented on a diff in pull request #1943: feat(core): cluster role automatic management

zyxxoo commented on code in PR #1943:
URL: https://github.com/apache/incubator-hugegraph/pull/1943#discussion_r946259064


##########
hugegraph-core/src/main/java/com/baidu/hugegraph/election/MetaData.java:
##########
@@ -0,0 +1,45 @@
+package com.baidu.hugegraph.election;
+
+import java.util.Objects;
+
+public class MetaData {
+
+    String node;
+    long count;

Review Comment:
   maybe int is enough



-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@hugegraph.apache.org

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