- 03 Dec, 2019 1 commit
- 
- 
Little-Wallace authoredSigned-off-by:Little-Wallace <bupt2013211450@gmail.com> 
 
- 
- 27 Nov, 2019 5 commits
- 
- 
Little-Wallace authoredSigned-off-by:Little-Wallace <bupt2013211450@gmail.com> 
- 
Little-Wallace authoredSigned-off-by:Little-Wallace <bupt2013211450@gmail.com> 
- 
Little-Wallace authoredSigned-off-by:Little-Wallace <bupt2013211450@gmail.com> 
- 
Little-Wallace authoredSigned-off-by:Little-Wallace <bupt2013211450@gmail.com> 
- 
Little-Wallace authoredSigned-off-by:Little-Wallace <bupt2013211450@gmail.com> 
 
- 
- 26 Nov, 2019 1 commit
- 
- 
Connor authored
 
- 
- 21 Nov, 2019 2 commits
- 
- 
pingcap-github-bot authored
- 
Connor authored* fix titan cf options for create_cf Signed-off-by:Connor1996 <zbk602423539@gmail.com> 
 
- 
- 19 Nov, 2019 1 commit
- 
- 
pingcap-github-bot authoredSigned-off-by:sre-bot <sre-bot@pingcap.com> 
 
- 
- 13 Nov, 2019 1 commit
- 
- 
Wallace authoredSigned-off-by:Little-Wallace <bupt2013211450@gmail.com> 
 
- 
- 12 Nov, 2019 1 commit
- 
- 
Connor authored
 
- 
- 06 Nov, 2019 1 commit
- 
- 
pingcap-github-bot authored
 
- 
- 05 Nov, 2019 1 commit
- 
- 
yiwu-arbug authoredUpdate rocksdb to include the following changes: ``` d9ac7463e 2019-10-29 yiwu@pingcap.com Cherry-pick compile error fixes (#129) 8a63fcbfe 2019-10-29 yiwu@pingcap.com Fix OnFlushCompleted fired before flush result write to MANIFEST (#5908) (#127) ``` Signed-off-by:Yi Wu <yiwu@pingcap.com> 
 
- 
- 04 Nov, 2019 2 commits
- 
- 
pingcap-github-bot authored
- 
pingcap-github-bot authored
 
- 
- 03 Nov, 2019 1 commit
- 
- 
Brian Anderson authored
 
- 
- 02 Nov, 2019 1 commit
- 
- 
pingcap-github-bot authored
 
- 
- 01 Nov, 2019 2 commits
- 
- 
Connor authoredSigned-off-by:Connor1996 <zbk602423539@gmail.com> 
- 
pingcap-github-bot authored
 
- 
- 31 Oct, 2019 1 commit
- 
- 
Connor authoredSigned-off-by:Connor1996 <zbk602423539@gmail.com> 
 
- 
- 30 Oct, 2019 1 commit
- 
- 
Connor authoredSigned-off-by:Connor1996 <zbk602423539@gmail.com> 
 
- 
- 25 Oct, 2019 1 commit
- 
- 
loxp authoredImprove documentation. Signed-off-by:loxp <loxppqqxol@gmail.com> 
 
- 
- 22 Oct, 2019 1 commit
- 
- 
Connor authored* add update titan script Signed-off-by:Connor1996 <zbk602423539@gmail.com> 
 
- 
- 16 Oct, 2019 1 commit
- 
- 
yiwu-arbug authoredUpdate rocksdb and titan with the following changes. The main change is to fix Titan missing blob file issue. rocksdb: ``` 9ab5a5f9e 2019-10-15 yiwu@pingcap.com Make WaitForFlushMemTable public (#126) ``` titan: ``` 0a3f87a 2019-10-15 yiwu@pingcap.com Temp fix for data loss caused by concurrent flush (#96) 8ac5003 2019-10-16 zbk602423539@gmail.. merge BackgroundGC with TEST_StartGC (#94) b9915d9 2019-10-07 zbk602423539@gmail.. check nullptr (#91) 280b59d 2019-09-27 yiwu@pingcap.com Adjust daily benchmark script (#84) ``` Signed-off-by:Yi Wu <yiwu@pingcap.com> 
 
- 
- 11 Oct, 2019 1 commit
- 
- 
Wallace authoredSigned-off-by: Little-Wallace bupt2013211450@gmail.com Add interface to get count of each write stall reason. 
 
- 
- 27 Sep, 2019 2 commits
- 
- 
yiwu-arbug authoredUpgrade RocksDB to 6.4.x. Also updating titan master. Signed-off-by:Yi Wu <yiwu@pingcap.com> 
- 
yiwu-arbug authoredAdd OnBackgroundError handler API. For the API, also adding crocksdb_status_ptr_t struct, which may be later extend to allow setting a different status (since rocksdb OnBackgroundError allow overriding the background error). Signed-off-by:Yi Wu <yiwu@pingcap.com> 
 
- 
- 25 Sep, 2019 2 commits
- 
- 
yiwu-arbug authoredSetting `WITH_TESTS=OFF` and `WITH_TOOLS=OFF` explicitly. Since we specify target explicitly, even without setting these flags we don't really build rocksdb tests and tools. But still, let's set it anyway to make sure. Closes #344 
- 
kennytm authored
 
- 
- 23 Sep, 2019 1 commit
- 
- 
yiwu-arbug authoredThe option is useful for catching LSM tree corruption. Adding it. Signed-off-by:Yi Wu <yiwu@pingcap.com> 
 
- 
- 17 Sep, 2019 1 commit
- 
- 
Connor authored* add get blob cache usage * add get and set blob cache capacity Signed-off-by:Connor1996 <zbk602423539@gmail.com> 
 
- 
- 03 Sep, 2019 1 commit
- 
- 
Wallace authoredSigned-off-by: Little-Wallace liuwei@pingcap.com Cherry-Pick pingcap#338 to master 
 
- 
- 14 Aug, 2019 1 commit
- 
- 
qupeng authoredSigned-off-by:qupeng <qupeng@pingcap.com> 
 
- 
- 07 Aug, 2019 1 commit
- 
- 
Wu Jiayu authored* fix memory allocator 
 
- 
- 06 Aug, 2019 2 commits
- 05 Aug, 2019 1 commit
- 
- 
Connor authored* add delete files in ranges API for titan Signed-off-by:Connor1996 <zbk602423539@gmail.com> 
 
- 
- 31 Jul, 2019 1 commit
- 
- 
Qinxuan Chen authoredUpdate rocksdb with fix: ``` 849a8c0ae 2019-07-30 yiwu@pingcap.com fix sign compare warnings ``` Signed-off-by:koushiro <koushiro.cqx@gmail.com> 
 
- 
- 25 Jul, 2019 1 commit
- 
- 
yiwu-arbug authored`register_dep("Z")` correctly set the include path for zlib, but fail to set the path to libz.a. RocksDB cmake script expect libz.a be place under ${DEP_Z_ROOT}/lib, but libz-sys place it under ${DEP_Z_ROOT}/build. Fixed it. Also added a test to make sure possible compression types are all linked. Signed-off-by:Yi Wu <yiwu@pingcap.com> 
 
-