[jira] [Updated] (IGNITE-12547) Excessive AtomicLong instantiations leads to GC pressure.

2020-01-23 Thread Maxim Muzafarov (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-12547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maxim Muzafarov updated IGNITE-12547:
-
Fix Version/s: (was: 2.9)
   2.8

> Excessive AtomicLong instantiations leads to GC pressure. 
> --
>
> Key: IGNITE-12547
> URL: https://issues.apache.org/jira/browse/IGNITE-12547
> Project: Ignite
>  Issue Type: Bug
>  Components: persistence
>Affects Versions: 2.7.6
>Reporter: Stanilovsky Evgeny
>Assignee: Stanilovsky Evgeny
>Priority: Critical
> Fix For: 2.8
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Excessive AtomicLong usage (in FreeList), i.e. AtomicLong[] leads to GC 
> pressure and further starvation log messages, it would be more effective to 
> replace AtomicLong[] with AtomicLongArray.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (IGNITE-12547) Excessive AtomicLong instantiations leads to GC pressure.

2020-01-17 Thread Maxim Muzafarov (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-12547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maxim Muzafarov updated IGNITE-12547:
-
Priority: Critical  (was: Major)

> Excessive AtomicLong instantiations leads to GC pressure. 
> --
>
> Key: IGNITE-12547
> URL: https://issues.apache.org/jira/browse/IGNITE-12547
> Project: Ignite
>  Issue Type: Bug
>  Components: persistence
>Affects Versions: 2.7.6
>Reporter: Stanilovsky Evgeny
>Assignee: Stanilovsky Evgeny
>Priority: Critical
> Fix For: 2.9
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Excessive AtomicLong usage (in FreeList), i.e. AtomicLong[] leads to GC 
> pressure and further starvation log messages, it would be more effective to 
> replace AtomicLong[] with AtomicLongArray.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (IGNITE-12547) Excessive AtomicLong instantiations leads to GC pressure.

2020-01-17 Thread Maxim Muzafarov (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-12547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maxim Muzafarov updated IGNITE-12547:
-
Ignite Flags: Release Notes Required

> Excessive AtomicLong instantiations leads to GC pressure. 
> --
>
> Key: IGNITE-12547
> URL: https://issues.apache.org/jira/browse/IGNITE-12547
> Project: Ignite
>  Issue Type: Bug
>  Components: persistence
>Affects Versions: 2.7.6
>Reporter: Stanilovsky Evgeny
>Assignee: Stanilovsky Evgeny
>Priority: Critical
> Fix For: 2.9
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Excessive AtomicLong usage (in FreeList), i.e. AtomicLong[] leads to GC 
> pressure and further starvation log messages, it would be more effective to 
> replace AtomicLong[] with AtomicLongArray.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (IGNITE-12547) Excessive AtomicLong instantiations leads to GC pressure.

2020-01-17 Thread Maxim Muzafarov (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-12547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maxim Muzafarov updated IGNITE-12547:
-
Issue Type: Bug  (was: Improvement)

> Excessive AtomicLong instantiations leads to GC pressure. 
> --
>
> Key: IGNITE-12547
> URL: https://issues.apache.org/jira/browse/IGNITE-12547
> Project: Ignite
>  Issue Type: Bug
>  Components: persistence
>Affects Versions: 2.7.6
>Reporter: Stanilovsky Evgeny
>Assignee: Stanilovsky Evgeny
>Priority: Major
> Fix For: 2.9
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Excessive AtomicLong usage (in FreeList), i.e. AtomicLong[] leads to GC 
> pressure and further starvation log messages, it would be more effective to 
> replace AtomicLong[] with AtomicLongArray.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (IGNITE-12547) Excessive AtomicLong instantiations leads to GC pressure.

2020-01-17 Thread Alexey Goncharuk (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-12547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexey Goncharuk updated IGNITE-12547:
--
Release Note: Reduced GC pressure caused by excessive use of arrays of 
AtomicLong

> Excessive AtomicLong instantiations leads to GC pressure. 
> --
>
> Key: IGNITE-12547
> URL: https://issues.apache.org/jira/browse/IGNITE-12547
> Project: Ignite
>  Issue Type: Improvement
>  Components: persistence
>Affects Versions: 2.7.6
>Reporter: Stanilovsky Evgeny
>Assignee: Stanilovsky Evgeny
>Priority: Major
> Fix For: 2.9
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Excessive AtomicLong usage (in FreeList), i.e. AtomicLong[] leads to GC 
> pressure and further starvation log messages, it would be more effective to 
> replace AtomicLong[] with AtomicLongArray.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (IGNITE-12547) Excessive AtomicLong instantiations leads to GC pressure.

2020-01-15 Thread Stanilovsky Evgeny (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-12547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stanilovsky Evgeny updated IGNITE-12547:

Description: Excessive AtomicLong usage (in FreeList), i.e. AtomicLong[] 
leads to GC pressure and further starvation log messages, it would be more 
effective to replace AtomicLong[] with AtomicLongArray.  (was: Excessive 
AtomicLong usage, i.e. AtomicLong[] leads to GC pressure and further starvation 
log messages, it would be more effective to replace AtomicLong[] with 
AtomicLongArray.)

> Excessive AtomicLong instantiations leads to GC pressure. 
> --
>
> Key: IGNITE-12547
> URL: https://issues.apache.org/jira/browse/IGNITE-12547
> Project: Ignite
>  Issue Type: Improvement
>  Components: persistence
>Affects Versions: 2.7.6
>Reporter: Stanilovsky Evgeny
>Assignee: Stanilovsky Evgeny
>Priority: Major
> Fix For: 2.9
>
>
> Excessive AtomicLong usage (in FreeList), i.e. AtomicLong[] leads to GC 
> pressure and further starvation log messages, it would be more effective to 
> replace AtomicLong[] with AtomicLongArray.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)