Observability: pxf_stat_activity and pxf_cancel_backend - #124
Merged
Conversation
Collaborator
Author
|
Moved test-related code to separate PR #125 in order to keep PR focused. |
leborchuk
reviewed
Jul 13, 2026
ostinru
force-pushed
the
pxf_stat_activity
branch
from
July 13, 2026 21:41
24eb226 to
691ac21
Compare
# Conflicts: # .github/workflows/pxf-ci.yml # automation/src/test/java/org/apache/cloudberry/pxf/automation/features/extension/PxfExtensionTest.java # automation/src/test/java/org/apache/cloudberry/pxf/automation/features/extension/PxfFdwExtensionTest.java # ci/docker/pxf-cbdb-dev/common/script/run_tests.sh
ostinru
force-pushed
the
pxf_stat_activity
branch
from
August 5, 2026 09:24
691ac21 to
fe63f6b
Compare
Collaborator
Author
|
I have tests this PR in order to detect any password leakage to Also, secret in jdbc URL: with S3: |
ostinru
marked this pull request as ready for review
August 10, 2026 11:15
ostinru
marked this pull request as draft
August 17, 2026 18:02
ostinru
marked this pull request as ready for review
August 25, 2026 18:28
Collaborator
Author
|
|
MisterRaindrop
approved these changes
Aug 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add
pxf_stat_activityAdd
pxf_stat_activityto help DBAs find out what happening inside PXF server.Add
pxf_cancel_backendandpxf_interrupt_backendAdd
pxf_cancel_backendandpxf_interrupt_backendto allow killing running queries.Update tests