`error while create opSendMsg by batch message container`
See original GitHub issueDescribe the bug I’m writing a logstash-output-pulsar plugin, but I’ve got the issue
error while create opSendMsg by batch message container
It’s using batches.
To Reproduce It seems to run smoothly but after some hours, I’ve got the error and it doesnt recover. Only restart all works.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:5 (5 by maintainers)
Top Results From Across the Web
[GitHub] [pulsar] dlsprague commented on issue #8884
MILLISECONDS) but it still gave message error while create opSendMsg by batch message container. It was clarified that this is also ...
Read more >org.apache.pulsar.client.api.PulsarClientException
The {@link BatchReceivePolicy} is * configured while creating the Pulsar {@link ... error while create opSendMsg by batch message container", topic, ...
Read more >apache pulsar : error while consuming message
Try to produce and consume with command line client. Create a single partitioned topic and test with that. I ran your example with...
Read more >Apache Pulsar 2.6.2
In 2.6.2, we export SubscriptionBusyException in PersistentTopicBase for resetCursor , so error messages in the REST API are clear.
Read more >org.apache.pulsar.client.impl.ProducerImpl Maven / Gradle / Ivy
haveEnoughSpace(msg)) { batchMessageContainer.add(msg, callback); lastSendFuture = callback. ... create(ProducerImpl producer, ClientCnx cnx, OpSendMsg op) ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@KannarFr I’ll take a look, from your repo, client version is 2.5.0 right? I check the source code, this is the log output format
log.warn("[{}] [{}] error while create opSendMsg by batch message container", topic, producerName, t);
, are there any stacktraces?@KannarFr I will take a look, this is indeed a tricky problem, I haven’t found a way to reproduce.