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

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


    from 405ec6e8c Merge branch 'master' into fix-license
     add 614d47159 fix: transfer add_peer/remove_peer command to leader (#2112)
     add 271d72c9f doc: update issue template & README file (#2131)
     add 1d524760e chore: cmn algorithm optimization (#2134)
     add 9f8f42e0b Merge branch 'master' into fix-license

No new revisions were added by this update.

Summary of changes:
 .github/ISSUE_TEMPLATE/bug_report.yml              | 32 ++++++++++----------
 .github/ISSUE_TEMPLATE/config.yml                  |  8 ++---
 .github/ISSUE_TEMPLATE/feature_request.yml         |  2 +-
 .github/ISSUE_TEMPLATE/question_ask.yml            | 35 ++++++++++++----------
 CONTRIBUTING.md                                    | 15 +++++-----
 README.md                                          | 15 ++++++----
 .../apache/hugegraph/api/profile/ProfileAPI.java   |  5 ++--
 .../hugegraph/backend/store/raft/RaftContext.java  |  4 +++
 .../backend/store/raft/RaftGroupManagerImpl.java   | 34 ++++++++++++++-------
 ...tLeaderProcessor.java => AddPeerProcessor.java} | 33 ++++++++++----------
 ...aderProcessor.java => RemovePeerProcessor.java} | 33 ++++++++++----------
 .../backend/tx/GraphIndexTransaction.java          |  8 +++--
 .../hugegraph/security/HugeSecurityManager.java    |  4 +--
 hugegraph-core/src/main/resources/proto/raft.proto | 16 ++++++++++
 .../backend/store/rocksdb/RocksDBStdSessions.java  |  2 +-
 15 files changed, 147 insertions(+), 99 deletions(-)
 copy 
hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/{SetLeaderProcessor.java
 => AddPeerProcessor.java} (77%)
 copy 
hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/{SetLeaderProcessor.java
 => RemovePeerProcessor.java} (77%)

Reply via email to