Constant write stall warning with RocksDB state backend
Posted by
Kien Truong on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Constant-write-stall-warning-with-RocksDB-state-backend-tp14623.html
Hi,
With the setting SPINNING_DISK_OPTIMIZED_HIGH_MEM, I'm having a lot of warning from RocksDB:
Stalling writes because we have 3 immutable memtables (waiting for flush), max_write_buffer_number is set to 4 rate 16777216
Increasing max_write_buffer_number causes the message to go away, but I want to ask if there are any downside to it?
Best regards,
Kien Truong