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 85b722a07 fix: 401
add 91667060f improve
No new revisions were added by this update.
Summary of changes:
.../hugegraph/api/filter/RedirectFilter.java | 29 +++++++----
.../org/apache/hugegraph/core/GraphManager.java | 12 ++++-
.../{RoleTypeData.java => ClusterRole.java} | 10 ++--
.../hugegraph/election/GlobalMasterInfo.java | 8 +--
.../hugegraph/election/RoleTypeDataAdapter.java | 4 +-
.../election/StandardRoleElectionStateMachine.java | 58 +++++++++++-----------
.../election/StandardRoleTypeDataAdapter.java | 53 ++++++++++----------
.../election/StandardStateMachineCallback.java | 11 ++--
.../hugegraph/security/HugeSecurityManager.java | 14 +++---
.../core/RoleElectionStateMachineTest.java | 20 ++++----
10 files changed, 120 insertions(+), 99 deletions(-)
rename
hugegraph-core/src/main/java/org/apache/hugegraph/election/{RoleTypeData.java
=> ClusterRole.java} (89%)