This is an automated email from the ASF dual-hosted git repository.
aleksey pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git.
from d8b2678 Merge branch 'cassandra-4.0' into trunk
new dd62420 Queries performed with NODE_LOCAL consistency level do not
update request metrics
new 28882ec Merge branch 'cassandra-4.0' into trunk
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGES.txt | 1 +
.../config/CassandraRelevantProperties.java | 5 ++
.../org/apache/cassandra/cql3/QueryProcessor.java | 69 ++++++++++++++---
.../metrics/ClientRequestsMetricsHolder.java | 54 +++++++++++++
.../org/apache/cassandra/service/StorageProxy.java | 81 +++++++++----------
.../cassandra/cql3/NodeLocalConsistencyTest.java | 90 ++++++++++++++++++++++
6 files changed, 246 insertions(+), 54 deletions(-)
create mode 100644
src/java/org/apache/cassandra/metrics/ClientRequestsMetricsHolder.java
create mode 100644
test/unit/org/apache/cassandra/cql3/NodeLocalConsistencyTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]