Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
90
def
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
96
def
decommission(node):
Callers
11
test_roundrobin
Method · 0.90
test_roundrobin_two_dcs
Method · 0.90
test_roundrobin_two_dcs_2
Method · 0.90
test_dc_aware_roundrobin_one_remote_host
Method · 0.90
token_aware
Method · 0.90
test_white_list
Method · 0.90
test_black_list_with_host_filter_policy
Method · 0.90
_test_tokenaware_one_node_down
Method · 0.90
_test_downgrading_cl
Method · 0.90
rfthree_downgradingcl
Method · 0.90
test_pool_with_host_down
Method · 0.90
Calls
2
get_node
Function · 0.90
stop
Method · 0.45
Tested by
11
test_roundrobin
Method · 0.72
test_roundrobin_two_dcs
Method · 0.72
test_roundrobin_two_dcs_2
Method · 0.72
test_dc_aware_roundrobin_one_remote_host
Method · 0.72
token_aware
Method · 0.72
test_white_list
Method · 0.72
test_black_list_with_host_filter_policy
Method · 0.72
_test_tokenaware_one_node_down
Method · 0.72
_test_downgrading_cl
Method · 0.72
rfthree_downgradingcl
Method · 0.72
test_pool_with_host_down
Method · 0.72