[jira] [Created] (HDFS-5765) Append to original snapshotted files was broken

2014-01-14 Thread Guo Ruijing (JIRA)
Guo Ruijing created HDFS-5765: - Summary: Append to original snapshotted files was broken Key: HDFS-5765 URL: https://issues.apache.org/jira/browse/HDFS-5765 Project: Hadoop HDFS Issue Type: Bug

Re: ViewFileSystem default ugi on mount point

2014-01-14 Thread Juan Carlos
What about setting a ldap to have centralized user accounts? 2014/1/13 lohit lohit.vijayar...@gmail.com Hi Devs, ViewFileSystem by default tries to populate ugi information of mount point based on the user who is running the command. For example if I execute 'hadoop fs -ls /' on '/' which

[jira] [Created] (HDFS-5766) bypass addToDeadNodes() while InvalidEncryptionKeyException happens in fetchBlockByteRange

2014-01-14 Thread Liang Xie (JIRA)
Liang Xie created HDFS-5766: --- Summary: bypass addToDeadNodes() while InvalidEncryptionKeyException happens in fetchBlockByteRange Key: HDFS-5766 URL: https://issues.apache.org/jira/browse/HDFS-5766

NameNode be formated while namenode is running

2014-01-14 Thread Stanley Shi
Hi, I have encountered this case in my environment: 1. NameNode is actively running without any problem; 2. someone accidentally formatted the namenode (even if there's one instance running); 3. The running namenode continues to write edit log starting from some big txid; This caused the

Build failed in Jenkins: Hadoop-Hdfs-0.23-Build #851

2014-01-14 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/851/ -- [...truncated 7701 lines...] [ERROR] symbol : class Parser [ERROR] location: package com.google.protobuf [ERROR]

Hadoop-Hdfs-0.23-Build - Build # 851 - Still Failing

2014-01-14 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/851/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 7894 lines...] [ERROR] location: class

[jira] [Created] (HDFS-5768) Consolidate the serialization code in DelegationTokenSecretManager

2014-01-14 Thread Haohui Mai (JIRA)
Haohui Mai created HDFS-5768: Summary: Consolidate the serialization code in DelegationTokenSecretManager Key: HDFS-5768 URL: https://issues.apache.org/jira/browse/HDFS-5768 Project: Hadoop HDFS

[jira] [Created] (HDFS-5771) Track progress when loading fsimage

2014-01-14 Thread Haohui Mai (JIRA)
Haohui Mai created HDFS-5771: Summary: Track progress when loading fsimage Key: HDFS-5771 URL: https://issues.apache.org/jira/browse/HDFS-5771 Project: Hadoop HDFS Issue Type: Sub-task

[jira] [Created] (HDFS-5773) NN may reject formerly dead DNs

2014-01-14 Thread Daryn Sharp (JIRA)
Daryn Sharp created HDFS-5773: - Summary: NN may reject formerly dead DNs Key: HDFS-5773 URL: https://issues.apache.org/jira/browse/HDFS-5773 Project: Hadoop HDFS Issue Type: Bug Affects

[jira] [Resolved] (HDFS-5772) Serialize under-construction file information in FSImage

2014-01-14 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jing Zhao resolved HDFS-5772. - Resolution: Fixed Fix Version/s: HDFS-5698 (FSImage in protobuf) Hadoop Flags: Reviewed I've

Re: NameNode be formated while namenode is running

2014-01-14 Thread Konstantin Shvachko
Yes format should check in_use.lock. What is your environment? Does it support locks on you local file system? Thanks, --Konst On Tue, Jan 14, 2014 at 1:38 AM, Stanley Shi s...@gopivotal.com wrote: Hi, I have encountered this case in my environment: 1. NameNode is actively running without

[jira] [Created] (HDFS-5775) Consolidate the code for serialization in CacheManager

2014-01-14 Thread Haohui Mai (JIRA)
Haohui Mai created HDFS-5775: Summary: Consolidate the code for serialization in CacheManager Key: HDFS-5775 URL: https://issues.apache.org/jira/browse/HDFS-5775 Project: Hadoop HDFS Issue Type:

[jira] [Created] (HDFS-5776) support quorum read in DFSClient

2014-01-14 Thread Liang Xie (JIRA)
Liang Xie created HDFS-5776: --- Summary: support quorum read in DFSClient Key: HDFS-5776 URL: https://issues.apache.org/jira/browse/HDFS-5776 Project: Hadoop HDFS Issue Type: Improvement

[jira] [Resolved] (HDFS-5752) Add a new DFSAdminCommand for rolling upgrade

2014-01-14 Thread Tsz Wo (Nicholas), SZE (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo (Nicholas), SZE resolved HDFS-5752. -- Resolution: Fixed Fix Version/s: HDFS-5535 (Rolling upgrades) Hadoop

[jira] [Created] (HDFS-5777) Update LayoutVersion for the new editlog op OP_ADD_BLOCK

2014-01-14 Thread Jing Zhao (JIRA)
Jing Zhao created HDFS-5777: --- Summary: Update LayoutVersion for the new editlog op OP_ADD_BLOCK Key: HDFS-5777 URL: https://issues.apache.org/jira/browse/HDFS-5777 Project: Hadoop HDFS Issue Type:

Re: NameNode be formated while namenode is running

2014-01-14 Thread Stanley Shi
Yes, this is it! Thanks Uma! Regards, *Stanley Shi,* On Wed, Jan 15, 2014 at 11:47 AM, Uma Maheswara Rao G hadoop@gmail.comwrote: Seems like you are hitting https://issues.apache.org/jira/browse/HDFS-1690? On Wed, Jan 15, 2014 at 6:58 AM, Stanley Shi s...@gopivotal.com wrote: