go-ycsb icon indicating copy to clipboard operation
go-ycsb copied to clipboard

batch commands send error

Open siddontang opened this issue 5 years ago • 3 comments

./go-ycsb load tikv -p tikv.type=raw

When the test finished, it outputs too many batch commands send error logs, I remember we have fixed in tidb, seem forget to fix it client-go.

siddontang avatar Jun 28 '19 07:06 siddontang

PTAL @disksing

siddontang avatar Jun 28 '19 07:06 siddontang

I remember I have fixed it in go-ycsb, when go-ycsb sitll used tidb instead of client-go. Does go-ycsb uses client-go now? If so I think we need to port the latest changes from tidb.

hicqu avatar Jun 28 '19 07:06 hicqu

Yes, it is using client-go now. There is a todo issue in client-go: https://github.com/tikv/client-go/issues/19

disksing avatar Jun 28 '19 07:06 disksing