One ret in __txn_checkpoint is not handled

XMLWordPrintableJSON

    • Storage Engines
    • StorEng - 2024-09-03, StorEng - 2024-09-17
    • 3
    • v8.0, v7.0, v6.0, v5.0

      /* Sync the history store file. */
          if (F_ISSET(hs_dhandle, WT_DHANDLE_OPEN)) {
              WT_STAT_CONN_SET(session, checkpoint_state, WT_CHECKPOINT_STATE_HS_SYNC);
              WT_WITH_DHANDLE(session, hs_dhandle, ret = __wt_checkpoint_sync(session, NULL));
          }
      
      

      The ret value from the call to __wt_checkpoint_sync is not handled.

              Assignee:
              Chenhao Qu
              Reporter:
              Chenhao Qu
              Votes:
              0 Vote for this issue
              Watchers:
              9 Start watching this issue

                Created:
                Updated:
                Resolved: