Skip to content

rd_refcnt_sub0: Assertion `!*"refcnt sub-zero"' failed - when the subscribed topic is deleted #2963

@dshivashankar1994

Description

@dshivashankar1994

I am using a cpp version of librdkafka consumer (version 1.4.2)

I am subscribe to 2 topics that are existing. They got assigned fine and was receiving messages.
Now when I delete one of the topic, I was expecting 2 things
(1) consumer.consume to throw the UNKNOWN_TOPIC_OR_PART error
(2) Rebalance cb to revoke that partition

But both are not happening and instead I get the assertion error.

Logs in debug mode:
Topics are team.topic.test.abc-1 and team.topic.test.abc-2.
Deleted topic - team.topic.test.abc-1

[66536 (139930824054528) - DEBUG 20200703 20:49:47.969 IST KafkaReader.C#event_cb:184] 7, facility OFFSET, str [thrd:main]: Topic team.topic.test.abc-1 [0]: stored offset 10, committed offset 10: not including in commit
[66536 (139930824054528) - DEBUG 20200703 20:49:47.969 IST KafkaReader.C#event_cb:184] 7, facility OFFSET, str [thrd:main]: Topic team.topic.test.abc-2 [0]: stored offset 20, committed offset 20: not including in commit
[66536 (139930824054528) - DEBUG 20200703 20:49:53.245 IST KafkaReader.C#event_cb:184] 7, facility OFFSET, str [thrd:main]: Topic team.topic.test.abc-1 [0]: stored offset 10, committed offset 10: not including in commit
[66536 (139930824054528) - DEBUG 20200703 20:49:53.245 IST KafkaReader.C#event_cb:184] 7, facility OFFSET, str [thrd:main]: Topic team.topic.test.abc-2 [0]: stored offset 20, committed offset 20: not including in commit
[66536 (139930790483712) - DEBUG 20200703 20:49:55.302 IST KafkaReader.C#event_cb:184] 7, facility BROKERUA, str [thrd:sasl_plaintext://mwkafka-staging-01.dr.firm.com:9092/bootstra]: team.topic.test.abc-1 [0]: broker unavailable: fetch: Broker: Unknown topic or partition
[66536 (139930790483712) - DEBUG 20200703 20:49:55.302 IST KafkaReader.C#event_cb:184] 7, facility FASTQUERY, str [thrd:sasl_plaintext://mwkafka-staging-01.dr.firm.com:9092/bootstra]: Starting fast leader query
[66536 (139930790483712) - DEBUG 20200703 20:49:55.302 IST KafkaReader.C#event_cb:184] 7, facility FETCHADD, str [thrd:sasl_plaintext://mwkafka-staging-01.dr.firm.com:9092/bootstra]: sasl_plaintext://mwkafka-staging-01.dr.firm.com:9092/3: Removed team.topic.test.abc-1 [0] from fetch list (0 entries, opv 2): fetch backed off
[66536 (139930824054528) - DEBUG 20200703 20:49:55.746 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: Requesting metadata for 1/1 topics: partition leader query
[66536 (139930824054528) - DEBUG 20200703 20:49:55.746 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.dr.firm.com:9092/3: Request metadata for 1 topic(s): partition leader query
[66536 (139930790483712) - DEBUG 20200703 20:49:55.803 IST KafkaReader.C#event_cb:184] 7, facility FETCHADD, str [thrd:sasl_plaintext://mwkafka-staging-01.dr.firm.com:9092/bootstra]: sasl_plaintext://mwkafka-staging-01.dr.firm.com:9092/3: Added team.topic.test.abc-1 [0] to fetch list (1 entries, opv 2, 0 messages queued): fetchable
[66536 (139930824054528) - DEBUG 20200703 20:49:55.951 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.dr.firm.com:9092/3: ===== Received metadata (for 1 requested topics): partition leader query =====
[66536 (139930824054528) - DEBUG 20200703 20:49:55.951 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.dr.firm.com:9092/3: ClusterId: 52dx8qR5T1KKN8UT92peWA, ControllerId: 4
[66536 (139930824054528) - DEBUG 20200703 20:49:55.951 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.dr.firm.com:9092/3: 5 brokers, 1 topics
[66536 (139930824054528) - DEBUG 20200703 20:49:55.951 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.dr.firm.com:9092/3:   Broker #0/5: mwkafka-staging-01.tbd.firm.com:9092 NodeId 5
[66536 (139930824054528) - DEBUG 20200703 20:49:55.951 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.dr.firm.com:9092/3:   Broker #1/5: mwkafka-staging-02.dr.firm.com:9092 NodeId 4
[66536 (139930824054528) - DEBUG 20200703 20:49:55.951 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.dr.firm.com:9092/3:   Broker #2/5: mwkafka-staging-01.nyc.firm.com:9092 NodeId 1
[66536 (139930824054528) - DEBUG 20200703 20:49:55.951 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.dr.firm.com:9092/3:   Broker #3/5: mwkafka-staging-02.nyc.firm.com:9092 NodeId 2
[66536 (139930824054528) - DEBUG 20200703 20:49:55.951 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.dr.firm.com:9092/3:   Broker #4/5: mwkafka-staging-01.dr.firm.com:9092 NodeId 3
[66536 (139930824054528) - DEBUG 20200703 20:49:55.951 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.dr.firm.com:9092/3:   Topic #0/1: team.topic.test.abc-1 with 0 partitions: Broker: Unknown topic or partition
[66536 (139930824054528) - DEBUG 20200703 20:49:55.951 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: Error in metadata reply for topic team.topic.test.abc-1 (PartCnt 0): Broker: Unknown topic or partition
[66536 (139930824054528) - DEBUG 20200703 20:49:55.951 IST KafkaReader.C#event_cb:184] 7, facility STATE, str [thrd:main]: Topic team.topic.test.abc-1 changed state exists -> notexists
[66536 (139930824054528) - INFO 20200703 20:49:55.951 IST KafkaReader.C#event_cb:204] 5, facility PARTCNT, str [thrd:main]: Topic team.topic.test.abc-1 partition count changed from 1 to 0
[66536 (139930824054528) - DEBUG 20200703 20:49:55.951 IST KafkaReader.C#event_cb:184] 7, facility REMOVE, str [thrd:main]: team.topic.test.abc-1 [0] no longer reported in metadata
[66536 (139930824054528) - DEBUG 20200703 20:49:55.952 IST KafkaReader.C#event_cb:184] 7, facility DESIRED, str [thrd:main]: Topic team.topic.test.abc-1 [0] is desired but no longer known: moving back on desired list
[66536 (139930824054528) - DEBUG 20200703 20:49:55.952 IST KafkaReader.C#event_cb:184] 7, facility BRKDELGT, str [thrd:main]: team.topic.test.abc-1 [0]: delegate to broker (none) (rktp 0x7f44080a8150, term 0, ref 7)
[66536 (139930824054528) - DEBUG 20200703 20:49:55.952 IST KafkaReader.C#event_cb:184] 7, facility BRKDELGT, str [thrd:main]: team.topic.test.abc-1 [0]: no longer delegated to broker sasl_plaintext://mwkafka-staging-01.dr.firm.com:9092/3
[66536 (139930824054528) - DEBUG 20200703 20:49:55.952 IST KafkaReader.C#event_cb:184] 7, facility BRKDELGT, str [thrd:main]: team.topic.test.abc-1 [0]: delegating to broker :0/internal for partition with 0 messages (0 bytes) queued
[66536 (139930824054528) - DEBUG 20200703 20:49:55.952 IST KafkaReader.C#event_cb:184] 7, facility BRKMIGR, str [thrd:main]: Migrating topic team.topic.test.abc-1 [0] 0x7f44080a8150 from sasl_plaintext://mwkafka-staging-01.dr.firm.com:9092/3 to :0/internal (sending PARTITION_LEAVE to sasl_plaintext://mwkafka-staging-01.dr.firm.com:9092/3)
[66536 (139930824054528) - DEBUG 20200703 20:49:55.952 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.dr.firm.com:9092/3: 1/1 requested topic(s) seen in metadata
[66536 (139930790483712) - DEBUG 20200703 20:49:55.952 IST KafkaReader.C#event_cb:184] 7, facility FETCHADD, str [thrd:sasl_plaintext://mwkafka-staging-01.dr.firm.com:9092/bootstra]: sasl_plaintext://mwkafka-staging-01.dr.firm.com:9092/3: Removed team.topic.test.abc-1 [0] from fetch list (0 entries, opv 2): forced removal
[66536 (139930790483712) - DEBUG 20200703 20:49:55.952 IST KafkaReader.C#event_cb:184] 7, facility TOPBRK, str [thrd:sasl_plaintext://mwkafka-staging-01.dr.firm.com:9092/bootstra]: sasl_plaintext://mwkafka-staging-01.dr.firm.com:9092/3: Topic team.topic.test.abc-1 [0]: leaving broker (0 messages in xmitq, next broker :0/internal, rktp 0x7f44080a8150)
[66536 (139930790483712) - DEBUG 20200703 20:49:55.952 IST KafkaReader.C#event_cb:184] 7, facility BROADCAST, str [thrd:sasl_plaintext://mwkafka-staging-01.dr.firm.com:9092/bootstra]: Broadcasting state change
[66536 (139930815661824) - DEBUG 20200703 20:49:55.952 IST KafkaReader.C#event_cb:184] 7, facility TOPBRK, str [thrd::0/internal]: :0/internal: Topic team.topic.test.abc-1 [0]: joining broker (rktp 0x7f44080a8150, 0 message(s) queued)
[66536 (139930815661824) - DEBUG 20200703 20:49:55.952 IST KafkaReader.C#event_cb:184] 7, facility BROADCAST, str [thrd::0/internal]: Broadcasting state change
[66536 (139930815661824) - DEBUG 20200703 20:49:55.952 IST KafkaReader.C#event_cb:184] 7, facility FETCHADD, str [thrd::0/internal]: :0/internal: Added team.topic.test.abc-1 [0] to fetch list (1 entries, opv 2, 0 messages queued): fetchable
[66536 (139930790483712) - DEBUG 20200703 20:49:56.155 IST KafkaReader.C#event_cb:184] 7, facility UNKTOPIC, str [thrd:sasl_plaintext://mwkafka-staging-01.dr.firm.com:9092/bootstra]: sasl_plaintext://mwkafka-staging-01.dr.firm.com:9092/3: Received Fetch response (error 3) for unknown topic team.topic.test.abc-1 [0]: ignoring
[66536 (139930824054528) - DEBUG 20200703 20:49:56.245 IST KafkaReader.C#event_cb:184] 7, facility NOINFO, str [thrd:main]: Topic team.topic.test.abc-1 partition count is zero: should refresh metadata
[66536 (139930824054528) - DEBUG 20200703 20:49:56.245 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: Requesting metadata for 1/1 topics: refresh unavailable topics
[66536 (139930824054528) - DEBUG 20200703 20:49:56.245 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.dr.firm.com:9092/3: Request metadata for 1 topic(s): refresh unavailable topics
[66536 (139930824054528) - DEBUG 20200703 20:49:56.451 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.dr.firm.com:9092/3: ===== Received metadata (for 1 requested topics): refresh unavailable topics =====
[66536 (139930824054528) - DEBUG 20200703 20:49:56.451 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.dr.firm.com:9092/3: ClusterId: 52dx8qR5T1KKN8UT92peWA, ControllerId: 4
[66536 (139930824054528) - DEBUG 20200703 20:49:56.451 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.dr.firm.com:9092/3: 5 brokers, 1 topics
[66536 (139930824054528) - DEBUG 20200703 20:49:56.451 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.dr.firm.com:9092/3:   Broker #0/5: mwkafka-staging-01.tbd.firm.com:9092 NodeId 5
[66536 (139930824054528) - DEBUG 20200703 20:49:56.451 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.dr.firm.com:9092/3:   Broker #1/5: mwkafka-staging-02.dr.firm.com:9092 NodeId 4
[66536 (139930824054528) - DEBUG 20200703 20:49:56.451 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.dr.firm.com:9092/3:   Broker #2/5: mwkafka-staging-01.nyc.firm.com:9092 NodeId 1
[66536 (139930824054528) - DEBUG 20200703 20:49:56.451 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.dr.firm.com:9092/3:   Broker #3/5: mwkafka-staging-02.nyc.firm.com:9092 NodeId 2
[66536 (139930824054528) - DEBUG 20200703 20:49:56.451 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.dr.firm.com:9092/3:   Broker #4/5: mwkafka-staging-01.dr.firm.com:9092 NodeId 3
[66536 (139930824054528) - DEBUG 20200703 20:49:56.451 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.dr.firm.com:9092/3:   Topic #0/1: team.topic.test.abc-1 with 0 partitions: Broker: Unknown topic or partition
[66536 (139930824054528) - DEBUG 20200703 20:49:56.451 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: Error in metadata reply for topic team.topic.test.abc-1 (PartCnt 0): Broker: Unknown topic or partition
[66536 (139930824054528) - DEBUG 20200703 20:49:56.451 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.dr.firm.com:9092/3: 1/1 requested topic(s) seen in metadata
[66536 (139930824054528) - DEBUG 20200703 20:49:57.245 IST KafkaReader.C#event_cb:184] 7, facility NOINFO, str [thrd:main]: Topic team.topic.test.abc-1 partition count is zero: should refresh metadata
[66536 (139930824054528) - DEBUG 20200703 20:49:57.245 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: Requesting metadata for 1/1 topics: refresh unavailable topics
[66536 (139930824054528) - DEBUG 20200703 20:49:57.245 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: Request metadata for 1 topic(s): refresh unavailable topics
[66536 (139930824054528) - DEBUG 20200703 20:49:57.456 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: ===== Received metadata (for 1 requested topics): refresh unavailable topics =====
[66536 (139930824054528) - DEBUG 20200703 20:49:57.456 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: ClusterId: 52dx8qR5T1KKN8UT92peWA, ControllerId: 4
[66536 (139930824054528) - DEBUG 20200703 20:49:57.456 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: 5 brokers, 1 topics
[66536 (139930824054528) - DEBUG 20200703 20:49:57.456 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #0/5: mwkafka-staging-01.tbd.firm.com:9092 NodeId 5
[66536 (139930824054528) - DEBUG 20200703 20:49:57.456 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #1/5: mwkafka-staging-01.nyc.firm.com:9092 NodeId 1
[66536 (139930824054528) - DEBUG 20200703 20:49:57.456 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #2/5: mwkafka-staging-02.dr.firm.com:9092 NodeId 4
[66536 (139930824054528) - DEBUG 20200703 20:49:57.456 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #3/5: mwkafka-staging-02.nyc.firm.com:9092 NodeId 2
[66536 (139930824054528) - DEBUG 20200703 20:49:57.456 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #4/5: mwkafka-staging-01.dr.firm.com:9092 NodeId 3
[66536 (139930824054528) - DEBUG 20200703 20:49:57.456 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Topic #0/1: team.topic.test.abc-1 with 0 partitions: Broker: Unknown topic or partition
[66536 (139930824054528) - DEBUG 20200703 20:49:57.456 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: Error in metadata reply for topic team.topic.test.abc-1 (PartCnt 0): Broker: Unknown topic or partition
[66536 (139930824054528) - DEBUG 20200703 20:49:57.456 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: 1/1 requested topic(s) seen in metadata
[66536 (139930824054528) - DEBUG 20200703 20:49:58.245 IST KafkaReader.C#event_cb:184] 7, facility OFFSET, str [thrd:main]: Topic team.topic.test.abc-1 [0]: stored offset 10, committed offset 10: not including in commit
[66536 (139930824054528) - DEBUG 20200703 20:49:58.245 IST KafkaReader.C#event_cb:184] 7, facility OFFSET, str [thrd:main]: Topic team.topic.test.abc-2 [0]: stored offset 20, committed offset 20: not including in commit
[66536 (139930824054528) - DEBUG 20200703 20:49:58.246 IST KafkaReader.C#event_cb:184] 7, facility NOINFO, str [thrd:main]: Topic team.topic.test.abc-1 partition count is zero: should refresh metadata
[66536 (139930824054528) - DEBUG 20200703 20:49:58.246 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: Requesting metadata for 1/1 topics: refresh unavailable topics
[66536 (139930824054528) - DEBUG 20200703 20:49:58.246 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: Request metadata for 1 topic(s): refresh unavailable topics
[66536 (139930824054528) - DEBUG 20200703 20:49:58.472 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: ===== Received metadata (for 1 requested topics): refresh unavailable topics =====
[66536 (139930824054528) - DEBUG 20200703 20:49:58.472 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: ClusterId: 52dx8qR5T1KKN8UT92peWA, ControllerId: 4
[66536 (139930824054528) - DEBUG 20200703 20:49:58.472 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: 5 brokers, 1 topics
[66536 (139930824054528) - DEBUG 20200703 20:49:58.472 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #0/5: mwkafka-staging-01.tbd.firm.com:9092 NodeId 5
[66536 (139930824054528) - DEBUG 20200703 20:49:58.472 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #1/5: mwkafka-staging-01.nyc.firm.com:9092 NodeId 1
[66536 (139930824054528) - DEBUG 20200703 20:49:58.472 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #2/5: mwkafka-staging-02.dr.firm.com:9092 NodeId 4
[66536 (139930824054528) - DEBUG 20200703 20:49:58.472 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #3/5: mwkafka-staging-02.nyc.firm.com:9092 NodeId 2
[66536 (139930824054528) - DEBUG 20200703 20:49:58.472 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #4/5: mwkafka-staging-01.dr.firm.com:9092 NodeId 3
[66536 (139930824054528) - DEBUG 20200703 20:49:58.472 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Topic #0/1: team.topic.test.abc-1 with 0 partitions: Broker: Unknown topic or partition
[66536 (139930824054528) - DEBUG 20200703 20:49:58.472 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: Error in metadata reply for topic team.topic.test.abc-1 (PartCnt 0): Broker: Unknown topic or partition
[66536 (139930824054528) - DEBUG 20200703 20:49:58.472 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: 1/1 requested topic(s) seen in metadata
[66536 (139930824054528) - DEBUG 20200703 20:49:59.246 IST KafkaReader.C#event_cb:184] 7, facility NOINFO, str [thrd:main]: Topic team.topic.test.abc-1 partition count is zero: should refresh metadata
[66536 (139930824054528) - DEBUG 20200703 20:49:59.246 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: Requesting metadata for 1/1 topics: refresh unavailable topics
[66536 (139930824054528) - DEBUG 20200703 20:49:59.246 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: Request metadata for 1 topic(s): refresh unavailable topics
[66536 (139930824054528) - DEBUG 20200703 20:49:59.488 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: ===== Received metadata (for 1 requested topics): refresh unavailable topics =====
[66536 (139930824054528) - DEBUG 20200703 20:49:59.488 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: ClusterId: 52dx8qR5T1KKN8UT92peWA, ControllerId: 4
[66536 (139930824054528) - DEBUG 20200703 20:49:59.488 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: 5 brokers, 1 topics
[66536 (139930824054528) - DEBUG 20200703 20:49:59.488 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #0/5: mwkafka-staging-01.tbd.firm.com:9092 NodeId 5
[66536 (139930824054528) - DEBUG 20200703 20:49:59.488 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #1/5: mwkafka-staging-01.nyc.firm.com:9092 NodeId 1
[66536 (139930824054528) - DEBUG 20200703 20:49:59.488 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #2/5: mwkafka-staging-02.dr.firm.com:9092 NodeId 4
[66536 (139930824054528) - DEBUG 20200703 20:49:59.488 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #3/5: mwkafka-staging-02.nyc.firm.com:9092 NodeId 2
[66536 (139930824054528) - DEBUG 20200703 20:49:59.488 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #4/5: mwkafka-staging-01.dr.firm.com:9092 NodeId 3
[66536 (139930824054528) - DEBUG 20200703 20:49:59.488 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Topic #0/1: team.topic.test.abc-1 with 0 partitions: Broker: Unknown topic or partition
[66536 (139930824054528) - DEBUG 20200703 20:49:59.488 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: Error in metadata reply for topic team.topic.test.abc-1 (PartCnt 0): Broker: Unknown topic or partition
[66536 (139930824054528) - DEBUG 20200703 20:49:59.488 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: 1/1 requested topic(s) seen in metadata
[66536 (139930824054528) - DEBUG 20200703 20:50:00.246 IST KafkaReader.C#event_cb:184] 7, facility NOINFO, str [thrd:main]: Topic team.topic.test.abc-1 partition count is zero: should refresh metadata
[66536 (139930824054528) - DEBUG 20200703 20:50:00.246 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: Requesting metadata for 1/1 topics: refresh unavailable topics
[66536 (139930824054528) - DEBUG 20200703 20:50:00.246 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: Request metadata for 1 topic(s): refresh unavailable topics
[66536 (139930824054528) - DEBUG 20200703 20:50:00.505 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: ===== Received metadata (for 1 requested topics): refresh unavailable topics =====
[66536 (139930824054528) - DEBUG 20200703 20:50:00.505 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: ClusterId: 52dx8qR5T1KKN8UT92peWA, ControllerId: 4
[66536 (139930824054528) - DEBUG 20200703 20:50:00.505 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: 5 brokers, 1 topics
[66536 (139930824054528) - DEBUG 20200703 20:50:00.505 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #0/5: mwkafka-staging-01.tbd.firm.com:9092 NodeId 5
[66536 (139930824054528) - DEBUG 20200703 20:50:00.505 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #1/5: mwkafka-staging-01.nyc.firm.com:9092 NodeId 1
[66536 (139930824054528) - DEBUG 20200703 20:50:00.505 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #2/5: mwkafka-staging-02.dr.firm.com:9092 NodeId 4
[66536 (139930824054528) - DEBUG 20200703 20:50:00.505 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #3/5: mwkafka-staging-02.nyc.firm.com:9092 NodeId 2
[66536 (139930824054528) - DEBUG 20200703 20:50:00.505 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #4/5: mwkafka-staging-01.dr.firm.com:9092 NodeId 3
[66536 (139930824054528) - DEBUG 20200703 20:50:00.505 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Topic #0/1: team.topic.test.abc-1 with 0 partitions: Broker: Unknown topic or partition
[66536 (139930824054528) - DEBUG 20200703 20:50:00.505 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: Error in metadata reply for topic team.topic.test.abc-1 (PartCnt 0): Broker: Unknown topic or partition
[66536 (139930824054528) - DEBUG 20200703 20:50:00.505 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: 1/1 requested topic(s) seen in metadata
[66536 (139930824054528) - DEBUG 20200703 20:50:01.246 IST KafkaReader.C#event_cb:184] 7, facility NOINFO, str [thrd:main]: Topic team.topic.test.abc-1 partition count is zero: should refresh metadata
[66536 (139930824054528) - DEBUG 20200703 20:50:01.246 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: Requesting metadata for 1/1 topics: refresh unavailable topics
[66536 (139930824054528) - DEBUG 20200703 20:50:01.246 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: Request metadata for 1 topic(s): refresh unavailable topics
[66536 (139930824054528) - DEBUG 20200703 20:50:01.526 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: ===== Received metadata (for 1 requested topics): refresh unavailable topics =====
...
...
[66536 (139930824054528) - DEBUG 20200703 20:52:50.013 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: ClusterId: 52dx8qR5T1KKN8UT92peWA, ControllerId: 4
[66536 (139930824054528) - DEBUG 20200703 20:52:50.013 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: 5 brokers, 1 topics
[66536 (139930824054528) - DEBUG 20200703 20:52:50.013 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #0/5: mwkafka-staging-01.tbd.firm.com:9092 NodeId 5
[66536 (139930824054528) - DEBUG 20200703 20:52:50.013 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #1/5: mwkafka-staging-01.nyc.firm.com:9092 NodeId 1
[66536 (139930824054528) - DEBUG 20200703 20:52:50.013 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #2/5: mwkafka-staging-02.dr.firm.com:9092 NodeId 4
[66536 (139930824054528) - DEBUG 20200703 20:52:50.013 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #3/5: mwkafka-staging-02.nyc.firm.com:9092 NodeId 2
[66536 (139930824054528) - DEBUG 20200703 20:52:50.013 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #4/5: mwkafka-staging-01.dr.firm.com:9092 NodeId 3
[66536 (139930824054528) - DEBUG 20200703 20:52:50.013 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Topic #0/1: team.topic.test.abc-1 with 0 partitions: Broker: Unknown topic or partition
[66536 (139930824054528) - DEBUG 20200703 20:52:50.013 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: Error in metadata reply for topic team.topic.test.abc-1 (PartCnt 0): Broker: Unknown topic or partition
[66536 (139930824054528) - DEBUG 20200703 20:52:50.013 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: 1/1 requested topic(s) seen in metadata
[66536 (139930824054528) - DEBUG 20200703 20:52:50.808 IST KafkaReader.C#event_cb:184] 7, facility NOINFO, str [thrd:main]: Topic team.topic.test.abc-1 partition count is zero: should refresh metadata
[66536 (139930824054528) - DEBUG 20200703 20:52:50.808 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: Requesting metadata for 1/1 topics: refresh unavailable topics
[66536 (139930824054528) - DEBUG 20200703 20:52:50.808 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: Request metadata for 1 topic(s): refresh unavailable topics
[66536 (139930824054528) - DEBUG 20200703 20:52:51.029 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: ===== Received metadata (for 1 requested topics): refresh unavailable topics =====
[66536 (139930824054528) - DEBUG 20200703 20:52:51.030 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: ClusterId: 52dx8qR5T1KKN8UT92peWA, ControllerId: 4
[66536 (139930824054528) - DEBUG 20200703 20:52:51.030 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: 5 brokers, 1 topics
[66536 (139930824054528) - DEBUG 20200703 20:52:51.030 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #0/5: mwkafka-staging-01.tbd.firm.com:9092 NodeId 5
[66536 (139930824054528) - DEBUG 20200703 20:52:51.030 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #1/5: mwkafka-staging-01.nyc.firm.com:9092 NodeId 1
[66536 (139930824054528) - DEBUG 20200703 20:52:51.030 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #2/5: mwkafka-staging-02.dr.firm.com:9092 NodeId 4
[66536 (139930824054528) - DEBUG 20200703 20:52:51.030 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #3/5: mwkafka-staging-02.nyc.firm.com:9092 NodeId 2
[66536 (139930824054528) - DEBUG 20200703 20:52:51.030 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #4/5: mwkafka-staging-01.dr.firm.com:9092 NodeId 3
[66536 (139930824054528) - DEBUG 20200703 20:52:51.030 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Topic #0/1: team.topic.test.abc-1 with 0 partitions: Broker: Unknown topic or partition
[66536 (139930824054528) - DEBUG 20200703 20:52:51.030 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: Error in metadata reply for topic team.topic.test.abc-1 (PartCnt 0): Broker: Unknown topic or partition
[66536 (139930824054528) - DEBUG 20200703 20:52:51.030 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: 1/1 requested topic(s) seen in metadata
[66536 (139930824054528) - DEBUG 20200703 20:52:51.808 IST KafkaReader.C#event_cb:184] 7, facility NOINFO, str [thrd:main]: Topic team.topic.test.abc-1 partition count is zero: should refresh metadata
[66536 (139930824054528) - DEBUG 20200703 20:52:51.808 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: Requesting metadata for 1/1 topics: refresh unavailable topics
[66536 (139930824054528) - DEBUG 20200703 20:52:51.809 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: Request metadata for 1 topic(s): refresh unavailable topics
[66536 (139930824054528) - DEBUG 20200703 20:52:52.045 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: ===== Received metadata (for 1 requested topics): refresh unavailable topics =====
[66536 (139930824054528) - DEBUG 20200703 20:52:52.045 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: ClusterId: 52dx8qR5T1KKN8UT92peWA, ControllerId: 4
[66536 (139930824054528) - DEBUG 20200703 20:52:52.045 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: 5 brokers, 1 topics
[66536 (139930824054528) - DEBUG 20200703 20:52:52.045 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #0/5: mwkafka-staging-01.tbd.firm.com:9092 NodeId 5
[66536 (139930824054528) - DEBUG 20200703 20:52:52.045 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #1/5: mwkafka-staging-01.nyc.firm.com:9092 NodeId 1
[66536 (139930824054528) - DEBUG 20200703 20:52:52.045 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #2/5: mwkafka-staging-02.dr.firm.com:9092 NodeId 4
[66536 (139930824054528) - DEBUG 20200703 20:52:52.045 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #3/5: mwkafka-staging-02.nyc.firm.com:9092 NodeId 2
[66536 (139930824054528) - DEBUG 20200703 20:52:52.045 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #4/5: mwkafka-staging-01.dr.firm.com:9092 NodeId 3
[66536 (139930824054528) - DEBUG 20200703 20:52:52.045 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Topic #0/1: team.topic.test.abc-1 with 0 partitions: Broker: Unknown topic or partition
[66536 (139930824054528) - DEBUG 20200703 20:52:52.045 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: Error in metadata reply for topic team.topic.test.abc-1 (PartCnt 0): Broker: Unknown topic or partition
[66536 (139930824054528) - DEBUG 20200703 20:52:52.045 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: 1/1 requested topic(s) seen in metadata
[66536 (139930824054528) - DEBUG 20200703 20:52:52.809 IST KafkaReader.C#event_cb:184] 7, facility NOINFO, str [thrd:main]: Topic team.topic.test.abc-1 partition count is zero: should refresh metadata
[66536 (139930824054528) - DEBUG 20200703 20:52:52.809 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: Requesting metadata for 1/1 topics: refresh unavailable topics
[66536 (139930824054528) - DEBUG 20200703 20:52:52.809 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: Request metadata for 1 topic(s): refresh unavailable topics
[66536 (139930824054528) - DEBUG 20200703 20:52:52.967 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: Requesting metadata for 2/2 topics: periodic topic and broker list refresh
[66536 (139930824054528) - DEBUG 20200703 20:52:52.967 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: Request metadata for 2 topic(s): periodic topic and broker list refresh
[66536 (139930824054528) - DEBUG 20200703 20:52:53.063 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: ===== Received metadata (for 1 requested topics): refresh unavailable topics =====
[66536 (139930824054528) - DEBUG 20200703 20:52:53.063 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: ClusterId: 52dx8qR5T1KKN8UT92peWA, ControllerId: 4
[66536 (139930824054528) - DEBUG 20200703 20:52:53.063 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: 5 brokers, 1 topics
[66536 (139930824054528) - DEBUG 20200703 20:52:53.063 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #0/5: mwkafka-staging-01.tbd.firm.com:9092 NodeId 5
[66536 (139930824054528) - DEBUG 20200703 20:52:53.063 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #1/5: mwkafka-staging-01.nyc.firm.com:9092 NodeId 1
[66536 (139930824054528) - DEBUG 20200703 20:52:53.063 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #2/5: mwkafka-staging-02.dr.firm.com:9092 NodeId 4
[66536 (139930824054528) - DEBUG 20200703 20:52:53.063 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #3/5: mwkafka-staging-02.nyc.firm.com:9092 NodeId 2
[66536 (139930824054528) - DEBUG 20200703 20:52:53.063 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #4/5: mwkafka-staging-01.dr.firm.com:9092 NodeId 3
[66536 (139930824054528) - DEBUG 20200703 20:52:53.063 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Topic #0/1: team.topic.test.abc-1 with 0 partitions: Broker: Unknown topic or partition
[66536 (139930824054528) - DEBUG 20200703 20:52:53.063 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: Error in metadata reply for topic team.topic.test.abc-1 (PartCnt 0): Broker: Unknown topic or partition
[66536 (139930824054528) - DEBUG 20200703 20:52:53.063 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: 1/1 requested topic(s) seen in metadata
[66536 (139930824054528) - DEBUG 20200703 20:52:53.368 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: ===== Received metadata (for 2 requested topics): periodic topic and broker list refresh =====
[66536 (139930824054528) - DEBUG 20200703 20:52:53.368 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: ClusterId: 52dx8qR5T1KKN8UT92peWA, ControllerId: 4
[66536 (139930824054528) - DEBUG 20200703 20:52:53.368 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: 5 brokers, 2 topics
[66536 (139930824054528) - DEBUG 20200703 20:52:53.368 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #0/5: mwkafka-staging-01.tbd.firm.com:9092 NodeId 5
[66536 (139930824054528) - DEBUG 20200703 20:52:53.368 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #1/5: mwkafka-staging-01.nyc.firm.com:9092 NodeId 1
[66536 (139930824054528) - DEBUG 20200703 20:52:53.368 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #2/5: mwkafka-staging-02.dr.firm.com:9092 NodeId 4
[66536 (139930824054528) - DEBUG 20200703 20:52:53.368 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #3/5: mwkafka-staging-02.nyc.firm.com:9092 NodeId 2
[66536 (139930824054528) - DEBUG 20200703 20:52:53.368 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Broker #4/5: mwkafka-staging-01.dr.firm.com:9092 NodeId 3
[66536 (139930824054528) - DEBUG 20200703 20:52:53.368 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Topic #0/2: team.topic.test.abc-2 with 1 partitions
[66536 (139930824054528) - DEBUG 20200703 20:52:53.368 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]:   Topic team.topic.test.abc-2 partition 0 Leader 1
[66536 (139930824054528) - DEBUG 20200703 20:52:53.368 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1:   Topic #1/2: team.topic.test.abc-1 with 0 partitions: Broker: Unknown topic or partition
[66536 (139930824054528) - DEBUG 20200703 20:52:53.368 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: Error in metadata reply for topic team.topic.test.abc-1 (PartCnt 0): Broker: Unknown topic or partition
[66536 (139930824054528) - DEBUG 20200703 20:52:53.368 IST KafkaReader.C#event_cb:184] 7, facility METADATA, str [thrd:main]: sasl_plaintext://mwkafka-staging-01.nyc.firm.com:9092/1: 2/2 requested topic(s) seen in metadata
[66536 (139930824054528) - DEBUG 20200703 20:52:53.368 IST KafkaReader.C#event_cb:184] 7, facility TOPICERR, str [thrd:main]: Subscribed topic not available: team.topic.test.abc-1: Broker: Unknown topic or partition
[66536 (139930824054528) - DEBUG 20200703 20:52:53.368 IST KafkaReader.C#event_cb:184] 7, facility SUBSCRIPTION, str [thrd:main]: Group "team.subscriber.cpp.topic.jsh-abc": effective subscription list changed from 2 to 1 topic(s):
[66536 (139930824054528) - DEBUG 20200703 20:52:53.368 IST KafkaReader.C#event_cb:184] 7, facility SUBSCRIPTION, str [thrd:main]:  Topic team.topic.test.abc-2 with 1 partition(s)
[66536 (139930824054528) - DEBUG 20200703 20:52:53.368 IST KafkaReader.C#event_cb:184] 7, facility REJOIN, str [thrd:main]: Group "team.subscriber.cpp.topic.jsh-abc": subscription updated from metadata change: rejoining group
[66536 (139930824054528) - DEBUG 20200703 20:52:53.368 IST KafkaReader.C#event_cb:184] 7, facility PAUSE, str [thrd:main]: Library pausing 2 partition(s)
console_team_subscriber: rd.h:326: rd_refcnt_sub0: Assertion `!*"refcnt sub-zero"' failed.
[66536 (139930824054528) - DEBUG 20200703 20:52:53.368 IST KafkaReader.C#event_cb:184] 7, facility BARRIER, str [thrd:main]: team.topic.test.abc-1 [0]: rd_kafka_toppar_op_pause_resume:2383: new version barrier v3
[66536 (139930824054528) - DEBUG 20200703 20:52:53.368 IST KafkaReader.C#event_cb:184] 7, facility PAUSE, str [thrd:main]: Pause team.topic.test.abc-1 [0] (v3)
[66536 (139930824054528) - DEBUG 20200703 20:52:53.368 IST KafkaReader.C#event_cb:184] 7, facility BARRIER, str [thrd:main]: team.topic.test.abc-2 [0]: rd_kafka_toppar_op_pause_resume:2383: new version barrier v3
Aborted (core dumped)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions