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

Geowave 1026[Async support for query and scan in DynamoDB] #1072

Merged
merged 4 commits into from Apr 25, 2017

Conversation

anicr7
Copy link
Contributor

@anicr7 anicr7 commented Apr 16, 2017

Support for Async Paginated Scan for DynamoDB

Anirudh Ramachandra and others added 4 commits February 27, 2017 22:31
1. Use a intrinsic sync block instead of specific re-entrant locks using try and finally.
2. Use linked list instead of array deque to allow inserting null locks. This prevents wait forevers when we have exception in async queries
3. Make sure we don't fire queries immediately on construction if there are already too many async queries piled up.
4. Reduce the max async query limit to 100. This can be made configurable through metadata in the future
@rfecher rfecher merged commit 61a6cc9 into locationtech:casanamo-master Apr 25, 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.

None yet

2 participants