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 2020/06/15 06:48:39 UTC

[GitHub] [shardingsphere-elastic-job-lite] haizi1996 opened a new issue #778: Job shard Bug(Job shard repeat schedule)

haizi1996 opened a new issue #778:
URL: https://github.com/apache/shardingsphere-elastic-job-lite/issues/778


   ## Bug Report
   
   **For English only**, other languages will not accept.
   
   Before report a bug, make sure you have:
   
   - Searched open and closed [GitHub issues](https://github.com/apache/shardingsphere-elastic-job-lite/issues).
   - Read documentation: [ElasticJob Doc](http://elasticjob.io/docs/elastic-job-lite/00-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**.
   
   Please answer these questions before submitting your issue. Thanks!
   
   ### Which version of ElasticJob did you use?
   3.0
   
   ### Which project did you use? ElasticJob-Lite or ElasticJob-Cloud?
   ElasticJob-Lite
   
   ### Expected behavior
   
   ### Actual behavior
   
   ### Reason analyze (If you can)
   the first, we have 5 nodes,and the task have 9 shards. When the task is executed for the first time, the task is sharded, machine A gets the master lock, and machine B , C , D ,E  enters blocking for 100ms; Machine A completes the task sharding and distribution results (A:1,2,3, B:4,5,6, C:7,8,9) within 100ms, and the task tasks of machine A are all executed Completed. It happened that machine E went offline, causing the task to be marked for `reshard`. After machine B blocked for 100ms, it became the master node, and found that the task was marked for `reshard`. The task was assigned once, and the shard result changed (B: 1,2,3, C: 4,5,6, D: 7,8,9);
   Subsequent normal execution results in task sharding, and the shard number of 1, 2, 3 are scheduled 2 times.
   
   ### Steps to reproduce the behavior.
   
   ### 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.

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



[GitHub] [shardingsphere-elastic-job-lite] haizi1996 closed issue #778: Job shard Bug(Job shard repeat schedule)

Posted by GitBox <gi...@apache.org>.
haizi1996 closed issue #778:
URL: https://github.com/apache/shardingsphere-elastic-job-lite/issues/778


   


----------------------------------------------------------------
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:
users@infra.apache.org