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:39:52 UTC

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

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

             Summary: 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
            Reporter: Edward J. Yoon


It should be 

{code}
  public int size() {
    return numMessagesWritten - numMessagesRead;
  }
{code}



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