Skip to content

Conversation

@C1R2S3
Copy link

@C1R2S3 C1R2S3 commented Jan 5, 2026

Fixes #55756

Problem:
In Cloud Mode, executing SHOW PROC '/colocation_group/{group_id}' returns empty results, while it works in Local Mode.

Solution:
Added a new method lookupForCloud in ColocationGroupProcDir.
This method retrieves the backend distribution from CloudSystemInfoService,
ensuring consistent behavior with Local Mode.

@Thearas
Copy link
Contributor

Thearas commented Jan 5, 2026

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?

@deardeng
Copy link
Contributor

deardeng commented Jan 9, 2026

https://github.com/apache/doris/pull/59685/files 这里看起来有个一样fix的pr

建议这个pr,也加个测试case

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.

[Good First Issue] Suppert show proc '/colocation_group/{group_id}' in cloud

3 participants