Hi Team I am trying to cluster the WSO2 analytics profile over 2 node, one active and one passive. I have used the following step by step process( https://docs.wso2.com/display/EI640/Minimum+High+Availability+Deployment#197c56e63dab4aff868ab61f928b4c7c) in creating the the nodes but i keep getting the following error when starting up the 2 node.
[2019-07-29 14:17:43,286] ERROR
{org.wso2.carbon.stream.processor.core.persistence.PersistenceManager} -
Error in getting a connection to the Passive node. null
[2019-07-29 14:17:43,314] ERROR
{org.wso2.carbon.stream.processor.core.persistence.PersistenceManager} -
Error in getting the TCP connection to the passive node. Hence not sending
the control message to the passive node
I searched online and they said that i should do a telnet from the active
node to the passive node. I did this and the telnet over port 9893 which
was successful but i cannot see the reason why i am getting this error.
My configuration for the 2 node are as follows in the deployment.yml in
under wso2/worker/config, i have also attached the full config for this:
Node1 -
deployment.config:
type: ha
eventByteBufferQueueCapacity: 20000
byteBufferExtractorThreadPoolSize: 5
eventSyncServer:
host: 192.168.56.31
port: 9893
bossThreads: 10
workerThreads: 10
eventSyncClientPool:
maxActive: 10
maxTotal: 10
maxIdle: 10
maxWait: 60000
minEvictableIdleTimeMillis: 120000
Node2 -
deployment.config:
type: ha
eventByteBufferQueueCapacity: 20000
byteBufferExtractorThreadPoolSize: 5
eventSyncServer:
host: 192.168.56.41
port: 9893
bossThreads: 10
workerThreads: 10
eventSyncClientPool:
maxActive: 10
maxTotal: 10
maxIdle: 10
maxWait: 60000
minEvictableIdleTimeMillis: 120000
Kind Regards
Roland J Sawry
Certified Specialist
<https://www.youracclaim.com/badges/21b13928-5c1d-4ca0-b5a0-960bd215b20a/public_url>
Certified Professional
<https://www.youracclaim.com/badges/7c597a77-4d16-4a96-b856-bf8d9c9a676e/public_url>
deployment.yaml for node 2.yml
Description: Binary data
deployment.yaml for node 1.yml
Description: Binary data
_______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
