Merge pull request #235 from universeTeam/develop

fix incorrect assignment
pull/246/head
龙台 Long Tai 3 years ago committed by GitHub
commit d65f868495
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -58,7 +58,6 @@ public class DubboThreadPoolAdapter implements ThreadPoolAdapter, ApplicationLis
return threadPoolAdapterState; return threadPoolAdapterState;
} }
threadPoolAdapterState.setThreadPoolKey(identify); threadPoolAdapterState.setThreadPoolKey(identify);
threadPoolAdapterState.setActive(executor.getActiveCount() + "");
threadPoolAdapterState.setCoreSize(executor.getCorePoolSize()); threadPoolAdapterState.setCoreSize(executor.getCorePoolSize());
threadPoolAdapterState.setMaximumSize(executor.getMaximumPoolSize()); threadPoolAdapterState.setMaximumSize(executor.getMaximumPoolSize());
return threadPoolAdapterState; return threadPoolAdapterState;

Loading…
Cancel
Save