Open vbmithr opened 1 year ago
Do you use sticky cooperative rebalance strategy?
No. But I've found why it happens. It happens when I use rd_kafka_queue_event_enable
and I close the provided fd
before calling rd_kafka_destroy
.
So I can fix this for my use case but I guess it should not segfault anyway.
This seem to be caused by rk->rk_rep
being already destroyed (rdkafka.c:954). Could you provide some example code for reproducing this?
@vbmithr Wanted to ping you on the last request by @emasab. If this issue has been resolved or you found a fix, we can close this issue
Description
Checklist
IMPORTANT: We will close issues where the checklist has not been completed.
Please provide the following information:
log.queue = true
Archlinux
debug=..
as necessary) from librdkafka