HRegion.get never validates row
-------------------------------

                 Key: HBASE-4334
                 URL: https://issues.apache.org/jira/browse/HBASE-4334
             Project: HBase
          Issue Type: Bug
          Components: regionserver
    Affects Versions: 0.90.4
            Reporter: Joe Pallas


If a client gets confused (possibly by a hole in .META., see HBASE-4333), it 
may send a request to the wrong region.  Paths through put, delete, 
incrementColumnValue, and checkAndMutate all call checkRow either directly or 
indirectly (through getLock).  But get apparently does not.  This can result in 
returning an incorrect empty result instead of a WrongRegionException.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to