Skip to content

GarbageCollection hangs because #scan doesn't honor last_key argument #5

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

Closed
wants to merge 17 commits into from

Conversation

btalbot
Copy link
Contributor

@btalbot btalbot commented Mar 9, 2016

This is a slightly modified version of /pull/4 but includes an updated spec test for the issue.

Eng-Shien Wu and others added 17 commits April 15, 2015 18:47
Add loading endpoint from AWS_ENDPOINT env variable so can test with DynamoDB Local
…to complete as this is unneccessary for DynamoDB Local and slows down feature tests
…lection#scan method was not properly using the last_item parameter. This causes the #scan to repeatedly rescan the same set of DDB items instead of advancing through the items in the table. If all / many sessions were expired the gc would seem to work since gc deletes old sessions; however, for a real live system, the gc will appear to hang.
@btalbot
Copy link
Contributor Author

btalbot commented Mar 9, 2016

dammit, didn't mean to include all commits ... closing and try again

@btalbot btalbot closed this Mar 9, 2016
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.

1 participant