We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cacf806 commit 20095a1Copy full SHA for 20095a1
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/opcua/client/ClientRunner.java
@@ -123,10 +123,10 @@ public void run() {
123
future.get(
124
PipeConfig.getInstance().getPipeConnectorHandshakeTimeoutMs(), TimeUnit.MICROSECONDS);
125
} catch (final Exception e) {
126
- throw new PipeException("Error running client example: " + e.getMessage());
+ throw new PipeException("Error running opc client: " + e.getMessage());
127
}
128
129
- throw new PipeException("Error getting client: " + e.getMessage());
+ throw new PipeException("Error getting opc client: " + e.getMessage());
130
131
132
0 commit comments