Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-13409

One ret in __txn_checkpoint is not handled

    • Storage Engines
    • 3
    • StorEng - 2024-09-03, StorEng - 2024-09-17
    • 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@mongodb.com Chenhao Qu
            Reporter:
            chenhao.qu@mongodb.com Chenhao Qu
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: