We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 841f3c5 commit 66b961cCopy full SHA for 66b961c
src/sch/Sch.jl
@@ -975,7 +975,7 @@ function evict_all_chunks!(ctx, to_evict)
975
if !isempty(to_evict)
976
@sync for w in map(p->p.pid, procs_to_use(ctx))
977
# @async remotecall_wait(evict_chunks!, w, nothing, Set{Chunk}())
978
- # @async remotecall_wait(identity, w, 1)
+ @async remotecall_wait(identity, w, 1)
979
end
980
981
0 commit comments