You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/07/02 16:22:18 UTC

[GitHub] [beam] steveniemitz opened a new issue, #22141: [Bug]: Tune StreamingModeExecutionContext allocations

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: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] steveniemitz commented on issue #22141: [Bug]: Tune StreamingModeExecutionContext allocations

Posted by GitBox <gi...@apache.org>.
steveniemitz commented on issue #22141:
URL: https://github.com/apache/beam/issues/22141#issuecomment-1175371300

   .take-issue


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] lukecwik closed issue #22141: [Bug]: Tune StreamingModeExecutionContext allocations

Posted by GitBox <gi...@apache.org>.
lukecwik closed issue #22141: [Bug]: Tune StreamingModeExecutionContext allocations
URL: https://github.com/apache/beam/issues/22141


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org