[jira] [Commented] (HDFS-8412) Fix the test failures in HTTPFS: In some tests setReplication called after fs close.

2015-11-12 Thread Yongjun Zhang (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-8412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15002396#comment-15002396
 ] 

Yongjun Zhang commented on HDFS-8412:
-

Hi [~umamaheswararao],

Thanks for your earlier work here. It seems you only committed to trunk but not 
branch-2, may I know if there is any concern so it's not done? I can 
cherry-pick to branch-2 if there is no concern. Thanks.



> Fix the test failures in HTTPFS: In some tests setReplication called after fs 
> close.
> 
>
> Key: HDFS-8412
> URL: https://issues.apache.org/jira/browse/HDFS-8412
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: fs
>Reporter: Uma Maheswara Rao G
>Assignee: Uma Maheswara Rao G
> Fix For: 3.0.0
>
> Attachments: HDFS-8412-0.patch
>
>
> Currently 2 HTTFS test cases failing due to filesystem open check in fs 
> operations
> This is the JIRA fix these failures.
> Failure seems like 
> test case is closing fs first and then doing operation. Ideally such test 
> could pas earlier as dfsClient was just contacting with NN directly. But that 
> particular closed client will not be useful for any other ops like 
> read/write. So, usage should be corrected here IMO.
> {code}
>  fs.close();
> fs.setReplication(path, (short) 2);
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HDFS-8412) Fix the test failures in HTTPFS: In some tests setReplication called after fs close.

2015-05-19 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-8412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14550277#comment-14550277
 ] 

Hudson commented on HDFS-8412:
--

FAILURE: Integrated in Hadoop-Yarn-trunk #932 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk/932/])
HDFS-8412. Fix the test failures in HTTPFS: In some tests setReplication called 
after fs close. Contributed by Uma Maheswara Rao G. (umamahesh: rev 
a6af0248e9ec75e8e46ac96593070e0c9841a660)
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
hadoop-hdfs-project/hadoop-hdfs-httpfs/src/test/java/org/apache/hadoop/fs/http/client/BaseTestHttpFSWith.java


 Fix the test failures in HTTPFS: In some tests setReplication called after fs 
 close.
 

 Key: HDFS-8412
 URL: https://issues.apache.org/jira/browse/HDFS-8412
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: fs
Reporter: Uma Maheswara Rao G
Assignee: Uma Maheswara Rao G
 Fix For: 3.0.0

 Attachments: HDFS-8412-0.patch


 Currently 2 HTTFS test cases failing due to filesystem open check in fs 
 operations
 This is the JIRA fix these failures.
 Failure seems like 
 test case is closing fs first and then doing operation. Ideally such test 
 could pas earlier as dfsClient was just contacting with NN directly. But that 
 particular closed client will not be useful for any other ops like 
 read/write. So, usage should be corrected here IMO.
 {code}
  fs.close();
 fs.setReplication(path, (short) 2);
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HDFS-8412) Fix the test failures in HTTPFS: In some tests setReplication called after fs close.

2015-05-19 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-8412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14550307#comment-14550307
 ] 

Hudson commented on HDFS-8412:
--

SUCCESS: Integrated in Hadoop-Yarn-trunk-Java8 #201 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk-Java8/201/])
HDFS-8412. Fix the test failures in HTTPFS: In some tests setReplication called 
after fs close. Contributed by Uma Maheswara Rao G. (umamahesh: rev 
a6af0248e9ec75e8e46ac96593070e0c9841a660)
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
hadoop-hdfs-project/hadoop-hdfs-httpfs/src/test/java/org/apache/hadoop/fs/http/client/BaseTestHttpFSWith.java


 Fix the test failures in HTTPFS: In some tests setReplication called after fs 
 close.
 

 Key: HDFS-8412
 URL: https://issues.apache.org/jira/browse/HDFS-8412
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: fs
Reporter: Uma Maheswara Rao G
Assignee: Uma Maheswara Rao G
 Fix For: 3.0.0

 Attachments: HDFS-8412-0.patch


 Currently 2 HTTFS test cases failing due to filesystem open check in fs 
 operations
 This is the JIRA fix these failures.
 Failure seems like 
 test case is closing fs first and then doing operation. Ideally such test 
 could pas earlier as dfsClient was just contacting with NN directly. But that 
 particular closed client will not be useful for any other ops like 
 read/write. So, usage should be corrected here IMO.
 {code}
  fs.close();
 fs.setReplication(path, (short) 2);
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HDFS-8412) Fix the test failures in HTTPFS: In some tests setReplication called after fs close.

2015-05-19 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-8412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14550508#comment-14550508
 ] 

Hudson commented on HDFS-8412:
--

FAILURE: Integrated in Hadoop-Hdfs-trunk #2130 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/2130/])
HDFS-8412. Fix the test failures in HTTPFS: In some tests setReplication called 
after fs close. Contributed by Uma Maheswara Rao G. (umamahesh: rev 
a6af0248e9ec75e8e46ac96593070e0c9841a660)
* 
hadoop-hdfs-project/hadoop-hdfs-httpfs/src/test/java/org/apache/hadoop/fs/http/client/BaseTestHttpFSWith.java
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt


 Fix the test failures in HTTPFS: In some tests setReplication called after fs 
 close.
 

 Key: HDFS-8412
 URL: https://issues.apache.org/jira/browse/HDFS-8412
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: fs
Reporter: Uma Maheswara Rao G
Assignee: Uma Maheswara Rao G
 Fix For: 3.0.0

 Attachments: HDFS-8412-0.patch


 Currently 2 HTTFS test cases failing due to filesystem open check in fs 
 operations
 This is the JIRA fix these failures.
 Failure seems like 
 test case is closing fs first and then doing operation. Ideally such test 
 could pas earlier as dfsClient was just contacting with NN directly. But that 
 particular closed client will not be useful for any other ops like 
 read/write. So, usage should be corrected here IMO.
 {code}
  fs.close();
 fs.setReplication(path, (short) 2);
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HDFS-8412) Fix the test failures in HTTPFS: In some tests setReplication called after fs close.

2015-05-19 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-8412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14550538#comment-14550538
 ] 

Hudson commented on HDFS-8412:
--

FAILURE: Integrated in Hadoop-Hdfs-trunk-Java8 #190 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/190/])
HDFS-8412. Fix the test failures in HTTPFS: In some tests setReplication called 
after fs close. Contributed by Uma Maheswara Rao G. (umamahesh: rev 
a6af0248e9ec75e8e46ac96593070e0c9841a660)
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
hadoop-hdfs-project/hadoop-hdfs-httpfs/src/test/java/org/apache/hadoop/fs/http/client/BaseTestHttpFSWith.java


 Fix the test failures in HTTPFS: In some tests setReplication called after fs 
 close.
 

 Key: HDFS-8412
 URL: https://issues.apache.org/jira/browse/HDFS-8412
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: fs
Reporter: Uma Maheswara Rao G
Assignee: Uma Maheswara Rao G
 Fix For: 3.0.0

 Attachments: HDFS-8412-0.patch


 Currently 2 HTTFS test cases failing due to filesystem open check in fs 
 operations
 This is the JIRA fix these failures.
 Failure seems like 
 test case is closing fs first and then doing operation. Ideally such test 
 could pas earlier as dfsClient was just contacting with NN directly. But that 
 particular closed client will not be useful for any other ops like 
 read/write. So, usage should be corrected here IMO.
 {code}
  fs.close();
 fs.setReplication(path, (short) 2);
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HDFS-8412) Fix the test failures in HTTPFS: In some tests setReplication called after fs close.

2015-05-19 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-8412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14550634#comment-14550634
 ] 

Hudson commented on HDFS-8412:
--

