readazusa opened a new issue #1086:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1086


   ## 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://shardingsphere.apache.org/elasticjob/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?
   
   ### Which project did you use? ElasticJob-Lite or ElasticJob-Cloud?
   
   ### Expected behavior
   
   ### Actual behavior
   
   ### Reason analyze (If you can)
   
   ### Steps to reproduce the behavior.
   
   ### Example codes for reproduce this issue (such as a github link).
   
   执行代码:
     private static void setUpSimpleJob(final CoordinatorRegistryCenter 
regCenter, final TracingConfiguration tracingConfig) {
           new ScheduleJobBootstrap(regCenter, new JavaSimpleJob(), 
JobConfiguration.newBuilder("javaSimpleJob", JobType.SIMPLE, 3)
                   .cron("0/5 * * * * 
?").shardingItemParameters("0=Beijing,1=Shanghai,2=Guangzhou").build(), 
tracingConfig).schedule();
       }
       
   执行日志:
   
![image](https://user-images.githubusercontent.com/7780584/87655464-dcad9880-c78a-11ea-8817-42f9e090f17a.png)
   
   
   
   
   
   
   


----------------------------------------------------------------
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:
[email protected]


Reply via email to