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/12/01 01:27:09 UTC

[GitHub] [shardingsphere-elasticjob] PANIXS opened a new issue #1745: Job conflict with register center

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


   ## Bug Report
   I write a job in springboot, first time,it started success, but when i restart, it cant start, the exception is
   
   rg.apache.shardingsphere.elasticjob.infra.exception.JobConfigurationException: Job conflict with register center. The job 'tyydHistoryJob' in register center's class is 'com.qx.job.jobs.tyyd.QueryFlowHistory$$EnhancerBySpringCGLIB$$d7a64376', your job class is 'com.qx.job.jobs.tyyd.QueryFlowHistory$$EnhancerBySpringCGLIB$$b20aaec1'
   
   I already set the overwrite=true,but not work,there is my config:
   
       tyydHistoryJob:
         overwrite: true
         elasticJobClass: com.qx.job.jobs.tyyd.QueryFlowHistory
         cron: 0/3 * * * * ?
         shardingTotalCount: 3
         shardingItemParameters: 0=Beijing,1=Shanghai,2=Guangzhou
   
   


----------------------------------------------------------------
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-elasticjob] PANIXS commented on issue #1745: Job conflict with register center

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


   I tried the 3.0.0-alpha version and use new namespace,and still has this problem


----------------------------------------------------------------
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-elasticjob] TeslaCN commented on issue #1745: Job conflict with register center

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


   This issue has been fixed by #1106 and released in 3.0.0-alpha.


----------------------------------------------------------------
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-elasticjob] TeslaCN commented on issue #1745: Job conflict with register center

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


   I'm not sure about this. We may release next version in this month. Are you interested in fixing this issue?


----------------------------------------------------------------
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-elasticjob] candyYu commented on issue #1745: Job conflict with register center

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


   > this problem looks already resolved,i found a SpringProxyJobClassNameProvider in the code, but my package is from mvnrepository.com, it just not update to it
   
   how i actually use it in project?


----------------------------------------------------------------
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-elasticjob] TeslaCN removed a comment on issue #1745: Job conflict with register center

Posted by GitBox <gi...@apache.org>.
TeslaCN removed a comment on issue #1745:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1745#issuecomment-736158193


   This issue has been fixed by #1106 and released in 3.0.0-alpha.


----------------------------------------------------------------
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-elasticjob] PANIXS closed issue #1745: Job conflict with register center

Posted by GitBox <gi...@apache.org>.
PANIXS closed issue #1745:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1745


   


----------------------------------------------------------------
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-elasticjob] TeslaCN commented on issue #1745: Job conflict with register center

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


   This problem does exist. A JobClassNameProvider for class enhanced by Cglib should be introduced into Spring Boot Starter.


----------------------------------------------------------------
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-elasticjob] PANIXS commented on issue #1745: Job conflict with register center

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


   this problem looks already resolved,i found a SpringProxyJobClassNameProvider in the code, but my package is from mvnrepository.com, it just not update to 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.

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



[GitHub] [shardingsphere-elasticjob] TeslaCN commented on issue #1745: Job conflict with register center

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


   Thanks for your feedback, we will fix it as soon as possible.


----------------------------------------------------------------
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-elasticjob] PANIXS commented on issue #1745: Job conflict with register center

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


   ok,thank you,may i ask how long can you guys fix this bug


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