[ Dec 23 23:14:23 Enabled. ] [ Dec 23 23:14:23 Rereading configuration. ] [ Dec 23 23:14:24 Rereading configuration. ] [ Dec 23 23:14:26 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] + set -o errexit + set -o pipefail + . /lib/svc/share/smf_include.sh ++ SMF_EXIT_OK=0 ++ SMF_EXIT_NODAEMON=94 ++ SMF_EXIT_ERR_FATAL=95 ++ SMF_EXIT_ERR_CONFIG=96 ++ SMF_EXIT_MON_DEGRADE=97 ++ SMF_EXIT_MON_OFFLINE=98 ++ SMF_EXIT_ERR_NOSMF=99 ++ SMF_EXIT_ERR_PERM=100 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default + LISTEN_ADDR=fd00:1122:3344:101::e ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default + LISTEN_PORT=8123 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default + DATASTORE=/data + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") + 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 [ Dec 23 23:14:26 Method "start" exited with status 0. ] Processing configuration file '/opt/oxide/clickhouse/config.xml'. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2025.12.23 23:14:30.050963 [ 1 ] {} Application: Will watch for the process with pid 23923 2025.12.23 23:14:30.051379 [ 1 ] {} Application: Forked a child process to watch 2025.12.23 23:14:30.271204 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 23923 2025.12.23 23:14:30.274662 [ 1 ] {} Application: starting up 2025.12.23 23:14:30.274861 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2025.12.23 23:14:30.610466 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2025.12.23 23:14:30.675373 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2025.12.23 23:14:30.675502 [ 1 ] {} Application: Initializing DateLUT. 2025.12.23 23:14:30.675528 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2025.12.23 23:14:30.675627 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2025.12.23 23:14:30.676701 [ 1 ] {} Application: Initializing interserver credentials. 2025.12.23 23:14:30.683684 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2025.12.23 23:14:30.684941 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.12.23 23:14:30.686073 [ 1 ] {} 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) 2025.12.23 23:14:30.686140 [ 1 ] {} 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) 2025.12.23 23:14:30.686193 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2025.12.23 23:14:30.687251 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2025.12.23 23:14:30.688668 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2025.12.23 23:14:30.697083 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2025.12.23 23:14:30.698501 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2025.12.23 23:14:30.702332 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.12.23 23:14:30.702497 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.12.23 23:14:30.704205 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2025.12.23 23:14:30.704924 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.12.23 23:14:30.719096 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.12.23 23:14:30.720115 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2025.12.23 23:14:30.731683 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2025.12.23 23:14:30.732289 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2025.12.23 23:14:30.732893 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2025.12.23 23:14:30.733369 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2025.12.23 23:14:30.737086 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2025.12.23 23:14:30.737122 [ 1 ] {} Application: Loading metadata from /data/ 2025.12.23 23:14:30.737234 [ 102 ] {} DNSResolver: Updating DNS cache 2025.12.23 23:14:30.737360 [ 102 ] {} DNSResolver: Updated DNS cache 2025.12.23 23:14:30.764656 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2025.12.23 23:14:30.764701 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000266612 sec 2025.12.23 23:14:30.764773 [ 1 ] {} ReferentialDeps: No tables 2025.12.23 23:14:30.764828 [ 1 ] {} LoadingDeps: No tables 2025.12.23 23:14:30.767544 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2025.12.23 23:14:30.770243 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2025.12.23 23:14:30.797003 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2025.12.23 23:14:30.797075 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2025.12.23 23:14:30.797179 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2025.12.23 23:14:30.797199 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2025.12.23 23:14:30.797245 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2025.12.23 23:14:30.797342 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2025.12.23 23:14:30.800728 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2025.12.23 23:14:30.800794 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2025.12.23 23:14:30.800869 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2025.12.23 23:14:30.801113 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2025.12.23 23:14:30.801171 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2025.12.23 23:14:30.801188 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2025.12.23 23:14:30.801299 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2025.12.23 23:14:30.801316 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2025.12.23 23:14:30.801361 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2025.12.23 23:14:30.801466 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2025.12.23 23:14:30.853421 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2025.12.23 23:14:30.857078 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2025.12.23 23:14:30.857229 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000188861 sec 2025.12.23 23:14:30.857252 [ 1 ] {} ReferentialDeps: No tables 2025.12.23 23:14:30.857270 [ 1 ] {} LoadingDeps: No tables 2025.12.23 23:14:30.857314 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2025.12.23 23:14:30.857691 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2025.12.23 23:14:30.857849 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2025.12.23 23:14:30.857867 [ 1 ] {} Application: Loaded metadata. 2025.12.23 23:14:30.857881 [ 1 ] {} 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). 2025.12.23 23:14:30.857894 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2025.12.23 23:14:30.878025 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.12.23 23:14:30.878301 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.80 MiB (RSS), difference: 92.03 MiB 2025.12.23 23:14:30.883386 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.654e-05 sec. 2025.12.23 23:14:30.884043 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2025.12.23 23:14:30.885723 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2025.12.23 23:14:30.885749 [ 1 ] {} Application: Ready for connections. 2025.12.23 23:14:30.980922 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36126 2025.12.23 23:14:30.982128 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 23:14:30.982210 [ 4 ] {} TCP-Session: d47296a3-fbb0-4291-93a4-991ca109ac11 Authenticating user 'default' from [fd00:1122:3344:101::a]:36126 2025.12.23 23:14:30.982248 [ 4 ] {} TCP-Session: d47296a3-fbb0-4291-93a4-991ca109ac11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:30.982358 [ 4 ] {} TCP-Session: d47296a3-fbb0-4291-93a4-991ca109ac11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:30.982490 [ 4 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.23 23:14:30.982527 [ 4 ] {} 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 2025.12.23 23:14:30.982642 [ 4 ] {} 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 2025.12.23 23:14:30.986651 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61556 2025.12.23 23:14:30.986741 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61045 2025.12.23 23:14:30.986751 [ 6 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:35111 2025.12.23 23:14:30.986879 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 23:14:30.986955 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 23:14:30.986979 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42315 2025.12.23 23:14:30.987024 [ 5 ] {} TCP-Session: 5a1e4bc2-5f84-4842-9a6c-1d6139b51f83 Authenticating user 'default' from [fd00:1122:3344:101::a]:61556 2025.12.23 23:14:30.987033 [ 6 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 23:14:30.987055 [ 5 ] {} TCP-Session: 5a1e4bc2-5f84-4842-9a6c-1d6139b51f83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:30.987037 [ 254 ] {} TCP-Session: bb4f9414-77d8-471a-8d0f-8b913e0f5e87 Authenticating user 'default' from [fd00:1122:3344:101::a]:61045 2025.12.23 23:14:30.987129 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 23:14:30.987168 [ 5 ] {} TCP-Session: 5a1e4bc2-5f84-4842-9a6c-1d6139b51f83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:30.987155 [ 6 ] {} TCP-Session: 11af206c-e99b-42f6-ae6a-be6c2c110206 Authenticating user 'default' from [fd00:1122:3344:101::a]:35111 2025.12.23 23:14:30.987159 [ 254 ] {} TCP-Session: bb4f9414-77d8-471a-8d0f-8b913e0f5e87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:30.987288 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43163 2025.12.23 23:14:30.987272 [ 6 ] {} TCP-Session: 11af206c-e99b-42f6-ae6a-be6c2c110206 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:30.987272 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45919 2025.12.23 23:14:30.987375 [ 254 ] {} TCP-Session: bb4f9414-77d8-471a-8d0f-8b913e0f5e87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:30.987381 [ 6 ] {} TCP-Session: 11af206c-e99b-42f6-ae6a-be6c2c110206 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:30.987390 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60899 2025.12.23 23:14:30.987263 [ 255 ] {} TCP-Session: b2ec49b8-fd2d-4adf-8b95-d0e597700ddb Authenticating user 'default' from [fd00:1122:3344:101::a]:42315 2025.12.23 23:14:30.987560 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 23:14:30.987513 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 23:14:30.987677 [ 255 ] {} TCP-Session: b2ec49b8-fd2d-4adf-8b95-d0e597700ddb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:30.987717 [ 257 ] {} TCP-Session: 1f085b28-b048-4f96-9f09-5f715530cab0 Authenticating user 'default' from [fd00:1122:3344:101::a]:45919 2025.12.23 23:14:30.987754 [ 255 ] {} TCP-Session: b2ec49b8-fd2d-4adf-8b95-d0e597700ddb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:30.987714 [ 256 ] {} TCP-Session: 93bab373-08a2-4f89-9313-b7a2e0a9fcda Authenticating user 'default' from [fd00:1122:3344:101::a]:43163 2025.12.23 23:14:30.987828 [ 257 ] {} TCP-Session: 1f085b28-b048-4f96-9f09-5f715530cab0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:30.987694 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 23:14:30.987873 [ 256 ] {} TCP-Session: 93bab373-08a2-4f89-9313-b7a2e0a9fcda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:30.987988 [ 257 ] {} TCP-Session: 1f085b28-b048-4f96-9f09-5f715530cab0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:30.988032 [ 258 ] {} TCP-Session: 900108da-53f0-4292-9811-6ef1034c67a8 Authenticating user 'default' from [fd00:1122:3344:101::a]:60899 2025.12.23 23:14:30.988006 [ 256 ] {} TCP-Session: 93bab373-08a2-4f89-9313-b7a2e0a9fcda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:30.988127 [ 258 ] {} TCP-Session: 900108da-53f0-4292-9811-6ef1034c67a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:30.988231 [ 258 ] {} TCP-Session: 900108da-53f0-4292-9811-6ef1034c67a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.000235 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 116.86 MiB, peak 116.86 MiB, free memory in arenas 0.00 B, will set to 118.96 MiB (RSS), difference: 2.10 MiB 2025.12.23 23:14:31.043752 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55219 2025.12.23 23:14:31.044033 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 23:14:31.044094 [ 259 ] {} TCP-Session: 4420b0a0-f6eb-4125-90f1-28b656dd240e Authenticating user 'default' from [fd00:1122:3344:101::b]:55219 2025.12.23 23:14:31.044121 [ 259 ] {} TCP-Session: 4420b0a0-f6eb-4125-90f1-28b656dd240e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.044225 [ 259 ] {} TCP-Session: 4420b0a0-f6eb-4125-90f1-28b656dd240e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.044324 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.23 23:14:31.044356 [ 259 ] {} 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 2025.12.23 23:14:31.044455 [ 259 ] {} 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 2025.12.23 23:14:31.047719 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36075 2025.12.23 23:14:31.047828 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53284 2025.12.23 23:14:31.047999 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 23:14:31.048026 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41991 2025.12.23 23:14:31.048140 [ 260 ] {} TCP-Session: eddb8625-172c-4035-b7e5-2c74730f5a96 Authenticating user 'default' from [fd00:1122:3344:101::b]:36075 2025.12.23 23:14:31.048163 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 23:14:31.048181 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37900 2025.12.23 23:14:31.048218 [ 261 ] {} TCP-Session: 36b8b6b5-1cb7-44a8-b786-16c7ca5af019 Authenticating user 'default' from [fd00:1122:3344:101::b]:53284 2025.12.23 23:14:31.048179 [ 260 ] {} TCP-Session: eddb8625-172c-4035-b7e5-2c74730f5a96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.048323 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 23:14:31.048388 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52499 2025.12.23 23:14:31.048414 [ 261 ] {} TCP-Session: 36b8b6b5-1cb7-44a8-b786-16c7ca5af019 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.048437 [ 262 ] {} TCP-Session: 4ce50221-888b-4896-a7cb-e5c35830dd51 Authenticating user 'default' from [fd00:1122:3344:101::b]:41991 2025.12.23 23:14:31.048381 [ 260 ] {} TCP-Session: eddb8625-172c-4035-b7e5-2c74730f5a96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.048533 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 23:14:31.048528 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37862 2025.12.23 23:14:31.048555 [ 262 ] {} TCP-Session: 4ce50221-888b-4896-a7cb-e5c35830dd51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.048640 [ 263 ] {} TCP-Session: f213f9db-64cc-4404-abd9-3a6eb36a2f5c Authenticating user 'default' from [fd00:1122:3344:101::b]:37900 2025.12.23 23:14:31.048667 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 23:14:31.048541 [ 261 ] {} TCP-Session: 36b8b6b5-1cb7-44a8-b786-16c7ca5af019 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.048741 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 23:14:31.048763 [ 265 ] {} TCP-Session: 70117845-d866-4b00-99ca-12425663313f Authenticating user 'default' from [fd00:1122:3344:101::b]:52499 2025.12.23 23:14:31.048733 [ 263 ] {} TCP-Session: f213f9db-64cc-4404-abd9-3a6eb36a2f5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.048327 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58092 2025.12.23 23:14:31.048871 [ 265 ] {} TCP-Session: 70117845-d866-4b00-99ca-12425663313f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.048854 [ 266 ] {} TCP-Session: 418372e2-ed98-4af5-bb9f-7d65da83871b Authenticating user 'default' from [fd00:1122:3344:101::b]:37862 2025.12.23 23:14:31.048852 [ 263 ] {} TCP-Session: f213f9db-64cc-4404-abd9-3a6eb36a2f5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.048997 [ 265 ] {} TCP-Session: 70117845-d866-4b00-99ca-12425663313f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.048987 [ 266 ] {} TCP-Session: 418372e2-ed98-4af5-bb9f-7d65da83871b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.048700 [ 262 ] {} TCP-Session: 4ce50221-888b-4896-a7cb-e5c35830dd51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.049129 [ 266 ] {} TCP-Session: 418372e2-ed98-4af5-bb9f-7d65da83871b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.049120 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 23:14:31.049225 [ 264 ] {} TCP-Session: 1f0ead7d-908c-42f9-9b8c-dc58f292b052 Authenticating user 'default' from [fd00:1122:3344:101::b]:58092 2025.12.23 23:14:31.049338 [ 264 ] {} TCP-Session: 1f0ead7d-908c-42f9-9b8c-dc58f292b052 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.049357 [ 264 ] {} TCP-Session: 1f0ead7d-908c-42f9-9b8c-dc58f292b052 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.051718 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:56372 2025.12.23 23:14:31.051936 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 23:14:31.052010 [ 267 ] {} TCP-Session: c6e27db7-c0ad-4fdc-9449-2b8f7d4af4a4 Authenticating user 'default' from [fd00:1122:3344:101::c]:56372 2025.12.23 23:14:31.052031 [ 267 ] {} TCP-Session: c6e27db7-c0ad-4fdc-9449-2b8f7d4af4a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.052044 [ 267 ] {} TCP-Session: c6e27db7-c0ad-4fdc-9449-2b8f7d4af4a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.052193 [ 267 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.23 23:14:31.052239 [ 267 ] {} 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 2025.12.23 23:14:31.052340 [ 267 ] {} 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 2025.12.23 23:14:31.055089 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:65467 2025.12.23 23:14:31.055194 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42852 2025.12.23 23:14:31.055279 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 23:14:31.055319 [ 268 ] {} TCP-Session: fecf69ba-7ce5-4db3-8a7e-ececdd9cbacc Authenticating user 'default' from [fd00:1122:3344:101::c]:65467 2025.12.23 23:14:31.055357 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63796 2025.12.23 23:14:31.055421 [ 268 ] {} TCP-Session: fecf69ba-7ce5-4db3-8a7e-ececdd9cbacc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.055447 [ 268 ] {} TCP-Session: fecf69ba-7ce5-4db3-8a7e-ececdd9cbacc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.055476 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 23:14:31.055518 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46604 2025.12.23 23:14:31.055656 [ 269 ] {} TCP-Session: 0320c58e-9d97-4ddb-b4fc-698573907d1a Authenticating user 'default' from [fd00:1122:3344:101::c]:42852 2025.12.23 23:14:31.055690 [ 269 ] {} TCP-Session: 0320c58e-9d97-4ddb-b4fc-698573907d1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.055791 [ 269 ] {} TCP-Session: 0320c58e-9d97-4ddb-b4fc-698573907d1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.055813 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 23:14:31.055830 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43342 2025.12.23 23:14:31.055858 [ 270 ] {} TCP-Session: 085a8436-76df-447f-a9bc-b719fbd75972 Authenticating user 'default' from [fd00:1122:3344:101::c]:63796 2025.12.23 23:14:31.055926 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 23:14:31.055992 [ 270 ] {} TCP-Session: 085a8436-76df-447f-a9bc-b719fbd75972 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.056018 [ 270 ] {} TCP-Session: 085a8436-76df-447f-a9bc-b719fbd75972 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.056058 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 23:14:31.056031 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45434 2025.12.23 23:14:31.056025 [ 271 ] {} TCP-Session: 3ba8c122-7594-4291-aacd-a885d1dfe3cc Authenticating user 'default' from [fd00:1122:3344:101::c]:46604 2025.12.23 23:14:31.056197 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:47063 2025.12.23 23:14:31.056175 [ 272 ] {} TCP-Session: f630a8bd-dfd3-4758-bcb3-da99412cec6e Authenticating user 'default' from [fd00:1122:3344:101::c]:43342 2025.12.23 23:14:31.056281 [ 271 ] {} TCP-Session: 3ba8c122-7594-4291-aacd-a885d1dfe3cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.056290 [ 272 ] {} TCP-Session: f630a8bd-dfd3-4758-bcb3-da99412cec6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.056368 [ 271 ] {} TCP-Session: 3ba8c122-7594-4291-aacd-a885d1dfe3cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.056281 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 23:14:31.056440 [ 272 ] {} TCP-Session: f630a8bd-dfd3-4758-bcb3-da99412cec6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.056487 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 23:14:31.056468 [ 273 ] {} TCP-Session: 89b7517b-1c35-4bb7-acff-c72122aba277 Authenticating user 'default' from [fd00:1122:3344:101::c]:45434 2025.12.23 23:14:31.056581 [ 273 ] {} TCP-Session: 89b7517b-1c35-4bb7-acff-c72122aba277 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.056630 [ 274 ] {} TCP-Session: 207cb447-1990-40b7-9340-d5fa70f0dbd4 Authenticating user 'default' from [fd00:1122:3344:101::c]:47063 2025.12.23 23:14:31.056717 [ 273 ] {} TCP-Session: 89b7517b-1c35-4bb7-acff-c72122aba277 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.056745 [ 274 ] {} TCP-Session: 207cb447-1990-40b7-9340-d5fa70f0dbd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.056854 [ 274 ] {} TCP-Session: 207cb447-1990-40b7-9340-d5fa70f0dbd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.271100 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57817 2025.12.23 23:14:31.271316 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 23:14:31.271456 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:57817 2025.12.23 23:14:31.271481 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.271497 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.271657 [ 275 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.23 23:14:31.271729 [ 275 ] {} 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 2025.12.23 23:14:31.271830 [ 275 ] {} 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 2025.12.23 23:14:31.272712 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60778 2025.12.23 23:14:31.272741 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52024 2025.12.23 23:14:31.272840 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58415 2025.12.23 23:14:31.272940 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55516 2025.12.23 23:14:31.273107 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57910 2025.12.23 23:14:31.273241 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 23:14:31.273287 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 23:14:31.273384 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54246 2025.12.23 23:14:31.273397 [ 278 ] {} TCP-Session: 9da63429-3632-405f-980c-0dd4162bc505 Authenticating user 'default' from [fd00:1122:3344:101::d]:58415 2025.12.23 23:14:31.273388 [ 277 ] {} TCP-Session: 938356e8-1825-495d-b4a9-7fab985af623 Authenticating user 'default' from [fd00:1122:3344:101::d]:60778 2025.12.23 23:14:31.273476 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 23:14:31.273561 [ 278 ] {} TCP-Session: 9da63429-3632-405f-980c-0dd4162bc505 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.273608 [ 277 ] {} TCP-Session: 938356e8-1825-495d-b4a9-7fab985af623 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.273633 [ 278 ] {} TCP-Session: 9da63429-3632-405f-980c-0dd4162bc505 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.273603 [ 276 ] {} TCP-Session: 740079d4-90b1-4efa-bbdd-ba7a95fe38e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:52024 2025.12.23 23:14:31.273721 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 23:14:31.273695 [ 277 ] {} TCP-Session: 938356e8-1825-495d-b4a9-7fab985af623 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.273749 [ 276 ] {} TCP-Session: 740079d4-90b1-4efa-bbdd-ba7a95fe38e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.273657 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41575 2025.12.23 23:14:31.273835 [ 280 ] {} TCP-Session: a49b91c5-9f17-4b73-aff4-9d749404a048 Authenticating user 'default' from [fd00:1122:3344:101::d]:57910 2025.12.23 23:14:31.273832 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37617 2025.12.23 23:14:31.273797 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 23:14:31.273940 [ 280 ] {} TCP-Session: a49b91c5-9f17-4b73-aff4-9d749404a048 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.274037 [ 281 ] {} TCP-Session: e974609e-feab-4e2b-b994-cf4b3954464a Authenticating user 'default' from [fd00:1122:3344:101::d]:54246 2025.12.23 23:14:31.274052 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 23:14:31.273581 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 23:14:31.274123 [ 281 ] {} TCP-Session: e974609e-feab-4e2b-b994-cf4b3954464a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.274135 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 23:14:31.274108 [ 282 ] {} TCP-Session: 1b9759b4-2f49-4c39-9d2d-dd1eb5e1218b Authenticating user 'default' from [fd00:1122:3344:101::d]:41575 2025.12.23 23:14:31.274255 [ 281 ] {} TCP-Session: e974609e-feab-4e2b-b994-cf4b3954464a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.274248 [ 283 ] {} TCP-Session: b402dd42-af8e-4bd3-8835-f28ef3ae5309 Authenticating user 'default' from [fd00:1122:3344:101::d]:37617 2025.12.23 23:14:31.274246 [ 279 ] {} TCP-Session: 51a6a40d-2d4f-4898-857a-57c7d1114771 Authenticating user 'default' from [fd00:1122:3344:101::d]:55516 2025.12.23 23:14:31.274357 [ 283 ] {} TCP-Session: b402dd42-af8e-4bd3-8835-f28ef3ae5309 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.274347 [ 282 ] {} TCP-Session: 1b9759b4-2f49-4c39-9d2d-dd1eb5e1218b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.274087 [ 280 ] {} TCP-Session: a49b91c5-9f17-4b73-aff4-9d749404a048 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.274435 [ 282 ] {} TCP-Session: 1b9759b4-2f49-4c39-9d2d-dd1eb5e1218b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.274425 [ 279 ] {} TCP-Session: 51a6a40d-2d4f-4898-857a-57c7d1114771 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.273820 [ 276 ] {} TCP-Session: 740079d4-90b1-4efa-bbdd-ba7a95fe38e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.274545 [ 279 ] {} TCP-Session: 51a6a40d-2d4f-4898-857a-57c7d1114771 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.274444 [ 283 ] {} TCP-Session: b402dd42-af8e-4bd3-8835-f28ef3ae5309 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 23:14:31.280859 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.286054 [ 275 ] {28238e51-f9ca-4f48-b5d0-a215a3b29bb1} executeQuery: (from [fd00:1122:3344:101::d]:57817) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.23 23:14:31.426584 [ 275 ] {28238e51-f9ca-4f48-b5d0-a215a3b29bb1} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:57817) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.12.23 23:14:31.427788 [ 275 ] {28238e51-f9ca-4f48-b5d0-a215a3b29bb1} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.12.23 23:14:31.428045 [ 275 ] {28238e51-f9ca-4f48-b5d0-a215a3b29bb1} TCPHandler: Processed in 0.153025753 sec. 2025.12.23 23:14:31.430872 [ 277 ] {} TCP-Session: 938356e8-1825-495d-b4a9-7fab985af623 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.431235 [ 277 ] {87691d04-9bb7-4d7f-b598-147a78812d63} executeQuery: (from [fd00:1122:3344:101::d]:60778) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.23 23:14:31.431800 [ 277 ] {87691d04-9bb7-4d7f-b598-147a78812d63} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:60778) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.12.23 23:14:31.432331 [ 277 ] {87691d04-9bb7-4d7f-b598-147a78812d63} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.12.23 23:14:31.432621 [ 277 ] {87691d04-9bb7-4d7f-b598-147a78812d63} TCPHandler: Processed in 0.00199686 sec. 2025.12.23 23:14:31.433029 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.435693 [ 275 ] {f466f5d8-a28f-4441-b3e6-94785de6de72} executeQuery: (from [fd00:1122:3344:101::d]:57817) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2025.12.23 23:14:31.437837 [ 275 ] {f466f5d8-a28f-4441-b3e6-94785de6de72} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2025.12.23 23:14:31.457355 [ 275 ] {f466f5d8-a28f-4441-b3e6-94785de6de72} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2025.12.23 23:14:31.457461 [ 275 ] {f466f5d8-a28f-4441-b3e6-94785de6de72} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.00014311 sec 2025.12.23 23:14:31.457475 [ 275 ] {f466f5d8-a28f-4441-b3e6-94785de6de72} ReferentialDeps: No tables 2025.12.23 23:14:31.457489 [ 275 ] {f466f5d8-a28f-4441-b3e6-94785de6de72} LoadingDeps: No tables 2025.12.23 23:14:31.457539 [ 275 ] {f466f5d8-a28f-4441-b3e6-94785de6de72} DatabaseAtomic (oximeter): Starting up tables. 2025.12.23 23:14:31.460184 [ 275 ] {f466f5d8-a28f-4441-b3e6-94785de6de72} TCPHandler: Processed in 0.027287278 sec. 2025.12.23 23:14:31.460381 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.460556 [ 275 ] {e5f07c2a-208e-4ca7-b1bd-a302dcb73c4b} executeQuery: (from [fd00:1122:3344:101::d]:57817) /* The version table contains metadata about the `oximeter` database */ CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) 2025.12.23 23:14:31.460781 [ 275 ] {e5f07c2a-208e-4ca7-b1bd-a302dcb73c4b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2025.12.23 23:14:31.476677 [ 275 ] {e5f07c2a-208e-4ca7-b1bd-a302dcb73c4b} StoragePolicy (default): Storage policy default created, total volumes 1 2025.12.23 23:14:31.482771 [ 275 ] {e5f07c2a-208e-4ca7-b1bd-a302dcb73c4b} oximeter.version (deb52fcb-59ca-42e2-9300-bd5fa9cf0bd1): Loading data parts 2025.12.23 23:14:31.485573 [ 275 ] {e5f07c2a-208e-4ca7-b1bd-a302dcb73c4b} oximeter.version (deb52fcb-59ca-42e2-9300-bd5fa9cf0bd1): There are no data parts 2025.12.23 23:14:31.490461 [ 275 ] {e5f07c2a-208e-4ca7-b1bd-a302dcb73c4b} TCPHandler: Processed in 0.030136652 sec. 2025.12.23 23:14:31.490775 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.491026 [ 275 ] {d89b6ed3-b41f-46a9-bfa2-189666efcb7b} executeQuery: (from [fd00:1122:3344:101::d]:57817) /* The measurement tables contain all individual samples from each timeseries. * * Each table stores a single datum type, and otherwise contains nearly the same * structure. The primary sorting key is on the timeseries name, key, and then * timestamp, so that all timeseries from the same schema are grouped, followed * by all samples from the same timeseries. * * This reflects that one usually looks up the _key_ in one or more field table, * and then uses that to index quickly into the measurements tables. */ 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) 2025.12.23 23:14:31.491199 [ 275 ] {d89b6ed3-b41f-46a9-bfa2-189666efcb7b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2025.12.23 23:14:31.515001 [ 275 ] {d89b6ed3-b41f-46a9-bfa2-189666efcb7b} oximeter.measurements_bool (ab1ef8df-352f-47f0-8571-b8a1e8562b8b): Loading data parts 2025.12.23 23:14:31.515349 [ 275 ] {d89b6ed3-b41f-46a9-bfa2-189666efcb7b} oximeter.measurements_bool (ab1ef8df-352f-47f0-8571-b8a1e8562b8b): There are no data parts 2025.12.23 23:14:31.516983 [ 275 ] {d89b6ed3-b41f-46a9-bfa2-189666efcb7b} TCPHandler: Processed in 0.026279813 sec. 2025.12.23 23:14:31.517181 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.517485 [ 275 ] {3794f468-35f5-41fc-b34f-c8f6e2f1d66b} executeQuery: (from [fd00:1122:3344:101::d]:57817) 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) 2025.12.23 23:14:31.517539 [ 275 ] {3794f468-35f5-41fc-b34f-c8f6e2f1d66b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2025.12.23 23:14:31.519988 [ 275 ] {3794f468-35f5-41fc-b34f-c8f6e2f1d66b} oximeter.measurements_i8 (5a8a827f-9e15-4517-a574-eb6fcf340aea): Loading data parts 2025.12.23 23:14:31.520271 [ 275 ] {3794f468-35f5-41fc-b34f-c8f6e2f1d66b} oximeter.measurements_i8 (5a8a827f-9e15-4517-a574-eb6fcf340aea): There are no data parts 2025.12.23 23:14:31.522623 [ 275 ] {3794f468-35f5-41fc-b34f-c8f6e2f1d66b} TCPHandler: Processed in 0.005501158 sec. 2025.12.23 23:14:31.522889 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.523063 [ 275 ] {48f298d7-a2a7-4172-97a9-9a80e53e44e6} executeQuery: (from [fd00:1122:3344:101::d]:57817) 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) 2025.12.23 23:14:31.523190 [ 275 ] {48f298d7-a2a7-4172-97a9-9a80e53e44e6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2025.12.23 23:14:31.527619 [ 275 ] {48f298d7-a2a7-4172-97a9-9a80e53e44e6} oximeter.measurements_u8 (2dd85183-dbd8-411e-a0bd-e63c76d75b6e): Loading data parts 2025.12.23 23:14:31.527884 [ 275 ] {48f298d7-a2a7-4172-97a9-9a80e53e44e6} oximeter.measurements_u8 (2dd85183-dbd8-411e-a0bd-e63c76d75b6e): There are no data parts 2025.12.23 23:14:31.531084 [ 275 ] {48f298d7-a2a7-4172-97a9-9a80e53e44e6} TCPHandler: Processed in 0.008251272 sec. 2025.12.23 23:14:31.531285 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.531549 [ 275 ] {3d3c6cb7-44bd-48a4-bf0b-afce0ed17901} executeQuery: (from [fd00:1122:3344:101::d]:57817) 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) 2025.12.23 23:14:31.531630 [ 275 ] {3d3c6cb7-44bd-48a4-bf0b-afce0ed17901} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2025.12.23 23:14:31.533791 [ 275 ] {3d3c6cb7-44bd-48a4-bf0b-afce0ed17901} oximeter.measurements_i16 (48c49ca1-76c5-40c0-a5a9-f9d4195724ce): Loading data parts 2025.12.23 23:14:31.534006 [ 275 ] {3d3c6cb7-44bd-48a4-bf0b-afce0ed17901} oximeter.measurements_i16 (48c49ca1-76c5-40c0-a5a9-f9d4195724ce): There are no data parts 2025.12.23 23:14:31.537250 [ 275 ] {3d3c6cb7-44bd-48a4-bf0b-afce0ed17901} TCPHandler: Processed in 0.00603029 sec. 2025.12.23 23:14:31.537501 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.537669 [ 275 ] {fc6e2154-83e5-4348-ba76-6c711271769a} executeQuery: (from [fd00:1122:3344:101::d]:57817) 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) 2025.12.23 23:14:31.537786 [ 275 ] {fc6e2154-83e5-4348-ba76-6c711271769a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2025.12.23 23:14:31.542459 [ 275 ] {fc6e2154-83e5-4348-ba76-6c711271769a} oximeter.measurements_u16 (7f04f806-28cd-48a3-96cd-6209b64dd39b): Loading data parts 2025.12.23 23:14:31.542718 [ 275 ] {fc6e2154-83e5-4348-ba76-6c711271769a} oximeter.measurements_u16 (7f04f806-28cd-48a3-96cd-6209b64dd39b): There are no data parts 2025.12.23 23:14:31.547824 [ 275 ] {fc6e2154-83e5-4348-ba76-6c711271769a} TCPHandler: Processed in 0.010388242 sec. 2025.12.23 23:14:31.547999 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.548204 [ 275 ] {e289f2cf-face-4179-8e0f-9d0bb84992ca} executeQuery: (from [fd00:1122:3344:101::d]:57817) 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) 2025.12.23 23:14:31.548287 [ 275 ] {e289f2cf-face-4179-8e0f-9d0bb84992ca} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2025.12.23 23:14:31.552724 [ 275 ] {e289f2cf-face-4179-8e0f-9d0bb84992ca} oximeter.measurements_i32 (2d864357-af75-4bc7-b0ef-33df1ec95e94): Loading data parts 2025.12.23 23:14:31.552895 [ 275 ] {e289f2cf-face-4179-8e0f-9d0bb84992ca} oximeter.measurements_i32 (2d864357-af75-4bc7-b0ef-33df1ec95e94): There are no data parts 2025.12.23 23:14:31.556885 [ 275 ] {e289f2cf-face-4179-8e0f-9d0bb84992ca} TCPHandler: Processed in 0.008915585 sec. 2025.12.23 23:14:31.557150 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.557343 [ 275 ] {8d3b0357-7257-4990-a2c3-4870999e5cf5} executeQuery: (from [fd00:1122:3344:101::d]:57817) 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) 2025.12.23 23:14:31.557498 [ 275 ] {8d3b0357-7257-4990-a2c3-4870999e5cf5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2025.12.23 23:14:31.561980 [ 275 ] {8d3b0357-7257-4990-a2c3-4870999e5cf5} oximeter.measurements_u32 (2e48a043-d1a6-40d9-9271-190a3fe610df): Loading data parts 2025.12.23 23:14:31.562132 [ 275 ] {8d3b0357-7257-4990-a2c3-4870999e5cf5} oximeter.measurements_u32 (2e48a043-d1a6-40d9-9271-190a3fe610df): There are no data parts 2025.12.23 23:14:31.565487 [ 275 ] {8d3b0357-7257-4990-a2c3-4870999e5cf5} TCPHandler: Processed in 0.008396373 sec. 2025.12.23 23:14:31.565670 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.565913 [ 275 ] {031cf130-396f-43c6-8a89-9ffe09c66e9b} executeQuery: (from [fd00:1122:3344:101::d]:57817) 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) 2025.12.23 23:14:31.566016 [ 275 ] {031cf130-396f-43c6-8a89-9ffe09c66e9b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2025.12.23 23:14:31.573542 [ 275 ] {031cf130-396f-43c6-8a89-9ffe09c66e9b} oximeter.measurements_i64 (e61ae6b1-7272-48c8-9427-77056d9e3b64): Loading data parts 2025.12.23 23:14:31.573731 [ 275 ] {031cf130-396f-43c6-8a89-9ffe09c66e9b} oximeter.measurements_i64 (e61ae6b1-7272-48c8-9427-77056d9e3b64): There are no data parts 2025.12.23 23:14:31.578130 [ 275 ] {031cf130-396f-43c6-8a89-9ffe09c66e9b} TCPHandler: Processed in 0.012518114 sec. 2025.12.23 23:14:31.578384 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.578558 [ 275 ] {59109f5d-887a-44cd-9543-ffcf2a1f57c4} executeQuery: (from [fd00:1122:3344:101::d]:57817) 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) 2025.12.23 23:14:31.578685 [ 275 ] {59109f5d-887a-44cd-9543-ffcf2a1f57c4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2025.12.23 23:14:31.580597 [ 275 ] {59109f5d-887a-44cd-9543-ffcf2a1f57c4} oximeter.measurements_u64 (408c8824-7d17-41be-881b-4e551381874d): Loading data parts 2025.12.23 23:14:31.580738 [ 275 ] {59109f5d-887a-44cd-9543-ffcf2a1f57c4} oximeter.measurements_u64 (408c8824-7d17-41be-881b-4e551381874d): There are no data parts 2025.12.23 23:14:31.583968 [ 275 ] {59109f5d-887a-44cd-9543-ffcf2a1f57c4} TCPHandler: Processed in 0.005635459 sec. 2025.12.23 23:14:31.584146 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.584338 [ 275 ] {be90d96d-22da-49b2-85f0-909043ed1fff} executeQuery: (from [fd00:1122:3344:101::d]:57817) 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) 2025.12.23 23:14:31.584480 [ 275 ] {be90d96d-22da-49b2-85f0-909043ed1fff} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2025.12.23 23:14:31.589177 [ 275 ] {be90d96d-22da-49b2-85f0-909043ed1fff} oximeter.measurements_f32 (3b2086d5-9427-4cf6-8421-00400f25a101): Loading data parts 2025.12.23 23:14:31.589477 [ 275 ] {be90d96d-22da-49b2-85f0-909043ed1fff} oximeter.measurements_f32 (3b2086d5-9427-4cf6-8421-00400f25a101): There are no data parts 2025.12.23 23:14:31.593567 [ 275 ] {be90d96d-22da-49b2-85f0-909043ed1fff} TCPHandler: Processed in 0.009481419 sec. 2025.12.23 23:14:31.593835 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.594007 [ 275 ] {84fb0a2d-f9ee-4ba8-a51b-2423103eea1e} executeQuery: (from [fd00:1122:3344:101::d]:57817) 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) 2025.12.23 23:14:31.594213 [ 275 ] {84fb0a2d-f9ee-4ba8-a51b-2423103eea1e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2025.12.23 23:14:31.598057 [ 275 ] {84fb0a2d-f9ee-4ba8-a51b-2423103eea1e} oximeter.measurements_f64 (e80917f9-472e-4675-8331-6e177301c5d8): Loading data parts 2025.12.23 23:14:31.598265 [ 275 ] {84fb0a2d-f9ee-4ba8-a51b-2423103eea1e} oximeter.measurements_f64 (e80917f9-472e-4675-8331-6e177301c5d8): There are no data parts 2025.12.23 23:14:31.602180 [ 275 ] {84fb0a2d-f9ee-4ba8-a51b-2423103eea1e} TCPHandler: Processed in 0.008409143 sec. 2025.12.23 23:14:31.602359 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.602532 [ 275 ] {ec5d3950-ad1d-40cc-a2f0-ae38434b6252} executeQuery: (from [fd00:1122:3344:101::d]:57817) 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) 2025.12.23 23:14:31.602672 [ 275 ] {ec5d3950-ad1d-40cc-a2f0-ae38434b6252} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2025.12.23 23:14:31.606716 [ 275 ] {ec5d3950-ad1d-40cc-a2f0-ae38434b6252} oximeter.measurements_string (1f51d172-5dbc-4780-9082-c5223e33e3e3): Loading data parts 2025.12.23 23:14:31.606903 [ 275 ] {ec5d3950-ad1d-40cc-a2f0-ae38434b6252} oximeter.measurements_string (1f51d172-5dbc-4780-9082-c5223e33e3e3): There are no data parts 2025.12.23 23:14:31.611284 [ 275 ] {ec5d3950-ad1d-40cc-a2f0-ae38434b6252} TCPHandler: Processed in 0.008982856 sec. 2025.12.23 23:14:31.611569 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.611747 [ 275 ] {e1e06b8f-2aa7-4a76-9bac-70664f062e08} executeQuery: (from [fd00:1122:3344:101::d]:57817) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* * NOTE: Right now we can't unambiguously record a nullable byte array. * Arrays cannot be nested in `Nullable()` types, and encoding the array as * a string isn't palatable for a few reasons. * See: https://github.com/oxidecomputer/omicron/issues/4551 for more * details. */ datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.23 23:14:31.611944 [ 275 ] {e1e06b8f-2aa7-4a76-9bac-70664f062e08} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2025.12.23 23:14:31.616200 [ 275 ] {e1e06b8f-2aa7-4a76-9bac-70664f062e08} oximeter.measurements_bytes (f08ece67-2ba7-4c98-b76c-0e4de8263fe6): Loading data parts 2025.12.23 23:14:31.616381 [ 275 ] {e1e06b8f-2aa7-4a76-9bac-70664f062e08} oximeter.measurements_bytes (f08ece67-2ba7-4c98-b76c-0e4de8263fe6): There are no data parts 2025.12.23 23:14:31.623477 [ 275 ] {e1e06b8f-2aa7-4a76-9bac-70664f062e08} TCPHandler: Processed in 0.01196329 sec. 2025.12.23 23:14:31.623991 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.624180 [ 275 ] {6ef7f417-12ea-444a-bd3a-d530c2367226} executeQuery: (from [fd00:1122:3344:101::d]:57817) 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) 2025.12.23 23:14:31.624306 [ 275 ] {6ef7f417-12ea-444a-bd3a-d530c2367226} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2025.12.23 23:14:31.629220 [ 275 ] {6ef7f417-12ea-444a-bd3a-d530c2367226} oximeter.measurements_cumulativei64 (0850e70d-ad23-4ba6-b3cc-e77cc26d521e): Loading data parts 2025.12.23 23:14:31.629499 [ 275 ] {6ef7f417-12ea-444a-bd3a-d530c2367226} oximeter.measurements_cumulativei64 (0850e70d-ad23-4ba6-b3cc-e77cc26d521e): There are no data parts 2025.12.23 23:14:31.633946 [ 275 ] {6ef7f417-12ea-444a-bd3a-d530c2367226} TCPHandler: Processed in 0.01001211 sec. 2025.12.23 23:14:31.634124 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.634436 [ 275 ] {feb9273d-9fa0-47c9-8b62-d0cbb6a1ebe7} executeQuery: (from [fd00:1122:3344:101::d]:57817) 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) 2025.12.23 23:14:31.634574 [ 275 ] {feb9273d-9fa0-47c9-8b62-d0cbb6a1ebe7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2025.12.23 23:14:31.637673 [ 275 ] {feb9273d-9fa0-47c9-8b62-d0cbb6a1ebe7} oximeter.measurements_cumulativeu64 (da786ac5-3ee7-4b83-893a-698bfcd25f81): Loading data parts 2025.12.23 23:14:31.637879 [ 275 ] {feb9273d-9fa0-47c9-8b62-d0cbb6a1ebe7} oximeter.measurements_cumulativeu64 (da786ac5-3ee7-4b83-893a-698bfcd25f81): There are no data parts 2025.12.23 23:14:31.642268 [ 275 ] {feb9273d-9fa0-47c9-8b62-d0cbb6a1ebe7} TCPHandler: Processed in 0.008206021 sec. 2025.12.23 23:14:31.642439 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.642618 [ 275 ] {6981fbec-8285-4939-adaa-4bc524f04307} executeQuery: (from [fd00:1122:3344:101::d]:57817) 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) 2025.12.23 23:14:31.642745 [ 275 ] {6981fbec-8285-4939-adaa-4bc524f04307} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2025.12.23 23:14:31.646309 [ 275 ] {6981fbec-8285-4939-adaa-4bc524f04307} oximeter.measurements_cumulativef32 (adffcf32-a63f-4b7a-a9d1-b11f289701b0): Loading data parts 2025.12.23 23:14:31.646471 [ 275 ] {6981fbec-8285-4939-adaa-4bc524f04307} oximeter.measurements_cumulativef32 (adffcf32-a63f-4b7a-a9d1-b11f289701b0): There are no data parts 2025.12.23 23:14:31.653435 [ 275 ] {6981fbec-8285-4939-adaa-4bc524f04307} TCPHandler: Processed in 0.011107286 sec. 2025.12.23 23:14:31.653758 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.653958 [ 275 ] {73707e61-ddd6-4eee-93fd-7745d3b7ba22} executeQuery: (from [fd00:1122:3344:101::d]:57817) 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) 2025.12.23 23:14:31.654093 [ 275 ] {73707e61-ddd6-4eee-93fd-7745d3b7ba22} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2025.12.23 23:14:31.659057 [ 275 ] {73707e61-ddd6-4eee-93fd-7745d3b7ba22} oximeter.measurements_cumulativef64 (b0fd4e9f-3afd-4ac9-a73d-6c763321124a): Loading data parts 2025.12.23 23:14:31.659307 [ 275 ] {73707e61-ddd6-4eee-93fd-7745d3b7ba22} oximeter.measurements_cumulativef64 (b0fd4e9f-3afd-4ac9-a73d-6c763321124a): There are no data parts 2025.12.23 23:14:31.663126 [ 275 ] {73707e61-ddd6-4eee-93fd-7745d3b7ba22} TCPHandler: Processed in 0.009425878 sec. 2025.12.23 23:14:31.663302 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.663650 [ 275 ] {95831dbc-5a2f-4e22-9b3e-7c47420aaed7} executeQuery: (from [fd00:1122:3344:101::d]:57817) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* * NOTE: Array types cannot be Nullable, see * https://clickhouse.com/docs/en/sql-reference/data-types/nullable * for more details. * * This means we need to use empty arrays to indicate a missing value. This * is unfortunate, and at this point relies on the fact that an * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need * to figure out another way to represent missing samples here. */ 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) 2025.12.23 23:14:31.663799 [ 275 ] {95831dbc-5a2f-4e22-9b3e-7c47420aaed7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2025.12.23 23:14:31.668988 [ 275 ] {95831dbc-5a2f-4e22-9b3e-7c47420aaed7} oximeter.measurements_histogrami8 (314fc8ad-0440-4ad7-9a82-dbda58c96dbf): Loading data parts 2025.12.23 23:14:31.669208 [ 275 ] {95831dbc-5a2f-4e22-9b3e-7c47420aaed7} oximeter.measurements_histogrami8 (314fc8ad-0440-4ad7-9a82-dbda58c96dbf): There are no data parts 2025.12.23 23:14:31.672372 [ 275 ] {95831dbc-5a2f-4e22-9b3e-7c47420aaed7} TCPHandler: Processed in 0.009127536 sec. 2025.12.23 23:14:31.672615 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.672867 [ 275 ] {0a398432-7a81-4a06-9531-9bbce60d4470} executeQuery: (from [fd00:1122:3344:101::d]:57817) 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) 2025.12.23 23:14:31.672996 [ 275 ] {0a398432-7a81-4a06-9531-9bbce60d4470} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2025.12.23 23:14:31.677322 [ 275 ] {0a398432-7a81-4a06-9531-9bbce60d4470} oximeter.measurements_histogramu8 (0b939fbf-1915-48a6-9cb5-5bd5a92b4eac): Loading data parts 2025.12.23 23:14:31.677636 [ 275 ] {0a398432-7a81-4a06-9531-9bbce60d4470} oximeter.measurements_histogramu8 (0b939fbf-1915-48a6-9cb5-5bd5a92b4eac): There are no data parts 2025.12.23 23:14:31.681406 [ 275 ] {0a398432-7a81-4a06-9531-9bbce60d4470} TCPHandler: Processed in 0.008847255 sec. 2025.12.23 23:14:31.681600 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.681961 [ 275 ] {a91ee07a-57ca-4e7d-abcd-722424f0b089} executeQuery: (from [fd00:1122:3344:101::d]:57817) 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) 2025.12.23 23:14:31.682098 [ 275 ] {a91ee07a-57ca-4e7d-abcd-722424f0b089} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2025.12.23 23:14:31.685577 [ 275 ] {a91ee07a-57ca-4e7d-abcd-722424f0b089} oximeter.measurements_histogrami16 (79f73274-9796-497f-b4d3-07970997a237): Loading data parts 2025.12.23 23:14:31.685781 [ 275 ] {a91ee07a-57ca-4e7d-abcd-722424f0b089} oximeter.measurements_histogrami16 (79f73274-9796-497f-b4d3-07970997a237): There are no data parts 2025.12.23 23:14:31.689954 [ 275 ] {a91ee07a-57ca-4e7d-abcd-722424f0b089} TCPHandler: Processed in 0.008410232 sec. 2025.12.23 23:14:31.690228 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.690466 [ 275 ] {691a1723-5c8c-474c-81fd-cf4b4ac9fede} executeQuery: (from [fd00:1122:3344:101::d]:57817) 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) 2025.12.23 23:14:31.690621 [ 275 ] {691a1723-5c8c-474c-81fd-cf4b4ac9fede} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2025.12.23 23:14:31.694650 [ 275 ] {691a1723-5c8c-474c-81fd-cf4b4ac9fede} oximeter.measurements_histogramu16 (b730fb6a-c3af-49f2-9df1-2816e8a645b6): Loading data parts 2025.12.23 23:14:31.694915 [ 275 ] {691a1723-5c8c-474c-81fd-cf4b4ac9fede} oximeter.measurements_histogramu16 (b730fb6a-c3af-49f2-9df1-2816e8a645b6): There are no data parts 2025.12.23 23:14:31.698744 [ 275 ] {691a1723-5c8c-474c-81fd-cf4b4ac9fede} TCPHandler: Processed in 0.008577114 sec. 2025.12.23 23:14:31.698917 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.699235 [ 275 ] {d95606aa-59ed-459f-9a5c-e472de93c4ba} executeQuery: (from [fd00:1122:3344:101::d]:57817) 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) 2025.12.23 23:14:31.699378 [ 275 ] {d95606aa-59ed-459f-9a5c-e472de93c4ba} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2025.12.23 23:14:31.702486 [ 275 ] {d95606aa-59ed-459f-9a5c-e472de93c4ba} oximeter.measurements_histogrami32 (b5a0be17-0854-40ad-a51e-c1e1c6c24663): Loading data parts 2025.12.23 23:14:31.702703 [ 275 ] {d95606aa-59ed-459f-9a5c-e472de93c4ba} oximeter.measurements_histogrami32 (b5a0be17-0854-40ad-a51e-c1e1c6c24663): There are no data parts 2025.12.23 23:14:31.706631 [ 275 ] {d95606aa-59ed-459f-9a5c-e472de93c4ba} TCPHandler: Processed in 0.007769749 sec. 2025.12.23 23:14:31.706904 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.707139 [ 275 ] {135a97ab-e41c-4215-858b-ef606efc0f76} executeQuery: (from [fd00:1122:3344:101::d]:57817) 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) 2025.12.23 23:14:31.707279 [ 275 ] {135a97ab-e41c-4215-858b-ef606efc0f76} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2025.12.23 23:14:31.713086 [ 275 ] {135a97ab-e41c-4215-858b-ef606efc0f76} oximeter.measurements_histogramu32 (3e9c7ffc-d1f0-4559-b2f4-8fcdc788c100): Loading data parts 2025.12.23 23:14:31.713341 [ 275 ] {135a97ab-e41c-4215-858b-ef606efc0f76} oximeter.measurements_histogramu32 (3e9c7ffc-d1f0-4559-b2f4-8fcdc788c100): There are no data parts 2025.12.23 23:14:31.717601 [ 275 ] {135a97ab-e41c-4215-858b-ef606efc0f76} TCPHandler: Processed in 0.010750984 sec. 2025.12.23 23:14:31.717778 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.718066 [ 275 ] {40890a9f-8319-4be2-bf21-52f1c5802ffb} executeQuery: (from [fd00:1122:3344:101::d]:57817) 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) 2025.12.23 23:14:31.718194 [ 275 ] {40890a9f-8319-4be2-bf21-52f1c5802ffb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2025.12.23 23:14:31.727290 [ 275 ] {40890a9f-8319-4be2-bf21-52f1c5802ffb} oximeter.measurements_histogrami64 (6844e1bd-38f5-4f52-9e7a-2d362b441106): Loading data parts 2025.12.23 23:14:31.727494 [ 275 ] {40890a9f-8319-4be2-bf21-52f1c5802ffb} oximeter.measurements_histogrami64 (6844e1bd-38f5-4f52-9e7a-2d362b441106): There are no data parts 2025.12.23 23:14:31.733949 [ 275 ] {40890a9f-8319-4be2-bf21-52f1c5802ffb} TCPHandler: Processed in 0.016225362 sec. 2025.12.23 23:14:31.734221 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.734540 [ 275 ] {1c3b16ad-e086-4cba-af7a-9df7381c313e} executeQuery: (from [fd00:1122:3344:101::d]:57817) 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) 2025.12.23 23:14:31.734729 [ 275 ] {1c3b16ad-e086-4cba-af7a-9df7381c313e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2025.12.23 23:14:31.742105 [ 275 ] {1c3b16ad-e086-4cba-af7a-9df7381c313e} oximeter.measurements_histogramu64 (24fdf66a-a0b5-44ef-a15d-0e9231de9628): Loading data parts 2025.12.23 23:14:31.742365 [ 275 ] {1c3b16ad-e086-4cba-af7a-9df7381c313e} oximeter.measurements_histogramu64 (24fdf66a-a0b5-44ef-a15d-0e9231de9628): There are no data parts 2025.12.23 23:14:31.744239 [ 275 ] {1c3b16ad-e086-4cba-af7a-9df7381c313e} TCPHandler: Processed in 0.010073391 sec. 2025.12.23 23:14:31.744419 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.744709 [ 275 ] {43544df6-2d79-48a5-8e36-7dc0fb6220ce} executeQuery: (from [fd00:1122:3344:101::d]:57817) 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) 2025.12.23 23:14:31.744886 [ 275 ] {43544df6-2d79-48a5-8e36-7dc0fb6220ce} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2025.12.23 23:14:31.747175 [ 275 ] {43544df6-2d79-48a5-8e36-7dc0fb6220ce} oximeter.measurements_histogramf32 (12c7f334-645f-44ed-a3f6-97338cc01b8e): Loading data parts 2025.12.23 23:14:31.747348 [ 275 ] {43544df6-2d79-48a5-8e36-7dc0fb6220ce} oximeter.measurements_histogramf32 (12c7f334-645f-44ed-a3f6-97338cc01b8e): There are no data parts 2025.12.23 23:14:31.748813 [ 275 ] {43544df6-2d79-48a5-8e36-7dc0fb6220ce} TCPHandler: Processed in 0.004454172 sec. 2025.12.23 23:14:31.749066 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.749304 [ 275 ] {ac25da55-2799-404f-8c44-e45ba6656702} executeQuery: (from [fd00:1122:3344:101::d]:57817) 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) 2025.12.23 23:14:31.749433 [ 275 ] {ac25da55-2799-404f-8c44-e45ba6656702} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2025.12.23 23:14:31.753452 [ 275 ] {ac25da55-2799-404f-8c44-e45ba6656702} oximeter.measurements_histogramf64 (fecf07d4-bf85-4560-858f-d7833c34a315): Loading data parts 2025.12.23 23:14:31.753658 [ 275 ] {ac25da55-2799-404f-8c44-e45ba6656702} oximeter.measurements_histogramf64 (fecf07d4-bf85-4560-858f-d7833c34a315): There are no data parts 2025.12.23 23:14:31.758035 [ 275 ] {ac25da55-2799-404f-8c44-e45ba6656702} TCPHandler: Processed in 0.009026696 sec. 2025.12.23 23:14:31.758216 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.758471 [ 275 ] {2dbbb8ea-e369-4834-a055-0504e61a4c12} executeQuery: (from [fd00:1122:3344:101::d]:57817) /* The field tables store named dimensions of each timeseries. * * As with the measurement tables, there is one field table for each field data * type. Fields are deduplicated by using the "replacing merge tree", though * this behavior **must not** be relied upon for query correctness. * * The index for the fields differs from the measurements, however. Rows are * sorted by timeseries name, then field name, field value, and finally * timeseries key. This reflects the most common pattern for looking them up: * by field name and possibly value, within a timeseries. The resulting keys are * usually then used to look up measurements. * * NOTE: We may want to consider a secondary index on these tables, sorting by * timeseries name and then key, since it would improve lookups where one * already has the key. Realistically though, these tables are quite small and * so performance benefits will be low in absolute terms. * * TTL: We use a materialized column to expire old field table records. This * column is generated automatically by the database whenever a new row is * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` * query. Since these tables are `ReplacingMergeTree`s, that means the last * record will remain during a deduplication, which will have the last * timestamp. ClickHouse will then expire old data for us, similar to the * measurement tables. */ 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) 2025.12.23 23:14:31.758623 [ 275 ] {2dbbb8ea-e369-4834-a055-0504e61a4c12} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2025.12.23 23:14:31.763146 [ 275 ] {2dbbb8ea-e369-4834-a055-0504e61a4c12} oximeter.fields_bool (f5815894-717c-41b4-b810-95a51ecbc1ab): Loading data parts 2025.12.23 23:14:31.763405 [ 275 ] {2dbbb8ea-e369-4834-a055-0504e61a4c12} oximeter.fields_bool (f5815894-717c-41b4-b810-95a51ecbc1ab): There are no data parts 2025.12.23 23:14:31.770623 [ 275 ] {2dbbb8ea-e369-4834-a055-0504e61a4c12} TCPHandler: Processed in 0.012459783 sec. 2025.12.23 23:14:31.770831 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.771148 [ 275 ] {0e6a7298-e2a1-47ec-9369-3f448bfcdf7f} executeQuery: (from [fd00:1122:3344:101::d]:57817) 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) 2025.12.23 23:14:31.771293 [ 275 ] {0e6a7298-e2a1-47ec-9369-3f448bfcdf7f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2025.12.23 23:14:31.775655 [ 275 ] {0e6a7298-e2a1-47ec-9369-3f448bfcdf7f} oximeter.fields_i8 (1ebaa584-a78f-494e-9eb9-d8ded1c9fb8b): Loading data parts 2025.12.23 23:14:31.775815 [ 275 ] {0e6a7298-e2a1-47ec-9369-3f448bfcdf7f} oximeter.fields_i8 (1ebaa584-a78f-494e-9eb9-d8ded1c9fb8b): There are no data parts 2025.12.23 23:14:31.780166 [ 275 ] {0e6a7298-e2a1-47ec-9369-3f448bfcdf7f} TCPHandler: Processed in 0.009404298 sec. 2025.12.23 23:14:31.780350 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.780524 [ 275 ] {7feb7019-d594-44d1-a02a-58608460376c} executeQuery: (from [fd00:1122:3344:101::d]:57817) 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) 2025.12.23 23:14:31.780680 [ 275 ] {7feb7019-d594-44d1-a02a-58608460376c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2025.12.23 23:14:31.784500 [ 275 ] {7feb7019-d594-44d1-a02a-58608460376c} oximeter.fields_u8 (0781aabd-d45b-44e2-b101-e0627b0164cd): Loading data parts 2025.12.23 23:14:31.784696 [ 275 ] {7feb7019-d594-44d1-a02a-58608460376c} oximeter.fields_u8 (0781aabd-d45b-44e2-b101-e0627b0164cd): There are no data parts 2025.12.23 23:14:31.792957 [ 275 ] {7feb7019-d594-44d1-a02a-58608460376c} TCPHandler: Processed in 0.012666554 sec. 2025.12.23 23:14:31.793155 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.793485 [ 275 ] {a6a8bd7a-125a-479f-8eb1-cbfe7028e584} executeQuery: (from [fd00:1122:3344:101::d]:57817) 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) 2025.12.23 23:14:31.793629 [ 275 ] {a6a8bd7a-125a-479f-8eb1-cbfe7028e584} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2025.12.23 23:14:31.798027 [ 275 ] {a6a8bd7a-125a-479f-8eb1-cbfe7028e584} oximeter.fields_i16 (7dd09850-8cf1-42e5-9e14-988715051ade): Loading data parts 2025.12.23 23:14:31.798243 [ 275 ] {a6a8bd7a-125a-479f-8eb1-cbfe7028e584} oximeter.fields_i16 (7dd09850-8cf1-42e5-9e14-988715051ade): There are no data parts 2025.12.23 23:14:31.802263 [ 275 ] {a6a8bd7a-125a-479f-8eb1-cbfe7028e584} TCPHandler: Processed in 0.009173486 sec. 2025.12.23 23:14:31.802455 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.802664 [ 275 ] {d73a5b6c-07a2-411b-8336-471eccea3d08} executeQuery: (from [fd00:1122:3344:101::d]:57817) 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) 2025.12.23 23:14:31.802810 [ 275 ] {d73a5b6c-07a2-411b-8336-471eccea3d08} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2025.12.23 23:14:31.806846 [ 275 ] {d73a5b6c-07a2-411b-8336-471eccea3d08} oximeter.fields_u16 (800c006b-12a6-4336-b4fb-a59682324f95): Loading data parts 2025.12.23 23:14:31.807106 [ 275 ] {d73a5b6c-07a2-411b-8336-471eccea3d08} oximeter.fields_u16 (800c006b-12a6-4336-b4fb-a59682324f95): There are no data parts 2025.12.23 23:14:31.811083 [ 275 ] {d73a5b6c-07a2-411b-8336-471eccea3d08} TCPHandler: Processed in 0.008692114 sec. 2025.12.23 23:14:31.811330 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.811564 [ 275 ] {5add3152-e8a9-4219-a662-f728bf3f740c} executeQuery: (from [fd00:1122:3344:101::d]:57817) 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) 2025.12.23 23:14:31.811696 [ 275 ] {5add3152-e8a9-4219-a662-f728bf3f740c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2025.12.23 23:14:31.816259 [ 275 ] {5add3152-e8a9-4219-a662-f728bf3f740c} oximeter.fields_i32 (080897ea-e9c8-4d78-996f-6c9e92508dab): Loading data parts 2025.12.23 23:14:31.816463 [ 275 ] {5add3152-e8a9-4219-a662-f728bf3f740c} oximeter.fields_i32 (080897ea-e9c8-4d78-996f-6c9e92508dab): There are no data parts 2025.12.23 23:14:31.823198 [ 275 ] {5add3152-e8a9-4219-a662-f728bf3f740c} TCPHandler: Processed in 0.01192264 sec. 2025.12.23 23:14:31.823377 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.823558 [ 275 ] {d2018df4-62ee-4307-84d1-0a08df370918} executeQuery: (from [fd00:1122:3344:101::d]:57817) 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) 2025.12.23 23:14:31.823768 [ 275 ] {d2018df4-62ee-4307-84d1-0a08df370918} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2025.12.23 23:14:31.828624 [ 275 ] {d2018df4-62ee-4307-84d1-0a08df370918} oximeter.fields_u32 (99fa15d5-afaf-43e7-bb4c-f99edf4384da): Loading data parts 2025.12.23 23:14:31.828779 [ 275 ] {d2018df4-62ee-4307-84d1-0a08df370918} oximeter.fields_u32 (99fa15d5-afaf-43e7-bb4c-f99edf4384da): There are no data parts 2025.12.23 23:14:31.831774 [ 275 ] {d2018df4-62ee-4307-84d1-0a08df370918} TCPHandler: Processed in 0.008453563 sec. 2025.12.23 23:14:31.832039 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.832217 [ 275 ] {e9010512-acbf-442a-8f17-5d89999cac20} executeQuery: (from [fd00:1122:3344:101::d]:57817) 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) 2025.12.23 23:14:31.832371 [ 275 ] {e9010512-acbf-442a-8f17-5d89999cac20} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2025.12.23 23:14:31.836378 [ 275 ] {e9010512-acbf-442a-8f17-5d89999cac20} oximeter.fields_i64 (eacc8c4c-7383-4c0f-a1fa-19a83191baef): Loading data parts 2025.12.23 23:14:31.836635 [ 275 ] {e9010512-acbf-442a-8f17-5d89999cac20} oximeter.fields_i64 (eacc8c4c-7383-4c0f-a1fa-19a83191baef): There are no data parts 2025.12.23 23:14:31.842308 [ 275 ] {e9010512-acbf-442a-8f17-5d89999cac20} TCPHandler: Processed in 0.010327663 sec. 2025.12.23 23:14:31.842484 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.842732 [ 275 ] {c03841bd-fb76-4fa5-a5f2-de4ec9fae03f} executeQuery: (from [fd00:1122:3344:101::d]:57817) 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) 2025.12.23 23:14:31.842815 [ 275 ] {c03841bd-fb76-4fa5-a5f2-de4ec9fae03f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2025.12.23 23:14:31.845396 [ 275 ] {c03841bd-fb76-4fa5-a5f2-de4ec9fae03f} oximeter.fields_u64 (6e3af722-7581-4ffc-8f17-f2105733a0ff): Loading data parts 2025.12.23 23:14:31.845619 [ 275 ] {c03841bd-fb76-4fa5-a5f2-de4ec9fae03f} oximeter.fields_u64 (6e3af722-7581-4ffc-8f17-f2105733a0ff): There are no data parts 2025.12.23 23:14:31.850818 [ 275 ] {c03841bd-fb76-4fa5-a5f2-de4ec9fae03f} TCPHandler: Processed in 0.008392803 sec. 2025.12.23 23:14:31.851176 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.851355 [ 275 ] {262ec251-f5ea-434b-8ea3-c83fee934c1a} executeQuery: (from [fd00:1122:3344:101::d]:57817) 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) 2025.12.23 23:14:31.851509 [ 275 ] {262ec251-f5ea-434b-8ea3-c83fee934c1a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2025.12.23 23:14:31.856353 [ 275 ] {262ec251-f5ea-434b-8ea3-c83fee934c1a} oximeter.fields_ipaddr (c4f45139-ab65-401f-8cf9-d5b54ad95537): Loading data parts 2025.12.23 23:14:31.856657 [ 275 ] {262ec251-f5ea-434b-8ea3-c83fee934c1a} oximeter.fields_ipaddr (c4f45139-ab65-401f-8cf9-d5b54ad95537): There are no data parts 2025.12.23 23:14:31.860512 [ 275 ] {262ec251-f5ea-434b-8ea3-c83fee934c1a} TCPHandler: Processed in 0.009388007 sec. 2025.12.23 23:14:31.860693 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.860963 [ 275 ] {20e4674c-f8cf-456e-bbde-c8ce433b49f4} executeQuery: (from [fd00:1122:3344:101::d]:57817) 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) 2025.12.23 23:14:31.861071 [ 275 ] {20e4674c-f8cf-456e-bbde-c8ce433b49f4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2025.12.23 23:14:31.868560 [ 275 ] {20e4674c-f8cf-456e-bbde-c8ce433b49f4} oximeter.fields_string (a4ab17f6-643d-4547-914f-bed1acece365): Loading data parts 2025.12.23 23:14:31.868783 [ 275 ] {20e4674c-f8cf-456e-bbde-c8ce433b49f4} oximeter.fields_string (a4ab17f6-643d-4547-914f-bed1acece365): There are no data parts 2025.12.23 23:14:31.873846 [ 275 ] {20e4674c-f8cf-456e-bbde-c8ce433b49f4} TCPHandler: Processed in 0.013208067 sec. 2025.12.23 23:14:31.874064 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.874247 [ 275 ] {705dfa35-62dc-46e2-84c8-d7ca7012694d} executeQuery: (from [fd00:1122:3344:101::d]:57817) 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) 2025.12.23 23:14:31.874389 [ 275 ] {705dfa35-62dc-46e2-84c8-d7ca7012694d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2025.12.23 23:14:31.877444 [ 275 ] {705dfa35-62dc-46e2-84c8-d7ca7012694d} oximeter.fields_uuid (209765df-0bac-4ef5-b416-53eb63a22142): Loading data parts 2025.12.23 23:14:31.877754 [ 275 ] {705dfa35-62dc-46e2-84c8-d7ca7012694d} oximeter.fields_uuid (209765df-0bac-4ef5-b416-53eb63a22142): There are no data parts 2025.12.23 23:14:31.880892 [ 275 ] {705dfa35-62dc-46e2-84c8-d7ca7012694d} TCPHandler: Processed in 0.006887504 sec. 2025.12.23 23:14:31.881116 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.881567 [ 275 ] {cc263e8a-fa15-44a1-aa33-01a552b7f401} executeQuery: (from [fd00:1122:3344:101::d]:57817) /* The timeseries schema table stores the extracted schema for the samples * oximeter collects. */ 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) 2025.12.23 23:14:31.881720 [ 275 ] {cc263e8a-fa15-44a1-aa33-01a552b7f401} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2025.12.23 23:14:31.885264 [ 275 ] {cc263e8a-fa15-44a1-aa33-01a552b7f401} oximeter.timeseries_schema (bea1dbda-8fce-4e42-9835-db26c654bdb4): Loading data parts 2025.12.23 23:14:31.885498 [ 275 ] {cc263e8a-fa15-44a1-aa33-01a552b7f401} oximeter.timeseries_schema (bea1dbda-8fce-4e42-9835-db26c654bdb4): There are no data parts 2025.12.23 23:14:31.887276 [ 275 ] {cc263e8a-fa15-44a1-aa33-01a552b7f401} TCPHandler: Processed in 0.006222091 sec. 2025.12.23 23:14:31.887643 [ 277 ] {} TCP-Session: 938356e8-1825-495d-b4a9-7fab985af623 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:31.888082 [ 277 ] {a8265de7-df73-4478-9b7d-2dccaebecf27} executeQuery: (from [fd00:1122:3344:101::d]:60778) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2025.12.23 23:14:31.890798 [ 277 ] {a8265de7-df73-4478-9b7d-2dccaebecf27} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2025.12.23 23:14:31.921702 [ 285 ] {a8265de7-df73-4478-9b7d-2dccaebecf27} oximeter.version (deb52fcb-59ca-42e2-9300-bd5fa9cf0bd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 23:14:31.921894 [ 285 ] {a8265de7-df73-4478-9b7d-2dccaebecf27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.12.23 23:14:31.930663 [ 285 ] {a8265de7-df73-4478-9b7d-2dccaebecf27} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.23 23:14:31.931348 [ 285 ] {a8265de7-df73-4478-9b7d-2dccaebecf27} oximeter.version (deb52fcb-59ca-42e2-9300-bd5fa9cf0bd1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 23:14:31.931780 [ 277 ] {a8265de7-df73-4478-9b7d-2dccaebecf27} executeQuery: Read 1 rows, 16.00 B in 0.043848 sec., 22.80605728881591 rows/sec., 364.90 B/sec. 2025.12.23 23:14:31.932122 [ 277 ] {a8265de7-df73-4478-9b7d-2dccaebecf27} TCPHandler: Processed in 0.044640776 sec. 2025.12.23 23:14:32.000199 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 126.41 MiB, peak 126.41 MiB, free memory in arenas 0.00 B, will set to 139.64 MiB (RSS), difference: 13.23 MiB 2025.12.23 23:14:38.302101 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2025.12.23 23:14:38.302102 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2025.12.23 23:14:38.302215 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2025.12.23 23:14:38.302245 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2025.12.23 23:14:38.305279 [ 245 ] {} system.asynchronous_metric_log (f06c0e53-937d-412c-8eea-f41e2c9e9358): Loading data parts 2025.12.23 23:14:38.305483 [ 245 ] {} system.asynchronous_metric_log (f06c0e53-937d-412c-8eea-f41e2c9e9358): There are no data parts 2025.12.23 23:14:38.311055 [ 245 ] {} system.asynchronous_metric_log (f06c0e53-937d-412c-8eea-f41e2c9e9358): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 23:14:38.311186 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.12.23 23:14:38.319135 [ 244 ] {} system.metric_log (2b1a79d6-69f2-4076-bca1-62bf97512c99): Loading data parts 2025.12.23 23:14:38.319283 [ 244 ] {} system.metric_log (2b1a79d6-69f2-4076-bca1-62bf97512c99): There are no data parts 2025.12.23 23:14:38.320618 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.23 23:14:38.321188 [ 245 ] {} system.asynchronous_metric_log (f06c0e53-937d-412c-8eea-f41e2c9e9358): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 23:14:38.321372 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2025.12.23 23:14:38.343013 [ 244 ] {} system.metric_log (2b1a79d6-69f2-4076-bca1-62bf97512c99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 23:14:38.343174 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.12.23 23:14:38.349495 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.23 23:14:38.350700 [ 244 ] {} system.metric_log (2b1a79d6-69f2-4076-bca1-62bf97512c99): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 23:14:38.354064 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2025.12.23 23:14:39.000184 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.86 MiB, peak 148.86 MiB, free memory in arenas 0.00 B, will set to 153.89 MiB (RSS), difference: 9.04 MiB 2025.12.23 23:14:40.802009 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2025.12.23 23:14:40.802208 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2025.12.23 23:14:40.808675 [ 243 ] {} system.query_log (df6a2fd2-3624-468c-a2bd-e8308cb51d61): Loading data parts 2025.12.23 23:14:40.808861 [ 243 ] {} system.query_log (df6a2fd2-3624-468c-a2bd-e8308cb51d61): There are no data parts 2025.12.23 23:14:40.816658 [ 243 ] {} system.query_log (df6a2fd2-3624-468c-a2bd-e8308cb51d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 23:14:40.816796 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.12.23 23:14:40.821258 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.23 23:14:40.821914 [ 243 ] {} system.query_log (df6a2fd2-3624-468c-a2bd-e8308cb51d61): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 23:14:40.822338 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2025.12.23 23:14:41.000200 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.10 MiB, peak 158.10 MiB, free memory in arenas 0.00 B, will set to 154.96 MiB (RSS), difference: -3.13 MiB 2025.12.23 23:14:45.737616 [ 123 ] {} DNSResolver: Updating DNS cache 2025.12.23 23:14:45.737674 [ 123 ] {} DNSResolver: Updated DNS cache 2025.12.23 23:14:45.821853 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2025.12.23 23:14:45.828048 [ 245 ] {} system.asynchronous_metric_log (f06c0e53-937d-412c-8eea-f41e2c9e9358): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 23:14:45.828101 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.12.23 23:14:45.828934 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.23 23:14:45.829586 [ 245 ] {} system.asynchronous_metric_log (f06c0e53-937d-412c-8eea-f41e2c9e9358): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 23:14:45.829764 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2025.12.23 23:14:45.854339 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2025.12.23 23:14:45.872227 [ 244 ] {} system.metric_log (2b1a79d6-69f2-4076-bca1-62bf97512c99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 23:14:45.872340 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.12.23 23:14:45.878843 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.23 23:14:45.879980 [ 244 ] {} system.metric_log (2b1a79d6-69f2-4076-bca1-62bf97512c99): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 23:14:45.883239 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2025.12.23 23:14:46.000179 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 155.72 MiB, peak 159.72 MiB, free memory in arenas 0.00 B, will set to 157.77 MiB (RSS), difference: 2.05 MiB 2025.12.23 23:14:51.000182 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 153.78 MiB, peak 159.72 MiB, free memory in arenas 0.00 B, will set to 157.80 MiB (RSS), difference: 4.02 MiB 2025.12.23 23:14:51.940582 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:51.940771 [ 275 ] {a766bdcd-310e-46c7-a348-c16c2907f478} executeQuery: (from [fd00:1122:3344:101::d]:57817) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2025.12.23 23:14:51.945801 [ 275 ] {a766bdcd-310e-46c7-a348-c16c2907f478} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 23:14:51.956961 [ 275 ] {a766bdcd-310e-46c7-a348-c16c2907f478} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 23:14:51.966673 [ 275 ] {a766bdcd-310e-46c7-a348-c16c2907f478} TCPHandler: Processed in 0.026220063 sec. 2025.12.23 23:14:51.977611 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:51.977754 [ 275 ] {c2ddac6b-9538-4c90-9c30-0f67e40303aa} executeQuery: (from [fd00:1122:3344:101::d]:57817) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.23 23:14:51.997524 [ 275 ] {c2ddac6b-9538-4c90-9c30-0f67e40303aa} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 23:14:51.997578 [ 275 ] {c2ddac6b-9538-4c90-9c30-0f67e40303aa} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 23:14:52.000642 [ 275 ] {c2ddac6b-9538-4c90-9c30-0f67e40303aa} TCPHandler: Processed in 0.023087626 sec. 2025.12.23 23:14:52.000925 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:52.001057 [ 275 ] {0ab95168-9ca7-492f-b4ea-a9027cb7590b} executeQuery: (from [fd00:1122:3344:101::d]:57817) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.23 23:14:52.006457 [ 275 ] {0ab95168-9ca7-492f-b4ea-a9027cb7590b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 23:14:52.006509 [ 275 ] {0ab95168-9ca7-492f-b4ea-a9027cb7590b} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 23:14:52.006907 [ 275 ] {0ab95168-9ca7-492f-b4ea-a9027cb7590b} TCPHandler: Processed in 0.0060342 sec. 2025.12.23 23:14:52.007176 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:52.007301 [ 275 ] {2435ba19-df54-4c33-946a-b38cad15e3aa} executeQuery: (from [fd00:1122:3344:101::d]:57817) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.23 23:14:52.007559 [ 275 ] {2435ba19-df54-4c33-946a-b38cad15e3aa} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 23:14:52.007603 [ 275 ] {2435ba19-df54-4c33-946a-b38cad15e3aa} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 23:14:52.007939 [ 275 ] {2435ba19-df54-4c33-946a-b38cad15e3aa} TCPHandler: Processed in 0.000819334 sec. 2025.12.23 23:14:52.008241 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:52.008360 [ 275 ] {4560a06c-4f73-4031-ae84-c17474a6afd6} executeQuery: (from [fd00:1122:3344:101::d]:57817) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.23 23:14:52.008611 [ 275 ] {4560a06c-4f73-4031-ae84-c17474a6afd6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 23:14:52.008656 [ 275 ] {4560a06c-4f73-4031-ae84-c17474a6afd6} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 23:14:52.008995 [ 275 ] {4560a06c-4f73-4031-ae84-c17474a6afd6} TCPHandler: Processed in 0.000804424 sec. 2025.12.23 23:14:52.009252 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:52.009371 [ 275 ] {f90daccc-1866-4247-887a-cfd685c31f75} executeQuery: (from [fd00:1122:3344:101::d]:57817) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.23 23:14:52.009619 [ 275 ] {f90daccc-1866-4247-887a-cfd685c31f75} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 23:14:52.009662 [ 275 ] {f90daccc-1866-4247-887a-cfd685c31f75} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 23:14:52.009991 [ 275 ] {f90daccc-1866-4247-887a-cfd685c31f75} TCPHandler: Processed in 0.000787374 sec. 2025.12.23 23:14:52.010221 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:52.010345 [ 275 ] {066c1e81-d4a9-42fb-a105-ad502c3fd439} executeQuery: (from [fd00:1122:3344:101::d]:57817) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.23 23:14:52.010611 [ 275 ] {066c1e81-d4a9-42fb-a105-ad502c3fd439} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 23:14:52.010657 [ 275 ] {066c1e81-d4a9-42fb-a105-ad502c3fd439} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 23:14:52.011001 [ 275 ] {066c1e81-d4a9-42fb-a105-ad502c3fd439} TCPHandler: Processed in 0.000833614 sec. 2025.12.23 23:14:52.011246 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:52.011370 [ 275 ] {18ef5fa4-1d9d-48e0-8716-6684f5e1e23c} executeQuery: (from [fd00:1122:3344:101::d]:57817) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.23 23:14:52.011639 [ 275 ] {18ef5fa4-1d9d-48e0-8716-6684f5e1e23c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 23:14:52.011686 [ 275 ] {18ef5fa4-1d9d-48e0-8716-6684f5e1e23c} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 23:14:52.012025 [ 275 ] {18ef5fa4-1d9d-48e0-8716-6684f5e1e23c} TCPHandler: Processed in 0.000830704 sec. 2025.12.23 23:14:52.012268 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:52.012390 [ 275 ] {36284134-9133-4dd2-9e09-a8f4e08cf716} executeQuery: (from [fd00:1122:3344:101::d]:57817) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.23 23:14:52.012654 [ 275 ] {36284134-9133-4dd2-9e09-a8f4e08cf716} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 23:14:52.012699 [ 275 ] {36284134-9133-4dd2-9e09-a8f4e08cf716} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 23:14:52.013050 [ 275 ] {36284134-9133-4dd2-9e09-a8f4e08cf716} TCPHandler: Processed in 0.000832244 sec. 2025.12.23 23:14:52.013281 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:52.013410 [ 275 ] {ad1c5924-eca3-4f8a-99ec-917cadbbafa8} executeQuery: (from [fd00:1122:3344:101::d]:57817) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.23 23:14:52.013683 [ 275 ] {ad1c5924-eca3-4f8a-99ec-917cadbbafa8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 23:14:52.013732 [ 275 ] {ad1c5924-eca3-4f8a-99ec-917cadbbafa8} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 23:14:52.014081 [ 275 ] {ad1c5924-eca3-4f8a-99ec-917cadbbafa8} TCPHandler: Processed in 0.000852084 sec. 2025.12.23 23:14:52.014319 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:52.014446 [ 275 ] {fa17c3d1-4b9d-4373-8d07-083785629735} executeQuery: (from [fd00:1122:3344:101::d]:57817) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.23 23:14:52.014709 [ 275 ] {fa17c3d1-4b9d-4373-8d07-083785629735} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 23:14:52.014755 [ 275 ] {fa17c3d1-4b9d-4373-8d07-083785629735} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 23:14:52.015132 [ 275 ] {fa17c3d1-4b9d-4373-8d07-083785629735} TCPHandler: Processed in 0.000860935 sec. 2025.12.23 23:14:52.015379 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:52.015503 [ 275 ] {79b9b278-047e-42ea-af89-e708faa2ef21} executeQuery: (from [fd00:1122:3344:101::d]:57817) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.23 23:14:52.015770 [ 275 ] {79b9b278-047e-42ea-af89-e708faa2ef21} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 23:14:52.015829 [ 275 ] {79b9b278-047e-42ea-af89-e708faa2ef21} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 23:14:52.016183 [ 275 ] {79b9b278-047e-42ea-af89-e708faa2ef21} TCPHandler: Processed in 0.000857454 sec. 2025.12.23 23:14:52.016409 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:52.016531 [ 275 ] {d0106e9b-bd7a-40cc-b4fe-df1e0db86415} executeQuery: (from [fd00:1122:3344:101::d]:57817) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.23 23:14:52.016792 [ 275 ] {d0106e9b-bd7a-40cc-b4fe-df1e0db86415} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 23:14:52.016838 [ 275 ] {d0106e9b-bd7a-40cc-b4fe-df1e0db86415} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 23:14:52.017188 [ 275 ] {d0106e9b-bd7a-40cc-b4fe-df1e0db86415} TCPHandler: Processed in 0.000829394 sec. 2025.12.23 23:14:52.017410 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:52.017532 [ 275 ] {446f2f54-42ff-4989-b1e6-8812bbbe5df5} executeQuery: (from [fd00:1122:3344:101::d]:57817) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.23 23:14:52.017794 [ 275 ] {446f2f54-42ff-4989-b1e6-8812bbbe5df5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 23:14:52.017841 [ 275 ] {446f2f54-42ff-4989-b1e6-8812bbbe5df5} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 23:14:52.018184 [ 275 ] {446f2f54-42ff-4989-b1e6-8812bbbe5df5} TCPHandler: Processed in 0.000823054 sec. 2025.12.23 23:14:52.018433 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:52.018554 [ 275 ] {f08a1051-5ca7-4c96-ab53-61d7c66b23c3} executeQuery: (from [fd00:1122:3344:101::d]:57817) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.23 23:14:52.018822 [ 275 ] {f08a1051-5ca7-4c96-ab53-61d7c66b23c3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 23:14:52.018867 [ 275 ] {f08a1051-5ca7-4c96-ab53-61d7c66b23c3} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 23:14:52.019206 [ 275 ] {f08a1051-5ca7-4c96-ab53-61d7c66b23c3} TCPHandler: Processed in 0.000822484 sec. 2025.12.23 23:14:52.020704 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:52.020835 [ 275 ] {fa3eb3a7-d656-43da-a1e3-8aa5b2f70ffa} executeQuery: (from [fd00:1122:3344:101::d]:57817) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.23 23:14:52.021110 [ 275 ] {fa3eb3a7-d656-43da-a1e3-8aa5b2f70ffa} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 23:14:52.021161 [ 275 ] {fa3eb3a7-d656-43da-a1e3-8aa5b2f70ffa} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 23:14:52.021503 [ 275 ] {fa3eb3a7-d656-43da-a1e3-8aa5b2f70ffa} TCPHandler: Processed in 0.000850334 sec. 2025.12.23 23:14:52.021728 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:52.021854 [ 275 ] {449a2dc4-6164-41fb-8eba-f46ab29e6e15} executeQuery: (from [fd00:1122:3344:101::d]:57817) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.12.23 23:14:52.022136 [ 275 ] {449a2dc4-6164-41fb-8eba-f46ab29e6e15} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 23:14:52.022180 [ 275 ] {449a2dc4-6164-41fb-8eba-f46ab29e6e15} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 23:14:52.022514 [ 275 ] {449a2dc4-6164-41fb-8eba-f46ab29e6e15} TCPHandler: Processed in 0.000834814 sec. 2025.12.23 23:14:52.022727 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:52.022857 [ 275 ] {b109f7d9-1116-4be2-89a0-648d6d70a824} executeQuery: (from [fd00:1122:3344:101::d]:57817) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.12.23 23:14:52.023146 [ 275 ] {b109f7d9-1116-4be2-89a0-648d6d70a824} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 23:14:52.023191 [ 275 ] {b109f7d9-1116-4be2-89a0-648d6d70a824} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 23:14:52.023523 [ 275 ] {b109f7d9-1116-4be2-89a0-648d6d70a824} TCPHandler: Processed in 0.000844504 sec. 2025.12.23 23:14:52.023746 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:52.023870 [ 275 ] {edbb4dad-9061-41e8-aa3f-1c94a695bbc1} executeQuery: (from [fd00:1122:3344:101::d]:57817) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.23 23:14:52.024135 [ 275 ] {edbb4dad-9061-41e8-aa3f-1c94a695bbc1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 23:14:52.024179 [ 275 ] {edbb4dad-9061-41e8-aa3f-1c94a695bbc1} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 23:14:52.024513 [ 275 ] {edbb4dad-9061-41e8-aa3f-1c94a695bbc1} TCPHandler: Processed in 0.000814994 sec. 2025.12.23 23:14:52.024742 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:52.024865 [ 275 ] {50704228-4b47-4714-a2b1-d862360d7ddc} executeQuery: (from [fd00:1122:3344:101::d]:57817) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.23 23:14:52.025126 [ 275 ] {50704228-4b47-4714-a2b1-d862360d7ddc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 23:14:52.025171 [ 275 ] {50704228-4b47-4714-a2b1-d862360d7ddc} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 23:14:52.025488 [ 275 ] {50704228-4b47-4714-a2b1-d862360d7ddc} TCPHandler: Processed in 0.000794214 sec. 2025.12.23 23:14:52.026608 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:52.026731 [ 275 ] {4e278d7f-7a90-49ab-8183-29fddf7551ac} executeQuery: (from [fd00:1122:3344:101::d]:57817) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.23 23:14:52.027003 [ 275 ] {4e278d7f-7a90-49ab-8183-29fddf7551ac} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 23:14:52.027046 [ 275 ] {4e278d7f-7a90-49ab-8183-29fddf7551ac} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 23:14:52.027364 [ 275 ] {4e278d7f-7a90-49ab-8183-29fddf7551ac} TCPHandler: Processed in 0.000805864 sec. 2025.12.23 23:14:52.029688 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:52.029816 [ 275 ] {715779f7-b995-4361-a733-bf536394bd96} executeQuery: (from [fd00:1122:3344:101::d]:57817) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.23 23:14:52.030107 [ 275 ] {715779f7-b995-4361-a733-bf536394bd96} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 23:14:52.030151 [ 275 ] {715779f7-b995-4361-a733-bf536394bd96} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 23:14:52.030458 [ 275 ] {715779f7-b995-4361-a733-bf536394bd96} TCPHandler: Processed in 0.000820294 sec. 2025.12.23 23:14:52.030721 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:52.030844 [ 275 ] {d9796655-c76a-41de-8bd3-3ca7ef91aa97} executeQuery: (from [fd00:1122:3344:101::d]:57817) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.23 23:14:52.031118 [ 275 ] {d9796655-c76a-41de-8bd3-3ca7ef91aa97} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 23:14:52.031165 [ 275 ] {d9796655-c76a-41de-8bd3-3ca7ef91aa97} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 23:14:52.031466 [ 275 ] {d9796655-c76a-41de-8bd3-3ca7ef91aa97} TCPHandler: Processed in 0.000793014 sec. 2025.12.23 23:14:52.031721 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:52.031845 [ 275 ] {66ea838a-20c4-4431-8c0b-aaea6060af32} executeQuery: (from [fd00:1122:3344:101::d]:57817) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.23 23:14:52.032118 [ 275 ] {66ea838a-20c4-4431-8c0b-aaea6060af32} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 23:14:52.032162 [ 275 ] {66ea838a-20c4-4431-8c0b-aaea6060af32} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 23:14:52.032458 [ 275 ] {66ea838a-20c4-4431-8c0b-aaea6060af32} TCPHandler: Processed in 0.000786814 sec. 2025.12.23 23:14:52.032730 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:52.032853 [ 275 ] {1d055d83-5fd6-4003-a927-57b0f2882830} executeQuery: (from [fd00:1122:3344:101::d]:57817) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.23 23:14:52.033129 [ 275 ] {1d055d83-5fd6-4003-a927-57b0f2882830} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 23:14:52.033173 [ 275 ] {1d055d83-5fd6-4003-a927-57b0f2882830} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 23:14:52.033511 [ 275 ] {1d055d83-5fd6-4003-a927-57b0f2882830} TCPHandler: Processed in 0.000829684 sec. 2025.12.23 23:14:52.033793 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:52.033916 [ 275 ] {0a667562-daf1-492c-b01b-3865409249bb} executeQuery: (from [fd00:1122:3344:101::d]:57817) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.23 23:14:52.034189 [ 275 ] {0a667562-daf1-492c-b01b-3865409249bb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 23:14:52.034229 [ 275 ] {0a667562-daf1-492c-b01b-3865409249bb} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 23:14:52.034514 [ 275 ] {0a667562-daf1-492c-b01b-3865409249bb} TCPHandler: Processed in 0.000794534 sec. 2025.12.23 23:14:52.050122 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:52.050234 [ 275 ] {4b276b16-3c06-47f0-9b49-4f421cb7a8af} executeQuery: (from [fd00:1122:3344:101::d]:57817) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.12.23 23:14:52.050276 [ 275 ] {4b276b16-3c06-47f0-9b49-4f421cb7a8af} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 23:14:52.050953 [ 275 ] {4b276b16-3c06-47f0-9b49-4f421cb7a8af} oximeter.timeseries_schema (bea1dbda-8fce-4e42-9835-db26c654bdb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 23:14:52.050998 [ 275 ] {4b276b16-3c06-47f0-9b49-4f421cb7a8af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.12.23 23:14:52.051505 [ 275 ] {4b276b16-3c06-47f0-9b49-4f421cb7a8af} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.23 23:14:52.051726 [ 275 ] {4b276b16-3c06-47f0-9b49-4f421cb7a8af} oximeter.timeseries_schema (bea1dbda-8fce-4e42-9835-db26c654bdb4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 23:14:52.051870 [ 275 ] {4b276b16-3c06-47f0-9b49-4f421cb7a8af} executeQuery: Read 26 rows, 5.74 KiB in 0.001667 sec., 15596.880623875224 rows/sec., 3.36 MiB/sec. 2025.12.23 23:14:52.051910 [ 275 ] {4b276b16-3c06-47f0-9b49-4f421cb7a8af} TCPHandler: Processed in 0.001840499 sec. 2025.12.23 23:14:52.052059 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:52.052155 [ 275 ] {88a82d6e-369b-4e77-8e91-5a0b76d2a8c1} executeQuery: (from [fd00:1122:3344:101::d]:57817) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.23 23:14:52.052197 [ 275 ] {88a82d6e-369b-4e77-8e91-5a0b76d2a8c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.23 23:14:52.058967 [ 275 ] {88a82d6e-369b-4e77-8e91-5a0b76d2a8c1} oximeter.fields_i16 (7dd09850-8cf1-42e5-9e14-988715051ade): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 23:14:52.059002 [ 275 ] {88a82d6e-369b-4e77-8e91-5a0b76d2a8c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.12.23 23:14:52.062172 [ 275 ] {88a82d6e-369b-4e77-8e91-5a0b76d2a8c1} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.23 23:14:52.062398 [ 275 ] {88a82d6e-369b-4e77-8e91-5a0b76d2a8c1} oximeter.fields_i16 (7dd09850-8cf1-42e5-9e14-988715051ade): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 23:14:52.062526 [ 275 ] {88a82d6e-369b-4e77-8e91-5a0b76d2a8c1} executeQuery: Read 24 rows, 2.04 KiB in 0.01039 sec., 2309.913378248316 rows/sec., 196.25 KiB/sec. 2025.12.23 23:14:52.062562 [ 275 ] {88a82d6e-369b-4e77-8e91-5a0b76d2a8c1} TCPHandler: Processed in 0.010553003 sec. 2025.12.23 23:14:52.062689 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:52.062783 [ 275 ] {6fdd7d09-1f89-4160-b24b-22829b9ed540} executeQuery: (from [fd00:1122:3344:101::d]:57817) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.23 23:14:52.062826 [ 275 ] {6fdd7d09-1f89-4160-b24b-22829b9ed540} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.23 23:14:52.063232 [ 275 ] {6fdd7d09-1f89-4160-b24b-22829b9ed540} oximeter.fields_ipaddr (c4f45139-ab65-401f-8cf9-d5b54ad95537): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 23:14:52.063270 [ 275 ] {6fdd7d09-1f89-4160-b24b-22829b9ed540} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.12.23 23:14:52.063629 [ 275 ] {6fdd7d09-1f89-4160-b24b-22829b9ed540} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.23 23:14:52.063828 [ 275 ] {6fdd7d09-1f89-4160-b24b-22829b9ed540} oximeter.fields_ipaddr (c4f45139-ab65-401f-8cf9-d5b54ad95537): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 23:14:52.063953 [ 275 ] {6fdd7d09-1f89-4160-b24b-22829b9ed540} executeQuery: Read 10 rows, 835.00 B in 0.001188 sec., 8417.508417508418 rows/sec., 686.39 KiB/sec. 2025.12.23 23:14:52.063990 [ 275 ] {6fdd7d09-1f89-4160-b24b-22829b9ed540} TCPHandler: Processed in 0.001349887 sec. 2025.12.23 23:14:52.064108 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:52.064201 [ 275 ] {917167a3-b8a4-41ae-89ba-808fde44f1ae} executeQuery: (from [fd00:1122:3344:101::d]:57817) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.23 23:14:52.064241 [ 275 ] {917167a3-b8a4-41ae-89ba-808fde44f1ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.23 23:14:52.064762 [ 275 ] {917167a3-b8a4-41ae-89ba-808fde44f1ae} oximeter.fields_string (a4ab17f6-643d-4547-914f-bed1acece365): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 23:14:52.064799 [ 275 ] {917167a3-b8a4-41ae-89ba-808fde44f1ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.12.23 23:14:52.065141 [ 275 ] {917167a3-b8a4-41ae-89ba-808fde44f1ae} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.23 23:14:52.065349 [ 275 ] {917167a3-b8a4-41ae-89ba-808fde44f1ae} oximeter.fields_string (a4ab17f6-643d-4547-914f-bed1acece365): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 23:14:52.065470 [ 275 ] {917167a3-b8a4-41ae-89ba-808fde44f1ae} executeQuery: Read 201 rows, 18.24 KiB in 0.001287 sec., 156177.1561771562 rows/sec., 13.84 MiB/sec. 2025.12.23 23:14:52.065506 [ 275 ] {917167a3-b8a4-41ae-89ba-808fde44f1ae} TCPHandler: Processed in 0.001447367 sec. 2025.12.23 23:14:52.065616 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:52.065711 [ 275 ] {dfed375e-70ab-4dc8-85e8-1e4d01e71c51} executeQuery: (from [fd00:1122:3344:101::d]:57817) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.23 23:14:52.065750 [ 275 ] {dfed375e-70ab-4dc8-85e8-1e4d01e71c51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.23 23:14:52.066149 [ 275 ] {dfed375e-70ab-4dc8-85e8-1e4d01e71c51} oximeter.fields_u16 (800c006b-12a6-4336-b4fb-a59682324f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 23:14:52.066187 [ 275 ] {dfed375e-70ab-4dc8-85e8-1e4d01e71c51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.12.23 23:14:52.066551 [ 275 ] {dfed375e-70ab-4dc8-85e8-1e4d01e71c51} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.23 23:14:52.066767 [ 275 ] {dfed375e-70ab-4dc8-85e8-1e4d01e71c51} oximeter.fields_u16 (800c006b-12a6-4336-b4fb-a59682324f95): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 23:14:52.066890 [ 275 ] {dfed375e-70ab-4dc8-85e8-1e4d01e71c51} executeQuery: Read 32 rows, 2.41 KiB in 0.001198 sec., 26711.18530884808 rows/sec., 1.97 MiB/sec. 2025.12.23 23:14:52.066927 [ 275 ] {dfed375e-70ab-4dc8-85e8-1e4d01e71c51} TCPHandler: Processed in 0.001359787 sec. 2025.12.23 23:14:52.067032 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:52.067125 [ 275 ] {03382b7e-5d68-48ac-b086-f93c68d885de} executeQuery: (from [fd00:1122:3344:101::d]:57817) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.23 23:14:52.067167 [ 275 ] {03382b7e-5d68-48ac-b086-f93c68d885de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.23 23:14:52.067596 [ 275 ] {03382b7e-5d68-48ac-b086-f93c68d885de} oximeter.fields_u32 (99fa15d5-afaf-43e7-bb4c-f99edf4384da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 23:14:52.067631 [ 275 ] {03382b7e-5d68-48ac-b086-f93c68d885de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.12.23 23:14:52.067915 [ 275 ] {03382b7e-5d68-48ac-b086-f93c68d885de} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.23 23:14:52.068118 [ 275 ] {03382b7e-5d68-48ac-b086-f93c68d885de} oximeter.fields_u32 (99fa15d5-afaf-43e7-bb4c-f99edf4384da): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 23:14:52.068248 [ 275 ] {03382b7e-5d68-48ac-b086-f93c68d885de} executeQuery: Read 24 rows, 2.04 KiB in 0.001141 sec., 21034.180543382994 rows/sec., 1.75 MiB/sec. 2025.12.23 23:14:52.068284 [ 275 ] {03382b7e-5d68-48ac-b086-f93c68d885de} TCPHandler: Processed in 0.001300716 sec. 2025.12.23 23:14:52.068384 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:52.068476 [ 275 ] {ff452386-907d-40a2-8c6b-e867822cb384} executeQuery: (from [fd00:1122:3344:101::d]:57817) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.23 23:14:52.068518 [ 275 ] {ff452386-907d-40a2-8c6b-e867822cb384} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.23 23:14:52.068899 [ 275 ] {ff452386-907d-40a2-8c6b-e867822cb384} oximeter.fields_u8 (0781aabd-d45b-44e2-b101-e0627b0164cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 23:14:52.068937 [ 275 ] {ff452386-907d-40a2-8c6b-e867822cb384} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.12.23 23:14:52.069236 [ 275 ] {ff452386-907d-40a2-8c6b-e867822cb384} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.23 23:14:52.069452 [ 275 ] {ff452386-907d-40a2-8c6b-e867822cb384} oximeter.fields_u8 (0781aabd-d45b-44e2-b101-e0627b0164cd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 23:14:52.069576 [ 275 ] {ff452386-907d-40a2-8c6b-e867822cb384} executeQuery: Read 12 rows, 960.00 B in 0.001118 sec., 10733.45259391771 rows/sec., 838.55 KiB/sec. 2025.12.23 23:14:52.069614 [ 275 ] {ff452386-907d-40a2-8c6b-e867822cb384} TCPHandler: Processed in 0.001278577 sec. 2025.12.23 23:14:52.069741 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:52.069841 [ 275 ] {11c3aa5d-406d-4b7e-9bbe-9f071492cca8} executeQuery: (from [fd00:1122:3344:101::d]:57817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.23 23:14:52.069882 [ 275 ] {11c3aa5d-406d-4b7e-9bbe-9f071492cca8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.23 23:14:52.070375 [ 275 ] {11c3aa5d-406d-4b7e-9bbe-9f071492cca8} oximeter.fields_uuid (209765df-0bac-4ef5-b416-53eb63a22142): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 23:14:52.070412 [ 275 ] {11c3aa5d-406d-4b7e-9bbe-9f071492cca8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.12.23 23:14:52.070803 [ 275 ] {11c3aa5d-406d-4b7e-9bbe-9f071492cca8} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.23 23:14:52.071016 [ 275 ] {11c3aa5d-406d-4b7e-9bbe-9f071492cca8} oximeter.fields_uuid (209765df-0bac-4ef5-b416-53eb63a22142): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 23:14:52.071142 [ 275 ] {11c3aa5d-406d-4b7e-9bbe-9f071492cca8} executeQuery: Read 120 rows, 9.99 KiB in 0.00132 sec., 90909.09090909091 rows/sec., 7.39 MiB/sec. 2025.12.23 23:14:52.071182 [ 275 ] {11c3aa5d-406d-4b7e-9bbe-9f071492cca8} TCPHandler: Processed in 0.001493088 sec. 2025.12.23 23:14:52.071302 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:52.071398 [ 275 ] {af3c3510-a4e0-494b-954d-c10bd4cc1500} executeQuery: (from [fd00:1122:3344:101::d]:57817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.23 23:14:52.071441 [ 275 ] {af3c3510-a4e0-494b-954d-c10bd4cc1500} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.23 23:14:52.074118 [ 275 ] {af3c3510-a4e0-494b-954d-c10bd4cc1500} oximeter.measurements_cumulativeu64 (da786ac5-3ee7-4b83-893a-698bfcd25f81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 23:14:52.074157 [ 275 ] {af3c3510-a4e0-494b-954d-c10bd4cc1500} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.12.23 23:14:52.079477 [ 275 ] {af3c3510-a4e0-494b-954d-c10bd4cc1500} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.23 23:14:52.079720 [ 275 ] {af3c3510-a4e0-494b-954d-c10bd4cc1500} oximeter.measurements_cumulativeu64 (da786ac5-3ee7-4b83-893a-698bfcd25f81): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 23:14:52.079852 [ 275 ] {af3c3510-a4e0-494b-954d-c10bd4cc1500} executeQuery: Read 297 rows, 22.72 KiB in 0.008472 sec., 35056.657223796035 rows/sec., 2.62 MiB/sec. 2025.12.23 23:14:52.079890 [ 275 ] {af3c3510-a4e0-494b-954d-c10bd4cc1500} TCPHandler: Processed in 0.008639614 sec. 2025.12.23 23:14:52.080009 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:52.080103 [ 275 ] {f684b310-b8e7-4772-911f-968230ff86db} executeQuery: (from [fd00:1122:3344:101::d]:57817) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.23 23:14:52.080158 [ 275 ] {f684b310-b8e7-4772-911f-968230ff86db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.23 23:14:52.080959 [ 275 ] {f684b310-b8e7-4772-911f-968230ff86db} oximeter.measurements_histogramu64 (24fdf66a-a0b5-44ef-a15d-0e9231de9628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 23:14:52.080996 [ 275 ] {f684b310-b8e7-4772-911f-968230ff86db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.12.23 23:14:52.083813 [ 275 ] {f684b310-b8e7-4772-911f-968230ff86db} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.23 23:14:52.084043 [ 275 ] {f684b310-b8e7-4772-911f-968230ff86db} oximeter.measurements_histogramu64 (24fdf66a-a0b5-44ef-a15d-0e9231de9628): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 23:14:52.084202 [ 275 ] {f684b310-b8e7-4772-911f-968230ff86db} executeQuery: Read 10 rows, 18.35 KiB in 0.004116 sec., 2429.5432458697765 rows/sec., 4.35 MiB/sec. 2025.12.23 23:14:52.084264 [ 275 ] {f684b310-b8e7-4772-911f-968230ff86db} TCPHandler: Processed in 0.004306682 sec. 2025.12.23 23:14:52.084384 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:52.084479 [ 275 ] {c0f8e2b2-a403-42c3-88a5-23133a114835} executeQuery: (from [fd00:1122:3344:101::d]:57817) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.23 23:14:52.084522 [ 275 ] {c0f8e2b2-a403-42c3-88a5-23133a114835} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.23 23:14:52.084875 [ 275 ] {c0f8e2b2-a403-42c3-88a5-23133a114835} oximeter.measurements_u64 (408c8824-7d17-41be-881b-4e551381874d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 23:14:52.084912 [ 275 ] {c0f8e2b2-a403-42c3-88a5-23133a114835} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.12.23 23:14:52.085247 [ 275 ] {c0f8e2b2-a403-42c3-88a5-23133a114835} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.23 23:14:52.085463 [ 275 ] {c0f8e2b2-a403-42c3-88a5-23133a114835} oximeter.measurements_u64 (408c8824-7d17-41be-881b-4e551381874d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 23:14:52.085594 [ 275 ] {c0f8e2b2-a403-42c3-88a5-23133a114835} executeQuery: Read 60 rows, 4.14 KiB in 0.001134 sec., 52910.05291005291 rows/sec., 3.57 MiB/sec. 2025.12.23 23:14:52.085631 [ 275 ] {c0f8e2b2-a403-42c3-88a5-23133a114835} TCPHandler: Processed in 0.001297427 sec. 2025.12.23 23:14:53.000180 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 160.40 MiB, peak 160.40 MiB, free memory in arenas 0.00 B, will set to 159.24 MiB (RSS), difference: -1.16 MiB 2025.12.23 23:14:53.329991 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 2025.12.23 23:14:53.330485 [ 245 ] {} system.asynchronous_metric_log (f06c0e53-937d-412c-8eea-f41e2c9e9358): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 23:14:53.330532 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.12.23 23:14:53.331088 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.23 23:14:53.331344 [ 245 ] {} system.asynchronous_metric_log (f06c0e53-937d-412c-8eea-f41e2c9e9358): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 23:14:53.331487 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 2025.12.23 23:14:53.383465 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2025.12.23 23:14:53.400866 [ 244 ] {} system.metric_log (2b1a79d6-69f2-4076-bca1-62bf97512c99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 23:14:53.400939 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.12.23 23:14:53.407650 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.23 23:14:53.408442 [ 244 ] {} system.metric_log (2b1a79d6-69f2-4076-bca1-62bf97512c99): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 23:14:53.412336 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2025.12.23 23:14:54.000176 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 159.77 MiB, peak 163.77 MiB, free memory in arenas 0.00 B, will set to 160.91 MiB (RSS), difference: 1.14 MiB 2025.12.23 23:14:56.947696 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:56.947890 [ 275 ] {0893ef7f-55db-4b1c-ad04-10b13ba2195c} executeQuery: (from [fd00:1122:3344:101::d]:57817) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.23 23:14:56.947954 [ 275 ] {0893ef7f-55db-4b1c-ad04-10b13ba2195c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.23 23:14:56.948631 [ 275 ] {0893ef7f-55db-4b1c-ad04-10b13ba2195c} oximeter.fields_string (a4ab17f6-643d-4547-914f-bed1acece365): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 23:14:56.948681 [ 275 ] {0893ef7f-55db-4b1c-ad04-10b13ba2195c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.12.23 23:14:56.949080 [ 275 ] {0893ef7f-55db-4b1c-ad04-10b13ba2195c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.23 23:14:56.949308 [ 275 ] {0893ef7f-55db-4b1c-ad04-10b13ba2195c} oximeter.fields_string (a4ab17f6-643d-4547-914f-bed1acece365): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 23:14:56.949461 [ 275 ] {0893ef7f-55db-4b1c-ad04-10b13ba2195c} executeQuery: Read 56 rows, 4.41 KiB in 0.001622 sec., 34525.2774352651 rows/sec., 2.65 MiB/sec. 2025.12.23 23:14:56.949508 [ 275 ] {0893ef7f-55db-4b1c-ad04-10b13ba2195c} TCPHandler: Processed in 0.00194273 sec. 2025.12.23 23:14:56.949639 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:56.949743 [ 275 ] {501b9ec4-0de6-45bb-af53-9277bfa4bb7e} executeQuery: (from [fd00:1122:3344:101::d]:57817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.23 23:14:56.949788 [ 275 ] {501b9ec4-0de6-45bb-af53-9277bfa4bb7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.23 23:14:56.950236 [ 275 ] {501b9ec4-0de6-45bb-af53-9277bfa4bb7e} oximeter.fields_uuid (209765df-0bac-4ef5-b416-53eb63a22142): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 23:14:56.950275 [ 275 ] {501b9ec4-0de6-45bb-af53-9277bfa4bb7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.12.23 23:14:56.950587 [ 275 ] {501b9ec4-0de6-45bb-af53-9277bfa4bb7e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.23 23:14:56.950808 [ 275 ] {501b9ec4-0de6-45bb-af53-9277bfa4bb7e} oximeter.fields_uuid (209765df-0bac-4ef5-b416-53eb63a22142): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 23:14:56.950936 [ 275 ] {501b9ec4-0de6-45bb-af53-9277bfa4bb7e} executeQuery: Read 64 rows, 5.12 KiB in 0.001218 sec., 52545.15599343186 rows/sec., 4.10 MiB/sec. 2025.12.23 23:14:56.950974 [ 275 ] {501b9ec4-0de6-45bb-af53-9277bfa4bb7e} TCPHandler: Processed in 0.001387867 sec. 2025.12.23 23:14:56.951094 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:56.951191 [ 275 ] {debced73-9f6e-465e-854d-9877cda77a58} executeQuery: (from [fd00:1122:3344:101::d]:57817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.23 23:14:56.951237 [ 275 ] {debced73-9f6e-465e-854d-9877cda77a58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.23 23:14:56.951647 [ 275 ] {debced73-9f6e-465e-854d-9877cda77a58} oximeter.measurements_cumulativeu64 (da786ac5-3ee7-4b83-893a-698bfcd25f81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 23:14:56.951684 [ 275 ] {debced73-9f6e-465e-854d-9877cda77a58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.12.23 23:14:56.952006 [ 275 ] {debced73-9f6e-465e-854d-9877cda77a58} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.23 23:14:56.952216 [ 275 ] {debced73-9f6e-465e-854d-9877cda77a58} oximeter.measurements_cumulativeu64 (da786ac5-3ee7-4b83-893a-698bfcd25f81): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 23:14:56.952346 [ 275 ] {debced73-9f6e-465e-854d-9877cda77a58} executeQuery: Read 160 rows, 11.41 KiB in 0.001175 sec., 136170.21276595743 rows/sec., 9.48 MiB/sec. 2025.12.23 23:14:56.952384 [ 275 ] {debced73-9f6e-465e-854d-9877cda77a58} TCPHandler: Processed in 0.001339786 sec. 2025.12.23 23:14:56.952500 [ 275 ] {} TCP-Session: f3554285-27e3-44eb-8a26-88d79c68e3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 23:14:56.952595 [ 275 ] {b5c95c7d-68d1-453a-8997-8a8c6da40d3c} executeQuery: (from [fd00:1122:3344:101::d]:57817) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.23 23:14:56.952638 [ 275 ] {b5c95c7d-68d1-453a-8997-8a8c6da40d3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.23 23:14:56.952988 [ 275 ] {b5c95c7d-68d1-453a-8997-8a8c6da40d3c} oximeter.measurements_u64 (408c8824-7d17-41be-881b-4e551381874d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 23:14:56.953025 [ 275 ] {b5c95c7d-68d1-453a-8997-8a8c6da40d3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.12.23 23:14:56.953326 [ 275 ] {b5c95c7d-68d1-453a-8997-8a8c6da40d3c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.23 23:14:56.953534 [ 275 ] {b5c95c7d-68d1-453a-8997-8a8c6da40d3c} oximeter.measurements_u64 (408c8824-7d17-41be-881b-4e551381874d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 23:14:56.953657 [ 275 ] {b5c95c7d-68d1-453a-8997-8a8c6da40d3c} executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. 2025.12.23 23:14:56.953692 [ 275 ] {b5c95c7d-68d1-453a-8997-8a8c6da40d3c} TCPHandler: Processed in 0.001242036 sec. 2025.12.23 23:15:00.737928 [ 85 ] {} DNSResolver: Updating DNS cache 2025.12.23 23:15:00.738002 [ 85 ] {} DNSResolver: Updated DNS cache 2025.12.23 23:15:00.825455 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 82 entries to flush up to offset 170 2025.12.23 23:15:00.829721 [ 243 ] {} system.query_log (df6a2fd2-3624-468c-a2bd-e8308cb51d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 23:15:00.829779 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.12.23 23:15:00.831069 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.23 23:15:00.831414 [ 243 ] {} system.query_log (df6a2fd2-3624-468c-a2bd-e8308cb51d61): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 23:15:00.831687 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 2025.12.23 23:15:00.831742 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 170 2025.12.23 23:15:00.832163 [ 245 ] {} system.asynchronous_metric_log (f06c0e53-937d-412c-8eea-f41e2c9e9358): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 23:15:00.832207 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.12.23 23:15:00.832824 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.23 23:15:00.833089 [ 245 ] {} system.asynchronous_metric_log (f06c0e53-937d-412c-8eea-f41e2c9e9358): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 23:15:00.833246 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2025.12.23 23:15:00.912535 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2025.12.23 23:15:00.931086 [ 244 ] {} system.metric_log (2b1a79d6-69f2-4076-bca1-62bf97512c99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 23:15:00.931153 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.12.23 23:15:00.938115 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.23 23:15:00.938931 [ 244 ] {} system.metric_log (2b1a79d6-69f2-4076-bca1-62bf97512c99): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 23:15:00.942273 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31