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 2021/09/29 14:07:34 UTC

[GitHub] [pulsar] MarvinCai commented on issue #12209: Pulsar SQL cannot get the latest message (still!)

MarvinCai commented on issue #12209:
URL: https://github.com/apache/pulsar/issues/12209#issuecomment-930211837


   Have you try setting the following config:
   In Broker config, set
   bookkeeperExplicitLacIntervalInMills > 0
   bookkeeperUseV2WireProtocol=false
   
   And in Presto config, set
   pulsar.bookkeeper-explicit-interval > 0
   pulsar.bookkeeper-use-v2-protocol=false
   
   This is related Bookie explicit LAC mentioned here: https://bookkeeper.apache.org/docs/4.5.0/overview/releaseNotes/


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