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:54:34 UTC

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

     [ https://issues.apache.org/jira/browse/HBASE-12022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Rodionov updated HBASE-12022:
--------------------------------------
    Attachment: HBASE-12022.patch

Patch attached.

> 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)