Kevin Rathbun

Results 42 comments of Kevin Rathbun

Created https://github.com/NationalSecurityAgency/datawave-query-metric-service/pull/4

Created a commit for the interactive matching parenthesis functionality. See: https://github.com/NationalSecurityAgency/datawave-query-metric-service/pull/5

Updated https://github.com/NationalSecurityAgency/datawave-query-metric-service/pull/5 and created https://github.com/NationalSecurityAgency/datawave/pull/1631 for completed functionality. The updated JexlFormattedStringBuildingVisitor.java will have to be added to feature/queryMicroservices for it to work with the microservices Query Metrics page. Let me...

Added the script to run JexlFormattedStringBuildingVisitor from the command line. Script removes line 4 of ingest-libs.sh ("`. ../ingest/ingest-env.sh`") before running it and then adds it back after to avoid error...

The constructor may return before anything is initialized, so I don't believe the fields can be final. I did change locksHeld and locksWaiting to be declared unmodifiable in the constructor...

Added requested changes: * Removed "@ throws Exception" from javadoc. Hopefully fixes build failure from "Checkstyle violations". * Shutdown the executor in a finally block * Table is now deleted...

More requested changes: * Table deletion is no longer in finally block * Use log.info * Main now accepts sleep time Since we should be taking in a sleep time...

> Testing the monitor may be possible by pulling json from it, but not sure. Did you manually try looking at the monitor with this change? Personally I think a...

Just confirmed that these changes are reflected in the monitor page. So the logs and the monitor page both no longer show >100% progress