I know cluster setups were covered a lot, but I’m running into (to me) illogical issue and was hoping to get some advice.
I drained our old cluster and replaced it with a larger one. Everything is working as it should, however getting this warning
WARNING: A single process is both a transaction log and a storage server.
For best performance use dedicated disks for the transaction logs by setting process classes.
It’s confusing, because the old cluster had similar settings and was fine. Is there a way to find out which process is it? I tried to poke in the json file, but can’t to find it.
Here is the setup
24x 4cpu, 16GB RAM, 1.2TB space
Redundancy mode - triple
Storage engine - ssd-2
Coordinators - 3
Exclusions - 26 (type `exclude' for details)
Desired Proxies - 7
Desired Resolvers - 1
Desired Logs - 4
10.128.0.104:4500,stateless
10.128.0.104:4501,storage
10.128.0.104:4502,storage
10.128.0.104:4503,stateless
10.128.0.122:4500,stateless
10.128.0.122:4501,storage
10.128.0.122:4502,storage
10.128.0.122:4503,stateless
10.128.0.215:4500,stateless
10.128.0.215:4501,storage
10.128.0.215:4502,storage
10.128.0.215:4503,stateless
10.128.1.166:4500,stateless
10.128.1.166:4501,storage
10.128.1.166:4502,storage
10.128.1.166:4503,stateless
10.128.1.222:4500,stateless
10.128.1.222:4501,storage
10.128.1.222:4502,storage
10.128.1.222:4503,stateless
10.128.1.250:4500,stateless
10.128.1.250:4501,storage
10.128.1.250:4502,storage
10.128.1.250:4503,stateless
10.128.2.102:4500,stateless
10.128.2.102:4501,storage
10.128.2.102:4502,storage
10.128.2.102:4503,stateless
10.128.2.245:4500,stateless
10.128.2.245:4501,log
10.128.2.245:4502,log
10.128.2.245:4503,stateless
10.128.2.44:4500,stateless
10.128.2.44:4501,storage
10.128.2.44:4502,storage
10.128.2.44:4503,stateless
10.128.2.50:4500,stateless
10.128.2.50:4501,log
10.128.2.50:4502,log
10.128.2.50:4503,stateless
10.128.2.84:4500,stateless
10.128.2.84:4501,storage
10.128.2.84:4502,storage
10.128.2.84:4503,stateless
10.128.3.142:4500,stateless
10.128.3.142:4501,storage
10.128.3.142:4502,storage
10.128.3.142:4503,stateless
10.128.3.231:4500,stateless
10.128.3.231:4501,storage
10.128.3.231:4502,storage
10.128.3.231:4503,stateless
10.128.3.24:4500,stateless
10.128.3.24:4501,storage
10.128.3.24:4502,storage
10.128.3.24:4503,stateless
10.128.3.32:4500,stateless
10.128.3.32:4501,storage
10.128.3.32:4502,storage
10.128.3.32:4503,stateless
10.128.4.149:4500,stateless
10.128.4.149:4501,storage
10.128.4.149:4502,storage
10.128.4.149:4503,stateless
10.128.4.229:4500,stateless
10.128.4.229:4501,storage
10.128.4.229:4502,storage
10.128.4.229:4503,stateless
10.128.4.50:4500,stateless
10.128.4.50:4501,storage
10.128.4.50:4502,storage
10.128.4.50:4503,stateless
10.128.5.105:4500,stateless
10.128.5.105:4501,storage
10.128.5.105:4502,storage
10.128.5.105:4503,stateless
10.128.6.122:4500,stateless
10.128.6.122:4501,storage
10.128.6.122:4502,storage
10.128.6.122:4503,stateless
10.128.6.253:4500,stateless
10.128.6.253:4501,storage
10.128.6.253:4502,storage
10.128.6.253:4503,stateless
10.128.6.6:4500,stateless
10.128.6.6:4501,storage
10.128.6.6:4502,storage
10.128.6.6:4503,stateless
10.128.7.2:4500,stateless
10.128.7.2:4501,storage
10.128.7.2:4502,storage
10.128.7.2:4503,stateless
10.128.7.96:4500,stateless
10.128.7.96:4501,storage
10.128.7.96:4502,storage
10.128.7.96:4503,stateless
If I’m not completely blind, then we are assigning 4 processes on 2 separate servers log and 2 other processes are kept stateless. Then we are requesting 4 log processes in the cluster configuration.
Any pointers are greatly appreciated.