[jira] [Commented] (FLINK-32047) Fix args in JobSpec not being passed through to Flink in Standalone mode - 1.4.0

2023-05-21 Thread Gil Shmaya (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-32047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17724587#comment-17724587
 ] 

Gil Shmaya commented on FLINK-32047:


[~gyfora] [~usamj] 

> Fix args in JobSpec not being passed through to Flink in Standalone mode - 
> 1.4.0
> 
>
> Key: FLINK-32047
> URL: https://issues.apache.org/jira/browse/FLINK-32047
> Project: Flink
>  Issue Type: Bug
>  Components: Kubernetes Operator
>Reporter: Gil Shmaya
>Priority: Major
> Fix For: 1.14.0
>
> Attachments: image-2023-04-30-18-54-22-291.png, 
> image-2023-04-30-19-56-30-150.png, image-2023-04-30-19-56-57-680.png
>
>
> This issue is related to a previously fixed bug in version 1.2.0 -  
> FLINK-29388
> I have noticed that while the args are successfully being passed when using 
> version 1.2.0, this is not the case with version 1.4.0.
> {+}Scenario{+}:
> I added a log that prints the argument array length at the beginning of the 
> main  function of the flink job:
> !image-2023-04-30-18-54-22-291.png!
> The result when running with 1.2.0:
> !image-2023-04-30-19-56-30-150.png!
> The result when running with 1.4.0:
> !image-2023-04-30-19-56-57-680.png!
> h4.  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-31855) Canceling a job through the UI isn't possible in standalone

2023-05-16 Thread Gil Shmaya (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-31855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17723150#comment-17723150
 ] 

Gil Shmaya commented on FLINK-31855:


Hey [~gyfora],
I've noticed that when the 'web.cancel.enable' configuration is enabled, the 
operator restarts the job instead of canceling it. Is there a way to cancel a 
job without triggering a restart?

> Canceling a job through the UI isn't possible in standalone
> ---
>
> Key: FLINK-31855
> URL: https://issues.apache.org/jira/browse/FLINK-31855
> Project: Flink
>  Issue Type: Bug
>Affects Versions: kubernetes-operator-1.4.0
>Reporter: Gil Shmaya
>Priority: Major
> Attachments: image-2023-04-19-16-57-50-316.png
>
>
> The 'Cancel job' button does not exist in the UI in standalone mode while 
> exists in native mode. 
> !image-2023-04-19-16-57-50-316.png!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Comment Edited] (FLINK-32047) Fix args in JobSpec not being passed through to Flink in Standalone mode - 1.4.0

2023-05-16 Thread Gil Shmaya (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-32047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17722785#comment-17722785
 ] 

Gil Shmaya edited comment on FLINK-32047 at 5/16/23 12:15 PM:
--

[~usamj] We run with 1.14.6, sorry for the confusion.
I see the same error while trying to run your test with 1.14.6.

However, I can't find an explanation for the fact we see the args pass in the 
version 1.2.0 operator version but not with 1.4.0. Is it possible that there 
was a change in the way we should configure the args in 1.4.0?


was (Author: JIRAUSER299921):
We run with 1.14.6, sorry for the confusion.
I see the same error while trying to run your test with 1.14.6.

However, I can't find an explanation for the fact we see the args pass in the 
version 1.2.0 operator version but not with 1.4.0. Is it possible that there 
was a change in the way we should configure the args in 1.4.0?

> Fix args in JobSpec not being passed through to Flink in Standalone mode - 
> 1.4.0
> 
>
> Key: FLINK-32047
> URL: https://issues.apache.org/jira/browse/FLINK-32047
> Project: Flink
>  Issue Type: Bug
>  Components: Kubernetes Operator
>Reporter: Gil Shmaya
>Priority: Major
> Fix For: 1.14.0
>
> Attachments: image-2023-04-30-18-54-22-291.png, 
> image-2023-04-30-19-56-30-150.png, image-2023-04-30-19-56-57-680.png
>
>
> This issue is related to a previously fixed bug in version 1.2.0 -  
> FLINK-29388
> I have noticed that while the args are successfully being passed when using 
> version 1.2.0, this is not the case with version 1.4.0.
> {+}Scenario{+}:
> I added a log that prints the argument array length at the beginning of the 
> main  function of the flink job:
> !image-2023-04-30-18-54-22-291.png!
> The result when running with 1.2.0:
> !image-2023-04-30-19-56-30-150.png!
> The result when running with 1.4.0:
> !image-2023-04-30-19-56-57-680.png!
> h4.  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Comment Edited] (FLINK-32047) Fix args in JobSpec not being passed through to Flink in Standalone mode - 1.4.0

2023-05-15 Thread Gil Shmaya (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-32047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17722785#comment-17722785
 ] 

Gil Shmaya edited comment on FLINK-32047 at 5/15/23 2:26 PM:
-

We run with 1.14.6, sorry for the confusion.
I see the same error while trying to run your test with 1.14.6.

However, I can't find an explanation for the fact we see the args pass in the 
version 1.2.0 operator version but not with 1.4.0. Is it possible that there 
was a change in the way we should configure the args in 1.4.0?


was (Author: JIRAUSER299921):
We run with 1.14.6, sorry for the confusion.
I see the same error while trying to run your test with 1.14.6.

However, I can't find an explanation for the fact we see the args pass in the 
version 1.2.0 operator version but not with 1.4.0.

> Fix args in JobSpec not being passed through to Flink in Standalone mode - 
> 1.4.0
> 
>
> Key: FLINK-32047
> URL: https://issues.apache.org/jira/browse/FLINK-32047
> Project: Flink
>  Issue Type: Bug
>  Components: Kubernetes Operator
>Reporter: Gil Shmaya
>Priority: Major
> Fix For: 1.14.0
>
> Attachments: image-2023-04-30-18-54-22-291.png, 
> image-2023-04-30-19-56-30-150.png, image-2023-04-30-19-56-57-680.png
>
>
> This issue is related to a previously fixed bug in version 1.2.0 -  
> FLINK-29388
> I have noticed that while the args are successfully being passed when using 
> version 1.2.0, this is not the case with version 1.4.0.
> {+}Scenario{+}:
> I added a log that prints the argument array length at the beginning of the 
> main  function of the flink job:
> !image-2023-04-30-18-54-22-291.png!
> The result when running with 1.2.0:
> !image-2023-04-30-19-56-30-150.png!
> The result when running with 1.4.0:
> !image-2023-04-30-19-56-57-680.png!
> h4.  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Comment Edited] (FLINK-32047) Fix args in JobSpec not being passed through to Flink in Standalone mode - 1.4.0

2023-05-15 Thread Gil Shmaya (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-32047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17722785#comment-17722785
 ] 

Gil Shmaya edited comment on FLINK-32047 at 5/15/23 2:25 PM:
-

We run with 1.14.6, sorry for the confusion.
I see the same error while trying to run your test with 1.14.6.

However, I can't find an explanation for the fact we see the args pass in the 
version 1.2.0 operator version but not with 1.4.0.


was (Author: JIRAUSER299921):
We run with 1.14.6, sorry for the confusion.

> Fix args in JobSpec not being passed through to Flink in Standalone mode - 
> 1.4.0
> 
>
> Key: FLINK-32047
> URL: https://issues.apache.org/jira/browse/FLINK-32047
> Project: Flink
>  Issue Type: Bug
>  Components: Kubernetes Operator
>Reporter: Gil Shmaya
>Priority: Major
> Fix For: 1.14.0
>
> Attachments: image-2023-04-30-18-54-22-291.png, 
> image-2023-04-30-19-56-30-150.png, image-2023-04-30-19-56-57-680.png
>
>
> This issue is related to a previously fixed bug in version 1.2.0 -  
> FLINK-29388
> I have noticed that while the args are successfully being passed when using 
> version 1.2.0, this is not the case with version 1.4.0.
> {+}Scenario{+}:
> I added a log that prints the argument array length at the beginning of the 
> main  function of the flink job:
> !image-2023-04-30-18-54-22-291.png!
> The result when running with 1.2.0:
> !image-2023-04-30-19-56-30-150.png!
> The result when running with 1.4.0:
> !image-2023-04-30-19-56-57-680.png!
> h4.  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-32047) Fix args in JobSpec not being passed through to Flink in Standalone mode - 1.4.0

2023-05-15 Thread Gil Shmaya (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-32047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17722785#comment-17722785
 ] 

Gil Shmaya commented on FLINK-32047:


We run with 1.14.6, sorry for the confusion.

> Fix args in JobSpec not being passed through to Flink in Standalone mode - 
> 1.4.0
> 
>
> Key: FLINK-32047
> URL: https://issues.apache.org/jira/browse/FLINK-32047
> Project: Flink
>  Issue Type: Bug
>  Components: Kubernetes Operator
>Reporter: Gil Shmaya
>Priority: Major
> Fix For: 1.14.0
>
> Attachments: image-2023-04-30-18-54-22-291.png, 
> image-2023-04-30-19-56-30-150.png, image-2023-04-30-19-56-57-680.png
>
>
> This issue is related to a previously fixed bug in version 1.2.0 -  
> FLINK-29388
> I have noticed that while the args are successfully being passed when using 
> version 1.2.0, this is not the case with version 1.4.0.
> {+}Scenario{+}:
> I added a log that prints the argument array length at the beginning of the 
> main  function of the flink job:
> !image-2023-04-30-18-54-22-291.png!
> The result when running with 1.2.0:
> !image-2023-04-30-19-56-30-150.png!
> The result when running with 1.4.0:
> !image-2023-04-30-19-56-57-680.png!
> h4.  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-32047) Fix args in JobSpec not being passed through to Flink in Standalone mode - 1.4.0

