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

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

                Author: ASF GitHub Bot
            Created on: 29/Aug/21 12:01
            Start Date: 29/Aug/21 12:01
    Worklog Time Spent: 10m 
      Work Description: sumangala-patki commented on pull request #3331:
URL: https://github.com/apache/hadoop/pull/3331#issuecomment-907780404


   Hi @steveloughran, thanks for the review. The transient failure in 
HADOOP-17797 has been observed in each of these tests: 
testWithAbfsIteratorDisabled, testWithAbfsIteratorDisabledWithoutHasNext, 
testAbfsIteratorWithoutHasNext
   The failure seems to be associated with the list of fileNames that is 
populated by the executor task on creating test files. Was able to reproduce it 
a few times, and found that failure always results from this list missing a 
filename. Have added an assert to verify addition to list whenever a test file 
is created. The failure seems to stem from concurrency-related issues within 
the test as opposed to list iterator functionality, so the initial asserts 
should help us distinguish these from actual listing errors
   


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

> 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 20m
>  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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to