Re: NegativeArraySizeException trying to take a savepoint

2022-06-14 Thread Mike Barborak
, 2022 at 9:15 AM To: Martijn Visser , Mike Barborak Cc: user@flink.apache.org Subject: Re: NegativeArraySizeException trying to take a savepoint Hi Mike, I think the root cause is that the size of java bytes array still exceed VM limit. The exception message is not friendly and not covered by

Re: NegativeArraySizeException trying to take a savepoint

2022-06-14 Thread Yun Tang
/iterator.cc#L239-L245 Best Yun Tang From: Martijn Visser Sent: Monday, June 13, 2022 21:47 To: Mike Barborak Cc: user@flink.apache.org Subject: Re: NegativeArraySizeException trying to take a savepoint Hi Mike, It would be worthwhile to check if this still occurs

Re: NegativeArraySizeException trying to take a savepoint

2022-06-13 Thread Martijn Visser
Hi Mike, It would be worthwhile to check if this still occurs in Flink 1.14, since Flink bumped to a newer version of RocksDB in that version. Is that a possibility for you? Best regards, Martijn Op ma 13 jun. 2022 om 15:21 schreef Mike Barborak : > When trying to savepoint our job, we are get