[jira] [Updated] (HBASE-18691) [compat 1-2] HCD remove and removeConfiguration change return type

2018-03-21 Thread stack (JIRA)

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

stack updated HBASE-18691:
--
Fix Version/s: 2.0.0

> [compat 1-2] HCD remove and removeConfiguration change return type
> --
>
> Key: HBASE-18691
> URL: https://issues.apache.org/jira/browse/HBASE-18691
> Project: HBase
>  Issue Type: Sub-task
>  Components: API
>Reporter: stack
>Assignee: Chia-Ping Tsai
>Priority: Major
> Fix For: 2.0.0-alpha-3, 2.0.0
>
> Attachments: HBASE-18691.v0.patch
>
>
> Change made in HBASE-18008. Asking [~chia7712] if ok to undo.
> Here is complaint from JACC:
> {code}
> hbase-client-1.2.6.jar, HColumnDescriptor.class
> package org.apache.hadoop.hbase
> [−] HColumnDescriptor.remove ( byte[ ] key )  :  void  1  
> org/apache/hadoop/hbase/HColumnDescriptor.remove:([B)V
> ChangeEffect
> 1 Return value type has been changed from void to HColumnDescriptor.  
> This method has been removed because the return type is part of the method 
> signature.
> [−] HColumnDescriptor.removeConfiguration ( String key )  :  void  1  
> org/apache/hadoop/hbase/HColumnDescriptor.removeConfiguration:(Ljava/lang/String;)V
> ChangeEffect
> 1 Return value type has been changed from void to HColumnDescriptor.  
> This method has been removed because the return type is part of the method 
> signature.
> {code}
> Binary breaking but not src breaking. See 
> https://stackoverflow.com/questions/3589946/retrofitting-void-methods-to-return-its-argument-to-facilitate-fluency-breaking
>  for good discussion. Probably not a prob. but just in case and if not really 
> needed, will purge.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-18691) [compat 1-2] HCD remove and removeConfiguration change return type

2017-08-27 Thread Chia-Ping Tsai (JIRA)

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

Chia-Ping Tsai updated HBASE-18691:
---
  Resolution: Fixed
Hadoop Flags: Reviewed
  Status: Resolved  (was: Patch Available)

Push to master and branch-2

> [compat 1-2] HCD remove and removeConfiguration change return type
> --
>
> Key: HBASE-18691
> URL: https://issues.apache.org/jira/browse/HBASE-18691
> Project: HBase
>  Issue Type: Sub-task
>  Components: API
>Reporter: stack
>Assignee: Chia-Ping Tsai
> Fix For: 2.0.0-alpha-3
>
> Attachments: HBASE-18691.v0.patch
>
>
> Change made in HBASE-18008. Asking [~chia7712] if ok to undo.
> Here is complaint from JACC:
> {code}
> hbase-client-1.2.6.jar, HColumnDescriptor.class
> package org.apache.hadoop.hbase
> [−] HColumnDescriptor.remove ( byte[ ] key )  :  void  1  
> org/apache/hadoop/hbase/HColumnDescriptor.remove:([B)V
> ChangeEffect
> 1 Return value type has been changed from void to HColumnDescriptor.  
> This method has been removed because the return type is part of the method 
> signature.
> [−] HColumnDescriptor.removeConfiguration ( String key )  :  void  1  
> org/apache/hadoop/hbase/HColumnDescriptor.removeConfiguration:(Ljava/lang/String;)V
> ChangeEffect
> 1 Return value type has been changed from void to HColumnDescriptor.  
> This method has been removed because the return type is part of the method 
> signature.
> {code}
> Binary breaking but not src breaking. See 
> https://stackoverflow.com/questions/3589946/retrofitting-void-methods-to-return-its-argument-to-facilitate-fluency-breaking
>  for good discussion. Probably not a prob. but just in case and if not really 
> needed, will purge.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (HBASE-18691) [compat 1-2] HCD remove and removeConfiguration change return type

2017-08-25 Thread Chia-Ping Tsai (JIRA)

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

Chia-Ping Tsai updated HBASE-18691:
---
Status: Patch Available  (was: Open)

> [compat 1-2] HCD remove and removeConfiguration change return type
> --
>
> Key: HBASE-18691
> URL: https://issues.apache.org/jira/browse/HBASE-18691
> Project: HBase
>  Issue Type: Sub-task
>  Components: API
>Reporter: stack
>Assignee: Chia-Ping Tsai
> Fix For: 2.0.0-alpha-3
>
> Attachments: HBASE-18691.v0.patch
>
>
> Change made in HBASE-18008. Asking [~chia7712] if ok to undo.
> Here is complaint from JACC:
> {code}
> hbase-client-1.2.6.jar, HColumnDescriptor.class
> package org.apache.hadoop.hbase
> [−] HColumnDescriptor.remove ( byte[ ] key )  :  void  1  
> org/apache/hadoop/hbase/HColumnDescriptor.remove:([B)V
> ChangeEffect
> 1 Return value type has been changed from void to HColumnDescriptor.  
> This method has been removed because the return type is part of the method 
> signature.
> [−] HColumnDescriptor.removeConfiguration ( String key )  :  void  1  
> org/apache/hadoop/hbase/HColumnDescriptor.removeConfiguration:(Ljava/lang/String;)V
> ChangeEffect
> 1 Return value type has been changed from void to HColumnDescriptor.  
> This method has been removed because the return type is part of the method 
> signature.
> {code}
> Binary breaking but not src breaking. See 
> https://stackoverflow.com/questions/3589946/retrofitting-void-methods-to-return-its-argument-to-facilitate-fluency-breaking
>  for good discussion. Probably not a prob. but just in case and if not really 
> needed, will purge.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (HBASE-18691) [compat 1-2] HCD remove and removeConfiguration change return type

2017-08-25 Thread Chia-Ping Tsai (JIRA)

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

Chia-Ping Tsai updated HBASE-18691:
---
Attachment: HBASE-18691.v0.patch

> [compat 1-2] HCD remove and removeConfiguration change return type
> --
>
> Key: HBASE-18691
> URL: https://issues.apache.org/jira/browse/HBASE-18691
> Project: HBase
>  Issue Type: Sub-task
>  Components: API
>Reporter: stack
>Assignee: Chia-Ping Tsai
> Fix For: 2.0.0-alpha-3
>
> Attachments: HBASE-18691.v0.patch
>
>
> Change made in HBASE-18008. Asking [~chia7712] if ok to undo.
> Here is complaint from JACC:
> {code}
> hbase-client-1.2.6.jar, HColumnDescriptor.class
> package org.apache.hadoop.hbase
> [−] HColumnDescriptor.remove ( byte[ ] key )  :  void  1  
> org/apache/hadoop/hbase/HColumnDescriptor.remove:([B)V
> ChangeEffect
> 1 Return value type has been changed from void to HColumnDescriptor.  
> This method has been removed because the return type is part of the method 
> signature.
> [−] HColumnDescriptor.removeConfiguration ( String key )  :  void  1  
> org/apache/hadoop/hbase/HColumnDescriptor.removeConfiguration:(Ljava/lang/String;)V
> ChangeEffect
> 1 Return value type has been changed from void to HColumnDescriptor.  
> This method has been removed because the return type is part of the method 
> signature.
> {code}
> Binary breaking but not src breaking. See 
> https://stackoverflow.com/questions/3589946/retrofitting-void-methods-to-return-its-argument-to-facilitate-fluency-breaking
>  for good discussion. Probably not a prob. but just in case and if not really 
> needed, will purge.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)