Commit Graph

56 Commits (1eb279dcce448fb19bb34e6c1ce00d868991979f)

Author SHA1 Message Date
anand76 d795a730be Combine data members of IOStatus with Status (#9549) 3 years ago
Peter Dillinger 5cb137a860 Work around some new clang-analyze failures (#9515) 3 years ago
jsteemann a7478070f3 Fix small issues (#5896) 3 years ago
lorinlee e9b627fd56 Fix comments in Status (#8429) 4 years ago
Jay Zhuang 3786181a90 Add remote compaction public API (#8300) 4 years ago
Peter Dillinger 4b18c46d10 Refactor: add LineFileReader and Status::MustCheck (#8026) 4 years ago
mrambacher 1eda625eab Revert `Status`es returned from pre-`Configurable` options functions (#7563) 4 years ago
mrambacher a08d6f18f0 Add more tests to ASSERT_STATUS_CHECKED (#7367) 5 years ago
anand76 18a3227b12 Add a new IOStatus subcode to indicate that writes are fenced off (#7374) 5 years ago
Peter Dillinger 803a517b48 Misc things for ASSERT_STATUS_CHECKED, also gcc 4.8.5 (#6871) 5 years ago
Andrew Kryczka 1c84660457 prototype status check enforcement (#6798) 5 years ago
Cheng Chang ef0c3eda27 Make users explicitly be aware of prepare before commit (#6775) 5 years ago
Peter Dillinger 249eff0f30 Stats for redundant insertions into block cache (#6681) 5 years ago
sdong fdf882ded2 Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 5 years ago
anand76 afa2420c2b Introduce a new storage specific Env API (#5761) 5 years ago
andrew 622683000c Allow users to stop manual compactions (#3971) 6 years ago
Vijay Nadimpalli d150e01474 New API to get all merge operands for a Key (#5604) 6 years ago
Vijay Nadimpalli 931c9df886 Use separate status code for column family drop and db shutdown in progress (#5275) 6 years ago
Siying Dong 1f7f5a5a79 Run automatic formatter against public header files (#5115) 6 years ago
Yanqin Jin 9358178edc Support for single-primary, multi-secondary instances (#4899) 6 years ago
cngzhnp 64324e329e Support pragma once in all header files and cleanup some warnings (#4339) 7 years ago
Chang Su 374c37da5b move static msgs out of Status class (#4144) 7 years ago
Tamir Duberstein 7bee48bdbd Add GCC 8 to Travis (#3433) 7 years ago
Anand Ananthabhotla 52d4c9b7f6 Allow DB resume after background errors (#3997) 7 years ago
Daniel Black e5ae1bb465 Remove bogus gcc-8.1 warning (#3870) 7 years ago
amytai 0a3db28d98 Disallow compactions if there isn't enough free space 7 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 8 years ago
Manuel Ung 1f8b119ed6 Limit maximum memory used in the WriteBatch representation 8 years ago
Marcin Dlugajczyk a618a16f44 New subcode for IOError to detect the ESTALE errno 8 years ago
Adam Retter 85ac1a320a Fix rocksdb::Status::getState 8 years ago
Manuel Ung 4edd39fda2 Implement deadlock detection 9 years ago
Edouard A 66a91e2607 Add NoSpace subcode to IOError (#1320) 9 years ago
Adam Retter ffdf6eee19 Add Status to RocksDBException so that meaningful function result Status from the C++ API isn't lost (#1273) 9 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 9 years ago
Dmitri Smirnov dbb8260f7e Make Status moveable 9 years ago
Yueh-Hsuan Chiang e114f0abb8 Enable RocksDB to persist Options file. 10 years ago
agiardullo 77a28615ec Support static Status messages 10 years ago
Andres Notzli f32a572099 Simplify querying of merge results 10 years ago
agiardullo 0db807ec28 Transaction error statuses 10 years ago
agiardullo c2f2cb0214 Pessimistic Transactions 10 years ago
agiardullo 064294081b Improved FileExists API 10 years ago
Igor Canadi 5aea98ddd8 Deprecate WriteOptions::timeout_hint_us 10 years ago
agiardullo dc9d70de65 Optimistic Transactions 10 years ago
Yueh-Hsuan Chiang 28c82ff1b3 CompactFiles, EventListener and GetDatabaseMetaData 11 years ago
Igor Canadi 9f20395cd6 Turn -Wshadow back on 11 years ago
Feng Zhu 8438a19360 fix dropping column family bug 11 years ago
Yueh-Hsuan Chiang d4d338de33 Add timeout_hint_us to WriteOptions and introduce Status::TimeOut. 11 years ago
Igor Canadi c07c9606ed Expose Status::code() 11 years ago
Lei Jin 994c327b86 IOError cleanup 11 years ago
Siying Dong 18df47b79a Avoid malloc in NotFound key status if no message is given. 11 years ago