mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 09:58:50 +08:00
clarify comment for serverKeys possible values
This commit is contained in:
parent
278e7de6f5
commit
fbcc85843f
@ -82,7 +82,7 @@ const Key storageCacheKey( const KeyRef& k );
|
||||
const Value storageCacheValue( const std::vector<uint16_t>& serverIndices );
|
||||
void decodeStorageCacheValue( const ValueRef& value, std::vector<uint16_t>& serverIndices );
|
||||
|
||||
// "\xff/serverKeys/[[serverID]]/[[begin]]" := "" | "1" | "2"
|
||||
// "\xff/serverKeys/[[serverID]]/[[begin]]" := "[[serverKeysTrue]]" |" [[serverKeysFalse]]"
|
||||
// An internal mapping of what shards any given server currently has ownership of
|
||||
// Using the serverID as a prefix, then followed by the beginning of the shard range
|
||||
// as the key, the value indicates whether the shard does or does not exist on the server.
|
||||
|
Loading…
x
Reference in New Issue
Block a user