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

ASF GitHub Bot commented on APEXCORE-476:
-----------------------------------------

GitHub user sandeshh opened a pull request:

    https://github.com/apache/apex-core/pull/407

    APEXCORE-476 toString() method was returning wrong window ids, fixing…

    … this, as the correct information is useful during debugging
    
    @vrozov please review.

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

    $ git pull https://github.com/sandeshh/apex-core APEXCORE-476

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

    https://github.com/apache/apex-core/pull/407.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 #407
    
----
commit 4a4aebb7c469fd09f6ad569dee124aabaf9b51e4
Author: Sandesh Hegde <[email protected]>
Date:   2016-10-05T15:00:48Z

    APEXCORE-476 toString() method was returning wrong window ids, fixing this, 
as the correct information is useful during debugging

----


> Window Id calculation in ToString method in SubscribeRequestTuple & 
> GenericRequestTuple is wrong
> ------------------------------------------------------------------------------------------------
>
>                 Key: APEXCORE-476
>                 URL: https://issues.apache.org/jira/browse/APEXCORE-476
>             Project: Apache Apex Core
>          Issue Type: Bug
>            Reporter: Sandesh
>            Assignee: Sandesh
>            Priority: Minor
>
> Window Id calculation should be 
> (long)basecond << 32 | windowId, instead it is (long)basesecond | windowdId



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

Reply via email to