diff --git a/helpers/dcs.py b/helpers/dcs.py index d29dbe33..04b3bb93 100644 --- a/helpers/dcs.py +++ b/helpers/dcs.py @@ -132,7 +132,8 @@ class AbstractDCS: @abc.abstractmethod def take_leader(self): """This method should create leader key with value = `~self._name` and ttl=`~self.ttl` - Since it could be called only on initial cluster bootstrap it could create this key not atomically.""" + Since it could be called only on initial cluster bootstrap it could create this key regardless, + overwriting the key if necessary.""" @abc.abstractmethod def race(self, path):