hachikuji commented on PR #12837:
URL: https://github.com/apache/kafka/pull/12837#issuecomment-1334076245

   The test failures in the latest build are showing an NPE:
   ```
   java.lang.NullPointerException: Cannot invoke 
"kafka.raft.KafkaRaftManager.client()" because the return value of 
"kafka.server.BrokerServer.raftManager()" is null
        at kafka.server.BrokerServer.startup(BrokerServer.scala:304)
        at 
kafka.integration.KafkaServerTestHarness.$anonfun$createBrokers$1(KafkaServerTestHarness.scala:346)
        at 
kafka.integration.KafkaServerTestHarness.$anonfun$createBrokers$1$adapted(KafkaServerTestHarness.scala:342)
        at scala.collection.immutable.Vector.foreach(Vector.scala:1856)
        at 
kafka.integration.KafkaServerTestHarness.createBrokers(KafkaServerTestHarness.scala:342)
        at 
kafka.integration.KafkaServerTestHarness.setUp(KafkaServerTestHarness.scala:121)
        at 
kafka.api.IntegrationTestHarness.doSetup(IntegrationTestHarness.scala:123)
        at 
kafka.api.IntegrationTestHarness.setUp(IntegrationTestHarness.scala:103)
        at kafka.admin.AddPartitionsTest.setUp(AddPartitionsTest.scala:60)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:568)
        at 
org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
        at 
org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
   ```


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