blackberrier commented on pull request #5572: URL: https://github.com/apache/dolphinscheduler/pull/5572#issuecomment-853057809
@ruanwenjun Hi, I have updated my code. 1. use timer and scheduleAtFixedRate instead of while(stopper) and thread.sleep. And add close method as well. 2. add synchronized code segment to handler concurrent modification 3. remove useless code Can you see the latest code? Review it please, Thanks! -- 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]
