You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Bernd Fondermann (JIRA)" <ji...@apache.org> on 2012/10/23 10:23:13 UTC

[jira] [Created] (VYSPER-330) RequestWindow assumes PriorityQueue.iterator() is ordered

Bernd Fondermann created VYSPER-330:
---------------------------------------

             Summary: RequestWindow assumes PriorityQueue.iterator() is ordered
                 Key: VYSPER-330
                 URL: https://issues.apache.org/jira/browse/VYSPER-330
             Project: VYSPER
          Issue Type: Bug
          Components: BOSH
    Affects Versions: 0.7
            Reporter: Bernd Fondermann


RequestWindow maintains a PriorityQueue of BoshRequests. From the JDK javadoc: "iterator() is not guaranteed to traverse the elements of the priority queue in any particular order".
But the current impl relies on ordered traversal.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Assigned] (VYSPER-330) RequestWindow assumes PriorityQueue.iterator() is ordered

Posted by "Bernd Fondermann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/VYSPER-330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bernd Fondermann reassigned VYSPER-330:
---------------------------------------

    Assignee: Bernd Fondermann
    
> RequestWindow assumes PriorityQueue.iterator() is ordered
> ---------------------------------------------------------
>
>                 Key: VYSPER-330
>                 URL: https://issues.apache.org/jira/browse/VYSPER-330
>             Project: VYSPER
>          Issue Type: Bug
>          Components: BOSH
>    Affects Versions: 0.7
>            Reporter: Bernd Fondermann
>            Assignee: Bernd Fondermann
>
> RequestWindow maintains a PriorityQueue of BoshRequests. From the JDK javadoc: "iterator() is not guaranteed to traverse the elements of the priority queue in any particular order".
> But the current impl relies on ordered traversal.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (VYSPER-330) RequestWindow assumes PriorityQueue.iterator() is ordered

Posted by "Bernd Fondermann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/VYSPER-330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bernd Fondermann resolved VYSPER-330.
-------------------------------------

    Resolution: Fixed
    
> RequestWindow assumes PriorityQueue.iterator() is ordered
> ---------------------------------------------------------
>
>                 Key: VYSPER-330
>                 URL: https://issues.apache.org/jira/browse/VYSPER-330
>             Project: VYSPER
>          Issue Type: Bug
>          Components: BOSH
>    Affects Versions: 0.7
>            Reporter: Bernd Fondermann
>            Assignee: Bernd Fondermann
>
> RequestWindow maintains a PriorityQueue of BoshRequests. From the JDK javadoc: "iterator() is not guaranteed to traverse the elements of the priority queue in any particular order".
> But the current impl relies on ordered traversal.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira