[GitHub] [hadoop] mpryahin commented on a change in pull request #1952: HDFS-1820. FTPFileSystem attempts to close the outputstream even when it is not initialised.

2020-04-20 Thread GitBox
mpryahin commented on a change in pull request #1952: URL: https://github.com/apache/hadoop/pull/1952#discussion_r411300453 ## File path: hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/ftp/FTPFileSystem.java ## @@ -340,8 +343,19 @@ public

[GitHub] [hadoop] mpryahin commented on a change in pull request #1952: HDFS-1820. FTPFileSystem attempts to close the outputstream even when it is not initialised.

2020-04-20 Thread GitBox
mpryahin commented on a change in pull request #1952: URL: https://github.com/apache/hadoop/pull/1952#discussion_r411300562 ## File path: hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/ftp/TestFTPFileSystem.java ## @@ -37,9 +54,70 @@ */ public class

[GitHub] [hadoop] mpryahin commented on a change in pull request #1952: HDFS-1820. FTPFileSystem attempts to close the outputstream even when it is not initialised.

2020-04-20 Thread GitBox
mpryahin commented on a change in pull request #1952: URL: https://github.com/apache/hadoop/pull/1952#discussion_r411299384 ## File path: hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/ftp/FTPFileSystem.java ## @@ -110,7 +111,9 @@ public void

[GitHub] [hadoop] mpryahin commented on a change in pull request #1952: HDFS-1820. FTPFileSystem attempts to close the outputstream even when it is not initialised.

2020-04-12 Thread GitBox
mpryahin commented on a change in pull request #1952: HDFS-1820. FTPFileSystem attempts to close the outputstream even when it is not initialised. URL: https://github.com/apache/hadoop/pull/1952#discussion_r407166505 ## File path:

[GitHub] [hadoop] mpryahin commented on a change in pull request #1952: HDFS-1820. FTPFileSystem attempts to close the outputstream even when it is not initialised.

2020-04-12 Thread GitBox
mpryahin commented on a change in pull request #1952: HDFS-1820. FTPFileSystem attempts to close the outputstream even when it is not initialised. URL: https://github.com/apache/hadoop/pull/1952#discussion_r407166378 ## File path:

[GitHub] [hadoop] mpryahin commented on a change in pull request #1952: HDFS-1820. FTPFileSystem attempts to close the outputstream even when it is not initialised.

2020-04-12 Thread GitBox
mpryahin commented on a change in pull request #1952: HDFS-1820. FTPFileSystem attempts to close the outputstream even when it is not initialised. URL: https://github.com/apache/hadoop/pull/1952#discussion_r407166330 ## File path: