Bug in 2248 - mixed version reads (not allowed by spec) -------------------------------------------------------
Key: HBASE-2474 URL: https://issues.apache.org/jira/browse/HBASE-2474 Project: Hadoop HBase Issue Type: Bug Affects Versions: 0.20.4, 0.20.5, 0.21.0 Reporter: ryan rawson While doing a concurrent read/write test, the reader eventually gets a situation where the first column in the result set has the wrong 'value' than the rest of the result set (of 50 columns or so). The test (included) does puts of 50 columns with all the same (Random) value. The reader validates that all values are equal, and fails. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.