[
https://issues.apache.org/jira/browse/IGNITE-4552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15846873#comment-15846873
]
Stanilovsky Evgeny edited comment on IGNITE-4552 at 2/1/17 5:46 AM:
--------------------------------------------------------------------
ok i realize all instead of ??2. while queue.peekFirst.expireTime > 'current
time' , i hope it unnecessary here ...
yardstick, running on my local machine shows throughput performance increase
of: 2%
origin_1node
!Plot_ThroughputLatencyProbe_01_31_origin.png|origin_1node!
issue_4552_1node
!Plot_ThroughputLatencyProbe_01_4552_mine.png|origin_1node!
Thanks !
was (Author: zstan):
ok i realize all instead of ??2. while queue.peekFirst.expireTime > 'current
time' , i hope it unnecessary here ...
yardstick, running on my local machine shows throughput performance increase
of: 2%
origin_1node
!Plot_ThroughputLatencyProbe_01_31_origin.png|origin_1node!
issue_4552_1node
!Plot_ThroughputLatencyProbe_01_4552_mine.png|origin_1node!
what about GridCacheDrManager.enabled() can we cache it result into static
variable ?
Thanks !
> Optimize GridDhtLocalPartition.rmvQueue
> ---------------------------------------
>
> Key: IGNITE-4552
> URL: https://issues.apache.org/jira/browse/IGNITE-4552
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Affects Versions: 1.6
> Reporter: Alexei Scherbakov
> Assignee: Semen Boikov
> Fix For: 2.0
>
> Attachments: benchmark-put-remove-simultaneously.properties,
> Plot_ThroughputLatencyProbe_01_31_origin.png,
> Plot_ThroughputLatencyProbe_01_4552_mine.png,
> Plot_ThroughputLatencyProbe_01_mine_3node.png,
> Plot_ThroughputLatencyProbe_01_mine.png,
> Plot_ThroughputLatencyProbe_01_origin_3node.png,
> Plot_ThroughputLatencyProbe_01_origin.png, Screenshot_20170124_155355.png
>
>
> Current implementation stores deferred entry removals in rmvQueue for
> consistency guaranties.
> This can lead to significant heap over-usage(I observed several Gbs) in case
> of many caches with removals, because currently queue is cleared lazily after
> reaching max capacity(200_000 by default).
> This can be mitigated by using lower IGNITE_ATOMIC_CACHE_DELETE_HISTORY_SIZE,
> but can lead to consistency issues in case of frequent cache updates.
> Possible optimizations:
> * Use single fixed size queue per all caches to overcome limitations of
> IGNITE_ATOMIC_CACHE_DELETE_HISTORY_SIZE workaround.
> * Do queue cleaning in background
> * Move queue to an off-heap.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)