steveloughran commented on PR #5519:
URL: https://github.com/apache/hadoop/pull/5519#issuecomment-1516122451

   spotbugs complaint is valid, but nothing to do with this PR
   ```
   
   
   Code | Warning
   -- | --
   ST | Write to static field 
org.apache.hadoop.mapreduce.task.reduce.Fetcher.nextId from instance method new 
org.apache.hadoop.mapreduce.task.reduce.Fetcher(JobConf, TaskAttemptID, 
ShuffleSchedulerImpl, MergeManager, Reporter, ShuffleClientMetrics, 
ExceptionReporter, SecretKey)
     | Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)In 
class org.apache.hadoop.mapreduce.task.reduce.FetcherIn method new 
org.apache.hadoop.mapreduce.task.reduce.Fetcher(JobConf, TaskAttemptID, 
ShuffleSchedulerImpl, MergeManager, Reporter, ShuffleClientMetrics, 
ExceptionReporter, SecretKey)Field 
org.apache.hadoop.mapreduce.task.reduce.Fetcher.nextIdAt Fetcher.java:[line 120]
   
   Code Warning
   ST   Write to static field 
org.apache.hadoop.mapreduce.task.reduce.Fetcher.nextId from instance method new 
org.apache.hadoop.mapreduce.task.reduce.Fetcher(JobConf, TaskAttemptID, 
ShuffleSchedulerImpl, MergeManager, Reporter, ShuffleClientMetrics, 
ExceptionReporter, SecretKey)
   [Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for 
details)](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-5519/11/artifact/out/branch-spotbugs-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-core-warnings.html#ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD)
   In class org.apache.hadoop.mapreduce.task.reduce.Fetcher
   In method new org.apache.hadoop.mapreduce.task.reduce.Fetcher(JobConf, 
TaskAttemptID, ShuffleSchedulerImpl, MergeManager, Reporter, 
ShuffleClientMetrics, ExceptionReporter, SecretKey)
   Field org.apache.hadoop.mapreduce.task.reduce.Fetcher.nextId
   At Fetcher.java:[line 120]
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to