We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
coordination
1 parent 05717cc commit 2938338Copy full SHA for 2938338
deps/rabbit/src/rabbit_khepri.erl
@@ -605,8 +605,8 @@ force_reset() ->
605
case rabbit:is_running() of
606
false ->
607
ok = khepri:stop(?RA_CLUSTER_NAME),
608
- DataDir = maps:get(data_dir, ra_system:fetch(coordination)),
609
- ok = ra_system:ensure_ra_system_stopped(coordination),
+ DataDir = maps:get(data_dir, ra_system:fetch(?RA_SYSTEM)),
+ ok = rabbit_ra_systems:ensure_ra_system_stopped(?RA_SYSTEM),
610
ok = rabbit_file:recursive_delete(
611
filelib:wildcard(DataDir ++ "/*")),
612
0 commit comments