lkokhreidze commented on a change in pull request #11837: URL: https://github.com/apache/kafka/pull/11837#discussion_r825763496
########## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/assignment/ClientTagAwareStandbyTaskAssignor.java ########## @@ -211,17 +194,32 @@ static void assignStandbyTasksToClientsWithDifferentTags(final ConstrainedPriori break; } - clientStates.get(clientOnUnusedTagDimensions).assignStandby(activeTaskId); - + final ClientState clientStateOnUsedTagDimensions = clientStates.get(clientOnUnusedTagDimensions); countOfUsedClients++; numRemainingStandbys--; + log.debug("Assigning {} out of {} standby tasks for an active task [{}] with client tags {}. " + Review comment: This was not requested during the previous PR review, but I think it can be useful for debugging to have extra logs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org