Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-19668

Dont attempt to set email address property for a user upon login

XMLWordPrintable

      https://github.com/jenkinsci/github-oauth-plugin/pull/14

      This causes performance issues when logging in.

      if (u.getProperty(Mailer.UserProperty.class).getAddress() == null)
      This ultimately invokes

      AbstractProject.hasParticipant()
      on each and every project.
      We have hundreds of projects and this causes logging in to take forever ( more than 5 minutes) .

            skottler Sam Kottler
            surya548 surya gaddipati
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: