Re: Flink SQL on Docker

2022-11-01 Thread Tristan Culp via user
Hi, sorry about the late response. Currently the sql client queries connect to a Kafka topic to read events, so I don't think it'll be reproducible. I'm using Flink 1.15, and running it in a Docker image on Mac OS with M1 chip. I also noticed that multiple queries in a sql client session continue

Re: Flink SQL on Docker

2022-10-24 Thread Shengkai Fang
Hi. Could you share the query you use in the tests and let us reproduce this problem offline? It's better you can provide us with more infos: - the Flink version you use - the logs in the sql-client and jm - It's better you can dump the memory to detect which uses the memory Best, Shengkai Trist

Flink SQL on Docker

2022-10-24 Thread Tristan Culp via user
Hello all, I've been working with the Flink SQL Client lately, and have been trying to use it on a Docker image. I've noticed that when it runs on an image, however, it performs much slower and after 1 or 2 sql queries, stops working altogether, leading me to have to restart the SQL client. I've n