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

Python Group Agg failed in cleaning the idle state

    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

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: