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

Timestamper plugin causes chrome frozen when there are too many console logs

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Critical Critical
    • timestamper-plugin
    • Jenkins ver. 2.204.1 Timestamper 1.10 Java OpenJDK 1.8.0_232-b09 Chrome 79.0.3945.88(64 bit) install Jenkins via kubernetes helm

      For a Free-Style job:
      Enable 'Add timestamps to the Console Output'
      Execute Shell:
      ```
      for i in $(seq 1 1 10000)
      do
      echo "Welcome $i times"
      done
      ```
      After build, open /consoleFull, scroll from top to bottom, Chrome will be frozen.

      When I disable timestamper, everything is ok.

      When I open /consoleText instead of /consoleFull, it is ok too.

      I tried install jenkins directly in ubuntu or centos, Chrome will be frozen too.

      I also tried FireFox and Edge, they won't be frozen and scroll smoothly.

            Unassigned Unassigned
            dogin2006 Kaiyuan Zhao
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: