[
https://issues.apache.org/jira/browse/BEAM-13510?focusedWorklogId=714312&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-714312
]
ASF GitHub Bot logged work on BEAM-13510:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 25/Jan/22 09:21
Start Date: 25/Jan/22 09:21
Worklog Time Spent: 10m
Work Description: mosche commented on a change in pull request #16478:
URL: https://github.com/apache/beam/pull/16478#discussion_r791511328
##########
File path:
sdks/java/io/amazon-web-services2/src/test/java/org/apache/beam/sdk/io/aws2/sqs/SqsUnboundedSourceTest.java
##########
@@ -17,36 +17,20 @@
*/
package org.apache.beam.sdk.io.aws2.sqs;
+import static org.mockito.Mockito.mock;
+
import org.apache.beam.sdk.testing.CoderProperties;
-import org.apache.beam.sdk.testing.TestPipeline;
-import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
-import software.amazon.awssdk.services.sqs.SqsClient;
-import software.amazon.awssdk.services.sqs.model.SendMessageRequest;
/** Tests on {@link SqsUnboundedSource}. */
@RunWith(JUnit4.class)
Review comment:
👍
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 714312)
Time Spent: 4h 40m (was: 4.5h)
> SQS reader retries on invalid (expired) receipt handles (AWS SDK v2)
> --------------------------------------------------------------------
>
> Key: BEAM-13510
> URL: https://issues.apache.org/jira/browse/BEAM-13510
> Project: Beam
> Issue Type: Bug
> Components: io-java-aws
> Reporter: Moritz Mack
> Assignee: Moritz Mack
> Priority: P2
> Labels: SQS, aws-sdk-v2
> Time Spent: 4h 40m
> Remaining Estimate: 0h
>
> The extension of visibility timeouts as well as deletes with invalid
> (expired) receipt handles will never succeed and therefore cannot be retried.
> Investigate if this is also an issue in SDK v1.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)