GitHub user snoopdave opened a pull request: https://github.com/apache/incubator-usergrid/pull/292
ImportAdmins and ExportAdmins fixes A bunch of changes and improvements made while testing export and import of Admin Users. 1) Removed code that handled connections and collections because we do not need them for Admin User import/export and because they were causing errors. 2) In ExportAdmins I introduced a user to orgs mapping because the getOrganzationsForAdminUser() is not 100% reliable on some Userid systems. 3) Made many logging changes and the addition of (atomic integer) counters to give better feedback about import/export progress. You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/incubator-usergrid import-export-fixes Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-usergrid/pull/292.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 #292 ---- commit 4bd1115c443b3b215e882edec34e99b65735a69e Author: Dave Johnson <dmjohn...@apigee.com> Date: 2015-06-25T17:34:52Z Remove unnecessary code, use user->org mapping to work around issues with getOrganizationsForAdminUser(). commit 5bdea9c0d2ba7642dd94205779abb9ac8650e1b8 Author: Dave Johnson <dmjohn...@apigee.com> Date: 2015-06-25T20:16:01Z Minor tweaks to comments. ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---