You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/09/20 07:22:21 UTC

[GitHub] [iotdb] BanDuWuZi opened a new pull request, #7366: [IoTDB-4435]: fix show child nodes failed

BanDuWuZi opened a new pull request, #7366:
URL: https://github.com/apache/iotdb/pull/7366

   fix show child nodes failed issue, the fragment instance exec has exception:
   Failed to execute fragment instance 20220919_014959_00084_3.1.0 | org.apache.iotdb.db.mpp.execution.driver.Driver (Driver.java:199) 
   java.lang.IllegalStateException: Declared positions (1) does not match column 1's number of entries (0)
       at org.apache.iotdb.tsfile.read.common.block.TsBlockBuilder.build(TsBlockBuilder.java:310)
       at org.apache.iotdb.db.mpp.execution.operator.schema.NodePathsConvertOperator.next(NodePathsConvertOperator.java:99)
       at org.apache.iotdb.db.mpp.execution.driver.Driver.processInternal(Driver.java:192)
       at org.apache.iotdb.db.mpp.execution.driver.Driver.lambda$processFor$1(Driver.java:131)
       at org.apache.iotdb.db.mpp.execution.driver.Driver.tryWithLock(Driver.java:277)
       at org.apache.iotdb.db.mpp.execution.driver.Driver.processFor(Driver.java:124)
       at org.apache.iotdb.db.mpp.execution.schedule.DriverTaskThread.execute(DriverTaskThread.java:69)
       at org.apache.iotdb.db.mpp.execution.schedule.AbstractDriverThread.run(AbstractDriverThread.java:70)
   
   see: https://issues.apache.org/jira/projects/IOTDB/issues/IOTDB-4435
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb] wangchao316 merged pull request #7366: [IOTDB-4435] Fix show child nodes failed

Posted by GitBox <gi...@apache.org>.
wangchao316 merged PR #7366:
URL: https://github.com/apache/iotdb/pull/7366


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org