potiuk commented on issue #26104: URL: https://github.com/apache/airflow/issues/26104#issuecomment-1234610479
Ah I was too fast. I thin the problem is with some of your settings. Likely you do something else with the imaage or override LD_PRELOAD env variable. The problem you are mentioning should be solved (and I just checked that it is still solved) by having this variable defined: ``` LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libstdc++.so.6 ``` This is in order to workaround mysql cluent wrongly allocating memory (this is mysql problem not Airflow). You should leep that variable set in order to keep workaround, well, working. You can see more details here https://github.com/apache/airflow/issues/17546 If you are somehow overriding this variable you will trigger MySQL problem so you should keep it set. I guess you override it with your own version - so please double check that you have it set. If it still does not work for you, then you need to raise it to MySQL team not to airflow, I am afraid. Converting it into discussion. -- 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]
