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

CoordinatorEventsToStreamOperatorRecipientExactlyOnceITCase.testCheckpoint fails because of missed operator event

    XMLWordPrintableJSON

Details

    Description

      A test instability in CoordinatorEventsToStreamOperatorRecipientExactlyOnceITCase.testCheckpoint was observed where an expected OperatorEvent was missed:

      Test org.apache.flink.streaming.runtime.tasks.CoordinatorEventsToStreamOperatorRecipientExactlyOnceITCase.testCheckpoint[testCheckpoint()] failed with:
      java.lang.AssertionError:
      Expecting actual:
        [0,
          1,
          3,
          4,
      [...]
          98,
          99]
      to contain exactly (and in same order):
        [0,
          1,
          2,
          3,
          4,
      [...]
      but could not find the following elements:
        [2]        at org.apache.flink.runtime.operators.coordination.CoordinatorEventsExactlyOnceITCase.checkListContainsSequence(CoordinatorEventsExactlyOnceITCase.java:175)
              at org.apache.flink.streaming.runtime.tasks.CoordinatorEventsToStreamOperatorRecipientExactlyOnceITCase.executeAndVerifyResults(CoordinatorEventsToStreamOperatorRecipientExactlyOnceITCase.java:178)
              at org.apache.flink.streaming.runtime.tasks.CoordinatorEventsToStreamOperatorRecipientExactlyOnceITCase.testCheckpoint(CoordinatorEventsToStreamOperatorRecipientExactlyOnceITCase.java:124)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 

      The build failure happened on commit 2e853ce39a for FLINK-35552.

      I attached the logs for further relevant build artifact and the extract logs for this specific test failure.

      Attachments

        1. FLINK-35552.testCheckpoint.log
          94 kB
          Matthias Pohl
        2. logs-ci-test_ci_core-1719524892.zip
          15.99 MB
          Matthias Pohl

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mapohl Matthias Pohl
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: