[jira] [Updated] (HDFS-6264) Provide FileSystem#create() variant which throws exception if parent directory doesn't exist

2014-05-11 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HDFS-6264: - Labels: hbase (was: ) Provide FileSystem#create() variant which throws exception if parent directory doesn't

[jira] [Resolved] (HDFS-6083) TestQuorumJournalManager#testChangeWritersLogsOutOfSync2 occasionally fails

2014-05-11 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HDFS-6083. -- Resolution: Cannot Reproduce TestQuorumJournalManager#testChangeWritersLogsOutOfSync2 occasionally fails

[jira] [Updated] (HDFS-6290) File is not closed in OfflineImageViewerPB#run()

2014-05-11 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HDFS-6290: - Component/s: tools File is not closed in OfflineImageViewerPB#run()

[jira] [Updated] (HDFS-6257) TestCacheDirectives#testExceedsCapacity fails occasionally in trunk

2014-05-11 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HDFS-6257: - Component/s: caching TestCacheDirectives#testExceedsCapacity fails occasionally in trunk

[jira] [Created] (HDFS-6369) RemoteBlockReader#available() should call FSInputChecker.available()

2014-05-11 Thread Ted Yu (JIRA)
Ted Yu created HDFS-6369: Summary: RemoteBlockReader#available() should call FSInputChecker.available() Key: HDFS-6369 URL: https://issues.apache.org/jira/browse/HDFS-6369 Project: Hadoop HDFS

[jira] [Commented] (HDFS-6338) Add a RPC method to allow administrator to delete the file lease.

2014-05-04 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13988965#comment-13988965 ] Ted Yu commented on HDFS-6338: -- Did you try recoverLease() ? Add a RPC method to allow

[jira] [Commented] (HDFS-6290) File is not closed in OfflineImageViewerPB#run()

2014-05-02 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13987886#comment-13987886 ] Ted Yu commented on HDFS-6290: -- This was observed in trunk code. File is not closed in

[jira] [Updated] (HDFS-6264) Provide FileSystem#create() variant which throws exception if parent directory doesn't exist

2014-04-29 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HDFS-6264: - Description: FileSystem#createNonRecursive() is deprecated. However, there is no DistributedFileSystem#create()

[jira] [Created] (HDFS-6290) File is not closed in OfflineImageViewerPB#run()

2014-04-26 Thread Ted Yu (JIRA)
Ted Yu created HDFS-6290: Summary: File is not closed in OfflineImageViewerPB#run() Key: HDFS-6290 URL: https://issues.apache.org/jira/browse/HDFS-6290 Project: Hadoop HDFS Issue Type: Bug

[jira] [Created] (HDFS-6291) FSImage may be left unclosed in BootstrapStandby#doRun()

2014-04-26 Thread Ted Yu (JIRA)
Ted Yu created HDFS-6291: Summary: FSImage may be left unclosed in BootstrapStandby#doRun() Key: HDFS-6291 URL: https://issues.apache.org/jira/browse/HDFS-6291 Project: Hadoop HDFS Issue Type: Bug

[jira] [Updated] (HDFS-6264) Provide FileSystem#create() variant which throws exception if parent directory doesn't exist

2014-04-22 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HDFS-6264: - Attachment: hdfs-6264-v1.txt Patch v1 un-deprecates createNonRecursive(). Provide FileSystem#create() variant

[jira] [Created] (HDFS-6264) Provide FileSystem#create() variant which throws exception if parent directory doesn't exist

2014-04-21 Thread Ted Yu (JIRA)
Ted Yu created HDFS-6264: Summary: Provide FileSystem#create() variant which throws exception if parent directory doesn't exist Key: HDFS-6264 URL: https://issues.apache.org/jira/browse/HDFS-6264 Project:

[jira] [Updated] (HDFS-6264) Provide FileSystem#create() variant which throws exception if parent directory doesn't exist

2014-04-21 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HDFS-6264: - Description: FileSystem#createNonRecursive() is deprecated. However, there is no DistributedFileSystem#create()

