Hello, probably an issue related more to Docker th...
# troubleshooting
a
Hello, probably an issue related more to Docker than Flink, but try to share: i've a docker compose file where i'm mounting a local config.yaml file:
Copy code
volumes:                                                                                                                                                                                                     
      - ./jobmanager:/tmp                                                                                                                                                                                        
      - ./jobmanager-web:/opt/flink/flink-web                                                                                                                                                                    
      - ./conf/config.yaml:/opt/flink/conf/config.yaml <-this one
A couple of times, after a docker restart (or down/up cycle) the startup fails cause the local config.yaml is filled with something that looks like the log output from Flink itself... Opening the file it really contains about 20 rows from a log output and it's definetely lost, like the standard output was redirect to the file. I know it sounds weird, but happens a couple of time.