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 2021/10/07 17:24:47 UTC

[GitHub] [pinot] hristo-stripe opened a new issue #7539: Sorting tables by number of segments is broken

hristo-stripe opened a new issue #7539:
URL: https://github.com/apache/pinot/issues/7539


   The Controller UI does not sort the list of tables properly by the column `Number of Segments`.


-- 
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] hristo-stripe commented on issue #7539: Sorting tables by number of segments is broken

Posted by GitBox <gi...@apache.org>.
hristo-stripe commented on issue #7539:
URL: https://github.com/apache/pinot/issues/7539#issuecomment-938271149


   I am reporting a small, but slightly annoying bug.
   
   The UI already supports sorting the tables by various columns. Clicking on the column title, e.g. `Estimated size`, will sort the shown list of tables by the values in that column. Clicking the column header again will sort by ascending/descending order.
   
   I am reporting a bug where the `Number of Segments` column rearranges the list in alphabetical order, not actual numbers order. E.g. if you have three tables with 5, 8 and 54 segments respectively, they'll show up in the order:
   
   ```
   table_name_1 ............... 5 / 5
   table_name_2 ............... 54 / 54
   table_name_3 ............... 8 / 8
   ```
   
   Which is sorted...alphabetically, not numerically.


-- 
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] shahsank3t commented on issue #7539: Sorting tables by number of segments is broken

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


   @Jackie-Jiang Fixed this issue and create a PR: https://github.com/apache/pinot/pull/7564


-- 
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] Jackie-Jiang commented on issue #7539: Sorting tables by number of segments is broken

Posted by GitBox <gi...@apache.org>.
Jackie-Jiang commented on issue #7539:
URL: https://github.com/apache/pinot/issues/7539#issuecomment-938218376


   @hristo-stripe Can you please share more context on the ask here? Are you suggesting adding a feature to sort the tables within the cluster manager UI? 


-- 
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] Jackie-Jiang commented on issue #7539: Sorting tables by number of segments is broken

Posted by GitBox <gi...@apache.org>.
Jackie-Jiang commented on issue #7539:
URL: https://github.com/apache/pinot/issues/7539#issuecomment-940426273


   I see. So this is an UI bug then. Thanks for reporting it!
   @shahsank3t Can you please take a loot at the issue?


-- 
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] Jackie-Jiang closed issue #7539: Sorting tables by number of segments is broken

Posted by GitBox <gi...@apache.org>.
Jackie-Jiang closed issue #7539:
URL: https://github.com/apache/pinot/issues/7539


   


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