You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Haimei Guo (Jira)" <ji...@apache.org> on 2021/01/28 02:10:00 UTC

[jira] [Created] (IOTDB-1134) cluster - show devices not consistent

Haimei Guo created IOTDB-1134:
---------------------------------

             Summary: cluster - show devices not consistent
                 Key: IOTDB-1134
                 URL: https://issues.apache.org/jira/browse/IOTDB-1134
             Project: Apache IoTDB
          Issue Type: Bug
            Reporter: Haimei Guo


I created 20 devices in total. When connect to different node, the SHOW DEVICES result is not consistent. 
{code:java}
// code placeholder
{code}
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_15.d_15| |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 = 12
{code:java}
// code placeholder
{code}
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)