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

Python Group Agg failed in cleaning the idle state

Attach filesAttach ScreenshotVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    Description

      # aggregate_fast.pyx
      cpdef void on_timer(self, InternalRow key):
          if self.state_cleaning_enabled:
              self.state_backend.set_current_key(key) # The key must be a list, but it is a InternalRow here.
              accumulator_state = self.state_backend.get_value_state(
                  "accumulators", self.state_value_coder)
              accumulator_state.clear()
              self.aggs_handle.cleanup() 

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            hxb Xingbo Huang
            hxb Xingbo Huang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment