You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`host` ([String](../../sql-reference/data-types/string.md)) — The hostname/IP of the ZooKeeper node that ClickHouse connected to.
21
-
-`port` ([String](../../sql-reference/data-types/string.md)) — The port of the ZooKeeper node that ClickHouse connected to.
22
-
-`index` ([UInt8](../../sql-reference/data-types/int-uint.md)) — The index of the ZooKeeper node that ClickHouse connected to. The index is from ZooKeeper config.
21
+
-`port` ([UIn16](../../sql-reference/data-types/int-uint.md)) — The port of the ZooKeeper node that ClickHouse connected to.
22
+
-`index` ([Nullable(UInt8)](../../sql-reference/data-types/int-uint.md)) — The index of the ZooKeeper node that ClickHouse connected to. The index is from ZooKeeper config. If not connected, this column is NULL.
23
23
-`connected_time` ([DateTime](../../sql-reference/data-types/datetime.md)) — When the connection was established
24
-
-`session_uptime_elapsed_seconds` ([UInt64](../../sql-reference/data-types/int-uint.md)) — Seconds elapsed since the connection was established
24
+
-`session_uptime_elapsed_seconds` ([UInt64](../../sql-reference/data-types/int-uint.md)) — Seconds elapsed since the connection was established.
25
25
-`is_expired` ([UInt8](../../sql-reference/data-types/int-uint.md)) — Is the current connection expired.
26
-
-`keeper_api_version` ([String](../../sql-reference/data-types/string.md)) — Keeper API version.
27
-
-`client_id` ([UInt64](../../sql-reference/data-types/int-uint.md)) — Session id of the connection.
28
-
-`xid` ([Int32](../../sql-reference/data-types/int-uint.md)) — Xid of the current session.
26
+
-`keeper_api_version` ([UInt8](../../sql-reference/data-types/int-uint.md)) — Keeper API version.
27
+
-`client_id` ([Int64](../../sql-reference/data-types/int-uint.md)) — Session id of the connection.
28
+
-`xid` ([Int64](../../sql-reference/data-types/int-uint.md)) — XID of the current session.
29
+
-`enabled_feature_flags` ([Array(Enum16)](../../sql-reference/data-types/array.md)) — Feature flags which are enabled. Only applicable to ClickHouse Keeper. Possible values are `FILTERED_LIST`, `MULTI_READ`, `CHECK_NOT_EXISTS`, `CREATE_IF_NOT_EXISTS`, `REMOVE_RECURSIVE`.
0 commit comments