ope-nz commented on issue #2722:
URL: https://github.com/apache/iotdb/issues/2722#issuecomment-789133525
I noticed today in my logs that the error below is noted. What is
interesting is that the storage grouo root.Test no longer exists but I am still
seeing this message. How do I clear this message
2021-03-02 18:48:24,578 [main] ERROR
org.apache.iotdb.db.metadata.MManager:269 - Can not operate cmd
0,root.Test."C:\\".status,0,2,1,,,
org.apache.iotdb.db.exception.metadata.IllegalPathException: Illegal path:
root.Test."C:\\".status is not a legal path
at
org.apache.iotdb.db.metadata.MetaUtils.splitPathToDetachedPath(MetaUtils.java:70)
at org.apache.iotdb.db.metadata.PartialPath.<init>(PartialPath.java:51)
at org.apache.iotdb.db.metadata.MManager.operation(MManager.java:353)
at org.apache.iotdb.db.metadata.MManager.initFromLog(MManager.java:266)
at org.apache.iotdb.db.metadata.MManager.init(MManager.java:218)
at org.apache.iotdb.db.service.IoTDB.initMManager(IoTDB.java:156)
at org.apache.iotdb.db.service.IoTDB.setUp(IoTDB.java:100)
at org.apache.iotdb.db.service.IoTDB.active(IoTDB.java:84)
at org.apache.iotdb.db.service.IoTDB.main(IoTDB.java:66)
----------------------------------------------------------------
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:
[email protected]