Skip to content

Commit 54535c1

Browse files
committed
sql: use friendly schema changes status messages
Previously the job status message provided limited information. It required knowledge of the schema change architecture to be actionable. The status message is expanded to be more user-friendly. Fixes: #125560 Epic: CRDB-42485 Release note (sql change): Schema change job status messages provide additional information.
1 parent ec83247 commit 54535c1

File tree

733 files changed

+2203
-2118
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

733 files changed

+2203
-2118
lines changed

pkg/ccl/logictestccl/testdata/logic_test/provisioning

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,3 @@ WHERE username = 'role_with_provisioning'
4242
AND option = 'PROVISIONSRC'
4343
----
4444
ldap:foo.bar
45-

pkg/ccl/schemachangerccl/testdata/end_to_end/add_column_multiple_regional_by_row/add_column_multiple_regional_by_row.explain

Lines changed: 19 additions & 19 deletions
Large diffs are not rendered by default.

pkg/ccl/schemachangerccl/testdata/end_to_end/add_column_multiple_regional_by_row/add_column_multiple_regional_by_row.side_effects

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ upsert descriptor #108
662662
- version: "2"
663663
+ version: "3"
664664
persist all catalog changes to storage
665-
update progress of schema change job #1: "PostCommitPhase stage 2 of 23 with 1 BackfillType op pending"
665+
update progress of schema change job #1: "Pending: Backfilling index (1 operation) — PostCommit phase (stage 2 of 23)."
666666
commit transaction #3
667667
begin transaction #4
668668
## PostCommitPhase stage 2 of 23 with 1 BackfillType op
@@ -684,7 +684,7 @@ upsert descriptor #108
684684
- version: "3"
685685
+ version: "4"
686686
persist all catalog changes to storage
687-
update progress of schema change job #1: "PostCommitPhase stage 4 of 23 with 1 MutationType op pending"
687+
update progress of schema change job #1: "Pending: Updating schema metadata (1 operation) — PostCommit phase (stage 4 of 23)."
688688
commit transaction #5
689689
begin transaction #6
690690
## PostCommitPhase stage 4 of 23 with 3 MutationType ops
@@ -702,7 +702,7 @@ upsert descriptor #108
702702
- version: "4"
703703
+ version: "5"
704704
persist all catalog changes to storage
705-
update progress of schema change job #1: "PostCommitPhase stage 5 of 23 with 1 BackfillType op pending"
705+
update progress of schema change job #1: "Pending: Merging index (1 operation) — PostCommit phase (stage 5 of 23)."
706706
commit transaction #6
707707
begin transaction #7
708708
## PostCommitPhase stage 5 of 23 with 1 BackfillType op
@@ -733,7 +733,7 @@ upsert descriptor #108
733733
- version: "5"
734734
+ version: "6"
735735
persist all catalog changes to storage
736-
update progress of schema change job #1: "PostCommitPhase stage 7 of 23 with 1 ValidationType op pending"
736+
update progress of schema change job #1: "Pending: Validating index (1 operation) — PostCommit phase (stage 7 of 23)."
737737
commit transaction #8
738738
begin transaction #9
739739
## PostCommitPhase stage 7 of 23 with 1 ValidationType op
@@ -967,7 +967,7 @@ upsert descriptor #108
967967
- version: "6"
968968
+ version: "7"
969969
persist all catalog changes to storage
970-
update progress of schema change job #1: "PostCommitPhase stage 9 of 23 with 1 MutationType op pending"
970+
update progress of schema change job #1: "Pending: Updating schema metadata (1 operation) — PostCommit phase (stage 9 of 23)."
971971
commit transaction #10
972972
begin transaction #11
973973
## PostCommitPhase stage 9 of 23 with 3 MutationType ops
@@ -985,7 +985,7 @@ upsert descriptor #108
985985
- version: "7"
986986
+ version: "8"
987987
persist all catalog changes to storage
988-
update progress of schema change job #1: "PostCommitPhase stage 10 of 23 with 1 BackfillType op pending"
988+
update progress of schema change job #1: "Pending: Backfilling index (1 operation) — PostCommit phase (stage 10 of 23)."
989989
commit transaction #11
990990
begin transaction #12
991991
## PostCommitPhase stage 10 of 23 with 1 BackfillType op
@@ -1007,7 +1007,7 @@ upsert descriptor #108
10071007
- version: "8"
10081008
+ version: "9"
10091009
persist all catalog changes to storage
1010-
update progress of schema change job #1: "PostCommitPhase stage 12 of 23 with 1 MutationType op pending"
1010+
update progress of schema change job #1: "Pending: Updating schema metadata (1 operation) — PostCommit phase (stage 12 of 23)."
10111011
commit transaction #13
10121012
begin transaction #14
10131013
## PostCommitPhase stage 12 of 23 with 3 MutationType ops
@@ -1025,7 +1025,7 @@ upsert descriptor #108
10251025
- version: "9"
10261026
+ version: "10"
10271027
persist all catalog changes to storage
1028-
update progress of schema change job #1: "PostCommitPhase stage 13 of 23 with 1 BackfillType op pending"
1028+
update progress of schema change job #1: "Pending: Merging index (1 operation) — PostCommit phase (stage 13 of 23)."
10291029
commit transaction #14
10301030
begin transaction #15
10311031
## PostCommitPhase stage 13 of 23 with 1 BackfillType op
@@ -1061,7 +1061,7 @@ upsert descriptor #108
10611061
- version: "10"
10621062
+ version: "11"
10631063
persist all catalog changes to storage
1064-
update progress of schema change job #1: "PostCommitPhase stage 15 of 23 with 1 ValidationType op pending"
1064+
update progress of schema change job #1: "Pending: Validating index (1 operation) — PostCommit phase (stage 15 of 23)."
10651065
commit transaction #16
10661066
begin transaction #17
10671067
## PostCommitPhase stage 15 of 23 with 1 ValidationType op
@@ -1257,7 +1257,7 @@ upsert descriptor #108
12571257
- version: "11"
12581258
+ version: "12"
12591259
persist all catalog changes to storage
1260-
update progress of schema change job #1: "PostCommitPhase stage 17 of 23 with 2 MutationType ops pending"
1260+
update progress of schema change job #1: "Pending: Updating schema metadata (2 operations) — PostCommit phase (stage 17 of 23)."
12611261
commit transaction #18
12621262
begin transaction #19
12631263
## PostCommitPhase stage 17 of 23 with 4 MutationType ops
@@ -1282,7 +1282,7 @@ upsert descriptor #108
12821282
- version: "12"
12831283
+ version: "13"
12841284
persist all catalog changes to storage
1285-
update progress of schema change job #1: "PostCommitPhase stage 18 of 23 with 2 BackfillType ops pending"
1285+
update progress of schema change job #1: "Pending: Backfilling index (2 operations) — PostCommit phase (stage 18 of 23)."
12861286
commit transaction #19
12871287
begin transaction #20
12881288
## PostCommitPhase stage 18 of 23 with 2 BackfillType ops
@@ -1311,7 +1311,7 @@ upsert descriptor #108
13111311
- version: "13"
13121312
+ version: "14"
13131313
persist all catalog changes to storage
1314-
update progress of schema change job #1: "PostCommitPhase stage 20 of 23 with 2 MutationType ops pending"
1314+
update progress of schema change job #1: "Pending: Updating schema metadata (2 operations) — PostCommit phase (stage 20 of 23)."
13151315
commit transaction #21
13161316
begin transaction #22
13171317
## PostCommitPhase stage 20 of 23 with 4 MutationType ops
@@ -1336,7 +1336,7 @@ upsert descriptor #108
13361336
- version: "14"
13371337
+ version: "15"
13381338
persist all catalog changes to storage
1339-
update progress of schema change job #1: "PostCommitPhase stage 21 of 23 with 2 BackfillType ops pending"
1339+
update progress of schema change job #1: "Pending: Merging index (2 operations) — PostCommit phase (stage 21 of 23)."
13401340
commit transaction #22
13411341
begin transaction #23
13421342
## PostCommitPhase stage 21 of 23 with 2 BackfillType ops
@@ -1383,7 +1383,7 @@ upsert descriptor #108
13831383
- version: "15"
13841384
+ version: "16"
13851385
persist all catalog changes to storage
1386-
update progress of schema change job #1: "PostCommitPhase stage 23 of 23 with 2 ValidationType ops pending"
1386+
update progress of schema change job #1: "Pending: Validating index (2 operations) — PostCommit phase (stage 23 of 23)."
13871387
commit transaction #24
13881388
begin transaction #25
13891389
## PostCommitPhase stage 23 of 23 with 2 ValidationType ops
@@ -1793,7 +1793,7 @@ upsert descriptor #108
17931793
+ version: "17"
17941794
persist all catalog changes to storage
17951795
adding table for stats refresh: 108
1796-
update progress of schema change job #1: "PostCommitNonRevertiblePhase stage 2 of 5 with 9 MutationType ops pending"
1796+
update progress of schema change job #1: "Pending: Updating schema metadata (9 operations) — PostCommitNonRevertible phase (stage 2 of 5)."
17971797
set schema change job #1 to non-cancellable
17981798
commit transaction #26
17991799
begin transaction #27
@@ -1967,7 +1967,7 @@ upsert descriptor #108
19671967
+ version: "18"
19681968
persist all catalog changes to storage
19691969
adding table for stats refresh: 108
1970-
update progress of schema change job #1: "PostCommitNonRevertiblePhase stage 3 of 5 with 7 MutationType ops pending"
1970+
update progress of schema change job #1: "Pending: Updating schema metadata (7 operations) — PostCommitNonRevertible phase (stage 3 of 5)."
19711971
commit transaction #27
19721972
begin transaction #28
19731973
## PostCommitNonRevertiblePhase stage 3 of 5 with 9 MutationType ops
@@ -1985,7 +1985,7 @@ upsert descriptor #108
19851985
- version: "18"
19861986
+ version: "19"
19871987
persist all catalog changes to storage
1988-
update progress of schema change job #1: "PostCommitNonRevertiblePhase stage 4 of 5 with 9 MutationType ops pending"
1988+
update progress of schema change job #1: "Pending: Updating schema metadata (9 operations) — PostCommitNonRevertible phase (stage 4 of 5)."
19891989
commit transaction #28
19901990
begin transaction #29
19911991
## PostCommitNonRevertiblePhase stage 4 of 5 with 11 MutationType ops
@@ -2091,7 +2091,7 @@ upsert descriptor #108
20912091
persist all catalog changes to storage
20922092
create job #2 (non-cancelable: true): "GC for ALTER TABLE multiregion_db.public.table_regional_by_row DROP COLUMN v, ADD COLUMN j INT8 UNIQUE DEFAULT unique_rowid(), DROP COLUMN m, ADD COLUMN l INT8 UNIQUE DEFAULT unique_rowid()"
20932093
descriptor IDs: [108]
2094-
update progress of schema change job #1: "PostCommitNonRevertiblePhase stage 5 of 5 with 1 MutationType op pending"
2094+
update progress of schema change job #1: "Pending: Updating schema metadata (1 operation) — PostCommitNonRevertible phase (stage 5 of 5)."
20952095
commit transaction #29
20962096
notified job registry to adopt jobs: [2]
20972097
begin transaction #30

