[jira] [Commented] (HDFS-2002) Incorrect computation of needed blocks in getTurnOffTip()

2011-11-02 Thread Hudson (Commented) (JIRA)

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

Hudson commented on HDFS-2002:
--

Integrated in Hadoop-Hdfs-0.23-Build #64 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/64/])
HDFS-2002. Incorrect computation of needed blocks in getTurnOffTip(). 
Contributed by Plamen Jeliazkov.

shv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1196229
Files : 
* 
/hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java
* 
/hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestSafeMode.java


 Incorrect computation of needed blocks in getTurnOffTip()
 -

 Key: HDFS-2002
 URL: https://issues.apache.org/jira/browse/HDFS-2002
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: name-node
Affects Versions: 0.22.0
Reporter: Konstantin Shvachko
Assignee: Plamen Jeliazkov
  Labels: newbie
 Fix For: 0.22.0, 0.23.0, 0.24.0

 Attachments: HADOOP-2002_TRUNK.patch, hdfs-2002.patch, 
 testsafemode.patch, testsafemode.patch


 {{SafeModeInfo.getTurnOffTip()}} under-reports the number of blocks needed to 
 reach the safemode threshold.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HDFS-2002) Incorrect computation of needed blocks in getTurnOffTip()

2011-11-02 Thread Hudson (Commented) (JIRA)

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

Hudson commented on HDFS-2002:
--

Integrated in Hadoop-Mapreduce-0.23-Build #78 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Build/78/])
HDFS-2002. Incorrect computation of needed blocks in getTurnOffTip(). 
Contributed by Plamen Jeliazkov.

shv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1196229
Files : 
* 
/hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java
* 
/hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestSafeMode.java


 Incorrect computation of needed blocks in getTurnOffTip()
 -

 Key: HDFS-2002
 URL: https://issues.apache.org/jira/browse/HDFS-2002
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: name-node
Affects Versions: 0.22.0
Reporter: Konstantin Shvachko
Assignee: Plamen Jeliazkov
  Labels: newbie
 Fix For: 0.22.0, 0.23.0, 0.24.0

 Attachments: HADOOP-2002_TRUNK.patch, hdfs-2002.patch, 
 testsafemode.patch, testsafemode.patch


 {{SafeModeInfo.getTurnOffTip()}} under-reports the number of blocks needed to 
 reach the safemode threshold.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HDFS-2002) Incorrect computation of needed blocks in getTurnOffTip()

2011-11-01 Thread Konstantin Shvachko (Commented) (JIRA)

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

Konstantin Shvachko commented on HDFS-2002:
---

+1 test failures are not related to the patch.

 Incorrect computation of needed blocks in getTurnOffTip()
 -

 Key: HDFS-2002
 URL: https://issues.apache.org/jira/browse/HDFS-2002
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: name-node
Affects Versions: 0.22.0
Reporter: Konstantin Shvachko
Assignee: Plamen Jeliazkov
  Labels: newbie
 Attachments: HADOOP-2002_TRUNK.patch, hdfs-2002.patch, 
 testsafemode.patch, testsafemode.patch


 {{SafeModeInfo.getTurnOffTip()}} under-reports the number of blocks needed to 
 reach the safemode threshold.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HDFS-2002) Incorrect computation of needed blocks in getTurnOffTip()

2011-11-01 Thread Hudson (Commented) (JIRA)

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

Hudson commented on HDFS-2002:
--

Integrated in Hadoop-Common-trunk-Commit #1222 (See 
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/1222/])
HDFS-2002. Incorrect computation of needed blocks in getTurnOffTip(). 
Contributed by Plamen Jeliazkov.

shv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1195869
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/server/namenode/FSNamesystem.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestSafeMode.java


 Incorrect computation of needed blocks in getTurnOffTip()
 -

 Key: HDFS-2002
 URL: https://issues.apache.org/jira/browse/HDFS-2002
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: name-node
Affects Versions: 0.22.0
Reporter: Konstantin Shvachko
Assignee: Plamen Jeliazkov
  Labels: newbie
 Attachments: HADOOP-2002_TRUNK.patch, hdfs-2002.patch, 
 testsafemode.patch, testsafemode.patch


 {{SafeModeInfo.getTurnOffTip()}} under-reports the number of blocks needed to 
 reach the safemode threshold.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HDFS-2002) Incorrect computation of needed blocks in getTurnOffTip()

2011-11-01 Thread Hudson (Commented) (JIRA)

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

Hudson commented on HDFS-2002:
--

