[ https://issues.apache.org/jira/browse/HADOOP-8263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13250376#comment-13250376
]
Hudson commented on HADOOP-8263:
--------------------------------
Integrated in Hadoop-Common-trunk-Commit #2033 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2033/])
HADOOP-8263. Stringification of IPC calls not useful. Contributed by Todd Lipcon. (Revision
1311543)
Result = SUCCESS
todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1311543
Files :
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/ProtobufRpcEngine.java
> Stringification of IPC calls not useful
> ---------------------------------------
>
> Key: HADOOP-8263
> URL: https://issues.apache.org/jira/browse/HADOOP-8263
> Project: Hadoop Common
> Issue Type: Bug
> Components: ipc
> Affects Versions: 2.0.0
> Reporter: Todd Lipcon
> Assignee: Todd Lipcon
> Priority: Minor
> Fix For: 2.0.0
>
> Attachments: hadoop-8263.txt
>
>
> Since the Protobufification of Hadoop, the log messages on IPC exceptions on the server
side now read like:
> 12/04/09 16:04:06 INFO ipc.Server: IPC Server handler 9 on 8021, call org.apache.hadoop.ipc.ProtobufRpcEngine$RpcRequestWritable@7087e9bf
from 127.0.0.1:47989: error: org.apache.hadoop.ipc.StandbyException: Operation category READ
is not supported in state standby
> The call should instead stringify the method name and the request protobuf (perhaps abbreviated
if it is longer than a few hundred chars)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|