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

truncate support #73

Closed
wants to merge 3 commits into from
Closed

Commits on Feb 9, 2022

  1. Propogate false responses to the complete call in FileWriter.Close

    HDFS sometimes fails to close a file, indicating that the namenode has not yet
    recieved news from the datanodes that all data is flushed and replicated. In
    this case we should return an error to the client, so they know to retry.
    colinmarc committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    8fa7b50 View commit details
    Browse the repository at this point in the history
  2. Remove dead code

    colinmarc committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    4b09f3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    535bcfd View commit details
    Browse the repository at this point in the history