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

Fix #2022, Support master and standby server on a single node #2027

Merged
merged 8 commits into from
Dec 10, 2018
Merged

Fix #2022, Support master and standby server on a single node #2027

merged 8 commits into from
Dec 10, 2018

Conversation

rui-mo
Copy link
Collaborator

@rui-mo rui-mo commented Dec 6, 2018

No description provided.

@PHILO-HE PHILO-HE self-assigned this Dec 6, 2018
@PHILO-HE PHILO-HE self-requested a review December 6, 2018 10:19
@@ -184,8 +186,6 @@ Enter into ${SMART_HOME} directory for running SSM. You can type `./bin/ssm vers
`--config <config-dir>` can be used to specify where the config directory is.
`${SMART_HOME}/conf` is the default config directory if the config option is not used.

`--debug [master] [standby] [agent]` can be used to debug different targets.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems that this line should be kept.

@@ -200,8 +200,6 @@ Enter into ${SMART_HOME} directory for running SSM. You can type `./bin/ssm vers

`./bin/start-agent.sh [--host .. --config ..]`

`--debug` can be used to debug smart agent.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As same as the above.

@@ -54,10 +54,6 @@ while [ $# != 0 ]; do
The default one is localhost. "
shift
;;
"--help" | "-h")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to be kept.

@@ -63,10 +63,6 @@ while [ $# != 0 ]; do
-format Format the configured database."
shift
;;
"--help" | "-h")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to be kept.

All logs will go to smartserver-$hostname-$user.log under ${SMART_HOME}/logs directory.
Logs for master server will go to smartserver-master-$hostname-$user.log under ${SMART_HOME}/logs directory.

Logs for standby server will go to smartserver-standy-$hostname-$user.log under ${SMART_HOME}/logs directory.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

standy -> standby

@PHILO-HE PHILO-HE merged commit 99708a0 into Intel-bigdata:trunk Dec 10, 2018
@PHILO-HE PHILO-HE changed the title #2022 Support master and standby server on a single node Fix #2022, Support master and standby server on a single node Apr 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants