matrixcube
matrixcube copied to clipboard
Fundamental Building Block for Elastic Storage With Strong Consistency and Reliability
**What type of PR is this?** - [ ] API-change - [ ] BUG - [ ] Improvement - [x] Documentation - [ ] Feature - [ ] Test and...
**What type of PR is this?** - [ ] API-change - [x] BUG - [ ] Improvement - [ ] Documentation - [ ] Feature - [ ] Test and...
Implementing distributed scheduling framework
Implementing transaction framework client.
#### Can be reproduced ? Yes #### Steps: cd components/prophet/election CGO_ENABLED=1 go test -race -run=TestCurrentLeader #### Expected behavior: No error. #### Actual behavior: ``` {"level":"info","ts":"2022-03-11T18:23:16.326+0800","caller":"embed/etcd.go:131","msg":"configuring peer listeners","listen-peer-urls":["http://127.0.0.1:30001"]} {"level":"info","ts":"2022-03-11T18:23:16.327+0800","caller":"embed/etcd.go:139","msg":"configuring client listeners","listen-client-urls":["http://127.0.0.1:30000"]}...
The chaos testing framework requires the ability to reorder messages sent between two nodes. Add interface to allow custom code to implement such reordering. The chaos testing framework will access...
run make static-check to see all those errors.
In a power loss failure, all written data not fsynced onto the persistent storage will be lost. The chaos testing framework should be able to test whether MatrixCube behave correctly...
Add replicas online detection before process split request.