Commit Graph

115 Commits (da96f2fe00d681d9bd953e30b21eb70991f12fd7)

Author SHA1 Message Date
Siying Dong 2b4d5ceb47 Remove some "using std::..." from header files. (#5113) 7 years ago
Michael Liu ca89ac2ba9 Apply modernize-use-override (2nd iteration) 7 years ago
Andrew Kryczka ea9454700a Backup engine support for direct I/O reads (#4640) 7 years ago
Sagar Vemuri dc3528077a Update all unique/shared_ptr instances to be qualified with namespace std (#4638) 7 years ago
Maysam Yabandeh 8581a93a6b Per-thread unique test db names (#4135) 7 years ago
Yanqin Jin 331cb63641 SetOptions Backup Race Condition (#4108) 7 years ago
Andrew Kryczka a8a28da215 Avoid directory renames in BackupEngine 8 years ago
Zhongyi Xie 954b496b3f fix memory leak in two_level_iterator 8 years ago
Andrew Kryczka faba3fb53d protect valid backup files when max_valid_backups_to_open is set 8 years ago
amytai 0a3db28d98 Disallow compactions if there isn't enough free space 8 years ago
Andrew Kryczka 5d68243e61 Comment out unused variables 8 years ago
Igor Sugak aba3409740 Back out "[codemod] - comment out unused parameters" 8 years ago
David Lai f4a030ce81 - comment out unused parameters 8 years ago
Andrew Kryczka b092977643 BackupEngine gluster-friendly file naming convention 8 years ago
Andrew Kryczka f5148ade10 support opening zero backups during engine init 8 years ago
Siying Dong 0e99323ac2 Fix CLANG Analyze 8 years ago
Andrew Kryczka b97685aef6 fix backup engine when latest backup corrupt 8 years ago
Sagar Vemuri 72502cf227 Revert "comment out unused parameters" 8 years ago
Victor Gao 1d7048c598 comment out unused parameters 8 years ago
Yedidya Feldblum f1a056e005 CodeMod: Prefer ADD_FAILURE() over EXPECT_TRUE(false), et cetera 8 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 8 years ago
Maysam Yabandeh 499ebb3ab5 Optimize for serial commits in 2PC 8 years ago
Siying Dong d616ebea23 Add GPLv2 as an alternative license. 9 years ago
Andrew Kryczka e5e545a021 Reunite checkpoint and backup core logic 9 years ago
Andrew Kryczka df74b775e6 Limit backups opened 9 years ago
Siying Dong d2dce5611a Move some files under util/ to separate dirs 9 years ago
Siying Dong 6ef8c620d3 Move auto_roll_logger and filename out of db/ 9 years ago
Andrew Kryczka a9c86f51b7 backup garbage collect shared_checksum tmp files 9 years ago
Andrew Kryczka 5040414e6f Gracefully handle previous backup interrupted 9 years ago
Dmitri Smirnov 0a4cdde50a Windows thread 9 years ago
Andrew Kryczka 33c86d677f Fix backupable db test 9 years ago
Andrew Kryczka 83f9a6fd21 Fail BackupEngine::Open upon meta-file read error 9 years ago
Andrew Kryczka 0765babe15 Remove LATEST_BACKUP file 9 years ago
Yi Wu 17f76fc564 DB::GetOptions() reflect dynamic changed options 9 years ago
Wanning Jiang 56887f6cb8 Backup Options 9 years ago
Uddipta Maity 1147e5b05a Adding support for sharing throttler between multiple backup and restores 9 years ago
Aaron Orenstein 2073cf3775 Eliminate use of 'using namespace std'. Also remove a number of ADL references to std functions. 10 years ago
Islam AbdelRahman c1af07ce84 Disable backupable_db_test.cc on Windows 10 years ago
Andrew Kryczka e61ba052b3 Isolate db env and backup Env in unit tests 10 years ago
Islam AbdelRahman eb73980853 Fix BackupableDBTest 10 years ago
sdong cea8ed9702 Fix backupable_db_test test cases that can't run by itself 10 years ago
Uddipta Maity b55e2165be Rocksdb backup can store optional application specific metadata 10 years ago
Andrew Kryczka d9620239d2 Cleanup stale manifests outside of full purge 10 years ago
Andrew Kryczka 501927ffc4 [backupable db] Remove file size embedded in name workaround 10 years ago
Andrew Kryczka f8e90e8753 Get file attributes in bulk for VerifyBackup and CreateNewBackup 10 years ago
Andrew Kryczka 69c471bd9b Handle concurrent manifest update and backup creation 10 years ago
Andrew Kryczka 69c98f0431 Reorder instance variables in backup test for proper destruction order 10 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 10 years ago
Andrew Kryczka 167bd8856d [directory includes cleanup] Finish removing util->db dependencies 10 years ago
agiardullo 9760c842ce fix valgrind failure in backupable_db_test 10 years ago