Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error in consumer-perf-test #479

Closed
freshtang opened this issue Jan 5, 2024 · 1 comment
Closed

error in consumer-perf-test #479

freshtang opened this issue Jan 5, 2024 · 1 comment

Comments

@freshtang
Copy link

What happened?

1.create tieredTopic
bin/kafka-producer-perf-test.sh --topic tieredTopic0105 --num-records=100000000 --throughput 100000 --record-size 1000 --producer-props acks=1 batch.size=16384 bootstrap.servers=localhost:9092

2.produce messages with kafka-producer-perf-test
bin/kafka-producer-perf-test.sh --topic test --num-records=100000000 --throughput 100000 --record-size 1000 --producer-props acks=1 batch.size=16384 bootstrap.servers=localhost:9092

3.consume with kafka-consumer-perf-test.sh
bin/kafka-consumer-perf-test.sh --topic tieredTopic0105 --bootstrap-server localhost:9092 --messages 100000 --group test

image

image

What else do we need to know?

broker uses aliyun oss as s3

@jeqo
Copy link
Contributor

jeqo commented Jan 23, 2024

@freshtang just as reference, this is caused because of how timeouts are handled on the broker side, see #483 for future resolution.

As a workaround, consumers can increase their fetch.max.wait.ms to e.g. 2sec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants