[ Jan 17 03:59:21 Enabled. ] [ Jan 17 03:59:21 Rereading configuration. ] [ Jan 17 03:59:23 Rereading configuration. ] [ Jan 17 03:59:28 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 [ Jan 17 03:59:28 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 2026.01.17 03:59:31.181967 [ 1 ] {} Application: Will watch for the process with pid 24102 2026.01.17 03:59:31.182428 [ 1 ] {} Application: Forked a child process to watch 2026.01.17 03:59:31.407926 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24102 2026.01.17 03:59:31.410076 [ 1 ] {} Application: starting up 2026.01.17 03:59:31.410230 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.01.17 03:59:31.616820 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.01.17 03:59:31.649780 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.01.17 03:59:31.649829 [ 1 ] {} Application: Initializing DateLUT. 2026.01.17 03:59:31.649846 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.01.17 03:59:31.649910 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.01.17 03:59:31.650368 [ 1 ] {} Application: Initializing interserver credentials. 2026.01.17 03:59:31.657403 [ 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'. 2026.01.17 03:59:31.658159 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.01.17 03:59:31.658977 [ 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) 2026.01.17 03:59:31.658999 [ 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) 2026.01.17 03:59:31.659014 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.01.17 03:59:31.659761 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.01.17 03:59:31.660677 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.01.17 03:59:31.667043 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.01.17 03:59:31.667771 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.01.17 03:59:31.669104 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.01.17 03:59:31.669176 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.01.17 03:59:31.670271 [ 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'. 2026.01.17 03:59:31.670664 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.01.17 03:59:31.674718 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.01.17 03:59:31.675083 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.01.17 03:59:31.679808 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.01.17 03:59:31.680269 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.01.17 03:59:31.680649 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.01.17 03:59:31.680998 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.01.17 03:59:31.682477 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.01.17 03:59:31.682502 [ 1 ] {} Application: Loading metadata from /data/ 2026.01.17 03:59:31.682580 [ 149 ] {} DNSResolver: Updating DNS cache 2026.01.17 03:59:31.682649 [ 149 ] {} DNSResolver: Updated DNS cache 2026.01.17 03:59:31.697622 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.01.17 03:59:31.697648 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000180114 sec 2026.01.17 03:59:31.697677 [ 1 ] {} ReferentialDeps: No tables 2026.01.17 03:59:31.697694 [ 1 ] {} LoadingDeps: No tables 2026.01.17 03:59:31.698479 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.01.17 03:59:31.699135 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.01.17 03:59:31.715701 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.01.17 03:59:31.715745 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.01.17 03:59:31.715774 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.01.17 03:59:31.715785 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.01.17 03:59:31.715817 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.01.17 03:59:31.715835 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.01.17 03:59:31.717998 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.01.17 03:59:31.718044 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.01.17 03:59:31.718062 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.01.17 03:59:31.718199 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.01.17 03:59:31.718242 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.01.17 03:59:31.718254 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.01.17 03:59:31.718273 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.01.17 03:59:31.718284 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.01.17 03:59:31.718314 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.01.17 03:59:31.718332 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.01.17 03:59:31.750171 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.01.17 03:59:31.754681 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.01.17 03:59:31.754730 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.0531e-05 sec 2026.01.17 03:59:31.754745 [ 1 ] {} ReferentialDeps: No tables 2026.01.17 03:59:31.754758 [ 1 ] {} LoadingDeps: No tables 2026.01.17 03:59:31.754787 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.01.17 03:59:31.755016 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.01.17 03:59:31.755069 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.01.17 03:59:31.755085 [ 1 ] {} Application: Loaded metadata. 2026.01.17 03:59:31.755098 [ 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). 2026.01.17 03:59:31.755111 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.01.17 03:59:31.760219 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.01.17 03:59:31.760414 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.78 MiB (RSS), difference: 92.00 MiB 2026.01.17 03:59:31.761789 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.275e-05 sec. 2026.01.17 03:59:31.762132 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.01.17 03:59:31.763546 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.01.17 03:59:31.763565 [ 1 ] {} Application: Ready for connections. 2026.01.17 03:59:32.000169 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 116.79 MiB, peak 116.79 MiB, free memory in arenas 0.00 B, will set to 118.31 MiB (RSS), difference: 1.52 MiB 2026.01.17 03:59:32.234018 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53694 2026.01.17 03:59:32.236258 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.17 03:59:32.236314 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:53694 2026.01.17 03:59:32.236351 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:32.236363 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:32.236452 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.17 03:59:32.236485 [ 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 2026.01.17 03:59:32.236499 [ 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 2026.01.17 03:59:32.237033 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60675 2026.01.17 03:59:32.237126 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54889 2026.01.17 03:59:32.237255 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.17 03:59:32.237317 [ 4 ] {} TCP-Session: e2c25632-5813-4d9c-8534-eb8f75cd3657 Authenticating user 'default' from [fd00:1122:3344:101::d]:60675 2026.01.17 03:59:32.237341 [ 4 ] {} TCP-Session: e2c25632-5813-4d9c-8534-eb8f75cd3657 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:32.237340 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.17 03:59:32.237357 [ 4 ] {} TCP-Session: e2c25632-5813-4d9c-8534-eb8f75cd3657 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:32.237370 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43946 2026.01.17 03:59:32.237416 [ 254 ] {} TCP-Session: 460fbb87-eb80-41c2-b045-a7f1f97fdcec Authenticating user 'default' from [fd00:1122:3344:101::d]:54889 2026.01.17 03:59:32.237379 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49006 2026.01.17 03:59:32.237467 [ 254 ] {} TCP-Session: 460fbb87-eb80-41c2-b045-a7f1f97fdcec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:32.237446 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59246 2026.01.17 03:59:32.237512 [ 254 ] {} TCP-Session: 460fbb87-eb80-41c2-b045-a7f1f97fdcec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:32.238073 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58029 2026.01.17 03:59:32.238150 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.17 03:59:32.238188 [ 5 ] {} TCP-Session: 479ea704-5e65-4322-a929-e98996244415 Authenticating user 'default' from [fd00:1122:3344:101::d]:43946 2026.01.17 03:59:32.238213 [ 5 ] {} TCP-Session: 479ea704-5e65-4322-a929-e98996244415 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:32.238230 [ 5 ] {} TCP-Session: 479ea704-5e65-4322-a929-e98996244415 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:32.238232 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.17 03:59:32.238255 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52963 2026.01.17 03:59:32.238268 [ 256 ] {} TCP-Session: c7fc9efd-a1fd-41f9-87c7-bcce4a675099 Authenticating user 'default' from [fd00:1122:3344:101::d]:59246 2026.01.17 03:59:32.238312 [ 256 ] {} TCP-Session: c7fc9efd-a1fd-41f9-87c7-bcce4a675099 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:32.238324 [ 256 ] {} TCP-Session: c7fc9efd-a1fd-41f9-87c7-bcce4a675099 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:32.238862 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39800 2026.01.17 03:59:32.238866 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.17 03:59:32.238912 [ 257 ] {} TCP-Session: f9f8632f-711b-47e5-96b8-fea084feae29 Authenticating user 'default' from [fd00:1122:3344:101::d]:58029 2026.01.17 03:59:32.238983 [ 257 ] {} TCP-Session: f9f8632f-711b-47e5-96b8-fea084feae29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:32.239001 [ 257 ] {} TCP-Session: f9f8632f-711b-47e5-96b8-fea084feae29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:32.239518 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.17 03:59:32.239542 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.17 03:59:32.239595 [ 259 ] {} TCP-Session: 217262d2-a57f-45e3-b7ab-69cdd94bfb2a Authenticating user 'default' from [fd00:1122:3344:101::d]:39800 2026.01.17 03:59:32.239602 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.17 03:59:32.239605 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.239656 [ 255 ] {} TCP-Session: eaf5c110-1b81-4539-90d5-19f3eb8773bd Authenticating user 'default' from [fd00:1122:3344:101::d]:49006 2026.01.17 03:59:32.239634 [ 259 ] {} TCP-Session: 217262d2-a57f-45e3-b7ab-69cdd94bfb2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:32.239695 [ 255 ] {} TCP-Session: eaf5c110-1b81-4539-90d5-19f3eb8773bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:32.239707 [ 259 ] {} TCP-Session: 217262d2-a57f-45e3-b7ab-69cdd94bfb2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:32.239732 [ 255 ] {} TCP-Session: eaf5c110-1b81-4539-90d5-19f3eb8773bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:32.239601 [ 258 ] {} TCP-Session: fbd54722-6b63-4840-8bee-c9fd488ae561 Authenticating user 'default' from [fd00:1122:3344:101::d]:52963 2026.01.17 03:59:32.239779 [ 258 ] {} TCP-Session: fbd54722-6b63-4840-8bee-c9fd488ae561 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:32.239791 [ 258 ] {} TCP-Session: fbd54722-6b63-4840-8bee-c9fd488ae561 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:32.242358 [ 3 ] {cba1681c-b9e6-4aa3-95fa-3752cf434dde} executeQuery: (from [fd00:1122:3344:101::d]:53694) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.17 03:59:32.364724 [ 3 ] {cba1681c-b9e6-4aa3-95fa-3752cf434dde} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:53694) (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 @ 0x0000000000117057 in /system/lib/amd64/libc.so.1 2026.01.17 03:59:32.365587 [ 3 ] {cba1681c-b9e6-4aa3-95fa-3752cf434dde} 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 @ 0x0000000000117057 in /system/lib/amd64/libc.so.1 2026.01.17 03:59:32.365672 [ 3 ] {cba1681c-b9e6-4aa3-95fa-3752cf434dde} TCPHandler: Processed in 0.128377991 sec. 2026.01.17 03:59:32.366074 [ 5 ] {} TCP-Session: 479ea704-5e65-4322-a929-e98996244415 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.366458 [ 5 ] {fef6cc7c-d891-4ed4-91a1-88084fbc9e33} executeQuery: (from [fd00:1122:3344:101::d]:43946) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.17 03:59:32.366778 [ 5 ] {fef6cc7c-d891-4ed4-91a1-88084fbc9e33} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:43946) (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 @ 0x0000000000117057 in /system/lib/amd64/libc.so.1 2026.01.17 03:59:32.366901 [ 5 ] {fef6cc7c-d891-4ed4-91a1-88084fbc9e33} 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 @ 0x0000000000117057 in /system/lib/amd64/libc.so.1 2026.01.17 03:59:32.366970 [ 5 ] {fef6cc7c-d891-4ed4-91a1-88084fbc9e33} TCPHandler: Processed in 0.001052322 sec. 2026.01.17 03:59:32.367210 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.367877 [ 3 ] {59514632-5be4-449e-82c9-7ea7dab410f4} executeQuery: (from [fd00:1122:3344:101::d]:53694) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.01.17 03:59:32.368474 [ 3 ] {59514632-5be4-449e-82c9-7ea7dab410f4} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.01.17 03:59:32.369959 [ 3 ] {59514632-5be4-449e-82c9-7ea7dab410f4} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.01.17 03:59:32.369978 [ 3 ] {59514632-5be4-449e-82c9-7ea7dab410f4} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.0061e-05 sec 2026.01.17 03:59:32.369999 [ 3 ] {59514632-5be4-449e-82c9-7ea7dab410f4} ReferentialDeps: No tables 2026.01.17 03:59:32.370010 [ 3 ] {59514632-5be4-449e-82c9-7ea7dab410f4} LoadingDeps: No tables 2026.01.17 03:59:32.370031 [ 3 ] {59514632-5be4-449e-82c9-7ea7dab410f4} DatabaseAtomic (oximeter): Starting up tables. 2026.01.17 03:59:32.370645 [ 3 ] {59514632-5be4-449e-82c9-7ea7dab410f4} TCPHandler: Processed in 0.003487985 sec. 2026.01.17 03:59:32.370799 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.370938 [ 3 ] {14ce10df-13cc-447f-b0e1-370ec9c50e2d} executeQuery: (from [fd00:1122:3344:101::d]:53694) /* 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) 2026.01.17 03:59:32.370997 [ 3 ] {14ce10df-13cc-447f-b0e1-370ec9c50e2d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.01.17 03:59:32.381261 [ 3 ] {14ce10df-13cc-447f-b0e1-370ec9c50e2d} StoragePolicy (default): Storage policy default created, total volumes 1 2026.01.17 03:59:32.384987 [ 3 ] {14ce10df-13cc-447f-b0e1-370ec9c50e2d} oximeter.version (1a719ce5-19d2-4485-9b38-9fa09d1ec739): Loading data parts 2026.01.17 03:59:32.387391 [ 3 ] {14ce10df-13cc-447f-b0e1-370ec9c50e2d} oximeter.version (1a719ce5-19d2-4485-9b38-9fa09d1ec739): There are no data parts 2026.01.17 03:59:32.391612 [ 3 ] {14ce10df-13cc-447f-b0e1-370ec9c50e2d} TCPHandler: Processed in 0.020860179 sec. 2026.01.17 03:59:32.391832 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.392026 [ 3 ] {0df0da9a-b4cb-4c0c-9f48-f03cab1ea689} executeQuery: (from [fd00:1122:3344:101::d]:53694) /* 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) 2026.01.17 03:59:32.392094 [ 3 ] {0df0da9a-b4cb-4c0c-9f48-f03cab1ea689} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.01.17 03:59:32.417554 [ 3 ] {0df0da9a-b4cb-4c0c-9f48-f03cab1ea689} oximeter.measurements_bool (1bdf5735-5434-4ca3-ba73-a06facced2c3): Loading data parts 2026.01.17 03:59:32.417766 [ 3 ] {0df0da9a-b4cb-4c0c-9f48-f03cab1ea689} oximeter.measurements_bool (1bdf5735-5434-4ca3-ba73-a06facced2c3): There are no data parts 2026.01.17 03:59:32.423732 [ 3 ] {0df0da9a-b4cb-4c0c-9f48-f03cab1ea689} TCPHandler: Processed in 0.031955437 sec. 2026.01.17 03:59:32.423942 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.424114 [ 3 ] {f086b3cd-45da-410a-80f1-e592b7881962} executeQuery: (from [fd00:1122:3344:101::d]:53694) 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) 2026.01.17 03:59:32.424171 [ 3 ] {f086b3cd-45da-410a-80f1-e592b7881962} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.01.17 03:59:32.429542 [ 3 ] {f086b3cd-45da-410a-80f1-e592b7881962} oximeter.measurements_i8 (fc6b1a97-4e44-4969-bd10-1c8d4305f0cc): Loading data parts 2026.01.17 03:59:32.429708 [ 3 ] {f086b3cd-45da-410a-80f1-e592b7881962} oximeter.measurements_i8 (fc6b1a97-4e44-4969-bd10-1c8d4305f0cc): There are no data parts 2026.01.17 03:59:32.433872 [ 3 ] {f086b3cd-45da-410a-80f1-e592b7881962} TCPHandler: Processed in 0.009990855 sec. 2026.01.17 03:59:32.434044 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.434260 [ 3 ] {e8c37aad-3136-40f1-971f-400768f0db44} executeQuery: (from [fd00:1122:3344:101::d]:53694) 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) 2026.01.17 03:59:32.434317 [ 3 ] {e8c37aad-3136-40f1-971f-400768f0db44} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.01.17 03:59:32.439183 [ 3 ] {e8c37aad-3136-40f1-971f-400768f0db44} oximeter.measurements_u8 (a585192b-da05-4455-86e6-5b8ca1dc8247): Loading data parts 2026.01.17 03:59:32.439470 [ 3 ] {e8c37aad-3136-40f1-971f-400768f0db44} oximeter.measurements_u8 (a585192b-da05-4455-86e6-5b8ca1dc8247): There are no data parts 2026.01.17 03:59:32.441474 [ 3 ] {e8c37aad-3136-40f1-971f-400768f0db44} TCPHandler: Processed in 0.007489181 sec. 2026.01.17 03:59:32.441664 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.441832 [ 3 ] {5bb773a8-6fdd-4d67-bb94-aa9074a9e4a7} executeQuery: (from [fd00:1122:3344:101::d]:53694) 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) 2026.01.17 03:59:32.441894 [ 3 ] {5bb773a8-6fdd-4d67-bb94-aa9074a9e4a7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.01.17 03:59:32.448471 [ 3 ] {5bb773a8-6fdd-4d67-bb94-aa9074a9e4a7} oximeter.measurements_i16 (b2538a67-44a1-496e-82e1-569b74cf58d7): Loading data parts 2026.01.17 03:59:32.448619 [ 3 ] {5bb773a8-6fdd-4d67-bb94-aa9074a9e4a7} oximeter.measurements_i16 (b2538a67-44a1-496e-82e1-569b74cf58d7): There are no data parts 2026.01.17 03:59:32.450817 [ 3 ] {5bb773a8-6fdd-4d67-bb94-aa9074a9e4a7} TCPHandler: Processed in 0.009218918 sec. 2026.01.17 03:59:32.450968 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.451124 [ 3 ] {e999a345-7e84-4d91-9d8f-8bc80d66f716} executeQuery: (from [fd00:1122:3344:101::d]:53694) 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) 2026.01.17 03:59:32.451183 [ 3 ] {e999a345-7e84-4d91-9d8f-8bc80d66f716} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.01.17 03:59:32.455004 [ 3 ] {e999a345-7e84-4d91-9d8f-8bc80d66f716} oximeter.measurements_u16 (0fecca28-42c7-4f19-b38b-992c8ff94d6b): Loading data parts 2026.01.17 03:59:32.455202 [ 3 ] {e999a345-7e84-4d91-9d8f-8bc80d66f716} oximeter.measurements_u16 (0fecca28-42c7-4f19-b38b-992c8ff94d6b): There are no data parts 2026.01.17 03:59:32.460526 [ 3 ] {e999a345-7e84-4d91-9d8f-8bc80d66f716} TCPHandler: Processed in 0.009608207 sec. 2026.01.17 03:59:32.460694 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.460862 [ 3 ] {c6d8b67c-67af-4969-b97b-223f75e54f63} executeQuery: (from [fd00:1122:3344:101::d]:53694) 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) 2026.01.17 03:59:32.460919 [ 3 ] {c6d8b67c-67af-4969-b97b-223f75e54f63} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.01.17 03:59:32.465018 [ 3 ] {c6d8b67c-67af-4969-b97b-223f75e54f63} oximeter.measurements_i32 (43614474-88b1-42e0-ac08-7eb6feaf1a09): Loading data parts 2026.01.17 03:59:32.465214 [ 3 ] {c6d8b67c-67af-4969-b97b-223f75e54f63} oximeter.measurements_i32 (43614474-88b1-42e0-ac08-7eb6feaf1a09): There are no data parts 2026.01.17 03:59:32.467077 [ 3 ] {c6d8b67c-67af-4969-b97b-223f75e54f63} TCPHandler: Processed in 0.006434098 sec. 2026.01.17 03:59:32.467234 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.467389 [ 3 ] {2a010e2e-f429-49ba-a326-d455ced06573} executeQuery: (from [fd00:1122:3344:101::d]:53694) 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) 2026.01.17 03:59:32.467449 [ 3 ] {2a010e2e-f429-49ba-a326-d455ced06573} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.01.17 03:59:32.471271 [ 3 ] {2a010e2e-f429-49ba-a326-d455ced06573} oximeter.measurements_u32 (42b76cc9-38dc-4834-819c-8f36a54608e4): Loading data parts 2026.01.17 03:59:32.471429 [ 3 ] {2a010e2e-f429-49ba-a326-d455ced06573} oximeter.measurements_u32 (42b76cc9-38dc-4834-819c-8f36a54608e4): There are no data parts 2026.01.17 03:59:32.475090 [ 3 ] {2a010e2e-f429-49ba-a326-d455ced06573} TCPHandler: Processed in 0.00790682 sec. 2026.01.17 03:59:32.475246 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.475420 [ 3 ] {4778c2b3-245d-4972-9fda-d345d8138985} executeQuery: (from [fd00:1122:3344:101::d]:53694) 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) 2026.01.17 03:59:32.475475 [ 3 ] {4778c2b3-245d-4972-9fda-d345d8138985} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.01.17 03:59:32.479322 [ 3 ] {4778c2b3-245d-4972-9fda-d345d8138985} oximeter.measurements_i64 (0158d921-2c5e-4a12-a232-780d94558aa7): Loading data parts 2026.01.17 03:59:32.479546 [ 3 ] {4778c2b3-245d-4972-9fda-d345d8138985} oximeter.measurements_i64 (0158d921-2c5e-4a12-a232-780d94558aa7): There are no data parts 2026.01.17 03:59:32.483816 [ 3 ] {4778c2b3-245d-4972-9fda-d345d8138985} TCPHandler: Processed in 0.008618765 sec. 2026.01.17 03:59:32.483973 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.484125 [ 3 ] {25eb6de2-19b8-4a7b-8d92-38c8a8a388a2} executeQuery: (from [fd00:1122:3344:101::d]:53694) 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) 2026.01.17 03:59:32.484184 [ 3 ] {25eb6de2-19b8-4a7b-8d92-38c8a8a388a2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.01.17 03:59:32.488217 [ 3 ] {25eb6de2-19b8-4a7b-8d92-38c8a8a388a2} oximeter.measurements_u64 (65d88f5f-e56b-4378-9308-3b91165913ed): Loading data parts 2026.01.17 03:59:32.488407 [ 3 ] {25eb6de2-19b8-4a7b-8d92-38c8a8a388a2} oximeter.measurements_u64 (65d88f5f-e56b-4378-9308-3b91165913ed): There are no data parts 2026.01.17 03:59:32.492434 [ 3 ] {25eb6de2-19b8-4a7b-8d92-38c8a8a388a2} TCPHandler: Processed in 0.008510683 sec. 2026.01.17 03:59:32.492588 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.492763 [ 3 ] {05dbf554-e024-4943-a91b-8053ffd02378} executeQuery: (from [fd00:1122:3344:101::d]:53694) 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) 2026.01.17 03:59:32.492820 [ 3 ] {05dbf554-e024-4943-a91b-8053ffd02378} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.01.17 03:59:32.497522 [ 3 ] {05dbf554-e024-4943-a91b-8053ffd02378} oximeter.measurements_f32 (19b3b1a3-68f3-44aa-8b6d-a208a9892755): Loading data parts 2026.01.17 03:59:32.497667 [ 3 ] {05dbf554-e024-4943-a91b-8053ffd02378} oximeter.measurements_f32 (19b3b1a3-68f3-44aa-8b6d-a208a9892755): There are no data parts 2026.01.17 03:59:32.501194 [ 3 ] {05dbf554-e024-4943-a91b-8053ffd02378} TCPHandler: Processed in 0.008655196 sec. 2026.01.17 03:59:32.501368 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.501552 [ 3 ] {e0d5ae03-8993-4180-8a20-7b58a9d1c583} executeQuery: (from [fd00:1122:3344:101::d]:53694) 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) 2026.01.17 03:59:32.501616 [ 3 ] {e0d5ae03-8993-4180-8a20-7b58a9d1c583} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.01.17 03:59:32.506275 [ 3 ] {e0d5ae03-8993-4180-8a20-7b58a9d1c583} oximeter.measurements_f64 (8efb903d-5cc9-4809-ac2b-aa2684b69025): Loading data parts 2026.01.17 03:59:32.506438 [ 3 ] {e0d5ae03-8993-4180-8a20-7b58a9d1c583} oximeter.measurements_f64 (8efb903d-5cc9-4809-ac2b-aa2684b69025): There are no data parts 2026.01.17 03:59:32.508571 [ 3 ] {e0d5ae03-8993-4180-8a20-7b58a9d1c583} TCPHandler: Processed in 0.007262987 sec. 2026.01.17 03:59:32.508722 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.508886 [ 3 ] {be310047-6038-42ae-bfb1-1cb95c4fac78} executeQuery: (from [fd00:1122:3344:101::d]:53694) 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) 2026.01.17 03:59:32.508937 [ 3 ] {be310047-6038-42ae-bfb1-1cb95c4fac78} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.01.17 03:59:32.511461 [ 3 ] {be310047-6038-42ae-bfb1-1cb95c4fac78} oximeter.measurements_string (e9a7f37b-bd29-4e3e-ac64-6cafa29a8629): Loading data parts 2026.01.17 03:59:32.511606 [ 3 ] {be310047-6038-42ae-bfb1-1cb95c4fac78} oximeter.measurements_string (e9a7f37b-bd29-4e3e-ac64-6cafa29a8629): There are no data parts 2026.01.17 03:59:32.513424 [ 3 ] {be310047-6038-42ae-bfb1-1cb95c4fac78} TCPHandler: Processed in 0.004750712 sec. 2026.01.17 03:59:32.513606 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.513767 [ 3 ] {2ae7cd67-44ff-4e34-970a-8439c458a25c} executeQuery: (from [fd00:1122:3344:101::d]:53694) 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) 2026.01.17 03:59:32.513835 [ 3 ] {2ae7cd67-44ff-4e34-970a-8439c458a25c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.01.17 03:59:32.517962 [ 3 ] {2ae7cd67-44ff-4e34-970a-8439c458a25c} oximeter.measurements_bytes (60bbca1b-53ff-40d0-8e5f-4103513e576a): Loading data parts 2026.01.17 03:59:32.518101 [ 3 ] {2ae7cd67-44ff-4e34-970a-8439c458a25c} oximeter.measurements_bytes (60bbca1b-53ff-40d0-8e5f-4103513e576a): There are no data parts 2026.01.17 03:59:32.521342 [ 3 ] {2ae7cd67-44ff-4e34-970a-8439c458a25c} TCPHandler: Processed in 0.007790647 sec. 2026.01.17 03:59:32.521511 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.521704 [ 3 ] {f440be66-56d2-4a8d-b6e1-42102d6386c5} executeQuery: (from [fd00:1122:3344:101::d]:53694) 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) 2026.01.17 03:59:32.521793 [ 3 ] {f440be66-56d2-4a8d-b6e1-42102d6386c5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.01.17 03:59:32.525819 [ 3 ] {f440be66-56d2-4a8d-b6e1-42102d6386c5} oximeter.measurements_cumulativei64 (e318c36e-4946-4bd2-9d72-e091283b7b19): Loading data parts 2026.01.17 03:59:32.525962 [ 3 ] {f440be66-56d2-4a8d-b6e1-42102d6386c5} oximeter.measurements_cumulativei64 (e318c36e-4946-4bd2-9d72-e091283b7b19): There are no data parts 2026.01.17 03:59:32.527825 [ 3 ] {f440be66-56d2-4a8d-b6e1-42102d6386c5} TCPHandler: Processed in 0.006373837 sec. 2026.01.17 03:59:32.527976 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.528141 [ 3 ] {7b367af7-2983-4d8c-b95a-81c100b2649f} executeQuery: (from [fd00:1122:3344:101::d]:53694) 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) 2026.01.17 03:59:32.528192 [ 3 ] {7b367af7-2983-4d8c-b95a-81c100b2649f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.01.17 03:59:32.530831 [ 3 ] {7b367af7-2983-4d8c-b95a-81c100b2649f} oximeter.measurements_cumulativeu64 (cd3fd8da-f103-4e9c-88a1-ed8bb6e2a285): Loading data parts 2026.01.17 03:59:32.530982 [ 3 ] {7b367af7-2983-4d8c-b95a-81c100b2649f} oximeter.measurements_cumulativeu64 (cd3fd8da-f103-4e9c-88a1-ed8bb6e2a285): There are no data parts 2026.01.17 03:59:32.532797 [ 3 ] {7b367af7-2983-4d8c-b95a-81c100b2649f} TCPHandler: Processed in 0.004870665 sec. 2026.01.17 03:59:32.532957 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.533130 [ 3 ] {10922082-b32b-4c31-8926-40cfef1369f8} executeQuery: (from [fd00:1122:3344:101::d]:53694) 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) 2026.01.17 03:59:32.533178 [ 3 ] {10922082-b32b-4c31-8926-40cfef1369f8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.01.17 03:59:32.535158 [ 3 ] {10922082-b32b-4c31-8926-40cfef1369f8} oximeter.measurements_cumulativef32 (374900f0-ba9a-40ec-abdb-53987771c539): Loading data parts 2026.01.17 03:59:32.535293 [ 3 ] {10922082-b32b-4c31-8926-40cfef1369f8} oximeter.measurements_cumulativef32 (374900f0-ba9a-40ec-abdb-53987771c539): There are no data parts 2026.01.17 03:59:32.541465 [ 3 ] {10922082-b32b-4c31-8926-40cfef1369f8} TCPHandler: Processed in 0.008557904 sec. 2026.01.17 03:59:32.541651 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.541858 [ 3 ] {158072d5-78b6-4a3f-87c8-9eda4cb286a4} executeQuery: (from [fd00:1122:3344:101::d]:53694) 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) 2026.01.17 03:59:32.541930 [ 3 ] {158072d5-78b6-4a3f-87c8-9eda4cb286a4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.01.17 03:59:32.544120 [ 3 ] {158072d5-78b6-4a3f-87c8-9eda4cb286a4} oximeter.measurements_cumulativef64 (20a4adfc-8490-4ed9-b087-02f201b80a69): Loading data parts 2026.01.17 03:59:32.544296 [ 3 ] {158072d5-78b6-4a3f-87c8-9eda4cb286a4} oximeter.measurements_cumulativef64 (20a4adfc-8490-4ed9-b087-02f201b80a69): There are no data parts 2026.01.17 03:59:32.547730 [ 3 ] {158072d5-78b6-4a3f-87c8-9eda4cb286a4} TCPHandler: Processed in 0.006149732 sec. 2026.01.17 03:59:32.547883 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.548132 [ 3 ] {2c1fe5e2-b71c-4098-a535-a8fe210aabe2} executeQuery: (from [fd00:1122:3344:101::d]:53694) 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) 2026.01.17 03:59:32.548207 [ 3 ] {2c1fe5e2-b71c-4098-a535-a8fe210aabe2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.01.17 03:59:32.552040 [ 3 ] {2c1fe5e2-b71c-4098-a535-a8fe210aabe2} oximeter.measurements_histogrami8 (aa95f24a-6a58-4e83-a79f-e7693ca12b85): Loading data parts 2026.01.17 03:59:32.552177 [ 3 ] {2c1fe5e2-b71c-4098-a535-a8fe210aabe2} oximeter.measurements_histogrami8 (aa95f24a-6a58-4e83-a79f-e7693ca12b85): There are no data parts 2026.01.17 03:59:32.554399 [ 3 ] {2c1fe5e2-b71c-4098-a535-a8fe210aabe2} TCPHandler: Processed in 0.006566432 sec. 2026.01.17 03:59:32.554567 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.554822 [ 3 ] {a6d21356-934d-4b24-a848-9e41bd926fcb} executeQuery: (from [fd00:1122:3344:101::d]:53694) 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) 2026.01.17 03:59:32.554907 [ 3 ] {a6d21356-934d-4b24-a848-9e41bd926fcb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.01.17 03:59:32.558858 [ 3 ] {a6d21356-934d-4b24-a848-9e41bd926fcb} oximeter.measurements_histogramu8 (a5661738-6c97-4667-8888-a16345e45d43): Loading data parts 2026.01.17 03:59:32.559002 [ 3 ] {a6d21356-934d-4b24-a848-9e41bd926fcb} oximeter.measurements_histogramu8 (a5661738-6c97-4667-8888-a16345e45d43): There are no data parts 2026.01.17 03:59:32.562066 [ 3 ] {a6d21356-934d-4b24-a848-9e41bd926fcb} TCPHandler: Processed in 0.007558623 sec. 2026.01.17 03:59:32.562240 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.562515 [ 3 ] {56b97c48-e32a-4bde-993a-fa93f08d1b1a} executeQuery: (from [fd00:1122:3344:101::d]:53694) 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) 2026.01.17 03:59:32.562596 [ 3 ] {56b97c48-e32a-4bde-993a-fa93f08d1b1a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.01.17 03:59:32.564473 [ 3 ] {56b97c48-e32a-4bde-993a-fa93f08d1b1a} oximeter.measurements_histogrami16 (93de5919-60c2-49b9-b15a-2f46dc1484b8): Loading data parts 2026.01.17 03:59:32.564670 [ 3 ] {56b97c48-e32a-4bde-993a-fa93f08d1b1a} oximeter.measurements_histogrami16 (93de5919-60c2-49b9-b15a-2f46dc1484b8): There are no data parts 2026.01.17 03:59:32.569278 [ 3 ] {56b97c48-e32a-4bde-993a-fa93f08d1b1a} TCPHandler: Processed in 0.007097183 sec. 2026.01.17 03:59:32.569444 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.569657 [ 3 ] {907793ef-20a4-43bb-a54e-e54b1fa6c853} executeQuery: (from [fd00:1122:3344:101::d]:53694) 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) 2026.01.17 03:59:32.569720 [ 3 ] {907793ef-20a4-43bb-a54e-e54b1fa6c853} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.01.17 03:59:32.574345 [ 3 ] {907793ef-20a4-43bb-a54e-e54b1fa6c853} oximeter.measurements_histogramu16 (2fc35391-2539-48fa-b9b8-141201db0774): Loading data parts 2026.01.17 03:59:32.574558 [ 3 ] {907793ef-20a4-43bb-a54e-e54b1fa6c853} oximeter.measurements_histogramu16 (2fc35391-2539-48fa-b9b8-141201db0774): There are no data parts 2026.01.17 03:59:32.576496 [ 3 ] {907793ef-20a4-43bb-a54e-e54b1fa6c853} TCPHandler: Processed in 0.007101063 sec. 2026.01.17 03:59:32.576649 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.576871 [ 3 ] {0fbc5e4a-0024-4d05-8c10-e2b02d20822f} executeQuery: (from [fd00:1122:3344:101::d]:53694) 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) 2026.01.17 03:59:32.576932 [ 3 ] {0fbc5e4a-0024-4d05-8c10-e2b02d20822f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.01.17 03:59:32.581204 [ 3 ] {0fbc5e4a-0024-4d05-8c10-e2b02d20822f} oximeter.measurements_histogrami32 (b2ed3210-29ea-4b33-ab94-37dbca5a0674): Loading data parts 2026.01.17 03:59:32.581370 [ 3 ] {0fbc5e4a-0024-4d05-8c10-e2b02d20822f} oximeter.measurements_histogrami32 (b2ed3210-29ea-4b33-ab94-37dbca5a0674): There are no data parts 2026.01.17 03:59:32.585137 [ 3 ] {0fbc5e4a-0024-4d05-8c10-e2b02d20822f} TCPHandler: Processed in 0.008536144 sec. 2026.01.17 03:59:32.585317 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.585569 [ 3 ] {f51d5384-a1e2-4cca-84a4-4d3eba5530ca} executeQuery: (from [fd00:1122:3344:101::d]:53694) 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) 2026.01.17 03:59:32.585645 [ 3 ] {f51d5384-a1e2-4cca-84a4-4d3eba5530ca} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.01.17 03:59:32.587463 [ 3 ] {f51d5384-a1e2-4cca-84a4-4d3eba5530ca} oximeter.measurements_histogramu32 (d80e847f-ff4d-473d-a627-c1348f8b8174): Loading data parts 2026.01.17 03:59:32.587606 [ 3 ] {f51d5384-a1e2-4cca-84a4-4d3eba5530ca} oximeter.measurements_histogramu32 (d80e847f-ff4d-473d-a627-c1348f8b8174): There are no data parts 2026.01.17 03:59:32.590017 [ 3 ] {f51d5384-a1e2-4cca-84a4-4d3eba5530ca} TCPHandler: Processed in 0.004760882 sec. 2026.01.17 03:59:32.590164 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.590390 [ 3 ] {af80ecc7-02c5-46a4-9c95-b1506d84aa00} executeQuery: (from [fd00:1122:3344:101::d]:53694) 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) 2026.01.17 03:59:32.590450 [ 3 ] {af80ecc7-02c5-46a4-9c95-b1506d84aa00} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.01.17 03:59:32.593944 [ 3 ] {af80ecc7-02c5-46a4-9c95-b1506d84aa00} oximeter.measurements_histogrami64 (171ff607-fba0-4fc9-a88d-056e418a8b4e): Loading data parts 2026.01.17 03:59:32.594083 [ 3 ] {af80ecc7-02c5-46a4-9c95-b1506d84aa00} oximeter.measurements_histogrami64 (171ff607-fba0-4fc9-a88d-056e418a8b4e): There are no data parts 2026.01.17 03:59:32.596029 [ 3 ] {af80ecc7-02c5-46a4-9c95-b1506d84aa00} TCPHandler: Processed in 0.005910207 sec. 2026.01.17 03:59:32.596206 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.596458 [ 3 ] {6bc67b5d-25e2-48c3-a369-2cc7295910fe} executeQuery: (from [fd00:1122:3344:101::d]:53694) 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) 2026.01.17 03:59:32.596534 [ 3 ] {6bc67b5d-25e2-48c3-a369-2cc7295910fe} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.01.17 03:59:32.600698 [ 3 ] {6bc67b5d-25e2-48c3-a369-2cc7295910fe} oximeter.measurements_histogramu64 (0c285190-18d8-40a2-b9a2-b7807cc5e162): Loading data parts 2026.01.17 03:59:32.600857 [ 3 ] {6bc67b5d-25e2-48c3-a369-2cc7295910fe} oximeter.measurements_histogramu64 (0c285190-18d8-40a2-b9a2-b7807cc5e162): There are no data parts 2026.01.17 03:59:32.605242 [ 3 ] {6bc67b5d-25e2-48c3-a369-2cc7295910fe} TCPHandler: Processed in 0.009094536 sec. 2026.01.17 03:59:32.605383 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.605592 [ 3 ] {518e5435-dadb-450a-ad92-915bf98b18b8} executeQuery: (from [fd00:1122:3344:101::d]:53694) 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) 2026.01.17 03:59:32.605667 [ 3 ] {518e5435-dadb-450a-ad92-915bf98b18b8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.01.17 03:59:32.609397 [ 3 ] {518e5435-dadb-450a-ad92-915bf98b18b8} oximeter.measurements_histogramf32 (f61128bc-6761-4cd9-9a7c-e2a696cd15be): Loading data parts 2026.01.17 03:59:32.609534 [ 3 ] {518e5435-dadb-450a-ad92-915bf98b18b8} oximeter.measurements_histogramf32 (f61128bc-6761-4cd9-9a7c-e2a696cd15be): There are no data parts 2026.01.17 03:59:32.611505 [ 3 ] {518e5435-dadb-450a-ad92-915bf98b18b8} TCPHandler: Processed in 0.006171222 sec. 2026.01.17 03:59:32.611678 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.611885 [ 3 ] {70db2626-6c87-4ebb-a4fb-49085cf3d853} executeQuery: (from [fd00:1122:3344:101::d]:53694) 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) 2026.01.17 03:59:32.611959 [ 3 ] {70db2626-6c87-4ebb-a4fb-49085cf3d853} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.01.17 03:59:32.614188 [ 3 ] {70db2626-6c87-4ebb-a4fb-49085cf3d853} oximeter.measurements_histogramf64 (4eb66b3a-0eab-44c1-bb43-875a381df5c6): Loading data parts 2026.01.17 03:59:32.614326 [ 3 ] {70db2626-6c87-4ebb-a4fb-49085cf3d853} oximeter.measurements_histogramf64 (4eb66b3a-0eab-44c1-bb43-875a381df5c6): There are no data parts 2026.01.17 03:59:32.617035 [ 3 ] {70db2626-6c87-4ebb-a4fb-49085cf3d853} TCPHandler: Processed in 0.005406247 sec. 2026.01.17 03:59:32.617190 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.617363 [ 3 ] {3742eb21-f8e0-4e07-9594-ad97c8f18d40} executeQuery: (from [fd00:1122:3344:101::d]:53694) /* 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) 2026.01.17 03:59:32.617429 [ 3 ] {3742eb21-f8e0-4e07-9594-ad97c8f18d40} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.01.17 03:59:32.620292 [ 3 ] {3742eb21-f8e0-4e07-9594-ad97c8f18d40} oximeter.fields_bool (f8494164-6911-4285-ad67-3b6a86410fff): Loading data parts 2026.01.17 03:59:32.620469 [ 3 ] {3742eb21-f8e0-4e07-9594-ad97c8f18d40} oximeter.fields_bool (f8494164-6911-4285-ad67-3b6a86410fff): There are no data parts 2026.01.17 03:59:32.622141 [ 3 ] {3742eb21-f8e0-4e07-9594-ad97c8f18d40} TCPHandler: Processed in 0.005002027 sec. 2026.01.17 03:59:32.622291 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.622463 [ 3 ] {589dee3d-460b-4e70-9fcf-8f0ef4abcd58} executeQuery: (from [fd00:1122:3344:101::d]:53694) 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) 2026.01.17 03:59:32.622515 [ 3 ] {589dee3d-460b-4e70-9fcf-8f0ef4abcd58} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.01.17 03:59:32.625598 [ 3 ] {589dee3d-460b-4e70-9fcf-8f0ef4abcd58} oximeter.fields_i8 (eb03cf0f-ffa9-4597-808f-59cad31d4ea0): Loading data parts 2026.01.17 03:59:32.625760 [ 3 ] {589dee3d-460b-4e70-9fcf-8f0ef4abcd58} oximeter.fields_i8 (eb03cf0f-ffa9-4597-808f-59cad31d4ea0): There are no data parts 2026.01.17 03:59:32.627581 [ 3 ] {589dee3d-460b-4e70-9fcf-8f0ef4abcd58} TCPHandler: Processed in 0.005345405 sec. 2026.01.17 03:59:32.627734 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.627885 [ 3 ] {33f19f80-bcb9-45e1-a9fd-3cb71510e98c} executeQuery: (from [fd00:1122:3344:101::d]:53694) 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) 2026.01.17 03:59:32.627938 [ 3 ] {33f19f80-bcb9-45e1-a9fd-3cb71510e98c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.01.17 03:59:32.632141 [ 3 ] {33f19f80-bcb9-45e1-a9fd-3cb71510e98c} oximeter.fields_u8 (756185ae-4d4d-49cb-888c-a8b8530e4547): Loading data parts 2026.01.17 03:59:32.632286 [ 3 ] {33f19f80-bcb9-45e1-a9fd-3cb71510e98c} oximeter.fields_u8 (756185ae-4d4d-49cb-888c-a8b8530e4547): There are no data parts 2026.01.17 03:59:32.637133 [ 3 ] {33f19f80-bcb9-45e1-a9fd-3cb71510e98c} TCPHandler: Processed in 0.009447843 sec. 2026.01.17 03:59:32.637305 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.637489 [ 3 ] {698f9fad-23a7-4b89-900f-f7aab30f6a50} executeQuery: (from [fd00:1122:3344:101::d]:53694) 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) 2026.01.17 03:59:32.637541 [ 3 ] {698f9fad-23a7-4b89-900f-f7aab30f6a50} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.01.17 03:59:32.642983 [ 3 ] {698f9fad-23a7-4b89-900f-f7aab30f6a50} oximeter.fields_i16 (b1c5e82d-17a3-45e5-80bc-9ffef3f6b2b3): Loading data parts 2026.01.17 03:59:32.643396 [ 3 ] {698f9fad-23a7-4b89-900f-f7aab30f6a50} oximeter.fields_i16 (b1c5e82d-17a3-45e5-80bc-9ffef3f6b2b3): There are no data parts 2026.01.17 03:59:32.646444 [ 3 ] {698f9fad-23a7-4b89-900f-f7aab30f6a50} TCPHandler: Processed in 0.009190448 sec. 2026.01.17 03:59:32.646585 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.646750 [ 3 ] {00e8a8e8-1f71-4b27-9ca6-7b60b994815b} executeQuery: (from [fd00:1122:3344:101::d]:53694) 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) 2026.01.17 03:59:32.646803 [ 3 ] {00e8a8e8-1f71-4b27-9ca6-7b60b994815b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.01.17 03:59:32.649430 [ 3 ] {00e8a8e8-1f71-4b27-9ca6-7b60b994815b} oximeter.fields_u16 (7885bd08-6bf5-40bb-9151-af1c304ad7b7): Loading data parts 2026.01.17 03:59:32.649591 [ 3 ] {00e8a8e8-1f71-4b27-9ca6-7b60b994815b} oximeter.fields_u16 (7885bd08-6bf5-40bb-9151-af1c304ad7b7): There are no data parts 2026.01.17 03:59:32.651581 [ 3 ] {00e8a8e8-1f71-4b27-9ca6-7b60b994815b} TCPHandler: Processed in 0.005044119 sec. 2026.01.17 03:59:32.651732 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.651912 [ 3 ] {0b27a04d-7411-4168-8800-14d992c77824} executeQuery: (from [fd00:1122:3344:101::d]:53694) 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) 2026.01.17 03:59:32.651976 [ 3 ] {0b27a04d-7411-4168-8800-14d992c77824} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.01.17 03:59:32.654616 [ 3 ] {0b27a04d-7411-4168-8800-14d992c77824} oximeter.fields_i32 (f7c8e021-357f-45eb-8ecf-3b16858fb235): Loading data parts 2026.01.17 03:59:32.654758 [ 3 ] {0b27a04d-7411-4168-8800-14d992c77824} oximeter.fields_i32 (f7c8e021-357f-45eb-8ecf-3b16858fb235): There are no data parts 2026.01.17 03:59:32.656499 [ 3 ] {0b27a04d-7411-4168-8800-14d992c77824} TCPHandler: Processed in 0.004815494 sec. 2026.01.17 03:59:32.656635 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.656792 [ 3 ] {0317df25-30e4-4182-aea5-aa24761fab5e} executeQuery: (from [fd00:1122:3344:101::d]:53694) 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) 2026.01.17 03:59:32.656859 [ 3 ] {0317df25-30e4-4182-aea5-aa24761fab5e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.01.17 03:59:32.660277 [ 3 ] {0317df25-30e4-4182-aea5-aa24761fab5e} oximeter.fields_u32 (ce7f8216-b20e-43e7-858b-5b837ff27771): Loading data parts 2026.01.17 03:59:32.660458 [ 3 ] {0317df25-30e4-4182-aea5-aa24761fab5e} oximeter.fields_u32 (ce7f8216-b20e-43e7-858b-5b837ff27771): There are no data parts 2026.01.17 03:59:32.664991 [ 3 ] {0317df25-30e4-4182-aea5-aa24761fab5e} TCPHandler: Processed in 0.00840408 sec. 2026.01.17 03:59:32.665130 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.665310 [ 3 ] {7d849a72-13cb-4114-9da0-f5e062fd10fa} executeQuery: (from [fd00:1122:3344:101::d]:53694) 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) 2026.01.17 03:59:32.665371 [ 3 ] {7d849a72-13cb-4114-9da0-f5e062fd10fa} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.01.17 03:59:32.669078 [ 3 ] {7d849a72-13cb-4114-9da0-f5e062fd10fa} oximeter.fields_i64 (6176178a-0f32-4b83-82bb-0395982c309f): Loading data parts 2026.01.17 03:59:32.669223 [ 3 ] {7d849a72-13cb-4114-9da0-f5e062fd10fa} oximeter.fields_i64 (6176178a-0f32-4b83-82bb-0395982c309f): There are no data parts 2026.01.17 03:59:32.670479 [ 3 ] {7d849a72-13cb-4114-9da0-f5e062fd10fa} TCPHandler: Processed in 0.005398506 sec. 2026.01.17 03:59:32.670623 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.670774 [ 3 ] {c9fa4bcc-0a1f-4b1d-89f1-76a7006f076e} executeQuery: (from [fd00:1122:3344:101::d]:53694) 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) 2026.01.17 03:59:32.670839 [ 3 ] {c9fa4bcc-0a1f-4b1d-89f1-76a7006f076e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.01.17 03:59:32.674293 [ 3 ] {c9fa4bcc-0a1f-4b1d-89f1-76a7006f076e} oximeter.fields_u64 (1ac060a8-3dcf-4923-b351-2e99bbc85017): Loading data parts 2026.01.17 03:59:32.674458 [ 3 ] {c9fa4bcc-0a1f-4b1d-89f1-76a7006f076e} oximeter.fields_u64 (1ac060a8-3dcf-4923-b351-2e99bbc85017): There are no data parts 2026.01.17 03:59:32.678463 [ 3 ] {c9fa4bcc-0a1f-4b1d-89f1-76a7006f076e} TCPHandler: Processed in 0.00788748 sec. 2026.01.17 03:59:32.678624 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.678829 [ 3 ] {d38502b1-5469-427e-9cbf-914a26633f33} executeQuery: (from [fd00:1122:3344:101::d]:53694) 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) 2026.01.17 03:59:32.678892 [ 3 ] {d38502b1-5469-427e-9cbf-914a26633f33} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.01.17 03:59:32.682604 [ 3 ] {d38502b1-5469-427e-9cbf-914a26633f33} oximeter.fields_ipaddr (5b052a2a-5e26-4336-ae01-e7cede35b728): Loading data parts 2026.01.17 03:59:32.682750 [ 3 ] {d38502b1-5469-427e-9cbf-914a26633f33} oximeter.fields_ipaddr (5b052a2a-5e26-4336-ae01-e7cede35b728): There are no data parts 2026.01.17 03:59:32.686313 [ 3 ] {d38502b1-5469-427e-9cbf-914a26633f33} TCPHandler: Processed in 0.007747307 sec. 2026.01.17 03:59:32.686471 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.686657 [ 3 ] {58bf963c-e0cd-48f9-9663-a5ca37a86064} executeQuery: (from [fd00:1122:3344:101::d]:53694) 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) 2026.01.17 03:59:32.686721 [ 3 ] {58bf963c-e0cd-48f9-9663-a5ca37a86064} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.01.17 03:59:32.688507 [ 3 ] {58bf963c-e0cd-48f9-9663-a5ca37a86064} oximeter.fields_string (3e876e3e-4947-40a0-ae3c-3ca961339fc1): Loading data parts 2026.01.17 03:59:32.688765 [ 3 ] {58bf963c-e0cd-48f9-9663-a5ca37a86064} oximeter.fields_string (3e876e3e-4947-40a0-ae3c-3ca961339fc1): There are no data parts 2026.01.17 03:59:32.692608 [ 3 ] {58bf963c-e0cd-48f9-9663-a5ca37a86064} TCPHandler: Processed in 0.006194794 sec. 2026.01.17 03:59:32.692750 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.692922 [ 3 ] {7a3bb4b3-bffe-429e-8bc6-494c6144ad24} executeQuery: (from [fd00:1122:3344:101::d]:53694) 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) 2026.01.17 03:59:32.692980 [ 3 ] {7a3bb4b3-bffe-429e-8bc6-494c6144ad24} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.01.17 03:59:32.695139 [ 3 ] {7a3bb4b3-bffe-429e-8bc6-494c6144ad24} oximeter.fields_uuid (4df64dce-effb-45c4-93a3-e74808e50d9a): Loading data parts 2026.01.17 03:59:32.695290 [ 3 ] {7a3bb4b3-bffe-429e-8bc6-494c6144ad24} oximeter.fields_uuid (4df64dce-effb-45c4-93a3-e74808e50d9a): There are no data parts 2026.01.17 03:59:32.698796 [ 3 ] {7a3bb4b3-bffe-429e-8bc6-494c6144ad24} TCPHandler: Processed in 0.006095681 sec. 2026.01.17 03:59:32.698962 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.699216 [ 3 ] {9562130d-c20d-457a-a322-42f5c5b00ca5} executeQuery: (from [fd00:1122:3344:101::d]:53694) /* 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) 2026.01.17 03:59:32.699305 [ 3 ] {9562130d-c20d-457a-a322-42f5c5b00ca5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.01.17 03:59:32.701330 [ 3 ] {9562130d-c20d-457a-a322-42f5c5b00ca5} oximeter.timeseries_schema (91249064-56fa-4391-911c-31db020410f2): Loading data parts 2026.01.17 03:59:32.701478 [ 3 ] {9562130d-c20d-457a-a322-42f5c5b00ca5} oximeter.timeseries_schema (91249064-56fa-4391-911c-31db020410f2): There are no data parts 2026.01.17 03:59:32.708707 [ 3 ] {9562130d-c20d-457a-a322-42f5c5b00ca5} TCPHandler: Processed in 0.009794541 sec. 2026.01.17 03:59:32.708942 [ 5 ] {} TCP-Session: 479ea704-5e65-4322-a929-e98996244415 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:32.709166 [ 5 ] {265f8611-3f52-41b0-8881-66d26338d2a5} executeQuery: (from [fd00:1122:3344:101::d]:43946) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.01.17 03:59:32.710386 [ 5 ] {265f8611-3f52-41b0-8881-66d26338d2a5} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.01.17 03:59:32.733440 [ 260 ] {265f8611-3f52-41b0-8881-66d26338d2a5} oximeter.version (1a719ce5-19d2-4485-9b38-9fa09d1ec739): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.17 03:59:32.733504 [ 260 ] {265f8611-3f52-41b0-8881-66d26338d2a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.17 03:59:32.737964 [ 260 ] {265f8611-3f52-41b0-8881-66d26338d2a5} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.17 03:59:32.738367 [ 260 ] {265f8611-3f52-41b0-8881-66d26338d2a5} oximeter.version (1a719ce5-19d2-4485-9b38-9fa09d1ec739): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.17 03:59:32.738645 [ 5 ] {265f8611-3f52-41b0-8881-66d26338d2a5} executeQuery: Read 1 rows, 16.00 B in 0.02959 sec., 33.795201081446436 rows/sec., 540.72 B/sec. 2026.01.17 03:59:32.738962 [ 5 ] {265f8611-3f52-41b0-8881-66d26338d2a5} TCPHandler: Processed in 0.030078387 sec. 2026.01.17 03:59:33.000159 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 125.67 MiB, peak 125.67 MiB, free memory in arenas 0.00 B, will set to 138.05 MiB (RSS), difference: 12.38 MiB 2026.01.17 03:59:34.267860 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48076 2026.01.17 03:59:34.272264 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.17 03:59:34.272321 [ 262 ] {} TCP-Session: 00e29c4c-d9dc-4b1f-8822-abd2c537b4cb Authenticating user 'default' from [fd00:1122:3344:101::a]:48076 2026.01.17 03:59:34.272346 [ 262 ] {} TCP-Session: 00e29c4c-d9dc-4b1f-8822-abd2c537b4cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:34.272421 [ 262 ] {} TCP-Session: 00e29c4c-d9dc-4b1f-8822-abd2c537b4cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:34.272534 [ 262 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.17 03:59:34.272571 [ 262 ] {} 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 2026.01.17 03:59:34.272672 [ 262 ] {} 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 2026.01.17 03:59:34.275364 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34542 2026.01.17 03:59:34.275430 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41607 2026.01.17 03:59:34.275584 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.17 03:59:34.275630 [ 263 ] {} TCP-Session: d37f5116-552f-4ff8-831e-f759f71cb562 Authenticating user 'default' from [fd00:1122:3344:101::a]:34542 2026.01.17 03:59:34.275684 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47388 2026.01.17 03:59:34.275657 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.17 03:59:34.275740 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50717 2026.01.17 03:59:34.275770 [ 263 ] {} TCP-Session: d37f5116-552f-4ff8-831e-f759f71cb562 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:34.275774 [ 264 ] {} TCP-Session: c673e93c-8cb2-478c-8b14-4d01a66ea68b Authenticating user 'default' from [fd00:1122:3344:101::a]:41607 2026.01.17 03:59:34.275851 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39309 2026.01.17 03:59:34.275887 [ 263 ] {} TCP-Session: d37f5116-552f-4ff8-831e-f759f71cb562 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:34.275905 [ 264 ] {} TCP-Session: c673e93c-8cb2-478c-8b14-4d01a66ea68b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:34.275961 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55967 2026.01.17 03:59:34.275969 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48992 2026.01.17 03:59:34.276019 [ 264 ] {} TCP-Session: c673e93c-8cb2-478c-8b14-4d01a66ea68b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:34.276058 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.17 03:59:34.276043 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.17 03:59:34.276117 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.17 03:59:34.276176 [ 267 ] {} TCP-Session: 94aacd5e-5653-439a-b2f8-a90fd68955f4 Authenticating user 'default' from [fd00:1122:3344:101::a]:50717 2026.01.17 03:59:34.276184 [ 266 ] {} TCP-Session: 67d5083e-9043-4283-ad14-a415e0d22178 Authenticating user 'default' from [fd00:1122:3344:101::a]:47388 2026.01.17 03:59:34.276268 [ 268 ] {} TCP-Session: 3ded58cd-0992-4de0-a15d-d800461361c0 Authenticating user 'default' from [fd00:1122:3344:101::a]:39309 2026.01.17 03:59:34.276300 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.17 03:59:34.276288 [ 267 ] {} TCP-Session: 94aacd5e-5653-439a-b2f8-a90fd68955f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:34.276246 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.17 03:59:34.276280 [ 266 ] {} TCP-Session: 67d5083e-9043-4283-ad14-a415e0d22178 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:34.276454 [ 268 ] {} TCP-Session: 3ded58cd-0992-4de0-a15d-d800461361c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:34.276465 [ 265 ] {} TCP-Session: bb08e5d7-029f-46d8-9d5c-225037e41801 Authenticating user 'default' from [fd00:1122:3344:101::a]:48992 2026.01.17 03:59:34.276476 [ 266 ] {} TCP-Session: 67d5083e-9043-4283-ad14-a415e0d22178 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:34.276546 [ 268 ] {} TCP-Session: 3ded58cd-0992-4de0-a15d-d800461361c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:34.276558 [ 265 ] {} TCP-Session: bb08e5d7-029f-46d8-9d5c-225037e41801 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:34.276458 [ 267 ] {} TCP-Session: 94aacd5e-5653-439a-b2f8-a90fd68955f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:34.276625 [ 265 ] {} TCP-Session: bb08e5d7-029f-46d8-9d5c-225037e41801 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:34.276650 [ 269 ] {} TCP-Session: b4b77444-664d-46f7-b159-eb4e06a54ceb Authenticating user 'default' from [fd00:1122:3344:101::a]:55967 2026.01.17 03:59:34.276715 [ 269 ] {} TCP-Session: b4b77444-664d-46f7-b159-eb4e06a54ceb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:34.276865 [ 269 ] {} TCP-Session: b4b77444-664d-46f7-b159-eb4e06a54ceb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:35.561371 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42686 2026.01.17 03:59:35.565485 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.17 03:59:35.565684 [ 270 ] {} TCP-Session: 42d3fc85-6fef-4e2e-be3c-b9e9d5695b35 Authenticating user 'default' from [fd00:1122:3344:101::c]:42686 2026.01.17 03:59:35.565714 [ 270 ] {} TCP-Session: 42d3fc85-6fef-4e2e-be3c-b9e9d5695b35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:35.565729 [ 270 ] {} TCP-Session: 42d3fc85-6fef-4e2e-be3c-b9e9d5695b35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:35.565915 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.17 03:59:35.565973 [ 270 ] {} 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 2026.01.17 03:59:35.566098 [ 270 ] {} 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 2026.01.17 03:59:35.568483 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42132 2026.01.17 03:59:35.568606 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54211 2026.01.17 03:59:35.568688 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53128 2026.01.17 03:59:35.568835 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53068 2026.01.17 03:59:35.568982 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61449 2026.01.17 03:59:35.569007 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.17 03:59:35.569144 [ 271 ] {} TCP-Session: e4a8ad7d-ca48-4b84-882f-fcda95dee5bd Authenticating user 'default' from [fd00:1122:3344:101::c]:42132 2026.01.17 03:59:35.569148 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40394 2026.01.17 03:59:35.569167 [ 271 ] {} TCP-Session: e4a8ad7d-ca48-4b84-882f-fcda95dee5bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:35.569220 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.17 03:59:35.569174 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.17 03:59:35.569280 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.17 03:59:35.569388 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54366 2026.01.17 03:59:35.569371 [ 274 ] {} TCP-Session: e000a23d-0b53-4b4c-816d-7ee51160d155 Authenticating user 'default' from [fd00:1122:3344:101::c]:53068 2026.01.17 03:59:35.569361 [ 272 ] {} TCP-Session: 182ca436-967b-4313-a580-ccac2c77fb89 Authenticating user 'default' from [fd00:1122:3344:101::c]:54211 2026.01.17 03:59:35.569334 [ 271 ] {} TCP-Session: e4a8ad7d-ca48-4b84-882f-fcda95dee5bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:35.569526 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.17 03:59:35.569515 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.17 03:59:35.569511 [ 272 ] {} TCP-Session: 182ca436-967b-4313-a580-ccac2c77fb89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:35.569641 [ 275 ] {} TCP-Session: d965ab9a-2156-44ef-a073-ee87f1c8b6cc Authenticating user 'default' from [fd00:1122:3344:101::c]:61449 2026.01.17 03:59:35.569650 [ 276 ] {} TCP-Session: 4cdd3136-e85f-4fa0-a949-df0a8bf1a801 Authenticating user 'default' from [fd00:1122:3344:101::c]:40394 2026.01.17 03:59:35.569671 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.17 03:59:35.569775 [ 275 ] {} TCP-Session: d965ab9a-2156-44ef-a073-ee87f1c8b6cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:35.569750 [ 276 ] {} TCP-Session: 4cdd3136-e85f-4fa0-a949-df0a8bf1a801 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:35.569733 [ 272 ] {} TCP-Session: 182ca436-967b-4313-a580-ccac2c77fb89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:35.569922 [ 276 ] {} TCP-Session: 4cdd3136-e85f-4fa0-a949-df0a8bf1a801 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:35.569937 [ 275 ] {} TCP-Session: d965ab9a-2156-44ef-a073-ee87f1c8b6cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:35.569916 [ 277 ] {} TCP-Session: e3f30bb3-cceb-4f68-b317-9a869e8f6190 Authenticating user 'default' from [fd00:1122:3344:101::c]:54366 2026.01.17 03:59:35.569489 [ 274 ] {} TCP-Session: e000a23d-0b53-4b4c-816d-7ee51160d155 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:35.569485 [ 273 ] {} TCP-Session: 07028813-0d24-4a5c-94a6-f5a24df247c4 Authenticating user 'default' from [fd00:1122:3344:101::c]:53128 2026.01.17 03:59:35.570143 [ 277 ] {} TCP-Session: e3f30bb3-cceb-4f68-b317-9a869e8f6190 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:35.570163 [ 274 ] {} TCP-Session: e000a23d-0b53-4b4c-816d-7ee51160d155 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:35.570162 [ 273 ] {} TCP-Session: 07028813-0d24-4a5c-94a6-f5a24df247c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:35.570272 [ 277 ] {} TCP-Session: e3f30bb3-cceb-4f68-b317-9a869e8f6190 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:35.570273 [ 273 ] {} TCP-Session: 07028813-0d24-4a5c-94a6-f5a24df247c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:35.637896 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51969 2026.01.17 03:59:35.642032 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.17 03:59:35.642088 [ 278 ] {} TCP-Session: 11a04e59-81da-4a5d-97fc-16730a5fe31e Authenticating user 'default' from [fd00:1122:3344:101::b]:51969 2026.01.17 03:59:35.642228 [ 278 ] {} TCP-Session: 11a04e59-81da-4a5d-97fc-16730a5fe31e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:35.642245 [ 278 ] {} TCP-Session: 11a04e59-81da-4a5d-97fc-16730a5fe31e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:35.642304 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.17 03:59:35.642416 [ 278 ] {} 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 2026.01.17 03:59:35.642433 [ 278 ] {} 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 2026.01.17 03:59:35.649957 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46713 2026.01.17 03:59:35.650046 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57128 2026.01.17 03:59:35.650162 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.17 03:59:35.650178 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57466 2026.01.17 03:59:35.650219 [ 279 ] {} TCP-Session: 9a4f4ad1-1b70-4a79-b000-cc9ea45bc63d Authenticating user 'default' from [fd00:1122:3344:101::b]:46713 2026.01.17 03:59:35.650247 [ 279 ] {} TCP-Session: 9a4f4ad1-1b70-4a79-b000-cc9ea45bc63d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:35.650256 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56629 2026.01.17 03:59:35.650386 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.17 03:59:35.650415 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.17 03:59:35.650487 [ 280 ] {} TCP-Session: 63958a47-36d1-441c-819b-6b1a32fe30a0 Authenticating user 'default' from [fd00:1122:3344:101::b]:57128 2026.01.17 03:59:35.650451 [ 279 ] {} TCP-Session: 9a4f4ad1-1b70-4a79-b000-cc9ea45bc63d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:35.650580 [ 281 ] {} TCP-Session: 6b53b4ee-0ce8-404f-bb12-09755c8ea60e Authenticating user 'default' from [fd00:1122:3344:101::b]:57466 2026.01.17 03:59:35.650614 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37344 2026.01.17 03:59:35.650671 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58174 2026.01.17 03:59:35.650590 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60619 2026.01.17 03:59:35.650707 [ 281 ] {} TCP-Session: 6b53b4ee-0ce8-404f-bb12-09755c8ea60e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:35.650729 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.17 03:59:35.650608 [ 280 ] {} TCP-Session: 63958a47-36d1-441c-819b-6b1a32fe30a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:35.650839 [ 281 ] {} TCP-Session: 6b53b4ee-0ce8-404f-bb12-09755c8ea60e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:35.650871 [ 282 ] {} TCP-Session: 215fe78f-6c78-442e-a191-3549ae530a07 Authenticating user 'default' from [fd00:1122:3344:101::b]:56629 2026.01.17 03:59:35.650850 [ 280 ] {} TCP-Session: 63958a47-36d1-441c-819b-6b1a32fe30a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:35.650982 [ 282 ] {} TCP-Session: 215fe78f-6c78-442e-a191-3549ae530a07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:35.651040 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.17 03:59:35.651070 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.17 03:59:35.651067 [ 282 ] {} TCP-Session: 215fe78f-6c78-442e-a191-3549ae530a07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:35.650985 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.17 03:59:35.651180 [ 285 ] {} TCP-Session: db9f248f-db6b-4c05-84bd-5c9c85698d17 Authenticating user 'default' from [fd00:1122:3344:101::b]:58174 2026.01.17 03:59:35.651150 [ 284 ] {} TCP-Session: 9b002ec9-cf86-4c76-a680-233f4dc4909d Authenticating user 'default' from [fd00:1122:3344:101::b]:60619 2026.01.17 03:59:35.651263 [ 284 ] {} TCP-Session: 9b002ec9-cf86-4c76-a680-233f4dc4909d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:35.651276 [ 285 ] {} TCP-Session: db9f248f-db6b-4c05-84bd-5c9c85698d17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:35.651264 [ 283 ] {} TCP-Session: 4caf7f98-4190-4fe3-bace-8c2f08033ea3 Authenticating user 'default' from [fd00:1122:3344:101::b]:37344 2026.01.17 03:59:35.651402 [ 284 ] {} TCP-Session: 9b002ec9-cf86-4c76-a680-233f4dc4909d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:35.651432 [ 285 ] {} TCP-Session: db9f248f-db6b-4c05-84bd-5c9c85698d17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:35.651422 [ 283 ] {} TCP-Session: 4caf7f98-4190-4fe3-bace-8c2f08033ea3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:35.651577 [ 283 ] {} TCP-Session: 4caf7f98-4190-4fe3-bace-8c2f08033ea3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.17 03:59:39.219165 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2026.01.17 03:59:39.219150 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.01.17 03:59:39.219297 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.01.17 03:59:39.219315 [ 245 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.01.17 03:59:39.235301 [ 244 ] {} system.asynchronous_metric_log (d18c7edf-4d12-4014-9c11-8a5505b6941b): Loading data parts 2026.01.17 03:59:39.235508 [ 244 ] {} system.asynchronous_metric_log (d18c7edf-4d12-4014-9c11-8a5505b6941b): There are no data parts 2026.01.17 03:59:39.244732 [ 245 ] {} system.metric_log (40e9f8af-7d58-484f-8659-a3a45ba4f809): Loading data parts 2026.01.17 03:59:39.245048 [ 245 ] {} system.metric_log (40e9f8af-7d58-484f-8659-a3a45ba4f809): There are no data parts 2026.01.17 03:59:39.250917 [ 244 ] {} system.asynchronous_metric_log (d18c7edf-4d12-4014-9c11-8a5505b6941b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.17 03:59:39.250954 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.17 03:59:39.257007 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.17 03:59:39.257515 [ 244 ] {} system.asynchronous_metric_log (d18c7edf-4d12-4014-9c11-8a5505b6941b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.17 03:59:39.257650 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2026.01.17 03:59:39.290646 [ 245 ] {} system.metric_log (40e9f8af-7d58-484f-8659-a3a45ba4f809): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.17 03:59:39.290770 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.17 03:59:39.296831 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.17 03:59:39.297951 [ 245 ] {} system.metric_log (40e9f8af-7d58-484f-8659-a3a45ba4f809): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.17 03:59:39.301066 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.01.17 03:59:40.000200 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.85 MiB, peak 148.85 MiB, free memory in arenas 0.00 B, will set to 153.95 MiB (RSS), difference: 9.10 MiB 2026.01.17 03:59:41.719092 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2026.01.17 03:59:41.719250 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.01.17 03:59:41.733226 [ 243 ] {} system.query_log (ed6a0a1d-57b9-4ac8-aa48-30679478b746): Loading data parts 2026.01.17 03:59:41.733409 [ 243 ] {} system.query_log (ed6a0a1d-57b9-4ac8-aa48-30679478b746): There are no data parts 2026.01.17 03:59:41.742746 [ 243 ] {} system.query_log (ed6a0a1d-57b9-4ac8-aa48-30679478b746): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.17 03:59:41.742870 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.17 03:59:41.746503 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.17 03:59:41.747072 [ 243 ] {} system.query_log (ed6a0a1d-57b9-4ac8-aa48-30679478b746): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.17 03:59:41.747420 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2026.01.17 03:59:42.000205 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.15 MiB, peak 158.15 MiB, free memory in arenas 0.00 B, will set to 154.96 MiB (RSS), difference: -3.19 MiB 2026.01.17 03:59:46.682711 [ 124 ] {} DNSResolver: Updating DNS cache 2026.01.17 03:59:46.682772 [ 124 ] {} DNSResolver: Updated DNS cache 2026.01.17 03:59:46.757935 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2026.01.17 03:59:46.758771 [ 244 ] {} system.asynchronous_metric_log (d18c7edf-4d12-4014-9c11-8a5505b6941b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.17 03:59:46.758815 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.17 03:59:46.759608 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.17 03:59:46.760143 [ 244 ] {} system.asynchronous_metric_log (d18c7edf-4d12-4014-9c11-8a5505b6941b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.17 03:59:46.762397 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2026.01.17 03:59:46.801342 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.01.17 03:59:46.821473 [ 245 ] {} system.metric_log (40e9f8af-7d58-484f-8659-a3a45ba4f809): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.17 03:59:46.821707 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.17 03:59:46.828518 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.17 03:59:46.830133 [ 245 ] {} system.metric_log (40e9f8af-7d58-484f-8659-a3a45ba4f809): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.17 03:59:46.834372 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.01.17 03:59:47.000138 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 155.75 MiB, peak 159.75 MiB, free memory in arenas 0.00 B, will set to 157.75 MiB (RSS), difference: 2.00 MiB 2026.01.17 03:59:52.000167 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 153.76 MiB, peak 159.75 MiB, free memory in arenas 0.00 B, will set to 157.78 MiB (RSS), difference: 4.02 MiB 2026.01.17 03:59:54.262573 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 2026.01.17 03:59:54.263065 [ 244 ] {} system.asynchronous_metric_log (d18c7edf-4d12-4014-9c11-8a5505b6941b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.17 03:59:54.263110 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.17 03:59:54.263799 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.17 03:59:54.264282 [ 244 ] {} system.asynchronous_metric_log (d18c7edf-4d12-4014-9c11-8a5505b6941b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.17 03:59:54.264424 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 2026.01.17 03:59:54.334533 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.01.17 03:59:54.351158 [ 245 ] {} system.metric_log (40e9f8af-7d58-484f-8659-a3a45ba4f809): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.17 03:59:54.351210 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.17 03:59:54.358032 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.17 03:59:54.359374 [ 245 ] {} system.metric_log (40e9f8af-7d58-484f-8659-a3a45ba4f809): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.17 03:59:54.363246 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.01.17 03:59:57.752110 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.752299 [ 3 ] {2a65cf1a-9632-4f71-969d-d35b4f0c88b2} executeQuery: (from [fd00:1122:3344:101::d]:53694) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2026.01.17 03:59:57.760605 [ 3 ] {2a65cf1a-9632-4f71-969d-d35b4f0c88b2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.17 03:59:57.770874 [ 3 ] {2a65cf1a-9632-4f71-969d-d35b4f0c88b2} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.17 03:59:57.781663 [ 3 ] {2a65cf1a-9632-4f71-969d-d35b4f0c88b2} TCPHandler: Processed in 0.029671648 sec. 2026.01.17 03:59:57.795732 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.795907 [ 3 ] {f1d971e1-32a9-47b5-be01-53a0203a048a} executeQuery: (from [fd00:1122:3344:101::d]:53694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.17 03:59:57.806287 [ 3 ] {f1d971e1-32a9-47b5-be01-53a0203a048a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.17 03:59:57.806334 [ 3 ] {f1d971e1-32a9-47b5-be01-53a0203a048a} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.17 03:59:57.808884 [ 3 ] {f1d971e1-32a9-47b5-be01-53a0203a048a} TCPHandler: Processed in 0.013231684 sec. 2026.01.17 03:59:57.811065 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.811220 [ 3 ] {426f0bc1-6dd4-407d-a5da-254db3d6a8ce} executeQuery: (from [fd00:1122:3344:101::d]:53694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.17 03:59:57.823107 [ 3 ] {426f0bc1-6dd4-407d-a5da-254db3d6a8ce} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.17 03:59:57.823164 [ 3 ] {426f0bc1-6dd4-407d-a5da-254db3d6a8ce} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.17 03:59:57.823608 [ 3 ] {426f0bc1-6dd4-407d-a5da-254db3d6a8ce} TCPHandler: Processed in 0.012607921 sec. 2026.01.17 03:59:57.823859 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.823980 [ 3 ] {43227af6-66eb-4f95-8324-58efd0e794b2} executeQuery: (from [fd00:1122:3344:101::d]:53694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.17 03:59:57.824225 [ 3 ] {43227af6-66eb-4f95-8324-58efd0e794b2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.17 03:59:57.824268 [ 3 ] {43227af6-66eb-4f95-8324-58efd0e794b2} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.17 03:59:57.824594 [ 3 ] {43227af6-66eb-4f95-8324-58efd0e794b2} TCPHandler: Processed in 0.000785137 sec. 2026.01.17 03:59:57.824803 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.824917 [ 3 ] {dfa7f1ef-e31d-4162-a06c-9cf336b11781} executeQuery: (from [fd00:1122:3344:101::d]:53694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.17 03:59:57.825153 [ 3 ] {dfa7f1ef-e31d-4162-a06c-9cf336b11781} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.17 03:59:57.825196 [ 3 ] {dfa7f1ef-e31d-4162-a06c-9cf336b11781} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.17 03:59:57.825535 [ 3 ] {dfa7f1ef-e31d-4162-a06c-9cf336b11781} TCPHandler: Processed in 0.000780797 sec. 2026.01.17 03:59:57.825740 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.825855 [ 3 ] {81121a24-5e5c-4fbe-ac6d-579a38f1467f} executeQuery: (from [fd00:1122:3344:101::d]:53694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.17 03:59:57.826093 [ 3 ] {81121a24-5e5c-4fbe-ac6d-579a38f1467f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.17 03:59:57.826135 [ 3 ] {81121a24-5e5c-4fbe-ac6d-579a38f1467f} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.17 03:59:57.826451 [ 3 ] {81121a24-5e5c-4fbe-ac6d-579a38f1467f} TCPHandler: Processed in 0.000759826 sec. 2026.01.17 03:59:57.826668 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.826781 [ 3 ] {e9de4ace-bcdd-42b2-a3fc-c8112b2c794f} executeQuery: (from [fd00:1122:3344:101::d]:53694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.17 03:59:57.827015 [ 3 ] {e9de4ace-bcdd-42b2-a3fc-c8112b2c794f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.17 03:59:57.827057 [ 3 ] {e9de4ace-bcdd-42b2-a3fc-c8112b2c794f} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.17 03:59:57.827384 [ 3 ] {e9de4ace-bcdd-42b2-a3fc-c8112b2c794f} TCPHandler: Processed in 0.000764927 sec. 2026.01.17 03:59:57.827586 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.827700 [ 3 ] {dc33c28e-ad48-41ee-b540-071053eb687d} executeQuery: (from [fd00:1122:3344:101::d]:53694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.17 03:59:57.827939 [ 3 ] {dc33c28e-ad48-41ee-b540-071053eb687d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.17 03:59:57.827981 [ 3 ] {dc33c28e-ad48-41ee-b540-071053eb687d} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.17 03:59:57.828291 [ 3 ] {dc33c28e-ad48-41ee-b540-071053eb687d} TCPHandler: Processed in 0.000753816 sec. 2026.01.17 03:59:57.828510 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.828627 [ 3 ] {a0308298-490b-459c-8441-1bb19f331e50} executeQuery: (from [fd00:1122:3344:101::d]:53694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.17 03:59:57.828885 [ 3 ] {a0308298-490b-459c-8441-1bb19f331e50} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.17 03:59:57.828944 [ 3 ] {a0308298-490b-459c-8441-1bb19f331e50} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.17 03:59:57.829309 [ 3 ] {a0308298-490b-459c-8441-1bb19f331e50} TCPHandler: Processed in 0.000847348 sec. 2026.01.17 03:59:57.829535 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.829676 [ 3 ] {7a974b59-1671-4b7b-9cb8-ecd35daf0bdd} executeQuery: (from [fd00:1122:3344:101::d]:53694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.17 03:59:57.829961 [ 3 ] {7a974b59-1671-4b7b-9cb8-ecd35daf0bdd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.17 03:59:57.830005 [ 3 ] {7a974b59-1671-4b7b-9cb8-ecd35daf0bdd} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.17 03:59:57.830334 [ 3 ] {7a974b59-1671-4b7b-9cb8-ecd35daf0bdd} TCPHandler: Processed in 0.000853918 sec. 2026.01.17 03:59:57.830533 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.830652 [ 3 ] {5d4eb383-1681-45a1-b503-55d2732f9de1} executeQuery: (from [fd00:1122:3344:101::d]:53694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.17 03:59:57.830901 [ 3 ] {5d4eb383-1681-45a1-b503-55d2732f9de1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.17 03:59:57.830944 [ 3 ] {5d4eb383-1681-45a1-b503-55d2732f9de1} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.17 03:59:57.831263 [ 3 ] {5d4eb383-1681-45a1-b503-55d2732f9de1} TCPHandler: Processed in 0.000779157 sec. 2026.01.17 03:59:57.831467 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.831586 [ 3 ] {88be160f-27d1-443c-a6a2-2cf74238b665} executeQuery: (from [fd00:1122:3344:101::d]:53694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.17 03:59:57.831832 [ 3 ] {88be160f-27d1-443c-a6a2-2cf74238b665} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.17 03:59:57.831874 [ 3 ] {88be160f-27d1-443c-a6a2-2cf74238b665} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.17 03:59:57.832185 [ 3 ] {88be160f-27d1-443c-a6a2-2cf74238b665} TCPHandler: Processed in 0.000766837 sec. 2026.01.17 03:59:57.832404 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.832523 [ 3 ] {1a439a71-d380-4410-9368-8cdc1cc77750} executeQuery: (from [fd00:1122:3344:101::d]:53694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.17 03:59:57.832785 [ 3 ] {1a439a71-d380-4410-9368-8cdc1cc77750} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.17 03:59:57.832828 [ 3 ] {1a439a71-d380-4410-9368-8cdc1cc77750} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.17 03:59:57.833141 [ 3 ] {1a439a71-d380-4410-9368-8cdc1cc77750} TCPHandler: Processed in 0.000785286 sec. 2026.01.17 03:59:57.833347 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.833462 [ 3 ] {16962104-d1ce-40d5-a4e3-1f6794ff62c5} executeQuery: (from [fd00:1122:3344:101::d]:53694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.17 03:59:57.833707 [ 3 ] {16962104-d1ce-40d5-a4e3-1f6794ff62c5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.17 03:59:57.833748 [ 3 ] {16962104-d1ce-40d5-a4e3-1f6794ff62c5} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.17 03:59:57.834058 [ 3 ] {16962104-d1ce-40d5-a4e3-1f6794ff62c5} TCPHandler: Processed in 0.000759856 sec. 2026.01.17 03:59:57.834261 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.834379 [ 3 ] {27e30e00-34ac-4467-a5ea-6352093423d3} executeQuery: (from [fd00:1122:3344:101::d]:53694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.17 03:59:57.834628 [ 3 ] {27e30e00-34ac-4467-a5ea-6352093423d3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.17 03:59:57.834671 [ 3 ] {27e30e00-34ac-4467-a5ea-6352093423d3} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.17 03:59:57.835014 [ 3 ] {27e30e00-34ac-4467-a5ea-6352093423d3} TCPHandler: Processed in 0.000801898 sec. 2026.01.17 03:59:57.835224 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.835341 [ 3 ] {3a6ecd44-08e2-4f0a-8d79-390500bcc550} executeQuery: (from [fd00:1122:3344:101::d]:53694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.17 03:59:57.835592 [ 3 ] {3a6ecd44-08e2-4f0a-8d79-390500bcc550} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.17 03:59:57.835634 [ 3 ] {3a6ecd44-08e2-4f0a-8d79-390500bcc550} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.17 03:59:57.835961 [ 3 ] {3a6ecd44-08e2-4f0a-8d79-390500bcc550} TCPHandler: Processed in 0.000785647 sec. 2026.01.17 03:59:57.837874 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.838015 [ 3 ] {3b01afd6-0024-42a5-a9e4-b8a68c1cda88} executeQuery: (from [fd00:1122:3344:101::d]:53694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.17 03:59:57.838323 [ 3 ] {3b01afd6-0024-42a5-a9e4-b8a68c1cda88} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.17 03:59:57.838373 [ 3 ] {3b01afd6-0024-42a5-a9e4-b8a68c1cda88} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.17 03:59:57.838723 [ 3 ] {3b01afd6-0024-42a5-a9e4-b8a68c1cda88} TCPHandler: Processed in 0.00090865 sec. 2026.01.17 03:59:57.838923 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.839041 [ 3 ] {99c221bf-c39f-4714-b7fe-b3d9351b3eaf} executeQuery: (from [fd00:1122:3344:101::d]:53694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.01.17 03:59:57.839314 [ 3 ] {99c221bf-c39f-4714-b7fe-b3d9351b3eaf} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.17 03:59:57.839356 [ 3 ] {99c221bf-c39f-4714-b7fe-b3d9351b3eaf} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.17 03:59:57.839678 [ 3 ] {99c221bf-c39f-4714-b7fe-b3d9351b3eaf} TCPHandler: Processed in 0.000803447 sec. 2026.01.17 03:59:57.839870 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.839989 [ 3 ] {3c95c033-b02d-4a95-9a4c-c21795a01f43} executeQuery: (from [fd00:1122:3344:101::d]:53694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.01.17 03:59:57.840244 [ 3 ] {3c95c033-b02d-4a95-9a4c-c21795a01f43} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.17 03:59:57.840286 [ 3 ] {3c95c033-b02d-4a95-9a4c-c21795a01f43} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.17 03:59:57.840606 [ 3 ] {3c95c033-b02d-4a95-9a4c-c21795a01f43} TCPHandler: Processed in 0.000784367 sec. 2026.01.17 03:59:57.840818 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.840935 [ 3 ] {4ded3c80-226d-42bd-9aef-d26638da23cd} executeQuery: (from [fd00:1122:3344:101::d]:53694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.17 03:59:57.841188 [ 3 ] {4ded3c80-226d-42bd-9aef-d26638da23cd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.17 03:59:57.841230 [ 3 ] {4ded3c80-226d-42bd-9aef-d26638da23cd} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.17 03:59:57.841519 [ 3 ] {4ded3c80-226d-42bd-9aef-d26638da23cd} TCPHandler: Processed in 0.000749026 sec. 2026.01.17 03:59:57.841733 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.841852 [ 3 ] {d76da3dc-14d7-4f2d-ab85-66928cdb3e78} executeQuery: (from [fd00:1122:3344:101::d]:53694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.17 03:59:57.842109 [ 3 ] {d76da3dc-14d7-4f2d-ab85-66928cdb3e78} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.17 03:59:57.842150 [ 3 ] {d76da3dc-14d7-4f2d-ab85-66928cdb3e78} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.17 03:59:57.842436 [ 3 ] {d76da3dc-14d7-4f2d-ab85-66928cdb3e78} TCPHandler: Processed in 0.000751976 sec. 2026.01.17 03:59:57.842714 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.842833 [ 3 ] {c7d87fcb-3f78-4bd1-af2a-6be45fdc9e60} executeQuery: (from [fd00:1122:3344:101::d]:53694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.17 03:59:57.843088 [ 3 ] {c7d87fcb-3f78-4bd1-af2a-6be45fdc9e60} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.17 03:59:57.843129 [ 3 ] {c7d87fcb-3f78-4bd1-af2a-6be45fdc9e60} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.17 03:59:57.843416 [ 3 ] {c7d87fcb-3f78-4bd1-af2a-6be45fdc9e60} TCPHandler: Processed in 0.000749385 sec. 2026.01.17 03:59:57.843956 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.844077 [ 3 ] {d7c03c91-2d04-4bf6-a1d9-94bcc6152aa3} executeQuery: (from [fd00:1122:3344:101::d]:53694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.17 03:59:57.844334 [ 3 ] {d7c03c91-2d04-4bf6-a1d9-94bcc6152aa3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.17 03:59:57.844376 [ 3 ] {d7c03c91-2d04-4bf6-a1d9-94bcc6152aa3} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.17 03:59:57.844657 [ 3 ] {d7c03c91-2d04-4bf6-a1d9-94bcc6152aa3} TCPHandler: Processed in 0.000748366 sec. 2026.01.17 03:59:57.844899 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.845019 [ 3 ] {55cb7f7f-5a39-4f2a-a45b-43a4f642dca0} executeQuery: (from [fd00:1122:3344:101::d]:53694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) 2026.01.17 03:59:57.845285 [ 3 ] {55cb7f7f-5a39-4f2a-a45b-43a4f642dca0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.17 03:59:57.845329 [ 3 ] {55cb7f7f-5a39-4f2a-a45b-43a4f642dca0} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.17 03:59:57.845624 [ 3 ] {55cb7f7f-5a39-4f2a-a45b-43a4f642dca0} TCPHandler: Processed in 0.000772807 sec. 2026.01.17 03:59:57.845858 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.845978 [ 3 ] {8137c1c5-a0c6-494b-8742-16a2e29b452f} executeQuery: (from [fd00:1122:3344:101::d]:53694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.01.17 03:59:57.846237 [ 3 ] {8137c1c5-a0c6-494b-8742-16a2e29b452f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.17 03:59:57.846279 [ 3 ] {8137c1c5-a0c6-494b-8742-16a2e29b452f} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.17 03:59:57.846559 [ 3 ] {8137c1c5-a0c6-494b-8742-16a2e29b452f} TCPHandler: Processed in 0.000749656 sec. 2026.01.17 03:59:57.846781 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.846901 [ 3 ] {24f2bc73-7c76-45eb-870b-782d2a8f2082} executeQuery: (from [fd00:1122:3344:101::d]:53694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.01.17 03:59:57.847170 [ 3 ] {24f2bc73-7c76-45eb-870b-782d2a8f2082} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.17 03:59:57.847212 [ 3 ] {24f2bc73-7c76-45eb-870b-782d2a8f2082} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.17 03:59:57.847502 [ 3 ] {24f2bc73-7c76-45eb-870b-782d2a8f2082} TCPHandler: Processed in 0.000769297 sec. 2026.01.17 03:59:57.847726 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.847847 [ 3 ] {ec2172a1-c9ab-43af-8884-ec2e861d2132} executeQuery: (from [fd00:1122:3344:101::d]:53694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.01.17 03:59:57.848107 [ 3 ] {ec2172a1-c9ab-43af-8884-ec2e861d2132} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.17 03:59:57.848149 [ 3 ] {ec2172a1-c9ab-43af-8884-ec2e861d2132} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.17 03:59:57.848444 [ 3 ] {ec2172a1-c9ab-43af-8884-ec2e861d2132} TCPHandler: Processed in 0.000766337 sec. 2026.01.17 03:59:57.848680 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.848818 [ 3 ] {766b080f-82d6-4857-8e41-c42f98ccf0ea} executeQuery: (from [fd00:1122:3344:101::d]:53694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.17 03:59:57.849085 [ 3 ] {766b080f-82d6-4857-8e41-c42f98ccf0ea} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.17 03:59:57.849126 [ 3 ] {766b080f-82d6-4857-8e41-c42f98ccf0ea} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.17 03:59:57.849420 [ 3 ] {766b080f-82d6-4857-8e41-c42f98ccf0ea} TCPHandler: Processed in 0.000788417 sec. 2026.01.17 03:59:57.849685 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.849810 [ 3 ] {c54881b4-37ff-4051-b135-4107e2da2a6b} executeQuery: (from [fd00:1122:3344:101::d]:53694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.17 03:59:57.850083 [ 3 ] {c54881b4-37ff-4051-b135-4107e2da2a6b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.17 03:59:57.850125 [ 3 ] {c54881b4-37ff-4051-b135-4107e2da2a6b} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.17 03:59:57.850426 [ 3 ] {c54881b4-37ff-4051-b135-4107e2da2a6b} TCPHandler: Processed in 0.000789027 sec. 2026.01.17 03:59:57.850660 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.850783 [ 3 ] {36e5a87f-e593-4338-a4e8-ab82775139f6} executeQuery: (from [fd00:1122:3344:101::d]:53694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', '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) 2026.01.17 03:59:57.851051 [ 3 ] {36e5a87f-e593-4338-a4e8-ab82775139f6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.17 03:59:57.851092 [ 3 ] {36e5a87f-e593-4338-a4e8-ab82775139f6} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.17 03:59:57.851383 [ 3 ] {36e5a87f-e593-4338-a4e8-ab82775139f6} TCPHandler: Processed in 0.000771067 sec. 2026.01.17 03:59:57.851612 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.851735 [ 3 ] {edf281df-b103-415d-919e-8ce04a4d655e} executeQuery: (from [fd00:1122:3344:101::d]:53694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.17 03:59:57.852002 [ 3 ] {edf281df-b103-415d-919e-8ce04a4d655e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.17 03:59:57.852043 [ 3 ] {edf281df-b103-415d-919e-8ce04a4d655e} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.17 03:59:57.852345 [ 3 ] {edf281df-b103-415d-919e-8ce04a4d655e} TCPHandler: Processed in 0.000780847 sec. 2026.01.17 03:59:57.864465 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.864597 [ 3 ] {7312ec51-152f-4d5f-8379-cdaba2560eea} executeQuery: (from [fd00:1122:3344:101::d]:53694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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) 2026.01.17 03:59:57.864879 [ 3 ] {7312ec51-152f-4d5f-8379-cdaba2560eea} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.17 03:59:57.864922 [ 3 ] {7312ec51-152f-4d5f-8379-cdaba2560eea} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.17 03:59:57.865234 [ 3 ] {7312ec51-152f-4d5f-8379-cdaba2560eea} TCPHandler: Processed in 0.000819778 sec. 2026.01.17 03:59:57.867129 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.867234 [ 3 ] {9192892e-d086-49e9-887d-9553d60d2412} executeQuery: (from [fd00:1122:3344:101::d]:53694) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.01.17 03:59:57.867276 [ 3 ] {9192892e-d086-49e9-887d-9553d60d2412} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.17 03:59:57.867801 [ 3 ] {9192892e-d086-49e9-887d-9553d60d2412} oximeter.timeseries_schema (91249064-56fa-4391-911c-31db020410f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.17 03:59:57.867845 [ 3 ] {9192892e-d086-49e9-887d-9553d60d2412} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.17 03:59:57.870540 [ 3 ] {9192892e-d086-49e9-887d-9553d60d2412} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.17 03:59:57.870923 [ 3 ] {9192892e-d086-49e9-887d-9553d60d2412} oximeter.timeseries_schema (91249064-56fa-4391-911c-31db020410f2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.17 03:59:57.871064 [ 3 ] {9192892e-d086-49e9-887d-9553d60d2412} executeQuery: Read 32 rows, 7.26 KiB in 0.003857 sec., 8296.603577910293 rows/sec., 1.84 MiB/sec. 2026.01.17 03:59:57.871102 [ 3 ] {9192892e-d086-49e9-887d-9553d60d2412} TCPHandler: Processed in 0.004021316 sec. 2026.01.17 03:59:57.871234 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.871328 [ 3 ] {d114eda6-f8b4-47de-ad47-6a6fc103b9fe} executeQuery: (from [fd00:1122:3344:101::d]:53694) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.17 03:59:57.871369 [ 3 ] {d114eda6-f8b4-47de-ad47-6a6fc103b9fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.17 03:59:57.878269 [ 3 ] {d114eda6-f8b4-47de-ad47-6a6fc103b9fe} oximeter.fields_i16 (b1c5e82d-17a3-45e5-80bc-9ffef3f6b2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.17 03:59:57.878302 [ 3 ] {d114eda6-f8b4-47de-ad47-6a6fc103b9fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.17 03:59:57.878782 [ 3 ] {d114eda6-f8b4-47de-ad47-6a6fc103b9fe} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.17 03:59:57.879188 [ 3 ] {d114eda6-f8b4-47de-ad47-6a6fc103b9fe} oximeter.fields_i16 (b1c5e82d-17a3-45e5-80bc-9ffef3f6b2b3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.17 03:59:57.879314 [ 3 ] {d114eda6-f8b4-47de-ad47-6a6fc103b9fe} executeQuery: Read 410 rows, 26.63 KiB in 0.008004 sec., 51224.387806096944 rows/sec., 3.25 MiB/sec. 2026.01.17 03:59:57.879351 [ 3 ] {d114eda6-f8b4-47de-ad47-6a6fc103b9fe} TCPHandler: Processed in 0.008167246 sec. 2026.01.17 03:59:57.879477 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.879572 [ 3 ] {079476d6-b401-4740-a076-eb869a766e20} executeQuery: (from [fd00:1122:3344:101::d]:53694) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.17 03:59:57.879612 [ 3 ] {079476d6-b401-4740-a076-eb869a766e20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.17 03:59:57.880610 [ 3 ] {079476d6-b401-4740-a076-eb869a766e20} oximeter.fields_ipaddr (5b052a2a-5e26-4336-ae01-e7cede35b728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.17 03:59:57.880647 [ 3 ] {079476d6-b401-4740-a076-eb869a766e20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.17 03:59:57.881130 [ 3 ] {079476d6-b401-4740-a076-eb869a766e20} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.17 03:59:57.881672 [ 3 ] {079476d6-b401-4740-a076-eb869a766e20} oximeter.fields_ipaddr (5b052a2a-5e26-4336-ae01-e7cede35b728): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.17 03:59:57.881813 [ 3 ] {079476d6-b401-4740-a076-eb869a766e20} executeQuery: Read 10 rows, 835.00 B in 0.002259 sec., 4426.737494466578 rows/sec., 360.97 KiB/sec. 2026.01.17 03:59:57.881851 [ 3 ] {079476d6-b401-4740-a076-eb869a766e20} TCPHandler: Processed in 0.002423873 sec. 2026.01.17 03:59:57.881976 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.882072 [ 3 ] {1d64b4e8-7e56-4197-8c65-051ad16fb3f9} executeQuery: (from [fd00:1122:3344:101::d]:53694) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.17 03:59:57.882113 [ 3 ] {1d64b4e8-7e56-4197-8c65-051ad16fb3f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.17 03:59:57.883325 [ 3 ] {1d64b4e8-7e56-4197-8c65-051ad16fb3f9} oximeter.fields_string (3e876e3e-4947-40a0-ae3c-3ca961339fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.17 03:59:57.883362 [ 3 ] {1d64b4e8-7e56-4197-8c65-051ad16fb3f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.17 03:59:57.883913 [ 3 ] {1d64b4e8-7e56-4197-8c65-051ad16fb3f9} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.17 03:59:57.884372 [ 3 ] {1d64b4e8-7e56-4197-8c65-051ad16fb3f9} oximeter.fields_string (3e876e3e-4947-40a0-ae3c-3ca961339fc1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.17 03:59:57.884500 [ 3 ] {1d64b4e8-7e56-4197-8c65-051ad16fb3f9} executeQuery: Read 1137 rows, 92.22 KiB in 0.002447 sec., 464650.5925623212 rows/sec., 36.80 MiB/sec. 2026.01.17 03:59:57.884539 [ 3 ] {1d64b4e8-7e56-4197-8c65-051ad16fb3f9} TCPHandler: Processed in 0.002613586 sec. 2026.01.17 03:59:57.884670 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.884767 [ 3 ] {7cdd588e-cb04-4028-9209-84bf8e6634fc} executeQuery: (from [fd00:1122:3344:101::d]:53694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.17 03:59:57.884807 [ 3 ] {7cdd588e-cb04-4028-9209-84bf8e6634fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.17 03:59:57.885310 [ 3 ] {7cdd588e-cb04-4028-9209-84bf8e6634fc} oximeter.fields_u16 (7885bd08-6bf5-40bb-9151-af1c304ad7b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.17 03:59:57.885347 [ 3 ] {7cdd588e-cb04-4028-9209-84bf8e6634fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.17 03:59:57.885779 [ 3 ] {7cdd588e-cb04-4028-9209-84bf8e6634fc} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.17 03:59:57.886191 [ 3 ] {7cdd588e-cb04-4028-9209-84bf8e6634fc} oximeter.fields_u16 (7885bd08-6bf5-40bb-9151-af1c304ad7b7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.17 03:59:57.886317 [ 3 ] {7cdd588e-cb04-4028-9209-84bf8e6634fc} executeQuery: Read 225 rows, 13.77 KiB in 0.001569 sec., 143403.4416826004 rows/sec., 8.57 MiB/sec. 2026.01.17 03:59:57.886355 [ 3 ] {7cdd588e-cb04-4028-9209-84bf8e6634fc} TCPHandler: Processed in 0.001741607 sec. 2026.01.17 03:59:57.886467 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.886566 [ 3 ] {2e035f27-658d-4a99-83b2-0a0e0b81ba52} executeQuery: (from [fd00:1122:3344:101::d]:53694) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.17 03:59:57.886606 [ 3 ] {2e035f27-658d-4a99-83b2-0a0e0b81ba52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.17 03:59:57.887168 [ 3 ] {2e035f27-658d-4a99-83b2-0a0e0b81ba52} oximeter.fields_u32 (ce7f8216-b20e-43e7-858b-5b837ff27771): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.17 03:59:57.887203 [ 3 ] {2e035f27-658d-4a99-83b2-0a0e0b81ba52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.17 03:59:57.887605 [ 3 ] {2e035f27-658d-4a99-83b2-0a0e0b81ba52} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.17 03:59:57.888069 [ 3 ] {2e035f27-658d-4a99-83b2-0a0e0b81ba52} oximeter.fields_u32 (ce7f8216-b20e-43e7-858b-5b837ff27771): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.17 03:59:57.888212 [ 3 ] {2e035f27-658d-4a99-83b2-0a0e0b81ba52} executeQuery: Read 212 rows, 14.00 KiB in 0.001663 sec., 127480.45700541191 rows/sec., 8.22 MiB/sec. 2026.01.17 03:59:57.888260 [ 3 ] {2e035f27-658d-4a99-83b2-0a0e0b81ba52} TCPHandler: Processed in 0.001841779 sec. 2026.01.17 03:59:57.888391 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.888498 [ 3 ] {dc0da809-fde0-49f5-ad8b-8db492d0c64f} executeQuery: (from [fd00:1122:3344:101::d]:53694) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.17 03:59:57.888546 [ 3 ] {dc0da809-fde0-49f5-ad8b-8db492d0c64f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.17 03:59:57.891454 [ 3 ] {dc0da809-fde0-49f5-ad8b-8db492d0c64f} oximeter.fields_u8 (756185ae-4d4d-49cb-888c-a8b8530e4547): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.17 03:59:57.891494 [ 3 ] {dc0da809-fde0-49f5-ad8b-8db492d0c64f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.17 03:59:57.891963 [ 3 ] {dc0da809-fde0-49f5-ad8b-8db492d0c64f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.17 03:59:57.892420 [ 3 ] {dc0da809-fde0-49f5-ad8b-8db492d0c64f} oximeter.fields_u8 (756185ae-4d4d-49cb-888c-a8b8530e4547): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.17 03:59:57.892553 [ 3 ] {dc0da809-fde0-49f5-ad8b-8db492d0c64f} executeQuery: Read 211 rows, 12.27 KiB in 0.004077 sec., 51753.74049546235 rows/sec., 2.94 MiB/sec. 2026.01.17 03:59:57.892592 [ 3 ] {dc0da809-fde0-49f5-ad8b-8db492d0c64f} TCPHandler: Processed in 0.004260282 sec. 2026.01.17 03:59:57.892715 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.892810 [ 3 ] {d3d2b3fa-9c48-4818-a1ae-cc4559d322eb} executeQuery: (from [fd00:1122:3344:101::d]:53694) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.17 03:59:57.892851 [ 3 ] {d3d2b3fa-9c48-4818-a1ae-cc4559d322eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.17 03:59:57.893545 [ 3 ] {d3d2b3fa-9c48-4818-a1ae-cc4559d322eb} oximeter.fields_uuid (4df64dce-effb-45c4-93a3-e74808e50d9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.17 03:59:57.893582 [ 3 ] {d3d2b3fa-9c48-4818-a1ae-cc4559d322eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.17 03:59:57.894042 [ 3 ] {d3d2b3fa-9c48-4818-a1ae-cc4559d322eb} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.17 03:59:57.894451 [ 3 ] {d3d2b3fa-9c48-4818-a1ae-cc4559d322eb} oximeter.fields_uuid (4df64dce-effb-45c4-93a3-e74808e50d9a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.17 03:59:57.894577 [ 3 ] {d3d2b3fa-9c48-4818-a1ae-cc4559d322eb} executeQuery: Read 699 rows, 50.08 KiB in 0.001785 sec., 391596.6386554622 rows/sec., 27.40 MiB/sec. 2026.01.17 03:59:57.894614 [ 3 ] {d3d2b3fa-9c48-4818-a1ae-cc4559d322eb} TCPHandler: Processed in 0.001948942 sec. 2026.01.17 03:59:57.894731 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.894824 [ 3 ] {1d3df0ef-2ad6-48c9-a277-801a8c5efdef} executeQuery: (from [fd00:1122:3344:101::d]:53694) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.17 03:59:57.894866 [ 3 ] {1d3df0ef-2ad6-48c9-a277-801a8c5efdef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.17 03:59:57.895219 [ 3 ] {1d3df0ef-2ad6-48c9-a277-801a8c5efdef} oximeter.measurements_bool (1bdf5735-5434-4ca3-ba73-a06facced2c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.17 03:59:57.895255 [ 3 ] {1d3df0ef-2ad6-48c9-a277-801a8c5efdef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.17 03:59:57.902199 [ 3 ] {1d3df0ef-2ad6-48c9-a277-801a8c5efdef} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.17 03:59:57.902664 [ 3 ] {1d3df0ef-2ad6-48c9-a277-801a8c5efdef} oximeter.measurements_bool (1bdf5735-5434-4ca3-ba73-a06facced2c3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.17 03:59:57.902837 [ 3 ] {1d3df0ef-2ad6-48c9-a277-801a8c5efdef} executeQuery: Read 6 rows, 321.00 B in 0.008029 sec., 747.2910698717151 rows/sec., 39.04 KiB/sec. 2026.01.17 03:59:57.902882 [ 3 ] {1d3df0ef-2ad6-48c9-a277-801a8c5efdef} TCPHandler: Processed in 0.008199156 sec. 2026.01.17 03:59:57.903014 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.903109 [ 3 ] {76d04416-7c1a-478e-957f-0de23bcf8076} executeQuery: (from [fd00:1122:3344:101::d]:53694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.17 03:59:57.903152 [ 3 ] {76d04416-7c1a-478e-957f-0de23bcf8076} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.17 03:59:57.905543 [ 3 ] {76d04416-7c1a-478e-957f-0de23bcf8076} oximeter.measurements_cumulativeu64 (cd3fd8da-f103-4e9c-88a1-ed8bb6e2a285): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.17 03:59:57.905579 [ 3 ] {76d04416-7c1a-478e-957f-0de23bcf8076} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.17 03:59:57.906098 [ 3 ] {76d04416-7c1a-478e-957f-0de23bcf8076} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.17 03:59:57.906629 [ 3 ] {76d04416-7c1a-478e-957f-0de23bcf8076} oximeter.measurements_cumulativeu64 (cd3fd8da-f103-4e9c-88a1-ed8bb6e2a285): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.17 03:59:57.906761 [ 3 ] {76d04416-7c1a-478e-957f-0de23bcf8076} executeQuery: Read 223 rows, 14.63 KiB in 0.00367 sec., 60762.94277929155 rows/sec., 3.89 MiB/sec. 2026.01.17 03:59:57.906797 [ 3 ] {76d04416-7c1a-478e-957f-0de23bcf8076} TCPHandler: Processed in 0.003841813 sec. 2026.01.17 03:59:57.906917 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.907011 [ 3 ] {6f1dabdd-3ed3-41cd-994e-e3c4d550f1bf} executeQuery: (from [fd00:1122:3344:101::d]:53694) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.17 03:59:57.907053 [ 3 ] {6f1dabdd-3ed3-41cd-994e-e3c4d550f1bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.17 03:59:57.907380 [ 3 ] {6f1dabdd-3ed3-41cd-994e-e3c4d550f1bf} oximeter.measurements_f64 (8efb903d-5cc9-4809-ac2b-aa2684b69025): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.17 03:59:57.907416 [ 3 ] {6f1dabdd-3ed3-41cd-994e-e3c4d550f1bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.17 03:59:57.907884 [ 3 ] {6f1dabdd-3ed3-41cd-994e-e3c4d550f1bf} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.17 03:59:57.908293 [ 3 ] {6f1dabdd-3ed3-41cd-994e-e3c4d550f1bf} oximeter.measurements_f64 (8efb903d-5cc9-4809-ac2b-aa2684b69025): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.17 03:59:57.908420 [ 3 ] {6f1dabdd-3ed3-41cd-994e-e3c4d550f1bf} executeQuery: Read 1 rows, 69.00 B in 0.001427 sec., 700.7708479327259 rows/sec., 47.22 KiB/sec. 2026.01.17 03:59:57.908456 [ 3 ] {6f1dabdd-3ed3-41cd-994e-e3c4d550f1bf} TCPHandler: Processed in 0.001587774 sec. 2026.01.17 03:59:57.908563 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.908656 [ 3 ] {28c7dda0-279f-445a-b5cc-0fc8a1ee12e0} executeQuery: (from [fd00:1122:3344:101::d]:53694) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.17 03:59:57.908709 [ 3 ] {28c7dda0-279f-445a-b5cc-0fc8a1ee12e0} 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 2026.01.17 03:59:57.909451 [ 3 ] {28c7dda0-279f-445a-b5cc-0fc8a1ee12e0} oximeter.measurements_histogramu64 (0c285190-18d8-40a2-b9a2-b7807cc5e162): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.17 03:59:57.909488 [ 3 ] {28c7dda0-279f-445a-b5cc-0fc8a1ee12e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.17 03:59:57.913669 [ 3 ] {28c7dda0-279f-445a-b5cc-0fc8a1ee12e0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.17 03:59:57.914098 [ 3 ] {28c7dda0-279f-445a-b5cc-0fc8a1ee12e0} oximeter.measurements_histogramu64 (0c285190-18d8-40a2-b9a2-b7807cc5e162): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.17 03:59:57.914239 [ 3 ] {28c7dda0-279f-445a-b5cc-0fc8a1ee12e0} executeQuery: Read 10 rows, 18.35 KiB in 0.005599 sec., 1786.033220217896 rows/sec., 3.20 MiB/sec. 2026.01.17 03:59:57.914300 [ 3 ] {28c7dda0-279f-445a-b5cc-0fc8a1ee12e0} TCPHandler: Processed in 0.005789035 sec. 2026.01.17 03:59:57.914408 [ 3 ] {} TCP-Session: 246abb3f-e236-42cc-a02a-867276b650d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.17 03:59:57.914501 [ 3 ] {fce57b63-6557-40ab-80c4-90a7a046a882} executeQuery: (from [fd00:1122:3344:101::d]:53694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.17 03:59:57.914543 [ 3 ] {fce57b63-6557-40ab-80c4-90a7a046a882} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.17 03:59:57.914891 [ 3 ] {fce57b63-6557-40ab-80c4-90a7a046a882} oximeter.measurements_u64 (65d88f5f-e56b-4378-9308-3b91165913ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.17 03:59:57.914927 [ 3 ] {fce57b63-6557-40ab-80c4-90a7a046a882} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.17 03:59:57.915330 [ 3 ] {fce57b63-6557-40ab-80c4-90a7a046a882} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.17 03:59:57.915742 [ 3 ] {fce57b63-6557-40ab-80c4-90a7a046a882} oximeter.measurements_u64 (65d88f5f-e56b-4378-9308-3b91165913ed): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.17 03:59:57.915871 [ 3 ] {fce57b63-6557-40ab-80c4-90a7a046a882} executeQuery: Read 68 rows, 4.04 KiB in 0.001388 sec., 48991.35446685879 rows/sec., 2.84 MiB/sec. 2026.01.17 03:59:57.915907 [ 3 ] {fce57b63-6557-40ab-80c4-90a7a046a882} TCPHandler: Processed in 0.001548823 sec. 2026.01.17 04:00:01.683025 [ 95 ] {} DNSResolver: Updating DNS cache 2026.01.17 04:00:01.684044 [ 95 ] {} DNSResolver: Updated DNS cache 2026.01.17 04:00:01.748274 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 178 2026.01.17 04:00:01.752510 [ 243 ] {} system.query_log (ed6a0a1d-57b9-4ac8-aa48-30679478b746): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.17 04:00:01.752559 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.17 04:00:01.754005 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.17 04:00:01.754702 [ 243 ] {} system.query_log (ed6a0a1d-57b9-4ac8-aa48-30679478b746): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.17 04:00:01.755121 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 178 2026.01.17 04:00:01.764655 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 2026.01.17 04:00:01.765145 [ 244 ] {} system.asynchronous_metric_log (d18c7edf-4d12-4014-9c11-8a5505b6941b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.17 04:00:01.765182 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.17 04:00:01.765946 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.17 04:00:01.766575 [ 244 ] {} system.asynchronous_metric_log (d18c7edf-4d12-4014-9c11-8a5505b6941b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.17 04:00:01.766711 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2026.01.17 04:00:01.863421 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.01.17 04:00:01.881603 [ 245 ] {} system.metric_log (40e9f8af-7d58-484f-8659-a3a45ba4f809): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.17 04:00:01.881664 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.17 04:00:01.888980 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.17 04:00:01.890335 [ 245 ] {} system.metric_log (40e9f8af-7d58-484f-8659-a3a45ba4f809): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.17 04:00:01.893432 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.01.17 04:00:02.000372 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 161.41 MiB, peak 165.41 MiB, free memory in arenas 0.00 B, will set to 162.95 MiB (RSS), difference: 1.54 MiB