You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Todd Lipcon (JIRA)" <ji...@apache.org> on 2016/12/19 05:03:58 UTC

[jira] [Resolved] (KUDU-1524) Flushing large compressed values can cause a crash

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

Todd Lipcon resolved KUDU-1524.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 1.2.0

It's now disallowed to insert large values due to KUDU-1775

> Flushing large compressed values can cause a crash
> --------------------------------------------------
>
>                 Key: KUDU-1524
>                 URL: https://issues.apache.org/jira/browse/KUDU-1524
>             Project: Kudu
>          Issue Type: Bug
>          Components: cfile
>            Reporter: Jean-Daniel Cryans
>            Priority: Critical
>             Fix For: 1.2.0
>
>
> It's possible right now to insert values that cannot be flushed. If a column is configured to be compressed, the block compressor will limit blocks to 16MB so if a large value isn't compressible, it won't be flushable. It will show up like this in the log:
> {noformat}
> Invalid argument: Flush to disk failed: estimated max size 29545252 is greater than the expected 16777216
> {noformat}
> Once this happens it's impossible to bring the server back since it will bootstrap the tablet, try flushing again, and crash.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)