[jira] [Commented] (HDFS-6264) Provide FileSystem#create() variant which throws exception if parent directory doesn't exist

2014-04-21 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13975999#comment-13975999 ] Ted Yu commented on HDFS-6264: -- Another option is to un-deprecate

[jira] [Updated] (HDFS-6264) Provide FileSystem#create() variant which throws exception if parent directory doesn't exist

2014-04-21 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HDFS-6264: - Priority: Major (was: Minor) Raising priority to Major due to client unable to migrate off deprecated API.

[jira] [Created] (HDFS-6257) TestCacheDirectives#testExceedsCapacity fails occasionally in trunk

2014-04-18 Thread Ted Yu (JIRA)
Ted Yu created HDFS-6257: Summary: TestCacheDirectives#testExceedsCapacity fails occasionally in trunk Key: HDFS-6257 URL: https://issues.apache.org/jira/browse/HDFS-6257 Project: Hadoop HDFS Issue

[jira] [Created] (HDFS-6177) TestHttpFSServer fails occasionally in trunk

2014-03-30 Thread Ted Yu (JIRA)
Ted Yu created HDFS-6177: Summary: TestHttpFSServer fails occasionally in trunk Key: HDFS-6177 URL: https://issues.apache.org/jira/browse/HDFS-6177 Project: Hadoop HDFS Issue Type: Test

[jira] [Commented] (HDFS-5672) TestHASafeMode#testSafeBlockTracking fails in trunk

2014-03-26 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13948198#comment-13948198 ] Ted Yu commented on HDFS-5672: -- Was the failure,

[jira] [Created] (HDFS-6160) TestSafeMode occasionally fails

2014-03-26 Thread Ted Yu (JIRA)
Ted Yu created HDFS-6160: Summary: TestSafeMode occasionally fails Key: HDFS-6160 URL: https://issues.apache.org/jira/browse/HDFS-6160 Project: Hadoop HDFS Issue Type: Test Reporter: Ted

[jira] [Commented] (HDFS-5672) TestHASafeMode#testSafeBlockTracking fails in trunk

2014-03-26 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13948281#comment-13948281 ] Ted Yu commented on HDFS-5672: -- Jing, I created HDFS-6160 to track TestSafeMode failure.

[jira] [Commented] (HDFS-5672) TestHASafeMode#testSafeBlockTracking fails in trunk

2014-03-25 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13946713#comment-13946713 ] Ted Yu commented on HDFS-5672: -- The test failed again in build #1712:

[jira] [Reopened] (HDFS-5672) TestHASafeMode#testSafeBlockTracking fails in trunk

2014-03-25 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu reopened HDFS-5672: -- TestHASafeMode#testSafeBlockTracking fails in trunk ---

[jira] [Commented] (HDFS-6092) DistributedFileSystem#getCanonicalServiceName() and DistributedFileSystem#getUri() may return inconsistent results w.r.t. port

2014-03-12 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13931766#comment-13931766 ] Ted Yu commented on HDFS-6092: -- [~haosd...@gmail.com]: With your patch, desFs's URI still

[jira] [Updated] (HDFS-6092) DistributedFileSystem#getCanonicalServiceName() and DistributedFileSystem#getUri() may return inconsistent results w.r.t. port

2014-03-12 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HDFS-6092: - Attachment: hdfs-6092-v3.txt DistributedFileSystem#getCanonicalServiceName() and

[jira] [Commented] (HDFS-6092) DistributedFileSystem#getCanonicalServiceName() and DistributedFileSystem#getUri() may return inconsistent results w.r.t. port

2014-03-12 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13931930#comment-13931930 ] Ted Yu commented on HDFS-6092: -- How about patch v3 ? I try to be a little generic by detecting

[jira] [Created] (HDFS-6092) DistributedFileSystem#getCanonicalServiceName() and DistributedFileSystem#getUri() may return inconsistent results w.r.t. port

