Changing internal structure of ImmutableBytesWritable contructor.
-----------------------------------------------------------------
Key: HBASE-1407
URL: https://issues.apache.org/jira/browse/HBASE-1407
Project: Hadoop HBase
Issue Type: Improvement
Components: io
Affects Versions: 0.20.0
Reporter: Erik Holstad
The constructor for ImmutableBytesWritable that takes byte[] newData, int
offset , int length is copying the byte[] as soon as it get's it. Will change
that so that it just "points" to the byte[] being passed in.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.