Commit c46724d
Merge cockroachdb#153898
153898: sql: avoid offsetting merge timestamp to reduce unnecessary waiting r=rafiss a=rafiss
In 1497315 we added an offset to the merge timestamp to attempt to diagnose an issue we were seeing with backfills.
That issue ended up being caused by cockroachdb#144650.
The offset makes schema changes wait longer before completing, so since it turned out not to be necessary, this commit reverts to the old behavior.
Epic: None
Informs: cockroachdb#142917
Release note: None
Co-authored-by: Rafi Shamim <[email protected]>1 file changed
+5
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3019 | 3019 | | |
3020 | 3020 | | |
3021 | 3021 | | |
3022 | | - | |
3023 | | - | |
3024 | | - | |
3025 | | - | |
3026 | | - | |
3027 | | - | |
| 3022 | + | |
| 3023 | + | |
| 3024 | + | |
| 3025 | + | |
| 3026 | + | |
3028 | 3027 | | |
3029 | 3028 | | |
3030 | 3029 | | |
| |||
0 commit comments