[jira] [Updated] (IGNITE-2233) Avoid boxing in BinaryContext collections

2017-09-25 Thread Vladimir Ozerov (JIRA)

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

Vladimir Ozerov updated IGNITE-2233:

Fix Version/s: (was: 2.3)

> Avoid boxing in BinaryContext collections
> -
>
> Key: IGNITE-2233
> URL: https://issues.apache.org/jira/browse/IGNITE-2233
> Project: Ignite
>  Issue Type: Task
>  Components: general
>Affects Versions: ignite-1.4
>Reporter: Vladimir Ozerov
>Priority: Minor
>  Labels: performance
>
> The following methods generate visible GC pressure due to constant boxing of 
> int keys:
> BinaryContext.descriptorForTypeId
> BinaryContext.userTypeIdMapper
> BinaryContext.schemaRegistry
> Possilbe solutions:
> 1) int -> Object maps (e.g. see Martin Thompson's Argona lib).
> 2) COW semantics instead of concurrent maps/sets as these collections are 
> updated only during warmup.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (IGNITE-2233) Avoid boxing in BinaryContext collections

2017-07-10 Thread Vladimir Ozerov (JIRA)

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

Vladimir Ozerov updated IGNITE-2233:

Fix Version/s: (was: 2.1)
   2.2

> Avoid boxing in BinaryContext collections
> -
>
> Key: IGNITE-2233
> URL: https://issues.apache.org/jira/browse/IGNITE-2233
> Project: Ignite
>  Issue Type: Task
>  Components: general
>Affects Versions: ignite-1.4
>Reporter: Vladimir Ozerov
>Priority: Minor
>  Labels: performance
> Fix For: 2.2
>
>
> The following methods generate visible GC pressure due to constant boxing of 
> int keys:
> BinaryContext.descriptorForTypeId
> BinaryContext.userTypeIdMapper
> BinaryContext.schemaRegistry
> Possilbe solutions:
> 1) int -> Object maps (e.g. see Martin Thompson's Argona lib).
> 2) COW semantics instead of concurrent maps/sets as these collections are 
> updated only during warmup.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (IGNITE-2233) Avoid boxing in BinaryContext collections

2017-04-06 Thread Vladimir Ozerov (JIRA)

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

Vladimir Ozerov updated IGNITE-2233:

Fix Version/s: (was: 2.0)
   2.1

> Avoid boxing in BinaryContext collections
> -
>
> Key: IGNITE-2233
> URL: https://issues.apache.org/jira/browse/IGNITE-2233
> Project: Ignite
>  Issue Type: Task
>  Components: general
>Affects Versions: ignite-1.4
>Reporter: Vladimir Ozerov
>Priority: Minor
>  Labels: performance
> Fix For: 2.1
>
>
> The following methods generate visible GC pressure due to constant boxing of 
> int keys:
> BinaryContext.descriptorForTypeId
> BinaryContext.userTypeIdMapper
> BinaryContext.schemaRegistry
> Possilbe solutions:
> 1) int -> Object maps (e.g. see Martin Thompson's Argona lib).
> 2) COW semantics instead of concurrent maps/sets as these collections are 
> updated only during warmup.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (IGNITE-2233) Avoid boxing in BinaryContext collections

2016-12-22 Thread Vladimir Ozerov (JIRA)

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

Vladimir Ozerov updated IGNITE-2233:

Priority: Minor  (was: Major)

> Avoid boxing in BinaryContext collections
> -
>
> Key: IGNITE-2233
> URL: https://issues.apache.org/jira/browse/IGNITE-2233
> Project: Ignite
>  Issue Type: Task
>  Components: general
>Affects Versions: ignite-1.4
>Reporter: Vladimir Ozerov
>Priority: Minor
>  Labels: performance
> Fix For: 2.0
>
>
> The following methods generate visible GC pressure due to constant boxing of 
> int keys:
> BinaryContext.descriptorForTypeId
> BinaryContext.userTypeIdMapper
> BinaryContext.schemaRegistry
> Possilbe solutions:
> 1) int -> Object maps (e.g. see Martin Thompson's Argona lib).
> 2) COW semantics instead of concurrent maps/sets as these collections are 
> updated only during warmup.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (IGNITE-2233) Avoid boxing in BinaryContext collections

2016-11-06 Thread Vladimir Ozerov (JIRA)

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

Vladimir Ozerov updated IGNITE-2233:

Fix Version/s: (was: 1.8)
   2.0

