You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2014/11/20 19:33:34 UTC

[jira] [Updated] (HBASE-12546) Validate schema options that require server side class availability

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

Andrew Purtell updated HBASE-12546:
-----------------------------------
    Description: When processing table create and modification requests we should check the supplied schema options for settings that require mentioned classes to be available from the regionserver classpath (split policies, etc.). If we can't find the class on the classpath when processing the admin request RPC, fail the operation immediately and return an exception rather than allow problems later, such as aborts.   (was: When processing table create and modification requests we should check the supplied schema options for settings that require mentioned classes to be available from the regionserver classpath (split policies, etc.). If we can't find the class on the classpath when processing the RPC, return an exception rather than allow the operation to proceed only to cause problems later, such as aborts. )

> Validate schema options that require server side class availability
> -------------------------------------------------------------------
>
>                 Key: HBASE-12546
>                 URL: https://issues.apache.org/jira/browse/HBASE-12546
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Andrew Purtell
>             Fix For: 2.0.0, 0.98.9, 0.99.2
>
>
> When processing table create and modification requests we should check the supplied schema options for settings that require mentioned classes to be available from the regionserver classpath (split policies, etc.). If we can't find the class on the classpath when processing the admin request RPC, fail the operation immediately and return an exception rather than allow problems later, such as aborts. 



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