[jira] [Created] (HDFS-5132) Deadlock in namenode while running load generator with 15 threads

2013-08-26 Thread Arpit Gupta (JIRA)
Arpit Gupta created HDFS-5132: - Summary: Deadlock in namenode while running load generator with 15 threads Key: HDFS-5132 URL: https://issues.apache.org/jira/browse/HDFS-5132 Project: Hadoop HDFS

Re: hsync is too slower than hflush

2013-08-26 Thread Andrew Wang
It's syncing the checksum file, so the disk head very likely has to move. There are rotational seek delays too. On Mon, Aug 26, 2013 at 7:30 AM, lei liu wrote: > Hi all, > > DataNode sequential write file, so I think the disk seek time should be > very small.Why is disk seek time 10ms? I think

Re: hsync is too slower than hflush

2013-08-26 Thread lei liu
Hi all, DataNode sequential write file, so I think the disk seek time should be very small.Why is disk seek time 10ms? I think that is too long. Whether we can optimize the linux system configuration, reduce disk seek time. 2013/8/26 haosdent > haha, thank you very much, I get it now. > > -- >

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

2013-08-26 Thread Apache Jenkins Server
See -- [...truncated 7673 lines...] [ERROR] symbol : class Parser [ERROR] location: package com.google.protobuf [ERROR]

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

2013-08-26 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/711/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 7866 lines...] [ERROR] location: class com.google.pro

[jira] [Created] (HDFS-5131) Need a DEFAULT-like pipeline recovery policy that works for writers that flush

2013-08-26 Thread Mike Percy (JIRA)
Mike Percy created HDFS-5131: Summary: Need a DEFAULT-like pipeline recovery policy that works for writers that flush Key: HDFS-5131 URL: https://issues.apache.org/jira/browse/HDFS-5131 Project: Hadoop HD