Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.3.0
-
None
Description
Although we added `numRowsDroppedByWatermark` to `SessionWindowStateStoreRestoreExec`, but currently only `StateStoreWriter` will be collected metrics for `StateOperatorProgress`. So if we need `numRowsDroppedByWatermark` from `SessionWindowStateStoreRestoreExec` to be used in streaming listener, we need to incorporate `SessionWindowStateStoreRestoreExec` into `StateOperatorProgress`.