Skip to content

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

Merged
jt2594838 merged 53 commits intomasterfrom
client-opc
Dec 30, 2025

Conversation

@Caideyipi
Copy link
Copy Markdown
Collaborator

Description

As the title said.


This PR has:

  • been self-reviewed.
    • concurrent read
    • concurrent write
    • concurrent read and write
  • added documentation for new or modified features or behaviors.
  • added Javadocs for most classes and all non-trivial methods.
  • added or updated version, license, or notice information
  • added comments explaining the "why" and the intent of the code wherever would not be obvious
    for an unfamiliar reader.
  • added unit tests or modified existing tests to cover new code paths, ensuring the threshold
    for code coverage.
  • added integration tests.
  • been tested in a test IoTDB cluster.

Key changed/added classes (or packages if there are too many classes) in this PR

@codecov
Copy link
Copy Markdown

codecov bot commented Dec 22, 2025

Codecov Report

❌ Patch coverage is 25.62674% with 267 lines in your changes missing coverage. Please review.
✅ Project coverage is 39.30%. Comparing base (9b3bdc4) to head (803825c).
⚠️ Report is 12 commits behind head on master.

Files with missing lines Patch % Lines
...e/sink/protocol/opcua/client/IoTDBOpcUaClient.java 0.00% 108 Missing ⚠️
...e/iotdb/db/pipe/sink/protocol/opcua/OpcUaSink.java 51.78% 54 Missing ⚠️
...otocol/opcua/client/IoTDBKeyStoreLoaderClient.java 0.00% 46 Missing ⚠️
.../pipe/sink/protocol/opcua/client/ClientRunner.java 0.00% 42 Missing ⚠️
...sink/protocol/opcua/server/OpcUaServerBuilder.java 62.96% 10 Missing ⚠️
...ipe/sink/protocol/opcua/server/OpcUaNameSpace.java 75.00% 5 Missing ⚠️
...ueryengine/plan/relational/sql/ast/CreatePipe.java 0.00% 2 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Caideyipi Caideyipi changed the title Pipe: Implemented OPC Sink for outer server Pipe: Implemented OPC Sink for outer server & Set configuration and changed the default value of the server security policies Dec 24, 2025
@Caideyipi Caideyipi changed the title Pipe: Implemented OPC Sink for outer server & Set configuration and changed the default value of the server security policies 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 Dec 25, 2025
@sonarqubecloud
Copy link
Copy Markdown

@jt2594838 jt2594838 merged commit cb18a95 into master Dec 30, 2025
52 of 64 checks passed
@jt2594838 jt2594838 deleted the client-opc branch December 30, 2025 03:55
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants