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

Fix shard ordering bug on some filesystems. #138

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on May 29, 2020

  1. Fix shard ordering bug on some filesystems.

    * We were relying on the results of FileInputFormat.listStatus() returning a sorted set of statuses when loading multiple parts files.
      This is not a safe assumption on some files systems which return them in essentially random order.
      This corrects the problem by overriding listStatus in FileSplitInputFormat and sorting the results.
    * See broadinstitute/gatk#5881 for additional information.
    lbergelson committed May 29, 2020
    Configuration menu
    Copy the full SHA
    404515f View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Configuration menu
    Copy the full SHA
    370c7fc View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. fix formatting

    lbergelson committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    cb1b269 View commit details
    Browse the repository at this point in the history