Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with fio test on cql-fuse #123

Closed
Daniel-Robbins opened this issue Nov 19, 2018 · 1 comment
Closed

Error with fio test on cql-fuse #123

Daniel-Robbins opened this issue Nov 19, 2018 · 1 comment

Comments

@Daniel-Robbins
Copy link

With FUSE support is awesome, but some bugs here

  1. mount CovenantFS with
    ./cql-fuse -config conf/config.yaml -dsn covenantsql://0c07e3f6d8a57511d70955a3cfd7311895ab05ad5d7303279bf78dc2df40c17c -mount ./mnt
  2. then cd to the ./mnt dir, run fio
    fio --loops=2 --size=100m --filename=./fiotest.tmp --stonewall --name=Seqread --bs=1m --rw=read --name=Seqwrite --bs=1m --rw=write --name=4krandread --bs=4k --rw=randread --name=4krandwrite --bs=4k --rw=randwrite

fio test Seqread failed and produced these logs:

ERRO[0019] call RPC failed                               caller="rpcutil.go:103 rpc.(*PersistentCaller).Call" error="too many SQL variables" rpc=DBS.Query stack="[#0 rpc.(*PersistentCaller).Call@rpcutil.go:103      #1 client.(*conn).sendQuery@conn.go:352      #2 client.(*conn).Commit@conn.go:251      #3 database/sql.(*Tx).Commit.func1@sql.go:2007      #4 database/sql.withLock@sql.go:3074      #5 database/sql.(*Tx).Commit@sql.go:2006      #6 client.ExecuteInTx@tx.go:43      #7 client.ExecuteTx@tx.go:35      #8 main.(*Node).Setattr@node.go:184      #9 vendor/bazil.org/fuse/fs.(*Server).handleRequest@serve.go:945     ]"
2018/11/19 16:25:02 too many SQL variables
@auxten
Copy link
Contributor

auxten commented Mar 16, 2019

Fixed #224

@auxten auxten closed this as completed Mar 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants