ableegoldman commented on PR #16219:
URL: https://github.com/apache/kafka/pull/16219#issuecomment-2151588696

   @apourchet test failures are related 
   
   Looks like it's mad about some OptionalInt thing), for example:
   
   ```
   java.lang.NullPointerException: Cannot invoke 
"java.util.OptionalInt.orElse(int)" because the return value of 
"org.apache.kafka.streams.processor.assignment.AssignmentConfigs.rackAwareTrafficCost()"
 is null
        at 
org.apache.kafka.streams.processor.internals.assignment.StickyTaskAssignor.optimizeActive(StickyTaskAssignor.java:105)
        at 
org.apache.kafka.streams.processor.internals.assignment.StickyTaskAssignor.assign(StickyTaskAssignor.java:87)
        at 
org.apache.kafka.streams.processor.internals.assignment.StickyTaskAssignorTest.assign(StickyTaskAssignorTest.java:1088)
        at 
org.apache.kafka.streams.processor.internals.assignment.StickyTaskAssignorTest.assign(StickyTaskAssignorTest.java:1082)
        at 
org.apache.kafka.streams.processor.internals.assignment.StickyTaskAssignorTest.assign(StickyTaskAssignorTest.java:1065)
        at 
org.apache.kafka.streams.processor.internals.assignment.StickyTaskAssignorTest.shouldAssignTasksToNewClientWithoutFlippingAssignmentBetweenExistingClients(StickyTaskAssignorTest.java:735)
   ```


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