[
https://issues.apache.org/jira/browse/KUDU-543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15259744#comment-15259744
]
Todd Lipcon commented on KUDU-543:
----------------------------------
https://github.com/GoogleCloudPlatform/cloud-bigtable-client/issues/407 is an
interesting related issue that Cloud Bigtable hit. Their solution seems to be
to just increase max frame size a lot :)
> With big rows we can easily get a scan response that is higher than our max
> allowed frame size
> ----------------------------------------------------------------------------------------------
>
> Key: KUDU-543
> URL: https://issues.apache.org/jira/browse/KUDU-543
> Project: Kudu
> Issue Type: Bug
> Components: tserver
> Affects Versions: M4.5
> Reporter: David Alves
>
> Our minimum scanning unit is a row block. If an (encoded) row block is bigger
> than the max frame size we cannot send it through the wire. We need to be
> able to split into smaller units so that we always send less than the frame
> size.
> Steps to repro: create a bunch of rows with 128kb and try to scan them.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)