Uploaded image for project: 'Apache Nemo'
  1. Apache Nemo
  2. NEMO-458

Excessive timer/state creation during stream processing

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None

    Description

      Currently, timers and states are managed in the `InMemoryTimer/StateInternalsFactory` class, which provides timers and states by calling on the method `timer/stateInternalsForKey`. Nevertheless, timers and states are only created, but never cleaned up, leading to OOMs and exceeding of the GC overhead limit, when there are excessive number of keys. The timers/states that aren't frequently used, or if the timers/states are all used up, they should be cleaned up.

      Attachments

        Activity

          People

            Unassigned Unassigned
            wonook Wonook
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: