MCPcopy Create free account
hub / github.com/apache/cassandra-python-driver / force_stop

Function force_stop

tests/integration/long/utils.py:90–93  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

88
89
90def force_stop(node):
91 log.debug("Forcing stop of node %s", node)
92 get_node(node).stop(wait=False, gently=False)
93 log.debug("Node %s was stopped", node)
94
95
96def decommission(node):

Calls 2

get_nodeFunction · 0.90
stopMethod · 0.45