SiriDB / siridb-server

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.
https://siridb.com
MIT License
506 stars 48 forks source link

Error when adding to pool #177

Closed kimboox44 closed 2 years ago

kimboox44 commented 2 years ago

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

joente commented 2 years ago

@kimboox44 , can you attach the configuration files (or env variable) which are used to start both siridb servers?

joente commented 2 years ago

Close issue as no additional information is available.