This is an automated email from the ASF dual-hosted git repository.
dcapwell pushed a change to branch cassandra-3.11
in repository https://gitbox.apache.org/repos/asf/cassandra.git.
from a209139 Merge branch 'cassandra-3.0' into cassandra-3.11
new 9c50b1f Failure to execute queries should emit a KPI other than read
timeout/unavailable so it can be alerted/tracked
new 56b979b Merge branch 'cassandra-3.0' into cassandra-3.11
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 +
.../apache/cassandra/metrics/ClientMetrics.java | 16 ++++
.../org/apache/cassandra/transport/Message.java | 31 ++++++-
.../cassandra/transport/ProtocolException.java | 24 ++++++
.../cassandra/transport/ProtocolVersion.java | 17 ++--
.../apache/cassandra/transport/SimpleClient.java | 15 +++-
.../org/apache/cassandra/utils/Throwables.java | 11 +++
.../test/UnableToParseClientMessageTest.java | 97 ++++++++++++++++++++++
.../cassandra/transport/MessagePayloadTest.java | 11 +++
.../cassandra/transport/ProtocolVersionTest.java | 3 +-
.../cassandra/transport/WrappedSimpleClient.java | 72 ++++++++++++++++
11 files changed, 285 insertions(+), 13 deletions(-)
create mode 100644
test/distributed/org/apache/cassandra/distributed/test/UnableToParseClientMessageTest.java
create mode 100644
test/unit/org/apache/cassandra/transport/WrappedSimpleClient.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]