Explorar o código

fix(emqx_conf_app): call the right API to retrieve core nodes

Zaiming (Stone) Shi %!s(int64=2) %!d(string=hai) anos
pai
achega
196ca43fbb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      apps/emqx_conf/src/emqx_conf_app.erl

+ 1 - 1
apps/emqx_conf/src/emqx_conf_app.erl

@@ -93,7 +93,7 @@ init_conf() ->
     emqx_app:set_init_config_load_done().
 
 cluster_nodes() ->
-    mria_mnesia:running_nodes() -- [node()].
+    mria:cluster_nodes(cores) -- [node()].
 
 copy_override_conf_from_core_node() ->
     case cluster_nodes() of