lhotari commented on PR #19409:
URL: https://github.com/apache/pulsar/pull/19409#issuecomment-1416164890

   @michaeljmarshall is this a real failure: 
https://github.com/apache/pulsar/actions/runs/4085441211/jobs/7043646144#step:11:1102
   ```
     Error:  Tests run: 14, Failures: 1, Errors: 0, Skipped: 13, Time elapsed: 
0.872 s <<< FAILURE! - in 
org.apache.pulsar.broker.service.ServerCnxAuthorizationTest
     Error:  
testVerifyAuthRoleAndAuthDataFromDirectConnectionBroker(org.apache.pulsar.broker.service.ServerCnxAuthorizationTest)
  Time elapsed: 0.063 s  <<< FAILURE!
     java.lang.NullPointerException: Cannot invoke 
"io.netty.channel.ChannelFuture.addListener(io.netty.util.concurrent.GenericFutureListener)"
 because the return value of 
"io.netty.channel.ChannelOutboundInvoker.writeAndFlush(Object)" is null
        at 
org.apache.pulsar.common.util.netty.NettyChannelUtil.writeAndFlushWithClosePromise(NettyChannelUtil.java:60)
        at 
org.apache.pulsar.broker.service.ServerCnx.authenticationFailed(ServerCnx.java:838)
        at 
org.apache.pulsar.broker.service.ServerCnx.handleConnect(ServerCnx.java:1027)
        at 
java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:732)
        at java.base/java.lang.Thread.run(Thread.java:833)
     
   ```


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