You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Grant Henke (Jira)" <ji...@apache.org> on 2020/06/01 14:29:00 UTC

[jira] [Resolved] (KUDU-1179) Creating table with split keys from the wrong schema may crash Master

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

Grant Henke resolved KUDU-1179.
-------------------------------
    Fix Version/s: NA
       Resolution: Cannot Reproduce

> Creating table with split keys from the wrong schema may crash Master
> ---------------------------------------------------------------------
>
>                 Key: KUDU-1179
>                 URL: https://issues.apache.org/jira/browse/KUDU-1179
>             Project: Kudu
>          Issue Type: Bug
>          Components: master
>    Affects Versions: 1.2.0
>            Reporter: Dan Burkert
>            Assignee: Dan Burkert
>            Priority: Major
>             Fix For: NA
>
>
> We found in https://jira.cloudera.com/browse/KUDU-1105 that supplying split rows from the schema projection of a table will crash the Master server.  We should do the following to fix this:
> * ensuring that the split row schema matches the table schema during table create on the client.
> * check for a null arena during op decode on the server.
> Both of these are fully backwards compatible changes.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)