Ax1an commented on a change in pull request #5021:
URL: https://github.com/apache/skywalking/pull/5021#discussion_r449411124
##########
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:
Create a oal-rt folder only when the first oal script is loaded.
Before fix:

After fix:

----------------------------------------------------------------
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]