You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by "Edward J. Yoon (JIRA)" <ji...@apache.org> on 2014/01/13 09:45:53 UTC

[jira] [Assigned] (HAMA-845) The size() of Spilling Queue returns always numMessagesWritten

     [ https://issues.apache.org/jira/browse/HAMA-845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edward J. Yoon reassigned HAMA-845:
-----------------------------------

    Assignee: Edward J. Yoon

> The size() of Spilling Queue returns always numMessagesWritten
> --------------------------------------------------------------
>
>                 Key: HAMA-845
>                 URL: https://issues.apache.org/jira/browse/HAMA-845
>             Project: Hama
>          Issue Type: Bug
>          Components: bsp core
>    Affects Versions: 0.6.3
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>             Fix For: 0.7.0
>
>
> It should be 
> {code}
>   public int size() {
>     return numMessagesWritten - numMessagesRead;
>   }
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)