You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "zhuobin zheng (Jira)" <ji...@apache.org> on 2021/01/18 03:06:00 UTC

[jira] [Assigned] (HBASE-25512) May throw StringIndexOutOfBoundsException when construct illegal tablename error

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

zhuobin zheng reassigned HBASE-25512:
-------------------------------------

    Assignee: zhuobin zheng

> May throw StringIndexOutOfBoundsException when construct illegal tablename error
> --------------------------------------------------------------------------------
>
>                 Key: HBASE-25512
>                 URL: https://issues.apache.org/jira/browse/HBASE-25512
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 1.2.12, 1.4.13, 2.4.1
>            Reporter: zhuobin zheng
>            Assignee: zhuobin zheng
>            Priority: Trivial
>
> When call Method:
> {code:java}
> // code placeholder
> TableName.isLegalTableQualifierName(final byte[] qualifierName, int start, int end)
> {code}
> We want to construct quelifier String to print pretty error message. So we call method: 
> {code:java}
> // code placeholder
> Bytes.toString(final byte[] b, int off, int len)
> Bytes.toString(qualifierName, start, end)
> {code}
> But the param is wrong, we shoud pass *${Length}* instead of *${end index}* to *Bytes.toString third param*.



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