[jira] Updated: (HDFS-941) Datanode xceiver protocol should allow reuse of a connection

2010-03-17 Thread bc Wong (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] bc Wong updated HDFS-941: - Status: Patch Available (was: Open) Datanode xceiver protocol should allow reuse of a connection

[jira] Commented: (HDFS-985) HDFS should issue multiple RPCs for listing a large directory

2010-03-17 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12846494#action_12846494 ] Suresh Srinivas commented on HDFS-985: -- +1 for the 20 version of the patch. For trunk

[jira] Commented: (HDFS-941) Datanode xceiver protocol should allow reuse of a connection

2010-03-17 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12846499#action_12846499 ] Hadoop QA commented on HDFS-941: -1 overall. Here are the results of testing the latest

[jira] Commented: (HDFS-1002) Secondary Name Node crash, NPE in edit log replay

2010-03-17 Thread Hairong Kuang (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12846502#action_12846502 ] Hairong Kuang commented on HDFS-1002: - For Ryan's edit log, NPE is thrown when adding

[jira] Updated: (HDFS-985) HDFS should issue multiple RPCs for listing a large directory

2010-03-17 Thread Hairong Kuang (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hairong Kuang updated HDFS-985: --- Attachment: iterativeLS_trunk3.patch Log4j change was not intended. This patch removes it. HDFS

[jira] Commented: (HDFS-1002) Secondary Name Node crash, NPE in edit log replay

2010-03-17 Thread Hairong Kuang (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12846512#action_12846512 ] Hairong Kuang commented on HDFS-1002: - This happens either the parent directory is

[jira] Commented: (HDFS-1002) Secondary Name Node crash, NPE in edit log replay

2010-03-17 Thread ryan rawson (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12846525#action_12846525 ] ryan rawson commented on HDFS-1002: --- we create the directory first, here is the relevant

[jira] Updated: (HDFS-985) HDFS should issue multiple RPCs for listing a large directory

2010-03-17 Thread Hairong Kuang (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hairong Kuang updated HDFS-985: --- Attachment: directoryBrowse_0.20yahoo_2.patch This patch synced with yahoo 0.20 security branch.

[jira] Created: (HDFS-1041) DFSClient does not retry in getFileChecksum(..)

2010-03-17 Thread Tsz Wo (Nicholas), SZE (JIRA)
DFSClient does not retry in getFileChecksum(..) --- Key: HDFS-1041 URL: https://issues.apache.org/jira/browse/HDFS-1041 Project: Hadoop HDFS Issue Type: Bug Components: hdfs client

[jira] Commented: (HDFS-1001) DataXceiver and BlockReader disagree on when to send/recv CHECKSUM_OK

2010-03-17 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12846574#action_12846574 ] Hadoop QA commented on HDFS-1001: - -1 overall. Here are the results of testing the latest

[jira] Commented: (HDFS-1041) DFSClient does not retry in getFileChecksum(..)

2010-03-17 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12846597#action_12846597 ] Todd Lipcon commented on HDFS-1041: --- Seems good to me. Can you add a test case for this?

[jira] Commented: (HDFS-1042) Namesystem metrics are collected before namesystem is fully initialized

2010-03-17 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12846648#action_12846648 ] Todd Lipcon commented on HDFS-1042: --- Sample stack trace from a CDH 0.20.2: {noformat}

[jira] Created: (HDFS-1042) Namesystem metrics are collected before namesystem is fully initialized

2010-03-17 Thread Todd Lipcon (JIRA)
Namesystem metrics are collected before namesystem is fully initialized --- Key: HDFS-1042 URL: https://issues.apache.org/jira/browse/HDFS-1042 Project: Hadoop HDFS Issue

[jira] Updated: (HDFS-997) DataNode local directories should have narrow permissions

2010-03-17 Thread Luke Lu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Lu updated HDFS-997: - Attachment: hdfs-997-trunk-v2.patch Added unit test for the change as well. note this patch depends on the latest

[jira] Updated: (HDFS-997) DataNode local directories should have narrow permissions

2010-03-17 Thread Luke Lu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Lu updated HDFS-997: - Status: Open (was: Patch Available) DataNode local directories should have narrow permissions

[jira] Updated: (HDFS-985) HDFS should issue multiple RPCs for listing a large directory

2010-03-17 Thread Hairong Kuang (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hairong Kuang updated HDFS-985: --- Attachment: iterativeLS_trunk4.patch This fixes a bug in TestFileStatus unit test. HDFS should issue

[jira] Updated: (HDFS-985) HDFS should issue multiple RPCs for listing a large directory

2010-03-17 Thread Hairong Kuang (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hairong Kuang updated HDFS-985: --- Status: Patch Available (was: Open) HDFS should issue multiple RPCs for listing a large directory

[jira] Updated: (HDFS-985) HDFS should issue multiple RPCs for listing a large directory

2010-03-17 Thread Hairong Kuang (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hairong Kuang updated HDFS-985: --- Status: Open (was: Patch Available) HDFS should issue multiple RPCs for listing a large directory

[jira] Assigned: (HDFS-1043) Benchmark overhead of server-side group resolution of users

2010-03-17 Thread Konstantin Shvachko (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konstantin Shvachko reassigned HDFS-1043: - Assignee: Konstantin Shvachko Benchmark overhead of server-side group resolution

[jira] Created: (HDFS-1043) Benchmark overhead of server-side group resolution of users

2010-03-17 Thread Konstantin Shvachko (JIRA)
Benchmark overhead of server-side group resolution of users --- Key: HDFS-1043 URL: https://issues.apache.org/jira/browse/HDFS-1043 Project: Hadoop HDFS Issue Type: Test Affects

[jira] Updated: (HDFS-1043) Benchmark overhead of server-side group resolution of users

2010-03-17 Thread Konstantin Shvachko (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konstantin Shvachko updated HDFS-1043: -- Attachment: UGCRefresh.patch I modified NNThroughputBenchmark. A new input argument

[jira] Commented: (HDFS-265) Revisit append

2010-03-17 Thread ryan rawson (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12846704#action_12846704 ] ryan rawson commented on HDFS-265: -- The head of the mail conversation is here:

[jira] Updated: (HDFS-1044) Cannot submit mapreduce job from secure client to unsecure sever

2010-03-17 Thread Boris Shkolnik (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Shkolnik updated HDFS-1044: - Attachment: HDFS-1044-BP20.patch 1. return null in FSNamesytem if getDelegationToken is called in

[jira] Created: (HDFS-1045) In secure clusters, re-login is necessary for https clients before opening connections

2010-03-17 Thread Jakob Homan (JIRA)
In secure clusters, re-login is necessary for https clients before opening connections -- Key: HDFS-1045 URL: https://issues.apache.org/jira/browse/HDFS-1045

[jira] Updated: (HDFS-1045) In secure clusters, re-login is necessary for https clients before opening connections

2010-03-17 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Homan updated HDFS-1045: -- Attachment: HDFS-1045-Y20.patch Patch for Y20 branch. Trunk version soon... In secure clusters,

[jira] Commented: (HDFS-985) HDFS should issue multiple RPCs for listing a large directory

2010-03-17 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12846724#action_12846724 ] Hadoop QA commented on HDFS-985: -1 overall. Here are the results of testing the latest

[jira] Commented: (HDFS-1043) Benchmark overhead of server-side group resolution of users

2010-03-17 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12846734#action_12846734 ] Hadoop QA commented on HDFS-1043: - -1 overall. Here are the results of testing the latest