This is an automated email from the ASF dual-hosted git repository.
ifesdjeen pushed a change to branch cep-15-accord
in repository https://gitbox.apache.org/repos/asf/cassandra.git
from e2583bbdbf Switch to infinite loop executor instead of a while-loop
thread.
new 139f324969 Avoid ClassCastException when verifying tables with
reversed partitioner
new e9baf3e017 Add size to the segment index for safer journal reads
new f21e038263 Wait for flusher shutdown
new c1029bf02d Add native_transport_timeout to this branch to reduce test
failure noise
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/java/org/apache/cassandra/config/Config.java | 3 +
.../cassandra/db/compaction/CompactionManager.java | 6 +-
.../io/sstable/format/SortedTableVerifier.java | 4 +-
.../apache/cassandra/journal/ActiveSegment.java | 22 ++--
src/java/org/apache/cassandra/journal/Flusher.java | 7 +-
.../apache/cassandra/journal/InMemoryIndex.java | 58 +++++-----
src/java/org/apache/cassandra/journal/Index.java | 50 ++++++++-
src/java/org/apache/cassandra/journal/Journal.java | 35 +++---
.../org/apache/cassandra/journal/OnDiskIndex.java | 115 +++++++++++++++-----
src/java/org/apache/cassandra/journal/Params.java | 5 +
src/java/org/apache/cassandra/journal/Segment.java | 20 ++--
.../apache/cassandra/journal/SegmentWriter.java | 5 +-
.../apache/cassandra/journal/StaticSegment.java | 4 +-
.../apache/cassandra/io/sstable/VerifyTest.java | 18 ++++
.../org/apache/cassandra/journal/IndexTest.java | 120 ++++++++++++++-------
15 files changed, 341 insertions(+), 131 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]