MAPREDUCE-6639 Process hangs in LocatedFileStatusFetcher if FileSystem.get throws. Ryan Blue via stevel
This commit is contained in:
parent
0bbe01f8d5
commit
7eddecd357
@ -175,7 +175,7 @@ private void registerInvalidInputError(List<IOException> errors) {
|
||||
private void registerError(Throwable t) {
|
||||
lock.lock();
|
||||
try {
|
||||
if (unknownError != null) {
|
||||
if (unknownError == null) {
|
||||
unknownError = t;
|
||||
condition.signal();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user