Istvan Toth created PHOENIX-6994:
------------------------------------
Summary: Do not duplicate options specified in
PHOENIX_QUERYSERVER_OPTS in queryserver.py
Key: PHOENIX-6994
URL: https://issues.apache.org/jira/browse/PHOENIX-6994
Project: Phoenix
Issue Type: Bug
Components: queryserver
Affects Versions: queryserver-6.0.0
Reporter: Istvan Toth
The PQS startup script adds several logging-related properties.
Unlike Java 8, Java 11 seems to use the system properties specified first, not
last, so we cannot override these from PHOENIX_QUERYSERVER_OPTS.
Do not automatically add these properties, but check PHOENIX_QUERYSERVER_OPTS,
and omit them if they are specified there.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)