You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/05/09 11:23:39 UTC

[GitHub] [flink-kubernetes-operator] SteNicholas opened a new pull request, #198: [FLINK-27261] Disable web.cancel.enable for session cluster

SteNicholas opened a new pull request, #198:
URL: https://github.com/apache/flink-kubernetes-operator/pull/198

   In [FLINK-27154](https://issues.apache.org/jira/browse/FLINK-27154), we disable `web.cancel.enable` for application cluster. We should also do this for session cluster.
   
   **The brief change log**
   
   - Sets `web.cancel.enable` to false at default in `FlinkConfigBuilder` to avoid users accidentally cancelling jobs.


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

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


[GitHub] [flink-kubernetes-operator] wangyang0918 merged pull request #198: [FLINK-27261] Disable `web.cancel.enable` for session cluster

Posted by GitBox <gi...@apache.org>.
wangyang0918 merged PR #198:
URL: https://github.com/apache/flink-kubernetes-operator/pull/198


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

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


[GitHub] [flink-kubernetes-operator] gyfora commented on pull request #198: [FLINK-27261] Disable `web.cancel.enable` for session cluster

Posted by GitBox <gi...@apache.org>.
gyfora commented on PR #198:
URL: https://github.com/apache/flink-kubernetes-operator/pull/198#issuecomment-1123383446

   Ok, thanks for checking :) 


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

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


[GitHub] [flink-kubernetes-operator] SteNicholas commented on pull request #198: [FLINK-27261] Disable `web.cancel.enable` for session cluster

Posted by GitBox <gi...@apache.org>.
SteNicholas commented on PR #198:
URL: https://github.com/apache/flink-kubernetes-operator/pull/198#issuecomment-1123373633

   @gyfora, the behaviour that the web submission disables will cause the failure for the uploading and running the job. Hence I don't disable web submission in this PR.


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

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


[GitHub] [flink-kubernetes-operator] gyfora commented on pull request #198: [FLINK-27261] Disable `web.cancel.enable` for session cluster

Posted by GitBox <gi...@apache.org>.
gyfora commented on PR #198:
URL: https://github.com/apache/flink-kubernetes-operator/pull/198#issuecomment-1122554873

   Could we also disable web submission as part of this PR? I think that would be nice :)


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

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


[GitHub] [flink-kubernetes-operator] SteNicholas commented on pull request #198: [FLINK-27261] Disable `web.cancel.enable` for session cluster

Posted by GitBox <gi...@apache.org>.
SteNicholas commented on PR #198:
URL: https://github.com/apache/flink-kubernetes-operator/pull/198#issuecomment-1123332745

   > Could we also disable web submission as part of this PR? I think that would be nice :)
   
   @gyfora I have also disabled web submission but the `test_sessionjob_ha.sh` e2e test has compatibility problem in Flink 1.13.


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

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