> Avoid boxing in BinaryContext collections
> -
>
> Key: IGNITE-2233
> URL: https://issues.apache.org/jira/browse/IGNITE-2233
> Project: Ignite
>  Issue Type: Task
>  Components: general
>Affects Versions: ignite-1.4
>Reporter: Vladimir Ozerov
>  Labels: performance
> Fix For: 2.0
>
>
> The following methods generate visible GC pressure due to constant boxing of 
> int keys:
> BinaryContext.descriptorForTypeId
> BinaryContext.userTypeIdMapper
> BinaryContext.schemaRegistry
> Possilbe solutions:
> 1) int -> Object maps (e.g. see Martin Thompson's Argona lib).
> 2) COW semantics instead of concurrent maps/sets as these collections are 
> updated only during warmup.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (IGNITE-2233) Avoid boxing in BinaryContext collections

2016-03-31 Thread Vladimir Ozerov (JIRA)

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

Vladimir Ozerov updated IGNITE-2233:

Fix Version/s: (was: 1.6)
   1.7

> Avoid boxing in BinaryContext collections
> -
>
> Key: IGNITE-2233
> URL: https://issues.apache.org/jira/browse/IGNITE-2233
> Project: Ignite
>  Issue Type: Task
>  Components: general
>Affects Versions: ignite-1.4
>Reporter: Vladimir Ozerov
>  Labels: performance
> Fix For: 1.7
>
>
> The following methods generate visible GC pressure due to constant boxing of 
> int keys:
> BinaryContext.descriptorForTypeId
> BinaryContext.userTypeIdMapper
> BinaryContext.schemaRegistry
> Possilbe solutions:
> 1) int -> Object maps (e.g. see Martin Thompson's Argona lib).
> 2) COW semantics instead of concurrent maps/sets as these collections are 
> updated only during warmup.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (IGNITE-2233) Avoid boxing in BinaryContext collections

2016-03-31 Thread Vladimir Ozerov (JIRA)

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

Vladimir Ozerov updated IGNITE-2233:

Labels: performance  (was: )

> Avoid boxing in BinaryContext collections
> -
>
> Key: IGNITE-2233
> URL: https://issues.apache.org/jira/browse/IGNITE-2233
> Project: Ignite
>  Issue Type: Sub-task
>  Components: general
>Affects Versions: ignite-1.4
>Reporter: Vladimir Ozerov
>  Labels: performance
> Fix For: 1.6
>
>
> The following methods generate visible GC pressure due to constant boxing of 
> int keys:
> BinaryContext.descriptorForTypeId
> BinaryContext.userTypeIdMapper
> BinaryContext.schemaRegistry
> Possilbe solutions:
> 1) int -> Object maps (e.g. see Martin Thompson's Argona lib).
> 2) COW semantics instead of concurrent maps/sets as these collections are 
> updated only during warmup.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (IGNITE-2233) Avoid boxing in BinaryContext collections

2016-03-31 Thread Vladimir Ozerov (JIRA)

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

Vladimir Ozerov updated IGNITE-2233:

Issue Type: Task  (was: Sub-task)
Parent: (was: IGNITE-2232)

> Avoid boxing in BinaryContext collections
> -
>
> Key: IGNITE-2233
> URL: https://issues.apache.org/jira/browse/IGNITE-2233
> Project: Ignite
>  Issue Type: Task
>  Components: general
>Affects Versions: ignite-1.4
>Reporter: Vladimir Ozerov
>  Labels: performance
> Fix For: 1.6
>
>
> The following methods generate visible GC pressure due to constant boxing of 
> int keys:
> BinaryContext.descriptorForTypeId
> BinaryContext.userTypeIdMapper
> BinaryContext.schemaRegistry
> Possilbe solutions:
> 1) int -> Object maps (e.g. see Martin Thompson's Argona lib).
> 2) COW semantics instead of concurrent maps/sets as these collections are 
> updated only during warmup.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (IGNITE-2233) Avoid boxing in BinaryContext collections

2016-01-26 Thread Vladimir Ozerov (JIRA)

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

Vladimir Ozerov updated IGNITE-2233:

Assignee: (was: Vladimir Ozerov)

> Avoid boxing in BinaryContext collections
> -
>
> Key: IGNITE-2233
> URL: https://issues.apache.org/jira/browse/IGNITE-2233
> Project: Ignite
>  Issue Type: Sub-task
>  Components: general
>Affects Versions: ignite-1.4
>Reporter: Vladimir Ozerov
> Fix For: 1.6
>
>
> The following methods generate visible GC pressure due to constant boxing of 
> int keys:
> BinaryContext.descriptorForTypeId
> BinaryContext.userTypeIdMapper
> BinaryContext.schemaRegistry
> Possilbe solutions:
> 1) int -> Object maps (e.g. see Martin Thompson's Argona lib).
> 2) COW semantics instead of concurrent maps/sets as these collections are 
> updated only during warmup.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)