2023-05-14 Thread Gil Shmaya (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-32047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17722468#comment-17722468
 ] 

Gil Shmaya commented on FLINK-32047:


Hi [~usamj],
We use 1.14.0 Flink version and 1.4.0 Flink k8s operator version in 
{*}standalone mode{*}.

Every FlinkDeployment in these versions that contains the "args" parameter 
suppose to recreate the bug.

> Fix args in JobSpec not being passed through to Flink in Standalone mode - 
> 1.4.0
> 
>
> Key: FLINK-32047
> URL: https://issues.apache.org/jira/browse/FLINK-32047
> Project: Flink
>  Issue Type: Bug
>  Components: Kubernetes Operator
>Reporter: Gil Shmaya
>Priority: Major
> Fix For: 1.14.0
>
> Attachments: image-2023-04-30-18-54-22-291.png, 
> image-2023-04-30-19-56-30-150.png, image-2023-04-30-19-56-57-680.png
>
>
> This issue is related to a previously fixed bug in version 1.2.0 -  
> FLINK-29388
> I have noticed that while the args are successfully being passed when using 
> version 1.2.0, this is not the case with version 1.4.0.
> {+}Scenario{+}:
> I added a log that prints the argument array length at the beginning of the 
> main  function of the flink job:
> !image-2023-04-30-18-54-22-291.png!
> The result when running with 1.2.0:
> !image-2023-04-30-19-56-30-150.png!
> The result when running with 1.4.0:
> !image-2023-04-30-19-56-57-680.png!
> h4.  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-32047) Fix args in JobSpec not being passed through to Flink in Standalone mode - 1.4.0

2023-05-14 Thread Gil Shmaya (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-32047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gil Shmaya updated FLINK-32047:
---
Fix Version/s: 1.14.0

> Fix args in JobSpec not being passed through to Flink in Standalone mode - 
> 1.4.0
> 
>
> Key: FLINK-32047
> URL: https://issues.apache.org/jira/browse/FLINK-32047
> Project: Flink
>  Issue Type: Bug
>  Components: Kubernetes Operator
>Reporter: Gil Shmaya
>Priority: Major
> Fix For: 1.14.0
>
> Attachments: image-2023-04-30-18-54-22-291.png, 
> image-2023-04-30-19-56-30-150.png, image-2023-04-30-19-56-57-680.png
>
>
> This issue is related to a previously fixed bug in version 1.2.0 -  
> FLINK-29388
> I have noticed that while the args are successfully being passed when using 
> version 1.2.0, this is not the case with version 1.4.0.
> {+}Scenario{+}:
> I added a log that prints the argument array length at the beginning of the 
> main  function of the flink job:
> !image-2023-04-30-18-54-22-291.png!
> The result when running with 1.2.0:
> !image-2023-04-30-19-56-30-150.png!
> The result when running with 1.4.0:
> !image-2023-04-30-19-56-57-680.png!
> h4.  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-32047) Fix args in JobSpec not being passed through to Flink in Standalone mode - 1.4.0

2023-05-11 Thread Gil Shmaya (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-32047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17721770#comment-17721770
 ] 

Gil Shmaya commented on FLINK-32047:


[~gyfora] 
Yes, the results are the same: 

*!image-2023-05-11-16-21-24-547.png!*

Have you done a change that should resolve that?

This bug blocks us for a long time.

> Fix args in JobSpec not being passed through to Flink in Standalone mode - 
> 1.4.0
> 
>
> Key: FLINK-32047
> URL: https://issues.apache.org/jira/browse/FLINK-32047
> Project: Flink
>  Issue Type: Bug
>  Components: Kubernetes Operator
>Reporter: Gil Shmaya
>Priority: Major
> Attachments: image-2023-04-30-18-54-22-291.png, 
> image-2023-04-30-19-56-30-150.png, image-2023-04-30-19-56-57-680.png
>
>
> This issue is related to a previously fixed bug in version 1.2.0 -  
> FLINK-29388
> I have noticed that while the args are successfully being passed when using 
> version 1.2.0, this is not the case with version 1.4.0.
> {+}Scenario{+}:
> I added a log that prints the argument array length at the beginning of the 
> main  function of the flink job:
> !image-2023-04-30-18-54-22-291.png!
> The result when running with 1.2.0:
> !image-2023-04-30-19-56-30-150.png!
> The result when running with 1.4.0:
> !image-2023-04-30-19-56-57-680.png!
> h4.  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-32047) Fix args in JobSpec not being passed through to Flink in Standalone mode - 1.4.0

