[ 
https://issues.apache.org/jira/browse/PHOENIX-7020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Istvan Toth resolved PHOENIX-7020.
----------------------------------
    Fix Version/s: queryserver-6.0.1
       Resolution: Fixed

Committed to master after squashing and changing the commit message.
Thanks for the patch [~guluo] .

> 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
>             Fix For: queryserver-6.0.1
>
>
> 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)

Reply via email to