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.

Assert hit in round robin assignor

See original GitHub issue

via: @wwarby https://github.com/confluentinc/confluent-kafka-dotnet/issues/1366#issuecomment-668669487

I’ve just run into massive instability after upgrading some high throughput C# apps from v 1.4.4 to 1.5.0. In my case the error thrown is

dotnet: rdkafka_roundrobin_assignor.c:97: rd_kafka_roundrobin_assignor_assign_cb: Assertion `next < rd_list_cnt(&eligible_topic-> members)’ failed

… and results in an all out application crash. Rolled back to 1.4.4 and it solved the problem.

In my case, I’m consuming data from topics that already exist and I don’t have topic auto-creation enabled - I’m running multiple instances of the C# app, each instantiating a single consumer to join the consumer group.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:3
  • Comments:17 (11 by maintainers)

github_iconTop GitHub Comments

2reactions
plachorcommented, Dec 8, 2020

@mhowlett will you pre-release v1.5.3-RC5 ? I’m looking for checking if my issues are gone after update.

2reactions
plachorcommented, Dec 7, 2020

pre-release or stable ?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Round robin assertion
Hello, I want to write an assertion to check round robin behavior . assume we have two require signals : req1 req2 ,...
Read more >
Top 5 Things Every Apache Kafka Developer Should Know
The round robin approach works well for even distribution of records across partitions. But there's one drawback. Due to this “fair” round robin...
Read more >
Source code for kafka.consumer.group - kafka-python
... kafka.coordinator.assignors.roundrobin import RoundRobinPartitionAssignor ... this avoids hitting unexpected socket disconnected errors on the client.
Read more >
Documentation - Apache Kafka
The round-robin partition assignor lays out all the available partitions and all the available consumer threads. It then proceeds to do a round-robin...
Read more >
Substantial Interest: Standing :: Article III. Judicial Department
Many cases allow standing to third parties who demonstrate a requisite degree of injury to themselves and if under the circumstances the injured...
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