Skip to content

Commit

Permalink
RemoteFetcherTierStatemachine logging
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatolyPopov committed Jan 5, 2024
1 parent 18b2060 commit f82a69f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ void maybeWaitForPartitionAssignments() throws InterruptedException {
}
processedAssignmentPartitions.add(utp.topicIdPartition);
});
log.error("Processed assignment partitions: {}", processedAssignmentPartitions);
processedAssignmentOfUserTopicIdPartitions = new HashSet<>(processedAssignmentPartitions);
clearResourcesForUnassignedUserTopicPartitions(processedAssignmentPartitions);
isAllUserTopicPartitionsInitialized = false;
Expand Down

0 comments on commit f82a69f

Please sign in to comment.