- 14 Jul, 2021 1 commit
-
-
yiwu-arbug authored
Changes: 1. Since travis-ci.org is terminated, we are moving CI of this repo to PingCAP internal jenkins CI. Removing all travis related scripts. 2. remove `./rust-toolchain` file, and `Make build` will download the file from latest TiKV master, so we can keep in sync with TiKV. 3. fixing flaky test_auto_roll_max_size_info_log. In the background rocksdb can trigger log rotation. If log rotates exactly when the test check for LOG file existence, the check can fail. Removing the check. Signed-off-by:
Yi Wu <yiwu@pingcap.com>
-
- 13 Jul, 2021 1 commit
-
-
ti-srebot authored
update rocksdb to include tikv/rocksdb#244 for master Signed-off-by:
ti-srebot <ti-srebot@pingcap.com> Co-authored-by:
Yi Wu <yiwu@pingcap.com>
-
- 08 Jul, 2021 1 commit
-
-
Croxx authored
Ref: tikv/rocksdb#pr243 Signed-off-by:
MrCroxx <mrcroxx@outlook.com>
-
- 06 Jul, 2021 1 commit
-
-
ti-srebot authored
Signed-off-by:
ti-srebot <ti-srebot@pingcap.com>
-
- 02 Jul, 2021 2 commits
-
-
Connor authored
Add picked level of ingestion info and num_input_files_at_output_level of compaction info Signed-off-by:
Connor1996 <zbk602423539@gmail.com>
-
Yang Zhang authored
making get_write_global_seqno immutable method. Signed-off-by:
v01dstar <yang.zhang@pingcap.com>
-
- 28 Jun, 2021 1 commit
-
-
Yang Zhang authored
See the issue [here](https://github.com/tikv/tikv/issues/10430) This PR provides the Rust API of setting `IngestExternalFileOptions::write_global_seqno` Signed-off-by:
Yang Zhang <yang.zhang@pingcap.com> Signed-off-by:
v01dstar <yang.zhang@pingcap.com>
-
- 15 Jun, 2021 1 commit
-
-
Arthur Silva authored
-
- 20 May, 2021 1 commit
-
-
ti-srebot authored
-
- 28 Apr, 2021 1 commit
-
-
ti-srebot authored
update titan to include tikv/titan#210 for master. Signed-off-by:
ti-srebot <ti-srebot@pingcap.com>
-
- 22 Apr, 2021 1 commit
-
-
Xinye Tao authored
Signed-off-by:
tabokie <xy.tao@outlook.com>
-
- 21 Apr, 2021 2 commits
-
-
Xinye Tao authored
Signed-off-by:
tabokie <xy.tao@outlook.com>
-
Xinye Tao authored
Signed-off-by:
tabokie <xy.tao@outlook.com>
-
- 17 Mar, 2021 1 commit
-
-
ti-srebot authored
-
- 10 Mar, 2021 1 commit
-
-
ti-srebot authored
Signed-off-by:
ti-srebot <ti-srebot@pingcap.com>
-
- 05 Mar, 2021 1 commit
-
-
Zhenhan Gong authored
-
- 02 Mar, 2021 1 commit
-
-
ti-srebot authored
Signed-off-by:
ti-srebot <ti-srebot@pingcap.com>
-
- 27 Feb, 2021 1 commit
-
-
yiwu-arbug authored
The rocksdb cloud integration currently cannot link, and we don't have current plan for it. The rocksdb cloud submodule makes code checkout slow. We are removing it for now. Signed-off-by:
Yi Wu <yiwu@pingcap.com>
-
- 25 Feb, 2021 1 commit
-
-
Zhenhan Gong authored
Zstd introduces performance improvement since 1.4.7. We need to benchmark and upgrade to the latest version. Signed-off-by:
Zhenhan Gong <zhenhan.gong@gmail.com>
-
- 23 Feb, 2021 1 commit
-
-
Yilin Chen authored
Signed-off-by:
Yilin Chen <sticnarf@gmail.com> Co-authored-by:
ti-srebot <ti-srebot@pingcap.com>
-
- 20 Feb, 2021 2 commits
- 19 Feb, 2021 2 commits
-
-
qupeng authored
Signed-off-by:
qupeng <qupeng@pingcap.com>
-
qupeng authored
Signed-off-by:
qupeng <qupeng@pingcap.com>
-
- 03 Feb, 2021 1 commit
-
-
ti-srebot authored
update titan to include tikv/titan#201 for master Signed-off-by:
ti-srebot <ti-srebot@pingcap.com> Co-authored-by:
yiwu-arbug <yiwu@pingcap.com>
-
- 26 Jan, 2021 1 commit
-
-
yiwu-arbug authored
Allow sst partitioner methods to be mutable. On RocksDB side these methods are not const methods, thus should be mutable. Signed-off-by:
Yi Wu <yiwu@pingcap.com>
-
- 07 Jan, 2021 2 commits
-
-
Xinye Tao authored
Signed-off-by:
tabokie <xy.tao@outlook.com>
-
Xinye Tao authored
Accept generic construct instead of Arc to avoid nested arc required to bridge different crates. Also fix a missing export. Signed-off-by:
tabokie <xy.tao@outlook.com>
-
- 05 Jan, 2021 1 commit
-
-
YangKeao authored
`uname -p` is unportable on some platforms. Signed-off-by:
Yang Keao <keao.yang@yahoo.com> Co-authored-by:
Xinye Tao <xy.tao@outlook.com>
-
- 01 Jan, 2021 1 commit
-
-
ti-srebot authored
Signed-off-by:
ti-srebot <ti-srebot@pingcap.com>
-
- 25 Dec, 2020 1 commit
-
-
Wallace authored
Signed-off-by:
Little-Wallace <bupt2013211450@gmail.com>
-
- 23 Dec, 2020 2 commits
-
-
Xinye Tao authored
Signed-off-by:
tabokie <xy.tao@outlook.com>
-
Xinye Tao authored
Add event listener for flush begin, compaction begin and subcompaction begin/completed. Signed-off-by:
tabokie <xy.tao@outlook.com>
-
- 22 Dec, 2020 2 commits
-
-
Xinye Tao authored
port related interface to rust, add `file_system_inspected_env` factory method. Signed-off-by:
tabokie <xy.tao@outlook.com>
-
peilun-conflux authored
Add create_missing_column_families for DBOptions, so we can open a database with added column families. Close #362. Signed-off-by:
Peilun Li <peilun.li@conflux-chain.org>
-
- 21 Dec, 2020 1 commit
-
-
ti-srebot authored
update titan to include tikv/titan#199 for master Signed-off-by:
ti-srebot <ti-srebot@pingcap.com> Co-authored-by:
yiwu-arbug <yiwu@pingcap.com>
-
- 18 Dec, 2020 2 commits
-
-
Xintao authored
* update rocksdb to atomize RenameFile in KeyManagedEncryptedEnv * removed redundant rename logic from key manager Signed-off-by:
Xintao <hunterlxt@live.com>
-
ti-srebot authored
-
- 15 Dec, 2020 1 commit
-
-
Xinye Tao authored
Signed-off-by:
tabokie <xy.tao@outlook.com>
-
- 14 Dec, 2020 1 commit
-
-
qupeng authored
-