milleruntime opened a new pull request #2185: URL: https://github.com/apache/accumulo/pull/2185
* Add upgradeFiles method for upgrading files to Upgrader * Refactor status handling in UpgradeCoordinator to allow upgradeFiles to run concurrently and wait for metadata upgrade to complete * Implement upgradeFiles method in Upgrader9to10 * Add dropSortedMapWALFiles for resolving sorted map files that may still be around during upgrade. Follow up for #2117 * Closes #2179 I have the upgradeFiles to run concurrently with the upgradeMetadata but I am wondering if we should make them parallel to be safe. In the future we may want to call upgradeFiles after we change paths in the metadata table. -- 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]
