Update comment now that restarter is abstracted

This commit is contained in:
Joseph Schorr 2015-06-25 21:53:42 -04:00
parent 9f5f71398c
commit ecebc06343

View file

@ -93,8 +93,8 @@ class EphemeralBuilderManager(BaseManager):
except etcd.EtcdEventIndexCleared:
# This happens if etcd2 has moved forward too fast for us to start watching
# at the index we retrieved. We therefore start a new watch at HEAD and
# call the method to read the key and load ALL realms to handle any we might
# have missed.
# (if specified) call the restarter method which should conduct a read and
# reset the state of the manager.
# TODO: Remove this hack once Etcd is fixed.
logger.exception('Etcd moved forward too quickly. Restarting watch cycle.')
new_index = None