keith-turner opened a new pull request, #6149:
URL: https://github.com/apache/accumulo/pull/6149

   The manager tracked the status of bulk imports in memory. This tracking 
would be lost when the manager restarted. Replaced this tracking with new code 
that retrieves the current status from persisted data. All the in memory 
tracking code was deleted.
   
   Deleted a shell command that relied on the old way of doing things and added 
a new admin command.  This was done because the new way needs a server context 
which is not available in the shell.
   
   Updated the monitor to call the new code.  The new code offers more 
information.  Will open a follow on issue to display this additional 
information on the monitor.
   
   These changes were made in support of #6139.  Anything the manager tracks in 
memory makes it harder to split the manager into multiple processes.


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