You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ji...@apache.org on 2020/04/29 08:56:53 UTC

[incubator-iotdb] branch cluster_new updated (62f1520 -> 6df4106)

This is an automated email from the ASF dual-hosted git repository.

jiangtian pushed a change to branch cluster_new
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from 62f1520  [IOTDB-620] Add the ability to persist and maintain voteFor for the raft node and amend the judgment conditions for elections (#1126)
     add 6df4106  [IOTDB-604] fix datasourceinfo bug (#1115)

No new revisions were added by this update.

Summary of changes:
 .../iotdb/cluster/query/reader/DataSourceInfo.java |  2 +-
 .../cluster/query/reader/DatasourceInfoTest.java   | 59 ++++++++++++++++++++++
 2 files changed, 60 insertions(+), 1 deletion(-)
 create mode 100644 cluster/src/test/java/org/apache/iotdb/cluster/query/reader/DatasourceInfoTest.java