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

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

                Author: ASF GitHub Bot
            Created on: 18/Jun/22 03:07
            Start Date: 18/Jun/22 03:07
    Worklog Time Spent: 10m 
      Work Description: slfan1989 commented on PR #4422:
URL: https://github.com/apache/hadoop/pull/4422#issuecomment-1159349122

   @ayushtkn When doing this pr, I found that the test report has the following 
errors:
   
   Failed junit tests
   1.hadoop.yarn.server.resourcemanager.TestClientRMTokens (Fix By Jira 
YARN-11172, PR:https://github.com/apache/hadoop/pull/4408)
   2.hadoop.mapreduce.security.TestJHSSecurity
   
   These two errors are both introduced by 
[HDFS-16563](https://issues.apache.org/jira/browse/HDFS-16563), 
PR:https://github.com/apache/hadoop/pull/4241, Because HDFS-16563 modifies the 
token expiration prompt, the is expired keyword fails in the assertion.
   
   TestJHSSecurity I submitted a PR to fix, JIRA:MAPREDUCE-7387. 
PR:https://github.com/apache/hadoop/pull/4428
   It is a small change, please help to review the code.
   
   Thank you again!
   
   




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

    Worklog Id:     (was: 782568)
    Time Spent: 2h 10m  (was: 2h)

> Remove Unnecessary semicolon ';' 
> ---------------------------------
>
>                 Key: HADOOP-18284
>                 URL: https://issues.apache.org/jira/browse/HADOOP-18284
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 3.4.0
>            Reporter: fanshilun
>            Assignee: fanshilun
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.4.0
>
>          Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> while reading the code, I found a very tiny optimization point, part of the 
> code contains 2 semicolons at the end, I will fix it. Because this change is 
> simple, I fixed it in One JIRA.
> {code:java}
> private final ReentrantReadWriteLock lock = new ReentrantReadWriteLock();;
> {code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

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