showuon commented on PR #15522:
URL: https://github.com/apache/kafka/pull/15522#issuecomment-2033354648

   
   
   ```
    
/home/jenkins/workspace/Kafka_kafka-pr_PR-15522/server/src/test/java/org/apache/kafka/server/AssignmentsManagerTest.java:354:
 error: method onAssignment in class AssignmentsManager cannot be applied to 
given types;
   [2024-04-02T21:59:04.001Z]             manager.onAssignment(new 
TopicIdPartition(TOPIC_1, 0), dirs[i % 3], onComplete);
   [2024-04-02T21:59:04.001Z]                    ^
   [2024-04-02T21:59:04.001Z]   required: TopicIdPartition,Uuid,String,Runnable
   [2024-04-02T21:59:04.001Z]   found: TopicIdPartition,Uuid,Runnable
   [2024-04-02T21:59:04.001Z]   reason: actual and formal argument lists differ 
in length
   ```
   
   Another compilation error: 
https://ci-builds.apache.org/blue/organizations/jenkins/Kafka%2Fkafka-pr/detail/PR-15522/3/pipeline
   
   Please help fix it. Thanks.


-- 
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-unsubscr...@kafka.apache.org

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

Reply via email to