Closed
Description
Hi,
I've been trying to resolve an issue when adding consumer scripts with the rebalance callback.
- Run X instances of the Consumer
- Run another Consumer
- Wait for rebalance and repeat 2.
- From time to time one of the Consumers can't rebalance and it starts receiving
{"message":"Local: Erroneous state","code":-172,"errno":-172,"origin":"kafka"}
errors
This is what I get when running in gdb.
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff7fe7780 (LWP 22887)]
0x00007ffff490b884 in NodeKafka::Consumer::NodeGetAssignments (info=...) at ../src/consumer.cc:493
493 Nan::Newv8::String(part->topic()).ToLocalChecked());
(I'm not entirely sure this is the reason)
Metadata
Metadata
Assignees
Labels
No labels