[jira] [Updated] (IGNITE-16161) Memory leak in BaseQueryContext

2022-02-18 Thread Konstantin Orlov (Jira)


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

Konstantin Orlov updated IGNITE-16161:
--
Labels: ignite-3  (was: calcite3-required ignite-3)

> Memory leak in BaseQueryContext
> ---
>
> Key: IGNITE-16161
> URL: https://issues.apache.org/jira/browse/IGNITE-16161
> Project: Ignite
>  Issue Type: Bug
>  Components: sql
>Affects Versions: 3.0.0-alpha3
>Reporter: Vyacheslav Koptilin
>Assignee: Andrey Mashenkov
>Priority: Blocker
>  Labels: ignite-3
> Fix For: 3.0.0-alpha4
>
> Attachments: image-2021-12-20-14-37-02-163.png, image.png
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> BaseQueryContext contains a number of static fields that are used in order to 
> store references to internal classes. For example, BaseQueryContext.CLUSTER 
> which indirectly refers to ignite tables (TableImpl instances). 
> Unfortunately, these references are not cleared even though the corresponding 
> ignite node is stopped.
> The following trace based on a heap dump illustrates the issue:
>  !image-2021-12-20-14-37-02-163.png! 
> This issue can be partially mitigated by clearing ring buffers in 
> StripedDisruptor, but the right way to fix the issue is a proper approach to 
> handle static collections in BaseQueryContext.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16161) Memory leak in BaseQueryContext

2022-02-07 Thread Aleksey Plekhanov (Jira)


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

Aleksey Plekhanov updated IGNITE-16161:
---
Labels: calcite3-required ignite-3  (was: calcite2-required 
calcite3-required ignite-3)

> Memory leak in BaseQueryContext
> ---
>
> Key: IGNITE-16161
> URL: https://issues.apache.org/jira/browse/IGNITE-16161
> Project: Ignite
>  Issue Type: Bug
>  Components: sql
>Affects Versions: 3.0.0-alpha3
>Reporter: Vyacheslav Koptilin
>Assignee: Andrey Mashenkov
>Priority: Blocker
>  Labels: calcite3-required, ignite-3
> Fix For: 3.0.0-alpha4
>
> Attachments: image-2021-12-20-14-37-02-163.png, image.png
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> BaseQueryContext contains a number of static fields that are used in order to 
> store references to internal classes. For example, BaseQueryContext.CLUSTER 
> which indirectly refers to ignite tables (TableImpl instances). 
> Unfortunately, these references are not cleared even though the corresponding 
> ignite node is stopped.
> The following trace based on a heap dump illustrates the issue:
>  !image-2021-12-20-14-37-02-163.png! 
> This issue can be partially mitigated by clearing ring buffers in 
> StripedDisruptor, but the right way to fix the issue is a proper approach to 
> handle static collections in BaseQueryContext.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16161) Memory leak in BaseQueryContext

2022-01-21 Thread Valentin Kulichenko (Jira)


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

Valentin Kulichenko updated IGNITE-16161:
-
Fix Version/s: 3.0.0-alpha4
   (was: 3.0.0-alpha5)

> Memory leak in BaseQueryContext
> ---
>
> Key: IGNITE-16161
> URL: https://issues.apache.org/jira/browse/IGNITE-16161
> Project: Ignite
>  Issue Type: Bug
>  Components: sql
>Affects Versions: 3.0.0-alpha3
>Reporter: Vyacheslav Koptilin
>Assignee: Andrey Mashenkov
>Priority: Blocker
>  Labels: calcite2-required, calcite3-required, ignite-3
> Fix For: 3.0.0-alpha4
>
> Attachments: image-2021-12-20-14-37-02-163.png, image.png
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> BaseQueryContext contains a number of static fields that are used in order to 
> store references to internal classes. For example, BaseQueryContext.CLUSTER 
> which indirectly refers to ignite tables (TableImpl instances). 
> Unfortunately, these references are not cleared even though the corresponding 
> ignite node is stopped.
> The following trace based on a heap dump illustrates the issue:
>  !image-2021-12-20-14-37-02-163.png! 
> This issue can be partially mitigated by clearing ring buffers in 
> StripedDisruptor, but the right way to fix the issue is a proper approach to 
> handle static collections in BaseQueryContext.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16161) Memory leak in BaseQueryContext

