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

Add warning in case of potential process starvation due to longer window method

    XMLWordPrintableJSON

Details

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

    Description

      Samza supports two types of run loop - synchronous and asynchronous. Fairness is guaranteed in synchronous run loop where commit, window, process gets called in round robin fashion. The asynchronous run loop has the potential for starvation if we have window trigger interval <<< time taken to execute code within window method.

      We need to warn users about this potential starvation and fix the guarantee between window, process, commit methods in AsyncRunLoop.

      Attachments

        Issue Links

          Activity

            People

              bharathkk Bharath Kumarasubramanian
              bharathkk Bharath Kumarasubramanian
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: