Error: Stream service is not running in the cluster
Application got upgraded from 7.1.8 to 8.2.3. we have 2 nodes. Admin studio shows system & nodes landing page shows Error: Stream service is not running in the cluster.
Also when check the Stream status it says Unreachable and Joining_Fail for the nodes
Nodes list has stream node, but still getting stream not found issue. Any idea how to solve the issue
Hi
Please check the logs. Looks like binding issue.
Add below DSS setting in prconfig.xml file. Each node should have different open port.
<env name="dsm/services/stream/pyBrokerPort" value="xxxx" /> (default 9092)
<env name="dsm/services/stream/pyKeeperPort" value="xxxx" /> (default 2181)
<env name="dsm/services/stream/pyJmxPort" value="xxxx" /> ( default 9999)
<env name="dsm/services/stream/pyPort" value="xxxx" /> (default 7003)