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

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

                Author: ASF GitHub Bot
            Created on: 29/Aug/21 11:45
            Start Date: 29/Aug/21 11:45
    Worklog Time Spent: 10m 
      Work Description: sumangala-patki commented on a change in pull request 
#3331:
URL: https://github.com/apache/hadoop/pull/3331#discussion_r698002554



##########
File path: hadoop-tools/hadoop-azure/src/test/resources/log4j.properties
##########
@@ -27,6 +27,10 @@ 
log4j.logger.org.apache.hadoop.fs.azure.BlockBlobAppendStream=DEBUG
 
log4j.logger.org.apache.hadoop.fs.azurebfs.contracts.services.TracingService=TRACE
 log4j.logger.org.apache.hadoop.fs.azurebfs.services.AbfsClient=DEBUG
 
+#to track transient test failure in ITestAbfsListStatusRemoteIterator

Review comment:
       removed




-- 
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: 643189)
    Time Spent: 2h 10m  (was: 2h)

> ABFS: Fix unchecked cast compiler warning for AbfsListStatusRemoteIterator
> --------------------------------------------------------------------------
>
>                 Key: HADOOP-17862
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17862
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/azure
>    Affects Versions: 3.3.1
>            Reporter: Sumangala Patki
>            Assignee: Sumangala Patki
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> Hadoop yetus run shows a java compiler warning for unchecked casting of 
> Object to Iterator<FileStatus> in a method of AbfsListStatusRemoteIterator 
> class. This can be resolved by introducing a new class to hold the iterator 
> and exception thrown when applicable.
>  
> hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/AbfsListStatusRemoteIterator.java:97:38:[unchecked]
>  unchecked cast
>  
> This task will also add logging to facilitate better investigation of the 
> transient failure tracked in HADOOP-17797.



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