Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.3
-
None
Description
Found during IGNITE-6341 testing, throttling check is not done for newly allocated pages.
Allocated page already has dirty flag, but Throttling parkNanos is applied only for intially not dirty page.
For initial load case it is required to do Throttling check for mostly new pages
Attachments
Issue Links
- is related to
-
IGNITE-7182 Slow sorting of pages collection on checkpoint begin can cause zero dropdown even with throttling enabled
- Resolved
-
IGNITE-7533 Throttle writting threads according fsync progress and checkpoint writting speed instead of region fill
- Resolved
- relates to
-
IGNITE-7507 Ignite node performance drop during checkpoint start: store metapage eviction causes long checkpoint lock hold time
- Resolved
-
IGNITE-6334 Throttle writing threads during ongoing checkpoint with token bucket algorithm
- Resolved
-
IGNITE-6341 Use direct IO or libaio for file page store where applicable
- Resolved
-
IGNITE-7017 Reconsider WAL archive strategy
- Resolved
- links to