예제 #1
0
 def _on_remote_node_timeout(self, node, gateway):
     DistantWorker._on_node_timeout(self, node)
     self.logger.debug("_on_remote_node_timeout %s via gw %s", node, gateway)
     self._close_count += 1
     self._has_timeout = True
     self.gwtargets[gateway].remove(node)
     self._check_fini(gateway)
예제 #2
0
 def _on_remote_node_timeout(self, node, gateway):
     DistantWorker._on_node_timeout(self, node)
     self.logger.debug("_on_remote_node_timeout %s via gw %s", node,
                       gateway)
     self._close_count += 1
     self._has_timeout = True
     self.gwtargets[gateway].remove(node)
     self._check_fini(gateway)
예제 #3
0
 def _on_node_timeout(self, node):
     DistantWorker._on_node_timeout(self, node)
     self._has_timeout = True
예제 #4
0
 def _on_node_timeout(self, node):
     DistantWorker._on_node_timeout(self, node)
     self._close_count += 1
     self._has_timeout = True
예제 #5
0
 def _on_node_timeout(self, node):
     DistantWorker._on_node_timeout(self, node)
     self._has_timeout = True
예제 #6
0
파일: Tree.py 프로젝트: thiell/clustershell
 def _on_node_timeout(self, node):
     DistantWorker._on_node_timeout(self, node)
     self._close_count += 1
     self._has_timeout = True