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

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

                Author: ASF GitHub Bot
            Created on: 08/Sep/21 10:48
            Start Date: 08/Sep/21 10:48
    Worklog Time Spent: 10m 
      Work Description: ayushtkn opened a new pull request #3404:
URL: https://github.com/apache/hadoop/pull/3404


   ### Description of PR
   Makes ClusterStorageCapacityExceededException Public, Wanted to get this 
used for a retry logic to fail fast in Hive, But the LimitedPrivate Annotation 
doesn't let anyone else use it. I don't feel it is something which can harm if 
made Public, So, atleast in Future it can be used.
   
   ### How was this patch tested?
   👀
   
   ### For code changes:
   
   - [ ] Does the title or this PR starts with the corresponding JIRA issue id 
(e.g. 'HADOOP-17799. Your PR title ...')?


-- 
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: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

            Worklog Id:     (was: 647880)
    Remaining Estimate: 0h
            Time Spent: 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
>          Time Spent: 10m
>  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: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to