Skip to content

Commit

Permalink
Introduce client-side keep-alive monitoring for channels of RPC network
Browse files Browse the repository at this point in the history
This will avoid clients being stuck on target RPC servers under various
network faults.

pr-link: #14163
change-id: cid-5bd55949e2071351881baa333c493b319897eecd
  • Loading branch information
Göktürk Gezer committed Sep 28, 2021
1 parent 2470a99 commit e6cded4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/common/src/main/java/alluxio/conf/PropertyKey.java
Expand Up @@ -4573,7 +4573,7 @@ public String toString() {
.build();
public static final PropertyKey USER_NETWORK_RPC_KEEPALIVE_TIME =
new Builder(Name.USER_NETWORK_RPC_KEEPALIVE_TIME)
.setDefaultValue(Long.MAX_VALUE)
.setDefaultValue("30sec")
.setDescription("The amount of time for a rpc client "
+ "to wait for a response before pinging the server to see if it is still alive.")
.setConsistencyCheckLevel(ConsistencyCheckLevel.WARN)
Expand Down

0 comments on commit e6cded4

Please sign in to comment.