You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/09/01 03:14:56 UTC

[GitHub] [shardingsphere-elasticjob] xlcn opened a new issue, #2122: Frequently creation and shutdown cause zookeeper watch to be lost.

xlcn opened a new issue, #2122:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/2122

   ## Bug Report
   
   ### Which version of ElasticJob did you use?
   master
   
   ### Which project did you use? ElasticJob-Lite or ElasticJob-Cloud?
   ElasticJob-Lite
   
   ### Expected behavior
   every event in zookeeper, client can watch it, otherwise exception occur
   
   ### Actual behavior
   frequently create and shutdown Immediately,watch lost
   
   ### Reason analyze (If you can)
   project has 12 listener now, every one can watch event, but single thread pool core size is not enough, when job shutdown, shudownListener maybe execute over first, but GuaranteeListener maybe not get complete signal,lead to AbstractDistributeOnceElasticJobListener appear timeout exception,so should be increament core size to avoid watch loss.
   
   ### Steps to reproduce the behavior.
   extends a AbstractDistributeOnceElasticJobListener,  set complete or start timeout, Frequently creation and shutdown some job
   
   ### Example codes for reproduce this issue (such as a github link).


-- 
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: notifications-unsubscribe@shardingsphere.apache.org.apache.org

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


[GitHub] [shardingsphere-elasticjob] TeslaCN commented on issue #2122: Frequently creation and shutdown cause zookeeper watch to be lost.

Posted by GitBox <gi...@apache.org>.
TeslaCN commented on issue #2122:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/2122#issuecomment-1280546212

   I'm not sure whether this issue is related to #2038. https://github.com/apache/shardingsphere-elasticjob/pull/2132 may help.


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

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


[GitHub] [shardingsphere-elasticjob] TeslaCN commented on issue #2122: Frequently creation and shutdown cause zookeeper watch to be lost.

Posted by GitBox <gi...@apache.org>.
TeslaCN commented on issue #2122:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/2122#issuecomment-1275653718

   https://cwiki.apache.org/confluence/display/CURATOR/TN1


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

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


[GitHub] [shardingsphere-elasticjob] cocodroid commented on issue #2122: Frequently creation and shutdown cause zookeeper watch to be lost.

Posted by GitBox <gi...@apache.org>.
cocodroid commented on issue #2122:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/2122#issuecomment-1256087059

   Which zk version?


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

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


[GitHub] [shardingsphere-elasticjob] xlcn commented on issue #2122: Frequently creation and shutdown cause zookeeper watch to be lost.

Posted by GitBox <gi...@apache.org>.
xlcn commented on issue #2122:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/2122#issuecomment-1362557965

   thx,now no proper environment to reproduce error, should fixed...


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

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


[GitHub] [shardingsphere-elasticjob] xlcn closed issue #2122: Frequently creation and shutdown cause zookeeper watch to be lost.

Posted by GitBox <gi...@apache.org>.
xlcn closed issue #2122: Frequently creation and shutdown cause zookeeper watch to be lost.
URL: https://github.com/apache/shardingsphere-elasticjob/issues/2122


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

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