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

He Liangliang updated HBASE-9893:
---------------------------------

    Description: 
The following assert condition is incorrect when decoding blob var byte array.
<code>
    assert t == 0 : "Unexpected bits remaining after decoding blob.";
</code>
When the number of bytes to decode is multiples of 8 (i.e the original number 
of bytes is multiples of 7), this assert may fail.

  was:
The following assert condition is incorrect when decoding blob var byte array.

    assert t == 0 : "Unexpected bits remaining after decoding blob.";

When the number of bytes to decode is multiples of 8 (i.e the original number 
of bytes is multiples of 7), this assert may fail.


> Incorrect assert condition in OrderedBytes decoding
> ---------------------------------------------------
>
>                 Key: HBASE-9893
>                 URL: https://issues.apache.org/jira/browse/HBASE-9893
>             Project: HBase
>          Issue Type: Bug
>          Components: Client
>    Affects Versions: 0.96.0
>            Reporter: He Liangliang
>            Assignee: He Liangliang
>            Priority: Minor
>
> The following assert condition is incorrect when decoding blob var byte array.
> <code>
>     assert t == 0 : "Unexpected bits remaining after decoding blob.";
> </code>
> When the number of bytes to decode is multiples of 8 (i.e the original number 
> of bytes is multiples of 7), this assert may fail.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to