HDFS-7782. Erasure coding: pread from files in striped layout. Contributed by Zhe Zhang and Jing Zhao

This commit is contained in:
Zhe Zhang 2015-04-07 11:20:13 -07:00 committed by Zhe Zhang
parent 91c741a2a1
commit bff59392ee

View File

@ -3207,7 +3207,7 @@ public void rejectedExecution(Runnable runnable,
LOG.debug("Using hedged reads; pool threads=" + num);
}
}
/**
* Create thread pool for parallel reading in striped layout,
* STRIPED_READ_THREAD_POOL, if it does not already exist.