GitHub user tnine opened a pull request:

    https://github.com/apache/usergrid/pull/400

    Usergrid 1048

    Changes our ES writes in the following way.
    
    1) Events are queued in the same region
    2) Events are processed in the same region
    3) Batches are then persisted as a JSON body to the map
    4) Events are sent to the topic
    5) Each region processes the event.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/usergrid USERGRID-1048

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/usergrid/pull/400.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 #400
    
----
commit 94a9078125fc32d755e33e562f8e8fd8624641c1
Author: Todd Nine <[email protected]>
Date:   2015-10-17T00:02:44Z

    Adds strong consistency read to maps.  Persists ES batches into Cassandra 
for multi region execution.
    
    A bug in wiring JSON to SQS still exists, it's incorrectly escaping some 
message subtypes.

commit 04a3f47bd86ec0674ff487f479327e0f174f0425
Author: Todd Nine <[email protected]>
Date:   2015-10-19T18:00:56Z

    Fixes serialization tests and verifies full end to end functionality.

commit 3e1558524728c96834cfd66d9e53e3f1b6a7d3d6
Author: Todd Nine <[email protected]>
Date:   2015-10-19T19:30:04Z

    Merge branch 'refs/heads/2.1-release' into USERGRID-1048

commit 0326629a24cec3bd44d91810b4b8f0516c69c9b8
Author: Todd Nine <[email protected]>
Date:   2015-10-19T19:53:30Z

    Fixes empty payload notification issue.

----


---
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.
---

Reply via email to