You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/04/19 05:27:36 UTC

[GitHub] [pulsar] eolivelli opened a new issue #10258: Broker NullPointerException seen in 2.7.1 logs for Commands#skipMessageMetadata

eolivelli opened a new issue #10258:
URL: https://github.com/apache/pulsar/issues/10258


   **Describe the bug**
   I am seeing this error in broker logs, 2.7.1
   
   ```
   21:41:10.575 [pulsar-ordered-OrderedExecutor-5-40] ERROR org.apache.zookeeper.server.NIOServerCnxnFactory - Thread Thread[pulsar-ordered-OrderedExecutor-5-40,5,main] died
   java.lang.NullPointerException: null
   	at org.apache.pulsar.common.protocol.Commands.hasChecksum(Commands.java:499) ~[org.apache.pulsar-pulsar-common-2.7.1.jar:2.7.1]
   	at org.apache.pulsar.common.protocol.Commands.skipChecksumIfPresent(Commands.java:513) ~[org.apache.pulsar-pulsar-common-2.7.1.jar:2.7.1]
   	at org.apache.pulsar.common.protocol.Commands.skipMessageMetadata(Commands.java:542) ~[org.apache.pulsar-pulsar-common-2.7.1.jar:2.7.1]
   	at org.apache.pulsar.broker.service.AbstractBaseDispatcher.lambda$handleTxnAbortMarker$0(AbstractBaseDispatcher.java:223) ~[org.apache.pulsar-pulsar-broker-2.7.1.jar:2.7.1]
   	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_282]
   	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_282]
   	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[io.netty-netty-common-4.1.51.Final.jar:4.1.51.Final]
   ```
   
   **To Reproduce**
   I still do not have a reproducer
   
   **Expected behavior**
   No error in logs
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] eolivelli commented on issue #10258: Broker NullPointerException seen in 2.7.1 logs for Commands#skipMessageMetadata about handleTxnAbortMarker

Posted by GitBox <gi...@apache.org>.
eolivelli commented on issue #10258:
URL: https://github.com/apache/pulsar/issues/10258#issuecomment-822179660


   I have never seen this error in current master logs.
   
   In 2.7 transactions are a "Developer preview", so I am not sure it is worth a fix


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] codelipenghui commented on issue #10258: Broker NullPointerException seen in 2.7.1 logs for Commands#skipMessageMetadata about handleTxnAbortMarker

Posted by GitBox <gi...@apache.org>.
codelipenghui commented on issue #10258:
URL: https://github.com/apache/pulsar/issues/10258#issuecomment-1058891479


   The issue had no activity for 30 days, mark with Stale label.


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org