-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Checkpoints
-
Storage Engines, Storage Engines - Transactions
-
None
-
None
Checkpoint doesn't skip shared tables on secondaries, so to avoid a secondary trying to do a (verboten) write to a shared table, we simply skip the shutdown checkpoint in this configuration.
It's not a correctness issue because secondaries aren't authoring anything, but it is at least weird, and possibly a performance issue if that means we're unable to skip RTS when we start back up.