[JIRA] (JENKINS-56581) org.jenkinsci.remoting.protocol.IOHub takes 100% CPU

2019-07-30 Thread jthomp...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jeff Thompson commented on  JENKINS-56581  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: org.jenkinsci.remoting.protocol.IOHub takes 100% CPU   
 

  
 
 
 
 

 
 Jörg Sautter, so updating to Java 11 resolved this for you? That's great information. Any reason not to close this information, then?  
 

  
 
 
 
 

 
 
 

 
 
 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.198196.1552647394000.4290.1564509660231%40Atlassian.JIRA.


[JIRA] (JENKINS-56581) org.jenkinsci.remoting.protocol.IOHub takes 100% CPU

2019-07-30 Thread joerg.rene.saut...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jörg Sautter commented on  JENKINS-56581  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: org.jenkinsci.remoting.protocol.IOHub takes 100% CPU   
 

  
 
 
 
 

 
 Hopefully the last update to this issue: After implementing an workaround to the not blocking selector (basically adding yield and sleep statements), another thread was consuming 100% CPU. It was a jetty thread with exactly the same issue like the Jenkins thread before. There is a jetty issue about this and a comment with the hint to update the jdk to 11.0.2, since the update none of Jenkins installations had the issue again. Thanks for your help! Kind regards Jörg  
 

  
 
 
 
 

 
 
 

 
 
 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.198196.1552647394000.3693.1564468740202%40Atlassian.JIRA.


[JIRA] (JENKINS-56581) org.jenkinsci.remoting.protocol.IOHub takes 100% CPU

