Nir Soffer has posted comments on this change.

Change subject: health: Warn about delays in monitor threads
......................................................................


Patch Set 1:

(1 comment)

https://gerrit.ovirt.org/#/c/52524/1/lib/vdsm/health.py
File lib/vdsm/health.py:

Line 95:         delay = utils.monotonic_time() - deadline
Line 96:         if delay <= self._max_delay:
Line 97:             self.log.debug("Woke up - delay=%.02fs", delay)
Line 98:         else:
Line 99:             self.log.warning("Abnormal dealy - delay=%.02fs", delay)
Typo (dealy -> delay)
Line 100:         return False
Line 101: 
Line 102:     def _check(self):
Line 103:         self._check_garbage()


-- 
To view, visit https://gerrit.ovirt.org/52524
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I6a0a1b1a375166a08443673a097706998bbdad57
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Nir Soffer <nsof...@redhat.com>
Gerrit-Reviewer: Adam Litke <ali...@redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <dan...@redhat.com>
Gerrit-Reviewer: Francesco Romani <from...@redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Nir Soffer <nsof...@redhat.com>
Gerrit-Reviewer: Piotr Kliczewski <piotr.kliczew...@gmail.com>
Gerrit-Reviewer: Yaniv Bronhaim <ybron...@redhat.com>
Gerrit-Reviewer: gerrit-hooks <automat...@ovirt.org>
Gerrit-HasComments: Yes
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to