Hyunsik Choi created TAJO-129:
---------------------------------
Summary: Enable the constructor of NettyServerBase to take service
name
Key: TAJO-129
URL: https://issues.apache.org/jira/browse/TAJO-129
Project: Tajo
Issue Type: Task
Reporter: Hyunsik Choi
The rpc server class NettyServerBase does not take service name. So, it outputs
the info log messages as follows:
{noformat}
2013-08-14 18:02:43,423 INFO rpc.NettyServerBase
(NettyServerBase.java:start(84)) - RpcServer on /127.0.0.1:56135
{noformat}
But, this way makes debugging very hard because users cannot recognize the port
bound to any service. We need to enable the constructor of NettyServerBase to
take service name and provide some access methods.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira