Skip to content

[To dev/1.3] Pipe: Added robustness to OPC UA measurement logic#17325

Merged
jt2594838 merged 2 commits intodev/1.3from
1.3-robust
Mar 20, 2026
Merged

[To dev/1.3] Pipe: Added robustness to OPC UA measurement logic#17325
jt2594838 merged 2 commits intodev/1.3from
1.3-robust

Conversation

@Caideyipi
Copy link
Collaborator

Description

Now in OPC UA, when a measurement is deleted and become a (or prefix of) new device, the data will cause a cast problem.
Master branch has already resolved the problem since in table model, a measurement field name may be a tag value. The fix is identical with master's code.


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

@sonarqubecloud
Copy link

@jt2594838 jt2594838 merged commit 0f12dc5 into dev/1.3 Mar 20, 2026
18 of 19 checks passed
@jt2594838 jt2594838 deleted the 1.3-robust branch March 20, 2026 04:51
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