Skip to content

Commit ffc8a9d

Browse files
Bugfix
1 parent 57737c4 commit ffc8a9d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/fenix_data_policy_in_memory_raid.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,9 @@ int BuddyMember::restore_impl(){
400400
//Fetch data
401401
int p_count = e->partner_region.count(e->elm_max_count-1);
402402
recv_buf.recv(p_count*e->elm_size, left, 0, group.set_comm);
403-
e->region.deserialize_data(e->elm_size, recv_buf, e->partner_buf);
403+
e->partner_region.deserialize_data(
404+
e->elm_size, recv_buf, e->partner_buf
405+
);
404406

405407
//Only update timestamp after all other data updated, to indicate
406408
//recovery of this snapshot completed

0 commit comments

Comments
 (0)