awslabs / awslabs/aws-lambda-redshift-loader
ProvisionedThroughputExceededException on Retry
- Dominant language
- JavaScript
- Stars
- 595
- Forks
- 161
- PR merge metrics
- No merged PRs in 30d
Description
When something fails (not sure why yet) The retry seems to hammer so hard on the table that I get ProvisionedThroughputExceededException.
`START RequestId: ef2d94fb-f3fc-11e8-bfe9-0161362fa823 Version: $LATEST
17:36:43 2018-11-29T17:36:43.439Z ef2d94fb-f3fc-11e8-bfe9-0161362fa823 Found Redshift Load Configuration for usan-cdrlambda-stage/ctg/detail
17:36:43 2018-11-29T17:36:43.469Z ef2d94fb-f3fc-11e8-bfe9-0161362fa823 Adding Pending Batch Entry for usan-cdrlambda-stage/ctg/detail/ctg_redshift_detail_550047864.csv
17:36:43 2018-11-29T17:36:43.647Z ef2d94fb-f3fc-11e8-bfe9-0161362fa823 Batch 22a83c38-a84b-483a-b26b-15a5a975e2cf still current after configuration reload attempt 1. Recycling in 0 ms.
17:36:43 2018-11-29T17:36:43.846Z ef2d94fb-f3fc-11e8-bfe9-0161362fa823 Batch 22a83c38-a84b-483a-b26b-15a5a975e2cf still current after configuration reload attempt 2. Recycling in 0 ms.
17:36:44 2018-11-29T17:36:44.439Z ef2d94fb-f3fc-11e8-bfe9-0161362fa823 Batch 22a83c38-a84b-483a-b26b-15a5a975e2cf still current after configuration reload attempt 3. Recycling in 0 ms.
17:36:45 2018-11-29T17:36:45.108Z ef2d94fb-f3fc-11e8-bfe9-0161362fa823 Batch 22a83c38-a84b-483a-b26b-15a5a975e2cf still current after configuration reload attempt 4. Recycling in 0 ms.
17:36:45 2018-11-29T17:36:45.257Z ef2d94fb-f3fc-11e8-bfe9-0161362fa823 Batch 22a83c38-a84b-483a-b26b-15a5a975e2cf still current after configuration reload attempt 5. Recycling in 0 ms.
17:36:45 2018-11-29T17:36:45.438Z ef2d94fb-f3fc-11e8-bfe9-0161362fa823 Batch 22a83c38-a84b-483a-b26b-15a5a975e2cf still current after configuration reload attempt 6. Recycling in 0 ms.
17:37:11 2018-11-29T17:37:11.030Z ef2d94fb-f3fc-11e8-bfe9-0161362fa823 { ProvisionedThroughputExceededException: The level of configured provisioned throughput for the table was exceeded. Consider increasing your provisioning level with the UpdateTable API. at Request.extractError (/var/runtime/node_modules/aws-sdk/lib/protocol/json.js:48:27) at Request.callListeners (/var/runtime/node_modules/aws-
17:37:11 2018-11-29T17:37:11.039Z ef2d94fb-f3fc-11e8-bfe9-0161362fa823 {"message":"The level of configured provisioned throughput for the table was exceeded. Consider increasing your provisioning level with the UpdateTable API.","code":"ProvisionedThroughputExceededException","time":"2018-11-29T17:37:11.030Z","requestId":"E3VENR60QK2IHO1BN9TRMF6RTBVV4KQNSO5AEMVJF66Q9ASUAAJG","statusCode":400,"retryable":tr
17:37:11 2018-11-29T17:37:11.039Z ef2d94fb-f3fc-11e8-bfe9-0161362fa823 {"errorMessage":"error"}
17:37:11 END RequestId: ef2d94fb-f3fc-11e8-bfe9-0161362fa823`
Contributor guide
Assessment
This issue has not been assessed yet.