[ 
https://issues.apache.org/jira/browse/HADOOP-17101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17157781#comment-17157781
 ] 

Ahmed Hussein commented on HADOOP-17101:
----------------------------------------

Thanks [~jeagles] for the valuable feedback.  [^HADOOP-17101.008.patch] should 
be ready to merge.

I checked all UTs that failed during the submissions of the patches.
|TestHDFSContractMultipartUploader|Broken on Trunk. HDFS-15471.|Broken|
|TestBlockTokenWithDFSStriped|Filed Jira HDFS-15459|Fixed|
|TestCacheDirectives| |Fixed|
|TestCheckpointsWithSnapshots| |Fixed|
|TestDataNodeMXBean| |Fixed|
|TestEditLog| |Fixed|
|TestFSImage| |Fixed|
|TestNameEditsConfigs| |Fixed|
|TestPersistentStoragePolicySatisfier| |Fixed|
|TestRollingUpgrade| |Fixed|
|TestSecondaryNameNodeUpgrade| |Fixed|
|TestStartup| |Fixed|
|TestStorageRestore| |Fixed|
|TestUnderReplicatedBlocks| |Fixed|
|TestBPOfferService| |Flaky|
|TestDFSInotifyEventInputStreamKerberized| |Flaky|
|TestExternalStoragePolicySatisfier|filed HDFS-15456|Flaky|
|TestFileChecksum|for HADOOP-17101, filed HDFS-15461|Flaky|
|TestFileCreation|filed HDFS-15460|Flaky|
|TestFsDatasetImpl|filed HDFS-15457|Flaky|
|TestGetFileChecksum|for HADOOP-17101, Filed HDFS-1546. an old jira exist 
HDFS-4723|Flaky|
|TestGroupsCaching| |Flaky|
|TestJournalNodeSync| |Flaky|
|TestNameNodeRetryCacheMetrics|filed a jira HDFS-1548|Flaky|
|TestPipelineFailover| |Flaky|
|TestSafeModeWithStripedFileWithRandomECPolicy| |Flaky|
|TestStripedFileAppend| |Flaky|
|TestWebHDFS| |Flaky|

> Replace Guava Function with Java8+ Function
> -------------------------------------------
>
>                 Key: HADOOP-17101
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17101
>             Project: Hadoop Common
>          Issue Type: Sub-task
>            Reporter: Ahmed Hussein
>            Assignee: Ahmed Hussein
>            Priority: Major
>         Attachments: HADOOP-17101.005.patch, HADOOP-17101.006.patch, 
> HADOOP-17101.008.patch
>
>
> {code:java}
> Targets
>     Occurrences of 'com.google.common.base.Function'
> Found Occurrences  (7 usages found)
>     hadoop-hdfs-project/hadoop-hdfs/dev-support/jdiff  (1 usage found)
>         Apache_Hadoop_HDFS_2.6.0.xml  (1 usage found)
>             13603 <field name="GET_START_TXID" 
> type="com.google.common.base.Function"
>     org.apache.hadoop.hdfs.server.blockmanagement  (1 usage found)
>         HostSet.java  (1 usage found)
>             20 import com.google.common.base.Function;
>     org.apache.hadoop.hdfs.server.datanode.checker  (1 usage found)
>         AbstractFuture.java  (1 usage found)
>             58 * (ListenableFuture, com.google.common.base.Function) 
> Futures.transform}
>     org.apache.hadoop.hdfs.server.namenode.ha  (1 usage found)
>         HATestUtil.java  (1 usage found)
>             40 import com.google.common.base.Function;
>     org.apache.hadoop.hdfs.server.protocol  (1 usage found)
>         RemoteEditLog.java  (1 usage found)
>             20 import com.google.common.base.Function;
>     org.apache.hadoop.mapreduce.lib.input  (1 usage found)
>         TestFileInputFormat.java  (1 usage found)
>             58 import com.google.common.base.Function;
>     org.apache.hadoop.yarn.api.protocolrecords.impl.pb  (1 usage found)
>         GetApplicationsRequestPBImpl.java  (1 usage found)
>             38 import com.google.common.base.Function;
> {code}



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