cambyzju commented on code in PR #59051:
URL: https://github.com/apache/doris/pull/59051#discussion_r2629242473
##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -2224,7 +2224,7 @@ public class Config extends ConfigBase {
* The default connection timeout for hive metastore.
* hive.metastore.client.socket.timeout
*/
- @ConfField(mutable = true, masterOnly = false)
+ @ConfField(mutable = false, masterOnly = false)
Review Comment:
After change, if user set `hive.metastore.client.socket.timeout` in
property, we use `hive.metastore.client.socket.timeout`, otherwise use
`hive_metastore_client_timeout_second` as default value. So change this config
immutable.
--
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]