Hi, on this <doc>, it suggests to check server log...
# troubleshooting
q
Hi, on this doc, it suggests to check server logs for reasons of “table being in bad state”. Can anyone help and specify which server logs I should look into (i.e. broker, controller, etc)? And is searching for the table name sufficient to find the error? or any pattern would work? Thanks in advance
m
Hello, server here implies
pinot-server
. You can grep for the segment name which is in the bad state.
q
Will try. Thanks!