Open nai0om opened 9 years ago
I've switched to have a dedicated river machine, to make this much easier to manage. It is in the river status somewhere, but if it's on a data node then a lot of needless work ends up getting done just to restart the river. So now on data nodes I set node.river:'_none_'
, and on the river node I set node.data:false
, and to restart the river I just restart the river node. And Elasticsearch is in the process of moving rivers out of nodes entirely, to be standalone processes instead.
How many river can run on one node? because I runs 10 river-mongo now.
Now I seem to have a little problem that some time I need to restart the machine that running river. And I have 30 machines running ES. but only one machine is running river.
So, How can I find which machine is running river? Or Do we need to have this status in river-status?
Thanks,