SiriDB is a highly-scalable, robust and super fast time series database. Build from the ground up SiriDB uses a unique mechanism to operate without a global index and allows server resources to be added on the fly. SiriDB's unique query language includes dynamic grouping of time series for easy analysis over large amounts of time series.
We have setup siridb with 2 instances running on same machine
s1: localhost 9010 listen on 9033
s2: localhost 9011 listen on 9034 (as backup)
created a pool and replica nd both are running
but no success, all requests returns
(CPROTO_ERR_QUERY) Error occurred while sending the select query to at least one required server
(CPROTO_ERR_POOL) At least one pool is lacking an accessible server to process this request
We have setup siridb with 2 instances running on same machine s1: localhost 9010 listen on 9033 s2: localhost 9011 listen on 9034 (as backup)
created a pool and replica nd both are running but no success, all requests returns (CPROTO_ERR_QUERY) Error occurred while sending the select query to at least one required server (CPROTO_ERR_POOL) At least one pool is lacking an accessible server to process this request