Chaoguang Lin

Results 8 issues of Chaoguang Lin

Add logging and update comments. # Code-Reviewer Section The general pull request guidelines can be found [here](https://github.com/apple/foundationdb/wiki/FoundationDB-Commit-Process). Please check each of the following things and check *all* boxes before accepting...

This pr is a follow-up change on remote kvs. Several changes are added: - Enable system monitor for _flowprocess_ to have system-level metrics like CPU usage in traces. As the...

This pr is fixing the specific bug in conflicting keys implementation. Also add the random read tests for this implementation. A more general test is pr #7597 # Code-Reviewer Section...

Head `90bb3a7f8c2b63dae0bddcebc62b110f8f136088`. Command to reproduce the bug ``` bin/fdbserver -r simulation -f /tests/slow/ParallelRestoreNewBackupCorrectnessAtomicOp.toml -s 315051950 -b off ``` The stack trace from _lldb_ ``` * thread #1, name = 'fdbserver',...

nightly correctness bugs

It seems to be if we `advanceversion` to a much larger version (10000*current_version), the recovery will take longer to finish. The test used to be flaky as it continues to...

needs discussion

The follow commands will fail ``` cache_range set a d cache_range clear b c ``` will throw `inverted_range` error. While debugging, it was found that the parameters used to call...

The new interface will move storage engine parameters into the database configuration and remove them from the knobs. It's now only for redwood, to create a database with specified parameters...

The failure rate now is 1/10K, still corner cases to solve. # Code-Reviewer Section The general pull request guidelines can be found [here](https://github.com/apple/foundationdb/wiki/FoundationDB-Commit-Process). Please check each of the following things...