registered names no longer synced after a slave:start in R10B-8

Nicolas Niclausse nicolas@REDACTED
Mon Dec 5 23:49:44 CET 2005


With erlang R10b-7, when I start a remote node with slave:start,
registered names are automaticaly synced:

erl -sname foo -r ssh -setcookie sesame

Erlang (BEAM) emulator version 5.4.9 [source] [hipe] [threads:0]

Eshell V5.4.9  (abort with ^G)
(foo@REDACTED)1> bug:main().
node bar@REDACTED started
ping: pong
registered: [glob]
ok

but since R10B-8, this is no longer the case:

>erl -sname foo -r ssh -setcookie sesame

Erlang (BEAM) emulator version 5.4.10 [source] [threads:0]

Eshell V5.4.10  (abort with ^G)
(foo@REDACTED)1> bug:main().
node bar@REDACTED started
ping: pong
registered: []
ok

I must do a global:sync by hand.

Is it on purpose or is it a bug ?

-- 
Nicolas
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: bug.erl
URL: <http://erlang.org/pipermail/erlang-bugs/attachments/20051205/cff8ba02/attachment.ksh>


More information about the erlang-bugs mailing list