Skip to content

Commit

Permalink
v2/README: add known bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
gyuho committed May 11, 2016
1 parent 5ddb532 commit 589ac28
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Documentation/v2/README.md
Expand Up @@ -118,6 +118,17 @@ See [CONTRIBUTING](../../CONTRIBUTING.md) for details on submitting patches and

See [reporting bugs](reporting_bugs.md) for details about reporting any issue you may encounter.

## Known bugs

[GH518](https://github.com/coreos/etcd/issues/518) is a known bug that we won't fix, in favor of etcd v3. Issue is that:

```
curl http://127.0.0.1:2379/v2/keys/foo -XPUT -d value=bar
curl http://127.0.0.1:2379/v2/keys/foo -XPUT -d dir=true -d prevExist=true
```

If the previous node is a key and client tries to overwrite it with `dir=true`, it does not give warnings such as `Not a directory`. Instead the key is set to empty value.

## Project Details

### Versioning
Expand Down

0 comments on commit 589ac28

Please sign in to comment.