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 2020/04/03 18:51:41 UTC

[kafka] branch trunk updated (9a154c6 -> 62dcfa1)

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 9a154c6  KAFKA-9775: Fix IllegalFormatConversionException in ToolsUtils
     add 62dcfa1  KAFKA-9750; Fix race condition with log dir reassign completion (#8412)

No new revisions were added by this update.

Summary of changes:
 .../kafka/server/AbstractFetcherManager.scala      |  14 +-
 .../scala/kafka/server/AbstractFetcherThread.scala |  10 +-
 .../kafka/server/ReplicaAlterLogDirsManager.scala  |  16 ++
 .../kafka/server/ReplicaAlterLogDirsThread.scala   |  22 +-
 .../main/scala/kafka/server/ReplicaManager.scala   |   4 +
 .../kafka/server/AbstractFetcherManagerTest.scala  |   2 +
 .../server/ReplicaAlterLogDirsThreadTest.scala     | 239 +++++++++++++++++++--
 .../unit/kafka/server/ReplicaManagerTest.scala     |  46 ++--
 8 files changed, 311 insertions(+), 42 deletions(-)