2014-03-11 Thread Ted Yu (JIRA)
Ted Yu created HDFS-6092: Summary: DistributedFileSystem#getCanonicalServiceName() and DistributedFileSystem#getUri() may return inconsistent results w.r.t. port Key: HDFS-6092 URL:

[jira] [Updated] (HDFS-6092) DistributedFileSystem#getCanonicalServiceName() and DistributedFileSystem#getUri() may return inconsistent results w.r.t. port

2014-03-11 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HDFS-6092: - Description: I discovered this when working on HBASE-10717 Here is sample code to reproduce the problem: {code}

[jira] [Updated] (HDFS-6092) DistributedFileSystem#getCanonicalServiceName() and DistributedFileSystem#getUri() may return inconsistent results w.r.t. port

2014-03-11 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HDFS-6092: - Attachment: hdfs-6092-v1.txt Tentative patch. DistributedFileSystem#getCanonicalServiceName() and

[jira] [Updated] (HDFS-6092) DistributedFileSystem#getCanonicalServiceName() and DistributedFileSystem#getUri() may return inconsistent results w.r.t. port

2014-03-11 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HDFS-6092: - Status: Patch Available (was: Open) DistributedFileSystem#getCanonicalServiceName() and

[jira] [Updated] (HDFS-6092) DistributedFileSystem#getCanonicalServiceName() and DistributedFileSystem#getUri() may return inconsistent results w.r.t. port

2014-03-11 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HDFS-6092: - Attachment: hdfs-6092-v2.txt Patch v2 passed the following tests: {code} 636 mvn test -Dtest=TestFileStatus

[jira] [Created] (HDFS-6081) TestRetryCacheWithHA#testCreateSymlink occasionally fails in trunk

2014-03-09 Thread Ted Yu (JIRA)
Ted Yu created HDFS-6081: Summary: TestRetryCacheWithHA#testCreateSymlink occasionally fails in trunk Key: HDFS-6081 URL: https://issues.apache.org/jira/browse/HDFS-6081 Project: Hadoop HDFS Issue

[jira] [Created] (HDFS-6083) TestQuorumJournalManager#testChangeWritersLogsOutOfSync2 occasionally fails

2014-03-09 Thread Ted Yu (JIRA)
Ted Yu created HDFS-6083: Summary: TestQuorumJournalManager#testChangeWritersLogsOutOfSync2 occasionally fails Key: HDFS-6083 URL: https://issues.apache.org/jira/browse/HDFS-6083 Project: Hadoop HDFS

[jira] [Updated] (HDFS-6057) DomainSocketWatcher.watcherThread should be marked as daemon thread

2014-03-05 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HDFS-6057: - Status: Patch Available (was: Open) DomainSocketWatcher.watcherThread should be marked as daemon thread

[jira] [Assigned] (HDFS-6057) DomainSocketWatcher.watcherThread should be marked as daemon thread

2014-03-05 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu reassigned HDFS-6057: Assignee: Ted Yu DomainSocketWatcher.watcherThread should be marked as daemon thread

[jira] [Updated] (HDFS-6057) DomainSocketWatcher.watcherThread should be marked as daemon thread

2014-03-05 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HDFS-6057: - Attachment: hdfs-6057-v1.txt ShortCircuitRegistry closes DomainSocketWatcher in shutdown(). Patch v1 closes

[jira] [Assigned] (HDFS-6057) DomainSocketWatcher.watcherThread should be marked as daemon thread

2014-03-05 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu reassigned HDFS-6057: Assignee: (was: Ted Yu) DomainSocketWatcher.watcherThread should be marked as daemon thread

[jira] [Created] (HDFS-6037) TestIncrementalBlockReports#testReplaceReceivedBlock fails occasionally in trunk

2014-03-01 Thread Ted Yu (JIRA)
Ted Yu created HDFS-6037: Summary: TestIncrementalBlockReports#testReplaceReceivedBlock fails occasionally in trunk Key: HDFS-6037 URL: https://issues.apache.org/jira/browse/HDFS-6037 Project: Hadoop HDFS

[jira] [Created] (HDFS-5997) TestHASafeMode#testBlocksAddedWhileStandbyIsDown fails in trunk

