[
https://issues.apache.org/jira/browse/PHOENIX-7020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17755868#comment-17755868
]
ASF GitHub Bot commented on PHOENIX-7020:
-----------------------------------------
stoty closed pull request #133: PHOENIX-7020 Queryserver fail to stop if
PHOENIX_QUERYSERVER_LOG_DIR is changed
URL: https://github.com/apache/phoenix-queryserver/pull/133
> Queryserver fail to stop if PHOENIX_QUERYSERVER_LOG_DIR is changed
> ------------------------------------------------------------------
>
> Key: PHOENIX-7020
> URL: https://issues.apache.org/jira/browse/PHOENIX-7020
> Project: Phoenix
> Issue Type: Bug
> Components: queryserver
> Affects Versions: 5.1.2
> Environment: Centos
> Reporter: guluo
> Priority: Major
>
> Reproduction steps:
> 1 Starting Queryserver by executing script, as follow
> {code:java}
> //代码占位符
> export PHOENIX_QUERYSERVER_LOG_DIR=/var/log/phoenix
> ./queryserver.py start {code}
> 2 Changing the PHOENIX_QUERYSERVER_LOG_DIR and stopping the queryserver,as
> follow
> {code:java}
> //代码占位符
> export PHOENIX_QUERYSERVER_LOG_DIR=/var/log/phoenix01
> ./queryserver.py stop{code}
> 3 we would fail to stop queryserver if PHOENIX_QUERYSERVER_LOG_DIR does not
> exists.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)