This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-4.0 by this push:
     new 2ae3466676e branch-4.0: [chore](cloud) enable fdb 7.3.69 by default 
#60419 (#60429)
2ae3466676e is described below

commit 2ae3466676e21753ec35615123f314d3ea3eb7bd
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 3 10:38:57 2026 +0800

    branch-4.0: [chore](cloud) enable fdb 7.3.69 by default #60419 (#60429)
    
    Cherry-picked from #60419
    
    Co-authored-by: walter <[email protected]>
---
 cloud/src/common/config.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cloud/src/common/config.h b/cloud/src/common/config.h
index b3747db03ef..f5e06552774 100644
--- a/cloud/src/common/config.h
+++ b/cloud/src/common/config.h
@@ -33,7 +33,7 @@ CONF_String(fdb_cluster_file_path, "./conf/fdb.cluster");
 CONF_Bool(enable_fdb_external_client_directory, "true");
 // The directory path of external foundationdb client library.
 // eg: /path/to/dir1:/path/to/dir2:...
-CONF_String(fdb_external_client_directory, "");
+CONF_String(fdb_external_client_directory, "./lib/fdb/7.3.69/");
 CONF_String(http_token, "greedisgood9999");
 // use volatile mem kv for test. MUST NOT be `true` in production environment.
 CONF_Bool(use_mem_kv, "false");


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to