Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-20217

Too many PingThread's

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Major Major
    • remoting

      Looking at a thread dump from a user with a lot of executors I see lots of:

      Ping thread for channel hudson.remoting.Channel@...:... id=... (0x...) state=TIMED_WAITING
          at java.lang.Thread.sleep(Native Method)
          at hudson.remoting.PingThread.run(PingThread.java:86)
      

      Surely these could all be replaced with a single Timer or ScheduledExecutorService?

            Unassigned Unassigned
            jglick Jesse Glick
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: