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/01/12 23:25:37 UTC

[GitHub] [pinot] klsince opened a new issue #8010: The segment info shown on Pinot UI is not consistent with what's found in External View

klsince opened a new issue #8010:
URL: https://github.com/apache/pinot/issues/8010


   The Table Info panel in Pinot UI like below shows segment info that's inconsistent with what's in External View. For example, we noticed that the UI showed wrong number of segments and wrong status (BAD), when there were more segments found in External View and all in GOOD status. 
   
   ![image](https://user-images.githubusercontent.com/61892277/149238748-a0fe4047-0d2b-4cf1-b09a-8d78fd131355.png)


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


[GitHub] [pinot] klsince commented on issue #8010: The segment info shown on Pinot UI is not consistent with what's found in External View

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


   This may be due to large response got truncated by browser.
   ![image](https://user-images.githubusercontent.com/61892277/149242887-02c59909-432f-459a-a14f-7d9751ee0270.png)
   


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


[GitHub] [pinot] ksnijjer commented on issue #8010: The segment info shown on Pinot UI is not consistent with what's found in External View

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


   On a similar pattern Admin console just becomes useless(hangs/crashes) if table has large number of segments, none of the UI options for e.g Edit Schema/table etc. work at that pt. Perhaps we should only load list of first x segments initially and then load rest on demand or paginate it vs. trying to load everything in one shot which causes browser issues.


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