Skip to content

Straggler due to list-after-write consistency #160

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
ooq opened this issue Aug 18, 2017 · 1 comment
Closed

Straggler due to list-after-write consistency #160

ooq opened this issue Aug 18, 2017 · 1 comment
Assignees
Milestone

Comments

@ooq
Copy link
Collaborator

ooq commented Aug 18, 2017

According to this post:
https://forums.aws.amazon.com/thread.jspa?messageID=687028#687028

S3 provides only eventual-consistency for list() operation after writes. This, according to my experience, might result in 20-30 seconds of delay for discovering the results of a finished task. One solution is to use get to fetch results after, say, 90% of tasks are finished.

I have a patch to fix this issue. Will make a PR.

@ooq ooq self-assigned this Aug 21, 2017
@ooq ooq added this to the v0.3 milestone Aug 21, 2017
@ericmjonas
Copy link
Collaborator

Fixed by PR #170

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

No branches or pull requests

2 participants