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 90e5145fc9c GOOD
90e5145fc9c is described below

commit 90e5145fc9c582866441dc2ce6992fed3ea06e4c
Author: Caideyipi <[email protected]>
AuthorDate: Thu Dec 4 14:43:37 2025 +0800

    GOOD
---
 .../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 4040ae0d7d2..560e188a60d 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
@@ -543,6 +543,7 @@ public class OpcUaNameSpace extends 
ManagedNamespaceWithLifecycle {
                   item.getReferenceTypeId(),
                   measurementNode.getNodeId().expanded(),
                   true));
+          results.add(new AddNodesResult(StatusCode.GOOD, 
measurementNode.getNodeId()));
         } else {
           results.add(
               new AddNodesResult(new StatusCode(StatusCodes.Bad_NodeIdExists), 
NodeId.NULL_VALUE));

Reply via email to