Commit 83c038f
Merge #154186
154186: catalog/lease: fix a bug preventing timestamp refreshes r=fqazi a=fqazi
Previously, when we added support for locked leased manager timestamps, which are disabled by default we introduced a new bug that prevented the timestamp from moving forward (even with this feature disabled). To address this, this patch modifies the leased descriptors to allow the timestamps to move forward again.
Note: This patch also temporarily skips the flaky test: TestLeaseManagerLockedTimestampBasic
Fixes: #153830
Fixes: #153834
Fixes: #153835
Fixes: #154118
Fixes: #154124
Release note: None
Co-authored-by: Faizan Qazi <faizan@cockroachlabs.com>File tree
2 files changed
+9
-1
lines changed- pkg/sql/catalog
- descs
- lease
2 files changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
185 | 190 | | |
186 | 191 | | |
187 | 192 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
1739 | 1740 | | |
1740 | 1741 | | |
1741 | 1742 | | |
| 1743 | + | |
| 1744 | + | |
1742 | 1745 | | |
1743 | 1746 | | |
1744 | 1747 | | |
| |||
0 commit comments