Re: [PR] [ISSUES-3627] doSetFlinkConf and doSetVersion are changed in sequence [incubator-streampark]

2024-03-27 Thread via GitHub


wolfboys merged PR #3636:
URL: https://github.com/apache/incubator-streampark/pull/3636


-- 
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...@streampark.apache.org

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



Re: [PR] [ISSUES-3627] doSetFlinkConf and doSetVersion are changed in sequence [incubator-streampark]

2024-03-26 Thread via GitHub


hackallan commented on PR #3636:
URL: 
https://github.com/apache/incubator-streampark/pull/3636#issuecomment-2022083057

   doSetFlinkConf reads the getVersionOfFirst() method without a version 
variable value. The reason is that the create method in the FlinkEnvServiceImpl 
class is caused when the doSetVersion method is called after doSetFlinkConf, so 
change the order


-- 
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...@streampark.apache.org

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