Yuan Tian created IOTDB-609:
-------------------------------
Summary: Missing comma while persisting the delete storage group
log into mlog.txt
Key: IOTDB-609
URL: https://issues.apache.org/jira/browse/IOTDB-609
Project: Apache IoTDB
Issue Type: Bug
Components: Core/Engine
Reporter: Yuan Tian
Fix For: 0.9.0
While deleting the storage group, we will persist a log into mlog.txt to replay
while restarting the server.
a delete storage group should be like:
11,root.ln
However, now it is:
11root.ln
it miss a comma.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)