1 | [ Oct 13 19:44:39 Enabled. ] | ||
2 | [ Oct 13 19:44:39 Rereading configuration. ] | ||
3 | [ Oct 13 19:44:41 Rereading configuration. ] | ||
4 | [ Oct 13 19:44:53 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
5 | + set -o errexit | ||
6 | + set -o pipefail | ||
7 | + . /lib/svc/share/smf_include.sh | ||
8 | ++ SMF_EXIT_OK=0 | ||
9 | ++ SMF_EXIT_NODAEMON=94 | ||
10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
15 | ++ SMF_EXIT_ERR_PERM=100 | ||
16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
19 | + LISTEN_PORT=8123 | ||
20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
21 | + DATASTORE=/data | ||
22 | + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
23 | + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
24 | [ Oct 13 19:44:53 Method "start" exited with status 0. ] | ||
25 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
26 | Logging trace to /var/tmp/clickhouse-server.log | ||
27 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
28 | 2025.10.13 19:44:55.996090 [ 1 ] {} <Information> Application: Will watch for the process with pid 24506 | ||
29 | 2025.10.13 19:44:55.996488 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
30 | 2025.10.13 19:44:56.484752 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: <unknown>), PID 24506 | ||
31 | 2025.10.13 19:44:56.494483 [ 1 ] {} <Information> Application: starting up | ||
32 | 2025.10.13 19:44:56.494648 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
33 | 2025.10.13 19:44:56.683514 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
34 | 2025.10.13 19:44:56.743456 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
35 | 2025.10.13 19:44:56.743549 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
36 | 2025.10.13 19:44:56.743569 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
37 | 2025.10.13 19:44:56.743646 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
38 | 2025.10.13 19:44:56.744332 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
39 | 2025.10.13 19:44:56.747981 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
40 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
41 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
42 | 2025.10.13 19:44:56.748857 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
43 | 2025.10.13 19:44:56.749735 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
44 | 2025.10.13 19:44:56.749782 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
45 | 2025.10.13 19:44:56.749825 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
46 | 2025.10.13 19:44:56.750551 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
47 | 2025.10.13 19:44:56.751504 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
48 | 2025.10.13 19:44:56.757365 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
49 | 2025.10.13 19:44:56.758102 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
50 | 2025.10.13 19:44:56.759494 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
51 | 2025.10.13 19:44:56.759604 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
52 | 2025.10.13 19:44:56.760684 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
53 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
54 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
55 | 2025.10.13 19:44:56.761139 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
56 | 2025.10.13 19:44:56.765030 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
57 | 2025.10.13 19:44:56.765480 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
58 | 2025.10.13 19:44:56.770028 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
59 | 2025.10.13 19:44:56.770478 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
60 | 2025.10.13 19:44:56.770952 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
61 | 2025.10.13 19:44:56.771301 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
62 | 2025.10.13 19:44:56.772903 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
63 | 2025.10.13 19:44:56.772934 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
64 | 2025.10.13 19:44:56.773036 [ 69 ] {} <Debug> DNSResolver: Updating DNS cache | ||
65 | 2025.10.13 19:44:56.773142 [ 69 ] {} <Debug> DNSResolver: Updated DNS cache | ||
66 | 2025.10.13 19:44:56.800698 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
67 | 2025.10.13 19:44:56.800741 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000283677 sec | ||
68 | 2025.10.13 19:44:56.800833 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
69 | 2025.10.13 19:44:56.800906 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
70 | 2025.10.13 19:44:56.801927 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
71 | 2025.10.13 19:44:56.802516 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
72 | 2025.10.13 19:44:56.820718 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
73 | 2025.10.13 19:44:56.820771 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
74 | 2025.10.13 19:44:56.820854 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
75 | 2025.10.13 19:44:56.820868 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
76 | 2025.10.13 19:44:56.820904 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
77 | 2025.10.13 19:44:56.820973 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
78 | 2025.10.13 19:44:56.824921 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
79 | 2025.10.13 19:44:56.824972 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
80 | 2025.10.13 19:44:56.825025 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
81 | 2025.10.13 19:44:56.825196 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
82 | 2025.10.13 19:44:56.825239 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
83 | 2025.10.13 19:44:56.825251 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
84 | 2025.10.13 19:44:56.825318 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
85 | 2025.10.13 19:44:56.825330 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
86 | 2025.10.13 19:44:56.825360 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
87 | 2025.10.13 19:44:56.825422 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
88 | 2025.10.13 19:44:56.850251 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
89 | 2025.10.13 19:44:56.855342 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
90 | 2025.10.13 19:44:56.855488 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000168725 sec | ||
91 | 2025.10.13 19:44:56.855508 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
92 | 2025.10.13 19:44:56.855523 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
93 | 2025.10.13 19:44:56.855553 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
94 | 2025.10.13 19:44:56.855805 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
95 | 2025.10.13 19:44:56.855925 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
96 | 2025.10.13 19:44:56.855946 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
97 | 2025.10.13 19:44:56.855960 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
98 | 2025.10.13 19:44:56.855975 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
99 | 2025.10.13 19:44:56.860070 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
100 | 2025.10.13 19:44:56.860293 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.82 MiB (RSS), difference: 92.04 MiB | ||
101 | 2025.10.13 19:44:56.861718 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.362e-05 sec. | ||
102 | 2025.10.13 19:44:56.862213 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
103 | 2025.10.13 19:44:56.863587 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
104 | 2025.10.13 19:44:56.863613 [ 1 ] {} <Information> Application: Ready for connections. | ||
105 | 2025.10.13 19:44:56.928208 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49176 | ||
106 | 2025.10.13 19:44:56.935764 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
107 | 2025.10.13 19:44:56.935852 [ 4 ] {} <Debug> TCP-Session: 0b3607b6-2d6d-40c3-a780-bd1d9cde7fb9 Authenticating user 'default' from [fd00:1122:3344:101::a]:49176 | ||
108 | 2025.10.13 19:44:56.935885 [ 4 ] {} <Debug> TCP-Session: 0b3607b6-2d6d-40c3-a780-bd1d9cde7fb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
109 | 2025.10.13 19:44:56.935972 [ 4 ] {} <Debug> TCP-Session: 0b3607b6-2d6d-40c3-a780-bd1d9cde7fb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
110 | 2025.10.13 19:44:56.936084 [ 4 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
111 | 2025.10.13 19:44:56.936115 [ 4 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
112 | 2025.10.13 19:44:56.936195 [ 4 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
113 | 2025.10.13 19:44:56.936719 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64282 | ||
114 | 2025.10.13 19:44:56.936872 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
115 | 2025.10.13 19:44:56.936879 [ 6 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59632 | ||
116 | 2025.10.13 19:44:56.936909 [ 5 ] {} <Debug> TCP-Session: d3c8af87-6058-4071-9ddd-a85ea43a4ef9 Authenticating user 'default' from [fd00:1122:3344:101::a]:64282 | ||
117 | 2025.10.13 19:44:56.936867 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44818 | ||
118 | 2025.10.13 19:44:56.937046 [ 5 ] {} <Debug> TCP-Session: d3c8af87-6058-4071-9ddd-a85ea43a4ef9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
119 | 2025.10.13 19:44:56.937070 [ 5 ] {} <Debug> TCP-Session: d3c8af87-6058-4071-9ddd-a85ea43a4ef9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
120 | 2025.10.13 19:44:56.937073 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34179 | ||
121 | 2025.10.13 19:44:56.937141 [ 6 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
122 | 2025.10.13 19:44:56.937189 [ 6 ] {} <Debug> TCP-Session: 5f028084-5ed1-4a66-aee7-c9badb2481d6 Authenticating user 'default' from [fd00:1122:3344:101::a]:59632 | ||
123 | 2025.10.13 19:44:56.937212 [ 6 ] {} <Debug> TCP-Session: 5f028084-5ed1-4a66-aee7-c9badb2481d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
124 | 2025.10.13 19:44:56.937252 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64055 | ||
125 | 2025.10.13 19:44:56.937252 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
126 | 2025.10.13 19:44:56.937329 [ 6 ] {} <Debug> TCP-Session: 5f028084-5ed1-4a66-aee7-c9badb2481d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
127 | 2025.10.13 19:44:56.937356 [ 254 ] {} <Debug> TCP-Session: 313e01d9-14bc-48b1-aee8-e50a0fbccbdd Authenticating user 'default' from [fd00:1122:3344:101::a]:44818 | ||
128 | 2025.10.13 19:44:56.937336 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
129 | 2025.10.13 19:44:56.937406 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53791 | ||
130 | 2025.10.13 19:44:56.937457 [ 255 ] {} <Debug> TCP-Session: 0c430525-3e28-4412-a49e-5bb255b4ea3b Authenticating user 'default' from [fd00:1122:3344:101::a]:34179 | ||
131 | 2025.10.13 19:44:56.937506 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
132 | 2025.10.13 19:44:56.937462 [ 254 ] {} <Debug> TCP-Session: 313e01d9-14bc-48b1-aee8-e50a0fbccbdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
133 | 2025.10.13 19:44:56.937548 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63578 | ||
134 | 2025.10.13 19:44:56.937575 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
135 | 2025.10.13 19:44:56.937571 [ 254 ] {} <Debug> TCP-Session: 313e01d9-14bc-48b1-aee8-e50a0fbccbdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
136 | 2025.10.13 19:44:56.937550 [ 255 ] {} <Debug> TCP-Session: 0c430525-3e28-4412-a49e-5bb255b4ea3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
137 | 2025.10.13 19:44:56.937681 [ 257 ] {} <Debug> TCP-Session: a9680c48-ce8b-4241-82ba-1c6c83f35a8e Authenticating user 'default' from [fd00:1122:3344:101::a]:53791 | ||
138 | 2025.10.13 19:44:56.937724 [ 255 ] {} <Debug> TCP-Session: 0c430525-3e28-4412-a49e-5bb255b4ea3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
139 | 2025.10.13 19:44:56.937557 [ 256 ] {} <Debug> TCP-Session: b5291da0-483b-45ee-868c-b456e47e99e9 Authenticating user 'default' from [fd00:1122:3344:101::a]:64055 | ||
140 | 2025.10.13 19:44:56.937784 [ 257 ] {} <Debug> TCP-Session: a9680c48-ce8b-4241-82ba-1c6c83f35a8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
141 | 2025.10.13 19:44:56.937807 [ 256 ] {} <Debug> TCP-Session: b5291da0-483b-45ee-868c-b456e47e99e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
142 | 2025.10.13 19:44:56.937741 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
143 | 2025.10.13 19:44:56.937856 [ 257 ] {} <Debug> TCP-Session: a9680c48-ce8b-4241-82ba-1c6c83f35a8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
144 | 2025.10.13 19:44:56.937881 [ 256 ] {} <Debug> TCP-Session: b5291da0-483b-45ee-868c-b456e47e99e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
145 | 2025.10.13 19:44:56.937875 [ 258 ] {} <Debug> TCP-Session: 6e5544c3-552e-4f7b-926a-936e6333dff9 Authenticating user 'default' from [fd00:1122:3344:101::a]:63578 | ||
146 | 2025.10.13 19:44:56.937958 [ 258 ] {} <Debug> TCP-Session: 6e5544c3-552e-4f7b-926a-936e6333dff9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
147 | 2025.10.13 19:44:56.938040 [ 258 ] {} <Debug> TCP-Session: 6e5544c3-552e-4f7b-926a-936e6333dff9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
148 | 2025.10.13 19:44:57.000146 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 116.88 MiB, peak 116.88 MiB, free memory in arenas 0.00 B, will set to 118.98 MiB (RSS), difference: 2.10 MiB | ||
149 | 2025.10.13 19:44:58.065457 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50958 | ||
150 | 2025.10.13 19:44:58.067294 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
151 | 2025.10.13 19:44:58.067345 [ 259 ] {} <Debug> TCP-Session: e2d5ee16-1a86-4e7d-b26f-5456c42bd3a6 Authenticating user 'default' from [fd00:1122:3344:101::b]:50958 | ||
152 | 2025.10.13 19:44:58.067366 [ 259 ] {} <Debug> TCP-Session: e2d5ee16-1a86-4e7d-b26f-5456c42bd3a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
153 | 2025.10.13 19:44:58.067438 [ 259 ] {} <Debug> TCP-Session: e2d5ee16-1a86-4e7d-b26f-5456c42bd3a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
154 | 2025.10.13 19:44:58.067505 [ 259 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
155 | 2025.10.13 19:44:58.067531 [ 259 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
156 | 2025.10.13 19:44:58.067603 [ 259 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
157 | 2025.10.13 19:44:58.068139 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41210 | ||
158 | 2025.10.13 19:44:58.068228 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37261 | ||
159 | 2025.10.13 19:44:58.068368 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36641 | ||
160 | 2025.10.13 19:44:58.068389 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
161 | 2025.10.13 19:44:58.068493 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
162 | 2025.10.13 19:44:58.068509 [ 260 ] {} <Debug> TCP-Session: 423a5c55-5800-42a6-b5fe-2d2649b47d20 Authenticating user 'default' from [fd00:1122:3344:101::b]:41210 | ||
163 | 2025.10.13 19:44:58.068506 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45739 | ||
164 | 2025.10.13 19:44:58.068545 [ 260 ] {} <Debug> TCP-Session: 423a5c55-5800-42a6-b5fe-2d2649b47d20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
165 | 2025.10.13 19:44:58.068536 [ 261 ] {} <Debug> TCP-Session: 2e9ad550-de5f-4452-a65a-e0972c427fd9 Authenticating user 'default' from [fd00:1122:3344:101::b]:37261 | ||
166 | 2025.10.13 19:44:58.068615 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55524 | ||
167 | 2025.10.13 19:44:58.068539 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
168 | 2025.10.13 19:44:58.068696 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54645 | ||
169 | 2025.10.13 19:44:58.068686 [ 260 ] {} <Debug> TCP-Session: 423a5c55-5800-42a6-b5fe-2d2649b47d20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
170 | 2025.10.13 19:44:58.068667 [ 261 ] {} <Debug> TCP-Session: 2e9ad550-de5f-4452-a65a-e0972c427fd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
171 | 2025.10.13 19:44:58.068764 [ 262 ] {} <Debug> TCP-Session: b2de35ce-adbf-497e-bc60-bb4a8ae3644e Authenticating user 'default' from [fd00:1122:3344:101::b]:36641 | ||
172 | 2025.10.13 19:44:58.068841 [ 261 ] {} <Debug> TCP-Session: 2e9ad550-de5f-4452-a65a-e0972c427fd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
173 | 2025.10.13 19:44:58.068884 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43523 | ||
174 | 2025.10.13 19:44:58.068938 [ 262 ] {} <Debug> TCP-Session: b2de35ce-adbf-497e-bc60-bb4a8ae3644e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
175 | 2025.10.13 19:44:58.068931 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
176 | 2025.10.13 19:44:58.069007 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
177 | 2025.10.13 19:44:58.069031 [ 262 ] {} <Debug> TCP-Session: b2de35ce-adbf-497e-bc60-bb4a8ae3644e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
178 | 2025.10.13 19:44:58.069051 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
179 | 2025.10.13 19:44:58.069088 [ 263 ] {} <Debug> TCP-Session: 91400ed8-f30b-499d-867f-90910cc2d623 Authenticating user 'default' from [fd00:1122:3344:101::b]:45739 | ||
180 | 2025.10.13 19:44:58.069097 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
181 | 2025.10.13 19:44:58.069156 [ 264 ] {} <Debug> TCP-Session: 93a5fe12-f236-4388-a7cf-6b3cc4149932 Authenticating user 'default' from [fd00:1122:3344:101::b]:55524 | ||
182 | 2025.10.13 19:44:58.069136 [ 263 ] {} <Debug> TCP-Session: 91400ed8-f30b-499d-867f-90910cc2d623 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
183 | 2025.10.13 19:44:58.069052 [ 265 ] {} <Debug> TCP-Session: f8be8fb5-1b53-46e7-8cfe-3b7733b96b0b Authenticating user 'default' from [fd00:1122:3344:101::b]:54645 | ||
184 | 2025.10.13 19:44:58.069245 [ 264 ] {} <Debug> TCP-Session: 93a5fe12-f236-4388-a7cf-6b3cc4149932 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
185 | 2025.10.13 19:44:58.069216 [ 263 ] {} <Debug> TCP-Session: 91400ed8-f30b-499d-867f-90910cc2d623 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
186 | 2025.10.13 19:44:58.069210 [ 266 ] {} <Debug> TCP-Session: 1a8b45f8-ce4b-4884-931c-d3d73a62ee7a Authenticating user 'default' from [fd00:1122:3344:101::b]:43523 | ||
187 | 2025.10.13 19:44:58.069316 [ 264 ] {} <Debug> TCP-Session: 93a5fe12-f236-4388-a7cf-6b3cc4149932 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
188 | 2025.10.13 19:44:58.069296 [ 265 ] {} <Debug> TCP-Session: f8be8fb5-1b53-46e7-8cfe-3b7733b96b0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
189 | 2025.10.13 19:44:58.069380 [ 266 ] {} <Debug> TCP-Session: 1a8b45f8-ce4b-4884-931c-d3d73a62ee7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
190 | 2025.10.13 19:44:58.069387 [ 265 ] {} <Debug> TCP-Session: f8be8fb5-1b53-46e7-8cfe-3b7733b96b0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
191 | 2025.10.13 19:44:58.069464 [ 266 ] {} <Debug> TCP-Session: 1a8b45f8-ce4b-4884-931c-d3d73a62ee7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
192 | 2025.10.13 19:44:58.735527 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40364 | ||
193 | 2025.10.13 19:44:58.737283 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
194 | 2025.10.13 19:44:58.737361 [ 267 ] {} <Debug> TCP-Session: 9e361a49-b6e1-4fe1-afb0-588334e8fee5 Authenticating user 'default' from [fd00:1122:3344:101::c]:40364 | ||
195 | 2025.10.13 19:44:58.737384 [ 267 ] {} <Debug> TCP-Session: 9e361a49-b6e1-4fe1-afb0-588334e8fee5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
196 | 2025.10.13 19:44:58.737396 [ 267 ] {} <Debug> TCP-Session: 9e361a49-b6e1-4fe1-afb0-588334e8fee5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
197 | 2025.10.13 19:44:58.737541 [ 267 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
198 | 2025.10.13 19:44:58.737586 [ 267 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
199 | 2025.10.13 19:44:58.737682 [ 267 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
200 | 2025.10.13 19:44:58.738294 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40007 | ||
201 | 2025.10.13 19:44:58.738301 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:44079 | ||
202 | 2025.10.13 19:44:58.738382 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52505 | ||
203 | 2025.10.13 19:44:58.738469 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45580 | ||
204 | 2025.10.13 19:44:58.738573 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
205 | 2025.10.13 19:44:58.738591 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52096 | ||
206 | 2025.10.13 19:44:58.738708 [ 268 ] {} <Debug> TCP-Session: c5c8b409-9eae-4651-9d28-d91d147b9758 Authenticating user 'default' from [fd00:1122:3344:101::c]:40007 | ||
207 | 2025.10.13 19:44:58.738739 [ 268 ] {} <Debug> TCP-Session: c5c8b409-9eae-4651-9d28-d91d147b9758 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
208 | 2025.10.13 19:44:58.738777 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
209 | 2025.10.13 19:44:58.738793 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:44043 | ||
210 | 2025.10.13 19:44:58.738819 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
211 | 2025.10.13 19:44:58.738843 [ 268 ] {} <Debug> TCP-Session: c5c8b409-9eae-4651-9d28-d91d147b9758 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
212 | 2025.10.13 19:44:58.738758 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
213 | 2025.10.13 19:44:58.738983 [ 269 ] {} <Debug> TCP-Session: 8bcc070a-f0b0-4b4b-ad30-111278134989 Authenticating user 'default' from [fd00:1122:3344:101::c]:44079 | ||
214 | 2025.10.13 19:44:58.738994 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42749 | ||
215 | 2025.10.13 19:44:58.739033 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
216 | 2025.10.13 19:44:58.739020 [ 269 ] {} <Debug> TCP-Session: 8bcc070a-f0b0-4b4b-ad30-111278134989 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
217 | 2025.10.13 19:44:58.739087 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
218 | 2025.10.13 19:44:58.739132 [ 272 ] {} <Debug> TCP-Session: febfdd90-f9ee-41ac-96e6-45203357ae4b Authenticating user 'default' from [fd00:1122:3344:101::c]:52096 | ||
219 | 2025.10.13 19:44:58.739177 [ 273 ] {} <Debug> TCP-Session: ba2e82c9-8fc6-48f2-9f32-9822f2667558 Authenticating user 'default' from [fd00:1122:3344:101::c]:44043 | ||
220 | 2025.10.13 19:44:58.739089 [ 270 ] {} <Debug> TCP-Session: 74066870-fe20-4939-a970-2f0b49e479f1 Authenticating user 'default' from [fd00:1122:3344:101::c]:52505 | ||
221 | 2025.10.13 19:44:58.738987 [ 271 ] {} <Debug> TCP-Session: fa686815-4194-42b6-9cb5-d41a6efd1a7b Authenticating user 'default' from [fd00:1122:3344:101::c]:45580 | ||
222 | 2025.10.13 19:44:58.739241 [ 272 ] {} <Debug> TCP-Session: febfdd90-f9ee-41ac-96e6-45203357ae4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
223 | 2025.10.13 19:44:58.739264 [ 270 ] {} <Debug> TCP-Session: 74066870-fe20-4939-a970-2f0b49e479f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
224 | 2025.10.13 19:44:58.739276 [ 273 ] {} <Debug> TCP-Session: ba2e82c9-8fc6-48f2-9f32-9822f2667558 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
225 | 2025.10.13 19:44:58.739229 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
226 | 2025.10.13 19:44:58.739336 [ 270 ] {} <Debug> TCP-Session: 74066870-fe20-4939-a970-2f0b49e479f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
227 | 2025.10.13 19:44:58.739356 [ 273 ] {} <Debug> TCP-Session: ba2e82c9-8fc6-48f2-9f32-9822f2667558 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
228 | 2025.10.13 19:44:58.739477 [ 274 ] {} <Debug> TCP-Session: f106ca55-bcfc-415d-93ea-8c6e56c5411c Authenticating user 'default' from [fd00:1122:3344:101::c]:42749 | ||
229 | 2025.10.13 19:44:58.739332 [ 271 ] {} <Debug> TCP-Session: fa686815-4194-42b6-9cb5-d41a6efd1a7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
230 | 2025.10.13 19:44:58.739107 [ 269 ] {} <Debug> TCP-Session: 8bcc070a-f0b0-4b4b-ad30-111278134989 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
231 | 2025.10.13 19:44:58.739563 [ 271 ] {} <Debug> TCP-Session: fa686815-4194-42b6-9cb5-d41a6efd1a7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
232 | 2025.10.13 19:44:58.739582 [ 272 ] {} <Debug> TCP-Session: febfdd90-f9ee-41ac-96e6-45203357ae4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
233 | 2025.10.13 19:44:58.739553 [ 274 ] {} <Debug> TCP-Session: f106ca55-bcfc-415d-93ea-8c6e56c5411c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
234 | 2025.10.13 19:44:58.739710 [ 274 ] {} <Debug> TCP-Session: f106ca55-bcfc-415d-93ea-8c6e56c5411c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
235 | 2025.10.13 19:44:58.747451 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62915 | ||
236 | 2025.10.13 19:44:58.751511 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
237 | 2025.10.13 19:44:58.751633 [ 275 ] {} <Debug> TCP-Session: 2477d4b2-6169-4a54-aa4c-46f9c32cd227 Authenticating user 'default' from [fd00:1122:3344:101::d]:62915 | ||
238 | 2025.10.13 19:44:58.751650 [ 275 ] {} <Debug> TCP-Session: 2477d4b2-6169-4a54-aa4c-46f9c32cd227 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
239 | 2025.10.13 19:44:58.751661 [ 275 ] {} <Debug> TCP-Session: 2477d4b2-6169-4a54-aa4c-46f9c32cd227 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
240 | 2025.10.13 19:44:58.751801 [ 275 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
241 | 2025.10.13 19:44:58.751853 [ 275 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
242 | 2025.10.13 19:44:58.751998 [ 275 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
243 | 2025.10.13 19:44:58.756463 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37223 | ||
244 | 2025.10.13 19:44:58.756564 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44633 | ||
245 | 2025.10.13 19:44:58.756675 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52989 | ||
246 | 2025.10.13 19:44:58.756779 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36644 | ||
247 | 2025.10.13 19:44:58.756890 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
248 | 2025.10.13 19:44:58.756934 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
249 | 2025.10.13 19:44:58.756979 [ 276 ] {} <Debug> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Authenticating user 'default' from [fd00:1122:3344:101::d]:37223 | ||
250 | 2025.10.13 19:44:58.757023 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37497 | ||
251 | 2025.10.13 19:44:58.757035 [ 277 ] {} <Debug> TCP-Session: dd181806-3abd-4aa4-9e81-61d11aa9740f Authenticating user 'default' from [fd00:1122:3344:101::d]:44633 | ||
252 | 2025.10.13 19:44:58.757045 [ 276 ] {} <Debug> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
253 | 2025.10.13 19:44:58.757129 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
254 | 2025.10.13 19:44:58.757181 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55279 | ||
255 | 2025.10.13 19:44:58.757214 [ 276 ] {} <Debug> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
256 | 2025.10.13 19:44:58.757264 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
257 | 2025.10.13 19:44:58.757208 [ 278 ] {} <Debug> TCP-Session: ae18be9b-8278-44ab-a75a-3817174e0911 Authenticating user 'default' from [fd00:1122:3344:101::d]:52989 | ||
258 | 2025.10.13 19:44:58.757340 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39677 | ||
259 | 2025.10.13 19:44:58.757373 [ 280 ] {} <Debug> TCP-Session: e58833e5-440d-484d-a6f9-f8e7f012ece0 Authenticating user 'default' from [fd00:1122:3344:101::d]:37497 | ||
260 | 2025.10.13 19:44:58.757417 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
261 | 2025.10.13 19:44:58.757471 [ 280 ] {} <Debug> TCP-Session: e58833e5-440d-484d-a6f9-f8e7f012ece0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
262 | 2025.10.13 19:44:58.757493 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45889 | ||
263 | 2025.10.13 19:44:58.757493 [ 281 ] {} <Debug> TCP-Session: 990f1668-a634-419b-aeb3-a74a0d5cc190 Authenticating user 'default' from [fd00:1122:3344:101::d]:55279 | ||
264 | 2025.10.13 19:44:58.757587 [ 280 ] {} <Debug> TCP-Session: e58833e5-440d-484d-a6f9-f8e7f012ece0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
265 | 2025.10.13 19:44:58.757606 [ 281 ] {} <Debug> TCP-Session: 990f1668-a634-419b-aeb3-a74a0d5cc190 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
266 | 2025.10.13 19:44:58.757364 [ 278 ] {} <Debug> TCP-Session: ae18be9b-8278-44ab-a75a-3817174e0911 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
267 | 2025.10.13 19:44:58.757184 [ 277 ] {} <Debug> TCP-Session: dd181806-3abd-4aa4-9e81-61d11aa9740f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
268 | 2025.10.13 19:44:58.757738 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
269 | 2025.10.13 19:44:58.757756 [ 277 ] {} <Debug> TCP-Session: dd181806-3abd-4aa4-9e81-61d11aa9740f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
270 | 2025.10.13 19:44:58.757724 [ 278 ] {} <Debug> TCP-Session: ae18be9b-8278-44ab-a75a-3817174e0911 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
271 | 2025.10.13 19:44:58.757711 [ 281 ] {} <Debug> TCP-Session: 990f1668-a634-419b-aeb3-a74a0d5cc190 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
272 | 2025.10.13 19:44:58.757829 [ 283 ] {} <Debug> TCP-Session: 2ecab841-83e7-43a0-962a-6a73f90e2a9a Authenticating user 'default' from [fd00:1122:3344:101::d]:45889 | ||
273 | 2025.10.13 19:44:58.757183 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
274 | 2025.10.13 19:44:58.757599 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
275 | 2025.10.13 19:44:58.757921 [ 283 ] {} <Debug> TCP-Session: 2ecab841-83e7-43a0-962a-6a73f90e2a9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
276 | 2025.10.13 19:44:58.757918 [ 279 ] {} <Debug> TCP-Session: 43747a57-c4d8-4628-b78b-2082bf9557e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36644 | ||
277 | 2025.10.13 19:44:58.758032 [ 282 ] {} <Debug> TCP-Session: 9cefd3bc-d95b-48dd-b561-670bf16fb532 Authenticating user 'default' from [fd00:1122:3344:101::d]:39677 | ||
278 | 2025.10.13 19:44:58.758047 [ 283 ] {} <Debug> TCP-Session: 2ecab841-83e7-43a0-962a-6a73f90e2a9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
279 | 2025.10.13 19:44:58.758042 [ 279 ] {} <Debug> TCP-Session: 43747a57-c4d8-4628-b78b-2082bf9557e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
280 | 2025.10.13 19:44:58.758169 [ 282 ] {} <Debug> TCP-Session: 9cefd3bc-d95b-48dd-b561-670bf16fb532 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
281 | 2025.10.13 19:44:58.758179 [ 279 ] {} <Debug> TCP-Session: 43747a57-c4d8-4628-b78b-2082bf9557e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
282 | 2025.10.13 19:44:58.758273 [ 282 ] {} <Debug> TCP-Session: 9cefd3bc-d95b-48dd-b561-670bf16fb532 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
283 | 2025.10.13 19:44:58.768045 [ 275 ] {} <Trace> TCP-Session: 2477d4b2-6169-4a54-aa4c-46f9c32cd227 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
284 | 2025.10.13 19:44:58.770955 [ 275 ] {cbb77632-b933-4cef-bf88-37a3f636da8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62915) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
285 | 2025.10.13 19:44:58.947145 [ 275 ] {cbb77632-b933-4cef-bf88-37a3f636da8b} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:62915) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
286 | |||
287 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
288 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
289 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse | ||
290 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
291 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
292 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
293 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse | ||
294 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse | ||
295 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse | ||
296 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse | ||
297 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse | ||
298 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
299 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
300 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse | ||
301 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
302 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
303 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
304 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
305 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
306 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
307 | 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 | ||
308 | |||
309 | 2025.10.13 19:44:58.948179 [ 275 ] {cbb77632-b933-4cef-bf88-37a3f636da8b} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
310 | |||
311 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
312 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
313 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse | ||
314 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
315 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
316 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
317 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse | ||
318 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse | ||
319 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse | ||
320 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse | ||
321 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse | ||
322 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
323 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
324 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse | ||
325 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
326 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
327 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
328 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
329 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
330 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
331 | 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 | ||
332 | |||
333 | 2025.10.13 19:44:58.948407 [ 275 ] {cbb77632-b933-4cef-bf88-37a3f636da8b} <Debug> TCPHandler: Processed in 0.186460877 sec. | ||
334 | 2025.10.13 19:44:58.956697 [ 275 ] {} <Trace> TCP-Session: 2477d4b2-6169-4a54-aa4c-46f9c32cd227 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
335 | 2025.10.13 19:44:58.956869 [ 275 ] {859e743f-b5cb-408d-8f9e-97ff14851d77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62915) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
336 | 2025.10.13 19:44:58.957223 [ 275 ] {859e743f-b5cb-408d-8f9e-97ff14851d77} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:62915) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
337 | |||
338 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
339 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
340 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse | ||
341 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
342 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
343 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
344 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse | ||
345 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse | ||
346 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse | ||
347 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse | ||
348 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse | ||
349 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
350 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
351 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse | ||
352 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
353 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
354 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
355 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
356 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
357 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
358 | 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 | ||
359 | |||
360 | 2025.10.13 19:44:58.957454 [ 275 ] {859e743f-b5cb-408d-8f9e-97ff14851d77} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
361 | |||
362 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
363 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
364 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse | ||
365 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
366 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
367 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
368 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse | ||
369 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse | ||
370 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse | ||
371 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse | ||
372 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse | ||
373 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
374 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
375 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse | ||
376 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
377 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
378 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
379 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
380 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
381 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
382 | 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 | ||
383 | |||
384 | 2025.10.13 19:44:58.957654 [ 275 ] {859e743f-b5cb-408d-8f9e-97ff14851d77} <Debug> TCPHandler: Processed in 0.001076077 sec. | ||
385 | 2025.10.13 19:44:58.958173 [ 276 ] {} <Trace> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
386 | 2025.10.13 19:44:58.959094 [ 276 ] {3b7f4210-b084-4a12-bcb8-3fd760ef1e4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37223) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
387 | 2025.10.13 19:44:58.959768 [ 276 ] {3b7f4210-b084-4a12-bcb8-3fd760ef1e4d} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
388 | 2025.10.13 19:44:58.966520 [ 276 ] {3b7f4210-b084-4a12-bcb8-3fd760ef1e4d} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
389 | 2025.10.13 19:44:58.966624 [ 276 ] {3b7f4210-b084-4a12-bcb8-3fd760ef1e4d} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000151584 sec | ||
390 | 2025.10.13 19:44:58.966640 [ 276 ] {3b7f4210-b084-4a12-bcb8-3fd760ef1e4d} <Trace> ReferentialDeps: No tables | ||
391 | 2025.10.13 19:44:58.966651 [ 276 ] {3b7f4210-b084-4a12-bcb8-3fd760ef1e4d} <Trace> LoadingDeps: No tables | ||
392 | 2025.10.13 19:44:58.966724 [ 276 ] {3b7f4210-b084-4a12-bcb8-3fd760ef1e4d} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
393 | 2025.10.13 19:44:58.967428 [ 276 ] {3b7f4210-b084-4a12-bcb8-3fd760ef1e4d} <Debug> TCPHandler: Processed in 0.009495582 sec. | ||
394 | 2025.10.13 19:44:58.967589 [ 276 ] {} <Trace> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
395 | 2025.10.13 19:44:58.967745 [ 276 ] {51febda6-704a-4ac3-9892-57580df56e40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37223) /* The version table contains metadata about the `oximeter` database */ | ||
396 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
397 | 2025.10.13 19:44:58.967873 [ 276 ] {51febda6-704a-4ac3-9892-57580df56e40} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
398 | 2025.10.13 19:44:58.972929 [ 276 ] {51febda6-704a-4ac3-9892-57580df56e40} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
399 | 2025.10.13 19:44:58.978517 [ 276 ] {51febda6-704a-4ac3-9892-57580df56e40} <Debug> oximeter.version (0776ad92-bc93-426c-b38d-5591a5927d46): Loading data parts | ||
400 | 2025.10.13 19:44:58.981361 [ 276 ] {51febda6-704a-4ac3-9892-57580df56e40} <Debug> oximeter.version (0776ad92-bc93-426c-b38d-5591a5927d46): There are no data parts | ||
401 | 2025.10.13 19:44:58.991517 [ 276 ] {51febda6-704a-4ac3-9892-57580df56e40} <Debug> TCPHandler: Processed in 0.023980277 sec. | ||
402 | 2025.10.13 19:44:58.991745 [ 276 ] {} <Trace> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
403 | 2025.10.13 19:44:58.991921 [ 276 ] {8e1f859f-cf25-4eac-8d27-d32404dfc572} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37223) /* The measurement tables contain all individual samples from each timeseries. | ||
404 | * | ||
405 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
406 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
407 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
408 | * by all samples from the same timeseries. | ||
409 | * | ||
410 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
411 | * and then uses that to index quickly into the measurements tables. | ||
412 | */ | ||
413 | CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
414 | 2025.10.13 19:44:58.992046 [ 276 ] {8e1f859f-cf25-4eac-8d27-d32404dfc572} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
415 | 2025.10.13 19:44:59.001138 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 123.33 MiB, peak 123.33 MiB, free memory in arenas 0.00 B, will set to 132.04 MiB (RSS), difference: 8.71 MiB | ||
416 | 2025.10.13 19:44:59.013676 [ 276 ] {8e1f859f-cf25-4eac-8d27-d32404dfc572} <Debug> oximeter.measurements_bool (6a915742-76e9-4a95-9b20-41b97aa5b1a8): Loading data parts | ||
417 | 2025.10.13 19:44:59.013958 [ 276 ] {8e1f859f-cf25-4eac-8d27-d32404dfc572} <Debug> oximeter.measurements_bool (6a915742-76e9-4a95-9b20-41b97aa5b1a8): There are no data parts | ||
418 | 2025.10.13 19:44:59.016290 [ 276 ] {8e1f859f-cf25-4eac-8d27-d32404dfc572} <Debug> TCPHandler: Processed in 0.024596062 sec. | ||
419 | 2025.10.13 19:44:59.016554 [ 276 ] {} <Trace> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
420 | 2025.10.13 19:44:59.016729 [ 276 ] {01b040c3-2aea-48ee-aedf-a246cbfb6322} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37223) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
421 | 2025.10.13 19:44:59.016846 [ 276 ] {01b040c3-2aea-48ee-aedf-a246cbfb6322} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
422 | 2025.10.13 19:44:59.024528 [ 276 ] {01b040c3-2aea-48ee-aedf-a246cbfb6322} <Debug> oximeter.measurements_i8 (f74302f4-cfb8-4f01-88f1-33abd2efccba): Loading data parts | ||
423 | 2025.10.13 19:44:59.024781 [ 276 ] {01b040c3-2aea-48ee-aedf-a246cbfb6322} <Debug> oximeter.measurements_i8 (f74302f4-cfb8-4f01-88f1-33abd2efccba): There are no data parts | ||
424 | 2025.10.13 19:44:59.027796 [ 276 ] {01b040c3-2aea-48ee-aedf-a246cbfb6322} <Debug> TCPHandler: Processed in 0.011304357 sec. | ||
425 | 2025.10.13 19:44:59.027946 [ 276 ] {} <Trace> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
426 | 2025.10.13 19:44:59.028106 [ 276 ] {a6529903-7997-4e0e-87c0-77ef718d5902} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37223) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
427 | 2025.10.13 19:44:59.028228 [ 276 ] {a6529903-7997-4e0e-87c0-77ef718d5902} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
428 | 2025.10.13 19:44:59.035949 [ 276 ] {a6529903-7997-4e0e-87c0-77ef718d5902} <Debug> oximeter.measurements_u8 (3f35b7ea-7c2f-4633-8381-cd488e2f83b8): Loading data parts | ||
429 | 2025.10.13 19:44:59.036108 [ 276 ] {a6529903-7997-4e0e-87c0-77ef718d5902} <Debug> oximeter.measurements_u8 (3f35b7ea-7c2f-4633-8381-cd488e2f83b8): There are no data parts | ||
430 | 2025.10.13 19:44:59.039040 [ 276 ] {a6529903-7997-4e0e-87c0-77ef718d5902} <Debug> TCPHandler: Processed in 0.011146763 sec. | ||
431 | 2025.10.13 19:44:59.039237 [ 276 ] {} <Trace> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
432 | 2025.10.13 19:44:59.039444 [ 276 ] {91f3c4e7-bc87-4582-bb83-d548f4322d01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37223) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
433 | 2025.10.13 19:44:59.039556 [ 276 ] {91f3c4e7-bc87-4582-bb83-d548f4322d01} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
434 | 2025.10.13 19:44:59.047272 [ 276 ] {91f3c4e7-bc87-4582-bb83-d548f4322d01} <Debug> oximeter.measurements_i16 (ca426b3a-8d01-4722-a160-1d51766a08aa): Loading data parts | ||
435 | 2025.10.13 19:44:59.047510 [ 276 ] {91f3c4e7-bc87-4582-bb83-d548f4322d01} <Debug> oximeter.measurements_i16 (ca426b3a-8d01-4722-a160-1d51766a08aa): There are no data parts | ||
436 | 2025.10.13 19:44:59.050026 [ 276 ] {91f3c4e7-bc87-4582-bb83-d548f4322d01} <Debug> TCPHandler: Processed in 0.010838006 sec. | ||
437 | 2025.10.13 19:44:59.050168 [ 276 ] {} <Trace> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
438 | 2025.10.13 19:44:59.050322 [ 276 ] {de2a81c9-dad1-44f9-8f69-0fe8af6d4b41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37223) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
439 | 2025.10.13 19:44:59.050496 [ 276 ] {de2a81c9-dad1-44f9-8f69-0fe8af6d4b41} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
440 | 2025.10.13 19:44:59.058270 [ 276 ] {de2a81c9-dad1-44f9-8f69-0fe8af6d4b41} <Debug> oximeter.measurements_u16 (4e0712cf-12ae-4d6d-9515-2bf213ebac2e): Loading data parts | ||
441 | 2025.10.13 19:44:59.058408 [ 276 ] {de2a81c9-dad1-44f9-8f69-0fe8af6d4b41} <Debug> oximeter.measurements_u16 (4e0712cf-12ae-4d6d-9515-2bf213ebac2e): There are no data parts | ||
442 | 2025.10.13 19:44:59.061049 [ 276 ] {de2a81c9-dad1-44f9-8f69-0fe8af6d4b41} <Debug> TCPHandler: Processed in 0.010929138 sec. | ||
443 | 2025.10.13 19:44:59.061221 [ 276 ] {} <Trace> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
444 | 2025.10.13 19:44:59.061490 [ 276 ] {1e66cc4e-9f5f-4d59-8dbd-c65528633f1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37223) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
445 | 2025.10.13 19:44:59.061608 [ 276 ] {1e66cc4e-9f5f-4d59-8dbd-c65528633f1a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
446 | 2025.10.13 19:44:59.069421 [ 276 ] {1e66cc4e-9f5f-4d59-8dbd-c65528633f1a} <Debug> oximeter.measurements_i32 (beeefbf2-f209-42c2-ad2d-fd56859550db): Loading data parts | ||
447 | 2025.10.13 19:44:59.069576 [ 276 ] {1e66cc4e-9f5f-4d59-8dbd-c65528633f1a} <Debug> oximeter.measurements_i32 (beeefbf2-f209-42c2-ad2d-fd56859550db): There are no data parts | ||
448 | 2025.10.13 19:44:59.072593 [ 276 ] {1e66cc4e-9f5f-4d59-8dbd-c65528633f1a} <Debug> TCPHandler: Processed in 0.011432671 sec. | ||
449 | 2025.10.13 19:44:59.072740 [ 276 ] {} <Trace> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
450 | 2025.10.13 19:44:59.072896 [ 276 ] {45022338-7d95-403f-9d5c-8d39f32b1dbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37223) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
451 | 2025.10.13 19:44:59.073024 [ 276 ] {45022338-7d95-403f-9d5c-8d39f32b1dbe} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
452 | 2025.10.13 19:44:59.080724 [ 276 ] {45022338-7d95-403f-9d5c-8d39f32b1dbe} <Debug> oximeter.measurements_u32 (a8e05e55-1ddc-4242-9817-1dd7020be750): Loading data parts | ||
453 | 2025.10.13 19:44:59.080928 [ 276 ] {45022338-7d95-403f-9d5c-8d39f32b1dbe} <Debug> oximeter.measurements_u32 (a8e05e55-1ddc-4242-9817-1dd7020be750): There are no data parts | ||
454 | 2025.10.13 19:44:59.083677 [ 276 ] {45022338-7d95-403f-9d5c-8d39f32b1dbe} <Debug> TCPHandler: Processed in 0.010984999 sec. | ||
455 | 2025.10.13 19:44:59.083826 [ 276 ] {} <Trace> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
456 | 2025.10.13 19:44:59.084082 [ 276 ] {1e9224e0-281b-4467-a25a-442f1e86621a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37223) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
457 | 2025.10.13 19:44:59.084212 [ 276 ] {1e9224e0-281b-4467-a25a-442f1e86621a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
458 | 2025.10.13 19:44:59.093432 [ 276 ] {1e9224e0-281b-4467-a25a-442f1e86621a} <Debug> oximeter.measurements_i64 (b3e6b1a6-096f-4235-9ac2-74f97c2fd680): Loading data parts | ||
459 | 2025.10.13 19:44:59.093562 [ 276 ] {1e9224e0-281b-4467-a25a-442f1e86621a} <Debug> oximeter.measurements_i64 (b3e6b1a6-096f-4235-9ac2-74f97c2fd680): There are no data parts | ||
460 | 2025.10.13 19:44:59.095514 [ 276 ] {1e9224e0-281b-4467-a25a-442f1e86621a} <Debug> TCPHandler: Processed in 0.011741147 sec. | ||
461 | 2025.10.13 19:44:59.095656 [ 276 ] {} <Trace> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
462 | 2025.10.13 19:44:59.095812 [ 276 ] {ded91372-4948-476a-aaf9-545723df1aa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37223) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
463 | 2025.10.13 19:44:59.095931 [ 276 ] {ded91372-4948-476a-aaf9-545723df1aa2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
464 | 2025.10.13 19:44:59.104176 [ 276 ] {ded91372-4948-476a-aaf9-545723df1aa2} <Debug> oximeter.measurements_u64 (084e4b8d-f6ac-44d0-aab2-2451795c2131): Loading data parts | ||
465 | 2025.10.13 19:44:59.104464 [ 276 ] {ded91372-4948-476a-aaf9-545723df1aa2} <Debug> oximeter.measurements_u64 (084e4b8d-f6ac-44d0-aab2-2451795c2131): There are no data parts | ||
466 | 2025.10.13 19:44:59.107340 [ 276 ] {ded91372-4948-476a-aaf9-545723df1aa2} <Debug> TCPHandler: Processed in 0.011732768 sec. | ||
467 | 2025.10.13 19:44:59.107506 [ 276 ] {} <Trace> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
468 | 2025.10.13 19:44:59.107765 [ 276 ] {0e1ec11e-0814-45ae-ad71-1fa440e43855} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37223) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
469 | 2025.10.13 19:44:59.107884 [ 276 ] {0e1ec11e-0814-45ae-ad71-1fa440e43855} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
470 | 2025.10.13 19:44:59.116080 [ 276 ] {0e1ec11e-0814-45ae-ad71-1fa440e43855} <Debug> oximeter.measurements_f32 (7d04761a-c6ef-48f5-8e10-da48f0c68004): Loading data parts | ||
471 | 2025.10.13 19:44:59.116238 [ 276 ] {0e1ec11e-0814-45ae-ad71-1fa440e43855} <Debug> oximeter.measurements_f32 (7d04761a-c6ef-48f5-8e10-da48f0c68004): There are no data parts | ||
472 | 2025.10.13 19:44:59.118646 [ 276 ] {0e1ec11e-0814-45ae-ad71-1fa440e43855} <Debug> TCPHandler: Processed in 0.011202735 sec. | ||
473 | 2025.10.13 19:44:59.118815 [ 276 ] {} <Trace> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
474 | 2025.10.13 19:44:59.118981 [ 276 ] {9bb662b5-2e56-4730-83e8-6b420efb88ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37223) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
475 | 2025.10.13 19:44:59.119106 [ 276 ] {9bb662b5-2e56-4730-83e8-6b420efb88ee} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
476 | 2025.10.13 19:44:59.121042 [ 276 ] {9bb662b5-2e56-4730-83e8-6b420efb88ee} <Debug> oximeter.measurements_f64 (baa5015d-e6fe-43ac-9d85-1386c7df0d1f): Loading data parts | ||
477 | 2025.10.13 19:44:59.121243 [ 276 ] {9bb662b5-2e56-4730-83e8-6b420efb88ee} <Debug> oximeter.measurements_f64 (baa5015d-e6fe-43ac-9d85-1386c7df0d1f): There are no data parts | ||
478 | 2025.10.13 19:44:59.129690 [ 276 ] {9bb662b5-2e56-4730-83e8-6b420efb88ee} <Debug> TCPHandler: Processed in 0.010943028 sec. | ||
479 | 2025.10.13 19:44:59.129862 [ 276 ] {} <Trace> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
480 | 2025.10.13 19:44:59.130092 [ 276 ] {0cc772df-c890-4e59-839c-f35b526bf7d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37223) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
481 | 2025.10.13 19:44:59.130234 [ 276 ] {0cc772df-c890-4e59-839c-f35b526bf7d5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
482 | 2025.10.13 19:44:59.138234 [ 276 ] {0cc772df-c890-4e59-839c-f35b526bf7d5} <Debug> oximeter.measurements_string (275ad612-7370-480f-8fb0-d56437145b6b): Loading data parts | ||
483 | 2025.10.13 19:44:59.138433 [ 276 ] {0cc772df-c890-4e59-839c-f35b526bf7d5} <Debug> oximeter.measurements_string (275ad612-7370-480f-8fb0-d56437145b6b): There are no data parts | ||
484 | 2025.10.13 19:44:59.142591 [ 276 ] {0cc772df-c890-4e59-839c-f35b526bf7d5} <Debug> TCPHandler: Processed in 0.012783583 sec. | ||
485 | 2025.10.13 19:44:59.142754 [ 276 ] {} <Trace> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
486 | 2025.10.13 19:44:59.142928 [ 276 ] {7d29ffaa-5bcd-4b86-84fc-5f7585c9105d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37223) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
487 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
488 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
489 | * a string isn't palatable for a few reasons. | ||
490 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
491 | * details. | ||
492 | */ | ||
493 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
494 | 2025.10.13 19:44:59.143044 [ 276 ] {7d29ffaa-5bcd-4b86-84fc-5f7585c9105d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
495 | 2025.10.13 19:44:59.145255 [ 276 ] {7d29ffaa-5bcd-4b86-84fc-5f7585c9105d} <Debug> oximeter.measurements_bytes (bb1cf9e9-3a7d-4fed-aa96-6edc876b414f): Loading data parts | ||
496 | 2025.10.13 19:44:59.145409 [ 276 ] {7d29ffaa-5bcd-4b86-84fc-5f7585c9105d} <Debug> oximeter.measurements_bytes (bb1cf9e9-3a7d-4fed-aa96-6edc876b414f): There are no data parts | ||
497 | 2025.10.13 19:44:59.153325 [ 276 ] {7d29ffaa-5bcd-4b86-84fc-5f7585c9105d} <Debug> TCPHandler: Processed in 0.01062007 sec. | ||
498 | 2025.10.13 19:44:59.153537 [ 276 ] {} <Trace> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
499 | 2025.10.13 19:44:59.153828 [ 276 ] {9455f2c1-63d2-4f62-a953-5df5831f45eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37223) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
500 | 2025.10.13 19:44:59.153992 [ 276 ] {9455f2c1-63d2-4f62-a953-5df5831f45eb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
501 | 2025.10.13 19:44:59.156574 [ 276 ] {9455f2c1-63d2-4f62-a953-5df5831f45eb} <Debug> oximeter.measurements_cumulativei64 (b22843ae-4b1a-4710-bcd9-29e755d8c31b): Loading data parts | ||
502 | 2025.10.13 19:44:59.156717 [ 276 ] {9455f2c1-63d2-4f62-a953-5df5831f45eb} <Debug> oximeter.measurements_cumulativei64 (b22843ae-4b1a-4710-bcd9-29e755d8c31b): There are no data parts | ||
503 | 2025.10.13 19:44:59.164450 [ 276 ] {9455f2c1-63d2-4f62-a953-5df5831f45eb} <Debug> TCPHandler: Processed in 0.01099211 sec. | ||
504 | 2025.10.13 19:44:59.164701 [ 276 ] {} <Trace> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
505 | 2025.10.13 19:44:59.164864 [ 276 ] {32af0735-1553-4539-9adb-98ef274c1185} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37223) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
506 | 2025.10.13 19:44:59.164983 [ 276 ] {32af0735-1553-4539-9adb-98ef274c1185} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
507 | 2025.10.13 19:44:59.167597 [ 276 ] {32af0735-1553-4539-9adb-98ef274c1185} <Debug> oximeter.measurements_cumulativeu64 (f3f07d90-808a-42ec-806d-5e1eee5c2ac3): Loading data parts | ||
508 | 2025.10.13 19:44:59.167805 [ 276 ] {32af0735-1553-4539-9adb-98ef274c1185} <Debug> oximeter.measurements_cumulativeu64 (f3f07d90-808a-42ec-806d-5e1eee5c2ac3): There are no data parts | ||
509 | 2025.10.13 19:44:59.175286 [ 276 ] {32af0735-1553-4539-9adb-98ef274c1185} <Debug> TCPHandler: Processed in 0.01063345 sec. | ||
510 | 2025.10.13 19:44:59.175428 [ 276 ] {} <Trace> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
511 | 2025.10.13 19:44:59.175796 [ 276 ] {c4e4f6df-d857-444b-97ee-26bd5433aab4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37223) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
512 | 2025.10.13 19:44:59.175911 [ 276 ] {c4e4f6df-d857-444b-97ee-26bd5433aab4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
513 | 2025.10.13 19:44:59.178368 [ 276 ] {c4e4f6df-d857-444b-97ee-26bd5433aab4} <Debug> oximeter.measurements_cumulativef32 (ddadfd0d-cd0f-4dc6-98c4-33d2dacd192c): Loading data parts | ||
514 | 2025.10.13 19:44:59.178555 [ 276 ] {c4e4f6df-d857-444b-97ee-26bd5433aab4} <Debug> oximeter.measurements_cumulativef32 (ddadfd0d-cd0f-4dc6-98c4-33d2dacd192c): There are no data parts | ||
515 | 2025.10.13 19:44:59.186265 [ 276 ] {c4e4f6df-d857-444b-97ee-26bd5433aab4} <Debug> TCPHandler: Processed in 0.010884666 sec. | ||
516 | 2025.10.13 19:44:59.186448 [ 276 ] {} <Trace> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
517 | 2025.10.13 19:44:59.186630 [ 276 ] {189fbb5c-22ca-4786-a7d1-d813e67ef035} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37223) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
518 | 2025.10.13 19:44:59.186753 [ 276 ] {189fbb5c-22ca-4786-a7d1-d813e67ef035} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
519 | 2025.10.13 19:44:59.189289 [ 276 ] {189fbb5c-22ca-4786-a7d1-d813e67ef035} <Debug> oximeter.measurements_cumulativef64 (bf205ffa-8adf-4d02-82c9-5468d7519426): Loading data parts | ||
520 | 2025.10.13 19:44:59.189434 [ 276 ] {189fbb5c-22ca-4786-a7d1-d813e67ef035} <Debug> oximeter.measurements_cumulativef64 (bf205ffa-8adf-4d02-82c9-5468d7519426): There are no data parts | ||
521 | 2025.10.13 19:44:59.197240 [ 276 ] {189fbb5c-22ca-4786-a7d1-d813e67ef035} <Debug> TCPHandler: Processed in 0.010855376 sec. | ||
522 | 2025.10.13 19:44:59.197467 [ 276 ] {} <Trace> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
523 | 2025.10.13 19:44:59.197705 [ 276 ] {3d8dc027-dd1e-40b2-b84b-0071d1e17d7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37223) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
524 | * NOTE: Array types cannot be Nullable, see | ||
525 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
526 | * for more details. | ||
527 | * | ||
528 | * This means we need to use empty arrays to indicate a missing value. This | ||
529 | * is unfortunate, and at this point relies on the fact that an | ||
530 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
531 | * to figure out another way to represent missing samples here. | ||
532 | */ | ||
533 | bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
534 | 2025.10.13 19:44:59.197840 [ 276 ] {3d8dc027-dd1e-40b2-b84b-0071d1e17d7e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
535 | 2025.10.13 19:44:59.200589 [ 276 ] {3d8dc027-dd1e-40b2-b84b-0071d1e17d7e} <Debug> oximeter.measurements_histogrami8 (e2d398e9-da93-4459-8243-f679a226ed01): Loading data parts | ||
536 | 2025.10.13 19:44:59.200746 [ 276 ] {3d8dc027-dd1e-40b2-b84b-0071d1e17d7e} <Debug> oximeter.measurements_histogrami8 (e2d398e9-da93-4459-8243-f679a226ed01): There are no data parts | ||
537 | 2025.10.13 19:44:59.208328 [ 276 ] {3d8dc027-dd1e-40b2-b84b-0071d1e17d7e} <Debug> TCPHandler: Processed in 0.010912658 sec. | ||
538 | 2025.10.13 19:44:59.208469 [ 276 ] {} <Trace> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
539 | 2025.10.13 19:44:59.208690 [ 276 ] {4b533042-2106-4e7b-99e2-32d94652f42a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37223) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
540 | 2025.10.13 19:44:59.208832 [ 276 ] {4b533042-2106-4e7b-99e2-32d94652f42a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
541 | 2025.10.13 19:44:59.211528 [ 276 ] {4b533042-2106-4e7b-99e2-32d94652f42a} <Debug> oximeter.measurements_histogramu8 (ecdc370f-c3f1-4e8e-879e-845b0878cf88): Loading data parts | ||
542 | 2025.10.13 19:44:59.211666 [ 276 ] {4b533042-2106-4e7b-99e2-32d94652f42a} <Debug> oximeter.measurements_histogramu8 (ecdc370f-c3f1-4e8e-879e-845b0878cf88): There are no data parts | ||
543 | 2025.10.13 19:44:59.219267 [ 276 ] {4b533042-2106-4e7b-99e2-32d94652f42a} <Debug> TCPHandler: Processed in 0.010847666 sec. | ||
544 | 2025.10.13 19:44:59.219472 [ 276 ] {} <Trace> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
545 | 2025.10.13 19:44:59.219734 [ 276 ] {ae58c0c0-ae6a-46bf-bb36-9c1c1dc501a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37223) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
546 | 2025.10.13 19:44:59.219859 [ 276 ] {ae58c0c0-ae6a-46bf-bb36-9c1c1dc501a0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
547 | 2025.10.13 19:44:59.222453 [ 276 ] {ae58c0c0-ae6a-46bf-bb36-9c1c1dc501a0} <Debug> oximeter.measurements_histogrami16 (4bceb485-e47f-4f3a-b70d-c79bab607b1a): Loading data parts | ||
548 | 2025.10.13 19:44:59.222601 [ 276 ] {ae58c0c0-ae6a-46bf-bb36-9c1c1dc501a0} <Debug> oximeter.measurements_histogrami16 (4bceb485-e47f-4f3a-b70d-c79bab607b1a): There are no data parts | ||
549 | 2025.10.13 19:44:59.230312 [ 276 ] {ae58c0c0-ae6a-46bf-bb36-9c1c1dc501a0} <Debug> TCPHandler: Processed in 0.010897047 sec. | ||
550 | 2025.10.13 19:44:59.230513 [ 276 ] {} <Trace> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
551 | 2025.10.13 19:44:59.230732 [ 276 ] {ea477985-bab6-455d-ba1e-e60cd3e6df3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37223) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
552 | 2025.10.13 19:44:59.230869 [ 276 ] {ea477985-bab6-455d-ba1e-e60cd3e6df3a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
553 | 2025.10.13 19:44:59.233610 [ 276 ] {ea477985-bab6-455d-ba1e-e60cd3e6df3a} <Debug> oximeter.measurements_histogramu16 (c15a9857-cdd4-4823-8a05-72130b338a50): Loading data parts | ||
554 | 2025.10.13 19:44:59.233751 [ 276 ] {ea477985-bab6-455d-ba1e-e60cd3e6df3a} <Debug> oximeter.measurements_histogramu16 (c15a9857-cdd4-4823-8a05-72130b338a50): There are no data parts | ||
555 | 2025.10.13 19:44:59.241555 [ 276 ] {ea477985-bab6-455d-ba1e-e60cd3e6df3a} <Debug> TCPHandler: Processed in 0.011105772 sec. | ||
556 | 2025.10.13 19:44:59.241755 [ 276 ] {} <Trace> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
557 | 2025.10.13 19:44:59.242009 [ 276 ] {c165211d-b59b-420a-b40e-6cedac316f34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37223) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
558 | 2025.10.13 19:44:59.242143 [ 276 ] {c165211d-b59b-420a-b40e-6cedac316f34} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
559 | 2025.10.13 19:44:59.244945 [ 276 ] {c165211d-b59b-420a-b40e-6cedac316f34} <Debug> oximeter.measurements_histogrami32 (faa6a7d9-8733-4ceb-abe9-1852db9169b3): Loading data parts | ||
560 | 2025.10.13 19:44:59.245103 [ 276 ] {c165211d-b59b-420a-b40e-6cedac316f34} <Debug> oximeter.measurements_histogrami32 (faa6a7d9-8733-4ceb-abe9-1852db9169b3): There are no data parts | ||
561 | 2025.10.13 19:44:59.253774 [ 276 ] {c165211d-b59b-420a-b40e-6cedac316f34} <Debug> TCPHandler: Processed in 0.012069076 sec. | ||
562 | 2025.10.13 19:44:59.253998 [ 276 ] {} <Trace> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
563 | 2025.10.13 19:44:59.254206 [ 276 ] {cceef8e8-97c2-470b-b626-f6080379264e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37223) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
564 | 2025.10.13 19:44:59.254341 [ 276 ] {cceef8e8-97c2-470b-b626-f6080379264e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
565 | 2025.10.13 19:44:59.265710 [ 276 ] {cceef8e8-97c2-470b-b626-f6080379264e} <Debug> oximeter.measurements_histogramu32 (0fbdf391-5001-4970-a208-348ba30a8e4b): Loading data parts | ||
566 | 2025.10.13 19:44:59.265881 [ 276 ] {cceef8e8-97c2-470b-b626-f6080379264e} <Debug> oximeter.measurements_histogramu32 (0fbdf391-5001-4970-a208-348ba30a8e4b): There are no data parts | ||
567 | 2025.10.13 19:44:59.275742 [ 276 ] {cceef8e8-97c2-470b-b626-f6080379264e} <Debug> TCPHandler: Processed in 0.021807344 sec. | ||
568 | 2025.10.13 19:44:59.275886 [ 276 ] {} <Trace> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
569 | 2025.10.13 19:44:59.276187 [ 276 ] {5fc416ba-aece-47d2-b9e0-4837c977b649} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37223) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
570 | 2025.10.13 19:44:59.276333 [ 276 ] {5fc416ba-aece-47d2-b9e0-4837c977b649} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
571 | 2025.10.13 19:44:59.284026 [ 276 ] {5fc416ba-aece-47d2-b9e0-4837c977b649} <Debug> oximeter.measurements_histogrami64 (c7de454f-78d6-48bc-b8b4-873337848d98): Loading data parts | ||
572 | 2025.10.13 19:44:59.284190 [ 276 ] {5fc416ba-aece-47d2-b9e0-4837c977b649} <Debug> oximeter.measurements_histogrami64 (c7de454f-78d6-48bc-b8b4-873337848d98): There are no data parts | ||
573 | 2025.10.13 19:44:59.286859 [ 276 ] {5fc416ba-aece-47d2-b9e0-4837c977b649} <Debug> TCPHandler: Processed in 0.011024221 sec. | ||
574 | 2025.10.13 19:44:59.287013 [ 276 ] {} <Trace> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
575 | 2025.10.13 19:44:59.287236 [ 276 ] {e968ea86-befc-4fb5-b75c-f0bcf0243ce2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37223) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
576 | 2025.10.13 19:44:59.287373 [ 276 ] {e968ea86-befc-4fb5-b75c-f0bcf0243ce2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
577 | 2025.10.13 19:44:59.295037 [ 276 ] {e968ea86-befc-4fb5-b75c-f0bcf0243ce2} <Debug> oximeter.measurements_histogramu64 (c14a8c20-188e-4b9a-961e-94340f46b095): Loading data parts | ||
578 | 2025.10.13 19:44:59.295240 [ 276 ] {e968ea86-befc-4fb5-b75c-f0bcf0243ce2} <Debug> oximeter.measurements_histogramu64 (c14a8c20-188e-4b9a-961e-94340f46b095): There are no data parts | ||
579 | 2025.10.13 19:44:59.297854 [ 276 ] {e968ea86-befc-4fb5-b75c-f0bcf0243ce2} <Debug> TCPHandler: Processed in 0.010890527 sec. | ||
580 | 2025.10.13 19:44:59.298025 [ 276 ] {} <Trace> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
581 | 2025.10.13 19:44:59.298369 [ 276 ] {917a36f4-f2cd-43cf-abfa-327fe83753aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37223) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
582 | 2025.10.13 19:44:59.298519 [ 276 ] {917a36f4-f2cd-43cf-abfa-327fe83753aa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
583 | 2025.10.13 19:44:59.306776 [ 276 ] {917a36f4-f2cd-43cf-abfa-327fe83753aa} <Debug> oximeter.measurements_histogramf32 (dbdcbea1-4094-44bb-aa54-b6c046d02a7e): Loading data parts | ||
584 | 2025.10.13 19:44:59.306924 [ 276 ] {917a36f4-f2cd-43cf-abfa-327fe83753aa} <Debug> oximeter.measurements_histogramf32 (dbdcbea1-4094-44bb-aa54-b6c046d02a7e): There are no data parts | ||
585 | 2025.10.13 19:44:59.309337 [ 276 ] {917a36f4-f2cd-43cf-abfa-327fe83753aa} <Debug> TCPHandler: Processed in 0.011372768 sec. | ||
586 | 2025.10.13 19:44:59.309486 [ 276 ] {} <Trace> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
587 | 2025.10.13 19:44:59.309703 [ 276 ] {5c3ebada-f128-44d3-9555-529bcac8d220} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37223) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
588 | 2025.10.13 19:44:59.309843 [ 276 ] {5c3ebada-f128-44d3-9555-529bcac8d220} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
589 | 2025.10.13 19:44:59.317962 [ 276 ] {5c3ebada-f128-44d3-9555-529bcac8d220} <Debug> oximeter.measurements_histogramf64 (27097b71-65cb-4be9-8671-ad9f74cf6e24): Loading data parts | ||
590 | 2025.10.13 19:44:59.318135 [ 276 ] {5c3ebada-f128-44d3-9555-529bcac8d220} <Debug> oximeter.measurements_histogramf64 (27097b71-65cb-4be9-8671-ad9f74cf6e24): There are no data parts | ||
591 | 2025.10.13 19:44:59.320723 [ 276 ] {5c3ebada-f128-44d3-9555-529bcac8d220} <Debug> TCPHandler: Processed in 0.011287716 sec. | ||
592 | 2025.10.13 19:44:59.320878 [ 276 ] {} <Trace> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
593 | 2025.10.13 19:44:59.321162 [ 276 ] {a28020e0-5d0a-4801-8fcc-9707ebf64c8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37223) /* The field tables store named dimensions of each timeseries. | ||
594 | * | ||
595 | * As with the measurement tables, there is one field table for each field data | ||
596 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
597 | * this behavior **must not** be relied upon for query correctness. | ||
598 | * | ||
599 | * The index for the fields differs from the measurements, however. Rows are | ||
600 | * sorted by timeseries name, then field name, field value, and finally | ||
601 | * timeseries key. This reflects the most common pattern for looking them up: | ||
602 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
603 | * usually then used to look up measurements. | ||
604 | * | ||
605 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
606 | * timeseries name and then key, since it would improve lookups where one | ||
607 | * already has the key. Realistically though, these tables are quite small and | ||
608 | * so performance benefits will be low in absolute terms. | ||
609 | * | ||
610 | * TTL: We use a materialized column to expire old field table records. This | ||
611 | * column is generated automatically by the database whenever a new row is | ||
612 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
613 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
614 | * record will remain during a deduplication, which will have the last | ||
615 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
616 | * measurement tables. | ||
617 | */ | ||
618 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
619 | 2025.10.13 19:44:59.321313 [ 276 ] {a28020e0-5d0a-4801-8fcc-9707ebf64c8e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
620 | 2025.10.13 19:44:59.328945 [ 276 ] {a28020e0-5d0a-4801-8fcc-9707ebf64c8e} <Debug> oximeter.fields_bool (8a087afe-2fc1-469a-965d-b0f7e6911269): Loading data parts | ||
621 | 2025.10.13 19:44:59.329090 [ 276 ] {a28020e0-5d0a-4801-8fcc-9707ebf64c8e} <Debug> oximeter.fields_bool (8a087afe-2fc1-469a-965d-b0f7e6911269): There are no data parts | ||
622 | 2025.10.13 19:44:59.332399 [ 276 ] {a28020e0-5d0a-4801-8fcc-9707ebf64c8e} <Debug> TCPHandler: Processed in 0.011581284 sec. | ||
623 | 2025.10.13 19:44:59.332538 [ 276 ] {} <Trace> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
624 | 2025.10.13 19:44:59.332693 [ 276 ] {e2a1ac4a-7a27-43fd-8f9c-b74d93d2a93e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37223) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
625 | 2025.10.13 19:44:59.332815 [ 276 ] {e2a1ac4a-7a27-43fd-8f9c-b74d93d2a93e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
626 | 2025.10.13 19:44:59.341268 [ 276 ] {e2a1ac4a-7a27-43fd-8f9c-b74d93d2a93e} <Debug> oximeter.fields_i8 (9cc17b23-793d-4b88-bd3f-5f300d4916ef): Loading data parts | ||
627 | 2025.10.13 19:44:59.341491 [ 276 ] {e2a1ac4a-7a27-43fd-8f9c-b74d93d2a93e} <Debug> oximeter.fields_i8 (9cc17b23-793d-4b88-bd3f-5f300d4916ef): There are no data parts | ||
628 | 2025.10.13 19:44:59.343489 [ 276 ] {e2a1ac4a-7a27-43fd-8f9c-b74d93d2a93e} <Debug> TCPHandler: Processed in 0.01100048 sec. | ||
629 | 2025.10.13 19:44:59.343645 [ 276 ] {} <Trace> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
630 | 2025.10.13 19:44:59.343876 [ 276 ] {062a46f2-83d8-4c52-a4a7-18933f7ef5df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37223) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
631 | 2025.10.13 19:44:59.343990 [ 276 ] {062a46f2-83d8-4c52-a4a7-18933f7ef5df} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
632 | 2025.10.13 19:44:59.352502 [ 276 ] {062a46f2-83d8-4c52-a4a7-18933f7ef5df} <Debug> oximeter.fields_u8 (3cafb2f9-5818-4aaf-a244-acc361383ff8): Loading data parts | ||
633 | 2025.10.13 19:44:59.352670 [ 276 ] {062a46f2-83d8-4c52-a4a7-18933f7ef5df} <Debug> oximeter.fields_u8 (3cafb2f9-5818-4aaf-a244-acc361383ff8): There are no data parts | ||
634 | 2025.10.13 19:44:59.354953 [ 276 ] {062a46f2-83d8-4c52-a4a7-18933f7ef5df} <Debug> TCPHandler: Processed in 0.011364518 sec. | ||
635 | 2025.10.13 19:44:59.355104 [ 276 ] {} <Trace> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
636 | 2025.10.13 19:44:59.355298 [ 276 ] {e7b83e25-db35-42a2-913f-dfe19678efc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37223) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
637 | 2025.10.13 19:44:59.355445 [ 276 ] {e7b83e25-db35-42a2-913f-dfe19678efc2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
638 | 2025.10.13 19:44:59.363075 [ 276 ] {e7b83e25-db35-42a2-913f-dfe19678efc2} <Debug> oximeter.fields_i16 (754bd224-84f2-4fd7-bf55-deabee9177b3): Loading data parts | ||
639 | 2025.10.13 19:44:59.363322 [ 276 ] {e7b83e25-db35-42a2-913f-dfe19678efc2} <Debug> oximeter.fields_i16 (754bd224-84f2-4fd7-bf55-deabee9177b3): There are no data parts | ||
640 | 2025.10.13 19:44:59.366213 [ 276 ] {e7b83e25-db35-42a2-913f-dfe19678efc2} <Debug> TCPHandler: Processed in 0.011157713 sec. | ||
641 | 2025.10.13 19:44:59.366357 [ 276 ] {} <Trace> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
642 | 2025.10.13 19:44:59.366596 [ 276 ] {9ad565d1-5758-427b-99e4-603c0e1076e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37223) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
643 | 2025.10.13 19:44:59.366715 [ 276 ] {9ad565d1-5758-427b-99e4-603c0e1076e4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
644 | 2025.10.13 19:44:59.374334 [ 276 ] {9ad565d1-5758-427b-99e4-603c0e1076e4} <Debug> oximeter.fields_u16 (64dab46b-1520-4ae3-9a02-72142cfa1fe6): Loading data parts | ||
645 | 2025.10.13 19:44:59.374512 [ 276 ] {9ad565d1-5758-427b-99e4-603c0e1076e4} <Debug> oximeter.fields_u16 (64dab46b-1520-4ae3-9a02-72142cfa1fe6): There are no data parts | ||
646 | 2025.10.13 19:44:59.382579 [ 276 ] {9ad565d1-5758-427b-99e4-603c0e1076e4} <Debug> TCPHandler: Processed in 0.016271448 sec. | ||
647 | 2025.10.13 19:44:59.382726 [ 276 ] {} <Trace> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
648 | 2025.10.13 19:44:59.382881 [ 276 ] {1c3722ef-a085-4c3c-b3d2-b649e8dd6187} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37223) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
649 | 2025.10.13 19:44:59.383016 [ 276 ] {1c3722ef-a085-4c3c-b3d2-b649e8dd6187} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
650 | 2025.10.13 19:44:59.386638 [ 276 ] {1c3722ef-a085-4c3c-b3d2-b649e8dd6187} <Debug> oximeter.fields_i32 (2e7d49d5-fe0c-458d-ad3f-f6e255ad383d): Loading data parts | ||
651 | 2025.10.13 19:44:59.386826 [ 276 ] {1c3722ef-a085-4c3c-b3d2-b649e8dd6187} <Debug> oximeter.fields_i32 (2e7d49d5-fe0c-458d-ad3f-f6e255ad383d): There are no data parts | ||
652 | 2025.10.13 19:44:59.397168 [ 276 ] {1c3722ef-a085-4c3c-b3d2-b649e8dd6187} <Debug> TCPHandler: Processed in 0.014490165 sec. | ||
653 | 2025.10.13 19:44:59.397313 [ 276 ] {} <Trace> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
654 | 2025.10.13 19:44:59.397554 [ 276 ] {5ef29267-c172-4da9-8f00-8f67e501ae85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37223) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
655 | 2025.10.13 19:44:59.397672 [ 276 ] {5ef29267-c172-4da9-8f00-8f67e501ae85} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
656 | 2025.10.13 19:44:59.400107 [ 276 ] {5ef29267-c172-4da9-8f00-8f67e501ae85} <Debug> oximeter.fields_u32 (447c4178-6841-43d1-9304-e80c022f1c23): Loading data parts | ||
657 | 2025.10.13 19:44:59.400263 [ 276 ] {5ef29267-c172-4da9-8f00-8f67e501ae85} <Debug> oximeter.fields_u32 (447c4178-6841-43d1-9304-e80c022f1c23): There are no data parts | ||
658 | 2025.10.13 19:44:59.404423 [ 276 ] {5ef29267-c172-4da9-8f00-8f67e501ae85} <Debug> TCPHandler: Processed in 0.007158205 sec. | ||
659 | 2025.10.13 19:44:59.404561 [ 276 ] {} <Trace> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
660 | 2025.10.13 19:44:59.404716 [ 276 ] {0e5638bc-3b54-4593-a2a5-8b635b6b0cba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37223) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
661 | 2025.10.13 19:44:59.404844 [ 276 ] {0e5638bc-3b54-4593-a2a5-8b635b6b0cba} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
662 | 2025.10.13 19:44:59.410599 [ 276 ] {0e5638bc-3b54-4593-a2a5-8b635b6b0cba} <Debug> oximeter.fields_i64 (0be47cde-3214-407b-a8f5-d85cef7c2401): Loading data parts | ||
663 | 2025.10.13 19:44:59.410846 [ 276 ] {0e5638bc-3b54-4593-a2a5-8b635b6b0cba} <Debug> oximeter.fields_i64 (0be47cde-3214-407b-a8f5-d85cef7c2401): There are no data parts | ||
664 | 2025.10.13 19:44:59.415554 [ 276 ] {0e5638bc-3b54-4593-a2a5-8b635b6b0cba} <Debug> TCPHandler: Processed in 0.0110426 sec. | ||
665 | 2025.10.13 19:44:59.415696 [ 276 ] {} <Trace> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
666 | 2025.10.13 19:44:59.415980 [ 276 ] {6e91860d-5e29-4237-a705-18fd39ade026} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37223) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
667 | 2025.10.13 19:44:59.416104 [ 276 ] {6e91860d-5e29-4237-a705-18fd39ade026} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
668 | 2025.10.13 19:44:59.421649 [ 276 ] {6e91860d-5e29-4237-a705-18fd39ade026} <Debug> oximeter.fields_u64 (04532dc0-8924-4df8-91eb-c371a69b5403): Loading data parts | ||
669 | 2025.10.13 19:44:59.421859 [ 276 ] {6e91860d-5e29-4237-a705-18fd39ade026} <Debug> oximeter.fields_u64 (04532dc0-8924-4df8-91eb-c371a69b5403): There are no data parts | ||
670 | 2025.10.13 19:44:59.426047 [ 276 ] {6e91860d-5e29-4237-a705-18fd39ade026} <Debug> TCPHandler: Processed in 0.010399025 sec. | ||
671 | 2025.10.13 19:44:59.426252 [ 276 ] {} <Trace> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
672 | 2025.10.13 19:44:59.426484 [ 276 ] {b2b07d45-fad5-41b6-a39f-370e31fbb70b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37223) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
673 | 2025.10.13 19:44:59.426651 [ 276 ] {b2b07d45-fad5-41b6-a39f-370e31fbb70b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
674 | 2025.10.13 19:44:59.432208 [ 276 ] {b2b07d45-fad5-41b6-a39f-370e31fbb70b} <Debug> oximeter.fields_ipaddr (9818bd0f-919f-45bb-ad12-62eeec62414f): Loading data parts | ||
675 | 2025.10.13 19:44:59.432353 [ 276 ] {b2b07d45-fad5-41b6-a39f-370e31fbb70b} <Debug> oximeter.fields_ipaddr (9818bd0f-919f-45bb-ad12-62eeec62414f): There are no data parts | ||
676 | 2025.10.13 19:44:59.439508 [ 276 ] {b2b07d45-fad5-41b6-a39f-370e31fbb70b} <Debug> TCPHandler: Processed in 0.013334497 sec. | ||
677 | 2025.10.13 19:44:59.439751 [ 276 ] {} <Trace> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
678 | 2025.10.13 19:44:59.439907 [ 276 ] {55b9dc21-42dd-4cab-a6a6-6ebed803745b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37223) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
679 | 2025.10.13 19:44:59.440034 [ 276 ] {55b9dc21-42dd-4cab-a6a6-6ebed803745b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
680 | 2025.10.13 19:44:59.447159 [ 276 ] {55b9dc21-42dd-4cab-a6a6-6ebed803745b} <Debug> oximeter.fields_string (01fd6718-0926-48bb-a834-feb4987716ab): Loading data parts | ||
681 | 2025.10.13 19:44:59.447381 [ 276 ] {55b9dc21-42dd-4cab-a6a6-6ebed803745b} <Debug> oximeter.fields_string (01fd6718-0926-48bb-a834-feb4987716ab): There are no data parts | ||
682 | 2025.10.13 19:44:59.449866 [ 276 ] {55b9dc21-42dd-4cab-a6a6-6ebed803745b} <Debug> TCPHandler: Processed in 0.010164419 sec. | ||
683 | 2025.10.13 19:44:59.450016 [ 276 ] {} <Trace> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
684 | 2025.10.13 19:44:59.450260 [ 276 ] {efadb676-e45c-41d3-92ff-f276d1e5845c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37223) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
685 | 2025.10.13 19:44:59.450310 [ 276 ] {efadb676-e45c-41d3-92ff-f276d1e5845c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
686 | 2025.10.13 19:44:59.458578 [ 276 ] {efadb676-e45c-41d3-92ff-f276d1e5845c} <Debug> oximeter.fields_uuid (fe8fbc42-d99a-411a-ab8d-6cf29e4bc131): Loading data parts | ||
687 | 2025.10.13 19:44:59.458715 [ 276 ] {efadb676-e45c-41d3-92ff-f276d1e5845c} <Debug> oximeter.fields_uuid (fe8fbc42-d99a-411a-ab8d-6cf29e4bc131): There are no data parts | ||
688 | 2025.10.13 19:44:59.460759 [ 276 ] {efadb676-e45c-41d3-92ff-f276d1e5845c} <Debug> TCPHandler: Processed in 0.010792884 sec. | ||
689 | 2025.10.13 19:44:59.461012 [ 276 ] {} <Trace> TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
690 | 2025.10.13 19:44:59.461264 [ 276 ] {ee671590-961f-4b5e-8e23-f2f6e65c3abc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37223) /* The timeseries schema table stores the extracted schema for the samples | ||
691 | * oximeter collects. | ||
692 | */ | ||
693 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
694 | 2025.10.13 19:44:59.461410 [ 276 ] {ee671590-961f-4b5e-8e23-f2f6e65c3abc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
695 | 2025.10.13 19:44:59.468641 [ 276 ] {ee671590-961f-4b5e-8e23-f2f6e65c3abc} <Debug> oximeter.timeseries_schema (662f0b4d-2a47-4b12-91b5-edf0f3af31b2): Loading data parts | ||
696 | 2025.10.13 19:44:59.468900 [ 276 ] {ee671590-961f-4b5e-8e23-f2f6e65c3abc} <Debug> oximeter.timeseries_schema (662f0b4d-2a47-4b12-91b5-edf0f3af31b2): There are no data parts | ||
697 | 2025.10.13 19:44:59.471434 [ 276 ] {ee671590-961f-4b5e-8e23-f2f6e65c3abc} <Debug> TCPHandler: Processed in 0.010471737 sec. | ||
698 | 2025.10.13 19:44:59.473708 [ 275 ] {} <Trace> TCP-Session: 2477d4b2-6169-4a54-aa4c-46f9c32cd227 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
699 | 2025.10.13 19:44:59.474081 [ 275 ] {86321919-a661-40ad-b303-a3178d317426} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62915) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
700 | 2025.10.13 19:44:59.475371 [ 275 ] {86321919-a661-40ad-b303-a3178d317426} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
701 | 2025.10.13 19:44:59.502257 [ 285 ] {86321919-a661-40ad-b303-a3178d317426} <Trace> oximeter.version (0776ad92-bc93-426c-b38d-5591a5927d46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
702 | 2025.10.13 19:44:59.502323 [ 285 ] {86321919-a661-40ad-b303-a3178d317426} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
703 | 2025.10.13 19:44:59.506853 [ 285 ] {86321919-a661-40ad-b303-a3178d317426} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
704 | 2025.10.13 19:44:59.507452 [ 285 ] {86321919-a661-40ad-b303-a3178d317426} <Trace> oximeter.version (0776ad92-bc93-426c-b38d-5591a5927d46): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
705 | 2025.10.13 19:44:59.507726 [ 275 ] {86321919-a661-40ad-b303-a3178d317426} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.033793 sec., 29.5919273222265 rows/sec., 473.47 B/sec. | ||
706 | 2025.10.13 19:44:59.508064 [ 275 ] {86321919-a661-40ad-b303-a3178d317426} <Debug> TCPHandler: Processed in 0.034486914 sec. | ||
707 | 2025.10.13 19:45:00.000152 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 135.17 MiB, peak 135.17 MiB, free memory in arenas 0.00 B, will set to 139.68 MiB (RSS), difference: 4.51 MiB |