[
https://issues.apache.org/jira/browse/PHOENIX-6994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17774075#comment-17774075
]
ASF GitHub Bot commented on PHOENIX-6994:
-----------------------------------------
stoty opened a new pull request, #138:
URL: https://github.com/apache/phoenix-queryserver/pull/138
…R_OPTS in queryserver.py
> 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
> Assignee: Istvan Toth
> Priority: Major
>
> 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)