foundationdb/fdbbackup
Steve Atherton 4ff058e86b Backup and DR layer status document generation now uses snapshot reads for all keys read to avoid unnecessary conflicts when read during a status update or cleanup transaction. Since many of the keys read use wrapper functions, all of the underlying functions in BackupAgentBase and its two implementations also required a snapshot mode argument. All snapshot arguments default to false to match the underlying FDB API get/getrange methods. 2019-12-19 00:29:35 -08:00
..
CMakeLists.txt Changed the name of a cmake functions 2019-12-11 13:59:03 -08:00
backup.actor.cpp Backup and DR layer status document generation now uses snapshot reads for all keys read to avoid unnecessary conflicts when read during a status update or cleanup transaction. Since many of the keys read use wrapper functions, all of the underlying functions in BackupAgentBase and its two implementations also required a snapshot mode argument. All snapshot arguments default to false to match the underlying FDB API get/getrange methods. 2019-12-19 00:29:35 -08:00
fdbbackup.vcxproj Enabled C++17 for all Windows projects 2019-05-16 17:44:13 -07:00
local.mk Gperftools Profiling fix. 2019-04-01 14:42:18 -07:00