Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Correctness
-
Normal
-
Low Hanging Fruit
-
User Report
-
All
-
None
-
Description
This is a continuation of CASSANDRA-17638 where we fixed leaks introduced during development of 4.1 to ensure no regressions.
This ticket is to fix a few leakages which are there since previous major versions, not 4.1 regressions.
setRepairSessionMaxTreeDepth(exists since 3.0) and setRepairSessionSpaceInMegabytes(since 4.0)
in the DatabaseDescriptor.
checkValidForByteConversion and validateMaxConcurrentAutoUpgradeTasksConf (both since 4.0)
are used in both setters and on startup. They shouldn't throw ConfigurationException in the setters.
There might be more but those are at least a few obvious I found in the DatabaseDescriptor.
CC dcapwell
Attachments
Attachments
Issue Links
- relates to
-
CASSANDRA-17638 Clients using JMX are unable to handle non-standard java types but we leak this into our Exceptions
- Resolved