I am trying to setup a KairosDB installation using Cassandra as backend, but I am facing the following error:
[HThriftClient.java:152] - Creating a new thrift connection to localhost(127.0.0.1):9042 ERROR [HConnectionManager.java:418] - MARK HOST AS DOWN TRIGGERED for host localhost(127.0.0.1):9042 ERROR [HConnectionManager.java:422] - Pool state on shutdown: :{localhost(127.0.0.1):9042}; IsActive?: true; Active: 1; Blocked: 0; Idle: 15; NumBeforeExhausted: 49
[HConnectionManager.java:303] - Exception: me.prettyprint.hector.api.exceptions.HectorTransportException: org.apache.thrift.transport.TTransportException: Read a negative frame size (-2080374784)! at me.prettyprint.cassandra.service.ExceptionsTranslatorImpl.translate(ExceptionsTranslatorImpl.java:39) ~[hector-core-1.1-4.jar:na]
I already checked the cassandra opened port and it is set to 9042. Also, I set start_rpc to true on cassandra.yaml file. Any idea on further troubleshooting?