Integrated in Hadoop-Hdfs-trunk-Commit #1297 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/1297/])
HDFS-2002. Incorrect computation of needed blocks in getTurnOffTip(). 
Contributed by Plamen Jeliazkov.

shv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1195869
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/server/namenode/FSNamesystem.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestSafeMode.java


 Incorrect computation of needed blocks in getTurnOffTip()
 -

 Key: HDFS-2002
 URL: https://issues.apache.org/jira/browse/HDFS-2002
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: name-node
Affects Versions: 0.22.0
Reporter: Konstantin Shvachko
Assignee: Plamen Jeliazkov
  Labels: newbie
 Attachments: HADOOP-2002_TRUNK.patch, hdfs-2002.patch, 
 testsafemode.patch, testsafemode.patch


 {{SafeModeInfo.getTurnOffTip()}} under-reports the number of blocks needed to 
 reach the safemode threshold.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HDFS-2002) Incorrect computation of needed blocks in getTurnOffTip()

2011-11-01 Thread Hudson (Commented) (JIRA)

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

Hudson commented on HDFS-2002:
--

Integrated in Hadoop-Mapreduce-trunk-Commit #1247 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/1247/])
HDFS-2002. Incorrect computation of needed blocks in getTurnOffTip(). 
Contributed by Plamen Jeliazkov.

shv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1195869
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/server/namenode/FSNamesystem.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestSafeMode.java


 Incorrect computation of needed blocks in getTurnOffTip()
 -

 Key: HDFS-2002
 URL: https://issues.apache.org/jira/browse/HDFS-2002
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: name-node
Affects Versions: 0.22.0
Reporter: Konstantin Shvachko
Assignee: Plamen Jeliazkov
  Labels: newbie
 Fix For: 0.22.0, 0.23.0, 0.24.0

 Attachments: HADOOP-2002_TRUNK.patch, hdfs-2002.patch, 
 testsafemode.patch, testsafemode.patch


 {{SafeModeInfo.getTurnOffTip()}} under-reports the number of blocks needed to 
 reach the safemode threshold.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HDFS-2002) Incorrect computation of needed blocks in getTurnOffTip()

2011-11-01 Thread Hudson (Commented) (JIRA)

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

Hudson commented on HDFS-2002:
--

Integrated in Hadoop-Hdfs-22-branch #105 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-22-branch/105/])
HDFS-2002. Incorrect computation of needed blocks in getTurnOffTip(). 
Contributed by Plamen Jeliazkov.

shv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1195870
Files : 
* /hadoop/common/branches/branch-0.22/hdfs/CHANGES.txt
* 
/hadoop/common/branches/branch-0.22/hdfs/src/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java
* 
/hadoop/common/branches/branch-0.22/hdfs/src/test/hdfs/org/apache/hadoop/hdfs/server/namenode/TestSafeMode.java


 Incorrect computation of needed blocks in getTurnOffTip()
 -

 Key: HDFS-2002
 URL: https://issues.apache.org/jira/browse/HDFS-2002
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: name-node
Affects Versions: 0.22.0
Reporter: Konstantin Shvachko
Assignee: Plamen Jeliazkov
  Labels: newbie
 Fix For: 0.22.0, 0.23.0, 0.24.0

 Attachments: HADOOP-2002_TRUNK.patch, hdfs-2002.patch, 
 testsafemode.patch, testsafemode.patch


 {{SafeModeInfo.getTurnOffTip()}} under-reports the number of blocks needed to 
 reach the safemode threshold.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HDFS-2002) Incorrect computation of needed blocks in getTurnOffTip()

2011-11-01 Thread Hudson (Commented) (JIRA)

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

Hudson commented on HDFS-2002:
--

Integrated in Hadoop-Mapreduce-trunk #884 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/884/])
HDFS-2002. Incorrect computation of needed blocks in getTurnOffTip(). 
Contributed by Plamen Jeliazkov.

shv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1195869
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/server/namenode/FSNamesystem.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestSafeMode.java


 Incorrect computation of needed blocks in getTurnOffTip()
 -

 Key: HDFS-2002
 URL: https://issues.apache.org/jira/browse/HDFS-2002
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: name-node
Affects Versions: 0.22.0
Reporter: Konstantin Shvachko
Assignee: Plamen Jeliazkov
  Labels: newbie
 Fix For: 0.22.0, 0.23.0, 0.24.0

 Attachments: HADOOP-2002_TRUNK.patch, hdfs-2002.patch, 
 testsafemode.patch, testsafemode.patch


 {{SafeModeInfo.getTurnOffTip()}} under-reports the number of blocks needed to 
 reach the safemode threshold.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HDFS-2002) Incorrect computation of needed blocks in getTurnOffTip()

