Skip to content

fix(client-cpp): ignore 0.0.0.0 in write redirection#17777

Merged
JackieTien97 merged 1 commit into
apache:dev/1.3from
hongzhi-gao:fix/cpp-write-redirection-wildcard-1.3
May 28, 2026
Merged

fix(client-cpp): ignore 0.0.0.0 in write redirection#17777
JackieTien97 merged 1 commit into
apache:dev/1.3from
hongzhi-gao:fix/cpp-write-redirection-wildcard-1.3

Conversation

@hongzhi-gao

Copy link
Copy Markdown
Contributor

Description

Align C++ write redirection with Java/Python by skipping wildcard redirect endpoints instead of 127.0.0.1.

Content1 ...

Content2 ...

Content3 ...


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

Align C++ write redirection with Java/Python by skipping wildcard redirect endpoints instead of 127.0.0.1.
@hongzhi-gao hongzhi-gao force-pushed the fix/cpp-write-redirection-wildcard-1.3 branch from b5bca83 to 17d702e Compare May 27, 2026 07:43
@JackieTien97 JackieTien97 merged commit 93275a6 into apache:dev/1.3 May 28, 2026
32 of 44 checks passed
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.

3 participants