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/10/24 09:57:22 UTC

[GitHub] [shardingsphere-elasticjob] csz5667757 opened a new issue, #2142: i am using AbstractDistributeOnceElasticJobListener,why every instance execute this two method doBeforeJobExecutedAtLastStarted 、doAfterJobExecutedAtLastCompleted?

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

   **version elastic-job-lite-core 3.0.1**
   
   ## Question
   
   **For English only**, other languages will not accept.
   
   Before asking a question, make sure you have:
   
   - Googled your question.
   - Searched open and closed [GitHub issues](https://github.com/apache/shardingsphere-elasticjob/issues).
   - Read documentation: [ElasticJob Doc](https://shardingsphere.apache.org/elasticjob/current/en/overview/).
   
   Please pay attention on issues you submitted, because we maybe need more details. 
   If no response anymore and we cannot reproduce it on current information, we will **close it**.
   


-- 
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 closed issue #2142: Using AbstractDistributeOnceElasticJobListener,why every instance execute these two methods : doBeforeJobExecutedAtLastStarted 、doAfterJobExecutedAtLastCompleted?

Posted by GitBox <gi...@apache.org>.
TeslaCN closed issue #2142: Using AbstractDistributeOnceElasticJobListener,why every instance execute these two methods : doBeforeJobExecutedAtLastStarted 、doAfterJobExecutedAtLastCompleted? 
URL: https://github.com/apache/shardingsphere-elasticjob/issues/2142


-- 
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] csz5667757 commented on issue #2142: Using AbstractDistributeOnceElasticJobListener,why every instance execute these two methods : doBeforeJobExecutedAtLastStarted 、doAfterJobExecutedAtLastCompleted?

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

   use **OneOffJobBootStrap** and 
   my **config** is 
   JobConfiguration.newBuilder("job",8).failover(true).overwrite(true).jobListener("listener").build();
   
   **final result**
   node1: log print in doBeforeJobExecutedAtLastStarted 、doAfterJobExecutedAtLastCompleted
   node2: log print in doBeforeJobExecutedAtLastStarted 、doAfterJobExecutedAtLastCompleted


-- 
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 #2142: Using AbstractDistributeOnceElasticJobListener,why every instance execute these two methods : doBeforeJobExecutedAtLastStarted 、doAfterJobExecutedAtLastCompleted?

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

   Could you help us to reproduce this issue? I cannot reproduce this.


-- 
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