2023-05-10 Thread Gil Shmaya (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-32047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gil Shmaya updated FLINK-32047:
---
Attachment: image-2023-04-30-19-56-30-150.png

> Fix args in JobSpec not being passed through to Flink in Standalone mode - 
> 1.4.0
> 
>
> Key: FLINK-32047
> URL: https://issues.apache.org/jira/browse/FLINK-32047
> Project: Flink
>  Issue Type: Bug
>  Components: Kubernetes Operator
>Reporter: Gil Shmaya
>Priority: Major
> Attachments: image-2023-04-30-18-54-22-291.png, 
> image-2023-04-30-19-56-30-150.png, image-2023-04-30-19-56-57-680.png
>
>
> This issue is related to a previously fixed bug in version 1.2.0 -  
> FLINK-29388
> I have noticed that while the args are successfully being passed when using 
> version 1.2.0, this is not the case with version 1.4.0.
> {+}Scenario{+}:
> I added a log that prints the argument array length at the beginning of the 
> main  function of the flink job:
> !image-2023-04-30-18-54-22-291.png!
> The result when running with 1.2.0:
> !image-2023-04-30-19-56-30-150.png!
> The result when running with 1.4.0:
> !image-2023-04-30-19-56-57-680.png!
> h4.  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-32047) Fix args in JobSpec not being passed through to Flink in Standalone mode - 1.4.0

2023-05-10 Thread Gil Shmaya (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-32047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gil Shmaya updated FLINK-32047:
---
Attachment: image-2023-04-30-18-54-22-291.png

> Fix args in JobSpec not being passed through to Flink in Standalone mode - 
> 1.4.0
> 
>
> Key: FLINK-32047
> URL: https://issues.apache.org/jira/browse/FLINK-32047
> Project: Flink
>  Issue Type: Bug
>  Components: Kubernetes Operator
>Reporter: Gil Shmaya
>Priority: Major
> Attachments: image-2023-04-30-18-54-22-291.png, 
> image-2023-04-30-19-56-30-150.png, image-2023-04-30-19-56-57-680.png
>
>
> This issue is related to a previously fixed bug in version 1.2.0 -  
> FLINK-29388
> I have noticed that while the args are successfully being passed when using 
> version 1.2.0, this is not the case with version 1.4.0.
> {+}Scenario{+}:
> I added a log that prints the argument array length at the beginning of the 
> main  function of the flink job:
> !image-2023-04-30-18-54-22-291.png!
> The result when running with 1.2.0:
> !image-2023-04-30-19-56-30-150.png!
> The result when running with 1.4.0:
> !image-2023-04-30-19-56-57-680.png!
> h4.  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-32047) Fix args in JobSpec not being passed through to Flink in Standalone mode - 1.4.0

2023-05-10 Thread Gil Shmaya (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-32047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gil Shmaya updated FLINK-32047:
---
Attachment: image-2023-04-30-19-56-57-680.png

> Fix args in JobSpec not being passed through to Flink in Standalone mode - 
> 1.4.0
> 
>
> Key: FLINK-32047
> URL: https://issues.apache.org/jira/browse/FLINK-32047
> Project: Flink
>  Issue Type: Bug
>  Components: Kubernetes Operator
>Reporter: Gil Shmaya
>Priority: Major
> Attachments: image-2023-04-30-18-54-22-291.png, 
> image-2023-04-30-19-56-30-150.png, image-2023-04-30-19-56-57-680.png
>
>
> This issue is related to a previously fixed bug in version 1.2.0 -  
> FLINK-29388
> I have noticed that while the args are successfully being passed when using 
> version 1.2.0, this is not the case with version 1.4.0.
> {+}Scenario{+}:
> I added a log that prints the argument array length at the beginning of the 
> main  function of the flink job:
> !image-2023-04-30-18-54-22-291.png!
> The result when running with 1.2.0:
> !image-2023-04-30-19-56-30-150.png!
> The result when running with 1.4.0:
> !image-2023-04-30-19-56-57-680.png!
> h4.  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-32047) Fix args in JobSpec not being passed through to Flink in Standalone mode - 1.4.0

