Commit Graph

76 Commits (af70f9ac6d4f06b2e8649339d5436c2f1dd61bda)

Author SHA1 Message Date
Islam AbdelRahman eb73980853 Fix BackupableDBTest 9 years ago
sdong cea8ed9702 Fix backupable_db_test test cases that can't run by itself 9 years ago
Uddipta Maity b55e2165be Rocksdb backup can store optional application specific metadata 9 years ago
Andrew Kryczka d9620239d2 Cleanup stale manifests outside of full purge 9 years ago
Andrew Kryczka 501927ffc4 [backupable db] Remove file size embedded in name workaround 9 years ago
Andrew Kryczka f8e90e8753 Get file attributes in bulk for VerifyBackup and CreateNewBackup 9 years ago
Andrew Kryczka 69c471bd9b Handle concurrent manifest update and backup creation 9 years ago
Andrew Kryczka 69c98f0431 Reorder instance variables in backup test for proper destruction order 9 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
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
Igor Canadi b42cd6bed5 Remove the need for LATEST_BACKUP in BackupEngine 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
Igor Canadi 8a9fca2619 Better error handling in BackupEngine 9 years ago
Aaron Feldman a69bc91e37 Multithreaded backup and restore in BackupEngineImpl 9 years ago
sdong e409d3d745 Make "make all" work for CYGWIN 9 years ago
Igor Canadi 50eab9cf30 Fix BackupEngine 10 years ago
Jim Meyering acf8a4141d maint: use ASSERT_TRUE, not ASSERT_EQ(true; same for false 10 years ago
Igor Sugak b4b69e4f77 rocksdb: switch to gtest 10 years ago
Igor Sugak 9fd6edf81c rocksdb: Replace ASSERT* with EXPECT* in functions that does not return void value 10 years ago
Igor Canadi b9ff6b050d Fix a bug in ReadOnlyBackupEngine 10 years ago
Igor Sugak 62247ffa3b rocksdb: Add missing override 10 years ago
Hasnain Lakhani 373c665edf Fix broken test in 31b02d. 10 years ago
Hasnain Lakhani 31b02dc21d Improve Backup Engine. 10 years ago
Danny Al-Gaaf 9d6f380866 backupable_db_test.cc: pass const string param by reference 10 years ago
Igor Canadi a4816269f1 Relax backupable rate limiting test 10 years ago
Igor Canadi 0ff183a0d9 Move include/utilities/*.h to include/rocksdb/utilities/*.h 10 years ago
Igor Canadi 552c49f0f4 Remove upper bound for rate limiting unit test 10 years ago
Igor Canadi f725e4fe1f Make RateLimiting unit test less flakey 10 years ago
Igor Canadi 7984b9bbb0 BackupableDBTest thread-safe 11 years ago
Benjamin Renard 41e5cf2392 Add share_files_with_cheksum option to BackupEngine 11 years ago
Igor Canadi d6d67c0efe More s/us fixes 11 years ago
Igor Canadi a618691a3b Read-only BackupEngine 11 years ago
Igor Canadi acdc6a1a0d relax backupable db rate limit tests 11 years ago
Igor Canadi 5826f9528f Make rate limiting unit test more robust 11 years ago
Igor Canadi e6d4b006b6 Relax backupable RateLimiter unit test for slow environments 11 years ago
Igor Canadi b253f24403 Rate limiter for BackupableDB 11 years ago
Igor Canadi 9caeff516e keep_log_files option in BackupableDB 11 years ago
Igor Canadi ee4b9966bc DeleteLogFiles in FailOverwritingBackups 11 years ago