DomGarguilo opened a new pull request, #6059:
URL: https://github.com/apache/accumulo/pull/6059

   Fixes #6058 
   
   ### Main changes here:
   * properly interprets the incoming age data so we can correctly sort it in 
the bulk import tables
   
   When a value was not present for the age, the renderers returned "-" which 
DataTables could not compare to other values so the order was essentially 
undefined. Now, we map to a value of 0 for sorting those rows.
   
   I took a quick look through other pages and I don't think this bug exists 
elsewhere.
   
   ### Unrelated to the bug but still fixed:
   * made a small change to add `autoWidth=false` which allows the Bulk Import 
table to properly resize its width while still respecting the defined 
percentages. Without this, the table would not dynamically resize if the page 
width changed. Now it aligns with how the other tables in the monitor behave.


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