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 2018/09/26 13:58:04 UTC

[GitHub] laaksma opened a new issue #2660: Can not get topic stats from the admin API

laaksma opened a new issue #2660: Can not get topic stats from the admin API
URL: https://github.com/apache/pulsar/issues/2660
 
 
   #### Expected behavior
   
   When fetching persistent topic stats with pulsar-admin cli tool I get the stats for that topic.
   
   #### Actual behavior
   
   The correct stats are returned every third time, and two times out of three the request times out.
   
   #### Steps to reproduce
   
   1. Have Pulsar cluster with three broker nodes and a Pulsar proxy in front of them.
   
   2. Get stats for a single persistent topic, either with curl or pulsar-admin tool. Run this command multiple times.
   
   The response is correct every third time, which implies that the proxy forwards the request to the broker that actually serves the requested topic every third time. Broker logs show a response status code of 200 for the correct broker, and 307 for the other two brokers. It seems that the redirect between the broker and proxy is not functioning correctly. 
   
   #### System configuration
   **Pulsar version**: 2.1.0-incubating
   

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


With regards,
Apache Git Services