npawar opened a new issue #5390:
URL: https://github.com/apache/incubator-pinot/issues/5390


   When inverted indexes are added to an existing table, a `POST 
/segments/{tableName}/reload` needs to be issued to apply it. This call 
immediately returns 200, and it is not easy to figure out the status of the 
reload or the indexing.
   Some ways we have been using:
   1) Untar segment to check if index is available in index_map
   2) Check the numEntriesScanned for a query with filter on that column
   
   However, we need a proper way. One way could be to introduce a segment API 
to read metadata from the segment dir


----------------------------------------------------------------
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.

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

Reply via email to