[
https://issues.apache.org/jira/browse/IOTDB-1134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chao Wang reassigned IOTDB-1134:
--------------------------------
Assignee: Houliang Qi
> cluster - show devices not consistent
> -------------------------------------
>
> Key: IOTDB-1134
> URL: https://issues.apache.org/jira/browse/IOTDB-1134
> Project: Apache IoTDB
> Issue Type: Bug
> Components: Core/Cluster
> Reporter: Haimei Guo
> Assignee: Houliang Qi
> Priority: Major
>
> I created 20 devices in total. When connect to different node, the SHOW
> DEVICES result is not consistent.
>
> cli connect to node1
> IoTDB> show devices
> +------------------+
> | devices|
> +------------------+
> | root.group_1.d_1|
> |root.group_10.d_10|
> |root.group_12.d_12|
> |root.group_13.d_13|
> |root.group_16.d_16|
> |root.group_18.d_18|
> |root.group_19.d_19|
> | root.group_3.d_3|
> | root.group_4.d_4|
> | root.group_7.d_7|
> | root.group_9.d_9|
> +------------------+
> Total line number = 11
>
> cli connect to node2
> IoTDB> show devices
> +------------------+
> | devices|
> +------------------+
> | root.group_0.d_0|
> | root.group_1.d_1|
> |root.group_10.d_10|
> |root.group_11.d_11|
> |root.group_12.d_12|
> |root.group_13.d_13|
> |root.group_14.d_14|
> |root.group_16.d_16|
> |root.group_17.d_17|
> |root.group_18.d_18|
> |root.group_19.d_19|
> | root.group_2.d_2|
> | root.group_3.d_3|
> | root.group_4.d_4|
> | root.group_5.d_5|
> | root.group_6.d_6|
> | root.group_7.d_7|
> | root.group_8.d_8|
> | root.group_9.d_9|
> +------------------+
> Total line number = 19
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)