Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* feat(core): support protocol about install snapshot 1. support protocol about install snapshot Closes #275 * feat(core): support protocol about install snapshot 1. support protocol about install snapshot Closes #275 * feat(core): refactor basic dledger overall structure to make it more "raft" like 1. refactor basic dledger overall structure to make it more "raft" like * feat(core): pass all original test 1. pass all original test * feat(core): support batch append 1. support batch append * fix(example): resolve conflicts after rebasing master 1. resolve conflicts after rebasing master * fix(jepsen): resolve conflicts about jepsen after rebasing master 1. resolve conflicts about jepsen after rebasing master * fix(jepsen): fix type error 1. fix type error * feat(core): support installing snapshot 1. support installing snapshot * feat(core): support installing snapshot 1. support installing snapshot * feat(jepsen): test snapshot in jepsen 1. test snapshot in jepsen * test(core): polish flaky test 1. polish flaky test * rerun * feat(core): commit entry which is in current term 1. commit entry which is in current term * rerun * rerun * rerun * fix(core): make the field: position in DLedgerEntry meaningless 1. make the field: position in DLedgerEntry meaningless * test(core): use different store base path for each ut 1. use different store base path for each ut * test(core): use different store base path for each ut 1. use different store base path for each ut * rerun * test(core): use different store base path for each ut 1. use different store base path for each ut * test(core): use different store base path for each ut 1. use different store base path for each ut * test(core): use different store base path for each ut 1. use different store base path for each ut * fix(core): update peer watermark when compare success 1. update peer watermark when compare success * fix(core): fix 1. fix * fix(core): fix 1. fix * test(proxy): remove proxy test 1. remove proxy test * feat(example): add batch append cmd 1. add batch append cmd * fix(core): reuse forks 1. reuse forks * chore(global): add more git ignore file 1. add more git ignore file * build(global): set reuseForks to false 1. set reuseForks to false * rerun * feat(core): clear pending map and set writeIndex when role dispatcher role change from append to compare 1. clear pending map and set writeIndex when role dispatcher role change from append to compare * rerun
- Loading branch information