Technoboy- commented on a change in pull request #13596:
URL: https://github.com/apache/pulsar/pull/13596#discussion_r779251326
##########
File path:
pulsar-metadata/src/main/java/org/apache/pulsar/metadata/impl/AbstractMetadataStore.java
##########
@@ -75,6 +78,11 @@
protected abstract CompletableFuture<Boolean> existsFromStore(String path);
protected AbstractMetadataStore() {
Review comment:
I think you should config `operationTimeoutSeconds` via
PulsarService#createConfigurationMetadataStore.
And we can re-use the `zooKeeperOperationTimeoutSeconds` in
ServiceConfiguration.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]