Hello :wave: I am having the following error with ...
# troubleshooting
a
Hello 👋 I am having the following error with a realtime table and I am wondering what's the best course for debugging?
Copy code
[
  {
    "message": "null:\n6 segments [tag__2__0__20221011T1015Z, tag__4__0__20221011T1015Z, tag__5__0__20221011T1015Z, tag__3__0__20221011T1015Z, tag__1__0__20221011T1015Z, tag__0__0__20221011T1015Z] unavailable",
    "errorCode": 305
  }
]
Also when clicking on the Bad status button, I have this
Copy code
"Server_pinot-server-0.pinot-server-headless.pinot-quickstart.svc.cluster.local_8098": "ERROR"
I have two tables that are working just fine and that share basically the same config
m
Check table debug api in swagger to see if it returns any exceptions. If not, then check server log for segment name
🙏 1
a
Thank you Mayank 🙏
👍 1