2011-10-31 Thread Hadoop QA (Commented) (JIRA)

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

Hadoop QA commented on HDFS-2002:
-

-1 overall.  Here are the results of testing the latest attachment 
  
http://issues.apache.org/jira/secure/attachment/12501572/HADOOP-2002_TRUNK.patch
  against trunk revision .

+1 @author.  The patch does not contain any @author tags.

+1 tests included.  The patch appears to include 3 new or modified tests.

+1 javadoc.  The javadoc tool did not generate any warning messages.

+1 javac.  The applied patch does not increase the total number of javac 
compiler warnings.

+1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) 
warnings.

+1 release audit.  The applied patch does not increase the total number of 
release audit warnings.

-1 core tests.  The patch failed these unit tests:
  org.apache.hadoop.hdfs.TestAbandonBlock
  org.apache.hadoop.cli.TestHDFSCLI

+1 contrib tests.  The patch passed contrib unit tests.

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

This message is automatically generated.

 Incorrect computation of needed blocks in getTurnOffTip()
 -

 Key: HDFS-2002
 URL: https://issues.apache.org/jira/browse/HDFS-2002
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: name-node
Affects Versions: 0.22.0
Reporter: Konstantin Shvachko
Assignee: Plamen Jeliazkov
  Labels: newbie
 Attachments: HADOOP-2002_TRUNK.patch, hdfs-2002.patch, 
 testsafemode.patch, testsafemode.patch


 {{SafeModeInfo.getTurnOffTip()}} under-reports the number of blocks needed to 
 reach the safemode threshold.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HDFS-2002) Incorrect computation of needed blocks in getTurnOffTip()

2011-07-14 Thread Plamen Jeliazkov (JIRA)

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

Plamen Jeliazkov commented on HDFS-2002:


Interesting -- I don't see a TestSafeMode failure in there. I can't see how 
Timeout failures could be a result of a test expectation change... could be 
some sort of other latent bug or just a bad run of the test cases? 

 Incorrect computation of needed blocks in getTurnOffTip()
 -

 Key: HDFS-2002
 URL: https://issues.apache.org/jira/browse/HDFS-2002
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: name-node
Affects Versions: 0.22.0
Reporter: Konstantin Shvachko
Assignee: Matthias Eckert
  Labels: newbie
 Fix For: 0.22.0

 Attachments: hdfs-2002.patch, testsafemode.patch, testsafemode.patch


 {{SafeModeInfo.getTurnOffTip()}} under-reports the number of blocks needed to 
 reach the safemode threshold.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HDFS-2002) Incorrect computation of needed blocks in getTurnOffTip()

2011-07-13 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on HDFS-2002:
-

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12486349/testsafemode.patch
  against trunk revision 1145843.

+1 @author.  The patch does not contain any @author tags.

+1 tests included.  The patch appears to include 3 new or modified tests.

+1 javadoc.  The javadoc tool did not generate any warning messages.

+1 javac.  The applied patch does not increase the total number of javac 
compiler warnings.

+1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) 
warnings.

+1 release audit.  The applied patch does not increase the total number of 
release audit warnings.

-1 core tests.  The patch failed these core unit tests:
  org.apache.hadoop.hdfs.server.namenode.TestSafeMode

+1 contrib tests.  The patch passed contrib unit tests.

+1 system test framework.  The patch passed system test framework compile.

Test results: 
https://builds.apache.org/job/PreCommit-HDFS-Build/916//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HDFS-Build/916//artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Console output: https://builds.apache.org/job/PreCommit-HDFS-Build/916//console

This message is automatically generated.

 Incorrect computation of needed blocks in getTurnOffTip()
 -

 Key: HDFS-2002
 URL: https://issues.apache.org/jira/browse/HDFS-2002
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: name-node
Affects Versions: 0.22.0
Reporter: Konstantin Shvachko
Assignee: Matthias Eckert
  Labels: newbie
 Fix For: 0.22.0

 Attachments: hdfs-2002.patch, testsafemode.patch


 {{SafeModeInfo.getTurnOffTip()}} under-reports the number of blocks needed to 
 reach the safemode threshold.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HDFS-2002) Incorrect computation of needed blocks in getTurnOffTip()

2011-07-13 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on HDFS-2002:
-

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12486365/testsafemode.patch
  against trunk revision 1145843.

