Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kvserver: implement closed ts side-transport publisher
The side-transport is a component running on each node and periodically publishing closed timestamps on ranges with the lease on the respective node. This complements the closing of timestamps through Raft commands such that inactive ranges still have their timestamp advanced. This commit introduces only the publishing side (the consumer is coming separately) - the guy opening streaming connections to all other nodes with follower replicas for some ranges with local leases and periodically publishing closed timestamp updates on a bunch of ranges at once. Care has been taken to make the communication protocol efficient. Each stream is stateful and the information in every message is nicely compressed. See [the RFC](#56675) for details. Release justifaction: Needed for global tables. Release note: None
- Loading branch information