Flink 1.2.0 rc2 Bugs

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

Flink 1.2.0 rc2 Bugs

Scott Kidder
I encountered the following two bugs while testing Flink 1.2.0 rc2:

Task Manager ID missing from logs link in Job Manager UI
https://issues.apache.org/jira/browse/FLINK-5648

KryoException when starting job from Flink 1.2.0 rc0 savepoint
https://issues.apache.org/jira/browse/FLINK-5649

The last bug, FLINK-5649, prevents the submission of a job using a
savepoint taken with 1.2.0 rc0 and is a blocker for me.

Best,

--Scott Kidder
Reply | Threaded
Open this post in threaded view
|

Re: Flink 1.2.0 rc2 Bugs

Ufuk Celebi-2
Hey Scott, thanks for reporting these.

Regarding the 2nd point: RC0 had an issue with the KryoSerializer
preventing users to resume from 1.1 savepoints. That was fixed at the
cost of breaking savepoint compatability between the RCs, but there is
no way around it. Flink guarantees compatability between released
versions but not for snapshots/nightly builds/RCs. You can resume from
1.1 savepoints and any 1.2 savepoint (when released).

You would have to restart from your initial state, but you can be sure
that once 1.2.0 is released your savepoints will work with future
upgrades to 1.2.1 etc.

– Ufuk

PS: If you find an issue with an voted on RC, you can also feel free
to reply to the corresponding VOTE thread.


On Thu, Jan 26, 2017 at 1:29 AM, Scott Kidder <[hidden email]> wrote:

> I encountered the following two bugs while testing Flink 1.2.0 rc2:
>
> Task Manager ID missing from logs link in Job Manager UI
> https://issues.apache.org/jira/browse/FLINK-5648
>
> KryoException when starting job from Flink 1.2.0 rc0 savepoint
> https://issues.apache.org/jira/browse/FLINK-5649
>
> The last bug, FLINK-5649, prevents the submission of a job using a
> savepoint taken with 1.2.0 rc0 and is a blocker for me.
>
> Best,
>
> --Scott Kidder