You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Yuan Tian (Jira)" <ji...@apache.org> on 2020/04/21 08:47:00 UTC

[jira] [Created] (IOTDB-609) Missing comma while persisting the delete storage group log into mlog.txt

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)