This is an automated email from the ASF dual-hosted git repository.
jin pushed a change to branch sofa-rpc
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git
from aae62e0b3 Merge branch 'master' into sofa-rpc
add 66c47cbd9 downgrade sofa-rpc to 5.12.
No new revisions were added by this update.
Summary of changes:
hugegraph-commons/hugegraph-rpc/pom.xml | 66 +++++++++++-----------
hugegraph-server/hugegraph-api/pom.xml | 1 +
.../java/org/apache/hugegraph/HugeGraphParams.java | 1 -
.../backend/serializer/BinaryBackendEntry.java | 3 +-
.../backend/serializer/BinarySerializer.java | 12 ++--
.../hugegraph/backend/tx/GraphTransaction.java | 15 +++--
.../hugegraph/backend/tx/SchemaTransactionV2.java | 3 +-
.../cent/BetweennessCentralityAlgorithmV2.java | 1 -
.../hugegraph/job/schema/EdgeLabelRemoveJob.java | 1 -
.../hugegraph/job/schema/IndexLabelRebuildJob.java | 1 -
.../hugegraph/job/schema/IndexLabelRemoveJob.java | 1 -
.../job/schema/OlapPropertyKeyClearJob.java | 1 -
.../job/schema/OlapPropertyKeyCreateJob.java | 1 -
.../job/schema/OlapPropertyKeyRemoveJob.java | 1 -
.../hugegraph/job/schema/VertexLabelRemoveJob.java | 1 -
.../hugegraph/masterelection/GlobalMasterInfo.java | 2 +-
.../java/org/apache/hugegraph/meta/MetaDriver.java | 26 ++++-----
.../hugegraph/meta/lock/EtcdDistributedLock.java | 11 ++--
.../schema/builder/PropertyKeyBuilder.java | 8 +--
.../schema/builder/VertexLabelBuilder.java | 16 +++---
.../org/apache/hugegraph/space/GraphSpace.java | 1 -
.../org/apache/hugegraph/structure/HugeIndex.java | 3 +-
.../org/apache/hugegraph/task/HugeTaskResult.java | 6 --
23 files changed, 85 insertions(+), 97 deletions(-)