- 11 Aug, 2020 2 commits
-
-
ti-srebot authored
update rocksdb to include tikv/rocksdb#185 for master Signed-off-by:
ti-srebot <ti-srebot@pingcap.com>
-
ti-srebot authored
update rocksdb to include tikv/rocksdb#184 for master Signed-off-by:
ti-srebot <ti-srebot@pingcap.com> Signed-off-by:
Yi Wu <yiwu@pingcap.com>
-
- 05 Aug, 2020 1 commit
-
-
Devdutt Shenoi authored
### Summary Integration with rockset/rocksdb-cloud to add CloudEnv features for operating with cloud services like AWS S3 as a datastore. - Created a sub-crate `librocksdb_cloud_sys` which contains the `rocksdb-cloud` sub-module containing code for managing cloud interactions, extracted from rockset/rocksdb-cloud and currently residing in [tikv/rocksdb~6.4.cloud](https://github.com/tikv/rocksdb/tree/6.4.cloud) - Made necessary changes to [tikv/rocksdb~6.4.tikv](https://github.com/tikv/rocksdb/tree/6.4.tikv) that is housed in the sub-module `rocksdb` within the parent crate. - Wrote CMakeLists.txt for use in the build process of `rocksdb_cloud` as a static library, usable for C-ABI based FFI calls. Added the above code to the build process of parent crate `librocksdb_sys` along with C-ABI binding code within `crocksdb` - Created 'cloud.rs' and added `new_aws_env()` method to Env type of `rocksdb.rs` that merely makes a call to the `CloudEnv::NewAwsEnv()` via FFI for use as library features upstream. A test for the same was also added here. - Used feature based conditional compile macros to all cloud interaction code. - Made requisite changes to CI config for handling AWS SDK compilation. - Added a sequence of steps to update submodule within Makefile Solves #514 ## Checkpoints - [x] Added rocksdb-cloud as submodule in crate `librocksdb_cloud_sys`. - [x] Write CMakeLists.txt to build only `cloud` code. - [x] Generate C-bindings to interface with `NewAwsEnv` and `CloudEnvOptions` - [x] Create `Env::new_aws_env` as an interface in rust Signed-off-by:
Devdutt Shenoi <devdutt@outlook.in>
-
- 04 Aug, 2020 1 commit
-
-
glorv authored
Signed-off-by:
glorv <glorvs@163.com>
-
- 01 Aug, 2020 1 commit
-
-
Xinye Tao authored
Signed-off-by:
tabokie <xy.tao@outlook.com>
-
- 22 Jul, 2020 1 commit
-
-
Jay authored
Jemallocator has not been active for several months. We published our own fork, which upgraded jemalloc to 5.2.1. Signed-off-by:
Jay Lee <BusyJayLee@gmail.com>
-
- 17 Jul, 2020 1 commit
-
-
ti-srebot authored
Signed-off-by:
ti-srebot <ti-srebot@pingcap.com>
-
- 30 Jun, 2020 1 commit
-
-
yiwu-arbug authored
* RocksDB may print large log lines up to 64k. The default 1k buffer for `logv` is too small and truncates rocksdb log. When we detect log line is too long, we allocate a large enough buffer on heap and try again. * When log level is not specified, defaults to header level.
-
- 24 Jun, 2020 1 commit
-
-
Ryan Leung authored
* use shared_ptr for rate limiter Signed-off-by:
Ryan Leung <rleungx@gmail.com>
-
- 23 Jun, 2020 1 commit
-
-
Ryan Leung authored
* support change rate limiter dynamically Signed-off-by:
Ryan Leung <rleungx@gmail.com>
-
- 12 Jun, 2020 1 commit
-
-
yiwu-arbug authored
Signed-off-by:
Yi Wu <yiwu@pingcap.com>
-
- 10 Jun, 2020 1 commit
-
-
pingcap-github-bot authored
Signed-off-by:
sre-bot <sre-bot@pingcap.com>
-
- 04 Jun, 2020 3 commits
-
-
pingcap-github-bot authored
-
pingcap-github-bot authored
-
pingcap-github-bot authored
-
- 03 Jun, 2020 1 commit
-
-
qupeng authored
Signed-off-by:
qupeng <qupeng@pingcap.com>
-
- 02 Jun, 2020 1 commit
-
-
pingcap-github-bot authored
-
- 01 Jun, 2020 1 commit
-
-
pingcap-github-bot authored
-
- 29 May, 2020 1 commit
-
-
pingcap-github-bot authored
-
- 12 May, 2020 1 commit
-
-
Connor authored
Signed-off-by:
Connor1996 <zbk602423539@gmail.com>
-
- 08 May, 2020 1 commit
-
-
Connor authored
* add titan customized stats Signed-off-by:
Connor <zbk602423539@gmail.com>
-
- 07 May, 2020 1 commit
-
-
pingcap-github-bot authored
-
- 06 May, 2020 2 commits
-
-
pingcap-github-bot authored
-
Neil Shen authored
Signed-off-by:
Neil Shen <overvenus@gmail.com>
-
- 04 May, 2020 1 commit
-
-
Weizhen Wang authored
remove Valist and make logger return the log string instead of ```snprinf``` by client. Signed-off-by:
Wangweizhen <hawking.rei@gmail.com>
-
- 29 Apr, 2020 1 commit
-
-
pingcap-github-bot authored
-
- 28 Apr, 2020 1 commit
-
-
pingcap-github-bot authored
-
- 26 Apr, 2020 1 commit
-
-
pingcap-github-bot authored
-
- 17 Apr, 2020 1 commit
-
-
pingcap-github-bot authored
-
- 14 Apr, 2020 1 commit
-
-
TXXT authored
- Export encryption perf context api - Fix travis - Default nightly toolchain Signed-off-by:
TXXT <hunterlxt@live.com>
-
- 13 Apr, 2020 1 commit
-
-
Connor authored
* add run sst dump Signed-off-by:
Connor <zbk602423539@gmail.com>
-
- 11 Apr, 2020 1 commit
-
-
Weizhen Wang authored
Signed-off-by:
Wangweizhen <hawking.rei@gmail.com> UCP https://github.com/tikv/tikv/issues/6496 Fix this error from clippy. ``` this public function dereferences a raw pointer but is not marked `unsafe` help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#not_unsafe_ptr_arg_deref ```
-
- 10 Apr, 2020 1 commit
-
-
pingcap-github-bot authored
rocksdb: Fix wrong key being read on ingested file with global seqno and delta encoding (facebook#6669) (#469)
-
- 02 Apr, 2020 1 commit
-
-
pingcap-github-bot authored
-
- 01 Apr, 2020 3 commits
-
-
pingcap-github-bot authored
-
yiwu-arbug authored
#463 forget to expose `static_libcpp` feature to top level Cargo.toml. Fixing it. Signed-off-by:
Yi Wu <yiwu@pingcap.com>
-
David Wong authored
Closes https://github.com/tikv/rust-rocksdb/issues/461Signed-off-by:
David Wong <davidwg@calibra.com>
-
- 31 Mar, 2020 1 commit
-
-
Weizhen Wang authored
Signed-off-by:
Wangweizhen <hawking.rei@gmail.com> UCP [#6496](https://github.com/tikv/tikv/issues/6496) add interface corresponds to the Logger interface
-
- 30 Mar, 2020 1 commit
-
-
yiwu-arbug authored
Fix rust-rocksdb/master should point to rocksdb/6.4.tikv. Also update rocksdb with the change: ``` 979a985cf 2020-03-25 yiwu@pingcap.com Add counter in perf_context to time cipher time (#158) ``` Signed-off-by:
Yi Wu <yiwu@pingcap.com>
-
- 20 Mar, 2020 1 commit
-
-
Yi Wu authored
Signed-off-by:
Yi Wu <yiwu@pingcap.com>
-