chengdedeng opened a new issue #1055:  java.util.zip.DataFormatException: 
incorrect header check
URL: https://github.com/apache/rocketmq/issues/1055
 
 
   rocketmq version:4.3.2
   error information in the console:
   
   > java.lang.NullPointerException
           at 
org.apache.rocketmq.broker.transaction.queue.TransactionalMessageBridge.getMessage(TransactionalMessageBridge.java:136)
           at 
org.apache.rocketmq.broker.transaction.queue.TransactionalMessageBridge.getHalfMessage(TransactionalMessageBridge.java:108)
           at 
org.apache.rocketmq.broker.transaction.queue.TransactionalMessageServiceImpl.pullHalfMsg(TransactionalMessageServiceImpl.java:379)
           at 
org.apache.rocketmq.broker.transaction.queue.TransactionalMessageServiceImpl.getHalfMsg(TransactionalMessageServiceImpl.java:444)
           at 
org.apache.rocketmq.broker.transaction.queue.TransactionalMessageServiceImpl.check(TransactionalMessageServiceImpl.java:164)
           at 
org.apache.rocketmq.broker.transaction.TransactionalMessageCheckService.onWaitEnd(TransactionalMessageCheckService.java:76)
           at 
org.apache.rocketmq.common.ServiceThread.waitForRunning(ServiceThread.java:121)
           at 
org.apache.rocketmq.broker.transaction.TransactionalMessageCheckService.run(TransactionalMessageCheckService.java:65)
           at java.lang.Thread.run(Thread.java:748)
   
   I found issue at uncompress of body in the MessageDecoder.java by debug 
broker code,get error info:
   
   > java.util.zip.DataFormatException: incorrect header check

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to