Commit Graph

65 Commits (fe9d4951126d2c21a2672b7ebb22bda014fa82ea)

Author SHA1 Message Date
mrambacher fe31dc53ca Make the Env class Customizable (#9293) 3 years ago
Andrew Kryczka 9bb13c56b3 Use system-wide thread ID in info log lines (#9164) 3 years ago
mrambacher 6924869867 Make SystemClock into a Customizable Class (#8636) 3 years ago
Peter Dillinger 13ded69484 Built-in support for generating unique IDs, bug fix (#8708) 3 years ago
Peter Dillinger a53d6d25e0 Improve support for valgrind error on reachable (#8503) 3 years ago
Jay Zhuang 45c65d6dcf Use thread-safe `strerror_r()` to get error message (#8087) 3 years ago
mrambacher 4a09d632c4 Remove Legacy and Custom FileWrapper classes from header files (#7851) 3 years ago
mrambacher 12f1137355 Add a SystemClock class to capture the time functions of an Env (#7858) 3 years ago
mrambacher e628f59e87 Create a CustomEnv class; Add WinFileSystem; Make LegacyFileSystemWrapper private (#7703) 4 years ago
anand76 9627e342c8 Use default FileSystem in GenerateUniqueId (#7672) 4 years ago
Yanqin Jin 394210f280 Remove unused includes (#7604) 4 years ago
Xavier Deguillard 249f2b59a0 build: make it compile with @mode/win (#7406) 4 years ago
mrambacher d9d190742c Make env*_test work with ASSERT_STATUS_CHECKED (#7176) 4 years ago
Andrew Kryczka 312f23c92d build fixes for GNU/kFreeBSD (#6992) 4 years ago
Cheng Chang f7613e2a9e Make it able to lower cpu priority to specific level in threadpool (#6969) 4 years ago
Hans Holmberg 0f85d163e6 Route GetTestDirectory to FileSystem in CompositeEnvWrappers (#6896) 4 years ago
anand76 a9d168cfd7 Simplify migration to FileSystem API (#6552) 4 years ago
sdong fdf882ded2 Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
anand76 ad34faba15 Fix unity test (#6178) 5 years ago
anand76 afa2420c2b Introduce a new storage specific Env API (#5761) 5 years ago
sdong e3a82bb934 PosixRandomAccessFile::MultiRead() to use I/O uring if supported (#5881) 5 years ago
Andrew Kryczka 20dd828c01 Avoid clock_gettime on pre-10.12 macOS versions (#5570) 5 years ago
ggaurav28 60d8b19836 Implemented a file logger that uses WritableFileWriter (#5491) 5 years ago
Yanqin Jin cb1bf09bfc Fix tsan error (#5414) 5 years ago
Mark Rambacher c8267120d8 Add support for loading dynamic libraries into the RocksDB environment (#5281) 5 years ago
Siying Dong 000b9ec217 Move some logging related files to logging/ (#5387) 5 years ago
Siying Dong 8843129ece Move some memory related files from util/ to memory/ (#5382) 5 years ago
Siying Dong e9e0101ca4 Move test related files under util/ to test_util/ (#5377) 5 years ago
Michael Liu 3c5d1b16b1 Apply modernize-use-override (3) 5 years ago
Alexander Zinoviev 32a6dd9a41 Add a new CPU time counter to compaction report (#4889) 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 b1dad4cfcc assert in PosixEnv::FileExists should be based on errno (#4427) 6 years ago
Anand Ananthabhotla a27fce408e Auto recovery from out of space errors (#4164) 6 years ago
Wez Furlong d00e5de7fc use atomic O_CLOEXEC when available (#4328) 6 years ago
Jean-Marc Le Roux bbf30330b4 Fix the build failure with OS_ANDROID (#4232) 6 years ago
Siying Dong 926f3a78a6 In delete scheduler, before ftruncate file for slow delete, check whether there is other hard links (#4093) 6 years ago
Tomas Kolda 906a602c2c Build and tests fixes for Solaris Sparc (#4000) 6 years ago
Andrew Kryczka 1f32dc7d2b Check with PosixEnv before opening LOCK file (#3993) 6 years ago
Zhongyi Xie f1592a06c2 run make format for PR 3838 (#3954) 6 years ago
Andrew Kryczka 2210152947 Fix singleton destruction order of PosixEnv and SyncPoint (#3951) 6 years ago
奏之章 6e08916eb3 Fix Fadvise on closed file when reads use mmap 6 years ago
Siying Dong 3690276e74 Disallow to open RandomRW file if the file doesn't exist 6 years ago
Andrew Kryczka 19fde54841 initialize local variable for UBSAN in PosixEnv function 6 years ago
Andrew Kryczka 46152d53bf Second attempt at db_stress crash-recovery verification 6 years ago
Andrew Kryczka 6afe22db2e revert db_stress crash-recovery verification 6 years ago
Andrew Kryczka dfc61e7c24 initialize local variable for UBSAN in PosixEnv function 6 years ago
Andrew Kryczka a4fb1f8c04 Add crash-recovery correctness check to db_stress 6 years ago
Gabriel Wicke 090c78a0d7 Support lowering CPU priority of background threads 6 years ago
Xiaofei Du a0102aa6d7 Make database files' permissions configurable 6 years ago