guluo created PHOENIX-7020:
------------------------------
Summary: 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
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 start {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)