morningman opened a new pull request #1334: Modify the max keep time of historical alter jobs. URL: https://github.com/apache/incubator-doris/pull/1334 Currently, historical alter jobs will keep for a while before being removed. And this time is configured by label_keep_max_second. Which is also used for Load jobs. But to avoid too many historical load jobs being kept in memory, 'label_keep_max_second' always set to a short time, causing alter jobs to be removed vary soon. Add a new FE config 'history_job_keep_max_second' to configure the keep time of alter jobs. Default is 7 days.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
