From 42dbb1906ee504dec9ba832334b00db4c365e1fd Mon Sep 17 00:00:00 2001 From: Bin Fan Date: Tue, 3 Mar 2020 14:20:07 -0800 Subject: [PATCH] Update scope on a property Update scope pr-link: Alluxio/alluxio#11111 change-id: cid-663703f9f64afb27aa2dae215d06a8371ea5ab12 --- core/common/src/main/java/alluxio/conf/PropertyKey.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/common/src/main/java/alluxio/conf/PropertyKey.java b/core/common/src/main/java/alluxio/conf/PropertyKey.java index 3cc4042b0f21..72e0702eccea 100644 --- a/core/common/src/main/java/alluxio/conf/PropertyKey.java +++ b/core/common/src/main/java/alluxio/conf/PropertyKey.java @@ -1093,6 +1093,7 @@ public String toString() { new Builder(Name.COS_CONNECTION_MAX) .setDefaultValue(1024) .setDescription("The maximum number of COS connections.") + .setScope(Scope.SERVER) .build(); public static final PropertyKey COS_CONNECTION_TIMEOUT = new Builder(Name.COS_CONNECTION_TIMEOUT)