Jzjsnow commented on PR #3555:
URL: https://github.com/apache/amoro/pull/3555#issuecomment-2943934033

   > I read that the implementation is to clean up expired table meta 
information before the table service is initialised. Is this a requirement to 
manually restart AMS when an exception is found?
   
   If an exception is thrown during the cleanup process, AMS will automatically 
restart repeatedly until it is manually stopped. This is due to the restart 
logic handled by AmoroServiceContainer.
   
   In the latest commit, I’ve made the cleanup logic configurable via the AMS 
configuration file. By default, the cleanup is disabled, and users can choose 
to enable it as needed.
   
   Feel free to check out the latest changes and let me know if you have 
further questions or suggestions!


-- 
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]

Reply via email to