Merge pull request #235 from universeTeam/develop

fix incorrect assignment
pull/246/head
龙台 Long Tai 2 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;
}
threadPoolAdapterState.setThreadPoolKey(identify);
threadPoolAdapterState.setActive(executor.getActiveCount() + "");
threadPoolAdapterState.setCoreSize(executor.getCorePoolSize());
threadPoolAdapterState.setMaximumSize(executor.getMaximumPoolSize());
return threadPoolAdapterState;

Loading…
Cancel
Save