-
Type:
Technical Debt
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Reconciliation
-
None
-
Storage Engines - Persistence
-
3,548.552
-
SE Persistence backlog
-
None
There are now 3 direct calls from __rec_write_wrapup to __wt_btree_decrease_size, these all have a similar flag checks. We could move this into it's own static function within rec_write.c to reduce code smell.
Scope:
- Move to it's own function
- Test