-
Notifications
You must be signed in to change notification settings - Fork 593
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
CI Failure (timeout in kafka-topics.sh create topic) in RackAwarePlacementTest.test_replica_placement
in DEBUG builds
#11276
Comments
RackAwarePlacementTest.test_replica_placemen
RackAwarePlacementTest.test_replica_placement
Underlying cause is that topic creation fails due to timeout, I think this can only be seen in the debug log:
Looks like the timeout occurred about 62 seconds after issuing the command (so probably a 60 second timeout) which is a long time to create a 400 partition topic. |
Three more instances overnight: FAIL test: RackAwarePlacementTest.test_replica_placement.rack_layout_str=ooooFF.num_partitions=400.replication_factor=3.num_topics=2 (3/31 runs) |
RackAwarePlacementTest.test_replica_placement
RackAwarePlacementTest.test_replica_placement
in DEBUG builds
RackAwarePlacementTest.test_replica_placement
in DEBUG buildsRackAwarePlacementTest.test_replica_placement
in DEBUG builds
One more: FAIL test: RackAwarePlacementTest.test_replica_placement.rack_layout_str=xxYYzz.num_partitions=400.replication_factor=3.num_topics=2 (1/31 runs) |
Looks like it is only failing with debug build + 400 partition combination.. perhaps one of those slow debug build issues, I'll dig more tomorrow. |
Disabled via #11590 |
https://buildkite.com/redpanda/redpanda/builds/30776#018894e7-2322-4fdc-afec-cb028f9cc9da
https://buildkite.com/redpanda/redpanda/builds/30776#018894e7-2322-4fdc-afec-cb028f9cc9da
The text was updated successfully, but these errors were encountered: