keith-turner opened a new pull request, #4884: URL: https://github.com/apache/accumulo/pull/4884
Variables used with nanoTime were being initialized to zero. If nanoTime were negative it would lead to the elasped time computation with these variables always being negative. Initialized the variables using nanoTime instead of zero to fix the elapsed time computation. -- 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]
