Assert hit in round robin assignor
See original GitHub issuevia: @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:
- Created 3 years ago
- Reactions:3
- Comments:17 (11 by maintainers)
Top 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 >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
@mhowlett will you pre-release v1.5.3-RC5 ? I’m looking for checking if my issues are gone after update.
pre-release or stable ?