Any daemon?

2011-11-07 Thread kartheek muthyala
Hi all, I am interested in knowing, if there is any background daemon in hadoop which runs for regular periods checking if all the data copies(blocks as listed in block map) do exist and are not corrupted?. Can you please point me to that piece of code in hadoop? Thanks, Kartheek.

Re: Any daemon?

2011-11-07 Thread Uma Maheswara Rao G 72686
You can look at BlockPoolSliceScanner#scan method. This is in trunk code. You can find this logic in DataBlockScanner#run in earlier versions. Regards, Uma - Original Message - From: kartheek muthyala kartheek0...@gmail.com Date: Monday, November 7, 2011 7:31 pm Subject: Any daemon