Various configuration issues setting up a new cluster

2020-11-24 Thread Jonas Krauss
Hi all, we have recently tried to update zookeeper from 3.4.13 to 3.6.2 on our production storm cluster without success. Therefore, we are now tinkering with a test cluster, including just two nodes. The two nodes have the following setup: *OS* Ubuntu 20.04.1 LTS *Zookeeper *3.6.2 *Storm *2.2.0

Re: Memory setting for each Storm topology

2020-11-24 Thread Rui Abreu
Hello Vitaly, There was a similar question a few days ago. It seems setting Config.TOPOLOGY_WORKER_CHILDOPTS in the topology configuration solves the problem. Thanks Rui, but my idea is to change it on a per topology basis. The > storm.yaml would mean changing it globally. > However, after quite

Memory setting for each Storm topology

2020-11-24 Thread Vitaly Danilovich
Hi guys, We have Strom 1.1.0 managed by Ambari 2.6 and we running 2 different topology on Storm. We set worker.childopts to "-Xmx7168m _JAAS_PLACEHOLDER", but that setting for all topology. And we want to manage memory setting for each topology using Storm settings. Is that possible? Th