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/03/04 05:46:05 UTC

[kafka] branch trunk updated (69b670a -> c2ec974)

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 69b670a  KAFKA-8995: delete all topics before recreating (#8208)
     add c2ec974  KAFKA-9618: Directory deletion failure leading to error task RocksDB open (#8186)

No new revisions were added by this update.

Summary of changes:
 .../streams/processor/internals/StandbyTask.java   |   3 +-
 .../processor/internals/StateManagerUtil.java      |  38 ++-
 .../streams/processor/internals/StreamTask.java    |  15 +-
 .../integration/AbstractJoinIntegrationTest.java   |   3 -
 .../EOSUncleanShutdownIntegrationTest.java         | 147 +++++++++
 .../processor/internals/StateManagerUtilTest.java  | 331 +++++++++++++++++++++
 .../processor/internals/StreamTaskTest.java        |  37 +++
 7 files changed, 549 insertions(+), 25 deletions(-)
 create mode 100644 streams/src/test/java/org/apache/kafka/streams/integration/EOSUncleanShutdownIntegrationTest.java
 create mode 100644 streams/src/test/java/org/apache/kafka/streams/processor/internals/StateManagerUtilTest.java