Uploaded image for project: 'Apache Apex Malhar'
  1. Apache Apex Malhar
  2. APEXMALHAR-2276

ManagedState: value of a key does not get over-written in the same time bucket

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.6.0
    • None
    • None

    Description

      For example:

      ManagedTimeUnifiedStateImpl mtus;
      mtus.put(10000, key1, val1)
      mtus.put(10000, key1, val2)
      mtus.get(10000, key1).equals(val2) will return false

      Attachments

        Activity

          People

            csingh Chandni Singh
            hsy541 Siyuan Hua
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: