Repository: incubator-usergrid Updated Branches: refs/heads/two-dot-o-dev 0ca91b0eb -> cce5fa5f8
Fixes incorrect ack Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/cce5fa5f Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/cce5fa5f Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/cce5fa5f Branch: refs/heads/two-dot-o-dev Commit: cce5fa5f84ffce5d45c0a93735ec8a75d0fd2b33 Parents: 0ca91b0 Author: Todd Nine <tn...@apigee.com> Authored: Wed Aug 5 14:31:22 2015 -0600 Committer: Todd Nine <tn...@apigee.com> Committed: Wed Aug 5 14:31:22 2015 -0600 ---------------------------------------------------------------------- .../corepersistence/asyncevents/AmazonAsyncEventService.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/cce5fa5f/stack/core/src/main/java/org/apache/usergrid/corepersistence/asyncevents/AmazonAsyncEventService.java ---------------------------------------------------------------------- diff --git a/stack/core/src/main/java/org/apache/usergrid/corepersistence/asyncevents/AmazonAsyncEventService.java b/stack/core/src/main/java/org/apache/usergrid/corepersistence/asyncevents/AmazonAsyncEventService.java index f5ef2fc..b71a549 100644 --- a/stack/core/src/main/java/org/apache/usergrid/corepersistence/asyncevents/AmazonAsyncEventService.java +++ b/stack/core/src/main/java/org/apache/usergrid/corepersistence/asyncevents/AmazonAsyncEventService.java @@ -390,8 +390,6 @@ public class AmazonAsyncEventService implements AsyncEventService { if (logger.isDebugEnabled()) logger.debug("Deleting entity id from index in app scope {} with entityId {}", applicationScope, entityId); - ack( message ); - final EventBuilderImpl.EntityDeleteResults entityDeleteResults = eventBuilder.buildEntityDelete( applicationScope, entityId );