Re: S3 Timeout waiting for connection from pool

2024-11-28 Thread William Wallace
hi, In order to to solve this you would either need to: - compile from source code (as you mentioned), Flink 1.18.2 is not yet released - change `state.storage.fs.memory-threshold` (could work as a temporary fix in your case until 1.18.2 is released) ``` # The minimum size of state data files. # Al

Re: S3 Timeout waiting for connection from pool

2024-11-27 Thread 王业楼
I saw the related fix commit on github, but now I want to use the 1.18 fixed version, where should I find it? I see that the 1.18 version provided by the official website is still in 2023, or can I only compile from the source code?在 2024年11月27日,17:56,William Wallace 写道:hi, It seems similar to is