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
Clean up TOC if immutable components are disabled (#1267)
If immutable components is enabled, but then disabled for some reason,
building an index where some components had a generation was correctly
removing the previous index files from disk, but those file were not
removed from the TOC itself. This led to potential issue correctly
reading the TOC later.
0 commit comments