question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`error while create opSendMsg by batch message container`

See original GitHub issue

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

repo of the plugin

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:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
codelipenghuicommented, Feb 4, 2020

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

0reactions
codelipenghuicommented, Feb 13, 2020

@KannarFr I will take a look, this is indeed a tricky problem, I haven’t found a way to reproduce.

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found