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

Minor bug fix for shell scripts in sandbox directory #898

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Feb 12, 2017

  1. 简单测试

    lpstudy committed Feb 12, 2017
    Configuration menu
    Copy the full SHA
    3d6e4a4 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2017

  1. change license (baidu#893)

    elithnever authored and Yang Ce committed May 23, 2017
    Configuration menu
    Copy the full SHA
    c946829 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2017

  1. Configuration menu
    Copy the full SHA
    833fae4 View commit details
    Browse the repository at this point in the history
  2. Minor bug fix for shell scripts in sandbox directory

    (baidu#897)
    deploy.sh:    extra x in "$1"x == "master_slave". Also add `-h` option which is common in linux shell scripts.
    start_bfs.sh: bfs can not work well with raft mode enabled with only sleeping 5 seconds, add 'sleep 30' when using raft mode.
    clear.sh:     redirect the error log message like `process not found` to `/dev/null`. It does no good but confuses the users.
    start_bfs.sh: `cd -` print the working directory which is useless. Add the server starting message like `start nameserver0 with pid xxx`
    lpstudy committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    ff898a4 View commit details
    Browse the repository at this point in the history