ruanwenjun commented on issue #15851: URL: https://github.com/apache/dolphinscheduler/issues/15851#issuecomment-2058642866
> > Should be finished by #15348 > > this issue you mentioned had been solved locally before. memory leak still exists    Please try to change the heartbeatType to IGNORE ``` session.setSessionHeartbeat(SessionHeartbeatController.HeartbeatType.IGNORE, Duration.ofSeconds(3)); ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
