xyuanlu commented on code in PR #2385:
URL: https://github.com/apache/helix/pull/2385#discussion_r1128642548
##########
meta-client/src/main/java/org/apache/helix/metaclient/factories/MetaClientConfig.java:
##########
@@ -32,10 +34,18 @@ public enum StoreType {
// Wait for init timeout time until connection is initiated
private final long _connectionInitTimeoutInMillis;
+ // Operation failed because of connection lost will be auto retried if
connection has recovered
+ // within timeout time.
+ private final long _operationRetryTimeoutInMillis;
+
Review Comment:
operationRetryTimeout if for operation retry. Client does not reissue any
request until it gets notification that connection is re-established.
ReconnectPolicy is to define auto reconnect policy when connection to
metadata store is lost.
I think they belongs to different categories.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]