Ranjeet Ranjan

Results 9 comments of Ranjeet Ranjan

Its Centos -7 Here is my playbook. - name: configure the master redis server hosts: redis-master roles: - DavidWittman.redis - name: configure redis slaves hosts: redis-slave vars: - redis_slaveof: 272.14.43.44...

@DavidWittman , Any suggestion for me?

Hi @igorlukanin I am getting below error in the cubejs `{"message":"Error querying db","error":"Error: socket hang up\n at QueryQueue.parseResult (/usr/src/app/node_modules/@cubejs-backend/query-orchestrator/src/orchestrator/QueryQueue.js:384:13)\n at QueryQueue.executeInQueue (/usr/src/app/node_modules/@cubejs-backend/query-orchestrator/src/orchestrator/QueryQueue.js:356:19)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at PreAggregationLoadCache.keyQueryResult (/usr/src/app/node_modules/@cubejs-backend/query-orchestrator/src/orchestrator/PreAggregations.ts:435:75)\n at async...

@paveltiunov We utilize a Dashboard containing over 10 to 15 cards for data visualization. We run parallel requests for all these cards to efficiently retrieve and display the data on...

Yes @igorlukanin Yes still facing the same issues Here you Go details. 1. Data Size apx 35G. 2. Data Query date range 1 year. 3. Dashboard has apx total of...

@hodgesrm Thanks for your views. > The connection goes through a load balancer and the load balancer dropped the connection, perhaps due to a timeout. We are not using any...

@igorlukanin Your response will be highly appreciated.

@igorlukanin Thanks for your response. Did not set any `CUBEJS_CONCURRENCY`.

I tried increasing and decreasing but nothing worked. When I tried with the Cube cloud it worked perfectly with the same DB and schema. We did not find any issues....