Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[computes] removed admissiond from impala readiness check #3947

Merged
merged 1 commit into from
Jan 22, 2025

Conversation

amitsrivastava
Copy link
Collaborator

admissiond check is no longer needed.
also fixed a few other bool conversions.

the is_ready field currently has minimal effect on the UI. We return the results sorting the computes with ready ones on the top while non-ready ones at the bottom. In future, we should update the UI to indicate if a compute is ready to accept queries or not.

This change also makes the compute.is_ready nullable/optional because it is not in full use yet and should not effect inserts and updates.

What changes were proposed in this pull request?

  • (Please fill in changes proposed in this fix)

How was this patch tested?

  • (Please explain how this patch was tested. Ex: unit tests, manual tests)
  • (If this patch involves UI changes, please attach a screen-shot; otherwise, remove this)

Please review Hue Contributing Guide before opening a pull request.

admissiond check is no longer needed.
also fixed a few other bool conversions.

the `is_ready` field currently has minimal effect on the UI. We return
the results sorting the computes with ready ones on the top while
non-ready ones at the bottom. In future, we should update the UI to
indicate if a compute is ready to accept queries or not.

This change also makes the compute.is_ready nullable/optional because
it is not in full use yet and should not effect inserts and updates.
@amitsrivastava amitsrivastava force-pushed the dev/amit/fix-impala-readiness-check branch from e38cdbd to 08969bc Compare January 22, 2025 17:46
Copy link
Collaborator

@athithyaaselvam athithyaaselvam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@amitsrivastava amitsrivastava merged commit d610479 into master Jan 22, 2025
6 checks passed
@amitsrivastava amitsrivastava deleted the dev/amit/fix-impala-readiness-check branch January 22, 2025 20:46
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