pkg/ccl/schemachangerccl/testdata/end_to_end/add_column_multiple_regional_by_row/add_column_multiple_regional_by_row__rollback_10_of_23.explain

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Schema change plan for rolling back ALTER TABLE multiregion_db.public.table_regi
8989
│ ├── MakeIndexAbsent {"IndexID":7,"TableID":108}
9090
│ ├── MakeIndexAbsent {"IndexID":8,"TableID":108}
9191
│ ├── SetJobStateOnDescriptor {"DescriptorID":108}
92-
│ └── UpdateSchemaChangerJob {"IsNonCancelable":true,"RunningStatus":"PostCommitNonRev..."}
92+
│ └── UpdateSchemaChangerJob {"IsNonCancelable":true,"RunningStatus":"Pending: Updatin..."}
9393
├── Stage 2 of 4 in PostCommitNonRevertiblePhase
9494
│ ├── 8 elements transitioning toward ABSENT
9595
│ │ ├── VALIDATED → DELETE_ONLY PrimaryIndex:{DescID: 108 (table_regional_by_row), IndexID: 6 (table_regional_by_row_pkey-), ConstraintID: 6, TemporaryIndexID: 7, SourceIndexID: 1 (table_regional_by_row_pkey+)}
@@ -110,7 +110,7 @@ Schema change plan for rolling back ALTER TABLE multiregion_db.public.table_regi
110110
│ ├── RemoveColumnFromIndex {"ColumnID":5,"IndexID":6,"Kind":2,"Ordinal":2,"TableID":108}
111111
│ ├── RemoveColumnFromIndex {"ColumnID":6,"IndexID":6,"Kind":2,"Ordinal":3,"TableID":108}
112112
│ ├── SetJobStateOnDescriptor {"DescriptorID":108}
113-
│ └── UpdateSchemaChangerJob {"IsNonCancelable":true,"RunningStatus":"PostCommitNonRev..."}
113+
│ └── UpdateSchemaChangerJob {"IsNonCancelable":true,"RunningStatus":"Pending: Updatin..."}
114114
├── Stage 3 of 4 in PostCommitNonRevertiblePhase
115115
│ ├── 11 elements transitioning toward ABSENT
116116
│ │ ├── DELETE_ONLY → ABSENT PrimaryIndex:{DescID: 108 (table_regional_by_row), IndexID: 6 (table_regional_by_row_pkey-), ConstraintID: 6, TemporaryIndexID: 7, SourceIndexID: 1 (table_regional_by_row_pkey+)}
@@ -135,7 +135,7 @@ Schema change plan for rolling back ALTER TABLE multiregion_db.public.table_regi
135135
│ ├── MakeDeleteOnlyColumnAbsent {"ColumnID":5,"TableID":108}
136136
│ ├── MakeDeleteOnlyColumnAbsent {"ColumnID":6,"TableID":108}
137137
│ ├── SetJobStateOnDescriptor {"DescriptorID":108}
138-
│ └── UpdateSchemaChangerJob {"IsNonCancelable":true,"RunningStatus":"PostCommitNonRev..."}
138+
│ └── UpdateSchemaChangerJob {"IsNonCancelable":true,"RunningStatus":"Pending: Updatin..."}
139139
└── Stage 4 of 4 in PostCommitNonRevertiblePhase
140140
├── 1 element transitioning toward TRANSIENT_PUBLIC
141141
│ └── ABSENT → TRANSIENT_PUBLIC TableSchemaLocked:{DescID: 108 (table_regional_by_row)}

