Dmitry Konstantinov

Results 9 issues of Dmitry Konstantinov

incrementAndGet is implemented in a more efficient way in the current JDKs

Fix estimateRowOverhead in Memtable: ByteBuffer in Partition key was not counted + slab byte[] array was included due removal of omitSharedBuffer Overhead Fix non-counted size of "columns" field in Columns.unsharedHeapSize...

Fix estimateRowOverhead in Memtable: ByteBuffer in Partition key was not counted Fix non-counted size of "columns" field in Columns.unsharedHeapSize BTree.sizeOfStructureOnHeap wrongly reported a non-zero size for EMPTY_LEAF shared constant value...

Fix latency reported by ideal consistency level monitoring Patch by Dmitry Konstantinov; reviewed by Ariel Weisberg for CASSANDRA-19651

idealCLWriteLatency metric reported the worst response time instead of the time when ideal CL is satisfied. Patch by Dmitry Konstantinov; reviewed by TBD for CASSANDRA-19651

Fix latency reported by ideal consistency level monitoring Patch by Dmitry Konstantinov; reviewed by Ariel Weisberg for CASSANDRA-19651

Fix latency reported by ideal consistency level monitoring Patch by Dmitry Konstantinov; reviewed by Ariel Weisberg for CASSANDRA-19651

Make UdtCodec logic tolerant to extra unknown fields at the tail of UDT to support live schema upgrades Patch by Dmitry Konstantinov; reviewed by TBD for CASSANDRA-19814

largecolumn_test.py: configure native_transport_max_request_data_in_flight and native_transport_max_request_data_in_flight_per_ip explicitly to large enough values to not activate overload mode (the test is not about it) Patch by Dmitry Konstantinov; reviewed by TBD for CASSANDRA-19702