Uploaded image for project: 'Apache IoTDB'
  1. Apache IoTDB
  2. IOTDB-672

delete storage group after rebooting server

    XMLWordPrintableJSON

Details

    Description

      I tried to input these statements into CLI, and then closed and restart server. 

      After that, I found out the whole storage group had been removed.

      But actually I only removed one timeseries from storage group.  

      ```
      set storage group to root.sg
      create timeseries root.sg.d.s0 with datatype = int32, encoding=plain
      delete timeseries root.sg.d.s0
      create timeseries root.sg.d.s0 with datatype = int32, encoding=plain
      create timeseries root.sg.d.s1 with datatype = int32, encoding=plain
      insert into root.sg.d(timestamp, s0, s1) values(100,100,100)
      flush
      delete timeseries root.sg.d.s0
      ```

      Attachments

        Issue Links

          Activity

            People

              haonan Haonan Hou
              haonan Haonan Hou
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: