Skip to content

Commit 1161393

Browse files
committed
MB-48047: Kill epmd when joining cluster if required.
Change-Id: Ifab29901b3b9a5a4fde1f4a12f8c180144b34a2d Reviewed-on: http://review.couchbase.org/c/ns_server/+/165274 Tested-by: Build Bot <[email protected]> Tested-by: Abhijeeth Nuthan <[email protected]> Reviewed-by: Timofey Barmin <[email protected]> Well-Formed: Restriction Checker
1 parent 921a625 commit 1161393

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ns_cluster.erl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1317,6 +1317,7 @@ perform_actual_join(RemoteNode, NewCookie) ->
13171317

13181318
ok = ns_config_rep:pull_from_one_node_directly(RemoteNode),
13191319
?cluster_debug("pre-join merged config is:~n~p", [ns_config_log:sanitize(ns_config:get())]),
1320+
netconfig_updater:maybe_kill_epmd(),
13201321

13211322
{ok, ok}
13221323
catch

0 commit comments

Comments
 (0)