2014-02-22 Thread Ted Yu (JIRA)
Ted Yu created HDFS-5997: Summary: TestHASafeMode#testBlocksAddedWhileStandbyIsDown fails in trunk Key: HDFS-5997 URL: https://issues.apache.org/jira/browse/HDFS-5997 Project: Hadoop HDFS Issue

[jira] [Updated] (HDFS-5892) TestDeleteBlockPool fails in branch-2

2014-02-18 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HDFS-5892: - Status: Patch Available (was: Open) TestDeleteBlockPool fails in branch-2

[jira] [Created] (HDFS-5953) TestBlockReaderFactory fails in trunk

2014-02-14 Thread Ted Yu (JIRA)
Ted Yu created HDFS-5953: Summary: TestBlockReaderFactory fails in trunk Key: HDFS-5953 URL: https://issues.apache.org/jira/browse/HDFS-5953 Project: Hadoop HDFS Issue Type: Test

[jira] [Commented] (HDFS-5953) TestBlockReaderFactory fails in trunk

2014-02-14 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901703#comment-13901703 ] Ted Yu commented on HDFS-5953: -- @Akira: Thanks for the quick action. TestBlockReaderFactory

[jira] [Commented] (HDFS-5913) Nfs3Utils#getWccAttr() should check attr parameter against null

2014-02-09 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13896101#comment-13896101 ] Ted Yu commented on HDFS-5913: -- Right. Nfs3Utils#getWccAttr() should check attr parameter

[jira] [Created] (HDFS-5913) Nfs3Utils#getWccAttr() should check attr parameter against null

2014-02-07 Thread Ted Yu (JIRA)
Ted Yu created HDFS-5913: Summary: Nfs3Utils#getWccAttr() should check attr parameter against null Key: HDFS-5913 URL: https://issues.apache.org/jira/browse/HDFS-5913 Project: Hadoop HDFS Issue

[jira] [Created] (HDFS-5897) TestNNWithQJM#testNewNamenodeTakesOverWriter occasionally fails in trunk

2014-02-06 Thread Ted Yu (JIRA)
Ted Yu created HDFS-5897: Summary: TestNNWithQJM#testNewNamenodeTakesOverWriter occasionally fails in trunk Key: HDFS-5897 URL: https://issues.apache.org/jira/browse/HDFS-5897 Project: Hadoop HDFS

[jira] [Updated] (HDFS-5897) TestNNWithQJM#testNewNamenodeTakesOverWriter occasionally fails in trunk

2014-02-06 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HDFS-5897: - Attachment: 5897-output.html TestNNWithQJM#testNewNamenodeTakesOverWriter occasionally fails in trunk

[jira] [Created] (HDFS-5892) TestDeleteBlockPool fails in branch-2

2014-02-05 Thread Ted Yu (JIRA)
Ted Yu created HDFS-5892: Summary: TestDeleteBlockPool fails in branch-2 Key: HDFS-5892 URL: https://issues.apache.org/jira/browse/HDFS-5892 Project: Hadoop HDFS Issue Type: Test

[jira] [Updated] (HDFS-5892) TestDeleteBlockPool fails in branch-2

2014-02-05 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HDFS-5892: - Attachment: org.apache.hadoop.hdfs.server.datanode.TestDeleteBlockPool-output.txt TestDeleteBlockPool fails in

[jira] [Created] (HDFS-5886) Potential null pointer deference in RpcProgramNfs3#readlink()

2014-02-04 Thread Ted Yu (JIRA)
Ted Yu created HDFS-5886: Summary: Potential null pointer deference in RpcProgramNfs3#readlink() Key: HDFS-5886 URL: https://issues.apache.org/jira/browse/HDFS-5886 Project: Hadoop HDFS Issue Type:

[jira] [Created] (HDFS-5839) TestWebHDFS#testNamenodeRestart fails with NullPointerException in trunk

2014-01-27 Thread Ted Yu (JIRA)
Ted Yu created HDFS-5839: Summary: TestWebHDFS#testNamenodeRestart fails with NullPointerException in trunk Key: HDFS-5839 URL: https://issues.apache.org/jira/browse/HDFS-5839 Project: Hadoop HDFS

[jira] [Updated] (HDFS-5839) TestWebHDFS#testNamenodeRestart fails with NullPointerException in trunk

2014-01-27 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HDFS-5839: - Description: Here is test failure: {code} testNamenodeRestart(org.apache.hadoop.hdfs.web.TestWebHDFS) Time

[jira] [Updated] (HDFS-5839) TestWebHDFS#testNamenodeRestart fails with NullPointerException in trunk

2014-01-27 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HDFS-5839: - Attachment: org.apache.hadoop.hdfs.web.TestWebHDFS-output.txt TestWebHDFS#testNamenodeRestart fails with

[jira] [Created] (HDFS-5834) TestCheckpoint#testCheckpoint may fail due to Bad value assertion

2014-01-26 Thread Ted Yu (JIRA)
Ted Yu created HDFS-5834: Summary: TestCheckpoint#testCheckpoint may fail due to Bad value assertion Key: HDFS-5834 URL: https://issues.apache.org/jira/browse/HDFS-5834 Project: Hadoop HDFS Issue

[jira] [Updated] (HDFS-5831) TestAuditLogs#testAuditAllowedStat sometimes fails in trunk

2014-01-24 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HDFS-5831: - Attachment: 5831-org.apache.hadoop.hdfs.server.namenode.TestAuditLogs-output.txt Test output.

[jira] [Moved] (HDFS-5831) TestAuditLogs#testAuditAllowedStat sometimes fails in trunk

2014-01-24 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu moved HBASE-10415 to HDFS-5831: -- Key: HDFS-5831 (was: HBASE-10415) Project: Hadoop HDFS (was: HBase)

[jira] [Commented] (HDFS-5718) TestHttpsFileSystem intermittently fails with Port in use error

2014-01-10 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13868003#comment-13868003 ] Ted Yu commented on HDFS-5718: -- Happened again:

[jira] [Created] (HDFS-5750) JHLogAnalyzer#parseLogFile() should close stm upon return

2014-01-09 Thread Ted Yu (JIRA)
Ted Yu created HDFS-5750: Summary: JHLogAnalyzer#parseLogFile() should close stm upon return Key: HDFS-5750 URL: https://issues.apache.org/jira/browse/HDFS-5750 Project: Hadoop HDFS Issue Type: Bug

[jira] [Updated] (HDFS-5721) sharedEditsImage in Namenode#initializeSharedEdits() should be closed before method returns

2014-01-08 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HDFS-5721: - Attachment: hdfs-5721-v3.txt Patch v3 addresses Junping's comment. sharedEditsImage in

[jira] [Assigned] (HDFS-5721) sharedEditsImage in Namenode#initializeSharedEdits() should be closed before method returns

2014-01-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu reassigned HDFS-5721: Assignee: Ted Yu sharedEditsImage in Namenode#initializeSharedEdits() should be closed before method

[jira] [Updated] (HDFS-5721) sharedEditsImage in Namenode#initializeSharedEdits() should be closed before method returns

2014-01-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HDFS-5721: - Attachment: hdfs-5721-v1.txt sharedEditsImage in Namenode#initializeSharedEdits() should be closed before

[jira] [Updated] (HDFS-5721) sharedEditsImage in Namenode#initializeSharedEdits() should be closed before method returns

2014-01-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HDFS-5721: - Status: Patch Available (was: Open) sharedEditsImage in Namenode#initializeSharedEdits() should be closed

[jira] [Commented] (HDFS-5721) sharedEditsImage in Namenode#initializeSharedEdits() should be closed before method returns

2014-01-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13864993#comment-13864993 ] Ted Yu commented on HDFS-5721: -- I ran TestHASafeMode locally on Mac but didn't reproduce the

[jira] [Updated] (HDFS-5721) sharedEditsImage in Namenode#initializeSharedEdits() should be closed before method returns

