You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2020/01/21 10:02:36 UTC

[GitHub] [incubator-dolphinscheduler] gabrywu opened a new issue #1863: [Feature] set acquireTriggersWithinLock true

gabrywu opened a new issue #1863: [Feature] set acquireTriggersWithinLock true
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1863
 
 
   ## Background
   
   [quartzDoc](http://www.quartz-scheduler.org/documentation/2.4.0-SNAPSHOT/configuration.html)
   The current quartz config not set acquireTriggersWithinLock, we must set it true just like:
   org.quartz.jobStore.acquireTriggersWithinLock=true
   
   ## Solution
   
   org.quartz.jobStore.acquireTriggersWithinLock=true

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


With regards,
Apache Git Services

[GitHub] [incubator-dolphinscheduler] dailidong commented on issue #1863: [Feature] set acquireTriggersWithinLock true

Posted by GitBox <gi...@apache.org>.
dailidong commented on issue #1863: [Feature] set acquireTriggersWithinLock true
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1863#issuecomment-577171112
 
 
   to prevent multiple threads from pulling to the same trigger, it also avoids the risk of repeated schedule

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


With regards,
Apache Git Services

[GitHub] [incubator-dolphinscheduler] dailidong closed issue #1863: [Feature] set acquireTriggersWithinLock true

Posted by GitBox <gi...@apache.org>.
dailidong closed issue #1863: [Feature] set acquireTriggersWithinLock true
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1863
 
 
   

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


With regards,
Apache Git Services