[jira] [Updated] (CASSANDRA-18841) InstanceClassLoader leak in 5.0/trunk

2023-09-15 Thread Jon Meredith (Jira)


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

Jon Meredith updated CASSANDRA-18841:
-
  Fix Version/s: 4.1.4
 5.0-alpha2
 5.1
 (was: 5.x)
 (was: 5.0.x)
  Since Version: 4.1-alpha1
Source Control Link: 
https://github.com/apache/cassandra/commit/8bfe0e5878c64ed25591aae50643187bc8ab7241
 Resolution: Fixed
 Status: Resolved  (was: Ready to Commit)

> InstanceClassLoader leak in 5.0/trunk
> -
>
> Key: CASSANDRA-18841
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18841
> Project: Cassandra
>  Issue Type: Bug
>  Components: Test/dtest/java
>Reporter: Doug Rohrer
>Assignee: Doug Rohrer
>Priority: Normal
> Fix For: 4.1.4, 5.0-alpha2, 5.1
>
> Attachments: trunk_ThreadLocal_leak.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Something in the 5.0/trunk branches has caused an in-jvm dtest 
> InstanceClassLoader leak - it appears to have something to do with the Mutual 
> TLS Authenticator (f078c02cb58bddd735490b07548f7352f0eb09aa) but nothing in 
> that commit, so far, has stood out as causing issues.
> The culprit class appears to be 
> {{io.netty.util.internal.InternalThreadLocalMap}}, which seems to no be 
> removed when the threads stops for some reason.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-18841) InstanceClassLoader leak in 5.0/trunk

2023-09-15 Thread Jon Meredith (Jira)


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

Jon Meredith updated CASSANDRA-18841:
-
Status: Ready to Commit  (was: Review In Progress)

> InstanceClassLoader leak in 5.0/trunk
> -
>
> Key: CASSANDRA-18841
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18841
> Project: Cassandra
>  Issue Type: Bug
>  Components: Test/dtest/java
>Reporter: Doug Rohrer
>Assignee: Doug Rohrer
>Priority: Normal
> Fix For: 5.0.x, 5.x
>
> Attachments: trunk_ThreadLocal_leak.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Something in the 5.0/trunk branches has caused an in-jvm dtest 
> InstanceClassLoader leak - it appears to have something to do with the Mutual 
> TLS Authenticator (f078c02cb58bddd735490b07548f7352f0eb09aa) but nothing in 
> that commit, so far, has stood out as causing issues.
> The culprit class appears to be 
> {{io.netty.util.internal.InternalThreadLocalMap}}, which seems to no be 
> removed when the threads stops for some reason.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-18841) InstanceClassLoader leak in 5.0/trunk

2023-09-14 Thread Jon Meredith (Jira)


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

Jon Meredith updated CASSANDRA-18841:
-
Reviewers: Francisco Guerrero, Jon Meredith  (was: Francisco Guerrero)

> InstanceClassLoader leak in 5.0/trunk
> -
>
> Key: CASSANDRA-18841
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18841
> Project: Cassandra
>  Issue Type: Bug
>  Components: Test/dtest/java
>Reporter: Doug Rohrer
>Assignee: Doug Rohrer
>Priority: Normal
> Fix For: 5.0.x, 5.x
>
> Attachments: trunk_ThreadLocal_leak.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Something in the 5.0/trunk branches has caused an in-jvm dtest 
> InstanceClassLoader leak - it appears to have something to do with the Mutual 
> TLS Authenticator (f078c02cb58bddd735490b07548f7352f0eb09aa) but nothing in 
> that commit, so far, has stood out as causing issues.
> The culprit class appears to be 
> {{io.netty.util.internal.InternalThreadLocalMap}}, which seems to no be 
> removed when the threads stops for some reason.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-18841) InstanceClassLoader leak in 5.0/trunk

2023-09-14 Thread Doug Rohrer (Jira)


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

Doug Rohrer updated CASSANDRA-18841:

