sanpwc commented on code in PR #3467:
URL: https://github.com/apache/ignite-3/pull/3467#discussion_r1544182325
##########
modules/replicator/src/main/java/org/apache/ignite/internal/replicator/ReplicaService.java:
##########
@@ -48,8 +49,11 @@
/** The service is intended to execute requests on replicas. */
public class ReplicaService {
+ /** RPC timeout system property name. */
+ public static final String REPLICA_SERVICE_RPC_TIMEOUT =
"REPLICA_SERVICE_RPC_TIMEOUT";
Review Comment:
Yes. But nevermind, hope that we'll use configuration based approach as
implemented in https://github.com/apache/ignite-3/pull/3510
--
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]