Skip to content

Adding support for Asynchronous Paginated Queries in DynamoDB#1060

Merged
rfecher merged 3 commits intocasanamo-masterfrom
GEOWAVE_1026
Mar 31, 2017
Merged

Adding support for Asynchronous Paginated Queries in DynamoDB#1060
rfecher merged 3 commits intocasanamo-masterfrom
GEOWAVE_1026

Conversation

@rfecher
Copy link
Copy Markdown
Contributor

@rfecher rfecher commented Mar 30, 2017

No description provided.

Anirudh Ramachandra and others added 3 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 e866ab6 into casanamo-master Mar 31, 2017
@rfecher rfecher deleted the GEOWAVE_1026 branch March 31, 2017 20:41
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.

2 participants