mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
bit better comment
This commit is contained in:
parent
6499d702f9
commit
f97c14f7be
@ -238,7 +238,7 @@ def test_kafka_consumer_hang(kafka_cluster):
|
||||
DROP TABLE test.view;
|
||||
''')
|
||||
|
||||
# original problem appearance was a sequence of the following messages in kafka logs:
|
||||
# original problem appearance was a sequence of the following messages in librdkafka logs:
|
||||
# BROKERFAIL -> |ASSIGN| -> REBALANCE_IN_PROGRESS -> "waiting for rebalance_cb" (repeated forever)
|
||||
# so it was waiting forever while the application will execute queued rebalance callback
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user