Re: The configured managed memory fraction for Python worker process must be within (0, 1], was: %s

2022-06-17 Thread Dian Fu
Hi John, A simple workaround is by setting configuration option `python.fn-execution.memory.managed` as `false`. Regards, Dian On Fri, Jun 17, 2022 at 6:50 PM John Tipper wrote: > Thanks Dian - I’m restricted to 1.13 for the moment because this is > running inside AWS Kinesis. Is there a way t

来自杨柳的邮件

2022-06-17 Thread 杨柳

Re: The configured managed memory fraction for Python worker process must be within (0, 1], was: %s

2022-06-17 Thread John Tipper
Thanks Dian - I’m restricted to 1.13 for the moment because this is running inside AWS Kinesis. Is there a way to manually bypass that issue? J Sent from my iPhone On 17 Jun 2022, at 04:59, Dian Fu wrote:  >> This error generally occurs in jobs where there are transfers between Table >> and

Re: Sporadic issues with savepoint status lookup in Flink 1.15

2022-06-17 Thread Chesnay Schepler
We did several changes to the savepoint rest API backend, where something may have snuck in. The odd thing is that you only see the issue for stop-with-savepoint, which are internally handled the same way as savepoints. On 16/06/2022 17:57, Peter Westermann wrote: We run a standalone Flink cl