tzulitai opened a new pull request #217:
URL: https://github.com/apache/flink-statefun/pull/217


   I discovered a mismatch in our modified `standalone-job.sh` script with the 
Flink 1.12.x latest changes, by noticing this line in the StateFun image 
startup logs:
   ```
   11:37:12,572 ERROR 
org.apache.flink.statefun.e2e.remote.ExactlyOnceWithRemoteFnE2E  - 
/opt/flink/bin/standalone-job.sh: line 43: parseJmJvmArgsAndExportLogs: command 
not found
   ```
   
   You'll be able to fine this line in any of the previous CI runs in the E2E 
logs.
   
   This was caused by FLINK-19662: 
https://issues.apache.org/jira/browse/FLINK-19662,
   which renamed `parseJmJvmArgsAndExportLogs` to `parseJmArgsAndExportLogs`.
   
   Apart from addressing that rename, this PR syncs the addition of 
`DYNAMIC_PARAMETERS`, also added by FLINK-19662.


-- 
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


Reply via email to