Pipe: Fixed the OPC UA client connection problem#17083
Merged
Conversation
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #17083 +/- ##
=========================================
Coverage 39.06% 39.07%
Complexity 282 282
=========================================
Files 5126 5126
Lines 343001 343053 +52
Branches 43746 43751 +5
=========================================
+ Hits 134010 134033 +23
- Misses 208991 209020 +29 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Caideyipi
added a commit
that referenced
this pull request
Mar 26, 2026
* fix * IT (cherry picked from commit 82f7ca6)
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
The OPC clients may flood to the receiver when there are multiple regions. However, the OPC Server has rates limit and will reject client connections if they're too often. Thus, I:
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