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

Deduplication of traces doesn't work for UserRPCRequest

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • core
    • 2.323

      https://github.com/jenkinsci/jenkins/blob/55c31c892c224b7bd12714ec1c20dbeae68defde/core/src/main/java/jenkins/telemetry/impl/SlaveToMasterFileCallableUsage.java#L72 is an attempt to deduplicate traces with object identities.

      Unfortunately, this doesn't work with traces from UserRPCRequest, that include a counter:

      Command UserRequest:UserRPCRequest:hudson.maven.MavenBuildProxy2.end[](26) created at
      …
      
      Command UserRequest:UserRPCRequest:hudson.maven.MavenBuildProxy2.end[](27) created at
      …
      
      Command UserRequest:UserRPCRequest:hudson.maven.MavenBuildProxy2.end[](28) created at 
      …

      Another source for duplication is proxies:

      	at com.sun.proxy.$Proxy5.end(Unknown Source)
      
      	at com.sun.proxy.$Proxy6.end(Unknown Source) 

            danielbeck Daniel Beck
            danielbeck Daniel Beck
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: