[jira] [Commented] (HDFS-4569) Small image transfer related cleanups.

2013-03-08 Thread Hudson (JIRA)

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

Hudson commented on HDFS-4569:
--

Integrated in Hadoop-Mapreduce-trunk #1366 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1366/])
HDFS-4569. Small image transfer related cleanups. Contributed by Andrew 
Wang. (Revision 1454233)

 Result = SUCCESS
suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1454233
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSConfigKeys.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/TransferFsImage.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml


> Small image transfer related cleanups.
> --
>
> Key: HDFS-4569
> URL: https://issues.apache.org/jira/browse/HDFS-4569
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Affects Versions: 3.0.0, 2.0.3-alpha
>Reporter: Andrew Wang
>Assignee: Andrew Wang
>Priority: Trivial
> Fix For: 2.0.5-beta
>
> Attachments: hdfs-4569-1.patch, hdfs-4569-2.patch, hdfs-4569-3.patch, 
> hdfs-4569-4.patch
>
>
> The initial patch in HDFS-1490 has a couple small errors. It missed adding 
> the new configuration key "dfs.image.transfer.timeout" to the 
> hdfs-default.xml, and kept an explanatory comment from an earlier version of 
> the patch that is no longer correct. Also, the default timeout of 1 minute is 
> too short and can be increased.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HDFS-4569) Small image transfer related cleanups.

2013-03-08 Thread Hudson (JIRA)

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

Hudson commented on HDFS-4569:
--

Integrated in Hadoop-Hdfs-trunk #1338 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1338/])
HDFS-4569. Small image transfer related cleanups. Contributed by Andrew 
Wang. (Revision 1454233)

 Result = SUCCESS
suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1454233
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSConfigKeys.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/TransferFsImage.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml


> Small image transfer related cleanups.
> --
>
> Key: HDFS-4569
> URL: https://issues.apache.org/jira/browse/HDFS-4569
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Affects Versions: 3.0.0, 2.0.3-alpha
>Reporter: Andrew Wang
>Assignee: Andrew Wang
>Priority: Trivial
> Fix For: 2.0.5-beta
>
> Attachments: hdfs-4569-1.patch, hdfs-4569-2.patch, hdfs-4569-3.patch, 
> hdfs-4569-4.patch
>
>
> The initial patch in HDFS-1490 has a couple small errors. It missed adding 
> the new configuration key "dfs.image.transfer.timeout" to the 
> hdfs-default.xml, and kept an explanatory comment from an earlier version of 
> the patch that is no longer correct. Also, the default timeout of 1 minute is 
> too short and can be increased.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HDFS-4569) Small image transfer related cleanups.

2013-03-08 Thread Hudson (JIRA)

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

Hudson commented on HDFS-4569:
--

Integrated in Hadoop-Yarn-trunk #149 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk/149/])
HDFS-4569. Small image transfer related cleanups. Contributed by Andrew 
Wang. (Revision 1454233)

 Result = SUCCESS
suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1454233
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSConfigKeys.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/TransferFsImage.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml


> Small image transfer related cleanups.
> --
>
> Key: HDFS-4569
> URL: https://issues.apache.org/jira/browse/HDFS-4569
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Affects Versions: 3.0.0, 2.0.3-alpha
>Reporter: Andrew Wang
>Assignee: Andrew Wang
>Priority: Trivial
> Fix For: 2.0.5-beta
>
> Attachments: hdfs-4569-1.patch, hdfs-4569-2.patch, hdfs-4569-3.patch, 
> hdfs-4569-4.patch
>
>
> The initial patch in HDFS-1490 has a couple small errors. It missed adding 
> the new configuration key "dfs.image.transfer.timeout" to the 
> hdfs-default.xml, and kept an explanatory comment from an earlier version of 
> the patch that is no longer correct. Also, the default timeout of 1 minute is 
> too short and can be increased.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HDFS-4569) Small image transfer related cleanups.

2013-03-07 Thread Hudson (JIRA)

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

Hudson commented on HDFS-4569:
--

Integrated in Hadoop-trunk-Commit #3439 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/3439/])
HDFS-4569. Small image transfer related cleanups. Contributed by Andrew 
Wang. (Revision 1454233)

 Result = SUCCESS
suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1454233
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSConfigKeys.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/TransferFsImage.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml


> Small image transfer related cleanups.
> --
>
> Key: HDFS-4569
> URL: https://issues.apache.org/jira/browse/HDFS-4569
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Affects Versions: 3.0.0, 2.0.3-alpha
>Reporter: Andrew Wang
>Assignee: Andrew Wang
>Priority: Trivial
> Attachments: hdfs-4569-1.patch, hdfs-4569-2.patch, hdfs-4569-3.patch, 
> hdfs-4569-4.patch
>
>
> The initial patch in HDFS-1490 has a couple small errors. It missed adding 
> the new configuration key "dfs.image.transfer.timeout" to the 
> hdfs-default.xml, and kept an explanatory comment from an earlier version of 
> the patch that is no longer correct. Also, the default timeout of 1 minute is 
> too short and can be increased.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HDFS-4569) Small image transfer related cleanups.

2013-03-07 Thread Suresh Srinivas (JIRA)

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

Suresh Srinivas commented on HDFS-4569:
---

+1 for the patch.

> Small image transfer related cleanups.
> --
>
> Key: HDFS-4569
> URL: https://issues.apache.org/jira/browse/HDFS-4569
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Affects Versions: 3.0.0, 2.0.3-alpha
>Reporter: Andrew Wang
>Assignee: Andrew Wang
>Priority: Trivial
> Attachments: hdfs-4569-1.patch, hdfs-4569-2.patch, hdfs-4569-3.patch, 
> hdfs-4569-4.patch
>
>
> The initial patch in HDFS-1490 has a couple small errors. It missed adding 
> the new configuration key "dfs.image.transfer.timeout" to the 
> hdfs-default.xml, and kept an explanatory comment from an earlier version of 
> the patch that is no longer correct. Also, the default timeout of 1 minute is 
> too short and can be increased.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HDFS-4569) Small image transfer related cleanups.

2013-03-07 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on HDFS-4569:
-

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12572645/hdfs-4569-4.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:red}-1 tests included{color}.  The patch doesn't appear to include 
any new or modified tests.
Please justify why no new tests are needed for this 
patch.
Also please list what manual steps were performed to 
verify this patch.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javadoc{color}.  The javadoc tool did not generate any 
warning messages.

{color:green}+1 eclipse:eclipse{color}.  The patch built with 
eclipse:eclipse.

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 1.3.9) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 core tests{color}.  The patch passed unit tests in 
hadoop-hdfs-project/hadoop-hdfs.

{color:green}+1 contrib tests{color}.  The patch passed contrib unit tests.

Test results: 
https://builds.apache.org/job/PreCommit-HDFS-Build/4055//testReport/
Console output: https://builds.apache.org/job/PreCommit-HDFS-Build/4055//console

This message is automatically generated.

> Small image transfer related cleanups.
> --
>
> Key: HDFS-4569
> URL: https://issues.apache.org/jira/browse/HDFS-4569
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Affects Versions: 3.0.0, 2.0.3-alpha
>Reporter: Andrew Wang
>Assignee: Andrew Wang
>Priority: Trivial
> Attachments: hdfs-4569-1.patch, hdfs-4569-2.patch, hdfs-4569-3.patch, 
> hdfs-4569-4.patch
>
>
> The initial patch in HDFS-1490 has a couple small errors. It missed adding 
> the new configuration key "dfs.image.transfer.timeout" to the 
> hdfs-default.xml, and kept an explanatory comment from an earlier version of 
> the patch that is no longer correct. Also, the default timeout of 1 minute is 
> too short and can be increased.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HDFS-4569) Small image transfer related cleanups.

2013-03-07 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on HDFS-4569:
-

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12572624/hdfs-4569-3.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:red}-1 tests included{color}.  The patch doesn't appear to include 
any new or modified tests.
Please justify why no new tests are needed for this 
patch.
Also please list what manual steps were performed to 
verify this patch.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javadoc{color}.  The javadoc tool did not generate any 
warning messages.

{color:green}+1 eclipse:eclipse{color}.  The patch built with 
eclipse:eclipse.

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 1.3.9) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 core tests{color}.  The patch passed unit tests in 
hadoop-hdfs-project/hadoop-hdfs.

{color:green}+1 contrib tests{color}.  The patch passed contrib unit tests.

Test results: 
https://builds.apache.org/job/PreCommit-HDFS-Build/4051//testReport/
Console output: https://builds.apache.org/job/PreCommit-HDFS-Build/4051//console

This message is automatically generated.

> Small image transfer related cleanups.
> --
>
> Key: HDFS-4569
> URL: https://issues.apache.org/jira/browse/HDFS-4569
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Affects Versions: 3.0.0, 2.0.3-alpha
>Reporter: Andrew Wang
>Assignee: Andrew Wang
>Priority: Trivial
> Attachments: hdfs-4569-1.patch, hdfs-4569-2.patch, hdfs-4569-3.patch
>
>
> The initial patch in HDFS-1490 has a couple small errors. It missed adding 
> the new configuration key "dfs.image.transfer.timeout" to the 
> hdfs-default.xml, and kept an explanatory comment from an earlier version of 
> the patch that is no longer correct.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HDFS-4569) Small image transfer related cleanups.

2013-03-07 Thread Tsz Wo (Nicholas), SZE (JIRA)

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

Tsz Wo (Nicholas), SZE commented on HDFS-4569:
--

> I also filed HDFS-4570 for increasing the default timeout value.

You may not need to file HDFS-4570 since both changes of this and HDFS-4570 are 
quite minor.  Why don't you combine them?

> Small image transfer related cleanups.
> --
>
> Key: HDFS-4569
> URL: https://issues.apache.org/jira/browse/HDFS-4569
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Affects Versions: 3.0.0, 2.0.3-alpha
>Reporter: Andrew Wang
>Assignee: Andrew Wang
>Priority: Trivial
> Attachments: hdfs-4569-1.patch, hdfs-4569-2.patch, hdfs-4569-3.patch
>
>
> The initial patch in HDFS-1490 has a couple small errors. It missed adding 
> the new configuration key "dfs.image.transfer.timeout" to the 
> hdfs-default.xml, and kept an explanatory comment from an earlier version of 
> the patch that is no longer correct.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HDFS-4569) Small image transfer related cleanups.

2013-03-07 Thread Suresh Srinivas (JIRA)

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

Suresh Srinivas commented on HDFS-4569:
---

+1 for the patch. I will commit it shortly.

> Small image transfer related cleanups.
> --
>
> Key: HDFS-4569
> URL: https://issues.apache.org/jira/browse/HDFS-4569
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Affects Versions: 3.0.0, 2.0.3-alpha
>Reporter: Andrew Wang
>Assignee: Andrew Wang
>Priority: Trivial
> Attachments: hdfs-4569-1.patch, hdfs-4569-2.patch, hdfs-4569-3.patch
>
>
> The initial patch in HDFS-1490 has a couple small errors. It missed adding 
> the new configuration key "dfs.image.transfer.timeout" to the 
> hdfs-default.xml, and kept an explanatory comment from an earlier version of 
> the patch that is no longer correct.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HDFS-4569) Small image transfer related cleanups.

2013-03-07 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on HDFS-4569:
-

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12572603/hdfs-4569-2.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:red}-1 tests included{color}.  The patch doesn't appear to include 
any new or modified tests.
Please justify why no new tests are needed for this 
patch.
Also please list what manual steps were performed to 
verify this patch.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javadoc{color}.  The javadoc tool did not generate any 
warning messages.

{color:green}+1 eclipse:eclipse{color}.  The patch built with 
eclipse:eclipse.

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 1.3.9) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 core tests{color}.  The patch passed unit tests in 
hadoop-hdfs-project/hadoop-hdfs.

{color:green}+1 contrib tests{color}.  The patch passed contrib unit tests.

Test results: 
https://builds.apache.org/job/PreCommit-HDFS-Build/4050//testReport/
Console output: https://builds.apache.org/job/PreCommit-HDFS-Build/4050//console

This message is automatically generated.

> Small image transfer related cleanups.
> --
>
> Key: HDFS-4569
> URL: https://issues.apache.org/jira/browse/HDFS-4569
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Affects Versions: 3.0.0, 2.0.3-alpha
>Reporter: Andrew Wang
>Assignee: Andrew Wang
>Priority: Trivial
> Attachments: hdfs-4569-1.patch, hdfs-4569-2.patch, hdfs-4569-3.patch
>
>
> The initial patch in HDFS-1490 has a couple small errors. It missed adding 
> the new configuration key "dfs.image.transfer.timeout" to the 
> hdfs-default.xml, and kept an explanatory comment from an earlier version of 
> the patch that is no longer correct.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HDFS-4569) Small image transfer related cleanups.

2013-03-07 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on HDFS-4569:
-

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12572585/hdfs-4569-1.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:red}-1 tests included{color}.  The patch doesn't appear to include 
any new or modified tests.
Please justify why no new tests are needed for this 
patch.
Also please list what manual steps were performed to 
verify this patch.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javadoc{color}.  The javadoc tool did not generate any 
warning messages.

{color:green}+1 eclipse:eclipse{color}.  The patch built with 
eclipse:eclipse.

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 1.3.9) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 core tests{color}.  The patch passed unit tests in 
hadoop-hdfs-project/hadoop-hdfs.

{color:green}+1 contrib tests{color}.  The patch passed contrib unit tests.

Test results: 
https://builds.apache.org/job/PreCommit-HDFS-Build/4049//testReport/
Console output: https://builds.apache.org/job/PreCommit-HDFS-Build/4049//console

This message is automatically generated.

> Small image transfer related cleanups.
> --
>
> Key: HDFS-4569
> URL: https://issues.apache.org/jira/browse/HDFS-4569
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Affects Versions: 3.0.0, 2.0.3-alpha
>Reporter: Andrew Wang
>Assignee: Andrew Wang
>Priority: Trivial
> Attachments: hdfs-4569-1.patch, hdfs-4569-2.patch
>
>
> The initial patch in HDFS-1490 has a couple small errors. It missed adding 
> the new configuration key "dfs.image.transfer.timeout" to the 
> hdfs-default.xml, and kept an explanatory comment from an earlier version of 
> the patch that is no longer correct.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HDFS-4569) Small image transfer related cleanups.

2013-03-07 Thread Suresh Srinivas (JIRA)

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

Suresh Srinivas commented on HDFS-4569:
---

bq. We've hit the default timeout with somewhat large fsimages, in the 2GB+ 
range.
I am surprised default of 1 minute was chosen. If a default of 10 minutes is 
chosen, it should have been okay for HDFS-1490, given it is trying to solve 
issues related to rare problems, right? Perhaps this can be done in another 
jira.

A minor comment for the patch - just like "dfs.image.transfer.timeout" points 
to "dfs.image.transfer.bandwidthPerSec" in description, should there be a 
description in bandwidthPerSec to point to transfer.timeout?

> Small image transfer related cleanups.
> --
>
> Key: HDFS-4569
> URL: https://issues.apache.org/jira/browse/HDFS-4569
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Affects Versions: 3.0.0, 2.0.3-alpha
>Reporter: Andrew Wang
>Assignee: Andrew Wang
>Priority: Trivial
> Attachments: hdfs-4569-1.patch, hdfs-4569-2.patch
>
>
> The initial patch in HDFS-1490 has a couple small errors. It missed adding 
> the new configuration key "dfs.image.transfer.timeout" to the 
> hdfs-default.xml, and kept an explanatory comment from an earlier version of 
> the patch that is no longer correct.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HDFS-4569) Small image transfer related cleanups.

2013-03-07 Thread Suresh Srinivas (JIRA)

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

Suresh Srinivas commented on HDFS-4569:
---

Sorry I have not looked at the original jira. The image transfer should 
complete with in the time defined in "dfs.image.transfer.timeout"? If so can we 
explicitly describe that in the document you added?

I know this is not related to this jira, but, is 60 seconds default sufficient 
for large clusters?

> Small image transfer related cleanups.
> --
>
> Key: HDFS-4569
> URL: https://issues.apache.org/jira/browse/HDFS-4569
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Affects Versions: 3.0.0, 2.0.3-alpha
>Reporter: Andrew Wang
>Assignee: Andrew Wang
>Priority: Trivial
> Attachments: hdfs-4569-1.patch
>
>
> The initial patch in HDFS-1490 has a couple small errors. It missed adding 
> the new configuration key "dfs.image.transfer.timeout" to the 
> hdfs-default.xml, and kept an explanatory comment from an earlier version of 
> the patch that is no longer correct.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira