dsambandam opened a new issue #2576: Pulsar client consume command fails with 
URL: https://github.com/apache/incubator-pulsar/issues/2576
 
 
   #### Expected behavior
   
   Tell us what should happen
   
   #### Actual behavior
   
   
   ./bin/pulsar-client consume  persistent://public/default/test/will_test -s 
my-topic -n 10 -r 0
   
   
   
   webServiceUrl=https://broker1:8443/
   brokerServiceUrl=pulsar+ssl://broker1:6651/
   useTls=true
   tlsTrustCertsFilePath=/Path/my-ca/certs/ca.cert.pem
   #tlsEnableHostnameVerification=true
   authPlugin=org.apache.pulsar.client.impl.auth.AuthenticationTls
   
authParams=tlsCertFile:/Path/my-ca/broker.cert.pem,tlsKeyFile:/Path/my-ca/broker.key-pk8.pem
   
   
   14:59:46.360 [pulsar-io-21-31] INFO  
org.apache.pulsar.broker.service.ServerCnx - [/127.0.0.1:45346] Client 
successfully authenticated with tls role admin and originalPrincipal null
   14:59:46.363 [ForkJoinPool.commonPool-worker-3] WARN  
org.apache.pulsar.broker.web.PulsarWebResource - [admin] Cluster does not 
exist: requested=default
   14:59:46.363 [ForkJoinPool.commonPool-worker-3] WARN  
org.apache.pulsar.broker.lookup.TopicLookupBase - Failed to lookup admin for 
topic persistent://public/default/test/auth_test with error 
org.apache.pulsar.broker.web.RestException: Cluster does not exist: 
cluster=default
   java.util.concurrent.CompletionException: 
org.apache.pulsar.broker.web.RestException: Cluster does not exist: 
cluster=default
   
   
   2018-09-13 14:56:20,170 pulsar-client-io-1-1 DEBUG 
AsyncLogger.ThreadNameStrategy=UNCACHED (user specified null, default is 
UNCACHED)
   14:56:20.356 [pulsar-client-io-1-1] INFO  
org.apache.pulsar.client.impl.ConsumerStatsRecorderImpl - Starting Pulsar 
consumer perf with config: {
     "topicNames" : [ "persistent://public/default/test/will_test" ],
     "topicsPattern" : null,
     "subscriptionName" : "my-topic",
     "subscriptionType" : "Exclusive",
     "receiverQueueSize" : 1000,
     "acknowledgementsGroupTimeMicros" : 100000,
     "maxTotalReceiverQueueSizeAcrossPartitions" : 50000,
     "consumerName" : null,
     "ackTimeoutMillis" : 0,
     "priorityLevel" : 0,
     "cryptoFailureAction" : "FAIL",
     "properties" : { },
     "readCompacted" : false,
     "subscriptionInitialPosition" : "Latest",
     "patternAutoDiscoveryPeriod" : 1
   }
   14:56:20.359 [pulsar-client-io-1-1] INFO  
org.apache.pulsar.client.impl.ConsumerStatsRecorderImpl - Pulsar client config: 
{
     "serviceUrl" : "pulsar+ssl://localhost:6651/",
     "operationTimeoutMs" : 30000,
     "statsIntervalSeconds" : 60,
     "numIoThreads" : 1,
     "numListenerThreads" : 1,
     "connectionsPerBroker" : 1,
     "useTcpNoDelay" : true,
     "useTls" : true,
     "tlsTrustCertsFilePath" : "/PATH/my-ca/certs/ca.cert.pem",
     "tlsAllowInsecureConnection" : true,
     "tlsHostnameVerificationEnable" : false,
     "concurrentLookupRequest" : 5000,
     "maxLookupRequest" : 50000,
     "maxNumberOfRejectedRequestPerConnection" : 50,
     "keepAliveIntervalSeconds" : 30
   }
   14:56:20.381 [pulsar-client-io-1-1] ERROR 
org.apache.pulsar.client.impl.ClientCnx - [id: 0x43eb918e, L:/127.0.0.1:45286 - 
R:localhost/127.0.0.1:6651] Close connection becaues received internal-server 
error org.apache.pulsar.broker.web.RestException: Cluster does not exist: 
cluster=default
   14:56:20.384 [pulsar-client-io-1-1] WARN  
org.apache.pulsar.client.impl.BinaryProtoLookupService - 
[persistent://public/default/test/will_test] failed to send lookup request : 
org.apache.pulsar.client.api.PulsarClientException$LookupException: 
org.apache.pulsar.broker.web.RestException: Cluster does not exist: 
cluster=default
   
   
   #### Steps to reproduce
   
   How can we reproduce the issue
   
   #### System configuration
   **Pulsar version**: x.y
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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

Reply via email to