Hi,
We have installed BigMemory Max 4.3 on 2 Linux server for TSA for API gateway cluster, we want to have one as active and one as passive.
The first node started as active node normally but when I started the second node, the second node also was trying to start in active mode, finally the first node turned into passive mode. I see below warning information on the first node.
2020-05-12 14:46:21,399 WARN - Requesting node to quit : NodeID : NodeID[10.0.2.52:9510] Error Type : Two or more Active servers detected in the cluster
2020-05-12 14:46:21,407 WARN - Requesting node to quit : NodeID : NodeID[10.0.2.52:9510] Error Type : COMMUNICATION ERROR
2020-05-12 14:46:21,440 ERROR - This Terracotta server instance shut down because of a conflict or communication failure with another Terracotta server instance. The database must be manually wiped before it can be started and allowed to rejoin the cluster.
The tc-config file are same for 2 nodes, and I start 2 nodes with below command :
${softwareag_dir}/Terracotta/server/bin/start-tc-server.sh -f /data/wm105/softwareag/Terracotta/server/bin/tc-config.xml -n APIGW251 &
${softwareag_dir}/Terracotta/server/bin/start-tc-server.sh -f /data/wm105/softwareag/Terracotta/server/bin/tc-config.xml -n APIGW252 &
I have attached tc-config file and 2 nodes logs, please advise how to fix or resolve this issue?
Thanks
terracotta-server_10.0.2.51.log (49.2 KB)
terracotta-server_10.0.2.52.log (121 KB)
tc-config.xml (1.56 KB)