This is an automated email from the ASF dual-hosted git repository.
jin pushed a change to branch release-1.2.0
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git
from e90489f36 fix(core): handle schema Cache expandCapacity concurrent
problem (#2332)
add 70ab14e3e feat(cassandra): adapt cassandra from 3.11.12 to 4.0.10
(#2300)
add 4d5f4195d chore(api): add swagger desc for Arthas & Metric & Cypher &
White API (#2337)
add 69e6b461a feat(api): support recording slow query log (#2327)
No new revisions were added by this update.
Summary of changes:
.github/workflows/ci.yml | 6 +-
hugegraph-api/pom.xml | 2 +-
.../org/apache/hugegraph/api/arthas/ArthasAPI.java | 5 ++
.../org/apache/hugegraph/api/cypher/CypherAPI.java | 3 +
.../hugegraph/api/filter/AccessLogFilter.java | 46 +++++++++++++-
.../apache/hugegraph/api/filter/PathFilter.java | 24 ++++++++
.../org/apache/hugegraph/api/job/AlgorithmAPI.java | 3 +
.../apache/hugegraph/api/metrics/MetricsAPI.java | 11 ++++
.../hugegraph/api/profile/WhiteIpListAPI.java | 6 ++
.../org/apache/hugegraph/config/ServerOptions.java | 9 +++
.../{MetricsKeys.java => SlowQueryLog.java} | 29 +++++----
hugegraph-cassandra/pom.xml | 2 +-
.../backend/store/cassandra/CassandraMetrics.java | 12 ++--
.../backend/store/cassandra/CassandraShard.java | 4 +-
hugegraph-dist/release-docs/LICENSE | 2 +-
.../scripts/dependency/known-dependencies.txt | 71 +++++++++++++---------
hugegraph-dist/src/assembly/static/conf/log4j2.xml | 27 ++++++++
.../assembly/static/conf/rest-server.properties | 3 +
.../src/assembly/travis/install-cassandra.sh | 2 +-
hugegraph-dist/src/main/resources/log4j2.xml | 28 +++++++++
hugegraph-test/src/main/resources/log4j2.xml | 28 +++++++++
pom.xml | 1 +
22 files changed, 265 insertions(+), 59 deletions(-)
copy
hugegraph-api/src/main/java/org/apache/hugegraph/metrics/{MetricsKeys.java =>
SlowQueryLog.java} (61%)