[ 
https://issues.apache.org/jira/browse/HBASE-4436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13130954#comment-13130954
 ] 

Jonathan Hsieh commented on HBASE-4436:
---------------------------------------

Already gone:
* HBaseClusterTestCase (HBASE-4503)
* HServerLoad.addRegionInfo (HBASE-1502)

Trivial removals:
* MultiPut*, 
* KevValue.createFirstOnRow, 
* Get.addColumns(byte[][] columns), 
* Put.add(byte[] column, long ts, byte[] value), 
* Delete.deleteColumns(byte[] column), 
* Delete.deleteColumns(byte[] column, long ts)
* HBaseAdmin.modifyColumn(.., columnName, ..)
* HColumnDescriptor.CompressionType enum
* HConnectionManager.processBatchOfPuts / HConnection.processBatchOfPuts
* Result.sorted() 

Things that require a little work: (touches many places or requires some code, 
will make separate sub-jiras)
* RemoteExceptionHandler class (15 refs)
* Scan methods (4 ref - might have bug) 
* HBaseTestCase class (47 references)

I didn't encounter and thrift related problems.

                
> Remove methods deprecated in 0.90 from TRUNK and 0.92
> -----------------------------------------------------
>
>                 Key: HBASE-4436
>                 URL: https://issues.apache.org/jira/browse/HBASE-4436
>             Project: HBase
>          Issue Type: Task
>            Reporter: stack
>            Assignee: Jonathan Hsieh
>            Priority: Critical
>              Labels: noob
>             Fix For: 0.92.0
>
>
> Remove methods deprecated in 0.90 from codebase.  i took a quick look.  The 
> messy bit is thrift referring to old stuff; will take a little work to do the 
> convertion over to the new methods.

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