Commit Graph

164 Commits (c85f8ccca39a571e58f3cfd379c3147730be5b9f)

Author SHA1 Message Date
Prashant D 81cf262ff5 utilities/backupable : Fix coverity issues 7 years ago
Andrew Kryczka f5148ade10 support opening zero backups during engine init 7 years ago
Siying Dong 0e99323ac2 Fix CLANG Analyze 7 years ago
Andrew Kryczka b97685aef6 fix backup engine when latest backup corrupt 7 years ago
Sagar Vemuri 72502cf227 Revert "comment out unused parameters" 7 years ago
Victor Gao 1d7048c598 comment out unused parameters 7 years ago
Yedidya Feldblum f1a056e005 CodeMod: Prefer ADD_FAILURE() over EXPECT_TRUE(false), et cetera 7 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 7 years ago
Maysam Yabandeh 499ebb3ab5 Optimize for serial commits in 2PC 7 years ago
Andrew Kryczka c217e0b9c7 Call RateLimiter for compaction reads 7 years ago
Aaron Gao 3e86c0f07c disable direct reads for log and manifest and add direct io to tests 7 years ago
Siying Dong d616ebea23 Add GPLv2 as an alternative license. 7 years ago
Andrew Kryczka e5e545a021 Reunite checkpoint and backup core logic 8 years ago
Andrew Kryczka df74b775e6 Limit backups opened 8 years ago
Siying Dong d2dce5611a Move some files under util/ to separate dirs 8 years ago
Siying Dong 6ef8c620d3 Move auto_roll_logger and filename out of db/ 8 years ago
Andrew Kryczka a9c86f51b7 backup garbage collect shared_checksum tmp files 8 years ago
Sharan Suryanarayanan 8d3cb4f207 Added naming of backup engine threads 8 years ago
Islam AbdelRahman e19163688b Add macros to include file name and line number during Logging 8 years ago
Andrew Kryczka 7c80a6d7d1 Statistic for how often rate limiter is drained 8 years ago
Andrew Kryczka ed50308d20 check backup directory exists before listing children 8 years ago
Andrew Kryczka 5040414e6f Gracefully handle previous backup interrupted 8 years ago
Dmitri Smirnov 0a4cdde50a Windows thread 8 years ago
Andrew Kryczka 33c86d677f Fix backupable db test 8 years ago
Vincent Lee e425ec1162 utilities/backupable: backup should limit the copy size of wal. 8 years ago
Aaron Gao 972f96b3fb direct io write support 8 years ago
Daniel Black 816c1e30ca gcc-7 requires include <functional> for std::function 8 years ago
Andrew Kryczka 83f9a6fd21 Fail BackupEngine::Open upon meta-file read error 8 years ago
Andrew Kryczka 243975d5da More accurate error status for BackupEngine::Open 8 years ago
Andrew Kryczka 0765babe15 Remove LATEST_BACKUP file 8 years ago
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 9 years ago
Andrew Kryczka 1995e34d6a Retrieve file size from proper Env 9 years ago
Andrew Kryczka 40b840f294 Delete deprecated *BackupableDB interface for backups 9 years ago
sdong cea8ed9702 Fix backupable_db_test test cases that can't run by itself 9 years ago
Andrew Kryczka 114a1b8792 Fix build errors for windows 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
SherlockNoMad 58ecd91326 Fix Windows build 9 years ago
Andrew Kryczka 501927ffc4 [backupable db] Remove file size embedded in name workaround 9 years ago