This is an automated email from the ASF dual-hosted git repository.
ableegoldman pushed a change to branch 3.6
in repository https://gitbox.apache.org/repos/asf/kafka.git
from 8eb9105e51c KAFKA-15427: Fix resource leak in integration tests for
tiered storage (#14319)
new ac4bdb2111c KAFKA-15429: catch+log errors from unsubscribe in
streamthread shutdown (#14325)
new 3f1a459873c KAFKA-15429: reset transactionInFlight on StreamsProducer
close (#14326)
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/processor/internals/StreamThread.java | 8 +++++--
.../processor/internals/StreamsProducer.java | 5 ++--
.../processor/internals/StreamsProducerTest.java | 28 ++++++++++++++++++++++
3 files changed, 37 insertions(+), 4 deletions(-)