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

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


    from 6ae6596  Fix tests expecting exceptions wrapped in RuntimeException.
     new dcf6fe8  Emit metric on preview repair failure
     new 6a302f7  Set now in seconds in the future for validation repairs
     new caa3bd8  Expose repair streaming metrics
     new 49abedc  Fix force compaction of wrapping ranges

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:
 CHANGES.txt                                        |  4 ++
 src/java/org/apache/cassandra/config/Config.java   |  7 +++
 .../cassandra/config/DatabaseDescriptor.java       |  7 +++
 .../cassandra/db/compaction/CompactionManager.java | 18 +++++++-
 .../{MetricNameFactory.java => RepairMetrics.java} | 20 +++++----
 .../apache/cassandra/metrics/StreamingMetrics.java |  2 +
 .../org/apache/cassandra/repair/RepairJob.java     | 19 ++++++--
 .../apache/cassandra/repair/RepairRunnable.java    |  2 +
 .../repair/consistent/SyncStatSummary.java         | 12 +++++
 .../cassandra/service/ActiveRepairService.java     |  2 +
 .../apache/cassandra/streaming/StreamSession.java  | 13 ++++++
 .../compaction/LeveledCompactionStrategyTest.java  | 52 ++++++++++++++++++++++
 12 files changed, 145 insertions(+), 13 deletions(-)
 copy src/java/org/apache/cassandra/metrics/{MetricNameFactory.java => 
RepairMetrics.java} (68%)


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

Reply via email to