Skip to content

Commit

Permalink
fixup! migration: Add dest_post_migration callback
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsamaroo committed Sep 13, 2024
1 parent 6f3ea8a commit e1a68a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datastore.jl
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ function migrate!(ref::DRef, to::Integer; pre_migration=nothing, dest_post_migra
end

# Create new ref to redirect to
new_ref = remotecall_fetch(to, data) do
new_ref = remotecall_fetch(to, data) do data
new_ref = poolset(data)
if dest_post_migration !== nothing
access_ref(dest_post_migration, new_ref, pre_migration_data; local_only=true)
Expand Down

0 comments on commit e1a68a9

Please sign in to comment.