Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Use same pid file name for both active server and standby server #2148

Merged
merged 1 commit into from
Apr 20, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ function init_command() {
;;
standby)
SMART_CLASSNAME=org.smartdata.server.SmartDaemon
SMART_PID_FILE=/tmp/SmartStandby.pid
SMART_PID_FILE=/tmp/SmartServer.pid
ALLOW_DAEMON_OPT=true
export SMART_LOG_FILE_NAME=${SMART_STANDBY_LOG_FILE_NAME}
export SMART_LOG_FILE=${SMART_LOG_DIR}/${SMART_LOG_FILE_NAME}
Expand Down