Put on client-side uses passed-in byte[]s rather than always using copies
-------------------------------------------------------------------------

                 Key: HBASE-1717
                 URL: https://issues.apache.org/jira/browse/HBASE-1717
             Project: Hadoop HBase
          Issue Type: Bug
          Components: client
    Affects Versions: 0.20.0
            Reporter: Jonathan Gray
            Assignee: Jonathan Gray
            Priority: Critical
             Fix For: 0.20.0


During review of Put with ryan, found that we are using a passed in reference 
to family in add() rather than a local copy.  If the backing array changed 
values, this could cause trouble.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to