kamalcph commented on PR #21150:
URL: https://github.com/apache/kafka/pull/21150#issuecomment-3668090097

   The test failure seem unrelated: 
   
   ```
   class java.lang.Boolean cannot be cast to class scala.Option 
(java.lang.Boolean is in module java.base of loader 'bootstrap'; scala.Option 
is in unnamed module of loader 'app')
   java.lang.ClassCastException: class java.lang.Boolean cannot be cast to 
class scala.Option (java.lang.Boolean is in module java.base of loader 
'bootstrap'; scala.Option is in unnamed module of loader 'app')
        at kafka.cluster.Partition.futureLog(Partition.scala:203)
        at 
kafka.cluster.Partition.futureLocalLogOrException(Partition.scala:407)
        at 
kafka.server.ReplicaManager.futureLocalLogOrException(ReplicaManager.scala:587)
        at 
kafka.server.ReplicaManagerTest.testReplicaAlterLogDirsMultipleReassignmentDoesNotBlockLogCleaner(ReplicaManagerTest.scala:5532)
        at java.base/java.lang.reflect.Method.invoke(Method.java:569)
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to