[kafka] branch 2.4 updated (161ffe1 -> e5a8961)

2020-02-13 Thread guozhang
This is an automated email from the ASF dual-hosted git repository.

guozhang pushed a change to branch 2.4
in repository https://gitbox.apache.org/repos/asf/kafka.git.


from 161ffe1  MINOR: Fix poor backport that prevented compiling the 
MirrorMaker integration test (#8102)
 new a19a15f  KAFKA-9355: Fix bug that removed RocksDB metrics after 
failure in EOS (#7996)
 new e5a8961  HOTFIX: cherry-pick conflicts

The 2 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:
 .../streams/state/internals/KeyValueSegments.java  |   8 +-
 .../streams/state/internals/RocksDBStore.java  |   3 +-
 .../state/internals/TimestampedSegments.java   |   6 +
 .../internals/metrics/RocksDBMetricsRecorder.java  |  31 ++-
 .../integration/MetricsIntegrationTest.java|  24 +-
 .../integration/RocksDBMetricsIntegrationTest.java | 295 +
 .../state/internals/KeyValueSegmentsTest.java  |   2 +
 .../streams/state/internals/RocksDBStoreTest.java  |   8 +-
 .../state/internals/SegmentIteratorTest.java   |   4 +-
 .../state/internals/TimestampedSegmentsTest.java   |   2 +
 .../metrics/RocksDBMetricsRecorderTest.java| 144 ++
 11 files changed, 426 insertions(+), 101 deletions(-)
 create mode 100644 
streams/src/test/java/org/apache/kafka/streams/integration/RocksDBMetricsIntegrationTest.java



[kafka] branch 2.4 updated (161ffe1 -> e5a8961)

2020-02-13 Thread guozhang
This is an automated email from the ASF dual-hosted git repository.

guozhang pushed a change to branch 2.4
in repository https://gitbox.apache.org/repos/asf/kafka.git.


from 161ffe1  MINOR: Fix poor backport that prevented compiling the 
MirrorMaker integration test (#8102)
 new a19a15f  KAFKA-9355: Fix bug that removed RocksDB metrics after 
failure in EOS (#7996)
 new e5a8961  HOTFIX: cherry-pick conflicts

The 2 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:
 .../streams/state/internals/KeyValueSegments.java  |   8 +-
 .../streams/state/internals/RocksDBStore.java  |   3 +-
 .../state/internals/TimestampedSegments.java   |   6 +
 .../internals/metrics/RocksDBMetricsRecorder.java  |  31 ++-
 .../integration/MetricsIntegrationTest.java|  24 +-
 .../integration/RocksDBMetricsIntegrationTest.java | 295 +
 .../state/internals/KeyValueSegmentsTest.java  |   2 +
 .../streams/state/internals/RocksDBStoreTest.java  |   8 +-
 .../state/internals/SegmentIteratorTest.java   |   4 +-
 .../state/internals/TimestampedSegmentsTest.java   |   2 +
 .../metrics/RocksDBMetricsRecorderTest.java| 144 ++
 11 files changed, 426 insertions(+), 101 deletions(-)
 create mode 100644 
streams/src/test/java/org/apache/kafka/streams/integration/RocksDBMetricsIntegrationTest.java