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


 discard fab5a1756 chore:redirect CUD task to master
 discard ac5587110 chore: improve
 discard 5f1759441 chore: computer node don't elected
 discard 0c6e7abe9 chore: improve
 discard 23b96692f chore: improve
 discard 4a832efa0 feat: support task auto manager by server role
     add 271d72c9f doc: update issue template & README file (#2131)
     add 1d524760e chore: cmn algorithm optimization (#2134)
     add 2c41d754a feat: support task auto manager by server role
     add 14f1987af chore: improve
     add 81fffa0cb chore: improve
     add 651c4b61e chore: computer node don't elected
     add a6245d9cd chore: improve
     add e92791049 chore:redirect CUD task to master
     add c9f0c7b7e chore: improve stable

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (fab5a1756)
            \
             N -- N -- N   refs/heads/zy_dev (c9f0c7b7e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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 ++++--
 .../org/apache/hugegraph/api/job/GremlinAPI.java   |  1 -
 .../org/apache/hugegraph/api/job/RebuildAPI.java   |  1 -
 .../apache/hugegraph/api/profile/ProfileAPI.java   |  5 +-
 .../backend/tx/GraphIndexTransaction.java          |  8 ++-
 .../org/apache/hugegraph/config/CoreOptions.java   | 12 ++---
 .../election/StandardRoleElectionStateMachine.java |  6 +++
 .../election/StandardRoleTypeDataAdapter.java      | 60 ++++++++++++++--------
 .../election/StandardStateMachineCallback.java     |  7 ---
 .../hugegraph/security/HugeSecurityManager.java    |  4 +-
 .../backend/store/rocksdb/RocksDBStdSessions.java  |  2 +-
 16 files changed, 122 insertions(+), 91 deletions(-)

Reply via email to