2014-01-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HDFS-5721: - Attachment: hdfs-5721-v2.txt Patch v2 addresses Junping's comments. sharedEditsImage in

[jira] [Updated] (HDFS-5721) sharedEditsImage in Namenode#initializeSharedEdits() should be closed before method returns

2014-01-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HDFS-5721: - Attachment: (was: hdfs-5721-v2.txt) sharedEditsImage in Namenode#initializeSharedEdits() should be closed

[jira] [Updated] (HDFS-5721) sharedEditsImage in Namenode#initializeSharedEdits() should be closed before method returns

2014-01-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HDFS-5721: - Attachment: hdfs-5721-v2.txt sharedEditsImage in Namenode#initializeSharedEdits() should be closed before

[jira] [Created] (HDFS-5721) sharedEditsImage in Namenode#initializeSharedEdits() should be closed before method returns

2014-01-06 Thread Ted Yu (JIRA)
Ted Yu created HDFS-5721: Summary: sharedEditsImage in Namenode#initializeSharedEdits() should be closed before method returns Key: HDFS-5721 URL: https://issues.apache.org/jira/browse/HDFS-5721 Project:

[jira] [Created] (HDFS-5719) FSImage#doRollback() should close prevState before return

2014-01-05 Thread Ted Yu (JIRA)
Ted Yu created HDFS-5719: Summary: FSImage#doRollback() should close prevState before return Key: HDFS-5719 URL: https://issues.apache.org/jira/browse/HDFS-5719 Project: Hadoop HDFS Issue Type: Bug

[jira] [Updated] (HDFS-5719) FSImage#doRollback() should close prevState before return

2014-01-05 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HDFS-5719: - Status: Patch Available (was: Open) FSImage#doRollback() should close prevState before return

[jira] [Created] (HDFS-5718) TestHttpsFileSystem intermittently fails with Port in use error

2014-01-04 Thread Ted Yu (JIRA)
Ted Yu created HDFS-5718: Summary: TestHttpsFileSystem intermittently fails with Port in use error Key: HDFS-5718 URL: https://issues.apache.org/jira/browse/HDFS-5718 Project: Hadoop HDFS Issue

[jira] [Commented] (HDFS-5705) TestSecondaryNameNodeUpgrade#testChangeNsIDFails may fail due to ConcurrentModificationException

2014-01-03 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13861728#comment-13861728 ] Ted Yu commented on HDFS-5705: -- HADOOP-10202 was logged for correcting javadoc warning count.

[jira] [Commented] (HDFS-5705) TestSecondaryNameNodeUpgrade#testChangeNsIDFails may fail due to ConcurrentModificationException

2014-01-03 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13861729#comment-13861729 ] Ted Yu commented on HDFS-5705: -- TestSecondaryNameNodeUpgrade passed:

[jira] [Updated] (HDFS-5705) TestSecondaryNameNodeUpgrade#testChangeNsIDFails may fail due to ConcurrentModificationException

2014-01-02 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HDFS-5705: - Status: Patch Available (was: Open) TestSecondaryNameNodeUpgrade#testChangeNsIDFails may fail due to

[jira] [Assigned] (HDFS-5705) TestSecondaryNameNodeUpgrade#testChangeNsIDFails may fail due to ConcurrentModificationException

2014-01-02 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu reassigned HDFS-5705: Assignee: Ted Yu TestSecondaryNameNodeUpgrade#testChangeNsIDFails may fail due to

[jira] [Commented] (HDFS-5012) replica.getGenerationStamp() may be = recoveryId

2014-01-02 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13861241#comment-13861241 ] Ted Yu commented on HDFS-5012: -- Should I close this JIRA ? replica.getGenerationStamp() may

[jira] [Created] (HDFS-5710) FSDirectory#getFullPathName should check for inodes against null

2013-12-31 Thread Ted Yu (JIRA)
Ted Yu created HDFS-5710: Summary: FSDirectory#getFullPathName should check for inodes against null Key: HDFS-5710 URL: https://issues.apache.org/jira/browse/HDFS-5710 Project: Hadoop HDFS Issue

