You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Liyin Tang (JIRA)" <ji...@apache.org> on 2012/06/01 20:52:22 UTC

[jira] [Created] (HBASE-6148) [89-fb] Avoid allocating large objects when reading corrupted RPC

Liyin Tang created HBASE-6148:
---------------------------------

             Summary: [89-fb] Avoid allocating large objects when reading corrupted RPC
                 Key: HBASE-6148
                 URL: https://issues.apache.org/jira/browse/HBASE-6148
             Project: HBase
          Issue Type: Improvement
            Reporter: Liyin Tang


Recently RegionServer allocates very large objects when reading some corrupted RPC calls, which may caused by client-server version incompatibility. We need to add a protection before allocating the objects. 

Apache trunk won't suffer from this problem since it had moved to the versioned invocation.

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