From e8cbff32d4857d108bc8737fca5e74fab7e9e3de Mon Sep 17 00:00:00 2001 From: "Wang, Fei" Date: Wed, 25 Dec 2024 22:07:44 -0800 Subject: [PATCH] [KYUUBI #6865] [TEST] Set `kyuubi.zookeeper.embedded.client.port.address` to `localhost` for testing ### Why are the changes needed? Similar with `kyuubi.frontend.bind.host`, it is better to set `kyuubi.zookeeper.embedded.client.port.address` to `localhost` for testing as well. ### How was this patch tested? GA. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #6865 from turboFei/zk_bind_host. Closes #6865 9044e284b [Wang, Fei] [TEST] Set kyuubi.zookeeper.embedded.client.port.address for testing Authored-by: Wang, Fei Signed-off-by: Wang, Fei --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 49440884975..8886fcfc52c 100644 --- a/pom.xml +++ b/pom.xml @@ -1481,6 +1481,7 @@ 1g ${project.build.directory}/metrics localhost + localhost false ${project.build.directory}/server_operation_logs ${project.build.directory}/engine_operation_logs @@ -1508,6 +1509,7 @@ 1g ${project.build.directory}/metrics localhost + localhost false ${project.build.directory}/server_operation_logs ${project.build.directory}/engine_operation_logs