You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make backup/snapshot status manager store additional details like meta file location.
Ensure it can save last 60 snapshot days.
Allow bindable values on how to save snapshot status in file/datastore. Default implementation stores in a file on the local instance.
Non-backward compatible. The previous backup file gets overwritten with new values(null) during the upgrade process.
By default flush scheduler type is HOUR (backward compatible). If the flush interval is not set, the flush task is considered OFF. Similar behavior for CRON.
Resource leak (Too many open files) while calling CassandraMonitor.
Note: JVM GC should clean the file descriptors, but there could be a situation where JVM GC is not able to keep up.