You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Yukun Zhou (Jira)" <ji...@apache.org> on 2023/01/31 08:27:00 UTC

[jira] [Commented] (IOTDB-5444) [1.0] Cannot deserialize CreateTimeSeriesNode

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

Yukun Zhou commented on IOTDB-5444:
-----------------------------------

The root cause is that "1S" has been recognized as DURATION_INTERVAL and the back quote has been removed after sql parsing, while the init of partialPath do need the back quote based on current implementation.

> [1.0] Cannot deserialize CreateTimeSeriesNode
> ---------------------------------------------
>
>                 Key: IOTDB-5444
>                 URL: https://issues.apache.org/jira/browse/IOTDB-5444
>             Project: Apache IoTDB
>          Issue Type: Bug
>    Affects Versions: 1.1.0
>            Reporter: ZhangZhengming
>            Assignee: Yukun Zhou
>            Priority: Critical
>         Attachments: image-2023-01-31-10-10-53-252.png, image-2023-01-31-10-12-12-898.png, image-2023-01-31-10-13-01-418.png, image-2023-01-31-10-14-56-914.png
>
>
> I start iotdb cluster of 1C3D use the default configuration.
>  * {color:#172b4d}node1: confignode + datanode-1 {color}
>  * {color:#172b4d}node2: datanode-2{color}
>  * {color:#172b4d}node3: datanode-3{color}
> execute sql statement in {color:#de350b}node-2{color} or {color:#de350b}node-3{color}:
> {code:java}
> create timeseries root.szg.d1.`1S` with datatype=BOOLEAN,encoding=PLAIN" {code}
> report error:
> !image-2023-01-31-10-10-53-252.png|width=990,height=59!
> error log in {color:#de350b}node-2 {color:#172b4d}or{color} node-3{color}:
> !image-2023-01-31-10-12-12-898.png|width=2295,height=1070!
> error log in node-1:
> !image-2023-01-31-10-13-01-418.png|width=1668,height=422!
> execute sql statement in {color:#de350b}node-1{color} was succeed.
> !image-2023-01-31-10-14-56-914.png|width=1020,height=53!
> iotdb version:
> version 1.1.0-SNAPSHOT (Build: c130222)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)