Attachment: trunk_ThreadLocal_leak.patch

> InstanceClassLoader leak in 5.0/trunk
> -
>
> Key: CASSANDRA-18841
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18841
> Project: Cassandra
>  Issue Type: Bug
>  Components: Test/dtest/java
>Reporter: Doug Rohrer
>Assignee: Doug Rohrer
>Priority: Normal
> Fix For: 5.0.x, 5.x
>
> Attachments: trunk_ThreadLocal_leak.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Something in the 5.0/trunk branches has caused an in-jvm dtest 
> InstanceClassLoader leak - it appears to have something to do with the Mutual 
> TLS Authenticator (f078c02cb58bddd735490b07548f7352f0eb09aa) but nothing in 
> that commit, so far, has stood out as causing issues.
> The culprit class appears to be 
> {{io.netty.util.internal.InternalThreadLocalMap}}, which seems to no be 
> removed when the threads stops for some reason.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-18841) InstanceClassLoader leak in 5.0/trunk

2023-09-14 Thread Doug Rohrer (Jira)


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

Doug Rohrer updated CASSANDRA-18841:

Attachment: (was: trunk_ThreadLocal_leak.patch)

> InstanceClassLoader leak in 5.0/trunk
> -
>
> Key: CASSANDRA-18841
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18841
> Project: Cassandra
>  Issue Type: Bug
>  Components: Test/dtest/java
>Reporter: Doug Rohrer
>Assignee: Doug Rohrer
>Priority: Normal
> Fix For: 5.0.x, 5.x
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Something in the 5.0/trunk branches has caused an in-jvm dtest 
> InstanceClassLoader leak - it appears to have something to do with the Mutual 
> TLS Authenticator (f078c02cb58bddd735490b07548f7352f0eb09aa) but nothing in 
> that commit, so far, has stood out as causing issues.
> The culprit class appears to be 
> {{io.netty.util.internal.InternalThreadLocalMap}}, which seems to no be 
> removed when the threads stops for some reason.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-18841) InstanceClassLoader leak in 5.0/trunk

2023-09-14 Thread Doug Rohrer (Jira)


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

Doug Rohrer updated CASSANDRA-18841:

Attachment: (was: trunk_ThreadLocal_leak.patch)

> InstanceClassLoader leak in 5.0/trunk
> -
>
> Key: CASSANDRA-18841
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18841
> Project: Cassandra
>  Issue Type: Bug
>  Components: Test/dtest/java
>Reporter: Doug Rohrer
>Assignee: Doug Rohrer
>Priority: Normal
> Fix For: 5.0.x, 5.x
>
> Attachments: trunk_ThreadLocal_leak.patch
>
>
> Something in the 5.0/trunk branches has caused an in-jvm dtest 
> InstanceClassLoader leak - it appears to have something to do with the Mutual 
> TLS Authenticator (f078c02cb58bddd735490b07548f7352f0eb09aa) but nothing in 
> that commit, so far, has stood out as causing issues.
> The culprit class appears to be 
> {{io.netty.util.internal.InternalThreadLocalMap}}, which seems to no be 
> removed when the threads stops for some reason.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-18841) InstanceClassLoader leak in 5.0/trunk

2023-09-14 Thread Doug Rohrer (Jira)


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

Doug Rohrer updated CASSANDRA-18841:

Attachment: trunk_ThreadLocal_leak.patch

> InstanceClassLoader leak in 5.0/trunk
> -
>
> Key: CASSANDRA-18841
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18841
> Project: Cassandra
>  Issue Type: Bug
>  Components: Test/dtest/java
>Reporter: Doug Rohrer
>Assignee: Doug Rohrer
>Priority: Normal
> Fix For: 5.0.x, 5.x
>
> Attachments: trunk_ThreadLocal_leak.patch
>
>
> Something in the 5.0/trunk branches has caused an in-jvm dtest 
> InstanceClassLoader leak - it appears to have something to do with the Mutual 
> TLS Authenticator (f078c02cb58bddd735490b07548f7352f0eb09aa) but nothing in 
> that commit, so far, has stood out as causing issues.
> The culprit class appears to be 
> {{io.netty.util.internal.InternalThreadLocalMap}}, which seems to no be 
> removed when the threads stops for some reason.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-18841) InstanceClassLoader leak in 5.0/trunk

2023-09-14 Thread Doug Rohrer (Jira)


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

Doug Rohrer updated CASSANDRA-18841:

Attachment: trunk_ThreadLocal_leak.patch

> InstanceClassLoader leak in 5.0/trunk
> -
>
> Key: CASSANDRA-18841
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18841
> Project: Cassandra
>  Issue Type: Bug
>  Components: Test/dtest/java
>Reporter: Doug Rohrer
>Assignee: Doug Rohrer
>Priority: Normal
> Fix For: 5.0.x, 5.x
>
> Attachments: trunk_ThreadLocal_leak.patch
>
>
> Something in the 5.0/trunk branches has caused an in-jvm dtest 
> InstanceClassLoader leak - it appears to have something to do with the Mutual 
> TLS Authenticator (f078c02cb58bddd735490b07548f7352f0eb09aa) but nothing in 
> that commit, so far, has stood out as causing issues.
> The culprit class appears to be 
> {{io.netty.util.internal.InternalThreadLocalMap}}, which seems to no be 
> removed when the threads stops for some reason.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-18841) InstanceClassLoader leak in 5.0/trunk

2023-09-14 Thread Doug Rohrer (Jira)


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

Doug Rohrer updated CASSANDRA-18841:

Attachment: (was: trunk_ThreadLocal_leak.patch)

> InstanceClassLoader leak in 5.0/trunk
> -
>
> Key: CASSANDRA-18841
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18841
> Project: Cassandra
>  Issue Type: Bug
>  Components: Test/dtest/java
>Reporter: Doug Rohrer
>Assignee: Doug Rohrer
>Priority: Normal
> Fix For: 5.0.x, 5.x
>
> Attachments: trunk_ThreadLocal_leak.patch
>
>
> Something in the 5.0/trunk branches has caused an in-jvm dtest 
> InstanceClassLoader leak - it appears to have something to do with the Mutual 
> TLS Authenticator (f078c02cb58bddd735490b07548f7352f0eb09aa) but nothing in 
> that commit, so far, has stood out as causing issues.
> The culprit class appears to be 
> {{io.netty.util.internal.InternalThreadLocalMap}}, which seems to no be 
> removed when the threads stops for some reason.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-18841) InstanceClassLoader leak in 5.0/trunk

2023-09-13 Thread Francisco Guerrero (Jira)


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

Francisco Guerrero updated CASSANDRA-18841:
---
Reviewers: Francisco Guerrero, Francisco Guerrero
   Francisco Guerrero, Francisco Guerrero  (was: Francisco Guerrero)
   Status: Review In Progress  (was: Patch Available)

> InstanceClassLoader leak in 5.0/trunk
> -
>
> Key: CASSANDRA-18841
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18841
> Project: Cassandra
>  Issue Type: Bug
>  Components: Test/dtest/java
>Reporter: Doug Rohrer
>Assignee: Doug Rohrer
>Priority: Normal
> Fix For: 5.0.x, 5.x
>
> Attachments: trunk_ThreadLocal_leak.patch
>
>
> Something in the 5.0/trunk branches has caused an in-jvm dtest 
> InstanceClassLoader leak - it appears to have something to do with the Mutual 
> TLS Authenticator (f078c02cb58bddd735490b07548f7352f0eb09aa) but nothing in 
> that commit, so far, has stood out as causing issues.
> The culprit class appears to be 
> {{io.netty.util.internal.InternalThreadLocalMap}}, which seems to no be 
> removed when the threads stops for some reason.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-18841) InstanceClassLoader leak in 5.0/trunk

2023-09-13 Thread Doug Rohrer (Jira)


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

Doug Rohrer updated CASSANDRA-18841:

Test and Documentation Plan: 
Run {{ResourceLeakTest#looperTest}} after increasing the number of loops to 100 
- without the patch, this will fail on 5.0 and trunk long before you get to 100 
iterations.

With the patch, it should reach 100.
 Status: Patch Available  (was: Open)

Note I believe this patch should _also_ be applied to 4.1 as the same bug is 
there, it just hasn't been hit because the code that is called in 
{{postStartup}} today doesn't tickle the particular issue (it requires hitting 
something that uses {{ThreadLocal}}s.

> InstanceClassLoader leak in 5.0/trunk
> -
>
> Key: CASSANDRA-18841
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18841
> Project: Cassandra
>  Issue Type: Bug
>  Components: Test/dtest/java
>Reporter: Doug Rohrer
>Assignee: Doug Rohrer
>Priority: Normal
> Fix For: 5.0.x, 5.x
>
>
> Something in the 5.0/trunk branches has caused an in-jvm dtest 
> InstanceClassLoader leak - it appears to have something to do with the Mutual 
> TLS Authenticator (f078c02cb58bddd735490b07548f7352f0eb09aa) but nothing in 
> that commit, so far, has stood out as causing issues.
> The culprit class appears to be 
> {{io.netty.util.internal.InternalThreadLocalMap}}, which seems to no be 
> removed when the threads stops for some reason.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-18841) InstanceClassLoader leak in 5.0/trunk

2023-09-13 Thread Doug Rohrer (Jira)


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

Doug Rohrer updated CASSANDRA-18841:

Attachment: trunk_ThreadLocal_leak.patch

> InstanceClassLoader leak in 5.0/trunk
> -
>
> Key: CASSANDRA-18841
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18841
> Project: Cassandra
>  Issue Type: Bug
>  Components: Test/dtest/java
>Reporter: Doug Rohrer
>Assignee: Doug Rohrer
>Priority: Normal
> Fix For: 5.0.x, 5.x
>
> Attachments: trunk_ThreadLocal_leak.patch
>
>
> Something in the 5.0/trunk branches has caused an in-jvm dtest 
> InstanceClassLoader leak - it appears to have something to do with the Mutual 
> TLS Authenticator (f078c02cb58bddd735490b07548f7352f0eb09aa) but nothing in 
> that commit, so far, has stood out as causing issues.
> The culprit class appears to be 
> {{io.netty.util.internal.InternalThreadLocalMap}}, which seems to no be 
> removed when the threads stops for some reason.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-18841) InstanceClassLoader leak in 5.0/trunk

2023-09-12 Thread Brandon Williams (Jira)


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

Brandon Williams updated CASSANDRA-18841:
-
 Bug Category: Parent values: Degradation(12984)Level 1 values: Resource 
Management(12995)
   Complexity: Normal
Discovered By: User Report
Fix Version/s: 5.0.x
   5.x
 Severity: Normal
   Status: Open  (was: Triage Needed)

> InstanceClassLoader leak in 5.0/trunk
> -
>
> Key: CASSANDRA-18841
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18841
> Project: Cassandra
>  Issue Type: Bug
>  Components: Test/dtest/java
>Reporter: Doug Rohrer
>Assignee: Doug Rohrer
>Priority: Normal
> Fix For: 5.0.x, 5.x
>
>
> Something in the 5.0/trunk branches has caused an in-jvm dtest 
> InstanceClassLoader leak - it appears to have something to do with the Mutual 
> TLS Authenticator (f078c02cb58bddd735490b07548f7352f0eb09aa) but nothing in 
> that commit, so far, has stood out as causing issues.
> The culprit class appears to be 
> {{io.netty.util.internal.InternalThreadLocalMap}}, which seems to no be 
> removed when the threads stops for some reason.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org