HADOOP-12553. [JDK8] Fix javadoc error caused by illegal tag. (aajisaka)
This commit is contained in:
parent
b76b0ce51e
commit
3ae82863f0
|
@ -532,6 +532,8 @@ Trunk (Unreleased)
|
||||||
HADOOP-12494. fetchdt stores the token based on token kind instead
|
HADOOP-12494. fetchdt stores the token based on token kind instead
|
||||||
of token service (HeeSoo Kim via aw)
|
of token service (HeeSoo Kim via aw)
|
||||||
|
|
||||||
|
HADOOP-12553. [JDK8] Fix javadoc error caused by illegal tag. (aajisaka)
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
HADOOP-7761. Improve the performance of raw comparisons. (todd)
|
HADOOP-7761. Improve the performance of raw comparisons. (todd)
|
||||||
|
|
|
@ -47,10 +47,8 @@ import com.google.common.util.concurrent.MoreExecutors;
|
||||||
* already full by using a semaphore. Task submissions require permits, task
|
* already full by using a semaphore. Task submissions require permits, task
|
||||||
* completions release permits.
|
* completions release permits.
|
||||||
* <p>
|
* <p>
|
||||||
* This is inspired by <a href = "https://github
|
* This is inspired by <a href="https://github.com/apache/incubator-s4/blob/master/subprojects/s4-comm/src/main/java/org/apache/s4/comm/staging/BlockingThreadPoolExecutorService.java">
|
||||||
* .com/apache/incubator-s4/blob/master/subprojects
|
* this s4 threadpool</a>
|
||||||
* /s4-comm/src/main/java/org/apache/s4/comm/staging
|
|
||||||
* /BlockingThreadPoolExecutorService.java"> this s4 threadpool</a>
|
|
||||||
*/
|
*/
|
||||||
public class BlockingThreadPoolExecutorService
|
public class BlockingThreadPoolExecutorService
|
||||||
extends ForwardingListeningExecutorService {
|
extends ForwardingListeningExecutorService {
|
||||||
|
|
Loading…
Reference in New Issue