bit better comment

This commit is contained in:
filimonov 2020-05-14 12:18:17 +02:00 committed by GitHub
parent 6499d702f9
commit f97c14f7be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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