EdColeman opened a new pull request, #3137: URL: https://github.com/apache/accumulo/pull/3137
Removes the replication information to allow the upgrade process to complete. With these changes the upgrade process can successfully run from 2.1 to 3.0. - removes replication iterator from metadata table. - removes replication properties from values saved in ZooKeeper. This PR adds a new data version (from 10 to 11) to separate the replication removal from other upgrade ops that occur. With 3.0, most (if not all) of the previous upgrade ops can be assumed to have occurred be cause 3.0 will only support upgrades from 2.1. The new data version may then be unnecessary - but it may make merging between versions easier. The removal of unnecessary upgrades ops will be addressed as a separate PR. -- 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]
