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

Haonan Hou reassigned IOTDB-3548:
---------------------------------

    Assignee: Xinyu Tan  (was: Haonan Hou)

> [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
>            Assignee: Xinyu Tan
>            Priority: Major
>         Attachments: iotdb-confignode.properties, iotdb-engine.properties, 
> log_all.log
>
>
>  
> commit c42cfe5fbee50b24cc1a1078cd5af1ee69930881
> Author: YongzaoDan <33111881+crzbulab...@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)

Reply via email to