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

Hudson commented on HBASE-5724:
-------------------------------

Integrated in HBase-0.92-security #105 (See 
[https://builds.apache.org/job/HBase-0.92-security/105/])
    HBASE-5724  Row cache of KeyValue should be cleared in readFields() -- add 
missing import (Revision 1310148)
HBASE-5724 Row cache of KeyValue should be cleared in readFields() (Revision 
1310068)

     Result = FAILURE
stack : 
Files : 
* /hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/TestKeyValue.java

stack : 
Files : 
* /hbase/branches/0.92/CHANGES.txt
* /hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/KeyValue.java
* /hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/TestKeyValue.java

                
> Row cache of KeyValue should be cleared in readFields().
> --------------------------------------------------------
>
>                 Key: HBASE-5724
>                 URL: https://issues.apache.org/jira/browse/HBASE-5724
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.1
>            Reporter: Teruyoshi Zenmyo
>            Assignee: Teruyoshi Zenmyo
>             Fix For: 0.90.7, 0.92.2, 0.94.0
>
>         Attachments: 5724.092.txt, HBASE-5724.txt, HBASE-5724v2.txt
>
>
> KeyValue does not clear its row cache in reading new values (readFields()).
> Therefore, If a KeyValue (kv) which caches its row bytes reads another 
> KeyValue instance, kv.getRow() returns a wrong value. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to