You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementing a simple job will get previous result
Reason
Cloud Executor uses native codes(mesoslib) to create thread which lacking context class loader. Some frameworks(eg. dubbo) relying on this feature will malfunction.
The text was updated successfully, but these errors were encountered:
Which version of Elastic-Job do you using?
2.1.5
Expected behavior
Cloud Job invoke
Thread.currentThread().getContextClassLoader()
return app class loaderActual behavior
Cloud Job invoke
Thread.currentThread().getContextClassLoader()
return nullSteps to reproduce the behavior
Implementing a simple job will get previous result
Reason
Cloud Executor uses native codes(mesoslib) to create thread which lacking context class loader. Some frameworks(eg. dubbo) relying on this feature will malfunction.
The text was updated successfully, but these errors were encountered: