You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by vv...@apache.org on 2020/06/17 14:25:39 UTC

[kafka] branch trunk updated (2239004 -> 147ffb9)

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

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


    from 2239004  KAFKA-10150: task state transitions/management and committing cleanup (#8856)
     add 147ffb9  KAFKA-10165: Remove Percentiles from e2e metrics (#8882)

No new revisions were added by this update.

Summary of changes:
 .../processor/internals/ProcessorContextImpl.java  |   2 +-
 .../streams/processor/internals/StandbyTask.java   |  11 +-
 .../streams/processor/internals/StreamTask.java    |  24 ++--
 .../streams/processor/internals/TaskManager.java   |   6 -
 .../internals/metrics/ProcessorNodeMetrics.java    |  34 +-----
 .../internals/metrics/StreamsMetricsImpl.java      |  43 ++-----
 .../processor/internals/metrics/TaskMetrics.java   |  28 +++++
 .../integration/MetricsIntegrationTest.java        |   4 -
 .../processor/internals/StandbyTaskTest.java       |  42 +++++++
 .../processor/internals/StreamTaskTest.java        | 133 +++++++++++----------
 .../metrics/ProcessorNodeMetricsTest.java          |  46 ++-----
 .../internals/metrics/StreamsMetricsImplTest.java  |   8 +-
 12 files changed, 179 insertions(+), 202 deletions(-)