[
https://issues.apache.org/jira/browse/FLINK-31388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17698642#comment-17698642
]
David Anderson commented on FLINK-31388:
----------------------------------------
[~fsk119] maybe you have an idea about this?
> restart from savepoint fails with "userVisibleTail should not be larger than
> offset. This is a bug."
> ----------------------------------------------------------------------------------------------------
>
> Key: FLINK-31388
> URL: https://issues.apache.org/jira/browse/FLINK-31388
> Project: Flink
> Issue Type: Bug
> Components: Table SQL / Client
> Affects Versions: 1.16.1
> Reporter: David Anderson
> Priority: Major
>
> I took a savepoint, then usedÂ
> {code:java}
> SET 'execution.savepoint.path' = ...
> {code}
> to set the savepoint path, and then re-executed the query that had been
> running before the stop-with-savepoint.
> It was not an INSERT INTO job, but rather a "collect" job running a SELECT
> query.
> It then failed with
> {code:java}
> userVisibleTail should not be larger than offset. This is a bug.
> {code}
> Perhaps there is an unstated requirement that using the sql-client to restart
> from a savepoint only works with INSERT INTO jobs?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)