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 2022/01/25 19:51:59 UTC

[kafka] branch trunk updated (96fa468 -> 868cbcb)

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 96fa468  MINOR: fix NPE in iqv2 (#11702)
     add 868cbcb   MINOR: Fix bug of empty position in windowed and session stores #11713

No new revisions were added by this update.

Summary of changes:
 .../streams/state/internals/MemoryNavigableLRUCache.java   |  9 ---------
 .../kafka/streams/state/internals/MeteredSessionStore.java |  3 ++-
 .../kafka/streams/state/internals/MeteredWindowStore.java  |  9 +++------
 .../streams/integration/IQv2StoreIntegrationTest.java      | 14 ++++++++++++--
 4 files changed, 17 insertions(+), 18 deletions(-)