gaborgsomogyi commented on PR #29265:
URL: https://github.com/apache/flink/pull/29265#issuecomment-5769704727

   Root-caused the `e2e_2_ci` crash from build 79323: `dynamic` OpenSSL linkage 
failed because CI's "Prepare E2E run" step still installs `libssl1.0.0`, stale 
since `flink-shaded-netty-tcnative-dynamic:2.0.81.Final-22.0` now needs 
`OPENSSL_3.2.0` (JobManager log: `libssl.so.3: version 'OPENSSL_3.2.0' not 
found`).
   
   Fixed in 4cdd143c574: fetch a newer libssl/libcrypto into a private dir, 
scope via `LD_LIBRARY_PATH` to just the e2e Flink processes, instead of 
replacing the system OpenSSL. Reproduced fail/pass with the real artifact in an 
isolated ubuntu:24.04 container.
   
   Also, 58d70b8dac4: `test_file_sink.sh` now always runs both `dynamic` and 
`static` linkage instead of randomly picking one, since that 50/50 choice is 
exactly why this sat unnoticed.
   


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