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

[kafka] branch trunk updated (de41834 -> cc54000)

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

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


    from de41834  KAFKA-10028: Minor fixes to describeFeatures and updateFeatures apis (#9393)
     add cc54000  KAFKA-10271: Performance regression while fetching a key from a single partition (#9020)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/kafka/streams/KafkaStreams.java     |  2 +-
 .../state/internals/QueryableStoreProvider.java    | 20 -------
 .../internals/StreamThreadStateStoreProvider.java  | 67 ++++++++--------------
 .../state/internals/WrappingStoreProvider.java     | 17 +++++-
 .../integration/EosBetaUpgradeIntegrationTest.java |  1 +
 .../integration/JoinStoreIntegrationTest.java      |  2 +-
 .../internals/QueryableStoreProviderTest.java      | 12 ++--
 .../StreamThreadStateStoreProviderTest.java        |  2 +-
 .../state/internals/WrappingStoreProviderTest.java | 44 +++++++++-----
 .../apache/kafka/test/StateStoreProviderStub.java  |  2 +-
 10 files changed, 79 insertions(+), 90 deletions(-)