[
https://issues.apache.org/jira/browse/IOTDB-3221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17538550#comment-17538550
]
FengQingxin commented on IOTDB-3221:
------------------------------------
3C1D也会有该问题
!image-2022-05-18-10-45-44-760.png!
> Msg: 500: [INTERNAL_SERVER_ERROR(500)] Exception occurred: "create
> timeseries. executeStatement failed. An error occurred when executing
> getOrCreateSchemaPartition():Error in calling method
> getOrCreateSchemaPartition
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: IOTDB-3221
> URL: https://issues.apache.org/jira/browse/IOTDB-3221
> Project: Apache IoTDB
> Issue Type: Bug
> Components: Core/Cluster
> Affects Versions: 0.14.0-SNAPSHOT
> Reporter: FengQingxin
> Assignee: Yukun Zhou
> Priority: Major
> Attachments: image-2022-05-17-19-46-50-123.png,
> image-2022-05-18-10-45-44-760.png
>
>
> Msg: 500: [INTERNAL_SERVER_ERROR(500)] Exception occurred: "create timeseries
> root.sg.d.s1 with datatype=INT32,encoding=RLE,compression=snappy".
> executeStatement failed. An error occurred when executing
> getOrCreateSchemaPartition():Error in calling method
> getOrCreateSchemaPartition
> 复现步骤:
> 1.编译复制distribution内文件(默认配置)
> 2.启动confignode(正常)
> 3.启动datanode(正常)
> 4.iotdb-cli连接datanode(正常)
> 5.复制输入以下语句:
> set storage group to root.sg;
> create timeseries root.sg.d.s1 with
> datatype=INT32,encoding=RLE,compression=snappy;
> create timeseries root.sg.d.s2 with
> datatype=INT32,encoding=RLE,compression=snappy;
> create timeseries root.sg.d.s3 with
> datatype=INT32,encoding=RLE,compression=snappy;
> insert into root.sg.d(time,s1,s2,s3) values(1,1,2,3);
> insert into root.sg.d(time,s1,s2,s3) values(2,1,2,3);
> 6.报错CODE500
> !image-2022-05-17-19-46-50-123.png!
>
--
This message was sent by Atlassian Jira
(v8.20.7#820007)