cfedersp commented on PR #19861:
URL: https://github.com/apache/flink/pull/19861#issuecomment-1258459137

   Theres also a factual error on this page where it states:
   The EmbeddedRocksDBStateBackend holds in-flight data in a RocksDB database 
that is (per default) stored in the TaskManager local data directories.
   
   With minimal RocksDB config:
   `env.setStateBackend(new EmbeddedRocksDBStateBackend());
   env.getCheckpointConfig().setCheckpointStorage("file:///var/data");`
   I find the data on the JobManager. 
   <img width="984" alt="Screen Shot 2022-09-26 at 11 34 44 AM" 
src="https://user-images.githubusercontent.com/284126/192354886-091dc2ed-6caa-49f1-84c5-675f56767d97.png";>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to