dlmarion commented on code in PR #3167:
URL: https://github.com/apache/accumulo/pull/3167#discussion_r1085464357
##########
server/manager/src/main/java/org/apache/accumulo/manager/Manager.java:
##########
@@ -950,11 +952,10 @@ private SortedMap<TServerInstance,TabletServerStatus>
gatherTableInformation(
Set<TServerInstance> currentServers,
SortedMap<TabletServerId,TServerStatus> balancerMap) {
final long rpcTimeout =
getConfiguration().getTimeInMillis(Property.GENERAL_RPC_TIMEOUT);
int threads =
getConfiguration().getCount(Property.MANAGER_STATUS_THREAD_POOL_SIZE);
- ExecutorService tp = ThreadPools.getServerThreadPools()
Review Comment:
It looks like this is handled in ThreadPools. When the value of
Property.MANAGER_STATUS_THREAD_POOL_SIZE is zero it returns an unbounded thread
pool.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]