[
https://issues.apache.org/jira/browse/IGNITE-29032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18111545#comment-18111545
]
Ignite TC Bot commented on IGNITE-29032:
----------------------------------------
{panel:title=Branch: [pull/13554/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/13554/head] Base: [master] : New Tests
(18)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Cache 21{color} [[tests
18|https://ci2.ignite.apache.org/viewLog.html?buildId=9325447]]
* {color:#013220}IgniteCacheTestSuite19:
Random2LruPageEvictionSizeAwareTest.testPutAllLargeRows - PASSED{color}
* {color:#013220}IgniteCacheTestSuite19:
Random2LruPageEvictionSizeAwareTest.testUpdateRowGrows - PASSED{color}
* {color:#013220}IgniteCacheTestSuite19:
Random2LruPageEvictionSizeAwareTest.testLargeObjectReadBack - PASSED{color}
* {color:#013220}IgniteCacheTestSuite19:
Random2LruPageEvictionSizeAwareTest.testPutLargeObjectsDoesNotOom -
PASSED{color}
* {color:#013220}IgniteCacheTestSuite19:
RandomLruPageEvictionWithExpiryPolicyTest.testLargePutWithExpiryNoDeadlock -
PASSED{color}
* {color:#013220}IgniteCacheTestSuite19:
RandomLruPageEvictionWithExpiryPolicyTest.testTtlFreedSpaceAccountedForByEviction
- PASSED{color}
* {color:#013220}IgniteCacheTestSuite19:
Random2LruPageEvictionWithExpiryPolicyTest.testLargePutWithExpiryNoDeadlock -
PASSED{color}
* {color:#013220}IgniteCacheTestSuite19:
Random2LruPageEvictionWithExpiryPolicyTest.testTtlFreedSpaceAccountedForByEviction
- PASSED{color}
* {color:#013220}IgniteCacheTestSuite19:
RandomLruPageEvictionSizeAwareTest.testUpdateRowGrows - PASSED{color}
* {color:#013220}IgniteCacheTestSuite19:
RandomLruPageEvictionSizeAwareTest.testRecordLargerThanRegionOom - PASSED{color}
* {color:#013220}IgniteCacheTestSuite19:
RandomLruPageEvictionSizeAwareTest.testPutLargeObjectsDoesNotOom - PASSED{color}
... and 7 new tests
{panel}
[TeamCity *--> Run :: All*
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=9325452&buildTypeId=IgniteTests24Java8_RunAll]
{color:#ffffff}tcbot-analysis-comment chainBuildId=9325452
rerunBuildIds=none{color}
> Improvement of the pageEviction mechanism for in-memory
> -------------------------------------------------------
>
> Key: IGNITE-29032
> URL: https://issues.apache.org/jira/browse/IGNITE-29032
> Project: Ignite
> Issue Type: Task
> Reporter: Dmitry Werner
> Assignee: Dmitry Werner
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Improving the guarantees of the pageEviction mechanism on in-memory data
> regions to eliminate the possibility of data region overflow. For example,
> when inserting large records, or during batch inserts via putAll.
> The mechanism should take into account the volume of data being inserted and,
> accordingly, must ensure that old records are evicted in the same volume.
> Currently, there is a possible scenario in which an in-memory data region
> with the pageEviction mechanism enabled may overflow. For example, when
> inserting large records, or during batch inserts via putAll, the data region
> can overflow.
> The likelihood of such an event increases when the pageEviction and
> expiryPolicy mechanisms operate simultaneously.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)