You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by gr...@apache.org on 2015/08/10 19:29:30 UTC

[12/13] incubator-usergrid git commit: Fixes incorrect ack

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/USERGRID-903
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 );