Sumangala Patki created HADOOP-17862:
----------------------------------------

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


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-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-dev-h...@hadoop.apache.org

Reply via email to