[https://nvbugs/6211193][fix] etcd listen all interfaces - #14863
Conversation
|
/bot run --disable-fail-fast |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (2)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughThis PR fixes multi-node etcd service discovery by updating the test fixture to advertise client URLs for cross-node connectivity, and removes the corresponding test waiver so the test runs in CI with the corrected infrastructure. ChangesMulti-node etcd service discovery
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
PR_Github #51593 [ run ] triggered by Bot. Commit: |
The etcd server in the multi-node service discovery test was only listening on 127.0.0.1, causing clients on other nodes to fail to connect. Fix by passing --listen-client-urls http://0.0.0.0:2379. Also unwaive the test case. Signed-off-by: Lizhi Zhou <lizhiz@nvidia.com> Signed-off-by: Lizhi Zhou <1432185+reasonsolo@users.noreply.github.com>
4a3d600 to
3e1a3d1
Compare
|
/bot run --disable-fail-fast |
|
PR_Github #51593 [ run ] completed with state
|
|
PR_Github #51601 [ run ] triggered by Bot. Commit: |
|
PR_Github #51601 [ run ] completed with state
|
|
/bot run --disable-fail-fast |
|
PR_Github #51741 [ run ] triggered by Bot. Commit: |
|
/bot run --disable-fail-fast |
|
PR_Github #51790 [ run ] triggered by Bot. Commit: |
|
PR_Github #51741 [ run ] completed with state |
|
PR_Github #51790 [ run ] completed with state |
The etcd server in the multi-node service discovery test was only listening on 127.0.0.1, causing clients on other nodes to fail to connect. Fix by passing --listen-client-urls http://0.0.0.0:2379.
Also unwaive the test case.
Summary by CodeRabbit
Description
Test Coverage
PR Checklist
Please review the following before submitting your PR:
PR description clearly explains what and why. If using CodeRabbit's summary, please make sure it makes sense.
PR Follows TRT-LLM CODING GUIDELINES to the best of your knowledge.
Test cases are provided for new code paths (see test instructions)
If PR introduces API changes, an appropriate PR label is added - either
api-compatibleorapi-breaking. Forapi-breaking, includeBREAKINGin the PR title.Any new dependencies have been scanned for license and vulnerabilities
CODEOWNERS updated if ownership changes
Documentation updated as needed
Update tava architecture diagram if there is a significant design change in PR.
The reviewers assigned automatically/manually are appropriate for the PR.
Please check this after reviewing the above items as appropriate for this PR.
GitHub Bot Help
To see a list of available CI bot commands, please comment
/bot help.