You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "xiaozhihong (Jira)" <ji...@apache.org> on 2021/08/08 12:18:00 UTC

[jira] [Created] (IOTDB-1555) About the two versions of the weekly test on August 6th, the benchmark error was reported

xiaozhihong created IOTDB-1555:
----------------------------------

             Summary: About the two versions of the weekly test on August 6th, the benchmark error was reported
                 Key: IOTDB-1555
                 URL: https://issues.apache.org/jira/browse/IOTDB-1555
             Project: Apache IoTDB
          Issue Type: Bug
          Components: Server
            Reporter: xiaozhihong
         Attachments: config.properties

Proceed as follows:
Download the two versions separately:
one:08-06_b1f30d0
another:08-06_a2c446a
step1: start server
step2: start benchmark
step3: View the benchmark run log

Then error like this:
/home/xzh/weekly_backup/benchmark_weekly/benchmark_tool/iotdb-benchmark/iotdb-0.11/target/iotdb-0.11-0.0.1
2021-08-08 20:00:05,721 INFO cn.edu.tsinghua.iotdb.benchmark.tsdb.DBWrapper:312 - Registering schema...
2021-08-08 20:00:07,163 INFO cn.edu.tsinghua.iotdb.benchmark.App:132 - Generating workload buffer...
2021-08-08 20:00:08,118 ERROR cn.edu.tsinghua.iotdb.benchmark.tsdb.DBWrapper:359 - Execution fail: SELECT last s_69 FROM root.group_8.d_38
java.sql.SQLException: Error occurs for close operation in server side because
 at org.apache.iotdb.jdbc.AbstractIoTDBJDBCResultSet.close(AbstractIoTDBJDBCResultSet.java:110)
 at cn.edu.tsinghua.iotdb.benchmark.iotdb011.IoTDB.executeQueryAndGetStatus(IoTDB.java:444)
 at cn.edu.tsinghua.iotdb.benchmark.iotdb011.IoTDB.latestPointQuery(IoTDB.java:281)
 at cn.edu.tsinghua.iotdb.benchmark.tsdb.DBWrapper.latestPointQuery(DBWrapper.java:245)
 at cn.edu.tsinghua.iotdb.benchmark.client.BaseClient.doTest(BaseClient.java:183)
 at cn.edu.tsinghua.iotdb.benchmark.client.Client.run(Client.java:44)
 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
 at java.util.concurrent.FutureTask.run(FutureTask.java:266)
 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
 at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.iotdb.rpc.StatementExecutionException: Error occurs for close operation in server side because
 at org.apache.iotdb.rpc.IoTDBRpcDataSet.close(IoTDBRpcDataSet.java:175)
 at org.apache.iotdb.jdbc.AbstractIoTDBJDBCResultSet.close(AbstractIoTDBJDBCResultSet.java:108)
 ... 10 common frames omitted
Caused by: org.apache.iotdb.rpc.StatementExecutionException: 501: statement id not set by client.
 at org.apache.iotdb.rpc.RpcUtils.verifySuccess(RpcUtils.java:52)
 at org.apache.iotdb.rpc.IoTDBRpcDataSet.close(IoTDBRpcDataSet.java:173)
 ... 11 common frames omitted

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)