pkg/ccl/schemachangerccl/testdata/end_to_end/add_column_multiple_regional_by_row/add_column_multiple_regional_by_row__rollback_11_of_23.explain

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Schema change plan for rolling back ALTER TABLE multiregion_db.public.table_regi
8989
│ ├── MakeIndexAbsent {"IndexID":7,"TableID":108}
9090
│ ├── MakeIndexAbsent {"IndexID":8,"TableID":108}
9191
│ ├── SetJobStateOnDescriptor {"DescriptorID":108}
92-
│ └── UpdateSchemaChangerJob {"IsNonCancelable":true,"RunningStatus":"PostCommitNonRev..."}
92+
│ └── UpdateSchemaChangerJob {"IsNonCancelable":true,"RunningStatus":"Pending: Updatin..."}
9393
├── Stage 2 of 4 in PostCommitNonRevertiblePhase
9494
│ ├── 8 elements transitioning toward ABSENT
9595
│ │ ├── VALIDATED → DELETE_ONLY PrimaryIndex:{DescID: 108 (table_regional_by_row), IndexID: 6 (table_regional_by_row_pkey-), ConstraintID: 6, TemporaryIndexID: 7, SourceIndexID: 1 (table_regional_by_row_pkey+)}
@@ -110,7 +110,7 @@ Schema change plan for rolling back ALTER TABLE multiregion_db.public.table_regi
110110
│ ├── RemoveColumnFromIndex {"ColumnID":5,"IndexID":6,"Kind":2,"Ordinal":2,"TableID":108}
111111
│ ├── RemoveColumnFromIndex {"ColumnID":6,"IndexID":6,"Kind":2,"Ordinal":3,"TableID":108}
112112
│ ├── SetJobStateOnDescriptor {"DescriptorID":108}
113-
│ └── UpdateSchemaChangerJob {"IsNonCancelable":true,"RunningStatus":"PostCommitNonRev..."}
113+
│ └── UpdateSchemaChangerJob {"IsNonCancelable":true,"RunningStatus":"Pending: Updatin..."}
114114
├── Stage 3 of 4 in PostCommitNonRevertiblePhase
115115
│ ├── 11 elements transitioning toward ABSENT
116116
│ │ ├── DELETE_ONLY → ABSENT PrimaryIndex:{DescID: 108 (table_regional_by_row), IndexID: 6 (table_regional_by_row_pkey-), ConstraintID: 6, TemporaryIndexID: 7, SourceIndexID: 1 (table_regional_by_row_pkey+)}
@@ -135,7 +135,7 @@ Schema change plan for rolling back ALTER TABLE multiregion_db.public.table_regi
135135
│ ├── MakeDeleteOnlyColumnAbsent {"ColumnID":5,"TableID":108}
136136
│ ├── MakeDeleteOnlyColumnAbsent {"ColumnID":6,"TableID":108}
137137
│ ├── SetJobStateOnDescriptor {"DescriptorID":108}
138-
│ └── UpdateSchemaChangerJob {"IsNonCancelable":true,"RunningStatus":"PostCommitNonRev..."}
138+
│ └── UpdateSchemaChangerJob {"IsNonCancelable":true,"RunningStatus":"Pending: Updatin..."}
139139
└── Stage 4 of 4 in PostCommitNonRevertiblePhase
140140
├── 1 element transitioning toward TRANSIENT_PUBLIC
141141
│ └── ABSENT → TRANSIENT_PUBLIC TableSchemaLocked:{DescID: 108 (table_regional_by_row)}

