[
https://issues.apache.org/jira/browse/HBASE-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jonathan Gray updated HBASE-1304:
---------------------------------
Attachment: HBASE-1304-v7.patch
Full implementation of Gets, Scans, Puts, and Deletes.
Lots more unit tests on the way, there are a number of new ones already in this
patch. I have also modified all existing tests to use the new API.
Internally, most things are moved to the new API (all scans, puts, and deletes)
but some gets remain, that's next.
Have done a lot towards removing col:fam notation throughout, still some here
and there. Also removed more and more HSK references.
This patch applies cleanly to current trunk and should compile. Non-cluster
unit tests are all working but there are still some bugs preventing the cluster
from coming all the way up so we've not run those tests yet.
> 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, HBASE-1304-v4.patch, HBASE-1304-v5.patch,
> HBASE-1304-v6.patch, HBASE-1304-v7.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.