https://github.com/facebook/rocksdb
Revision 243975d5da809ea385d30c4c7bee94fe2461c973 authored by Andrew Kryczka on 12 December 2016, 21:18:38 UTC, committed by Facebook Github Bot on 12 December 2016, 21:24:21 UTC
Summary:
Some users are assuming NotFound means the backup does not
exist at the provided path, which is a reasonable assumption. We need to
stop returning NotFound for system errors.

Depends on #1644
Closes https://github.com/facebook/rocksdb/pull/1645

Differential Revision: D4312233

Pulled By: ajkr

fbshipit-source-id: 5343c10
1 parent f0c509e
Raw File
Tip revision: 243975d5da809ea385d30c4c7bee94fe2461c973 authored by Andrew Kryczka on 12 December 2016, 21:18:38 UTC
More accurate error status for BackupEngine::Open
Tip revision: 243975d
.arcconfig
{
  "project_id" : "rocksdb",
  "conduit_uri" : "https://phabricator.fb.com/api/",
  "copyright_holder" : "Facebook",
  "load" : [
    "arcanist_util"
  ],
  "lint.engine" : "FacebookFbcodeLintEngine",
  "lint.engine.single.linter" : "FbcodeCppLinter",
  "unit.engine" : "FacebookFbcodeUnitTestEngine",
  "arcanist_configuration" : "FacebookArcanistConfiguration",
  "base" : "git:HEAD^, hg:.^",
  "git.default-relative-commit" : "HEAD^",
  "git:arc.feature.start.default" : "origin/master",
  "arc.feature.start.default" : "master",
  "history.immutable" : false
}
back to top