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

tiered storage: simplify block manager functions that don't need objectid

      In the block manager, we've added an objectid arg to all functions that previously had  offset, size args. In functions involved in writing blocks (and possibly other functions that know they are reading from the current "local" object), we don't need an explicit object id passed around, since WT_BLOCK has the current object id. An example is __block_write_off(). We should simplify these functions when possible.
       
       

            Assignee:
            sue.loverso@mongodb.com Susan LoVerso
            Reporter:
            donald.anderson@mongodb.com Donald Anderson
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: