Flink 1.2.1 - Job initial start time

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Flink 1.2.1 - Job initial start time

Bajaj, Abhinav

Hi,

 

Is there a way to know the initial start time of a job? I am looking for the first time job was started and not the time of the restart.

 

It seems the “start-time” reported by monitoring API under joboverview is reset after a restart.

Also, it seems the “start-time” & “timestamps” under job details are also reset when a job is restarted.

I expected the “CREATED” date under “timestamps” to be initial created time of the job but it is reset after a job is restarted.

 

We are using Flink 1.2.1 and trying to figure out a way to find the initial start time, if possible.

 

Thanks,

Abhinav Bajaj

 

 

 

Reply | Threaded
Open this post in threaded view
|

Re: Flink 1.2.1 - Job initial start time

Bajaj, Abhinav

Adding my team mate.

 

~ Abhinav Bajaj

 

From: "Bajaj, Abhinav" <[hidden email]>
Date: Thursday, May 31, 2018 at 9:30 AM
To: "[hidden email]" <[hidden email]>
Subject: Flink 1.2.1 - Job initial start time

 

Hi,

 

Is there a way to know the initial start time of a job? I am looking for the first time job was started and not the time of the restart.

 

It seems the “start-time” reported by monitoring API under joboverview is reset after a restart.

Also, it seems the “start-time” & “timestamps” under job details are also reset when a job is restarted.

I expected the “CREATED” date under “timestamps” to be initial created time of the job but it is reset after a job is restarted.

 

We are using Flink 1.2.1 and trying to figure out a way to find the initial start time, if possible.

 

Thanks,

Abhinav Bajaj

 

 

 

Reply | Threaded
Open this post in threaded view
|

Re: Flink 1.2.1 - Job initial start time

Till Rohrmann
Hi Bajaj,

this is currently not possible. Could you please open a JIRA issue for this feature to be added. I think in the end the change should be not resetting the CREATED timestamp when calling `ExecutionGraph#restart()`.

Cheers,
Till

On Thu, May 31, 2018 at 6:34 PM, Bajaj, Abhinav <[hidden email]> wrote:

Adding my team mate.

 

~ Abhinav Bajaj

 

From: "Bajaj, Abhinav" <[hidden email]>
Date: Thursday, May 31, 2018 at 9:30 AM
To: "[hidden email]" <[hidden email]>
Subject: Flink 1.2.1 - Job initial start time

 

Hi,

 

Is there a way to know the initial start time of a job? I am looking for the first time job was started and not the time of the restart.

 

It seems the “start-time” reported by monitoring API under joboverview is reset after a restart.

Also, it seems the “start-time” & “timestamps” under job details are also reset when a job is restarted.

I expected the “CREATED” date under “timestamps” to be initial created time of the job but it is reset after a job is restarted.

 

We are using Flink 1.2.1 and trying to figure out a way to find the initial start time, if possible.

 

Thanks,

Abhinav Bajaj

 

 

 


Reply | Threaded
Open this post in threaded view
|

Re: Flink 1.2.1 - Job initial start time

Till Rohrmann
Thank you! 

On Fri, Jun 1, 2018 at 5:21 PM Bollerman, Petrus <[hidden email]> wrote:

In addition to not resetting the CREATED timestamp, there is value to keep a history of restarts, and exceptions. We'll add that to the ticket as well.

 

From: Till Rohrmann <[hidden email]>
Sent: Friday, June 01, 2018 10:10 AM
To: Bajaj, Abhinav <[hidden email]>
Cc: [hidden email]; Bollerman, Petrus <[hidden email]>
Subject: Re: Flink 1.2.1 - Job initial start time

 

Hi Bajaj,

 

this is currently not possible. Could you please open a JIRA issue for this feature to be added. I think in the end the change should be not resetting the CREATED timestamp when calling `ExecutionGraph#restart()`.

 

Cheers,

Till

 

On Thu, May 31, 2018 at 6:34 PM, Bajaj, Abhinav <[hidden email]> wrote:

Adding my team mate.

 

~ Abhinav Bajaj

 

From: "Bajaj, Abhinav" <[hidden email]>
Date: Thursday, May 31, 2018 at 9:30 AM
To: "[hidden email]" <[hidden email]>
Subject: Flink 1.2.1 - Job initial start time

 

Hi,

 

Is there a way to know the initial start time of a job? I am looking for the first time job was started and not the time of the restart.

 

It seems the “start-time” reported by monitoring API under joboverview is reset after a restart.

Also, it seems the “start-time” & “timestamps” under job details are also reset when a job is restarted.

I expected the “CREATED” date under “timestamps” to be initial created time of the job but it is reset after a job is restarted.

 

We are using Flink 1.2.1 and trying to figure out a way to find the initial start time, if possible.

 

Thanks,

Abhinav Bajaj