Refactor/governor/action plan
Merge request reports
Activity
assigned to @gmoshkin
added 1 commit
- 3c59443f - refactor(governor): Option::<Plan>::None -> Plan::None
added 1 commit
- 2f6dcb3b - refactor(governor): construct requests with plan
added 1 commit
- 22691a54 - refactor(governor): trait Actions isn't needed
added 1 commit
- b7c0439c - refactor(governor): plan for downgrading instances Offline/Expelled
added 1 commit
- 3cf65240 - refactor(governor): plan for downgrading instances Offline/Expelled
added 1 commit
- 09c52760 - refactor(governor): plan for downgrading instances Offline/Expelled
added 1 commit
- 585e8bfa - refactor(governor): plan for downgrading instances Offline/Expelled
added 13 commits
- c30b0948 - refactor(governor): no need for explicit return in every case
- d4007e22 - fix(governor): fix used to warn "no substitution found" for no reason
- 3205e25e - refactor(governor): plan for raft sync
- 05c7d3e3 - test: wait online before requesting vote to avoid rejections
- b9fea55e - refactor(governor): don't pass storages into action_plan
- 26e7a8fe - refactor(governor): Loop::RETRY_TIMEOUT
- 1b7fe51d - refactor(governor): governor_step! macro
- edc9d89e - refactor(governor): plan for creating replicaset
- da01ecda - refactor(replication): remove unused fields from replication::Request
- 2e723aec - refactor(governor): plan for replication
- afb20016 - refactor(governor): plan for init sharding
- 11f7d0be - refactor(governor): define_plan! macro
- f96da338 - refactor(governor): plan for bootstrapping sharding
Toggle commit listadded 1 commit
- 421737c3 - refactor(governor): plan for changing replicaset weights & to online
added 1 commit
- 1adce185 - refactor(governor): plan for applying migrations
added 1 commit
- 1554314d - refactor(governor): plan for applying migrations
added 29 commits
-
1554314d...7b64d6bc - 4 commits from branch
master
- 7a1285fd - refactor(governor): instances: Vec<_> -> &[_]
- 1c2a75b6 - refactor(governor): action plan for ConfChange & TransferLeadership
- cefcf5e7 - refactor(governor): plan for transfer mastership
- c79537a8 - refactor(governor): Option::<Plan>::None -> Plan::None
- 28bdd9e8 - refactor(governor): construct requests with plan
- dea0772e - refactor(governor): trait Actions isn't needed
- cf0d21ab - refactor(govrenor): if let -> match
- ceafe8e8 - refactor(governor): plan for downgrading instances Offline/Expelled
- a018f898 - refactor(governor): no need for explicit return in every case
- cb528037 - fix(governor): fix used to warn "no substitution found" for no reason
- 5beb51bf - refactor(governor): plan for raft sync
- c552072b - test: wait online before requesting vote to avoid rejections
- 7456993f - refactor(governor): don't pass storages into action_plan
- d915a004 - refactor(governor): Loop::RETRY_TIMEOUT
- fea6b044 - refactor(governor): governor_step! macro
- ad479ffe - refactor(governor): plan for creating replicaset
- 6055da1c - refactor(replication): remove unused fields from replication::Request
- 70694a73 - refactor(governor): plan for replication
- 92c7299a - refactor(governor): plan for init sharding
- 78ad0445 - refactor(governor): define_plan! macro
- d3c61beb - refactor(governor): plan for bootstrapping sharding
- d4da2bd0 - refactor(util): generic Transition for displaying transitions
- e65c3bfb - refactor(replicaset): add current_weight & target_weight to Replicaset
- cd99cf7f - refactor(governor): plan for changing replicaset weights & to online
- 789ed532 - refactor(governor): plan for applying migrations
Toggle commit list-
1554314d...7b64d6bc - 4 commits from branch
added 24 commits
- 1f8bc2c1 - refactor(governor): action plan for ConfChange & TransferLeadership
- 1968e6ea - refactor(governor): plan for transfer mastership
- 72fb629b - refactor(governor): Option::<Plan>::None -> Plan::None
- 40eb3185 - refactor(governor): construct requests with plan
- f850ceaf - refactor(governor): trait Actions isn't needed
- e3970929 - refactor(govrenor): if let -> match
- e4148f03 - refactor(governor): plan for downgrading instances Offline/Expelled
- 35616dd5 - refactor(governor): no need for explicit return in every case
- 6b91557d - fix(governor): fix used to warn "no substitution found" for no reason
- 7b18176c - refactor(governor): plan for raft sync
- e8ef0b34 - test: wait online before requesting vote to avoid rejections
- cec405ef - refactor(governor): don't pass storages into action_plan
- 176054c3 - refactor(governor): Loop::RETRY_TIMEOUT
- df43157a - refactor(governor): governor_step! macro
- 280816eb - refactor(governor): plan for creating replicaset
- 5e52cfa7 - refactor(replication): remove unused fields from replication::Request
- 7060a2af - refactor(governor): plan for replication
- b3872428 - refactor(governor): plan for init sharding
- 97d7afa9 - refactor(governor): define_plan! macro
- 4de536f4 - refactor(governor): plan for bootstrapping sharding
- 404ffe3a - refactor(util): generic Transition for displaying transitions
- defcac22 - refactor(replicaset): add current_weight & target_weight to Replicaset
- 8f695db7 - refactor(governor): plan for changing replicaset weights & to online
- 07cd2d20 - refactor(governor): plan for applying migrations
Toggle commit listadded 1 commit
- d4c9acce - fix(migration): fix pico.migrate not waiting long enough & better api
Please register or sign in to reply