[
https://issues.apache.org/jira/browse/HBASE-12022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14141023#comment-14141023
]
Hudson commented on HBASE-12022:
--------------------------------
SUCCESS: Integrated in HBase-0.94-JDK7 #182 (See
[https://builds.apache.org/job/HBase-0.94-JDK7/182/])
HBASE-12022 Payloads on Failure attempt to serialize the byte[] into strings.
(Vladimir Rodionov) (larsh: rev 0058e7aacee0a10d020590ce2c2485c53f54e270)
* src/main/java/org/apache/hadoop/hbase/ipc/HBaseServer.java
> Payloads on Failure attempt to serialize the byte[] into strings.
> -----------------------------------------------------------------
>
> Key: HBASE-12022
> URL: https://issues.apache.org/jira/browse/HBASE-12022
> Project: HBase
> Issue Type: Bug
> Components: IPC/RPC
> Affects Versions: 0.94.23
> Reporter: Vladimir Rodionov
> Assignee: Vladimir Rodionov
> Priority: Trivial
> Fix For: 0.94.24
>
> Attachments: HBASE-12022.patch
>
>
> HBaseServer$HandlerRun
> LOG.debug(getName()", call "+call": error: " + e, e);
> errorClass = e.getClass().getName();
> error = StringUtils.stringifyException(e);
> Whether or not we are at a debug level, we will serialize the call... Our
> call has a shit load of KVPairs as byte[]... These need to be at least
> wrapped in LOG.isDebugEnabled blocks.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)