nodece commented on a change in pull request #13596:
URL: https://github.com/apache/pulsar/pull/13596#discussion_r778581272
##########
File path:
pulsar-metadata/src/main/java/org/apache/pulsar/metadata/api/MetadataStoreConfig.java
##########
@@ -69,4 +69,10 @@
*/
@Builder.Default
private final int batchingMaxSizeKb = 128;
+
+ /**
+ * The operation timeout in seconds.
+ */
+ @Builder.Default
+ private final int operationTimeoutSeconds = 30;
Review comment:
I made an issue for this, you can try to reproduce this by issue:
https://github.com/apache/pulsar/issues/13211. This issue cannot find by the
Unit test or Integration test.
--
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]