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

Tarantool scan operation failure #319

Closed
bigbes opened this issue Jun 24, 2015 · 0 comments · Fixed by #323
Closed

Tarantool scan operation failure #319

bigbes opened this issue Jun 24, 2015 · 0 comments · Fixed by #323

Comments

@bigbes
Copy link
Collaborator

bigbes commented Jun 24, 2015

---:~/src/ycsb-0.2.0-RC3-SNAPSHOT$ ./bin/ycsb run tarantool -P workloads/workloade -p tarantool.port=3303 > 3                  
java -cp /Users/blikh/src/ycsb-0.2.0-RC3-SNAPSHOT/tarantool-binding/conf:/Users/blikh/src/ycsb-0.2.0-RC3-SNAPSHOT/lib/core-0.2.0-RC3-SNAPSHOT.jar:/Users/blikh/src/ycsb-0.2.0-RC3-SNAPSHOT/lib/HdrHistogram-2.1.4.jar:/Users/blikh/src/ycsb-0.2.0-RC3-SNAPSHOT/lib/jackson-core-asl-1.9.4.jar:/Users/blikh/src/ycsb-0.2.0-RC3-SNAPSHOT/lib/jackson-mapper-asl-1.9.4.jar:/Users/blikh/src/ycsb-0.2.0-RC3-SNAPSHOT/tarantool-binding/lib/connector-1.6.1.jar:/Users/blikh/src/ycsb-0.2.0-RC3-SNAPSHOT/tarantool-binding/lib/tarantool-binding-0.2.0-RC3-SNAPSHOT.jar com.yahoo.ycsb.Client -db com.yahoo.ycsb.db.TarantoolClient -P workloads/workloade -p tarantool.port=3303 -t
Loading workload...
Starting test.
java.lang.ClassCastException: java.util.ArrayList cannot be cast to java.lang.String
        at com.yahoo.ycsb.db.TarantoolClient.tuple_convert_filter(TarantoolClient.java:110)
        at com.yahoo.ycsb.db.TarantoolClient.scan(TarantoolClient.java:143)
        at com.yahoo.ycsb.DBWrapper.scan(DBWrapper.java:113)
        at com.yahoo.ycsb.workloads.CoreWorkload.doTransactionScan(CoreWorkload.java:731)
        at com.yahoo.ycsb.workloads.CoreWorkload.doTransaction(CoreWorkload.java:578)
        at com.yahoo.ycsb.ClientThread.run(Client.java:235)
bigbes added a commit to bigbes/YCSB that referenced this issue Jun 25, 2015
busbey added a commit that referenced this issue Jun 25, 2015
Issue #319: [tarantool] Error on scan operation and replace problems
jaricftw pushed a commit to jaricftw/YCSB that referenced this issue Jul 19, 2016
jaricftw pushed a commit to jaricftw/YCSB that referenced this issue Jul 19, 2016
Issue brianfrankcooper#319: [tarantool] Error on scan operation and replace problems
jaricftw pushed a commit to jaricftw/YCSB that referenced this issue Jul 19, 2016
jaricftw pushed a commit to jaricftw/YCSB that referenced this issue Jul 19, 2016
Issue brianfrankcooper#319: [tarantool] Error on scan operation and replace problems
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

Successfully merging a pull request may close this issue.

1 participant