You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/09/15 13:57:05 UTC

[GitHub] [inlong] liangyepianzhou opened a new pull request, #5908: [INLONG-5907][TubeMQ] Replace the while-sleep with ScheduledExecutorService for tube server loopProcess

liangyepianzhou opened a new pull request, #5908:
URL: https://github.com/apache/inlong/pull/5908

   ### Prepare a Pull Request
   - Fixes https://github.com/apache/inlong/issues/5907
   
   ### Motivation
   it is not recommended to execute a scheduled task by while-sleep. 
   
   ### Modifications
   Replace while-sleep with ScheduledExecutorService.


-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong] gosonzhang merged pull request #5908: [INLONG-5907][TubeMQ] Replace the while-sleep with ScheduledExecutorService for tube server loopProcess

Posted by GitBox <gi...@apache.org>.
gosonzhang merged PR #5908:
URL: https://github.com/apache/inlong/pull/5908


-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org