[jira] [Created] (HDFS-6252) Namenode old webUI should be deprecated

2014-04-16 Thread Fengdong Yu (JIRA)
Fengdong Yu created HDFS-6252: - Summary: Namenode old webUI should be deprecated Key: HDFS-6252 URL: https://issues.apache.org/jira/browse/HDFS-6252 Project: Hadoop HDFS Issue Type: Bug

[jira] [Resolved] (HDFS-4696) Branch 0.23 Patch for "Block Replication Policy Implementation May Skip Higher-Priority Blocks for Lower-Priority Blocks"

2014-04-16 Thread Derek Dagit (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Derek Dagit resolved HDFS-4696. --- Resolution: Won't Fix - Support for adding tests is not available in 0.23 - Fixed in 3.0.0 - Likelihoo

Re: Policy on adding timeouts to tests

2014-04-16 Thread Andrew Wang
The timeouts are nice when trying to debug test failures on Jenkins, because otherwise you just see something like this: Caused by: java.lang.RuntimeException: The forked VM terminated without saying properly goodbye. VM crash or System.exit called ? We still see this today because some tests lac

Re: Policy on adding timeouts to tests

2014-04-16 Thread Tsuyoshi OZAWA
Hi Karthik, Some tests with servers like MiniCluster or ZK can never end because of unexpected busy loop or something if the tests don't have timeouts. It can blocks the other jobs of Jenkins server. Therefore, IMHO, we should add timeouts when we write tests with them. Thanks, - Tsuyoshi On Wed

[jira] [Created] (HDFS-6251) Update HDFS calls to ProxyUsers#authorize.

2014-04-16 Thread Chris Nauroth (JIRA)
Chris Nauroth created HDFS-6251: --- Summary: Update HDFS calls to ProxyUsers#authorize. Key: HDFS-6251 URL: https://issues.apache.org/jira/browse/HDFS-6251 Project: Hadoop HDFS Issue Type: Bug

[jira] [Created] (HDFS-6250) TestBalancerWithNodeGroup.testBalancerWithRackLocality fails

2014-04-16 Thread Kihwal Lee (JIRA)
Kihwal Lee created HDFS-6250: Summary: TestBalancerWithNodeGroup.testBalancerWithRackLocality fails Key: HDFS-6250 URL: https://issues.apache.org/jira/browse/HDFS-6250 Project: Hadoop HDFS Issue

Jenkins build is back to normal : Hadoop-Hdfs-trunk #1734

2014-04-16 Thread Apache Jenkins Server
See

[jira] [Resolved] (HDFS-6248) SNN crash during replay of FSEditLog of files inside directories having QuotaExceeded directories

2014-04-16 Thread Kihwal Lee (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kihwal Lee resolved HDFS-6248. -- Resolution: Duplicate It is already fixed by HDFS-6191. > SNN crash during replay of FSEditLog of file

Re: Policy on adding timeouts to tests

2014-04-16 Thread Steve Loughran
There's a JIRA somewhere that 's never gone in, to add a timeout rule to a base class; this rule gets picked up in that test class and all children to specify the timeout @Rule public final Timeout testTimeout = new Timeout(TEST_TIMEOUT); 1. If we are going to have a timeout everywhere, i