pingcap / go-ycsb

A Go port of Yahoo! Cloud Serving Benchmark (YCSB)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can go-ycsb support fdb api version 630 ?

FateTHarlaown opened this issue · comments

when use go-ycsb connect foundationdb it report:

panic: FoundationDB error code 2203 (API version not supported)

goroutine 1 [running]:
github.com/apple/foundationdb/bindings/go/src/fdb.MustAPIVersion(...)
	/home/xiaoxia.zj/work/gopath/pkg/mod/github.com/apple/foundationdb/bindings/go@v0.0.0-20200112054404-407dc0907f4f/src/fdb/fdb.go:179
github.com/pingcap/go-ycsb/db/foundationdb.createDB(0xc0003ce000, 0x18d3c18, 0xc0003bc118, 0x123, 0xc0003bc110)
	/home/xiaoxia.zj/work/ycsb-bench/go-ycsb/db/foundationdb/db.go:46 +0x2c6
github.com/pingcap/go-ycsb/db/foundationdb.fdbCreator.Create(...)
	/home/xiaoxia.zj/work/ycsb-bench/go-ycsb/db/foundationdb/db.go:203
main.initialGlobal(0x7ffe4b2be226, 0xc, 0xc00063fc20)