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
Adding a second takes ~1ms. Adding multiple of them in a single batch
can stall the reactor for a while. This, together with a recent seastar
change[^1] caused some timeouts to fire very frequently[^2].
Fix the test by breaking the batch passed to add_segments into smaller
segments so that we execute more finer grained tasks and yield more
often to the scheduler.
[^1]: scylladb/seastar#2238
[^2]: redpanda-data#13275
0 commit comments