You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nemo.apache.org by GitBox <gi...@apache.org> on 2018/12/13 05:41:35 UTC

[GitHub] taegeonum opened a new pull request #178: [NEMO-317] Optimize triggering logic in GroupByKeyAndWindowDoFnTransform

taegeonum opened a new pull request #178: [NEMO-317] Optimize triggering logic in GroupByKeyAndWindowDoFnTransform
URL: https://github.com/apache/incubator-nemo/pull/178
 
 
   JIRA: [NEMO-317: Optimize triggering logic in GroupByKeyAndWindowDoFnTransform](https://issues.apache.org/jira/projects/NEMO/issues/NEMO-317)
   
   **Major changes:**
   - Create `NemoTimerInternals` that adds timer data to the shared data structures of `ContextForTimer`. 
   - Remove timers from `ContextForTimer` and trigger them, instead of iterating all keys. 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services