apmoriarty opened a new issue, #3488:
URL: https://github.com/apache/accumulo/issues/3488

   **Describe the bug**
   Put a system running accumulo 2 under load and view the tservers page for a 
particular table and then sort by scans. The sort order is lexicographical when 
it should be numerical. 
   
   The result of the current sort order is that a lightly-loaded tablet server 
with 9 scans sorts before a heavily loaded tablet server with 50-odd scans with 
other scans queued. 
   
   **Versions (OS, Maven, Java, and others, as appropriate):**
    - Affected version(s) of this project: 2.1.1
    - OS: Centos
    - Others:
   
   **To Reproduce**
   Steps to reproduce the behavior (or a link to an example repository that 
reproduces the problem):
   1. Put a system under load
   2. Navigate to the tables page
   3. Select a table with running scans
   4. Sort by "scans"
   
   **Expected behavior**
   When I sort tservers by running scans, I expect the sort to be numerical. As 
it was in accumulo 1.
   
   **Screenshots**
   N/A
   
   **Additional context**
   Add any other context about the problem here.
   


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

Reply via email to