Pipe: Implemented OPC Sink for outer server & Set configuration and changed the default value of the server security policies & Made the default quality configurable and does not throw when non-value/quality measurement is encountered#16944
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #16944 +/- ##
============================================
+ Coverage 39.18% 39.30% +0.12%
Complexity 212 212
============================================
Files 5053 5056 +3
Lines 335671 337506 +1835
Branches 42812 42956 +144
============================================
+ Hits 131525 132653 +1128
- Misses 204146 204853 +707 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
...main/java/org/apache/iotdb/db/pipe/sink/protocol/opcua/client/IoTDBKeyStoreLoaderClient.java
Fixed
Show fixed
Hide fixed
...main/java/org/apache/iotdb/db/pipe/sink/protocol/opcua/client/IoTDBKeyStoreLoaderClient.java
Fixed
Show fixed
Hide fixed
...main/java/org/apache/iotdb/db/pipe/sink/protocol/opcua/client/IoTDBKeyStoreLoaderClient.java
Fixed
Show fixed
Hide fixed
...main/java/org/apache/iotdb/db/pipe/sink/protocol/opcua/client/IoTDBKeyStoreLoaderClient.java
Fixed
Show fixed
Hide fixed
...main/java/org/apache/iotdb/db/pipe/sink/protocol/opcua/client/IoTDBKeyStoreLoaderClient.java
Fixed
Show fixed
Hide fixed
jt2594838
approved these changes
Dec 25, 2025
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/opcua/OpcUaSink.java
Outdated
Show resolved
Hide resolved
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/opcua/OpcUaSink.java
Show resolved
Hide resolved
...node/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/opcua/client/IoTDBOpcUaClient.java
Show resolved
Hide resolved
...node/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/opcua/client/IoTDBOpcUaClient.java
Outdated
Show resolved
Hide resolved
jt2594838
reviewed
Dec 26, 2025
integration-test/src/test/java/org/apache/iotdb/pipe/it/single/IoTDBPipeOPCUAIT.java
Show resolved
Hide resolved
|
jt2594838
approved these changes
Dec 30, 2025
Caideyipi
added a commit
that referenced
this pull request
Mar 26, 2026
…hanged the default value of the server security policies & Made the default quality configurable and does not throw when non-value/quality measurement is encountered (#16944) * pj * cj * bone * fix * fix * framework * fix * trilog * framework * fix * fix * yl * stack-client * fix * might * sleep-removal * cleaning * fix * sec-dir * cleaning * remove-poison * f * fix * clean-sit * sit-comp * object * many-clean * sit-sit * fix * fix * fix * ref * sit * partial * security-policies * check-equals * check-err * fix * compile-fix * adjust * ut * refactor * fix_and_IT * fix * placeholder * rollback * eliminate-fault * pw * fix * f * fix (cherry picked from commit cb18a95)
Caideyipi
added a commit
that referenced
this pull request
Mar 26, 2026
…hanged the default value of the server security policies & Made the default quality configurable and does not throw when non-value/quality measurement is encountered (#16944) fix Pipe: Fixed the OPC UA client connection problem (#17083) * fix * IT (cherry picked from commit 82f7ca6) spt Optimized the logger when table does not exist in DN heartbeat && Pipe: Fixed the OPC UA Sink key getter logic and potentail NPE when closing client && Load: Fixed the missing schema writing for "root" table (#17063) * root-fix * f * fix * rest * spls * gsa * fix (cherry picked from commit 5101489) fix Pipe: Implemented OPC Sink for outer server & Set configuration and changed the default value of the server security policies & Made the default quality configurable and does not throw when non-value/quality measurement is encountered (#16944) * pj * cj * bone * fix * fix * framework * fix * trilog * framework * fix * fix * yl * stack-client * fix * might * sleep-removal * cleaning * fix * sec-dir * cleaning * remove-poison * f * fix * clean-sit * sit-comp * object * many-clean * sit-sit * fix * fix * fix * ref * sit * partial * security-policies * check-equals * check-err * fix * compile-fix * adjust * ut * refactor * fix_and_IT * fix * placeholder * rollback * eliminate-fault * pw * fix * f * fix (cherry picked from commit cb18a95)
jt2594838
pushed a commit
that referenced
this pull request
Mar 27, 2026
…hanged the default value of the server security policies & Made the default quality configurable and does not throw when non-value/quality measurement is encountered (#16944) (#17367) fix Pipe: Fixed the OPC UA client connection problem (#17083) * fix * IT (cherry picked from commit 82f7ca6) spt Optimized the logger when table does not exist in DN heartbeat && Pipe: Fixed the OPC UA Sink key getter logic and potentail NPE when closing client && Load: Fixed the missing schema writing for "root" table (#17063) * root-fix * f * fix * rest * spls * gsa * fix (cherry picked from commit 5101489) fix Pipe: Implemented OPC Sink for outer server & Set configuration and changed the default value of the server security policies & Made the default quality configurable and does not throw when non-value/quality measurement is encountered (#16944) * pj * cj * bone * fix * fix * framework * fix * trilog * framework * fix * fix * yl * stack-client * fix * might * sleep-removal * cleaning * fix * sec-dir * cleaning * remove-poison * f * fix * clean-sit * sit-comp * object * many-clean * sit-sit * fix * fix * fix * ref * sit * partial * security-policies * check-equals * check-err * fix * compile-fix * adjust * ut * refactor * fix_and_IT * fix * placeholder * rollback * eliminate-fault * pw * fix * f * fix (cherry picked from commit cb18a95)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description
As the title said.
This PR has:
for an unfamiliar reader.
for code coverage.
Key changed/added classes (or packages if there are too many classes) in this PR