+1 @author.  The patch does not contain any @author tags.

+1 tests included.  The patch appears to include 3 new or modified tests.

+1 javadoc.  The javadoc tool did not generate any warning messages.

+1 javac.  The applied patch does not increase the total number of javac 
compiler warnings.

+1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) 
warnings.

+1 release audit.  The applied patch does not increase the total number of 
release audit warnings.

-1 core tests.  The patch failed these core unit tests:
  org.apache.hadoop.hdfs.server.common.TestDistributedUpgrade
  org.apache.hadoop.hdfs.server.datanode.TestDatanodeJsp
  org.apache.hadoop.hdfs.server.datanode.TestDatanodeRestart
  
org.apache.hadoop.hdfs.server.datanode.TestDataNodeVolumeFailureReporting
  
org.apache.hadoop.hdfs.server.datanode.TestDataNodeVolumeFailureToleration
  org.apache.hadoop.hdfs.server.datanode.TestDeleteBlockPool
  
org.apache.hadoop.hdfs.server.datanode.TestMulitipleNNDataBlockScanner
  org.apache.hadoop.hdfs.server.datanode.TestRefreshNamenodes
  org.apache.hadoop.hdfs.server.datanode.TestTransferRbw
  org.apache.hadoop.hdfs.server.datanode.TestWriteToReplica
  
org.apache.hadoop.hdfs.server.namenode.metrics.TestNNMetricFilesInGetListingOps
  org.apache.hadoop.hdfs.server.namenode.TestAllowFormat
  
org.apache.hadoop.hdfs.server.namenode.TestBlocksWithNotEnoughRacks
  org.apache.hadoop.hdfs.server.namenode.TestBlockTokenWithDFS
  
org.apache.hadoop.hdfs.server.namenode.TestBlockUnderConstruction
  
org.apache.hadoop.hdfs.server.namenode.TestCheckPointForSecurityTokens
  org.apache.hadoop.hdfs.server.namenode.TestClusterId
  org.apache.hadoop.hdfs.server.namenode.TestCorruptFilesJsp
  org.apache.hadoop.hdfs.server.namenode.TestDeadDatanode
  
org.apache.hadoop.hdfs.server.namenode.TestDecommissioningStatus
  
org.apache.hadoop.hdfs.server.namenode.TestEditLogFileOutputStream
  org.apache.hadoop.hdfs.server.namenode.TestEditLogRace
  org.apache.hadoop.hdfs.server.namenode.TestFsck
  org.apache.hadoop.hdfs.server.namenode.TestFSEditLogLoader
  org.apache.hadoop.hdfs.server.namenode.TestHDFSConcat
  
org.apache.hadoop.hdfs.server.namenode.TestLargeDirectoryDelete
  
org.apache.hadoop.hdfs.server.namenode.TestListCorruptFileBlocks
  org.apache.hadoop.hdfs.server.namenode.TestMetaSave
  org.apache.hadoop.hdfs.server.namenode.TestNameEditsConfigs
  org.apache.hadoop.hdfs.server.namenode.TestNameNodeJspHelper
  org.apache.hadoop.hdfs.server.namenode.TestNameNodeMXBean
  
org.apache.hadoop.hdfs.server.namenode.TestNameNodeResourceChecker
  org.apache.hadoop.hdfs.server.namenode.TestNodeCount
  org.apache.hadoop.hdfs.server.namenode.TestParallelImageWrite
  org.apache.hadoop.hdfs.server.namenode.TestSecondaryWebUi
  
org.apache.hadoop.hdfs.server.namenode.TestSecurityTokenEditLog
  org.apache.hadoop.hdfs.server.namenode.TestStreamFile
  org.apache.hadoop.hdfs.server.namenode.TestTransferFsImage
  
org.apache.hadoop.hdfs.tools.offlineEditsViewer.TestOfflineEditsViewer
  
org.apache.hadoop.hdfs.tools.offlineImageViewer.TestOfflineImageViewer
  org.apache.hadoop.hdfs.tools.TestGetGroups
  org.apache.hadoop.security.TestRefreshUserMappings
  org.apache.hadoop.tools.TestJMXGet

+1 contrib tests.  The patch passed contrib unit tests.

+1 system test framework.  The patch passed system test framework compile.

Test results: 
https://builds.apache.org/job/PreCommit-HDFS-Build/917//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HDFS-Build/917//artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Console output: https://builds.apache.org/job/PreCommit-HDFS-Build/917//console

