Re: Bloom Filter for Rocksdb

2023-10-20 Thread Kartoglu, Emre
I don’t know much about the performance improvements that may come from using bloom filters, but I believe you can also improve RocksDB performance by increasing managed memory https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/config/#taskmanager-memory-managed-fraction

Re: Maven plugin to detect issues in Flink projects

2023-09-19 Thread Kartoglu, Emre
Yes it would be used by app developers who are developing a Flink application. From: liu ron Date: Tuesday, 19 September 2023 at 03:04 To: "Kartoglu, Emre" , "user@flink.apache.org" Subject: RE: [EXTERNAL] Maven plugin to detect issues in Flink projects CAUTION: This e

Re: Maven plugin to detect issues in Flink projects

2023-09-18 Thread Kartoglu, Emre
ely though, I don't really see what type of compatibility issues it's trying to solve, can you explain in a bit more detail? Is it solving compatibility issues within the Flink project itself, or compatibility issues with the Flink code that the user app depends on? Best, Ron Kartoglu, Emre

Maven plugin to detect issues in Flink projects

2023-09-15 Thread Kartoglu, Emre
Hello Flink users, We recently released a Maven plugin that detects known Flink issues at packaging/compile time: https://github.com/awslabs/static-checker-flink Its scope is currently limited to finding known connector incompatibility issues. Some future ideas: * Check for other