cassandra/test
Alex Sorokoumov 5cd012736e VIntCoding handles BB with less than 8 bytes
Without this fix VIntCoding#writeUnsignedVInt(long, ByteBuffer) throws
a runtime error if the BB size is less than 8 bytes. This method also
silently does not write to BB if it has less than 8 bytes left.

patch by Alex Sorokoumov; reviewed by Benjamin Lerer for CASSANDRA-15215
2022-11-11 19:52:37 +01:00
..
anttasks Substitute ant script and scriptdef with custom ant tasks 2022-01-24 10:12:51 -05:00
bin Correct memtable on-heap size calculations to match actual use (CASSANDRA-16318) 2021-01-19 14:08:20 -05:00
burn/org/apache/cassandra Merge branch 'cassandra-4.0' into cassandra-4.1 2022-10-06 15:34:49 +01:00
conf Add tests for MILLIS_CUSTOM_DURATION and MILLIS_DURATION_DOUBLE 2022-08-08 15:24:28 -04:00
data Enhance SnakeYAML properties to be reusable outside of YAML parsing, support camel case conversion to snake case, and add support to ignore properties 2022-04-22 20:17:45 -07:00
distributed/org/apache/cassandra Bug fix for WriteTimeoutException when using Paxos v2 with a single datacenter 2022-11-07 14:59:03 +02:00
long/org/apache/cassandra Fix a race condition where a keyspace can be opened while it is being removed 2022-08-12 13:26:16 +02:00
memory/org/apache/cassandra/db/compaction Add memtable API (CEP-11) 2022-04-29 14:56:20 +03:00
microbench/org/apache/cassandra/test/microbench add checkstyle modules for checking redundant and unused imports in Java code 2022-09-26 21:41:15 +02:00
resources allow blocking IPs from updating metrics about traffic 2021-08-20 17:24:16 -07:00
simulator add checkstyle modules for checking redundant and unused imports in Java code 2022-09-26 21:41:15 +02:00
unit/org/apache/cassandra VIntCoding handles BB with less than 8 bytes 2022-11-11 19:52:37 +01:00