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
I think it is because #13331 implicitly bumps the checkpoint frequency from ckpt every 2 barriers to ckpt every 1 barrier. This has several implications:
CN's write to S3 rate is doubled
Storage L0 files increasing rate is doubled
With the compaction config you have pasted, compaction is triggered more aggressively because of 2.
All these can lead to an increase in S3 request rate. @Li0k has merged #14601 to modify the default compaction config accordingly. I think we missed to update the ci config, which is set explicitly rather than using default.
Can use this to reproduce: #14722.
When this is present:
The tests will fail with
SlowDown
error from s3 (minio).When it's not present, the tests will complete really quickly.
What's the reason this can affect the test performance?
The text was updated successfully, but these errors were encountered: