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/10/27 08:37:32 UTC

[GitHub] [pulsar] AnonHxy commented on issue #18178: [Bug] EntryFilter seems wrongly filter entry

AnonHxy commented on issue #18178:
URL: https://github.com/apache/pulsar/issues/18178#issuecomment-1293184923

   It looks that `fillContext` will be called in sync block, for example
   
   ```
   --- synchronized PersistentDispatcherSingleActiveConsumer#internalReadEntriesComplete
         --- AbstractBaseDispatcher#filterEntriesForConsumer
                     --- EntryFilterSupport#runFiltersForEntry
                                 --- EntryFilterSupport#fillContext
   ```
   


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