You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Aleksandar Pejakovic (JIRA)" <ji...@apache.org> on 2015/10/19 08:19:05 UTC

[jira] [Created] (SAMZA-795) Fix getMax() error in Shanpshot

Aleksandar Pejakovic created SAMZA-795:
------------------------------------------

             Summary: Fix getMax() error in Shanpshot
                 Key: SAMZA-795
                 URL: https://issues.apache.org/jira/browse/SAMZA-795
             Project: Samza
          Issue Type: Bug
            Reporter: Aleksandar Pejakovic
            Assignee: Aleksandar Pejakovic


In [SAMZA-340|https://issues.apache.org/jira/browse/SAMZA-340] bug considering getMax() values was found.
[~lcasillas] proposed solution, change:
bq. this.size = values.size();
to:
bq. this.size = this.values.size();
in Snapshot.



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