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 2019/09/26 03:32:30 UTC

[GitHub] [pulsar] codelipenghui opened a new issue #5281: Producer blocked after send an over size message while batch enabled

codelipenghui opened a new issue #5281: Producer blocked after send an over size message while batch enabled
URL: https://github.com/apache/pulsar/issues/5281
 
 
   **Describe the bug**
   Here is the error log at client side:
   ```
   11:21:47.535 [pulsar-timer-35-1:org.apache.pulsar.client.impl.ProducerImpl@1306] WARN  org.apache.pulsar.client.impl.ProducerImpl - [persistent://prop/ns-abc/testSendOverSizeMessage-03ea226a-2b72-4897-b86b-51a485ad80d0] [test-0-0] error while create opSendMsg by batch message container -- io.netty.util.IllegalReferenceCountException: refCnt: 0
   11:21:47.538 [pulsar-timer-35-1:org.apache.pulsar.client.impl.ProducerImpl@1306] WARN  org.apache.pulsar.client.impl.ProducerImpl - [persistent://prop/ns-abc/testSendOverSizeMessage-03ea226a-2b72-4897-b86b-51a485ad80d0] [test-0-0] error while create opSendMsg by batch message container -- io.netty.util.IllegalReferenceCountException: refCnt: 0
   11:21:47.541 [pulsar-timer-35-1:org.apache.pulsar.client.impl.ProducerImpl@1306] WARN  org.apache.pulsar.client.impl.ProducerImpl - [persistent://prop/ns-abc/testSendOverSizeMessage-03ea226a-2b72-4897-b86b-51a485ad80d0] [test-0-0] error while create opSendMsg by batch message container -- io.netty.util.IllegalReferenceCountException: refCnt: 0
   11:21:47.543 [pulsar-timer-35-1:org.apache.pulsar.client.impl.ProducerImpl@1306] WARN  org.apache.pulsar.client.impl.ProducerImpl - [persistent://prop/ns-abc/testSendOverSizeMessage-03ea226a-2b72-4897-b86b-51a485ad80d0] [test-0-0] error while create opSendMsg by batch message container -- io.netty.util.IllegalReferenceCountException: refCnt: 0
   11:21:47.545 [pulsar-timer-35-1:org.apache.pulsar.client.impl.ProducerImpl@1306] WARN  org.apache.pulsar.client.impl.ProducerImpl - [persistent://prop/ns-abc/testSendOverSizeMessage-03ea226a-2b72-4897-b86b-51a485ad80d0] [test-0-0] error while create opSendMsg by batch message container -- io.netty.util.IllegalReferenceCountException: refCnt: 0
   11:21:47.547 [pulsar-timer-35-1:org.apache.pulsar.client.impl.ProducerImpl@1306] WARN  org.apache.pulsar.client.impl.ProducerImpl - [persistent://prop/ns-abc/testSendOverSizeMessage-03ea226a-2b72-4897-b86b-51a485ad80d0] [test-0-0] error while create opSendMsg by batch message container -- io.netty.util.IllegalReferenceCountException: refCnt: 0
   11:21:47.549 [pulsar-timer-35-1:org.apache.pulsar.client.impl.ProducerImpl@1306] WARN  org.apache.pulsar.client.impl.ProducerImpl - [persistent://prop/ns-abc/testSendOverSizeMessage-03ea226a-2b72-4897-b86b-51a485ad80d0] [test-0-0] error while create opSendMsg by batch message container -- io.netty.util.IllegalReferenceCountException: refCnt: 0
   ```
   **To Reproduce**
   Steps to reproduce the behavior:
   1. Create a producer and enable batch producing
   2. Send a over size message
   3. Send any not over size messages
   4. not over size message will be blocked and above logs appear
   

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


With regards,
Apache Git Services