[JIRA] (JENKINS-53648) Jenkins stops executing timed and automatic jobs

2018-10-05 Thread richard.vei...@fortanix.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Richard Veitch commented on  JENKINS-53648  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jenkins stops executing timed and automatic jobs   
 

  
 
 
 
 

 
 We tracked this down to the bitbucket-pullrequest-builder plugin. https://wiki.jenkins.io/display/JENKINS/Bitbucket+pullrequest+builder+plugin It gets hung up polling Bitbucket and jenkins grinds to a halt.  The best 'fix' we came up with was to remove the plugin and instead use the Bitbucket webhooks to trigger our pr builds.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-53648) Jenkins stops executing timed and automatic jobs

2018-09-18 Thread richard.vei...@fortanix.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Richard Veitch updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53648  
 
 
  Jenkins stops executing timed and automatic jobs   
 

  
 
 
 
 

 
Change By: 
 Richard Veitch  
 
 
Labels: 
 ScheduleBuild bitbucket  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-53648) Jenkins stops executing timed and automatic jobs

2018-09-18 Thread richard.vei...@fortanix.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Richard Veitch created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53648  
 
 
  Jenkins stops executing timed and automatic jobs   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Attachments: 
 badThreadDump  
 
 
Components: 
 core  
 
 
Created: 
 2018-09-18 21:59  
 
 
Environment: 
 Jenkins ver. 2.138.1  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Richard Veitch  
 

  
 
 
 
 

 
 I have a Jenkins server running on an EC2 instance with a number of workers running in containers in our data center.  Most of my jobs are either triggered on a timed schedule or are triggered by the Bitbucket pr runner plugin.  This system has been running fine for months but recently I've been seeing an issue where the timed jobs and Bitbucket pr jobs have stopped being scheduled.   During this time I can still launch jobs manually. This happens 2 or 3 times a day and I don't see any errors in the jekins logs.  Restarting Jenkins will fix it for a few hours but it always returns. The jenkins master has 16GB of ram and I've checked that it is never close to using it all. Generally it uses 2-3G. I've attached a threadDump taken when this was happening. I'm not sure where else to look to debug this so I'd appreciate any advice on what to look for.  Thanks