We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1505de + 996b428 commit 1fb26edCopy full SHA for 1fb26ed
cmd/thanos/compact.go
@@ -291,7 +291,10 @@ func runCompact(
291
api.SetLoaded(blocks, err)
292
})
293
294
- var syncMetasTimeout = conf.waitInterval
+ // Still use blockViewerSyncBlockTimeout to retain original behavior before this upstream change:
295
+ // https://github.com/databricks/thanos/commit/ab43b2b20cb42eca2668824a4084307216c6da2e#diff-6c2257b871fd1196514f664bc7e44cb21681215e0929710d0ad5ceea90b8e122R294
296
+ // Otherwise Azure won't work due to its high latency
297
+ var syncMetasTimeout = conf.blockViewerSyncBlockTimeout
298
if !conf.wait {
299
syncMetasTimeout = 0
300
}
0 commit comments