2023-05-10 Thread Gil Shmaya (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-32047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gil Shmaya updated FLINK-32047:
---
Description: 
This issue is related to a previously fixed bug in version 1.2.0 -  FLINK-29388

I have noticed that while the args are successfully being passed when using 
version 1.2.0, this is not the case with version 1.4.0.

{+}Scenario{+}:

I added a log that prints the argument array length at the beginning of the 
main  function of the flink job:
!image-2023-04-30-18-54-22-291.png!

The result when running with 1.2.0:
!image-2023-04-30-19-56-30-150.png!

The result when running with 1.4.0:
!image-2023-04-30-19-56-57-680.png!
h4.  

  was:
This issue is related to a previously fixed bug in version 1.2.0 -  
[FLINK-29388|https://issues.apache.org/jira/browse/FLINK-29388]

I have noticed that while the args are successfully being passed when using 
version 1.2.0, this is not the case with version 1.4.0.

{+}Scenario{+}:

I added a log that prints the argument array length at the beginning of the 
main  function of the flink job:
!image-2023-04-30-18-54-22-291.png|width=659,height=102!

The result when running with 1.2.0:
!image-2023-04-30-19-56-30-150.png!

The result when running with 1.4.0:
!image-2023-04-30-19-56-57-680.png!
h4.


> Fix args in JobSpec not being passed through to Flink in Standalone mode - 
> 1.4.0
> 
>
> Key: FLINK-32047
> URL: https://issues.apache.org/jira/browse/FLINK-32047
> Project: Flink
>  Issue Type: Bug
>  Components: Kubernetes Operator
>Reporter: Gil Shmaya
>Priority: Major
>
> This issue is related to a previously fixed bug in version 1.2.0 -  
> FLINK-29388
> I have noticed that while the args are successfully being passed when using 
> version 1.2.0, this is not the case with version 1.4.0.
> {+}Scenario{+}:
> I added a log that prints the argument array length at the beginning of the 
> main  function of the flink job:
> !image-2023-04-30-18-54-22-291.png!
> The result when running with 1.2.0:
> !image-2023-04-30-19-56-30-150.png!
> The result when running with 1.4.0:
> !image-2023-04-30-19-56-57-680.png!
> h4.  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (FLINK-32047) Fix args in JobSpec not being passed through to Flink in Standalone mode - 1.4.0

2023-05-10 Thread Gil Shmaya (Jira)
Gil Shmaya created FLINK-32047:
--

 Summary: Fix args in JobSpec not being passed through to Flink in 
Standalone mode - 1.4.0
 Key: FLINK-32047
 URL: https://issues.apache.org/jira/browse/FLINK-32047
 Project: Flink
  Issue Type: Bug
  Components: Kubernetes Operator
Reporter: Gil Shmaya


This issue is related to a previously fixed bug in version 1.2.0 -  
[FLINK-29388|https://issues.apache.org/jira/browse/FLINK-29388]

I have noticed that while the args are successfully being passed when using 
version 1.2.0, this is not the case with version 1.4.0.

{+}Scenario{+}:

I added a log that prints the argument array length at the beginning of the 
main  function of the flink job:
!image-2023-04-30-18-54-22-291.png|width=659,height=102!

The result when running with 1.2.0:
!image-2023-04-30-19-56-30-150.png!

The result when running with 1.4.0:
!image-2023-04-30-19-56-57-680.png!
h4.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Comment Edited] (FLINK-31850) Fix args in JobSpec not being passed through to Flink in Standalone mode - 1.4.0

2023-05-10 Thread Gil Shmaya (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-31850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17720469#comment-17720469
 ] 

Gil Shmaya edited comment on FLINK-31850 at 5/10/23 7:24 AM:
-

Hi [~bgeng777] , is there any update?


was (Author: JIRAUSER299921):
Hi, is there any update?

> Fix args in JobSpec not being passed through to Flink in Standalone mode - 
> 1.4.0
> 
>
> Key: FLINK-31850
> URL: https://issues.apache.org/jira/browse/FLINK-31850
> Project: Flink
>  Issue Type: Bug
>  Components: Kubernetes Operator
>Affects Versions: kubernetes-operator-1.4.0
>Reporter: Gil Shmaya
>Priority: Major
> Attachments: image-2023-04-30-18-54-22-291.png, 
> image-2023-04-30-19-42-42-212.png, image-2023-04-30-19-56-30-150.png, 
> image-2023-04-30-19-56-57-680.png
>
>
> This issue is related to a previously fixed bug in version 1.2.0 -  
> [FLINK-29388] Fix args in JobSpec not being passed through to Flink in 
> Standalone mode - ASF JIRA (apache.org)
> I have noticed that while the args are successfully being passed when using 
> version 1.2.0, this is not the case with version 1.4.0.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-31850) Fix args in JobSpec not being passed through to Flink in Standalone mode - 1.4.0

2023-05-08 Thread Gil Shmaya (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-31850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17720469#comment-17720469
 ] 

Gil Shmaya commented on FLINK-31850:


Hi, is there any update?

> Fix args in JobSpec not being passed through to Flink in Standalone mode - 
> 1.4.0
> 
>
> Key: FLINK-31850
> URL: https://issues.apache.org/jira/browse/FLINK-31850
> Project: Flink
>  Issue Type: Bug
>  Components: Kubernetes Operator
>Affects Versions: kubernetes-operator-1.4.0
>Reporter: Gil Shmaya
>Priority: Major
> Attachments: image-2023-04-30-18-54-22-291.png, 
> image-2023-04-30-19-42-42-212.png, image-2023-04-30-19-56-30-150.png, 
> image-2023-04-30-19-56-57-680.png
>
>
> This issue is related to a previously fixed bug in version 1.2.0 -  
> [FLINK-29388] Fix args in JobSpec not being passed through to Flink in 
> Standalone mode - ASF JIRA (apache.org)
> I have noticed that while the args are successfully being passed when using 
> version 1.2.0, this is not the case with version 1.4.0.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Comment Edited] (FLINK-31850) Fix args in JobSpec not being passed through to Flink in Standalone mode - 1.4.0

