HTable.ClientScanner needs to clone the Scan object
---------------------------------------------------

                 Key: HBASE-4891
                 URL: https://issues.apache.org/jira/browse/HBASE-4891
             Project: HBase
          Issue Type: Bug
    Affects Versions: 0.90.4
            Reporter: Jean-Daniel Cryans
             Fix For: 0.92.0, 0.94.0, 0.90.5


The ClientScanner can make some changes to the Scan object like setting a new 
start row when it gets an error, so if someone was reusing that object for a 
new scan thinking it would have the same properties, he/she would currently be 
wrong.

--
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