Xinye Tao
Xinye Tao
Fail to compile under Windows: ``` > cargo install ncmc Updating crates.io index Installing ncmc v0.1.10 error: failed to compile `ncmc v0.1.10`, intermediate artifacts can be found at `C:\Users\xytao\AppData\Local\Temp\cargo-installv5FHL8` Caused...
Currently, generator is managed by client, which restricts the scheduling capability of generator. Seperating generator from client will make it easier to port other generators from jepsen. Also port gen/reserve...
### What is changed and how it works? Issue Number: Ref #12842 What's Changed: - Add comments for batch system code - Simplify `propose_batch_raft_command(bool)` - It's considered a bad practice...
Signed-off-by: tabokie ### What is changed and how it works? Issue Number: Ref #11119 What's Changed: Do not create a useless worker if the engine doesn't require it. ```commit-message None...
### What is changed and how it works? Issue Number: Close #10867, Close #12024 Stacked on #10669 and #11873 What's Changed: * Algorithm Changes The algorithm is greatly simplified by...
Signed-off-by: tabokie ### What is changed and how it works? Issue Number: Ref #11119 What's Changed: ```commit-message None ``` ### Related changes ### Check List - No code ### Release...
导出收藏豆列失败
Export other users' dou-list fails, right after finishing exporting lists of my own: ``` [2020-02-06T06:22:19.657Z] DEBUG: Fetching https://m.douban.com/rexxar/api/v2/user/91872582/following_doulists?start=0&count=50&ck=H3Jq&for_mobile=1... [2020-02-06T06:22:22.558Z] ERROR: Fail to run task:Error: 豆瓣服务器返回错误 [2020-02-06T06:22:22.559Z] DEBUG: Close local database...
Signed-off-by: tabokie ### What is changed, added or deleted? (Required) Fix #7161 ### Which TiDB version(s) do your changes apply to? (Required) **Tips for choosing the affected version(s):** By default,...
Close #93
I use loom to test a customized condvar, in specific its `wait_timeout` method. To make sure the waiter times out instead of getting woken up, I use `std::thread::sleep()` to freeze...