-
Notifications
You must be signed in to change notification settings - Fork 26.5k
Closed
Labels
status/waiting-for-feedbackNeed reporters to triageNeed reporters to triage
Description
Environment
- Dubbo version: xxx
- Operating System version: xxx
- Java version: 1.8
What actually happens?
使用ForkJoin线程池+Tomcat7.0.74+ReferenceConfig API调用
[https://bz.apache.org/bugzilla/show_bug.cgi?id=60620]https://bz.apache.org/bugzilla/show_bug.cgi?id=60620
(System.getProperty(FORK_JOIN_POOL_THREAD_FACTORY_PROPERTY) == null) {
System.setProperty(FORK_JOIN_POOL_THREAD_FACTORY_PROPERTY,
"org.apache.catalina.startup.SafeForkJoinWorkerThreadFactory");
}
@Override // to always report system loader
public ClassLoader getContextClassLoader() {
return ClassLoader.getSystemClassLoader();
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
status/waiting-for-feedbackNeed reporters to triageNeed reporters to triage