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 2019/06/13 12:31:12 UTC

[GitHub] [pulsar] sijie commented on issue #3715: Pulsar functions worker fails to initialize

sijie commented on issue #3715: Pulsar functions worker fails to initialize
URL: https://github.com/apache/pulsar/issues/3715#issuecomment-501682320
 
 
   The problem was due to the StickyRead feature introduced in bookkeeper since 4.9.0. Pulsar 2.3.0 turns on this feature by default. 
   
   I am fixing this issue. At the same time, for people who encountered this issue, you can disable sticky read on broker to get around it.
   
   ```
   bookkeeperEnableStickyReads=false
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services