You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by jg...@apache.org on 2021/04/08 17:44:02 UTC

[kafka] branch trunk updated (c2ea0c2 -> d2c06c9)

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

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


    from c2ea0c2  KAFKA-12457; Add sentinel ID to metadata topic (#10492)
     add d2c06c9  KAFKA-12619; Raft leader should expose hw only after committing LeaderChange (#10481)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/kafka/raft/LeaderState.java    | 13 ++--
 .../org/apache/kafka/raft/KafkaRaftClientTest.java | 77 +++++++++++++++-------
 .../org/apache/kafka/raft/LeaderStateTest.java     | 60 ++++++++---------
 .../apache/kafka/raft/RaftClientTestContext.java   | 33 +++-------
 4 files changed, 100 insertions(+), 83 deletions(-)