You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am wondering if we can scale the ES cluster to have more nodes than the # of agent nodes. I am currently using the latest mesos-es-scheduler container mode with latest image and with the following config on a 3-master HA 3-agent Mesos v1.0.1 cluster:
With this config I could only spawn 3 ES nodes for the cluster, and I am wondering if we could schedule more than that on 3 agents. Resource-wise there is definitely enough (CPU, disk and RAM) for 2 more, so I am just wondering why we couldn't make it to work.
also I am wondering if --elasticsearchDisk and --elasticsearchRam options are for the overall cluster or per-node. Thanks!
The text was updated successfully, but these errors were encountered:
As per the elasticsearch configuration and persistence volume requirement for elasticsearch you should run only 1 ES node per Mesos slave agent and the mesos slave offer as well configured to allocate resource per host basis only. It is the recommended approach. If you need more detail, please let me know.
I am wondering if we can scale the ES cluster to have more nodes than the # of agent nodes. I am currently using the latest mesos-es-scheduler container mode with latest image and with the following config on a 3-master HA 3-agent Mesos v1.0.1 cluster:
With this config I could only spawn 3 ES nodes for the cluster, and I am wondering if we could schedule more than that on 3 agents. Resource-wise there is definitely enough (CPU, disk and RAM) for 2 more, so I am just wondering why we couldn't make it to work.
also I am wondering if
--elasticsearchDisk
and--elasticsearchRam
options are for the overall cluster or per-node. Thanks!The text was updated successfully, but these errors were encountered: