You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A bug is causing the AsynchronousGetRecordsRetrievalStrategy to have a chance to see old GetRecords requests, and that can cause it to throw CancellationException's.
The text was updated successfully, but these errors were encountered:
* Create a new completion service for each request.
This ensures that canceled tasks are discarded. This will prevent a cancellation exception causing issues processing records.
* PR awslabs#227
* Issue awslabs#226
A bug is causing the AsynchronousGetRecordsRetrievalStrategy to have a chance to see old GetRecords requests, and that can cause it to throw CancellationException's.
The text was updated successfully, but these errors were encountered: