[ Dec 11 18:14:33 Enabled. ] [ Dec 11 18:14:33 Rereading configuration. ] [ Dec 11 18:14:33 Rereading configuration. ] [ Dec 11 18:14:35 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] + set -o errexit + set -o pipefail + . /lib/svc/share/smf_include.sh ++ SMF_EXIT_OK=0 ++ SMF_EXIT_NODAEMON=94 ++ SMF_EXIT_ERR_FATAL=95 ++ SMF_EXIT_ERR_CONFIG=96 ++ SMF_EXIT_MON_DEGRADE=97 ++ SMF_EXIT_MON_OFFLINE=98 ++ SMF_EXIT_ERR_NOSMF=99 ++ SMF_EXIT_ERR_PERM=100 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default + LISTEN_ADDR=fd00:1122:3344:101::e ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default + LISTEN_PORT=8123 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default + DATASTORE=/data + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 [ Dec 11 18:14:35 Method "start" exited with status 0. ] Processing configuration file '/opt/oxide/clickhouse/config.xml'. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2025.12.11 18:14:36.242470 [ 1 ] {} Application: Will watch for the process with pid 24229 2025.12.11 18:14:36.243008 [ 1 ] {} Application: Forked a child process to watch 2025.12.11 18:14:36.544948 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24229 2025.12.11 18:14:36.545141 [ 1 ] {} Application: starting up 2025.12.11 18:14:36.545271 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2025.12.11 18:14:36.638228 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2025.12.11 18:14:36.713736 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2025.12.11 18:14:36.713813 [ 1 ] {} Application: Initializing DateLUT. 2025.12.11 18:14:36.713839 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2025.12.11 18:14:36.713916 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2025.12.11 18:14:36.714363 [ 1 ] {} Application: Initializing interserver credentials. 2025.12.11 18:14:36.716707 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2025.12.11 18:14:36.717504 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.12.11 18:14:36.717832 [ 1 ] {} Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) 2025.12.11 18:14:36.717856 [ 1 ] {} Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) 2025.12.11 18:14:36.717870 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2025.12.11 18:14:36.718646 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2025.12.11 18:14:36.719718 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2025.12.11 18:14:36.724967 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2025.12.11 18:14:36.725763 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2025.12.11 18:14:36.727373 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.12.11 18:14:36.727442 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.12.11 18:14:36.728532 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2025.12.11 18:14:36.728913 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.12.11 18:14:36.732477 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.12.11 18:14:36.733235 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2025.12.11 18:14:36.736599 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2025.12.11 18:14:36.736985 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2025.12.11 18:14:36.737348 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2025.12.11 18:14:36.737686 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2025.12.11 18:14:36.739200 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2025.12.11 18:14:36.739226 [ 1 ] {} Application: Loading metadata from /data/ 2025.12.11 18:14:36.739338 [ 12 ] {} DNSResolver: Updating DNS cache 2025.12.11 18:14:36.739434 [ 12 ] {} DNSResolver: Updated DNS cache 2025.12.11 18:14:36.747554 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2025.12.11 18:14:36.747579 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000156533 sec 2025.12.11 18:14:36.747607 [ 1 ] {} ReferentialDeps: No tables 2025.12.11 18:14:36.747621 [ 1 ] {} LoadingDeps: No tables 2025.12.11 18:14:36.748337 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2025.12.11 18:14:36.748952 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2025.12.11 18:14:36.758643 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2025.12.11 18:14:36.758686 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2025.12.11 18:14:36.758719 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2025.12.11 18:14:36.758732 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2025.12.11 18:14:36.758767 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2025.12.11 18:14:36.758787 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2025.12.11 18:14:36.760871 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2025.12.11 18:14:36.760921 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2025.12.11 18:14:36.760943 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2025.12.11 18:14:36.761082 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2025.12.11 18:14:36.761128 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2025.12.11 18:14:36.761142 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2025.12.11 18:14:36.761169 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2025.12.11 18:14:36.761181 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2025.12.11 18:14:36.761214 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2025.12.11 18:14:36.761239 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2025.12.11 18:14:36.783346 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2025.12.11 18:14:36.784762 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2025.12.11 18:14:36.784803 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.9441e-05 sec 2025.12.11 18:14:36.784815 [ 1 ] {} ReferentialDeps: No tables 2025.12.11 18:14:36.784825 [ 1 ] {} LoadingDeps: No tables 2025.12.11 18:14:36.784847 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2025.12.11 18:14:36.785035 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2025.12.11 18:14:36.785079 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2025.12.11 18:14:36.785093 [ 1 ] {} Application: Loaded metadata. 2025.12.11 18:14:36.785103 [ 1 ] {} Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). 2025.12.11 18:14:36.785114 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2025.12.11 18:14:36.797963 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.12.11 18:14:36.798166 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.66 MiB (RSS), difference: 91.88 MiB 2025.12.11 18:14:36.799558 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.25e-05 sec. 2025.12.11 18:14:36.799904 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2025.12.11 18:14:36.800548 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2025.12.11 18:14:36.800565 [ 1 ] {} Application: Ready for connections. 2025.12.11 18:14:38.236398 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62210 2025.12.11 18:14:38.237335 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.11 18:14:38.237396 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Authenticating user 'default' from [fd00:1122:3344:101::d]:62210 2025.12.11 18:14:38.237426 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:38.237531 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:38.237632 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.11 18:14:38.237658 [ 3 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.11 18:14:38.237743 [ 3 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.11 18:14:38.238378 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52275 2025.12.11 18:14:38.238400 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45537 2025.12.11 18:14:38.238667 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.11 18:14:38.238715 [ 5 ] {} TCP-Session: 0737128a-0dbb-4dab-b9a9-6ef3b1e06222 Authenticating user 'default' from [fd00:1122:3344:101::d]:45537 2025.12.11 18:14:38.238815 [ 5 ] {} TCP-Session: 0737128a-0dbb-4dab-b9a9-6ef3b1e06222 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:38.238830 [ 5 ] {} TCP-Session: 0737128a-0dbb-4dab-b9a9-6ef3b1e06222 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:38.239269 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34006 2025.12.11 18:14:38.239520 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43696 2025.12.11 18:14:38.240060 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.11 18:14:38.240129 [ 4 ] {} TCP-Session: 20acf657-beae-49f3-b498-51bc6043412d Authenticating user 'default' from [fd00:1122:3344:101::d]:52275 2025.12.11 18:14:38.240156 [ 4 ] {} TCP-Session: 20acf657-beae-49f3-b498-51bc6043412d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:38.240183 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54077 2025.12.11 18:14:38.240221 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.11 18:14:38.240314 [ 4 ] {} TCP-Session: 20acf657-beae-49f3-b498-51bc6043412d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:38.240344 [ 253 ] {} TCP-Session: e038180d-d02a-4a59-a85c-182a137f17c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34006 2025.12.11 18:14:38.240417 [ 253 ] {} TCP-Session: e038180d-d02a-4a59-a85c-182a137f17c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:38.240431 [ 253 ] {} TCP-Session: e038180d-d02a-4a59-a85c-182a137f17c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:38.241028 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.11 18:14:38.241060 [ 255 ] {} TCP-Session: 567bfb61-7d09-4e8a-b53f-4e003c0ce25a Authenticating user 'default' from [fd00:1122:3344:101::d]:43696 2025.12.11 18:14:38.241076 [ 255 ] {} TCP-Session: 567bfb61-7d09-4e8a-b53f-4e003c0ce25a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:38.241123 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.11 18:14:38.241127 [ 255 ] {} TCP-Session: 567bfb61-7d09-4e8a-b53f-4e003c0ce25a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:38.241192 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.241240 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56463 2025.12.11 18:14:38.241220 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57651 2025.12.11 18:14:38.241305 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42527 2025.12.11 18:14:38.241210 [ 256 ] {} TCP-Session: 4512aa78-5fcf-4905-8a5a-5da80f6d4dde Authenticating user 'default' from [fd00:1122:3344:101::d]:54077 2025.12.11 18:14:38.241436 [ 256 ] {} TCP-Session: 4512aa78-5fcf-4905-8a5a-5da80f6d4dde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:38.241453 [ 256 ] {} TCP-Session: 4512aa78-5fcf-4905-8a5a-5da80f6d4dde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:38.241686 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.11 18:14:38.241741 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.11 18:14:38.241770 [ 257 ] {} TCP-Session: bcec52d1-048f-4aef-94bb-acab1382235b Authenticating user 'default' from [fd00:1122:3344:101::d]:56463 2025.12.11 18:14:38.241770 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.11 18:14:38.241839 [ 259 ] {} TCP-Session: a95b2efe-5b9c-4c06-a174-12f55d0a11a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:42527 2025.12.11 18:14:38.241880 [ 257 ] {} TCP-Session: bcec52d1-048f-4aef-94bb-acab1382235b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:38.241863 [ 258 ] {} TCP-Session: d7e5bb9e-cdcc-4fc8-834a-227240f9f190 Authenticating user 'default' from [fd00:1122:3344:101::d]:57651 2025.12.11 18:14:38.241966 [ 259 ] {} TCP-Session: a95b2efe-5b9c-4c06-a174-12f55d0a11a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:38.241985 [ 257 ] {} TCP-Session: bcec52d1-048f-4aef-94bb-acab1382235b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:38.241974 [ 258 ] {} TCP-Session: d7e5bb9e-cdcc-4fc8-834a-227240f9f190 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:38.242091 [ 259 ] {} TCP-Session: a95b2efe-5b9c-4c06-a174-12f55d0a11a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:38.242105 [ 258 ] {} TCP-Session: d7e5bb9e-cdcc-4fc8-834a-227240f9f190 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:38.244627 [ 3 ] {6541a5f3-e7d1-4ffc-8ea8-82792e02b23f} executeQuery: (from [fd00:1122:3344:101::d]:62210) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.11 18:14:38.349308 [ 3 ] {6541a5f3-e7d1-4ffc-8ea8-82792e02b23f} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:62210) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.12.11 18:14:38.350416 [ 3 ] {6541a5f3-e7d1-4ffc-8ea8-82792e02b23f} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.12.11 18:14:38.350672 [ 3 ] {6541a5f3-e7d1-4ffc-8ea8-82792e02b23f} TCPHandler: Processed in 0.112098093 sec. 2025.12.11 18:14:38.351087 [ 5 ] {} TCP-Session: 0737128a-0dbb-4dab-b9a9-6ef3b1e06222 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.351370 [ 5 ] {26962704-c842-418c-8537-a630698fefe5} executeQuery: (from [fd00:1122:3344:101::d]:45537) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.11 18:14:38.351796 [ 5 ] {26962704-c842-418c-8537-a630698fefe5} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:45537) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.12.11 18:14:38.352142 [ 5 ] {26962704-c842-418c-8537-a630698fefe5} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.12.11 18:14:38.352477 [ 5 ] {26962704-c842-418c-8537-a630698fefe5} TCPHandler: Processed in 0.001572366 sec. 2025.12.11 18:14:38.352819 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.353692 [ 3 ] {5bc09c72-99b1-4cf2-9931-ca1e3199e7b8} executeQuery: (from [fd00:1122:3344:101::d]:62210) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2025.12.11 18:14:38.354570 [ 3 ] {5bc09c72-99b1-4cf2-9931-ca1e3199e7b8} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2025.12.11 18:14:38.356250 [ 3 ] {5bc09c72-99b1-4cf2-9931-ca1e3199e7b8} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2025.12.11 18:14:38.356271 [ 3 ] {5bc09c72-99b1-4cf2-9931-ca1e3199e7b8} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.4381e-05 sec 2025.12.11 18:14:38.356285 [ 3 ] {5bc09c72-99b1-4cf2-9931-ca1e3199e7b8} ReferentialDeps: No tables 2025.12.11 18:14:38.356331 [ 3 ] {5bc09c72-99b1-4cf2-9931-ca1e3199e7b8} LoadingDeps: No tables 2025.12.11 18:14:38.356390 [ 3 ] {5bc09c72-99b1-4cf2-9931-ca1e3199e7b8} DatabaseAtomic (oximeter): Starting up tables. 2025.12.11 18:14:38.357208 [ 3 ] {5bc09c72-99b1-4cf2-9931-ca1e3199e7b8} TCPHandler: Processed in 0.004501381 sec. 2025.12.11 18:14:38.357376 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.357657 [ 3 ] {0f247394-eba6-4fd1-86e1-cc44b861e338} executeQuery: (from [fd00:1122:3344:101::d]:62210) /* The version table contains metadata about the `oximeter` database */ CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) 2025.12.11 18:14:38.357714 [ 3 ] {0f247394-eba6-4fd1-86e1-cc44b861e338} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2025.12.11 18:14:38.363222 [ 3 ] {0f247394-eba6-4fd1-86e1-cc44b861e338} StoragePolicy (default): Storage policy default created, total volumes 1 2025.12.11 18:14:38.364728 [ 3 ] {0f247394-eba6-4fd1-86e1-cc44b861e338} oximeter.version (581bffaf-9333-4b42-bd1a-ce379d61e7e6): Loading data parts 2025.12.11 18:14:38.365785 [ 3 ] {0f247394-eba6-4fd1-86e1-cc44b861e338} oximeter.version (581bffaf-9333-4b42-bd1a-ce379d61e7e6): There are no data parts 2025.12.11 18:14:38.368679 [ 3 ] {0f247394-eba6-4fd1-86e1-cc44b861e338} TCPHandler: Processed in 0.011360535 sec. 2025.12.11 18:14:38.368841 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.369017 [ 3 ] {b5b205da-2a6c-4b77-9b9e-6478bce3686c} executeQuery: (from [fd00:1122:3344:101::d]:62210) /* The measurement tables contain all individual samples from each timeseries. * * Each table stores a single datum type, and otherwise contains nearly the same * structure. The primary sorting key is on the timeseries name, key, and then * timestamp, so that all timeseries from the same schema are grouped, followed * by all samples from the same timeseries. * * This reflects that one usually looks up the _key_ in one or more field table, * and then uses that to index quickly into the measurements tables. */ CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.11 18:14:38.369212 [ 3 ] {b5b205da-2a6c-4b77-9b9e-6478bce3686c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2025.12.11 18:14:38.379476 [ 3 ] {b5b205da-2a6c-4b77-9b9e-6478bce3686c} oximeter.measurements_bool (df300e11-f911-4fb1-b7bd-319f0e419cc6): Loading data parts 2025.12.11 18:14:38.379799 [ 3 ] {b5b205da-2a6c-4b77-9b9e-6478bce3686c} oximeter.measurements_bool (df300e11-f911-4fb1-b7bd-319f0e419cc6): There are no data parts 2025.12.11 18:14:38.381174 [ 3 ] {b5b205da-2a6c-4b77-9b9e-6478bce3686c} TCPHandler: Processed in 0.012383769 sec. 2025.12.11 18:14:38.381337 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.381585 [ 3 ] {e744074d-edc8-4fc5-a307-88ac19b7d037} executeQuery: (from [fd00:1122:3344:101::d]:62210) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.11 18:14:38.381712 [ 3 ] {e744074d-edc8-4fc5-a307-88ac19b7d037} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2025.12.11 18:14:38.383439 [ 3 ] {e744074d-edc8-4fc5-a307-88ac19b7d037} oximeter.measurements_i8 (a1c8eabd-8c60-47c7-a8b9-315dbf1e0e7a): Loading data parts 2025.12.11 18:14:38.383634 [ 3 ] {e744074d-edc8-4fc5-a307-88ac19b7d037} oximeter.measurements_i8 (a1c8eabd-8c60-47c7-a8b9-315dbf1e0e7a): There are no data parts 2025.12.11 18:14:38.385406 [ 3 ] {e744074d-edc8-4fc5-a307-88ac19b7d037} TCPHandler: Processed in 0.004118183 sec. 2025.12.11 18:14:38.385611 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.385768 [ 3 ] {54b169c8-4edd-4c49-a164-6af025a77b0b} executeQuery: (from [fd00:1122:3344:101::d]:62210) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.11 18:14:38.385903 [ 3 ] {54b169c8-4edd-4c49-a164-6af025a77b0b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2025.12.11 18:14:38.387615 [ 3 ] {54b169c8-4edd-4c49-a164-6af025a77b0b} oximeter.measurements_u8 (90b52a9b-4373-49ad-88cb-2c066239ea32): Loading data parts 2025.12.11 18:14:38.387829 [ 3 ] {54b169c8-4edd-4c49-a164-6af025a77b0b} oximeter.measurements_u8 (90b52a9b-4373-49ad-88cb-2c066239ea32): There are no data parts 2025.12.11 18:14:38.389398 [ 3 ] {54b169c8-4edd-4c49-a164-6af025a77b0b} TCPHandler: Processed in 0.003835546 sec. 2025.12.11 18:14:38.389545 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.389802 [ 3 ] {336a2fd5-4588-44ba-843a-22096e9cb68d} executeQuery: (from [fd00:1122:3344:101::d]:62210) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.11 18:14:38.389850 [ 3 ] {336a2fd5-4588-44ba-843a-22096e9cb68d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2025.12.11 18:14:38.391831 [ 3 ] {336a2fd5-4588-44ba-843a-22096e9cb68d} oximeter.measurements_i16 (58c5da3d-f93c-47d0-aa4a-6e88e3c1b80f): Loading data parts 2025.12.11 18:14:38.391968 [ 3 ] {336a2fd5-4588-44ba-843a-22096e9cb68d} oximeter.measurements_i16 (58c5da3d-f93c-47d0-aa4a-6e88e3c1b80f): There are no data parts 2025.12.11 18:14:38.393276 [ 3 ] {336a2fd5-4588-44ba-843a-22096e9cb68d} TCPHandler: Processed in 0.003787335 sec. 2025.12.11 18:14:38.393486 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.393638 [ 3 ] {c5e4a659-6bee-4d57-ba55-d47db30c931c} executeQuery: (from [fd00:1122:3344:101::d]:62210) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.11 18:14:38.393751 [ 3 ] {c5e4a659-6bee-4d57-ba55-d47db30c931c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2025.12.11 18:14:38.395454 [ 3 ] {c5e4a659-6bee-4d57-ba55-d47db30c931c} oximeter.measurements_u16 (134d5f93-b349-42a6-8899-3c5a343234da): Loading data parts 2025.12.11 18:14:38.395652 [ 3 ] {c5e4a659-6bee-4d57-ba55-d47db30c931c} oximeter.measurements_u16 (134d5f93-b349-42a6-8899-3c5a343234da): There are no data parts 2025.12.11 18:14:38.397052 [ 3 ] {c5e4a659-6bee-4d57-ba55-d47db30c931c} TCPHandler: Processed in 0.003614142 sec. 2025.12.11 18:14:38.397195 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.397432 [ 3 ] {8060f7fa-844f-4a40-84c9-07916adacabb} executeQuery: (from [fd00:1122:3344:101::d]:62210) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.11 18:14:38.397473 [ 3 ] {8060f7fa-844f-4a40-84c9-07916adacabb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2025.12.11 18:14:38.399256 [ 3 ] {8060f7fa-844f-4a40-84c9-07916adacabb} oximeter.measurements_i32 (a3b14747-836e-43d7-9996-68f8e78f3ac3): Loading data parts 2025.12.11 18:14:38.399405 [ 3 ] {8060f7fa-844f-4a40-84c9-07916adacabb} oximeter.measurements_i32 (a3b14747-836e-43d7-9996-68f8e78f3ac3): There are no data parts 2025.12.11 18:14:38.400932 [ 3 ] {8060f7fa-844f-4a40-84c9-07916adacabb} TCPHandler: Processed in 0.003784905 sec. 2025.12.11 18:14:38.401192 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.401351 [ 3 ] {20676421-a9b3-42a0-b6f7-04163308acd4} executeQuery: (from [fd00:1122:3344:101::d]:62210) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.11 18:14:38.401478 [ 3 ] {20676421-a9b3-42a0-b6f7-04163308acd4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2025.12.11 18:14:38.403250 [ 3 ] {20676421-a9b3-42a0-b6f7-04163308acd4} oximeter.measurements_u32 (3823b03e-44e3-46b5-8ce6-68bb559d6a97): Loading data parts 2025.12.11 18:14:38.403451 [ 3 ] {20676421-a9b3-42a0-b6f7-04163308acd4} oximeter.measurements_u32 (3823b03e-44e3-46b5-8ce6-68bb559d6a97): There are no data parts 2025.12.11 18:14:38.404900 [ 3 ] {20676421-a9b3-42a0-b6f7-04163308acd4} TCPHandler: Processed in 0.003756594 sec. 2025.12.11 18:14:38.405044 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.405200 [ 3 ] {3981b700-bfb1-41ed-9a11-dd7186bf2e0f} executeQuery: (from [fd00:1122:3344:101::d]:62210) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.11 18:14:38.405353 [ 3 ] {3981b700-bfb1-41ed-9a11-dd7186bf2e0f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2025.12.11 18:14:38.407206 [ 3 ] {3981b700-bfb1-41ed-9a11-dd7186bf2e0f} oximeter.measurements_i64 (52c6c5b5-33fd-46d3-93d2-b9e922a59431): Loading data parts 2025.12.11 18:14:38.407354 [ 3 ] {3981b700-bfb1-41ed-9a11-dd7186bf2e0f} oximeter.measurements_i64 (52c6c5b5-33fd-46d3-93d2-b9e922a59431): There are no data parts 2025.12.11 18:14:38.408729 [ 3 ] {3981b700-bfb1-41ed-9a11-dd7186bf2e0f} TCPHandler: Processed in 0.003739304 sec. 2025.12.11 18:14:38.408919 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.409122 [ 3 ] {daad9600-3f9f-4f93-9095-87374ccdb55f} executeQuery: (from [fd00:1122:3344:101::d]:62210) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.11 18:14:38.409243 [ 3 ] {daad9600-3f9f-4f93-9095-87374ccdb55f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2025.12.11 18:14:38.411014 [ 3 ] {daad9600-3f9f-4f93-9095-87374ccdb55f} oximeter.measurements_u64 (3fd21fe1-6c0b-401f-8efa-31341509bb4d): Loading data parts 2025.12.11 18:14:38.411227 [ 3 ] {daad9600-3f9f-4f93-9095-87374ccdb55f} oximeter.measurements_u64 (3fd21fe1-6c0b-401f-8efa-31341509bb4d): There are no data parts 2025.12.11 18:14:38.412679 [ 3 ] {daad9600-3f9f-4f93-9095-87374ccdb55f} TCPHandler: Processed in 0.003808295 sec. 2025.12.11 18:14:38.412825 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.412975 [ 3 ] {5fe563b8-fe13-4ea1-899e-f51422cf3af2} executeQuery: (from [fd00:1122:3344:101::d]:62210) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.11 18:14:38.413100 [ 3 ] {5fe563b8-fe13-4ea1-899e-f51422cf3af2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2025.12.11 18:14:38.414830 [ 3 ] {5fe563b8-fe13-4ea1-899e-f51422cf3af2} oximeter.measurements_f32 (aec4c9d0-ba32-47bb-982b-bd313b22a015): Loading data parts 2025.12.11 18:14:38.414980 [ 3 ] {5fe563b8-fe13-4ea1-899e-f51422cf3af2} oximeter.measurements_f32 (aec4c9d0-ba32-47bb-982b-bd313b22a015): There are no data parts 2025.12.11 18:14:38.416330 [ 3 ] {5fe563b8-fe13-4ea1-899e-f51422cf3af2} TCPHandler: Processed in 0.00355216 sec. 2025.12.11 18:14:38.416469 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.416693 [ 3 ] {a4596810-9c88-49ce-ac04-0d0f6f02004c} executeQuery: (from [fd00:1122:3344:101::d]:62210) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.11 18:14:38.416805 [ 3 ] {a4596810-9c88-49ce-ac04-0d0f6f02004c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2025.12.11 18:14:38.418508 [ 3 ] {a4596810-9c88-49ce-ac04-0d0f6f02004c} oximeter.measurements_f64 (f37ae4be-ae04-448d-8d28-848d975decf9): Loading data parts 2025.12.11 18:14:38.418641 [ 3 ] {a4596810-9c88-49ce-ac04-0d0f6f02004c} oximeter.measurements_f64 (f37ae4be-ae04-448d-8d28-848d975decf9): There are no data parts 2025.12.11 18:14:38.420059 [ 3 ] {a4596810-9c88-49ce-ac04-0d0f6f02004c} TCPHandler: Processed in 0.003639202 sec. 2025.12.11 18:14:38.420197 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.420350 [ 3 ] {72d41582-4dc9-471b-925f-bab41e4f3c12} executeQuery: (from [fd00:1122:3344:101::d]:62210) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.11 18:14:38.420462 [ 3 ] {72d41582-4dc9-471b-925f-bab41e4f3c12} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2025.12.11 18:14:38.422252 [ 3 ] {72d41582-4dc9-471b-925f-bab41e4f3c12} oximeter.measurements_string (cedda6f5-7403-4229-965d-01707c5c0782): Loading data parts 2025.12.11 18:14:38.422417 [ 3 ] {72d41582-4dc9-471b-925f-bab41e4f3c12} oximeter.measurements_string (cedda6f5-7403-4229-965d-01707c5c0782): There are no data parts 2025.12.11 18:14:38.423735 [ 3 ] {72d41582-4dc9-471b-925f-bab41e4f3c12} TCPHandler: Processed in 0.00358532 sec. 2025.12.11 18:14:38.423892 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.424118 [ 3 ] {1ec4166d-f05e-4f9a-a1fd-0ae2cd419d50} executeQuery: (from [fd00:1122:3344:101::d]:62210) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* * NOTE: Right now we can't unambiguously record a nullable byte array. * Arrays cannot be nested in `Nullable()` types, and encoding the array as * a string isn't palatable for a few reasons. * See: https://github.com/oxidecomputer/omicron/issues/4551 for more * details. */ datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.11 18:14:38.424257 [ 3 ] {1ec4166d-f05e-4f9a-a1fd-0ae2cd419d50} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2025.12.11 18:14:38.426008 [ 3 ] {1ec4166d-f05e-4f9a-a1fd-0ae2cd419d50} oximeter.measurements_bytes (f4e0feda-ddfc-4623-a383-a8c8183db649): Loading data parts 2025.12.11 18:14:38.426177 [ 3 ] {1ec4166d-f05e-4f9a-a1fd-0ae2cd419d50} oximeter.measurements_bytes (f4e0feda-ddfc-4623-a383-a8c8183db649): There are no data parts 2025.12.11 18:14:38.427561 [ 3 ] {1ec4166d-f05e-4f9a-a1fd-0ae2cd419d50} TCPHandler: Processed in 0.003716413 sec. 2025.12.11 18:14:38.427737 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.427931 [ 3 ] {17bc2778-0b40-40ac-95d7-e4387e0b2b49} executeQuery: (from [fd00:1122:3344:101::d]:62210) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.11 18:14:38.428059 [ 3 ] {17bc2778-0b40-40ac-95d7-e4387e0b2b49} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2025.12.11 18:14:38.431581 [ 3 ] {17bc2778-0b40-40ac-95d7-e4387e0b2b49} oximeter.measurements_cumulativei64 (323c7bf1-f370-46c0-b365-3e3d4130398d): Loading data parts 2025.12.11 18:14:38.431805 [ 3 ] {17bc2778-0b40-40ac-95d7-e4387e0b2b49} oximeter.measurements_cumulativei64 (323c7bf1-f370-46c0-b365-3e3d4130398d): There are no data parts 2025.12.11 18:14:38.433535 [ 3 ] {17bc2778-0b40-40ac-95d7-e4387e0b2b49} TCPHandler: Processed in 0.005845892 sec. 2025.12.11 18:14:38.433680 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.434011 [ 3 ] {1d1cb774-1fe6-4193-b23c-6ccc69089ed1} executeQuery: (from [fd00:1122:3344:101::d]:62210) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.11 18:14:38.434101 [ 3 ] {1d1cb774-1fe6-4193-b23c-6ccc69089ed1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2025.12.11 18:14:38.435953 [ 3 ] {1d1cb774-1fe6-4193-b23c-6ccc69089ed1} oximeter.measurements_cumulativeu64 (ef38db07-32bb-48c9-b7b6-c47ab47a2b67): Loading data parts 2025.12.11 18:14:38.436108 [ 3 ] {1d1cb774-1fe6-4193-b23c-6ccc69089ed1} oximeter.measurements_cumulativeu64 (ef38db07-32bb-48c9-b7b6-c47ab47a2b67): There are no data parts 2025.12.11 18:14:38.437569 [ 3 ] {1d1cb774-1fe6-4193-b23c-6ccc69089ed1} TCPHandler: Processed in 0.003937748 sec. 2025.12.11 18:14:38.437750 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.437909 [ 3 ] {8a3ea7a2-43c3-4d17-8c0d-d9e63d0e9ba6} executeQuery: (from [fd00:1122:3344:101::d]:62210) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.11 18:14:38.438047 [ 3 ] {8a3ea7a2-43c3-4d17-8c0d-d9e63d0e9ba6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2025.12.11 18:14:38.440077 [ 3 ] {8a3ea7a2-43c3-4d17-8c0d-d9e63d0e9ba6} oximeter.measurements_cumulativef32 (bfcdc16e-e573-4d7e-9bad-f461d9eb104b): Loading data parts 2025.12.11 18:14:38.440657 [ 3 ] {8a3ea7a2-43c3-4d17-8c0d-d9e63d0e9ba6} oximeter.measurements_cumulativef32 (bfcdc16e-e573-4d7e-9bad-f461d9eb104b): There are no data parts 2025.12.11 18:14:38.454707 [ 3 ] {8a3ea7a2-43c3-4d17-8c0d-d9e63d0e9ba6} TCPHandler: Processed in 0.017003803 sec. 2025.12.11 18:14:38.454874 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.455195 [ 3 ] {6a6b7750-2a83-46fb-8d5c-79308ddd4342} executeQuery: (from [fd00:1122:3344:101::d]:62210) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.11 18:14:38.455309 [ 3 ] {6a6b7750-2a83-46fb-8d5c-79308ddd4342} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2025.12.11 18:14:38.457872 [ 3 ] {6a6b7750-2a83-46fb-8d5c-79308ddd4342} oximeter.measurements_cumulativef64 (1f3171cc-c2e1-4a8b-8b8f-77b66aa602df): Loading data parts 2025.12.11 18:14:38.458017 [ 3 ] {6a6b7750-2a83-46fb-8d5c-79308ddd4342} oximeter.measurements_cumulativef64 (1f3171cc-c2e1-4a8b-8b8f-77b66aa602df): There are no data parts 2025.12.11 18:14:38.459388 [ 3 ] {6a6b7750-2a83-46fb-8d5c-79308ddd4342} TCPHandler: Processed in 0.004574863 sec. 2025.12.11 18:14:38.459537 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.459757 [ 3 ] {6dc6236c-36f6-4f30-b4cf-15ce49f29e8b} executeQuery: (from [fd00:1122:3344:101::d]:62210) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* * NOTE: Array types cannot be Nullable, see * https://clickhouse.com/docs/en/sql-reference/data-types/nullable * for more details. * * This means we need to use empty arrays to indicate a missing value. This * is unfortunate, and at this point relies on the fact that an * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need * to figure out another way to represent missing samples here. */ bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.11 18:14:38.459884 [ 3 ] {6dc6236c-36f6-4f30-b4cf-15ce49f29e8b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2025.12.11 18:14:38.462053 [ 3 ] {6dc6236c-36f6-4f30-b4cf-15ce49f29e8b} oximeter.measurements_histogrami8 (aff434d7-9df0-4976-b34d-a3bb52970f58): Loading data parts 2025.12.11 18:14:38.462287 [ 3 ] {6dc6236c-36f6-4f30-b4cf-15ce49f29e8b} oximeter.measurements_histogrami8 (aff434d7-9df0-4976-b34d-a3bb52970f58): There are no data parts 2025.12.11 18:14:38.463544 [ 3 ] {6dc6236c-36f6-4f30-b4cf-15ce49f29e8b} TCPHandler: Processed in 0.004057421 sec. 2025.12.11 18:14:38.463690 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.463980 [ 3 ] {de3f8876-7ddb-43a3-bd9f-03d69982d8cc} executeQuery: (from [fd00:1122:3344:101::d]:62210) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.11 18:14:38.464108 [ 3 ] {de3f8876-7ddb-43a3-bd9f-03d69982d8cc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2025.12.11 18:14:38.466137 [ 3 ] {de3f8876-7ddb-43a3-bd9f-03d69982d8cc} oximeter.measurements_histogramu8 (79aab143-e1c2-4729-8de6-8571959c8615): Loading data parts 2025.12.11 18:14:38.466276 [ 3 ] {de3f8876-7ddb-43a3-bd9f-03d69982d8cc} oximeter.measurements_histogramu8 (79aab143-e1c2-4729-8de6-8571959c8615): There are no data parts 2025.12.11 18:14:38.467551 [ 3 ] {de3f8876-7ddb-43a3-bd9f-03d69982d8cc} TCPHandler: Processed in 0.003908968 sec. 2025.12.11 18:14:38.467692 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.467901 [ 3 ] {d70d71bf-dd4d-4de9-902e-21776f68430c} executeQuery: (from [fd00:1122:3344:101::d]:62210) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.11 18:14:38.468038 [ 3 ] {d70d71bf-dd4d-4de9-902e-21776f68430c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2025.12.11 18:14:38.470060 [ 3 ] {d70d71bf-dd4d-4de9-902e-21776f68430c} oximeter.measurements_histogrami16 (bc044448-6753-4970-abbd-2b36a89ddd70): Loading data parts 2025.12.11 18:14:38.470263 [ 3 ] {d70d71bf-dd4d-4de9-902e-21776f68430c} oximeter.measurements_histogrami16 (bc044448-6753-4970-abbd-2b36a89ddd70): There are no data parts 2025.12.11 18:14:38.471463 [ 3 ] {d70d71bf-dd4d-4de9-902e-21776f68430c} TCPHandler: Processed in 0.003818626 sec. 2025.12.11 18:14:38.471605 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.471892 [ 3 ] {259a4563-c582-4ad9-acc5-6063c74551c3} executeQuery: (from [fd00:1122:3344:101::d]:62210) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.11 18:14:38.472023 [ 3 ] {259a4563-c582-4ad9-acc5-6063c74551c3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2025.12.11 18:14:38.474055 [ 3 ] {259a4563-c582-4ad9-acc5-6063c74551c3} oximeter.measurements_histogramu16 (563c674f-6715-4c70-a47b-792c33d92958): Loading data parts 2025.12.11 18:14:38.474184 [ 3 ] {259a4563-c582-4ad9-acc5-6063c74551c3} oximeter.measurements_histogramu16 (563c674f-6715-4c70-a47b-792c33d92958): There are no data parts 2025.12.11 18:14:38.475560 [ 3 ] {259a4563-c582-4ad9-acc5-6063c74551c3} TCPHandler: Processed in 0.00400639 sec. 2025.12.11 18:14:38.475700 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.475906 [ 3 ] {cc3cc677-35de-42b5-8444-e0f15c4591da} executeQuery: (from [fd00:1122:3344:101::d]:62210) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.11 18:14:38.476044 [ 3 ] {cc3cc677-35de-42b5-8444-e0f15c4591da} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2025.12.11 18:14:38.478355 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:47925 2025.12.11 18:14:38.478700 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.11 18:14:38.478748 [ 262 ] {} TCP-Session: f1cae082-65bb-41a8-a351-9c157fb560de Authenticating user 'default' from [fd00:1122:3344:101::c]:47925 2025.12.11 18:14:38.478779 [ 262 ] {} TCP-Session: f1cae082-65bb-41a8-a351-9c157fb560de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:38.478846 [ 262 ] {} TCP-Session: f1cae082-65bb-41a8-a351-9c157fb560de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:38.478975 [ 262 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.11 18:14:38.479012 [ 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 2025.12.11 18:14:38.479049 [ 3 ] {cc3cc677-35de-42b5-8444-e0f15c4591da} oximeter.measurements_histogrami32 (70e3d2e3-dca3-4b76-824c-c6b243f23837): Loading data parts 2025.12.11 18:14:38.479128 [ 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 2025.12.11 18:14:38.479318 [ 3 ] {cc3cc677-35de-42b5-8444-e0f15c4591da} oximeter.measurements_histogrami32 (70e3d2e3-dca3-4b76-824c-c6b243f23837): There are no data parts 2025.12.11 18:14:38.480486 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52227 2025.12.11 18:14:38.480584 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51273 2025.12.11 18:14:38.480676 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58175 2025.12.11 18:14:38.480754 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.11 18:14:38.480776 [ 3 ] {cc3cc677-35de-42b5-8444-e0f15c4591da} TCPHandler: Processed in 0.005123865 sec. 2025.12.11 18:14:38.480799 [ 263 ] {} TCP-Session: 426fa40e-fa11-4ab3-ab45-2789ebf89587 Authenticating user 'default' from [fd00:1122:3344:101::c]:52227 2025.12.11 18:14:38.480920 [ 263 ] {} TCP-Session: 426fa40e-fa11-4ab3-ab45-2789ebf89587 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:38.480925 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49688 2025.12.11 18:14:38.480938 [ 263 ] {} TCP-Session: 426fa40e-fa11-4ab3-ab45-2789ebf89587 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:38.480979 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.11 18:14:38.481036 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62836 2025.12.11 18:14:38.480929 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.11 18:14:38.481143 [ 265 ] {} TCP-Session: 83731d92-c57e-4b00-b14d-f5b7b78d4bfd Authenticating user 'default' from [fd00:1122:3344:101::c]:58175 2025.12.11 18:14:38.481164 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.11 18:14:38.481176 [ 264 ] {} TCP-Session: 011df1d7-73db-47d6-bfe0-afc4e87dde17 Authenticating user 'default' from [fd00:1122:3344:101::c]:51273 2025.12.11 18:14:38.480931 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.481232 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35082 2025.12.11 18:14:38.481278 [ 265 ] {} TCP-Session: 83731d92-c57e-4b00-b14d-f5b7b78d4bfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:38.481223 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.11 18:14:38.481356 [ 265 ] {} TCP-Session: 83731d92-c57e-4b00-b14d-f5b7b78d4bfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:38.481350 [ 264 ] {} TCP-Session: 011df1d7-73db-47d6-bfe0-afc4e87dde17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:38.481395 [ 267 ] {} TCP-Session: fb17aad0-9045-4e0a-be6b-628a04fabec6 Authenticating user 'default' from [fd00:1122:3344:101::c]:62836 2025.12.11 18:14:38.481326 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52196 2025.12.11 18:14:38.481491 [ 267 ] {} TCP-Session: fb17aad0-9045-4e0a-be6b-628a04fabec6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:38.481529 [ 266 ] {} TCP-Session: 767efbd9-3839-4294-a038-5f2c4c766704 Authenticating user 'default' from [fd00:1122:3344:101::c]:49688 2025.12.11 18:14:38.481573 [ 267 ] {} TCP-Session: fb17aad0-9045-4e0a-be6b-628a04fabec6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:38.481558 [ 264 ] {} TCP-Session: 011df1d7-73db-47d6-bfe0-afc4e87dde17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:38.481632 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.11 18:14:38.481673 [ 266 ] {} TCP-Session: 767efbd9-3839-4294-a038-5f2c4c766704 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:38.481733 [ 269 ] {} TCP-Session: 8c24d458-85ce-41cb-b3e5-b3cec8e91261 Authenticating user 'default' from [fd00:1122:3344:101::c]:52196 2025.12.11 18:14:38.481536 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.11 18:14:38.481530 [ 3 ] {443688c6-e19f-4e98-ae93-aedafbde0c38} executeQuery: (from [fd00:1122:3344:101::d]:62210) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.11 18:14:38.481827 [ 268 ] {} TCP-Session: fcdf949c-a353-46ab-a024-385cc8c346bd Authenticating user 'default' from [fd00:1122:3344:101::c]:35082 2025.12.11 18:14:38.481834 [ 269 ] {} TCP-Session: 8c24d458-85ce-41cb-b3e5-b3cec8e91261 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:38.481797 [ 266 ] {} TCP-Session: 767efbd9-3839-4294-a038-5f2c4c766704 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:38.481939 [ 3 ] {443688c6-e19f-4e98-ae93-aedafbde0c38} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2025.12.11 18:14:38.481979 [ 269 ] {} TCP-Session: 8c24d458-85ce-41cb-b3e5-b3cec8e91261 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:38.481961 [ 268 ] {} TCP-Session: fcdf949c-a353-46ab-a024-385cc8c346bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:38.482074 [ 268 ] {} TCP-Session: fcdf949c-a353-46ab-a024-385cc8c346bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:38.484273 [ 3 ] {443688c6-e19f-4e98-ae93-aedafbde0c38} oximeter.measurements_histogramu32 (3435aae6-b64e-4f3b-8eda-1d34c4227785): Loading data parts 2025.12.11 18:14:38.484413 [ 3 ] {443688c6-e19f-4e98-ae93-aedafbde0c38} oximeter.measurements_histogramu32 (3435aae6-b64e-4f3b-8eda-1d34c4227785): There are no data parts 2025.12.11 18:14:38.485696 [ 3 ] {443688c6-e19f-4e98-ae93-aedafbde0c38} TCPHandler: Processed in 0.004814039 sec. 2025.12.11 18:14:38.485967 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.486218 [ 3 ] {ff53a268-a55c-48a4-99b3-4671530f187e} executeQuery: (from [fd00:1122:3344:101::d]:62210) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.11 18:14:38.486347 [ 3 ] {ff53a268-a55c-48a4-99b3-4671530f187e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2025.12.11 18:14:38.488927 [ 3 ] {ff53a268-a55c-48a4-99b3-4671530f187e} oximeter.measurements_histogrami64 (c5d84062-38d2-4e9c-a1dd-0130cc8e4cd0): Loading data parts 2025.12.11 18:14:38.489069 [ 3 ] {ff53a268-a55c-48a4-99b3-4671530f187e} oximeter.measurements_histogrami64 (c5d84062-38d2-4e9c-a1dd-0130cc8e4cd0): There are no data parts 2025.12.11 18:14:38.491636 [ 3 ] {ff53a268-a55c-48a4-99b3-4671530f187e} TCPHandler: Processed in 0.005717468 sec. 2025.12.11 18:14:38.491791 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.492004 [ 3 ] {95a8e19d-b339-4164-8906-b2c5f976605b} executeQuery: (from [fd00:1122:3344:101::d]:62210) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.11 18:14:38.492178 [ 3 ] {95a8e19d-b339-4164-8906-b2c5f976605b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2025.12.11 18:14:38.494986 [ 3 ] {95a8e19d-b339-4164-8906-b2c5f976605b} oximeter.measurements_histogramu64 (716d49c4-cf65-4eae-97fe-0275c723bd05): Loading data parts 2025.12.11 18:14:38.495163 [ 3 ] {95a8e19d-b339-4164-8906-b2c5f976605b} oximeter.measurements_histogramu64 (716d49c4-cf65-4eae-97fe-0275c723bd05): There are no data parts 2025.12.11 18:14:38.496608 [ 3 ] {95a8e19d-b339-4164-8906-b2c5f976605b} TCPHandler: Processed in 0.00486693 sec. 2025.12.11 18:14:38.496759 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.497072 [ 3 ] {b4ba4eeb-fd15-449e-884a-7dfd3232ce34} executeQuery: (from [fd00:1122:3344:101::d]:62210) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.11 18:14:38.497236 [ 3 ] {b4ba4eeb-fd15-449e-884a-7dfd3232ce34} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2025.12.11 18:14:38.499196 [ 3 ] {b4ba4eeb-fd15-449e-884a-7dfd3232ce34} oximeter.measurements_histogramf32 (cc61f18f-26e9-40bf-aa0b-dd9f7a9d055a): Loading data parts 2025.12.11 18:14:38.499349 [ 3 ] {b4ba4eeb-fd15-449e-884a-7dfd3232ce34} oximeter.measurements_histogramf32 (cc61f18f-26e9-40bf-aa0b-dd9f7a9d055a): There are no data parts 2025.12.11 18:14:38.500794 [ 3 ] {b4ba4eeb-fd15-449e-884a-7dfd3232ce34} TCPHandler: Processed in 0.004082662 sec. 2025.12.11 18:14:38.500938 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.501148 [ 3 ] {d4bf3dc7-e4fd-4b53-8c4f-fceaf62c3861} executeQuery: (from [fd00:1122:3344:101::d]:62210) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.11 18:14:38.501287 [ 3 ] {d4bf3dc7-e4fd-4b53-8c4f-fceaf62c3861} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2025.12.11 18:14:38.503558 [ 3 ] {d4bf3dc7-e4fd-4b53-8c4f-fceaf62c3861} oximeter.measurements_histogramf64 (ed4dd49d-61b9-4f4a-b9a6-f8b04e32b1fd): Loading data parts 2025.12.11 18:14:38.503819 [ 3 ] {d4bf3dc7-e4fd-4b53-8c4f-fceaf62c3861} oximeter.measurements_histogramf64 (ed4dd49d-61b9-4f4a-b9a6-f8b04e32b1fd): There are no data parts 2025.12.11 18:14:38.505552 [ 3 ] {d4bf3dc7-e4fd-4b53-8c4f-fceaf62c3861} TCPHandler: Processed in 0.004663065 sec. 2025.12.11 18:14:38.505735 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.505996 [ 3 ] {4f44e6c7-06e2-4aff-ac20-c4267599e3ab} executeQuery: (from [fd00:1122:3344:101::d]:62210) /* The field tables store named dimensions of each timeseries. * * As with the measurement tables, there is one field table for each field data * type. Fields are deduplicated by using the "replacing merge tree", though * this behavior **must not** be relied upon for query correctness. * * The index for the fields differs from the measurements, however. Rows are * sorted by timeseries name, then field name, field value, and finally * timeseries key. This reflects the most common pattern for looking them up: * by field name and possibly value, within a timeseries. The resulting keys are * usually then used to look up measurements. * * NOTE: We may want to consider a secondary index on these tables, sorting by * timeseries name and then key, since it would improve lookups where one * already has the key. Realistically though, these tables are quite small and * so performance benefits will be low in absolute terms. * * TTL: We use a materialized column to expire old field table records. This * column is generated automatically by the database whenever a new row is * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` * query. Since these tables are `ReplacingMergeTree`s, that means the last * record will remain during a deduplication, which will have the last * timestamp. ClickHouse will then expire old data for us, similar to the * measurement tables. */ CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.11 18:14:38.506153 [ 3 ] {4f44e6c7-06e2-4aff-ac20-c4267599e3ab} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2025.12.11 18:14:38.508189 [ 3 ] {4f44e6c7-06e2-4aff-ac20-c4267599e3ab} oximeter.fields_bool (03959750-f1ec-45d1-a070-c3ebed2aa4fa): Loading data parts 2025.12.11 18:14:38.508357 [ 3 ] {4f44e6c7-06e2-4aff-ac20-c4267599e3ab} oximeter.fields_bool (03959750-f1ec-45d1-a070-c3ebed2aa4fa): There are no data parts 2025.12.11 18:14:38.509713 [ 3 ] {4f44e6c7-06e2-4aff-ac20-c4267599e3ab} TCPHandler: Processed in 0.004031031 sec. 2025.12.11 18:14:38.509960 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.510119 [ 3 ] {f23087ba-b3d8-48da-aa09-f0dcc35f014a} executeQuery: (from [fd00:1122:3344:101::d]:62210) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.11 18:14:38.510254 [ 3 ] {f23087ba-b3d8-48da-aa09-f0dcc35f014a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2025.12.11 18:14:38.512041 [ 3 ] {f23087ba-b3d8-48da-aa09-f0dcc35f014a} oximeter.fields_i8 (0d7cc193-f4c1-4ba0-81b9-c2f56a122339): Loading data parts 2025.12.11 18:14:38.512234 [ 3 ] {f23087ba-b3d8-48da-aa09-f0dcc35f014a} oximeter.fields_i8 (0d7cc193-f4c1-4ba0-81b9-c2f56a122339): There are no data parts 2025.12.11 18:14:38.513567 [ 3 ] {f23087ba-b3d8-48da-aa09-f0dcc35f014a} TCPHandler: Processed in 0.003655883 sec. 2025.12.11 18:14:38.513706 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.513955 [ 3 ] {fb2fdf93-47d6-4bc8-8e20-7cf2bc1c05fe} executeQuery: (from [fd00:1122:3344:101::d]:62210) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.11 18:14:38.514051 [ 3 ] {fb2fdf93-47d6-4bc8-8e20-7cf2bc1c05fe} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2025.12.11 18:14:38.515986 [ 3 ] {fb2fdf93-47d6-4bc8-8e20-7cf2bc1c05fe} oximeter.fields_u8 (1a5dcd62-4a01-45e4-aebc-7383ea18d656): Loading data parts 2025.12.11 18:14:38.516144 [ 3 ] {fb2fdf93-47d6-4bc8-8e20-7cf2bc1c05fe} oximeter.fields_u8 (1a5dcd62-4a01-45e4-aebc-7383ea18d656): There are no data parts 2025.12.11 18:14:38.517658 [ 3 ] {fb2fdf93-47d6-4bc8-8e20-7cf2bc1c05fe} TCPHandler: Processed in 0.00400067 sec. 2025.12.11 18:14:38.517883 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.518044 [ 3 ] {ac859a86-7e49-42d4-8bfc-3d583ab5d5f7} executeQuery: (from [fd00:1122:3344:101::d]:62210) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.11 18:14:38.518157 [ 3 ] {ac859a86-7e49-42d4-8bfc-3d583ab5d5f7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2025.12.11 18:14:38.519990 [ 3 ] {ac859a86-7e49-42d4-8bfc-3d583ab5d5f7} oximeter.fields_i16 (b506bbb5-e6c5-45ea-81e0-b1274a2c0a66): Loading data parts 2025.12.11 18:14:38.520199 [ 3 ] {ac859a86-7e49-42d4-8bfc-3d583ab5d5f7} oximeter.fields_i16 (b506bbb5-e6c5-45ea-81e0-b1274a2c0a66): There are no data parts 2025.12.11 18:14:38.521647 [ 3 ] {ac859a86-7e49-42d4-8bfc-3d583ab5d5f7} TCPHandler: Processed in 0.003818157 sec. 2025.12.11 18:14:38.521788 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.522038 [ 3 ] {1039e2a9-f2f2-49ed-a156-818c09e5207f} executeQuery: (from [fd00:1122:3344:101::d]:62210) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.11 18:14:38.522124 [ 3 ] {1039e2a9-f2f2-49ed-a156-818c09e5207f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2025.12.11 18:14:38.524259 [ 3 ] {1039e2a9-f2f2-49ed-a156-818c09e5207f} oximeter.fields_u16 (289baded-89a9-4401-b1a6-ad5864553911): Loading data parts 2025.12.11 18:14:38.524408 [ 3 ] {1039e2a9-f2f2-49ed-a156-818c09e5207f} oximeter.fields_u16 (289baded-89a9-4401-b1a6-ad5864553911): There are no data parts 2025.12.11 18:14:38.525814 [ 3 ] {1039e2a9-f2f2-49ed-a156-818c09e5207f} TCPHandler: Processed in 0.004073681 sec. 2025.12.11 18:14:38.526075 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.526232 [ 3 ] {b389c94a-bc2a-45bc-b5a9-65bec254ef81} executeQuery: (from [fd00:1122:3344:101::d]:62210) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.11 18:14:38.526367 [ 3 ] {b389c94a-bc2a-45bc-b5a9-65bec254ef81} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2025.12.11 18:14:38.532331 [ 3 ] {b389c94a-bc2a-45bc-b5a9-65bec254ef81} oximeter.fields_i32 (ea632b49-4eb2-431d-86cf-dc6d00661707): Loading data parts 2025.12.11 18:14:38.532661 [ 3 ] {b389c94a-bc2a-45bc-b5a9-65bec254ef81} oximeter.fields_i32 (ea632b49-4eb2-431d-86cf-dc6d00661707): There are no data parts 2025.12.11 18:14:38.538562 [ 3 ] {b389c94a-bc2a-45bc-b5a9-65bec254ef81} TCPHandler: Processed in 0.012534902 sec. 2025.12.11 18:14:38.538725 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.539005 [ 3 ] {2341756e-cbe6-4c16-8b86-0950a53c837e} executeQuery: (from [fd00:1122:3344:101::d]:62210) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.11 18:14:38.539172 [ 3 ] {2341756e-cbe6-4c16-8b86-0950a53c837e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2025.12.11 18:14:38.543173 [ 3 ] {2341756e-cbe6-4c16-8b86-0950a53c837e} oximeter.fields_u32 (5c25466b-4256-4f83-a7df-077411931cf1): Loading data parts 2025.12.11 18:14:38.543337 [ 3 ] {2341756e-cbe6-4c16-8b86-0950a53c837e} oximeter.fields_u32 (5c25466b-4256-4f83-a7df-077411931cf1): There are no data parts 2025.12.11 18:14:38.545022 [ 3 ] {2341756e-cbe6-4c16-8b86-0950a53c837e} TCPHandler: Processed in 0.006356534 sec. 2025.12.11 18:14:38.545244 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.545401 [ 3 ] {1a4fcb98-fb1c-42ab-a9bc-d2748e3acec9} executeQuery: (from [fd00:1122:3344:101::d]:62210) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.11 18:14:38.545563 [ 3 ] {1a4fcb98-fb1c-42ab-a9bc-d2748e3acec9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2025.12.11 18:14:38.547885 [ 3 ] {1a4fcb98-fb1c-42ab-a9bc-d2748e3acec9} oximeter.fields_i64 (50beb06d-fa95-480a-8b5b-7a4a71352bdb): Loading data parts 2025.12.11 18:14:38.548109 [ 3 ] {1a4fcb98-fb1c-42ab-a9bc-d2748e3acec9} oximeter.fields_i64 (50beb06d-fa95-480a-8b5b-7a4a71352bdb): There are no data parts 2025.12.11 18:14:38.549423 [ 3 ] {1a4fcb98-fb1c-42ab-a9bc-d2748e3acec9} TCPHandler: Processed in 0.004228035 sec. 2025.12.11 18:14:38.549570 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.549805 [ 3 ] {b0952c20-7abe-4686-aa77-84526ffee4dc} executeQuery: (from [fd00:1122:3344:101::d]:62210) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.11 18:14:38.549935 [ 3 ] {b0952c20-7abe-4686-aa77-84526ffee4dc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2025.12.11 18:14:38.552458 [ 3 ] {b0952c20-7abe-4686-aa77-84526ffee4dc} oximeter.fields_u64 (ea3098d7-3096-4175-964d-b5f049a7217e): Loading data parts 2025.12.11 18:14:38.552600 [ 3 ] {b0952c20-7abe-4686-aa77-84526ffee4dc} oximeter.fields_u64 (ea3098d7-3096-4175-964d-b5f049a7217e): There are no data parts 2025.12.11 18:14:38.554340 [ 3 ] {b0952c20-7abe-4686-aa77-84526ffee4dc} TCPHandler: Processed in 0.004817328 sec. 2025.12.11 18:14:38.554550 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.554709 [ 3 ] {4dae113d-486b-4ffa-bf2f-453cc2322feb} executeQuery: (from [fd00:1122:3344:101::d]:62210) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.11 18:14:38.554850 [ 3 ] {4dae113d-486b-4ffa-bf2f-453cc2322feb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2025.12.11 18:14:38.557455 [ 3 ] {4dae113d-486b-4ffa-bf2f-453cc2322feb} oximeter.fields_ipaddr (a9aada97-b32e-465d-81f5-6c2a653e692c): Loading data parts 2025.12.11 18:14:38.557663 [ 3 ] {4dae113d-486b-4ffa-bf2f-453cc2322feb} oximeter.fields_ipaddr (a9aada97-b32e-465d-81f5-6c2a653e692c): There are no data parts 2025.12.11 18:14:38.559295 [ 3 ] {4dae113d-486b-4ffa-bf2f-453cc2322feb} TCPHandler: Processed in 0.004795298 sec. 2025.12.11 18:14:38.559452 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.559736 [ 3 ] {929b1566-1d4e-45a2-b6c1-726b7a916bff} executeQuery: (from [fd00:1122:3344:101::d]:62210) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.11 18:14:38.559946 [ 3 ] {929b1566-1d4e-45a2-b6c1-726b7a916bff} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2025.12.11 18:14:38.562327 [ 3 ] {929b1566-1d4e-45a2-b6c1-726b7a916bff} oximeter.fields_string (d870fd2b-2cd0-4f34-a9b4-7bf31ddafd34): Loading data parts 2025.12.11 18:14:38.562487 [ 3 ] {929b1566-1d4e-45a2-b6c1-726b7a916bff} oximeter.fields_string (d870fd2b-2cd0-4f34-a9b4-7bf31ddafd34): There are no data parts 2025.12.11 18:14:38.564258 [ 3 ] {929b1566-1d4e-45a2-b6c1-726b7a916bff} TCPHandler: Processed in 0.004856929 sec. 2025.12.11 18:14:38.564416 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.564584 [ 3 ] {bb75c6ab-2734-4912-8815-3c0dfa0c9231} executeQuery: (from [fd00:1122:3344:101::d]:62210) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.11 18:14:38.564758 [ 3 ] {bb75c6ab-2734-4912-8815-3c0dfa0c9231} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2025.12.11 18:14:38.567083 [ 3 ] {bb75c6ab-2734-4912-8815-3c0dfa0c9231} oximeter.fields_uuid (17e0e8b1-0f70-45c9-bff5-a351494b0257): Loading data parts 2025.12.11 18:14:38.567406 [ 3 ] {bb75c6ab-2734-4912-8815-3c0dfa0c9231} oximeter.fields_uuid (17e0e8b1-0f70-45c9-bff5-a351494b0257): There are no data parts 2025.12.11 18:14:38.568765 [ 3 ] {bb75c6ab-2734-4912-8815-3c0dfa0c9231} TCPHandler: Processed in 0.004399369 sec. 2025.12.11 18:14:38.568943 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.569341 [ 3 ] {b9e41e29-64e3-4fbe-a035-afc1e211a854} executeQuery: (from [fd00:1122:3344:101::d]:62210) /* The timeseries schema table stores the extracted schema for the samples * oximeter collects. */ CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) 2025.12.11 18:14:38.569533 [ 3 ] {b9e41e29-64e3-4fbe-a035-afc1e211a854} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2025.12.11 18:14:38.571982 [ 3 ] {b9e41e29-64e3-4fbe-a035-afc1e211a854} oximeter.timeseries_schema (1bde8e95-4d99-4550-9558-bab164b72418): Loading data parts 2025.12.11 18:14:38.572263 [ 3 ] {b9e41e29-64e3-4fbe-a035-afc1e211a854} oximeter.timeseries_schema (1bde8e95-4d99-4550-9558-bab164b72418): There are no data parts 2025.12.11 18:14:38.574056 [ 3 ] {b9e41e29-64e3-4fbe-a035-afc1e211a854} TCPHandler: Processed in 0.005164426 sec. 2025.12.11 18:14:38.574484 [ 5 ] {} TCP-Session: 0737128a-0dbb-4dab-b9a9-6ef3b1e06222 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:38.575172 [ 5 ] {90fc3716-7707-4e02-920f-e4cc0fb45181} executeQuery: (from [fd00:1122:3344:101::d]:45537) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2025.12.11 18:14:38.577026 [ 5 ] {90fc3716-7707-4e02-920f-e4cc0fb45181} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2025.12.11 18:14:38.588862 [ 260 ] {90fc3716-7707-4e02-920f-e4cc0fb45181} oximeter.version (581bffaf-9333-4b42-bd1a-ce379d61e7e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.11 18:14:38.589087 [ 260 ] {90fc3716-7707-4e02-920f-e4cc0fb45181} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.12.11 18:14:38.593869 [ 260 ] {90fc3716-7707-4e02-920f-e4cc0fb45181} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.11 18:14:38.594554 [ 260 ] {90fc3716-7707-4e02-920f-e4cc0fb45181} oximeter.version (581bffaf-9333-4b42-bd1a-ce379d61e7e6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.11 18:14:38.594908 [ 5 ] {90fc3716-7707-4e02-920f-e4cc0fb45181} executeQuery: Read 1 rows, 16.00 B in 0.019932 sec., 50.17057997190448 rows/sec., 802.73 B/sec. 2025.12.11 18:14:38.595181 [ 5 ] {90fc3716-7707-4e02-920f-e4cc0fb45181} TCPHandler: Processed in 0.0208904 sec. 2025.12.11 18:14:39.000149 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 124.60 MiB, peak 124.60 MiB, free memory in arenas 0.00 B, will set to 138.60 MiB (RSS), difference: 13.99 MiB 2025.12.11 18:14:39.237785 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34598 2025.12.11 18:14:39.237901 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.11 18:14:39.237954 [ 270 ] {} TCP-Session: dd284647-8654-4652-9a4e-6b7f72976d53 Authenticating user 'default' from [fd00:1122:3344:101::a]:34598 2025.12.11 18:14:39.238134 [ 270 ] {} TCP-Session: dd284647-8654-4652-9a4e-6b7f72976d53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:39.238155 [ 270 ] {} TCP-Session: dd284647-8654-4652-9a4e-6b7f72976d53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:39.238222 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.11 18:14:39.238295 [ 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 2025.12.11 18:14:39.238362 [ 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 2025.12.11 18:14:39.241043 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50552 2025.12.11 18:14:39.241258 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.11 18:14:39.241311 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33018 2025.12.11 18:14:39.241439 [ 271 ] {} TCP-Session: 4a9db460-e394-4647-807d-8bf5be8e0c1b Authenticating user 'default' from [fd00:1122:3344:101::a]:50552 2025.12.11 18:14:39.241444 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41551 2025.12.11 18:14:39.241313 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46950 2025.12.11 18:14:39.241617 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39143 2025.12.11 18:14:39.241568 [ 271 ] {} TCP-Session: 4a9db460-e394-4647-807d-8bf5be8e0c1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:39.241525 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58378 2025.12.11 18:14:39.241373 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61318 2025.12.11 18:14:39.241795 [ 271 ] {} TCP-Session: 4a9db460-e394-4647-807d-8bf5be8e0c1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:39.241800 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.11 18:14:39.241932 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.11 18:14:39.241963 [ 275 ] {} TCP-Session: 42919455-d4d9-4955-add8-7278ac46fcf5 Authenticating user 'default' from [fd00:1122:3344:101::a]:41551 2025.12.11 18:14:39.242073 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.11 18:14:39.242100 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.11 18:14:39.241982 [ 273 ] {} TCP-Session: 375191c8-8e78-46c5-8c5c-3e071be53acf Authenticating user 'default' from [fd00:1122:3344:101::a]:33018 2025.12.11 18:14:39.242198 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.11 18:14:39.242202 [ 276 ] {} TCP-Session: 63b321aa-12f1-434c-9203-7da84acb3467 Authenticating user 'default' from [fd00:1122:3344:101::a]:58378 2025.12.11 18:14:39.242231 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.11 18:14:39.242310 [ 276 ] {} TCP-Session: 63b321aa-12f1-434c-9203-7da84acb3467 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:39.242301 [ 272 ] {} TCP-Session: ef409e5f-00ca-4824-9be6-ee316697bebf Authenticating user 'default' from [fd00:1122:3344:101::a]:46950 2025.12.11 18:14:39.242412 [ 274 ] {} TCP-Session: 6c83621d-dfd8-48f2-aa36-f0431e1c08e2 Authenticating user 'default' from [fd00:1122:3344:101::a]:61318 2025.12.11 18:14:39.242284 [ 273 ] {} TCP-Session: 375191c8-8e78-46c5-8c5c-3e071be53acf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:39.242176 [ 277 ] {} TCP-Session: 0c012e8a-50b0-4112-a300-2cd7ce3e5199 Authenticating user 'default' from [fd00:1122:3344:101::a]:39143 2025.12.11 18:14:39.242148 [ 275 ] {} TCP-Session: 42919455-d4d9-4955-add8-7278ac46fcf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:39.242543 [ 276 ] {} TCP-Session: 63b321aa-12f1-434c-9203-7da84acb3467 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:39.242642 [ 273 ] {} TCP-Session: 375191c8-8e78-46c5-8c5c-3e071be53acf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:39.242556 [ 277 ] {} TCP-Session: 0c012e8a-50b0-4112-a300-2cd7ce3e5199 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:39.242669 [ 274 ] {} TCP-Session: 6c83621d-dfd8-48f2-aa36-f0431e1c08e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:39.242761 [ 272 ] {} TCP-Session: ef409e5f-00ca-4824-9be6-ee316697bebf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:39.242740 [ 277 ] {} TCP-Session: 0c012e8a-50b0-4112-a300-2cd7ce3e5199 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:39.242864 [ 272 ] {} TCP-Session: ef409e5f-00ca-4824-9be6-ee316697bebf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:39.242850 [ 274 ] {} TCP-Session: 6c83621d-dfd8-48f2-aa36-f0431e1c08e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:39.242567 [ 275 ] {} TCP-Session: 42919455-d4d9-4955-add8-7278ac46fcf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:39.588721 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:32967 2025.12.11 18:14:39.588959 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.11 18:14:39.589000 [ 278 ] {} TCP-Session: 2fc39d32-5248-4fca-8325-4db39c807db1 Authenticating user 'default' from [fd00:1122:3344:101::b]:32967 2025.12.11 18:14:39.589024 [ 278 ] {} TCP-Session: 2fc39d32-5248-4fca-8325-4db39c807db1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:39.589169 [ 278 ] {} TCP-Session: 2fc39d32-5248-4fca-8325-4db39c807db1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:39.589286 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.11 18:14:39.589348 [ 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 2025.12.11 18:14:39.589508 [ 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 2025.12.11 18:14:39.590688 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44007 2025.12.11 18:14:39.590897 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.11 18:14:39.590918 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45418 2025.12.11 18:14:39.590995 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46250 2025.12.11 18:14:39.590937 [ 279 ] {} TCP-Session: 5c5305c9-ac81-4fec-83d8-baad323cd46b Authenticating user 'default' from [fd00:1122:3344:101::b]:44007 2025.12.11 18:14:39.590920 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40757 2025.12.11 18:14:39.591106 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46136 2025.12.11 18:14:39.591255 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.11 18:14:39.591280 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51532 2025.12.11 18:14:39.591139 [ 279 ] {} TCP-Session: 5c5305c9-ac81-4fec-83d8-baad323cd46b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:39.591373 [ 279 ] {} TCP-Session: 5c5305c9-ac81-4fec-83d8-baad323cd46b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:39.591394 [ 281 ] {} TCP-Session: fe8744d3-ebd0-440d-b572-433edcc728ad Authenticating user 'default' from [fd00:1122:3344:101::b]:45418 2025.12.11 18:14:39.591464 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.11 18:14:39.591480 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62415 2025.12.11 18:14:39.591573 [ 280 ] {} TCP-Session: 19ecd801-9243-4904-b652-a9cbd3422d11 Authenticating user 'default' from [fd00:1122:3344:101::b]:40757 2025.12.11 18:14:39.591591 [ 281 ] {} TCP-Session: fe8744d3-ebd0-440d-b572-433edcc728ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:39.591627 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.11 18:14:39.591590 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.11 18:14:39.591728 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.11 18:14:39.591727 [ 281 ] {} TCP-Session: fe8744d3-ebd0-440d-b572-433edcc728ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:39.591722 [ 284 ] {} TCP-Session: d74fe823-a868-467f-a2b4-9551e98ddc0f Authenticating user 'default' from [fd00:1122:3344:101::b]:51532 2025.12.11 18:14:39.591860 [ 285 ] {} TCP-Session: a2d92748-f31a-4e10-90a5-d891a92d020a Authenticating user 'default' from [fd00:1122:3344:101::b]:62415 2025.12.11 18:14:39.591826 [ 283 ] {} TCP-Session: 70fe90f8-ad16-44db-886a-3e78425f76f5 Authenticating user 'default' from [fd00:1122:3344:101::b]:46136 2025.12.11 18:14:39.591381 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.11 18:14:39.591984 [ 285 ] {} TCP-Session: a2d92748-f31a-4e10-90a5-d891a92d020a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:39.591963 [ 283 ] {} TCP-Session: 70fe90f8-ad16-44db-886a-3e78425f76f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:39.591947 [ 284 ] {} TCP-Session: d74fe823-a868-467f-a2b4-9551e98ddc0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:39.592096 [ 282 ] {} TCP-Session: 624604d1-7b60-4bf5-b75d-a8561d000c7b Authenticating user 'default' from [fd00:1122:3344:101::b]:46250 2025.12.11 18:14:39.592103 [ 285 ] {} TCP-Session: a2d92748-f31a-4e10-90a5-d891a92d020a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:39.592090 [ 283 ] {} TCP-Session: 70fe90f8-ad16-44db-886a-3e78425f76f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:39.592262 [ 282 ] {} TCP-Session: 624604d1-7b60-4bf5-b75d-a8561d000c7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:39.592210 [ 284 ] {} TCP-Session: d74fe823-a868-467f-a2b4-9551e98ddc0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:39.591704 [ 280 ] {} TCP-Session: 19ecd801-9243-4904-b652-a9cbd3422d11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:39.592382 [ 282 ] {} TCP-Session: 624604d1-7b60-4bf5-b75d-a8561d000c7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:39.592500 [ 280 ] {} TCP-Session: 19ecd801-9243-4904-b652-a9cbd3422d11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:14:40.000241 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 138.69 MiB, peak 138.69 MiB, free memory in arenas 0.00 B, will set to 139.74 MiB (RSS), difference: 1.05 MiB 2025.12.11 18:14:44.262556 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2025.12.11 18:14:44.262706 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2025.12.11 18:14:44.262697 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2025.12.11 18:14:44.262986 [ 243 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2025.12.11 18:14:44.266460 [ 244 ] {} system.asynchronous_metric_log (563a4355-e10c-40ef-8a47-067325e76c94): Loading data parts 2025.12.11 18:14:44.266713 [ 244 ] {} system.asynchronous_metric_log (563a4355-e10c-40ef-8a47-067325e76c94): There are no data parts 2025.12.11 18:14:44.271334 [ 244 ] {} system.asynchronous_metric_log (563a4355-e10c-40ef-8a47-067325e76c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.11 18:14:44.271520 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.12.11 18:14:44.278472 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.11 18:14:44.279197 [ 244 ] {} system.asynchronous_metric_log (563a4355-e10c-40ef-8a47-067325e76c94): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.11 18:14:44.279551 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2025.12.11 18:14:44.285159 [ 243 ] {} system.metric_log (0953ac46-eae2-48ec-ac6d-f554244b0f0f): Loading data parts 2025.12.11 18:14:44.285414 [ 243 ] {} system.metric_log (0953ac46-eae2-48ec-ac6d-f554244b0f0f): There are no data parts 2025.12.11 18:14:44.313867 [ 243 ] {} system.metric_log (0953ac46-eae2-48ec-ac6d-f554244b0f0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.11 18:14:44.314056 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.12.11 18:14:44.320913 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.11 18:14:44.322545 [ 243 ] {} system.metric_log (0953ac46-eae2-48ec-ac6d-f554244b0f0f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.11 18:14:44.328561 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2025.12.11 18:14:45.000197 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 144.82 MiB, peak 148.82 MiB, free memory in arenas 0.00 B, will set to 153.87 MiB (RSS), difference: 9.05 MiB 2025.12.11 18:14:46.761457 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2025.12.11 18:14:46.761561 [ 242 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2025.12.11 18:14:46.767897 [ 242 ] {} system.query_log (968ed7dc-79fb-4065-b2fe-bd86c9d9bf74): Loading data parts 2025.12.11 18:14:46.768067 [ 242 ] {} system.query_log (968ed7dc-79fb-4065-b2fe-bd86c9d9bf74): There are no data parts 2025.12.11 18:14:46.773564 [ 242 ] {} system.query_log (968ed7dc-79fb-4065-b2fe-bd86c9d9bf74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.11 18:14:46.773697 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.12.11 18:14:46.775445 [ 242 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.11 18:14:46.775994 [ 242 ] {} system.query_log (968ed7dc-79fb-4065-b2fe-bd86c9d9bf74): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.11 18:14:46.776259 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2025.12.11 18:14:47.000177 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 158.06 MiB, peak 158.06 MiB, free memory in arenas 0.00 B, will set to 154.90 MiB (RSS), difference: -3.16 MiB 2025.12.11 18:14:51.739478 [ 148 ] {} DNSResolver: Updating DNS cache 2025.12.11 18:14:51.739540 [ 148 ] {} DNSResolver: Updated DNS cache 2025.12.11 18:14:51.779657 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2025.12.11 18:14:51.784273 [ 244 ] {} system.asynchronous_metric_log (563a4355-e10c-40ef-8a47-067325e76c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.11 18:14:51.784325 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.12.11 18:14:51.785098 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.11 18:14:51.785583 [ 244 ] {} system.asynchronous_metric_log (563a4355-e10c-40ef-8a47-067325e76c94): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.11 18:14:51.785785 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2025.12.11 18:14:51.828672 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2025.12.11 18:14:51.846322 [ 243 ] {} system.metric_log (0953ac46-eae2-48ec-ac6d-f554244b0f0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.11 18:14:51.846491 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.12.11 18:14:51.852931 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.11 18:14:51.854063 [ 243 ] {} system.metric_log (0953ac46-eae2-48ec-ac6d-f554244b0f0f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.11 18:14:51.857165 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2025.12.11 18:14:52.000173 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 155.69 MiB, peak 159.69 MiB, free memory in arenas 0.00 B, will set to 157.71 MiB (RSS), difference: 2.03 MiB 2025.12.11 18:14:55.069181 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.069469 [ 3 ] {6a8e23fc-eee3-4ee6-9f2e-176b7f8929b1} executeQuery: (from [fd00:1122:3344:101::d]:62210) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2025.12.11 18:14:55.069811 [ 3 ] {6a8e23fc-eee3-4ee6-9f2e-176b7f8929b1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.11 18:14:55.072022 [ 3 ] {6a8e23fc-eee3-4ee6-9f2e-176b7f8929b1} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.11 18:14:55.076639 [ 3 ] {6a8e23fc-eee3-4ee6-9f2e-176b7f8929b1} TCPHandler: Processed in 0.00758328 sec. 2025.12.11 18:14:55.082104 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.082254 [ 3 ] {e329d23a-d5e3-4a12-8167-637ac8eae0eb} executeQuery: (from [fd00:1122:3344:101::d]:62210) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.11 18:14:55.092293 [ 3 ] {e329d23a-d5e3-4a12-8167-637ac8eae0eb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.11 18:14:55.092340 [ 3 ] {e329d23a-d5e3-4a12-8167-637ac8eae0eb} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.11 18:14:55.092791 [ 3 ] {e329d23a-d5e3-4a12-8167-637ac8eae0eb} TCPHandler: Processed in 0.010745232 sec. 2025.12.11 18:14:55.093607 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.093724 [ 3 ] {764480d3-dc6f-410a-839c-514506cdb137} executeQuery: (from [fd00:1122:3344:101::d]:62210) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.11 18:14:55.096021 [ 3 ] {764480d3-dc6f-410a-839c-514506cdb137} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.11 18:14:55.096076 [ 3 ] {764480d3-dc6f-410a-839c-514506cdb137} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.11 18:14:55.096524 [ 3 ] {764480d3-dc6f-410a-839c-514506cdb137} TCPHandler: Processed in 0.002965217 sec. 2025.12.11 18:14:55.096809 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.096924 [ 3 ] {cfc2ea30-c1c2-434f-9765-92fffb17b5b3} executeQuery: (from [fd00:1122:3344:101::d]:62210) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.11 18:14:55.097184 [ 3 ] {cfc2ea30-c1c2-434f-9765-92fffb17b5b3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.11 18:14:55.097226 [ 3 ] {cfc2ea30-c1c2-434f-9765-92fffb17b5b3} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.11 18:14:55.097549 [ 3 ] {cfc2ea30-c1c2-434f-9765-92fffb17b5b3} TCPHandler: Processed in 0.000788408 sec. 2025.12.11 18:14:55.097759 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.097871 [ 3 ] {5beac2de-f80a-4cf2-a72d-d8e1d68c9eb0} executeQuery: (from [fd00:1122:3344:101::d]:62210) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.11 18:14:55.098123 [ 3 ] {5beac2de-f80a-4cf2-a72d-d8e1d68c9eb0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.11 18:14:55.098166 [ 3 ] {5beac2de-f80a-4cf2-a72d-d8e1d68c9eb0} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.11 18:14:55.098541 [ 3 ] {5beac2de-f80a-4cf2-a72d-d8e1d68c9eb0} TCPHandler: Processed in 0.000829928 sec. 2025.12.11 18:14:55.098747 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.098861 [ 3 ] {3779e3aa-68c3-4d23-8209-212cb06b0c58} executeQuery: (from [fd00:1122:3344:101::d]:62210) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.11 18:14:55.099112 [ 3 ] {3779e3aa-68c3-4d23-8209-212cb06b0c58} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.11 18:14:55.099154 [ 3 ] {3779e3aa-68c3-4d23-8209-212cb06b0c58} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.11 18:14:55.099445 [ 3 ] {3779e3aa-68c3-4d23-8209-212cb06b0c58} TCPHandler: Processed in 0.000747727 sec. 2025.12.11 18:14:55.099667 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.099781 [ 3 ] {59f7bed9-332b-4834-b945-b71f87e494a5} executeQuery: (from [fd00:1122:3344:101::d]:62210) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.11 18:14:55.100033 [ 3 ] {59f7bed9-332b-4834-b945-b71f87e494a5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.11 18:14:55.100075 [ 3 ] {59f7bed9-332b-4834-b945-b71f87e494a5} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.11 18:14:55.100375 [ 3 ] {59f7bed9-332b-4834-b945-b71f87e494a5} TCPHandler: Processed in 0.000755257 sec. 2025.12.11 18:14:55.100595 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.100706 [ 3 ] {8d0f62d6-a7e1-47fa-8a2b-4b7419e03ae5} executeQuery: (from [fd00:1122:3344:101::d]:62210) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.11 18:14:55.100953 [ 3 ] {8d0f62d6-a7e1-47fa-8a2b-4b7419e03ae5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.11 18:14:55.100995 [ 3 ] {8d0f62d6-a7e1-47fa-8a2b-4b7419e03ae5} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.11 18:14:55.101277 [ 3 ] {8d0f62d6-a7e1-47fa-8a2b-4b7419e03ae5} TCPHandler: Processed in 0.000730497 sec. 2025.12.11 18:14:55.101481 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.101593 [ 3 ] {db8513d5-83eb-4f03-b20b-4bf7f93fd02c} executeQuery: (from [fd00:1122:3344:101::d]:62210) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.11 18:14:55.101847 [ 3 ] {db8513d5-83eb-4f03-b20b-4bf7f93fd02c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.11 18:14:55.101889 [ 3 ] {db8513d5-83eb-4f03-b20b-4bf7f93fd02c} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.11 18:14:55.102225 [ 3 ] {db8513d5-83eb-4f03-b20b-4bf7f93fd02c} TCPHandler: Processed in 0.000790608 sec. 2025.12.11 18:14:55.102429 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.102544 [ 3 ] {28eb09a6-4396-4fde-b08b-2b675a5b72cb} executeQuery: (from [fd00:1122:3344:101::d]:62210) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.11 18:14:55.102792 [ 3 ] {28eb09a6-4396-4fde-b08b-2b675a5b72cb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.11 18:14:55.102833 [ 3 ] {28eb09a6-4396-4fde-b08b-2b675a5b72cb} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.11 18:14:55.103106 [ 3 ] {28eb09a6-4396-4fde-b08b-2b675a5b72cb} TCPHandler: Processed in 0.000724366 sec. 2025.12.11 18:14:55.103301 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.103415 [ 3 ] {a6326c36-819e-45df-a88a-8965f16bbb96} executeQuery: (from [fd00:1122:3344:101::d]:62210) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.11 18:14:55.103665 [ 3 ] {a6326c36-819e-45df-a88a-8965f16bbb96} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.11 18:14:55.103707 [ 3 ] {a6326c36-819e-45df-a88a-8965f16bbb96} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.11 18:14:55.104018 [ 3 ] {a6326c36-819e-45df-a88a-8965f16bbb96} TCPHandler: Processed in 0.000763977 sec. 2025.12.11 18:14:55.104231 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.104344 [ 3 ] {40e150bf-b08b-44b8-9ad8-27e7391b32e7} executeQuery: (from [fd00:1122:3344:101::d]:62210) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.11 18:14:55.104598 [ 3 ] {40e150bf-b08b-44b8-9ad8-27e7391b32e7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.11 18:14:55.104639 [ 3 ] {40e150bf-b08b-44b8-9ad8-27e7391b32e7} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.11 18:14:55.104932 [ 3 ] {40e150bf-b08b-44b8-9ad8-27e7391b32e7} TCPHandler: Processed in 0.000747527 sec. 2025.12.11 18:14:55.105142 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.105258 [ 3 ] {924744e5-689b-44ae-a295-55cb40895bc8} executeQuery: (from [fd00:1122:3344:101::d]:62210) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.11 18:14:55.105513 [ 3 ] {924744e5-689b-44ae-a295-55cb40895bc8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.11 18:14:55.105554 [ 3 ] {924744e5-689b-44ae-a295-55cb40895bc8} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.11 18:14:55.105835 [ 3 ] {924744e5-689b-44ae-a295-55cb40895bc8} TCPHandler: Processed in 0.000742807 sec. 2025.12.11 18:14:55.106034 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.106149 [ 3 ] {b117b60d-3fc9-41dc-bc3e-fcf1f00ca775} executeQuery: (from [fd00:1122:3344:101::d]:62210) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.11 18:14:55.106413 [ 3 ] {b117b60d-3fc9-41dc-bc3e-fcf1f00ca775} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.11 18:14:55.106455 [ 3 ] {b117b60d-3fc9-41dc-bc3e-fcf1f00ca775} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.11 18:14:55.106756 [ 3 ] {b117b60d-3fc9-41dc-bc3e-fcf1f00ca775} TCPHandler: Processed in 0.000769307 sec. 2025.12.11 18:14:55.106956 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.107071 [ 3 ] {a71fb68d-b8e7-455b-86c1-966c8e0194f7} executeQuery: (from [fd00:1122:3344:101::d]:62210) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.11 18:14:55.107338 [ 3 ] {a71fb68d-b8e7-455b-86c1-966c8e0194f7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.11 18:14:55.107380 [ 3 ] {a71fb68d-b8e7-455b-86c1-966c8e0194f7} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.11 18:14:55.107676 [ 3 ] {a71fb68d-b8e7-455b-86c1-966c8e0194f7} TCPHandler: Processed in 0.000767608 sec. 2025.12.11 18:14:55.107870 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.107986 [ 3 ] {e779b1d8-e896-4d4c-be4b-9462706b6e1f} executeQuery: (from [fd00:1122:3344:101::d]:62210) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.11 18:14:55.108247 [ 3 ] {e779b1d8-e896-4d4c-be4b-9462706b6e1f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.11 18:14:55.108289 [ 3 ] {e779b1d8-e896-4d4c-be4b-9462706b6e1f} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.11 18:14:55.108589 [ 3 ] {e779b1d8-e896-4d4c-be4b-9462706b6e1f} TCPHandler: Processed in 0.000766157 sec. 2025.12.11 18:14:55.109266 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.109381 [ 3 ] {f944cb42-4ef5-42c9-bf33-446ef9a1f306} executeQuery: (from [fd00:1122:3344:101::d]:62210) 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) 2025.12.11 18:14:55.109645 [ 3 ] {f944cb42-4ef5-42c9-bf33-446ef9a1f306} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.11 18:14:55.109686 [ 3 ] {f944cb42-4ef5-42c9-bf33-446ef9a1f306} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.11 18:14:55.110139 [ 3 ] {f944cb42-4ef5-42c9-bf33-446ef9a1f306} TCPHandler: Processed in 0.00092015 sec. 2025.12.11 18:14:55.110337 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.110455 [ 3 ] {44aa8cb8-eb51-403f-9992-c63856cc0a72} executeQuery: (from [fd00:1122:3344:101::d]:62210) 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) 2025.12.11 18:14:55.110738 [ 3 ] {44aa8cb8-eb51-403f-9992-c63856cc0a72} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.11 18:14:55.110780 [ 3 ] {44aa8cb8-eb51-403f-9992-c63856cc0a72} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.11 18:14:55.111081 [ 3 ] {44aa8cb8-eb51-403f-9992-c63856cc0a72} TCPHandler: Processed in 0.000791357 sec. 2025.12.11 18:14:55.111285 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.111402 [ 3 ] {edb7bf05-6bc1-4c51-b391-9c4cbf2e3d49} executeQuery: (from [fd00:1122:3344:101::d]:62210) 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) 2025.12.11 18:14:55.111665 [ 3 ] {edb7bf05-6bc1-4c51-b391-9c4cbf2e3d49} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.11 18:14:55.111707 [ 3 ] {edb7bf05-6bc1-4c51-b391-9c4cbf2e3d49} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.11 18:14:55.112000 [ 3 ] {edb7bf05-6bc1-4c51-b391-9c4cbf2e3d49} TCPHandler: Processed in 0.000761837 sec. 2025.12.11 18:14:55.112216 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.112338 [ 3 ] {703583b9-de7a-434d-83ca-d5bfdb6fd036} executeQuery: (from [fd00:1122:3344:101::d]:62210) 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) 2025.12.11 18:14:55.112589 [ 3 ] {703583b9-de7a-434d-83ca-d5bfdb6fd036} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.11 18:14:55.112631 [ 3 ] {703583b9-de7a-434d-83ca-d5bfdb6fd036} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.11 18:14:55.112923 [ 3 ] {703583b9-de7a-434d-83ca-d5bfdb6fd036} TCPHandler: Processed in 0.000755447 sec. 2025.12.11 18:14:55.113131 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.113249 [ 3 ] {2dad7cc9-2fdc-46a2-b63f-3aeedd9a3888} executeQuery: (from [fd00:1122:3344:101::d]:62210) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.11 18:14:55.113525 [ 3 ] {2dad7cc9-2fdc-46a2-b63f-3aeedd9a3888} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.11 18:14:55.113567 [ 3 ] {2dad7cc9-2fdc-46a2-b63f-3aeedd9a3888} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.11 18:14:55.113912 [ 3 ] {2dad7cc9-2fdc-46a2-b63f-3aeedd9a3888} TCPHandler: Processed in 0.000827949 sec. 2025.12.11 18:14:55.118398 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.118522 [ 3 ] {660e1d08-a3ea-4378-9aef-6311a95d0676} executeQuery: (from [fd00:1122:3344:101::d]:62210) 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) 2025.12.11 18:14:55.118802 [ 3 ] {660e1d08-a3ea-4378-9aef-6311a95d0676} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.11 18:14:55.118846 [ 3 ] {660e1d08-a3ea-4378-9aef-6311a95d0676} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.11 18:14:55.119185 [ 3 ] {660e1d08-a3ea-4378-9aef-6311a95d0676} TCPHandler: Processed in 0.000836379 sec. 2025.12.11 18:14:55.119734 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.119858 [ 3 ] {c0acf1e2-ee13-4382-beb7-78ee262065db} executeQuery: (from [fd00:1122:3344:101::d]:62210) 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) 2025.12.11 18:14:55.120134 [ 3 ] {c0acf1e2-ee13-4382-beb7-78ee262065db} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.11 18:14:55.120176 [ 3 ] {c0acf1e2-ee13-4382-beb7-78ee262065db} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.11 18:14:55.120501 [ 3 ] {c0acf1e2-ee13-4382-beb7-78ee262065db} TCPHandler: Processed in 0.000815918 sec. 2025.12.11 18:14:55.120740 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.120866 [ 3 ] {7f468fcf-94d2-47da-bcc1-2917de4cf6f6} executeQuery: (from [fd00:1122:3344:101::d]:62210) 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) 2025.12.11 18:14:55.121143 [ 3 ] {7f468fcf-94d2-47da-bcc1-2917de4cf6f6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.11 18:14:55.121185 [ 3 ] {7f468fcf-94d2-47da-bcc1-2917de4cf6f6} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.11 18:14:55.121505 [ 3 ] {7f468fcf-94d2-47da-bcc1-2917de4cf6f6} TCPHandler: Processed in 0.000812018 sec. 2025.12.11 18:14:55.121721 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.121842 [ 3 ] {0e114e3b-87db-4ef0-a54e-c85fcfcb40e4} executeQuery: (from [fd00:1122:3344:101::d]:62210) 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) 2025.12.11 18:14:55.122122 [ 3 ] {0e114e3b-87db-4ef0-a54e-c85fcfcb40e4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.11 18:14:55.122166 [ 3 ] {0e114e3b-87db-4ef0-a54e-c85fcfcb40e4} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.11 18:14:55.122491 [ 3 ] {0e114e3b-87db-4ef0-a54e-c85fcfcb40e4} TCPHandler: Processed in 0.000817688 sec. 2025.12.11 18:14:55.122718 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.122842 [ 3 ] {18010e13-5905-491f-9696-7bd229770be8} executeQuery: (from [fd00:1122:3344:101::d]:62210) 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) 2025.12.11 18:14:55.123131 [ 3 ] {18010e13-5905-491f-9696-7bd229770be8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.11 18:14:55.123173 [ 3 ] {18010e13-5905-491f-9696-7bd229770be8} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.11 18:14:55.123494 [ 3 ] {18010e13-5905-491f-9696-7bd229770be8} TCPHandler: Processed in 0.000824249 sec. 2025.12.11 18:14:55.123717 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.123839 [ 3 ] {3d68457f-70f3-40dc-854f-65cc4a3fae6d} executeQuery: (from [fd00:1122:3344:101::d]:62210) 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) 2025.12.11 18:14:55.124124 [ 3 ] {3d68457f-70f3-40dc-854f-65cc4a3fae6d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.11 18:14:55.124166 [ 3 ] {3d68457f-70f3-40dc-854f-65cc4a3fae6d} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.11 18:14:55.124497 [ 3 ] {3d68457f-70f3-40dc-854f-65cc4a3fae6d} TCPHandler: Processed in 0.000827598 sec. 2025.12.11 18:14:55.124735 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.124858 [ 3 ] {98c55529-ea74-4aba-b838-b32cac3dac64} executeQuery: (from [fd00:1122:3344:101::d]:62210) 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) 2025.12.11 18:14:55.125143 [ 3 ] {98c55529-ea74-4aba-b838-b32cac3dac64} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.11 18:14:55.125184 [ 3 ] {98c55529-ea74-4aba-b838-b32cac3dac64} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.11 18:14:55.125527 [ 3 ] {98c55529-ea74-4aba-b838-b32cac3dac64} TCPHandler: Processed in 0.000839898 sec. 2025.12.11 18:14:55.125751 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.125874 [ 3 ] {9b1a0bc8-ca14-4a81-ae33-482e387fcf6a} executeQuery: (from [fd00:1122:3344:101::d]:62210) 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) 2025.12.11 18:14:55.126158 [ 3 ] {9b1a0bc8-ca14-4a81-ae33-482e387fcf6a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.11 18:14:55.126199 [ 3 ] {9b1a0bc8-ca14-4a81-ae33-482e387fcf6a} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.11 18:14:55.126535 [ 3 ] {9b1a0bc8-ca14-4a81-ae33-482e387fcf6a} TCPHandler: Processed in 0.000833018 sec. 2025.12.11 18:14:55.126783 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.126906 [ 3 ] {471aedf9-d705-4bc2-bbf1-42b00395443c} executeQuery: (from [fd00:1122:3344:101::d]:62210) 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) 2025.12.11 18:14:55.127192 [ 3 ] {471aedf9-d705-4bc2-bbf1-42b00395443c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.11 18:14:55.127234 [ 3 ] {471aedf9-d705-4bc2-bbf1-42b00395443c} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.11 18:14:55.127563 [ 3 ] {471aedf9-d705-4bc2-bbf1-42b00395443c} TCPHandler: Processed in 0.000829198 sec. 2025.12.11 18:14:55.127796 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.127919 [ 3 ] {2560da18-ba17-4334-a0ae-a992c970ac86} executeQuery: (from [fd00:1122:3344:101::d]:62210) 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) 2025.12.11 18:14:55.128204 [ 3 ] {2560da18-ba17-4334-a0ae-a992c970ac86} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.11 18:14:55.128245 [ 3 ] {2560da18-ba17-4334-a0ae-a992c970ac86} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.11 18:14:55.128574 [ 3 ] {2560da18-ba17-4334-a0ae-a992c970ac86} TCPHandler: Processed in 0.000825478 sec. 2025.12.11 18:14:55.139637 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.139841 [ 3 ] {08b557d9-e9a1-4aa4-a52b-fdf0c7fdaa6c} executeQuery: (from [fd00:1122:3344:101::d]:62210) 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) 2025.12.11 18:14:55.140397 [ 3 ] {08b557d9-e9a1-4aa4-a52b-fdf0c7fdaa6c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.11 18:14:55.140474 [ 3 ] {08b557d9-e9a1-4aa4-a52b-fdf0c7fdaa6c} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.11 18:14:55.140962 [ 3 ] {08b557d9-e9a1-4aa4-a52b-fdf0c7fdaa6c} TCPHandler: Processed in 0.001386131 sec. 2025.12.11 18:14:55.141303 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.141431 [ 3 ] {1fd118cd-872e-4a0c-a1d8-7de94fe02f43} executeQuery: (from [fd00:1122:3344:101::d]:62210) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.11 18:14:55.141738 [ 3 ] {1fd118cd-872e-4a0c-a1d8-7de94fe02f43} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.11 18:14:55.141781 [ 3 ] {1fd118cd-872e-4a0c-a1d8-7de94fe02f43} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.11 18:14:55.142363 [ 3 ] {1fd118cd-872e-4a0c-a1d8-7de94fe02f43} TCPHandler: Processed in 0.001110656 sec. 2025.12.11 18:14:55.142591 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.142720 [ 3 ] {855e9a50-9459-400e-8ea8-e0704c5b0820} executeQuery: (from [fd00:1122:3344:101::d]:62210) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.11 18:14:55.143017 [ 3 ] {855e9a50-9459-400e-8ea8-e0704c5b0820} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.11 18:14:55.143060 [ 3 ] {855e9a50-9459-400e-8ea8-e0704c5b0820} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.11 18:14:55.143394 [ 3 ] {855e9a50-9459-400e-8ea8-e0704c5b0820} TCPHandler: Processed in 0.00085137 sec. 2025.12.11 18:14:55.143602 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.143731 [ 3 ] {0fb8a624-1d07-4e83-aa61-d9dafdb4acf6} executeQuery: (from [fd00:1122:3344:101::d]:62210) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.11 18:14:55.144045 [ 3 ] {0fb8a624-1d07-4e83-aa61-d9dafdb4acf6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.11 18:14:55.144088 [ 3 ] {0fb8a624-1d07-4e83-aa61-d9dafdb4acf6} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.11 18:14:55.144427 [ 3 ] {0fb8a624-1d07-4e83-aa61-d9dafdb4acf6} TCPHandler: Processed in 0.00087187 sec. 2025.12.11 18:14:55.144631 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.144759 [ 3 ] {7c21256f-bb07-48ae-95db-ee9536eb46a3} executeQuery: (from [fd00:1122:3344:101::d]:62210) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.11 18:14:55.145060 [ 3 ] {7c21256f-bb07-48ae-95db-ee9536eb46a3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.11 18:14:55.145103 [ 3 ] {7c21256f-bb07-48ae-95db-ee9536eb46a3} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.11 18:14:55.145434 [ 3 ] {7c21256f-bb07-48ae-95db-ee9536eb46a3} TCPHandler: Processed in 0.00085056 sec. 2025.12.11 18:14:55.145640 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.145768 [ 3 ] {b4dbf3d1-af18-4ef3-a46f-640d9c994110} executeQuery: (from [fd00:1122:3344:101::d]:62210) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.11 18:14:55.146070 [ 3 ] {b4dbf3d1-af18-4ef3-a46f-640d9c994110} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.11 18:14:55.146111 [ 3 ] {b4dbf3d1-af18-4ef3-a46f-640d9c994110} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.11 18:14:55.146437 [ 3 ] {b4dbf3d1-af18-4ef3-a46f-640d9c994110} TCPHandler: Processed in 0.000843999 sec. 2025.12.11 18:14:55.146648 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.146774 [ 3 ] {a88343fc-496f-4bb4-9169-b8f77a24e51c} executeQuery: (from [fd00:1122:3344:101::d]:62210) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.11 18:14:55.147076 [ 3 ] {a88343fc-496f-4bb4-9169-b8f77a24e51c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.11 18:14:55.147117 [ 3 ] {a88343fc-496f-4bb4-9169-b8f77a24e51c} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.11 18:14:55.147422 [ 3 ] {a88343fc-496f-4bb4-9169-b8f77a24e51c} TCPHandler: Processed in 0.000821558 sec. 2025.12.11 18:14:55.190790 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.190926 [ 3 ] {021419fb-9284-4fec-a616-7fcd3fac5984} executeQuery: (from [fd00:1122:3344:101::d]:62210) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.12.11 18:14:55.190979 [ 3 ] {021419fb-9284-4fec-a616-7fcd3fac5984} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.11 18:14:55.191655 [ 3 ] {021419fb-9284-4fec-a616-7fcd3fac5984} oximeter.timeseries_schema (1bde8e95-4d99-4550-9558-bab164b72418): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.11 18:14:55.191707 [ 3 ] {021419fb-9284-4fec-a616-7fcd3fac5984} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.12.11 18:14:55.194340 [ 3 ] {021419fb-9284-4fec-a616-7fcd3fac5984} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.11 18:14:55.194711 [ 3 ] {021419fb-9284-4fec-a616-7fcd3fac5984} oximeter.timeseries_schema (1bde8e95-4d99-4550-9558-bab164b72418): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.11 18:14:55.194870 [ 3 ] {021419fb-9284-4fec-a616-7fcd3fac5984} executeQuery: Read 38 rows, 8.60 KiB in 0.003981 sec., 9545.340366742024 rows/sec., 2.11 MiB/sec. 2025.12.11 18:14:55.194920 [ 3 ] {021419fb-9284-4fec-a616-7fcd3fac5984} TCPHandler: Processed in 0.004195014 sec. 2025.12.11 18:14:55.195074 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.195166 [ 3 ] {be1c3e33-4023-4f2b-954f-90b76c6db240} executeQuery: (from [fd00:1122:3344:101::d]:62210) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.11 18:14:55.195206 [ 3 ] {be1c3e33-4023-4f2b-954f-90b76c6db240} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.11 18:14:55.199780 [ 3 ] {be1c3e33-4023-4f2b-954f-90b76c6db240} oximeter.fields_i16 (b506bbb5-e6c5-45ea-81e0-b1274a2c0a66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.11 18:14:55.199815 [ 3 ] {be1c3e33-4023-4f2b-954f-90b76c6db240} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.12.11 18:14:55.200370 [ 3 ] {be1c3e33-4023-4f2b-954f-90b76c6db240} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.11 18:14:55.200913 [ 3 ] {be1c3e33-4023-4f2b-954f-90b76c6db240} oximeter.fields_i16 (b506bbb5-e6c5-45ea-81e0-b1274a2c0a66): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.11 18:14:55.201040 [ 3 ] {be1c3e33-4023-4f2b-954f-90b76c6db240} executeQuery: Read 410 rows, 26.63 KiB in 0.005893 sec., 69574.07093161378 rows/sec., 4.41 MiB/sec. 2025.12.11 18:14:55.201076 [ 3 ] {be1c3e33-4023-4f2b-954f-90b76c6db240} TCPHandler: Processed in 0.006052417 sec. 2025.12.11 18:14:55.201201 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.201300 [ 3 ] {65dae44d-089e-4826-95ca-1007c8a408ff} executeQuery: (from [fd00:1122:3344:101::d]:62210) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.11 18:14:55.201343 [ 3 ] {65dae44d-089e-4826-95ca-1007c8a408ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.11 18:14:55.201754 [ 3 ] {65dae44d-089e-4826-95ca-1007c8a408ff} oximeter.fields_ipaddr (a9aada97-b32e-465d-81f5-6c2a653e692c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.11 18:14:55.201790 [ 3 ] {65dae44d-089e-4826-95ca-1007c8a408ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.12.11 18:14:55.202202 [ 3 ] {65dae44d-089e-4826-95ca-1007c8a408ff} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.11 18:14:55.202629 [ 3 ] {65dae44d-089e-4826-95ca-1007c8a408ff} oximeter.fields_ipaddr (a9aada97-b32e-465d-81f5-6c2a653e692c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.11 18:14:55.202755 [ 3 ] {65dae44d-089e-4826-95ca-1007c8a408ff} executeQuery: Read 10 rows, 835.00 B in 0.001474 sec., 6784.260515603799 rows/sec., 553.21 KiB/sec. 2025.12.11 18:14:55.202790 [ 3 ] {65dae44d-089e-4826-95ca-1007c8a408ff} TCPHandler: Processed in 0.001639557 sec. 2025.12.11 18:14:55.202905 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.202999 [ 3 ] {53bac296-5d45-4a9f-ab1c-45f161ea9463} executeQuery: (from [fd00:1122:3344:101::d]:62210) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.11 18:14:55.203039 [ 3 ] {53bac296-5d45-4a9f-ab1c-45f161ea9463} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.11 18:14:55.204538 [ 3 ] {53bac296-5d45-4a9f-ab1c-45f161ea9463} oximeter.fields_string (d870fd2b-2cd0-4f34-a9b4-7bf31ddafd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.11 18:14:55.204574 [ 3 ] {53bac296-5d45-4a9f-ab1c-45f161ea9463} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.12.11 18:14:55.205178 [ 3 ] {53bac296-5d45-4a9f-ab1c-45f161ea9463} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.11 18:14:55.205609 [ 3 ] {53bac296-5d45-4a9f-ab1c-45f161ea9463} oximeter.fields_string (d870fd2b-2cd0-4f34-a9b4-7bf31ddafd34): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.11 18:14:55.205742 [ 3 ] {53bac296-5d45-4a9f-ab1c-45f161ea9463} executeQuery: Read 2251 rows, 186.23 KiB in 0.00276 sec., 815579.7101449276 rows/sec., 65.89 MiB/sec. 2025.12.11 18:14:55.205779 [ 3 ] {53bac296-5d45-4a9f-ab1c-45f161ea9463} MemoryTracker: Peak memory usage (for query): 4.03 MiB. 2025.12.11 18:14:55.205792 [ 3 ] {53bac296-5d45-4a9f-ab1c-45f161ea9463} TCPHandler: Processed in 0.002936876 sec. 2025.12.11 18:14:55.205906 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.206000 [ 3 ] {b4aed1b7-e64a-42d2-bb4c-0d339d3d4271} executeQuery: (from [fd00:1122:3344:101::d]:62210) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.11 18:14:55.206040 [ 3 ] {b4aed1b7-e64a-42d2-bb4c-0d339d3d4271} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.11 18:14:55.206529 [ 3 ] {b4aed1b7-e64a-42d2-bb4c-0d339d3d4271} oximeter.fields_u16 (289baded-89a9-4401-b1a6-ad5864553911): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.11 18:14:55.206565 [ 3 ] {b4aed1b7-e64a-42d2-bb4c-0d339d3d4271} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.12.11 18:14:55.206980 [ 3 ] {b4aed1b7-e64a-42d2-bb4c-0d339d3d4271} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.11 18:14:55.207425 [ 3 ] {b4aed1b7-e64a-42d2-bb4c-0d339d3d4271} oximeter.fields_u16 (289baded-89a9-4401-b1a6-ad5864553911): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.11 18:14:55.207556 [ 3 ] {b4aed1b7-e64a-42d2-bb4c-0d339d3d4271} executeQuery: Read 225 rows, 13.77 KiB in 0.001575 sec., 142857.14285714287 rows/sec., 8.54 MiB/sec. 2025.12.11 18:14:55.207591 [ 3 ] {b4aed1b7-e64a-42d2-bb4c-0d339d3d4271} TCPHandler: Processed in 0.001733129 sec. 2025.12.11 18:14:55.207700 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.207794 [ 3 ] {be5e3921-32f2-4051-83c6-11de5eda02e5} executeQuery: (from [fd00:1122:3344:101::d]:62210) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.11 18:14:55.207833 [ 3 ] {be5e3921-32f2-4051-83c6-11de5eda02e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.11 18:14:55.208379 [ 3 ] {be5e3921-32f2-4051-83c6-11de5eda02e5} oximeter.fields_u32 (5c25466b-4256-4f83-a7df-077411931cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.11 18:14:55.208412 [ 3 ] {be5e3921-32f2-4051-83c6-11de5eda02e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.12.11 18:14:55.208855 [ 3 ] {be5e3921-32f2-4051-83c6-11de5eda02e5} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.11 18:14:55.209267 [ 3 ] {be5e3921-32f2-4051-83c6-11de5eda02e5} oximeter.fields_u32 (5c25466b-4256-4f83-a7df-077411931cf1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.11 18:14:55.209390 [ 3 ] {be5e3921-32f2-4051-83c6-11de5eda02e5} executeQuery: Read 440 rows, 29.81 KiB in 0.001614 sec., 272614.6220570012 rows/sec., 18.04 MiB/sec. 2025.12.11 18:14:55.209426 [ 3 ] {be5e3921-32f2-4051-83c6-11de5eda02e5} TCPHandler: Processed in 0.001775559 sec. 2025.12.11 18:14:55.209540 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.209634 [ 3 ] {54f61ce3-f65c-4af0-8cb9-a3abc933688f} executeQuery: (from [fd00:1122:3344:101::d]:62210) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.11 18:14:55.209673 [ 3 ] {54f61ce3-f65c-4af0-8cb9-a3abc933688f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.11 18:14:55.210141 [ 3 ] {54f61ce3-f65c-4af0-8cb9-a3abc933688f} oximeter.fields_u8 (1a5dcd62-4a01-45e4-aebc-7383ea18d656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.11 18:14:55.210177 [ 3 ] {54f61ce3-f65c-4af0-8cb9-a3abc933688f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.12.11 18:14:55.210652 [ 3 ] {54f61ce3-f65c-4af0-8cb9-a3abc933688f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.11 18:14:55.211068 [ 3 ] {54f61ce3-f65c-4af0-8cb9-a3abc933688f} oximeter.fields_u8 (1a5dcd62-4a01-45e4-aebc-7383ea18d656): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.11 18:14:55.211189 [ 3 ] {54f61ce3-f65c-4af0-8cb9-a3abc933688f} executeQuery: Read 211 rows, 12.27 KiB in 0.001574 sec., 134053.36721728081 rows/sec., 7.61 MiB/sec. 2025.12.11 18:14:55.211225 [ 3 ] {54f61ce3-f65c-4af0-8cb9-a3abc933688f} TCPHandler: Processed in 0.001733719 sec. 2025.12.11 18:14:55.211331 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.211424 [ 3 ] {7910fb3e-b283-4e32-b7f6-0391800134e3} executeQuery: (from [fd00:1122:3344:101::d]:62210) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.11 18:14:55.211462 [ 3 ] {7910fb3e-b283-4e32-b7f6-0391800134e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.11 18:14:55.212236 [ 3 ] {7910fb3e-b283-4e32-b7f6-0391800134e3} oximeter.fields_uuid (17e0e8b1-0f70-45c9-bff5-a351494b0257): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.11 18:14:55.212273 [ 3 ] {7910fb3e-b283-4e32-b7f6-0391800134e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.12.11 18:14:55.212799 [ 3 ] {7910fb3e-b283-4e32-b7f6-0391800134e3} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.11 18:14:55.213273 [ 3 ] {7910fb3e-b283-4e32-b7f6-0391800134e3} oximeter.fields_uuid (17e0e8b1-0f70-45c9-bff5-a351494b0257): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.11 18:14:55.213405 [ 3 ] {7910fb3e-b283-4e32-b7f6-0391800134e3} executeQuery: Read 1127 rows, 82.14 KiB in 0.001999 sec., 563781.8909454728 rows/sec., 40.13 MiB/sec. 2025.12.11 18:14:55.213443 [ 3 ] {7910fb3e-b283-4e32-b7f6-0391800134e3} TCPHandler: Processed in 0.002160199 sec. 2025.12.11 18:14:55.213553 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.213646 [ 3 ] {1a37d71a-9589-4505-ba23-86dd66a42266} executeQuery: (from [fd00:1122:3344:101::d]:62210) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.12.11 18:14:55.213687 [ 3 ] {1a37d71a-9589-4505-ba23-86dd66a42266} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.12.11 18:14:55.214035 [ 3 ] {1a37d71a-9589-4505-ba23-86dd66a42266} oximeter.measurements_bool (df300e11-f911-4fb1-b7bd-319f0e419cc6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.11 18:14:55.214071 [ 3 ] {1a37d71a-9589-4505-ba23-86dd66a42266} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.12.11 18:14:55.216575 [ 3 ] {1a37d71a-9589-4505-ba23-86dd66a42266} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.11 18:14:55.216982 [ 3 ] {1a37d71a-9589-4505-ba23-86dd66a42266} oximeter.measurements_bool (df300e11-f911-4fb1-b7bd-319f0e419cc6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.11 18:14:55.217106 [ 3 ] {1a37d71a-9589-4505-ba23-86dd66a42266} executeQuery: Read 6 rows, 321.00 B in 0.003478 sec., 1725.1293847038528 rows/sec., 90.13 KiB/sec. 2025.12.11 18:14:55.217141 [ 3 ] {1a37d71a-9589-4505-ba23-86dd66a42266} TCPHandler: Processed in 0.003637402 sec. 2025.12.11 18:14:55.217251 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.217343 [ 3 ] {f0e222b2-e5cf-43e0-820d-d2e574b1fa46} executeQuery: (from [fd00:1122:3344:101::d]:62210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.11 18:14:55.217386 [ 3 ] {f0e222b2-e5cf-43e0-820d-d2e574b1fa46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.11 18:14:55.218058 [ 3 ] {f0e222b2-e5cf-43e0-820d-d2e574b1fa46} oximeter.measurements_cumulativeu64 (ef38db07-32bb-48c9-b7b6-c47ab47a2b67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.11 18:14:55.218091 [ 3 ] {f0e222b2-e5cf-43e0-820d-d2e574b1fa46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.12.11 18:14:55.218581 [ 3 ] {f0e222b2-e5cf-43e0-820d-d2e574b1fa46} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.11 18:14:55.219001 [ 3 ] {f0e222b2-e5cf-43e0-820d-d2e574b1fa46} oximeter.measurements_cumulativeu64 (ef38db07-32bb-48c9-b7b6-c47ab47a2b67): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.11 18:14:55.219140 [ 3 ] {f0e222b2-e5cf-43e0-820d-d2e574b1fa46} executeQuery: Read 1333 rows, 90.38 KiB in 0.001815 sec., 734435.261707989 rows/sec., 48.63 MiB/sec. 2025.12.11 18:14:55.219177 [ 3 ] {f0e222b2-e5cf-43e0-820d-d2e574b1fa46} TCPHandler: Processed in 0.001975914 sec. 2025.12.11 18:14:55.219292 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.219385 [ 3 ] {54b2c554-ac6f-42fc-9a1b-d4abbd6c0cb5} executeQuery: (from [fd00:1122:3344:101::d]:62210) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.11 18:14:55.219428 [ 3 ] {54b2c554-ac6f-42fc-9a1b-d4abbd6c0cb5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.11 18:14:55.219739 [ 3 ] {54b2c554-ac6f-42fc-9a1b-d4abbd6c0cb5} oximeter.measurements_f64 (f37ae4be-ae04-448d-8d28-848d975decf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.11 18:14:55.219774 [ 3 ] {54b2c554-ac6f-42fc-9a1b-d4abbd6c0cb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.12.11 18:14:55.220174 [ 3 ] {54b2c554-ac6f-42fc-9a1b-d4abbd6c0cb5} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.11 18:14:55.220590 [ 3 ] {54b2c554-ac6f-42fc-9a1b-d4abbd6c0cb5} oximeter.measurements_f64 (f37ae4be-ae04-448d-8d28-848d975decf9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.11 18:14:55.220723 [ 3 ] {54b2c554-ac6f-42fc-9a1b-d4abbd6c0cb5} executeQuery: Read 1 rows, 69.00 B in 0.001356 sec., 737.4631268436578 rows/sec., 49.69 KiB/sec. 2025.12.11 18:14:55.220760 [ 3 ] {54b2c554-ac6f-42fc-9a1b-d4abbd6c0cb5} TCPHandler: Processed in 0.001517965 sec. 2025.12.11 18:14:55.220870 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.220965 [ 3 ] {a0714e79-3d54-40c3-8672-24854eda200c} executeQuery: (from [fd00:1122:3344:101::d]:62210) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.11 18:14:55.221017 [ 3 ] {a0714e79-3d54-40c3-8672-24854eda200c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.11 18:14:55.221746 [ 3 ] {a0714e79-3d54-40c3-8672-24854eda200c} oximeter.measurements_histogramu64 (716d49c4-cf65-4eae-97fe-0275c723bd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.11 18:14:55.221782 [ 3 ] {a0714e79-3d54-40c3-8672-24854eda200c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.12.11 18:14:55.224926 [ 3 ] {a0714e79-3d54-40c3-8672-24854eda200c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.11 18:14:55.225334 [ 3 ] {a0714e79-3d54-40c3-8672-24854eda200c} oximeter.measurements_histogramu64 (716d49c4-cf65-4eae-97fe-0275c723bd05): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.11 18:14:55.225475 [ 3 ] {a0714e79-3d54-40c3-8672-24854eda200c} executeQuery: Read 10 rows, 18.35 KiB in 0.004528 sec., 2208.4805653710246 rows/sec., 3.96 MiB/sec. 2025.12.11 18:14:55.225524 [ 3 ] {a0714e79-3d54-40c3-8672-24854eda200c} TCPHandler: Processed in 0.004701926 sec. 2025.12.11 18:14:55.225641 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:55.225735 [ 3 ] {6ac82cca-3de3-4a4b-90ed-fd83744424ae} executeQuery: (from [fd00:1122:3344:101::d]:62210) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.11 18:14:55.225776 [ 3 ] {6ac82cca-3de3-4a4b-90ed-fd83744424ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.11 18:14:55.226139 [ 3 ] {6ac82cca-3de3-4a4b-90ed-fd83744424ae} oximeter.measurements_u64 (3fd21fe1-6c0b-401f-8efa-31341509bb4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.11 18:14:55.226184 [ 3 ] {6ac82cca-3de3-4a4b-90ed-fd83744424ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.12.11 18:14:55.226714 [ 3 ] {6ac82cca-3de3-4a4b-90ed-fd83744424ae} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.11 18:14:55.227135 [ 3 ] {6ac82cca-3de3-4a4b-90ed-fd83744424ae} oximeter.measurements_u64 (3fd21fe1-6c0b-401f-8efa-31341509bb4d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.11 18:14:55.227262 [ 3 ] {6ac82cca-3de3-4a4b-90ed-fd83744424ae} executeQuery: Read 52 rows, 2.93 KiB in 0.001546 sec., 33635.18758085382 rows/sec., 1.85 MiB/sec. 2025.12.11 18:14:55.227301 [ 3 ] {6ac82cca-3de3-4a4b-90ed-fd83744424ae} TCPHandler: Processed in 0.001709609 sec. 2025.12.11 18:14:56.779431 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 102 entries to flush up to offset 190 2025.12.11 18:14:56.783315 [ 242 ] {} system.query_log (968ed7dc-79fb-4065-b2fe-bd86c9d9bf74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.11 18:14:56.783359 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.12.11 18:14:56.784684 [ 242 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.11 18:14:56.785139 [ 242 ] {} system.query_log (968ed7dc-79fb-4065-b2fe-bd86c9d9bf74): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.11 18:14:56.785368 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 190 2025.12.11 18:14:57.001138 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 156.62 MiB, peak 163.56 MiB, free memory in arenas 0.00 B, will set to 160.77 MiB (RSS), difference: 4.15 MiB 2025.12.11 18:14:58.620309 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:58.620486 [ 3 ] {b240cd4a-fb9a-4b9f-a094-86b621b9362f} executeQuery: (from [fd00:1122:3344:101::d]:62210) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.11 18:14:58.620553 [ 3 ] {b240cd4a-fb9a-4b9f-a094-86b621b9362f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.11 18:14:58.621206 [ 3 ] {b240cd4a-fb9a-4b9f-a094-86b621b9362f} oximeter.fields_string (d870fd2b-2cd0-4f34-a9b4-7bf31ddafd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.11 18:14:58.621252 [ 3 ] {b240cd4a-fb9a-4b9f-a094-86b621b9362f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.12.11 18:14:58.621760 [ 3 ] {b240cd4a-fb9a-4b9f-a094-86b621b9362f} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.11 18:14:58.622218 [ 3 ] {b240cd4a-fb9a-4b9f-a094-86b621b9362f} oximeter.fields_string (d870fd2b-2cd0-4f34-a9b4-7bf31ddafd34): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.11 18:14:58.622375 [ 3 ] {b240cd4a-fb9a-4b9f-a094-86b621b9362f} executeQuery: Read 30 rows, 2.32 KiB in 0.001965 sec., 15267.175572519083 rows/sec., 1.15 MiB/sec. 2025.12.11 18:14:58.622433 [ 3 ] {b240cd4a-fb9a-4b9f-a094-86b621b9362f} TCPHandler: Processed in 0.002284021 sec. 2025.12.11 18:14:58.622577 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:58.622678 [ 3 ] {e8829b0e-4efe-40b9-aae4-f5b1ff4ea340} executeQuery: (from [fd00:1122:3344:101::d]:62210) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.11 18:14:58.622720 [ 3 ] {e8829b0e-4efe-40b9-aae4-f5b1ff4ea340} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.11 18:14:58.623233 [ 3 ] {e8829b0e-4efe-40b9-aae4-f5b1ff4ea340} oximeter.fields_uuid (17e0e8b1-0f70-45c9-bff5-a351494b0257): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.11 18:14:58.623272 [ 3 ] {e8829b0e-4efe-40b9-aae4-f5b1ff4ea340} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.12.11 18:14:58.623674 [ 3 ] {e8829b0e-4efe-40b9-aae4-f5b1ff4ea340} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.11 18:14:58.624127 [ 3 ] {e8829b0e-4efe-40b9-aae4-f5b1ff4ea340} oximeter.fields_uuid (17e0e8b1-0f70-45c9-bff5-a351494b0257): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.11 18:14:58.624265 [ 3 ] {e8829b0e-4efe-40b9-aae4-f5b1ff4ea340} executeQuery: Read 36 rows, 2.88 KiB in 0.001564 sec., 23017.90281329923 rows/sec., 1.80 MiB/sec. 2025.12.11 18:14:58.624313 [ 3 ] {e8829b0e-4efe-40b9-aae4-f5b1ff4ea340} TCPHandler: Processed in 0.001749579 sec. 2025.12.11 18:14:58.624447 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:58.624549 [ 3 ] {8b0513fa-60f2-4eab-a158-b3731bedb549} executeQuery: (from [fd00:1122:3344:101::d]:62210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.11 18:14:58.624594 [ 3 ] {8b0513fa-60f2-4eab-a158-b3731bedb549} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.11 18:14:58.625005 [ 3 ] {8b0513fa-60f2-4eab-a158-b3731bedb549} oximeter.measurements_cumulativeu64 (ef38db07-32bb-48c9-b7b6-c47ab47a2b67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.11 18:14:58.625043 [ 3 ] {8b0513fa-60f2-4eab-a158-b3731bedb549} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.12.11 18:14:58.625484 [ 3 ] {8b0513fa-60f2-4eab-a158-b3731bedb549} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.11 18:14:58.625929 [ 3 ] {8b0513fa-60f2-4eab-a158-b3731bedb549} oximeter.measurements_cumulativeu64 (ef38db07-32bb-48c9-b7b6-c47ab47a2b67): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.11 18:14:58.626059 [ 3 ] {8b0513fa-60f2-4eab-a158-b3731bedb549} executeQuery: Read 66 rows, 4.72 KiB in 0.001534 sec., 43024.77183833116 rows/sec., 3.00 MiB/sec. 2025.12.11 18:14:58.626094 [ 3 ] {8b0513fa-60f2-4eab-a158-b3731bedb549} TCPHandler: Processed in 0.001700788 sec. 2025.12.11 18:14:58.626220 [ 3 ] {} TCP-Session: 6938a718-836e-4329-89f0-a3919abf9033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:14:58.626317 [ 3 ] {63bd6924-76af-46d9-9f73-8c299a8d48c4} executeQuery: (from [fd00:1122:3344:101::d]:62210) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.11 18:14:58.626361 [ 3 ] {63bd6924-76af-46d9-9f73-8c299a8d48c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.11 18:14:58.626688 [ 3 ] {63bd6924-76af-46d9-9f73-8c299a8d48c4} oximeter.measurements_u64 (3fd21fe1-6c0b-401f-8efa-31341509bb4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.11 18:14:58.626724 [ 3 ] {63bd6924-76af-46d9-9f73-8c299a8d48c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.12.11 18:14:58.627110 [ 3 ] {63bd6924-76af-46d9-9f73-8c299a8d48c4} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.11 18:14:58.627532 [ 3 ] {63bd6924-76af-46d9-9f73-8c299a8d48c4} oximeter.measurements_u64 (3fd21fe1-6c0b-401f-8efa-31341509bb4d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.11 18:14:58.627659 [ 3 ] {63bd6924-76af-46d9-9f73-8c299a8d48c4} executeQuery: Read 24 rows, 1.64 KiB in 0.001362 sec., 17621.14537444934 rows/sec., 1.18 MiB/sec. 2025.12.11 18:14:58.627693 [ 3 ] {63bd6924-76af-46d9-9f73-8c299a8d48c4} TCPHandler: Processed in 0.001524204 sec. 2025.12.11 18:14:59.285976 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 2025.12.11 18:14:59.286481 [ 244 ] {} system.asynchronous_metric_log (563a4355-e10c-40ef-8a47-067325e76c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.11 18:14:59.286534 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.12.11 18:14:59.287258 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.11 18:14:59.287705 [ 244 ] {} system.asynchronous_metric_log (563a4355-e10c-40ef-8a47-067325e76c94): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.11 18:14:59.287852 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 2025.12.11 18:14:59.357362 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2025.12.11 18:14:59.375443 [ 243 ] {} system.metric_log (0953ac46-eae2-48ec-ac6d-f554244b0f0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.11 18:14:59.375509 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.12.11 18:14:59.381993 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.11 18:14:59.383129 [ 243 ] {} system.metric_log (0953ac46-eae2-48ec-ac6d-f554244b0f0f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.11 18:14:59.386459 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2025.12.11 18:15:00.000338 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 161.33 MiB, peak 165.33 MiB, free memory in arenas 0.00 B, will set to 163.16 MiB (RSS), difference: 1.83 MiB 2025.12.11 18:15:02.212193 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50612 2025.12.11 18:15:02.214328 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.11 18:15:02.214407 [ 286 ] {} TCP-Session: 52932d38-033a-47cb-95d0-6cc7b85ee049 Authenticating user 'default' from [fd00:1122:3344:101::e]:50612 2025.12.11 18:15:02.214439 [ 286 ] {} TCP-Session: 52932d38-033a-47cb-95d0-6cc7b85ee049 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:15:02.214453 [ 286 ] {} TCP-Session: 52932d38-033a-47cb-95d0-6cc7b85ee049 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:15:02.214509 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.11 18:15:02.214533 [ 286 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.11 18:15:02.214551 [ 286 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.11 18:15:02.215082 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63864 2025.12.11 18:15:02.215173 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36710 2025.12.11 18:15:02.215245 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54107 2025.12.11 18:15:02.215328 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.11 18:15:02.215379 [ 287 ] {} TCP-Session: 9d215fd5-5943-40e3-a267-8e209d59941a Authenticating user 'default' from [fd00:1122:3344:101::e]:63864 2025.12.11 18:15:02.215404 [ 287 ] {} TCP-Session: 9d215fd5-5943-40e3-a267-8e209d59941a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:15:02.215418 [ 287 ] {} TCP-Session: 9d215fd5-5943-40e3-a267-8e209d59941a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:15:02.215487 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.11 18:15:02.215526 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62658 2025.12.11 18:15:02.215549 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.11 18:15:02.215538 [ 288 ] {} TCP-Session: 0b234cd9-86b2-4d35-bb2f-7e3d7970c487 Authenticating user 'default' from [fd00:1122:3344:101::e]:36710 2025.12.11 18:15:02.215605 [ 289 ] {} TCP-Session: 3fccede9-62e2-4938-b028-17b5a68bddd5 Authenticating user 'default' from [fd00:1122:3344:101::e]:54107 2025.12.11 18:15:02.215622 [ 288 ] {} TCP-Session: 0b234cd9-86b2-4d35-bb2f-7e3d7970c487 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:15:02.215629 [ 289 ] {} TCP-Session: 3fccede9-62e2-4938-b028-17b5a68bddd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:15:02.215643 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54888 2025.12.11 18:15:02.215658 [ 289 ] {} TCP-Session: 3fccede9-62e2-4938-b028-17b5a68bddd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:15:02.215646 [ 288 ] {} TCP-Session: 0b234cd9-86b2-4d35-bb2f-7e3d7970c487 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:15:02.215802 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43405 2025.12.11 18:15:02.215805 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.11 18:15:02.215886 [ 290 ] {} TCP-Session: 1ab5aeab-ba6f-4ae2-b0a4-d986b596da20 Authenticating user 'default' from [fd00:1122:3344:101::e]:62658 2025.12.11 18:15:02.215916 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.11 18:15:02.215920 [ 290 ] {} TCP-Session: 1ab5aeab-ba6f-4ae2-b0a4-d986b596da20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:15:02.215957 [ 291 ] {} TCP-Session: 08edf33a-037c-4c2e-9020-1448b3ef6a11 Authenticating user 'default' from [fd00:1122:3344:101::e]:54888 2025.12.11 18:15:02.215962 [ 290 ] {} TCP-Session: 1ab5aeab-ba6f-4ae2-b0a4-d986b596da20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:15:02.215985 [ 291 ] {} TCP-Session: 08edf33a-037c-4c2e-9020-1448b3ef6a11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:15:02.216006 [ 291 ] {} TCP-Session: 08edf33a-037c-4c2e-9020-1448b3ef6a11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:15:02.216046 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35136 2025.12.11 18:15:02.216050 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.11 18:15:02.216112 [ 292 ] {} TCP-Session: 2924a61b-da1c-47e7-833c-d7de7f92ca88 Authenticating user 'default' from [fd00:1122:3344:101::e]:43405 2025.12.11 18:15:02.216127 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57634 2025.12.11 18:15:02.216143 [ 292 ] {} TCP-Session: 2924a61b-da1c-47e7-833c-d7de7f92ca88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:15:02.216159 [ 292 ] {} TCP-Session: 2924a61b-da1c-47e7-833c-d7de7f92ca88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:15:02.216258 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.11 18:15:02.216302 [ 293 ] {} TCP-Session: 16c1594e-e93e-48e0-9551-bf4b6f760b89 Authenticating user 'default' from [fd00:1122:3344:101::e]:35136 2025.12.11 18:15:02.216329 [ 293 ] {} TCP-Session: 16c1594e-e93e-48e0-9551-bf4b6f760b89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:15:02.216343 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.11 18:15:02.216351 [ 293 ] {} TCP-Session: 16c1594e-e93e-48e0-9551-bf4b6f760b89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:15:02.216387 [ 294 ] {} TCP-Session: aacdbd8d-4328-453a-984e-4d6b8818f57f Authenticating user 'default' from [fd00:1122:3344:101::e]:57634 2025.12.11 18:15:02.216413 [ 294 ] {} TCP-Session: aacdbd8d-4328-453a-984e-4d6b8818f57f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:15:02.216426 [ 294 ] {} TCP-Session: aacdbd8d-4328-453a-984e-4d6b8818f57f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.11 18:15:02.217424 [ 286 ] {} TCP-Session: 52932d38-033a-47cb-95d0-6cc7b85ee049 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.11 18:15:02.217626 [ 286 ] {6ef376eb-11c9-432a-a275-e1c90acd5935} executeQuery: (from [fd00:1122:3344:101::e]:50612) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.11 18:15:02.217978 [ 286 ] {6ef376eb-11c9-432a-a275-e1c90acd5935} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.11 18:15:02.222415 [ 286 ] {6ef376eb-11c9-432a-a275-e1c90acd5935} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.11 18:15:02.229336 [ 286 ] {6ef376eb-11c9-432a-a275-e1c90acd5935} oximeter.version (581bffaf-9333-4b42-bd1a-ce379d61e7e6) (SelectExecutor): Key condition: unknown 2025.12.11 18:15:02.252325 [ 298 ] {6ef376eb-11c9-432a-a275-e1c90acd5935} AggregatingTransform: Aggregating 2025.12.11 18:15:02.254522 [ 298 ] {6ef376eb-11c9-432a-a275-e1c90acd5935} Aggregator: Aggregation method: without_key 2025.12.11 18:15:02.255256 [ 298 ] {6ef376eb-11c9-432a-a275-e1c90acd5935} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.006028766 sec. (165.871 rows/sec., 6.48 KiB/sec.) 2025.12.11 18:15:02.255281 [ 298 ] {6ef376eb-11c9-432a-a275-e1c90acd5935} Aggregator: Merging aggregated data 2025.12.11 18:15:02.255309 [ 298 ] {6ef376eb-11c9-432a-a275-e1c90acd5935} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1