You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "divijvaidya (via GitHub)" <gi...@apache.org> on 2023/04/01 14:09:16 UTC

[GitHub] [kafka] divijvaidya commented on pull request #13471: KAFKA-14868:Remove some forgotten metrics when the replicaManager is closed

divijvaidya commented on PR #13471:
URL: https://github.com/apache/kafka/pull/13471#issuecomment-1492981699

   I am glad that you learnt some out of this PR. Happy to help!
   
   As next steps, in this PR, we need to ensure that the build passes to begin with. It is currently failing.
   ```
   [2023-04-01T10:04:20.522Z] [Error] /home/jenkins/workspace/Kafka_kafka-pr_PR-13471/core/src/test/scala/unit/kafka/server/ReplicaManagerTest.scala:347:5: ambiguous reference to overloaded definition,
   
   [2023-04-01T10:04:20.522Z] both method doReturn in class Mockito of type (x$1: Any, x$2: Object*)org.mockito.stubbing.Stubber
   
   [2023-04-01T10:04:20.522Z] and  method doReturn in class Mockito of type (x$1: Any)org.mockito.stubbing.Stubber
   
   [2023-04-01T10:04:20.522Z] match argument types (Seq[java.io.File])
   ```
   
   Could you please try running `:core:compileTestScala` locally, fix the problems and ensure that it passes? Feel free to let me know if you need help in fixing this.


-- 
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: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org