You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Vladimir Rodionov (JIRA)" <ji...@apache.org> on 2014/09/18 21:49:34 UTC

[jira] [Created] (HBASE-12022) Payloads on Failure attempt to serialize the byte[] into strings...

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)