Commit Graph

184 Commits (70242636820b45c74ca1879d92318467336eda10)

Author SHA1 Message Date
Yi Wu 17f76fc564 DB::GetOptions() reflect dynamic changed options 8 years ago
Zun Wang eb53c05a35 Add comment for GetBackupInfo about returned BackupInfos order 8 years ago
Wanning Jiang 95d96eeeb1 remove LockFile 8 years ago
Wanning Jiang ff45d1b547 if read only backup engine can't find meta dirs, return NotFound() instead of IOError() 8 years ago
Wanning Jiang 95c192475d writable file close before reset 8 years ago
Wanning Jiang 56887f6cb8 Backup Options 8 years ago
Uddipta Maity 1147e5b05a Adding support for sharing throttler between multiple backup and restores 8 years ago
sdong 0e77246ba9 backupable_db.cc: lambada to explictly caputre "this" when escaping scope 8 years ago
Aaron Orenstein 2073cf3775 Eliminate use of 'using namespace std'. Also remove a number of ADL references to std functions. 8 years ago
Islam AbdelRahman c1af07ce84 Disable backupable_db_test.cc on Windows 8 years ago
Andrew Kryczka e61ba052b3 Isolate db env and backup Env in unit tests 8 years ago
Islam AbdelRahman eb73980853 Fix BackupableDBTest 8 years ago
Andrew Kryczka 1995e34d6a Retrieve file size from proper Env 8 years ago
Andrew Kryczka 40b840f294 Delete deprecated *BackupableDB interface for backups 8 years ago
sdong cea8ed9702 Fix backupable_db_test test cases that can't run by itself 8 years ago
Andrew Kryczka 114a1b8792 Fix build errors for windows 8 years ago
Uddipta Maity b55e2165be Rocksdb backup can store optional application specific metadata 8 years ago
Andrew Kryczka d9620239d2 Cleanup stale manifests outside of full purge 8 years ago
SherlockNoMad 58ecd91326 Fix Windows build 8 years ago
Andrew Kryczka 501927ffc4 [backupable db] Remove file size embedded in name workaround 8 years ago
Andrew Kryczka f8e90e8753 Get file attributes in bulk for VerifyBackup and CreateNewBackup 8 years ago
Andrew Kryczka 69c471bd9b Handle concurrent manifest update and backup creation 8 years ago
Andrew Kryczka 69c98f0431 Reorder instance variables in backup test for proper destruction order 8 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 9 years ago
Andrew Kryczka 167bd8856d [directory includes cleanup] Finish removing util->db dependencies 9 years ago
agiardullo 9760c842ce fix valgrind failure in backupable_db_test 9 years ago
Igor Canadi e541dcc8fa Fix issue #921 9 years ago
Zhipeng Jia 73b175a773 Fix clang warnings regarding unnecessary std::move 9 years ago
SherlockNoMad b4efaebff0 Fix ms version Appveyor build error 9 years ago
sdong 6bbfa1874b BackupDB to have a mode to use file size in file name 9 years ago
Yueh-Hsuan Chiang e114f0abb8 Enable RocksDB to persist Options file. 9 years ago
Islam AbdelRahman 2872e0c8c2 Clean and expose CreateLoggerFromOptions 9 years ago
agiardullo c7fba80291 Fix non-deterministic failure in backupable_db_test 9 years ago
Dmytro Okhonko 31a27a3606 Callback for informing backup downloading added 9 years ago
Mayank Pundir d9f42aa60d Adding a verifyBackup method to BackupEngine 9 years ago
Paul Marinescu 50dc5f0c5a Replace BackupRateLimiter with GenericRateLimiter 9 years ago
Igor Canadi b42cd6bed5 Remove the need for LATEST_BACKUP in BackupEngine 9 years ago
Dmitri Smirnov fbe2c05f59 s/NOEXCEPT/ROCKSDB_NOEXCEPT 9 years ago
Dmitri Smirnov 6924d7582b Address noexcept and const integer lambda capture 9 years ago
Igor Canadi 53b88784df Add throttling to multi-threaded backups 9 years ago
Islam AbdelRahman 3bd9db420e [Cleanup] Remove RandomRWFile 9 years ago
agiardullo 064294081b Improved FileExists API 9 years ago
Islam AbdelRahman 144d2910db Block backupable_db_test_lite in ROCKSDB_LITE 9 years ago
sdong 6e9fbeb27c Move rate_limiter, write buffering, most perf context instrumentation and most random kill out of Env 9 years ago
Dmitri Smirnov d1a457181d Ensure Windows build w/o port/port.h in public headers 9 years ago
Dmitri Smirnov 247690fe38 Ensure Windows build w/o port/port.h in public headers 9 years ago
Igor Canadi 8a9fca2619 Better error handling in BackupEngine 9 years ago
sdong f9728640f3 "make format" against last 10 commits 9 years ago
Aaron Feldman e12b403991 Initialize threads later in constructor 9 years ago
Dmitri Smirnov d2f0912bd3 Merge the latest changes from github/master 9 years ago