Re: [PR] [FLINK-33917] fix hostname can't be null for certain edgecases [flink-kubernetes-operator]

2024-01-02 Thread via GitHub
mxm merged PR #738: URL: https://github.com/apache/flink-kubernetes-operator/pull/738 -- 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:

Re: [PR] [FLINK-33917] fix hostname can't be null for certain edgecases [flink-kubernetes-operator]

2023-12-21 Thread via GitHub
mxm commented on code in PR #738: URL: https://github.com/apache/flink-kubernetes-operator/pull/738#discussion_r1433868387 ## flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/service/AbstractFlinkService.java: ## @@ -234,23 +235,29 @@ public JobID

[PR] [FLINK-33917] fix hostname can't be null for certain edgecases [flink-kubernetes-operator]

2023-12-20 Thread via GitHub
ensctom opened a new pull request, #738: URL: https://github.com/apache/flink-kubernetes-operator/pull/738 ## What is the purpose of the change Fix hostname is null under certain edgecases. ## Brief change log *(for example:)* - refactor