when i uprading my elasticsearch cluster from 1.4.4 to 2.4.4, i wait for a long time and the nodes do not setup cluster.
i use netstat to check listening port, and i find all nodes do not listem port 9300 and 9200
in the log, there are many log messages like:
[2016-10-15 19:22:22,559][INFO ][common.util ] [netflow_log_v3-sin01-2016.08.03][4] move file [_1oo_es090_0.blm] size: [332878]
[2016-10-15 19:22:52,597][INFO ][common.util ] [netflow_log_v3-sin01-2016.08.03][4] fsync files
[2016-10-15 19:22:52,597][INFO ][common.util ] [netflow_log_v3-sin01-2016.08.03][4] syncing [segments.gen]
[2016-10-15 19:22:52,597][INFO ][common.util ] [netflow_log_v3-sin01-2016.08.03][4] syncing [_26h_es090_0.doc]
are there some errors ? or it is normal?