louisth opened a new issue #11627:
URL: https://github.com/apache/druid/issues/11627


   **Problem:**
   In the unified console, on the Ingestion page, viewing the details for a 
supervisor, on the statistics tab:
   Statistics for only six tasks will be shown, even if the supervisor has more 
tasks (and the underlying REST API returns stats for more tasks).
   **Expected:** 
   Statistics for all tasks should be viewable, either by scrolling or by 
paging.
   
   **Investigation:** 
   Digging through the minified JS, I found this, which seems to be the culprit 
- only six items are visible on a page but paging is _disabled_.
   
![image](https://user-images.githubusercontent.com/3298492/130528136-d59cb63c-9ab5-40e0-ad1a-2bd0a7a450b3.png)
   Seems like paging should be enabled whenever the number of results is 
greater than the items per page, not "always disabled". Not sure where the 
actual code is, but hopefully the "No statistics data found" string will help 
narrow it down.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to