2019-07-26 Thread gun...@grodotzki.co.za (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Gunter Grodotzki commented on  JENKINS-56581  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: org.jenkinsci.remoting.protocol.IOHub takes 100% CPU   
 

  
 
 
 
 

 
 Potentially related to: https://issues.jenkins-ci.org/browse/JENKINS-58573  
 

  
 
 
 
 

 
 
 

 
 
 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.198196.1552647394000.1941.1564154762479%40Atlassian.JIRA.


[JIRA] (JENKINS-56581) org.jenkinsci.remoting.protocol.IOHub takes 100% CPU

2019-07-25 Thread jthomp...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jeff Thompson commented on  JENKINS-56581  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: org.jenkinsci.remoting.protocol.IOHub takes 100% CPU   
 

  
 
 
 
 

 
 Interesting. It would be great if this resolves the issues you are seeing.  
 

  
 
 
 
 

 
 
 

 
 
 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.198196.1552647394000.1288.1564086900172%40Atlassian.JIRA.


[JIRA] (JENKINS-56581) org.jenkinsci.remoting.protocol.IOHub takes 100% CPU

2019-07-25 Thread joerg.rene.saut...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jörg Sautter edited a comment on  JENKINS-56581  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: org.jenkinsci.remoting.protocol.IOHub takes 100% CPU   
 

  
 
 
 
 

 
 I think this [https://stackoverflow.com/questions/9939989/java-nio-selector-select-returns-0-although-channels-are-ready] is the reason why the IOHub is taking all of our CPU power.The current implementation relies on the returned number of ready channels, but this is not the total number of ready channel. It is only the number of channels gone ready while the select is performed. We now changed the impementation from checking the returned number to keys.isEmpty() and evaluate this on our Jenkins installations.I will keep you updated and will do a PR in  somedays  some days , if the issue is fixed by this change.  
 

  
 
 
 
 

 
 
 

 
 
 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.198196.1552647394000.514.1564038241492%40Atlassian.JIRA.


[JIRA] (JENKINS-56581) org.jenkinsci.remoting.protocol.IOHub takes 100% CPU

2019-07-25 Thread joerg.rene.saut...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jörg Sautter commented on  JENKINS-56581  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: org.jenkinsci.remoting.protocol.IOHub takes 100% CPU   
 

  
 
 
 
 

 
 I think this https://stackoverflow.com/questions/9939989/java-nio-selector-select-returns-0-although-channels-are-ready is the reason why the IOHub is taking all of our CPU power. The current implementation relies on the returned number of ready channels, but this is not the total number of ready channel. It is only the number of channels gone ready while the select is performed.  We now changed the impementation from checking the returned number to keys.isEmpty() and evaluate this on our Jenkins installations. I will keep you updated and will do a PR in somedays, if the issue is fixed by this change.  
 

  
 
 
 
 

 
 
 

 
 
 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.198196.1552647394000.502.1564036860141%40Atlassian.JIRA.


[JIRA] (JENKINS-56581) org.jenkinsci.remoting.protocol.IOHub takes 100% CPU

2019-07-24 Thread joerg.rene.saut...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jörg Sautter commented on  JENKINS-56581  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: org.jenkinsci.remoting.protocol.IOHub takes 100% CPU   
 

  
 
 
 
 

 
 Hi, a small update on this issue, we change the type the disk is mounted in the VM. This made everything even worse, so we decided to build the remoting jar of jenkins and modfy the logging. It seems like the selector.select() method doesn't block, adding a timeout did not change the behaviour. The call returns after ~3000ns with 0 items, no call to selector.wakeup is done and the selector thread is not interrupted at this point. I don't understand why the select call returns here ... We now set the priority of the selectorThread to Thread.MIN_PRIORITY and call Thread.yield if wantSelectNow is fals and selected is 0. Lets see if this helps ...    
 

  
 
 
 
 

 
 
 

 
 
 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.198196.1552647394000.23.1563982620324%40Atlassian.JIRA.


[JIRA] (JENKINS-56581) org.jenkinsci.remoting.protocol.IOHub takes 100% CPU

2019-06-13 Thread jthomp...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jeff Thompson commented on  JENKINS-56581  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: org.jenkinsci.remoting.protocol.IOHub takes 100% CPU   
 

  
 
 
 
 

 
 Interesting. I'm glad you were able to track down some connected information. Please share when you have further information.  
 

  
 
 
 
 

 
 
 

 
 
 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.198196.1552647394000.392.1560444180110%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-56581) org.jenkinsci.remoting.protocol.IOHub takes 100% CPU

2019-06-13 Thread joerg.rene.saut...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jörg Sautter commented on  JENKINS-56581  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: org.jenkinsci.remoting.protocol.IOHub takes 100% CPU   
 

  
 
 
 
 

 
 We had this issue again and after some research in the windows event log, i think this might be the result of:  https://kb.vmware.com/s/article/2006849 The described events are shown in the system log at the time when the CPU goes up to 100%. We try to get this fixed and i will write an update to this ticket later on.  
 

  
 
 
 
 

 
 
 

 
 
 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.198196.1552647394000.76.1560408960208%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-56581) org.jenkinsci.remoting.protocol.IOHub takes 100% CPU

2019-06-12 Thread jthomp...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jeff Thompson commented on  JENKINS-56581  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: org.jenkinsci.remoting.protocol.IOHub takes 100% CPU   
 

  
 
 
 
 

 
 That is a surprising amount of messages, all with the same timestamp. I still have no idea what's going on with it, though. If you can gather any further information and diagnosis, please share it.  
 

  
 
 
 
 

 
 
 

 
 
 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.198196.1552647394000.26077.1560357060384%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-56581) org.jenkinsci.remoting.protocol.IOHub takes 100% CPU

2019-05-21 Thread joerg.rene.saut...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jörg Sautter commented on  JENKINS-56581  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: org.jenkinsci.remoting.protocol.IOHub takes 100% CPU   
 

  
 
 
 
 

 
 I did not find any unusual I/O going on while the CPU was at 100%, we now updated Jenkins and the JDK. Jenkins from v2.150.2 to v2.164.3, JDK from Oracle jdk1.8.0_152 to openjdk-11.0.1. If this issue still occurs i will write an comment in this ticket.  
 

  
 
 
 
 

 
 
 

 
 
 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.198196.1552647394000.7200.1558439940204%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-56581) org.jenkinsci.remoting.protocol.IOHub takes 100% CPU

2019-05-21 Thread joerg.rene.saut...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jörg Sautter commented on  JENKINS-56581  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: org.jenkinsci.remoting.protocol.IOHub takes 100% CPU   
 

  
 
 
 
 

 
 today the issue occurred again and i could confirm the 100+ "0 scheduled tasks to process" per secound. See the attached jenkins_logs.png screenshot and the copyed text in jenkins_logs.txt  I will try to get more informations what is going on on the system.   
 

  
 
 
 
 

 
 
 

 
 
 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.198196.1552647394000.6205.1558424460148%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-56581) org.jenkinsci.remoting.protocol.IOHub takes 100% CPU

2019-05-21 Thread joerg.rene.saut...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jörg Sautter updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-56581  
 
 
  org.jenkinsci.remoting.protocol.IOHub takes 100% CPU   
 

  
 
 
 
 

 
Change By: 
 Jörg Sautter  
 
 
Attachment: 
 jenkins_logs.png  
 

  
 
 
 
 

 
 
 

 
 
 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.198196.1552647394000.6202.1558424400156%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-56581) org.jenkinsci.remoting.protocol.IOHub takes 100% CPU

2019-04-25 Thread jthomp...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jeff Thompson commented on  JENKINS-56581  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: org.jenkinsci.remoting.protocol.IOHub takes 100% CPU   
 

  
 
 
 
 

 
 That's an odd one. Nothing obvious comes to mind. On my system, I see one instance of "0 scheduled tasks to process" occur per second. That seems like a reasonable rate and shouldn't impact system load significantly. Can you check your log messages to verify the rate and provide more information about what the log messages are showing? How fast is that check occurring? I'm not entirely sure what your VisualVM images are showing. They seem to be showing that the thread is spending a fair bit of time waiting on the `select()` but not that it's spending a lot of CPU time. More information would certainly be needed to diagnose any issues here. Unfortunately, I don't have any additional specific requests for info or ideas what would be useful. Maybe you could collect more information about what the system and Jenkins are doing and try to correlate that with CPU usage.  
 

  
 
 
 
 

 
 
 

 
 
 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-56581) org.jenkinsci.remoting.protocol.IOHub takes 100% CPU

2019-03-17 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev assigned an issue to Jeff Thompson  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-56581  
 
 
  org.jenkinsci.remoting.protocol.IOHub takes 100% CPU   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Assignee: 
 Jeff Thompson  
 

  
 
 
 
 

 
 
 

 
 
 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-56581) org.jenkinsci.remoting.protocol.IOHub takes 100% CPU

2019-03-17 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-56581  
 
 
  org.jenkinsci.remoting.protocol.IOHub takes 100% CPU   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Component/s: 
 remoting  
 
 
Component/s: 
 _unsorted  
 

  
 
 
 
 

 
 
 

 
 
 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-56581) org.jenkinsci.remoting.protocol.IOHub takes 100% CPU

2019-03-15 Thread joerg.rene.saut...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jörg Sautter created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-56581  
 
 
  org.jenkinsci.remoting.protocol.IOHub takes 100% CPU   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Attachments: 
 cpu_time_per_thread.png, thread_cpu_samples.png  
 
 
Components: 
 _unsorted  
 
 
Created: 
 2019-03-15 10:56  
 
 
Environment: 
 v2.150.2, Windows Server 2012 R2, x64  
 
 
Labels: 
 performance  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Jörg Sautter  
 

  
 
 
 
 

 
 Our 4 Jenkins installations (all on the same HW) are running at 100% CPU after some time, until they get restarted. Sometimes all of them or only some of them are affected by this. I had a closer look at one installation and found out IOHub is running out of control. I added a logger to the class and it prints dozens of "0 scheduled tasks to process" per secound, nothing else. See the attached screenshots of VisualVM for details, the jenkis was idle at the point of record.  I could provide more infos if someone tells what is needed.   Kind regards Jörg