[jira] [Updated] (CASSANDRA-17174) Harden resource management on SSTable components to prevent further leaks

2021-12-01 Thread Josh McKenzie (Jira)


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

Josh McKenzie updated CASSANDRA-17174:
--
  Fix Version/s: 4.1
 (was: 4.x)
Source Control Link: 
https://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=commit;h=8e28dc0ebac3d80db43acfe76cfb45c0cb17a5c8
 Resolution: Fixed
 Status: Resolved  (was: Ready to Commit)

> Harden resource management on SSTable components to prevent further leaks
> -
>
> Key: CASSANDRA-17174
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17174
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Local/SSTable
>Reporter: Josh McKenzie
>Assignee: Josh McKenzie
>Priority: Normal
> Fix For: 4.1
>
>
> We've seen resource leaks pop up w/histogram overflows repeatedly; the code 
> in {{BigTableWriter.openEarly()}} and {{BigTableWriter.openFinal()}} doesn't 
> appropriately catch and handle any exceptions during creation before things 
> are registered with a {{LifecycleTransaction}} so any errors there will leak.
> We should clean that up.



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

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



[jira] [Updated] (CASSANDRA-17174) Harden resource management on SSTable components to prevent further leaks

2021-12-01 Thread Josh McKenzie (Jira)


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

Josh McKenzie updated CASSANDRA-17174:
--
Status: Ready to Commit  (was: Review In Progress)

> Harden resource management on SSTable components to prevent further leaks
> -
>
> Key: CASSANDRA-17174
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17174
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Local/SSTable
>Reporter: Josh McKenzie
>Assignee: Josh McKenzie
>Priority: Normal
> Fix For: 4.x
>
>
> We've seen resource leaks pop up w/histogram overflows repeatedly; the code 
> in {{BigTableWriter.openEarly()}} and {{BigTableWriter.openFinal()}} doesn't 
> appropriately catch and handle any exceptions during creation before things 
> are registered with a {{LifecycleTransaction}} so any errors there will leak.
> We should clean that up.



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

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



[jira] [Updated] (CASSANDRA-17174) Harden resource management on SSTable components to prevent further leaks

2021-11-30 Thread Caleb Rackliffe (Jira)


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

Caleb Rackliffe updated CASSANDRA-17174:

Status: Review In Progress  (was: Patch Available)

> Harden resource management on SSTable components to prevent further leaks
> -
>
> Key: CASSANDRA-17174
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17174
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Local/SSTable
>Reporter: Josh McKenzie
>Assignee: Josh McKenzie
>Priority: Normal
> Fix For: 4.x
>
>
> We've seen resource leaks pop up w/histogram overflows repeatedly; the code 
> in {{BigTableWriter.openEarly()}} and {{BigTableWriter.openFinal()}} doesn't 
> appropriately catch and handle any exceptions during creation before things 
> are registered with a {{LifecycleTransaction}} so any errors there will leak.
> We should clean that up.



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

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



[jira] [Updated] (CASSANDRA-17174) Harden resource management on SSTable components to prevent further leaks

2021-11-29 Thread Josh McKenzie (Jira)


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

Josh McKenzie updated CASSANDRA-17174:
--
Test and Documentation Plan: No new testing or documentation called for.
 Status: Patch Available  (was: Open)

> Harden resource management on SSTable components to prevent further leaks
> -
>
> Key: CASSANDRA-17174
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17174
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Local/SSTable
>Reporter: Josh McKenzie
>Assignee: Josh McKenzie
>Priority: Normal
> Fix For: 4.x
>
>
> We've seen resource leaks pop up w/histogram overflows repeatedly; the code 
> in {{BigTableWriter.openEarly()}} and {{BigTableWriter.openFinal()}} doesn't 
> appropriately catch and handle any exceptions during creation before things 
> are registered with a {{LifecycleTransaction}} so any errors there will leak.
> We should clean that up.



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

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



[jira] [Updated] (CASSANDRA-17174) Harden resource management on SSTable components to prevent further leaks

2021-11-29 Thread Josh McKenzie (Jira)


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

Josh McKenzie updated CASSANDRA-17174:
--
Change Category: Operability
 Complexity: Low Hanging Fruit
  Fix Version/s: 4.x
  Reviewers: Caleb Rackliffe
 Status: Open  (was: Triage Needed)

> Harden resource management on SSTable components to prevent further leaks
> -
>
> Key: CASSANDRA-17174
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17174
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Local/SSTable
>Reporter: Josh McKenzie
>Assignee: Josh McKenzie
>Priority: Normal
> Fix For: 4.x
>
>
> We've seen resource leaks pop up w/histogram overflows repeatedly; the code 
> in {{BigTableWriter.openEarly()}} and {{BigTableWriter.openFinal()}} doesn't 
> appropriately catch and handle any exceptions during creation before things 
> are registered with a {{LifecycleTransaction}} so any errors there will leak.
> We should clean that up.



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

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