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

client.WriteSeries returns: Server returned (400): IO error: /opt/influxdb/shared/data/db/shard_db_v2/00190/MANIFEST-000006: No such file or directory #985

Merged
merged 1 commit into from
Oct 24, 2014

Commits on Oct 24, 2014

  1. Delete shards only after making sure no has a reference to it.

    * shard_datastore.go(Deleteshard): Check the reference count of the
      shard and mark it for deletion if there are still more references out
      there. Otherwise, delete the shard immediately. Also refactor the
      deletion code in deleteShard(), see below.
    * shard_datastore.go(ReturnShard): Check to see if the shard is marked
      for deletion.
    * shard_datastore.go(deleteShard): Refactor the code that used to be in
      Deleteshard in its own method. Use `closeShard` instead of doing the
      cleanup ourselves.
    jvshahid committed Oct 24, 2014
    Configuration menu
    Copy the full SHA
    c265f1f View commit details
    Browse the repository at this point in the history