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

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


    from e8bd2319f4 Accord Fixes:  - Don't try to update metrics when no TxnId 
(e.g. GetMaxConflict)  - maybeExecuteImmediately did not guarantee mutual 
exclusivity  - Cancellation of a running 'plain' task could corrupt 
AccordExecutor state  - GetLatestDeps message serializer  - txn_blocked_by 
StackOverflowError  - Not updating CommandsForKey in all cases on restart Also 
Improve:  - TableId.from/toString  - Route toString methods  - Tracing coverage 
of FetchRoute  - Replay command store  [...]
     add 08550bc320 Improve Interval B-Tree test coverage; add pprinter for 
B-Trees

No new revisions were added by this update.

Summary of changes:
 .../db/compaction/CompactionIterator.java          |   6 +-
 .../accord/AbstractAccordSegmentCompactor.java     |   6 +-
 .../org/apache/cassandra/utils/btree/BTree.java    |  11 +-
 .../apache/cassandra/utils/btree/BTreePrinter.java | 133 ++++++++++++++
 .../cassandra/utils/btree/IntervalBTreeTest.java   | 203 ++++++++++++++++++++-
 5 files changed, 346 insertions(+), 13 deletions(-)
 create mode 100644 src/java/org/apache/cassandra/utils/btree/BTreePrinter.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to