From ecebc063436845439c72175d0622a33289224a22 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Thu, 25 Jun 2015 21:53:42 -0400 Subject: [PATCH] Update comment now that restarter is abstracted --- buildman/manager/ephemeral.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildman/manager/ephemeral.py b/buildman/manager/ephemeral.py index 1e5575a05..a1b7809c2 100644 --- a/buildman/manager/ephemeral.py +++ b/buildman/manager/ephemeral.py @@ -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