You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "刘珍 (Jira)" <ji...@apache.org> on 2022/01/05 03:37:00 UTC

[jira] [Created] (IOTDB-2264) [Aligned timeseries] load tsfile with aligned timeseries failed

刘珍 created IOTDB-2264:
-------------------------

             Summary: [Aligned timeseries] load tsfile with aligned timeseries failed
                 Key: IOTDB-2264
                 URL: https://issues.apache.org/jira/browse/IOTDB-2264
             Project: Apache IoTDB
          Issue Type: Bug
          Components: Tools/Others
    Affects Versions: 0.13.0
            Reporter: 刘珍


load包含对齐时序数据的tsfile失败: 
./sbin/start-cli.sh  -e "load './data_for_load' autoregister=false"
Msg: 411: Cannot load file /data/iotdb/db_master_0104/./data_for_load/1641288670353-1-0-0.tsfile because root.lz.dev.person. is not a legal path
日志:
2022-01-05 11:10:04,994 [pool-12-IoTDB-RPC-Client-2] ERROR o.a.i.d.q.e.PlanExecutor:1210 - fail to load file 1641288670353-1-0-0.tsfile
org.apache.iotdb.db.exception.metadata.IllegalPathException: root.lz.dev.person. is not a legal path
        at org.apache.iotdb.db.metadata.utils.MetaUtils.splitPathToDetachedPath(MetaUtils.java:60)
        at org.apache.iotdb.db.metadata.path.PartialPath.<init>(PartialPath.java:80)
        at org.apache.iotdb.db.qp.executor.PlanExecutor.loadNewTsFileVerifyMetadata(PlanExecutor.java:1228)
        at org.apache.iotdb.db.qp.executor.PlanExecutor.loadFile(PlanExecutor.java:1169)
        at org.apache.iotdb.db.qp.executor.PlanExecutor.loadDir(PlanExecutor.java:1138)
        at org.apache.iotdb.db.qp.executor.PlanExecutor.operateLoadFiles(PlanExecutor.java:1108)
        at org.apache.iotdb.db.qp.executor.PlanExecutor.processNonQuery(PlanExecutor.java:322)
        at org.apache.iotdb.db.service.basic.BasicServiceProvider.executeNonQuery(BasicServiceProvider.java:257)
        at org.apache.iotdb.db.service.thrift.impl.TSServiceImpl.executeNonQueryPlan(TSServiceImpl.java:1900)
        at org.apache.iotdb.db.service.thrift.impl.TSServiceImpl.executeNonQueryStatement(TSServiceImpl.java:1049)
        at org.apache.iotdb.db.service.thrift.impl.TSServiceImpl.executeUpdateStatement(TSServiceImpl.java:1042)
        at org.apache.iotdb.db.service.thrift.impl.TSServiceImpl.executeStatement(TSServiceImpl.java:552)
        at org.apache.iotdb.service.rpc.thrift.TSIService$Processor$executeStatement.getResult(TSIService.java:2733)
        at org.apache.iotdb.service.rpc.thrift.TSIService$Processor$executeStatement.getResult(TSIService.java:2713)
        at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
        at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:38)
        at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:248)
        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)





--
This message was sent by Atlassian Jira
(v8.20.1#820001)