[
https://issues.apache.org/jira/browse/IGNITE-22069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17839551#comment-17839551
]
Ignite TC Bot commented on IGNITE-22069:
----------------------------------------
{panel:title=Branch: [pull/11319/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/11319/head] Base: [master] : New Tests
(10)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Cache 1{color} [[tests
8|https://ci2.ignite.apache.org/viewLog.html?buildId=7836840]]
* {color:#013220}IgniteBinaryCacheTestSuite:
GridCacheTtlManagerSelfTest.testReplicatedTtl[pds=false] - PASSED{color}
* {color:#013220}IgniteBinaryCacheTestSuite:
GridCacheTtlManagerSelfTest.testReplicatedRemove[pds=false] - PASSED{color}
* {color:#013220}IgniteBinaryCacheTestSuite:
GridCacheTtlManagerSelfTest.testReplicatedTtl[pds=true] - PASSED{color}
* {color:#013220}IgniteBinaryCacheTestSuite:
GridCacheTtlManagerSelfTest.testReplicatedRemove[pds=true] - PASSED{color}
* {color:#013220}IgniteBinaryCacheTestSuite:
GridCacheTtlManagerSelfTest.testPartitionedRemove[pds=false] - PASSED{color}
* {color:#013220}IgniteBinaryCacheTestSuite:
GridCacheTtlManagerSelfTest.testPartitionedTtl[pds=false] - PASSED{color}
* {color:#013220}IgniteBinaryCacheTestSuite:
GridCacheTtlManagerSelfTest.testPartitionedRemove[pds=true] - PASSED{color}
* {color:#013220}IgniteBinaryCacheTestSuite:
GridCacheTtlManagerSelfTest.testPartitionedTtl[pds=true] - PASSED{color}
{color:#00008b}Cache (Expiry Policy){color} [[tests
2|https://ci2.ignite.apache.org/viewLog.html?buildId=7832014]]
* {color:#013220}IgniteCacheExpiryPolicyTestSuite:
PendingTreeCleaningTest.testPendingTreeCleaningOnCacheDestroy[pds=true] -
PASSED{color}
* {color:#013220}IgniteCacheExpiryPolicyTestSuite:
PendingTreeCleaningTest.testPendingTreeCleaningOnCacheDestroy[pds=false] -
PASSED{color}
{panel}
[TeamCity *--> Run :: All*
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=7830721&buildTypeId=IgniteTests24Java8_RunAll]
> Fix contention on expiration for persistent caches
> --------------------------------------------------
>
> Key: IGNITE-22069
> URL: https://issues.apache.org/jira/browse/IGNITE-22069
> Project: Ignite
> Issue Type: Improvement
> Reporter: Aleksey Plekhanov
> Assignee: Aleksey Plekhanov
> Priority: Major
> Labels: ise
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> We've fixed contention on expiration for in-memory caches by IGNITE-14341 and
> IGNITE-21929 tickets, but persistent caches use another method to expire
> entries and this method should be fixed too. Moreover, there are some other
> optimizations related to expiration we can made:
> # Use batch pending tree entries removal for persistent caches (already
> implemented for in-memory)
> # Randomize iteration over cache data stores during expiration to reduce
> contention
> # For each transaction, we try to expire entries for every cache in the
> cluster. At least we can limit the list of caches to caches related to
> transaction.
> # On cache destroy batch removal from pending entries tree can be used
> (instead of one-by-one deletion).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)