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

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

                Author: ASF GitHub Bot
            Created on: 23/Sep/21 13:27
            Start Date: 23/Sep/21 13:27
    Worklog Time Spent: 10m 
      Work Description: amahussein opened a new pull request #3473:
URL: https://github.com/apache/hadoop/pull/3473


   ### Description of PR
   
   As part In order to replace Guava Preconditions, we need to implement our 
own versions of the API.
   This Jira is to add the implementation `checkArgument `to the existing class 
`org.apache.hadoop.util.Preconditions`
   
   ### How was this patch tested?
   
   Extended the unit test org.apache.hadoop.util.TestPreconditions
   
   - Added `testCheckArgumentWithSuccess()`
   - Added `testCheckArgumentWithFailure()`
   
   ### For code changes:
   
   - [X] Does the title or this PR starts with the corresponding JIRA issue id: 
HADOOP-17929
   - [X] Object storage: have the integration tests been executed and the 
endpoint declared according to the connector-specific documentation?
   
   


-- 
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: 654526)
    Remaining Estimate: 0h
            Time Spent: 10m

> implement non-guava Precondition checkArgument
> ----------------------------------------------
>
>                 Key: HADOOP-17929
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17929
>             Project: Hadoop Common
>          Issue Type: Sub-task
>    Affects Versions: 3.4.0, 3.2.3, 3.3.2
>            Reporter: Ahmed Hussein
>            Assignee: Ahmed Hussein
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> As part In order to replace Guava Preconditions, we need to implement our own 
> versions of the API.
>  This Jira is to add the implementation {{checkArgument}} to the existing 
> class {{org.apache.hadoop.util.Preconditions}}
> +The plan is as follows+
>  * implement {{org.apache.hadoop.util.Preconditions.checkArgument}} with the 
> minimum set of interface used in the current hadoop repo.
>  * we can replace {{guava.Preconditions}} by 
> {{org.apache.hadoop.util.Preconditions}} once all the interfaces have been 
> implemented.
>  * We need the change to be easily to be backported in 3.x.
> A previous jira HADOOP-17126 was created to replace CheckNotNull. 
> HADOOP-17930 is created to implement checkState.
> CC: [[email protected]], [~vjasani]



--
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