[GitHub] [pulsar] lxkaka commented on issue #3671: pulsar-admin topics list public/default fails

2019-03-10 Thread GitBox
lxkaka commented on issue #3671: pulsar-admin topics list public/default fails
URL: https://github.com/apache/pulsar/issues/3671#issuecomment-471387476
 
 
   @sijie thanks, I will do it.
   @skyrocknroll you can close this issue. thank you!


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] lxkaka commented on issue #3671: pulsar-admin topics list public/default fails

2019-03-07 Thread GitBox
lxkaka commented on issue #3671: pulsar-admin topics list public/default fails
URL: https://github.com/apache/pulsar/issues/3671#issuecomment-470789152
 
 
   @sijie. Now we use pulsar 2.3.0 in test environment and pulsar 2.2.0 in 
product environment. After new version released we plan to upgrade product env. 
 How Do you think this plan? 


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] lxkaka commented on issue #3671: pulsar-admin topics list public/default fails

2019-03-07 Thread GitBox
lxkaka commented on issue #3671: pulsar-admin topics list public/default fails
URL: https://github.com/apache/pulsar/issues/3671#issuecomment-470455512
 
 
   @merlimat thanks, got it. I want to know is this new version in product 
environment ready?


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] lxkaka commented on issue #3671: pulsar-admin topics list public/default fails

2019-03-07 Thread GitBox
lxkaka commented on issue #3671: pulsar-admin topics list public/default fails
URL: https://github.com/apache/pulsar/issues/3671#issuecomment-470453346
 
 
   @sijie does this issue belong to a bug ? 


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] lxkaka commented on issue #3671: pulsar-admin topics list public/default fails

2019-03-06 Thread GitBox
lxkaka commented on issue #3671: pulsar-admin topics list public/default fails
URL: https://github.com/apache/pulsar/issues/3671#issuecomment-470385603
 
 
   I have the same problem.
   `pulsar-admin topics list public/default` or `pulsar-admin persistent list 
public/default`
   show error 
   `null
   Reason: javax.ws.rs.ProcessingException: java.net.SocketTimeoutException: 
Read timed out`
   Os Ubuntu 16 04
   Pulsar 2.3.0
broker log output just same as @skyrocknroll posted 
   ```
   12:57:55.146 [pulsar-web-28-2] ERROR 
org.apache.pulsar.broker.admin.v2.NonPersistentTopics - [null] Failed to get 
list of topics under namespace public/default
   java.util.concurrent.ExecutionException: 
org.apache.pulsar.client.admin.PulsarAdminException: 
java.net.SocketTimeoutException: Read timed out
at 
java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:357) 
~[?:1.8.0_191]
at 
java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1895) 
~[?:1.8.0_191]
at 
org.apache.pulsar.broker.admin.v2.NonPersistentTopics.getList(NonPersistentTopics.java:186)
 ~[org.apache.pulsar-pulsar-broker-2.3.0.jar:2.3.0]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
~[?:1.8.0_191]
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
~[?:1.8.0_191]
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[?:1.8.0_191]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_191]
at 
org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:76)
 ~[org.glassfish.jersey.core-jersey-server-2.27.jar:?]
at 
org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:148)
 [org.glassfish.jersey.core-jersey-server-2.27.jar:?]
at 
org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:191)
 [org.glassfish.jersey.core-jersey-server-2.27.jar:?]
at 
org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:243)
 [org.glassfish.jersey.core-jersey-server-2.27.jar:?]
at 
org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:103)
 [org.glassfish.jersey.core-jersey-server-2.27.jar:?]
at 
org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:493)
 [org.glassfish.jersey.core-jersey-server-2.27.jar:?]
at 
org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:415)
 [org.glassfish.jersey.core-jersey-server-2.27.jar:?]
at 
org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:104)
 [org.glassfish.jersey.core-jersey-server-2.27.jar:?]
at 
org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:277) 
[org.glassfish.jersey.core-jersey-server-2.27.jar:?]
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:272) 
[org.glassfish.jersey.core-jersey-common-2.27.jar:?]
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:268) 
[org.glassfish.jersey.core-jersey-common-2.27.jar:?]
at org.glassfish.jersey.internal.Errors.process(Errors.java:316) 
[org.glassfish.jersey.core-jersey-common-2.27.jar:?]
at org.glassfish.jersey.internal.Errors.process(Errors.java:298) 
[org.glassfish.jersey.core-jersey-common-2.27.jar:?]
at org.glassfish.jersey.internal.Errors.process(Errors.java:268) 
[org.glassfish.jersey.core-jersey-common-2.27.jar:?]
at 
org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:289)
 [org.glassfish.jersey.core-jersey-common-2.27.jar:?]
at 
org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:256) 
[org.glassfish.jersey.core-jersey-server-2.27.jar:?]
at 
org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:703)
 [org.glassfish.jersey.core-jersey-server-2.27.jar:?]
at 
org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:416) 
[org.glassfish.jersey.containers-jersey-container-servlet-core-2.27.jar:?]
at 
org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:370) 
[org.glassfish.jersey.containers-jersey-container-servlet-core-2.27.jar:?]
at 
org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:389)
 [org.glassfish.jersey.containers-jersey-container-servlet-core-2.27.jar:?]
at 
org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:342)
 [org.glassfish.jersey.containers-jersey-container-servlet-core-2.27.jar:?]
at