2023-05-01 Thread Gil Shmaya (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-31850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17718075#comment-17718075
 ] 

Gil Shmaya edited comment on FLINK-31850 at 5/1/23 8:21 AM:


Hi [~bgeng777], thank you for your response.

I added a log that prints the argument array length at the beginning of the 
main  function of the flink job:
!image-2023-04-30-18-54-22-291.png|width=659,height=102!

The result when running with 1.2.0:
!image-2023-04-30-19-56-30-150.png!

The result when running with 1.4.0:
!image-2023-04-30-19-56-57-680.png!


was (Author: JIRAUSER299921):
Hi [~bgeng777], thank you for your response.

I added a log that prints the argument array length at the beginning of the 
main  function of the flink job:
!image-2023-04-30-18-54-22-291.png|width=659,height=102!
The result when running with 1.2.0:
!image-2023-04-30-19-56-30-150.png!
The result when running with 1.4.0: !image-2023-04-30-19-56-57-680.png!

> Fix args in JobSpec not being passed through to Flink in Standalone mode - 
> 1.4.0
> 
>
> Key: FLINK-31850
> URL: https://issues.apache.org/jira/browse/FLINK-31850
> Project: Flink
>  Issue Type: Bug
>  Components: Kubernetes Operator
>Affects Versions: kubernetes-operator-1.4.0
>Reporter: Gil Shmaya
>Priority: Major
> Attachments: image-2023-04-30-18-54-22-291.png, 
> image-2023-04-30-19-42-42-212.png, image-2023-04-30-19-56-30-150.png, 
> image-2023-04-30-19-56-57-680.png
>
>
> This issue is related to a previously fixed bug in version 1.2.0 -  
> [FLINK-29388] Fix args in JobSpec not being passed through to Flink in 
> Standalone mode - ASF JIRA (apache.org)
> I have noticed that while the args are successfully being passed when using 
> version 1.2.0, this is not the case with version 1.4.0.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-31850) Fix args in JobSpec not being passed through to Flink in Standalone mode - 1.4.0

2023-04-30 Thread Gil Shmaya (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-31850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17718075#comment-17718075
 ] 

Gil Shmaya commented on FLINK-31850:


Hi [~bgeng777], thank you for your response.

I added a log that prints the argument array length at the beginning of the 
main  function of the flink job:
!image-2023-04-30-18-54-22-291.png|width=659,height=102!
The result when running with 1.2.0:
!image-2023-04-30-19-56-30-150.png!
The result when running with 1.4.0: !image-2023-04-30-19-56-57-680.png!

> Fix args in JobSpec not being passed through to Flink in Standalone mode - 
> 1.4.0
> 
>
> Key: FLINK-31850
> URL: https://issues.apache.org/jira/browse/FLINK-31850
> Project: Flink
>  Issue Type: Bug
>  Components: Kubernetes Operator
>Affects Versions: kubernetes-operator-1.4.0
>Reporter: Gil Shmaya
>Priority: Major
> Attachments: image-2023-04-30-18-54-22-291.png, 
> image-2023-04-30-19-42-42-212.png, image-2023-04-30-19-56-30-150.png, 
> image-2023-04-30-19-56-57-680.png
>
>
> This issue is related to a previously fixed bug in version 1.2.0 -  
> [FLINK-29388] Fix args in JobSpec not being passed through to Flink in 
> Standalone mode - ASF JIRA (apache.org)
> I have noticed that while the args are successfully being passed when using 
> version 1.2.0, this is not the case with version 1.4.0.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-31850) Fix args in JobSpec not being passed through to Flink in Standalone mode - 1.4.0

