Add libssh2-devel package for gpfdist SFTP protocol#1396
Merged
tuhaihe merged 2 commits intoapache:mainfrom Oct 17, 2025
Merged
Add libssh2-devel package for gpfdist SFTP protocol#1396tuhaihe merged 2 commits intoapache:mainfrom
tuhaihe merged 2 commits intoapache:mainfrom
Conversation
protocol gpfdist, Cloudberry's parallel file distribution program, traditionally required data files to be co-located with the gpfdist process. This limitation made it cumbersome to load data from remote servers, often requiring an extra data transfer step. This commit addresses the issue of gpfdist logs continuously growing and occupying a large amount of disk space in a persistent working scenario. libssh2-devel is introduced as a dependency package for the new feature in the PR apache#1226.
Member
|
Hi @ZTE-EBASE, please also add the dependency to this Ubuntu Dockerfile: https://github.com/apache/cloudberry/blob/main/devops/deploy/docker/build/ubuntu22.04/Dockerfile. |
Installing libssh2 Dependencies on Ubuntu (dockerfile)
Author
|
Hi,Could you send the specific information of the error logs and the use cases? |
Author
|
Hi, What is the command to install the libssh2 dependency on Ubuntu? -- libssh2-1-dev is wrong? |
Member
Hi there, |
tuhaihe
approved these changes
Oct 17, 2025
Member
tuhaihe
left a comment
There was a problem hiding this comment.
LGTM. Thanks for your contribution.
Contributor
|
Should we squash the commits into one to keep the history simple and clean? |
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.
gpfdist, Cloudberry's parallel file distribution program, traditionally required data files to be co-located with the gpfdist process. This limitation made it cumbersome to load data from remote servers, often requiring an extra data transfer step. This commit addresses the issue of gpfdist logs continuously growing and occupying a large amount of disk space in a persistent working scenario.
libssh2-devel is introduced as a dependency package for the new feature in the PR #1226.
Fixes #ISSUE_Number
What does this PR do?
Type of Change
Breaking Changes
Test Plan
make installcheckmake -C src/test installcheck-cbdb-parallelImpact
Performance:
User-facing changes:
Dependencies:
Checklist
Additional Context
CI Skip Instructions