)]}'
{"designate/coordination.py":[{"author":{"_account_id":13252,"name":"Dr. Jens Harbott","display_name":"Jens Harbott (frickler)","email":"frickler@offenerstapel.de","username":"jrosenboom"},"change_message_id":"4cdf76af9145d5d16b23d5368da0343b1da552ab","unresolved":false,"context_lines":[{"line_number":109,"context_line":"        try:"},{"line_number":110,"context_line":"            self._coordinator.heartbeat()"},{"line_number":111,"context_line":"        except tooz.coordination.ToozError:"},{"line_number":112,"context_line":"            LOG.warning(\u0027Error sending a heartbeat to coordination backend.\u0027)"},{"line_number":113,"context_line":""},{"line_number":114,"context_line":"    def _coordinator_run_watchers(self):"},{"line_number":115,"context_line":"        if not self._started:"}],"source_content_type":"text/x-python","patch_set":1,"id":"3fa7e38b_3e156049","line":112,"updated":"2019-10-01 09:36:26.000000000","message":"Do we need this warning at all? What happens on the backend, will it also log something when the heartbeat times out?\n\nOr isn\u0027t this actually a heartbeat in the usual sense, but rather just a keepalive to verify the connection to the backend?\n\nWould it make sense to add a retry mechanism?\n\nAlso it seems to be an option in tooz to let it handle the heartbeat internally, any reason we don\u0027t use that?","commit_id":"acab709da5f699dd4531fbe8e739c1ab9a821746"}]}
