You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by HeartSaVioR <gi...@git.apache.org> on 2016/07/07 06:28:19 UTC

[GitHub] storm issue #1544: ConcurrentModificationExceptions in WindowedBoltExecutorT...

Github user HeartSaVioR commented on the issue:

    https://github.com/apache/storm/pull/1544
  
    @abhishekagarwal87 
    Is it a fix for this random failure?
    
    ```
    classname: org.apache.storm.topology.WindowedBoltExecutorTest / testname: testExecuteWithLateTupleStream
    org.mockito.exceptions.verification.WantedButNotInvoked: 
    Wanted but not invoked:
    outputCollector.emit(
        "$late",
        [source: null:1, stream: s1, id: {}, [600]],
        [source: null:1, stream: s1, id: {}, [600]]
    );
    -> at org.apache.storm.topology.WindowedBoltExecutorTest.testExecuteWithLateTupleStream(WindowedBoltExecutorTest.java:225)
    Actually, there were zero interactions with this mock.
    
    	at org.apache.storm.topology.WindowedBoltExecutorTest.testExecuteWithLateTupleStream(WindowedBoltExecutorTest.java:225)
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---