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
If we use asyncUploadMockFsRepo=true , we get transient translog upload failures due to checksum coming null. We need to fix this inorder to enable testCreateCloneIndexLowPriorityRateLimit which only works with AsyncMultiStreamBlobContainer
gbbafna
changed the title
[BUG] Make AsyncUploadMockFsRepo work with RemoteCloneIndexIT
[BUG] Make AsyncUploadMockFsRepo work with RemoteCloneIndexIT and RemoteSplitIndexIT
Aug 6, 2024
Describe the bug
Coming from #15037
If we use
asyncUploadMockFsRepo=true
, we get transient translog upload failures due to checksum coming null. We need to fix this inorder to enabletestCreateCloneIndexLowPriorityRateLimit
which only works withAsyncMultiStreamBlobContainer
See #15107 as well
Related component
Storage:Durability
To Reproduce
see the failing builds in #14292
Expected behavior
Tests should pass with
asyncUploadMockFsRepo=true
Additional Details
NA
The text was updated successfully, but these errors were encountered: