[ Dec 20 01:29:33 Enabled. ] [ Dec 20 01:29:33 Rereading configuration. ] [ Dec 20 01:29:35 Rereading configuration. ] [ Dec 20 01:29:40 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] + set -o errexit + set -o pipefail + . /lib/svc/share/smf_include.sh ++ SMF_EXIT_OK=0 ++ SMF_EXIT_NODAEMON=94 ++ SMF_EXIT_ERR_FATAL=95 ++ SMF_EXIT_ERR_CONFIG=96 ++ SMF_EXIT_MON_DEGRADE=97 ++ SMF_EXIT_MON_OFFLINE=98 ++ SMF_EXIT_ERR_NOSMF=99 ++ SMF_EXIT_ERR_PERM=100 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default + LISTEN_ADDR=fd00:1122:3344:101::e ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default + LISTEN_PORT=8123 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default + DATASTORE=/data + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 [ Dec 20 01:29:40 Method "start" exited with status 0. ] Processing configuration file '/opt/oxide/clickhouse/config.xml'. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2025.12.20 01:29:41.370583 [ 1 ] {} Application: Will watch for the process with pid 24774 2025.12.20 01:29:41.370927 [ 1 ] {} Application: Forked a child process to watch 2025.12.20 01:29:41.611097 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24774 2025.12.20 01:29:41.611901 [ 1 ] {} Application: starting up 2025.12.20 01:29:41.612050 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2025.12.20 01:29:41.733467 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2025.12.20 01:29:41.771428 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2025.12.20 01:29:41.771477 [ 1 ] {} Application: Initializing DateLUT. 2025.12.20 01:29:41.771494 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2025.12.20 01:29:41.771549 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2025.12.20 01:29:41.771919 [ 1 ] {} Application: Initializing interserver credentials. 2025.12.20 01:29:41.775658 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2025.12.20 01:29:41.776450 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.12.20 01:29:41.777260 [ 1 ] {} Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) 2025.12.20 01:29:41.777280 [ 1 ] {} Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) 2025.12.20 01:29:41.777294 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2025.12.20 01:29:41.777971 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2025.12.20 01:29:41.778925 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2025.12.20 01:29:41.786092 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2025.12.20 01:29:41.786868 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2025.12.20 01:29:41.788679 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.12.20 01:29:41.788772 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.12.20 01:29:41.790328 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2025.12.20 01:29:41.790981 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.12.20 01:29:41.796487 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.12.20 01:29:41.797103 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2025.12.20 01:29:41.801047 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2025.12.20 01:29:41.801518 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2025.12.20 01:29:41.801898 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2025.12.20 01:29:41.802274 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2025.12.20 01:29:41.803782 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2025.12.20 01:29:41.803812 [ 1 ] {} Application: Loading metadata from /data/ 2025.12.20 01:29:41.803910 [ 126 ] {} DNSResolver: Updating DNS cache 2025.12.20 01:29:41.804002 [ 126 ] {} DNSResolver: Updated DNS cache 2025.12.20 01:29:41.816711 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2025.12.20 01:29:41.816747 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000182774 sec 2025.12.20 01:29:41.816776 [ 1 ] {} ReferentialDeps: No tables 2025.12.20 01:29:41.816795 [ 1 ] {} LoadingDeps: No tables 2025.12.20 01:29:41.817716 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2025.12.20 01:29:41.818279 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2025.12.20 01:29:41.829315 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2025.12.20 01:29:41.829357 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2025.12.20 01:29:41.829377 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2025.12.20 01:29:41.829389 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2025.12.20 01:29:41.829421 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2025.12.20 01:29:41.829439 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2025.12.20 01:29:41.831711 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2025.12.20 01:29:41.831757 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2025.12.20 01:29:41.831776 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2025.12.20 01:29:41.831907 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2025.12.20 01:29:41.831947 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2025.12.20 01:29:41.831960 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2025.12.20 01:29:41.831978 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2025.12.20 01:29:41.831989 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2025.12.20 01:29:41.832018 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2025.12.20 01:29:41.832034 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2025.12.20 01:29:41.853528 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2025.12.20 01:29:41.858000 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2025.12.20 01:29:41.858036 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.9031e-05 sec 2025.12.20 01:29:41.858050 [ 1 ] {} ReferentialDeps: No tables 2025.12.20 01:29:41.858063 [ 1 ] {} LoadingDeps: No tables 2025.12.20 01:29:41.858092 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2025.12.20 01:29:41.858307 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2025.12.20 01:29:41.858358 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2025.12.20 01:29:41.858373 [ 1 ] {} Application: Loaded metadata. 2025.12.20 01:29:41.858386 [ 1 ] {} Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). 2025.12.20 01:29:41.858399 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2025.12.20 01:29:41.876289 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.12.20 01:29:41.876527 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.67 MiB (RSS), difference: 91.89 MiB 2025.12.20 01:29:41.877882 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.354e-05 sec. 2025.12.20 01:29:41.878218 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2025.12.20 01:29:41.878813 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2025.12.20 01:29:41.878832 [ 1 ] {} Application: Ready for connections. 2025.12.20 01:29:42.057453 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54395 2025.12.20 01:29:42.059359 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.20 01:29:42.059418 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54395 2025.12.20 01:29:42.059449 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:42.059470 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:42.059567 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.20 01:29:42.059593 [ 3 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.20 01:29:42.059617 [ 3 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.20 01:29:42.059986 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53662 2025.12.20 01:29:42.060011 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48449 2025.12.20 01:29:42.060224 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.20 01:29:42.060264 [ 5 ] {} TCP-Session: 79940286-0e3c-422f-a023-62d1027a04b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48449 2025.12.20 01:29:42.060299 [ 5 ] {} TCP-Session: 79940286-0e3c-422f-a023-62d1027a04b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:42.060312 [ 5 ] {} TCP-Session: 79940286-0e3c-422f-a023-62d1027a04b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:42.060895 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35924 2025.12.20 01:29:42.060933 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.20 01:29:42.061088 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60293 2025.12.20 01:29:42.061198 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47656 2025.12.20 01:29:42.061431 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51811 2025.12.20 01:29:42.061443 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41630 2025.12.20 01:29:42.061489 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39106 2025.12.20 01:29:42.061717 [ 4 ] {} TCP-Session: 4cdcaf42-c595-4ba6-8c65-669440ff9789 Authenticating user 'default' from [fd00:1122:3344:101::d]:53662 2025.12.20 01:29:42.061762 [ 4 ] {} TCP-Session: 4cdcaf42-c595-4ba6-8c65-669440ff9789 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:42.061794 [ 4 ] {} TCP-Session: 4cdcaf42-c595-4ba6-8c65-669440ff9789 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:42.061996 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.20 01:29:42.062066 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.20 01:29:42.062110 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.20 01:29:42.062202 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.20 01:29:42.062218 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.20 01:29:42.062254 [ 259 ] {} TCP-Session: b649438d-f3bf-4fe3-b17e-65a4dc169b35 Authenticating user 'default' from [fd00:1122:3344:101::d]:39106 2025.12.20 01:29:42.062231 [ 257 ] {} TCP-Session: 6fcb79b0-0abc-4ad9-88f1-11aebd0d9b31 Authenticating user 'default' from [fd00:1122:3344:101::d]:51811 2025.12.20 01:29:42.062287 [ 259 ] {} TCP-Session: b649438d-f3bf-4fe3-b17e-65a4dc169b35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:42.062277 [ 253 ] {} TCP-Session: 4daff17b-38c3-4743-a5a5-33dd7d0afde0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35924 2025.12.20 01:29:42.062314 [ 259 ] {} TCP-Session: b649438d-f3bf-4fe3-b17e-65a4dc169b35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:42.062316 [ 257 ] {} TCP-Session: 6fcb79b0-0abc-4ad9-88f1-11aebd0d9b31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:42.062361 [ 253 ] {} TCP-Session: 4daff17b-38c3-4743-a5a5-33dd7d0afde0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:42.062372 [ 257 ] {} TCP-Session: 6fcb79b0-0abc-4ad9-88f1-11aebd0d9b31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:42.062395 [ 253 ] {} TCP-Session: 4daff17b-38c3-4743-a5a5-33dd7d0afde0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:42.062232 [ 256 ] {} TCP-Session: 844f98be-5206-4f43-bcf8-a77738413d3d Authenticating user 'default' from [fd00:1122:3344:101::d]:47656 2025.12.20 01:29:42.062230 [ 255 ] {} TCP-Session: 267adacc-a88b-4164-961b-09978269ae24 Authenticating user 'default' from [fd00:1122:3344:101::d]:60293 2025.12.20 01:29:42.062472 [ 256 ] {} TCP-Session: 844f98be-5206-4f43-bcf8-a77738413d3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:42.062491 [ 255 ] {} TCP-Session: 267adacc-a88b-4164-961b-09978269ae24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:42.062505 [ 256 ] {} TCP-Session: 844f98be-5206-4f43-bcf8-a77738413d3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:42.062529 [ 255 ] {} TCP-Session: 267adacc-a88b-4164-961b-09978269ae24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:42.065333 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.20 01:29:42.065388 [ 258 ] {} TCP-Session: 3af54b15-9a50-4f9f-9b2f-da6ad9cd113d Authenticating user 'default' from [fd00:1122:3344:101::d]:41630 2025.12.20 01:29:42.065405 [ 258 ] {} TCP-Session: 3af54b15-9a50-4f9f-9b2f-da6ad9cd113d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:42.065417 [ 258 ] {} TCP-Session: 3af54b15-9a50-4f9f-9b2f-da6ad9cd113d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:42.067062 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.069762 [ 3 ] {49ed348d-30ff-4aec-b57e-674da7572db5} executeQuery: (from [fd00:1122:3344:101::d]:54395) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.20 01:29:42.188775 [ 3 ] {49ed348d-30ff-4aec-b57e-674da7572db5} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:54395) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.12.20 01:29:42.189630 [ 3 ] {49ed348d-30ff-4aec-b57e-674da7572db5} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.12.20 01:29:42.189714 [ 3 ] {49ed348d-30ff-4aec-b57e-674da7572db5} TCPHandler: Processed in 0.12440418 sec. 2025.12.20 01:29:42.190110 [ 5 ] {} TCP-Session: 79940286-0e3c-422f-a023-62d1027a04b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.190390 [ 5 ] {5423acb9-b73e-45ba-a4a8-6826a3e41a7b} executeQuery: (from [fd00:1122:3344:101::d]:48449) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.20 01:29:42.190787 [ 5 ] {5423acb9-b73e-45ba-a4a8-6826a3e41a7b} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:48449) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.12.20 01:29:42.190921 [ 5 ] {5423acb9-b73e-45ba-a4a8-6826a3e41a7b} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.12.20 01:29:42.190994 [ 5 ] {5423acb9-b73e-45ba-a4a8-6826a3e41a7b} TCPHandler: Processed in 0.0010607 sec. 2025.12.20 01:29:42.191293 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.192028 [ 3 ] {4a8af735-464b-4401-ae3c-f81f89eef86a} executeQuery: (from [fd00:1122:3344:101::d]:54395) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2025.12.20 01:29:42.192609 [ 3 ] {4a8af735-464b-4401-ae3c-f81f89eef86a} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2025.12.20 01:29:42.194090 [ 3 ] {4a8af735-464b-4401-ae3c-f81f89eef86a} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2025.12.20 01:29:42.194112 [ 3 ] {4a8af735-464b-4401-ae3c-f81f89eef86a} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.5001e-05 sec 2025.12.20 01:29:42.194128 [ 3 ] {4a8af735-464b-4401-ae3c-f81f89eef86a} ReferentialDeps: No tables 2025.12.20 01:29:42.194147 [ 3 ] {4a8af735-464b-4401-ae3c-f81f89eef86a} LoadingDeps: No tables 2025.12.20 01:29:42.194175 [ 3 ] {4a8af735-464b-4401-ae3c-f81f89eef86a} DatabaseAtomic (oximeter): Starting up tables. 2025.12.20 01:29:42.194780 [ 3 ] {4a8af735-464b-4401-ae3c-f81f89eef86a} TCPHandler: Processed in 0.003607427 sec. 2025.12.20 01:29:42.194926 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.195087 [ 3 ] {09342a79-607f-471e-8a48-20cf9d5fe172} executeQuery: (from [fd00:1122:3344:101::d]:54395) /* The version table contains metadata about the `oximeter` database */ CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) 2025.12.20 01:29:42.195136 [ 3 ] {09342a79-607f-471e-8a48-20cf9d5fe172} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2025.12.20 01:29:42.199844 [ 3 ] {09342a79-607f-471e-8a48-20cf9d5fe172} StoragePolicy (default): Storage policy default created, total volumes 1 2025.12.20 01:29:42.203549 [ 3 ] {09342a79-607f-471e-8a48-20cf9d5fe172} oximeter.version (f6cd4ede-ebef-4f8c-8312-b17f20fc586f): Loading data parts 2025.12.20 01:29:42.204708 [ 3 ] {09342a79-607f-471e-8a48-20cf9d5fe172} oximeter.version (f6cd4ede-ebef-4f8c-8312-b17f20fc586f): There are no data parts 2025.12.20 01:29:42.211507 [ 3 ] {09342a79-607f-471e-8a48-20cf9d5fe172} TCPHandler: Processed in 0.016634221 sec. 2025.12.20 01:29:42.211687 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.211862 [ 3 ] {44bc64a9-dd88-4709-b7bb-40bcffa1ba3b} executeQuery: (from [fd00:1122:3344:101::d]:54395) /* The measurement tables contain all individual samples from each timeseries. * * Each table stores a single datum type, and otherwise contains nearly the same * structure. The primary sorting key is on the timeseries name, key, and then * timestamp, so that all timeseries from the same schema are grouped, followed * by all samples from the same timeseries. * * This reflects that one usually looks up the _key_ in one or more field table, * and then uses that to index quickly into the measurements tables. */ CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.20 01:29:42.211925 [ 3 ] {44bc64a9-dd88-4709-b7bb-40bcffa1ba3b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2025.12.20 01:29:42.224168 [ 3 ] {44bc64a9-dd88-4709-b7bb-40bcffa1ba3b} oximeter.measurements_bool (b4e00783-3601-4ff2-8c4d-3308ff4ca4f0): Loading data parts 2025.12.20 01:29:42.224370 [ 3 ] {44bc64a9-dd88-4709-b7bb-40bcffa1ba3b} oximeter.measurements_bool (b4e00783-3601-4ff2-8c4d-3308ff4ca4f0): There are no data parts 2025.12.20 01:29:42.228555 [ 3 ] {44bc64a9-dd88-4709-b7bb-40bcffa1ba3b} TCPHandler: Processed in 0.016922347 sec. 2025.12.20 01:29:42.228789 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.229039 [ 3 ] {318d0c6e-403e-445b-86ad-55d187efb5e2} executeQuery: (from [fd00:1122:3344:101::d]:54395) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.20 01:29:42.229114 [ 3 ] {318d0c6e-403e-445b-86ad-55d187efb5e2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2025.12.20 01:29:42.231189 [ 3 ] {318d0c6e-403e-445b-86ad-55d187efb5e2} oximeter.measurements_i8 (61bf2a0e-a49b-4e7b-a76e-954ad1b6714f): Loading data parts 2025.12.20 01:29:42.231413 [ 3 ] {318d0c6e-403e-445b-86ad-55d187efb5e2} oximeter.measurements_i8 (61bf2a0e-a49b-4e7b-a76e-954ad1b6714f): There are no data parts 2025.12.20 01:29:42.235346 [ 3 ] {318d0c6e-403e-445b-86ad-55d187efb5e2} TCPHandler: Processed in 0.006635134 sec. 2025.12.20 01:29:42.235496 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.235650 [ 3 ] {a943d269-3aa2-4c98-9473-6adce37032ce} executeQuery: (from [fd00:1122:3344:101::d]:54395) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.20 01:29:42.235704 [ 3 ] {a943d269-3aa2-4c98-9473-6adce37032ce} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2025.12.20 01:29:42.237554 [ 3 ] {a943d269-3aa2-4c98-9473-6adce37032ce} oximeter.measurements_u8 (146ccbcb-011a-4c00-8b09-868bf662ba21): Loading data parts 2025.12.20 01:29:42.237707 [ 3 ] {a943d269-3aa2-4c98-9473-6adce37032ce} oximeter.measurements_u8 (146ccbcb-011a-4c00-8b09-868bf662ba21): There are no data parts 2025.12.20 01:29:42.239693 [ 3 ] {a943d269-3aa2-4c98-9473-6adce37032ce} TCPHandler: Processed in 0.00424735 sec. 2025.12.20 01:29:42.239861 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.240062 [ 3 ] {778d9689-e273-4b45-9ba9-069468e191b3} executeQuery: (from [fd00:1122:3344:101::d]:54395) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.20 01:29:42.240112 [ 3 ] {778d9689-e273-4b45-9ba9-069468e191b3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2025.12.20 01:29:42.243617 [ 3 ] {778d9689-e273-4b45-9ba9-069468e191b3} oximeter.measurements_i16 (cc9bec8d-e4bf-4705-9a8f-3507e82b7e7c): Loading data parts 2025.12.20 01:29:42.243763 [ 3 ] {778d9689-e273-4b45-9ba9-069468e191b3} oximeter.measurements_i16 (cc9bec8d-e4bf-4705-9a8f-3507e82b7e7c): There are no data parts 2025.12.20 01:29:42.246171 [ 3 ] {778d9689-e273-4b45-9ba9-069468e191b3} TCPHandler: Processed in 0.006371499 sec. 2025.12.20 01:29:42.246338 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.246522 [ 3 ] {b395b208-c0f7-4025-b555-4d78038c5f86} executeQuery: (from [fd00:1122:3344:101::d]:54395) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.20 01:29:42.246583 [ 3 ] {b395b208-c0f7-4025-b555-4d78038c5f86} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2025.12.20 01:29:42.251350 [ 3 ] {b395b208-c0f7-4025-b555-4d78038c5f86} oximeter.measurements_u16 (3be3e543-36ed-4dc0-a695-488874a3905e): Loading data parts 2025.12.20 01:29:42.251507 [ 3 ] {b395b208-c0f7-4025-b555-4d78038c5f86} oximeter.measurements_u16 (3be3e543-36ed-4dc0-a695-488874a3905e): There are no data parts 2025.12.20 01:29:42.254443 [ 3 ] {b395b208-c0f7-4025-b555-4d78038c5f86} TCPHandler: Processed in 0.008167523 sec. 2025.12.20 01:29:42.254593 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.254761 [ 3 ] {0cbb7e74-f37b-4f81-8a41-9d68b48b0ac7} executeQuery: (from [fd00:1122:3344:101::d]:54395) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.20 01:29:42.254802 [ 3 ] {0cbb7e74-f37b-4f81-8a41-9d68b48b0ac7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2025.12.20 01:29:42.259423 [ 3 ] {0cbb7e74-f37b-4f81-8a41-9d68b48b0ac7} oximeter.measurements_i32 (886856ee-7414-4e7d-b31f-821c6d507c19): Loading data parts 2025.12.20 01:29:42.259578 [ 3 ] {0cbb7e74-f37b-4f81-8a41-9d68b48b0ac7} oximeter.measurements_i32 (886856ee-7414-4e7d-b31f-821c6d507c19): There are no data parts 2025.12.20 01:29:42.264768 [ 3 ] {0cbb7e74-f37b-4f81-8a41-9d68b48b0ac7} TCPHandler: Processed in 0.010227662 sec. 2025.12.20 01:29:42.264933 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.265084 [ 3 ] {bcb91077-e711-4003-be59-75facb04bd03} executeQuery: (from [fd00:1122:3344:101::d]:54395) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.20 01:29:42.265135 [ 3 ] {bcb91077-e711-4003-be59-75facb04bd03} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2025.12.20 01:29:42.269990 [ 3 ] {bcb91077-e711-4003-be59-75facb04bd03} oximeter.measurements_u32 (1347a5c2-4290-46c2-8e09-d474e9b42cc9): Loading data parts 2025.12.20 01:29:42.270148 [ 3 ] {bcb91077-e711-4003-be59-75facb04bd03} oximeter.measurements_u32 (1347a5c2-4290-46c2-8e09-d474e9b42cc9): There are no data parts 2025.12.20 01:29:42.271635 [ 3 ] {bcb91077-e711-4003-be59-75facb04bd03} TCPHandler: Processed in 0.006753556 sec. 2025.12.20 01:29:42.271777 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.271928 [ 3 ] {4bdb843a-b6d2-4f55-8901-29c3b6a8d921} executeQuery: (from [fd00:1122:3344:101::d]:54395) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.20 01:29:42.271987 [ 3 ] {4bdb843a-b6d2-4f55-8901-29c3b6a8d921} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2025.12.20 01:29:42.274633 [ 3 ] {4bdb843a-b6d2-4f55-8901-29c3b6a8d921} oximeter.measurements_i64 (a3e5257f-604e-4c39-b2e5-8468ece7c8f4): Loading data parts 2025.12.20 01:29:42.274777 [ 3 ] {4bdb843a-b6d2-4f55-8901-29c3b6a8d921} oximeter.measurements_i64 (a3e5257f-604e-4c39-b2e5-8468ece7c8f4): There are no data parts 2025.12.20 01:29:42.276048 [ 3 ] {4bdb843a-b6d2-4f55-8901-29c3b6a8d921} TCPHandler: Processed in 0.004321121 sec. 2025.12.20 01:29:42.276191 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.276352 [ 3 ] {99d7cf2c-fece-4008-9d0f-fb44044e4964} executeQuery: (from [fd00:1122:3344:101::d]:54395) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.20 01:29:42.276406 [ 3 ] {99d7cf2c-fece-4008-9d0f-fb44044e4964} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2025.12.20 01:29:42.280733 [ 3 ] {99d7cf2c-fece-4008-9d0f-fb44044e4964} oximeter.measurements_u64 (694ec63b-fdae-408b-9530-367aa887926a): Loading data parts 2025.12.20 01:29:42.280878 [ 3 ] {99d7cf2c-fece-4008-9d0f-fb44044e4964} oximeter.measurements_u64 (694ec63b-fdae-408b-9530-367aa887926a): There are no data parts 2025.12.20 01:29:42.282865 [ 3 ] {99d7cf2c-fece-4008-9d0f-fb44044e4964} TCPHandler: Processed in 0.006724116 sec. 2025.12.20 01:29:42.283024 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.283207 [ 3 ] {18e91a1c-a196-4259-999c-4730b98fc297} executeQuery: (from [fd00:1122:3344:101::d]:54395) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.20 01:29:42.283268 [ 3 ] {18e91a1c-a196-4259-999c-4730b98fc297} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2025.12.20 01:29:42.287890 [ 3 ] {18e91a1c-a196-4259-999c-4730b98fc297} oximeter.measurements_f32 (64e49525-0f3b-42f7-b5d0-15a299dfe865): Loading data parts 2025.12.20 01:29:42.288045 [ 3 ] {18e91a1c-a196-4259-999c-4730b98fc297} oximeter.measurements_f32 (64e49525-0f3b-42f7-b5d0-15a299dfe865): There are no data parts 2025.12.20 01:29:42.290930 [ 3 ] {18e91a1c-a196-4259-999c-4730b98fc297} TCPHandler: Processed in 0.007967379 sec. 2025.12.20 01:29:42.291083 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.291244 [ 3 ] {ed7f4015-abf2-467c-aab9-7cdedb3000c1} executeQuery: (from [fd00:1122:3344:101::d]:54395) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.20 01:29:42.291293 [ 3 ] {ed7f4015-abf2-467c-aab9-7cdedb3000c1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2025.12.20 01:29:42.296073 [ 3 ] {ed7f4015-abf2-467c-aab9-7cdedb3000c1} oximeter.measurements_f64 (4171bacf-e094-4cce-b202-8f2c18824f0f): Loading data parts 2025.12.20 01:29:42.296228 [ 3 ] {ed7f4015-abf2-467c-aab9-7cdedb3000c1} oximeter.measurements_f64 (4171bacf-e094-4cce-b202-8f2c18824f0f): There are no data parts 2025.12.20 01:29:42.297745 [ 3 ] {ed7f4015-abf2-467c-aab9-7cdedb3000c1} TCPHandler: Processed in 0.006713336 sec. 2025.12.20 01:29:42.297881 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.298030 [ 3 ] {b0680da6-e1f0-4efa-bd96-a24c0a5276fd} executeQuery: (from [fd00:1122:3344:101::d]:54395) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.20 01:29:42.298089 [ 3 ] {b0680da6-e1f0-4efa-bd96-a24c0a5276fd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2025.12.20 01:29:42.299667 [ 3 ] {b0680da6-e1f0-4efa-bd96-a24c0a5276fd} oximeter.measurements_string (a5e20139-1700-46f7-b041-49ad4a218663): Loading data parts 2025.12.20 01:29:42.299809 [ 3 ] {b0680da6-e1f0-4efa-bd96-a24c0a5276fd} oximeter.measurements_string (a5e20139-1700-46f7-b041-49ad4a218663): There are no data parts 2025.12.20 01:29:42.303959 [ 3 ] {b0680da6-e1f0-4efa-bd96-a24c0a5276fd} TCPHandler: Processed in 0.006127975 sec. 2025.12.20 01:29:42.304129 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.304332 [ 3 ] {f8740304-066e-47a5-9cb5-50a568902c97} executeQuery: (from [fd00:1122:3344:101::d]:54395) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* * NOTE: Right now we can't unambiguously record a nullable byte array. * Arrays cannot be nested in `Nullable()` types, and encoding the array as * a string isn't palatable for a few reasons. * See: https://github.com/oxidecomputer/omicron/issues/4551 for more * details. */ datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.20 01:29:42.304415 [ 3 ] {f8740304-066e-47a5-9cb5-50a568902c97} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2025.12.20 01:29:42.307345 [ 3 ] {f8740304-066e-47a5-9cb5-50a568902c97} oximeter.measurements_bytes (10c2c8b3-c6f8-496e-a62a-2b5020504617): Loading data parts 2025.12.20 01:29:42.307479 [ 3 ] {f8740304-066e-47a5-9cb5-50a568902c97} oximeter.measurements_bytes (10c2c8b3-c6f8-496e-a62a-2b5020504617): There are no data parts 2025.12.20 01:29:42.313656 [ 3 ] {f8740304-066e-47a5-9cb5-50a568902c97} TCPHandler: Processed in 0.00959066 sec. 2025.12.20 01:29:42.313807 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.313971 [ 3 ] {8c5fb152-2ae2-49d3-ac0e-5d789f2f3549} executeQuery: (from [fd00:1122:3344:101::d]:54395) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.20 01:29:42.314026 [ 3 ] {8c5fb152-2ae2-49d3-ac0e-5d789f2f3549} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2025.12.20 01:29:42.317271 [ 3 ] {8c5fb152-2ae2-49d3-ac0e-5d789f2f3549} oximeter.measurements_cumulativei64 (433ea172-8554-4266-9c89-5057b376b803): Loading data parts 2025.12.20 01:29:42.317436 [ 3 ] {8c5fb152-2ae2-49d3-ac0e-5d789f2f3549} oximeter.measurements_cumulativei64 (433ea172-8554-4266-9c89-5057b376b803): There are no data parts 2025.12.20 01:29:42.319251 [ 3 ] {8c5fb152-2ae2-49d3-ac0e-5d789f2f3549} TCPHandler: Processed in 0.005494222 sec. 2025.12.20 01:29:42.319384 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.319557 [ 3 ] {e928bdd5-7376-4c7a-81d9-c6d4f6feb9a0} executeQuery: (from [fd00:1122:3344:101::d]:54395) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.20 01:29:42.319605 [ 3 ] {e928bdd5-7376-4c7a-81d9-c6d4f6feb9a0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2025.12.20 01:29:42.324213 [ 3 ] {e928bdd5-7376-4c7a-81d9-c6d4f6feb9a0} oximeter.measurements_cumulativeu64 (80bc252e-f06c-49e0-92f1-f5c728ccdd22): Loading data parts 2025.12.20 01:29:42.324368 [ 3 ] {e928bdd5-7376-4c7a-81d9-c6d4f6feb9a0} oximeter.measurements_cumulativeu64 (80bc252e-f06c-49e0-92f1-f5c728ccdd22): There are no data parts 2025.12.20 01:29:42.326776 [ 3 ] {e928bdd5-7376-4c7a-81d9-c6d4f6feb9a0} TCPHandler: Processed in 0.007442509 sec. 2025.12.20 01:29:42.326950 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.327140 [ 3 ] {071be8eb-1697-4498-abfb-1b98edad5d6a} executeQuery: (from [fd00:1122:3344:101::d]:54395) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.20 01:29:42.327204 [ 3 ] {071be8eb-1697-4498-abfb-1b98edad5d6a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2025.12.20 01:29:42.332421 [ 3 ] {071be8eb-1697-4498-abfb-1b98edad5d6a} oximeter.measurements_cumulativef32 (02a73e6d-0e11-4193-b849-1899ec52eeb7): Loading data parts 2025.12.20 01:29:42.332574 [ 3 ] {071be8eb-1697-4498-abfb-1b98edad5d6a} oximeter.measurements_cumulativef32 (02a73e6d-0e11-4193-b849-1899ec52eeb7): There are no data parts 2025.12.20 01:29:42.337230 [ 3 ] {071be8eb-1697-4498-abfb-1b98edad5d6a} TCPHandler: Processed in 0.010348254 sec. 2025.12.20 01:29:42.337417 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.337645 [ 3 ] {6b01021b-898f-4cfe-8f63-2009042e64f9} executeQuery: (from [fd00:1122:3344:101::d]:54395) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.20 01:29:42.337697 [ 3 ] {6b01021b-898f-4cfe-8f63-2009042e64f9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2025.12.20 01:29:42.339593 [ 3 ] {6b01021b-898f-4cfe-8f63-2009042e64f9} oximeter.measurements_cumulativef64 (0b961f66-31a0-4c3c-8af2-f1011185215b): Loading data parts 2025.12.20 01:29:42.339757 [ 3 ] {6b01021b-898f-4cfe-8f63-2009042e64f9} oximeter.measurements_cumulativef64 (0b961f66-31a0-4c3c-8af2-f1011185215b): There are no data parts 2025.12.20 01:29:42.344240 [ 3 ] {6b01021b-898f-4cfe-8f63-2009042e64f9} TCPHandler: Processed in 0.00689934 sec. 2025.12.20 01:29:42.344448 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.344731 [ 3 ] {a11c31c7-9592-41c3-b3df-f8479886e60e} executeQuery: (from [fd00:1122:3344:101::d]:54395) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* * NOTE: Array types cannot be Nullable, see * https://clickhouse.com/docs/en/sql-reference/data-types/nullable * for more details. * * This means we need to use empty arrays to indicate a missing value. This * is unfortunate, and at this point relies on the fact that an * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need * to figure out another way to represent missing samples here. */ bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.20 01:29:42.344804 [ 3 ] {a11c31c7-9592-41c3-b3df-f8479886e60e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2025.12.20 01:29:42.346918 [ 3 ] {a11c31c7-9592-41c3-b3df-f8479886e60e} oximeter.measurements_histogrami8 (46ddaad2-eab6-467e-8d13-990969c95121): Loading data parts 2025.12.20 01:29:42.347070 [ 3 ] {a11c31c7-9592-41c3-b3df-f8479886e60e} oximeter.measurements_histogrami8 (46ddaad2-eab6-467e-8d13-990969c95121): There are no data parts 2025.12.20 01:29:42.351762 [ 3 ] {a11c31c7-9592-41c3-b3df-f8479886e60e} TCPHandler: Processed in 0.007392938 sec. 2025.12.20 01:29:42.351910 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.352142 [ 3 ] {dac453b4-5093-49e4-87d8-60fb1ab75f46} executeQuery: (from [fd00:1122:3344:101::d]:54395) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.20 01:29:42.352207 [ 3 ] {dac453b4-5093-49e4-87d8-60fb1ab75f46} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2025.12.20 01:29:42.357365 [ 3 ] {dac453b4-5093-49e4-87d8-60fb1ab75f46} oximeter.measurements_histogramu8 (0b341be6-cd4c-4011-9ae1-e1713b0e5952): Loading data parts 2025.12.20 01:29:42.357597 [ 3 ] {dac453b4-5093-49e4-87d8-60fb1ab75f46} oximeter.measurements_histogramu8 (0b341be6-cd4c-4011-9ae1-e1713b0e5952): There are no data parts 2025.12.20 01:29:42.362913 [ 3 ] {dac453b4-5093-49e4-87d8-60fb1ab75f46} TCPHandler: Processed in 0.011056056 sec. 2025.12.20 01:29:42.363050 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.363265 [ 3 ] {a94660cd-48e3-48c3-97ff-6ef17a7ff0b5} executeQuery: (from [fd00:1122:3344:101::d]:54395) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.20 01:29:42.363331 [ 3 ] {a94660cd-48e3-48c3-97ff-6ef17a7ff0b5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2025.12.20 01:29:42.368642 [ 3 ] {a94660cd-48e3-48c3-97ff-6ef17a7ff0b5} oximeter.measurements_histogrami16 (6d3cd7ec-17eb-4415-8cf5-4c51c4dd1a3e): Loading data parts 2025.12.20 01:29:42.368813 [ 3 ] {a94660cd-48e3-48c3-97ff-6ef17a7ff0b5} oximeter.measurements_histogrami16 (6d3cd7ec-17eb-4415-8cf5-4c51c4dd1a3e): There are no data parts 2025.12.20 01:29:42.371371 [ 3 ] {a94660cd-48e3-48c3-97ff-6ef17a7ff0b5} TCPHandler: Processed in 0.008371517 sec. 2025.12.20 01:29:42.371515 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.371738 [ 3 ] {87224028-3bbb-40a8-80a3-40a4a175a38b} executeQuery: (from [fd00:1122:3344:101::d]:54395) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.20 01:29:42.371800 [ 3 ] {87224028-3bbb-40a8-80a3-40a4a175a38b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2025.12.20 01:29:42.376682 [ 3 ] {87224028-3bbb-40a8-80a3-40a4a175a38b} oximeter.measurements_histogramu16 (ccece2bb-768f-4551-8beb-719923a885e0): Loading data parts 2025.12.20 01:29:42.376809 [ 3 ] {87224028-3bbb-40a8-80a3-40a4a175a38b} oximeter.measurements_histogramu16 (ccece2bb-768f-4551-8beb-719923a885e0): There are no data parts 2025.12.20 01:29:42.378315 [ 3 ] {87224028-3bbb-40a8-80a3-40a4a175a38b} TCPHandler: Processed in 0.006850188 sec. 2025.12.20 01:29:42.378454 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.378662 [ 3 ] {e51d957a-cb54-4add-8b3a-774ebe35a2dd} executeQuery: (from [fd00:1122:3344:101::d]:54395) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.20 01:29:42.378726 [ 3 ] {e51d957a-cb54-4add-8b3a-774ebe35a2dd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2025.12.20 01:29:42.383816 [ 3 ] {e51d957a-cb54-4add-8b3a-774ebe35a2dd} oximeter.measurements_histogrami32 (beda4ed4-42a5-478d-adfc-0e2b84331257): Loading data parts 2025.12.20 01:29:42.384014 [ 3 ] {e51d957a-cb54-4add-8b3a-774ebe35a2dd} oximeter.measurements_histogrami32 (beda4ed4-42a5-478d-adfc-0e2b84331257): There are no data parts 2025.12.20 01:29:42.385922 [ 3 ] {e51d957a-cb54-4add-8b3a-774ebe35a2dd} TCPHandler: Processed in 0.007516671 sec. 2025.12.20 01:29:42.386062 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.386287 [ 3 ] {464957b3-77a3-4497-8ddf-0222cb22c5f2} executeQuery: (from [fd00:1122:3344:101::d]:54395) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.20 01:29:42.386350 [ 3 ] {464957b3-77a3-4497-8ddf-0222cb22c5f2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2025.12.20 01:29:42.390727 [ 3 ] {464957b3-77a3-4497-8ddf-0222cb22c5f2} oximeter.measurements_histogramu32 (440313ca-3351-4db9-aef8-9ea616766e05): Loading data parts 2025.12.20 01:29:42.390881 [ 3 ] {464957b3-77a3-4497-8ddf-0222cb22c5f2} oximeter.measurements_histogramu32 (440313ca-3351-4db9-aef8-9ea616766e05): There are no data parts 2025.12.20 01:29:42.393216 [ 3 ] {464957b3-77a3-4497-8ddf-0222cb22c5f2} TCPHandler: Processed in 0.007205015 sec. 2025.12.20 01:29:42.393377 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.393594 [ 3 ] {97cbf5b5-42b8-4afc-a746-e3f2b65ace41} executeQuery: (from [fd00:1122:3344:101::d]:54395) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.20 01:29:42.393659 [ 3 ] {97cbf5b5-42b8-4afc-a746-e3f2b65ace41} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2025.12.20 01:29:42.399366 [ 3 ] {97cbf5b5-42b8-4afc-a746-e3f2b65ace41} oximeter.measurements_histogrami64 (8f96cca8-3e73-4f5e-a5b5-e31a3bf2c924): Loading data parts 2025.12.20 01:29:42.399527 [ 3 ] {97cbf5b5-42b8-4afc-a746-e3f2b65ace41} oximeter.measurements_histogrami64 (8f96cca8-3e73-4f5e-a5b5-e31a3bf2c924): There are no data parts 2025.12.20 01:29:42.404160 [ 3 ] {97cbf5b5-42b8-4afc-a746-e3f2b65ace41} TCPHandler: Processed in 0.010835383 sec. 2025.12.20 01:29:42.404306 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.404535 [ 3 ] {69df0b12-52f5-40b2-b5fb-bd09bc0859f8} executeQuery: (from [fd00:1122:3344:101::d]:54395) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.20 01:29:42.404598 [ 3 ] {69df0b12-52f5-40b2-b5fb-bd09bc0859f8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2025.12.20 01:29:42.407020 [ 3 ] {69df0b12-52f5-40b2-b5fb-bd09bc0859f8} oximeter.measurements_histogramu64 (8ddf8618-3416-4ce8-bf34-354c3a03dbc4): Loading data parts 2025.12.20 01:29:42.407162 [ 3 ] {69df0b12-52f5-40b2-b5fb-bd09bc0859f8} oximeter.measurements_histogramu64 (8ddf8618-3416-4ce8-bf34-354c3a03dbc4): There are no data parts 2025.12.20 01:29:42.410669 [ 3 ] {69df0b12-52f5-40b2-b5fb-bd09bc0859f8} TCPHandler: Processed in 0.00641419 sec. 2025.12.20 01:29:42.410885 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.411152 [ 3 ] {8be82097-3fe5-4215-8ff3-668f45225fca} executeQuery: (from [fd00:1122:3344:101::d]:54395) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.20 01:29:42.411238 [ 3 ] {8be82097-3fe5-4215-8ff3-668f45225fca} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2025.12.20 01:29:42.413307 [ 3 ] {8be82097-3fe5-4215-8ff3-668f45225fca} oximeter.measurements_histogramf32 (e81f0366-0921-4863-bb53-470b829b1b01): Loading data parts 2025.12.20 01:29:42.413511 [ 3 ] {8be82097-3fe5-4215-8ff3-668f45225fca} oximeter.measurements_histogramf32 (e81f0366-0921-4863-bb53-470b829b1b01): There are no data parts 2025.12.20 01:29:42.417202 [ 3 ] {8be82097-3fe5-4215-8ff3-668f45225fca} TCPHandler: Processed in 0.00640096 sec. 2025.12.20 01:29:42.417356 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.417582 [ 3 ] {abfa3e2d-52e8-4f74-98d0-624e550e2845} executeQuery: (from [fd00:1122:3344:101::d]:54395) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.20 01:29:42.417646 [ 3 ] {abfa3e2d-52e8-4f74-98d0-624e550e2845} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2025.12.20 01:29:42.419871 [ 3 ] {abfa3e2d-52e8-4f74-98d0-624e550e2845} oximeter.measurements_histogramf64 (7c702109-1d5b-4c30-9121-5f64972cb433): Loading data parts 2025.12.20 01:29:42.420017 [ 3 ] {abfa3e2d-52e8-4f74-98d0-624e550e2845} oximeter.measurements_histogramf64 (7c702109-1d5b-4c30-9121-5f64972cb433): There are no data parts 2025.12.20 01:29:42.424737 [ 3 ] {abfa3e2d-52e8-4f74-98d0-624e550e2845} TCPHandler: Processed in 0.007430079 sec. 2025.12.20 01:29:42.424961 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.425222 [ 3 ] {9b448185-7d96-4940-bf02-c65909b3b1c9} executeQuery: (from [fd00:1122:3344:101::d]:54395) /* The field tables store named dimensions of each timeseries. * * As with the measurement tables, there is one field table for each field data * type. Fields are deduplicated by using the "replacing merge tree", though * this behavior **must not** be relied upon for query correctness. * * The index for the fields differs from the measurements, however. Rows are * sorted by timeseries name, then field name, field value, and finally * timeseries key. This reflects the most common pattern for looking them up: * by field name and possibly value, within a timeseries. The resulting keys are * usually then used to look up measurements. * * NOTE: We may want to consider a secondary index on these tables, sorting by * timeseries name and then key, since it would improve lookups where one * already has the key. Realistically though, these tables are quite small and * so performance benefits will be low in absolute terms. * * TTL: We use a materialized column to expire old field table records. This * column is generated automatically by the database whenever a new row is * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` * query. Since these tables are `ReplacingMergeTree`s, that means the last * record will remain during a deduplication, which will have the last * timestamp. ClickHouse will then expire old data for us, similar to the * measurement tables. */ CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.20 01:29:42.425331 [ 3 ] {9b448185-7d96-4940-bf02-c65909b3b1c9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2025.12.20 01:29:42.431751 [ 3 ] {9b448185-7d96-4940-bf02-c65909b3b1c9} oximeter.fields_bool (aaae70fc-7849-45df-bb35-5d86b2f79555): Loading data parts 2025.12.20 01:29:42.431894 [ 3 ] {9b448185-7d96-4940-bf02-c65909b3b1c9} oximeter.fields_bool (aaae70fc-7849-45df-bb35-5d86b2f79555): There are no data parts 2025.12.20 01:29:42.435820 [ 3 ] {9b448185-7d96-4940-bf02-c65909b3b1c9} TCPHandler: Processed in 0.010942585 sec. 2025.12.20 01:29:42.436008 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.436239 [ 3 ] {54168aca-9edb-4475-ae01-f3d869fe1329} executeQuery: (from [fd00:1122:3344:101::d]:54395) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.20 01:29:42.436339 [ 3 ] {54168aca-9edb-4475-ae01-f3d869fe1329} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2025.12.20 01:29:42.439337 [ 3 ] {54168aca-9edb-4475-ae01-f3d869fe1329} oximeter.fields_i8 (4f1c2901-01ec-4b59-9f83-34a05a21998f): Loading data parts 2025.12.20 01:29:42.439486 [ 3 ] {54168aca-9edb-4475-ae01-f3d869fe1329} oximeter.fields_i8 (4f1c2901-01ec-4b59-9f83-34a05a21998f): There are no data parts 2025.12.20 01:29:42.444255 [ 3 ] {54168aca-9edb-4475-ae01-f3d869fe1329} TCPHandler: Processed in 0.008325826 sec. 2025.12.20 01:29:42.444404 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.444574 [ 3 ] {3c02b2d0-b159-46c2-b55e-2f8d89f0d0d9} executeQuery: (from [fd00:1122:3344:101::d]:54395) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.20 01:29:42.444629 [ 3 ] {3c02b2d0-b159-46c2-b55e-2f8d89f0d0d9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2025.12.20 01:29:42.450590 [ 3 ] {3c02b2d0-b159-46c2-b55e-2f8d89f0d0d9} oximeter.fields_u8 (d7cd5a72-ceea-44ca-b63d-9ea295778194): Loading data parts 2025.12.20 01:29:42.450761 [ 3 ] {3c02b2d0-b159-46c2-b55e-2f8d89f0d0d9} oximeter.fields_u8 (d7cd5a72-ceea-44ca-b63d-9ea295778194): There are no data parts 2025.12.20 01:29:42.453026 [ 3 ] {3c02b2d0-b159-46c2-b55e-2f8d89f0d0d9} TCPHandler: Processed in 0.008670693 sec. 2025.12.20 01:29:42.453170 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.453329 [ 3 ] {515c287b-e402-4403-a629-0db9dcd5d446} executeQuery: (from [fd00:1122:3344:101::d]:54395) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.20 01:29:42.453391 [ 3 ] {515c287b-e402-4403-a629-0db9dcd5d446} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2025.12.20 01:29:42.457147 [ 3 ] {515c287b-e402-4403-a629-0db9dcd5d446} oximeter.fields_i16 (df681495-b529-475d-aba9-d241ab9a89b8): Loading data parts 2025.12.20 01:29:42.457292 [ 3 ] {515c287b-e402-4403-a629-0db9dcd5d446} oximeter.fields_i16 (df681495-b529-475d-aba9-d241ab9a89b8): There are no data parts 2025.12.20 01:29:42.459802 [ 3 ] {515c287b-e402-4403-a629-0db9dcd5d446} TCPHandler: Processed in 0.006684035 sec. 2025.12.20 01:29:42.459966 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.460168 [ 3 ] {081f80ff-8fa8-4de4-9d21-50f5f8df58d0} executeQuery: (from [fd00:1122:3344:101::d]:54395) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.20 01:29:42.460232 [ 3 ] {081f80ff-8fa8-4de4-9d21-50f5f8df58d0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2025.12.20 01:29:42.463671 [ 3 ] {081f80ff-8fa8-4de4-9d21-50f5f8df58d0} oximeter.fields_u16 (65c959ab-66fd-409b-94c2-f12348414ebd): Loading data parts 2025.12.20 01:29:42.463920 [ 3 ] {081f80ff-8fa8-4de4-9d21-50f5f8df58d0} oximeter.fields_u16 (65c959ab-66fd-409b-94c2-f12348414ebd): There are no data parts 2025.12.20 01:29:42.469666 [ 3 ] {081f80ff-8fa8-4de4-9d21-50f5f8df58d0} TCPHandler: Processed in 0.009761583 sec. 2025.12.20 01:29:42.469826 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.469980 [ 3 ] {1a9ed426-31fc-4061-94aa-ec38b9c11596} executeQuery: (from [fd00:1122:3344:101::d]:54395) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.20 01:29:42.470037 [ 3 ] {1a9ed426-31fc-4061-94aa-ec38b9c11596} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2025.12.20 01:29:42.475363 [ 3 ] {1a9ed426-31fc-4061-94aa-ec38b9c11596} oximeter.fields_i32 (66383c64-fbed-46c1-94e9-4e3d13a41e10): Loading data parts 2025.12.20 01:29:42.475594 [ 3 ] {1a9ed426-31fc-4061-94aa-ec38b9c11596} oximeter.fields_i32 (66383c64-fbed-46c1-94e9-4e3d13a41e10): There are no data parts 2025.12.20 01:29:42.477697 [ 3 ] {1a9ed426-31fc-4061-94aa-ec38b9c11596} TCPHandler: Processed in 0.007920918 sec. 2025.12.20 01:29:42.477859 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.478065 [ 3 ] {65d6b2f9-019b-4f41-97a6-9a4c5d103ef4} executeQuery: (from [fd00:1122:3344:101::d]:54395) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.20 01:29:42.478130 [ 3 ] {65d6b2f9-019b-4f41-97a6-9a4c5d103ef4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2025.12.20 01:29:42.483360 [ 3 ] {65d6b2f9-019b-4f41-97a6-9a4c5d103ef4} oximeter.fields_u32 (d3e3c37b-8cad-4f05-9165-2eedd346905c): Loading data parts 2025.12.20 01:29:42.483517 [ 3 ] {65d6b2f9-019b-4f41-97a6-9a4c5d103ef4} oximeter.fields_u32 (d3e3c37b-8cad-4f05-9165-2eedd346905c): There are no data parts 2025.12.20 01:29:42.489306 [ 3 ] {65d6b2f9-019b-4f41-97a6-9a4c5d103ef4} TCPHandler: Processed in 0.011507156 sec. 2025.12.20 01:29:42.489460 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.489624 [ 3 ] {5b324f0e-ec00-4d45-b0ea-48251cf89af8} executeQuery: (from [fd00:1122:3344:101::d]:54395) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.20 01:29:42.489700 [ 3 ] {5b324f0e-ec00-4d45-b0ea-48251cf89af8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2025.12.20 01:29:42.494611 [ 3 ] {5b324f0e-ec00-4d45-b0ea-48251cf89af8} oximeter.fields_i64 (f02acf0f-8a35-44d3-a6c5-40f22ed51db7): Loading data parts 2025.12.20 01:29:42.494767 [ 3 ] {5b324f0e-ec00-4d45-b0ea-48251cf89af8} oximeter.fields_i64 (f02acf0f-8a35-44d3-a6c5-40f22ed51db7): There are no data parts 2025.12.20 01:29:42.500264 [ 3 ] {5b324f0e-ec00-4d45-b0ea-48251cf89af8} TCPHandler: Processed in 0.010856193 sec. 2025.12.20 01:29:42.500428 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.500612 [ 3 ] {b7b74faa-1274-4095-84f0-5e20c40ae201} executeQuery: (from [fd00:1122:3344:101::d]:54395) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.20 01:29:42.500669 [ 3 ] {b7b74faa-1274-4095-84f0-5e20c40ae201} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2025.12.20 01:29:42.505194 [ 3 ] {b7b74faa-1274-4095-84f0-5e20c40ae201} oximeter.fields_u64 (7992e6eb-a821-4c58-836e-9360470fb2ff): Loading data parts 2025.12.20 01:29:42.505367 [ 3 ] {b7b74faa-1274-4095-84f0-5e20c40ae201} oximeter.fields_u64 (7992e6eb-a821-4c58-836e-9360470fb2ff): There are no data parts 2025.12.20 01:29:42.507852 [ 3 ] {b7b74faa-1274-4095-84f0-5e20c40ae201} TCPHandler: Processed in 0.00747883 sec. 2025.12.20 01:29:42.508022 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.508214 [ 3 ] {93c68561-0b98-4319-b341-024f0ef2edae} executeQuery: (from [fd00:1122:3344:101::d]:54395) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.20 01:29:42.508300 [ 3 ] {93c68561-0b98-4319-b341-024f0ef2edae} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2025.12.20 01:29:42.510199 [ 3 ] {93c68561-0b98-4319-b341-024f0ef2edae} oximeter.fields_ipaddr (19da12b5-4163-4113-b86b-a1ad495562b1): Loading data parts 2025.12.20 01:29:42.510339 [ 3 ] {93c68561-0b98-4319-b341-024f0ef2edae} oximeter.fields_ipaddr (19da12b5-4163-4113-b86b-a1ad495562b1): There are no data parts 2025.12.20 01:29:42.513910 [ 3 ] {93c68561-0b98-4319-b341-024f0ef2edae} TCPHandler: Processed in 0.005951332 sec. 2025.12.20 01:29:42.514071 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.514298 [ 3 ] {2d13b9cf-9220-4bd3-8666-c9b03c4d9c9f} executeQuery: (from [fd00:1122:3344:101::d]:54395) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.20 01:29:42.514384 [ 3 ] {2d13b9cf-9220-4bd3-8666-c9b03c4d9c9f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2025.12.20 01:29:42.516319 [ 3 ] {2d13b9cf-9220-4bd3-8666-c9b03c4d9c9f} oximeter.fields_string (10842b75-e138-42a8-9379-63bd93a52f48): Loading data parts 2025.12.20 01:29:42.516465 [ 3 ] {2d13b9cf-9220-4bd3-8666-c9b03c4d9c9f} oximeter.fields_string (10842b75-e138-42a8-9379-63bd93a52f48): There are no data parts 2025.12.20 01:29:42.520976 [ 3 ] {2d13b9cf-9220-4bd3-8666-c9b03c4d9c9f} TCPHandler: Processed in 0.00696573 sec. 2025.12.20 01:29:42.521147 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.521340 [ 3 ] {9e4b711c-1036-4c53-8561-8883d45f2334} executeQuery: (from [fd00:1122:3344:101::d]:54395) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.20 01:29:42.521423 [ 3 ] {9e4b711c-1036-4c53-8561-8883d45f2334} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2025.12.20 01:29:42.523484 [ 3 ] {9e4b711c-1036-4c53-8561-8883d45f2334} oximeter.fields_uuid (469c3e82-37c3-400c-9b73-3adcb9ae245f): Loading data parts 2025.12.20 01:29:42.523628 [ 3 ] {9e4b711c-1036-4c53-8561-8883d45f2334} oximeter.fields_uuid (469c3e82-37c3-400c-9b73-3adcb9ae245f): There are no data parts 2025.12.20 01:29:42.527989 [ 3 ] {9e4b711c-1036-4c53-8561-8883d45f2334} TCPHandler: Processed in 0.00690464 sec. 2025.12.20 01:29:42.528190 [ 3 ] {} TCP-Session: 4551861d-854a-4526-8438-7e33e96798a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.528508 [ 3 ] {64cf64a8-c275-48bf-9d5c-37aae956e405} executeQuery: (from [fd00:1122:3344:101::d]:54395) /* The timeseries schema table stores the extracted schema for the samples * oximeter collects. */ CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) 2025.12.20 01:29:42.528585 [ 3 ] {64cf64a8-c275-48bf-9d5c-37aae956e405} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2025.12.20 01:29:42.530738 [ 3 ] {64cf64a8-c275-48bf-9d5c-37aae956e405} oximeter.timeseries_schema (e2696021-6169-4ea4-bafb-00106ac53eee): Loading data parts 2025.12.20 01:29:42.530916 [ 3 ] {64cf64a8-c275-48bf-9d5c-37aae956e405} oximeter.timeseries_schema (e2696021-6169-4ea4-bafb-00106ac53eee): There are no data parts 2025.12.20 01:29:42.534980 [ 3 ] {64cf64a8-c275-48bf-9d5c-37aae956e405} TCPHandler: Processed in 0.006851999 sec. 2025.12.20 01:29:42.535371 [ 5 ] {} TCP-Session: 79940286-0e3c-422f-a023-62d1027a04b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.20 01:29:42.535799 [ 5 ] {7a28b60a-46a2-432c-8735-23c652d1bb67} executeQuery: (from [fd00:1122:3344:101::d]:48449) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2025.12.20 01:29:42.537063 [ 5 ] {7a28b60a-46a2-432c-8735-23c652d1bb67} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2025.12.20 01:29:42.560287 [ 261 ] {7a28b60a-46a2-432c-8735-23c652d1bb67} oximeter.version (f6cd4ede-ebef-4f8c-8312-b17f20fc586f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.20 01:29:42.560393 [ 261 ] {7a28b60a-46a2-432c-8735-23c652d1bb67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.12.20 01:29:42.564712 [ 261 ] {7a28b60a-46a2-432c-8735-23c652d1bb67} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.20 01:29:42.565101 [ 261 ] {7a28b60a-46a2-432c-8735-23c652d1bb67} oximeter.version (f6cd4ede-ebef-4f8c-8312-b17f20fc586f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.20 01:29:42.565440 [ 5 ] {7a28b60a-46a2-432c-8735-23c652d1bb67} executeQuery: Read 1 rows, 16.00 B in 0.029785 sec., 33.57394661742488 rows/sec., 537.18 B/sec. 2025.12.20 01:29:42.565725 [ 5 ] {7a28b60a-46a2-432c-8735-23c652d1bb67} TCPHandler: Processed in 0.030557482 sec. 2025.12.20 01:29:43.000941 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 124.56 MiB, peak 124.56 MiB, free memory in arenas 0.00 B, will set to 138.06 MiB (RSS), difference: 13.50 MiB 2025.12.20 01:29:43.901564 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:41880 2025.12.20 01:29:43.906418 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.20 01:29:43.906458 [ 262 ] {} TCP-Session: 1174617e-db37-4c14-ab47-6f9dabe44a5e Authenticating user 'default' from [fd00:1122:3344:101::c]:41880 2025.12.20 01:29:43.906608 [ 262 ] {} TCP-Session: 1174617e-db37-4c14-ab47-6f9dabe44a5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:43.906632 [ 262 ] {} TCP-Session: 1174617e-db37-4c14-ab47-6f9dabe44a5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:43.906728 [ 262 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.20 01:29:43.906865 [ 262 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.20 01:29:43.906889 [ 262 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.20 01:29:43.907554 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54530 2025.12.20 01:29:43.907676 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:60002 2025.12.20 01:29:43.907788 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48544 2025.12.20 01:29:43.907764 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.20 01:29:43.907878 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59310 2025.12.20 01:29:43.907917 [ 263 ] {} TCP-Session: 93d5469a-5578-4d3a-bbe8-3e3fb27d94d1 Authenticating user 'default' from [fd00:1122:3344:101::c]:54530 2025.12.20 01:29:43.907969 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48634 2025.12.20 01:29:43.908133 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.20 01:29:43.908155 [ 263 ] {} TCP-Session: 93d5469a-5578-4d3a-bbe8-3e3fb27d94d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:43.908216 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.20 01:29:43.908176 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35688 2025.12.20 01:29:43.908281 [ 263 ] {} TCP-Session: 93d5469a-5578-4d3a-bbe8-3e3fb27d94d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:43.908182 [ 264 ] {} TCP-Session: e2081df9-9be0-413f-81ab-bb78a2232174 Authenticating user 'default' from [fd00:1122:3344:101::c]:60002 2025.12.20 01:29:43.908377 [ 266 ] {} TCP-Session: 459d9226-0575-4f86-90e7-c0e5f58d283b Authenticating user 'default' from [fd00:1122:3344:101::c]:59310 2025.12.20 01:29:43.908369 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.20 01:29:43.908350 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37062 2025.12.20 01:29:43.908489 [ 266 ] {} TCP-Session: 459d9226-0575-4f86-90e7-c0e5f58d283b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:43.908478 [ 267 ] {} TCP-Session: 5ce8f708-f95f-4ccd-a995-77121b0f255c Authenticating user 'default' from [fd00:1122:3344:101::c]:48634 2025.12.20 01:29:43.908465 [ 264 ] {} TCP-Session: e2081df9-9be0-413f-81ab-bb78a2232174 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:43.908640 [ 267 ] {} TCP-Session: 5ce8f708-f95f-4ccd-a995-77121b0f255c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:43.908651 [ 266 ] {} TCP-Session: 459d9226-0575-4f86-90e7-c0e5f58d283b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:43.908459 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.20 01:29:43.908740 [ 267 ] {} TCP-Session: 5ce8f708-f95f-4ccd-a995-77121b0f255c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:43.908818 [ 268 ] {} TCP-Session: 16f7946e-7562-444c-b29f-16c1527e5d01 Authenticating user 'default' from [fd00:1122:3344:101::c]:35688 2025.12.20 01:29:43.908738 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.20 01:29:43.908714 [ 264 ] {} TCP-Session: e2081df9-9be0-413f-81ab-bb78a2232174 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:43.908348 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.20 01:29:43.908940 [ 269 ] {} TCP-Session: 6d41d105-7007-444c-a6b2-54179ff07f3f Authenticating user 'default' from [fd00:1122:3344:101::c]:37062 2025.12.20 01:29:43.908943 [ 268 ] {} TCP-Session: 16f7946e-7562-444c-b29f-16c1527e5d01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:43.909040 [ 269 ] {} TCP-Session: 6d41d105-7007-444c-a6b2-54179ff07f3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:43.909050 [ 265 ] {} TCP-Session: 2e156200-dc4c-4428-8a4e-c9bc84420665 Authenticating user 'default' from [fd00:1122:3344:101::c]:48544 2025.12.20 01:29:43.909086 [ 268 ] {} TCP-Session: 16f7946e-7562-444c-b29f-16c1527e5d01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:43.909103 [ 265 ] {} TCP-Session: 2e156200-dc4c-4428-8a4e-c9bc84420665 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:43.909111 [ 269 ] {} TCP-Session: 6d41d105-7007-444c-a6b2-54179ff07f3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:43.909213 [ 265 ] {} TCP-Session: 2e156200-dc4c-4428-8a4e-c9bc84420665 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:44.562164 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45209 2025.12.20 01:29:44.566882 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.20 01:29:44.566933 [ 270 ] {} TCP-Session: 0be12f16-fa3b-4bd9-8e31-8b058597f4dc Authenticating user 'default' from [fd00:1122:3344:101::a]:45209 2025.12.20 01:29:44.567137 [ 270 ] {} TCP-Session: 0be12f16-fa3b-4bd9-8e31-8b058597f4dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:44.567154 [ 270 ] {} TCP-Session: 0be12f16-fa3b-4bd9-8e31-8b058597f4dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:44.567239 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.20 01:29:44.567332 [ 270 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.20 01:29:44.567409 [ 270 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.20 01:29:44.567940 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55656 2025.12.20 01:29:44.568065 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43709 2025.12.20 01:29:44.568200 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.20 01:29:44.568379 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61849 2025.12.20 01:29:44.568368 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.20 01:29:44.568264 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51322 2025.12.20 01:29:44.568471 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48049 2025.12.20 01:29:44.568490 [ 272 ] {} TCP-Session: 5e334b23-1b33-488c-ab71-256e0bc5a997 Authenticating user 'default' from [fd00:1122:3344:101::a]:43709 2025.12.20 01:29:44.568567 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54554 2025.12.20 01:29:44.568477 [ 271 ] {} TCP-Session: 6e5b3ae3-f408-4c29-9c1c-4232a2a8f62d Authenticating user 'default' from [fd00:1122:3344:101::a]:55656 2025.12.20 01:29:44.568653 [ 272 ] {} TCP-Session: 5e334b23-1b33-488c-ab71-256e0bc5a997 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:44.568673 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.20 01:29:44.568728 [ 271 ] {} TCP-Session: 6e5b3ae3-f408-4c29-9c1c-4232a2a8f62d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:44.568776 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61300 2025.12.20 01:29:44.568835 [ 271 ] {} TCP-Session: 6e5b3ae3-f408-4c29-9c1c-4232a2a8f62d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:44.568745 [ 272 ] {} TCP-Session: 5e334b23-1b33-488c-ab71-256e0bc5a997 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:44.568869 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.20 01:29:44.568886 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.20 01:29:44.568738 [ 274 ] {} TCP-Session: e19af9a5-32dd-49cc-8dca-b01e1995664d Authenticating user 'default' from [fd00:1122:3344:101::a]:61849 2025.12.20 01:29:44.568994 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.20 01:29:44.569118 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.20 01:29:44.569093 [ 274 ] {} TCP-Session: e19af9a5-32dd-49cc-8dca-b01e1995664d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:44.569013 [ 275 ] {} TCP-Session: 1e07bd37-1d74-468f-842b-3283b96b7a69 Authenticating user 'default' from [fd00:1122:3344:101::a]:48049 2025.12.20 01:29:44.569246 [ 277 ] {} TCP-Session: 4ecbe9c4-3c0c-451b-a6d0-0ddf2c2b8db2 Authenticating user 'default' from [fd00:1122:3344:101::a]:61300 2025.12.20 01:29:44.569214 [ 274 ] {} TCP-Session: e19af9a5-32dd-49cc-8dca-b01e1995664d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:44.569281 [ 275 ] {} TCP-Session: 1e07bd37-1d74-468f-842b-3283b96b7a69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:44.569209 [ 276 ] {} TCP-Session: e55349d7-4a32-4e27-8324-4b5c1021c4a7 Authenticating user 'default' from [fd00:1122:3344:101::a]:54554 2025.12.20 01:29:44.569352 [ 277 ] {} TCP-Session: 4ecbe9c4-3c0c-451b-a6d0-0ddf2c2b8db2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:44.569366 [ 275 ] {} TCP-Session: 1e07bd37-1d74-468f-842b-3283b96b7a69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:44.569448 [ 277 ] {} TCP-Session: 4ecbe9c4-3c0c-451b-a6d0-0ddf2c2b8db2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:44.569435 [ 276 ] {} TCP-Session: e55349d7-4a32-4e27-8324-4b5c1021c4a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:44.568999 [ 273 ] {} TCP-Session: bf66aa13-70a9-41da-b371-5c204e784232 Authenticating user 'default' from [fd00:1122:3344:101::a]:51322 2025.12.20 01:29:44.569560 [ 276 ] {} TCP-Session: e55349d7-4a32-4e27-8324-4b5c1021c4a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:44.569578 [ 273 ] {} TCP-Session: bf66aa13-70a9-41da-b371-5c204e784232 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:44.569660 [ 273 ] {} TCP-Session: bf66aa13-70a9-41da-b371-5c204e784232 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:45.066865 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40999 2025.12.20 01:29:45.069648 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.20 01:29:45.069693 [ 278 ] {} TCP-Session: 8eb6c9d3-7c4f-4ec1-a4c1-c3b07af1f7e8 Authenticating user 'default' from [fd00:1122:3344:101::b]:40999 2025.12.20 01:29:45.069715 [ 278 ] {} TCP-Session: 8eb6c9d3-7c4f-4ec1-a4c1-c3b07af1f7e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:45.069842 [ 278 ] {} TCP-Session: 8eb6c9d3-7c4f-4ec1-a4c1-c3b07af1f7e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:45.069907 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.20 01:29:45.069932 [ 278 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.20 01:29:45.070033 [ 278 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.20 01:29:45.070647 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37058 2025.12.20 01:29:45.070744 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40516 2025.12.20 01:29:45.070864 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:65128 2025.12.20 01:29:45.070884 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.20 01:29:45.070936 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.20 01:29:45.071031 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62873 2025.12.20 01:29:45.071063 [ 279 ] {} TCP-Session: a6790935-7bef-4856-b8a6-81581b5b8298 Authenticating user 'default' from [fd00:1122:3344:101::b]:37058 2025.12.20 01:29:45.071081 [ 280 ] {} TCP-Session: 06dbbf6a-f70a-4ba8-b28f-7f7bcbfce177 Authenticating user 'default' from [fd00:1122:3344:101::b]:40516 2025.12.20 01:29:45.071057 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.20 01:29:45.071197 [ 279 ] {} TCP-Session: a6790935-7bef-4856-b8a6-81581b5b8298 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:45.071248 [ 281 ] {} TCP-Session: b66ca34c-c6b6-4c4e-9f1e-f54d8cad3777 Authenticating user 'default' from [fd00:1122:3344:101::b]:65128 2025.12.20 01:29:45.071269 [ 279 ] {} TCP-Session: a6790935-7bef-4856-b8a6-81581b5b8298 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:45.071216 [ 280 ] {} TCP-Session: 06dbbf6a-f70a-4ba8-b28f-7f7bcbfce177 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:45.071341 [ 281 ] {} TCP-Session: b66ca34c-c6b6-4c4e-9f1e-f54d8cad3777 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:45.071366 [ 280 ] {} TCP-Session: 06dbbf6a-f70a-4ba8-b28f-7f7bcbfce177 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:45.071321 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54063 2025.12.20 01:29:45.071300 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.20 01:29:45.071420 [ 281 ] {} TCP-Session: b66ca34c-c6b6-4c4e-9f1e-f54d8cad3777 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:45.071202 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57454 2025.12.20 01:29:45.071534 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.20 01:29:45.071589 [ 282 ] {} TCP-Session: 25a6f427-8cb8-4f7d-922e-fdcd0076ae81 Authenticating user 'default' from [fd00:1122:3344:101::b]:62873 2025.12.20 01:29:45.071628 [ 284 ] {} TCP-Session: d24c8128-7a13-45b4-8ca7-801edbdc3a3d Authenticating user 'default' from [fd00:1122:3344:101::b]:54063 2025.12.20 01:29:45.071422 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37997 2025.12.20 01:29:45.071714 [ 282 ] {} TCP-Session: 25a6f427-8cb8-4f7d-922e-fdcd0076ae81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:45.071736 [ 284 ] {} TCP-Session: d24c8128-7a13-45b4-8ca7-801edbdc3a3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:45.071727 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.20 01:29:45.071829 [ 282 ] {} TCP-Session: 25a6f427-8cb8-4f7d-922e-fdcd0076ae81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:45.071864 [ 283 ] {} TCP-Session: 1efa24cb-92dc-4610-a88e-6eeaa09a5f68 Authenticating user 'default' from [fd00:1122:3344:101::b]:57454 2025.12.20 01:29:45.071841 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.20 01:29:45.071850 [ 284 ] {} TCP-Session: d24c8128-7a13-45b4-8ca7-801edbdc3a3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:45.071975 [ 285 ] {} TCP-Session: a44a5c0f-4d3d-4e04-aaaa-8e06c9d3d13f Authenticating user 'default' from [fd00:1122:3344:101::b]:37997 2025.12.20 01:29:45.071971 [ 283 ] {} TCP-Session: 1efa24cb-92dc-4610-a88e-6eeaa09a5f68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:45.072080 [ 283 ] {} TCP-Session: 1efa24cb-92dc-4610-a88e-6eeaa09a5f68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:45.072162 [ 285 ] {} TCP-Session: a44a5c0f-4d3d-4e04-aaaa-8e06c9d3d13f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:45.072309 [ 285 ] {} TCP-Session: a44a5c0f-4d3d-4e04-aaaa-8e06c9d3d13f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.20 01:29:49.333036 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2025.12.20 01:29:49.333205 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2025.12.20 01:29:49.333280 [ 243 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2025.12.20 01:29:49.333341 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2025.12.20 01:29:49.337357 [ 244 ] {} system.asynchronous_metric_log (a8fdf338-6fca-4258-8a32-6db6047bca93): Loading data parts 2025.12.20 01:29:49.337744 [ 244 ] {} system.asynchronous_metric_log (a8fdf338-6fca-4258-8a32-6db6047bca93): There are no data parts 2025.12.20 01:29:49.347472 [ 244 ] {} system.asynchronous_metric_log (a8fdf338-6fca-4258-8a32-6db6047bca93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.20 01:29:49.347520 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.20 01:29:49.359434 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.20 01:29:49.360316 [ 244 ] {} system.asynchronous_metric_log (a8fdf338-6fca-4258-8a32-6db6047bca93): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.20 01:29:49.360504 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2025.12.20 01:29:49.362697 [ 243 ] {} system.metric_log (30fdb868-78a4-4252-b612-8bf752ccbfc9): Loading data parts 2025.12.20 01:29:49.362944 [ 243 ] {} system.metric_log (30fdb868-78a4-4252-b612-8bf752ccbfc9): There are no data parts 2025.12.20 01:29:49.391405 [ 243 ] {} system.metric_log (30fdb868-78a4-4252-b612-8bf752ccbfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.20 01:29:49.391471 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.20 01:29:49.399419 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.20 01:29:49.400910 [ 243 ] {} system.metric_log (30fdb868-78a4-4252-b612-8bf752ccbfc9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.20 01:29:49.404708 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2025.12.20 01:29:50.000292 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 144.86 MiB, peak 148.86 MiB, free memory in arenas 0.00 B, will set to 153.87 MiB (RSS), difference: 9.01 MiB 2025.12.20 01:29:51.832858 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2025.12.20 01:29:51.832963 [ 242 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2025.12.20 01:29:51.839083 [ 242 ] {} system.query_log (60fe64eb-0dba-415e-8b2d-0d14ae1007a9): Loading data parts 2025.12.20 01:29:51.839376 [ 242 ] {} system.query_log (60fe64eb-0dba-415e-8b2d-0d14ae1007a9): There are no data parts 2025.12.20 01:29:51.846897 [ 242 ] {} system.query_log (60fe64eb-0dba-415e-8b2d-0d14ae1007a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.20 01:29:51.846934 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.20 01:29:51.848624 [ 242 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.20 01:29:51.849223 [ 242 ] {} system.query_log (60fe64eb-0dba-415e-8b2d-0d14ae1007a9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.20 01:29:51.849453 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2025.12.20 01:29:52.001085 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 158.07 MiB, peak 158.07 MiB, free memory in arenas 0.00 B, will set to 154.95 MiB (RSS), difference: -3.12 MiB 2025.12.20 01:29:56.804046 [ 36 ] {} DNSResolver: Updating DNS cache 2025.12.20 01:29:56.804107 [ 36 ] {} DNSResolver: Updated DNS cache 2025.12.20 01:29:56.861504 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2025.12.20 01:29:56.866421 [ 244 ] {} system.asynchronous_metric_log (a8fdf338-6fca-4258-8a32-6db6047bca93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.20 01:29:56.866579 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.20 01:29:56.867453 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.20 01:29:56.867969 [ 244 ] {} system.asynchronous_metric_log (a8fdf338-6fca-4258-8a32-6db6047bca93): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.20 01:29:56.868245 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2025.12.20 01:29:56.905434 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2025.12.20 01:29:56.924179 [ 243 ] {} system.metric_log (30fdb868-78a4-4252-b612-8bf752ccbfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.20 01:29:56.924245 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.20 01:29:56.931013 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.20 01:29:56.932307 [ 243 ] {} system.metric_log (30fdb868-78a4-4252-b612-8bf752ccbfc9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.20 01:29:56.935933 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2025.12.20 01:29:57.000387 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 155.72 MiB, peak 159.72 MiB, free memory in arenas 0.00 B, will set to 157.92 MiB (RSS), difference: 2.21 MiB