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/02 01:31:58 UTC

[jira] [Commented] (KUDU-1775) Add guard rails before users hit untested behavior

    [ https://issues.apache.org/jira/browse/KUDU-1775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15713662#comment-15713662 ] 

Todd Lipcon commented on KUDU-1775:
-----------------------------------

This is mostly done, except for a limit on the size of a binary column.

This one's a bit trickier than the others -- have to figure out the right spot to put the validation. Needs to be some time after the batch is decoded, and also late enough that other valid operations in the batch can still succeed, even if the too-big one is rejected.

> Add guard rails before users hit untested behavior
> --------------------------------------------------
>
>                 Key: KUDU-1775
>                 URL: https://issues.apache.org/jira/browse/KUDU-1775
>             Project: Kudu
>          Issue Type: Improvement
>          Components: master, tserver
>    Affects Versions: 1.1.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Critical
>
> Per my recent message to dev@ and user@, I'd like to add some configurations that enforce various limits on user-specified identifiers and data.  See https://lists.apache.org/thread.html/9915b3657951605c129bcd278fb61700bf833adfe4b55dc49a7b1c6d@%3Cdev.kudu.apache.org%3E for more info.



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