Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-4000

Exception: Could not restore checkpointed state to operators and functions; during Job Restart (Job restart is triggered due to one of the task manager failure)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0.3
    • 1.1.0
    • API / DataStream
    • None

    Description

      java.lang.Exception: Could not restore checkpointed state to operators and functions
      at org.apache.flink.streaming.runtime.tasks.StreamTask.restoreState(StreamTask.java:457)
      at org.apache.flink.streaming.runtime.tasks.StreamTask.invoke(StreamTask.java:209)
      at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      at java.lang.Thread.run(Thread.java:745)
      Caused by: java.lang.Exception: Failed to restore state to function: null
      at org.apache.flink.streaming.api.operators.AbstractUdfStreamOperator.restoreState(AbstractUdfStreamOperator.java:168)
      at org.apache.flink.streaming.runtime.tasks.StreamTask.restoreState(StreamTask.java:449)
      ... 3 more
      Caused by: java.lang.NullPointerException
      at org.apache.flink.streaming.api.functions.source.MessageAcknowledgingSourceBase.restoreState(MessageAcknowledgingSourceBase.java:184)
      at org.apache.flink.streaming.api.functions.source.MessageAcknowledgingSourceBase.restoreState(MessageAcknowledgingSourceBase.java:80)
      at org.apache.flink.streaming.api.operators.AbstractUdfStreamOperator.restoreState(AbstractUdfStreamOperator.java:165)
      ... 4 more

      Attachments

        Activity

          People

            Unassigned Unassigned
            aride Aride Chettali
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: