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

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


The following commit(s) were added to refs/heads/new_opc_server by this push:
     new b1e0cde7ffa bug-fix
b1e0cde7ffa is described below

commit b1e0cde7ffa236feb3250004a7996945421ef24d
Author: Caideyipi <[email protected]>
AuthorDate: Thu Dec 4 16:01:40 2025 +0800

    bug-fix
---
 .../org/apache/iotdb/db/pipe/sink/protocol/opcua/OpcUaNameSpace.java     | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/opcua/OpcUaNameSpace.java
 
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/opcua/OpcUaNameSpace.java
index 8209a44a876..a4d5515e3e0 100644
--- 
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/opcua/OpcUaNameSpace.java
+++ 
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/opcua/OpcUaNameSpace.java
@@ -498,6 +498,7 @@ public class OpcUaNameSpace extends 
ManagedNamespaceWithLifecycle {
       if (getNodeManager().containsNode(nodeId.get())) {
         results.add(
             new AddNodesResult(new StatusCode(StatusCodes.Bad_NodeIdExists), 
NodeId.NULL_VALUE));
+        continue;
       }
 
       // Check parent

Reply via email to