[jira] [Updated] (HDFS-5710) FSDirectory#getFullPathName should check for inodes against null

2013-12-31 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HDFS-5710: - Attachment: hdfs-5710-output.html Test output from Jenkins. FSDirectory#getFullPathName should check for inodes

[jira] [Updated] (HDFS-5710) FSDirectory#getFullPathName should check inodes against null

2013-12-31 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HDFS-5710: - Summary: FSDirectory#getFullPathName should check inodes against null (was: FSDirectory#getFullPathName should

[jira] [Commented] (HDFS-5710) FSDirectory#getFullPathName should check inodes against null

2013-12-31 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13859837#comment-13859837 ] Ted Yu commented on HDFS-5710: -- Looking at latest code, NPE is still possible.

[jira] [Created] (HDFS-5705) TestSecondaryNameNodeUpgrade#testChangeNsIDFails may fail due to ConcurrentModificationException

2013-12-29 Thread Ted Yu (JIRA)
Ted Yu created HDFS-5705: Summary: TestSecondaryNameNodeUpgrade#testChangeNsIDFails may fail due to ConcurrentModificationException Key: HDFS-5705 URL: https://issues.apache.org/jira/browse/HDFS-5705

[jira] [Updated] (HDFS-5705) TestSecondaryNameNodeUpgrade#testChangeNsIDFails may fail due to ConcurrentModificationException

2013-12-29 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HDFS-5705: - Attachment: hdfs-5705.html TestSecondaryNameNodeUpgrade#testChangeNsIDFails may fail due to

[jira] [Commented] (HDFS-5705) TestSecondaryNameNodeUpgrade#testChangeNsIDFails may fail due to ConcurrentModificationException

2013-12-29 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13858456#comment-13858456 ] Ted Yu commented on HDFS-5705: -- I can see two ways of solving the race condition. 1. Making

[jira] [Resolved] (HDFS-5672) TestHASafeMode#testSafeBlockTracking fails in trunk

2013-12-26 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HDFS-5672. -- Resolution: Cannot Reproduce TestHASafeMode#testSafeBlockTracking fails in trunk

[jira] [Commented] (HDFS-5679) TestCacheDirectives should handle the case where native code is not available

2013-12-19 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13853331#comment-13853331 ] Ted Yu commented on HDFS-5679: -- The test passed on Mac with the patch. Thanks for the fix.

[jira] [Created] (HDFS-5679) TestCacheDirectives should handle the case where native code is not available

2013-12-18 Thread Ted Yu (JIRA)
Ted Yu created HDFS-5679: Summary: TestCacheDirectives should handle the case where native code is not available Key: HDFS-5679 URL: https://issues.apache.org/jira/browse/HDFS-5679 Project: Hadoop HDFS

[jira] [Created] (HDFS-5672) TestHASafeMode#testSafeBlockTracking fails in trunk

2013-12-16 Thread Ted Yu (JIRA)
Ted Yu created HDFS-5672: Summary: TestHASafeMode#testSafeBlockTracking fails in trunk Key: HDFS-5672 URL: https://issues.apache.org/jira/browse/HDFS-5672 Project: Hadoop HDFS Issue Type: Test

[jira] [Created] (HDFS-5576) RPC#stopProxy() should log the class of proxy when IllegalArgumentException is encountered

2013-11-27 Thread Ted Yu (JIRA)
Ted Yu created HDFS-5576: Summary: RPC#stopProxy() should log the class of proxy when IllegalArgumentException is encountered Key: HDFS-5576 URL: https://issues.apache.org/jira/browse/HDFS-5576 Project:

[jira] [Resolved] (HDFS-4642) Allow lease recovery for multiple paths to be issued in one request

2013-11-11 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HDFS-4642. -- Resolution: Later Allow lease recovery for multiple paths to be issued in one request

[jira] [Commented] (HDFS-4642) Allow lease recovery for multiple paths to be issued in one request

