ableegoldman commented on a change in pull request #11085:
URL: https://github.com/apache/kafka/pull/11085#discussion_r673470009



##########
File path: 
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamsPartitionAssignor.java
##########
@@ -859,7 +859,7 @@ private boolean addClientAssignments(final Set<TaskId> 
statefulTasks,
             final List<TopicPartition> activePartitionsList = new 
ArrayList<>();
             final List<TaskId> assignedActiveList = new ArrayList<>();
 
-            final Set<TaskId> activeTasksRemovedPendingRevokation = 
populateActiveTaskAndPartitionsLists(

Review comment:
       Fixed a minor spelling error. The only changes in this file are this 
renaming, and removing an instance of unnecessary `toString()` on an argument 
to `String.format()`




-- 
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


Reply via email to