You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@usergrid.apache.org by "Jeffrey (JIRA)" <ji...@apache.org> on 2015/07/12 17:45:04 UTC

[jira] [Updated] (USERGRID-761) Messages not getting ACK'd to SQS Queue for Indexing

     [ https://issues.apache.org/jira/browse/USERGRID-761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeffrey  updated USERGRID-761:
------------------------------
    Fix Version/s: 2.1

> Messages not getting ACK'd to SQS Queue for Indexing
> ----------------------------------------------------
>
>                 Key: USERGRID-761
>                 URL: https://issues.apache.org/jira/browse/USERGRID-761
>             Project: Usergrid
>          Issue Type: Bug
>            Reporter: Jeffrey 
>             Fix For: 2.1
>
>
> With this pull request SNS messages are being consumed and entities indexed.  However, the messages are not getting ack'd.
> https://github.com/apache/incubator-usergrid/pull/288
> indexEntity is getting called but the ack(message) is not getting called:
>         ecm.load(entityIdScope.getId())
>                 .first()
>                 .flatMap(entity -> indexService.indexEntity(applicationScope, entity))
>                 .doOnNext(ignore -> ack(message)).subscribe();



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)