[jira] [Updated] (FLINK-28980) Release Testing: Verify FLIP-168 speculative execution

2022-08-31 Thread Biao Liu (Jira)


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

Biao Liu updated FLINK-28980:
-
Attachment: stdout

> Release Testing: Verify FLIP-168 speculative execution
> --
>
> Key: FLINK-28980
> URL: https://issues.apache.org/jira/browse/FLINK-28980
> Project: Flink
>  Issue Type: Sub-task
>  Components: Runtime / Coordination
>Reporter: Zhu Zhu
>Assignee: Biao Liu
>Priority: Blocker
>  Labels: release-testing
> Fix For: 1.16.0
>
> Attachments: flink-root-standalonesession-0-VM_38_195_centos.log, 
> flink-root-taskexecutor-0-VM_199_24_centos.log, 
> flink-root-taskexecutor-0-VM_38_195_centos.log, screenshot1, screenshot2, 
> stdout
>
>
> Speculative execution is introduced in Flink 1.16 to deal with temporary slow 
> tasks caused by slow nodes. This feature currently consists of 4 FLIPs:
>  - FLIP-168: Speculative Execution core part
>  - FLIP-224: Blocklist Mechanism
>  - FLIP-245: Source Supports Speculative Execution
>  - FLIP-249: Flink Web UI Enhancement for Speculative Execution
> This ticket aims for verifying FLIP-168, along with FLIP-224 and FLIP-249.
> More details about this feature and how to use it can be found in this 
> [documentation|https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/speculative_execution/].
> To do the verification, the process can be:
>  - Write a Flink job which has a subtask running much slower than others 
> (e.g. sleep indefinitely if it runs on a certain host, the hostname can be 
> retrieved via InetAddress.getLocalHost().getHostName(), or if its 
> (subtaskIndex + attemptNumer) % 2 == 0)
>  - Modify Flink configuration file to enable speculative execution and tune 
> the configuration as you like
>  - Submit the job. Checking the web UI, logs, metrics and produced result.



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


[jira] [Updated] (FLINK-28980) Release Testing: Verify FLIP-168 speculative execution

2022-08-31 Thread Biao Liu (Jira)


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

Biao Liu updated FLINK-28980:
-
Attachment: flink-root-taskexecutor-0-VM_199_24_centos.log

> Release Testing: Verify FLIP-168 speculative execution
> --
>
> Key: FLINK-28980
> URL: https://issues.apache.org/jira/browse/FLINK-28980
> Project: Flink
>  Issue Type: Sub-task
>  Components: Runtime / Coordination
>Reporter: Zhu Zhu
>Assignee: Biao Liu
>Priority: Blocker
>  Labels: release-testing
> Fix For: 1.16.0
>
> Attachments: flink-root-standalonesession-0-VM_38_195_centos.log, 
> flink-root-taskexecutor-0-VM_199_24_centos.log, 
> flink-root-taskexecutor-0-VM_38_195_centos.log, screenshot1, screenshot2, 
> stdout
>
>
> Speculative execution is introduced in Flink 1.16 to deal with temporary slow 
> tasks caused by slow nodes. This feature currently consists of 4 FLIPs:
>  - FLIP-168: Speculative Execution core part
>  - FLIP-224: Blocklist Mechanism
>  - FLIP-245: Source Supports Speculative Execution
>  - FLIP-249: Flink Web UI Enhancement for Speculative Execution
> This ticket aims for verifying FLIP-168, along with FLIP-224 and FLIP-249.
> More details about this feature and how to use it can be found in this 
> [documentation|https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/speculative_execution/].
> To do the verification, the process can be:
>  - Write a Flink job which has a subtask running much slower than others 
> (e.g. sleep indefinitely if it runs on a certain host, the hostname can be 
> retrieved via InetAddress.getLocalHost().getHostName(), or if its 
> (subtaskIndex + attemptNumer) % 2 == 0)
>  - Modify Flink configuration file to enable speculative execution and tune 
> the configuration as you like
>  - Submit the job. Checking the web UI, logs, metrics and produced result.



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


[jira] [Updated] (FLINK-28980) Release Testing: Verify FLIP-168 speculative execution

2022-08-31 Thread Biao Liu (Jira)


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

Biao Liu updated FLINK-28980:
-
Attachment: screenshot1

> Release Testing: Verify FLIP-168 speculative execution
> --
>
> Key: FLINK-28980
> URL: https://issues.apache.org/jira/browse/FLINK-28980
> Project: Flink
>  Issue Type: Sub-task
>  Components: Runtime / Coordination
>Reporter: Zhu Zhu
>Assignee: Biao Liu
>Priority: Blocker
>  Labels: release-testing
> Fix For: 1.16.0
>
> Attachments: flink-root-standalonesession-0-VM_38_195_centos.log, 
> flink-root-taskexecutor-0-VM_199_24_centos.log, 
> flink-root-taskexecutor-0-VM_38_195_centos.log, screenshot1, screenshot2, 
> stdout
>
>
> Speculative execution is introduced in Flink 1.16 to deal with temporary slow 
> tasks caused by slow nodes. This feature currently consists of 4 FLIPs:
>  - FLIP-168: Speculative Execution core part
>  - FLIP-224: Blocklist Mechanism
>  - FLIP-245: Source Supports Speculative Execution
>  - FLIP-249: Flink Web UI Enhancement for Speculative Execution
> This ticket aims for verifying FLIP-168, along with FLIP-224 and FLIP-249.
> More details about this feature and how to use it can be found in this 
> [documentation|https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/speculative_execution/].
> To do the verification, the process can be:
>  - Write a Flink job which has a subtask running much slower than others 
> (e.g. sleep indefinitely if it runs on a certain host, the hostname can be 
> retrieved via InetAddress.getLocalHost().getHostName(), or if its 
> (subtaskIndex + attemptNumer) % 2 == 0)
>  - Modify Flink configuration file to enable speculative execution and tune 
> the configuration as you like
>  - Submit the job. Checking the web UI, logs, metrics and produced result.



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


[jira] [Updated] (FLINK-28980) Release Testing: Verify FLIP-168 speculative execution

2022-08-31 Thread Biao Liu (Jira)


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

Biao Liu updated FLINK-28980:
-
Attachment: screenshot2

