[jira] [Updated] (HBASE-13315) BufferedMutator should be @InterfaceAudience.Public

2015-03-23 Thread Nick Dimiduk (JIRA)

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

Nick Dimiduk updated HBASE-13315:
-
Attachment: HBASE-13315.addendum.patch

With this addendum, test passes locally.

{noformat}
---
 T E S T S
---
Running org.apache.hadoop.hbase.TestInterfaceAudienceAnnotations
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.352 sec - in 
org.apache.hadoop.hbase.TestInterfaceAudienceAnnotations

Results :




Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
{noformat}

> BufferedMutator should be @InterfaceAudience.Public
> ---
>
> Key: HBASE-13315
> URL: https://issues.apache.org/jira/browse/HBASE-13315
> Project: HBase
>  Issue Type: Bug
>Reporter: Solomon Duskis
>Assignee: Solomon Duskis
> Fix For: 2.0.0, 1.0.1, 1.1.0
>
> Attachments: HBASE-13315.addendum.patch, HBASE-13315.patch
>
>
> BufferedMutator is marked as @InterfaceAudience.Private.  It should be Public.



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


[jira] [Updated] (HBASE-13315) BufferedMutator should be @InterfaceAudience.Public

2015-03-23 Thread Solomon Duskis (JIRA)

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

Solomon Duskis updated HBASE-13315:
---
Attachment: HBASE-13315.patch

I updated BufferdMutator to be @InterfaceAudience.Public and 
BufferedMutatorImpl to be InterfaceStability.Evolving.

> BufferedMutator should be @InterfaceAudience.Public
> ---
>
> Key: HBASE-13315
> URL: https://issues.apache.org/jira/browse/HBASE-13315
> Project: HBase
>  Issue Type: Bug
>Reporter: Solomon Duskis
>Assignee: Solomon Duskis
> Fix For: 2.0.0, 1.0.1, 1.1.0
>
> Attachments: HBASE-13315.patch
>
>
> BufferedMutator is marked as @InterfaceAudience.Private.  It should be Public.



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