[
https://issues.apache.org/jira/browse/HBASE-14076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14628998#comment-14628998
]
Esteban Gutierrez commented on HBASE-14076:
-------------------------------------------
Patch uses {{ProtobufUtil.mergeDelimitedFrom()}} that was introduced in
HBASE-13230 and instead of backporting 13230 to master I think the fix can live
for now in the hbase-11339 branch until it gets merged to trunk.
> ResultSerialization and MutationSerialization can throw
> InvalidProtocolBufferException when serializing a cell larger than 64MB
> -------------------------------------------------------------------------------------------------------------------------------
>
> Key: HBASE-14076
> URL: https://issues.apache.org/jira/browse/HBASE-14076
> Project: HBase
> Issue Type: Bug
> Affects Versions: 2.0.0, hbase-11339, 1.2.0
> Reporter: Esteban Gutierrez
> Assignee: Esteban Gutierrez
> Attachments: HBASE-14076.hbase-11339.patch
>
>
> This was reported in CRUNCH-534 but is a problem how we handle
> deserialization of large Cells (> 64MB) in ResultSerialization and
> MutationSerialization.
> The fix is just re-using what it was done in HBASE-13230.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)