-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
-
1
-
None
-
None
-
None
-
None
-
None
-
None
-
None
IndexCatalog currently only provides const access to IndexCatalogEntries.
With the new repair mode in validate, non-const access is necessary to insert and remove index keys. The temporary solution is we are const_cast-ing but a better solution is if had non-const access to IndexCatalogEntries.