Hello guys!
I have next cluster: 1 master and 3 data nodes. Now it's look like: http://prntscr.com/8cg01m
As we can see, space is coming to end and i want to add some new nodes to cluster
I want to add the fourth node, i set it up as previous nodes, but then I don't see it joined to cluster.
Two differences - on new node I installed ES 1.7 and swap was disabled when I'm installing the system. In cluster I use ES 1.5 and swap was disabled after I installed the system.
Why my node is not connecting? In log i see
[2015-09-04 12:33:00,925][WARN ][bootstrap ] Unable to lock JVM memory (ENOMEM). This can result in part of the JVM being swapped out. Increase RLIMIT_MEMLOCK (ulimit).
[2015-09-04 12:33:00,993][INFO ][node ] [data4] version[1.7.1], pid[4478], build[b88f43f/2015-07-29T09:54:16Z]
[2015-09-04 12:33:00,994][INFO ][node ] [data4] initializing ...
[2015-09-04 12:33:01,072][INFO ][plugins ] [data4] loaded [], sites []
[2015-09-04 12:33:01,109][INFO ][env ] [data4] using [1] data paths, mounts [[/ (rootfs)]], net usable_space [1.8tb], net total_space [1.9tb], types [rootfs]
[2015-09-04 12:33:03,968][INFO ][node ] [data4] initialized
[2015-09-04 12:33:03,969][INFO ][node ] [data4] starting ...
[2015-09-04 12:33:04,166][INFO ][transport ] [data4] bound_address {inet[/192.168.198.214:9300]}, publish_address {inet[/192.168.198.214:9300]}
[2015-09-04 12:33:04,196][INFO ][discovery ] [data4] cloud/lOgGOLJ4QuOQr-IL8bPoNw
Debian 7.8.
bootstrap.mlockall: true UNCOMMENTED