i'm running ES cluster v2.4.1 over mesos in docker and I can see this differences in 4 different nodes in the same cluster, this cluster is in GREEN healthy:
curl -s "http://$ip:$port/_cluster/stats" | jq '.nodes.fs.total_in_bytes'
ip 10.x.y.175 port 25833
3834119962624
ip 10.x.y.176 port 40818
3834119962624
ip 10.x.y.177 port 40475
2875589971968
ip 10.x.y.178 port 62766
2875589971968
Why i can see different values in cluster stats?
Should I worry about that?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.