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

netudima pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


    from edf2849dae ninja fix: add CHANGES.txt entry for CASSANDRA-21686
     add 72affbc206 Avoid serialization and deserialization for 
coordinator-local single partition data read
     new 6a79d99f81 Merge branch 'cassandra-6.0' into trunk

The 1 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 +
 NEWS.txt                                           |   10 +-
 .../config/CassandraRelevantProperties.java        |    8 +
 src/java/org/apache/cassandra/db/ReadCommand.java  |   19 +-
 src/java/org/apache/cassandra/db/ReadResponse.java |  344 +++++-
 .../metrics/CassandraMetricsRegistry.java          |    1 +
 .../cassandra/metrics/ReadResponseMetrics.java     |   48 +
 .../org/apache/cassandra/service/StorageProxy.java |   13 +-
 .../cassandra/service/reads/ReadCallback.java      |    6 +
 .../org/apache/cassandra/db/ReadResponseTest.java  | 1196 +++++++++++++++++++-
 10 files changed, 1629 insertions(+), 17 deletions(-)
 create mode 100644 
src/java/org/apache/cassandra/metrics/ReadResponseMetrics.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to