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

[jira] [Created] (IOTDB-3548) [cluster]can not create timeseries when start 3C2D

FengQingxin created IOTDB-3548:
----------------------------------

             Summary: [cluster]can not create timeseries when start 3C2D
                 Key: IOTDB-3548
                 URL: https://issues.apache.org/jira/browse/IOTDB-3548
             Project: Apache IoTDB
          Issue Type: Bug
          Components: Core/Cluster
    Affects Versions: 0.14.0-SNAPSHOT
            Reporter: FengQingxin
         Attachments: image-2022-06-20-17-13-31-196.png, image-2022-06-20-17-13-34-029.png, log_all.log

 

commit c42cfe5fbee50b24cc1a1078cd5af1ee69930881
Author: YongzaoDan <33...@users.noreply.github.com>
Date:   Mon Jun 20 13:54:12 2022 +0800

    [IOTDB-3510] Read/Write Routing policy (Routing to DataNode with the lowest-loaded) (#6308)

Reproduce steps:

1. Modify config file as 3C3D:

schema_replication_factor=3

data_replication_factor=1

2. Start 3C

3.Start 2D 

4. using iotdb-cli to execute below sql:
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);
5.Got below error msg:
Msg: 500: [INTERNAL_SERVER_ERROR(500)] Exception occurred: "create timeseries root.sg.d.s1 with datatype=INT32,encoding=RLE,compression=snappy". executeStatement failed. null
!image-2022-06-20-17-13-31-196.png!

 

 



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