[
https://issues.apache.org/jira/browse/HBASE-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12707868#action_12707868
]
Erik Holstad commented on HBASE-1304:
-------------------------------------
@Stack
I think we should do that too, we keep Bytes as it is, ImmutableBytesWritable
we change so that to constructor that takes the byte[], offset and length,
doesn't copy
and do the cipy when we actually write. I think that will work, but like you
said we need to test it to see that it actually does the right thing.
So what we need to do is to remove the copy line in the constructor and add the
two fields, offset and length, to the class, sound ok?
> New client server implementation of how gets and puts are handled.
> -------------------------------------------------------------------
>
> Key: HBASE-1304
> URL: https://issues.apache.org/jira/browse/HBASE-1304
> Project: Hadoop HBase
> Issue Type: Improvement
> Affects Versions: 0.20.0
> Reporter: Erik Holstad
> Assignee: Jonathan Gray
> Priority: Blocker
> Fix For: 0.20.0
>
> Attachments: hbase-1304-v1.patch, HBASE-1304-v2.patch,
> HBASE-1304-v3.patch
>
>
> Creating an issue where the implementation of the new client and server will
> go. Leaving HBASE-1249 as a discussion forum and will put code and patches
> here.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.