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/01/14 07:04:00 UTC

[jira] [Created] (IOTDB-2397) [Template/Aligned] Got a different result with different order

FengQingxin created IOTDB-2397:
----------------------------------

             Summary: [Template/Aligned] Got a different result with different order 
                 Key: IOTDB-2397
                 URL: https://issues.apache.org/jira/browse/IOTDB-2397
             Project: Apache IoTDB
          Issue Type: Wish
            Reporter: FengQingxin
         Attachments: image-2022-01-14-15-00-13-881.png, image-2022-01-14-15-02-13-108.png

以下两个场景(只是操作顺序差别)得到不同的反馈结果:

0.创建存储组root.test.g_0

1.创建对齐的时间序列root.test.g_0.d_0(s_0~s_29)

2.创建template temp1 (s_0~s_29)

3.挂载temp1到root.test.g_0【因为aligned的时间序列还没写数据,所以还没生成?所以这里没阻止?】
以上操作正常结束,无报错

!image-2022-01-14-15-00-13-881.png!

但是如果操作顺序变为:

0.创建存储组root.test.g_0

1.创建template temp1 (s_0~s_29)

2.挂载temp1到root.test.g_0

3.创建对齐的时间序列root.test.g_0.d_0(s_0~s_29)

第三步操作提示Msg: 327: Path [root.test.g_0.d_0.s_0] already exists in [temp1]

!image-2022-01-14-15-02-13-108.png!

要将以上结果统一吗?或者说两者都是允许的?



--
This message was sent by Atlassian Jira
(v8.20.1#820001)