[jira] [Updated] (FLINK-34289) Release Testing Instructions: Verify FLINK-33695 Introduce TraceReporter and use it to create checkpointing and recovery traces

2024-02-08 Thread lincoln lee (Jira)


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

lincoln lee updated FLINK-34289:

Attachment: screenshot-2.png

> Release Testing Instructions: Verify FLINK-33695 Introduce TraceReporter and 
> use it to create checkpointing and recovery traces 
> 
>
> Key: FLINK-34289
> URL: https://issues.apache.org/jira/browse/FLINK-34289
> Project: Flink
>  Issue Type: Sub-task
>  Components: Runtime / Metrics
>Affects Versions: 1.19.0
>Reporter: lincoln lee
>Assignee: Piotr Nowojski
>Priority: Blocker
> Fix For: 1.19.0
>
> Attachments: Screenshot 2024-02-08 at 07.22.19.png, screenshot-1.png, 
> screenshot-2.png
>
>
> This ticket covers testing three related features: FLINK-33695, FLINK-33735 
> and FLINK-33696.
> Instructions:
> #  Configure Flink to use 
> [Slf4jTraceReporter|https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/trace_reporters/#slf4j]
>  and with enabled *INFO* level logging (can be to console or to a file, 
> doesn't matter).
> # Start a streaming job with enabled checkpointing.
> # Let it run for a couple of checkpoints.
> # Verify presence of a single *JobInitialization* [1] trace logged just after 
> job start up.
> # Verify presence of a couple of *Checkpoint* [1] traces logged after each 
> successful or failed checkpoint.
> [1] 
> https://nightlies.apache.org/flink/flink-docs-master/docs/ops/traces/#checkpointing-and-initialization



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


[jira] [Updated] (FLINK-34289) Release Testing Instructions: Verify FLINK-33695 Introduce TraceReporter and use it to create checkpointing and recovery traces

2024-02-07 Thread Piotr Nowojski (Jira)


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

Piotr Nowojski updated FLINK-34289:
---
Attachment: Screenshot 2024-02-08 at 07.22.19.png

> Release Testing Instructions: Verify FLINK-33695 Introduce TraceReporter and 
> use it to create checkpointing and recovery traces 
> 
>
> Key: FLINK-34289
> URL: https://issues.apache.org/jira/browse/FLINK-34289
> Project: Flink
>  Issue Type: Sub-task
>  Components: Runtime / Metrics
>Affects Versions: 1.19.0
>Reporter: lincoln lee
>Assignee: Piotr Nowojski
>Priority: Blocker
> Fix For: 1.19.0
>
> Attachments: Screenshot 2024-02-08 at 07.22.19.png, screenshot-1.png
>
>
> This ticket covers testing three related features: FLINK-33695, FLINK-33735 
> and FLINK-33696.
> Instructions:
> #  Configure Flink to use 
> [Slf4jTraceReporter|https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/trace_reporters/#slf4j]
>  and with enabled *INFO* level logging (can be to console or to a file, 
> doesn't matter).
> # Start a streaming job with enabled checkpointing.
> # Let it run for a couple of checkpoints.
> # Verify presence of a single *JobInitialization* [1] trace logged just after 
> job start up.
> # Verify presence of a couple of *Checkpoint* [1] traces logged after each 
> successful or failed checkpoint.
> [1] 
> https://nightlies.apache.org/flink/flink-docs-master/docs/ops/traces/#checkpointing-and-initialization



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


[jira] [Updated] (FLINK-34289) Release Testing Instructions: Verify FLINK-33695 Introduce TraceReporter and use it to create checkpointing and recovery traces

2024-02-06 Thread lincoln lee (Jira)


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

lincoln lee updated FLINK-34289:

Labels:   (was: release-testing)

> Release Testing Instructions: Verify FLINK-33695 Introduce TraceReporter and 
> use it to create checkpointing and recovery traces 
> 
>
> Key: FLINK-34289
> URL: https://issues.apache.org/jira/browse/FLINK-34289
> Project: Flink
>  Issue Type: Sub-task
>  Components: Runtime / Metrics
>Affects Versions: 1.19.0
>Reporter: lincoln lee
>Assignee: Piotr Nowojski
>Priority: Blocker
> Fix For: 1.19.0
>
> Attachments: screenshot-1.png
>
>
> This ticket covers testing three related features: FLINK-33695, FLINK-33735 
> and FLINK-33696.
> Instructions:
> #  Configure Flink to use 
> [Slf4jTraceReporter|https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/trace_reporters/#slf4j]
>  and with enabled *INFO* level logging (can be to console or to a file, 
> doesn't matter).
> # Start a streaming job with enabled checkpointing.
> # Let it run for a couple of checkpoints.
> # Verify presence of a single *JobInitialization* [1] trace logged just after 
> job start up.
> # Verify presence of a couple of *Checkpoint* [1] traces logged after each 
> successful or failed checkpoint.
> [1] 
> https://nightlies.apache.org/flink/flink-docs-master/docs/ops/traces/#checkpointing-and-initialization



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


[jira] [Updated] (FLINK-34289) Release Testing Instructions: Verify FLINK-33695 Introduce TraceReporter and use it to create checkpointing and recovery traces

2024-02-06 Thread lincoln lee (Jira)


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

lincoln lee updated FLINK-34289:

Summary: Release Testing Instructions: Verify FLINK-33695 Introduce 
TraceReporter and use it to create checkpointing and recovery traces   (was: 
Release Testing: Verify FLINK-33695 Introduce TraceReporter and use it to 
create checkpointing and recovery traces )

> Release Testing Instructions: Verify FLINK-33695 Introduce TraceReporter and 
> use it to create checkpointing and recovery traces 
> 
>
> Key: FLINK-34289
> URL: https://issues.apache.org/jira/browse/FLINK-34289
> Project: Flink
>  Issue Type: Sub-task
>  Components: Runtime / Metrics
>Affects Versions: 1.19.0
>Reporter: lincoln lee
>Priority: Blocker
>  Labels: release-testing
> Fix For: 1.19.0
>
> Attachments: screenshot-1.png
>
>
> This ticket covers testing three related features: FLINK-33695, FLINK-33735 
> and FLINK-33696.
> Instructions:
> #  Configure Flink to use 
> [Slf4jTraceReporter|https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/trace_reporters/#slf4j]
>  and with enabled *INFO* level logging (can be to console or to a file, 
> doesn't matter).
> # Start a streaming job with enabled checkpointing.
> # Let it run for a couple of checkpoints.
> # Verify presence of a single *JobInitialization* [1] trace logged just after 
> job start up.
> # Verify presence of a couple of *Checkpoint* [1] traces logged after each 
> successful or failed checkpoint.
> [1] 
> https://nightlies.apache.org/flink/flink-docs-master/docs/ops/traces/#checkpointing-and-initialization



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


[jira] [Updated] (FLINK-34289) Release Testing Instructions: Verify FLINK-33695 Introduce TraceReporter and use it to create checkpointing and recovery traces

2024-02-05 Thread Piotr Nowojski (Jira)


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

Piotr Nowojski updated FLINK-34289:
---
Description: 
This ticket covers testing three related features: FLINK-33695, FLINK-33735 and 
FLINK-33696.

Instructions:
#  Configure Flink to use 
[Slf4jTraceReporter|https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/trace_reporters/#slf4j]
 and with enabled *INFO* level logging (can be to console or to a file, doesn't 
matter).
# Start a streaming job with enabled checkpointing.
# Let it run for a couple of checkpoints.
# Verify presence of a single *JobInitialization* [1] trace logged just after 
job start up.
# Verify presence of a couple of *Checkpoint* [1] traces logged after each 
successful or failed checkpoint.

[1] 
https://nightlies.apache.org/flink/flink-docs-master/docs/ops/traces/#checkpointing-and-initialization

> Release Testing Instructions: Verify FLINK-33695 Introduce TraceReporter and 
> use it to create checkpointing and recovery traces 
> 
>
> Key: FLINK-34289
> URL: https://issues.apache.org/jira/browse/FLINK-34289
> Project: Flink
>  Issue Type: Sub-task
>  Components: Runtime / Metrics
>Affects Versions: 1.19.0
>Reporter: lincoln lee
>Assignee: Piotr Nowojski
>Priority: Blocker
>  Labels: release-testing
> Fix For: 1.19.0
>
> Attachments: screenshot-1.png
>
>
> This ticket covers testing three related features: FLINK-33695, FLINK-33735 
> and FLINK-33696.
> Instructions:
> #  Configure Flink to use 
> [Slf4jTraceReporter|https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/trace_reporters/#slf4j]
>  and with enabled *INFO* level logging (can be to console or to a file, 
> doesn't matter).
> # Start a streaming job with enabled checkpointing.
> # Let it run for a couple of checkpoints.
> # Verify presence of a single *JobInitialization* [1] trace logged just after 
> job start up.
> # Verify presence of a couple of *Checkpoint* [1] traces logged after each 
> successful or failed checkpoint.
> [1] 
> https://nightlies.apache.org/flink/flink-docs-master/docs/ops/traces/#checkpointing-and-initialization



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


[jira] [Updated] (FLINK-34289) Release Testing Instructions: Verify FLINK-33695 Introduce TraceReporter and use it to create checkpointing and recovery traces

2024-02-05 Thread lincoln lee (Jira)


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

lincoln lee updated FLINK-34289:

Attachment: screenshot-1.png

> Release Testing Instructions: Verify FLINK-33695 Introduce TraceReporter and 
> use it to create checkpointing and recovery traces 
> 
>
> Key: FLINK-34289
> URL: https://issues.apache.org/jira/browse/FLINK-34289
> Project: Flink
>  Issue Type: Sub-task
>  Components: Runtime / Metrics
>Affects Versions: 1.19.0
>Reporter: lincoln lee
>Assignee: Piotr Nowojski
>Priority: Blocker
>  Labels: release-testing
> Fix For: 1.19.0
>
> Attachments: screenshot-1.png
>
>




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


[jira] [Updated] (FLINK-34289) Release Testing Instructions: Verify FLINK-33695 Introduce TraceReporter and use it to create checkpointing and recovery traces

2024-01-30 Thread lincoln lee (Jira)


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

lincoln lee updated FLINK-34289:

Summary: Release Testing Instructions: Verify FLINK-33695 Introduce 
TraceReporter and use it to create checkpointing and recovery traces   (was: 
Release Testing: Verify FLINK-33695 Introduce TraceReporter and use it to 
create checkpointing and recovery traces )

> Release Testing Instructions: Verify FLINK-33695 Introduce TraceReporter and 
> use it to create checkpointing and recovery traces 
> 
>
> Key: FLINK-34289
> URL: https://issues.apache.org/jira/browse/FLINK-34289
> Project: Flink
>  Issue Type: Sub-task
>  Components: Runtime / Metrics
>Affects Versions: 1.19.0
>Reporter: lincoln lee
>Assignee: Piotr Nowojski
>Priority: Blocker
>  Labels: release-testing
> Fix For: 1.19.0
>
>




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