Guosmilesmile opened a new pull request, #12794:
URL: https://github.com/apache/iceberg/pull/12794

   In the following scenario, the performance of TableMaintenance may not meet 
expectations:
   
   1. The previous job stopped but left a lock that was not released.
   2. A new job starts directly instead of recovering from state (when there is 
an existing lock, but no state).
   3. TableMaintenance keeps failing to try to acquire the lock and cannot 
execute new tasks.
   
   This PR aims to release the lock when the job starts without state to avoid 
the issue of failing to acquire the lock indefinitely.


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to