Re: Restore rocksDB from savepoint exception

2025-02-05 Thread Bjarke Tornager
taskmanager.numberOfTaskSlots: "1" Best, Bjarke On Mon, Aug 19, 2024 at 1:18 PM Gabor Somogyi wrote: > Please see my comments inline. > > G > > > On Thu, Aug 8, 2024 at 3:41 PM Bjarke Tornager > wrote: > >> Hi Gabor, >> >> What kind of deve

Java 21 support and apache/flink docker images

2024-11-06 Thread Bjarke Tornager
Hi all, What is the status of Apache Flink Java 21 support and apache/flink images? I am currently using Java 17 in production but would like to update to Java 21 if possible. For the 1.19 release I can see that it was announced that Java 21 has beta support. However, it looks like the associated

Re: Restore rocksDB from savepoint exception

2024-08-23 Thread Bjarke Tornager
link > managed memory. > There are different ways to configure it but the recommended way is as a > percentage of total TM memory. > > Adding more ephemeral storage is an obvious k8s config. > > G > > > On Mon, Aug 19, 2024 at 4:21 PM Bjarke Tornager > wrote: > &g

Re: Restore rocksDB from savepoint exception

2024-08-19 Thread Bjarke Tornager
heckpoints.dir: abfss://@. dfs.core.windows.net/test/checkpointing state.savepoints.dir: abfss://@. dfs.core.windows.net/test/savepoints taskmanager.network.memory.buffer-debloat.enabled: "true" taskmanager.numberOfTaskSlots: "1" Best regards, Bjarke On Mon, Aug 19, 2024 at 1:18 PM Gabor Somo

Re: Restore rocksDB from savepoint exception

2024-08-08 Thread Bjarke Tornager
local > repro can be possible with debugger). > > [1] > https://nightlies.apache.org/flink/flink-docs-master/docs/libs/state_processor_api/ > > BR, > G > > > On Wed, Aug 7, 2024 at 9:46 PM Bjarke Tornager > wrote: > >> Hi, >> >> I am doing stat

Restore rocksDB from savepoint exception

2024-08-07 Thread Bjarke Tornager
Hi, I am doing stateful streaming (keyed coprocessing) using rocksDB. When my job restarts to adjust parallelism, and restores from savepoint, I quite often get the following error: 2024-08-07 19:43:09 java.lang.Exception: Exception while creating StreamOperatorStateContext. at org.apache.flink.s

Re: Flink 1.20.0 missing linux/amd64 images

2024-08-04 Thread Bjarke Tornager
lready in the > metadata file in flink-docker image repo, but it's not available in > official docker-hub repo. > > This is uploaded by docker official, I will reach out them asap. > > > Best regards, > > Weijie > > > Bjarke Tornager 于2024年8月2日周五 20:42写道:

Flink 1.20.0 missing linux/amd64 images

2024-08-02 Thread Bjarke Tornager
Hi, It looks like no Flink 1.20.0 linux/amd64 images are published on the official Flink Dockerhub repo, however the linux/arm64 images are available. Will you publish the images for linux/amd64 as well? Best regards, Bjarke Tornager