Update fdbserver/ConfigNode.actor.cpp
Co-authored-by: Trevor Clinkenbeard <trevor.clinkenbeard@snowflake.com>
This commit is contained in:
parent
a79aea108c
commit
b3a633b7d4
|
@ -461,7 +461,7 @@ class ConfigNodeImpl {
|
|||
}
|
||||
|
||||
ACTOR static Future<Void> rollback(ConfigNodeImpl* self, ConfigFollowerRollbackRequest req) {
|
||||
// TODO: Actaully delete mutations from kvstore (similar to compact)
|
||||
// TODO: Actually delete mutations from kvstore (similar to compact)
|
||||
state ConfigGeneration generation = wait(getGeneration(self));
|
||||
if (req.version < generation.committedVersion) {
|
||||
generation.committedVersion = req.version;
|
||||
|
|
Loading…
Reference in New Issue