You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/05/13 21:38:35 UTC

[GitHub] [pulsar] merlimat commented on issue #4269: Remove query parameter authoritative for partitions API

merlimat commented on issue #4269: Remove query parameter authoritative for partitions API
URL: https://github.com/apache/pulsar/pull/4269#issuecomment-491996888
 
 
   @liketic There's a compilation error for tests 
   
   ```
   2019-05-13\T\15:45:34.827 [ERROR] /home/jenkins/jenkins-slave/workspace/pulsar_precommit_cpp/pulsar-broker/src/test/java/org/apache/pulsar/broker/admin/PersistentTopicsTest.java:[106,25] method createPartitionedTopic in class org.apache.pulsar.broker.admin.v2.PersistentTopics cannot be applied to given types;
     required: java.lang.String,java.lang.String,java.lang.String,int
     found: java.lang.String,java.lang.String,java.lang.String,int,boolean
     reason: actual and formal argument lists differ in length
   2019-05-13\T\15:45:34.827 [ERROR] /home/jenkins/jenkins-slave/workspace/pulsar_precommit_cpp/pulsar-broker/src/test/java/org/apache/pulsar/broker/admin/AdminTest.java:[638,25] method createPartitionedTopic in class org.apache.pulsar.broker.admin.v1.PersistentTopics cannot be applied to given types;
     required: java.lang.String,java.lang.String,java.lang.String,java.lang.String,int
     found: java.lang.String,java.lang.String,java.lang.String,java.lang.String,int,boolean
     reason: actual and formal argument lists differ in length
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services