Skip to content

Commit

Permalink
[FIXED JENKINS-31614] Avoid acquiring the Queue lock while holding ot…
Browse files Browse the repository at this point in the history
…her locks.

Originally-Committed-As: c89a054375f4e58947e9926d0be74abc5174a478
  • Loading branch information
jglick committed Jan 5, 2016
1 parent ec57657 commit 9dda0bd
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -39,6 +39,7 @@ public abstract class Pickle implements Serializable {
/**
* Start preparing rehydration of this value, and when it's ready or fail, report that to the
* given call.
* An implementation should return quickly and avoid acquiring locks in this method itself (as opposed to the future).
*/
public abstract ListenableFuture<?> rehydrate();

Expand Down

0 comments on commit 9dda0bd

Please sign in to comment.