提交 c330e1ef 编写于 作者: V Vlad Ilyushchenko

(issue #29) disabled cluster multicast

上级 45cba786
......@@ -118,6 +118,7 @@ public class ClusterController {
server = new JournalServer(new ServerConfig() {{
setHostname(thisNode().getAddress());
setEnableMulticast(false);
}}, factory, null, thisNode().getId());
for (int i = 0, writersSize = writers.size(); i < writersSize; i++) {
......@@ -149,6 +150,7 @@ public class ClusterController {
client = new JournalClient(new ClientConfig() {{
setHostname(node.getAddress());
setEnableMulticast(false);
}}, factory);
if (client.pingServer()) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册