This is an automated email from the ASF dual-hosted git repository.
jwest pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git.
from ce27008 Invalid serialized size for responses caused by increasing
message time by 1ms which caused extra bytes in size calculation
add 7e78059 Throw BufferOverflowException from DataOutputBuffer for
better visibility
No new revisions were added by this update.
Summary of changes:
CHANGES.txt | 3 +
.../rows/PartitionSerializationException.java} | 27 +++------
.../db/rows/UnfilteredRowIteratorSerializer.java | 12 +++-
.../io/sstable/format/big/BigTableWriter.java | 5 ++
.../apache/cassandra/io/util/DataOutputBuffer.java | 10 ++--
.../rows/PartitionSerializationExceptionTest.java | 70 ++++++++++++++++++++++
.../apache/cassandra/io/util/DataOutputTest.java | 34 +++++------
7 files changed, 118 insertions(+), 43 deletions(-)
copy src/java/org/apache/cassandra/{cache/CacheKey.java =>
db/rows/PartitionSerializationException.java} (56%)
create mode 100644
test/unit/org/apache/cassandra/db/rows/PartitionSerializationExceptionTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]