YARN-10080. Support show app id on localizer thread pool (#4283)
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
This commit is contained in:
parent
9c3330c22f
commit
6985f9aabe
@ -218,7 +218,7 @@ public LocalizationProtocol run() {
|
|||||||
|
|
||||||
ExecutorService createDownloadThreadPool() {
|
ExecutorService createDownloadThreadPool() {
|
||||||
return HadoopExecutors.newSingleThreadExecutor(new ThreadFactoryBuilder()
|
return HadoopExecutors.newSingleThreadExecutor(new ThreadFactoryBuilder()
|
||||||
.setNameFormat("ContainerLocalizer Downloader").build());
|
.setNameFormat("ContainerLocalizer Downloader-" + localizerId).build());
|
||||||
}
|
}
|
||||||
|
|
||||||
CompletionService<Path> createCompletionService(ExecutorService exec) {
|
CompletionService<Path> createCompletionService(ExecutorService exec) {
|
||||||
|
Loading…
Reference in New Issue
Block a user