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 2020/03/05 03:49:49 UTC

[GitHub] [pulsar] jiazhai edited a comment on issue #5716: [Issues 5709]remove the namespace checking

jiazhai edited a comment on issue #5716: [Issues 5709]remove the namespace checking
URL: https://github.com/apache/pulsar/pull/5716#issuecomment-595014145
 
 
   @huangdx0726 :https://github.com/apache/pulsar/pull/5716/checks?check_run_id=479465258
   ![image](https://user-images.githubusercontent.com/6348208/75946130-27fb9480-5ed7-11ea-92ea-c6cd8de13336.png)
   
   would like to remove the 2.5.1 tag
   
   
   ```
   [ERROR] multiTopicsInDifferentNameSpace(org.apache.pulsar.client.impl.TopicsConsumerImplTest)  Time elapsed: 0.257 s  <<< FAILURE!
   org.apache.pulsar.client.admin.PulsarAdminException$NotAuthorizedException: Cluster [use] is not in the list of allowed clusters list for tenant [prop]
   	at org.apache.pulsar.client.admin.internal.BaseResource.getApiException(BaseResource.java:212)
   	at org.apache.pulsar.client.admin.internal.NamespacesImpl.createNamespace(NamespacesImpl.java:183)
   	at org.apache.pulsar.client.impl.TopicsConsumerImplTest.multiTopicsInDifferentNameSpace(TopicsConsumerImplTest.java:915)
   	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   	at java.lang.reflect.Method.invoke(Method.java:498)
   	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124)
   	at org.testng.internal.InvokeMethodRunnable.runOne(InvokeMethodRunnable.java:54)
   	at org.testng.internal.InvokeMethodRunnable.run(InvokeMethodRunnable.java:44)
   	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   	at java.lang.Thread.run(Thread.java:748)
   Caused by: javax.ws.rs.ForbiddenException: HTTP 403 Forbidden
   	at org.glassfish.jersey.client.JerseyInvocation.convertToException(JerseyInvocation.java:1083)
   	at org.glassfish.jersey.client.JerseyInvocation.translate(JerseyInvocation.java:883)
   	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$1(JerseyInvocation.java:767)
   ```

----------------------------------------------------------------
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