Endless loop: Jenkins hangs in InstallerTranslator, only restart helps

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Critical
    • Component/s: build-flow-plugin
    • None

      Hello,

      from time to time our Jenkins gets stuck: The GUI remains responsive, but no more builds are done.
      The stack trace shows it hangs at a WeakHashMap.get() in the class InstallerTranslator.

      This is a risky method, since it is not properly synchronized and can easily lead to an endless rehashing loop:

      https://www.google.de/#q=WeakHashMap+get+endless

      As we heavily rely on our Jenkins in a production system, we strongly suggest that you try to find some other, well synchronized way.

            Assignee:
            Unassigned
            Reporter:
            Alex Lorenz
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: