[ 
https://issues.apache.org/jira/browse/HADOOP-17900?focusedWorklogId=649613&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-649613
 ]

ASF GitHub Bot logged work on HADOOP-17900:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 11/Sep/21 18:52
            Start Date: 11/Sep/21 18:52
    Worklog Time Spent: 10m 
      Work Description: ayushtkn commented on pull request #3404:
URL: https://github.com/apache/hadoop/pull/3404#issuecomment-917456123


   > If we want to move ClusterStorageCapacityExceededException to IA.Public, 
is it worth checking if all of it's extended classes are also eligible for 
IA.Public? If so, it would be good to make them all public in one go?
   
   Yeps, I think so, I don't think so there is any harm in marking an exception 
which are generic and can be thrown back to client as Private. 
   
   Have updated the PR, I hope I have got hold of all the classes. :-) 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 649613)
    Time Spent: 40m  (was: 0.5h)

> Move ClusterStorageCapacityExceededException to Public from LimitedPrivate
> --------------------------------------------------------------------------
>
>                 Key: HADOOP-17900
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17900
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Ayush Saxena
>            Assignee: Ayush Saxena
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> As of now the exception is marked limited private
> {code:java}
> @InterfaceAudience.LimitedPrivate({ "HDFS", "MapReduce", "Tez" })
> {code}
> Doesn't allow other projects, Rather than individually adding project, Make 
> it Public itself.
> This exception can be used to act as a fail-fast marker for different 
> operations.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to