Vladimir Rodionov created HBASE-12022:
-----------------------------------------
Summary: 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
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)