Sega76 commented on a change in pull request #8294:
URL: https://github.com/apache/ignite/pull/8294#discussion_r531167648
##########
File path: modules/ducktests/tests/ignitetest/services/utils/ignite_aware.py
##########
@@ -277,3 +277,28 @@ def __dump_netfilter_settings(node):
Reads current netfilter settings on the node for debugging purposes.
"""
return str(node.account.ssh_client.exec_command("sudo iptables -L
-n")[1].read(), sys.getdefaultencoding())
+
+ def restart(self, timeout_sec=180):
+ """
+ Restart ignite cluster without cleaning.
+ """
+ self.stop()
+
+ for node in self.nodes:
+ super().start_node(node)
Review comment:
so as not to call the IgniteAwareService.init_persistent(node)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]