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

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

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


   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?
   
   On the other hand, given that CSCEE can be considered as fundamental 
Exception raised by HDFS, I think making it Public is better than adding Hive 
to IA.LP list.


-- 
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: 647894)
    Time Spent: 20m  (was: 10m)

> 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: 20m
>  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