You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by va...@apache.org on 2023/03/06 02:58:19 UTC

[incubator-hugegraph] branch zy_dev updated (3b095799a -> c2ccfaceb)

This is an automated email from the ASF dual-hosted git repository.

vaughn pushed a change to branch zy_dev
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git


    from 3b095799a chore: improve code
     add c2ccfaceb chore: improve

No new revisions were added by this update.

Summary of changes:
 .../hugegraph/auth/StandardAuthenticator.java      |  4 ++--
 .../org/apache/hugegraph/core/GraphManager.java    |  4 ++--
 .../org/apache/hugegraph/StandardHugeGraph.java    |  6 +++---
 .../apache/hugegraph/masterelection/Config.java    |  2 +-
 ...eMachineConfig.java => RoleElectionConfig.java} | 17 ++++++++---------
 .../masterelection/RoleElectionOptions.java        | 22 ++++++++++++----------
 .../masterelection/StandardClusterRoleStore.java   |  2 +-
 .../StandardRoleElectionStateMachine.java          |  2 +-
 .../org/apache/hugegraph/dist/RegisterUtil.java    |  2 ++
 .../core/RoleElectionStateMachineTest.java         |  2 +-
 10 files changed, 33 insertions(+), 30 deletions(-)
 rename hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/{HugeRoleStateMachineConfig.java => RoleElectionConfig.java} (79%)