Uploaded image for project: 'Apache NiFi'
  1. Apache NiFi
  2. NIFI-408

Root Group Ports yield for too long

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.1.0
    • Core Framework
    • None

    Description

      Currently if a root group has no connections waiting to be serviced, it yields for 100 milliseconds. It should instead yield for the "bored" duration, and rather than calling poll() and checking for null to determine that it has no work, it should call poll(10, TimeUnit.MILLISECONDS) or something like that so that it is no too aggressive in yielding

      Attachments

        Activity

          People

            Unassigned Unassigned
            markap14 Mark Payne
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: