zentol opened a new pull request #15002: URL: https://github.com/apache/flink/pull/15002
Optimization of the build process where we only execute the git-commit-id-plugin once within flink-runtime. The properties from the plugin were used in 2 ways: 1) encoded into a properties file in flink-runtime, no change here 2) The commit id was used as the default value for the test randomization seed in the root pom. This was removed, but in practice the behavior should be identical because the default still relies on git or what commit flink-runtime was compiled with (`PseudoRandomValueSelector#getGlobalSeed`). ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org