2023-04-30 Thread Gil Shmaya (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-31850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gil Shmaya updated FLINK-31850:
---
Attachment: image-2023-04-30-19-56-57-680.png

> Fix args in JobSpec not being passed through to Flink in Standalone mode - 
> 1.4.0
> 
>
> Key: FLINK-31850
> URL: https://issues.apache.org/jira/browse/FLINK-31850
> Project: Flink
>  Issue Type: Bug
>  Components: Kubernetes Operator
>Affects Versions: kubernetes-operator-1.4.0
>Reporter: Gil Shmaya
>Priority: Major
> Attachments: image-2023-04-30-18-54-22-291.png, 
> image-2023-04-30-19-42-42-212.png, image-2023-04-30-19-56-30-150.png, 
> image-2023-04-30-19-56-57-680.png
>
>
> This issue is related to a previously fixed bug in version 1.2.0 -  
> [FLINK-29388] Fix args in JobSpec not being passed through to Flink in 
> Standalone mode - ASF JIRA (apache.org)
> I have noticed that while the args are successfully being passed when using 
> version 1.2.0, this is not the case with version 1.4.0.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-31850) Fix args in JobSpec not being passed through to Flink in Standalone mode - 1.4.0

2023-04-30 Thread Gil Shmaya (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-31850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gil Shmaya updated FLINK-31850:
---
Attachment: image-2023-04-30-19-56-30-150.png

> Fix args in JobSpec not being passed through to Flink in Standalone mode - 
> 1.4.0
> 
>
> Key: FLINK-31850
> URL: https://issues.apache.org/jira/browse/FLINK-31850
> Project: Flink
>  Issue Type: Bug
>  Components: Kubernetes Operator
>Affects Versions: kubernetes-operator-1.4.0
>Reporter: Gil Shmaya
>Priority: Major
> Attachments: image-2023-04-30-18-54-22-291.png, 
> image-2023-04-30-19-42-42-212.png, image-2023-04-30-19-56-30-150.png, 
> image-2023-04-30-19-56-57-680.png
>
>
> This issue is related to a previously fixed bug in version 1.2.0 -  
> [FLINK-29388] Fix args in JobSpec not being passed through to Flink in 
> Standalone mode - ASF JIRA (apache.org)
> I have noticed that while the args are successfully being passed when using 
> version 1.2.0, this is not the case with version 1.4.0.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-31850) Fix args in JobSpec not being passed through to Flink in Standalone mode - 1.4.0

2023-04-30 Thread Gil Shmaya (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-31850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gil Shmaya updated FLINK-31850:
---
Attachment: image-2023-04-30-19-42-42-212.png

> Fix args in JobSpec not being passed through to Flink in Standalone mode - 
> 1.4.0
> 
>
> Key: FLINK-31850
> URL: https://issues.apache.org/jira/browse/FLINK-31850
> Project: Flink
>  Issue Type: Bug
>  Components: Kubernetes Operator
>Affects Versions: kubernetes-operator-1.4.0
>Reporter: Gil Shmaya
>Priority: Major
> Attachments: image-2023-04-30-18-54-22-291.png, 
> image-2023-04-30-19-42-42-212.png
>
>
> This issue is related to a previously fixed bug in version 1.2.0 -  
> [FLINK-29388] Fix args in JobSpec not being passed through to Flink in 
> Standalone mode - ASF JIRA (apache.org)
> I have noticed that while the args are successfully being passed when using 
> version 1.2.0, this is not the case with version 1.4.0.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-31850) Fix args in JobSpec not being passed through to Flink in Standalone mode - 1.4.0

2023-04-30 Thread Gil Shmaya (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-31850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gil Shmaya updated FLINK-31850:
---
Attachment: image-2023-04-30-18-54-22-291.png

> Fix args in JobSpec not being passed through to Flink in Standalone mode - 
> 1.4.0
> 
>
> Key: FLINK-31850
> URL: https://issues.apache.org/jira/browse/FLINK-31850
> Project: Flink
>  Issue Type: Bug
>  Components: Kubernetes Operator
>Affects Versions: kubernetes-operator-1.4.0
>Reporter: Gil Shmaya
>Priority: Major
> Attachments: image-2023-04-30-18-54-22-291.png
>
>
> This issue is related to a previously fixed bug in version 1.2.0 -  
> [FLINK-29388] Fix args in JobSpec not being passed through to Flink in 
> Standalone mode - ASF JIRA (apache.org)
> I have noticed that while the args are successfully being passed when using 
> version 1.2.0, this is not the case with version 1.4.0.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-31850) Fix args in JobSpec not being passed through to Flink in Standalone mode - 1.4.0

2023-04-27 Thread Gil Shmaya (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-31850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17717030#comment-17717030
 ] 

Gil Shmaya commented on FLINK-31850:


Hi,
Could you kindly provide an update on the status, please? This bug blocks 
several tasks for us.
Thank you in advance for your help.

> Fix args in JobSpec not being passed through to Flink in Standalone mode - 
> 1.4.0
> 
>
> Key: FLINK-31850
> URL: https://issues.apache.org/jira/browse/FLINK-31850
> Project: Flink
>  Issue Type: Bug
>  Components: Kubernetes Operator
>Affects Versions: kubernetes-operator-1.4.0
>Reporter: Gil Shmaya
>Priority: Major
>
> This issue is related to a previously fixed bug in version 1.2.0 -  
> [FLINK-29388] Fix args in JobSpec not being passed through to Flink in 
> Standalone mode - ASF JIRA (apache.org)
> I have noticed that while the args are successfully being passed when using 
> version 1.2.0, this is not the case with version 1.4.0.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Closed] (FLINK-31855) Canceling a job through the UI isn't possible in standalone

2023-04-20 Thread Gil Shmaya (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-31855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gil Shmaya closed FLINK-31855.
--
Resolution: Not A Problem

Solved by setting the config - web.cancel.enable.

> Canceling a job through the UI isn't possible in standalone
> ---
>
> Key: FLINK-31855
> URL: https://issues.apache.org/jira/browse/FLINK-31855
> Project: Flink
>  Issue Type: Bug
>Affects Versions: kubernetes-operator-1.4.0
>Reporter: Gil Shmaya
>Priority: Major
> Attachments: image-2023-04-19-16-57-50-316.png
>
>
> The 'Cancel job' button does not exist in the UI in standalone mode while 
> exists in native mode. 
> !image-2023-04-19-16-57-50-316.png!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (FLINK-31855) Canceling a job through the UI isn't possible in standalone

2023-04-19 Thread Gil Shmaya (Jira)
Gil Shmaya created FLINK-31855:
--

 Summary: Canceling a job through the UI isn't possible in 
standalone
 Key: FLINK-31855
 URL: https://issues.apache.org/jira/browse/FLINK-31855
 Project: Flink
  Issue Type: Bug
Affects Versions: kubernetes-operator-1.4.0
Reporter: Gil Shmaya
 Attachments: image-2023-04-19-16-57-50-316.png

The 'Cancel job' button does not exist in the UI in standalone mode while 
exists in native mode. 
!image-2023-04-19-16-57-50-316.png!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-31850) Fix args in JobSpec not being passed through to Flink in Standalone mode - 1.4.0

2023-04-19 Thread Gil Shmaya (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-31850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gil Shmaya updated FLINK-31850:
---
Description: 
This issue is related to a previously fixed bug in version 1.2.0 -  
[FLINK-29388] Fix args in JobSpec not being passed through to Flink in 
Standalone mode - ASF JIRA (apache.org)

I have noticed that while the args are successfully being passed when using 
version 1.2.0, this is not the case with version 1.4.0.

  was:
This issue is related to a previously fixed bug in version 1.2.0 -  
[FLINK-29388] Fix args in JobSpec not being passed through to Flink in 
Standalone mode - ASF JIRA (apache.org)


I have noticed that while the args are successfully being passed when using 
version 1.2.0, this is not the case with version 1.4.0.


> Fix args in JobSpec not being passed through to Flink in Standalone mode - 
> 1.4.0
> 
>
> Key: FLINK-31850
> URL: https://issues.apache.org/jira/browse/FLINK-31850
> Project: Flink
>  Issue Type: Bug
>  Components: Kubernetes Operator
>Affects Versions: kubernetes-operator-1.4.0
>Reporter: Gil Shmaya
>Priority: Major
>
> This issue is related to a previously fixed bug in version 1.2.0 -  
> [FLINK-29388] Fix args in JobSpec not being passed through to Flink in 
> Standalone mode - ASF JIRA (apache.org)
> I have noticed that while the args are successfully being passed when using 
> version 1.2.0, this is not the case with version 1.4.0.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (FLINK-31850) Fix args in JobSpec not being passed through to Flink in Standalone mode - 1.4.0

2023-04-19 Thread Gil Shmaya (Jira)
Gil Shmaya created FLINK-31850:
--

 Summary: Fix args in JobSpec not being passed through to Flink in 
Standalone mode - 1.4.0
 Key: FLINK-31850
 URL: https://issues.apache.org/jira/browse/FLINK-31850
 Project: Flink
  Issue Type: Bug
  Components: Kubernetes Operator
Affects Versions: kubernetes-operator-1.4.0
Reporter: Gil Shmaya


This issue is related to a previously fixed bug in version 1.2.0 -  
[FLINK-29388] Fix args in JobSpec not being passed through to Flink in 
Standalone mode - ASF JIRA (apache.org)


I have noticed that while the args are successfully being passed when using 
version 1.2.0, this is not the case with version 1.4.0.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)