Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rdkafka queue assertion is firing #94

Closed
xrl opened this issue Jul 27, 2018 · 2 comments
Closed

rdkafka queue assertion is firing #94

xrl opened this issue Jul 27, 2018 · 2 comments

Comments

@xrl
Copy link
Contributor

xrl commented Jul 27, 2018

I was benchmarking a consumer process against a cluster with 20 brokers and a topic with 30 partitions. I disabled all the log statements, so not much to see, but the program crashes after 5 minutes with:

$ ./target/release/ridb
*** rdkafka_queue.h:188:rd_kafka_q_destroy0: assert: rkq->rkq_refcnt > 0 ***
@xrl
Copy link
Contributor Author

xrl commented Jul 27, 2018

Trying to recreate with RUST_BACKTRACE=full and debug symbols.

@benesch
Copy link
Collaborator

benesch commented Oct 22, 2019

A similar bug was filed against confluent-kafka-go around the same time frame (June, 2018). That bug was closed because it sounds like there's a good chance that things were fixed in librdkafka 1.0. Since we've also bumped past librdkafka v1.0, and in the absence of other details, I'm going to close this out. Please refile another issue if you can reproduce with the latest code, though!

@benesch benesch closed this as completed Oct 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants