You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by "Sandesh (JIRA)" <ji...@apache.org> on 2016/06/26 02:15:37 UTC

[jira] [Created] (APEXCORE-476) Window Id calculation in ToString method in SubscribeRequestTuple & GenericRequestTuple is wrong

Sandesh created APEXCORE-476:
--------------------------------

             Summary: 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
            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)