GitHub user ctubbsii opened a pull request:
https://github.com/apache/accumulo/pull/68
ACCUMULO-4143 Make protective copy of migrations
Makes a protective copy of the master's migrations, when requested, to
prevent
ConcurrentModificationExceptions when the requestor iterates over the set
at the
same time the master is updating it.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ctubbsii/accumulo ACCUMULO-4143
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/accumulo/pull/68.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #68
----
commit 7c5ab89ff70f5d25f764981e4f7c70da52bc8fef
Author: Christopher Tubbs <[email protected]>
Date: 2016-02-11T20:55:16Z
ACCUMULO-4143 Make protective copy of migrations
Makes a protective copy of the master's migrations, when requested, to
prevent
ConcurrentModificationExceptions when the requestor iterates over the set
at the
same time the master is updating it.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---