Jing Yang
|
fdcfcfb31e
Panic if the logger is not set.
|
4 年 前 |
Jing Yang
|
c3b614de6a
Add a 'latest' link to the last log file of the same test.
|
4 年 前 |
Jing Yang
|
96fd5067e7
Attach test name to test log file name.
|
4 年 前 |
Jing Yang
|
10e45a5224
Create one log file for each test.
|
4 年 前 |
Jing Yang
|
b9f664703b
Add basic logging to ruaft and especially tests.
|
4 年 前 |
Jing Yang
|
3f0c957798
Validate log content at creation time.
|
4 年 前 |
Jing Yang
|
80487fdc85
Add a comment explain why stop_wait_group cannot be merged into DaemonEnv.
|
4 年 前 |
Jing Yang
|
5e75abc074
Give each daemon a name.
|
4 年 前 |
Jing Yang
|
d64d11ac80
Add one more error check to rule out log array index of out bound.
|
4 年 前 |
Jing Yang
|
c57b6dd644
Refuse to append entries when the RPC is inconsistent.
|
4 年 前 |
Jing Yang
|
fc98b98203
Remove the index method of log array.
|
4 年 前 |
Jing Yang
|
94f08fdc5f
Add two more checks looking for log index out of bounds.
|
4 年 前 |
Jing Yang
|
647f7466fb
Revamp README.md.
|
4 年 前 |
Jing Yang
|
89238d8801
Create a term marker that uses RPC responses to update term: #7.
|
4 年 前 |
Jing Yang
|
4263354adc
Complete Cargo metadata and updates to README.
|
4 年 前 |
Jing Yang
|
86ac4383ba
Add a comment to persister.
|
4 年 前 |
Jing Yang
|
e0097cc67b
Add public documentation to the main struct.
|
4 年 前 |
Jing Yang
|
2acf624863
Add public documentation to election timer.
|
4 年 前 |
Jing Yang
|
4c4c7f00df
Rename a lock to _guard to make sure it is not dropped immediately.
|
4 年 前 |
Jing Yang
|
def639e9be
Add public documentation for the sync log entries daemon.
|
4 年 前 |
Jing Yang
|
6296d8aa6a
Add public documentation to the snapshot daemon.
|
4 年 前 |
Jing Yang
|
c877032f6c
Add public documentation to the heatbeats daemon.
|
4 年 前 |
Jing Yang
|
76a4387012
Update documents in DaemonEnv.
|
4 年 前 |
Jing Yang
|
fa58f1b7af
Add public document for the apply command daemon.
|
4 年 前 |
Jing Yang
|
6401d7082b
Add comments to explain safe index accesses.
|
4 年 前 |
Jing Yang
|
a1ad9bea99
Update README.md.
|
4 年 前 |
Jing Yang
|
42e6e2f83a
Fix a typo in test.
|
4 年 前 |
Jing Yang
|
b7c3693001
Explain that commit_index is always in range [log.star(), log.end()].
|
4 年 前 |
Jing Yang
|
6fd57c9352
Add an assertion that helps explain some errors.
|
4 年 前 |
Jing Yang
|
7f6e0854aa
Replace the last eprintln() with check_or_reocrd.
|
4 年 前 |