-
Notifications
You must be signed in to change notification settings - Fork 3.7k
fix(docs): incorrect command name and description for autorecovery #12989
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
Conversation
Signed-off-by: Eric Shen <ericshenyuhao@outlook.com>
Signed-off-by: Eric Shen <ericshenyuhao@outlook.com>
|
@Anonymitaet PTAL |
site2/docs/reference-cli-tools.md
Outdated
| |Flag|Description|Default| | ||
| |---|---|---| | ||
| |`-c`, `--conf`|Configuration for the auto-recovery daemon|| | ||
| |`-c`, `--conf`|Configuration for the autorecovery|| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
auto-recovery (or auto recovery) is a correct word in the description, why modify that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree, we should keep the auto-recovery term.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, I updated in 94ebed6
Signed-off-by: Eric Shen <ericshenyuhao@outlook.com>
site2/docs/reference-cli-tools.md
Outdated
| |`-c`, `--conf`|Configuration for the auto-recovery|| | ||
| |-readOnly|Force start a read-only bookie server|false| | ||
| |-withAutoRecovery|Start auto-recovery service bookie server|false| | ||
| |-withAutoRecovery|Start autorecovery service bookie server|false| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you miss this one? (and many other places)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok i will take a full check on it.
Signed-off-by: Eric Shen <ericshenyuhao@outlook.com>
Signed-off-by: Eric Shen <ericshenyuhao@outlook.com>
|
/pulsarbot run-failure-checks |
…pache#12989) * fix(docs): incorrect command name and description for autorecovery Signed-off-by: Eric Shen <ericshenyuhao@outlook.com> * update description Signed-off-by: Eric Shen <ericshenyuhao@outlook.com> * rollback to auto-recovery term Signed-off-by: Eric Shen <ericshenyuhao@outlook.com> * fix missing Signed-off-by: Eric Shen <ericshenyuhao@outlook.com> * fix missing Signed-off-by: Eric Shen <ericshenyuhao@outlook.com>
Signed-off-by: Eric Shen ericshenyuhao@outlook.com
Motivation
The command name and description of
bin/bookkeeper autorecoveryare not correct on docs now:bin/bookkeeper autorecoveryrather thanbin/bookkeeper auto-recoverybin/bookkeeper autorecoverywon't start autorecovery in daemon, PTAL the fix PR fix(cli): incorrect description for autodiscovery bookkeeper#2910. The daemon command is not supported onbin/pulsar-daemon, so i submitted a PR for it: feat(cli): support autorecovery service in pulsar cli #12985Modifications
bin/bookkeeper auto-recoverytobin/bookkeeper autorecoveryon related docs.Verifying this change
(Please pick either of the following options)
This change is a trivial rework / code cleanup without any test coverage.
(or)
This change is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows:
(example:)
Does this pull request potentially affect one of the following parts:
If
yeswas chosen, please highlight the changesDocumentation
Check the box below and label this PR (if you have committer privilege).
Need to update docs?
doc-required(If you need help on updating docs, create a doc issue)
no-need-doc(Please explain why)
doc(If this PR contains doc changes)