wu-sheng commented on a change in pull request #5021:
URL: https://github.com/apache/skywalking/pull/5021#discussion_r449409469
##########
File path:
oap-server/oal-rt/src/main/java/org/apache/skywalking/oal/rt/OALRuntime.java
##########
@@ -135,7 +136,10 @@ public void
setDispatcherListener(DispatcherDetectorListener listener) throws Mo
@Override
public void start(ClassLoader currentClassLoader) throws
ModuleStartException, OALCompileException {
- prepareRTTempFolder();
+ if (!IS_RT_TEMP_FOLDER_INIT_COMPLETED) {
Review comment:
What do you mean? This is always true.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]