You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by ya...@apache.org on 2024/03/29 03:45:40 UTC

(incubator-hugegraph) 04/08: Merge branch 'pd-store' of github.com:apache/incubator-hugegraph into pd-store-jacky

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

yangjiaqi pushed a commit to branch pd-store-jacky
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git

commit 1d13a7a3cf65c0606351ad4d577bf32fe044b0a2
Merge: 626f52797 6565a2213
Author: JackyYangPassion <ya...@gmail.com>
AuthorDate: Mon Mar 4 19:46:58 2024 +0800

    Merge branch 'pd-store' of github.com:apache/incubator-hugegraph into pd-store-jacky

 .editorconfig                                      |  5 ++-
 .../apache/hugegraph/api/gremlin/GremlinAPI.java   |  2 +
 .../hugegraph/backend/cache/CacheManager.java      |  4 ++
 .../backend/cache/CachedSchemaTransactionV2.java   |  3 +-
 .../org/apache/hugegraph/job/schema/SchemaJob.java |  7 ++--
 .../backend/store/hstore/HstoreMetrics.java        | 44 ++++++++++++++++++++++
 .../backend/store/hstore/HstoreSessions.java       |  2 +
 .../backend/store/hstore/HstoreSessionsImpl.java   | 13 ++++++-
 .../backend/store/hstore/HstoreStore.java          | 10 ++++-
 .../org/apache/hugegraph/api/MetricsApiTest.java   |  3 ++
 .../org/apache/hugegraph/core/BaseCoreTest.java    |  9 +++++
 .../org/apache/hugegraph/core/EdgeCoreTest.java    |  1 +
 .../org/apache/hugegraph/core/MultiGraphsTest.java | 14 +++----
 .../hugegraph/store/client/grpc/KvPageScanner.java |  6 +--
 hugegraph-style.xml                                |  1 +
 pom.xml                                            |  6 ++-
 16 files changed, 107 insertions(+), 23 deletions(-)