Dmitry Konstantinov cassandra_src last 6 months


 5 Collaborator
Štefan Miklošovič , Branimir Lambov , Ariel Weisberg , Brad Schoening , Berenguer Blasi

 5 Patch
d0c984fa32b81f3fe8058daf0fac2a3081775c9b, d939e40dfb59bebcf97b06b617e28031ff65fdc0, c56ba3b317e67f4530db1737169f5558969bd531, 6da9141d3ccfb21aead3b19474f8855724e0ca85, c137958963d104829d2f493f92050cf438b24554

d0c984fa32b81f3fe8058daf0fac2a3081775c9b | Author: Dmitry Konstantinov <netudima@gmail.com>
 | 2024-11-12 14:11:27+00:00

    Change the resolution of AbstractCommitLogService#lastSyncedAt to nanos to be aligned with later comparisons
    
    patch by Dmitry Konstantinov; reviewed by Branimir Lambov, Stefan Miklosovic for CASSANDRA-20074

d939e40dfb59bebcf97b06b617e28031ff65fdc0 | Author: Dmitry Konstantinov <netudima@gmail.com>
 | 2024-10-09 22:46:39+01:00

    Fix flakiness of TopPartitionsTest
    
    patch by Dmitry Konstantinov; reviewed by Stefan Miklosovic, Berenguer Blasi for CASSANDRA-19991

c56ba3b317e67f4530db1737169f5558969bd531 | Author: Dmitry Konstantinov <netudima@gmail.com>
 | 2024-08-27 21:21:07+01:00

    Improve accuracy of memtable heap usage tracking
    
    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 MemtableSizeTest flakeness by not measuring of allocator and ColumnFamilyStore/Keyspace
    
    Patch by Dmitry Konstantinov; reviewed by Branimir Lambov, Stefan Miklosovic for CASSANDRA-17298

6da9141d3ccfb21aead3b19474f8855724e0ca85 | Author: Dmitry Konstantinov <netudima@gmail.com>
 | 2024-08-21 15:54:58-04:00

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

c137958963d104829d2f493f92050cf438b24554 | Author: Dmitry Konstantinov <netudima@gmail.com>
 | 2024-08-07 20:46:16+01:00

    Minor improvements in Cassandra shutdown and startup logs
    
    To improve a DBA experience the following log messages would be nice to add/adjust:
    on shutdown: an explicit message at the end of Cassandra shutdown
    on startup:
    - print the time spent to load prepared statements
    - print the time spent to load repair session information and the number of loaded session records
    - print the time spent to apply commit log
    
    Patch by Dmitry Konstantinov; reviewed by Štefan Miklošovič and Brad Schoening for CASSANDRA-19818