You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Liu Yue (Jira)" <ji...@apache.org> on 2020/12/07 08:32:00 UTC

[jira] [Created] (IOTDB-1041) Cluster version not available

Liu Yue created IOTDB-1041:
------------------------------

             Summary: Cluster version not available
                 Key: IOTDB-1041
                 URL: https://issues.apache.org/jira/browse/IOTDB-1041
             Project: Apache IoTDB
          Issue Type: Bug
          Components: Core/Cluster
            Reporter: Liu Yue


Following are some issues we encountered when try to use cluster version of IoTDB:
 # There is no cluster version bin package available. And the master branch does not support cluster, we need re-compile cluster_new branch.
 # While compiling cluster_new branch, it needs to access Amazon Cloud. We have to bypass by proxy in private network environment.
 # After compiling cluster_new branch and tried, the cluster cannot start.

By analyzing code, the nodeIdentifier option has no implementation, thus failed to start at first.

!image-2020-12-07-16-28-03-266.png!
 # When one node failed and down, the whole cluster cannot start.

As following code lines, "canEstablishCluster" is true only when all node started successfully.

!image-2020-12-07-16-27-48-591.png!
 # The logic of checking cluster starting has some problem.

If "consistentNum == totalSeedNum" then check pass, but there probably cannot get all nods information at this time point.

!image-2020-12-07-16-28-13-475.png!
 # One node crash, the whole cluster has running issue and exception. !image-2020-12-07-16-28-32-398.png!
 # Log reported that Jmx not configured. !image-2020-12-07-16-28-43-381.png!
 # Failed to show timeseries !image-2020-12-07-16-29-01-145.png!
 # Encountered exception and cannot query data. !image-2020-12-07-16-29-09-279.png!
 # Write data on follower (slave) node, cannot query out on leader (master) node. !image-2020-12-07-16-29-18-054.png!
 # follower (slave) node, cannot write data on leader (master) node. !image-2020-12-07-16-29-28-570.png!
 # Storage group create no follower node, cannot sync up and access on leader node. !image-2020-12-07-16-29-36-319.png!
 # Write data on follower (slave) node, query failed on leader (master) node. !image-2020-12-07-16-29-43-735.png!

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)