> Release Testing: Verify FLIP-168 speculative execution
> --
>
> Key: FLINK-28980
> URL: https://issues.apache.org/jira/browse/FLINK-28980
> Project: Flink
>  Issue Type: Sub-task
>  Components: Runtime / Coordination
>Reporter: Zhu Zhu
>Assignee: Biao Liu
>Priority: Blocker
>  Labels: release-testing
> Fix For: 1.16.0
>
> Attachments: flink-root-standalonesession-0-VM_38_195_centos.log, 
> flink-root-taskexecutor-0-VM_199_24_centos.log, 
> flink-root-taskexecutor-0-VM_38_195_centos.log, screenshot1, screenshot2, 
> stdout
>
>
> Speculative execution is introduced in Flink 1.16 to deal with temporary slow 
> tasks caused by slow nodes. This feature currently consists of 4 FLIPs:
>  - FLIP-168: Speculative Execution core part
>  - FLIP-224: Blocklist Mechanism
>  - FLIP-245: Source Supports Speculative Execution
>  - FLIP-249: Flink Web UI Enhancement for Speculative Execution
> This ticket aims for verifying FLIP-168, along with FLIP-224 and FLIP-249.
> More details about this feature and how to use it can be found in this 
> [documentation|https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/speculative_execution/].
> To do the verification, the process can be:
>  - Write a Flink job which has a subtask running much slower than others 
> (e.g. sleep indefinitely if it runs on a certain host, the hostname can be 
> retrieved via InetAddress.getLocalHost().getHostName(), or if its 
> (subtaskIndex + attemptNumer) % 2 == 0)
>  - Modify Flink configuration file to enable speculative execution and tune 
> the configuration as you like
>  - Submit the job. Checking the web UI, logs, metrics and produced result.



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


[jira] [Updated] (FLINK-28980) Release Testing: Verify FLIP-168 speculative execution

2022-08-31 Thread Biao Liu (Jira)


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

Biao Liu updated FLINK-28980:
-
Attachment: flink-root-taskexecutor-0-VM_38_195_centos.log

> Release Testing: Verify FLIP-168 speculative execution
> --
>
> Key: FLINK-28980
> URL: https://issues.apache.org/jira/browse/FLINK-28980
> Project: Flink
>  Issue Type: Sub-task
>  Components: Runtime / Coordination
>Reporter: Zhu Zhu
>Assignee: Biao Liu
>Priority: Blocker
>  Labels: release-testing
> Fix For: 1.16.0
>
> Attachments: flink-root-standalonesession-0-VM_38_195_centos.log, 
> flink-root-taskexecutor-0-VM_199_24_centos.log, 
> flink-root-taskexecutor-0-VM_38_195_centos.log, screenshot1, screenshot2, 
> stdout
>
>
> Speculative execution is introduced in Flink 1.16 to deal with temporary slow 
> tasks caused by slow nodes. This feature currently consists of 4 FLIPs:
>  - FLIP-168: Speculative Execution core part
>  - FLIP-224: Blocklist Mechanism
>  - FLIP-245: Source Supports Speculative Execution
>  - FLIP-249: Flink Web UI Enhancement for Speculative Execution
> This ticket aims for verifying FLIP-168, along with FLIP-224 and FLIP-249.
> More details about this feature and how to use it can be found in this 
> [documentation|https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/speculative_execution/].
> To do the verification, the process can be:
>  - Write a Flink job which has a subtask running much slower than others 
> (e.g. sleep indefinitely if it runs on a certain host, the hostname can be 
> retrieved via InetAddress.getLocalHost().getHostName(), or if its 
> (subtaskIndex + attemptNumer) % 2 == 0)
>  - Modify Flink configuration file to enable speculative execution and tune 
> the configuration as you like
>  - Submit the job. Checking the web UI, logs, metrics and produced result.



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


[jira] [Updated] (FLINK-28980) Release Testing: Verify FLIP-168 speculative execution

2022-08-31 Thread Biao Liu (Jira)


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

Biao Liu updated FLINK-28980:
-
Attachment: flink-root-standalonesession-0-VM_38_195_centos.log

> Release Testing: Verify FLIP-168 speculative execution
> --
>
> Key: FLINK-28980
> URL: https://issues.apache.org/jira/browse/FLINK-28980
> Project: Flink
>  Issue Type: Sub-task
>  Components: Runtime / Coordination
>Reporter: Zhu Zhu
>Assignee: Biao Liu
>Priority: Blocker
>  Labels: release-testing
> Fix For: 1.16.0
>
> Attachments: flink-root-standalonesession-0-VM_38_195_centos.log, 
> flink-root-taskexecutor-0-VM_199_24_centos.log, 
> flink-root-taskexecutor-0-VM_38_195_centos.log, screenshot1, screenshot2, 
> stdout
>
>
> Speculative execution is introduced in Flink 1.16 to deal with temporary slow 
> tasks caused by slow nodes. This feature currently consists of 4 FLIPs:
>  - FLIP-168: Speculative Execution core part
>  - FLIP-224: Blocklist Mechanism
>  - FLIP-245: Source Supports Speculative Execution
>  - FLIP-249: Flink Web UI Enhancement for Speculative Execution
> This ticket aims for verifying FLIP-168, along with FLIP-224 and FLIP-249.
> More details about this feature and how to use it can be found in this 
> [documentation|https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/speculative_execution/].
> To do the verification, the process can be:
>  - Write a Flink job which has a subtask running much slower than others 
> (e.g. sleep indefinitely if it runs on a certain host, the hostname can be 
> retrieved via InetAddress.getLocalHost().getHostName(), or if its 
> (subtaskIndex + attemptNumer) % 2 == 0)
>  - Modify Flink configuration file to enable speculative execution and tune 
> the configuration as you like
>  - Submit the job. Checking the web UI, logs, metrics and produced result.



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


[jira] [Updated] (FLINK-28980) Release Testing: Verify FLIP-168 speculative execution

2022-08-28 Thread Zhu Zhu (Jira)


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

Zhu Zhu updated FLINK-28980:

Description: 
Speculative execution is introduced in Flink 1.16 to deal with temporary slow 
tasks caused by slow nodes. This feature currently consists of 4 FLIPs:
 - FLIP-168: Speculative Execution core part
 - FLIP-224: Blocklist Mechanism
 - FLIP-245: Source Supports Speculative Execution
 - FLIP-249: Flink Web UI Enhancement for Speculative Execution

