DomGarguilo commented on issue #2731: URL: https://github.com/apache/accumulo/issues/2731#issuecomment-1137611991
Looks like this code has not been changed recently. I was able to reproduce the bug you described and I think I see what is going on. Looking at the logs, it looks like the request to fetch the new data for the table happens before the post request executes which clears the table: ``` POST call to /rest/logs/clear [functions.js:321:11](http://localhost:9995/resources/js/functions.js) Retrieving /rest/status [functions.js:290:11](http://localhost:9995/resources/js/functions.js) REST POST call to /rest/logs/clear: success [functions.js:325:13](http://localhost:9995/resources/js/functions.js) ``` The operation to fetch new data that populates the table (represented by the middle log message) should happen last, I have an idea for a fix and will work on a PR for this now. -- 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]
