This is an automated email from the ASF dual-hosted git repository. michaelsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git
commit b81368a2252f03e653ab66f8b1c63169c51ea6a7 Author: Michael Smith <[email protected]> AuthorDate: Thu Feb 29 11:26:02 2024 -0800 IMPALA-12858: [DOCS] Correct idle_client_poll_period_s docs Correctly refer to idle_client_poll_period_s in documentation. Change-Id: Ib89c8e3877bed508f6ba18483e48b0a4b4bd5cce Reviewed-on: http://gerrit.cloudera.org:8080/21092 Tested-by: Impala Public Jenkins <[email protected]> Reviewed-by: Laszlo Gaal <[email protected]> --- docs/topics/impala_client.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/topics/impala_client.xml b/docs/topics/impala_client.xml index b7ae45222..45f79c4f3 100644 --- a/docs/topics/impala_client.xml +++ b/docs/topics/impala_client.xml @@ -250,7 +250,7 @@ under the License. <dlentry> <dt> - --idle_client_poll_time_s + --idle_client_poll_period_s </dt> <dd> @@ -258,11 +258,11 @@ under the License. connection is idle and closes it if the connection is idle. A client connection is idle if all sessions associated with the client connection are idle. <p> - By default, <codeph>--idle_client_poll_time_s</codeph> is set to 30 seconds. + By default, <codeph>--idle_client_poll_period_s</codeph> is set to 30 seconds. </p> <p> - If <codeph>--idle_client_poll_time_s</codeph> is set to 0, idle client connections + If <codeph>--idle_client_poll_period_s</codeph> is set to 0, idle client connections stay open until explicitly closed by the clients. </p>
