Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1620,7 +1620,7 @@ public void onRevoked(String leader, Collection<String> connectors, Collection<C
statusBackingStore.flush();
log.info("Finished flushing status backing store in preparation for rebalance");
} else {
log.info("Wasn't unable to resume work after last rebalance, can skip stopping connectors and tasks");
log.info("Wasn't able to resume work after last rebalance, can skip stopping connectors and tasks");
}
}
}
Expand Down