mattisonchao opened a new issue #11103:
URL: https://github.com/apache/pulsar/issues/11103
**Describe the bug**
When I submit a PR to CI, I got a Compile Error.
**To Reproduce**
Steps to reproduce the behaviour:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See an error
**Expected behaviour**
Compile Success.
**Screenshots**
```java
Error: COMPILATION ERROR :
Error:
/home/runner/work/pulsar/pulsar/pulsar-broker/src/test/java/org/apache/pulsar/broker/admin/PersistentTopicsTest.java:[744,25]
method createPartitionedTopic in class
org.apache.pulsar.broker.admin.v2.PersistentTopics cannot be applied to given
types;
required:
javax.ws.rs.container.AsyncResponse,java.lang.String,java.lang.String,java.lang.String,int,boolean
found:
javax.ws.rs.container.AsyncResponse,java.lang.String,java.lang.String,java.lang.String,int
reason: actual and formal argument lists differ in length
Error: Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile
(default-testCompile) on project pulsar-broker: Compilation failure
Error:
/home/runner/work/pulsar/pulsar/pulsar-broker/src/test/java/org/apache/pulsar/broker/admin/PersistentTopicsTest.java:[744,25]
method createPartitionedTopic in class
org.apache.pulsar.broker.admin.v2.PersistentTopics cannot be applied to given
types;
Error: required:
javax.ws.rs.container.AsyncResponse,java.lang.String,java.lang.String,java.lang.String,int,boolean
Error: found:
javax.ws.rs.container.AsyncResponse,java.lang.String,java.lang.String,java.lang.String,int
Error: reason: actual and formal argument lists differ in length
Error: -> [Help 1]
Error:
Error: To see the full stack trace of the errors, re-run Maven with the -e
switch.
Error: Re-run Maven using the -X switch to enable full debug logging.
Error:
Error: For more information about the errors and possible solutions, please
read the following articles:
Error: [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Error:
Error: After correcting the problems, you can resume the build with the
command
Error: mvn <args> -rf :pulsar-broker
Error: Process completed with exit code 1.
```
**Desktop (please complete the following information):**
- CI
--
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]