Package com.linkedin.venice.cleaner


package com.linkedin.venice.cleaner
  • Class
    Description
    This class is used to periodically scan inactive store versions and perform optimization if the inactive period of some store version meets the pre-configured threshold, this class will trigger the database reopen action to unload unnecessary RAM usage, which was built up when there were active reads coming.
    LeakedResourceCleaner is a background thread which wakes up regularly to release leaked resources from local disk.
    This interface defines the API to track the read usage per resource.