nybbles commented on issue #27648: URL: https://github.com/apache/beam/issues/27648#issuecomment-1763529241
I took a heap dump from running my pipeline that uses a pure SDF to read from Redis (should have similar memory leak to the minimal example I posted that uses `PeriodicImpulse`. The retained memory is primarily in `registeredKVStates`, a `java.util.HashMap` that is in the `keyedStateStore` within the `runtimeContext` in `ExecutableStageDoFnOperator`.  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
