Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed the catch of wrong exception after LimitExceededException on up… #54

Merged
merged 3 commits into from
Oct 27, 2017

Conversation

zollie
Copy link

@zollie zollie commented Apr 15, 2017

…dateShardCount

This should fix #52. The issue there is the wrong exception is being caught and ignored. The program is not hanging. It defaults to UpdateShardCount but this has a per 24 hour limit. The code falls back to shard split/merge if correct exception is caught.

@IanMeyers IanMeyers merged commit a86be3c into awslabs:master Oct 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The service should not just hangs when encountering a LimitExceededException
2 participants