-
Notifications
You must be signed in to change notification settings - Fork 148
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
[Subtask] Service's start & stop & restart through Cli
#846
Comments
@smallzhongfeng Can you assign this issue to me? |
9 tasks
smallzhongfeng
changed the title
[Subtask] Service's start & stop & restart through Cli
[Subtask] Service's start & stop & restart through Apr 27, 2023
Cli
I will submit the code as soon as possible, 2-3days. |
@slfan1989 We usually use rest api to control admin service. If we need add api, we would better add rest api. Could we keep consistent with other operation. You can refer to #684 |
slfan1989
pushed a commit
to slfan1989/incubator-uniffle
that referenced
this issue
Jun 4, 2023
slfan1989
pushed a commit
to slfan1989/incubator-uniffle
that referenced
this issue
Jun 20, 2023
slfan1989
pushed a commit
to slfan1989/incubator-uniffle
that referenced
this issue
Jun 21, 2023
slfan1989
pushed a commit
to slfan1989/incubator-uniffle
that referenced
this issue
Jun 21, 2023
slfan1989
pushed a commit
to slfan1989/incubator-uniffle
that referenced
this issue
Jun 21, 2023
slfan1989
pushed a commit
to slfan1989/incubator-uniffle
that referenced
this issue
Jun 21, 2023
slfan1989
pushed a commit
to slfan1989/incubator-uniffle
that referenced
this issue
Jul 19, 2023
slfan1989
pushed a commit
to slfan1989/incubator-uniffle
that referenced
this issue
Jul 19, 2023
slfan1989
pushed a commit
to slfan1989/incubator-uniffle
that referenced
this issue
Jul 19, 2023
jerqi
pushed a commit
that referenced
this issue
Jul 19, 2023
### What changes were proposed in this pull request? We support starting and stopping services using CLI commands. - Command 1: uniffle --daemon start coordinator ``` coordinator start success, is running as process 61743. ``` - Command 2: uniffle --daemon stop coordinator ``` coordinator stop success. ``` - Command 3: uniffle --daemon status coordinator > If the service is started ``` coordinator is running as process 62087. ``` > If the service is stoped ``` coordinator is stopped. ``` ### Why are the changes needed? Supporting service start and stop functionality using CLI commands is part of this PR. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Testing environment verification. Co-authored-by: slfan1989 <louj1988@@>
slfan1989
pushed a commit
to slfan1989/incubator-uniffle
that referenced
this issue
Jul 28, 2023
slfan1989
pushed a commit
to slfan1989/incubator-uniffle
that referenced
this issue
Jul 28, 2023
slfan1989
pushed a commit
to slfan1989/incubator-uniffle
that referenced
this issue
Aug 2, 2023
slfan1989
pushed a commit
to slfan1989/incubator-uniffle
that referenced
this issue
Aug 5, 2023
slfan1989
pushed a commit
to slfan1989/incubator-uniffle
that referenced
this issue
Aug 5, 2023
slfan1989
pushed a commit
to slfan1989/incubator-uniffle
that referenced
this issue
Aug 5, 2023
slfan1989
pushed a commit
to slfan1989/incubator-uniffle
that referenced
this issue
Aug 5, 2023
slfan1989
pushed a commit
to slfan1989/incubator-uniffle
that referenced
this issue
Aug 5, 2023
slfan1989
pushed a commit
to slfan1989/incubator-uniffle
that referenced
this issue
Aug 8, 2023
slfan1989
pushed a commit
to slfan1989/incubator-uniffle
that referenced
this issue
Aug 8, 2023
slfan1989
pushed a commit
to slfan1989/incubator-uniffle
that referenced
this issue
Aug 8, 2023
slfan1989
pushed a commit
to slfan1989/incubator-uniffle
that referenced
this issue
Aug 8, 2023
slfan1989
pushed a commit
to slfan1989/incubator-uniffle
that referenced
this issue
Aug 8, 2023
slfan1989
pushed a commit
to slfan1989/incubator-uniffle
that referenced
this issue
Aug 9, 2023
slfan1989
pushed a commit
to slfan1989/incubator-uniffle
that referenced
this issue
Aug 9, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code of Conduct
Search before asking
Describe the subtask
Start services through cli (including
shuffleServer
,coordinator
)Parent issue
#758
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: