Skip to content

Commit

Permalink
Stop job and secondary_master processes before starting them (#8389)
Browse files Browse the repository at this point in the history
Previously we would stop most processes, but not secondary_master or job.
This makes the behavior consistent across all processes
  • Loading branch information
aaudiber authored and calvinjia committed Feb 13, 2019
1 parent e12c620 commit 0e6847f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/alluxio-start.sh
Expand Up @@ -498,7 +498,7 @@ main() {

if [[ "${killonstart}" != "no" ]]; then
case "${ACTION}" in
all | local | master | masters | proxy | proxies | worker | workers | logserver)
all | local | master | masters | secondary_master | job_master | job_masters | proxy | proxies | worker | workers | job_worker | job_workers | logserver)
stop ${ACTION}
sleep 1
;;
Expand Down

0 comments on commit 0e6847f

Please sign in to comment.