Skip to content

Commit

Permalink
RemoteFetcherTierStatemachine logging
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatolyPopov committed Jan 8, 2024
1 parent 5c5bcc6 commit 3df4601
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ void maybeWaitForPartitionAssignments() throws InterruptedException {
final Set<TopicPartition> remoteLogPartitions = toRemoteLogPartitions(metadataPartitionSnapshot);
consumer.assign(remoteLogPartitions);
this.assignedMetadataPartitions = Collections.unmodifiableSet(metadataPartitionSnapshot);
log.error("Assigned metadata partitions: {}", assignedMetadataPartitions
log.error("Assigned metadata partitions: {}", assignedMetadataPartitions);
// for newly assigned user-partitions, read from the beginning of the corresponding metadata partition
final Set<TopicPartition> seekToBeginOffsetPartitions = assignedUserTopicIdPartitionsSnapshot
.stream()
Expand Down

0 comments on commit 3df4601

Please sign in to comment.