When I do a tail /var/log/cassandra/debug.log on a spark worker node it shows the following logs:
DEBUG [RMI TCP Connection(657)-127.0.0.1] 2020-03-24 12:16:28,816 ServiceRunner.java:197 - Service SPARK-MASTER state is: NOT_STARTED DEBUG [RMI TCP Connection(657)-127.0.0.1] 2020-03-24 12:16:28,816 ServiceRunner.java:197 - Service SPARK-WORKER state is: RUNNING DEBUG [RMI TCP Connection(657)-127.0.0.1] 2020-03-24 12:16:28,817 ServiceRunner.java:197 - Service ALWAYSON-SQL state is: RUNNING
I notice that it always shows the spark Master state as not_started even though my spark master node is running.
On my second node (spark master node) It shows that the SPARK MASTER/WOKER State is running but ALWAYSON-SQL NOT_STARTED, again, always on sql is configured to be on, on all 3 nodes.
Lastly, my 3rd node just shows a SPARK-WORKER STATE as running and SPARK-MASTER and ALWAYSON-SQL States as NOT_RUNNING.
Any insight to this would be appreciated.