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

support-core doesn't take into account %t on GC logs

    • support-core-2.62

      When you specify %t in the log file for garbage collection:
      Xloggc:$path/gc%t.log: specifies where the verbose GC data is written to. The %t in the gc log file path will cause the JVM to generate a new file with each JVM restart with a timestamp.
      From: https://go.cloudbees.com/docs/solutions/jvm-troubleshooting/

      The support-core plugin cannot find the log file used for that, so it doesn't include the file in the bundle. It throws the warning:

      Jun 24, 2019 3:42:25 PM com.cloudbees.jenkins.support.impl.GCLogs addContents
      WARNING: [Support Bundle] GC Logging apparently configured, but file '/JENKINS HOME PATH/gc-%t.log' not found
      

      The reason is that the code looks for the exact file name, but it should be a pattern:
      https://github.com/jenkinsci/support-core-plugin/blob/5fb61461e578fa82190c8a1f1dd5efd95235702f/src/main/java/com/cloudbees/jenkins/support/impl/GCLogs.java#L80

          [JENKINS-58165] support-core doesn't take into account %t on GC logs

          Ramon Leon created issue -
          Allan BURDAJEWICZ made changes -
          Assignee Original: Emilio Escobar [ escoem ] New: Allan BURDAJEWICZ [ allan_burdajewicz ]
          Allan BURDAJEWICZ made changes -
          Status Original: Open [ 1 ] New: In Progress [ 3 ]
          Allan BURDAJEWICZ made changes -
          Remote Link New: This issue links to "support-core #182 (Web Link)" [ 23409 ]
          Allan BURDAJEWICZ made changes -
          Status Original: In Progress [ 3 ] New: In Review [ 10005 ]
          Allan BURDAJEWICZ made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: In Review [ 10005 ] New: Fixed but Unreleased [ 10203 ]
          Evaristo Gutierrez made changes -
          Released As New: support-core-2.62
          Status Original: Fixed but Unreleased [ 10203 ] New: Resolved [ 5 ]
          Arnaud Héritier made changes -
          Status Original: Resolved [ 5 ] New: Closed [ 6 ]

            allan_burdajewicz Allan BURDAJEWICZ
            mramonleon Ramon Leon
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: