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 2022/05/31 01:51:03 UTC

[GitHub] [pulsar] Technoboy- commented on issue #13342: [BUG] Producer with name xxx is already connect to topic

Technoboy- commented on issue #13342:
URL: https://github.com/apache/pulsar/issues/13342#issuecomment-1141588505

   Ah, we find that `keepAliveIntervalSeconds ` exists on both client and server-side. The default value is 30s.
   In your reproduce step, the server-side is 100s. 
   The broker will clean up the producer info when the channel is inactive. So it's about 100s to do this.
   But client-side will close the channel in the 30s, and the firewall may cause the closure of the channel not to be sent, then the client will reconnect.  In this case, the server-side has the producer info and will throw the above exception.
   


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org