2022-01-21 Thread Andrey Mashenkov (Jira)


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

Andrey Mashenkov updated IGNITE-16161:
--
Fix Version/s: 3.0.0-alpha5

> Memory leak in BaseQueryContext
> ---
>
> Key: IGNITE-16161
> URL: https://issues.apache.org/jira/browse/IGNITE-16161
> Project: Ignite
>  Issue Type: Bug
>  Components: sql
>Affects Versions: 3.0.0-alpha3
>Reporter: Vyacheslav Koptilin
>Assignee: Andrey Mashenkov
>Priority: Blocker
>  Labels: calcite2-required, calcite3-required, ignite-3
> Fix For: 3.0.0-alpha5
>
> Attachments: image-2021-12-20-14-37-02-163.png, image.png
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> BaseQueryContext contains a number of static fields that are used in order to 
> store references to internal classes. For example, BaseQueryContext.CLUSTER 
> which indirectly refers to ignite tables (TableImpl instances). 
> Unfortunately, these references are not cleared even though the corresponding 
> ignite node is stopped.
> The following trace based on a heap dump illustrates the issue:
>  !image-2021-12-20-14-37-02-163.png! 
> This issue can be partially mitigated by clearing ring buffers in 
> StripedDisruptor, but the right way to fix the issue is a proper approach to 
> handle static collections in BaseQueryContext.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16161) Memory leak in BaseQueryContext

2022-01-17 Thread Yury Gerzhedovich (Jira)


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

Yury Gerzhedovich updated IGNITE-16161:
---
Labels: calcite2-required calcite3-required ignite-3  (was: ignite-3)

> Memory leak in BaseQueryContext
> ---
>
> Key: IGNITE-16161
> URL: https://issues.apache.org/jira/browse/IGNITE-16161
> Project: Ignite
>  Issue Type: Bug
>  Components: sql
>Affects Versions: 3.0.0-alpha3
>Reporter: Vyacheslav Koptilin
>Assignee: Andrey Mashenkov
>Priority: Blocker
>  Labels: calcite2-required, calcite3-required, ignite-3
> Attachments: image-2021-12-20-14-37-02-163.png, image.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> BaseQueryContext contains a number of static fields that are used in order to 
> store references to internal classes. For example, BaseQueryContext.CLUSTER 
> which indirectly refers to ignite tables (TableImpl instances). 
> Unfortunately, these references are not cleared even though the corresponding 
> ignite node is stopped.
> The following trace based on a heap dump illustrates the issue:
>  !image-2021-12-20-14-37-02-163.png! 
> This issue can be partially mitigated by clearing ring buffers in 
> StripedDisruptor, but the right way to fix the issue is a proper approach to 
> handle static collections in BaseQueryContext.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16161) Memory leak in BaseQueryContext

2021-12-27 Thread Konstantin Orlov (Jira)


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

Konstantin Orlov updated IGNITE-16161:
--
Attachment: image.png

> Memory leak in BaseQueryContext
> ---
>
> Key: IGNITE-16161
> URL: https://issues.apache.org/jira/browse/IGNITE-16161
> Project: Ignite
>  Issue Type: Bug
>  Components: sql
>Affects Versions: 3.0.0-alpha3
>Reporter: Vyacheslav Koptilin
>Assignee: Konstantin Orlov
>Priority: Blocker
>  Labels: ignite-3
> Attachments: image-2021-12-20-14-37-02-163.png, image.png
>
>
> BaseQueryContext contains a number of static fields that are used in order to 
> store references to internal classes. For example, BaseQueryContext.CLUSTER 
> which indirectly refers to ignite tables (TableImpl instances). 
> Unfortunately, these references are not cleared even though the corresponding 
> ignite node is stopped.
> The following trace based on a heap dump illustrates the issue:
>  !image-2021-12-20-14-37-02-163.png! 
> This issue can be partially mitigated by clearing ring buffers in 
> StripedDisruptor, but the right way to fix the issue is a proper approach to 
> handle static collections in BaseQueryContext.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16161) Memory leak in BaseQueryContext

