Skip to content

Commit

Permalink
[ISSUE-171][BUG] LifeCycleManager throw cala.collection.immutable.Has…
Browse files Browse the repository at this point in the history
…hMap$HashTrieMap cannot be cast to java.util.HashMap when handle destroyBuffersWithRetry (#172)

* [ISSUE-171][BUG] LifeCycleManager throw cala.collection.immutable.HashMap$HashTrieMap cannot be cast to java.util.HashMap when handle destroyBuffersWithRetry
  • Loading branch information
AngersZhuuuu authored Jun 28, 2022
1 parent 5c82b76 commit 506cc0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ class LifecycleManager(appId: String, val conf: RssConf) extends RpcEndpoint wit
// destroy success buffers
val destroyAfterRetry = retrySlots.asScala.filterKeys(!failedAfterRetry.contains(_)).toMap
destroyBuffersWithRetry(applicationId, shuffleId,
destroyAfterRetry.asInstanceOf[WorkerResource])
new WorkerResource(destroyAfterRetry.asJava))
}
}

Expand Down

0 comments on commit 506cc0a

Please sign in to comment.