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


[ Full content available at: https://github.com/apache/pulsar/issues/2660 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to