-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Not Applicable
-
Storage Engines
This implements control points startup.
- Initialize per connection control point data structures: __wt_conn_control_points_init_all
- Initialize per session control point data structures: __wt_session_control_points_init_all
- Enable per connection control points that are automatically enabled at startup: __wt_conn_control_points_enable_all
- Enable per session control points that are automatically enabled at startup: __wt_session_control_points_enable_all
This jira ticket will be code reviewed in jira ticket WT-13570. That is the first ticket in which the framework is testable.
Note, the control points implementation tickets are in three time periods:
- POC - Part of the POC.
- MVP - Part of the minimal viable product. However, even the POC can be used, but less conveniently than the MVP.
- Future - Enhancements after the MVP.
The title of each ticket starts with the time period.