You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
To Reproduce
The KoP version is v2.7.0.4-rc-202101150854 (branch-2.7.0). It's not easy to reproduce. It's my private integration test environment, which will set 1 ZK, 1 BK, 1 Broker and KoP for simple produce test.
Expected behavior
A failed BrokerService#getTopic invocation should not affect followed the METADATA request attempts.
The text was updated successfully, but these errors were encountered:
Describe the bug
Sometimes the Kafka Client failed with
Obviously, it's because METADATA request failed. After checking the logs, I found that it's caused by the first failed
BrokerService#getTopic
.Here's the logs:
The first error is caused by
kop/kafka-impl/src/main/java/io/streamnative/pulsar/handlers/kop/KafkaTopicManager.java
Lines 298 to 304 in 694fd2d
They we can see the repeated error is caused by
KafkaTopicManager#getTopic
:kop/kafka-impl/src/main/java/io/streamnative/pulsar/handlers/kop/KafkaRequestHandler.java
Lines 1355 to 1361 in 694fd2d
To Reproduce
The KoP version is
v2.7.0.4-rc-202101150854
(branch-2.7.0). It's not easy to reproduce. It's my private integration test environment, which will set 1 ZK, 1 BK, 1 Broker and KoP for simple produce test.Expected behavior
A failed
BrokerService#getTopic
invocation should not affect followed the METADATA request attempts.The text was updated successfully, but these errors were encountered: