Skip to content

Commit

Permalink
Ensure to access RecoveryState#fileDetails under lock
Browse files Browse the repository at this point in the history
Closes #43840
  • Loading branch information
paulward24 authored and dnhatn committed Jul 3, 2019
1 parent 7059224 commit cff0274
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@ public synchronized String toString() {
}
}

public File getFileDetails(String dest) {
public synchronized File getFileDetails(String dest) {
return fileDetails.get(dest);
}
}
Expand Down

0 comments on commit cff0274

Please sign in to comment.