You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/06/28 20:38:49 UTC

[GitHub] [pinot] npawar opened a new issue, #8984: Controller endpoint to surface exceptions per table

npawar opened a new issue, #8984:
URL: https://github.com/apache/pinot/issues/8984

   1. we should add this to controller end point as well and display in the UI
   2. have something stored in ZK for errors for each table. 
   3. we can limit the size to few kbs
   4. capture segment flush, consumption, API errors etc.


-- 
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-unsubscribe@pinot.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] mcvsubbu commented on issue #8984: Controller endpoint to surface exceptions per table

Posted by GitBox <gi...@apache.org>.
mcvsubbu commented on issue #8984:
URL: https://github.com/apache/pinot/issues/8984#issuecomment-1169218320

   Maybe we can publish to a stream topic that captures such events, and provide analytics on that table using pinot. This can be a more generalized solution, and we don't have to limit anything to a few KBs.
   
   On a cluster with 5000 tables, few KBs per table can add up to a lot, so we would want a way of configuring this off in some clusters, I would think.


-- 
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-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org