Commit Graph

165 Commits (0d91a981e929e652dd11cb882545471e85175ed4)

Author SHA1 Message Date
Yanqin Jin 231fffd07c Add Env::SanitizeEnvOptions (#5885) 5 years ago
Yanqin Jin 167cdc9f17 Support custom env in sst_dump (#5845) 5 years ago
Shylock Hg 9eb3e1f77d Use delete to disable automatic generated methods. (#5009) 6 years ago
Mark Rambacher cfcf045acc The ObjectRegistry class replaces the Registrar and NewCustomObjects.… (#5293) 6 years ago
Eli Pozniansky c129c75fb7 Added log_readahead_size option to control prefetching for Log::Reader (#5592) 6 years ago
ggaurav28 60d8b19836 Implemented a file logger that uses WritableFileWriter (#5491) 6 years ago
Yanqin Jin cb1bf09bfc Fix tsan error (#5414) 6 years ago
anand76 0153e14569 Add a MultiRead() method to Env (#5311) 6 years ago
Mark Rambacher c8267120d8 Add support for loading dynamic libraries into the RocksDB environment (#5281) 6 years ago
Andrew Kryczka 8272a6de57 Optionally wait on bytes_per_sync to smooth I/O (#5183) 6 years ago
Mike Kolupaev 306b9adfd8 Add missing methods to EnvWrapper, and more wrappers in Env.h (#5131) 6 years ago
Adam Simpkins c06c4c01c5 Fix many bugs in log statement arguments (#5089) 6 years ago
Siying Dong 1f7f5a5a79 Run automatic formatter against public header files (#5115) 6 years ago
Siying Dong 2b4d5ceb47 Remove some "using std::..." from header files. (#5113) 6 years ago
Zhongyi Xie a291f3a1e5 Collect compaction stats by priority and dump to info LOG (#5050) 6 years ago
Siying Dong da1c64b6e7 Introduce a CPU time counter in perf_context (#4741) 6 years ago
Sagar Vemuri dc3528077a Update all unique/shared_ptr instances to be qualified with namespace std (#4638) 6 years ago
Sagar Vemuri abb8ecb4cd Add missing methods to WritableFileWrapper (#4584) 6 years ago
Anand Ananthabhotla a27fce408e Auto recovery from out of space errors (#4164) 7 years ago
cngzhnp 64324e329e Support pragma once in all header files and cleanup some warnings (#4339) 7 years ago
Siying Dong 926f3a78a6 In delete scheduler, before ftruncate file for slow delete, check whether there is other hard links (#4093) 7 years ago
Dmitri Smirnov 3db8504cde Catchup with posix features 7 years ago
Andrew Kryczka 46152d53bf Second attempt at db_stress crash-recovery verification 7 years ago
Andrew Kryczka 6afe22db2e revert db_stress crash-recovery verification 7 years ago
Nathan VanBenschoten 37cd617b6b Add virtual Truncate method to Env 7 years ago
Andrew Kryczka a4fb1f8c04 Add crash-recovery correctness check to db_stress 7 years ago
Gabriel Wicke 090c78a0d7 Support lowering CPU priority of background threads 7 years ago
Andrew Kryczka 3cea61392f include thread-pool priority in thread names 7 years ago
Xiaofei Du a0102aa6d7 Make database files' permissions configurable 7 years ago
David Lai 3be9b36453 comment unused parameters to turn on -Wunused-parameter flag 7 years ago
Bruce Mitchener a3a3f5497c Fix some typos in comments and docs. 7 years ago
Bruce Mitchener 0de710f5b8 Use nullptr instead of NULL / 0 more consistently. 7 years ago
Dmitri Smirnov c364eb42b5 Windows cumulative patch 7 years ago
Andrew Kryczka 5d68243e61 Comment out unused variables 7 years ago
Anand Ananthabhotla dfbe52e099 Fix the Logger::Close() and DBImpl::Close() design pattern 7 years ago
Igor Sugak aba3409740 Back out "[codemod] - comment out unused parameters" 7 years ago
David Lai f4a030ce81 - comment out unused parameters 7 years ago
Anand Ananthabhotla d0f1b49ab6 Add a Close() method to DB to return status when closing a db 7 years ago
Shaohua Li eefd75a228 Stream 7 years ago
Quinn Jarrell 6a541afcc4 Make bytes_per_sync and wal_bytes_per_sync mutable 8 years ago
Andrew Kryczka 4708a6875c Repair DBs with trailing slash in name 8 years ago
Changli Gao dc5f29f32f EnvWrapper: Forward more functions 8 years ago
FireMail 6a9de43477 Windows.h macro call fix 8 years ago
Andrew Kryczka cc01985db0 Introduce bottom-pri thread pool for large universal compactions 8 years ago
Sagar Vemuri 72502cf227 Revert "comment out unused parameters" 8 years ago
Victor Gao 1d7048c598 comment out unused parameters 8 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 8 years ago
Andrew Kryczka 33042573db Fix GetCurrentTime() initialization for valgrind 8 years ago
Siying Dong e517bfa2c2 CLANG Tidy 8 years ago
Ewout Prangsma 51778612c9 Encryption at rest support 8 years ago