Uh oh!
There was an error while loading. Please reload this page.
[BEAM-97] Input watermarks can never be null - #30
Conversation
mshields822
commented
Mar 7, 2016
mshields822
commented
Mar 7, 2016
This also includes some additional comments and asserts related to pairing output watermark holds with their cleanup timers. They could be separated but since everything is around watermark hold robustness I think we should keep them together. |
mshields822
commented
Mar 8, 2016
Hold off on this one please. |
mshields822
commented
Mar 10, 2016
@kennknowles |
mshields822
commented
Mar 22, 2016
@kennknowles |
| } | ||
| public void onFire(W window, Timers timers, StateAccessor<?> state) throws Exception { | ||
| // shouldFire should be false. |
There was a problem hiding this comment.
Typo? I think rootTrigger.invokeShouldFire(context) should be true, otherwise it is forbidden to call invokeOnFire.
kennknowles
commented
Mar 24, 2016
Nice. This makes things so much cleaner. |
mshields822
commented
Mar 25, 2016
PTAL |
mshields822
commented
Mar 25, 2016
Oh, I'm too late for the rename - will need to rebase. |
mshields822
commented
Mar 25, 2016
All good. |
Add ControlClientPool interface and fix broken JobResourceManagerTest
* Rewrite github_sample to 1 line * Add license to table shortcode
feat: serialize/deserialize custom coders
No description provided.