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/05/22 02:39:54 UTC

[incubator-hugegraph] branch zy_dev updated (3539c5346 -> d087eca89)

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


    omit 3539c5346 improve
    omit 79c00ea91 improve
    omit d7ba63acf improve
    omit 16f693478 fix: rocksdb
    omit b13bf6dfb improve
    omit 788a948c8 improve
    omit 574ddd5e6 improve
    omit 710b1614e improve
    omit a63b8080e improve
    omit 37cb43c63 improve code
    omit 8441b2a67 chore: single task and batch consume remove left index task
     add 0f2faf48d fix: remove dup 'From' in filterExpiredResultFromFromBackend (#2207)
     add f23c64893 refact(core): early stop unnecessary loops in edge cache (#2211)
     add d837517fc chore: single task and batch consume remove left index task
     add e29bcdd88 improve code
     add ec857a346 improve
     add 134cd5279 improve
     add 616c64ddc improve
     add d834204fb improve
     add 83923bbb0 improve
     add a124f30f0 fix: rocksdb
     add 64cf79ed4 improve
     add 8ed14d86c improve
     add df28ad96b improve
     add d087eca89 improve

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   (3539c5346)
            \
             N -- N -- N   refs/heads/zy_dev (d087eca89)

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:
 .../apache/hugegraph/backend/cache/CachedGraphTransaction.java   | 1 +
 .../org/apache/hugegraph/backend/tx/GraphIndexTransaction.java   | 6 ------
 .../java/org/apache/hugegraph/backend/tx/GraphTransaction.java   | 9 ++++-----
 .../org/apache/hugegraph/backend/tx/IndexableTransaction.java    | 2 +-
 .../java/org/apache/hugegraph/backend/tx/SchemaTransaction.java  | 2 +-
 5 files changed, 7 insertions(+), 13 deletions(-)