WebHDFS metrics

2015-11-16 Thread Laxman Ch
bytes written I can work on this feature if someone else finds this useful. -- Thanks, Laxman

Re: ReadOnly WebHDFS

2015-11-06 Thread Laxman Ch
ponse.Status.FORBIDDEN).entity(response); throw new WebApplicationException(builder.build()); } return request; } }; @VisibleForTesting protected void setReadonly(boolean readonly) { this.readonly = readonly; } } On 6 November 2015 at 23:01, Chris

ReadOnly WebHDFS

2015-11-06 Thread Laxman Ch
idea to push this to hadoop. If yes, I will create a jira and submit patch. -- Thanks, Laxman

[jira] [Resolved] (HDFS-7451) Namenode HA failover happens very frequently from active to standby

2014-11-27 Thread LAXMAN KUMAR SAHOO (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-7451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] LAXMAN KUMAR SAHOO resolved HDFS-7451. -- Resolution: Fixed > Namenode HA failover happens very frequently from active to stan

[jira] [Created] (HDFS-7451) Namenode HA failover happens very frequently from active to standby

2014-11-26 Thread LAXMAN KUMAR SAHOO (JIRA)
LAXMAN KUMAR SAHOO created HDFS-7451: Summary: Namenode HA failover happens very frequently from active to standby Key: HDFS-7451 URL: https://issues.apache.org/jira/browse/HDFS-7451 Project

FW: Handling read failures during recovery

2011-08-01 Thread Laxman
011 9:03 PM To: d...@hbase.apache.org Cc: d...@hbase.apache.org Subject: Re: Handling read failures during recovery Which hdfs version and what is the error u see? Thanks. Stack On Aug 1, 2011, at 4:33, Laxman wrote: > Hi Everyone, > > > > In HBase we try to recover the HLog file a

RE: Handling read failures during recovery

2011-08-01 Thread Laxman
error u see? Thanks. Stack On Aug 1, 2011, at 4:33, Laxman wrote: > Hi Everyone, > > > > In HBase we try to recover the HLog file and then immediately proceed with > read operation. > > As the recovery is an asynchronous operation recoverLease call will return >

FW: Handling read failures during recovery

2011-08-01 Thread Laxman
Reposting to include HDFS dev list. _ From: Laxman [mailto:lakshman...@huawei.com] Sent: Monday, August 01, 2011 5:03 PM To: 'd...@hbase.apache.org' Subject: Handling read failures during recovery Hi Everyone, In HBase we try to recover the HLog file and then i