Merge pull request #4590 from jzhou77/fix
Fix a comment on backup log data location
This commit is contained in:
commit
82121b6cb7
|
@ -142,8 +142,9 @@ Version getVersionFromString(std::string const& value) {
|
|||
}
|
||||
|
||||
// Transaction log data is stored by the FoundationDB core in the
|
||||
// \xff / bklog / keyspace in a funny order for performance reasons.
|
||||
// Return the ranges of keys that contain the data for the given range
|
||||
// "backupLogKeys" (i.e., \xff\x02/blog/) keyspace in a funny order for
|
||||
// performance reasons.
|
||||
// Returns the ranges of keys that contain the data for the given range
|
||||
// of versions.
|
||||
// assert CLIENT_KNOBS->LOG_RANGE_BLOCK_SIZE % blocksize = 0. Otherwise calculation of hash will be incorrect
|
||||
Standalone<VectorRef<KeyRangeRef>> getLogRanges(Version beginVersion,
|
||||
|
|
Loading…
Reference in New Issue