-
Type: Technical Debt
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
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.