You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/05/14 03:51:44 UTC

[iotdb] branch fix_config_node_compile created (now 8f5cad3e4a)

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

haonan pushed a change to branch fix_config_node_compile
in repository https://gitbox.apache.org/repos/asf/iotdb.git


      at 8f5cad3e4a Fix config node compile error

This branch includes the following new commits:

     new 8f5cad3e4a Fix config node compile error

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[iotdb] 01/01: Fix config node compile error

Posted by ha...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch fix_config_node_compile
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 8f5cad3e4af3ff32e675457a42a135a087f8f8d1
Author: HTHou <hh...@outlook.com>
AuthorDate: Sat May 14 11:51:17 2022 +0800

    Fix config node compile error
---
 .../src/main/java/org/apache/iotdb/confignode/persistence/NodeInfo.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/confignode/src/main/java/org/apache/iotdb/confignode/persistence/NodeInfo.java b/confignode/src/main/java/org/apache/iotdb/confignode/persistence/NodeInfo.java
index 818cf7aded..8fe90d1c0c 100644
--- a/confignode/src/main/java/org/apache/iotdb/confignode/persistence/NodeInfo.java
+++ b/confignode/src/main/java/org/apache/iotdb/confignode/persistence/NodeInfo.java
@@ -21,6 +21,7 @@ package org.apache.iotdb.confignode.persistence;
 import org.apache.iotdb.common.rpc.thrift.TConfigNodeLocation;
 import org.apache.iotdb.common.rpc.thrift.TDataNodeLocation;
 import org.apache.iotdb.common.rpc.thrift.TSStatus;
+import org.apache.iotdb.commons.snapshot.SnapshotProcessor;
 import org.apache.iotdb.commons.utils.NodeUrlUtils;
 import org.apache.iotdb.commons.utils.TestOnly;
 import org.apache.iotdb.confignode.conf.ConfigNodeConstant;