Michael Burman cassandra_src all time


 8 Collaborator
Benedict Elliott Smith , Benjamin Lerer , Ekaterina Dimitrova , Mick Semb Wever , Chris Lohfink , Aleksei Zotov , Sumanth Pasupuleti , sumanthpasupuleti

 6 Patch
ce7502a11067ef903cba24ad588cf0a5b9da9257, b82a42fd9ae99dc115ec04339f4265096bb45044, fff6eec2903ee85f648535dd051c9bc72631f524, 96ef514917e5a4829dbe864104dbc08a7d0e0cec, 717c108374a56897d10fcad41fe82b43e2192648, 4e744e7688e01d35a6acac1cf8a7a3ff2573836f

ce7502a11067ef903cba24ad588cf0a5b9da9257 | Author: Michael Burman <yak@iki.fi>
 | 2021-12-23 21:01:09+02:00

    Add a virtual table for exposing batch metrics
    
    Patch by Michael Burman; review by Aleksei Zotov, Benjamin Lerer and Ekaterina Dimitrova for CASSANDRA-17225

b82a42fd9ae99dc115ec04339f4265096bb45044 | Author: sumanthpasupuleti <sumanth.pasupuleti.is@gmail.com>
 | 2018-11-20 08:17:01-08:00

    Disable immediate flusher by default for cassandra-3.0 and cassandra-3.11
    
    patch by Michael Burman and Sumanth Pasupuleti; reviewed by Benedict for CASSANDRA-14855

717c108374a56897d10fcad41fe82b43e2192648 | Author: Mick Semb Wever <mck@apache.org>
 | 2018-06-17 14:29:00+10:00

    Fix assertions in PaxosState and PrepareResponse after TableMetadata was made immutable
    
    Patch by Michael Burman; reviewed by Mick Semb Wever for CASSANDRA-14356

fff6eec2903ee85f648535dd051c9bc72631f524 | Author: Michael Burman <yak@iki.fi>
 | 2018-05-08 15:40:54+03:00

    Backport ImmediateFlusher to cassandra-3.0 and cassandra-3.11
    
    patch by Michael Burman and Sumanth Pasupuleti; reviewed by Benedict for CASSANDRA-14855

96ef514917e5a4829dbe864104dbc08a7d0e0cec | Author: Michael Burman <yak@iki.fi>
 | 2018-05-08 15:40:54+03:00

    Remove Netty timed batching and instead do the batch during next
    eventLoop invocation after a write has been enqueued. Old behavior can
    be enabled with setting native_transport_flush_in_batches_legacy
    
    patch by Michael Burman; reviewed by Benedict for CASSANDRA-13651

4e744e7688e01d35a6acac1cf8a7a3ff2573836f | Author: Michael Burman <yak@iki.fi>
 | 2018-03-01 14:59:53+02:00

    Improve LatencyMetrics performance by reducing write path processing
    
    Patch by Michael Burman; Reviewed by Chris Lohfink for CASSANDRA-14281