[ Nov 18 15:14:37 Enabled. ] [ Nov 18 15:14:37 Rereading configuration. ] [ Nov 18 15:14:38 Rereading configuration. ] [ Nov 18 15:14:39 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 [ Nov 18 15:14:39 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.11.18 15:14:40.333374 [ 1 ] {} Application: Will watch for the process with pid 23816 2025.11.18 15:14:40.333753 [ 1 ] {} Application: Forked a child process to watch 2025.11.18 15:14:40.751537 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 23816 2025.11.18 15:14:40.752397 [ 1 ] {} Application: starting up 2025.11.18 15:14:40.752544 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2025.11.18 15:14:40.862691 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2025.11.18 15:14:40.900623 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2025.11.18 15:14:40.900709 [ 1 ] {} Application: Initializing DateLUT. 2025.11.18 15:14:40.900728 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2025.11.18 15:14:40.900789 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2025.11.18 15:14:40.901510 [ 1 ] {} Application: Initializing interserver credentials. 2025.11.18 15:14:40.903941 [ 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.11.18 15:14:40.904871 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.11.18 15:14:40.905795 [ 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.11.18 15:14:40.905852 [ 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.11.18 15:14:40.905918 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2025.11.18 15:14:40.906787 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2025.11.18 15:14:40.907932 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2025.11.18 15:14:40.914177 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2025.11.18 15:14:40.914934 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2025.11.18 15:14:40.916499 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.11.18 15:14:40.916603 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.11.18 15:14:40.917764 [ 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.11.18 15:14:40.918314 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.11.18 15:14:40.922937 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.11.18 15:14:40.923734 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2025.11.18 15:14:40.927350 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2025.11.18 15:14:40.927775 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2025.11.18 15:14:40.928214 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2025.11.18 15:14:40.928558 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2025.11.18 15:14:40.930317 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2025.11.18 15:14:40.930347 [ 1 ] {} Application: Loading metadata from /data/ 2025.11.18 15:14:40.930433 [ 107 ] {} DNSResolver: Updating DNS cache 2025.11.18 15:14:40.930533 [ 107 ] {} DNSResolver: Updated DNS cache 2025.11.18 15:14:40.938591 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2025.11.18 15:14:40.938617 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000179455 sec 2025.11.18 15:14:40.938692 [ 1 ] {} ReferentialDeps: No tables 2025.11.18 15:14:40.938826 [ 1 ] {} LoadingDeps: No tables 2025.11.18 15:14:40.939614 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2025.11.18 15:14:40.940283 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2025.11.18 15:14:40.950968 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2025.11.18 15:14:40.951016 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2025.11.18 15:14:40.951101 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2025.11.18 15:14:40.951115 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2025.11.18 15:14:40.951149 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2025.11.18 15:14:40.951224 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2025.11.18 15:14:40.955437 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2025.11.18 15:14:40.955486 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2025.11.18 15:14:40.955537 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2025.11.18 15:14:40.955710 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2025.11.18 15:14:40.955755 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2025.11.18 15:14:40.955767 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2025.11.18 15:14:40.955841 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2025.11.18 15:14:40.955853 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2025.11.18 15:14:40.955884 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2025.11.18 15:14:40.955956 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2025.11.18 15:14:40.978764 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2025.11.18 15:14:40.980032 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2025.11.18 15:14:40.980150 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000137605 sec 2025.11.18 15:14:40.980164 [ 1 ] {} ReferentialDeps: No tables 2025.11.18 15:14:40.980177 [ 1 ] {} LoadingDeps: No tables 2025.11.18 15:14:40.980206 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2025.11.18 15:14:40.980453 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2025.11.18 15:14:40.980591 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2025.11.18 15:14:40.980607 [ 1 ] {} Application: Loaded metadata. 2025.11.18 15:14:40.980617 [ 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.11.18 15:14:40.980630 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2025.11.18 15:14:40.987031 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.11.18 15:14:40.987266 [ 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.11.18 15:14:40.988760 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.4311e-05 sec. 2025.11.18 15:14:40.989208 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2025.11.18 15:14:40.990567 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2025.11.18 15:14:40.990588 [ 1 ] {} Application: Ready for connections. 2025.11.18 15:14:41.000157 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 116.82 MiB, peak 116.82 MiB, free memory in arenas 0.00 B, will set to 118.35 MiB (RSS), difference: 1.53 MiB 2025.11.18 15:14:41.046711 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:47913 2025.11.18 15:14:41.047570 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.18 15:14:41.047637 [ 3 ] {} TCP-Session: 9654117d-1b1b-4611-b4d1-b779fbb21199 Authenticating user 'default' from [fd00:1122:3344:101::c]:47913 2025.11.18 15:14:41.047748 [ 3 ] {} TCP-Session: 9654117d-1b1b-4611-b4d1-b779fbb21199 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.047766 [ 3 ] {} TCP-Session: 9654117d-1b1b-4611-b4d1-b779fbb21199 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.047870 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.11.18 15:14:41.047966 [ 3 ] {} 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.11.18 15:14:41.047984 [ 3 ] {} 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.11.18 15:14:41.050920 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49296 2025.11.18 15:14:41.051031 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40486 2025.11.18 15:14:41.051142 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.18 15:14:41.051243 [ 4 ] {} TCP-Session: 5b525271-387b-4bb7-abba-5702732de94d Authenticating user 'default' from [fd00:1122:3344:101::c]:49296 2025.11.18 15:14:41.051264 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.18 15:14:41.051273 [ 4 ] {} TCP-Session: 5b525271-387b-4bb7-abba-5702732de94d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.051319 [ 254 ] {} TCP-Session: ac81a668-dc91-412f-9392-9988548abfad Authenticating user 'default' from [fd00:1122:3344:101::c]:40486 2025.11.18 15:14:41.051305 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46567 2025.11.18 15:14:41.051401 [ 4 ] {} TCP-Session: 5b525271-387b-4bb7-abba-5702732de94d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.051426 [ 254 ] {} TCP-Session: ac81a668-dc91-412f-9392-9988548abfad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.051381 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52093 2025.11.18 15:14:41.051505 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61834 2025.11.18 15:14:41.051532 [ 254 ] {} TCP-Session: ac81a668-dc91-412f-9392-9988548abfad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.051621 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49949 2025.11.18 15:14:41.051579 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.18 15:14:41.051704 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.18 15:14:41.051737 [ 255 ] {} TCP-Session: fd2e0994-c1c3-4fb8-8fcb-abf7a5fbd0d6 Authenticating user 'default' from [fd00:1122:3344:101::c]:46567 2025.11.18 15:14:41.051792 [ 256 ] {} TCP-Session: 6a9ac939-1e49-4313-85b9-05d3535a036f Authenticating user 'default' from [fd00:1122:3344:101::c]:52093 2025.11.18 15:14:41.051807 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.18 15:14:41.051728 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.18 15:14:41.051875 [ 258 ] {} TCP-Session: 045dbbf6-2da0-4cd3-b99c-954adc6bc8a8 Authenticating user 'default' from [fd00:1122:3344:101::c]:49949 2025.11.18 15:14:41.051892 [ 256 ] {} TCP-Session: 6a9ac939-1e49-4313-85b9-05d3535a036f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.051859 [ 255 ] {} TCP-Session: fd2e0994-c1c3-4fb8-8fcb-abf7a5fbd0d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.051966 [ 257 ] {} TCP-Session: 3982ea33-0e96-4246-87d0-092bba4ab589 Authenticating user 'default' from [fd00:1122:3344:101::c]:61834 2025.11.18 15:14:41.051986 [ 258 ] {} TCP-Session: 045dbbf6-2da0-4cd3-b99c-954adc6bc8a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.051968 [ 256 ] {} TCP-Session: 6a9ac939-1e49-4313-85b9-05d3535a036f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.052044 [ 258 ] {} TCP-Session: 045dbbf6-2da0-4cd3-b99c-954adc6bc8a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.052061 [ 257 ] {} TCP-Session: 3982ea33-0e96-4246-87d0-092bba4ab589 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.052027 [ 255 ] {} TCP-Session: fd2e0994-c1c3-4fb8-8fcb-abf7a5fbd0d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.052104 [ 257 ] {} TCP-Session: 3982ea33-0e96-4246-87d0-092bba4ab589 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.051294 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63845 2025.11.18 15:14:41.052345 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.18 15:14:41.052416 [ 5 ] {} TCP-Session: 14671ad6-2f57-4c49-ac63-defce1fa4b75 Authenticating user 'default' from [fd00:1122:3344:101::c]:63845 2025.11.18 15:14:41.052466 [ 5 ] {} TCP-Session: 14671ad6-2f57-4c49-ac63-defce1fa4b75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.052479 [ 5 ] {} TCP-Session: 14671ad6-2f57-4c49-ac63-defce1fa4b75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.061190 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45132 2025.11.18 15:14:41.061346 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.18 15:14:41.061388 [ 259 ] {} TCP-Session: 25ae385b-48ed-4db1-ad64-0505e922d4bf Authenticating user 'default' from [fd00:1122:3344:101::b]:45132 2025.11.18 15:14:41.061408 [ 259 ] {} TCP-Session: 25ae385b-48ed-4db1-ad64-0505e922d4bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.061478 [ 259 ] {} TCP-Session: 25ae385b-48ed-4db1-ad64-0505e922d4bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.061547 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.11.18 15:14:41.061591 [ 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.11.18 15:14:41.061658 [ 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.11.18 15:14:41.064936 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36056 2025.11.18 15:14:41.065043 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35613 2025.11.18 15:14:41.065087 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.18 15:14:41.065174 [ 260 ] {} TCP-Session: 264e0178-e8fd-4e93-a68c-510934d7a083 Authenticating user 'default' from [fd00:1122:3344:101::b]:36056 2025.11.18 15:14:41.065209 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57549 2025.11.18 15:14:41.065231 [ 260 ] {} TCP-Session: 264e0178-e8fd-4e93-a68c-510934d7a083 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.065248 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.18 15:14:41.065256 [ 260 ] {} TCP-Session: 264e0178-e8fd-4e93-a68c-510934d7a083 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.065324 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47060 2025.11.18 15:14:41.065362 [ 261 ] {} TCP-Session: fe18f989-2133-4e11-b2c5-bb3907986d4f Authenticating user 'default' from [fd00:1122:3344:101::b]:35613 2025.11.18 15:14:41.065395 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.18 15:14:41.065461 [ 261 ] {} TCP-Session: fe18f989-2133-4e11-b2c5-bb3907986d4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.065478 [ 262 ] {} TCP-Session: dd690a1a-3674-4014-9a19-529da8979af4 Authenticating user 'default' from [fd00:1122:3344:101::b]:57549 2025.11.18 15:14:41.065518 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:48631 2025.11.18 15:14:41.065553 [ 262 ] {} TCP-Session: dd690a1a-3674-4014-9a19-529da8979af4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.065481 [ 261 ] {} TCP-Session: fe18f989-2133-4e11-b2c5-bb3907986d4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.065523 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.18 15:14:41.065662 [ 262 ] {} TCP-Session: dd690a1a-3674-4014-9a19-529da8979af4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.065712 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63104 2025.11.18 15:14:41.065624 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33917 2025.11.18 15:14:41.065780 [ 263 ] {} TCP-Session: 2e1dfb16-ca51-4907-8a56-6510e49640a0 Authenticating user 'default' from [fd00:1122:3344:101::b]:47060 2025.11.18 15:14:41.065819 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.18 15:14:41.065883 [ 263 ] {} TCP-Session: 2e1dfb16-ca51-4907-8a56-6510e49640a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.065903 [ 263 ] {} TCP-Session: 2e1dfb16-ca51-4907-8a56-6510e49640a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.065954 [ 264 ] {} TCP-Session: 11d7a29c-0194-4dc4-afb2-e085087fec6f Authenticating user 'default' from [fd00:1122:3344:101::b]:48631 2025.11.18 15:14:41.065959 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.18 15:14:41.065993 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.18 15:14:41.066077 [ 265 ] {} TCP-Session: a9f5a7c0-053f-48c6-a3c5-92ff8919f44c Authenticating user 'default' from [fd00:1122:3344:101::b]:33917 2025.11.18 15:14:41.066079 [ 266 ] {} TCP-Session: 34e51dc8-5eea-402b-89c3-bdf41b55ff1c Authenticating user 'default' from [fd00:1122:3344:101::b]:63104 2025.11.18 15:14:41.066124 [ 264 ] {} TCP-Session: 11d7a29c-0194-4dc4-afb2-e085087fec6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.066150 [ 265 ] {} TCP-Session: a9f5a7c0-053f-48c6-a3c5-92ff8919f44c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.066131 [ 266 ] {} TCP-Session: 34e51dc8-5eea-402b-89c3-bdf41b55ff1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.066223 [ 264 ] {} TCP-Session: 11d7a29c-0194-4dc4-afb2-e085087fec6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.066248 [ 265 ] {} TCP-Session: a9f5a7c0-053f-48c6-a3c5-92ff8919f44c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.066232 [ 266 ] {} TCP-Session: 34e51dc8-5eea-402b-89c3-bdf41b55ff1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.597237 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48147 2025.11.18 15:14:41.597499 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.18 15:14:41.597580 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Authenticating user 'default' from [fd00:1122:3344:101::d]:48147 2025.11.18 15:14:41.597604 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.597617 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.597783 [ 267 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.11.18 15:14:41.597815 [ 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.11.18 15:14:41.597923 [ 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.11.18 15:14:41.600831 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61768 2025.11.18 15:14:41.600952 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41688 2025.11.18 15:14:41.601131 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38654 2025.11.18 15:14:41.601264 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.18 15:14:41.601286 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53429 2025.11.18 15:14:41.601367 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.18 15:14:41.601394 [ 268 ] {} TCP-Session: 974a6496-64dd-4cb8-9800-1a8fbd93c74f Authenticating user 'default' from [fd00:1122:3344:101::d]:61768 2025.11.18 15:14:41.601453 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57141 2025.11.18 15:14:41.601500 [ 268 ] {} TCP-Session: 974a6496-64dd-4cb8-9800-1a8fbd93c74f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.601641 [ 268 ] {} TCP-Session: 974a6496-64dd-4cb8-9800-1a8fbd93c74f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.602322 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36646 2025.11.18 15:14:41.602504 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.18 15:14:41.602526 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48693 2025.11.18 15:14:41.602657 [ 270 ] {} TCP-Session: e516b6a7-69bb-4ba5-aeec-6848748d9e39 Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 2025.11.18 15:14:41.602690 [ 270 ] {} TCP-Session: e516b6a7-69bb-4ba5-aeec-6848748d9e39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.602868 [ 270 ] {} TCP-Session: e516b6a7-69bb-4ba5-aeec-6848748d9e39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.603382 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53049 2025.11.18 15:14:41.603385 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.18 15:14:41.603498 [ 272 ] {} TCP-Session: fa3f6ef2-fc1e-4f29-b824-31b47c1d6af0 Authenticating user 'default' from [fd00:1122:3344:101::d]:57141 2025.11.18 15:14:41.603567 [ 272 ] {} TCP-Session: fa3f6ef2-fc1e-4f29-b824-31b47c1d6af0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.603586 [ 272 ] {} TCP-Session: fa3f6ef2-fc1e-4f29-b824-31b47c1d6af0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.604309 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.18 15:14:41.604441 [ 274 ] {} TCP-Session: 8b3bc818-cc13-4d9c-9cf4-814934be8ec9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48693 2025.11.18 15:14:41.604469 [ 274 ] {} TCP-Session: 8b3bc818-cc13-4d9c-9cf4-814934be8ec9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.604487 [ 274 ] {} TCP-Session: 8b3bc818-cc13-4d9c-9cf4-814934be8ec9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.604543 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.18 15:14:41.604498 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.18 15:14:41.604660 [ 273 ] {} TCP-Session: 1298ee18-319a-4e2d-90e6-db52c52e1985 Authenticating user 'default' from [fd00:1122:3344:101::d]:36646 2025.11.18 15:14:41.604752 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.18 15:14:41.604709 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.604661 [ 269 ] {} TCP-Session: 5b00fb20-f43f-4db0-a5c6-66436c981897 Authenticating user 'default' from [fd00:1122:3344:101::d]:41688 2025.11.18 15:14:41.604827 [ 273 ] {} TCP-Session: 1298ee18-319a-4e2d-90e6-db52c52e1985 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.604836 [ 271 ] {} TCP-Session: 68d6c1bd-026f-497d-b148-0b6fbbba34ea Authenticating user 'default' from [fd00:1122:3344:101::d]:53429 2025.11.18 15:14:41.604978 [ 269 ] {} TCP-Session: 5b00fb20-f43f-4db0-a5c6-66436c981897 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.605024 [ 273 ] {} TCP-Session: 1298ee18-319a-4e2d-90e6-db52c52e1985 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.605003 [ 271 ] {} TCP-Session: 68d6c1bd-026f-497d-b148-0b6fbbba34ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.604668 [ 275 ] {} TCP-Session: af17c197-242a-401f-8694-b1e395f65b76 Authenticating user 'default' from [fd00:1122:3344:101::d]:53049 2025.11.18 15:14:41.605172 [ 271 ] {} TCP-Session: 68d6c1bd-026f-497d-b148-0b6fbbba34ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.605152 [ 269 ] {} TCP-Session: 5b00fb20-f43f-4db0-a5c6-66436c981897 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.605258 [ 275 ] {} TCP-Session: af17c197-242a-401f-8694-b1e395f65b76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.605359 [ 275 ] {} TCP-Session: af17c197-242a-401f-8694-b1e395f65b76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.607958 [ 267 ] {592c1632-5b76-4cf7-975c-fd3215d5b35f} executeQuery: (from [fd00:1122:3344:101::d]:48147) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.18 15:14:41.662479 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36438 2025.11.18 15:14:41.665249 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.18 15:14:41.665303 [ 276 ] {} TCP-Session: cce97a26-5d08-445f-9181-259e1b8b3513 Authenticating user 'default' from [fd00:1122:3344:101::a]:36438 2025.11.18 15:14:41.665324 [ 276 ] {} TCP-Session: cce97a26-5d08-445f-9181-259e1b8b3513 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.665437 [ 276 ] {} TCP-Session: cce97a26-5d08-445f-9181-259e1b8b3513 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.668071 [ 276 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.11.18 15:14:41.668151 [ 276 ] {} 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.11.18 15:14:41.668285 [ 276 ] {} 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.11.18 15:14:41.670434 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41271 2025.11.18 15:14:41.672812 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:52510 2025.11.18 15:14:41.675115 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:52254 2025.11.18 15:14:41.677520 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54822 2025.11.18 15:14:41.679972 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49302 2025.11.18 15:14:41.680728 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44070 2025.11.18 15:14:41.681527 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.18 15:14:41.681589 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37237 2025.11.18 15:14:41.681651 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.18 15:14:41.681675 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.18 15:14:41.681606 [ 281 ] {} TCP-Session: 12a18472-3acd-49f6-b201-361f142b4f68 Authenticating user 'default' from [fd00:1122:3344:101::a]:49302 2025.11.18 15:14:41.681596 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.18 15:14:41.681832 [ 282 ] {} TCP-Session: 1648125d-a1cc-4df2-aceb-fdb0aee42ecd Authenticating user 'default' from [fd00:1122:3344:101::a]:44070 2025.11.18 15:14:41.681758 [ 281 ] {} TCP-Session: 12a18472-3acd-49f6-b201-361f142b4f68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.681749 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.18 15:14:41.681928 [ 282 ] {} TCP-Session: 1648125d-a1cc-4df2-aceb-fdb0aee42ecd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.681949 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.18 15:14:41.681905 [ 279 ] {} TCP-Session: e39058c7-303a-4f47-9075-aba4da77ddd8 Authenticating user 'default' from [fd00:1122:3344:101::a]:52254 2025.11.18 15:14:41.682059 [ 277 ] {} TCP-Session: ac33f493-a89c-49ef-90b0-8df0074dcfe0 Authenticating user 'default' from [fd00:1122:3344:101::a]:41271 2025.11.18 15:14:41.682083 [ 282 ] {} TCP-Session: 1648125d-a1cc-4df2-aceb-fdb0aee42ecd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.682076 [ 280 ] {} TCP-Session: a7305196-16ea-47fa-b1b6-71bc23fb7a25 Authenticating user 'default' from [fd00:1122:3344:101::a]:54822 2025.11.18 15:14:41.682200 [ 277 ] {} TCP-Session: ac33f493-a89c-49ef-90b0-8df0074dcfe0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.682190 [ 279 ] {} TCP-Session: e39058c7-303a-4f47-9075-aba4da77ddd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.681901 [ 281 ] {} TCP-Session: 12a18472-3acd-49f6-b201-361f142b4f68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.682350 [ 277 ] {} TCP-Session: ac33f493-a89c-49ef-90b0-8df0074dcfe0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.682324 [ 280 ] {} TCP-Session: a7305196-16ea-47fa-b1b6-71bc23fb7a25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.682327 [ 279 ] {} TCP-Session: e39058c7-303a-4f47-9075-aba4da77ddd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.682483 [ 280 ] {} TCP-Session: a7305196-16ea-47fa-b1b6-71bc23fb7a25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.681748 [ 278 ] {} TCP-Session: ac4b4203-6f43-4f7c-81d8-8cc35ed5a1c2 Authenticating user 'default' from [fd00:1122:3344:101::a]:52510 2025.11.18 15:14:41.682048 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.18 15:14:41.682617 [ 278 ] {} TCP-Session: ac4b4203-6f43-4f7c-81d8-8cc35ed5a1c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.682697 [ 283 ] {} TCP-Session: 47d6eafa-da7a-49ad-b8e1-b1306ff09c8c Authenticating user 'default' from [fd00:1122:3344:101::a]:37237 2025.11.18 15:14:41.682742 [ 278 ] {} TCP-Session: ac4b4203-6f43-4f7c-81d8-8cc35ed5a1c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.682770 [ 283 ] {} TCP-Session: 47d6eafa-da7a-49ad-b8e1-b1306ff09c8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.682875 [ 283 ] {} TCP-Session: 47d6eafa-da7a-49ad-b8e1-b1306ff09c8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.18 15:14:41.728082 [ 267 ] {592c1632-5b76-4cf7-975c-fd3215d5b35f} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:48147) (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.11.18 15:14:41.729366 [ 267 ] {592c1632-5b76-4cf7-975c-fd3215d5b35f} 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.11.18 15:14:41.729760 [ 267 ] {592c1632-5b76-4cf7-975c-fd3215d5b35f} TCPHandler: Processed in 0.12867776 sec. 2025.11.18 15:14:41.730317 [ 268 ] {} TCP-Session: 974a6496-64dd-4cb8-9800-1a8fbd93c74f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.730605 [ 268 ] {f72015a3-8417-4412-9e19-c15ca3eaecba} executeQuery: (from [fd00:1122:3344:101::d]:61768) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.18 15:14:41.731225 [ 268 ] {f72015a3-8417-4412-9e19-c15ca3eaecba} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:61768) (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.11.18 15:14:41.731623 [ 268 ] {f72015a3-8417-4412-9e19-c15ca3eaecba} 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.11.18 15:14:41.731919 [ 268 ] {f72015a3-8417-4412-9e19-c15ca3eaecba} TCPHandler: Processed in 0.001806909 sec. 2025.11.18 15:14:41.732331 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.733454 [ 267 ] {4521a8eb-6467-49d9-9d72-1dd26a459e34} executeQuery: (from [fd00:1122:3344:101::d]:48147) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2025.11.18 15:14:41.734300 [ 267 ] {4521a8eb-6467-49d9-9d72-1dd26a459e34} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2025.11.18 15:14:41.735971 [ 267 ] {4521a8eb-6467-49d9-9d72-1dd26a459e34} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2025.11.18 15:14:41.736144 [ 267 ] {4521a8eb-6467-49d9-9d72-1dd26a459e34} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000217418 sec 2025.11.18 15:14:41.736165 [ 267 ] {4521a8eb-6467-49d9-9d72-1dd26a459e34} ReferentialDeps: No tables 2025.11.18 15:14:41.736178 [ 267 ] {4521a8eb-6467-49d9-9d72-1dd26a459e34} LoadingDeps: No tables 2025.11.18 15:14:41.736257 [ 267 ] {4521a8eb-6467-49d9-9d72-1dd26a459e34} DatabaseAtomic (oximeter): Starting up tables. 2025.11.18 15:14:41.737136 [ 267 ] {4521a8eb-6467-49d9-9d72-1dd26a459e34} TCPHandler: Processed in 0.004934238 sec. 2025.11.18 15:14:41.737325 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.737500 [ 267 ] {bea61b4e-4322-4257-83d8-baed5b988b58} executeQuery: (from [fd00:1122:3344:101::d]:48147) /* 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.11.18 15:14:41.737696 [ 267 ] {bea61b4e-4322-4257-83d8-baed5b988b58} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2025.11.18 15:14:41.744752 [ 267 ] {bea61b4e-4322-4257-83d8-baed5b988b58} StoragePolicy (default): Storage policy default created, total volumes 1 2025.11.18 15:14:41.746345 [ 267 ] {bea61b4e-4322-4257-83d8-baed5b988b58} oximeter.version (bb914a29-ac31-4cad-ad70-dc2210377931): Loading data parts 2025.11.18 15:14:41.747549 [ 267 ] {bea61b4e-4322-4257-83d8-baed5b988b58} oximeter.version (bb914a29-ac31-4cad-ad70-dc2210377931): There are no data parts 2025.11.18 15:14:41.751315 [ 267 ] {bea61b4e-4322-4257-83d8-baed5b988b58} TCPHandler: Processed in 0.014044952 sec. 2025.11.18 15:14:41.751687 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.751908 [ 267 ] {3a1b61fc-7814-4c76-8e58-90f2597cdf4a} executeQuery: (from [fd00:1122:3344:101::d]:48147) /* 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.11.18 15:14:41.752185 [ 267 ] {3a1b61fc-7814-4c76-8e58-90f2597cdf4a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2025.11.18 15:14:41.764839 [ 267 ] {3a1b61fc-7814-4c76-8e58-90f2597cdf4a} oximeter.measurements_bool (3d58c03d-3243-4892-806f-28a893ef1aa0): Loading data parts 2025.11.18 15:14:41.765302 [ 267 ] {3a1b61fc-7814-4c76-8e58-90f2597cdf4a} oximeter.measurements_bool (3d58c03d-3243-4892-806f-28a893ef1aa0): There are no data parts 2025.11.18 15:14:41.767054 [ 267 ] {3a1b61fc-7814-4c76-8e58-90f2597cdf4a} TCPHandler: Processed in 0.015427406 sec. 2025.11.18 15:14:41.767254 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.767592 [ 267 ] {822bb473-eec7-4dcf-a145-399e44ce6de3} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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.11.18 15:14:41.767654 [ 267 ] {822bb473-eec7-4dcf-a145-399e44ce6de3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2025.11.18 15:14:41.769720 [ 267 ] {822bb473-eec7-4dcf-a145-399e44ce6de3} oximeter.measurements_i8 (e369e215-3e0b-4a85-96e3-d002dc1fa804): Loading data parts 2025.11.18 15:14:41.769934 [ 267 ] {822bb473-eec7-4dcf-a145-399e44ce6de3} oximeter.measurements_i8 (e369e215-3e0b-4a85-96e3-d002dc1fa804): There are no data parts 2025.11.18 15:14:41.771311 [ 267 ] {822bb473-eec7-4dcf-a145-399e44ce6de3} TCPHandler: Processed in 0.004126453 sec. 2025.11.18 15:14:41.771636 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.771830 [ 267 ] {865db2fa-db95-4b2f-8e8e-da59040ff8f7} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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.11.18 15:14:41.771992 [ 267 ] {865db2fa-db95-4b2f-8e8e-da59040ff8f7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2025.11.18 15:14:41.773836 [ 267 ] {865db2fa-db95-4b2f-8e8e-da59040ff8f7} oximeter.measurements_u8 (821d121d-69af-448c-b776-8f647c51678d): Loading data parts 2025.11.18 15:14:41.774765 [ 267 ] {865db2fa-db95-4b2f-8e8e-da59040ff8f7} oximeter.measurements_u8 (821d121d-69af-448c-b776-8f647c51678d): There are no data parts 2025.11.18 15:14:41.776045 [ 267 ] {865db2fa-db95-4b2f-8e8e-da59040ff8f7} TCPHandler: Processed in 0.004481214 sec. 2025.11.18 15:14:41.776225 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.776481 [ 267 ] {48e90a0c-b38f-4805-8261-5a2ea870350b} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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.11.18 15:14:41.776531 [ 267 ] {48e90a0c-b38f-4805-8261-5a2ea870350b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2025.11.18 15:14:41.779004 [ 267 ] {48e90a0c-b38f-4805-8261-5a2ea870350b} oximeter.measurements_i16 (929586dc-8835-4f9d-9063-71a92739dc8e): Loading data parts 2025.11.18 15:14:41.779188 [ 267 ] {48e90a0c-b38f-4805-8261-5a2ea870350b} oximeter.measurements_i16 (929586dc-8835-4f9d-9063-71a92739dc8e): There are no data parts 2025.11.18 15:14:41.780532 [ 267 ] {48e90a0c-b38f-4805-8261-5a2ea870350b} TCPHandler: Processed in 0.00436238 sec. 2025.11.18 15:14:41.780867 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.781061 [ 267 ] {28149327-9c63-4261-9dbc-8dab16132f37} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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.11.18 15:14:41.781217 [ 267 ] {28149327-9c63-4261-9dbc-8dab16132f37} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2025.11.18 15:14:41.783109 [ 267 ] {28149327-9c63-4261-9dbc-8dab16132f37} oximeter.measurements_u16 (42318814-9d48-4bb5-a319-95344b95e72a): Loading data parts 2025.11.18 15:14:41.783353 [ 267 ] {28149327-9c63-4261-9dbc-8dab16132f37} oximeter.measurements_u16 (42318814-9d48-4bb5-a319-95344b95e72a): There are no data parts 2025.11.18 15:14:41.784749 [ 267 ] {28149327-9c63-4261-9dbc-8dab16132f37} TCPHandler: Processed in 0.003941806 sec. 2025.11.18 15:14:41.784930 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.785206 [ 267 ] {e736dc34-6823-4d8e-bb57-02765ad14be7} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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.11.18 15:14:41.785313 [ 267 ] {e736dc34-6823-4d8e-bb57-02765ad14be7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2025.11.18 15:14:41.787259 [ 267 ] {e736dc34-6823-4d8e-bb57-02765ad14be7} oximeter.measurements_i32 (22abd29c-2e1e-4b40-81fa-5a9b13471d2e): Loading data parts 2025.11.18 15:14:41.787423 [ 267 ] {e736dc34-6823-4d8e-bb57-02765ad14be7} oximeter.measurements_i32 (22abd29c-2e1e-4b40-81fa-5a9b13471d2e): There are no data parts 2025.11.18 15:14:41.788740 [ 267 ] {e736dc34-6823-4d8e-bb57-02765ad14be7} TCPHandler: Processed in 0.003868515 sec. 2025.11.18 15:14:41.789026 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.789208 [ 267 ] {1fc866f5-6e7f-4deb-9c4e-30d6c6901353} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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.11.18 15:14:41.789349 [ 267 ] {1fc866f5-6e7f-4deb-9c4e-30d6c6901353} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2025.11.18 15:14:41.791193 [ 267 ] {1fc866f5-6e7f-4deb-9c4e-30d6c6901353} oximeter.measurements_u32 (fa4e487c-4a65-4c8f-a49c-6249eabccb74): Loading data parts 2025.11.18 15:14:41.791449 [ 267 ] {1fc866f5-6e7f-4deb-9c4e-30d6c6901353} oximeter.measurements_u32 (fa4e487c-4a65-4c8f-a49c-6249eabccb74): There are no data parts 2025.11.18 15:14:41.792854 [ 267 ] {1fc866f5-6e7f-4deb-9c4e-30d6c6901353} TCPHandler: Processed in 0.003894595 sec. 2025.11.18 15:14:41.793058 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.793365 [ 267 ] {05d48aff-f56e-4477-afd7-b9145e7c84c6} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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.11.18 15:14:41.793488 [ 267 ] {05d48aff-f56e-4477-afd7-b9145e7c84c6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2025.11.18 15:14:41.795766 [ 267 ] {05d48aff-f56e-4477-afd7-b9145e7c84c6} oximeter.measurements_i64 (adff960b-1672-477c-96a7-0147896df70e): Loading data parts 2025.11.18 15:14:41.795947 [ 267 ] {05d48aff-f56e-4477-afd7-b9145e7c84c6} oximeter.measurements_i64 (adff960b-1672-477c-96a7-0147896df70e): There are no data parts 2025.11.18 15:14:41.797802 [ 267 ] {05d48aff-f56e-4477-afd7-b9145e7c84c6} TCPHandler: Processed in 0.004815735 sec. 2025.11.18 15:14:41.798139 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.798349 [ 267 ] {37957f21-d655-446b-9555-7be24234bc46} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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.11.18 15:14:41.798524 [ 267 ] {37957f21-d655-446b-9555-7be24234bc46} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2025.11.18 15:14:41.800975 [ 267 ] {37957f21-d655-446b-9555-7be24234bc46} oximeter.measurements_u64 (b0f89925-8e2a-463c-b30b-089b6d4b6164): Loading data parts 2025.11.18 15:14:41.801154 [ 267 ] {37957f21-d655-446b-9555-7be24234bc46} oximeter.measurements_u64 (b0f89925-8e2a-463c-b30b-089b6d4b6164): There are no data parts 2025.11.18 15:14:41.802949 [ 267 ] {37957f21-d655-446b-9555-7be24234bc46} TCPHandler: Processed in 0.004884257 sec. 2025.11.18 15:14:41.803126 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.803311 [ 267 ] {79fb843f-8af6-41a9-abee-54f151c51ea6} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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.11.18 15:14:41.803452 [ 267 ] {79fb843f-8af6-41a9-abee-54f151c51ea6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2025.11.18 15:14:41.805394 [ 267 ] {79fb843f-8af6-41a9-abee-54f151c51ea6} oximeter.measurements_f32 (6565e31d-d4a4-4897-a9b6-dbbf8832a568): Loading data parts 2025.11.18 15:14:41.805572 [ 267 ] {79fb843f-8af6-41a9-abee-54f151c51ea6} oximeter.measurements_f32 (6565e31d-d4a4-4897-a9b6-dbbf8832a568): There are no data parts 2025.11.18 15:14:41.806928 [ 267 ] {79fb843f-8af6-41a9-abee-54f151c51ea6} TCPHandler: Processed in 0.003851104 sec. 2025.11.18 15:14:41.807239 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.807465 [ 267 ] {7b7157d5-4346-43e0-9bfe-d55d832b371b} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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.11.18 15:14:41.807665 [ 267 ] {7b7157d5-4346-43e0-9bfe-d55d832b371b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2025.11.18 15:14:41.809877 [ 267 ] {7b7157d5-4346-43e0-9bfe-d55d832b371b} oximeter.measurements_f64 (4d4b2da3-3455-4f49-9359-81bfca8fb34a): Loading data parts 2025.11.18 15:14:41.810066 [ 267 ] {7b7157d5-4346-43e0-9bfe-d55d832b371b} oximeter.measurements_f64 (4d4b2da3-3455-4f49-9359-81bfca8fb34a): There are no data parts 2025.11.18 15:14:41.812037 [ 267 ] {7b7157d5-4346-43e0-9bfe-d55d832b371b} TCPHandler: Processed in 0.004866127 sec. 2025.11.18 15:14:41.812220 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.812415 [ 267 ] {4174c99b-c6e8-4616-9b88-b580f912e195} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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.11.18 15:14:41.812682 [ 267 ] {4174c99b-c6e8-4616-9b88-b580f912e195} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2025.11.18 15:14:41.814812 [ 267 ] {4174c99b-c6e8-4616-9b88-b580f912e195} oximeter.measurements_string (6fdaac01-75fa-4af7-89be-5bb65df1ed6e): Loading data parts 2025.11.18 15:14:41.814987 [ 267 ] {4174c99b-c6e8-4616-9b88-b580f912e195} oximeter.measurements_string (6fdaac01-75fa-4af7-89be-5bb65df1ed6e): There are no data parts 2025.11.18 15:14:41.816243 [ 267 ] {4174c99b-c6e8-4616-9b88-b580f912e195} TCPHandler: Processed in 0.004081272 sec. 2025.11.18 15:14:41.816543 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.816730 [ 267 ] {233d1c4e-f575-459a-ab88-5fa43179ff05} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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.11.18 15:14:41.816902 [ 267 ] {233d1c4e-f575-459a-ab88-5fa43179ff05} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2025.11.18 15:14:41.818962 [ 267 ] {233d1c4e-f575-459a-ab88-5fa43179ff05} oximeter.measurements_bytes (8cb59b27-d090-4f45-9b6b-affcfc9ac62e): Loading data parts 2025.11.18 15:14:41.819315 [ 267 ] {233d1c4e-f575-459a-ab88-5fa43179ff05} oximeter.measurements_bytes (8cb59b27-d090-4f45-9b6b-affcfc9ac62e): There are no data parts 2025.11.18 15:14:41.820715 [ 267 ] {233d1c4e-f575-459a-ab88-5fa43179ff05} TCPHandler: Processed in 0.004227536 sec. 2025.11.18 15:14:41.821003 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.821186 [ 267 ] {c8b547f8-f5cc-4600-9161-70b35e88f17e} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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.11.18 15:14:41.821351 [ 267 ] {c8b547f8-f5cc-4600-9161-70b35e88f17e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2025.11.18 15:14:41.823261 [ 267 ] {c8b547f8-f5cc-4600-9161-70b35e88f17e} oximeter.measurements_cumulativei64 (b6c79698-42ab-46ea-a759-24f8cf15d2b3): Loading data parts 2025.11.18 15:14:41.823636 [ 267 ] {c8b547f8-f5cc-4600-9161-70b35e88f17e} oximeter.measurements_cumulativei64 (b6c79698-42ab-46ea-a759-24f8cf15d2b3): There are no data parts 2025.11.18 15:14:41.824977 [ 267 ] {c8b547f8-f5cc-4600-9161-70b35e88f17e} TCPHandler: Processed in 0.00402834 sec. 2025.11.18 15:14:41.825158 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.825456 [ 267 ] {b40fa456-bd24-4f98-8984-662497ea1c41} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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.11.18 15:14:41.825602 [ 267 ] {b40fa456-bd24-4f98-8984-662497ea1c41} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2025.11.18 15:14:41.827691 [ 267 ] {b40fa456-bd24-4f98-8984-662497ea1c41} oximeter.measurements_cumulativeu64 (ea124c98-006a-4ccb-ab32-c6486dd78d89): Loading data parts 2025.11.18 15:14:41.827938 [ 267 ] {b40fa456-bd24-4f98-8984-662497ea1c41} oximeter.measurements_cumulativeu64 (ea124c98-006a-4ccb-ab32-c6486dd78d89): There are no data parts 2025.11.18 15:14:41.829607 [ 267 ] {b40fa456-bd24-4f98-8984-662497ea1c41} TCPHandler: Processed in 0.004506085 sec. 2025.11.18 15:14:41.829774 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.829962 [ 267 ] {fb83a3f5-9f2a-41bc-b008-c81551362dd8} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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.11.18 15:14:41.830103 [ 267 ] {fb83a3f5-9f2a-41bc-b008-c81551362dd8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2025.11.18 15:14:41.831994 [ 267 ] {fb83a3f5-9f2a-41bc-b008-c81551362dd8} oximeter.measurements_cumulativef32 (5423b965-3997-4500-be75-ba7861e7589f): Loading data parts 2025.11.18 15:14:41.832248 [ 267 ] {fb83a3f5-9f2a-41bc-b008-c81551362dd8} oximeter.measurements_cumulativef32 (5423b965-3997-4500-be75-ba7861e7589f): There are no data parts 2025.11.18 15:14:41.833687 [ 267 ] {fb83a3f5-9f2a-41bc-b008-c81551362dd8} TCPHandler: Processed in 0.003966807 sec. 2025.11.18 15:14:41.834278 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.834570 [ 267 ] {be288e22-5970-4b4a-964c-2d71cdf2fa09} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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.11.18 15:14:41.834751 [ 267 ] {be288e22-5970-4b4a-964c-2d71cdf2fa09} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2025.11.18 15:14:41.837137 [ 267 ] {be288e22-5970-4b4a-964c-2d71cdf2fa09} oximeter.measurements_cumulativef64 (c2a71de8-65b3-4626-a681-6ad62ecce39f): Loading data parts 2025.11.18 15:14:41.837569 [ 267 ] {be288e22-5970-4b4a-964c-2d71cdf2fa09} oximeter.measurements_cumulativef64 (c2a71de8-65b3-4626-a681-6ad62ecce39f): There are no data parts 2025.11.18 15:14:41.841371 [ 267 ] {be288e22-5970-4b4a-964c-2d71cdf2fa09} TCPHandler: Processed in 0.00716182 sec. 2025.11.18 15:14:41.841582 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.842015 [ 267 ] {6dbe9b5a-dc37-4dc0-8fca-87bf083e6286} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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.11.18 15:14:41.842213 [ 267 ] {6dbe9b5a-dc37-4dc0-8fca-87bf083e6286} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2025.11.18 15:14:41.846790 [ 267 ] {6dbe9b5a-dc37-4dc0-8fca-87bf083e6286} oximeter.measurements_histogrami8 (b438e7f5-8c96-47df-8daa-b5bffd88527e): Loading data parts 2025.11.18 15:14:41.847075 [ 267 ] {6dbe9b5a-dc37-4dc0-8fca-87bf083e6286} oximeter.measurements_histogrami8 (b438e7f5-8c96-47df-8daa-b5bffd88527e): There are no data parts 2025.11.18 15:14:41.849208 [ 267 ] {6dbe9b5a-dc37-4dc0-8fca-87bf083e6286} TCPHandler: Processed in 0.007686547 sec. 2025.11.18 15:14:41.849572 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.849897 [ 267 ] {2be244df-c149-4a3b-b1f0-af7b282192ee} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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.11.18 15:14:41.850093 [ 267 ] {2be244df-c149-4a3b-b1f0-af7b282192ee} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2025.11.18 15:14:41.853267 [ 267 ] {2be244df-c149-4a3b-b1f0-af7b282192ee} oximeter.measurements_histogramu8 (df8783c6-751c-4d1d-8de3-146229ac85bc): Loading data parts 2025.11.18 15:14:41.853627 [ 267 ] {2be244df-c149-4a3b-b1f0-af7b282192ee} oximeter.measurements_histogramu8 (df8783c6-751c-4d1d-8de3-146229ac85bc): There are no data parts 2025.11.18 15:14:41.855401 [ 267 ] {2be244df-c149-4a3b-b1f0-af7b282192ee} TCPHandler: Processed in 0.00589495 sec. 2025.11.18 15:14:41.855630 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.856107 [ 267 ] {8e6d7eee-e235-4249-9ab4-420d54fab6f6} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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.11.18 15:14:41.856266 [ 267 ] {8e6d7eee-e235-4249-9ab4-420d54fab6f6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2025.11.18 15:14:41.858616 [ 267 ] {8e6d7eee-e235-4249-9ab4-420d54fab6f6} oximeter.measurements_histogrami16 (13783c06-4f63-461f-89f0-57ae77cbf13b): Loading data parts 2025.11.18 15:14:41.858818 [ 267 ] {8e6d7eee-e235-4249-9ab4-420d54fab6f6} oximeter.measurements_histogrami16 (13783c06-4f63-461f-89f0-57ae77cbf13b): There are no data parts 2025.11.18 15:14:41.860238 [ 267 ] {8e6d7eee-e235-4249-9ab4-420d54fab6f6} TCPHandler: Processed in 0.004705082 sec. 2025.11.18 15:14:41.860538 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.860809 [ 267 ] {6de8fbe7-7a59-420b-a340-b9bd43f927c7} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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.11.18 15:14:41.861055 [ 267 ] {6de8fbe7-7a59-420b-a340-b9bd43f927c7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2025.11.18 15:14:41.863185 [ 267 ] {6de8fbe7-7a59-420b-a340-b9bd43f927c7} oximeter.measurements_histogramu16 (aec0566a-3136-4c29-82b3-c57142c645ce): Loading data parts 2025.11.18 15:14:41.863444 [ 267 ] {6de8fbe7-7a59-420b-a340-b9bd43f927c7} oximeter.measurements_histogramu16 (aec0566a-3136-4c29-82b3-c57142c645ce): There are no data parts 2025.11.18 15:14:41.864968 [ 267 ] {6de8fbe7-7a59-420b-a340-b9bd43f927c7} TCPHandler: Processed in 0.004492495 sec. 2025.11.18 15:14:41.865153 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.865577 [ 267 ] {dc9da1f4-4226-4c55-864e-025358860921} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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.11.18 15:14:41.865756 [ 267 ] {dc9da1f4-4226-4c55-864e-025358860921} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2025.11.18 15:14:41.868334 [ 267 ] {dc9da1f4-4226-4c55-864e-025358860921} oximeter.measurements_histogrami32 (70cbad63-7d44-4abb-90a6-d118bf8f55bc): Loading data parts 2025.11.18 15:14:41.868530 [ 267 ] {dc9da1f4-4226-4c55-864e-025358860921} oximeter.measurements_histogrami32 (70cbad63-7d44-4abb-90a6-d118bf8f55bc): There are no data parts 2025.11.18 15:14:41.869923 [ 267 ] {dc9da1f4-4226-4c55-864e-025358860921} TCPHandler: Processed in 0.004828785 sec. 2025.11.18 15:14:41.870261 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.870522 [ 267 ] {e7dc9d17-01d6-404b-9327-2d263cc2a97f} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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.11.18 15:14:41.870681 [ 267 ] {e7dc9d17-01d6-404b-9327-2d263cc2a97f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2025.11.18 15:14:41.873470 [ 267 ] {e7dc9d17-01d6-404b-9327-2d263cc2a97f} oximeter.measurements_histogramu32 (e3302728-1512-4c70-8f36-6cc14ec66692): Loading data parts 2025.11.18 15:14:41.873702 [ 267 ] {e7dc9d17-01d6-404b-9327-2d263cc2a97f} oximeter.measurements_histogramu32 (e3302728-1512-4c70-8f36-6cc14ec66692): There are no data parts 2025.11.18 15:14:41.875719 [ 267 ] {e7dc9d17-01d6-404b-9327-2d263cc2a97f} TCPHandler: Processed in 0.005525848 sec. 2025.11.18 15:14:41.875902 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.876198 [ 267 ] {1e3792d4-5af2-4894-b526-a169ae212213} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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.11.18 15:14:41.876361 [ 267 ] {1e3792d4-5af2-4894-b526-a169ae212213} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2025.11.18 15:14:41.878573 [ 267 ] {1e3792d4-5af2-4894-b526-a169ae212213} oximeter.measurements_histogrami64 (3d87e94a-9f8e-425c-b12a-86cd47d7cbb7): Loading data parts 2025.11.18 15:14:41.878751 [ 267 ] {1e3792d4-5af2-4894-b526-a169ae212213} oximeter.measurements_histogrami64 (3d87e94a-9f8e-425c-b12a-86cd47d7cbb7): There are no data parts 2025.11.18 15:14:41.880373 [ 267 ] {1e3792d4-5af2-4894-b526-a169ae212213} TCPHandler: Processed in 0.004526865 sec. 2025.11.18 15:14:41.880683 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.880946 [ 267 ] {e27ed9ab-e341-4109-9e77-43af70f3b483} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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.11.18 15:14:41.881104 [ 267 ] {e27ed9ab-e341-4109-9e77-43af70f3b483} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2025.11.18 15:14:41.883728 [ 267 ] {e27ed9ab-e341-4109-9e77-43af70f3b483} oximeter.measurements_histogramu64 (72355592-ac01-4acf-a1f6-f263633cc6d7): Loading data parts 2025.11.18 15:14:41.883961 [ 267 ] {e27ed9ab-e341-4109-9e77-43af70f3b483} oximeter.measurements_histogramu64 (72355592-ac01-4acf-a1f6-f263633cc6d7): There are no data parts 2025.11.18 15:14:41.885275 [ 267 ] {e27ed9ab-e341-4109-9e77-43af70f3b483} TCPHandler: Processed in 0.00465505 sec. 2025.11.18 15:14:41.885466 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.885793 [ 267 ] {6e1621b4-8aa6-4ca3-a479-f8d6605f0be1} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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.11.18 15:14:41.886064 [ 267 ] {6e1621b4-8aa6-4ca3-a479-f8d6605f0be1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2025.11.18 15:14:41.888582 [ 267 ] {6e1621b4-8aa6-4ca3-a479-f8d6605f0be1} oximeter.measurements_histogramf32 (28ec3640-c7ff-4e37-9ca2-adf6028fa486): Loading data parts 2025.11.18 15:14:41.888769 [ 267 ] {6e1621b4-8aa6-4ca3-a479-f8d6605f0be1} oximeter.measurements_histogramf32 (28ec3640-c7ff-4e37-9ca2-adf6028fa486): There are no data parts 2025.11.18 15:14:41.890220 [ 267 ] {6e1621b4-8aa6-4ca3-a479-f8d6605f0be1} TCPHandler: Processed in 0.004818975 sec. 2025.11.18 15:14:41.890522 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.890760 [ 267 ] {f2303ad4-7860-41cb-b320-0e9aa84e5fd8} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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.11.18 15:14:41.891057 [ 267 ] {f2303ad4-7860-41cb-b320-0e9aa84e5fd8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2025.11.18 15:14:41.893184 [ 267 ] {f2303ad4-7860-41cb-b320-0e9aa84e5fd8} oximeter.measurements_histogramf64 (77d2374d-0035-4388-8772-acb17d07fa11): Loading data parts 2025.11.18 15:14:41.893433 [ 267 ] {f2303ad4-7860-41cb-b320-0e9aa84e5fd8} oximeter.measurements_histogramf64 (77d2374d-0035-4388-8772-acb17d07fa11): There are no data parts 2025.11.18 15:14:41.894734 [ 267 ] {f2303ad4-7860-41cb-b320-0e9aa84e5fd8} TCPHandler: Processed in 0.004268797 sec. 2025.11.18 15:14:41.894914 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.895239 [ 267 ] {4284cc01-d1c4-4ab1-82c8-e867a81b97c4} executeQuery: (from [fd00:1122:3344:101::d]:48147) /* 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.11.18 15:14:41.895401 [ 267 ] {4284cc01-d1c4-4ab1-82c8-e867a81b97c4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2025.11.18 15:14:41.897677 [ 267 ] {4284cc01-d1c4-4ab1-82c8-e867a81b97c4} oximeter.fields_bool (b1f7e293-6948-48d5-85a5-e08112de8665): Loading data parts 2025.11.18 15:14:41.897922 [ 267 ] {4284cc01-d1c4-4ab1-82c8-e867a81b97c4} oximeter.fields_bool (b1f7e293-6948-48d5-85a5-e08112de8665): There are no data parts 2025.11.18 15:14:41.899231 [ 267 ] {4284cc01-d1c4-4ab1-82c8-e867a81b97c4} TCPHandler: Processed in 0.004374571 sec. 2025.11.18 15:14:41.899406 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.899748 [ 267 ] {9874ba37-2f8b-42ac-b8ca-572379677189} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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.11.18 15:14:41.899909 [ 267 ] {9874ba37-2f8b-42ac-b8ca-572379677189} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2025.11.18 15:14:41.902061 [ 267 ] {9874ba37-2f8b-42ac-b8ca-572379677189} oximeter.fields_i8 (42bba940-d5c3-4a21-a71d-f22f103fd686): Loading data parts 2025.11.18 15:14:41.902244 [ 267 ] {9874ba37-2f8b-42ac-b8ca-572379677189} oximeter.fields_i8 (42bba940-d5c3-4a21-a71d-f22f103fd686): There are no data parts 2025.11.18 15:14:41.903835 [ 267 ] {9874ba37-2f8b-42ac-b8ca-572379677189} TCPHandler: Processed in 0.004482694 sec. 2025.11.18 15:14:41.904030 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.904220 [ 267 ] {59dff417-a0ca-40a9-9752-f823544c8ded} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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.11.18 15:14:41.904485 [ 267 ] {59dff417-a0ca-40a9-9752-f823544c8ded} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2025.11.18 15:14:41.906819 [ 267 ] {59dff417-a0ca-40a9-9752-f823544c8ded} oximeter.fields_u8 (981b9f3f-d716-4f1e-9338-cd17329ef6a3): Loading data parts 2025.11.18 15:14:41.907014 [ 267 ] {59dff417-a0ca-40a9-9752-f823544c8ded} oximeter.fields_u8 (981b9f3f-d716-4f1e-9338-cd17329ef6a3): There are no data parts 2025.11.18 15:14:41.908814 [ 267 ] {59dff417-a0ca-40a9-9752-f823544c8ded} TCPHandler: Processed in 0.004847045 sec. 2025.11.18 15:14:41.909019 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.909887 [ 267 ] {38e6d4e9-7177-4c68-8d46-c73450020f81} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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.11.18 15:14:41.910936 [ 267 ] {38e6d4e9-7177-4c68-8d46-c73450020f81} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2025.11.18 15:14:41.920727 [ 267 ] {38e6d4e9-7177-4c68-8d46-c73450020f81} oximeter.fields_i16 (a8bd3d49-e4be-45f9-9f2a-92c99ccaac95): Loading data parts 2025.11.18 15:14:41.920980 [ 267 ] {38e6d4e9-7177-4c68-8d46-c73450020f81} oximeter.fields_i16 (a8bd3d49-e4be-45f9-9f2a-92c99ccaac95): There are no data parts 2025.11.18 15:14:41.925037 [ 267 ] {38e6d4e9-7177-4c68-8d46-c73450020f81} TCPHandler: Processed in 0.016084988 sec. 2025.11.18 15:14:41.925239 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.925435 [ 267 ] {8c13ed50-305a-44b3-9f17-6327dc644bf6} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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.11.18 15:14:41.925604 [ 267 ] {8c13ed50-305a-44b3-9f17-6327dc644bf6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2025.11.18 15:14:41.928343 [ 267 ] {8c13ed50-305a-44b3-9f17-6327dc644bf6} oximeter.fields_u16 (fb6c9f38-12ac-43c7-89c5-44bd7a2f42ef): Loading data parts 2025.11.18 15:14:41.928524 [ 267 ] {8c13ed50-305a-44b3-9f17-6327dc644bf6} oximeter.fields_u16 (fb6c9f38-12ac-43c7-89c5-44bd7a2f42ef): There are no data parts 2025.11.18 15:14:41.929834 [ 267 ] {8c13ed50-305a-44b3-9f17-6327dc644bf6} TCPHandler: Processed in 0.00465624 sec. 2025.11.18 15:14:41.930097 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.930391 [ 267 ] {eabb98f8-c613-4896-a4d8-59689808be2c} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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.11.18 15:14:41.930573 [ 267 ] {eabb98f8-c613-4896-a4d8-59689808be2c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2025.11.18 15:14:41.933343 [ 267 ] {eabb98f8-c613-4896-a4d8-59689808be2c} oximeter.fields_i32 (4b43f3e7-983a-430f-9cb6-0b2563539ed5): Loading data parts 2025.11.18 15:14:41.933535 [ 267 ] {eabb98f8-c613-4896-a4d8-59689808be2c} oximeter.fields_i32 (4b43f3e7-983a-430f-9cb6-0b2563539ed5): There are no data parts 2025.11.18 15:14:41.935309 [ 267 ] {eabb98f8-c613-4896-a4d8-59689808be2c} TCPHandler: Processed in 0.00527356 sec. 2025.11.18 15:14:41.935489 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.935676 [ 267 ] {50641d38-31e7-4b7d-8cbb-0f263430721c} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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.11.18 15:14:41.935828 [ 267 ] {50641d38-31e7-4b7d-8cbb-0f263430721c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2025.11.18 15:14:41.938752 [ 267 ] {50641d38-31e7-4b7d-8cbb-0f263430721c} oximeter.fields_u32 (84148798-a5d5-4bbc-8230-2e1cf5c05563): Loading data parts 2025.11.18 15:14:41.938927 [ 267 ] {50641d38-31e7-4b7d-8cbb-0f263430721c} oximeter.fields_u32 (84148798-a5d5-4bbc-8230-2e1cf5c05563): There are no data parts 2025.11.18 15:14:41.940211 [ 267 ] {50641d38-31e7-4b7d-8cbb-0f263430721c} TCPHandler: Processed in 0.004775474 sec. 2025.11.18 15:14:41.940513 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.940703 [ 267 ] {4a7fe0f4-bee8-4fd9-b1a2-e3783ca287db} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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.11.18 15:14:41.940866 [ 267 ] {4a7fe0f4-bee8-4fd9-b1a2-e3783ca287db} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2025.11.18 15:14:41.943732 [ 267 ] {4a7fe0f4-bee8-4fd9-b1a2-e3783ca287db} oximeter.fields_i64 (a14b1a38-800f-472a-916c-76fb21dad586): Loading data parts 2025.11.18 15:14:41.944007 [ 267 ] {4a7fe0f4-bee8-4fd9-b1a2-e3783ca287db} oximeter.fields_i64 (a14b1a38-800f-472a-916c-76fb21dad586): There are no data parts 2025.11.18 15:14:41.945907 [ 267 ] {4a7fe0f4-bee8-4fd9-b1a2-e3783ca287db} TCPHandler: Processed in 0.005455066 sec. 2025.11.18 15:14:41.946103 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.946355 [ 267 ] {703f3a20-a731-456c-93db-c996b7622ab6} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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.11.18 15:14:41.946457 [ 267 ] {703f3a20-a731-456c-93db-c996b7622ab6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2025.11.18 15:14:41.949288 [ 267 ] {703f3a20-a731-456c-93db-c996b7622ab6} oximeter.fields_u64 (906560c0-accc-4211-8534-e8b60edabd1a): Loading data parts 2025.11.18 15:14:41.949465 [ 267 ] {703f3a20-a731-456c-93db-c996b7622ab6} oximeter.fields_u64 (906560c0-accc-4211-8534-e8b60edabd1a): There are no data parts 2025.11.18 15:14:41.952080 [ 267 ] {703f3a20-a731-456c-93db-c996b7622ab6} TCPHandler: Processed in 0.006041725 sec. 2025.11.18 15:14:41.952546 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.952733 [ 267 ] {8dda0f24-6dbb-47f6-b79d-2b04f09fa999} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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.11.18 15:14:41.952882 [ 267 ] {8dda0f24-6dbb-47f6-b79d-2b04f09fa999} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2025.11.18 15:14:41.956306 [ 267 ] {8dda0f24-6dbb-47f6-b79d-2b04f09fa999} oximeter.fields_ipaddr (782e1d6d-7fb6-4088-b2e7-c5c81aa12268): Loading data parts 2025.11.18 15:14:41.956587 [ 267 ] {8dda0f24-6dbb-47f6-b79d-2b04f09fa999} oximeter.fields_ipaddr (782e1d6d-7fb6-4088-b2e7-c5c81aa12268): There are no data parts 2025.11.18 15:14:41.957977 [ 267 ] {8dda0f24-6dbb-47f6-b79d-2b04f09fa999} TCPHandler: Processed in 0.005620821 sec. 2025.11.18 15:14:41.958167 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.958525 [ 267 ] {39f3c9e0-7bfe-4820-addc-b0958bb295df} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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.11.18 15:14:41.958661 [ 267 ] {39f3c9e0-7bfe-4820-addc-b0958bb295df} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2025.11.18 15:14:41.960943 [ 267 ] {39f3c9e0-7bfe-4820-addc-b0958bb295df} oximeter.fields_string (9812b24e-310c-4594-99fe-cacc87bc610b): Loading data parts 2025.11.18 15:14:41.961117 [ 267 ] {39f3c9e0-7bfe-4820-addc-b0958bb295df} oximeter.fields_string (9812b24e-310c-4594-99fe-cacc87bc610b): There are no data parts 2025.11.18 15:14:41.962841 [ 267 ] {39f3c9e0-7bfe-4820-addc-b0958bb295df} TCPHandler: Processed in 0.004740963 sec. 2025.11.18 15:14:41.963109 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.963282 [ 267 ] {b50dcbbc-7fc9-4ac6-9c24-0e8b408a31f1} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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.11.18 15:14:41.963420 [ 267 ] {b50dcbbc-7fc9-4ac6-9c24-0e8b408a31f1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2025.11.18 15:14:41.965411 [ 267 ] {b50dcbbc-7fc9-4ac6-9c24-0e8b408a31f1} oximeter.fields_uuid (19e08dd4-25db-4b00-86ab-97e83532e178): Loading data parts 2025.11.18 15:14:41.965706 [ 267 ] {b50dcbbc-7fc9-4ac6-9c24-0e8b408a31f1} oximeter.fields_uuid (19e08dd4-25db-4b00-86ab-97e83532e178): There are no data parts 2025.11.18 15:14:41.967097 [ 267 ] {b50dcbbc-7fc9-4ac6-9c24-0e8b408a31f1} TCPHandler: Processed in 0.00404302 sec. 2025.11.18 15:14:41.967301 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.967688 [ 267 ] {9db9fb73-b8cd-4b0a-b043-3edc0eb7745d} executeQuery: (from [fd00:1122:3344:101::d]:48147) /* 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.11.18 15:14:41.967863 [ 267 ] {9db9fb73-b8cd-4b0a-b043-3edc0eb7745d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2025.11.18 15:14:41.969833 [ 267 ] {9db9fb73-b8cd-4b0a-b043-3edc0eb7745d} oximeter.timeseries_schema (4e9bf67d-6861-48eb-ae65-2e37f67329a9): Loading data parts 2025.11.18 15:14:41.970129 [ 267 ] {9db9fb73-b8cd-4b0a-b043-3edc0eb7745d} oximeter.timeseries_schema (4e9bf67d-6861-48eb-ae65-2e37f67329a9): There are no data parts 2025.11.18 15:14:41.972225 [ 267 ] {9db9fb73-b8cd-4b0a-b043-3edc0eb7745d} TCPHandler: Processed in 0.00497844 sec. 2025.11.18 15:14:41.974693 [ 268 ] {} TCP-Session: 974a6496-64dd-4cb8-9800-1a8fbd93c74f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:41.975318 [ 268 ] {95be01e6-594a-473c-9547-cd95ae3f538d} executeQuery: (from [fd00:1122:3344:101::d]:61768) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2025.11.18 15:14:41.976918 [ 268 ] {95be01e6-594a-473c-9547-cd95ae3f538d} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2025.11.18 15:14:41.990623 [ 284 ] {95be01e6-594a-473c-9547-cd95ae3f538d} oximeter.version (bb914a29-ac31-4cad-ad70-dc2210377931): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.18 15:14:41.990786 [ 284 ] {95be01e6-594a-473c-9547-cd95ae3f538d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.11.18 15:14:41.996285 [ 284 ] {95be01e6-594a-473c-9547-cd95ae3f538d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.18 15:14:41.996920 [ 284 ] {95be01e6-594a-473c-9547-cd95ae3f538d} oximeter.version (bb914a29-ac31-4cad-ad70-dc2210377931): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.18 15:14:41.997350 [ 268 ] {95be01e6-594a-473c-9547-cd95ae3f538d} executeQuery: Read 1 rows, 16.00 B in 0.022372 sec., 44.69873055605221 rows/sec., 715.18 B/sec. 2025.11.18 15:14:41.997639 [ 268 ] {95be01e6-594a-473c-9547-cd95ae3f538d} TCPHandler: Processed in 0.023107953 sec. 2025.11.18 15:14:42.000221 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 125.84 MiB, peak 125.84 MiB, free memory in arenas 0.00 B, will set to 139.64 MiB (RSS), difference: 13.81 MiB 2025.11.18 15:14:48.457251 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2025.11.18 15:14:48.457259 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2025.11.18 15:14:48.457400 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2025.11.18 15:14:48.457453 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2025.11.18 15:14:48.463096 [ 245 ] {} system.asynchronous_metric_log (ebf36cba-970a-4b96-bf4f-c406726b8844): Loading data parts 2025.11.18 15:14:48.463384 [ 245 ] {} system.asynchronous_metric_log (ebf36cba-970a-4b96-bf4f-c406726b8844): There are no data parts 2025.11.18 15:14:48.471693 [ 245 ] {} system.asynchronous_metric_log (ebf36cba-970a-4b96-bf4f-c406726b8844): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.18 15:14:48.471833 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.11.18 15:14:48.472893 [ 244 ] {} system.metric_log (00e78748-6260-4e40-8732-6740be9e9a5c): Loading data parts 2025.11.18 15:14:48.473110 [ 244 ] {} system.metric_log (00e78748-6260-4e40-8732-6740be9e9a5c): There are no data parts 2025.11.18 15:14:48.477775 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.18 15:14:48.478433 [ 245 ] {} system.asynchronous_metric_log (ebf36cba-970a-4b96-bf4f-c406726b8844): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.18 15:14:48.478586 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2025.11.18 15:14:48.504129 [ 244 ] {} system.metric_log (00e78748-6260-4e40-8732-6740be9e9a5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.18 15:14:48.504268 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.11.18 15:14:48.510483 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.18 15:14:48.511616 [ 244 ] {} system.metric_log (00e78748-6260-4e40-8732-6740be9e9a5c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.18 15:14:48.514928 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2025.11.18 15:14:49.001137 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.88 MiB, peak 148.88 MiB, free memory in arenas 0.00 B, will set to 153.98 MiB (RSS), difference: 9.10 MiB 2025.11.18 15:14:50.957093 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2025.11.18 15:14:50.957298 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2025.11.18 15:14:50.966402 [ 243 ] {} system.query_log (f8cab79c-fccc-44c2-b5ac-78b3877aee6e): Loading data parts 2025.11.18 15:14:50.966592 [ 243 ] {} system.query_log (f8cab79c-fccc-44c2-b5ac-78b3877aee6e): There are no data parts 2025.11.18 15:14:50.975412 [ 243 ] {} system.query_log (f8cab79c-fccc-44c2-b5ac-78b3877aee6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.18 15:14:50.975546 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.11.18 15:14:50.977353 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.18 15:14:50.977937 [ 243 ] {} system.query_log (f8cab79c-fccc-44c2-b5ac-78b3877aee6e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.18 15:14:50.978289 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2025.11.18 15:14:51.001150 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.17 MiB, peak 158.17 MiB, free memory in arenas 0.00 B, will set to 155.18 MiB (RSS), difference: -3.00 MiB 2025.11.18 15:14:55.930784 [ 120 ] {} DNSResolver: Updating DNS cache 2025.11.18 15:14:55.930857 [ 120 ] {} DNSResolver: Updated DNS cache 2025.11.18 15:14:55.979610 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2025.11.18 15:14:55.980481 [ 245 ] {} system.asynchronous_metric_log (ebf36cba-970a-4b96-bf4f-c406726b8844): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.18 15:14:55.980535 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.11.18 15:14:55.981437 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.18 15:14:55.982197 [ 245 ] {} system.asynchronous_metric_log (ebf36cba-970a-4b96-bf4f-c406726b8844): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.18 15:14:55.982391 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2025.11.18 15:14:56.015952 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2025.11.18 15:14:56.035457 [ 244 ] {} system.metric_log (00e78748-6260-4e40-8732-6740be9e9a5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.18 15:14:56.035581 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.11.18 15:14:56.042340 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.18 15:14:56.043526 [ 244 ] {} system.metric_log (00e78748-6260-4e40-8732-6740be9e9a5c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.18 15:14:56.047661 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2025.11.18 15:14:57.000160 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 156.18 MiB, peak 160.18 MiB, free memory in arenas 0.00 B, will set to 157.75 MiB (RSS), difference: 1.57 MiB 2025.11.18 15:14:57.653363 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.653606 [ 267 ] {a703a6d1-1cd4-45a2-b331-9bb226cecff3} executeQuery: (from [fd00:1122:3344:101::d]:48147) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2025.11.18 15:14:57.653957 [ 267 ] {a703a6d1-1cd4-45a2-b331-9bb226cecff3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.18 15:14:57.654238 [ 267 ] {a703a6d1-1cd4-45a2-b331-9bb226cecff3} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.18 15:14:57.654907 [ 267 ] {a703a6d1-1cd4-45a2-b331-9bb226cecff3} TCPHandler: Processed in 0.001663013 sec. 2025.11.18 15:14:57.662466 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.662667 [ 267 ] {b79b3fe2-0e19-45ea-aefc-2118dfa704cd} executeQuery: (from [fd00:1122:3344:101::d]:48147) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.11.18 15:14:57.665163 [ 267 ] {b79b3fe2-0e19-45ea-aefc-2118dfa704cd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.18 15:14:57.665214 [ 267 ] {b79b3fe2-0e19-45ea-aefc-2118dfa704cd} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.18 15:14:57.668113 [ 267 ] {b79b3fe2-0e19-45ea-aefc-2118dfa704cd} TCPHandler: Processed in 0.005708683 sec. 2025.11.18 15:14:57.670513 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.670650 [ 267 ] {00d3698b-75d1-4e56-8414-05cbf68bff81} executeQuery: (from [fd00:1122:3344:101::d]:48147) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'switch_data_link:link_enabled') FORMAT Native; (stage: Complete) 2025.11.18 15:14:57.670992 [ 267 ] {00d3698b-75d1-4e56-8414-05cbf68bff81} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.18 15:14:57.671039 [ 267 ] {00d3698b-75d1-4e56-8414-05cbf68bff81} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.18 15:14:57.671457 [ 267 ] {00d3698b-75d1-4e56-8414-05cbf68bff81} TCPHandler: Processed in 0.000998712 sec. 2025.11.18 15:14:57.672055 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.672176 [ 267 ] {3f0bb72c-fb73-4c00-9970-9b7c05f46556} executeQuery: (from [fd00:1122:3344:101::d]:48147) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT Native; (stage: Complete) 2025.11.18 15:14:57.672442 [ 267 ] {3f0bb72c-fb73-4c00-9970-9b7c05f46556} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.18 15:14:57.672486 [ 267 ] {3f0bb72c-fb73-4c00-9970-9b7c05f46556} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.18 15:14:57.672840 [ 267 ] {3f0bb72c-fb73-4c00-9970-9b7c05f46556} TCPHandler: Processed in 0.000837076 sec. 2025.11.18 15:14:57.673080 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.673197 [ 267 ] {453df8d8-a496-48ad-92e9-25801dcef470} executeQuery: (from [fd00:1122:3344:101::d]:48147) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT Native; (stage: Complete) 2025.11.18 15:14:57.673461 [ 267 ] {453df8d8-a496-48ad-92e9-25801dcef470} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.18 15:14:57.673505 [ 267 ] {453df8d8-a496-48ad-92e9-25801dcef470} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.18 15:14:57.673870 [ 267 ] {453df8d8-a496-48ad-92e9-25801dcef470} TCPHandler: Processed in 0.000840347 sec. 2025.11.18 15:14:57.674101 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.674233 [ 267 ] {c338e745-929a-4d54-9d5f-affb9f2bd823} executeQuery: (from [fd00:1122:3344:101::d]:48147) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.11.18 15:14:57.674495 [ 267 ] {c338e745-929a-4d54-9d5f-affb9f2bd823} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.18 15:14:57.674539 [ 267 ] {c338e745-929a-4d54-9d5f-affb9f2bd823} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.18 15:14:57.674878 [ 267 ] {c338e745-929a-4d54-9d5f-affb9f2bd823} TCPHandler: Processed in 0.000827697 sec. 2025.11.18 15:14:57.675113 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.675233 [ 267 ] {d89712f0-562d-443c-af80-038a9936c766} executeQuery: (from [fd00:1122:3344:101::d]:48147) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.11.18 15:14:57.675491 [ 267 ] {d89712f0-562d-443c-af80-038a9936c766} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.18 15:14:57.675534 [ 267 ] {d89712f0-562d-443c-af80-038a9936c766} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.18 15:14:57.675864 [ 267 ] {d89712f0-562d-443c-af80-038a9936c766} TCPHandler: Processed in 0.000800266 sec. 2025.11.18 15:14:57.676108 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.676224 [ 267 ] {e97de46e-d36e-4406-8af3-2677f095e974} executeQuery: (from [fd00:1122:3344:101::d]:48147) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.11.18 15:14:57.676480 [ 267 ] {e97de46e-d36e-4406-8af3-2677f095e974} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.18 15:14:57.676524 [ 267 ] {e97de46e-d36e-4406-8af3-2677f095e974} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.18 15:14:57.676846 [ 267 ] {e97de46e-d36e-4406-8af3-2677f095e974} TCPHandler: Processed in 0.000786575 sec. 2025.11.18 15:14:57.677090 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.677203 [ 267 ] {5daee417-f479-4c66-9db9-c57dfd8f24d7} executeQuery: (from [fd00:1122:3344:101::d]:48147) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.18 15:14:57.677456 [ 267 ] {5daee417-f479-4c66-9db9-c57dfd8f24d7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.18 15:14:57.677499 [ 267 ] {5daee417-f479-4c66-9db9-c57dfd8f24d7} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.18 15:14:57.677880 [ 267 ] {5daee417-f479-4c66-9db9-c57dfd8f24d7} TCPHandler: Processed in 0.000838477 sec. 2025.11.18 15:14:57.678109 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.678227 [ 267 ] {5de27ae9-9a36-429b-8fb7-d44706d5aa36} executeQuery: (from [fd00:1122:3344:101::d]:48147) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.18 15:14:57.678488 [ 267 ] {5de27ae9-9a36-429b-8fb7-d44706d5aa36} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.18 15:14:57.678531 [ 267 ] {5de27ae9-9a36-429b-8fb7-d44706d5aa36} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.18 15:14:57.678849 [ 267 ] {5de27ae9-9a36-429b-8fb7-d44706d5aa36} TCPHandler: Processed in 0.000787455 sec. 2025.11.18 15:14:57.679098 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.679215 [ 267 ] {3cf8c653-1123-4679-99a4-fb0e95d71d1f} executeQuery: (from [fd00:1122:3344:101::d]:48147) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.18 15:14:57.679476 [ 267 ] {3cf8c653-1123-4679-99a4-fb0e95d71d1f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.18 15:14:57.679518 [ 267 ] {3cf8c653-1123-4679-99a4-fb0e95d71d1f} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.18 15:14:57.679850 [ 267 ] {3cf8c653-1123-4679-99a4-fb0e95d71d1f} TCPHandler: Processed in 0.000800376 sec. 2025.11.18 15:14:57.680090 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.680207 [ 267 ] {5d282826-602c-4aba-9f27-d950ed24f02f} executeQuery: (from [fd00:1122:3344:101::d]:48147) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.18 15:14:57.680469 [ 267 ] {5d282826-602c-4aba-9f27-d950ed24f02f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.18 15:14:57.680513 [ 267 ] {5d282826-602c-4aba-9f27-d950ed24f02f} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.18 15:14:57.680839 [ 267 ] {5d282826-602c-4aba-9f27-d950ed24f02f} TCPHandler: Processed in 0.000798576 sec. 2025.11.18 15:14:57.692204 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.692347 [ 267 ] {2807fe2d-0779-438c-a8a3-bee931e5bed3} executeQuery: (from [fd00:1122:3344:101::d]:48147) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.18 15:14:57.692654 [ 267 ] {2807fe2d-0779-438c-a8a3-bee931e5bed3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.18 15:14:57.692706 [ 267 ] {2807fe2d-0779-438c-a8a3-bee931e5bed3} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.18 15:14:57.693070 [ 267 ] {2807fe2d-0779-438c-a8a3-bee931e5bed3} TCPHandler: Processed in 0.00092739 sec. 2025.11.18 15:14:57.693372 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.693494 [ 267 ] {7fd4cd5e-7839-45f2-89b2-621ecad31ff7} executeQuery: (from [fd00:1122:3344:101::d]:48147) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('dendrite:sample_collection_duration', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.18 15:14:57.693770 [ 267 ] {7fd4cd5e-7839-45f2-89b2-621ecad31ff7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.18 15:14:57.693813 [ 267 ] {7fd4cd5e-7839-45f2-89b2-621ecad31ff7} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.18 15:14:57.694178 [ 267 ] {7fd4cd5e-7839-45f2-89b2-621ecad31ff7} TCPHandler: Processed in 0.000854158 sec. 2025.11.18 15:14:57.694449 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.694571 [ 267 ] {05502998-adc4-47a5-8a9d-446382bc3af2} executeQuery: (from [fd00:1122:3344:101::d]:48147) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.18 15:14:57.694842 [ 267 ] {05502998-adc4-47a5-8a9d-446382bc3af2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.18 15:14:57.694884 [ 267 ] {05502998-adc4-47a5-8a9d-446382bc3af2} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.18 15:14:57.695242 [ 267 ] {05502998-adc4-47a5-8a9d-446382bc3af2} TCPHandler: Processed in 0.000841347 sec. 2025.11.18 15:14:57.695457 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.695579 [ 267 ] {8e75f8e8-3970-4bb4-9154-1547bff8791a} executeQuery: (from [fd00:1122:3344:101::d]:48147) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.18 15:14:57.695855 [ 267 ] {8e75f8e8-3970-4bb4-9154-1547bff8791a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.18 15:14:57.695901 [ 267 ] {8e75f8e8-3970-4bb4-9154-1547bff8791a} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.18 15:14:57.696257 [ 267 ] {8e75f8e8-3970-4bb4-9154-1547bff8791a} TCPHandler: Processed in 0.000848517 sec. 2025.11.18 15:14:57.696478 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.696598 [ 267 ] {84423268-df86-4ebe-ac15-6c3418abb700} executeQuery: (from [fd00:1122:3344:101::d]:48147) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.18 15:14:57.696875 [ 267 ] {84423268-df86-4ebe-ac15-6c3418abb700} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.18 15:14:57.696919 [ 267 ] {84423268-df86-4ebe-ac15-6c3418abb700} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.18 15:14:57.697456 [ 267 ] {84423268-df86-4ebe-ac15-6c3418abb700} TCPHandler: Processed in 0.001026273 sec. 2025.11.18 15:14:57.697662 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.697784 [ 267 ] {a099368d-df25-441c-b367-f381bdb501f5} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.18 15:14:57.698065 [ 267 ] {a099368d-df25-441c-b367-f381bdb501f5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.18 15:14:57.698109 [ 267 ] {a099368d-df25-441c-b367-f381bdb501f5} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.18 15:14:57.698442 [ 267 ] {a099368d-df25-441c-b367-f381bdb501f5} TCPHandler: Processed in 0.000828856 sec. 2025.11.18 15:14:57.698648 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.698771 [ 267 ] {654ff17d-5187-421a-a7b1-201da38861cf} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.18 15:14:57.699052 [ 267 ] {654ff17d-5187-421a-a7b1-201da38861cf} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.18 15:14:57.699095 [ 267 ] {654ff17d-5187-421a-a7b1-201da38861cf} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.18 15:14:57.699477 [ 267 ] {654ff17d-5187-421a-a7b1-201da38861cf} TCPHandler: Processed in 0.000876819 sec. 2025.11.18 15:14:57.699700 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.699822 [ 267 ] {916000a9-08ed-49c5-b39a-cecdc189084a} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.18 15:14:57.700110 [ 267 ] {916000a9-08ed-49c5-b39a-cecdc189084a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.18 15:14:57.700154 [ 267 ] {916000a9-08ed-49c5-b39a-cecdc189084a} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.18 15:14:57.700503 [ 267 ] {916000a9-08ed-49c5-b39a-cecdc189084a} TCPHandler: Processed in 0.000851748 sec. 2025.11.18 15:14:57.700717 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.700841 [ 267 ] {04f8a876-f42f-4ec2-86c6-4b160804d5bf} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.18 15:14:57.701125 [ 267 ] {04f8a876-f42f-4ec2-86c6-4b160804d5bf} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.18 15:14:57.701168 [ 267 ] {04f8a876-f42f-4ec2-86c6-4b160804d5bf} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.18 15:14:57.701513 [ 267 ] {04f8a876-f42f-4ec2-86c6-4b160804d5bf} TCPHandler: Processed in 0.000843647 sec. 2025.11.18 15:14:57.701725 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.701847 [ 267 ] {29e9f35d-a02d-480f-b572-a14146bccf96} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.18 15:14:57.702131 [ 267 ] {29e9f35d-a02d-480f-b572-a14146bccf96} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.18 15:14:57.702175 [ 267 ] {29e9f35d-a02d-480f-b572-a14146bccf96} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.18 15:14:57.702516 [ 267 ] {29e9f35d-a02d-480f-b572-a14146bccf96} TCPHandler: Processed in 0.000840347 sec. 2025.11.18 15:14:57.702720 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.702845 [ 267 ] {9dd19bef-84a8-4010-9085-c6eb2ae913f9} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.18 15:14:57.703124 [ 267 ] {9dd19bef-84a8-4010-9085-c6eb2ae913f9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.18 15:14:57.703167 [ 267 ] {9dd19bef-84a8-4010-9085-c6eb2ae913f9} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.18 15:14:57.703497 [ 267 ] {9dd19bef-84a8-4010-9085-c6eb2ae913f9} TCPHandler: Processed in 0.000826217 sec. 2025.11.18 15:14:57.703708 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.703832 [ 267 ] {77bb89a4-a154-4e95-b0c9-ae22808d353c} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.18 15:14:57.704115 [ 267 ] {77bb89a4-a154-4e95-b0c9-ae22808d353c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.18 15:14:57.704158 [ 267 ] {77bb89a4-a154-4e95-b0c9-ae22808d353c} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.18 15:14:57.704492 [ 267 ] {77bb89a4-a154-4e95-b0c9-ae22808d353c} TCPHandler: Processed in 0.000832347 sec. 2025.11.18 15:14:57.704708 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.704832 [ 267 ] {4c6479b7-ee87-4b02-8614-ed4cfe017980} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.18 15:14:57.705133 [ 267 ] {4c6479b7-ee87-4b02-8614-ed4cfe017980} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.18 15:14:57.705188 [ 267 ] {4c6479b7-ee87-4b02-8614-ed4cfe017980} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.18 15:14:57.705557 [ 267 ] {4c6479b7-ee87-4b02-8614-ed4cfe017980} TCPHandler: Processed in 0.000896079 sec. 2025.11.18 15:14:57.705771 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.705894 [ 267 ] {c9f4f724-6eb8-4465-b8cb-2d8b83005108} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.18 15:14:57.706181 [ 267 ] {c9f4f724-6eb8-4465-b8cb-2d8b83005108} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.18 15:14:57.706224 [ 267 ] {c9f4f724-6eb8-4465-b8cb-2d8b83005108} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.18 15:14:57.706564 [ 267 ] {c9f4f724-6eb8-4465-b8cb-2d8b83005108} TCPHandler: Processed in 0.000841938 sec. 2025.11.18 15:14:57.706776 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.706901 [ 267 ] {f736c923-9ac8-45bf-9867-5cc1f262bfd5} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.18 15:14:57.707192 [ 267 ] {f736c923-9ac8-45bf-9867-5cc1f262bfd5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.18 15:14:57.707235 [ 267 ] {f736c923-9ac8-45bf-9867-5cc1f262bfd5} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.18 15:14:57.707589 [ 267 ] {f736c923-9ac8-45bf-9867-5cc1f262bfd5} TCPHandler: Processed in 0.000861547 sec. 2025.11.18 15:14:57.708278 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.708410 [ 267 ] {f2e30eac-d6c1-49bf-8f06-86d6e79bc822} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.18 15:14:57.708705 [ 267 ] {f2e30eac-d6c1-49bf-8f06-86d6e79bc822} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.18 15:14:57.708749 [ 267 ] {f2e30eac-d6c1-49bf-8f06-86d6e79bc822} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.18 15:14:57.709135 [ 267 ] {f2e30eac-d6c1-49bf-8f06-86d6e79bc822} TCPHandler: Processed in 0.000909129 sec. 2025.11.18 15:14:57.709915 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.710052 [ 267 ] {9241d78b-1b95-4c03-ba0d-49ae4add4665} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.18 15:14:57.710354 [ 267 ] {9241d78b-1b95-4c03-ba0d-49ae4add4665} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.18 15:14:57.710398 [ 267 ] {9241d78b-1b95-4c03-ba0d-49ae4add4665} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.18 15:14:57.710775 [ 267 ] {9241d78b-1b95-4c03-ba0d-49ae4add4665} TCPHandler: Processed in 0.000914289 sec. 2025.11.18 15:14:57.710986 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.711116 [ 267 ] {b8ee76c8-dc80-4e6f-8070-ebfe094f03ab} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.18 15:14:57.711413 [ 267 ] {b8ee76c8-dc80-4e6f-8070-ebfe094f03ab} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.18 15:14:57.711457 [ 267 ] {b8ee76c8-dc80-4e6f-8070-ebfe094f03ab} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.18 15:14:57.711821 [ 267 ] {b8ee76c8-dc80-4e6f-8070-ebfe094f03ab} TCPHandler: Processed in 0.000884659 sec. 2025.11.18 15:14:57.712035 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.712176 [ 267 ] {323c8261-3ac8-4cc5-8aec-c1b06d1316ae} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.18 15:14:57.712506 [ 267 ] {323c8261-3ac8-4cc5-8aec-c1b06d1316ae} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.18 15:14:57.712552 [ 267 ] {323c8261-3ac8-4cc5-8aec-c1b06d1316ae} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.18 15:14:57.712926 [ 267 ] {323c8261-3ac8-4cc5-8aec-c1b06d1316ae} TCPHandler: Processed in 0.00094326 sec. 2025.11.18 15:14:57.713137 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.713275 [ 267 ] {885cd13a-d090-46c2-8713-ab66c0daeb5d} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.18 15:14:57.713588 [ 267 ] {885cd13a-d090-46c2-8713-ab66c0daeb5d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.18 15:14:57.713633 [ 267 ] {885cd13a-d090-46c2-8713-ab66c0daeb5d} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.18 15:14:57.713991 [ 267 ] {885cd13a-d090-46c2-8713-ab66c0daeb5d} TCPHandler: Processed in 0.000902689 sec. 2025.11.18 15:14:57.714207 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.714340 [ 267 ] {fe409cc5-0d87-4ac5-9f27-e562f47763ae} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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', 'dendrite:sample_collection_duration', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.18 15:14:57.714681 [ 267 ] {fe409cc5-0d87-4ac5-9f27-e562f47763ae} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.18 15:14:57.714726 [ 267 ] {fe409cc5-0d87-4ac5-9f27-e562f47763ae} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.18 15:14:57.715452 [ 267 ] {fe409cc5-0d87-4ac5-9f27-e562f47763ae} TCPHandler: Processed in 0.001294832 sec. 2025.11.18 15:14:57.715725 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.715901 [ 267 ] {ffc35b95-dabc-4b2e-8fd0-602881f0e086} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.18 15:14:57.716310 [ 267 ] {ffc35b95-dabc-4b2e-8fd0-602881f0e086} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.18 15:14:57.716368 [ 267 ] {ffc35b95-dabc-4b2e-8fd0-602881f0e086} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.18 15:14:57.716857 [ 267 ] {ffc35b95-dabc-4b2e-8fd0-602881f0e086} TCPHandler: Processed in 0.001205779 sec. 2025.11.18 15:14:57.717131 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.717287 [ 267 ] {bb28cbb3-4a7b-4761-b605-919d15b9a96d} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.18 15:14:57.717676 [ 267 ] {bb28cbb3-4a7b-4761-b605-919d15b9a96d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.18 15:14:57.717726 [ 267 ] {bb28cbb3-4a7b-4761-b605-919d15b9a96d} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.18 15:14:57.718107 [ 267 ] {bb28cbb3-4a7b-4761-b605-919d15b9a96d} TCPHandler: Processed in 0.001036833 sec. 2025.11.18 15:14:57.718407 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.718542 [ 267 ] {a40b00e8-105e-4f6d-ae64-20dc740e05f7} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.18 15:14:57.718842 [ 267 ] {a40b00e8-105e-4f6d-ae64-20dc740e05f7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.18 15:14:57.718887 [ 267 ] {a40b00e8-105e-4f6d-ae64-20dc740e05f7} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.18 15:14:57.719254 [ 267 ] {a40b00e8-105e-4f6d-ae64-20dc740e05f7} TCPHandler: Processed in 0.000896619 sec. 2025.11.18 15:14:57.719518 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.719658 [ 267 ] {599880aa-35ec-453e-b41c-ec0b70d3847a} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.18 15:14:57.719962 [ 267 ] {599880aa-35ec-453e-b41c-ec0b70d3847a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.18 15:14:57.720005 [ 267 ] {599880aa-35ec-453e-b41c-ec0b70d3847a} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.18 15:14:57.720366 [ 267 ] {599880aa-35ec-453e-b41c-ec0b70d3847a} TCPHandler: Processed in 0.000900589 sec. 2025.11.18 15:14:57.720603 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.720761 [ 267 ] {1b3bfbf2-f96f-4db7-be43-d57ea26d1cd6} executeQuery: (from [fd00:1122:3344:101::d]:48147) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.18 15:14:57.721068 [ 267 ] {1b3bfbf2-f96f-4db7-be43-d57ea26d1cd6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.18 15:14:57.721112 [ 267 ] {1b3bfbf2-f96f-4db7-be43-d57ea26d1cd6} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.18 15:14:57.721452 [ 267 ] {1b3bfbf2-f96f-4db7-be43-d57ea26d1cd6} TCPHandler: Processed in 0.00091252 sec. 2025.11.18 15:14:57.759389 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.759551 [ 267 ] {dfd520a8-308c-43db-a761-e5997ae68f5e} executeQuery: (from [fd00:1122:3344:101::d]:48147) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.11.18 15:14:57.759626 [ 267 ] {dfd520a8-308c-43db-a761-e5997ae68f5e} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.18 15:14:57.760408 [ 267 ] {dfd520a8-308c-43db-a761-e5997ae68f5e} oximeter.timeseries_schema (4e9bf67d-6861-48eb-ae65-2e37f67329a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.18 15:14:57.760454 [ 267 ] {dfd520a8-308c-43db-a761-e5997ae68f5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.11.18 15:14:57.761166 [ 267 ] {dfd520a8-308c-43db-a761-e5997ae68f5e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.18 15:14:57.761569 [ 267 ] {dfd520a8-308c-43db-a761-e5997ae68f5e} oximeter.timeseries_schema (4e9bf67d-6861-48eb-ae65-2e37f67329a9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.18 15:14:57.761748 [ 267 ] {dfd520a8-308c-43db-a761-e5997ae68f5e} executeQuery: Read 38 rows, 8.60 KiB in 0.002236 sec., 16994.63327370304 rows/sec., 3.76 MiB/sec. 2025.11.18 15:14:57.761797 [ 267 ] {dfd520a8-308c-43db-a761-e5997ae68f5e} TCPHandler: Processed in 0.00249204 sec. 2025.11.18 15:14:57.761954 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.762062 [ 267 ] {294c8e92-60e4-480f-b057-a2ccc0adf31d} executeQuery: (from [fd00:1122:3344:101::d]:48147) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.18 15:14:57.762108 [ 267 ] {294c8e92-60e4-480f-b057-a2ccc0adf31d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.18 15:14:57.765049 [ 267 ] {294c8e92-60e4-480f-b057-a2ccc0adf31d} oximeter.fields_i16 (a8bd3d49-e4be-45f9-9f2a-92c99ccaac95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.18 15:14:57.765092 [ 267 ] {294c8e92-60e4-480f-b057-a2ccc0adf31d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.11.18 15:14:57.765713 [ 267 ] {294c8e92-60e4-480f-b057-a2ccc0adf31d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.18 15:14:57.766157 [ 267 ] {294c8e92-60e4-480f-b057-a2ccc0adf31d} oximeter.fields_i16 (a8bd3d49-e4be-45f9-9f2a-92c99ccaac95): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.18 15:14:57.766300 [ 267 ] {294c8e92-60e4-480f-b057-a2ccc0adf31d} executeQuery: Read 410 rows, 26.63 KiB in 0.004262 sec., 96198.96762083529 rows/sec., 6.10 MiB/sec. 2025.11.18 15:14:57.766339 [ 267 ] {294c8e92-60e4-480f-b057-a2ccc0adf31d} TCPHandler: Processed in 0.004434993 sec. 2025.11.18 15:14:57.766485 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.766585 [ 267 ] {6753c090-01ab-4d5c-8c6a-8e70e794d416} executeQuery: (from [fd00:1122:3344:101::d]:48147) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.11.18 15:14:57.766626 [ 267 ] {6753c090-01ab-4d5c-8c6a-8e70e794d416} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.11.18 15:14:57.767056 [ 267 ] {6753c090-01ab-4d5c-8c6a-8e70e794d416} oximeter.fields_ipaddr (782e1d6d-7fb6-4088-b2e7-c5c81aa12268): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.18 15:14:57.767092 [ 267 ] {6753c090-01ab-4d5c-8c6a-8e70e794d416} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.11.18 15:14:57.767499 [ 267 ] {6753c090-01ab-4d5c-8c6a-8e70e794d416} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.18 15:14:57.767928 [ 267 ] {6753c090-01ab-4d5c-8c6a-8e70e794d416} oximeter.fields_ipaddr (782e1d6d-7fb6-4088-b2e7-c5c81aa12268): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.18 15:14:57.768064 [ 267 ] {6753c090-01ab-4d5c-8c6a-8e70e794d416} executeQuery: Read 12 rows, 1002.00 B in 0.001501 sec., 7994.670219853431 rows/sec., 651.91 KiB/sec. 2025.11.18 15:14:57.768101 [ 267 ] {6753c090-01ab-4d5c-8c6a-8e70e794d416} TCPHandler: Processed in 0.001667704 sec. 2025.11.18 15:14:57.768208 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.768304 [ 267 ] {bdb846fc-a8f2-4caf-a35b-9db91abdcaf0} executeQuery: (from [fd00:1122:3344:101::d]:48147) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.18 15:14:57.768344 [ 267 ] {bdb846fc-a8f2-4caf-a35b-9db91abdcaf0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.18 15:14:57.770097 [ 267 ] {bdb846fc-a8f2-4caf-a35b-9db91abdcaf0} oximeter.fields_string (9812b24e-310c-4594-99fe-cacc87bc610b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.18 15:14:57.770138 [ 267 ] {bdb846fc-a8f2-4caf-a35b-9db91abdcaf0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.11.18 15:14:57.770812 [ 267 ] {bdb846fc-a8f2-4caf-a35b-9db91abdcaf0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.18 15:14:57.771293 [ 267 ] {bdb846fc-a8f2-4caf-a35b-9db91abdcaf0} oximeter.fields_string (9812b24e-310c-4594-99fe-cacc87bc610b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.18 15:14:57.771443 [ 267 ] {bdb846fc-a8f2-4caf-a35b-9db91abdcaf0} executeQuery: Read 2252 rows, 186.79 KiB in 0.003159 sec., 712883.8239949351 rows/sec., 57.74 MiB/sec. 2025.11.18 15:14:57.771483 [ 267 ] {bdb846fc-a8f2-4caf-a35b-9db91abdcaf0} MemoryTracker: Peak memory usage (for query): 4.03 MiB. 2025.11.18 15:14:57.771497 [ 267 ] {bdb846fc-a8f2-4caf-a35b-9db91abdcaf0} TCPHandler: Processed in 0.003340297 sec. 2025.11.18 15:14:57.771607 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.771704 [ 267 ] {828845c9-be01-4bbb-802d-7d531e7ddd9d} executeQuery: (from [fd00:1122:3344:101::d]:48147) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.18 15:14:57.771745 [ 267 ] {828845c9-be01-4bbb-802d-7d531e7ddd9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.18 15:14:57.772277 [ 267 ] {828845c9-be01-4bbb-802d-7d531e7ddd9d} oximeter.fields_u16 (fb6c9f38-12ac-43c7-89c5-44bd7a2f42ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.18 15:14:57.772317 [ 267 ] {828845c9-be01-4bbb-802d-7d531e7ddd9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.11.18 15:14:57.772754 [ 267 ] {828845c9-be01-4bbb-802d-7d531e7ddd9d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.18 15:14:57.773205 [ 267 ] {828845c9-be01-4bbb-802d-7d531e7ddd9d} oximeter.fields_u16 (fb6c9f38-12ac-43c7-89c5-44bd7a2f42ef): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.18 15:14:57.773353 [ 267 ] {828845c9-be01-4bbb-802d-7d531e7ddd9d} executeQuery: Read 227 rows, 13.91 KiB in 0.001669 sec., 136009.5865787897 rows/sec., 8.14 MiB/sec. 2025.11.18 15:14:57.773391 [ 267 ] {828845c9-be01-4bbb-802d-7d531e7ddd9d} TCPHandler: Processed in 0.001833529 sec. 2025.11.18 15:14:57.773504 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.773600 [ 267 ] {1f4c0b0e-82b6-4e21-bfc9-995e0fc726e0} executeQuery: (from [fd00:1122:3344:101::d]:48147) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.18 15:14:57.773640 [ 267 ] {1f4c0b0e-82b6-4e21-bfc9-995e0fc726e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.18 15:14:57.774213 [ 267 ] {1f4c0b0e-82b6-4e21-bfc9-995e0fc726e0} oximeter.fields_u32 (84148798-a5d5-4bbc-8230-2e1cf5c05563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.18 15:14:57.774248 [ 267 ] {1f4c0b0e-82b6-4e21-bfc9-995e0fc726e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.11.18 15:14:57.774698 [ 267 ] {1f4c0b0e-82b6-4e21-bfc9-995e0fc726e0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.18 15:14:57.775151 [ 267 ] {1f4c0b0e-82b6-4e21-bfc9-995e0fc726e0} oximeter.fields_u32 (84148798-a5d5-4bbc-8230-2e1cf5c05563): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.18 15:14:57.775286 [ 267 ] {1f4c0b0e-82b6-4e21-bfc9-995e0fc726e0} executeQuery: Read 440 rows, 29.81 KiB in 0.001705 sec., 258064.51612903227 rows/sec., 17.07 MiB/sec. 2025.11.18 15:14:57.775324 [ 267 ] {1f4c0b0e-82b6-4e21-bfc9-995e0fc726e0} TCPHandler: Processed in 0.00186976 sec. 2025.11.18 15:14:57.775440 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.775536 [ 267 ] {3af80778-ea67-4eed-bbe4-3dc3d51ab36f} executeQuery: (from [fd00:1122:3344:101::d]:48147) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.18 15:14:57.775575 [ 267 ] {3af80778-ea67-4eed-bbe4-3dc3d51ab36f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.18 15:14:57.776082 [ 267 ] {3af80778-ea67-4eed-bbe4-3dc3d51ab36f} oximeter.fields_u8 (981b9f3f-d716-4f1e-9338-cd17329ef6a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.18 15:14:57.776126 [ 267 ] {3af80778-ea67-4eed-bbe4-3dc3d51ab36f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.11.18 15:14:57.776629 [ 267 ] {3af80778-ea67-4eed-bbe4-3dc3d51ab36f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.18 15:14:57.777120 [ 267 ] {3af80778-ea67-4eed-bbe4-3dc3d51ab36f} oximeter.fields_u8 (981b9f3f-d716-4f1e-9338-cd17329ef6a3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.18 15:14:57.777251 [ 267 ] {3af80778-ea67-4eed-bbe4-3dc3d51ab36f} executeQuery: Read 211 rows, 12.27 KiB in 0.001732 sec., 121824.480369515 rows/sec., 6.92 MiB/sec. 2025.11.18 15:14:57.777295 [ 267 ] {3af80778-ea67-4eed-bbe4-3dc3d51ab36f} TCPHandler: Processed in 0.001906502 sec. 2025.11.18 15:14:57.777410 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.777506 [ 267 ] {8eff2215-d236-459d-8580-85d65fb79295} executeQuery: (from [fd00:1122:3344:101::d]:48147) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.18 15:14:57.777547 [ 267 ] {8eff2215-d236-459d-8580-85d65fb79295} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.18 15:14:57.778386 [ 267 ] {8eff2215-d236-459d-8580-85d65fb79295} oximeter.fields_uuid (19e08dd4-25db-4b00-86ab-97e83532e178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.18 15:14:57.778424 [ 267 ] {8eff2215-d236-459d-8580-85d65fb79295} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.11.18 15:14:57.778953 [ 267 ] {8eff2215-d236-459d-8580-85d65fb79295} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.18 15:14:57.779386 [ 267 ] {8eff2215-d236-459d-8580-85d65fb79295} oximeter.fields_uuid (19e08dd4-25db-4b00-86ab-97e83532e178): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.18 15:14:57.779528 [ 267 ] {8eff2215-d236-459d-8580-85d65fb79295} executeQuery: Read 1129 rows, 82.30 KiB in 0.002039 sec., 553702.7954879843 rows/sec., 39.42 MiB/sec. 2025.11.18 15:14:57.779570 [ 267 ] {8eff2215-d236-459d-8580-85d65fb79295} TCPHandler: Processed in 0.002210081 sec. 2025.11.18 15:14:57.779686 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.779783 [ 267 ] {ec312805-4460-44ba-bf9b-174da7a777e6} executeQuery: (from [fd00:1122:3344:101::d]:48147) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.18 15:14:57.779824 [ 267 ] {ec312805-4460-44ba-bf9b-174da7a777e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.18 15:14:57.780180 [ 267 ] {ec312805-4460-44ba-bf9b-174da7a777e6} oximeter.measurements_bool (3d58c03d-3243-4892-806f-28a893ef1aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.18 15:14:57.780217 [ 267 ] {ec312805-4460-44ba-bf9b-174da7a777e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.11.18 15:14:57.780755 [ 267 ] {ec312805-4460-44ba-bf9b-174da7a777e6} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.18 15:14:57.781208 [ 267 ] {ec312805-4460-44ba-bf9b-174da7a777e6} oximeter.measurements_bool (3d58c03d-3243-4892-806f-28a893ef1aa0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.18 15:14:57.781354 [ 267 ] {ec312805-4460-44ba-bf9b-174da7a777e6} executeQuery: Read 6 rows, 321.00 B in 0.001588 sec., 3778.337531486146 rows/sec., 197.40 KiB/sec. 2025.11.18 15:14:57.781399 [ 267 ] {ec312805-4460-44ba-bf9b-174da7a777e6} TCPHandler: Processed in 0.001762367 sec. 2025.11.18 15:14:57.781525 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.781637 [ 267 ] {7fca9cf6-990f-462a-bcd8-0e6d95091193} executeQuery: (from [fd00:1122:3344:101::d]:48147) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.18 15:14:57.781691 [ 267 ] {7fca9cf6-990f-462a-bcd8-0e6d95091193} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.18 15:14:57.782427 [ 267 ] {7fca9cf6-990f-462a-bcd8-0e6d95091193} oximeter.measurements_cumulativeu64 (ea124c98-006a-4ccb-ab32-c6486dd78d89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.18 15:14:57.782469 [ 267 ] {7fca9cf6-990f-462a-bcd8-0e6d95091193} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.11.18 15:14:57.783082 [ 267 ] {7fca9cf6-990f-462a-bcd8-0e6d95091193} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.18 15:14:57.783542 [ 267 ] {7fca9cf6-990f-462a-bcd8-0e6d95091193} oximeter.measurements_cumulativeu64 (ea124c98-006a-4ccb-ab32-c6486dd78d89): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.18 15:14:57.783687 [ 267 ] {7fca9cf6-990f-462a-bcd8-0e6d95091193} executeQuery: Read 1136 rows, 76.92 KiB in 0.002076 sec., 547206.1657032755 rows/sec., 36.18 MiB/sec. 2025.11.18 15:14:57.783729 [ 267 ] {7fca9cf6-990f-462a-bcd8-0e6d95091193} TCPHandler: Processed in 0.002258563 sec. 2025.11.18 15:14:57.783852 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.783955 [ 267 ] {b51797a7-dd8f-4ae4-bcbc-b3748c39c457} executeQuery: (from [fd00:1122:3344:101::d]:48147) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.18 15:14:57.783999 [ 267 ] {b51797a7-dd8f-4ae4-bcbc-b3748c39c457} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.18 15:14:57.784326 [ 267 ] {b51797a7-dd8f-4ae4-bcbc-b3748c39c457} oximeter.measurements_f64 (4d4b2da3-3455-4f49-9359-81bfca8fb34a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.18 15:14:57.784362 [ 267 ] {b51797a7-dd8f-4ae4-bcbc-b3748c39c457} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.11.18 15:14:57.784769 [ 267 ] {b51797a7-dd8f-4ae4-bcbc-b3748c39c457} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.18 15:14:57.785206 [ 267 ] {b51797a7-dd8f-4ae4-bcbc-b3748c39c457} oximeter.measurements_f64 (4d4b2da3-3455-4f49-9359-81bfca8fb34a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.18 15:14:57.785345 [ 267 ] {b51797a7-dd8f-4ae4-bcbc-b3748c39c457} executeQuery: Read 1 rows, 69.00 B in 0.001409 sec., 709.7232079488999 rows/sec., 47.82 KiB/sec. 2025.11.18 15:14:57.785387 [ 267 ] {b51797a7-dd8f-4ae4-bcbc-b3748c39c457} TCPHandler: Processed in 0.001583921 sec. 2025.11.18 15:14:57.785499 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.785592 [ 267 ] {6ea78b15-db0b-4c98-9541-bab0a05a2fda} executeQuery: (from [fd00:1122:3344:101::d]:48147) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.18 15:14:57.785644 [ 267 ] {6ea78b15-db0b-4c98-9541-bab0a05a2fda} 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.11.18 15:14:57.786450 [ 267 ] {6ea78b15-db0b-4c98-9541-bab0a05a2fda} oximeter.measurements_histogramu64 (72355592-ac01-4acf-a1f6-f263633cc6d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.18 15:14:57.786487 [ 267 ] {6ea78b15-db0b-4c98-9541-bab0a05a2fda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.11.18 15:14:57.787833 [ 267 ] {6ea78b15-db0b-4c98-9541-bab0a05a2fda} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.18 15:14:57.788268 [ 267 ] {6ea78b15-db0b-4c98-9541-bab0a05a2fda} oximeter.measurements_histogramu64 (72355592-ac01-4acf-a1f6-f263633cc6d7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.18 15:14:57.788417 [ 267 ] {6ea78b15-db0b-4c98-9541-bab0a05a2fda} executeQuery: Read 10 rows, 18.35 KiB in 0.002842 sec., 3518.6488388458833 rows/sec., 6.31 MiB/sec. 2025.11.18 15:14:57.788478 [ 267 ] {6ea78b15-db0b-4c98-9541-bab0a05a2fda} TCPHandler: Processed in 0.003028497 sec. 2025.11.18 15:14:57.788598 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:14:57.788700 [ 267 ] {48d02e9d-8e5d-4c13-942a-32216d779b43} executeQuery: (from [fd00:1122:3344:101::d]:48147) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.18 15:14:57.788757 [ 267 ] {48d02e9d-8e5d-4c13-942a-32216d779b43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.18 15:14:57.789108 [ 267 ] {48d02e9d-8e5d-4c13-942a-32216d779b43} oximeter.measurements_u64 (b0f89925-8e2a-463c-b30b-089b6d4b6164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.18 15:14:57.789145 [ 267 ] {48d02e9d-8e5d-4c13-942a-32216d779b43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.11.18 15:14:57.789563 [ 267 ] {48d02e9d-8e5d-4c13-942a-32216d779b43} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.18 15:14:57.790101 [ 267 ] {48d02e9d-8e5d-4c13-942a-32216d779b43} oximeter.measurements_u64 (b0f89925-8e2a-463c-b30b-089b6d4b6164): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.18 15:14:57.790239 [ 267 ] {48d02e9d-8e5d-4c13-942a-32216d779b43} executeQuery: Read 52 rows, 2.93 KiB in 0.001565 sec., 33226.83706070288 rows/sec., 1.83 MiB/sec. 2025.11.18 15:14:57.790302 [ 267 ] {48d02e9d-8e5d-4c13-942a-32216d779b43} TCPHandler: Processed in 0.001753376 sec. 2025.11.18 15:15:00.979548 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 102 entries to flush up to offset 190 2025.11.18 15:15:00.984550 [ 243 ] {} system.query_log (f8cab79c-fccc-44c2-b5ac-78b3877aee6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.18 15:15:00.984612 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.11.18 15:15:00.986220 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.18 15:15:00.986813 [ 243 ] {} system.query_log (f8cab79c-fccc-44c2-b5ac-78b3877aee6e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.18 15:15:00.987102 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 190 2025.11.18 15:15:01.000144 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 156.95 MiB, peak 163.56 MiB, free memory in arenas 0.00 B, will set to 161.00 MiB (RSS), difference: 4.04 MiB 2025.11.18 15:15:02.011703 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:15:02.011881 [ 267 ] {e1680d39-15e4-4671-9726-1f13cb70cdec} executeQuery: (from [fd00:1122:3344:101::d]:48147) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.18 15:15:02.011955 [ 267 ] {e1680d39-15e4-4671-9726-1f13cb70cdec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.18 15:15:02.012709 [ 267 ] {e1680d39-15e4-4671-9726-1f13cb70cdec} oximeter.fields_string (9812b24e-310c-4594-99fe-cacc87bc610b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.18 15:15:02.012772 [ 267 ] {e1680d39-15e4-4671-9726-1f13cb70cdec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.11.18 15:15:02.013379 [ 267 ] {e1680d39-15e4-4671-9726-1f13cb70cdec} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.18 15:15:02.013952 [ 267 ] {e1680d39-15e4-4671-9726-1f13cb70cdec} oximeter.fields_string (9812b24e-310c-4594-99fe-cacc87bc610b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.18 15:15:02.014134 [ 267 ] {e1680d39-15e4-4671-9726-1f13cb70cdec} executeQuery: Read 56 rows, 4.41 KiB in 0.0023 sec., 24347.826086956524 rows/sec., 1.87 MiB/sec. 2025.11.18 15:15:02.014188 [ 267 ] {e1680d39-15e4-4671-9726-1f13cb70cdec} TCPHandler: Processed in 0.002612324 sec. 2025.11.18 15:15:02.014322 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:15:02.014432 [ 267 ] {7c81d82a-822b-4fe5-bb0b-2b8ba7633854} executeQuery: (from [fd00:1122:3344:101::d]:48147) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.18 15:15:02.014479 [ 267 ] {7c81d82a-822b-4fe5-bb0b-2b8ba7633854} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.18 15:15:02.014939 [ 267 ] {7c81d82a-822b-4fe5-bb0b-2b8ba7633854} oximeter.fields_uuid (19e08dd4-25db-4b00-86ab-97e83532e178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.18 15:15:02.014980 [ 267 ] {7c81d82a-822b-4fe5-bb0b-2b8ba7633854} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.11.18 15:15:02.015454 [ 267 ] {7c81d82a-822b-4fe5-bb0b-2b8ba7633854} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.18 15:15:02.015987 [ 267 ] {7c81d82a-822b-4fe5-bb0b-2b8ba7633854} oximeter.fields_uuid (19e08dd4-25db-4b00-86ab-97e83532e178): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.18 15:15:02.016153 [ 267 ] {7c81d82a-822b-4fe5-bb0b-2b8ba7633854} executeQuery: Read 64 rows, 5.12 KiB in 0.001747 sec., 36634.23010875787 rows/sec., 2.86 MiB/sec. 2025.11.18 15:15:02.016208 [ 267 ] {7c81d82a-822b-4fe5-bb0b-2b8ba7633854} TCPHandler: Processed in 0.001938922 sec. 2025.11.18 15:15:02.016354 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:15:02.016459 [ 267 ] {38927648-ed4d-41be-8aba-664b627d2667} executeQuery: (from [fd00:1122:3344:101::d]:48147) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.18 15:15:02.016508 [ 267 ] {38927648-ed4d-41be-8aba-664b627d2667} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.18 15:15:02.016951 [ 267 ] {38927648-ed4d-41be-8aba-664b627d2667} oximeter.measurements_cumulativeu64 (ea124c98-006a-4ccb-ab32-c6486dd78d89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.18 15:15:02.016991 [ 267 ] {38927648-ed4d-41be-8aba-664b627d2667} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.11.18 15:15:02.017477 [ 267 ] {38927648-ed4d-41be-8aba-664b627d2667} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.18 15:15:02.018090 [ 267 ] {38927648-ed4d-41be-8aba-664b627d2667} oximeter.measurements_cumulativeu64 (ea124c98-006a-4ccb-ab32-c6486dd78d89): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.18 15:15:02.018271 [ 267 ] {38927648-ed4d-41be-8aba-664b627d2667} executeQuery: Read 138 rows, 9.84 KiB in 0.001835 sec., 75204.35967302452 rows/sec., 5.24 MiB/sec. 2025.11.18 15:15:02.018320 [ 267 ] {38927648-ed4d-41be-8aba-664b627d2667} TCPHandler: Processed in 0.002027365 sec. 2025.11.18 15:15:02.018470 [ 267 ] {} TCP-Session: ebd380d8-4be4-47af-a95c-d95ca17c45ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.18 15:15:02.018586 [ 267 ] {f301a1f0-21df-4ebd-84c7-361f88580921} executeQuery: (from [fd00:1122:3344:101::d]:48147) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.18 15:15:02.018639 [ 267 ] {f301a1f0-21df-4ebd-84c7-361f88580921} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.18 15:15:02.019071 [ 267 ] {f301a1f0-21df-4ebd-84c7-361f88580921} oximeter.measurements_u64 (b0f89925-8e2a-463c-b30b-089b6d4b6164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.18 15:15:02.019113 [ 267 ] {f301a1f0-21df-4ebd-84c7-361f88580921} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.11.18 15:15:02.019653 [ 267 ] {f301a1f0-21df-4ebd-84c7-361f88580921} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.18 15:15:02.020304 [ 267 ] {f301a1f0-21df-4ebd-84c7-361f88580921} oximeter.measurements_u64 (b0f89925-8e2a-463c-b30b-089b6d4b6164): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.18 15:15:02.020461 [ 267 ] {f301a1f0-21df-4ebd-84c7-361f88580921} executeQuery: Read 52 rows, 3.59 KiB in 0.001903 sec., 27325.275880189176 rows/sec., 1.84 MiB/sec. 2025.11.18 15:15:02.020505 [ 267 ] {f301a1f0-21df-4ebd-84c7-361f88580921} TCPHandler: Processed in 0.002097477 sec.