You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@helix.apache.org by GitBox <gi...@apache.org> on 2021/12/08 18:35:30 UTC

[GitHub] [helix] jiajunwang opened a new issue #1919: Configure the reset timeout of message handler in HelixTaskExecutor.

jiajunwang opened a new issue #1919:
URL: https://github.com/apache/helix/issues/1919


   **Is your feature request related to a problem? Please describe.**
   Currently, the reset timeout is hardcoded to be 200ms (soft request) + 200ms (hard request). If the application-defined handler requires a longer time to reset and it swallows the interruption signal, then the clean-up won't be done before the reset() call returns. This may lead to parallel handler executing after the new handler is created after reset. This typically happens after ZK session expiration.
   
   **Describe the solution you'd like**
   Provide application developers an option to configure timeout.
   
   **Additional context**
   NA
   


-- 
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: reviews-unsubscribe@helix.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org


[GitHub] [helix] jiajunwang closed issue #1919: Configure the reset timeout of message handler in HelixTaskExecutor.

Posted by GitBox <gi...@apache.org>.
jiajunwang closed issue #1919:
URL: https://github.com/apache/helix/issues/1919


   


-- 
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: reviews-unsubscribe@helix.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org