Kevin Rathbun
Kevin Rathbun
Query-metric and query-executor services should no longer use HtmlProvider and a string builder to create HTML responses. Spring MVC with template HTML files should be used instead. Same as [#1598](https://github.com/NationalSecurityAgency/datawave/issues/1598)...
Changed JexlFormattedStringBuildingVisitor.java to have the option of including HTML for the various query elements. Updated the screen.css file to have support for the HTML elements added in JexlFormattedStringBuildingVisitor (this screen.css...
Columns should be able to be resized dynamically by the user and there should be an indication of which column is being used to sort the rows and in which...
Closes #3646. Refactored ScanConsistencyIT to be able to be run standalone. Can now be run as a test or from main.
closes #4422 This fixes the error with external compactions reporting invalid (>100%) progress when the compactions include bulk imported files. This occurs because the estimated number of entries for bulk...
This addresses https://github.com/apache/accumulo/pull/4350#pullrequestreview-1929324130 - Added test to verify name and step of transactions using summary and print commands - Added check to filter by non-existent FateId in summary and print...
closes #4131 Fate reservations were moved out of memory. This is a WIP PR* for one part that is needed for having Fate be distributed in the future. - Reservations...
**Is your feature request related to a problem? Please describe.** FATE metrics currently only include META transactions (see: `List currFates = admin.getTransactionStatus(Map.of(FateInstanceType.META, metaFateStore), null, null, null);` in FateMetricValues). These metrics...
closes https://github.com/apache/accumulo/issues/4462 - Fixes bug with admin fate print and summary commands failing due to ZK NoNodeException when a transaction completes between getting the list of transactions and probing for...