Uploaded image for project: 'Samza'
  1. Samza
  2. SAMZA-795

Fix getMax() error in Shanpshot

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.10.0
    • None

    Description

      In SAMZA-340 bug considering getMax() values was found.
      lcasillas proposed solution, change:

      this.size = values.size();

      to:

      this.size = this.values.size();

      in Snapshot.

      Attachments

        1. SAMZA-795.0.patch
          0.5 kB
          Aleksandar Pejakovic

        Activity

          People

            a.pejakovic Aleksandar Pejakovic
            a.pejakovic Aleksandar Pejakovic
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: