Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8206453

Taskqueue stats should count real steal attempts, not calls to GenericTaskQueueSet::steal

XMLWordPrintable

    • gc
    • b02

      Currently GenericTaskQueueSet::steal() records only the amount of times the method is called and a false (unable to steal) value is returned.

      Internally it actually attempts to steal from other queues many times. This gives a wrong impression on how the actual ratio between steal attempts and successful steals is.

      Since the number of times to call the method is not that interesting (and it roughly corresponds to already measured number of times we offer termination), change it to record actual steal attempts.

            tschatzl Thomas Schatzl
            tschatzl Thomas Schatzl
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: