Skip to content

Assign / Unassign issue #29

Closed
Closed
@ArtemisMucaj

Description

@ArtemisMucaj

Hi,

I've been trying to resolve an issue when adding consumer scripts with the rebalance callback.

  1. Run X instances of the Consumer
  2. Run another Consumer
  3. Wait for rebalance and repeat 2.
  4. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions