Joe McDonnell has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/19642


Change subject: Reapply IMPALA-11865: Set thread names for Java thread pools
......................................................................

Reapply IMPALA-11865: Set thread names for Java thread pools

Currently, some Java thread pools use the default
thread names, which take the form "pool-N-thread-M".
This sets the thread names to more human-friendly names
by adding a ThreadFactory to Executor thread pools
in our Java code. This should make the jstack output
easier to understand. For example, "pool-8-thread-1"
becomes "TableLoadingSubmitterThread-0".

Testing:
 - Ran jstack locally and verified

Change-Id: Iaa3028666ff9e51bc0722d3702060bc404bb3da3
---
M fe/src/main/java/org/apache/impala/catalog/CatalogServiceCatalog.java
M fe/src/main/java/org/apache/impala/catalog/TableLoadingMgr.java
M 
fe/src/main/java/org/apache/impala/catalog/metastore/CatalogMetastoreServer.java
M fe/src/main/java/org/apache/impala/hooks/QueryEventHookManager.java
M fe/src/main/java/org/apache/impala/service/Frontend.java
5 files changed, 24 insertions(+), 11 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/42/19642/1
--
To view, visit http://gerrit.cloudera.org:8080/19642
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaa3028666ff9e51bc0722d3702060bc404bb3da3
Gerrit-Change-Number: 19642
Gerrit-PatchSet: 1
Gerrit-Owner: Joe McDonnell <[email protected]>

Reply via email to