You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ab...@apache.org on 2022/03/07 19:11:44 UTC

[kafka] branch trunk updated (bbb2dc5 -> 539f006)

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

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


    from bbb2dc5  KAFKA-13671: Add ppc64le build stage (#11833)
     add 539f006  KAFKA-12648: fix NPE due to race condtion between resetting offsets and removing a topology (#11847)

No new revisions were added by this update.

Summary of changes:
 .../internals/InternalTopologyBuilder.java         | 21 +++++++----
 .../streams/processor/internals/StreamThread.java  | 43 +++++++++++++---------
 .../processor/internals/TopologyMetadata.java      | 15 ++++++--
 .../integration/NamedTopologyIntegrationTest.java  | 15 ++++++--
 .../internals/InternalStreamsBuilderTest.java      |  2 +
 .../internals/InternalTopologyBuilderTest.java     | 12 +++---
 .../processor/internals/StreamThreadTest.java      |  1 +
 7 files changed, 71 insertions(+), 38 deletions(-)