kubernetes-plugin icon indicating copy to clipboard operation
kubernetes-plugin copied to clipboard

Prevent deadlock on thread synchronization via CountDownLatch

Open ljackiewicz opened this issue 10 months ago • 1 comments

This PR resolves reported issue JENKINS-72792 by preventing deadlock on thread synchronization via CountDownLatch.

The changes were tested on an instance running various types of pipelines. No negative impact was noticed.

In case a deadlock occurs while executing a withMaven step (case described in the reported issue), a one-minute timeout is visible.

ljackiewicz avatar Apr 25 '24 08:04 ljackiewicz