You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "xiaozhihong (Jira)" <ji...@apache.org> on 2022/06/16 06:20:00 UTC

[jira] [Commented] (IOTDB-3500) for new standalone IoTDB, there is a error when deleting storage groups

    [ https://issues.apache.org/jira/browse/IOTDB-3500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17554918#comment-17554918 ] 

xiaozhihong commented on IOTDB-3500:
------------------------------------

commit 1147668b15aa772a733eedcc7fcdcc3e4729cff8
I verified.

!image-2022-06-16-14-18-28-279.png!

>  for new standalone IoTDB, there is a error when deleting storage groups 
> -------------------------------------------------------------------------
>
>                 Key: IOTDB-3500
>                 URL: https://issues.apache.org/jira/browse/IOTDB-3500
>             Project: Apache IoTDB
>          Issue Type: Bug
>          Components: Core/Server
>    Affects Versions: 0.14.0-SNAPSHOT
>            Reporter: xiaozhihong
>            Assignee: Haonan Hou
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: image-2022-06-16-14-18-28-279.png, log_all.log
>
>
> Start a new stand-alone version, create one more storage groups in the CLI, and report an error when deleting the storage group containing ** in the path.
> {code:java}
> IoTDB> show storage group;
> +-------------+----+-------------------------+-----------------------+-----------------------+
> |storage group| ttl|schema_replication_factor|data_replication_factor|time_partition_interval|
> +-------------+----+-------------------------+-----------------------+-----------------------+
> |      root.sg|null|                        0|                      0|                      0|
> |      root.ln|null|                        0|                      0|                      0|
> +-------------+----+-------------------------+-----------------------+-----------------------+
> Total line number = 2
> It costs 0.052s
> IoTDB> delete storage group root.**;
> Msg: 500: [INTERNAL_SERVER_ERROR(500)] Exception occurred: "delete storage group root.**". executeStatement failed. error code: TSStatus(code:500)
>  {code}
>  log information view attachment.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)