Result.row is cached in getRow; this breaks MapReduce -----------------------------------------------------
Key: HBASE-1644 URL: https://issues.apache.org/jira/browse/HBASE-1644 Project: Hadoop HBase Issue Type: Bug Affects Versions: 0.20.0 Reporter: Doğacan Güney In Result#getRow row field is computed (if row is null) and then is cached for further uses. But since MapReduce uses the same Result instance through different map()/reduce() calls, row field is not updated when Result instance changes. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.