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 09:12:05 UTC

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

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

Aleksandar Pejakovic updated SAMZA-795:
---------------------------------------
    Attachment: SAMZA-795.0.patch

RB: [SAMZA-795|https://reviews.apache.org/r/39433/]

> 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
>              Labels: newbie
>         Attachments: SAMZA-795.0.patch
>
>
> 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)