Commit 079c5dc
committed
sql: avoid offsetting merge timestamp to reduce unnecessary waiting
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.
Release note: None1 parent 3c9f2ee commit 079c5dc
1 file changed
+5
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2994 | 2994 | | |
2995 | 2995 | | |
2996 | 2996 | | |
2997 | | - | |
2998 | | - | |
2999 | | - | |
3000 | | - | |
3001 | | - | |
3002 | | - | |
| 2997 | + | |
| 2998 | + | |
| 2999 | + | |
| 3000 | + | |
| 3001 | + | |
3003 | 3002 | | |
3004 | 3003 | | |
3005 | 3004 | | |
| |||
0 commit comments