[ 
https://issues.apache.org/jira/browse/IGNITE-7606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16357394#comment-16357394
 ] 

ASF GitHub Bot commented on IGNITE-7606:
----------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/ignite/pull/3469


> Write removed dirty page during replacement without holding segment write lock
> ------------------------------------------------------------------------------
>
>                 Key: IGNITE-7606
>                 URL: https://issues.apache.org/jira/browse/IGNITE-7606
>             Project: Ignite
>          Issue Type: Improvement
>          Components: persistence
>            Reporter: Dmitriy Pavlov
>            Assignee: Dmitriy Pavlov
>            Priority: Major
>             Fix For: 2.5
>
>         Attachments: chart_holdingLock.png, chart_notHoldingLock.png, 
> chart_notHoldingLock2.png, putdumpAt17second.txt
>
>
> If a dirty page under the checkpoint is found, following is suggested
> - copy it to the local thread buffer, 
> - and then after performing all actions in region for evicting the page
> - finish execution allocatePage()/acquirePage()
> - unlock segment to allow other workers to operate
> - perform the pwrite() call based on the data from local buffer
> Now if page eviction started there is possible drops to 0 put/seconds in case 
> a lot of threads are watiting for same segment lock.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to