• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • core

      Since the last update, 2.307, I'm unable to open jobs webpage when they ran at least once. When I click on the job it waits a minute or so and the it returns a 504 Gateway Time-out error.

          [JENKINS-66433] Unable to open job webpage

          Leandro Rebosio created issue -
          Leandro Rebosio made changes -
          Description Original: Since the last update, 2.307, I'm unable to open jobs webpage when they ran at least once. New: Since the last update, 2.307, I'm unable to open jobs webpage when they ran at least once. When I click on the job it waits a minute or so and the it returns a 504 Gateway Time-out error.
          Leandro Rebosio made changes -
          Attachment New: support_2021-08-23_10.49.55.zip [ 56221 ]
          Leandro Rebosio made changes -
          Priority Original: Minor [ 4 ] New: Blocker [ 1 ]

          Downgrading to 2.306 fixed the issue.

          Leandro Rebosio added a comment - Downgrading to 2.306 fixed the issue.

          Same issue with 2.308, downgraded again to 2.306

          Leandro Rebosio added a comment - Same issue with 2.308, downgraded again to 2.306

          Neil added a comment -

          I can confirm that the problem persists on the lts version as well. We downgraded to 2.306 in our helm chart and the memory consumption was cut by more than 50%, fixing the problem with our pods restarting.

          Neil added a comment - I can confirm that the problem persists on the lts version as well. We downgraded to 2.306 in our helm chart and the memory consumption was cut by more than 50%, fixing the problem with our pods restarting.

          Daniel Beck added a comment -

          Per the thread dump, it seems to be between core and Azure Artifact Manager:

          46362msec elapsed in Handling GET /job/Client/ from 188.10.26.98 : Jetty (winstone)-111 Job/index.jelly WorkflowJob/main.jelly
          …
              reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:87)
              reactor.core.publisher.Flux.blockLast(Flux.java:2519)
              com.azure.core.util.paging.ContinuablePagedByIteratorBase.requestPage(ContinuablePagedByIteratorBase.java:94)
              com.azure.core.util.paging.ContinuablePagedByIteratorBase.hasNext(ContinuablePagedByIteratorBase.java:53)
              com.microsoft.jenkins.artifactmanager.AzureBlobVirtualFile.run(AzureBlobVirtualFile.java:116)
              hudson.model.Run.getArtifactsUpTo(Run.java:1160)
              java.base@11.0.11/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          

          FYI timja

          Daniel Beck added a comment - Per the thread dump, it seems to be between core and Azure Artifact Manager: 46362msec elapsed in Handling GET /job/Client/ from 188.10.26.98 : Jetty (winstone)-111 Job/index.jelly WorkflowJob/main.jelly … reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:87) reactor.core.publisher.Flux.blockLast(Flux.java:2519) com.azure.core.util.paging.ContinuablePagedByIteratorBase.requestPage(ContinuablePagedByIteratorBase.java:94) com.azure.core.util.paging.ContinuablePagedByIteratorBase.hasNext(ContinuablePagedByIteratorBase.java:53) com.microsoft.jenkins.artifactmanager.AzureBlobVirtualFile.run(AzureBlobVirtualFile.java:116) hudson.model.Run.getArtifactsUpTo(Run.java:1160) java.base@11.0.11/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) FYI timja

          Daniel Beck added a comment -

          Changelog of 2.307 states:

          Removed: The Woodstox implementation of the StAX API has been removed from Jenkins core. Users of the Azure Artifact Manager, Azure Container Agents, Azure Storage, and Azure SDK API plugins must upgrade those plugins to the latest versions in lockstep with this core upgrade.

          Related?

          Daniel Beck added a comment - Changelog of 2.307 states: Removed: The Woodstox implementation of the StAX API has been removed from Jenkins core. Users of the Azure Artifact Manager, Azure Container Agents, Azure Storage, and Azure SDK API plugins must upgrade those plugins to the latest versions in lockstep with this core upgrade. Related?
          Daniel Beck made changes -
          Labels New: regression

            Unassigned Unassigned
            attoy Leandro Rebosio
            Votes:
            0 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated:
              Resolved: