You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "David Anderson (Jira)" <ji...@apache.org> on 2023/03/09 23:05:00 UTC

[jira] [Created] (FLINK-31388) restart from savepoint fails with "userVisibleTail should not be larger than offset. This is a bug."

David Anderson created FLINK-31388:
--------------------------------------

             Summary: 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


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)