You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2014/04/07 22:22:14 UTC

[23/28] git commit: Merge branch 'two-dot-o' of https://github.com/usergrid/usergrid into binary_serialization

Merge branch 'two-dot-o' of https://github.com/usergrid/usergrid into binary_serialization

# By Todd Nine (3) and Dave Johnson (1)
# Via Todd Nine (4) and Dave Johnson (1)
* 'two-dot-o' of https://github.com/usergrid/usergrid:
  Fixed typo in readme
  Dependency and other cleanup.
  Fixes bug in query for wait script
  Initial commit of async processing framework.  Need to evaluate it a bit more on the async processing.


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/269100c3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/269100c3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/269100c3

Branch: refs/heads/two-dot-o
Commit: 269100c3b9ea7481a6263f121f2cb983ce471736
Parents: fe2bb3b fc10597
Author: grey <gr...@apigee.com>
Authored: Mon Mar 24 09:56:00 2014 -0700
Committer: grey <gr...@apigee.com>
Committed: Mon Mar 24 09:56:00 2014 -0700

----------------------------------------------------------------------
 stack/awscluster/README.md                      |   2 +-
 .../src/main/groovy/wait_for_instances.groovy   |   2 +-
 .../graph/consistency/AsyncProcessor.java       |  14 +-
 .../graph/consistency/AsyncProcessorImpl.java   |  94 ++++++-
 .../graph/consistency/TimeService.java          |  33 +++
 .../persistence/graph/guice/GraphModule.java    |   7 +-
 .../graph/consistency/AsyncProcessorTest.java   | 273 +++++++++++++++++++
 stack/corepersistence/perftest1/pom.xml         |   9 +-
 .../persistence/Usergrid1PerformanceTest.java   |  36 +--
 9 files changed, 432 insertions(+), 38 deletions(-)
----------------------------------------------------------------------