This ticket aims for verifying FLIP-168, along with FLIP-224 and FLIP-249.

More details about this feature and how to use it can be found in this 
[documentation|https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/speculative_execution/].

To do the verification, the process can be:
 - Write a Flink job which has a subtask running much slower than others (e.g. 
sleep indefinitely if it runs on a certain host, the hostname can be retrieved 
via InetAddress.getLocalHost().getHostName(), or if its (subtaskIndex + 
attemptNumer) % 2 == 0)
 - Modify Flink configuration file to enable speculative execution and tune the 
configuration as you like
 - Submit the job. Checking the web UI, logs, metrics and produced result.

  was:
Speculative execution is introduced in Flink 1.16 to deal with temporary slow 
tasks caused by slow nodes. This feature currently consists of 4 FLIPs:
 - FLIP-168: Speculative Execution core part
 - FLIP-224: Blocklist Mechanism
 - FLIP-245: Source Supports Speculative Execution
 - FLIP-249: Flink Web UI Enhancement for Speculative Execution

This ticket aims for verifying FLIP-168, along with FLIP-224 and FLIP-249.

More details about this feature and how to use it can be found in this 
[documentation|https://nightlies.apache.org/flink/flink-docs-master/zh/docs/deployment/speculative_execution/].

To do the verification, the process can be:
 - Write a Flink job which has a subtask running much slower than others (e.g. 
sleep indefinitely if it runs on a certain host, the hostname can be retrieved 
via InetAddress.getLocalHost().getHostName(), or if its (subtaskIndex + 
attemptNumer) % 2 == 0)
 - Modify Flink configuration file to enable speculative execution and tune the 
configuration as you like
 - Submit the job. Checking the web UI, logs, metrics and produced result.


> Release Testing: Verify FLIP-168 speculative execution
> --
>
> Key: FLINK-28980
> URL: https://issues.apache.org/jira/browse/FLINK-28980
> Project: Flink
>  Issue Type: Sub-task
>  Components: Runtime / Coordination
>Reporter: Zhu Zhu
>Assignee: Biao Liu
>Priority: Blocker
>  Labels: release-testing
> Fix For: 1.16.0
>
>
> Speculative execution is introduced in Flink 1.16 to deal with temporary slow 
> tasks caused by slow nodes. This feature currently consists of 4 FLIPs:
>  - FLIP-168: Speculative Execution core part
>  - FLIP-224: Blocklist Mechanism
>  - FLIP-245: Source Supports Speculative Execution
>  - FLIP-249: Flink Web UI Enhancement for Speculative Execution
> This ticket aims for verifying FLIP-168, along with FLIP-224 and FLIP-249.
> More details about this feature and how to use it can be found in this 
> [documentation|https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/speculative_execution/].
> To do the verification, the process can be:
>  - Write a Flink job which has a subtask running much slower than others 
> (e.g. sleep indefinitely if it runs on a certain host, the hostname can be 
> retrieved via InetAddress.getLocalHost().getHostName(), or if its 
> (subtaskIndex + attemptNumer) % 2 == 0)
>  - Modify Flink configuration file to enable speculative execution and tune 
> the configuration as you like
>  - Submit the job. Checking the web UI, logs, metrics and produced result.



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


[jira] [Updated] (FLINK-28980) Release Testing: Verify FLIP-168 speculative execution

2022-08-28 Thread Zhu Zhu (Jira)


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

Zhu Zhu updated FLINK-28980:

Description: 
Speculative execution is introduced in Flink 1.16 to deal with temporary slow 
tasks caused by slow nodes. This feature currently consists of 4 FLIPs:
 - FLIP-168: Speculative Execution core part
 - FLIP-224: Blocklist Mechanism
 - FLIP-245: Source Supports Speculative Execution
 - FLIP-249: Flink Web UI Enhancement for Speculative Execution

This ticket aims for verifying FLIP-168, along with FLIP-224 and FLIP-249.

More details about this feature and how to use it can be found in this 
[documentation|https://nightlies.apache.org/flink/flink-docs-master/zh/docs/deployment/speculative_execution/].

To do the verification, the process can be:
 - Write a Flink job which has a subtask running much slower than others (e.g. 
sleep indefinitely if it runs on a certain host, the hostname can be retrieved 
via InetAddress.getLocalHost().getHostName(), or if its (subtaskIndex + 
attemptNumer) % 2 == 0)
 - Modify Flink configuration file to enable speculative execution and tune the 
configuration as you like
 - Submit the job. Checking the web UI, logs, metrics and produced result.

  was:
Speculative execution is introduced in Flink 1.16 to deal with temporary slow 
tasks caused by slow nodes. This feature currently consists of 4 FLIPs:
 - FLIP-168: Speculative Execution core part
 - FLIP-224: Blocklist Mechanism
 - FLIP-245: Source Supports Speculative Execution
 - FLIP-249: Flink Web UI Enhancement for Speculative Execution

This ticket aims for verifying FLIP-168, along with FLIP-224 and FLIP-249.

More details about this feature and how to use it can be found in this 
documentation [PR|https://github.com/apache/flink/pull/20507].

To do the verification, the process can be:
 - Write a Flink job which has a subtask running much slower than others (e.g. 
sleep indefinitely if it runs on a certain host, the hostname can be retrieved 
via InetAddress.getLocalHost().getHostName(), or if its (subtaskIndex + 
attemptNumer) % 2 == 0)
 - Modify Flink configuration file to enable speculative execution and tune the 
configuration as you like
 - Submit the job. Checking the web UI, logs, metrics and produced result.


> Release Testing: Verify FLIP-168 speculative execution
> --
>
> Key: FLINK-28980
> URL: https://issues.apache.org/jira/browse/FLINK-28980
> Project: Flink
>  Issue Type: Sub-task
>  Components: Runtime / Coordination
>Reporter: Zhu Zhu
>Assignee: Biao Liu
>Priority: Blocker
>  Labels: release-testing
> Fix For: 1.16.0
>
>
> Speculative execution is introduced in Flink 1.16 to deal with temporary slow 
> tasks caused by slow nodes. This feature currently consists of 4 FLIPs:
>  - FLIP-168: Speculative Execution core part
>  - FLIP-224: Blocklist Mechanism
>  - FLIP-245: Source Supports Speculative Execution
>  - FLIP-249: Flink Web UI Enhancement for Speculative Execution
> This ticket aims for verifying FLIP-168, along with FLIP-224 and FLIP-249.
> More details about this feature and how to use it can be found in this 
> [documentation|https://nightlies.apache.org/flink/flink-docs-master/zh/docs/deployment/speculative_execution/].
> To do the verification, the process can be:
>  - Write a Flink job which has a subtask running much slower than others 
> (e.g. sleep indefinitely if it runs on a certain host, the hostname can be 
> retrieved via InetAddress.getLocalHost().getHostName(), or if its 
> (subtaskIndex + attemptNumer) % 2 == 0)
>  - Modify Flink configuration file to enable speculative execution and tune 
> the configuration as you like
>  - Submit the job. Checking the web UI, logs, metrics and produced result.



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


[jira] [Updated] (FLINK-28980) Release Testing: Verify FLIP-168 speculative execution

2022-08-16 Thread Zhu Zhu (Jira)


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

Zhu Zhu updated FLINK-28980:

Labels: release-testing  (was: test-stability)

> Release Testing: Verify FLIP-168 speculative execution
> --
>
> Key: FLINK-28980
> URL: https://issues.apache.org/jira/browse/FLINK-28980
> Project: Flink
>  Issue Type: Sub-task
>  Components: Runtime / Coordination
>Reporter: Zhu Zhu
>Priority: Blocker
>  Labels: release-testing
> Fix For: 1.16.0
>
>
> Speculative execution is introduced in Flink 1.16 to deal with temporary slow 
> tasks caused by slow nodes. This feature currently consists of 4 FLIPs:
>  - FLIP-168: Speculative Execution core part
>  - FLIP-224: Blocklist Mechanism
>  - FLIP-245: Source Supports Speculative Execution
>  - FLIP-249: Flink Web UI Enhancement for Speculative Execution
> This ticket aims for verifying FLIP-168, along with FLIP-224 and FLIP-249.
> More details about this feature and how to use it can be found in this 
> documentation [PR|https://github.com/apache/flink/pull/20507].
> To do the verification, the process can be:
>  - Write a Flink job which has a subtask running much slower than others 
> (e.g. sleep indefinitely if it runs on a certain host, the hostname can be 
> retrieved via InetAddress.getLocalHost().getHostName(), or if its 
> (subtaskIndex + attemptNumer) % 2 == 0)
>  - Modify Flink configuration file to enable speculative execution and tune 
> the configuration as you like
>  - Submit the job. Checking the web UI, logs, metrics and produced result.



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


[jira] [Updated] (FLINK-28980) Release Testing: Verify FLIP-168 speculative execution

2022-08-16 Thread godfrey he (Jira)


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

godfrey he updated FLINK-28980:
---
Priority: Blocker  (was: Major)

> Release Testing: Verify FLIP-168 speculative execution
> --
>
> Key: FLINK-28980
> URL: https://issues.apache.org/jira/browse/FLINK-28980
> Project: Flink
>  Issue Type: Sub-task
>  Components: Runtime / Coordination
>Reporter: Zhu Zhu
>Priority: Blocker
>  Labels: test-stability
> Fix For: 1.16.0
>
>
> Speculative execution is introduced in Flink 1.16 to deal with temporary slow 
> tasks caused by slow nodes. This feature currently consists of 4 FLIPs:
>  - FLIP-168: Speculative Execution core part
>  - FLIP-224: Blocklist Mechanism
>  - FLIP-245: Source Supports Speculative Execution
>  - FLIP-249: Flink Web UI Enhancement for Speculative Execution
> This ticket aims for verifying FLIP-168, along with FLIP-224 and FLIP-249.
> More details about this feature and how to use it can be found in this 
> documentation [PR|https://github.com/apache/flink/pull/20507].
> To do the verification, the process can be:
>  - Write a Flink job which has a subtask running much slower than others 
> (e.g. sleep indefinitely if it runs on a certain host, the hostname can be 
> retrieved via InetAddress.getLocalHost().getHostName(), or if its 
> (subtaskIndex + attemptNumer) % 2 == 0)
>  - Modify Flink configuration file to enable speculative execution and tune 
> the configuration as you like
>  - Submit the job. Checking the web UI, logs, metrics and produced result.



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


[jira] [Updated] (FLINK-28980) Release Testing: Verify FLIP-168 speculative execution

2022-08-16 Thread godfrey he (Jira)


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

godfrey he updated FLINK-28980:
---
Labels: test-stability  (was: )

> Release Testing: Verify FLIP-168 speculative execution
> --
>
> Key: FLINK-28980
> URL: https://issues.apache.org/jira/browse/FLINK-28980
> Project: Flink
>  Issue Type: Sub-task
>  Components: Runtime / Coordination
>Reporter: Zhu Zhu
>Priority: Major
>  Labels: test-stability
> Fix For: 1.16.0
>
>
> Speculative execution is introduced in Flink 1.16 to deal with temporary slow 
> tasks caused by slow nodes. This feature currently consists of 4 FLIPs:
>  - FLIP-168: Speculative Execution core part
>  - FLIP-224: Blocklist Mechanism
>  - FLIP-245: Source Supports Speculative Execution
>  - FLIP-249: Flink Web UI Enhancement for Speculative Execution
> This ticket aims for verifying FLIP-168, along with FLIP-224 and FLIP-249.
> More details about this feature and how to use it can be found in this 
> documentation [PR|https://github.com/apache/flink/pull/20507].
> To do the verification, the process can be:
>  - Write a Flink job which has a subtask running much slower than others 
> (e.g. sleep indefinitely if it runs on a certain host, the hostname can be 
> retrieved via InetAddress.getLocalHost().getHostName(), or if its 
> (subtaskIndex + attemptNumer) % 2 == 0)
>  - Modify Flink configuration file to enable speculative execution and tune 
> the configuration as you like
>  - Submit the job. Checking the web UI, logs, metrics and produced result.



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


[jira] [Updated] (FLINK-28980) Release Testing: Verify FLIP-168 speculative execution

2022-08-15 Thread Zhu Zhu (Jira)


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

Zhu Zhu updated FLINK-28980:

Description: 
Speculative execution is introduced in Flink 1.16 to deal with temporary slow 
tasks caused by slow nodes. This feature currently consists of 4 FLIPs:
 - FLIP-168: Speculative Execution core part
 - FLIP-224: Blocklist Mechanism
 - FLIP-245: Source Supports Speculative Execution
 - FLIP-249: Flink Web UI Enhancement for Speculative Execution

This ticket aims for verifying FLIP-168, along with FLIP-224 and FLIP-249.

More details about this feature and how to use it can be found in this 
documentation [PR|https://github.com/apache/flink/pull/20507].

To do the verification, the process can be:
 - Write a Flink job which has a subtask running much slower than others (e.g. 
sleep indefinitely if it runs on a certain host, the hostname can be retrieved 
via InetAddress.getLocalHost().getHostName(), or if its (subtaskIndex + 
attemptNumer) % 2 == 0)
 - Modify Flink configuration file to enable speculative execution and tune the 
configuration as you like
 - Submit the job. Checking the web UI, logs, metrics and produced result.

  was:
Speculative execution is introduced in Flink 1.16 to deal with temporary slow 
tasks caused by slow nodes. This feature currently consists of 4 FLIPs:
 - FLIP-168: Speculative Execution core part
 - FLIP-224: Blocklist Mechanism
 - FLIP-245: Source Supports Speculative Execution
 - FLIP-249: Flink Web UI Enhancement for Speculative Execution

This ticket aims to verify FLIP-168, along with FLIP-224 and FLIP-249.

More details about this feature and how to use it can be found in this 
documentation [PR|https://github.com/apache/flink/pull/20507].

To do the verification, the process can be:
 - Write a Flink job which has a subtask running much slower than others (e.g. 
sleep indefinitely if it runs on a certain host, the hostname can be retrieved 
via InetAddress.getLocalHost().getHostName(), or if its (subtaskIndex + 
attemptNumer) % 2 == 0)
 - Modify Flink configuration file to enable speculative execution and tune the 
configuration as you like
 - Submit the job. Checking the web UI, logs, metrics and produced result.


> Release Testing: Verify FLIP-168 speculative execution
> --
>
> Key: FLINK-28980
> URL: https://issues.apache.org/jira/browse/FLINK-28980
> Project: Flink
>  Issue Type: Sub-task
>  Components: Runtime / Coordination
>Reporter: Zhu Zhu
>Priority: Major
> Fix For: 1.16.0
>
>
> Speculative execution is introduced in Flink 1.16 to deal with temporary slow 
> tasks caused by slow nodes. This feature currently consists of 4 FLIPs:
>  - FLIP-168: Speculative Execution core part
>  - FLIP-224: Blocklist Mechanism
>  - FLIP-245: Source Supports Speculative Execution
>  - FLIP-249: Flink Web UI Enhancement for Speculative Execution
> This ticket aims for verifying FLIP-168, along with FLIP-224 and FLIP-249.
> More details about this feature and how to use it can be found in this 
> documentation [PR|https://github.com/apache/flink/pull/20507].
> To do the verification, the process can be:
>  - Write a Flink job which has a subtask running much slower than others 
> (e.g. sleep indefinitely if it runs on a certain host, the hostname can be 
> retrieved via InetAddress.getLocalHost().getHostName(), or if its 
> (subtaskIndex + attemptNumer) % 2 == 0)
>  - Modify Flink configuration file to enable speculative execution and tune 
> the configuration as you like
>  - Submit the job. Checking the web UI, logs, metrics and produced result.



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


[jira] [Updated] (FLINK-28980) Release Testing: Verify FLIP-168 speculative execution

2022-08-15 Thread Zhu Zhu (Jira)


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

Zhu Zhu updated FLINK-28980:

Description: 
Speculative execution is introduced in Flink 1.16 to deal with temporary slow 
tasks caused by slow nodes. This feature currently consists of 4 FLIPs:
 - FLIP-168: Speculative Execution core part
 - FLIP-224: Blocklist Mechanism
 - FLIP-245: Source Supports Speculative Execution
 - FLIP-249: Flink Web UI Enhancement for Speculative Execution

This ticket aims to verify FLIP-168, along with FLIP-224 and FLIP-249.

More details about this feature and how to use it can be found in this 
documentation [PR|https://github.com/apache/flink/pull/20507].

To do the verification, the process can be:
 - Write a Flink job which has a subtask running much slower than others (e.g. 
sleep indefinitely if it runs on a certain host, the hostname can be retrieved 
via InetAddress.getLocalHost().getHostName(), or if its (subtaskIndex + 
attemptNumer) % 2 == 0)
 - Modify Flink configuration file to enable speculative execution and tune the 
configuration as you like
 - Submit the job. Checking the web UI, logs, metrics and produced result.

  was:
Speculative execution is introduced in Flink 1.16 to deal with temporary slow 
tasks caused by slow nodes. This feature currently consists of 4 FLIPs:
 - FLIP-168: Speculative Execution core part
 - FLIP-224: Blocklist Mechanism
 - FLIP-245: Source Supports Speculative Execution
 - FLIP-249: Flink Web UI Enhancement for Speculative Execution
This ticket aims to verify FLIP-168, along with FLIP-224 and FLIP-249.

More details about this feature and how to use it can be found in this 
documentation [PR|https://github.com/apache/flink/pull/20507].

To do the verification, the process can be:
 - Write a Flink job which has a subtask running much slower than others (e.g. 
sleep indefinitely if it runs on a certain host, the hostname can be retrieved 
via InetAddress.getLocalHost().getHostName(), or if its (subtaskIndex + 
attemptNumer) % 2 == 0)
 - Modify Flink configuration file to enable speculative execution and tune the 
configuration as you like
 - Submit the job. Checking the web UI, logs, metrics and produced result.


> Release Testing: Verify FLIP-168 speculative execution
> --
>
> Key: FLINK-28980
> URL: https://issues.apache.org/jira/browse/FLINK-28980
> Project: Flink
>  Issue Type: Sub-task
>  Components: Runtime / Coordination
>Reporter: Zhu Zhu
>Priority: Major
> Fix For: 1.16.0
>
>
> Speculative execution is introduced in Flink 1.16 to deal with temporary slow 
> tasks caused by slow nodes. This feature currently consists of 4 FLIPs:
>  - FLIP-168: Speculative Execution core part
>  - FLIP-224: Blocklist Mechanism
>  - FLIP-245: Source Supports Speculative Execution
>  - FLIP-249: Flink Web UI Enhancement for Speculative Execution
> This ticket aims to verify FLIP-168, along with FLIP-224 and FLIP-249.
> More details about this feature and how to use it can be found in this 
> documentation [PR|https://github.com/apache/flink/pull/20507].
> To do the verification, the process can be:
>  - Write a Flink job which has a subtask running much slower than others 
> (e.g. sleep indefinitely if it runs on a certain host, the hostname can be 
> retrieved via InetAddress.getLocalHost().getHostName(), or if its 
> (subtaskIndex + attemptNumer) % 2 == 0)
>  - Modify Flink configuration file to enable speculative execution and tune 
> the configuration as you like
>  - Submit the job. Checking the web UI, logs, metrics and produced result.



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


[jira] [Updated] (FLINK-28980) Release Testing: Verify FLIP-168 speculative execution

2022-08-15 Thread Zhu Zhu (Jira)


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

Zhu Zhu updated FLINK-28980:

Description: 
Speculative execution is introduced in Flink 1.16 to deal with temporary slow 
tasks caused by slow nodes. This feature currently consists of 4 FLIPs:
 - FLIP-168: Speculative Execution core part
 - FLIP-224: Blocklist Mechanism
 - FLIP-245: Source Supports Speculative Execution
 - FLIP-249: Flink Web UI Enhancement for Speculative Execution
This ticket aims to verify FLIP-168, along with FLIP-224 and FLIP-249.

More details about this feature and how to use it can be found in this 
documentation [PR|https://github.com/apache/flink/pull/20507].

To do the verification, the process can be:
 - Write a Flink job which has a subtask running much slower than others (e.g. 
sleep indefinitely if it runs on a certain host, the hostname can be retrieved 
via InetAddress.getLocalHost().getHostName(), or if its (subtaskIndex + 
attemptNumer) % 2 == 0)
 - Modify Flink configuration file to enable speculative execution and tune the 
configuration as you like
 - Submit the job. Checking the web UI, logs, metrics and produced result.

  was:
Speculative execution is introduced in Flink 1.16 to deal with temporary slow 
tasks caused by slow nodes.
This feature currently consists of 4 FLIPs:
 - FLIP-168: Speculative Execution core part
 - FLIP-224: Blocklist Mechanism
 - FLIP-245: Source Supports Speculative Execution
 - FLIP-249: Flink Web UI Enhancement for Speculative Execution

This ticket aims to verify FLIP-168, along with FLIP-224 and FLIP-249.

More details about this feature and how to use it can be found in this 
documentation [PR|https://github.com/apache/flink/pull/20507].

To do the verification, the process can be:
 - Write a Flink job which has a subtask running much slower than others (e.g. 
sleep indefinitely if it runs on a certain host, the hostname can be retrieved 
via InetAddress.getLocalHost().getHostName(), or if its (subtaskIndex + 
attemptNumer) % 2 == 0)
 - Modify Flink configuration file to enable speculative execution and tune the 
configuration as you like
 - Submit the job. Checking the web UI, logs, metrics and produced result.


> Release Testing: Verify FLIP-168 speculative execution
> --
>
> Key: FLINK-28980
> URL: https://issues.apache.org/jira/browse/FLINK-28980
> Project: Flink
>  Issue Type: Sub-task
>  Components: Runtime / Coordination
>Reporter: Zhu Zhu
>Priority: Major
> Fix For: 1.16.0
>
>
> Speculative execution is introduced in Flink 1.16 to deal with temporary slow 
> tasks caused by slow nodes. This feature currently consists of 4 FLIPs:
>  - FLIP-168: Speculative Execution core part
>  - FLIP-224: Blocklist Mechanism
>  - FLIP-245: Source Supports Speculative Execution
>  - FLIP-249: Flink Web UI Enhancement for Speculative Execution
> This ticket aims to verify FLIP-168, along with FLIP-224 and FLIP-249.
> More details about this feature and how to use it can be found in this 
> documentation [PR|https://github.com/apache/flink/pull/20507].
> To do the verification, the process can be:
>  - Write a Flink job which has a subtask running much slower than others 
> (e.g. sleep indefinitely if it runs on a certain host, the hostname can be 
> retrieved via InetAddress.getLocalHost().getHostName(), or if its 
> (subtaskIndex + attemptNumer) % 2 == 0)
>  - Modify Flink configuration file to enable speculative execution and tune 
> the configuration as you like
>  - Submit the job. Checking the web UI, logs, metrics and produced result.



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


[jira] [Updated] (FLINK-28980) Release Testing: Verify FLIP-168 speculative execution

2022-08-15 Thread Zhu Zhu (Jira)


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

Zhu Zhu updated FLINK-28980:

Description: 
Speculative execution is introduced in Flink 1.16 to deal with temporary slow 
tasks caused by slow nodes.
This feature currently consists of 4 FLIPs:
 - FLIP-168: Speculative Execution core part
 - FLIP-224: Blocklist Mechanism
 - FLIP-245: Source Supports Speculative Execution
 - FLIP-249: Flink Web UI Enhancement for Speculative Execution

This ticket aims to verify FLIP-168, along with FLIP-224 and FLIP-249.

More details about this feature and how to use it can be found in this 
documentation [PR|https://github.com/apache/flink/pull/20507].

To do the verification, the process can be:
 - Write a Flink job which has a subtask running much slower than others (e.g. 
sleep indefinitely if it runs on a certain host, the hostname can be retrieved 
via InetAddress.getLocalHost().getHostName(), or if its (subtaskIndex + 
attemptNumer) % 2 == 0)
 - Modify Flink configuration file to enable speculative execution and tune the 
configuration as you like
 - Submit the job. Checking the web UI, logs, metrics and produced result.

  was:
Speculative execution is introduced in Flink 1.16 to deal with temporary slow 
tasks caused by slow nodes. More details about this feature can be found in 
this documentation [PR|https://github.com/apache/flink/pull/20507].

This feature currently consists of 4 FLIPs:
 - FLIP-168: Speculative Execution core part
 - FLIP-224: Blocklist Mechanism
 - FLIP-245: Source Supports Speculative Execution
 - FLIP-249: Flink Web UI Enhancement for Speculative Execution

This ticket aims to verify FLIP-168, along with FLIP-224 and FLIP-249.

To do the verification, the process can be:
 - Write a Flink job which has a subtask running much slower than others (e.g. 
sleep indefinitely if it runs on a certain host, the hostname can be retrieved 
via InetAddress.getLocalHost().getHostName(), or if its (subtaskIndex + 
attemptNumer) % 2 == 0)
 - Modify Flink configuration file to enable speculative execution and tune the 
configuration as you like
 - Submit the job. Checking the web UI, logs, metrics and produced result.


> Release Testing: Verify FLIP-168 speculative execution
> --
>
> Key: FLINK-28980
> URL: https://issues.apache.org/jira/browse/FLINK-28980
> Project: Flink
>  Issue Type: Sub-task
>  Components: Runtime / Coordination
>Reporter: Zhu Zhu
>Priority: Major
> Fix For: 1.16.0
>
>
> Speculative execution is introduced in Flink 1.16 to deal with temporary slow 
> tasks caused by slow nodes.
> This feature currently consists of 4 FLIPs:
>  - FLIP-168: Speculative Execution core part
>  - FLIP-224: Blocklist Mechanism
>  - FLIP-245: Source Supports Speculative Execution
>  - FLIP-249: Flink Web UI Enhancement for Speculative Execution
> This ticket aims to verify FLIP-168, along with FLIP-224 and FLIP-249.
> More details about this feature and how to use it can be found in this 
> documentation [PR|https://github.com/apache/flink/pull/20507].
> To do the verification, the process can be:
>  - Write a Flink job which has a subtask running much slower than others 
> (e.g. sleep indefinitely if it runs on a certain host, the hostname can be 
> retrieved via InetAddress.getLocalHost().getHostName(), or if its 
> (subtaskIndex + attemptNumer) % 2 == 0)
>  - Modify Flink configuration file to enable speculative execution and tune 
> the configuration as you like
>  - Submit the job. Checking the web UI, logs, metrics and produced result.



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


[jira] [Updated] (FLINK-28980) Release Testing: Verify FLIP-168 speculative execution

2022-08-15 Thread Zhu Zhu (Jira)


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

Zhu Zhu updated FLINK-28980:

Description: 
Speculative execution is introduced in Flink 1.16 to deal with temporary slow 
tasks caused by slow nodes. More details about this feature can be found in 
this documentation [PR|https://github.com/apache/flink/pull/20507].

This feature currently consists of 4 FLIPs:
 - FLIP-168: Speculative Execution core part
 - FLIP-224: Blocklist Mechanism
 - FLIP-245: Source Supports Speculative Execution
 - FLIP-249: Flink Web UI Enhancement for Speculative Execution

This ticket aims to verify FLIP-168, along with FLIP-224 and FLIP-249.


To do the verification, the process can be:
 - Write a Flink job which has a subtask running much slower than others (e.g. 
sleep indefinitely if it runs on a certain host, the hostname can be retrieved 
via InetAddress.getLocalHost().getHostName(), or if its (subtaskIndex + 
attemptNumer) % 2 == 0)
 - Modify Flink configuration file to enable speculative execution and tune the 
configuration as you like
 - Submit the job. Checking the web UI, logs, metrics and produced result.

  was:
Speculative execution is introduced in Flink 1.16 to deal with temporary slow 
tasks caused by slow nodes. More details about this feature can be found in 
this documentation [PR|https://github.com/apache/flink/pull/20507].

This feature currently consists of 4 FLIPs:
 - FLIP-168: Speculative Execution core part
 - FLIP-224: Blocklist Mechanism
 - FLIP-245: Source Supports Speculative Execution
 - FLIP-249: Flink Web UI Enhancement for Speculative Execution

This ticket aims to verify FLIP-168, along with FLIP-224 and FLIP-249.

To do the verification, the process can be:
 - Write a Flink job which has a subtask running much slower than others (e.g. 
sleep indefinitely if it runs on a certain host, the hostname can be retrieved 
via InetAddress.getLocalHost().getHostName(), or if its (subtaskIndex + 
attemptNumer) % 2 == 0)
 - Modify Flink configuration file to enable speculative execution and tune the 
configuration as you like
 - Submit the job. Checking the web UI, logs, metrics and produced result.


> Release Testing: Verify FLIP-168 speculative execution
> --
>
> Key: FLINK-28980
> URL: https://issues.apache.org/jira/browse/FLINK-28980
> Project: Flink
>  Issue Type: Sub-task
>  Components: Runtime / Coordination
>Reporter: Zhu Zhu
>Priority: Major
> Fix For: 1.16.0
>
>
> Speculative execution is introduced in Flink 1.16 to deal with temporary slow 
> tasks caused by slow nodes. More details about this feature can be found in 
> this documentation [PR|https://github.com/apache/flink/pull/20507].
> This feature currently consists of 4 FLIPs:
>  - FLIP-168: Speculative Execution core part
>  - FLIP-224: Blocklist Mechanism
>  - FLIP-245: Source Supports Speculative Execution
>  - FLIP-249: Flink Web UI Enhancement for Speculative Execution
> This ticket aims to verify FLIP-168, along with FLIP-224 and FLIP-249.
> To do the verification, the process can be:
>  - Write a Flink job which has a subtask running much slower than others 
> (e.g. sleep indefinitely if it runs on a certain host, the hostname can be 
> retrieved via InetAddress.getLocalHost().getHostName(), or if its 
> (subtaskIndex + attemptNumer) % 2 == 0)
>  - Modify Flink configuration file to enable speculative execution and tune 
> the configuration as you like
>  - Submit the job. Checking the web UI, logs, metrics and produced result.



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


[jira] [Updated] (FLINK-28980) Release Testing: Verify FLIP-168 speculative execution

2022-08-15 Thread Zhu Zhu (Jira)


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

Zhu Zhu updated FLINK-28980:

Description: 
Speculative execution is introduced in Flink 1.16 to deal with temporary slow 
tasks caused by slow nodes. More details about this feature can be found in 
this documentation [PR|https://github.com/apache/flink/pull/20507].

This feature currently consists of 4 FLIPs:
 - FLIP-168: Speculative Execution core part
 - FLIP-224: Blocklist Mechanism
 - FLIP-245: Source Supports Speculative Execution
 - FLIP-249: Flink Web UI Enhancement for Speculative Execution

This ticket aims to verify FLIP-168, along with FLIP-224 and FLIP-249.

To do the verification, the process can be:
 - Write a Flink job which has a subtask running much slower than others (e.g. 
sleep indefinitely if it runs on a certain host, the hostname can be retrieved 
via InetAddress.getLocalHost().getHostName(), or if its (subtaskIndex + 
attemptNumer) % 2 == 0)
 - Modify Flink configuration file to enable speculative execution and tune the 
configuration as you like
 - Submit the job. Checking the web UI, logs, metrics and produced result.

  was:
Speculative execution is introduced in Flink 1.16 to deal with temporary slow 
tasks caused by slow nodes. More details about this feature can be found in 
this documentation [PR|https://github.com/apache/flink/pull/20507].

This feature currently consists of 4 FLIPs:
 - FLIP-168: Speculative Execution core part
 - FLIP-224: Blocklist Mechanism
 - FLIP-245: Source Supports Speculative Execution
 - FLIP-249: Flink Web UI Enhancement for Speculative Execution

This ticket aims to verify FLIP-168, along with FLIP-224 and FLIP-249.


To do the verification, the process can be:
 - Write a Flink job which has a subtask running much slower than others (e.g. 
sleep indefinitely if it runs on a certain host, the hostname can be retrieved 
via InetAddress.getLocalHost().getHostName(), or if its (subtaskIndex + 
attemptNumer) % 2 == 0)
 - Modify Flink configuration file to enable speculative execution and tune the 
configuration as you like
 - Submit the job. Checking the web UI, logs, metrics and produced result.


> Release Testing: Verify FLIP-168 speculative execution
> --
>
> Key: FLINK-28980
> URL: https://issues.apache.org/jira/browse/FLINK-28980
> Project: Flink
>  Issue Type: Sub-task
>  Components: Runtime / Coordination
>Reporter: Zhu Zhu
>Priority: Major
> Fix For: 1.16.0
>
>
> Speculative execution is introduced in Flink 1.16 to deal with temporary slow 
> tasks caused by slow nodes. More details about this feature can be found in 
> this documentation [PR|https://github.com/apache/flink/pull/20507].
> This feature currently consists of 4 FLIPs:
>  - FLIP-168: Speculative Execution core part
>  - FLIP-224: Blocklist Mechanism
>  - FLIP-245: Source Supports Speculative Execution
>  - FLIP-249: Flink Web UI Enhancement for Speculative Execution
> This ticket aims to verify FLIP-168, along with FLIP-224 and FLIP-249.
> To do the verification, the process can be:
>  - Write a Flink job which has a subtask running much slower than others 
> (e.g. sleep indefinitely if it runs on a certain host, the hostname can be 
> retrieved via InetAddress.getLocalHost().getHostName(), or if its 
> (subtaskIndex + attemptNumer) % 2 == 0)
>  - Modify Flink configuration file to enable speculative execution and tune 
> the configuration as you like
>  - Submit the job. Checking the web UI, logs, metrics and produced result.



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


[jira] [Updated] (FLINK-28980) Release Testing: Verify FLIP-168 speculative execution

2022-08-15 Thread Zhu Zhu (Jira)


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

Zhu Zhu updated FLINK-28980:

Description: 
Speculative execution is introduced in Flink 1.16 to deal with temporary slow 
tasks caused by slow nodes. More details about this feature can be found in 
this documentation [PR|https://github.com/apache/flink/pull/20507].

This feature currently consists of 4 FLIPs:
 - FLIP-168: Speculative Execution core part
 - FLIP-224: Blocklist Mechanism
 - FLIP-245: Source Supports Speculative Execution
 - FLIP-249: Flink Web UI Enhancement for Speculative Execution

This ticket aims to verify FLIP-168, along with FLIP-224 and FLIP-249.

To do the verification, the process can be:
 - Write a Flink job which has a subtask running much slower than others (e.g. 
sleep indefinitely if it runs on a certain host, the hostname can be retrieved 
via InetAddress.getLocalHost().getHostName(), or if its (subtaskIndex + 
attemptNumer) % 2 == 0)
 - Modify Flink configuration file to enable speculative execution and tune the 
configuration as you like
 - Submit the job. Checking the web UI, logs, metrics and produced result.

  was:
Speculative execution is introduced in Flink 1.16 to deal with temporary slow 
tasks caused by slow nodes. More details about this feature can be found in 
this documentation [PR|https://github.com/apache/flink/pull/20507].

This feature currently consists of 4 FLIPs:
 - FLIP-168: Speculative Execution core part
 - FLIP-224: Blocklist Mechanism
 - FLIP-245: Source Supports Speculative Execution
 - FLIP-249: Flink Web UI Enhancement for Speculative Execution

This ticket aims to verify FLIP-168, along with FLIP-224 and FLIP-249.
To do the verification, the process can be:
 - Write a Flink job which has a subtask running much slower than others (e.g. 
sleep indefinitely if it runs on a certain host, the hostname can be retrieved 
via InetAddress.getLocalHost().getHostName(), or if its (subtaskIndex + 
attemptNumer) % 2 == 0)
 - Modify Flink configuration file to enable speculative execution and tune the 
configuration as you like
 - Submit the job. Checking the web UI, logs, metrics and produced result.


> Release Testing: Verify FLIP-168 speculative execution
> --
>
> Key: FLINK-28980
> URL: https://issues.apache.org/jira/browse/FLINK-28980
> Project: Flink
>  Issue Type: Sub-task
>  Components: Runtime / Coordination
>Reporter: Zhu Zhu
>Priority: Major
> Fix For: 1.16.0
>
>
> Speculative execution is introduced in Flink 1.16 to deal with temporary slow 
> tasks caused by slow nodes. More details about this feature can be found in 
> this documentation [PR|https://github.com/apache/flink/pull/20507].
> This feature currently consists of 4 FLIPs:
>  - FLIP-168: Speculative Execution core part
>  - FLIP-224: Blocklist Mechanism
>  - FLIP-245: Source Supports Speculative Execution
>  - FLIP-249: Flink Web UI Enhancement for Speculative Execution
> This ticket aims to verify FLIP-168, along with FLIP-224 and FLIP-249.
> To do the verification, the process can be:
>  - Write a Flink job which has a subtask running much slower than others 
> (e.g. sleep indefinitely if it runs on a certain host, the hostname can be 
> retrieved via InetAddress.getLocalHost().getHostName(), or if its 
> (subtaskIndex + attemptNumer) % 2 == 0)
>  - Modify Flink configuration file to enable speculative execution and tune 
> the configuration as you like
>  - Submit the job. Checking the web UI, logs, metrics and produced result.



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