You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by chimbosonic <gi...@git.apache.org> on 2018/05/16 13:41:42 UTC

[GitHub] nifi issue #1888: NIFI-4015 NIFI-3999 Fix DeleteSQS Issues

Github user chimbosonic commented on the issue:

    https://github.com/apache/nifi/pull/1888
  
    Hi has this been fixed?
    I am getting this error on 1.6.0
    ```
    DeleteSQS[id=68fc36fd-0163-1000-caa3-b18f1a8a3273] Failed to delete 1 objects from SQS due to There should be at least one DeleteMessageBatchRequestEntry in the request. (Service: AmazonSQS; Status Code: 400; Error Code: AWS.SimpleQueueService.EmptyBatchRequest; Request ID: f575689e-2d93-5592-9770-3be81ab4e548): com.amazonaws.services.sqs.model.EmptyBatchRequestException: There should be at least one DeleteMessageBatchRequestEntry in the request. (Service: AmazonSQS; Status Code: 400; Error Code: AWS.SimpleQueueService.EmptyBatchRequest; Request ID: f575689e-2d93-5592-9770-3be81ab4e548)
    ```


---