GitHub user snoopdave opened a pull request: https://github.com/apache/incubator-usergrid/pull/307
New ExportApp tool, using RxJava https://issues.apache.org/jira/browse/USERGRID-788 You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/incubator-usergrid rxportapp Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-usergrid/pull/307.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 #307 ---- commit 75ad454cf23bff8dd5ad8dc84563cc1a5520db7f Author: Dave Johnson <snoopd...@apache.org> Date: 2015-07-09T19:19:34Z Log total counts commit b2bdbb5456301dbcf7131e780d968514cdd7e55d Author: Dave Johnson <snoopd...@apache.org> Date: 2015-07-13T14:21:09Z Add new RxJava based multi-threaded ExportApp tool, and upgrade to RxJava 1.0.12. commit 2b65e619316b206720e574a21fe1b33462e0f2dd Author: Dave Johnson <snoopd...@apache.org> Date: 2015-07-14T12:03:18Z Add readThread and writeThread CLI parameters. commit 7a870d6929cea76f5bbec9aa8f5a8caa8dee07e4 Author: Dave Johnson <snoopd...@apache.org> Date: 2015-07-14T17:31:18Z Remove queues and make the whole thing one "stream" commit a25f8ebc2877681897a5ef945d39b685c2d3f9fa Author: Dave Johnson <snoopd...@apache.org> Date: 2015-07-14T19:31:07Z Some reformatting. Also eliminating use of subscriber.unsubscribe(). All observables need to wrap up with onCompleted(). commit 7b168b91d99ba51da452a9c7980b0078f733df03 Author: Dave Johnson <snoopd...@apache.org> Date: 2015-07-14T20:41:06Z Less test data and code to compare 1 read and 1 write thread vs. 100 read and 100 write threads. ---- --- 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. ---