You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Read MaxNodesPerWrite and MaxNodesPerNodeManagement from connected OPC UA servers.
Split Write and AddNodes requests according to the advertised limits, including aggregated last-value transfers.
Keep the built-in IoTDB OPC UA server unchanged: its Pipe path updates UaNode objects directly in-process and does not issue OPC UA service requests, so these network operation limits do not apply.
Validation
IoTDBOpcUaClientTest
Targeted DataNode compilation and Spotless checks passed.
The built-in server-only experiment was reverted in a5f2ef8da9e; the original implementation remains available as b67c2656640 if a future external-client use case requires it.
Localize newly added log messages" body="The three newly added log messages are hard-coded English literals. This bypasses IoTDB's compile-time i18n mechanism, so the with-zh-locale build will still emit English for these messages. Please move the complete templates into the corresponding DataNodePipeMessages constants in both en and zh, preserving the {} placeholders, and reference those constants here."
Applied in 6dd7263. The three OPC UA operation-limit log templates now live in DataNodePipeMessages for both en and zh, with the {} placeholders preserved, and IoTDBOpcUaClient references those constants. Verified with Spotless, IoTDBOpcUaClientTest (6 tests), and datanode test-compile under with-zh-locale. The default-locale full reactor compiled through all source modules; only distribution failed afterward because an external 97 MB snapshot download ended prematurely.
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
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.
Summary
MaxNodesPerWriteandMaxNodesPerNodeManagementfrom connected OPC UA servers.WriteandAddNodesrequests according to the advertised limits, including aggregated last-value transfers.UaNodeobjects directly in-process and does not issue OPC UA service requests, so these network operation limits do not apply.Validation
IoTDBOpcUaClientTesta5f2ef8da9e; the original implementation remains available asb67c2656640if a future external-client use case requires it.Hotfix counterpart: https://gitlab.timecho.com/r-d/db/timechodb/-/merge_requests/6820