pkg/ccl/schemachangerccl/testdata/end_to_end/add_column_multiple_regional_by_row/add_column_multiple_regional_by_row__rollback_12_of_23.explain

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Schema change plan for rolling back ALTER TABLE multiregion_db.public.table_regi
8989
│ ├── MakeIndexAbsent {"IndexID":7,"TableID":108}
9090
│ ├── MakeIndexAbsent {"IndexID":8,"TableID":108}
9191
│ ├── SetJobStateOnDescriptor {"DescriptorID":108}
92-
│ └── UpdateSchemaChangerJob {"IsNonCancelable":true,"RunningStatus":"PostCommitNonRev..."}
92+
│ └── UpdateSchemaChangerJob {"IsNonCancelable":true,"RunningStatus":"Pending: Updatin..."}
9393
├── Stage 2 of 4 in PostCommitNonRevertiblePhase
9494
│ ├── 8 elements transitioning toward ABSENT
9595
│ │ ├── VALIDATED → DELETE_ONLY PrimaryIndex:{DescID: 108 (table_regional_by_row), IndexID: 6 (table_regional_by_row_pkey-), ConstraintID: 6, TemporaryIndexID: 7, SourceIndexID: 1 (table_regional_by_row_pkey+)}
@@ -110,7 +110,7 @@ Schema change plan for rolling back ALTER TABLE multiregion_db.public.table_regi
110110
│ ├── RemoveColumnFromIndex {"ColumnID":5,"IndexID":6,"Kind":2,"Ordinal":2,"TableID":108}
111111
│ ├── RemoveColumnFromIndex {"ColumnID":6,"IndexID":6,"Kind":2,"Ordinal":3,"TableID":108}
112112
│ ├── SetJobStateOnDescriptor {"DescriptorID":108}
113-
│ └── UpdateSchemaChangerJob {"IsNonCancelable":true,"RunningStatus":"PostCommitNonRev..."}
113+
│ └── UpdateSchemaChangerJob {"IsNonCancelable":true,"RunningStatus":"Pending: Updatin..."}
114114
├── Stage 3 of 4 in PostCommitNonRevertiblePhase
115115
│ ├── 11 elements transitioning toward ABSENT
116116
│ │ ├── DELETE_ONLY → ABSENT PrimaryIndex:{DescID: 108 (table_regional_by_row), IndexID: 6 (table_regional_by_row_pkey-), ConstraintID: 6, TemporaryIndexID: 7, SourceIndexID: 1 (table_regional_by_row_pkey+)}
@@ -135,7 +135,7 @@ Schema change plan for rolling back ALTER TABLE multiregion_db.public.table_regi
135135
│ ├── MakeDeleteOnlyColumnAbsent {"ColumnID":5,"TableID":108}
136136
│ ├── MakeDeleteOnlyColumnAbsent {"ColumnID":6,"TableID":108}
137137
│ ├── SetJobStateOnDescriptor {"DescriptorID":108}
138-
│ └── UpdateSchemaChangerJob {"IsNonCancelable":true,"RunningStatus":"PostCommitNonRev..."}
138+
│ └── UpdateSchemaChangerJob {"IsNonCancelable":true,"RunningStatus":"Pending: Updatin..."}
139139
└── Stage 4 of 4 in PostCommitNonRevertiblePhase
140140
├── 1 element transitioning toward TRANSIENT_PUBLIC
141141
│ └── ABSENT → TRANSIENT_PUBLIC TableSchemaLocked:{DescID: 108 (table_regional_by_row)}

