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

fix(admin-cli): fix the command reports incorrect ERR_INVALID_PARAMETERS error #1699

Merged
merged 2 commits into from
Nov 29, 2023

Conversation

acelyc111
Copy link
Member

@acelyc111 acelyc111 commented Nov 29, 2023

#1698

Do not set the backupPath field of StartBackupAppRequest if it's not set
to avoid an ERR_INVALID_PARAMETERS error from server. The error is caused
by a conflict check on server side between StartBackupAppRequest.backupPath
and [block_service.hdfs_service].{args}, the latter has defined a default
backup path.

@acelyc111 acelyc111 marked this pull request as ready for review November 29, 2023 08:42
@empiredan empiredan merged commit 432499f into apache:master Nov 29, 2023
24 checks passed
GehaFearless pushed a commit to GehaFearless/incubator-pegasus that referenced this pull request Feb 28, 2024
…ERS error (apache#1699)

apache#1698

Do not set the `backupPath` field of `StartBackupAppRequest` if it's not set
to avoid an `ERR_INVALID_PARAMETERS` error from server. The error is caused
by a conflict check on server side between `StartBackupAppRequest.backupPath`
and `[block_service.hdfs_service].{args}`, the latter has defined a default
backup path.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants