Skip to content

Commit

Permalink
Remove unnecessary synch in snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
KIwabuchi committed Dec 7, 2023
1 parent 181ec8a commit e07282c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/metall/kernel/manager_kernel_impl.ipp
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,6 @@ bool manager_kernel<st, sst, cn, cs>::priv_snapshot(
const path_type &destination_base_path, const bool clone,
const int num_max_copy_threads) {
priv_sanity_check();
m_segment_storage.sync(true);
priv_serialize_management_data();

if (!priv_create_datastore_directory(destination_base_path)) {
Expand Down

0 comments on commit e07282c

Please sign in to comment.