slbotbm commented on code in PR #3729:
URL: https://github.com/apache/iggy/pull/3729#discussion_r3632922227


##########
core/integration/tests/connectors/fixtures/elasticsearch/container.rs:
##########


Review Comment:
   start() force-removes the shared container after any try_start() error, not 
only after confirming it is wedged. Transient health, port-inspection, or 
Docker errors can therefore remove an Elasticsearch container still used by 
another process. The fixed name limits which container is removed but does not 
provide ownership or concurrency safety. Could this recovery path verify the 
container is unhealthy and coordinate removal with a cross-process lock before 
running docker rm -f?



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