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 2021/01/16 10:39:42 UTC

[GitHub] [iotdb] qiaojialin opened a new issue #2505: recover wal of xxx failed: Path [xxx] does not exist

qiaojialin opened a new issue #2505:
URL: https://github.com/apache/iotdb/issues/2505


   Start IoTDB:
   
   `insert into root.turbine1.d2(timestamp,s1) values(1,1);
   insert into root.turbine1.d1(timestamp,s1) values(1,1);
   delete timeseries root.turbine1.d2`
   
   Restart server, you will get the following exception:
   
   ![image](https://user-images.githubusercontent.com/7240743/104809697-09ba3100-582a-11eb-8c39-4a0ee6a305a6.png)
   
   Reason:
   Cannot get the Device MNode, and the exception is not caught.
   


----------------------------------------------------------------
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.

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



[GitHub] [iotdb] liutaohua closed issue #2505: recover wal of xxx failed: Path [xxx] does not exist

Posted by GitBox <gi...@apache.org>.
liutaohua closed issue #2505:
URL: https://github.com/apache/iotdb/issues/2505


   


----------------------------------------------------------------
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.

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