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/09/03 02:13:18 UTC

[GitHub] [pulsar] leizhiyuan commented on issue #17437: [Bug] keyshared will block the pulsar-io thread

leizhiyuan commented on issue #17437:
URL: https://github.com/apache/pulsar/issues/17437#issuecomment-1236026576

   org.apache.pulsar.common.util.collections.ConcurrentSortedLongPairSet#items(int, org.apache.pulsar.common.util.collections.LongPairSet.LongPairFunction<T>)
   
   it seem if messagesToRedeliver has many messages ,this method will take much time,
   
   there has an 
   
   public synchronized void readMoreEntries() 
   
   with will be blocked in synchronized


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