charts icon indicating copy to clipboard operation
charts copied to clipboard

ERROR [cubestore::cluster] <pid:1> Network error: Connection closed unexpectedly.

Open ranjeetranjan opened this issue 2 years ago • 2 comments

Hi,

I am getting below and not able to find the solution. I am using AWS S3

ERROR [cubestore::cluster] <pid:1> Network error: Connection closed unexpectedly. Please check your worker and meta connection environment variables.

Community help will be highly appreciated.

ranjeetranjan avatar Feb 10 '23 16:02 ranjeetranjan

I also have this error message appearing. I use this command to install the chart:

helm install insights-cube-production \
--namespace insights-cube-production --create-namespace \
--set workers.workersCount=3 \
--set cloudStorage.gcp.credentials=[...] \
--set cloudStorage.gcp.bucket=[...] \
gadsme/cubestore
kubectl -f insights-cube-production-cubestore-router-0

2023-03-04 22:10:32,786 ERROR [cubestore::cluster] <pid:1> Network error: Connection closed unexpectedly. Please check your worker and meta connection environment variables.

siamak-haschemi avatar Mar 04 '23 22:03 siamak-haschemi

@lvauvillier I'm also facing the same error as @ranjeetranjan . Besides that, the objects are not reaching the s3 bucket (configured s3 as the cloud storage for cubestore). Helm Version: 3 Chart version: 0.9.4 Env: EKS

harishdesetti1206 avatar Dec 05 '23 17:12 harishdesetti1206