This message is automatically generated.

 Incorrect computation of needed blocks in getTurnOffTip()
 -

 

[jira] [Commented] (HDFS-2002) Incorrect computation of needed blocks in getTurnOffTip()

2011-06-15 Thread Jakob Homan (JIRA)

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

Jakob Homan commented on HDFS-2002:
---

Matthias - looks like TestSafeMode is checking the output of the getTip call.  
Can you update the test to expect the new values? Thanks. -jg

 Incorrect computation of needed blocks in getTurnOffTip()
 -

 Key: HDFS-2002
 URL: https://issues.apache.org/jira/browse/HDFS-2002
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: name-node
Affects Versions: 0.22.0
Reporter: Konstantin Shvachko
Assignee: Matthias Eckert
  Labels: newbie
 Fix For: 0.22.0

 Attachments: hdfs-2002.patch


 {{SafeModeInfo.getTurnOffTip()}} under-reports the number of blocks needed to 
 reach the safemode threshold.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HDFS-2002) Incorrect computation of needed blocks in getTurnOffTip()

2011-06-13 Thread Konstantin Shvachko (JIRA)

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

Konstantin Shvachko commented on HDFS-2002:
---

Looks like TestSafeMode failure is related to the patch.

 Incorrect computation of needed blocks in getTurnOffTip()
 -

 Key: HDFS-2002
 URL: https://issues.apache.org/jira/browse/HDFS-2002
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: name-node
Affects Versions: 0.22.0
Reporter: Konstantin Shvachko
Assignee: Matthias Eckert
  Labels: newbie
 Fix For: 0.22.0

 Attachments: hdfs-2002.patch


 {{SafeModeInfo.getTurnOffTip()}} under-reports the number of blocks needed to 
 reach the safemode threshold.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HDFS-2002) Incorrect computation of needed blocks in getTurnOffTip()

2011-06-09 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on HDFS-2002:
-

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12481935/hdfs-2002.patch
  against trunk revision 1133476.

+1 @author.  The patch does not contain any @author tags.

-1 tests included.  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.

+1 javadoc.  The javadoc tool did not generate any warning messages.

+1 javac.  The applied patch does not increase the total number of javac 
compiler warnings.

+1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) 
warnings.

+1 release audit.  The applied patch does not increase the total number of 
release audit warnings.

-1 core tests.  The patch failed these core unit tests:
  org.apache.hadoop.cli.TestHDFSCLI
  org.apache.hadoop.hdfs.server.namenode.TestBackupNode
  org.apache.hadoop.hdfs.server.namenode.TestSafeMode

+1 contrib tests.  The patch passed contrib unit tests.

+1 system test framework.  The patch passed system test framework compile.

Test results: 
https://builds.apache.org/job/PreCommit-HDFS-Build/752//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HDFS-Build/752//artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Console output: https://builds.apache.org/job/PreCommit-HDFS-Build/752//console

This message is automatically generated.

 Incorrect computation of needed blocks in getTurnOffTip()
 -

 Key: HDFS-2002
 URL: https://issues.apache.org/jira/browse/HDFS-2002
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: name-node
Affects Versions: 0.22.0
Reporter: Konstantin Shvachko
Assignee: Matthias Eckert
  Labels: newbie
 Fix For: 0.22.0

 Attachments: hdfs-2002.patch


 {{SafeModeInfo.getTurnOffTip()}} under-reports the number of blocks needed to 
 reach the safemode threshold.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HDFS-2002) Incorrect computation of needed blocks in getTurnOffTip()

2011-05-25 Thread Konstantin Shvachko (JIRA)

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

Konstantin Shvachko commented on HDFS-2002:
---

In case there are 3 blocks in the system with the default threshold 0.9990, and 
with no replicas reported yet the safemode tip says:
_*{{Safe mode is ON. The reported blocks 0 needs additional 2 blocks to reach 
the threshold 0.9990 of total blocks 3. Safe mode will be turned off 
automatically.}}*_
While it should report one more _*{{needs additional 3 blocks}}*_.

And when the threshold is set larger than one, say 1.5, the numbers don't make 
any sense at all.

 Incorrect computation of needed blocks in getTurnOffTip()
 -

 Key: HDFS-2002
 URL: https://issues.apache.org/jira/browse/HDFS-2002
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: name-node
Affects Versions: 0.22.0
Reporter: Konstantin Shvachko
 Fix For: 0.22.0


 {{SafeModeInfo.getTurnOffTip()}} under-reports the number of blocks needed to 
 reach the safemode threshold.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira