Re: deadNodes in DFSInputStream

2013-12-31 Thread Haosong Huang
Why the status of HDFS-4273 is still "Unresolved"? HDFS-5540 is fixed now. On Wed, Jan 1, 2014 at 6:12 AM, Colin McCabe wrote: > Take a look at HDFS-4273, which fixes some issues with the read retry > logic. > > cheers, > Colin > > On Tue, Dec 31

Re: HDFS read/write data throttling

2013-11-11 Thread Haosong Huang
Hi, lohit. There is a Class named ThrottledInputStream in hadoop-distcp, you could check it out and find more details. In addition to this, I am wor