Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
houjun committed Nov 4, 2024
1 parent 5da6241 commit 7b5c9e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/pdc_server_region/pdc_server_region_cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,7 @@ PDC_region_cache_flush_by_pointer(uint64_t obj_id, pdc_obj_cache *obj_cache, int
buf[i] = obj_regions[i]->buf;
}
free(obj_regions);

// Merge adjacent regions
// printf("checkpoint @ line %d\n", __LINE__);
merge_requests(start, end, obj_cache->region_cache_size, buf, &new_start, &new_end, &new_buf, unit,
Expand Down

0 comments on commit 7b5c9e9

Please sign in to comment.