| Create new sync entity type which will submit “describe node” commands. Handle the case where we’ll need to sync commands which would be expired locally because they’re from a bolt run where the producer_timestamp for the factsets/catalogs produced will be ignored in the current sync code. (this situation could happen when setting up a replica from scratch and we have factsets from bolt with a producer_timestamp which is too old to be synced and would be expired locally from the replica’s point of view.) Will need to add query support to tell which nodes we should sync even when the producer_timestamp is explicit. |