Skip to content

Commit 8504a06

Browse files
committed
update the fdb version
1 parent 5fc5fab commit 8504a06

File tree

15 files changed

+842
-262
lines changed

15 files changed

+842
-262
lines changed

Gopkg.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ While doing sequential reads it was able to saturate 1Gbit network link.
1616

1717
Postrgres running in virtualbox showed 900 TPS on TPC-B pgbench workload with a database of size 1g.
1818

19-
## How it works with concurrent volume mounts?
19+
## How does it work with concurrent volume mounts?
2020
Currently there is a mechanism which relies on lease tokens and fdb transactions to transactionally
2121
transfer ownership to the new client and discard any in-flight write requests from the old one.
2222

vendor/github.com/apple/foundationdb/bindings/go/src/fdb/cluster.go

Lines changed: 8 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/apple/foundationdb/bindings/go/src/fdb/database.go

Lines changed: 11 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/apple/foundationdb/bindings/go/src/fdb/directory/directory.go

Lines changed: 17 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/apple/foundationdb/bindings/go/src/fdb/directory/directoryLayer.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/apple/foundationdb/bindings/go/src/fdb/doc.go

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/apple/foundationdb/bindings/go/src/fdb/errors.go

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)