Skip to content

Commit

Permalink
Merge branch 'feature/rados-backend' into manm_fdbhammer_prof
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolau-manubens committed Jun 30, 2024
2 parents 4d1969e + 08b1263 commit 1d93853
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/fdb5/rados/RadosStore.cc
Original file line number Diff line number Diff line change
Expand Up @@ -271,11 +271,10 @@ void RadosStore::flush() {

#ifdef fdb5_HAVE_RADOS_STORE_MULTIPART

#ifdef fdb5_HAVE_RADOS_BACKENDS_PERSIST_ON_FLUSH
/// @note: needs to be called even if PERSIST_ON_FLUSH=OFF, as the
/// multipart handles need to persist the multipart attributes which
/// is performed in the multihandle flush.
flushDataHandles();
#else
// NOOP
#endif

#else

Expand Down

0 comments on commit 1d93853

Please sign in to comment.