Skip to content

Commit

Permalink
Add note for bookkeeper explicit LAC (apache#6908)
Browse files Browse the repository at this point in the history
  • Loading branch information
codelipenghui authored May 7, 2020
1 parent 6854b00 commit b9e9609
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion site2/docs/sql-deployment-configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,7 @@ presto> SELECT * FROM system.runtime.nodes;
2 | http://192.168.2.3:8081 | testversion | false | active
```

For more information about deployment in Presto, refer to [Presto deployment](https://prestodb.io/docs/current/installation/deployment.html).
For more information about deployment in Presto, refer to [Presto deployment](https://prestodb.io/docs/current/installation/deployment.html).

> Note
> The broker does not advance LAC, so when Pulsar SQL bypass broker to query data, it can only read entries up to the LAC that all the bookies learned. You can enable periodically write LAC on the broker by setting "bookkeeperExplicitLacIntervalInMills" in the broker.conf.

0 comments on commit b9e9609

Please sign in to comment.