2021-12-26 Thread Konstantin Orlov (Jira)


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

Konstantin Orlov updated IGNITE-16161:
--
Component/s: sql

> Memory leak in BaseQueryContext
> ---
>
> Key: IGNITE-16161
> URL: https://issues.apache.org/jira/browse/IGNITE-16161
> Project: Ignite
>  Issue Type: Bug
>  Components: sql
>Affects Versions: 3.0.0-alpha3
>Reporter: Vyacheslav Koptilin
>Priority: Blocker
>  Labels: ignite-3
> Attachments: image-2021-12-20-14-37-02-163.png
>
>
> BaseQueryContext contains a number of static fields that are used in order to 
> store references to internal classes. For example, BaseQueryContext.CLUSTER 
> which indirectly refers to ignite tables (TableImpl instances). 
> Unfortunately, these references are not cleared even though the corresponding 
> ignite node is stopped.
> The following trace based on a heap dump illustrates the issue:
>  !image-2021-12-20-14-37-02-163.png! 
> This issue can be partially mitigated by clearing ring buffers in 
> StripedDisruptor, but the right way to fix the issue is a proper approach to 
> handle static collections in BaseQueryContext.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16161) Memory leak in BaseQueryContext

2021-12-22 Thread Vyacheslav Koptilin (Jira)


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

Vyacheslav Koptilin updated IGNITE-16161:
-
Priority: Blocker  (was: Critical)

> Memory leak in BaseQueryContext
> ---
>
> Key: IGNITE-16161
> URL: https://issues.apache.org/jira/browse/IGNITE-16161
> Project: Ignite
>  Issue Type: Bug
>Affects Versions: 3.0.0-alpha3
>Reporter: Vyacheslav Koptilin
>Priority: Blocker
>  Labels: ignite-3
> Attachments: image-2021-12-20-14-37-02-163.png
>
>
> BaseQueryContext contains a number of static fields that are used in order to 
> store references to internal classes. For example, BaseQueryContext.CLUSTER 
> which indirectly refers to ignite tables (TableImpl instances). 
> Unfortunately, these references are not cleared even though the corresponding 
> ignite node is stopped.
> The following trace based on a heap dump illustrates the issue:
>  !image-2021-12-20-14-37-02-163.png! 
> This issue can be partially mitigated by clearing ring buffers in 
> StripedDisruptor, but the right way to fix the issue is a proper approach to 
> handle static collections in BaseQueryContext.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16161) Memory leak in BaseQueryContext

2021-12-20 Thread Vyacheslav Koptilin (Jira)


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

Vyacheslav Koptilin updated IGNITE-16161:
-
Labels: ignite-3  (was: )

> Memory leak in BaseQueryContext
> ---
>
> Key: IGNITE-16161
> URL: https://issues.apache.org/jira/browse/IGNITE-16161
> Project: Ignite
>  Issue Type: Bug
>Affects Versions: 3.0.0-alpha3
>Reporter: Vyacheslav Koptilin
>Priority: Critical
>  Labels: ignite-3
> Attachments: image-2021-12-20-14-37-02-163.png
>
>
> BaseQueryContext contains a number of static fields that are used in order to 
> store references to internal classes. For example, BaseQueryContext.CLUSTER 
> which indirectly refers to ignite tables (TableImpl instances). 
> Unfortunately, these references are not cleared even though the corresponding 
> ignite node is stopped.
> The following trace based on a heap dump illustrates the issue:
>  !image-2021-12-20-14-37-02-163.png! 
> This issue can be partially mitigated by clearing ring buffers in 
> StripedDisruptor, but the right way to fix the issue is a proper approach to 
> handle static collections in BaseQueryContext.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)