steveniemitz opened a new issue, #22141: URL: https://github.com/apache/beam/issues/22141
### What happened? Many methods in `StreamingModeExecutionContext` do something like: ``` checkState(stateFamily != null, "Tried to access timers for stateless step: " + getNameContext()); ``` This is suboptimal because it causes a bunch of allocations, even if checkState doesn't fail. ### Issue Priority Priority: 2 ### Issue Component Component: runner-dataflow -- 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]
