ankitsultana commented on issue #15721: URL: https://github.com/apache/pinot/issues/15721#issuecomment-2932922929
There was no error reported to the user (except timeout). Frustratingly, for some reason we weren't seeing any logs in servers either and had to enable gRPC debug logs to root-cause it. I think there are scenarios where a client or server can trigger a cancellation and it won't be logged anywhere. With this patch, at least the query will fail quickly instead of being stuck for a long time. To improve handling for those scenarios further, we can try to intercept cancellation calls and possibly try to extract some meta info there, but we'll have to work through it with more evidence and better repros. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org