This is an automated email from the ASF dual-hosted git repository.

benedict pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


    from 8289bb4cde Accord: Topology serializer has a lot of repeated data, can 
dedup to shrink the cost
     add fd2e11f0d2 Accord Fixes:  - WatermarkCollector should not report same 
closed/retired epoch N times  - AccordSyncPropagator can merge pending requests 
and back-off retries  - AccordCommandLoader should notify listeners  - 
AccordSegmentCompactor should estimate number of keys to ensure bloom filters 
work  - txn_blocked_by table should report what it can, not throw 
IllegalStateException  - Permit uncompressed system tables

No new revisions were added by this update.

Summary of changes:
 modules/accord                                     |  2 +-
 .../statements/schema/CreateTableStatement.java    |  2 +-
 .../cassandra/db/virtual/AccordDebugKeyspace.java  |  2 +-
 .../org/apache/cassandra/journal/OnDiskIndex.java  |  5 ++
 .../apache/cassandra/journal/StaticSegment.java    |  5 ++
 .../accord/AbstractAccordSegmentCompactor.java     |  7 ++-
 .../cassandra/service/accord/AccordKeyspace.java   |  5 +-
 .../service/accord/AccordSegmentCompactor.java     |  4 +-
 .../service/accord/AccordSyncPropagator.java       | 72 +++++++++++++++++++++-
 .../service/accord/WatermarkCollector.java         |  9 +--
 .../accord/NemesisAccordSegmentCompactor.java      |  2 +-
 11 files changed, 97 insertions(+), 18 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to