Apache Hadoop qbt Report: branch2+JDK7 on Linux/x86

2017-12-31 Thread Apache Jenkins Server
For more details, see 
https://builds.apache.org/job/hadoop-qbt-branch2-java7-linux-x86/89/

No changes


[Error replacing 'FILE' - Workspace is not accessible]

-
To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

2017-12-31 Thread Apache Jenkins Server
For more details, see 
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/642/

No changes


[Error replacing 'FILE' - Workspace is not accessible]

-
To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org

[jira] [Created] (HDFS-12971) DfsClint hang on hedged getFromOneDataNode

2017-12-31 Thread muyannian (JIRA)
muyannian created HDFS-12971:


 Summary: DfsClint hang on hedged getFromOneDataNode
 Key: HDFS-12971
 URL: https://issues.apache.org/jira/browse/HDFS-12971
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: hdfs, hdfs-client
Affects Versions: 2.7.0, 2.6.0
 Environment: hadoop 2.6.0  

  dfs.client.hedged.read.threadpool.size
  512 



  dfs.client.hedged.read.threshold.millis
  300 

Reporter: muyannian
 Attachments: 1.jpg, 2.jpg, 3.jpg, 4.jpg, 
DFSInputStream-afterpatch.java, DFSInputStream-beforepatch.java, 
DFSInputStream.java.patch

when i used hdfs  hedged read , i found DFSInputStream hang on 
getFirstToComplete method.
the reason is when something has exception on datanode,or namenode , for 
example FileNotFoundException, that may cause hang up for ever. future has 
finished but still call get "future = hedgedService.take()" method ,so cause 
hang up.
in the attatch file is my jstack and java patch.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org