-
Notifications
You must be signed in to change notification settings - Fork 4
Proper Range Handler Abstraction #15
Open
Description
In order to facilitate range splits, a range handler should be created that is responsible for:
- being a part of a paxos group for that range
- maintaining the rep log
- persisting learned mutations in rocksdb
A higher level construct will handle split triggering, delegation, and metadata maintenance.