Permalink
Browse files
Oops, fix compile error
- Loading branch information
|
|
@@ -340,7 +340,7 @@ private[storage] class BlockInfoManager extends Logging { |
|
|
val blocksWithReleasedLocks = mutable.ArrayBuffer[BlockId]() |
|
|
|
|
|
val readLocks = synchronized { |
|
|
readLocksByTask.remove(taskAttemptId).getOrElse(ImmutableMultiset.of()) |
|
|
readLocksByTask.remove(taskAttemptId).getOrElse(ImmutableMultiset.of[BlockId]()) |
|
|
} |
|
|
val writeLocks = synchronized { |
|
|
writeLocksByTask.remove(taskAttemptId).getOrElse(Seq.empty) |
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.