XBaith commented on issue #3136: URL: https://github.com/apache/amoro/issues/3136#issuecomment-2316842107
``` UPDATE amoro.`table_optimizing_process` SET `status` = 'CLOSED' WHERE `status` ='RUNNING'; UPDATE amoro.`table_runtime` SET `optimizing_status` = 'IDLE' WHERE optimizing_status != 'IDLE'; ``` Run the following SQL to initalize AMS status, and restart AMS -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
