fluo-muchos
fluo-muchos copied to clipboard
Apache Fluo Muchos
In PR #340 we excluded the above 2 issues (flagged by Ansible-lint) due to risk / effort / reward considerations. This issue is therefore created to track the TODO items...
This is the same problem we faced in Dec 2020 as well and discussed here in #381. Looks like someone already opened an issue - https://github.com/influxdata/influxdb/issues/21365.
As an aspirational goal, it would be great to have CI do an actual cluster deployment, run sanity checks (create a table, insert a few entries, compact, offline / online...
Please see #360. This is a placeholder for the stop() and start() methods to be created in the azure.py file.
Muchos should clean up any EC2 resources (i.e volumes or security groups #6) after termination of the EC2 cluster.
Some ansible task modify the muchos props file. This could be surprising for a user that wishes to get repeatable performance from a config file. Also, there may be confusing...
Currently zookeeper is installed & configured on all the nodes, we need to put in a minor fix so that zookeeper tasks only run on the zookeeper group of hosts....
It may be worth considering moving towards a template-driven approach for all EC2 cluster types, since it could be used as an alternative to the current "default mode" behavior, i.e.,...
muchos wipe will fail if there is no metrics service running. I had configured 7 nodes for my cluster: leader1 = namenode,zookeeper leader2 = resourcemanager,zookeeper leader3 = accumulomaster,zookeeper worker1 =...