[ 
https://issues.apache.org/jira/browse/EAGLE-484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15429944#comment-15429944
 ] 

ASF GitHub Bot commented on EAGLE-484:
--------------------------------------

GitHub user r7raul1984 opened a pull request:

    https://github.com/apache/incubator-eagle/pull/369

    [EAGLE-484] StreamRouterSpec class should override equals method

     - add equals hashCode method
    
    https://issues.apache.org/jira/browse/EAGLE-484

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/r7raul1984/incubator-eagle EAGLE-484

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-eagle/pull/369.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #369
    
----
commit 468bac48acda08fb217b136434cb2e51fcf6654e
Author: r7raul1984 <[email protected]>
Date:   2016-08-22T01:14:13Z

    [EAGLE-484] StreamRouterSpec class should override equals method
    
     - add equals hashCode method
    
    https://issues.apache.org/jira/browse/EAGLE-484

----


> StreamRouterSpec class should override equals method 
> -----------------------------------------------------
>
>                 Key: EAGLE-484
>                 URL: https://issues.apache.org/jira/browse/EAGLE-484
>             Project: Eagle
>          Issue Type: Bug
>    Affects Versions: v0.5.0
>            Reporter: JiJun Tang
>            Assignee: JiJun Tang
>             Fix For: v0.5.0
>
>
> {code:title=StreamRouterBolt.java|borderStyle=solid}
> if(!newSRS.get(s).equals(cachedSRS.get(s))){ 
> // this compare will get wrong result ,so will return wrong 
> modifiedRouterSpecs
>  modifiedRouterSpecs.add(newSRS.get(s));
>  }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to