poorbarcode commented on issue #24827:
URL: https://github.com/apache/pulsar/issues/24827#issuecomment-3397684601

   > It seems that the solution doesn't work?
   
   The test will fail if it encounters the following 2 cases
   - There is a bug that the client side may lose packages that the broker 
responded to when the traffic is really high. I am not sure whether it is a 
broker-side bug or a client-side bug.
   - If the requests are sent at the same time, the broker will cache too many 
in-flight requests, which leads to the mechanism being unavailable.
   
   The logs you shared is related to the case `1`, I will work on it next week. 
The second situation should not occur in a real production environment. We can 
ignore it for now (just keep the test code stable), I will also work on it next 
week
   
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to