FAILURE: Integrated in Hadoop-Mapreduce-trunk #2148 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/2148/])
HDFS-8412. Fix the test failures in HTTPFS: In some tests setReplication called 
after fs close. Contributed by Uma Maheswara Rao G. (umamahesh: rev 
a6af0248e9ec75e8e46ac96593070e0c9841a660)
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
hadoop-hdfs-project/hadoop-hdfs-httpfs/src/test/java/org/apache/hadoop/fs/http/client/BaseTestHttpFSWith.java


 Fix the test failures in HTTPFS: In some tests setReplication called after fs 
 close.
 

 Key: HDFS-8412
 URL: https://issues.apache.org/jira/browse/HDFS-8412
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: fs
Reporter: Uma Maheswara Rao G
Assignee: Uma Maheswara Rao G
 Fix For: 3.0.0

 Attachments: HDFS-8412-0.patch


 Currently 2 HTTFS test cases failing due to filesystem open check in fs 
 operations
 This is the JIRA fix these failures.
 Failure seems like 
 test case is closing fs first and then doing operation. Ideally such test 
 could pas earlier as dfsClient was just contacting with NN directly. But that 
 particular closed client will not be useful for any other ops like 
 read/write. So, usage should be corrected here IMO.
 {code}
  fs.close();
 fs.setReplication(path, (short) 2);
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HDFS-8412) Fix the test failures in HTTPFS: In some tests setReplication called after fs close.

2015-05-19 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-8412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14550597#comment-14550597
 ] 

Hudson commented on HDFS-8412:
--

SUCCESS: Integrated in Hadoop-Mapreduce-trunk-Java8 #200 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/200/])
HDFS-8412. Fix the test failures in HTTPFS: In some tests setReplication called 
after fs close. Contributed by Uma Maheswara Rao G. (umamahesh: rev 
a6af0248e9ec75e8e46ac96593070e0c9841a660)
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
hadoop-hdfs-project/hadoop-hdfs-httpfs/src/test/java/org/apache/hadoop/fs/http/client/BaseTestHttpFSWith.java


 Fix the test failures in HTTPFS: In some tests setReplication called after fs 
 close.
 

 Key: HDFS-8412
 URL: https://issues.apache.org/jira/browse/HDFS-8412
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: fs
Reporter: Uma Maheswara Rao G
Assignee: Uma Maheswara Rao G
 Fix For: 3.0.0

 Attachments: HDFS-8412-0.patch


 Currently 2 HTTFS test cases failing due to filesystem open check in fs 
 operations
 This is the JIRA fix these failures.
 Failure seems like 
 test case is closing fs first and then doing operation. Ideally such test 
 could pas earlier as dfsClient was just contacting with NN directly. But that 
 particular closed client will not be useful for any other ops like 
 read/write. So, usage should be corrected here IMO.
 {code}
  fs.close();
 fs.setReplication(path, (short) 2);
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HDFS-8412) Fix the test failures in HTTPFS: In some tests setReplication called after fs close.

2015-05-18 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-8412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14548055#comment-14548055
 ] 

Hudson commented on HDFS-8412:
--

FAILURE: Integrated in Hadoop-trunk-Commit #7851 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/7851/])
HDFS-8412. Fix the test failures in HTTPFS: In some tests setReplication called 
after fs close. Contributed by Uma Maheswara Rao G. (umamahesh: rev 
a6af0248e9ec75e8e46ac96593070e0c9841a660)
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
hadoop-hdfs-project/hadoop-hdfs-httpfs/src/test/java/org/apache/hadoop/fs/http/client/BaseTestHttpFSWith.java


 Fix the test failures in HTTPFS: In some tests setReplication called after fs 
 close.
 

 Key: HDFS-8412
 URL: https://issues.apache.org/jira/browse/HDFS-8412
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: fs
Reporter: Uma Maheswara Rao G
Assignee: Uma Maheswara Rao G
 Fix For: 3.0.0

 Attachments: HDFS-8412-0.patch


 Currently 2 HTTFS test cases failing due to filesystem open check in fs 
 operations
 This is the JIRA fix these failures.
 Failure seems like 
 test case is closing fs first and then doing operation. Ideally such test 
 could pas earlier as dfsClient was just contacting with NN directly. But that 
 particular closed client will not be useful for any other ops like 
 read/write. So, usage should be corrected here IMO.
 {code}
  fs.close();
 fs.setReplication(path, (short) 2);
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)