[
https://issues.apache.org/jira/browse/HBASE-13776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14565525#comment-14565525
]
Hudson commented on HBASE-13776:
--------------------------------
FAILURE: Integrated in HBase-1.1 #512 (See
[https://builds.apache.org/job/HBase-1.1/512/])
HBASE-13776 Setting illegal versions for HColumnDescriptor does not throw
IllegalArgumentException (Yuhao Bi) (tedyu: rev
e61e4f1b41fe538c3c5263f740021969de04b5c4)
*
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestFromClientSide.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
> Setting illegal versions for HColumnDescriptor does not throw
> IllegalArgumentException
> ---------------------------------------------------------------------------------------
>
> Key: HBASE-13776
> URL: https://issues.apache.org/jira/browse/HBASE-13776
> Project: HBase
> Issue Type: Bug
> Affects Versions: 2.0.0, 0.98.14, 1.0.2, 1.2.0, 1.1.1
> Reporter: Yuhao Bi
> Assignee: Yuhao Bi
> Fix For: 2.0.0, 0.98.14, 1.0.2, 1.2.0, 1.1.1
>
> Attachments: HBASE-13776-1.0.patch, HBASE-13776-v1.patch,
> HBASE-13776-v2.patch, HBASE-13776.patch
>
>
> HColumnDescriptor hcd = new HColumnDescriptor(
> new HColumnDescriptor(HConstants.CATALOG_FAMILY)
> .setInMemory(true)
> .setScope(HConstants.REPLICATION_SCOPE_LOCAL)
> .setBloomFilterType(BloomType.NONE)
> .setCacheDataInL1(true));
> final int minVersions = 123;
> final int maxVersions = 234;
> hcd.setMaxVersions(minVersions);
> hcd.setMinVersions(maxVersions);
> //no exception throw
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)