Skip to content

Conversation

@heguanhui
Copy link
Contributor

@heguanhui heguanhui commented Jan 9, 2026

What problem does this PR solve?

Currently, the SHOW BACKENDS command can only display information about all backend nodes and cannot filter based on specific backend IDs. When a cluster has a large number of backend nodes, it's difficult for users to quickly locate the status information of specific backends.
This feature solves the following problems:

Operational Efficiency: Administrators can quickly view the status of specific backend nodes without manually searching through all backends
Monitoring Integration: Facilitates monitoring systems to query the status of specific backends
Troubleshooting: When a backend has issues, you can quickly get detailed information about that backend

Problem Summary:

Feature Description
Enhances the SHOW BACKENDS command to support filtering backend nodes by ID, including both single ID and multiple IDs (comma-separated) filtering methods.

  • Test

    • Regression test
    • Unit Test
    • Manual test (add detailed scripts or steps below)
    • No need to test or manual test. Explain why:
      • This is a refactor/code format and no logic has been changed.
      • Previous test can cover this change.
      • No code files have been changed.
      • Other reason
        测试报告.docx
  • Behavior changed:

    • No.
    • Yes.
  • Does this need documentation?

    • No.
    • Yes.

Check List (For Reviewer who merge this PR)

  • Confirm the release note
  • Confirm test cases
  • Confirm document
  • Add branch pick label

@hello-stephen
Copy link
Contributor

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR.

Please clearly describe your PR:

  1. What problem was fixed (it's best to include specific error reporting information). How it was fixed.
  2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be.
  3. What features were added. Why was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?

@heguanhui heguanhui force-pushed the feature/support-backend-id-condition-for-show-backends branch from b36e4b6 to 0972263 Compare January 9, 2026 10:06
@heguanhui heguanhui force-pushed the feature/support-backend-id-condition-for-show-backends branch from 0972263 to 1207435 Compare January 9, 2026 10:49
@morningman morningman self-assigned this Jan 13, 2026
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