[jira] [Updated] (HBASE-14711) Remove or annotated deprecated methods in HRegionInfo

2015-11-01 Thread Jonathan Hsieh (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-14711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jonathan Hsieh updated HBASE-14711:
---
  Resolution: Fixed
Hadoop Flags: Reviewed
  Status: Resolved  (was: Patch Available)

Thanks for the review matteo. committed to master/2.0

> Remove or annotated deprecated methods in HRegionInfo
> -
>
> Key: HBASE-14711
> URL: https://issues.apache.org/jira/browse/HBASE-14711
> Project: HBase
>  Issue Type: Bug
>  Components: hbase
>Affects Versions: 2.0.0
>Reporter: Jonathan Hsieh
>Assignee: Jonathan Hsieh
> Fix For: 2.0.0
>
> Attachments: hbase-14711.patch, hbase-14711.v2.patch, 
> hbase-14711.v3.patch, hbase-14711.v4.patch
>
>
> Several methods were deprecated in 1.0 and moved to MetaTableAccessor.  This 
> removes them from the 2.0 branch and converts them to the MetaTableAccessor.
> HRegionInfo#getComparator  was marked deprecated after 1.0 so needs to 
> remain. (HBASE-13501)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14711) Remove or annotated deprecated methods in HRegionInfo

2015-10-30 Thread Jonathan Hsieh (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-14711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jonathan Hsieh updated HBASE-14711:
---
Attachment: hbase-14711.v4.patch

v4. cleaned up some checkstyle and javadoc

> Remove or annotated deprecated methods in HRegionInfo
> -
>
> Key: HBASE-14711
> URL: https://issues.apache.org/jira/browse/HBASE-14711
> Project: HBase
>  Issue Type: Bug
>  Components: hbase
>Affects Versions: 2.0.0
>Reporter: Jonathan Hsieh
>Assignee: Jonathan Hsieh
> Fix For: 2.0.0
>
> Attachments: hbase-14711.patch, hbase-14711.v2.patch, 
> hbase-14711.v3.patch, hbase-14711.v4.patch
>
>
> Several methods were deprecated in 1.0 and moved to MetaTableAccessor.  This 
> removes them from the 2.0 branch and converts them to the MetaTableAccessor.
> HRegionInfo#getComparator  was marked deprecated after 1.0 so needs to 
> remain. (HBASE-13501)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14711) Remove or annotated deprecated methods in HRegionInfo

2015-10-29 Thread Jonathan Hsieh (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-14711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jonathan Hsieh updated HBASE-14711:
---
Attachment: hbase-14711.v2.patch

v2 reverts the imports changes -- hopefully will pass checkstyle.

> Remove or annotated deprecated methods in HRegionInfo
> -
>
> Key: HBASE-14711
> URL: https://issues.apache.org/jira/browse/HBASE-14711
> Project: HBase
>  Issue Type: Bug
>  Components: hbase
>Affects Versions: 2.0.0
>Reporter: Jonathan Hsieh
>Assignee: Jonathan Hsieh
> Fix For: 2.0.0
>
> Attachments: hbase-14711.patch, hbase-14711.v2.patch
>
>
> Several methods were deprecated in 1.0 and moved to MetaTableAccessor.  This 
> removes them from the 2.0 branch and converts them to the MetaTableAccessor.
> HRegionInfo#getComparator  was marked deprecated after 1.0 so needs to 
> remain. (HBASE-13501)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14711) Remove or annotated deprecated methods in HRegionInfo

2015-10-29 Thread Jonathan Hsieh (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-14711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jonathan Hsieh updated HBASE-14711:
---
Attachment: hbase-14711.v3.patch

v3, try again.

> Remove or annotated deprecated methods in HRegionInfo
> -
>
> Key: HBASE-14711
> URL: https://issues.apache.org/jira/browse/HBASE-14711
> Project: HBase
>  Issue Type: Bug
>  Components: hbase
>Affects Versions: 2.0.0
>Reporter: Jonathan Hsieh
>Assignee: Jonathan Hsieh
> Fix For: 2.0.0
>
> Attachments: hbase-14711.patch, hbase-14711.v2.patch, 
> hbase-14711.v3.patch
>
>
> Several methods were deprecated in 1.0 and moved to MetaTableAccessor.  This 
> removes them from the 2.0 branch and converts them to the MetaTableAccessor.
> HRegionInfo#getComparator  was marked deprecated after 1.0 so needs to 
> remain. (HBASE-13501)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14711) Remove or annotated deprecated methods in HRegionInfo

2015-10-28 Thread Jonathan Hsieh (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-14711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jonathan Hsieh updated HBASE-14711:
---
Attachment: hbase-14711.patch

> Remove or annotated deprecated methods in HRegionInfo
> -
>
> Key: HBASE-14711
> URL: https://issues.apache.org/jira/browse/HBASE-14711
> Project: HBase
>  Issue Type: Bug
>  Components: hbase
>Affects Versions: 2.0.0
>Reporter: Jonathan Hsieh
>Assignee: Jonathan Hsieh
> Fix For: 2.0.0
>
> Attachments: hbase-14711.patch
>
>
> Several methods were deprecated in 1.0 and moved to MetaTableAccessor.  This 
> removes them from the 2.0 branch and converts them to the MetaTableAccessor.
> HRegionInfo#getComparator  was marked deprecated after 1.0 so needs to 
> remain. (HBASE-13501)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14711) Remove or annotated deprecated methods in HRegionInfo

2015-10-28 Thread Jonathan Hsieh (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-14711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jonathan Hsieh updated HBASE-14711:
---
Status: Patch Available  (was: Reopened)

> Remove or annotated deprecated methods in HRegionInfo
> -
>
> Key: HBASE-14711
> URL: https://issues.apache.org/jira/browse/HBASE-14711
> Project: HBase
>  Issue Type: Bug
>  Components: hbase
>Affects Versions: 2.0.0
>Reporter: Jonathan Hsieh
>Assignee: Jonathan Hsieh
> Fix For: 2.0.0
>
> Attachments: hbase-14711.patch
>
>
> Several methods were deprecated in 1.0 and moved to MetaTableAccessor.  This 
> removes them from the 2.0 branch and converts them to the MetaTableAccessor.
> HRegionInfo#getComparator  was marked deprecated after 1.0 so needs to 
> remain. (HBASE-13501)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)