wu-sheng commented on issue #6701: URL: https://github.com/apache/skywalking/issues/6701#issuecomment-814734300
Hi, we used to face retransferring issues, but by another agent not inside the agent core. Could you try `agent.is_cache_enhanced_class` and `agent.class_cache_mode` on the agent.config? The reference doc is https://skywalking.apache.org/docs/main/latest/en/setup/service-agent/java-agent/readme/ This config should be able to cache the transferred source codes to avoid retransferring changes, which seems the case your described. -- 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]
