[
https://issues.apache.org/jira/browse/PHOENIX-2996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15603729#comment-15603729
]
Hudson commented on PHOENIX-2996:
---------------------------------
SUCCESS: Integrated in Jenkins build Phoenix-master #1449 (See
[https://builds.apache.org/job/Phoenix-master/1449/])
PHOENIX-2996 Process name of PQS should indicate its role (Ted Yu) (elserj: rev
a5bcb3ea9a86b800b44b1d7815b094d7a952a11b)
* (delete)
phoenix-queryserver/src/main/java/org/apache/phoenix/queryserver/server/Main.java
* (add)
phoenix-queryserver/src/main/java/org/apache/phoenix/queryserver/server/QueryServer.java
* (edit)
phoenix-queryserver/src/it/java/org/apache/phoenix/end2end/QueryServerBasicsIT.java
* (edit)
phoenix-queryserver/src/it/java/org/apache/phoenix/end2end/QueryServerThread.java
* (edit)
phoenix-queryserver/src/test/java/org/apache/phoenix/queryserver/server/PhoenixDoAsCallbackTest.java
* (edit) bin/queryserver.py
> Process name of PQS should indicate its role
> --------------------------------------------
>
> Key: PHOENIX-2996
> URL: https://issues.apache.org/jira/browse/PHOENIX-2996
> Project: Phoenix
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: Ted Yu
> Priority: Minor
> Fix For: 4.9.0, 4.8.2
>
> Attachments: 2996.v1.patch, 2996.v2.patch
>
>
> Currently we have:
> {code}
> * A query server for Phoenix over Calcite's Avatica.
> */
> public final class Main extends Configured implements Tool, Runnable {
> {code}
> Main would show up in the output of jps.
> The class name should be QueryServer or something similar so that user can
> tell its role from the output of jps
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)