[
https://issues.apache.org/jira/browse/IGNITE-7175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16287606#comment-16287606
]
ASF GitHub Bot commented on IGNITE-7175:
----------------------------------------
GitHub user dspavlov opened a pull request:
https://github.com/apache/ignite/pull/3209
IGNITE-7175: Throttling is not applied to page allocation
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-7175
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3209.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3209
----
commit c4b794f4d6d2efe50b75094d06196d174b821b55
Author: dpavlov <[email protected]>
Date: 2017-12-12T13:24:59Z
IGNITE-7175: Throttling is not applied to page allocation
----
> Throttling is not applied to page allocation
> --------------------------------------------
>
> Key: IGNITE-7175
> URL: https://issues.apache.org/jira/browse/IGNITE-7175
> Project: Ignite
> Issue Type: Bug
> Components: persistence
> Affects Versions: 2.3
> Reporter: Dmitriy Pavlov
> Assignee: Dmitriy Pavlov
> Fix For: 2.4
>
>
> 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
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)