Can anyone tell me how to see pinot server metrics...
# troubleshooting
a
Can anyone tell me how to see pinot server metrics(either via some api or jmx) and how to set lead controller for retention job?
Retention job will kick off automatically as long as you set retentions in table config
a
we have mentioned that in the settings but for it to run table should have lead controller assigned to them as all periodic jobs runs on lead controller
In class doc for rententionManager in pinot, the same is mentioned in comments
Copy code
/**
 * The <code>RetentionManager</code> class manages retention for all segments and delete expired segments.
 * <p>It is scheduled to run only on leader controller.
 */
n
That will also happen automatically. You don't need to set anything else other than retention in table