healchow opened a new pull request, #12078:
URL: https://github.com/apache/inlong/pull/12078

   [INLONG-12077][CI] Make swapfile setup idempotent to avoid Text file busy 
failures
   
   Fixes #12077
   
   ### Motivation
   
   CI occasionally fails with `fallocate: fallocate failed: Text file busy` 
when `/swapfile` already exists or is active on the runner.
   
   ### Modifications
   
   Make the swapfile setup step idempotent. If `/swapfile` is already active, 
skip creation; if it exists but is inactive, recreate it before enabling swap.
   
   ### Verifying this change
   
   - [x] This change is a trivial rework/code cleanup without any test coverage.
   
   - [ ] This change is already covered by existing tests, such as:
   
   - [ ] This change added tests and can be verified as follows:
   
   ### Documentation
   
     - Does this pull request introduce a new feature? (no)
   


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