[jira] Commented: (HADOOP-6690) FilterFileSystem doesn't overwrite setTimes

2010-04-08 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12854841#action_12854841 ] Eli Collins commented on HADOOP-6690: - Having FilterFileSystem override setTimes (and

[jira] Commented: (HADOOP-6690) FilterFileSystem doesn't overwrite setTimes

2010-04-08 Thread Rodrigo Schmidt (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12854843#action_12854843 ] Rodrigo Schmidt commented on HADOOP-6690: - Sure! Thanks for the hint, BTW. With

[jira] Created: (HADOOP-6691) TestFileSystemCaching sometimes hang

2010-04-08 Thread Hairong Kuang (JIRA)
TestFileSystemCaching sometimes hang Key: HADOOP-6691 URL: https://issues.apache.org/jira/browse/HADOOP-6691 Project: Hadoop Common Issue Type: Bug Affects Versions: 0.22.0 Reporter: Hairo

[jira] Updated: (HADOOP-6691) TestFileSystemCaching sometimes hang

2010-04-08 Thread Hairong Kuang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hairong Kuang updated HADOOP-6691: -- Status: Patch Available (was: Open) > TestFileSystemCaching sometimes hang >

[jira] Updated: (HADOOP-6691) TestFileSystemCaching sometimes hang

2010-04-08 Thread Hairong Kuang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hairong Kuang updated HADOOP-6691: -- Attachment: cachingHang.patch This patch uses Semaphore to fix the synchronization problem. >

[jira] Updated: (HADOOP-6691) TestFileSystemCaching sometimes hang

2010-04-08 Thread Tsz Wo (Nicholas), SZE (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo (Nicholas), SZE updated HADOOP-6691: --- Component/s: test Hadoop Flags: [Reviewed] +1 patch looks good. > Test

[jira] Commented: (HADOOP-6687) user object in the subject in UGI should be reused in case of a relogin.

2010-04-08 Thread Jitendra Nath Pandey (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12855101#action_12855101 ] Jitendra Nath Pandey commented on HADOOP-6687: -- The patch is against yahoo-ha

[jira] Commented: (HADOOP-6691) TestFileSystemCaching sometimes hang

2010-04-08 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12855105#action_12855105 ] Hadoop QA commented on HADOOP-6691: --- +1 overall. Here are the results of testing the la

[jira] Commented: (HADOOP-6691) TestFileSystemCaching sometimes hang

2010-04-08 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12855169#action_12855169 ] Hudson commented on HADOOP-6691: Integrated in Hadoop-Common-trunk-Commit #215 (See [http

[jira] Updated: (HADOOP-6691) TestFileSystemCaching sometimes hang

2010-04-08 Thread Hairong Kuang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hairong Kuang updated HADOOP-6691: -- Resolution: Fixed Status: Resolved (was: Patch Available) I've just committed this!

[jira] Created: (HADOOP-6692) Propose change to FileContext#listStatus

2010-04-08 Thread Hairong Kuang (JIRA)
Propose change to FileContext#listStatus Key: HADOOP-6692 URL: https://issues.apache.org/jira/browse/HADOOP-6692 Project: Hadoop Common Issue Type: Sub-task Reporter: Hairong Kuang

[jira] Updated: (HADOOP-6692) Propose change to FileContext#listStatus

2010-04-08 Thread Hairong Kuang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hairong Kuang updated HADOOP-6692: -- Attachment: listStatusItor.patch This patch: # add Iterator listStatus(Path) to FileContext; #

[jira] Created: (HADOOP-6693) Add metrics to track kerberos login activity

2010-04-08 Thread Suresh Srinivas (JIRA)
Add metrics to track kerberos login activity Key: HADOOP-6693 URL: https://issues.apache.org/jira/browse/HADOOP-6693 Project: Hadoop Common Issue Type: Improvement Affects Versions: 0.22.0

[jira] Commented: (HADOOP-6678) Propose some changes to FileContext

2010-04-08 Thread Hairong Kuang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12855178#action_12855178 ] Hairong Kuang commented on HADOOP-6678: --- Thanks Eli for working on part 2. I will re

[jira] Updated: (HADOOP-6693) Add metrics to track kerberos login activity

2010-04-08 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Srinivas updated HADOOP-6693: Attachment: HADOOP-6693.patch Patch adds new metrics "login" of type MetricTimeVaryingRate

[jira] Updated: (HADOOP-6585) Add FileStatus#isDirectory and isFile

2010-04-08 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins updated HADOOP-6585: Attachment: hadoop-6585-1.patch Patch attached. The change is fairly straightforward since almost

[jira] Updated: (HADOOP-6658) Exclude Private elements from generated Javadoc

2010-04-08 Thread Tom White (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom White updated HADOOP-6658: -- Attachment: HADOOP-6658.patch New version of the doclets that takes a option to specify the stability:

[jira] Commented: (HADOOP-6678) Propose some changes to FileContext

2010-04-08 Thread Hairong Kuang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12855211#action_12855211 ] Hairong Kuang commented on HADOOP-6678: --- +1 on Eli's patch. > Propose some changes

[jira] Assigned: (HADOOP-6678) Propose some changes to FileContext

2010-04-08 Thread Hairong Kuang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hairong Kuang reassigned HADOOP-6678: - Assignee: Eli Collins > Propose some changes to FileContext > --

[jira] Updated: (HADOOP-6658) Exclude Private elements from generated Javadoc

2010-04-08 Thread Tom White (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom White updated HADOOP-6658: -- Status: Patch Available (was: Open) > Exclude Private elements from generated Javadoc > -

[jira] Updated: (HADOOP-6658) Exclude Private elements from generated Javadoc

2010-04-08 Thread Tom White (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom White updated HADOOP-6658: -- Status: Open (was: Patch Available) > Exclude Private elements from generated Javadoc > -

[jira] Created: (HADOOP-6694) Implement listStatus that returns an Iterator of FileStatus

2010-04-08 Thread Hairong Kuang (JIRA)
Implement listStatus that returns an Iterator of FileStatus Key: HADOOP-6694 URL: https://issues.apache.org/jira/browse/HADOOP-6694 Project: Hadoop Common Issue Type: New Feature

[jira] Updated: (HADOOP-6668) Apply audience and stability annotations to classes in common

2010-04-08 Thread Tom White (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom White updated HADOOP-6668: -- Status: Patch Available (was: Open) > Apply audience and stability annotations to classes in common >

[jira] Updated: (HADOOP-6668) Apply audience and stability annotations to classes in common

2010-04-08 Thread Tom White (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom White updated HADOOP-6668: -- Status: Open (was: Patch Available) > Apply audience and stability annotations to classes in common >

[jira] Updated: (HADOOP-6668) Apply audience and stability annotations to classes in common

2010-04-08 Thread Tom White (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom White updated HADOOP-6668: -- Attachment: HADOOP-6668.patch New patch with a few more annotations. With this patch and a similar ba

[jira] Commented: (HADOOP-6658) Exclude Private elements from generated Javadoc

2010-04-08 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12855220#action_12855220 ] Hadoop QA commented on HADOOP-6658: --- -1 overall. Here are the results of testing the la

[jira] Commented: (HADOOP-6668) Apply audience and stability annotations to classes in common

2010-04-08 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12855223#action_12855223 ] Hadoop QA commented on HADOOP-6668: --- +1 overall. Here are the results of testing the la

[jira] Updated: (HADOOP-6683) the first optimization: ZlibCompressor does not fully utilize the buffer

2010-04-08 Thread Xiao Kang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiao Kang updated HADOOP-6683: -- Release Note: Improve the buffer utilization of ZlibCompressor to avoid invoking a JNI per write reque

[jira] Commented: (HADOOP-6683) the first optimization: ZlibCompressor does not fully utilize the buffer

2010-04-08 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12855255#action_12855255 ] Hadoop QA commented on HADOOP-6683: --- -1 overall. Here are the results of testing the la

[jira] Created: (HADOOP-6695) Job Tracker should be able to refresh classpath without restarting

2010-04-08 Thread Ted Yu (JIRA)
Job Tracker should be able to refresh classpath without restarting -- Key: HADOOP-6695 URL: https://issues.apache.org/jira/browse/HADOOP-6695 Project: Hadoop Common Issue Type:

[jira] Commented: (HADOOP-6659) Switch RPC to use Avro

2010-04-08 Thread eric baldeschwieler (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12855298#action_12855298 ] eric baldeschwieler commented on HADOOP-6659: - Hi Doug, -1 The RPC system is