pkg/ccl/schemachangerccl/testdata/end_to_end/add_column_multiple_regional_by_row/add_column_multiple_regional_by_row__rollback_13_of_23.explain

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Schema change plan for rolling back ALTER TABLE multiregion_db.public.table_regi
8989
│ ├── RemoveColumnFromIndex {"ColumnID":5,"IndexID":8,"Kind":2,"TableID":108}
9090
│ ├── RemoveColumnFromIndex {"ColumnID":6,"IndexID":8,"Kind":2,"Ordinal":1,"TableID":108}
9191
│ ├── SetJobStateOnDescriptor {"DescriptorID":108}
92-
│ └── UpdateSchemaChangerJob {"IsNonCancelable":true,"RunningStatus":"PostCommitNonRev..."}
92+
│ └── UpdateSchemaChangerJob {"IsNonCancelable":true,"RunningStatus":"Pending: Updatin..."}
9393
├── Stage 2 of 4 in PostCommitNonRevertiblePhase
9494
│ ├── 9 elements transitioning toward ABSENT
9595
│ │ ├── VALIDATED → DELETE_ONLY PrimaryIndex:{DescID: 108 (table_regional_by_row), IndexID: 6 (table_regional_by_row_pkey-), ConstraintID: 6, TemporaryIndexID: 7, SourceIndexID: 1 (table_regional_by_row_pkey+)}
@@ -112,7 +112,7 @@ Schema change plan for rolling back ALTER TABLE multiregion_db.public.table_regi
112112
│ ├── RemoveColumnFromIndex {"ColumnID":5,"IndexID":6,"Kind":2,"Ordinal":2,"TableID":108}
113113
│ ├── RemoveColumnFromIndex {"ColumnID":6,"IndexID":6,"Kind":2,"Ordinal":3,"TableID":108}
114114
│ ├── SetJobStateOnDescriptor {"DescriptorID":108}
115-
│ └── UpdateSchemaChangerJob {"IsNonCancelable":true,"RunningStatus":"PostCommitNonRev..."}
115+
│ └── UpdateSchemaChangerJob {"IsNonCancelable":true,"RunningStatus":"Pending: Updatin..."}
116116
├── Stage 3 of 4 in PostCommitNonRevertiblePhase
117117
│ ├── 11 elements transitioning toward ABSENT
118118
│ │ ├── DELETE_ONLY → ABSENT PrimaryIndex:{DescID: 108 (table_regional_by_row), IndexID: 6 (table_regional_by_row_pkey-), ConstraintID: 6, TemporaryIndexID: 7, SourceIndexID: 1 (table_regional_by_row_pkey+)}
@@ -137,7 +137,7 @@ Schema change plan for rolling back ALTER TABLE multiregion_db.public.table_regi
137137
│ ├── MakeDeleteOnlyColumnAbsent {"ColumnID":5,"TableID":108}
138138
│ ├── MakeDeleteOnlyColumnAbsent {"ColumnID":6,"TableID":108}
139139
│ ├── SetJobStateOnDescriptor {"DescriptorID":108}
140-
│ └── UpdateSchemaChangerJob {"IsNonCancelable":true,"RunningStatus":"PostCommitNonRev..."}
140+
│ └── UpdateSchemaChangerJob {"IsNonCancelable":true,"RunningStatus":"Pending: Updatin..."}
141141
└── Stage 4 of 4 in PostCommitNonRevertiblePhase
142142
├── 1 element transitioning toward TRANSIENT_PUBLIC
143143
│ └── ABSENT → TRANSIENT_PUBLIC TableSchemaLocked:{DescID: 108 (table_regional_by_row)}

0 commit comments

Comments
 (0)