I am new to Yugabyte DB i have 6 pods given below names and states . One pod yb-tserver-3 is in CrashLoopBackOff state .Now i am not able to connect to my DB through DBeaver as i am getting error1 :- FATAL: Remote error: Service unavailable (yb/rpc/service_pool.cc:223): OpenTable request on yb.tserver.PgClientService from [xxx.xxx.xxx.xxx.xxx]:xxxx dropped due to backpressure
error2 :- connection timeout
yb-master-0 2/2 Running 0 24h yb-master-1 2/2 Running 0 24h yb-master-2 2/2 Running 0 23h yb-tserver-0 2/2 Running 230 14d yb-tserver-1 2/2 Running 0 25h yb-tserver-2 2/2 Running 0 23h yb-tserver-3 1/2 CrashLoopBackOff 4 6m33s
Now my question is if my one of the yb-tserver is down my yugabyte db services should be up and running but here my db is down and rejecting application connectivity and Dbeaver connectivity . How can i resolve this issue i have seen many times if one tablet servers stops working all connectivity gets lost.
please help me out.