Details
Description
We have a common pattern of scheduling work on a CommandStore, but this work has to double check the epoch exists, if not it has to wait on the fetch and reschedule again… this pattern could likely be pushed to CommandStore if the PreLoadContext includes the epochs required (just like we do for commands).
For things outside of CommandStores, they would have to maintain their current logic, the scope of this work is just tasks that run on CommandStores.
Attachments
Issue Links
- blocks
-
CASSANDRA-18196 Initial Merge of Accord Feature Branch to Trunk
- In Progress