2013-11-01 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13811797#comment-13811797 ] Ted Yu commented on HDFS-4642: -- If there is no interest in the proposal, I can close this.

[jira] [Updated] (HDFS-5352) Server#initLog() doesn't close InputStream

2013-10-11 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HDFS-5352: - Attachment: hdfs-5352.patch Server#initLog() doesn't close InputStream

[jira] [Created] (HDFS-5352) Server#initLog() doesn't close InputStream

2013-10-11 Thread Ted Yu (JIRA)
Ted Yu created HDFS-5352: Summary: Server#initLog() doesn't close InputStream Key: HDFS-5352 URL: https://issues.apache.org/jira/browse/HDFS-5352 Project: Hadoop HDFS Issue Type: Bug

[jira] [Updated] (HDFS-5352) Server#initLog() doesn't close InputStream

2013-10-11 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HDFS-5352: - Status: Patch Available (was: Open) Server#initLog() doesn't close InputStream

[jira] [Commented] (HDFS-4796) Port HDFS-4721 'Speed up lease/block recovery when DN fails and a block goes into recovery' to branch 1

2013-09-13 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13766786#comment-13766786 ] Ted Yu commented on HDFS-4796: -- Plan to resolve this since there is no activity.

[jira] [Commented] (HDFS-5041) Add the time of last heartbeat to dead server Web UI

2013-09-06 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13760627#comment-13760627 ] Ted Yu commented on HDFS-5041: -- Looks good. Add the time of last heartbeat

[jira] [Commented] (HDFS-5081) DistributedFileSystem#listStatus() throws FileNotFoundException when directory doesn't exist

2013-08-09 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13735002#comment-13735002 ] Ted Yu commented on HDFS-5081: -- Some new code didn't handle this very well. See HBASE-9168.

[jira] [Created] (HDFS-5081) DistributedFileSystem#listStatus() throws FileNotFoundException when target of symlink doesn't exist

2013-08-08 Thread Ted Yu (JIRA)
Ted Yu created HDFS-5081: Summary: DistributedFileSystem#listStatus() throws FileNotFoundException when target of symlink doesn't exist Key: HDFS-5081 URL: https://issues.apache.org/jira/browse/HDFS-5081

[jira] [Updated] (HDFS-5081) DistributedFileSystem#listStatus() throws FileNotFoundException when target of symlink doesn't exist

2013-08-08 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HDFS-5081: - Description: I was running HBase trunk test suite against hadoop 2.1.1-SNAPSHOT. One test failed due to: {code}

[jira] [Updated] (HDFS-5081) DistributedFileSystem#listStatus() throws FileNotFoundException when target of symlink doesn't exist

2013-08-08 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HDFS-5081: - Description: I was running HBase trunk test suite against hadoop 2.1.1-SNAPSHOT. One test failed due to: {code}

[jira] [Updated] (HDFS-5081) DistributedFileSystem#listStatus() throws FileNotFoundException when target of symlink doesn't exist

2013-08-08 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HDFS-5081: - Attachment: TestNamespaceUpgrade.tgz DistributedFileSystem#listStatus() throws FileNotFoundException when

[jira] [Updated] (HDFS-5081) DistributedFileSystem#listStatus() throws FileNotFoundException when target of symlink doesn't exist

2013-08-08 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HDFS-5081: - Attachment: TestMetaMigrationConvertToPB.README DistributedFileSystem#listStatus() throws

[jira] [Updated] (HDFS-5081) DistributedFileSystem#listStatus() throws FileNotFoundException when target of symlink doesn't exist

2013-08-08 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HDFS-5081: - Attachment: TestMetaMigrationConvertToPB.tgz DistributedFileSystem#listStatus() throws FileNotFoundException

[jira] [Updated] (HDFS-5081) DistributedFileSystem#listStatus() throws FileNotFoundException when target of symlink doesn't exist

2013-08-08 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HDFS-5081: - Description: I was running HBase trunk test suite against hadoop 2.1.1-SNAPSHOT (same behavior with hadoop

<    1   2   3   4   5   >