This is an automated email from the ASF dual-hosted git repository.
vvcephei pushed a change to branch kafka-10867-improved-task-idling
in repository https://gitbox.apache.org/repos/asf/kafka.git.
discard a48dd7f rebase fix
discard 092ef77 Rollback streams-side metadata caching
discard 8969533 Streams changes to cope with cached metadata response
discard 10043ef ditto
discard f8b4806 disable idling for selected ITs
discard 841ce32 fix diff
discard a858ed3 switch default
discard a8df8df KAFKA-10867: Improved task idling
add 1cc0bb7 CR feedback
add 52e8afb KAFKA-10867: Improved task idling
add bb260b1 switch default
add de18994 fix diff
add 674a053 disable idling for selected ITs
add 251cc89 ditto
add d43d550 Streams changes to cope with cached metadata response
add 2d4e6fb Rollback streams-side metadata caching
add fcfd462 rebase fix
add 47d7856 CR feedback
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (a48dd7f)
\
N -- N -- N refs/heads/kafka-10867-improved-task-idling (47d7856)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../kafka/clients/consumer/MockConsumer.java | 2 +-
.../clients/consumer/internals/FetchedRecords.java | 8 ----
.../kafka/clients/consumer/internals/Fetcher.java | 16 +++-----
.../org/apache/kafka/streams/StreamsConfig.java | 11 +++---
.../processor/internals/ActiveTaskCreator.java | 3 +-
.../processor/internals/PartitionGroup.java | 43 +++++++++------------
.../streams/processor/internals/StreamTask.java | 7 ++--
.../streams/processor/internals/StreamThread.java | 38 ++++++++----------
.../processor/internals/PartitionGroupTest.java | 34 ++++++++--------
.../processor/internals/StreamTaskTest.java | 23 ++++++-----
.../processor/internals/StreamThreadTest.java | 45 ++++++++--------------
.../StreamThreadStateStoreProviderTest.java | 2 +-
.../apache/kafka/streams/TopologyTestDriver.java | 4 +-
13 files changed, 100 insertions(+), 136 deletions(-)