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

Don't exit loop early in __wt_tiered_flush_work_wait

    • 1
    • StorEng - 2023-01-24

      Structurally dead code

      Actions intended to be performed by the unreachable code will never occur. Code block is unreachable because of the syntactic structure of the code
      /src/tiered/tiered_work.c:147: UNREACHABLE 124119 Since the loop increment "entry = entry->q.tqe_next;" is unreachable, the loop body will never execute more than once.

            Assignee:
            andrew.morton@mongodb.com Andrew Morton
            Reporter:
            xgen-internal-coverity Coverity Collector User
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: