codelipenghui commented on a change in pull request #10605:
URL: https://github.com/apache/pulsar/pull/10605#discussion_r633399685
##########
File path: site2/docs/concepts-architecture-overview.md
##########
@@ -29,6 +29,10 @@ Messages are typically dispatched out of a [managed
ledger](#managed-ledgers) ca
Finally, to support geo-replication on global topics, the broker manages
replicators that tail the entries published in the local region and republish
them to the remote region using the Pulsar [Java client
library](client-libraries-java.md).
+> **Note**
+>
+> Broker is thread-safe when running on 64-bit JVM.
Review comment:
I don't think it's necessary to add a note here, the issues that
https://github.com/apache/pulsar/pull/10280 mention are not serious problems?
it's might affect the Ledger rollover?
@lhotari WDYT?
--
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:
[email protected]