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

[jira] [Assigned] (IOTDB-672) delete storage group after rebooting server

     [ https://issues.apache.org/jira/browse/IOTDB-672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Haonan Hou reassigned IOTDB-672:
--------------------------------

    Assignee: Haonan Hou

> delete storage group after rebooting server
> -------------------------------------------
>
>                 Key: IOTDB-672
>                 URL: https://issues.apache.org/jira/browse/IOTDB-672
>             Project: Apache IoTDB
>          Issue Type: Bug
>          Components: Core/Engine
>    Affects Versions: 0.10.0-SNAPSHOT
>            Reporter: Haonan Hou
>            Assignee: Haonan Hou
>            Priority: Major
>              Labels: pull-request-available
>
> 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
>  ```



--
This message was sent by Atlassian Jira
(v8.3.4#803005)