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

Contention #8

Open
amircs opened this issue Aug 12, 2016 · 0 comments
Open

Contention #8

amircs opened this issue Aug 12, 2016 · 0 comments

Comments

@amircs
Copy link
Member

amircs commented Aug 12, 2016

If you have an unordered annotation reference file that you would like to import it. You should first sort it based on referenceId and positions and then import it. Otherwise, you're increasing the chance of overlapping b/w multiple batchRequests which results into high contention.

Contention case:
batch1 = [chr1pos1, chr1pos5, chr1pos10]
batch2 = [chr1pos2, chr1pos6, chr1pos20]

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

1 participant