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/03/28 17:21:35 UTC

[GitHub] [pulsar] gaoran10 commented on issue #14874: Too many schema ledgers for transaction_buffer_snapshot topic

gaoran10 commented on issue #14874:
URL: https://github.com/apache/pulsar/issues/14874#issuecomment-1080935895


   I can reproduce this problem using multi threads to create producers and consumers for one topic at the same time.
   
   There is a race condition when we use multi clients to create producers or consumers for one topic, the broker will receive the producer command and subscribe command at the same time and try to add schemas, we need to make sure that the topic schema only updates by one thread at the same time.


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