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 2021/06/11 07:41:00 UTC

[jira] [Created] (IOTDB-1438) cluster_scalability:add node,PathNotExistException

刘珍 created IOTDB-1438:
-------------------------

             Summary: cluster_scalability:add node,PathNotExistException
                 Key: IOTDB-1438
                 URL: https://issues.apache.org/jira/browse/IOTDB-1438
             Project: Apache IoTDB
          Issue Type: Bug
          Components: Cluster
    Affects Versions: 0.12.0
            Reporter: 刘珍
         Attachments: image-2021-06-11-15-39-49-066.png

cluster version info :
    https://github.com/apache/iotdb/pull/3191
    commit f1e98e4bb77f7b5f09149d396e8eee8463bd2fc5
    Author: lta <li...@163.com>
    Date: Thu Jun 10 00:52:26 2021 +0800

node info  :
[iotdb@fit21 node21]$ ./sbin/nodetool.sh status
Node                                Status
192.168.130.13:9005:40010:6667->        on
192.168.130.21:9003:40010:6667->        on

benchmark-ip11 execute ingestion and queries on node-21
benchmark-ip13 execute ingestion and queries on node-13

ip11 execute  :
add-node.sh

ip11 log print ( Service should be denied until metadata synchronization is complete ):
2021-06-11 15:31:23,637 [DataClientThread-16] WARN  o.a.i.d.metadata.MManager:2285 - meet error when check root.group_4.d_264.s_9         53, message: Path [root.group_4.d_264.s_953] does not exist
2021-06-11 15:31:23,637 [DataClientThread-20] INFO  o.a.i.d.e.v.SimpleFileVersionController:113 - Version file updated, previous:          /home/iotdb/liuzhen_test/cluster_scalability/node11/./sbin/../data/system/storage_groups/root.group_7/0/upgrade/Version-0, curre         nt: /home/iotdb/liuzhen_test/cluster_scalability/node11/./sbin/../data/system/storage_groups/root.group_7/0/upgrade/Version-100
2021-06-11 15:31:23,638 [DataClientThread-13] ERROR o.a.t.ProcessFunction:47 - Internal error processing pullTimeSeriesSchema
org.apache.thrift.TException: org.apache.iotdb.db.exception.metadata.PathNotExistException: Path [root.group_1.d_61.s_929] does n         ot exist
        at org.apache.iotdb.cluster.server.service.DataSyncService.pullTimeSeriesSchema(DataSyncService.java:140)
        at org.apache.iotdb.cluster.server.DataClusterServer.pullTimeSeriesSchema(DataClusterServer.java:981)
        at org.apache.iotdb.cluster.rpc.thrift.TSDataService$Processor$pullTimeSeriesSchema.getResult(TSDataService.java:2376)
        at org.apache.iotdb.cluster.rpc.thrift.TSDataService$Processor$pullTimeSeriesSchema.getResult(TSDataService.java:2356)
        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)
Caused by: org.apache.iotdb.db.exception.metadata.PathNotExistException: Path {color:red}*[root.group_1.d_61.s_929] does not exist*{color}
        at org.apache.iotdb.db.metadata.MTree.getNodeByPath(MTree.java:731)
        at org.apache.iotdb.db.metadata.MManager.getNodeByPath(MManager.java:1319)
        at org.apache.iotdb.db.metadata.MManager.collectTimeseriesSchema(MManager.java:1987)
        at org.apache.iotdb.cluster.query.LocalQueryExecutor.queryTimeSeriesSchema(LocalQueryExecutor.java:416)
        at org.apache.iotdb.cluster.server.service.DataSyncService.pullTimeSeriesSchema(DataSyncService.java:138)
        ... 9 common frames omitted

 !image-2021-06-11-15-39-49-066.png! 




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