You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Index building is a long-running operation and it needs to be able to recover in the same state as before after SchemeShard's reboots. The user-requested parameters of indexImplTables should not be lost.
After a little investigation, it turns out that indexImplTable descriptions have not been persisted in the PersistCreateBuildIndex function.
The text was updated successfully, but these errors were encountered:
jepett0
changed the title
Persist IndexImplTableDescription when building index
index restoration: persist IndexImplTableDescription when building index
Sep 16, 2024
ijon
changed the title
index restoration: persist IndexImplTableDescription when building index
alter table alter index: persist IndexImplTableDescription when building index
Sep 16, 2024
jepett0
changed the title
alter table alter index: persist IndexImplTableDescription when building index
index build: persist IndexImplTable description
Oct 18, 2024
jepett0
changed the title
index build: persist IndexImplTable description
index build: persist IndexImplTables' descriptions
Oct 18, 2024
Index building is a long-running operation and it needs to be able to recover in the same state as before after SchemeShard's reboots. The user-requested parameters of indexImplTables should not be lost.
After a little investigation, it turns out that indexImplTable descriptions have not been persisted in the PersistCreateBuildIndex function.
The text was updated successfully, but these errors were encountered: