-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Layered Tables
-
None
-
Storage Engines - Foundations
-
822.911
-
None
-
None
Currently, the layered cursor logic can reopen the ingest cursor on a role change. This is unnecessary because the ingest table exists for the entire lifetime of the table, and since it is memory-only and does not have checkpoints, there is no need to ever reopen it.
The task is to avoid reopening the ingest cursor in order to reduce code complexity.