[ Sep 19 22:59:22 Enabled. ] [ Sep 19 22:59:22 Rereading configuration. ] [ Sep 19 22:59:24 Rereading configuration. ] [ Sep 19 22:59:30 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 [ Sep 19 22:59:30 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.09.19 22:59:31.088174 [ 1 ] {} Application: Will watch for the process with pid 23881 2025.09.19 22:59:31.088599 [ 1 ] {} Application: Forked a child process to watch 2025.09.19 22:59:31.272184 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 23881 2025.09.19 22:59:31.272894 [ 1 ] {} Application: starting up 2025.09.19 22:59:31.273051 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2025.09.19 22:59:31.356450 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2025.09.19 22:59:31.419446 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2025.09.19 22:59:31.419527 [ 1 ] {} Application: Initializing DateLUT. 2025.09.19 22:59:31.419556 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2025.09.19 22:59:31.419642 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2025.09.19 22:59:31.420287 [ 1 ] {} Application: Initializing interserver credentials. 2025.09.19 22:59:31.422368 [ 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.09.19 22:59:31.423131 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.09.19 22:59:31.423441 [ 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.09.19 22:59:31.423460 [ 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.09.19 22:59:31.423474 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2025.09.19 22:59:31.424161 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2025.09.19 22:59:31.425147 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2025.09.19 22:59:31.429845 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2025.09.19 22:59:31.430446 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2025.09.19 22:59:31.432192 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.09.19 22:59:31.432259 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.09.19 22:59:31.433260 [ 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.09.19 22:59:31.433649 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.09.19 22:59:31.437370 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.09.19 22:59:31.438028 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2025.09.19 22:59:31.440525 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2025.09.19 22:59:31.440858 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2025.09.19 22:59:31.441181 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2025.09.19 22:59:31.441547 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2025.09.19 22:59:31.442810 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2025.09.19 22:59:31.442834 [ 1 ] {} Application: Loading metadata from /data/ 2025.09.19 22:59:31.442921 [ 60 ] {} DNSResolver: Updating DNS cache 2025.09.19 22:59:31.443015 [ 60 ] {} DNSResolver: Updated DNS cache 2025.09.19 22:59:31.458235 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2025.09.19 22:59:31.458259 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000156012 sec 2025.09.19 22:59:31.458278 [ 1 ] {} ReferentialDeps: No tables 2025.09.19 22:59:31.458291 [ 1 ] {} LoadingDeps: No tables 2025.09.19 22:59:31.458998 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2025.09.19 22:59:31.459082 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2025.09.19 22:59:31.466320 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2025.09.19 22:59:31.466363 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2025.09.19 22:59:31.466382 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2025.09.19 22:59:31.466394 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2025.09.19 22:59:31.466427 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2025.09.19 22:59:31.466445 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2025.09.19 22:59:31.468436 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2025.09.19 22:59:31.468479 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2025.09.19 22:59:31.468497 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2025.09.19 22:59:31.468630 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2025.09.19 22:59:31.468670 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2025.09.19 22:59:31.468683 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2025.09.19 22:59:31.468700 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2025.09.19 22:59:31.468711 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2025.09.19 22:59:31.468740 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2025.09.19 22:59:31.468757 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2025.09.19 22:59:31.488979 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2025.09.19 22:59:31.503075 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2025.09.19 22:59:31.503109 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.6631e-05 sec 2025.09.19 22:59:31.503124 [ 1 ] {} ReferentialDeps: No tables 2025.09.19 22:59:31.503137 [ 1 ] {} LoadingDeps: No tables 2025.09.19 22:59:31.503165 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2025.09.19 22:59:31.503370 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2025.09.19 22:59:31.503421 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2025.09.19 22:59:31.503437 [ 1 ] {} Application: Loaded metadata. 2025.09.19 22:59:31.503450 [ 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.09.19 22:59:31.503464 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2025.09.19 22:59:31.521319 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.09.19 22:59:31.521529 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.70 MiB (RSS), difference: 91.92 MiB 2025.09.19 22:59:31.522927 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.477e-05 sec. 2025.09.19 22:59:31.523243 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2025.09.19 22:59:31.523300 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2025.09.19 22:59:31.523314 [ 1 ] {} Application: Ready for connections. 2025.09.19 22:59:32.564794 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50257 2025.09.19 22:59:32.565593 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 22:59:32.565655 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Authenticating user 'default' from [fd00:1122:3344:101::d]:50257 2025.09.19 22:59:32.565683 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:32.565703 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:32.565794 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.09.19 22:59:32.565820 [ 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.09.19 22:59:32.565841 [ 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.09.19 22:59:32.566764 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39046 2025.09.19 22:59:32.567650 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 22:59:32.567647 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39617 2025.09.19 22:59:32.567662 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37604 2025.09.19 22:59:32.567714 [ 4 ] {} TCP-Session: e6fd503d-c513-4a96-a519-7427218e7bef Authenticating user 'default' from [fd00:1122:3344:101::d]:39046 2025.09.19 22:59:32.567822 [ 4 ] {} TCP-Session: e6fd503d-c513-4a96-a519-7427218e7bef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:32.567840 [ 4 ] {} TCP-Session: e6fd503d-c513-4a96-a519-7427218e7bef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:32.567839 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64629 2025.09.19 22:59:32.567946 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59859 2025.09.19 22:59:32.568496 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:32829 2025.09.19 22:59:32.568528 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:65013 2025.09.19 22:59:32.568552 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40663 2025.09.19 22:59:32.569123 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 22:59:32.569168 [ 253 ] {} TCP-Session: 13864fe8-70d7-4ab6-be50-fd5d900d2409 Authenticating user 'default' from [fd00:1122:3344:101::d]:39617 2025.09.19 22:59:32.569176 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 22:59:32.569187 [ 253 ] {} TCP-Session: 13864fe8-70d7-4ab6-be50-fd5d900d2409 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:32.569228 [ 253 ] {} TCP-Session: 13864fe8-70d7-4ab6-be50-fd5d900d2409 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:32.569240 [ 258 ] {} TCP-Session: 202043ba-5220-4a6a-b582-1a5315183be7 Authenticating user 'default' from [fd00:1122:3344:101::d]:65013 2025.09.19 22:59:32.569275 [ 258 ] {} TCP-Session: 202043ba-5220-4a6a-b582-1a5315183be7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:32.569289 [ 258 ] {} TCP-Session: 202043ba-5220-4a6a-b582-1a5315183be7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:32.570454 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 22:59:32.570490 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 22:59:32.570529 [ 259 ] {} TCP-Session: 96f0d5c6-0b15-4d09-a59e-723f5e771e74 Authenticating user 'default' from [fd00:1122:3344:101::d]:32829 2025.09.19 22:59:32.570537 [ 255 ] {} TCP-Session: d7a6d7cc-bbda-4340-8b72-dedcf0986e2f Authenticating user 'default' from [fd00:1122:3344:101::d]:64629 2025.09.19 22:59:32.570561 [ 259 ] {} TCP-Session: 96f0d5c6-0b15-4d09-a59e-723f5e771e74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:32.570526 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 22:59:32.570591 [ 259 ] {} TCP-Session: 96f0d5c6-0b15-4d09-a59e-723f5e771e74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:32.570571 [ 255 ] {} TCP-Session: d7a6d7cc-bbda-4340-8b72-dedcf0986e2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:32.570617 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 22:59:32.570651 [ 255 ] {} TCP-Session: d7a6d7cc-bbda-4340-8b72-dedcf0986e2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:32.570670 [ 257 ] {} TCP-Session: 5228c7e3-6da8-43c7-ace9-840bba1cc11c Authenticating user 'default' from [fd00:1122:3344:101::d]:40663 2025.09.19 22:59:32.570672 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 22:59:32.570612 [ 256 ] {} TCP-Session: 41744189-ce1c-40c2-97cf-a1b783538a3a Authenticating user 'default' from [fd00:1122:3344:101::d]:59859 2025.09.19 22:59:32.570730 [ 257 ] {} TCP-Session: 5228c7e3-6da8-43c7-ace9-840bba1cc11c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:32.570772 [ 5 ] {} TCP-Session: b6ba4622-5075-4166-b1a8-4830a6146a89 Authenticating user 'default' from [fd00:1122:3344:101::d]:37604 2025.09.19 22:59:32.570778 [ 256 ] {} TCP-Session: 41744189-ce1c-40c2-97cf-a1b783538a3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:32.570795 [ 257 ] {} TCP-Session: 5228c7e3-6da8-43c7-ace9-840bba1cc11c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:32.570811 [ 5 ] {} TCP-Session: b6ba4622-5075-4166-b1a8-4830a6146a89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:32.570819 [ 256 ] {} TCP-Session: 41744189-ce1c-40c2-97cf-a1b783538a3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:32.570851 [ 5 ] {} TCP-Session: b6ba4622-5075-4166-b1a8-4830a6146a89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:32.570905 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:32.573464 [ 3 ] {2fa35f28-345b-4d05-b343-8864cae56d66} executeQuery: (from [fd00:1122:3344:101::d]:50257) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.19 22:59:32.617836 [ 3 ] {2fa35f28-345b-4d05-b343-8864cae56d66} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:50257) (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.09.19 22:59:32.618606 [ 3 ] {2fa35f28-345b-4d05-b343-8864cae56d66} 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.09.19 22:59:32.618690 [ 3 ] {2fa35f28-345b-4d05-b343-8864cae56d66} TCPHandler: Processed in 0.050673904 sec. 2025.09.19 22:59:32.619127 [ 253 ] {} TCP-Session: 13864fe8-70d7-4ab6-be50-fd5d900d2409 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:32.619335 [ 253 ] {266436b8-60b7-4233-b07a-8c156c4f7fc5} executeQuery: (from [fd00:1122:3344:101::d]:39617) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.19 22:59:32.619675 [ 253 ] {266436b8-60b7-4233-b07a-8c156c4f7fc5} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:39617) (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.09.19 22:59:32.619796 [ 253 ] {266436b8-60b7-4233-b07a-8c156c4f7fc5} 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.09.19 22:59:32.619867 [ 253 ] {266436b8-60b7-4233-b07a-8c156c4f7fc5} TCPHandler: Processed in 0.000890956 sec. 2025.09.19 22:59:32.620127 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:32.621165 [ 3 ] {f90de227-fd14-43e6-b73c-4aa9849c755b} executeQuery: (from [fd00:1122:3344:101::d]:50257) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2025.09.19 22:59:32.621748 [ 3 ] {f90de227-fd14-43e6-b73c-4aa9849c755b} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2025.09.19 22:59:32.627904 [ 3 ] {f90de227-fd14-43e6-b73c-4aa9849c755b} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2025.09.19 22:59:32.627925 [ 3 ] {f90de227-fd14-43e6-b73c-4aa9849c755b} TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.3101e-05 sec 2025.09.19 22:59:32.627940 [ 3 ] {f90de227-fd14-43e6-b73c-4aa9849c755b} ReferentialDeps: No tables 2025.09.19 22:59:32.627960 [ 3 ] {f90de227-fd14-43e6-b73c-4aa9849c755b} LoadingDeps: No tables 2025.09.19 22:59:32.627988 [ 3 ] {f90de227-fd14-43e6-b73c-4aa9849c755b} DatabaseAtomic (oximeter): Starting up tables. 2025.09.19 22:59:32.628613 [ 3 ] {f90de227-fd14-43e6-b73c-4aa9849c755b} TCPHandler: Processed in 0.008537762 sec. 2025.09.19 22:59:32.628772 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:32.628920 [ 3 ] {ce8a8771-c868-46d2-8613-2adf4e0b7e4b} executeQuery: (from [fd00:1122:3344:101::d]:50257) /* 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.09.19 22:59:32.628968 [ 3 ] {ce8a8771-c868-46d2-8613-2adf4e0b7e4b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2025.09.19 22:59:32.633082 [ 3 ] {ce8a8771-c868-46d2-8613-2adf4e0b7e4b} StoragePolicy (default): Storage policy default created, total volumes 1 2025.09.19 22:59:32.644115 [ 3 ] {ce8a8771-c868-46d2-8613-2adf4e0b7e4b} oximeter.version (d6061a98-c16c-4987-a9c9-ab9881e59541): Loading data parts 2025.09.19 22:59:32.645216 [ 3 ] {ce8a8771-c868-46d2-8613-2adf4e0b7e4b} oximeter.version (d6061a98-c16c-4987-a9c9-ab9881e59541): There are no data parts 2025.09.19 22:59:32.648272 [ 3 ] {ce8a8771-c868-46d2-8613-2adf4e0b7e4b} TCPHandler: Processed in 0.019551289 sec. 2025.09.19 22:59:32.648444 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:32.648621 [ 3 ] {5849c080-e959-4f97-bf07-2f1d8cd51c1f} executeQuery: (from [fd00:1122:3344:101::d]:50257) /* 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.09.19 22:59:32.648694 [ 3 ] {5849c080-e959-4f97-bf07-2f1d8cd51c1f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2025.09.19 22:59:32.660400 [ 3 ] {5849c080-e959-4f97-bf07-2f1d8cd51c1f} oximeter.measurements_bool (f5ba44a0-610a-4e35-b411-dc60a4561dc6): Loading data parts 2025.09.19 22:59:32.660646 [ 3 ] {5849c080-e959-4f97-bf07-2f1d8cd51c1f} oximeter.measurements_bool (f5ba44a0-610a-4e35-b411-dc60a4561dc6): There are no data parts 2025.09.19 22:59:32.663029 [ 3 ] {5849c080-e959-4f97-bf07-2f1d8cd51c1f} TCPHandler: Processed in 0.014635471 sec. 2025.09.19 22:59:32.663183 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:32.663357 [ 3 ] {2a66515a-84d4-4cb2-b95c-33169a6e0608} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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.09.19 22:59:32.663410 [ 3 ] {2a66515a-84d4-4cb2-b95c-33169a6e0608} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2025.09.19 22:59:32.676623 [ 3 ] {2a66515a-84d4-4cb2-b95c-33169a6e0608} oximeter.measurements_i8 (20e65d67-08d7-48fa-a1b4-fbd10345126d): Loading data parts 2025.09.19 22:59:32.676786 [ 3 ] {2a66515a-84d4-4cb2-b95c-33169a6e0608} oximeter.measurements_i8 (20e65d67-08d7-48fa-a1b4-fbd10345126d): There are no data parts 2025.09.19 22:59:32.679425 [ 3 ] {2a66515a-84d4-4cb2-b95c-33169a6e0608} TCPHandler: Processed in 0.016291671 sec. 2025.09.19 22:59:32.679580 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:32.679741 [ 3 ] {12073e11-2bfa-4601-a713-58160c98fb7c} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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.09.19 22:59:32.679793 [ 3 ] {12073e11-2bfa-4601-a713-58160c98fb7c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2025.09.19 22:59:32.681466 [ 3 ] {12073e11-2bfa-4601-a713-58160c98fb7c} oximeter.measurements_u8 (eb19ec77-c90d-48b9-8fda-a5717ec41aa3): Loading data parts 2025.09.19 22:59:32.681621 [ 3 ] {12073e11-2bfa-4601-a713-58160c98fb7c} oximeter.measurements_u8 (eb19ec77-c90d-48b9-8fda-a5717ec41aa3): There are no data parts 2025.09.19 22:59:32.692503 [ 3 ] {12073e11-2bfa-4601-a713-58160c98fb7c} TCPHandler: Processed in 0.012972271 sec. 2025.09.19 22:59:32.692680 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:32.692886 [ 3 ] {54fd7826-052d-4d1b-a7be-b7c4119d6cad} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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.09.19 22:59:32.692929 [ 3 ] {54fd7826-052d-4d1b-a7be-b7c4119d6cad} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2025.09.19 22:59:32.710840 [ 3 ] {54fd7826-052d-4d1b-a7be-b7c4119d6cad} oximeter.measurements_i16 (667a1625-472e-4894-9a60-f0ea17d17d0c): Loading data parts 2025.09.19 22:59:32.710997 [ 3 ] {54fd7826-052d-4d1b-a7be-b7c4119d6cad} oximeter.measurements_i16 (667a1625-472e-4894-9a60-f0ea17d17d0c): There are no data parts 2025.09.19 22:59:32.713698 [ 3 ] {54fd7826-052d-4d1b-a7be-b7c4119d6cad} TCPHandler: Processed in 0.021085227 sec. 2025.09.19 22:59:32.713872 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:32.714035 [ 3 ] {c3cd8732-5efb-4672-bf64-1dd6318b4bcf} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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.09.19 22:59:32.714094 [ 3 ] {c3cd8732-5efb-4672-bf64-1dd6318b4bcf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2025.09.19 22:59:32.726897 [ 3 ] {c3cd8732-5efb-4672-bf64-1dd6318b4bcf} oximeter.measurements_u16 (10f1fbbd-ad23-4cf1-a156-86b758bc9cd5): Loading data parts 2025.09.19 22:59:32.727083 [ 3 ] {c3cd8732-5efb-4672-bf64-1dd6318b4bcf} oximeter.measurements_u16 (10f1fbbd-ad23-4cf1-a156-86b758bc9cd5): There are no data parts 2025.09.19 22:59:32.730254 [ 3 ] {c3cd8732-5efb-4672-bf64-1dd6318b4bcf} TCPHandler: Processed in 0.016434043 sec. 2025.09.19 22:59:32.730403 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:32.730575 [ 3 ] {8224a6c0-ca81-478c-b25d-cd3f9dca8c83} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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.09.19 22:59:32.730617 [ 3 ] {8224a6c0-ca81-478c-b25d-cd3f9dca8c83} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2025.09.19 22:59:32.743829 [ 3 ] {8224a6c0-ca81-478c-b25d-cd3f9dca8c83} oximeter.measurements_i32 (a7894bea-a80d-4635-845a-375bf9c647b2): Loading data parts 2025.09.19 22:59:32.744145 [ 3 ] {8224a6c0-ca81-478c-b25d-cd3f9dca8c83} oximeter.measurements_i32 (a7894bea-a80d-4635-845a-375bf9c647b2): There are no data parts 2025.09.19 22:59:32.747125 [ 3 ] {8224a6c0-ca81-478c-b25d-cd3f9dca8c83} TCPHandler: Processed in 0.016769629 sec. 2025.09.19 22:59:32.747302 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:32.747488 [ 3 ] {dab44788-500c-46d5-91bc-d6eed9bfbb9a} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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.09.19 22:59:32.747557 [ 3 ] {dab44788-500c-46d5-91bc-d6eed9bfbb9a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2025.09.19 22:59:32.760591 [ 3 ] {dab44788-500c-46d5-91bc-d6eed9bfbb9a} oximeter.measurements_u32 (c7713f1a-d22f-45d6-a07c-237594d554a9): Loading data parts 2025.09.19 22:59:32.760833 [ 3 ] {dab44788-500c-46d5-91bc-d6eed9bfbb9a} oximeter.measurements_u32 (c7713f1a-d22f-45d6-a07c-237594d554a9): There are no data parts 2025.09.19 22:59:32.763584 [ 3 ] {dab44788-500c-46d5-91bc-d6eed9bfbb9a} TCPHandler: Processed in 0.016339472 sec. 2025.09.19 22:59:32.763750 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:32.763924 [ 3 ] {08ba3acc-567f-4f5c-829c-3321c5251be7} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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.09.19 22:59:32.763979 [ 3 ] {08ba3acc-567f-4f5c-829c-3321c5251be7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2025.09.19 22:59:32.779012 [ 3 ] {08ba3acc-567f-4f5c-829c-3321c5251be7} oximeter.measurements_i64 (78da0514-8afe-4b30-bbc0-f193ada7e112): Loading data parts 2025.09.19 22:59:32.779194 [ 3 ] {08ba3acc-567f-4f5c-829c-3321c5251be7} oximeter.measurements_i64 (78da0514-8afe-4b30-bbc0-f193ada7e112): There are no data parts 2025.09.19 22:59:32.782459 [ 3 ] {08ba3acc-567f-4f5c-829c-3321c5251be7} TCPHandler: Processed in 0.018761155 sec. 2025.09.19 22:59:32.782657 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:32.782818 [ 3 ] {a3312887-35a1-45cc-b8a2-b7528982aba9} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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.09.19 22:59:32.782876 [ 3 ] {a3312887-35a1-45cc-b8a2-b7528982aba9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2025.09.19 22:59:32.801375 [ 3 ] {a3312887-35a1-45cc-b8a2-b7528982aba9} oximeter.measurements_u64 (753a1353-9485-4b5b-a097-60afdc43eff4): Loading data parts 2025.09.19 22:59:32.801542 [ 3 ] {a3312887-35a1-45cc-b8a2-b7528982aba9} oximeter.measurements_u64 (753a1353-9485-4b5b-a097-60afdc43eff4): There are no data parts 2025.09.19 22:59:32.804974 [ 3 ] {a3312887-35a1-45cc-b8a2-b7528982aba9} TCPHandler: Processed in 0.022375349 sec. 2025.09.19 22:59:32.805128 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:32.805284 [ 3 ] {fe7b51b0-d97c-4f2d-b155-01fe6f9f13c4} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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.09.19 22:59:32.805337 [ 3 ] {fe7b51b0-d97c-4f2d-b155-01fe6f9f13c4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2025.09.19 22:59:32.818633 [ 3 ] {fe7b51b0-d97c-4f2d-b155-01fe6f9f13c4} oximeter.measurements_f32 (6734fd90-f023-47c9-a615-3d986d2795c6): Loading data parts 2025.09.19 22:59:32.818783 [ 3 ] {fe7b51b0-d97c-4f2d-b155-01fe6f9f13c4} oximeter.measurements_f32 (6734fd90-f023-47c9-a615-3d986d2795c6): There are no data parts 2025.09.19 22:59:32.822021 [ 3 ] {fe7b51b0-d97c-4f2d-b155-01fe6f9f13c4} TCPHandler: Processed in 0.016943542 sec. 2025.09.19 22:59:32.822180 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:32.822341 [ 3 ] {6c5dc5bd-4f10-4594-beae-49011445d194} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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.09.19 22:59:32.822392 [ 3 ] {6c5dc5bd-4f10-4594-beae-49011445d194} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2025.09.19 22:59:32.835822 [ 3 ] {6c5dc5bd-4f10-4594-beae-49011445d194} oximeter.measurements_f64 (72d99b36-cf00-4ca0-98bc-89d23031002b): Loading data parts 2025.09.19 22:59:32.836010 [ 3 ] {6c5dc5bd-4f10-4594-beae-49011445d194} oximeter.measurements_f64 (72d99b36-cf00-4ca0-98bc-89d23031002b): There are no data parts 2025.09.19 22:59:32.852067 [ 3 ] {6c5dc5bd-4f10-4594-beae-49011445d194} TCPHandler: Processed in 0.029936984 sec. 2025.09.19 22:59:32.852264 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:32.852454 [ 3 ] {59e7ba17-3a9b-497e-a2a6-a9b096badca5} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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.09.19 22:59:32.852516 [ 3 ] {59e7ba17-3a9b-497e-a2a6-a9b096badca5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2025.09.19 22:59:32.856400 [ 3 ] {59e7ba17-3a9b-497e-a2a6-a9b096badca5} oximeter.measurements_string (2c60b39c-99d8-4732-8d67-42ce8fd9030a): Loading data parts 2025.09.19 22:59:32.856628 [ 3 ] {59e7ba17-3a9b-497e-a2a6-a9b096badca5} oximeter.measurements_string (2c60b39c-99d8-4732-8d67-42ce8fd9030a): There are no data parts 2025.09.19 22:59:32.870440 [ 3 ] {59e7ba17-3a9b-497e-a2a6-a9b096badca5} TCPHandler: Processed in 0.018236235 sec. 2025.09.19 22:59:32.870615 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:32.870793 [ 3 ] {a848605d-8e90-4cc2-a6af-0cb4c4f36017} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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.09.19 22:59:32.870863 [ 3 ] {a848605d-8e90-4cc2-a6af-0cb4c4f36017} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2025.09.19 22:59:32.874767 [ 3 ] {a848605d-8e90-4cc2-a6af-0cb4c4f36017} oximeter.measurements_bytes (993104b1-9e25-4734-84db-bfca9b91366b): Loading data parts 2025.09.19 22:59:32.874932 [ 3 ] {a848605d-8e90-4cc2-a6af-0cb4c4f36017} oximeter.measurements_bytes (993104b1-9e25-4734-84db-bfca9b91366b): There are no data parts 2025.09.19 22:59:32.892537 [ 3 ] {a848605d-8e90-4cc2-a6af-0cb4c4f36017} TCPHandler: Processed in 0.021977012 sec. 2025.09.19 22:59:32.892744 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:32.892928 [ 3 ] {25954258-96cf-4b04-94a9-ad5fae889038} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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.09.19 22:59:32.892988 [ 3 ] {25954258-96cf-4b04-94a9-ad5fae889038} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2025.09.19 22:59:32.901330 [ 3 ] {25954258-96cf-4b04-94a9-ad5fae889038} oximeter.measurements_cumulativei64 (14d48bab-cc0a-4263-9372-561d4d2ac5f1): Loading data parts 2025.09.19 22:59:32.901597 [ 3 ] {25954258-96cf-4b04-94a9-ad5fae889038} oximeter.measurements_cumulativei64 (14d48bab-cc0a-4263-9372-561d4d2ac5f1): There are no data parts 2025.09.19 22:59:32.912483 [ 3 ] {25954258-96cf-4b04-94a9-ad5fae889038} TCPHandler: Processed in 0.019793493 sec. 2025.09.19 22:59:32.912632 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:32.912826 [ 3 ] {eaeef4f2-0660-4a93-b2d0-f463c45fb893} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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.09.19 22:59:32.912895 [ 3 ] {eaeef4f2-0660-4a93-b2d0-f463c45fb893} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2025.09.19 22:59:32.936197 [ 3 ] {eaeef4f2-0660-4a93-b2d0-f463c45fb893} oximeter.measurements_cumulativeu64 (9cd4f457-0572-4407-b847-56a6463362e3): Loading data parts 2025.09.19 22:59:32.936355 [ 3 ] {eaeef4f2-0660-4a93-b2d0-f463c45fb893} oximeter.measurements_cumulativeu64 (9cd4f457-0572-4407-b847-56a6463362e3): There are no data parts 2025.09.19 22:59:32.938751 [ 3 ] {eaeef4f2-0660-4a93-b2d0-f463c45fb893} TCPHandler: Processed in 0.026169226 sec. 2025.09.19 22:59:32.938906 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:32.939066 [ 3 ] {7dee8535-d237-4b32-ab56-50be58d4c673} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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.09.19 22:59:32.939128 [ 3 ] {7dee8535-d237-4b32-ab56-50be58d4c673} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2025.09.19 22:59:32.940711 [ 3 ] {7dee8535-d237-4b32-ab56-50be58d4c673} oximeter.measurements_cumulativef32 (30b2db4c-39aa-4c21-95b5-c1adf19c3da8): Loading data parts 2025.09.19 22:59:32.940858 [ 3 ] {7dee8535-d237-4b32-ab56-50be58d4c673} oximeter.measurements_cumulativef32 (30b2db4c-39aa-4c21-95b5-c1adf19c3da8): There are no data parts 2025.09.19 22:59:32.957336 [ 3 ] {7dee8535-d237-4b32-ab56-50be58d4c673} TCPHandler: Processed in 0.01848018 sec. 2025.09.19 22:59:32.957547 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:32.957783 [ 3 ] {ebeba3d7-873e-44c3-a330-eaacf98dcc60} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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.09.19 22:59:32.957855 [ 3 ] {ebeba3d7-873e-44c3-a330-eaacf98dcc60} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2025.09.19 22:59:32.960956 [ 3 ] {ebeba3d7-873e-44c3-a330-eaacf98dcc60} oximeter.measurements_cumulativef64 (688257ab-3f14-4490-af69-d4946e1a1d38): Loading data parts 2025.09.19 22:59:32.961106 [ 3 ] {ebeba3d7-873e-44c3-a330-eaacf98dcc60} oximeter.measurements_cumulativef64 (688257ab-3f14-4490-af69-d4946e1a1d38): There are no data parts 2025.09.19 22:59:32.974407 [ 3 ] {ebeba3d7-873e-44c3-a330-eaacf98dcc60} TCPHandler: Processed in 0.016937693 sec. 2025.09.19 22:59:32.974581 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:32.974850 [ 3 ] {40dfa661-74d7-41fd-859f-d7a72c7ffb66} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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.09.19 22:59:32.974927 [ 3 ] {40dfa661-74d7-41fd-859f-d7a72c7ffb66} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2025.09.19 22:59:32.977766 [ 3 ] {40dfa661-74d7-41fd-859f-d7a72c7ffb66} oximeter.measurements_histogrami8 (ef1f0f64-25a5-4856-a09c-9d3d26f27633): Loading data parts 2025.09.19 22:59:32.977926 [ 3 ] {40dfa661-74d7-41fd-859f-d7a72c7ffb66} oximeter.measurements_histogrami8 (ef1f0f64-25a5-4856-a09c-9d3d26f27633): There are no data parts 2025.09.19 22:59:32.991145 [ 3 ] {40dfa661-74d7-41fd-859f-d7a72c7ffb66} TCPHandler: Processed in 0.016625246 sec. 2025.09.19 22:59:32.991344 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:32.991616 [ 3 ] {7ce270e7-8165-49dd-9a1a-7f9e26e54066} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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.09.19 22:59:32.991695 [ 3 ] {7ce270e7-8165-49dd-9a1a-7f9e26e54066} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2025.09.19 22:59:33.001138 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 122.80 MiB, peak 122.80 MiB, free memory in arenas 0.00 B, will set to 132.40 MiB (RSS), difference: 9.60 MiB 2025.09.19 22:59:33.006475 [ 3 ] {7ce270e7-8165-49dd-9a1a-7f9e26e54066} oximeter.measurements_histogramu8 (1604fc5a-22a6-45ab-b260-a2ccd276f0e8): Loading data parts 2025.09.19 22:59:33.006683 [ 3 ] {7ce270e7-8165-49dd-9a1a-7f9e26e54066} oximeter.measurements_histogramu8 (1604fc5a-22a6-45ab-b260-a2ccd276f0e8): There are no data parts 2025.09.19 22:59:33.011119 [ 3 ] {7ce270e7-8165-49dd-9a1a-7f9e26e54066} TCPHandler: Processed in 0.019831514 sec. 2025.09.19 22:59:33.011389 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:33.011724 [ 3 ] {74111e11-cd9b-455e-a652-fc724c0841f1} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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.09.19 22:59:33.011814 [ 3 ] {74111e11-cd9b-455e-a652-fc724c0841f1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2025.09.19 22:59:33.025446 [ 3 ] {74111e11-cd9b-455e-a652-fc724c0841f1} oximeter.measurements_histogrami16 (a924982b-e88d-4df5-addb-290cebed0e92): Loading data parts 2025.09.19 22:59:33.025733 [ 3 ] {74111e11-cd9b-455e-a652-fc724c0841f1} oximeter.measurements_histogrami16 (a924982b-e88d-4df5-addb-290cebed0e92): There are no data parts 2025.09.19 22:59:33.028150 [ 3 ] {74111e11-cd9b-455e-a652-fc724c0841f1} TCPHandler: Processed in 0.016880882 sec. 2025.09.19 22:59:33.028329 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:33.028557 [ 3 ] {cf7d7527-3952-4885-9f08-387d33a76407} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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.09.19 22:59:33.028631 [ 3 ] {cf7d7527-3952-4885-9f08-387d33a76407} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2025.09.19 22:59:33.041600 [ 3 ] {cf7d7527-3952-4885-9f08-387d33a76407} oximeter.measurements_histogramu16 (1af4b5e1-74b7-4afb-af02-c10aadec3d70): Loading data parts 2025.09.19 22:59:33.041807 [ 3 ] {cf7d7527-3952-4885-9f08-387d33a76407} oximeter.measurements_histogramu16 (1af4b5e1-74b7-4afb-af02-c10aadec3d70): There are no data parts 2025.09.19 22:59:33.044245 [ 3 ] {cf7d7527-3952-4885-9f08-387d33a76407} TCPHandler: Processed in 0.015966595 sec. 2025.09.19 22:59:33.044407 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:33.044652 [ 3 ] {0f9a0aab-0408-4324-8585-d156d08f5f5c} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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.09.19 22:59:33.044719 [ 3 ] {0f9a0aab-0408-4324-8585-d156d08f5f5c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2025.09.19 22:59:33.057375 [ 3 ] {0f9a0aab-0408-4324-8585-d156d08f5f5c} oximeter.measurements_histogrami32 (2c3e4381-c4e3-45e4-8ae3-71c29b3d2ae5): Loading data parts 2025.09.19 22:59:33.057543 [ 3 ] {0f9a0aab-0408-4324-8585-d156d08f5f5c} oximeter.measurements_histogrami32 (2c3e4381-c4e3-45e4-8ae3-71c29b3d2ae5): There are no data parts 2025.09.19 22:59:33.060382 [ 3 ] {0f9a0aab-0408-4324-8585-d156d08f5f5c} TCPHandler: Processed in 0.016025376 sec. 2025.09.19 22:59:33.060563 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:33.060781 [ 3 ] {6d4d09a5-b2d0-493e-a830-47aa687de9d6} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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.09.19 22:59:33.060848 [ 3 ] {6d4d09a5-b2d0-493e-a830-47aa687de9d6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2025.09.19 22:59:33.073428 [ 3 ] {6d4d09a5-b2d0-493e-a830-47aa687de9d6} oximeter.measurements_histogramu32 (420b07d2-f18a-4f48-b7c0-fe599749cdd4): Loading data parts 2025.09.19 22:59:33.073723 [ 3 ] {6d4d09a5-b2d0-493e-a830-47aa687de9d6} oximeter.measurements_histogramu32 (420b07d2-f18a-4f48-b7c0-fe599749cdd4): There are no data parts 2025.09.19 22:59:33.076861 [ 3 ] {6d4d09a5-b2d0-493e-a830-47aa687de9d6} TCPHandler: Processed in 0.016352262 sec. 2025.09.19 22:59:33.077029 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:33.077308 [ 3 ] {a37410bf-b331-4d09-ad43-4ac5d2dcee35} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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.09.19 22:59:33.077389 [ 3 ] {a37410bf-b331-4d09-ad43-4ac5d2dcee35} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2025.09.19 22:59:33.090803 [ 3 ] {a37410bf-b331-4d09-ad43-4ac5d2dcee35} oximeter.measurements_histogrami64 (801faf85-bf70-4431-bd0a-66717592ac80): Loading data parts 2025.09.19 22:59:33.090963 [ 3 ] {a37410bf-b331-4d09-ad43-4ac5d2dcee35} oximeter.measurements_histogrami64 (801faf85-bf70-4431-bd0a-66717592ac80): There are no data parts 2025.09.19 22:59:33.093588 [ 3 ] {a37410bf-b331-4d09-ad43-4ac5d2dcee35} TCPHandler: Processed in 0.016620286 sec. 2025.09.19 22:59:33.093810 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:33.094026 [ 3 ] {345f18cf-3aee-442c-9dad-efe4ecd0906e} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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.09.19 22:59:33.094114 [ 3 ] {345f18cf-3aee-442c-9dad-efe4ecd0906e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2025.09.19 22:59:33.112155 [ 3 ] {345f18cf-3aee-442c-9dad-efe4ecd0906e} oximeter.measurements_histogramu64 (4e522462-1d54-46c5-8b8d-dbe7151823cc): Loading data parts 2025.09.19 22:59:33.112300 [ 3 ] {345f18cf-3aee-442c-9dad-efe4ecd0906e} oximeter.measurements_histogramu64 (4e522462-1d54-46c5-8b8d-dbe7151823cc): There are no data parts 2025.09.19 22:59:33.126095 [ 3 ] {345f18cf-3aee-442c-9dad-efe4ecd0906e} TCPHandler: Processed in 0.032331747 sec. 2025.09.19 22:59:33.126269 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:33.126551 [ 3 ] {68720c51-7db8-4758-b67d-116b022632f9} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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.09.19 22:59:33.126635 [ 3 ] {68720c51-7db8-4758-b67d-116b022632f9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2025.09.19 22:59:33.145203 [ 3 ] {68720c51-7db8-4758-b67d-116b022632f9} oximeter.measurements_histogramf32 (d15bcb05-4f34-4ac2-9ea4-6976f91bad04): Loading data parts 2025.09.19 22:59:33.145456 [ 3 ] {68720c51-7db8-4758-b67d-116b022632f9} oximeter.measurements_histogramf32 (d15bcb05-4f34-4ac2-9ea4-6976f91bad04): There are no data parts 2025.09.19 22:59:33.148767 [ 3 ] {68720c51-7db8-4758-b67d-116b022632f9} TCPHandler: Processed in 0.022557763 sec. 2025.09.19 22:59:33.148933 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:33.149147 [ 3 ] {87989703-67df-495e-9f40-fc99a0386889} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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.09.19 22:59:33.149224 [ 3 ] {87989703-67df-495e-9f40-fc99a0386889} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2025.09.19 22:59:33.162253 [ 3 ] {87989703-67df-495e-9f40-fc99a0386889} oximeter.measurements_histogramf64 (ba9861f1-7511-463f-991c-d386379a3edb): Loading data parts 2025.09.19 22:59:33.162412 [ 3 ] {87989703-67df-495e-9f40-fc99a0386889} oximeter.measurements_histogramf64 (ba9861f1-7511-463f-991c-d386379a3edb): There are no data parts 2025.09.19 22:59:33.165358 [ 3 ] {87989703-67df-495e-9f40-fc99a0386889} TCPHandler: Processed in 0.016473384 sec. 2025.09.19 22:59:33.165512 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:33.165700 [ 3 ] {c8838552-569c-4eb3-982a-ef8ac933bdc9} executeQuery: (from [fd00:1122:3344:101::d]:50257) /* 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.09.19 22:59:33.165764 [ 3 ] {c8838552-569c-4eb3-982a-ef8ac933bdc9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2025.09.19 22:59:33.178929 [ 3 ] {c8838552-569c-4eb3-982a-ef8ac933bdc9} oximeter.fields_bool (a2d2ded1-c50d-4dda-892a-f97e9fc79244): Loading data parts 2025.09.19 22:59:33.179195 [ 3 ] {c8838552-569c-4eb3-982a-ef8ac933bdc9} oximeter.fields_bool (a2d2ded1-c50d-4dda-892a-f97e9fc79244): There are no data parts 2025.09.19 22:59:33.181873 [ 3 ] {c8838552-569c-4eb3-982a-ef8ac933bdc9} TCPHandler: Processed in 0.016410403 sec. 2025.09.19 22:59:33.182229 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:33.182420 [ 3 ] {d5de9d4d-9ea2-4e06-8761-ef94873dbc61} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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.09.19 22:59:33.182486 [ 3 ] {d5de9d4d-9ea2-4e06-8761-ef94873dbc61} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2025.09.19 22:59:33.196522 [ 3 ] {d5de9d4d-9ea2-4e06-8761-ef94873dbc61} oximeter.fields_i8 (17dd3d65-f1ca-4874-ab93-fc46911c5a83): Loading data parts 2025.09.19 22:59:33.196689 [ 3 ] {d5de9d4d-9ea2-4e06-8761-ef94873dbc61} oximeter.fields_i8 (17dd3d65-f1ca-4874-ab93-fc46911c5a83): There are no data parts 2025.09.19 22:59:33.212652 [ 3 ] {d5de9d4d-9ea2-4e06-8761-ef94873dbc61} TCPHandler: Processed in 0.030471684 sec. 2025.09.19 22:59:33.212821 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:33.212988 [ 3 ] {9759641b-2f3c-44d1-9621-86c445c06620} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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.09.19 22:59:33.213102 [ 3 ] {9759641b-2f3c-44d1-9621-86c445c06620} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2025.09.19 22:59:33.216331 [ 3 ] {9759641b-2f3c-44d1-9621-86c445c06620} oximeter.fields_u8 (a8717018-1c0a-4ca6-a485-2de569019a89): Loading data parts 2025.09.19 22:59:33.216490 [ 3 ] {9759641b-2f3c-44d1-9621-86c445c06620} oximeter.fields_u8 (a8717018-1c0a-4ca6-a485-2de569019a89): There are no data parts 2025.09.19 22:59:33.231598 [ 3 ] {9759641b-2f3c-44d1-9621-86c445c06620} TCPHandler: Processed in 0.018833336 sec. 2025.09.19 22:59:33.231759 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:33.231955 [ 3 ] {d0a21155-4c4d-40f8-a919-fe4b8794f8db} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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.09.19 22:59:33.232013 [ 3 ] {d0a21155-4c4d-40f8-a919-fe4b8794f8db} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2025.09.19 22:59:33.235284 [ 3 ] {d0a21155-4c4d-40f8-a919-fe4b8794f8db} oximeter.fields_i16 (4e6bfc38-7923-4763-9d12-73ad5865f8b9): Loading data parts 2025.09.19 22:59:33.235442 [ 3 ] {d0a21155-4c4d-40f8-a919-fe4b8794f8db} oximeter.fields_i16 (4e6bfc38-7923-4763-9d12-73ad5865f8b9): There are no data parts 2025.09.19 22:59:33.236826 [ 3 ] {d0a21155-4c4d-40f8-a919-fe4b8794f8db} TCPHandler: Processed in 0.005117001 sec. 2025.09.19 22:59:33.236981 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:33.237140 [ 3 ] {9500b78a-020f-48c2-a95a-8978c593a420} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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.09.19 22:59:33.237207 [ 3 ] {9500b78a-020f-48c2-a95a-8978c593a420} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2025.09.19 22:59:33.250678 [ 3 ] {9500b78a-020f-48c2-a95a-8978c593a420} oximeter.fields_u16 (d7c8ff24-9180-4a56-af1f-92a0c8830cbe): Loading data parts 2025.09.19 22:59:33.250872 [ 3 ] {9500b78a-020f-48c2-a95a-8978c593a420} oximeter.fields_u16 (d7c8ff24-9180-4a56-af1f-92a0c8830cbe): There are no data parts 2025.09.19 22:59:33.253424 [ 3 ] {9500b78a-020f-48c2-a95a-8978c593a420} TCPHandler: Processed in 0.016492014 sec. 2025.09.19 22:59:33.253586 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:33.253769 [ 3 ] {ae0a6e6e-2e71-41d2-abe4-72c733304357} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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.09.19 22:59:33.253825 [ 3 ] {ae0a6e6e-2e71-41d2-abe4-72c733304357} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2025.09.19 22:59:33.269217 [ 3 ] {ae0a6e6e-2e71-41d2-abe4-72c733304357} oximeter.fields_i32 (cee9bf0f-456b-4563-8b58-3bef8453537c): Loading data parts 2025.09.19 22:59:33.269413 [ 3 ] {ae0a6e6e-2e71-41d2-abe4-72c733304357} oximeter.fields_i32 (cee9bf0f-456b-4563-8b58-3bef8453537c): There are no data parts 2025.09.19 22:59:33.273071 [ 3 ] {ae0a6e6e-2e71-41d2-abe4-72c733304357} TCPHandler: Processed in 0.019542469 sec. 2025.09.19 22:59:33.273219 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:33.273374 [ 3 ] {18c75a34-3d8e-4da2-a89a-180d8eb225af} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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.09.19 22:59:33.273428 [ 3 ] {18c75a34-3d8e-4da2-a89a-180d8eb225af} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2025.09.19 22:59:33.286612 [ 3 ] {18c75a34-3d8e-4da2-a89a-180d8eb225af} oximeter.fields_u32 (c63d79cf-9115-455d-90ab-edfeac243247): Loading data parts 2025.09.19 22:59:33.286780 [ 3 ] {18c75a34-3d8e-4da2-a89a-180d8eb225af} oximeter.fields_u32 (c63d79cf-9115-455d-90ab-edfeac243247): There are no data parts 2025.09.19 22:59:33.303151 [ 3 ] {18c75a34-3d8e-4da2-a89a-180d8eb225af} TCPHandler: Processed in 0.029979665 sec. 2025.09.19 22:59:33.303344 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:33.303563 [ 3 ] {69d19236-d14b-405b-9359-f9e6015770ac} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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.09.19 22:59:33.303630 [ 3 ] {69d19236-d14b-405b-9359-f9e6015770ac} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2025.09.19 22:59:33.306517 [ 3 ] {69d19236-d14b-405b-9359-f9e6015770ac} oximeter.fields_i64 (0c729121-ad7e-4446-8319-cd2df02bd1ce): Loading data parts 2025.09.19 22:59:33.306691 [ 3 ] {69d19236-d14b-405b-9359-f9e6015770ac} oximeter.fields_i64 (0c729121-ad7e-4446-8319-cd2df02bd1ce): There are no data parts 2025.09.19 22:59:33.323703 [ 3 ] {69d19236-d14b-405b-9359-f9e6015770ac} TCPHandler: Processed in 0.020421384 sec. 2025.09.19 22:59:33.323873 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:33.324034 [ 3 ] {18d14d21-54eb-40e6-8b65-99cd24fe1e1d} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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.09.19 22:59:33.324144 [ 3 ] {18d14d21-54eb-40e6-8b65-99cd24fe1e1d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2025.09.19 22:59:33.340623 [ 3 ] {18d14d21-54eb-40e6-8b65-99cd24fe1e1d} oximeter.fields_u64 (d1a73899-0bf3-42a0-950f-356425e1192f): Loading data parts 2025.09.19 22:59:33.340784 [ 3 ] {18d14d21-54eb-40e6-8b65-99cd24fe1e1d} oximeter.fields_u64 (d1a73899-0bf3-42a0-950f-356425e1192f): There are no data parts 2025.09.19 22:59:33.357406 [ 3 ] {18d14d21-54eb-40e6-8b65-99cd24fe1e1d} TCPHandler: Processed in 0.033581829 sec. 2025.09.19 22:59:33.357579 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:33.357798 [ 3 ] {c7f9c91e-bad2-468d-b033-b4b2dede9618} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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.09.19 22:59:33.358573 [ 3 ] {c7f9c91e-bad2-468d-b033-b4b2dede9618} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2025.09.19 22:59:33.373146 [ 3 ] {c7f9c91e-bad2-468d-b033-b4b2dede9618} oximeter.fields_ipaddr (4a1a3172-7948-468a-83fe-8de399cb42e2): Loading data parts 2025.09.19 22:59:33.373418 [ 3 ] {c7f9c91e-bad2-468d-b033-b4b2dede9618} oximeter.fields_ipaddr (4a1a3172-7948-468a-83fe-8de399cb42e2): There are no data parts 2025.09.19 22:59:33.376644 [ 3 ] {c7f9c91e-bad2-468d-b033-b4b2dede9618} TCPHandler: Processed in 0.019123372 sec. 2025.09.19 22:59:33.376799 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:33.376958 [ 3 ] {612d8870-dfd8-467a-9832-07bdb8674bcf} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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.09.19 22:59:33.377013 [ 3 ] {612d8870-dfd8-467a-9832-07bdb8674bcf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2025.09.19 22:59:33.378754 [ 3 ] {612d8870-dfd8-467a-9832-07bdb8674bcf} oximeter.fields_string (843e596e-c9e1-40d1-a94b-200bc5d1c0d9): Loading data parts 2025.09.19 22:59:33.378916 [ 3 ] {612d8870-dfd8-467a-9832-07bdb8674bcf} oximeter.fields_string (843e596e-c9e1-40d1-a94b-200bc5d1c0d9): There are no data parts 2025.09.19 22:59:33.390373 [ 3 ] {612d8870-dfd8-467a-9832-07bdb8674bcf} TCPHandler: Processed in 0.013622663 sec. 2025.09.19 22:59:33.390521 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:33.390698 [ 3 ] {2a7f8129-22a7-4520-8491-0387a4ef16c9} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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.09.19 22:59:33.390757 [ 3 ] {2a7f8129-22a7-4520-8491-0387a4ef16c9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2025.09.19 22:59:33.393080 [ 3 ] {2a7f8129-22a7-4520-8491-0387a4ef16c9} oximeter.fields_uuid (36105b4a-3029-4bfa-a946-0b173b69c46b): Loading data parts 2025.09.19 22:59:33.393221 [ 3 ] {2a7f8129-22a7-4520-8491-0387a4ef16c9} oximeter.fields_uuid (36105b4a-3029-4bfa-a946-0b173b69c46b): There are no data parts 2025.09.19 22:59:33.407029 [ 3 ] {2a7f8129-22a7-4520-8491-0387a4ef16c9} TCPHandler: Processed in 0.016555216 sec. 2025.09.19 22:59:33.407204 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:33.407448 [ 3 ] {caf33de3-1338-49be-8293-34ba6697f922} executeQuery: (from [fd00:1122:3344:101::d]:50257) /* 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.09.19 22:59:33.407522 [ 3 ] {caf33de3-1338-49be-8293-34ba6697f922} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2025.09.19 22:59:33.411510 [ 3 ] {caf33de3-1338-49be-8293-34ba6697f922} oximeter.timeseries_schema (12c67891-f39d-49ad-81f5-8e3e1c40d4ec): Loading data parts 2025.09.19 22:59:33.411656 [ 3 ] {caf33de3-1338-49be-8293-34ba6697f922} oximeter.timeseries_schema (12c67891-f39d-49ad-81f5-8e3e1c40d4ec): There are no data parts 2025.09.19 22:59:33.413346 [ 3 ] {caf33de3-1338-49be-8293-34ba6697f922} TCPHandler: Processed in 0.0061896 sec. 2025.09.19 22:59:33.415712 [ 253 ] {} TCP-Session: 13864fe8-70d7-4ab6-be50-fd5d900d2409 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:33.415973 [ 253 ] {14badcbe-8f51-43c7-a4a0-1341ef95490c} executeQuery: (from [fd00:1122:3344:101::d]:39617) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2025.09.19 22:59:33.417370 [ 253 ] {14badcbe-8f51-43c7-a4a0-1341ef95490c} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2025.09.19 22:59:33.424809 [ 260 ] {14badcbe-8f51-43c7-a4a0-1341ef95490c} oximeter.version (d6061a98-c16c-4987-a9c9-ab9881e59541): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 22:59:33.424870 [ 260 ] {14badcbe-8f51-43c7-a4a0-1341ef95490c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2025.09.19 22:59:33.429179 [ 260 ] {14badcbe-8f51-43c7-a4a0-1341ef95490c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.19 22:59:33.429546 [ 260 ] {14badcbe-8f51-43c7-a4a0-1341ef95490c} oximeter.version (d6061a98-c16c-4987-a9c9-ab9881e59541): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 22:59:33.429810 [ 253 ] {14badcbe-8f51-43c7-a4a0-1341ef95490c} executeQuery: Read 1 rows, 16.00 B in 0.01397 sec., 71.58196134574088 rows/sec., 1.12 KiB/sec. 2025.09.19 22:59:33.430167 [ 253 ] {14badcbe-8f51-43c7-a4a0-1341ef95490c} TCPHandler: Processed in 0.014526079 sec. 2025.09.19 22:59:33.880932 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:65204 2025.09.19 22:59:33.881073 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 22:59:33.881128 [ 262 ] {} TCP-Session: 4734d988-992b-4f6d-96c5-eaada186cc4f Authenticating user 'default' from [fd00:1122:3344:101::b]:65204 2025.09.19 22:59:33.881168 [ 262 ] {} TCP-Session: 4734d988-992b-4f6d-96c5-eaada186cc4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:33.881181 [ 262 ] {} TCP-Session: 4734d988-992b-4f6d-96c5-eaada186cc4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:33.881257 [ 262 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.09.19 22:59:33.881305 [ 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.09.19 22:59:33.881335 [ 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.09.19 22:59:33.882333 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38067 2025.09.19 22:59:33.882397 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44949 2025.09.19 22:59:33.882335 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64628 2025.09.19 22:59:33.882517 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40439 2025.09.19 22:59:33.882554 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62658 2025.09.19 22:59:33.882687 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 22:59:33.882737 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 22:59:33.882805 [ 264 ] {} TCP-Session: 778383c8-b4bc-4c81-9ed9-619add837d28 Authenticating user 'default' from [fd00:1122:3344:101::b]:38067 2025.09.19 22:59:33.882805 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34549 2025.09.19 22:59:33.882839 [ 264 ] {} TCP-Session: 778383c8-b4bc-4c81-9ed9-619add837d28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:33.882858 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 22:59:33.882858 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 22:59:33.882881 [ 264 ] {} TCP-Session: 778383c8-b4bc-4c81-9ed9-619add837d28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:33.882912 [ 263 ] {} TCP-Session: 112ceb07-d10b-44a6-a70e-30c8c9e80f4a Authenticating user 'default' from [fd00:1122:3344:101::b]:64628 2025.09.19 22:59:33.882916 [ 267 ] {} TCP-Session: 65fc9129-f85f-4a4c-9993-bf340463fa67 Authenticating user 'default' from [fd00:1122:3344:101::b]:62658 2025.09.19 22:59:33.882809 [ 265 ] {} TCP-Session: 29cce163-38cb-4274-9830-f0c7da52c928 Authenticating user 'default' from [fd00:1122:3344:101::b]:44949 2025.09.19 22:59:33.882942 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 22:59:33.883028 [ 265 ] {} TCP-Session: 29cce163-38cb-4274-9830-f0c7da52c928 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:33.883039 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 22:59:33.883061 [ 266 ] {} TCP-Session: a0aa3be2-b2cf-4c06-bca7-5661ce3f2fec Authenticating user 'default' from [fd00:1122:3344:101::b]:40439 2025.09.19 22:59:33.883060 [ 265 ] {} TCP-Session: 29cce163-38cb-4274-9830-f0c7da52c928 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:33.882958 [ 267 ] {} TCP-Session: 65fc9129-f85f-4a4c-9993-bf340463fa67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:33.883154 [ 266 ] {} TCP-Session: a0aa3be2-b2cf-4c06-bca7-5661ce3f2fec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:33.883145 [ 268 ] {} TCP-Session: 212b7758-75c0-4b73-a84e-4b33907ef413 Authenticating user 'default' from [fd00:1122:3344:101::b]:34549 2025.09.19 22:59:33.883232 [ 267 ] {} TCP-Session: 65fc9129-f85f-4a4c-9993-bf340463fa67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:33.883253 [ 268 ] {} TCP-Session: 212b7758-75c0-4b73-a84e-4b33907ef413 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:33.883242 [ 266 ] {} TCP-Session: a0aa3be2-b2cf-4c06-bca7-5661ce3f2fec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:33.883292 [ 268 ] {} TCP-Session: 212b7758-75c0-4b73-a84e-4b33907ef413 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:33.882985 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47445 2025.09.19 22:59:33.882950 [ 263 ] {} TCP-Session: 112ceb07-d10b-44a6-a70e-30c8c9e80f4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:33.883388 [ 263 ] {} TCP-Session: 112ceb07-d10b-44a6-a70e-30c8c9e80f4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:33.883519 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 22:59:33.883583 [ 269 ] {} TCP-Session: 0692ed0e-ce3a-4b61-8458-e7e6bdf71ac8 Authenticating user 'default' from [fd00:1122:3344:101::b]:47445 2025.09.19 22:59:33.883605 [ 269 ] {} TCP-Session: 0692ed0e-ce3a-4b61-8458-e7e6bdf71ac8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:33.883626 [ 269 ] {} TCP-Session: 0692ed0e-ce3a-4b61-8458-e7e6bdf71ac8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:34.000205 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 134.24 MiB, peak 134.24 MiB, free memory in arenas 0.00 B, will set to 138.70 MiB (RSS), difference: 4.47 MiB 2025.09.19 22:59:34.109457 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62267 2025.09.19 22:59:34.109661 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 22:59:34.109832 [ 270 ] {} TCP-Session: 1f4bc5ef-6828-4945-93e6-a89c959e0bc9 Authenticating user 'default' from [fd00:1122:3344:101::a]:62267 2025.09.19 22:59:34.109860 [ 270 ] {} TCP-Session: 1f4bc5ef-6828-4945-93e6-a89c959e0bc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:34.109876 [ 270 ] {} TCP-Session: 1f4bc5ef-6828-4945-93e6-a89c959e0bc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:34.110041 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.09.19 22:59:34.110069 [ 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.09.19 22:59:34.110176 [ 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.09.19 22:59:34.111101 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47029 2025.09.19 22:59:34.111308 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57098 2025.09.19 22:59:34.111421 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44932 2025.09.19 22:59:34.111432 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 22:59:34.111449 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36485 2025.09.19 22:59:34.111481 [ 271 ] {} TCP-Session: 665e8bc1-e964-4675-be04-46014d428feb Authenticating user 'default' from [fd00:1122:3344:101::a]:47029 2025.09.19 22:59:34.111556 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43822 2025.09.19 22:59:34.111563 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 22:59:34.111622 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 22:59:34.111666 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37525 2025.09.19 22:59:34.111667 [ 271 ] {} TCP-Session: 665e8bc1-e964-4675-be04-46014d428feb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:34.111644 [ 272 ] {} TCP-Session: c254d9ff-ec21-4339-b567-9589bbdb068d Authenticating user 'default' from [fd00:1122:3344:101::a]:57098 2025.09.19 22:59:34.111796 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53716 2025.09.19 22:59:34.111774 [ 274 ] {} TCP-Session: 000076a1-f8a4-437d-b980-f110d83a1741 Authenticating user 'default' from [fd00:1122:3344:101::a]:44932 2025.09.19 22:59:34.111774 [ 271 ] {} TCP-Session: 665e8bc1-e964-4675-be04-46014d428feb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:34.111937 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 22:59:34.111893 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 22:59:34.111888 [ 272 ] {} TCP-Session: c254d9ff-ec21-4339-b567-9589bbdb068d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:34.111882 [ 274 ] {} TCP-Session: 000076a1-f8a4-437d-b980-f110d83a1741 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:34.112037 [ 272 ] {} TCP-Session: c254d9ff-ec21-4339-b567-9589bbdb068d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:34.112091 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 22:59:34.112105 [ 275 ] {} TCP-Session: 7cb9cc59-63ea-4d9c-9936-49ffd05ea78a Authenticating user 'default' from [fd00:1122:3344:101::a]:43822 2025.09.19 22:59:34.112162 [ 276 ] {} TCP-Session: 1c7b300f-c457-4ba5-b900-99588740f83f Authenticating user 'default' from [fd00:1122:3344:101::a]:37525 2025.09.19 22:59:34.112139 [ 274 ] {} TCP-Session: 000076a1-f8a4-437d-b980-f110d83a1741 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:34.112128 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 22:59:34.112278 [ 275 ] {} TCP-Session: 7cb9cc59-63ea-4d9c-9936-49ffd05ea78a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:34.112301 [ 276 ] {} TCP-Session: 1c7b300f-c457-4ba5-b900-99588740f83f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:34.112039 [ 273 ] {} TCP-Session: a5c1172d-b50a-4ece-a59a-b672fc3d73ae Authenticating user 'default' from [fd00:1122:3344:101::a]:36485 2025.09.19 22:59:34.112378 [ 276 ] {} TCP-Session: 1c7b300f-c457-4ba5-b900-99588740f83f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:34.112373 [ 277 ] {} TCP-Session: 576f7f14-8fbf-4fd3-8e15-9b92ba13b19b Authenticating user 'default' from [fd00:1122:3344:101::a]:53716 2025.09.19 22:59:34.112391 [ 275 ] {} TCP-Session: 7cb9cc59-63ea-4d9c-9936-49ffd05ea78a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:34.112460 [ 273 ] {} TCP-Session: a5c1172d-b50a-4ece-a59a-b672fc3d73ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:34.112467 [ 277 ] {} TCP-Session: 576f7f14-8fbf-4fd3-8e15-9b92ba13b19b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:34.112561 [ 277 ] {} TCP-Session: 576f7f14-8fbf-4fd3-8e15-9b92ba13b19b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:34.112577 [ 273 ] {} TCP-Session: a5c1172d-b50a-4ece-a59a-b672fc3d73ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:35.434807 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55847 2025.09.19 22:59:35.434963 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 22:59:35.434994 [ 278 ] {} TCP-Session: 812c2dbf-d6ba-47fd-88c5-4def38b73374 Authenticating user 'default' from [fd00:1122:3344:101::c]:55847 2025.09.19 22:59:35.435121 [ 278 ] {} TCP-Session: 812c2dbf-d6ba-47fd-88c5-4def38b73374 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:35.435136 [ 278 ] {} TCP-Session: 812c2dbf-d6ba-47fd-88c5-4def38b73374 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:35.435206 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.09.19 22:59:35.435328 [ 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.09.19 22:59:35.435344 [ 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.09.19 22:59:35.436421 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51513 2025.09.19 22:59:35.436516 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61948 2025.09.19 22:59:35.436617 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51193 2025.09.19 22:59:35.436633 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 22:59:35.436685 [ 279 ] {} TCP-Session: 7256cc95-a2df-4b75-bb57-b74a513f7230 Authenticating user 'default' from [fd00:1122:3344:101::c]:51513 2025.09.19 22:59:35.436737 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52609 2025.09.19 22:59:35.436771 [ 279 ] {} TCP-Session: 7256cc95-a2df-4b75-bb57-b74a513f7230 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:35.436845 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 22:59:35.436846 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51164 2025.09.19 22:59:35.436894 [ 281 ] {} TCP-Session: 216cc786-e1c7-4ca9-8831-e178fea8cadd Authenticating user 'default' from [fd00:1122:3344:101::c]:51193 2025.09.19 22:59:35.436872 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 22:59:35.436956 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64451 2025.09.19 22:59:35.436987 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 22:59:35.437017 [ 281 ] {} TCP-Session: 216cc786-e1c7-4ca9-8831-e178fea8cadd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:35.437012 [ 280 ] {} TCP-Session: f2577808-53cf-4458-8b4d-242940a85266 Authenticating user 'default' from [fd00:1122:3344:101::c]:61948 2025.09.19 22:59:35.437091 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64366 2025.09.19 22:59:35.437133 [ 281 ] {} TCP-Session: 216cc786-e1c7-4ca9-8831-e178fea8cadd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:35.437133 [ 280 ] {} TCP-Session: f2577808-53cf-4458-8b4d-242940a85266 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:35.437177 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 22:59:35.437238 [ 280 ] {} TCP-Session: f2577808-53cf-4458-8b4d-242940a85266 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:35.437229 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 22:59:35.437298 [ 284 ] {} TCP-Session: 5fc317b5-155b-4a7d-ac8c-a48962ae5685 Authenticating user 'default' from [fd00:1122:3344:101::c]:64451 2025.09.19 22:59:35.437325 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 22:59:35.437360 [ 284 ] {} TCP-Session: 5fc317b5-155b-4a7d-ac8c-a48962ae5685 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:35.437413 [ 283 ] {} TCP-Session: 329fde0f-cb66-416b-a375-32e431cb665f Authenticating user 'default' from [fd00:1122:3344:101::c]:51164 2025.09.19 22:59:35.437122 [ 282 ] {} TCP-Session: be2ade08-3f32-4491-9284-58b2ed1bdf38 Authenticating user 'default' from [fd00:1122:3344:101::c]:52609 2025.09.19 22:59:35.437471 [ 285 ] {} TCP-Session: 7275a537-d70e-4758-b6c7-e8d8517410b1 Authenticating user 'default' from [fd00:1122:3344:101::c]:64366 2025.09.19 22:59:35.437463 [ 283 ] {} TCP-Session: 329fde0f-cb66-416b-a375-32e431cb665f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:35.436867 [ 279 ] {} TCP-Session: 7256cc95-a2df-4b75-bb57-b74a513f7230 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:35.437668 [ 283 ] {} TCP-Session: 329fde0f-cb66-416b-a375-32e431cb665f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:35.437686 [ 285 ] {} TCP-Session: 7275a537-d70e-4758-b6c7-e8d8517410b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:35.437667 [ 282 ] {} TCP-Session: be2ade08-3f32-4491-9284-58b2ed1bdf38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:35.437773 [ 285 ] {} TCP-Session: 7275a537-d70e-4758-b6c7-e8d8517410b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:35.437482 [ 284 ] {} TCP-Session: 5fc317b5-155b-4a7d-ac8c-a48962ae5685 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:35.437861 [ 282 ] {} TCP-Session: be2ade08-3f32-4491-9284-58b2ed1bdf38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 22:59:38.969112 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2025.09.19 22:59:38.969140 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 2025.09.19 22:59:38.969238 [ 243 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2025.09.19 22:59:38.969262 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2025.09.19 22:59:38.979266 [ 244 ] {} system.asynchronous_metric_log (bca33372-b4bf-4cde-a852-32614280436e): Loading data parts 2025.09.19 22:59:38.979469 [ 244 ] {} system.asynchronous_metric_log (bca33372-b4bf-4cde-a852-32614280436e): There are no data parts 2025.09.19 22:59:38.987128 [ 244 ] {} system.asynchronous_metric_log (bca33372-b4bf-4cde-a852-32614280436e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 22:59:38.987397 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2025.09.19 22:59:38.993206 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.19 22:59:38.993652 [ 243 ] {} system.metric_log (7aa602dd-2bad-4eb0-9b44-e0644e70e18f): Loading data parts 2025.09.19 22:59:38.993874 [ 244 ] {} system.asynchronous_metric_log (bca33372-b4bf-4cde-a852-32614280436e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 22:59:38.993966 [ 243 ] {} system.metric_log (7aa602dd-2bad-4eb0-9b44-e0644e70e18f): There are no data parts 2025.09.19 22:59:38.994108 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 2025.09.19 22:59:39.000282 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 140.13 MiB, peak 144.28 MiB, free memory in arenas 0.00 B, will set to 145.32 MiB (RSS), difference: 5.19 MiB 2025.09.19 22:59:39.023793 [ 243 ] {} system.metric_log (7aa602dd-2bad-4eb0-9b44-e0644e70e18f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 22:59:39.023887 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2025.09.19 22:59:39.031465 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.19 22:59:39.033116 [ 243 ] {} system.metric_log (7aa602dd-2bad-4eb0-9b44-e0644e70e18f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 22:59:39.037889 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2025.09.19 22:59:40.000299 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 150.03 MiB, peak 154.03 MiB, free memory in arenas 0.00 B, will set to 154.00 MiB (RSS), difference: 3.97 MiB 2025.09.19 22:59:41.469013 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2025.09.19 22:59:41.469130 [ 242 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2025.09.19 22:59:41.475436 [ 242 ] {} system.query_log (a9031aec-5ab4-4681-ba4c-7e5b225631e6): Loading data parts 2025.09.19 22:59:41.475745 [ 242 ] {} system.query_log (a9031aec-5ab4-4681-ba4c-7e5b225631e6): There are no data parts 2025.09.19 22:59:41.492897 [ 242 ] {} system.query_log (a9031aec-5ab4-4681-ba4c-7e5b225631e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 22:59:41.492937 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2025.09.19 22:59:41.494698 [ 242 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.19 22:59:41.495239 [ 242 ] {} system.query_log (a9031aec-5ab4-4681-ba4c-7e5b225631e6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 22:59:41.495652 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2025.09.19 22:59:42.000176 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 158.20 MiB, peak 158.20 MiB, free memory in arenas 0.00 B, will set to 155.04 MiB (RSS), difference: -3.16 MiB 2025.09.19 22:59:46.443049 [ 149 ] {} DNSResolver: Updating DNS cache 2025.09.19 22:59:46.443217 [ 149 ] {} DNSResolver: Updated DNS cache 2025.09.19 22:59:46.494212 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 2025.09.19 22:59:46.494985 [ 244 ] {} system.asynchronous_metric_log (bca33372-b4bf-4cde-a852-32614280436e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 22:59:46.495036 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2025.09.19 22:59:46.495930 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.19 22:59:46.496461 [ 244 ] {} system.asynchronous_metric_log (bca33372-b4bf-4cde-a852-32614280436e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 22:59:46.496634 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2025.09.19 22:59:46.537978 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2025.09.19 22:59:46.555937 [ 243 ] {} system.metric_log (7aa602dd-2bad-4eb0-9b44-e0644e70e18f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 22:59:46.556002 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2025.09.19 22:59:46.562601 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.19 22:59:46.563853 [ 243 ] {} system.metric_log (7aa602dd-2bad-4eb0-9b44-e0644e70e18f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 22:59:46.567549 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2025.09.19 22:59:47.000172 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 155.84 MiB, peak 159.84 MiB, free memory in arenas 0.00 B, will set to 157.63 MiB (RSS), difference: 1.79 MiB 2025.09.19 22:59:52.000157 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 153.68 MiB, peak 159.84 MiB, free memory in arenas 0.00 B, will set to 157.70 MiB (RSS), difference: 4.02 MiB 2025.09.19 22:59:53.436493 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:53.436739 [ 3 ] {91e0a1a6-abde-4420-b57e-a54cfd226efb} executeQuery: (from [fd00:1122:3344:101::d]:50257) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2025.09.19 22:59:53.439148 [ 3 ] {91e0a1a6-abde-4420-b57e-a54cfd226efb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 22:59:53.443398 [ 3 ] {91e0a1a6-abde-4420-b57e-a54cfd226efb} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 22:59:53.450171 [ 3 ] {91e0a1a6-abde-4420-b57e-a54cfd226efb} TCPHandler: Processed in 0.013810177 sec. 2025.09.19 22:59:53.453477 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:53.453612 [ 3 ] {be21e0ed-8bc5-4347-94d6-ed04bc213439} executeQuery: (from [fd00:1122:3344:101::d]:50257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.09.19 22:59:53.457886 [ 3 ] {be21e0ed-8bc5-4347-94d6-ed04bc213439} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 22:59:53.457939 [ 3 ] {be21e0ed-8bc5-4347-94d6-ed04bc213439} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 22:59:53.460367 [ 3 ] {be21e0ed-8bc5-4347-94d6-ed04bc213439} TCPHandler: Processed in 0.006941794 sec. 2025.09.19 22:59:53.461261 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:53.461387 [ 3 ] {c31f6e70-5a5c-4222-91ab-955cb75ce4cd} executeQuery: (from [fd00:1122:3344:101::d]:50257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'switch_port_control_data_link:errors_received') FORMAT Native; (stage: Complete) 2025.09.19 22:59:53.465784 [ 3 ] {c31f6e70-5a5c-4222-91ab-955cb75ce4cd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 22:59:53.465833 [ 3 ] {c31f6e70-5a5c-4222-91ab-955cb75ce4cd} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 22:59:53.466237 [ 3 ] {c31f6e70-5a5c-4222-91ab-955cb75ce4cd} TCPHandler: Processed in 0.005024449 sec. 2025.09.19 22:59:53.466512 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:53.466630 [ 3 ] {f3e16cc9-bfa6-4ccc-92d4-3dbcd0793566} executeQuery: (from [fd00:1122:3344:101::d]:50257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent') FORMAT Native; (stage: Complete) 2025.09.19 22:59:53.466886 [ 3 ] {f3e16cc9-bfa6-4ccc-92d4-3dbcd0793566} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 22:59:53.466931 [ 3 ] {f3e16cc9-bfa6-4ccc-92d4-3dbcd0793566} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 22:59:53.467274 [ 3 ] {f3e16cc9-bfa6-4ccc-92d4-3dbcd0793566} TCPHandler: Processed in 0.000809775 sec. 2025.09.19 22:59:53.467539 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:53.467655 [ 3 ] {1141d9b3-9b8b-4505-a602-3cbde30f3ff2} executeQuery: (from [fd00:1122:3344:101::d]:50257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent') FORMAT Native; (stage: Complete) 2025.09.19 22:59:53.467898 [ 3 ] {1141d9b3-9b8b-4505-a602-3cbde30f3ff2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 22:59:53.467942 [ 3 ] {1141d9b3-9b8b-4505-a602-3cbde30f3ff2} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 22:59:53.468272 [ 3 ] {1141d9b3-9b8b-4505-a602-3cbde30f3ff2} TCPHandler: Processed in 0.000781714 sec. 2025.09.19 22:59:53.468552 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:53.468670 [ 3 ] {2d6113e2-704e-4e96-a58f-7f92bfe107ff} executeQuery: (from [fd00:1122:3344:101::d]:50257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received') FORMAT Native; (stage: Complete) 2025.09.19 22:59:53.468909 [ 3 ] {2d6113e2-704e-4e96-a58f-7f92bfe107ff} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 22:59:53.468954 [ 3 ] {2d6113e2-704e-4e96-a58f-7f92bfe107ff} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 22:59:53.469280 [ 3 ] {2d6113e2-704e-4e96-a58f-7f92bfe107ff} TCPHandler: Processed in 0.000776084 sec. 2025.09.19 22:59:53.469542 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:53.469659 [ 3 ] {2b4529f2-0d17-49bc-b0b3-3248bfa1ac1c} executeQuery: (from [fd00:1122:3344:101::d]:50257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received') FORMAT Native; (stage: Complete) 2025.09.19 22:59:53.469904 [ 3 ] {2b4529f2-0d17-49bc-b0b3-3248bfa1ac1c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 22:59:53.469948 [ 3 ] {2b4529f2-0d17-49bc-b0b3-3248bfa1ac1c} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 22:59:53.470280 [ 3 ] {2b4529f2-0d17-49bc-b0b3-3248bfa1ac1c} TCPHandler: Processed in 0.000785474 sec. 2025.09.19 22:59:53.476523 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:53.476652 [ 3 ] {36eb9a56-629a-4ede-b2cc-021ba2ae10c1} executeQuery: (from [fd00:1122:3344:101::d]:50257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent') FORMAT Native; (stage: Complete) 2025.09.19 22:59:53.476916 [ 3 ] {36eb9a56-629a-4ede-b2cc-021ba2ae10c1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 22:59:53.476964 [ 3 ] {36eb9a56-629a-4ede-b2cc-021ba2ae10c1} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 22:59:53.477337 [ 3 ] {36eb9a56-629a-4ede-b2cc-021ba2ae10c1} TCPHandler: Processed in 0.000867585 sec. 2025.09.19 22:59:53.478385 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:53.478515 [ 3 ] {321778d6-3be9-467f-997c-30968de19f44} executeQuery: (from [fd00:1122:3344:101::d]:50257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent') FORMAT Native; (stage: Complete) 2025.09.19 22:59:53.478804 [ 3 ] {321778d6-3be9-467f-997c-30968de19f44} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 22:59:53.478850 [ 3 ] {321778d6-3be9-467f-997c-30968de19f44} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 22:59:53.479197 [ 3 ] {321778d6-3be9-467f-997c-30968de19f44} TCPHandler: Processed in 0.000861146 sec. 2025.09.19 22:59:53.479411 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:53.479532 [ 3 ] {a86a1a0f-dcfc-4c3e-b404-f2a1d1c7cdc1} executeQuery: (from [fd00:1122:3344:101::d]:50257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent') FORMAT Native; (stage: Complete) 2025.09.19 22:59:53.479790 [ 3 ] {a86a1a0f-dcfc-4c3e-b404-f2a1d1c7cdc1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 22:59:53.479839 [ 3 ] {a86a1a0f-dcfc-4c3e-b404-f2a1d1c7cdc1} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 22:59:53.480187 [ 3 ] {a86a1a0f-dcfc-4c3e-b404-f2a1d1c7cdc1} TCPHandler: Processed in 0.000823865 sec. 2025.09.19 22:59:53.480391 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:53.480509 [ 3 ] {58636aa2-a9ee-4018-ba8e-ca6b7a94270c} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent') FORMAT Native; (stage: Complete) 2025.09.19 22:59:53.480767 [ 3 ] {58636aa2-a9ee-4018-ba8e-ca6b7a94270c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 22:59:53.480811 [ 3 ] {58636aa2-a9ee-4018-ba8e-ca6b7a94270c} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 22:59:53.481152 [ 3 ] {58636aa2-a9ee-4018-ba8e-ca6b7a94270c} TCPHandler: Processed in 0.000809124 sec. 2025.09.19 22:59:53.481363 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:53.481483 [ 3 ] {1307ce66-32f8-44f7-afdd-e98da9f9357b} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent') FORMAT Native; (stage: Complete) 2025.09.19 22:59:53.481749 [ 3 ] {1307ce66-32f8-44f7-afdd-e98da9f9357b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 22:59:53.481794 [ 3 ] {1307ce66-32f8-44f7-afdd-e98da9f9357b} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 22:59:53.482150 [ 3 ] {1307ce66-32f8-44f7-afdd-e98da9f9357b} TCPHandler: Processed in 0.000843545 sec. 2025.09.19 22:59:53.482389 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:53.482508 [ 3 ] {6c1de335-358c-43e0-a843-4a6773fc53f7} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent') FORMAT Native; (stage: Complete) 2025.09.19 22:59:53.482768 [ 3 ] {6c1de335-358c-43e0-a843-4a6773fc53f7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 22:59:53.482812 [ 3 ] {6c1de335-358c-43e0-a843-4a6773fc53f7} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 22:59:53.483158 [ 3 ] {6c1de335-358c-43e0-a843-4a6773fc53f7} TCPHandler: Processed in 0.000824265 sec. 2025.09.19 22:59:53.483370 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:53.483487 [ 3 ] {c66749f9-1eda-4780-88f2-acdc14ad8561} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent') FORMAT Native; (stage: Complete) 2025.09.19 22:59:53.483742 [ 3 ] {c66749f9-1eda-4780-88f2-acdc14ad8561} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 22:59:53.483786 [ 3 ] {c66749f9-1eda-4780-88f2-acdc14ad8561} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 22:59:53.484142 [ 3 ] {c66749f9-1eda-4780-88f2-acdc14ad8561} TCPHandler: Processed in 0.000820865 sec. 2025.09.19 22:59:53.484350 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:53.484470 [ 3 ] {6a487dc0-df83-4830-8ee7-fafcdbe464ae} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent') FORMAT Native; (stage: Complete) 2025.09.19 22:59:53.484731 [ 3 ] {6a487dc0-df83-4830-8ee7-fafcdbe464ae} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 22:59:53.484775 [ 3 ] {6a487dc0-df83-4830-8ee7-fafcdbe464ae} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 22:59:53.485117 [ 3 ] {6a487dc0-df83-4830-8ee7-fafcdbe464ae} TCPHandler: Processed in 0.000813924 sec. 2025.09.19 22:59:53.485356 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:53.485476 [ 3 ] {c5481b05-04fe-4b9a-a47a-1cf6e109607c} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent') FORMAT Native; (stage: Complete) 2025.09.19 22:59:53.485758 [ 3 ] {c5481b05-04fe-4b9a-a47a-1cf6e109607c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 22:59:53.485802 [ 3 ] {c5481b05-04fe-4b9a-a47a-1cf6e109607c} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 22:59:53.486133 [ 3 ] {c5481b05-04fe-4b9a-a47a-1cf6e109607c} TCPHandler: Processed in 0.000823974 sec. 2025.09.19 22:59:53.486355 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:53.486476 [ 3 ] {d3aa1260-7508-4283-868d-f8724340c973} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent') FORMAT Native; (stage: Complete) 2025.09.19 22:59:53.486741 [ 3 ] {d3aa1260-7508-4283-868d-f8724340c973} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 22:59:53.486784 [ 3 ] {d3aa1260-7508-4283-868d-f8724340c973} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 22:59:53.487191 [ 3 ] {d3aa1260-7508-4283-868d-f8724340c973} TCPHandler: Processed in 0.000884015 sec. 2025.09.19 22:59:53.487418 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:53.487540 [ 3 ] {83a0e16b-aea8-41f0-960c-9e9b9e971c24} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent') FORMAT Native; (stage: Complete) 2025.09.19 22:59:53.487815 [ 3 ] {83a0e16b-aea8-41f0-960c-9e9b9e971c24} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 22:59:53.487868 [ 3 ] {83a0e16b-aea8-41f0-960c-9e9b9e971c24} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 22:59:53.488385 [ 3 ] {83a0e16b-aea8-41f0-960c-9e9b9e971c24} TCPHandler: Processed in 0.001013178 sec. 2025.09.19 22:59:53.488754 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:53.488909 [ 3 ] {8db2926a-14e0-42c9-a00b-85b4c45b4e4f} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent') FORMAT Native; (stage: Complete) 2025.09.19 22:59:53.489268 [ 3 ] {8db2926a-14e0-42c9-a00b-85b4c45b4e4f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 22:59:53.489325 [ 3 ] {8db2926a-14e0-42c9-a00b-85b4c45b4e4f} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 22:59:53.490087 [ 3 ] {8db2926a-14e0-42c9-a00b-85b4c45b4e4f} TCPHandler: Processed in 0.001391385 sec. 2025.09.19 22:59:53.490392 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:53.490549 [ 3 ] {83e6faa9-de27-4644-9a7a-2abc10c540ac} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent') FORMAT Native; (stage: Complete) 2025.09.19 22:59:53.490851 [ 3 ] {83e6faa9-de27-4644-9a7a-2abc10c540ac} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 22:59:53.490898 [ 3 ] {83e6faa9-de27-4644-9a7a-2abc10c540ac} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 22:59:53.491277 [ 3 ] {83e6faa9-de27-4644-9a7a-2abc10c540ac} TCPHandler: Processed in 0.000939877 sec. 2025.09.19 22:59:53.491506 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:53.491639 [ 3 ] {39fa2752-8661-440f-b75c-768e19f26334} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent') FORMAT Native; (stage: Complete) 2025.09.19 22:59:53.491923 [ 3 ] {39fa2752-8661-440f-b75c-768e19f26334} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 22:59:53.491970 [ 3 ] {39fa2752-8661-440f-b75c-768e19f26334} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 22:59:53.492328 [ 3 ] {39fa2752-8661-440f-b75c-768e19f26334} TCPHandler: Processed in 0.000871116 sec. 2025.09.19 22:59:53.492548 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:53.492677 [ 3 ] {15ca03b4-2920-4499-9791-dde4f3eba9a7} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent') FORMAT Native; (stage: Complete) 2025.09.19 22:59:53.492963 [ 3 ] {15ca03b4-2920-4499-9791-dde4f3eba9a7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 22:59:53.493008 [ 3 ] {15ca03b4-2920-4499-9791-dde4f3eba9a7} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 22:59:53.493350 [ 3 ] {15ca03b4-2920-4499-9791-dde4f3eba9a7} TCPHandler: Processed in 0.000851095 sec. 2025.09.19 22:59:53.494853 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:53.494984 [ 3 ] {a3e5c777-8f42-4674-a3ab-24995f5b8ea7} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent') FORMAT Native; (stage: Complete) 2025.09.19 22:59:53.495267 [ 3 ] {a3e5c777-8f42-4674-a3ab-24995f5b8ea7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 22:59:53.495311 [ 3 ] {a3e5c777-8f42-4674-a3ab-24995f5b8ea7} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 22:59:53.495652 [ 3 ] {a3e5c777-8f42-4674-a3ab-24995f5b8ea7} TCPHandler: Processed in 0.000848295 sec. 2025.09.19 22:59:53.495895 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:53.496023 [ 3 ] {20739aa2-f031-43c0-b44e-57d7b0323557} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent') FORMAT Native; (stage: Complete) 2025.09.19 22:59:53.496309 [ 3 ] {20739aa2-f031-43c0-b44e-57d7b0323557} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 22:59:53.496355 [ 3 ] {20739aa2-f031-43c0-b44e-57d7b0323557} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 22:59:53.496699 [ 3 ] {20739aa2-f031-43c0-b44e-57d7b0323557} TCPHandler: Processed in 0.000853295 sec. 2025.09.19 22:59:53.496940 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:53.497069 [ 3 ] {ef056009-8945-451b-ab0c-803b62f8aef7} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent') FORMAT Native; (stage: Complete) 2025.09.19 22:59:53.497406 [ 3 ] {ef056009-8945-451b-ab0c-803b62f8aef7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 22:59:53.497452 [ 3 ] {ef056009-8945-451b-ab0c-803b62f8aef7} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 22:59:53.497787 [ 3 ] {ef056009-8945-451b-ab0c-803b62f8aef7} TCPHandler: Processed in 0.000897516 sec. 2025.09.19 22:59:53.498012 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:53.498141 [ 3 ] {923e4989-e89f-4181-90ba-0d6d8e0bfefe} executeQuery: (from [fd00:1122:3344:101::d]:50257) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.19 22:59:53.498425 [ 3 ] {923e4989-e89f-4181-90ba-0d6d8e0bfefe} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 22:59:53.498472 [ 3 ] {923e4989-e89f-4181-90ba-0d6d8e0bfefe} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 22:59:53.498803 [ 3 ] {923e4989-e89f-4181-90ba-0d6d8e0bfefe} TCPHandler: Processed in 0.000839806 sec. 2025.09.19 22:59:53.501060 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:53.501189 [ 3 ] {a23bd21a-31e0-4588-aae8-056d7fe8d1e0} executeQuery: (from [fd00:1122:3344:101::d]:50257) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.09.19 22:59:53.501240 [ 3 ] {a23bd21a-31e0-4588-aae8-056d7fe8d1e0} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 22:59:53.501884 [ 3 ] {a23bd21a-31e0-4588-aae8-056d7fe8d1e0} oximeter.timeseries_schema (12c67891-f39d-49ad-81f5-8e3e1c40d4ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 22:59:53.501942 [ 3 ] {a23bd21a-31e0-4588-aae8-056d7fe8d1e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2025.09.19 22:59:53.502840 [ 3 ] {a23bd21a-31e0-4588-aae8-056d7fe8d1e0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.19 22:59:53.503500 [ 3 ] {a23bd21a-31e0-4588-aae8-056d7fe8d1e0} oximeter.timeseries_schema (12c67891-f39d-49ad-81f5-8e3e1c40d4ec): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 22:59:53.503707 [ 3 ] {a23bd21a-31e0-4588-aae8-056d7fe8d1e0} executeQuery: Read 26 rows, 5.74 KiB in 0.002552 sec., 10188.08777429467 rows/sec., 2.19 MiB/sec. 2025.09.19 22:59:53.503759 [ 3 ] {a23bd21a-31e0-4588-aae8-056d7fe8d1e0} TCPHandler: Processed in 0.002758659 sec. 2025.09.19 22:59:53.503922 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:53.504075 [ 3 ] {96088a3c-2a71-4859-a5b8-c857a51a5f8f} executeQuery: (from [fd00:1122:3344:101::d]:50257) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 22:59:53.504224 [ 3 ] {96088a3c-2a71-4859-a5b8-c857a51a5f8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 22:59:53.507072 [ 3 ] {96088a3c-2a71-4859-a5b8-c857a51a5f8f} oximeter.fields_i16 (4e6bfc38-7923-4763-9d12-73ad5865f8b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 22:59:53.507110 [ 3 ] {96088a3c-2a71-4859-a5b8-c857a51a5f8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2025.09.19 22:59:53.509624 [ 3 ] {96088a3c-2a71-4859-a5b8-c857a51a5f8f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.19 22:59:53.510129 [ 3 ] {96088a3c-2a71-4859-a5b8-c857a51a5f8f} oximeter.fields_i16 (4e6bfc38-7923-4763-9d12-73ad5865f8b9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 22:59:53.510272 [ 3 ] {96088a3c-2a71-4859-a5b8-c857a51a5f8f} executeQuery: Read 24 rows, 2.04 KiB in 0.006229 sec., 3852.9458982180126 rows/sec., 327.35 KiB/sec. 2025.09.19 22:59:53.510315 [ 3 ] {96088a3c-2a71-4859-a5b8-c857a51a5f8f} TCPHandler: Processed in 0.006454795 sec. 2025.09.19 22:59:53.510454 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:53.510559 [ 3 ] {c0a45498-e128-485c-ae8a-08419210de82} executeQuery: (from [fd00:1122:3344:101::d]:50257) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.19 22:59:53.510604 [ 3 ] {c0a45498-e128-485c-ae8a-08419210de82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.19 22:59:53.511075 [ 3 ] {c0a45498-e128-485c-ae8a-08419210de82} oximeter.fields_ipaddr (4a1a3172-7948-468a-83fe-8de399cb42e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 22:59:53.511114 [ 3 ] {c0a45498-e128-485c-ae8a-08419210de82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2025.09.19 22:59:53.511689 [ 3 ] {c0a45498-e128-485c-ae8a-08419210de82} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.19 22:59:53.512307 [ 3 ] {c0a45498-e128-485c-ae8a-08419210de82} oximeter.fields_ipaddr (4a1a3172-7948-468a-83fe-8de399cb42e2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 22:59:53.512449 [ 3 ] {c0a45498-e128-485c-ae8a-08419210de82} executeQuery: Read 10 rows, 835.00 B in 0.001911 sec., 5232.862375719519 rows/sec., 426.70 KiB/sec. 2025.09.19 22:59:53.512488 [ 3 ] {c0a45498-e128-485c-ae8a-08419210de82} TCPHandler: Processed in 0.002088128 sec. 2025.09.19 22:59:53.512606 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:53.512706 [ 3 ] {345a0837-29d8-4c20-9e02-43be679b4127} executeQuery: (from [fd00:1122:3344:101::d]:50257) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 22:59:53.512748 [ 3 ] {345a0837-29d8-4c20-9e02-43be679b4127} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 22:59:53.513293 [ 3 ] {345a0837-29d8-4c20-9e02-43be679b4127} oximeter.fields_string (843e596e-c9e1-40d1-a94b-200bc5d1c0d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 22:59:53.513329 [ 3 ] {345a0837-29d8-4c20-9e02-43be679b4127} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2025.09.19 22:59:53.513848 [ 3 ] {345a0837-29d8-4c20-9e02-43be679b4127} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.19 22:59:53.514508 [ 3 ] {345a0837-29d8-4c20-9e02-43be679b4127} oximeter.fields_string (843e596e-c9e1-40d1-a94b-200bc5d1c0d9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 22:59:53.514655 [ 3 ] {345a0837-29d8-4c20-9e02-43be679b4127} executeQuery: Read 201 rows, 18.24 KiB in 0.00197 sec., 102030.45685279187 rows/sec., 9.04 MiB/sec. 2025.09.19 22:59:53.514693 [ 3 ] {345a0837-29d8-4c20-9e02-43be679b4127} TCPHandler: Processed in 0.002136468 sec. 2025.09.19 22:59:53.514876 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:53.514972 [ 3 ] {1fb3d5e3-b4d6-42b4-8b94-f59a97266754} executeQuery: (from [fd00:1122:3344:101::d]:50257) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 22:59:53.515014 [ 3 ] {1fb3d5e3-b4d6-42b4-8b94-f59a97266754} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 22:59:53.515450 [ 3 ] {1fb3d5e3-b4d6-42b4-8b94-f59a97266754} oximeter.fields_u16 (d7c8ff24-9180-4a56-af1f-92a0c8830cbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 22:59:53.515488 [ 3 ] {1fb3d5e3-b4d6-42b4-8b94-f59a97266754} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2025.09.19 22:59:53.515917 [ 3 ] {1fb3d5e3-b4d6-42b4-8b94-f59a97266754} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.19 22:59:53.516386 [ 3 ] {1fb3d5e3-b4d6-42b4-8b94-f59a97266754} oximeter.fields_u16 (d7c8ff24-9180-4a56-af1f-92a0c8830cbe): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 22:59:53.516519 [ 3 ] {1fb3d5e3-b4d6-42b4-8b94-f59a97266754} executeQuery: Read 32 rows, 2.41 KiB in 0.001567 sec., 20421.186981493298 rows/sec., 1.50 MiB/sec. 2025.09.19 22:59:53.516558 [ 3 ] {1fb3d5e3-b4d6-42b4-8b94-f59a97266754} TCPHandler: Processed in 0.001733351 sec. 2025.09.19 22:59:53.516684 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:53.516778 [ 3 ] {f51ea949-897c-4eed-8342-b069bc99a57d} executeQuery: (from [fd00:1122:3344:101::d]:50257) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 22:59:53.516818 [ 3 ] {f51ea949-897c-4eed-8342-b069bc99a57d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 22:59:53.517260 [ 3 ] {f51ea949-897c-4eed-8342-b069bc99a57d} oximeter.fields_u32 (c63d79cf-9115-455d-90ab-edfeac243247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 22:59:53.517295 [ 3 ] {f51ea949-897c-4eed-8342-b069bc99a57d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2025.09.19 22:59:53.517784 [ 3 ] {f51ea949-897c-4eed-8342-b069bc99a57d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.19 22:59:53.518230 [ 3 ] {f51ea949-897c-4eed-8342-b069bc99a57d} oximeter.fields_u32 (c63d79cf-9115-455d-90ab-edfeac243247): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 22:59:53.518365 [ 3 ] {f51ea949-897c-4eed-8342-b069bc99a57d} executeQuery: Read 24 rows, 2.04 KiB in 0.001606 sec., 14943.960149439601 rows/sec., 1.24 MiB/sec. 2025.09.19 22:59:53.518405 [ 3 ] {f51ea949-897c-4eed-8342-b069bc99a57d} TCPHandler: Processed in 0.001771981 sec. 2025.09.19 22:59:53.518533 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:53.518640 [ 3 ] {fc786c11-6168-40e6-879f-e7466db0bc70} executeQuery: (from [fd00:1122:3344:101::d]:50257) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 22:59:53.518682 [ 3 ] {fc786c11-6168-40e6-879f-e7466db0bc70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 22:59:53.519129 [ 3 ] {fc786c11-6168-40e6-879f-e7466db0bc70} oximeter.fields_u8 (a8717018-1c0a-4ca6-a485-2de569019a89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 22:59:53.519170 [ 3 ] {fc786c11-6168-40e6-879f-e7466db0bc70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2025.09.19 22:59:53.519623 [ 3 ] {fc786c11-6168-40e6-879f-e7466db0bc70} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.19 22:59:53.520080 [ 3 ] {fc786c11-6168-40e6-879f-e7466db0bc70} oximeter.fields_u8 (a8717018-1c0a-4ca6-a485-2de569019a89): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 22:59:53.520210 [ 3 ] {fc786c11-6168-40e6-879f-e7466db0bc70} executeQuery: Read 12 rows, 960.00 B in 0.001589 sec., 7551.9194461925745 rows/sec., 589.99 KiB/sec. 2025.09.19 22:59:53.520248 [ 3 ] {fc786c11-6168-40e6-879f-e7466db0bc70} TCPHandler: Processed in 0.001769041 sec. 2025.09.19 22:59:53.520365 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:53.520462 [ 3 ] {94efd6a7-c541-46ca-b970-b8d8ffbb18e3} executeQuery: (from [fd00:1122:3344:101::d]:50257) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 22:59:53.520501 [ 3 ] {94efd6a7-c541-46ca-b970-b8d8ffbb18e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 22:59:53.520952 [ 3 ] {94efd6a7-c541-46ca-b970-b8d8ffbb18e3} oximeter.fields_uuid (36105b4a-3029-4bfa-a946-0b173b69c46b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 22:59:53.520989 [ 3 ] {94efd6a7-c541-46ca-b970-b8d8ffbb18e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2025.09.19 22:59:53.521444 [ 3 ] {94efd6a7-c541-46ca-b970-b8d8ffbb18e3} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.19 22:59:53.522029 [ 3 ] {94efd6a7-c541-46ca-b970-b8d8ffbb18e3} oximeter.fields_uuid (36105b4a-3029-4bfa-a946-0b173b69c46b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 22:59:53.522161 [ 3 ] {94efd6a7-c541-46ca-b970-b8d8ffbb18e3} executeQuery: Read 120 rows, 9.99 KiB in 0.001717 sec., 69889.34187536401 rows/sec., 5.68 MiB/sec. 2025.09.19 22:59:53.522201 [ 3 ] {94efd6a7-c541-46ca-b970-b8d8ffbb18e3} TCPHandler: Processed in 0.001886234 sec. 2025.09.19 22:59:53.522320 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:53.522417 [ 3 ] {2074f67e-acd9-4dd2-aac4-5f75137ed7e2} executeQuery: (from [fd00:1122:3344:101::d]:50257) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 22:59:53.522462 [ 3 ] {2074f67e-acd9-4dd2-aac4-5f75137ed7e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 22:59:53.522926 [ 3 ] {2074f67e-acd9-4dd2-aac4-5f75137ed7e2} oximeter.measurements_cumulativeu64 (9cd4f457-0572-4407-b847-56a6463362e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 22:59:53.522961 [ 3 ] {2074f67e-acd9-4dd2-aac4-5f75137ed7e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2025.09.19 22:59:53.523522 [ 3 ] {2074f67e-acd9-4dd2-aac4-5f75137ed7e2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.19 22:59:53.524014 [ 3 ] {2074f67e-acd9-4dd2-aac4-5f75137ed7e2} oximeter.measurements_cumulativeu64 (9cd4f457-0572-4407-b847-56a6463362e3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 22:59:53.524142 [ 3 ] {2074f67e-acd9-4dd2-aac4-5f75137ed7e2} executeQuery: Read 207 rows, 16.37 KiB in 0.001745 sec., 118624.64183381089 rows/sec., 9.16 MiB/sec. 2025.09.19 22:59:53.524179 [ 3 ] {2074f67e-acd9-4dd2-aac4-5f75137ed7e2} TCPHandler: Processed in 0.001908564 sec. 2025.09.19 22:59:53.524299 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:53.524394 [ 3 ] {0744a697-fb86-4bb9-ac86-a69336bdcb69} executeQuery: (from [fd00:1122:3344:101::d]:50257) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 22:59:53.524449 [ 3 ] {0744a697-fb86-4bb9-ac86-a69336bdcb69} 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.09.19 22:59:53.525243 [ 3 ] {0744a697-fb86-4bb9-ac86-a69336bdcb69} oximeter.measurements_histogramu64 (4e522462-1d54-46c5-8b8d-dbe7151823cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 22:59:53.525280 [ 3 ] {0744a697-fb86-4bb9-ac86-a69336bdcb69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2025.09.19 22:59:53.526510 [ 3 ] {0744a697-fb86-4bb9-ac86-a69336bdcb69} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.19 22:59:53.526997 [ 3 ] {0744a697-fb86-4bb9-ac86-a69336bdcb69} oximeter.measurements_histogramu64 (4e522462-1d54-46c5-8b8d-dbe7151823cc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 22:59:53.527135 [ 3 ] {0744a697-fb86-4bb9-ac86-a69336bdcb69} executeQuery: Read 10 rows, 18.35 KiB in 0.00276 sec., 3623.1884057971015 rows/sec., 6.49 MiB/sec. 2025.09.19 22:59:53.527188 [ 3 ] {0744a697-fb86-4bb9-ac86-a69336bdcb69} TCPHandler: Processed in 0.002936172 sec. 2025.09.19 22:59:53.527313 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:53.527409 [ 3 ] {2e1c8fe7-a598-49ff-8189-786ac7bccfe8} executeQuery: (from [fd00:1122:3344:101::d]:50257) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 22:59:53.527453 [ 3 ] {2e1c8fe7-a598-49ff-8189-786ac7bccfe8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 22:59:53.527798 [ 3 ] {2e1c8fe7-a598-49ff-8189-786ac7bccfe8} oximeter.measurements_u64 (753a1353-9485-4b5b-a097-60afdc43eff4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 22:59:53.527835 [ 3 ] {2e1c8fe7-a598-49ff-8189-786ac7bccfe8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2025.09.19 22:59:53.528287 [ 3 ] {2e1c8fe7-a598-49ff-8189-786ac7bccfe8} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.19 22:59:53.528835 [ 3 ] {2e1c8fe7-a598-49ff-8189-786ac7bccfe8} oximeter.measurements_u64 (753a1353-9485-4b5b-a097-60afdc43eff4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 22:59:53.528967 [ 3 ] {2e1c8fe7-a598-49ff-8189-786ac7bccfe8} executeQuery: Read 24 rows, 1.66 KiB in 0.001577 sec., 15218.769816106531 rows/sec., 1.03 MiB/sec. 2025.09.19 22:59:53.529004 [ 3 ] {2e1c8fe7-a598-49ff-8189-786ac7bccfe8} TCPHandler: Processed in 0.001740221 sec. 2025.09.19 22:59:53.996851 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 2025.09.19 22:59:53.997328 [ 244 ] {} system.asynchronous_metric_log (bca33372-b4bf-4cde-a852-32614280436e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 22:59:53.997364 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2025.09.19 22:59:53.998092 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.19 22:59:53.998547 [ 244 ] {} system.asynchronous_metric_log (bca33372-b4bf-4cde-a852-32614280436e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 22:59:53.998674 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 2025.09.19 22:59:54.067644 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2025.09.19 22:59:54.084400 [ 243 ] {} system.metric_log (7aa602dd-2bad-4eb0-9b44-e0644e70e18f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 22:59:54.084463 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2025.09.19 22:59:54.090985 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.19 22:59:54.092220 [ 243 ] {} system.metric_log (7aa602dd-2bad-4eb0-9b44-e0644e70e18f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 22:59:54.095659 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2025.09.19 22:59:55.000388 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 159.83 MiB, peak 163.83 MiB, free memory in arenas 0.00 B, will set to 160.93 MiB (RSS), difference: 1.10 MiB 2025.09.19 22:59:58.443827 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:58.444038 [ 3 ] {9440f058-31d9-4095-8250-c9b304f925a3} executeQuery: (from [fd00:1122:3344:101::d]:50257) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 22:59:58.444111 [ 3 ] {9440f058-31d9-4095-8250-c9b304f925a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 22:59:58.444816 [ 3 ] {9440f058-31d9-4095-8250-c9b304f925a3} oximeter.fields_string (843e596e-c9e1-40d1-a94b-200bc5d1c0d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 22:59:58.444861 [ 3 ] {9440f058-31d9-4095-8250-c9b304f925a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2025.09.19 22:59:58.445370 [ 3 ] {9440f058-31d9-4095-8250-c9b304f925a3} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.19 22:59:58.445823 [ 3 ] {9440f058-31d9-4095-8250-c9b304f925a3} oximeter.fields_string (843e596e-c9e1-40d1-a94b-200bc5d1c0d9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 22:59:58.445972 [ 3 ] {9440f058-31d9-4095-8250-c9b304f925a3} executeQuery: Read 56 rows, 4.41 KiB in 0.00199 sec., 28140.70351758794 rows/sec., 2.16 MiB/sec. 2025.09.19 22:59:58.446015 [ 3 ] {9440f058-31d9-4095-8250-c9b304f925a3} TCPHandler: Processed in 0.002316491 sec. 2025.09.19 22:59:58.446138 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:58.446234 [ 3 ] {848c7f66-1f43-4b55-bb6d-0d234505de20} executeQuery: (from [fd00:1122:3344:101::d]:50257) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 22:59:58.446276 [ 3 ] {848c7f66-1f43-4b55-bb6d-0d234505de20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 22:59:58.446711 [ 3 ] {848c7f66-1f43-4b55-bb6d-0d234505de20} oximeter.fields_uuid (36105b4a-3029-4bfa-a946-0b173b69c46b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 22:59:58.446745 [ 3 ] {848c7f66-1f43-4b55-bb6d-0d234505de20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2025.09.19 22:59:58.447164 [ 3 ] {848c7f66-1f43-4b55-bb6d-0d234505de20} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.19 22:59:58.447679 [ 3 ] {848c7f66-1f43-4b55-bb6d-0d234505de20} oximeter.fields_uuid (36105b4a-3029-4bfa-a946-0b173b69c46b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 22:59:58.447806 [ 3 ] {848c7f66-1f43-4b55-bb6d-0d234505de20} executeQuery: Read 64 rows, 5.12 KiB in 0.00159 sec., 40251.57232704402 rows/sec., 3.14 MiB/sec. 2025.09.19 22:59:58.447843 [ 3 ] {848c7f66-1f43-4b55-bb6d-0d234505de20} TCPHandler: Processed in 0.001754601 sec. 2025.09.19 22:59:58.447959 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:58.448055 [ 3 ] {d3a1ecd9-3f1c-4106-bd9d-0bc618eda782} executeQuery: (from [fd00:1122:3344:101::d]:50257) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 22:59:58.448100 [ 3 ] {d3a1ecd9-3f1c-4106-bd9d-0bc618eda782} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 22:59:58.448528 [ 3 ] {d3a1ecd9-3f1c-4106-bd9d-0bc618eda782} oximeter.measurements_cumulativeu64 (9cd4f457-0572-4407-b847-56a6463362e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 22:59:58.448563 [ 3 ] {d3a1ecd9-3f1c-4106-bd9d-0bc618eda782} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2025.09.19 22:59:58.449044 [ 3 ] {d3a1ecd9-3f1c-4106-bd9d-0bc618eda782} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.19 22:59:58.449586 [ 3 ] {d3a1ecd9-3f1c-4106-bd9d-0bc618eda782} oximeter.measurements_cumulativeu64 (9cd4f457-0572-4407-b847-56a6463362e3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 22:59:58.449715 [ 3 ] {d3a1ecd9-3f1c-4106-bd9d-0bc618eda782} executeQuery: Read 160 rows, 11.41 KiB in 0.001679 sec., 95294.81834425253 rows/sec., 6.64 MiB/sec. 2025.09.19 22:59:58.449750 [ 3 ] {d3a1ecd9-3f1c-4106-bd9d-0bc618eda782} TCPHandler: Processed in 0.001840423 sec. 2025.09.19 22:59:58.449853 [ 3 ] {} TCP-Session: c36a8b8b-e123-428b-8715-d4657edf040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 22:59:58.449947 [ 3 ] {c666344a-0152-42bb-82e3-bae737b8266c} executeQuery: (from [fd00:1122:3344:101::d]:50257) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 22:59:58.449989 [ 3 ] {c666344a-0152-42bb-82e3-bae737b8266c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 22:59:58.450325 [ 3 ] {c666344a-0152-42bb-82e3-bae737b8266c} oximeter.measurements_u64 (753a1353-9485-4b5b-a097-60afdc43eff4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 22:59:58.450359 [ 3 ] {c666344a-0152-42bb-82e3-bae737b8266c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2025.09.19 22:59:58.450797 [ 3 ] {c666344a-0152-42bb-82e3-bae737b8266c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.19 22:59:58.451237 [ 3 ] {c666344a-0152-42bb-82e3-bae737b8266c} oximeter.measurements_u64 (753a1353-9485-4b5b-a097-60afdc43eff4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 22:59:58.451363 [ 3 ] {c666344a-0152-42bb-82e3-bae737b8266c} executeQuery: Read 60 rows, 4.14 KiB in 0.001433 sec., 41870.2023726448 rows/sec., 2.82 MiB/sec. 2025.09.19 22:59:58.451397 [ 3 ] {c666344a-0152-42bb-82e3-bae737b8266c} TCPHandler: Processed in 0.001592068 sec. 2025.09.19 23:00:01.443469 [ 113 ] {} DNSResolver: Updating DNS cache 2025.09.19 23:00:01.443527 [ 113 ] {} DNSResolver: Updated DNS cache 2025.09.19 23:00:01.496073 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 82 entries to flush up to offset 170 2025.09.19 23:00:01.498814 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 2025.09.19 23:00:01.499542 [ 244 ] {} system.asynchronous_metric_log (bca33372-b4bf-4cde-a852-32614280436e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 23:00:01.499602 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2025.09.19 23:00:01.499643 [ 242 ] {} system.query_log (a9031aec-5ab4-4681-ba4c-7e5b225631e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 23:00:01.499693 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2025.09.19 23:00:01.500662 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.19 23:00:01.501213 [ 242 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.19 23:00:01.501234 [ 244 ] {} system.asynchronous_metric_log (bca33372-b4bf-4cde-a852-32614280436e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 23:00:01.501406 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2025.09.19 23:00:01.501745 [ 242 ] {} system.query_log (a9031aec-5ab4-4681-ba4c-7e5b225631e6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 23:00:01.502016 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 170 2025.09.19 23:00:01.595777 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2025.09.19 23:00:01.613296 [ 243 ] {} system.metric_log (7aa602dd-2bad-4eb0-9b44-e0644e70e18f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 23:00:01.613345 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2025.09.19 23:00:01.620126 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.19 23:00:01.621509 [ 243 ] {} system.metric_log (7aa602dd-2bad-4eb0-9b44-e0644e70e18f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 23:00:01.624862 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31