| 1 | [ Mar 1 01:14:48 Enabled. ] | ||
| 2 | [ Mar 1 01:14:48 Rereading configuration. ] | ||
| 3 | [ Mar 1 01:14:49 Rereading configuration. ] | ||
| 4 | [ Mar 1 01:14:50 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
| 5 | + set -o errexit | ||
| 6 | + set -o pipefail | ||
| 7 | + . /lib/svc/share/smf_include.sh | ||
| 8 | ++ SMF_EXIT_OK=0 | ||
| 9 | ++ SMF_EXIT_NODAEMON=94 | ||
| 10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
| 11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
| 12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
| 13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
| 14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
| 15 | ++ SMF_EXIT_ERR_PERM=100 | ||
| 16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
| 17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
| 18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
| 19 | + LISTEN_PORT=8123 | ||
| 20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
| 21 | + DATASTORE=/data | ||
| 22 | + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
| 23 | + 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 | ||
| 24 | [ Mar 1 01:14:50 Method "start" exited with status 0. ] | ||
| 25 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 26 | Logging trace to /var/tmp/clickhouse-server.log | ||
| 27 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
| 28 | 2025.03.01 01:14:51.111557 [ 1 ] {} <Information> Application: Will watch for the process with pid 23309 | ||
| 29 | 2025.03.01 01:14:51.112084 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.03.01 01:14:51.330567 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23309 | ||
| 31 | 2025.03.01 01:14:51.331356 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.03.01 01:14:51.333357 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.03.01 01:14:51.426530 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.03.01 01:14:51.459466 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.03.01 01:14:51.459521 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.03.01 01:14:51.459534 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.03.01 01:14:51.459599 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.03.01 01:14:51.459992 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.03.01 01:14:51.461671 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 40 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 41 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 42 | 2025.03.01 01:14:51.462452 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.03.01 01:14:51.463334 [ 1 ] {} <Information> 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) | ||
| 44 | 2025.03.01 01:14:51.463357 [ 1 ] {} <Information> 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) | ||
| 45 | 2025.03.01 01:14:51.463373 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.03.01 01:14:51.463559 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.03.01 01:14:51.464438 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.03.01 01:14:51.470141 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.03.01 01:14:51.470947 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.03.01 01:14:51.472544 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.03.01 01:14:51.472611 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.03.01 01:14:51.474222 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 53 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 54 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 55 | 2025.03.01 01:14:51.474702 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.03.01 01:14:51.478139 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.03.01 01:14:51.478855 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.03.01 01:14:51.480375 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.03.01 01:14:51.480839 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.03.01 01:14:51.481186 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.03.01 01:14:51.481540 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.03.01 01:14:51.482964 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.03.01 01:14:51.482991 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.03.01 01:14:51.483064 [ 27 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.03.01 01:14:51.483250 [ 27 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.03.01 01:14:51.491019 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.03.01 01:14:51.491045 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000140222 sec | ||
| 68 | 2025.03.01 01:14:51.491088 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.03.01 01:14:51.491102 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.03.01 01:14:51.492219 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.03.01 01:14:51.493276 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.03.01 01:14:51.505115 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.03.01 01:14:51.505160 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.03.01 01:14:51.505183 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.03.01 01:14:51.505196 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.03.01 01:14:51.505225 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.03.01 01:14:51.505245 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.03.01 01:14:51.507347 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.03.01 01:14:51.507391 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.03.01 01:14:51.507418 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.03.01 01:14:51.507607 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.03.01 01:14:51.507628 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.03.01 01:14:51.507666 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.03.01 01:14:51.507687 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.03.01 01:14:51.507700 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.03.01 01:14:51.507729 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.03.01 01:14:51.507747 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.03.01 01:14:51.535322 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.03.01 01:14:51.536615 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.03.01 01:14:51.536645 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.0441e-05 sec | ||
| 91 | 2025.03.01 01:14:51.536660 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.03.01 01:14:51.536671 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.03.01 01:14:51.536697 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.03.01 01:14:51.536895 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.03.01 01:14:51.536941 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.03.01 01:14:51.536955 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.03.01 01:14:51.536967 [ 1 ] {} <Information> 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). | ||
| 98 | 2025.03.01 01:14:51.536979 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.03.01 01:14:51.547144 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.03.01 01:14:51.547401 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.12 MiB (RSS), difference: 92.34 MiB | ||
| 101 | 2025.03.01 01:14:51.548416 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 3.5641e-05 sec. | ||
| 102 | 2025.03.01 01:14:51.549647 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.03.01 01:14:51.549744 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.03.01 01:14:51.549762 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.03.01 01:14:51.619230 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39606 | ||
| 106 | 2025.03.01 01:14:51.619491 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.03.01 01:14:51.619547 [ 3 ] {} <Debug> TCP-Session: ddeaccab-0379-4384-9206-54dd3e235412 Authenticating user 'default' from [fd00:1122:3344:101::e]:39606 | ||
| 108 | 2025.03.01 01:14:51.619581 [ 3 ] {} <Debug> TCP-Session: ddeaccab-0379-4384-9206-54dd3e235412 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.03.01 01:14:51.619603 [ 3 ] {} <Debug> TCP-Session: ddeaccab-0379-4384-9206-54dd3e235412 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.03.01 01:14:51.619691 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.03.01 01:14:51.619722 [ 3 ] {} <Trace> 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 | ||
| 112 | 2025.03.01 01:14:51.619749 [ 3 ] {} <Trace> 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 | ||
| 113 | 2025.03.01 01:14:51.621185 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54753 | ||
| 114 | 2025.03.01 01:14:51.621221 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55142 | ||
| 115 | 2025.03.01 01:14:51.621349 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 116 | 2025.03.01 01:14:51.621356 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 117 | 2025.03.01 01:14:51.621388 [ 4 ] {} <Debug> TCP-Session: f6928e43-4734-498d-b5a0-2f6907ea9798 Authenticating user 'default' from [fd00:1122:3344:101::e]:54753 | ||
| 118 | 2025.03.01 01:14:51.621426 [ 5 ] {} <Debug> TCP-Session: 7fee2428-34e3-496b-923e-82bd9c65bd27 Authenticating user 'default' from [fd00:1122:3344:101::e]:55142 | ||
| 119 | 2025.03.01 01:14:51.621432 [ 4 ] {} <Debug> TCP-Session: f6928e43-4734-498d-b5a0-2f6907ea9798 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 120 | 2025.03.01 01:14:51.621465 [ 5 ] {} <Debug> TCP-Session: 7fee2428-34e3-496b-923e-82bd9c65bd27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 121 | 2025.03.01 01:14:51.621480 [ 4 ] {} <Debug> TCP-Session: f6928e43-4734-498d-b5a0-2f6907ea9798 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 122 | 2025.03.01 01:14:51.621494 [ 5 ] {} <Debug> TCP-Session: 7fee2428-34e3-496b-923e-82bd9c65bd27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 123 | 2025.03.01 01:14:51.621975 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57706 | ||
| 124 | 2025.03.01 01:14:51.622047 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64852 | ||
| 125 | 2025.03.01 01:14:51.622297 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62348 | ||
| 126 | 2025.03.01 01:14:51.622379 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 127 | 2025.03.01 01:14:51.622385 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 128 | 2025.03.01 01:14:51.622616 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 129 | 2025.03.01 01:14:51.622621 [ 254 ] {} <Debug> TCP-Session: c72d83b6-c6d9-421e-9a47-af42380cacc8 Authenticating user 'default' from [fd00:1122:3344:101::e]:64852 | ||
| 130 | 2025.03.01 01:14:51.622654 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47940 | ||
| 131 | 2025.03.01 01:14:51.622668 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42347 | ||
| 132 | 2025.03.01 01:14:51.622715 [ 253 ] {} <Debug> TCP-Session: bb286748-afd9-4121-8d59-a286275e8500 Authenticating user 'default' from [fd00:1122:3344:101::e]:57706 | ||
| 133 | 2025.03.01 01:14:51.622724 [ 254 ] {} <Debug> TCP-Session: c72d83b6-c6d9-421e-9a47-af42380cacc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 134 | 2025.03.01 01:14:51.622734 [ 255 ] {} <Debug> TCP-Session: 90846736-f06c-4a7d-82e0-66685291b43a Authenticating user 'default' from [fd00:1122:3344:101::e]:62348 | ||
| 135 | 2025.03.01 01:14:51.622982 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 136 | 2025.03.01 01:14:51.622994 [ 253 ] {} <Debug> TCP-Session: bb286748-afd9-4121-8d59-a286275e8500 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 137 | 2025.03.01 01:14:51.623008 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 138 | 2025.03.01 01:14:51.623030 [ 254 ] {} <Debug> TCP-Session: c72d83b6-c6d9-421e-9a47-af42380cacc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 139 | 2025.03.01 01:14:51.623043 [ 255 ] {} <Debug> TCP-Session: 90846736-f06c-4a7d-82e0-66685291b43a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 140 | 2025.03.01 01:14:51.623188 [ 257 ] {} <Debug> TCP-Session: aedc3432-2e51-4302-acad-af506a3923f0 Authenticating user 'default' from [fd00:1122:3344:101::e]:47940 | ||
| 141 | 2025.03.01 01:14:51.623211 [ 255 ] {} <Debug> TCP-Session: 90846736-f06c-4a7d-82e0-66685291b43a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 142 | 2025.03.01 01:14:51.623232 [ 253 ] {} <Debug> TCP-Session: bb286748-afd9-4121-8d59-a286275e8500 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 143 | 2025.03.01 01:14:51.623212 [ 256 ] {} <Debug> TCP-Session: 54203a09-f527-48e0-87f3-e1aa1a7d37e4 Authenticating user 'default' from [fd00:1122:3344:101::e]:42347 | ||
| 144 | 2025.03.01 01:14:51.623267 [ 257 ] {} <Debug> TCP-Session: aedc3432-2e51-4302-acad-af506a3923f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 145 | 2025.03.01 01:14:51.623383 [ 256 ] {} <Debug> TCP-Session: 54203a09-f527-48e0-87f3-e1aa1a7d37e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 146 | 2025.03.01 01:14:51.623407 [ 257 ] {} <Debug> TCP-Session: aedc3432-2e51-4302-acad-af506a3923f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2025.03.01 01:14:51.623445 [ 256 ] {} <Debug> TCP-Session: 54203a09-f527-48e0-87f3-e1aa1a7d37e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2025.03.01 01:14:51.639375 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50097 | ||
| 149 | 2025.03.01 01:14:51.639518 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 150 | 2025.03.01 01:14:51.639562 [ 258 ] {} <Debug> TCP-Session: ab66dad1-a585-44bb-9300-d71e685afb70 Authenticating user 'default' from [fd00:1122:3344:101::c]:50097 | ||
| 151 | 2025.03.01 01:14:51.639581 [ 258 ] {} <Debug> TCP-Session: ab66dad1-a585-44bb-9300-d71e685afb70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2025.03.01 01:14:51.639595 [ 258 ] {} <Debug> TCP-Session: ab66dad1-a585-44bb-9300-d71e685afb70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.03.01 01:14:51.639665 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 154 | 2025.03.01 01:14:51.639708 [ 258 ] {} <Trace> 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 | ||
| 155 | 2025.03.01 01:14:51.639756 [ 258 ] {} <Trace> 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 | ||
| 156 | 2025.03.01 01:14:51.640734 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40585 | ||
| 157 | 2025.03.01 01:14:51.640880 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:56176 | ||
| 158 | 2025.03.01 01:14:51.640925 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 159 | 2025.03.01 01:14:51.640979 [ 259 ] {} <Debug> TCP-Session: 72bfc060-e25a-4ddc-8610-872209d349d2 Authenticating user 'default' from [fd00:1122:3344:101::c]:40585 | ||
| 160 | 2025.03.01 01:14:51.641093 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38068 | ||
| 161 | 2025.03.01 01:14:51.641140 [ 259 ] {} <Debug> TCP-Session: 72bfc060-e25a-4ddc-8610-872209d349d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 162 | 2025.03.01 01:14:51.641129 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 163 | 2025.03.01 01:14:51.641191 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51228 | ||
| 164 | 2025.03.01 01:14:51.641216 [ 259 ] {} <Debug> TCP-Session: 72bfc060-e25a-4ddc-8610-872209d349d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 165 | 2025.03.01 01:14:51.641227 [ 260 ] {} <Debug> TCP-Session: 2a7fd318-05e4-42fc-b585-7aef49069e30 Authenticating user 'default' from [fd00:1122:3344:101::c]:56176 | ||
| 166 | 2025.03.01 01:14:51.641462 [ 260 ] {} <Debug> TCP-Session: 2a7fd318-05e4-42fc-b585-7aef49069e30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 167 | 2025.03.01 01:14:51.641481 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 168 | 2025.03.01 01:14:51.641466 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 169 | 2025.03.01 01:14:51.641565 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62947 | ||
| 170 | 2025.03.01 01:14:51.641628 [ 262 ] {} <Debug> TCP-Session: ecda861d-d5e0-49d1-9de3-701d5f4cf941 Authenticating user 'default' from [fd00:1122:3344:101::c]:51228 | ||
| 171 | 2025.03.01 01:14:51.641646 [ 260 ] {} <Debug> TCP-Session: 2a7fd318-05e4-42fc-b585-7aef49069e30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 172 | 2025.03.01 01:14:51.641700 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52244 | ||
| 173 | 2025.03.01 01:14:51.641946 [ 262 ] {} <Debug> TCP-Session: ecda861d-d5e0-49d1-9de3-701d5f4cf941 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 174 | 2025.03.01 01:14:51.642053 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 175 | 2025.03.01 01:14:51.641809 [ 261 ] {} <Debug> TCP-Session: 025e8e9e-2355-4d7f-8a9a-7bb96eebe59b Authenticating user 'default' from [fd00:1122:3344:101::c]:38068 | ||
| 176 | 2025.03.01 01:14:51.642092 [ 262 ] {} <Debug> TCP-Session: ecda861d-d5e0-49d1-9de3-701d5f4cf941 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 177 | 2025.03.01 01:14:51.642082 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 178 | 2025.03.01 01:14:51.642134 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34404 | ||
| 179 | 2025.03.01 01:14:51.642202 [ 261 ] {} <Debug> TCP-Session: 025e8e9e-2355-4d7f-8a9a-7bb96eebe59b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 180 | 2025.03.01 01:14:51.642233 [ 263 ] {} <Debug> TCP-Session: da85de2b-3069-44a0-a77b-3d0a0806c65c Authenticating user 'default' from [fd00:1122:3344:101::c]:62947 | ||
| 181 | 2025.03.01 01:14:51.642268 [ 264 ] {} <Debug> TCP-Session: 65751ef4-fe6e-4c8d-91a4-9a75cc94197c Authenticating user 'default' from [fd00:1122:3344:101::c]:52244 | ||
| 182 | 2025.03.01 01:14:51.642281 [ 261 ] {} <Debug> TCP-Session: 025e8e9e-2355-4d7f-8a9a-7bb96eebe59b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 183 | 2025.03.01 01:14:51.642460 [ 263 ] {} <Debug> TCP-Session: da85de2b-3069-44a0-a77b-3d0a0806c65c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 184 | 2025.03.01 01:14:51.642475 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 185 | 2025.03.01 01:14:51.642495 [ 264 ] {} <Debug> TCP-Session: 65751ef4-fe6e-4c8d-91a4-9a75cc94197c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 186 | 2025.03.01 01:14:51.642538 [ 263 ] {} <Debug> TCP-Session: da85de2b-3069-44a0-a77b-3d0a0806c65c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 187 | 2025.03.01 01:14:51.642565 [ 264 ] {} <Debug> TCP-Session: 65751ef4-fe6e-4c8d-91a4-9a75cc94197c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 188 | 2025.03.01 01:14:51.642572 [ 265 ] {} <Debug> TCP-Session: 5352b2e8-48d8-4c27-a4af-c7ad06ff71fc Authenticating user 'default' from [fd00:1122:3344:101::c]:34404 | ||
| 189 | 2025.03.01 01:14:51.642669 [ 265 ] {} <Debug> TCP-Session: 5352b2e8-48d8-4c27-a4af-c7ad06ff71fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 190 | 2025.03.01 01:14:51.642722 [ 265 ] {} <Debug> TCP-Session: 5352b2e8-48d8-4c27-a4af-c7ad06ff71fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 191 | 2025.03.01 01:14:51.788799 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50815 | ||
| 192 | 2025.03.01 01:14:51.788976 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 193 | 2025.03.01 01:14:51.789015 [ 266 ] {} <Debug> TCP-Session: eb1b71ea-2f34-451f-a3bc-38d025773811 Authenticating user 'default' from [fd00:1122:3344:101::a]:50815 | ||
| 194 | 2025.03.01 01:14:51.789067 [ 266 ] {} <Debug> TCP-Session: eb1b71ea-2f34-451f-a3bc-38d025773811 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 195 | 2025.03.01 01:14:51.789086 [ 266 ] {} <Debug> TCP-Session: eb1b71ea-2f34-451f-a3bc-38d025773811 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 196 | 2025.03.01 01:14:51.789155 [ 266 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 197 | 2025.03.01 01:14:51.789197 [ 266 ] {} <Trace> 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 | ||
| 198 | 2025.03.01 01:14:51.789221 [ 266 ] {} <Trace> 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 | ||
| 199 | 2025.03.01 01:14:51.790235 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51642 | ||
| 200 | 2025.03.01 01:14:51.790307 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47510 | ||
| 201 | 2025.03.01 01:14:51.790467 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 202 | 2025.03.01 01:14:51.790473 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62081 | ||
| 203 | 2025.03.01 01:14:51.790626 [ 267 ] {} <Debug> TCP-Session: 03d74c77-dbce-4cce-a40f-8051cbad7ba4 Authenticating user 'default' from [fd00:1122:3344:101::a]:51642 | ||
| 204 | 2025.03.01 01:14:51.790631 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51910 | ||
| 205 | 2025.03.01 01:14:51.790668 [ 267 ] {} <Debug> TCP-Session: 03d74c77-dbce-4cce-a40f-8051cbad7ba4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 206 | 2025.03.01 01:14:51.790650 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 207 | 2025.03.01 01:14:51.790780 [ 267 ] {} <Debug> TCP-Session: 03d74c77-dbce-4cce-a40f-8051cbad7ba4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 208 | 2025.03.01 01:14:51.790794 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62872 | ||
| 209 | 2025.03.01 01:14:51.790951 [ 268 ] {} <Debug> TCP-Session: 1743f5af-c501-4abe-8b0c-e4d0d8f98227 Authenticating user 'default' from [fd00:1122:3344:101::a]:47510 | ||
| 210 | 2025.03.01 01:14:51.791357 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39199 | ||
| 211 | 2025.03.01 01:14:51.791370 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 212 | 2025.03.01 01:14:51.791411 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62992 | ||
| 213 | 2025.03.01 01:14:51.790962 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 214 | 2025.03.01 01:14:51.791350 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 215 | 2025.03.01 01:14:51.791358 [ 268 ] {} <Debug> TCP-Session: 1743f5af-c501-4abe-8b0c-e4d0d8f98227 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 216 | 2025.03.01 01:14:51.791592 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 217 | 2025.03.01 01:14:51.791619 [ 268 ] {} <Debug> TCP-Session: 1743f5af-c501-4abe-8b0c-e4d0d8f98227 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 218 | 2025.03.01 01:14:51.791752 [ 269 ] {} <Debug> TCP-Session: 144bd9e9-8df5-414b-913d-02173f2f718a Authenticating user 'default' from [fd00:1122:3344:101::a]:62081 | ||
| 219 | 2025.03.01 01:14:51.791836 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 220 | 2025.03.01 01:14:51.791856 [ 271 ] {} <Debug> TCP-Session: dd421a51-d17e-4d30-a702-dbfba383ee12 Authenticating user 'default' from [fd00:1122:3344:101::a]:62872 | ||
| 221 | 2025.03.01 01:14:51.791907 [ 272 ] {} <Debug> TCP-Session: 4baadbd1-90f8-4893-9518-cd15a4c74a97 Authenticating user 'default' from [fd00:1122:3344:101::a]:39199 | ||
| 222 | 2025.03.01 01:14:51.791947 [ 269 ] {} <Debug> TCP-Session: 144bd9e9-8df5-414b-913d-02173f2f718a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 223 | 2025.03.01 01:14:51.791961 [ 273 ] {} <Debug> TCP-Session: dd46b054-8b97-4d6f-8fc2-c7bc27eb81ac Authenticating user 'default' from [fd00:1122:3344:101::a]:62992 | ||
| 224 | 2025.03.01 01:14:51.792021 [ 272 ] {} <Debug> TCP-Session: 4baadbd1-90f8-4893-9518-cd15a4c74a97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 225 | 2025.03.01 01:14:51.792048 [ 269 ] {} <Debug> TCP-Session: 144bd9e9-8df5-414b-913d-02173f2f718a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 226 | 2025.03.01 01:14:51.792053 [ 273 ] {} <Debug> TCP-Session: dd46b054-8b97-4d6f-8fc2-c7bc27eb81ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 227 | 2025.03.01 01:14:51.792080 [ 272 ] {} <Debug> TCP-Session: 4baadbd1-90f8-4893-9518-cd15a4c74a97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 228 | 2025.03.01 01:14:51.791456 [ 270 ] {} <Debug> TCP-Session: 564c397b-2600-44cc-8f6b-68b2e6502148 Authenticating user 'default' from [fd00:1122:3344:101::a]:51910 | ||
| 229 | 2025.03.01 01:14:51.792007 [ 271 ] {} <Debug> TCP-Session: dd421a51-d17e-4d30-a702-dbfba383ee12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 230 | 2025.03.01 01:14:51.792199 [ 270 ] {} <Debug> TCP-Session: 564c397b-2600-44cc-8f6b-68b2e6502148 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 231 | 2025.03.01 01:14:51.792279 [ 271 ] {} <Debug> TCP-Session: dd421a51-d17e-4d30-a702-dbfba383ee12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 232 | 2025.03.01 01:14:51.792301 [ 273 ] {} <Debug> TCP-Session: dd46b054-8b97-4d6f-8fc2-c7bc27eb81ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 233 | 2025.03.01 01:14:51.792319 [ 270 ] {} <Debug> TCP-Session: 564c397b-2600-44cc-8f6b-68b2e6502148 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 234 | 2025.03.01 01:14:51.978601 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48959 | ||
| 235 | 2025.03.01 01:14:51.978796 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 236 | 2025.03.01 01:14:51.978834 [ 274 ] {} <Debug> TCP-Session: c666ce3d-fcf9-44c4-9be8-abd678abd7fa Authenticating user 'default' from [fd00:1122:3344:101::d]:48959 | ||
| 237 | 2025.03.01 01:14:51.978872 [ 274 ] {} <Debug> TCP-Session: c666ce3d-fcf9-44c4-9be8-abd678abd7fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 238 | 2025.03.01 01:14:51.978892 [ 274 ] {} <Debug> TCP-Session: c666ce3d-fcf9-44c4-9be8-abd678abd7fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 239 | 2025.03.01 01:14:51.978961 [ 274 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 240 | 2025.03.01 01:14:51.978988 [ 274 ] {} <Trace> 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 | ||
| 241 | 2025.03.01 01:14:51.979018 [ 274 ] {} <Trace> 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 | ||
| 242 | 2025.03.01 01:14:51.979589 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57793 | ||
| 243 | 2025.03.01 01:14:51.979645 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40535 | ||
| 244 | 2025.03.01 01:14:51.979713 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38180 | ||
| 245 | 2025.03.01 01:14:51.980068 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 246 | 2025.03.01 01:14:51.980069 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50989 | ||
| 247 | 2025.03.01 01:14:51.980073 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 248 | 2025.03.01 01:14:51.980124 [ 276 ] {} <Debug> TCP-Session: 2ac0bc3b-78bb-42ae-aca1-349ddd988fff Authenticating user 'default' from [fd00:1122:3344:101::d]:40535 | ||
| 249 | 2025.03.01 01:14:51.980876 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 250 | 2025.03.01 01:14:51.980877 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40022 | ||
| 251 | 2025.03.01 01:14:51.980925 [ 275 ] {} <Debug> TCP-Session: 1230f314-de5e-4547-a809-5c77f74358f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:57793 | ||
| 252 | 2025.03.01 01:14:51.980934 [ 276 ] {} <Debug> TCP-Session: 2ac0bc3b-78bb-42ae-aca1-349ddd988fff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 253 | 2025.03.01 01:14:51.982007 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 254 | 2025.03.01 01:14:51.982036 [ 275 ] {} <Debug> TCP-Session: 1230f314-de5e-4547-a809-5c77f74358f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 255 | 2025.03.01 01:14:51.982052 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 256 | 2025.03.01 01:14:51.982032 [ 277 ] {} <Debug> TCP-Session: d983528e-24a3-41df-9620-254860d2ee1c Authenticating user 'default' from [fd00:1122:3344:101::d]:38180 | ||
| 257 | 2025.03.01 01:14:51.981999 [ 276 ] {} <Debug> TCP-Session: 2ac0bc3b-78bb-42ae-aca1-349ddd988fff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 258 | 2025.03.01 01:14:51.982105 [ 274 ] {} <Trace> TCP-Session: c666ce3d-fcf9-44c4-9be8-abd678abd7fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 259 | 2025.03.01 01:14:51.982102 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49826 | ||
| 260 | 2025.03.01 01:14:51.982153 [ 279 ] {} <Debug> TCP-Session: 6a8d58b9-a42c-41cb-a5c8-d4390fd31cc4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40022 | ||
| 261 | 2025.03.01 01:14:51.982167 [ 275 ] {} <Debug> TCP-Session: 1230f314-de5e-4547-a809-5c77f74358f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 262 | 2025.03.01 01:14:51.982370 [ 279 ] {} <Debug> TCP-Session: 6a8d58b9-a42c-41cb-a5c8-d4390fd31cc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 263 | 2025.03.01 01:14:51.982452 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 264 | 2025.03.01 01:14:51.982482 [ 277 ] {} <Debug> TCP-Session: d983528e-24a3-41df-9620-254860d2ee1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 265 | 2025.03.01 01:14:51.982473 [ 278 ] {} <Debug> TCP-Session: e41e0aa3-9a62-4c4d-a9f9-5f9eddcef28c Authenticating user 'default' from [fd00:1122:3344:101::d]:50989 | ||
| 266 | 2025.03.01 01:14:51.982539 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42219 | ||
| 267 | 2025.03.01 01:14:51.982562 [ 280 ] {} <Debug> TCP-Session: 5dca437a-b36b-46b3-82c0-c417cb3053ec Authenticating user 'default' from [fd00:1122:3344:101::d]:49826 | ||
| 268 | 2025.03.01 01:14:51.982570 [ 277 ] {} <Debug> TCP-Session: d983528e-24a3-41df-9620-254860d2ee1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 269 | 2025.03.01 01:14:51.982491 [ 279 ] {} <Debug> TCP-Session: 6a8d58b9-a42c-41cb-a5c8-d4390fd31cc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 270 | 2025.03.01 01:14:51.982774 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 271 | 2025.03.01 01:14:51.982776 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50789 | ||
| 272 | 2025.03.01 01:14:51.982622 [ 278 ] {} <Debug> TCP-Session: e41e0aa3-9a62-4c4d-a9f9-5f9eddcef28c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 273 | 2025.03.01 01:14:51.982777 [ 280 ] {} <Debug> TCP-Session: 5dca437a-b36b-46b3-82c0-c417cb3053ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 274 | 2025.03.01 01:14:51.982926 [ 280 ] {} <Debug> TCP-Session: 5dca437a-b36b-46b3-82c0-c417cb3053ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 275 | 2025.03.01 01:14:51.982957 [ 281 ] {} <Debug> TCP-Session: 64af2e53-6097-4e00-9984-f0f142468717 Authenticating user 'default' from [fd00:1122:3344:101::d]:42219 | ||
| 276 | 2025.03.01 01:14:51.982987 [ 278 ] {} <Debug> TCP-Session: e41e0aa3-9a62-4c4d-a9f9-5f9eddcef28c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 277 | 2025.03.01 01:14:51.983216 [ 281 ] {} <Debug> TCP-Session: 64af2e53-6097-4e00-9984-f0f142468717 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 278 | 2025.03.01 01:14:51.983381 [ 281 ] {} <Debug> TCP-Session: 64af2e53-6097-4e00-9984-f0f142468717 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 279 | 2025.03.01 01:14:51.983383 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 280 | 2025.03.01 01:14:51.983528 [ 282 ] {} <Debug> TCP-Session: 625a94c8-ab6b-4401-95a1-e44e4f0bf480 Authenticating user 'default' from [fd00:1122:3344:101::d]:50789 | ||
| 281 | 2025.03.01 01:14:51.983577 [ 282 ] {} <Debug> TCP-Session: 625a94c8-ab6b-4401-95a1-e44e4f0bf480 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 282 | 2025.03.01 01:14:51.983598 [ 282 ] {} <Debug> TCP-Session: 625a94c8-ab6b-4401-95a1-e44e4f0bf480 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 283 | 2025.03.01 01:14:51.986869 [ 274 ] {24804991-46dd-4b7c-8c0f-bb0dd2e04bf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48959) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 284 | 2025.03.01 01:14:52.000164 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.33 MiB, peak 117.33 MiB, free memory in arenas 0.00 B, will set to 123.70 MiB (RSS), difference: 6.37 MiB | ||
| 285 | 2025.03.01 01:14:52.042083 [ 274 ] {24804991-46dd-4b7c-8c0f-bb0dd2e04bf0} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:48959) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 286 | |||
| 287 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 288 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 289 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 290 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 291 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 292 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 293 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 294 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 295 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 296 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 297 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 298 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 299 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 300 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 301 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 302 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 303 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 304 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 305 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 306 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 307 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 308 | |||
| 309 | 2025.03.01 01:14:52.043448 [ 274 ] {24804991-46dd-4b7c-8c0f-bb0dd2e04bf0} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 310 | |||
| 311 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 312 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 313 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 314 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 315 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 316 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 317 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 318 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 319 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 320 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 321 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 322 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 323 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 324 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 325 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 326 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 327 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 328 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 329 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 330 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 331 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 332 | |||
| 333 | 2025.03.01 01:14:52.043555 [ 274 ] {24804991-46dd-4b7c-8c0f-bb0dd2e04bf0} <Debug> TCPHandler: Processed in 0.06386262 sec. | ||
| 334 | 2025.03.01 01:14:52.043932 [ 277 ] {} <Trace> TCP-Session: d983528e-24a3-41df-9620-254860d2ee1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 335 | 2025.03.01 01:14:52.044126 [ 277 ] {509f3def-e87b-4f80-b93f-0b274ff7e2fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38180) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 336 | 2025.03.01 01:14:52.044483 [ 277 ] {509f3def-e87b-4f80-b93f-0b274ff7e2fd} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:38180) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 337 | |||
| 338 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 339 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 340 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 341 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 342 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 343 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 344 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 345 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 346 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 347 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 348 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 349 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 350 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 351 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 352 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 353 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 354 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 355 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 356 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 357 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 358 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 359 | |||
| 360 | 2025.03.01 01:14:52.044616 [ 277 ] {509f3def-e87b-4f80-b93f-0b274ff7e2fd} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 361 | |||
| 362 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 363 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 364 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 365 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 366 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 367 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 368 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 369 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 370 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 371 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 372 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 373 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 374 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 375 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 376 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 377 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 378 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 379 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 380 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 381 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 382 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 383 | |||
| 384 | 2025.03.01 01:14:52.044744 [ 277 ] {509f3def-e87b-4f80-b93f-0b274ff7e2fd} <Debug> TCPHandler: Processed in 0.00096318 sec. | ||
| 385 | 2025.03.01 01:14:52.045050 [ 274 ] {} <Trace> TCP-Session: c666ce3d-fcf9-44c4-9be8-abd678abd7fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 386 | 2025.03.01 01:14:52.046378 [ 274 ] {b9406137-51dc-478c-8dc2-f379ed34ae39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48959) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 387 | 2025.03.01 01:14:52.047048 [ 274 ] {b9406137-51dc-478c-8dc2-f379ed34ae39} <Debug> TCPHandler: Processed in 0.002131684 sec. | ||
| 388 | 2025.03.01 01:14:52.047270 [ 277 ] {} <Trace> TCP-Session: d983528e-24a3-41df-9620-254860d2ee1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 389 | 2025.03.01 01:14:52.047405 [ 277 ] {e7ea5729-800a-4fb9-a6eb-029fe79789e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38180) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 390 | 2025.03.01 01:14:52.047514 [ 277 ] {e7ea5729-800a-4fb9-a6eb-029fe79789e0} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 391 | 2025.03.01 01:14:52.048690 [ 277 ] {e7ea5729-800a-4fb9-a6eb-029fe79789e0} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 392 | 2025.03.01 01:14:52.048723 [ 277 ] {e7ea5729-800a-4fb9-a6eb-029fe79789e0} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.7702e-05 sec | ||
| 393 | 2025.03.01 01:14:52.048739 [ 277 ] {e7ea5729-800a-4fb9-a6eb-029fe79789e0} <Trace> ReferentialDeps: No tables | ||
| 394 | 2025.03.01 01:14:52.048751 [ 277 ] {e7ea5729-800a-4fb9-a6eb-029fe79789e0} <Trace> LoadingDeps: No tables | ||
| 395 | 2025.03.01 01:14:52.048777 [ 277 ] {e7ea5729-800a-4fb9-a6eb-029fe79789e0} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 396 | 2025.03.01 01:14:52.048831 [ 277 ] {e7ea5729-800a-4fb9-a6eb-029fe79789e0} <Debug> TCPHandler: Processed in 0.001617473 sec. | ||
| 397 | 2025.03.01 01:14:52.049022 [ 274 ] {} <Trace> TCP-Session: c666ce3d-fcf9-44c4-9be8-abd678abd7fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 398 | 2025.03.01 01:14:52.049209 [ 274 ] {5102382d-20a6-4167-bf20-014be0a207de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48959) /* The version table contains metadata about the `oximeter` database */ | ||
| 399 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 400 | 2025.03.01 01:14:52.049284 [ 274 ] {5102382d-20a6-4167-bf20-014be0a207de} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 401 | 2025.03.01 01:14:52.056291 [ 274 ] {5102382d-20a6-4167-bf20-014be0a207de} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 402 | 2025.03.01 01:14:52.057585 [ 274 ] {5102382d-20a6-4167-bf20-014be0a207de} <Debug> oximeter.version (b512c31f-090f-4d9b-a914-9e449011e40d): Loading data parts | ||
| 403 | 2025.03.01 01:14:52.058248 [ 274 ] {5102382d-20a6-4167-bf20-014be0a207de} <Debug> oximeter.version (b512c31f-090f-4d9b-a914-9e449011e40d): There are no data parts | ||
| 404 | 2025.03.01 01:14:52.061143 [ 274 ] {5102382d-20a6-4167-bf20-014be0a207de} <Debug> TCPHandler: Processed in 0.012178558 sec. | ||
| 405 | 2025.03.01 01:14:52.061382 [ 277 ] {} <Trace> TCP-Session: d983528e-24a3-41df-9620-254860d2ee1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 406 | 2025.03.01 01:14:52.061614 [ 277 ] {5b0dd889-e98a-424e-a9f6-70091f92194e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38180) /* The measurement tables contain all individual samples from each timeseries. | ||
| 407 | * | ||
| 408 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 409 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 410 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 411 | * by all samples from the same timeseries. | ||
| 412 | * | ||
| 413 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 414 | * and then uses that to index quickly into the measurements tables. | ||
| 415 | */ | ||
| 416 | 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) | ||
| 417 | 2025.03.01 01:14:52.061696 [ 277 ] {5b0dd889-e98a-424e-a9f6-70091f92194e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 418 | 2025.03.01 01:14:52.069334 [ 277 ] {5b0dd889-e98a-424e-a9f6-70091f92194e} <Debug> oximeter.measurements_bool (e1a9fcf2-6bf1-46dc-bd11-09054a31a240): Loading data parts | ||
| 419 | 2025.03.01 01:14:52.069547 [ 277 ] {5b0dd889-e98a-424e-a9f6-70091f92194e} <Debug> oximeter.measurements_bool (e1a9fcf2-6bf1-46dc-bd11-09054a31a240): There are no data parts | ||
| 420 | 2025.03.01 01:14:52.070796 [ 277 ] {5b0dd889-e98a-424e-a9f6-70091f92194e} <Debug> TCPHandler: Processed in 0.009479123 sec. | ||
| 421 | 2025.03.01 01:14:52.071031 [ 274 ] {} <Trace> TCP-Session: c666ce3d-fcf9-44c4-9be8-abd678abd7fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 422 | 2025.03.01 01:14:52.071319 [ 274 ] {aec9a96e-8721-4f45-a698-dfd18405342b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48959) 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) | ||
| 423 | 2025.03.01 01:14:52.071391 [ 274 ] {aec9a96e-8721-4f45-a698-dfd18405342b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 424 | 2025.03.01 01:14:52.073665 [ 274 ] {aec9a96e-8721-4f45-a698-dfd18405342b} <Debug> oximeter.measurements_i8 (eb8c00fe-246e-4e89-ae62-f16a81b7bb9a): Loading data parts | ||
| 425 | 2025.03.01 01:14:52.073919 [ 274 ] {aec9a96e-8721-4f45-a698-dfd18405342b} <Debug> oximeter.measurements_i8 (eb8c00fe-246e-4e89-ae62-f16a81b7bb9a): There are no data parts | ||
| 426 | 2025.03.01 01:14:52.075305 [ 274 ] {aec9a96e-8721-4f45-a698-dfd18405342b} <Debug> TCPHandler: Processed in 0.004345499 sec. | ||
| 427 | 2025.03.01 01:14:52.076158 [ 277 ] {} <Trace> TCP-Session: d983528e-24a3-41df-9620-254860d2ee1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 428 | 2025.03.01 01:14:52.076531 [ 277 ] {51d01275-3c55-400c-ae2e-6242db196087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38180) 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) | ||
| 429 | 2025.03.01 01:14:52.076640 [ 277 ] {51d01275-3c55-400c-ae2e-6242db196087} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 430 | 2025.03.01 01:14:52.078698 [ 277 ] {51d01275-3c55-400c-ae2e-6242db196087} <Debug> oximeter.measurements_u8 (e71ebffb-82ec-4630-8f40-09580813ceb1): Loading data parts | ||
| 431 | 2025.03.01 01:14:52.078903 [ 277 ] {51d01275-3c55-400c-ae2e-6242db196087} <Debug> oximeter.measurements_u8 (e71ebffb-82ec-4630-8f40-09580813ceb1): There are no data parts | ||
| 432 | 2025.03.01 01:14:52.080330 [ 277 ] {51d01275-3c55-400c-ae2e-6242db196087} <Debug> TCPHandler: Processed in 0.004271587 sec. | ||
| 433 | 2025.03.01 01:14:52.080576 [ 274 ] {} <Trace> TCP-Session: c666ce3d-fcf9-44c4-9be8-abd678abd7fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 434 | 2025.03.01 01:14:52.080832 [ 274 ] {f2efa6df-3239-4ce3-878c-691b2606d367} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48959) 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) | ||
| 435 | 2025.03.01 01:14:52.080885 [ 274 ] {f2efa6df-3239-4ce3-878c-691b2606d367} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 436 | 2025.03.01 01:14:52.082903 [ 274 ] {f2efa6df-3239-4ce3-878c-691b2606d367} <Debug> oximeter.measurements_i16 (e319ffcc-bc2e-4bad-9629-eed5d1b00dc1): Loading data parts | ||
| 437 | 2025.03.01 01:14:52.083078 [ 274 ] {f2efa6df-3239-4ce3-878c-691b2606d367} <Debug> oximeter.measurements_i16 (e319ffcc-bc2e-4bad-9629-eed5d1b00dc1): There are no data parts | ||
| 438 | 2025.03.01 01:14:52.084296 [ 274 ] {f2efa6df-3239-4ce3-878c-691b2606d367} <Debug> TCPHandler: Processed in 0.003786537 sec. | ||
| 439 | 2025.03.01 01:14:52.084619 [ 277 ] {} <Trace> TCP-Session: d983528e-24a3-41df-9620-254860d2ee1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 440 | 2025.03.01 01:14:52.084883 [ 277 ] {dbf648f4-8048-4a72-bfd7-ca377527f20b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38180) 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) | ||
| 441 | 2025.03.01 01:14:52.084982 [ 277 ] {dbf648f4-8048-4a72-bfd7-ca377527f20b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 442 | 2025.03.01 01:14:52.086929 [ 277 ] {dbf648f4-8048-4a72-bfd7-ca377527f20b} <Debug> oximeter.measurements_u16 (d7c82ddf-2333-4a4e-87f4-dd46ef823ad3): Loading data parts | ||
| 443 | 2025.03.01 01:14:52.087173 [ 277 ] {dbf648f4-8048-4a72-bfd7-ca377527f20b} <Debug> oximeter.measurements_u16 (d7c82ddf-2333-4a4e-87f4-dd46ef823ad3): There are no data parts | ||
| 444 | 2025.03.01 01:14:52.088612 [ 277 ] {dbf648f4-8048-4a72-bfd7-ca377527f20b} <Debug> TCPHandler: Processed in 0.004066833 sec. | ||
| 445 | 2025.03.01 01:14:52.088820 [ 274 ] {} <Trace> TCP-Session: c666ce3d-fcf9-44c4-9be8-abd678abd7fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 446 | 2025.03.01 01:14:52.089067 [ 274 ] {959054f6-9101-47e2-aac3-ca0ceea094d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48959) 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) | ||
| 447 | 2025.03.01 01:14:52.089136 [ 274 ] {959054f6-9101-47e2-aac3-ca0ceea094d1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 448 | 2025.03.01 01:14:52.091427 [ 274 ] {959054f6-9101-47e2-aac3-ca0ceea094d1} <Debug> oximeter.measurements_i32 (a52ca6e5-a103-4bdc-a880-eb4cb159b099): Loading data parts | ||
| 449 | 2025.03.01 01:14:52.091611 [ 274 ] {959054f6-9101-47e2-aac3-ca0ceea094d1} <Debug> oximeter.measurements_i32 (a52ca6e5-a103-4bdc-a880-eb4cb159b099): There are no data parts | ||
| 450 | 2025.03.01 01:14:52.093193 [ 274 ] {959054f6-9101-47e2-aac3-ca0ceea094d1} <Debug> TCPHandler: Processed in 0.004434371 sec. | ||
| 451 | 2025.03.01 01:14:52.093459 [ 277 ] {} <Trace> TCP-Session: d983528e-24a3-41df-9620-254860d2ee1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 452 | 2025.03.01 01:14:52.093699 [ 277 ] {1693b1c4-de49-4bcd-9db7-620170d70485} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38180) 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) | ||
| 453 | 2025.03.01 01:14:52.093789 [ 277 ] {1693b1c4-de49-4bcd-9db7-620170d70485} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 454 | 2025.03.01 01:14:52.095685 [ 277 ] {1693b1c4-de49-4bcd-9db7-620170d70485} <Debug> oximeter.measurements_u32 (aa916632-5019-4104-9898-00bfa8ba1186): Loading data parts | ||
| 455 | 2025.03.01 01:14:52.095869 [ 277 ] {1693b1c4-de49-4bcd-9db7-620170d70485} <Debug> oximeter.measurements_u32 (aa916632-5019-4104-9898-00bfa8ba1186): There are no data parts | ||
| 456 | 2025.03.01 01:14:52.096977 [ 277 ] {1693b1c4-de49-4bcd-9db7-620170d70485} <Debug> TCPHandler: Processed in 0.003609524 sec. | ||
| 457 | 2025.03.01 01:14:52.097195 [ 274 ] {} <Trace> TCP-Session: c666ce3d-fcf9-44c4-9be8-abd678abd7fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 458 | 2025.03.01 01:14:52.097433 [ 274 ] {ee32f6a2-3e74-43b5-a46d-e384ec97ad6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48959) 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) | ||
| 459 | 2025.03.01 01:14:52.097500 [ 274 ] {ee32f6a2-3e74-43b5-a46d-e384ec97ad6c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 460 | 2025.03.01 01:14:52.099641 [ 274 ] {ee32f6a2-3e74-43b5-a46d-e384ec97ad6c} <Debug> oximeter.measurements_i64 (e39d9944-bc43-402b-8b21-fef205e8e863): Loading data parts | ||
| 461 | 2025.03.01 01:14:52.099854 [ 274 ] {ee32f6a2-3e74-43b5-a46d-e384ec97ad6c} <Debug> oximeter.measurements_i64 (e39d9944-bc43-402b-8b21-fef205e8e863): There are no data parts | ||
| 462 | 2025.03.01 01:14:52.101173 [ 274 ] {ee32f6a2-3e74-43b5-a46d-e384ec97ad6c} <Debug> TCPHandler: Processed in 0.004038702 sec. | ||
| 463 | 2025.03.01 01:14:52.101392 [ 277 ] {} <Trace> TCP-Session: d983528e-24a3-41df-9620-254860d2ee1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 464 | 2025.03.01 01:14:52.101599 [ 277 ] {3f8340b3-e9a2-4d5e-950f-08c5cab1ce77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38180) 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) | ||
| 465 | 2025.03.01 01:14:52.101681 [ 277 ] {3f8340b3-e9a2-4d5e-950f-08c5cab1ce77} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 466 | 2025.03.01 01:14:52.103511 [ 277 ] {3f8340b3-e9a2-4d5e-950f-08c5cab1ce77} <Debug> oximeter.measurements_u64 (5adedf6f-362a-4741-b51a-3ac3a4dfd48a): Loading data parts | ||
| 467 | 2025.03.01 01:14:52.103691 [ 277 ] {3f8340b3-e9a2-4d5e-950f-08c5cab1ce77} <Debug> oximeter.measurements_u64 (5adedf6f-362a-4741-b51a-3ac3a4dfd48a): There are no data parts | ||
| 468 | 2025.03.01 01:14:52.104973 [ 277 ] {3f8340b3-e9a2-4d5e-950f-08c5cab1ce77} <Debug> TCPHandler: Processed in 0.003636435 sec. | ||
| 469 | 2025.03.01 01:14:52.105191 [ 274 ] {} <Trace> TCP-Session: c666ce3d-fcf9-44c4-9be8-abd678abd7fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 470 | 2025.03.01 01:14:52.105476 [ 274 ] {ac22e562-f9a6-45ad-9e1c-d46c40e632ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48959) 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) | ||
| 471 | 2025.03.01 01:14:52.105558 [ 274 ] {ac22e562-f9a6-45ad-9e1c-d46c40e632ff} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 472 | 2025.03.01 01:14:52.107804 [ 274 ] {ac22e562-f9a6-45ad-9e1c-d46c40e632ff} <Debug> oximeter.measurements_f32 (d17a3691-99c5-4ffb-8489-f64af746d3fe): Loading data parts | ||
| 473 | 2025.03.01 01:14:52.107984 [ 274 ] {ac22e562-f9a6-45ad-9e1c-d46c40e632ff} <Debug> oximeter.measurements_f32 (d17a3691-99c5-4ffb-8489-f64af746d3fe): There are no data parts | ||
| 474 | 2025.03.01 01:14:52.109361 [ 274 ] {ac22e562-f9a6-45ad-9e1c-d46c40e632ff} <Debug> TCPHandler: Processed in 0.004235427 sec. | ||
| 475 | 2025.03.01 01:14:52.109616 [ 277 ] {} <Trace> TCP-Session: d983528e-24a3-41df-9620-254860d2ee1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 476 | 2025.03.01 01:14:52.109837 [ 277 ] {b61e1527-ce76-4723-8325-f4e43eb3f07a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38180) 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) | ||
| 477 | 2025.03.01 01:14:52.109922 [ 277 ] {b61e1527-ce76-4723-8325-f4e43eb3f07a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 478 | 2025.03.01 01:14:52.111752 [ 277 ] {b61e1527-ce76-4723-8325-f4e43eb3f07a} <Debug> oximeter.measurements_f64 (af928e8a-d79f-47b2-8f49-441bd3ebddd3): Loading data parts | ||
| 479 | 2025.03.01 01:14:52.111931 [ 277 ] {b61e1527-ce76-4723-8325-f4e43eb3f07a} <Debug> oximeter.measurements_f64 (af928e8a-d79f-47b2-8f49-441bd3ebddd3): There are no data parts | ||
| 480 | 2025.03.01 01:14:52.113169 [ 277 ] {b61e1527-ce76-4723-8325-f4e43eb3f07a} <Debug> TCPHandler: Processed in 0.003617973 sec. | ||
| 481 | 2025.03.01 01:14:52.113369 [ 274 ] {} <Trace> TCP-Session: c666ce3d-fcf9-44c4-9be8-abd678abd7fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 482 | 2025.03.01 01:14:52.113583 [ 274 ] {22e08647-5c7a-4815-8dd2-736c2bb900df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48959) 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) | ||
| 483 | 2025.03.01 01:14:52.113666 [ 274 ] {22e08647-5c7a-4815-8dd2-736c2bb900df} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 484 | 2025.03.01 01:14:52.115392 [ 274 ] {22e08647-5c7a-4815-8dd2-736c2bb900df} <Debug> oximeter.measurements_string (a07fdd0b-8827-4c56-a921-4cee05ebc8f2): Loading data parts | ||
| 485 | 2025.03.01 01:14:52.115591 [ 274 ] {22e08647-5c7a-4815-8dd2-736c2bb900df} <Debug> oximeter.measurements_string (a07fdd0b-8827-4c56-a921-4cee05ebc8f2): There are no data parts | ||
| 486 | 2025.03.01 01:14:52.116798 [ 274 ] {22e08647-5c7a-4815-8dd2-736c2bb900df} <Debug> TCPHandler: Processed in 0.003488511 sec. | ||
| 487 | 2025.03.01 01:14:52.117028 [ 277 ] {} <Trace> TCP-Session: d983528e-24a3-41df-9620-254860d2ee1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 488 | 2025.03.01 01:14:52.117238 [ 277 ] {f221a379-7e46-4846-9d0b-7864ea77498a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38180) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 489 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 490 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 491 | * a string isn't palatable for a few reasons. | ||
| 492 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 493 | * details. | ||
| 494 | */ | ||
| 495 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 496 | 2025.03.01 01:14:52.117322 [ 277 ] {f221a379-7e46-4846-9d0b-7864ea77498a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 497 | 2025.03.01 01:14:52.119290 [ 277 ] {f221a379-7e46-4846-9d0b-7864ea77498a} <Debug> oximeter.measurements_bytes (2e0211a4-3559-4a7e-966e-2a8137fb7037): Loading data parts | ||
| 498 | 2025.03.01 01:14:52.119471 [ 277 ] {f221a379-7e46-4846-9d0b-7864ea77498a} <Debug> oximeter.measurements_bytes (2e0211a4-3559-4a7e-966e-2a8137fb7037): There are no data parts | ||
| 499 | 2025.03.01 01:14:52.120667 [ 277 ] {f221a379-7e46-4846-9d0b-7864ea77498a} <Debug> TCPHandler: Processed in 0.003696845 sec. | ||
| 500 | 2025.03.01 01:14:52.120904 [ 274 ] {} <Trace> TCP-Session: c666ce3d-fcf9-44c4-9be8-abd678abd7fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 501 | 2025.03.01 01:14:52.121122 [ 274 ] {1ab6acae-25fb-40f9-b7e1-c2608fb77fd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48959) 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) | ||
| 502 | 2025.03.01 01:14:52.121209 [ 274 ] {1ab6acae-25fb-40f9-b7e1-c2608fb77fd4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 503 | 2025.03.01 01:14:52.122914 [ 274 ] {1ab6acae-25fb-40f9-b7e1-c2608fb77fd4} <Debug> oximeter.measurements_cumulativei64 (838e7431-c8ad-49ed-bcbf-6aee0aa14d56): Loading data parts | ||
| 504 | 2025.03.01 01:14:52.123104 [ 274 ] {1ab6acae-25fb-40f9-b7e1-c2608fb77fd4} <Debug> oximeter.measurements_cumulativei64 (838e7431-c8ad-49ed-bcbf-6aee0aa14d56): There are no data parts | ||
| 505 | 2025.03.01 01:14:52.124298 [ 274 ] {1ab6acae-25fb-40f9-b7e1-c2608fb77fd4} <Debug> TCPHandler: Processed in 0.0034557 sec. | ||
| 506 | 2025.03.01 01:14:52.124504 [ 277 ] {} <Trace> TCP-Session: d983528e-24a3-41df-9620-254860d2ee1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 507 | 2025.03.01 01:14:52.124763 [ 277 ] {a05830d5-7e07-477b-9211-d944b5c6c5f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38180) 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) | ||
| 508 | 2025.03.01 01:14:52.124835 [ 277 ] {a05830d5-7e07-477b-9211-d944b5c6c5f6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 509 | 2025.03.01 01:14:52.126572 [ 277 ] {a05830d5-7e07-477b-9211-d944b5c6c5f6} <Debug> oximeter.measurements_cumulativeu64 (0216c0f3-465a-4e96-bf8d-31b43df265ef): Loading data parts | ||
| 510 | 2025.03.01 01:14:52.126731 [ 277 ] {a05830d5-7e07-477b-9211-d944b5c6c5f6} <Debug> oximeter.measurements_cumulativeu64 (0216c0f3-465a-4e96-bf8d-31b43df265ef): There are no data parts | ||
| 511 | 2025.03.01 01:14:52.127956 [ 277 ] {a05830d5-7e07-477b-9211-d944b5c6c5f6} <Debug> TCPHandler: Processed in 0.003507602 sec. | ||
| 512 | 2025.03.01 01:14:52.128157 [ 274 ] {} <Trace> TCP-Session: c666ce3d-fcf9-44c4-9be8-abd678abd7fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 513 | 2025.03.01 01:14:52.128380 [ 274 ] {a11c8b05-ca6b-4584-adda-95679cbb6e98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48959) 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) | ||
| 514 | 2025.03.01 01:14:52.128468 [ 274 ] {a11c8b05-ca6b-4584-adda-95679cbb6e98} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 515 | 2025.03.01 01:14:52.130246 [ 274 ] {a11c8b05-ca6b-4584-adda-95679cbb6e98} <Debug> oximeter.measurements_cumulativef32 (05fa5e67-e690-4aa9-8e30-a6ab3ecf5d9d): Loading data parts | ||
| 516 | 2025.03.01 01:14:52.130440 [ 274 ] {a11c8b05-ca6b-4584-adda-95679cbb6e98} <Debug> oximeter.measurements_cumulativef32 (05fa5e67-e690-4aa9-8e30-a6ab3ecf5d9d): There are no data parts | ||
| 517 | 2025.03.01 01:14:52.131650 [ 274 ] {a11c8b05-ca6b-4584-adda-95679cbb6e98} <Debug> TCPHandler: Processed in 0.003551152 sec. | ||
| 518 | 2025.03.01 01:14:52.131873 [ 277 ] {} <Trace> TCP-Session: d983528e-24a3-41df-9620-254860d2ee1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 519 | 2025.03.01 01:14:52.132112 [ 277 ] {e1492a70-ab8c-4e29-96ac-cc2ad218af04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38180) 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) | ||
| 520 | 2025.03.01 01:14:52.132197 [ 277 ] {e1492a70-ab8c-4e29-96ac-cc2ad218af04} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 521 | 2025.03.01 01:14:52.133918 [ 277 ] {e1492a70-ab8c-4e29-96ac-cc2ad218af04} <Debug> oximeter.measurements_cumulativef64 (d65e8b15-e936-4b5f-9618-d748b4db25c9): Loading data parts | ||
| 522 | 2025.03.01 01:14:52.134101 [ 277 ] {e1492a70-ab8c-4e29-96ac-cc2ad218af04} <Debug> oximeter.measurements_cumulativef64 (d65e8b15-e936-4b5f-9618-d748b4db25c9): There are no data parts | ||
| 523 | 2025.03.01 01:14:52.135305 [ 277 ] {e1492a70-ab8c-4e29-96ac-cc2ad218af04} <Debug> TCPHandler: Processed in 0.003498531 sec. | ||
| 524 | 2025.03.01 01:14:52.135522 [ 274 ] {} <Trace> TCP-Session: c666ce3d-fcf9-44c4-9be8-abd678abd7fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 525 | 2025.03.01 01:14:52.135926 [ 274 ] {2a7ae528-67b8-49ab-af4c-fc7157b8dfe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48959) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 526 | * NOTE: Array types cannot be Nullable, see | ||
| 527 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 528 | * for more details. | ||
| 529 | * | ||
| 530 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 531 | * is unfortunate, and at this point relies on the fact that an | ||
| 532 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 533 | * to figure out another way to represent missing samples here. | ||
| 534 | */ | ||
| 535 | 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) | ||
| 536 | 2025.03.01 01:14:52.136021 [ 274 ] {2a7ae528-67b8-49ab-af4c-fc7157b8dfe1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 537 | 2025.03.01 01:14:52.138038 [ 274 ] {2a7ae528-67b8-49ab-af4c-fc7157b8dfe1} <Debug> oximeter.measurements_histogrami8 (1838e8d2-bd1a-4691-9f30-93109bcd5ff0): Loading data parts | ||
| 538 | 2025.03.01 01:14:52.138196 [ 274 ] {2a7ae528-67b8-49ab-af4c-fc7157b8dfe1} <Debug> oximeter.measurements_histogrami8 (1838e8d2-bd1a-4691-9f30-93109bcd5ff0): There are no data parts | ||
| 539 | 2025.03.01 01:14:52.139536 [ 274 ] {2a7ae528-67b8-49ab-af4c-fc7157b8dfe1} <Debug> TCPHandler: Processed in 0.004083493 sec. | ||
| 540 | 2025.03.01 01:14:52.139764 [ 277 ] {} <Trace> TCP-Session: d983528e-24a3-41df-9620-254860d2ee1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 541 | 2025.03.01 01:14:52.140058 [ 277 ] {7026c015-3ecf-4721-b3c5-ee5d0f1d4483} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38180) 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) | ||
| 542 | 2025.03.01 01:14:52.140152 [ 277 ] {7026c015-3ecf-4721-b3c5-ee5d0f1d4483} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 543 | 2025.03.01 01:14:52.142393 [ 277 ] {7026c015-3ecf-4721-b3c5-ee5d0f1d4483} <Debug> oximeter.measurements_histogramu8 (5bafb2a3-ed39-4c0b-b553-503e0fb31bdf): Loading data parts | ||
| 544 | 2025.03.01 01:14:52.142585 [ 277 ] {7026c015-3ecf-4721-b3c5-ee5d0f1d4483} <Debug> oximeter.measurements_histogramu8 (5bafb2a3-ed39-4c0b-b553-503e0fb31bdf): There are no data parts | ||
| 545 | 2025.03.01 01:14:52.143828 [ 277 ] {7026c015-3ecf-4721-b3c5-ee5d0f1d4483} <Debug> TCPHandler: Processed in 0.004122834 sec. | ||
| 546 | 2025.03.01 01:14:52.144035 [ 274 ] {} <Trace> TCP-Session: c666ce3d-fcf9-44c4-9be8-abd678abd7fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 547 | 2025.03.01 01:14:52.144372 [ 274 ] {f12476ab-5a12-4642-b9a8-408883734f7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48959) 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) | ||
| 548 | 2025.03.01 01:14:52.144455 [ 274 ] {f12476ab-5a12-4642-b9a8-408883734f7d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 549 | 2025.03.01 01:14:52.146594 [ 274 ] {f12476ab-5a12-4642-b9a8-408883734f7d} <Debug> oximeter.measurements_histogrami16 (6a0ce2d4-083c-481e-a7ac-4ce3df13822b): Loading data parts | ||
| 550 | 2025.03.01 01:14:52.146779 [ 274 ] {f12476ab-5a12-4642-b9a8-408883734f7d} <Debug> oximeter.measurements_histogrami16 (6a0ce2d4-083c-481e-a7ac-4ce3df13822b): There are no data parts | ||
| 551 | 2025.03.01 01:14:52.148015 [ 274 ] {f12476ab-5a12-4642-b9a8-408883734f7d} <Debug> TCPHandler: Processed in 0.004039092 sec. | ||
| 552 | 2025.03.01 01:14:52.148248 [ 277 ] {} <Trace> TCP-Session: d983528e-24a3-41df-9620-254860d2ee1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 553 | 2025.03.01 01:14:52.148548 [ 277 ] {2f36cea9-e7bd-44b1-8c46-b4a1b718734a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38180) 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) | ||
| 554 | 2025.03.01 01:14:52.148645 [ 277 ] {2f36cea9-e7bd-44b1-8c46-b4a1b718734a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 555 | 2025.03.01 01:14:52.150734 [ 277 ] {2f36cea9-e7bd-44b1-8c46-b4a1b718734a} <Debug> oximeter.measurements_histogramu16 (d777b878-56b6-427a-a3a2-0f202717e861): Loading data parts | ||
| 556 | 2025.03.01 01:14:52.150933 [ 277 ] {2f36cea9-e7bd-44b1-8c46-b4a1b718734a} <Debug> oximeter.measurements_histogramu16 (d777b878-56b6-427a-a3a2-0f202717e861): There are no data parts | ||
| 557 | 2025.03.01 01:14:52.152242 [ 277 ] {2f36cea9-e7bd-44b1-8c46-b4a1b718734a} <Debug> TCPHandler: Processed in 0.004055682 sec. | ||
| 558 | 2025.03.01 01:14:52.152459 [ 274 ] {} <Trace> TCP-Session: c666ce3d-fcf9-44c4-9be8-abd678abd7fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 559 | 2025.03.01 01:14:52.152850 [ 274 ] {38874846-af85-4619-b075-27891713afbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48959) 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) | ||
| 560 | 2025.03.01 01:14:52.152946 [ 274 ] {38874846-af85-4619-b075-27891713afbd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 561 | 2025.03.01 01:14:52.155026 [ 274 ] {38874846-af85-4619-b075-27891713afbd} <Debug> oximeter.measurements_histogrami32 (c7542796-8dbf-433f-8e81-49464f866810): Loading data parts | ||
| 562 | 2025.03.01 01:14:52.155202 [ 274 ] {38874846-af85-4619-b075-27891713afbd} <Debug> oximeter.measurements_histogrami32 (c7542796-8dbf-433f-8e81-49464f866810): There are no data parts | ||
| 563 | 2025.03.01 01:14:52.156564 [ 274 ] {38874846-af85-4619-b075-27891713afbd} <Debug> TCPHandler: Processed in 0.004172675 sec. | ||
| 564 | 2025.03.01 01:14:52.156789 [ 277 ] {} <Trace> TCP-Session: d983528e-24a3-41df-9620-254860d2ee1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 565 | 2025.03.01 01:14:52.157084 [ 277 ] {fef4c499-2068-40d5-8f2a-53ed8003fabf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38180) 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) | ||
| 566 | 2025.03.01 01:14:52.157180 [ 277 ] {fef4c499-2068-40d5-8f2a-53ed8003fabf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 567 | 2025.03.01 01:14:52.159134 [ 277 ] {fef4c499-2068-40d5-8f2a-53ed8003fabf} <Debug> oximeter.measurements_histogramu32 (f362870c-d578-48d3-8f13-659016a96bae): Loading data parts | ||
| 568 | 2025.03.01 01:14:52.159321 [ 277 ] {fef4c499-2068-40d5-8f2a-53ed8003fabf} <Debug> oximeter.measurements_histogramu32 (f362870c-d578-48d3-8f13-659016a96bae): There are no data parts | ||
| 569 | 2025.03.01 01:14:52.160672 [ 277 ] {fef4c499-2068-40d5-8f2a-53ed8003fabf} <Debug> TCPHandler: Processed in 0.00394431 sec. | ||
| 570 | 2025.03.01 01:14:52.160877 [ 274 ] {} <Trace> TCP-Session: c666ce3d-fcf9-44c4-9be8-abd678abd7fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 571 | 2025.03.01 01:14:52.161273 [ 274 ] {ab54cc5e-0e0e-417b-9712-d6d1450b9d7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48959) 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) | ||
| 572 | 2025.03.01 01:14:52.161374 [ 274 ] {ab54cc5e-0e0e-417b-9712-d6d1450b9d7e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 573 | 2025.03.01 01:14:52.163512 [ 274 ] {ab54cc5e-0e0e-417b-9712-d6d1450b9d7e} <Debug> oximeter.measurements_histogrami64 (ee14299d-a7b7-4040-b613-db7e2576fab1): Loading data parts | ||
| 574 | 2025.03.01 01:14:52.163668 [ 274 ] {ab54cc5e-0e0e-417b-9712-d6d1450b9d7e} <Debug> oximeter.measurements_histogrami64 (ee14299d-a7b7-4040-b613-db7e2576fab1): There are no data parts | ||
| 575 | 2025.03.01 01:14:52.164997 [ 274 ] {ab54cc5e-0e0e-417b-9712-d6d1450b9d7e} <Debug> TCPHandler: Processed in 0.004188305 sec. | ||
| 576 | 2025.03.01 01:14:52.165213 [ 277 ] {} <Trace> TCP-Session: d983528e-24a3-41df-9620-254860d2ee1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 577 | 2025.03.01 01:14:52.165509 [ 277 ] {40032432-af95-4b61-a5e9-ea701a5f602c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38180) 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) | ||
| 578 | 2025.03.01 01:14:52.165605 [ 277 ] {40032432-af95-4b61-a5e9-ea701a5f602c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 579 | 2025.03.01 01:14:52.167558 [ 277 ] {40032432-af95-4b61-a5e9-ea701a5f602c} <Debug> oximeter.measurements_histogramu64 (51148921-cd7f-4848-a9d6-9350cbf18fce): Loading data parts | ||
| 580 | 2025.03.01 01:14:52.167744 [ 277 ] {40032432-af95-4b61-a5e9-ea701a5f602c} <Debug> oximeter.measurements_histogramu64 (51148921-cd7f-4848-a9d6-9350cbf18fce): There are no data parts | ||
| 581 | 2025.03.01 01:14:52.168998 [ 277 ] {40032432-af95-4b61-a5e9-ea701a5f602c} <Debug> TCPHandler: Processed in 0.003843289 sec. | ||
| 582 | 2025.03.01 01:14:52.169213 [ 274 ] {} <Trace> TCP-Session: c666ce3d-fcf9-44c4-9be8-abd678abd7fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 583 | 2025.03.01 01:14:52.169590 [ 274 ] {ed438e10-d341-4eaa-9084-b78f8db35144} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48959) 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) | ||
| 584 | 2025.03.01 01:14:52.169696 [ 274 ] {ed438e10-d341-4eaa-9084-b78f8db35144} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 585 | 2025.03.01 01:14:52.171892 [ 274 ] {ed438e10-d341-4eaa-9084-b78f8db35144} <Debug> oximeter.measurements_histogramf32 (c6e08e11-713d-4f0a-9add-cbbf15be9a8f): Loading data parts | ||
| 586 | 2025.03.01 01:14:52.172067 [ 274 ] {ed438e10-d341-4eaa-9084-b78f8db35144} <Debug> oximeter.measurements_histogramf32 (c6e08e11-713d-4f0a-9add-cbbf15be9a8f): There are no data parts | ||
| 587 | 2025.03.01 01:14:52.173400 [ 274 ] {ed438e10-d341-4eaa-9084-b78f8db35144} <Debug> TCPHandler: Processed in 0.004255596 sec. | ||
| 588 | 2025.03.01 01:14:52.173605 [ 277 ] {} <Trace> TCP-Session: d983528e-24a3-41df-9620-254860d2ee1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 589 | 2025.03.01 01:14:52.173893 [ 277 ] {f9326035-dbf7-4509-8a41-6da4741df301} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38180) 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) | ||
| 590 | 2025.03.01 01:14:52.173988 [ 277 ] {f9326035-dbf7-4509-8a41-6da4741df301} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 591 | 2025.03.01 01:14:52.176037 [ 277 ] {f9326035-dbf7-4509-8a41-6da4741df301} <Debug> oximeter.measurements_histogramf64 (ea044f47-c3e3-4162-81a3-45d3420fee5f): Loading data parts | ||
| 592 | 2025.03.01 01:14:52.176230 [ 277 ] {f9326035-dbf7-4509-8a41-6da4741df301} <Debug> oximeter.measurements_histogramf64 (ea044f47-c3e3-4162-81a3-45d3420fee5f): There are no data parts | ||
| 593 | 2025.03.01 01:14:52.177517 [ 277 ] {f9326035-dbf7-4509-8a41-6da4741df301} <Debug> TCPHandler: Processed in 0.003969681 sec. | ||
| 594 | 2025.03.01 01:14:52.177724 [ 274 ] {} <Trace> TCP-Session: c666ce3d-fcf9-44c4-9be8-abd678abd7fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 595 | 2025.03.01 01:14:52.177979 [ 274 ] {2495f516-dd70-45ea-acfe-b3ca69433332} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48959) /* The field tables store named dimensions of each timeseries. | ||
| 596 | * | ||
| 597 | * As with the measurement tables, there is one field table for each field data | ||
| 598 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 599 | * this behavior **must not** be relied upon for query correctness. | ||
| 600 | * | ||
| 601 | * The index for the fields differs from the measurements, however. Rows are | ||
| 602 | * sorted by timeseries name, then field name, field value, and finally | ||
| 603 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 604 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 605 | * usually then used to look up measurements. | ||
| 606 | * | ||
| 607 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 608 | * timeseries name and then key, since it would improve lookups where one | ||
| 609 | * already has the key. Realistically though, these tables are quite small and | ||
| 610 | * so performance benefits will be low in absolute terms. | ||
| 611 | * | ||
| 612 | * TTL: We use a materialized column to expire old field table records. This | ||
| 613 | * column is generated automatically by the database whenever a new row is | ||
| 614 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 615 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 616 | * record will remain during a deduplication, which will have the last | ||
| 617 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 618 | * measurement tables. | ||
| 619 | */ | ||
| 620 | 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) | ||
| 621 | 2025.03.01 01:14:52.178059 [ 274 ] {2495f516-dd70-45ea-acfe-b3ca69433332} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 622 | 2025.03.01 01:14:52.180084 [ 274 ] {2495f516-dd70-45ea-acfe-b3ca69433332} <Debug> oximeter.fields_bool (401b2145-b091-4659-aa7a-1878971c9f64): Loading data parts | ||
| 623 | 2025.03.01 01:14:52.180238 [ 274 ] {2495f516-dd70-45ea-acfe-b3ca69433332} <Debug> oximeter.fields_bool (401b2145-b091-4659-aa7a-1878971c9f64): There are no data parts | ||
| 624 | 2025.03.01 01:14:52.181586 [ 274 ] {2495f516-dd70-45ea-acfe-b3ca69433332} <Debug> TCPHandler: Processed in 0.00392031 sec. | ||
| 625 | 2025.03.01 01:14:52.181796 [ 277 ] {} <Trace> TCP-Session: d983528e-24a3-41df-9620-254860d2ee1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 626 | 2025.03.01 01:14:52.182045 [ 277 ] {13f2f197-96c0-4755-9152-e9e75b4edbbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38180) 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) | ||
| 627 | 2025.03.01 01:14:52.182129 [ 277 ] {13f2f197-96c0-4755-9152-e9e75b4edbbd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 628 | 2025.03.01 01:14:52.183936 [ 277 ] {13f2f197-96c0-4755-9152-e9e75b4edbbd} <Debug> oximeter.fields_i8 (565ebe64-d647-4d7b-aeee-19856f09b4b5): Loading data parts | ||
| 629 | 2025.03.01 01:14:52.184113 [ 277 ] {13f2f197-96c0-4755-9152-e9e75b4edbbd} <Debug> oximeter.fields_i8 (565ebe64-d647-4d7b-aeee-19856f09b4b5): There are no data parts | ||
| 630 | 2025.03.01 01:14:52.185495 [ 277 ] {13f2f197-96c0-4755-9152-e9e75b4edbbd} <Debug> TCPHandler: Processed in 0.003755927 sec. | ||
| 631 | 2025.03.01 01:14:52.185698 [ 274 ] {} <Trace> TCP-Session: c666ce3d-fcf9-44c4-9be8-abd678abd7fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 632 | 2025.03.01 01:14:52.185908 [ 274 ] {3d21f585-8858-409a-8c74-3db4e1d66d2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48959) 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) | ||
| 633 | 2025.03.01 01:14:52.185996 [ 274 ] {3d21f585-8858-409a-8c74-3db4e1d66d2d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 634 | 2025.03.01 01:14:52.187770 [ 274 ] {3d21f585-8858-409a-8c74-3db4e1d66d2d} <Debug> oximeter.fields_u8 (ba33e52e-acfa-466e-ab12-317e751b264a): Loading data parts | ||
| 635 | 2025.03.01 01:14:52.187946 [ 274 ] {3d21f585-8858-409a-8c74-3db4e1d66d2d} <Debug> oximeter.fields_u8 (ba33e52e-acfa-466e-ab12-317e751b264a): There are no data parts | ||
| 636 | 2025.03.01 01:14:52.189209 [ 274 ] {3d21f585-8858-409a-8c74-3db4e1d66d2d} <Debug> TCPHandler: Processed in 0.003569062 sec. | ||
| 637 | 2025.03.01 01:14:52.189409 [ 277 ] {} <Trace> TCP-Session: d983528e-24a3-41df-9620-254860d2ee1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 638 | 2025.03.01 01:14:52.189666 [ 277 ] {8c19c7d9-91fa-436f-a164-f862c24b0650} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38180) 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) | ||
| 639 | 2025.03.01 01:14:52.189741 [ 277 ] {8c19c7d9-91fa-436f-a164-f862c24b0650} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 640 | 2025.03.01 01:14:52.191578 [ 277 ] {8c19c7d9-91fa-436f-a164-f862c24b0650} <Debug> oximeter.fields_i16 (a0d2947a-0adb-4e89-966b-0f4b354fdee9): Loading data parts | ||
| 641 | 2025.03.01 01:14:52.191735 [ 277 ] {8c19c7d9-91fa-436f-a164-f862c24b0650} <Debug> oximeter.fields_i16 (a0d2947a-0adb-4e89-966b-0f4b354fdee9): There are no data parts | ||
| 642 | 2025.03.01 01:14:52.193158 [ 277 ] {8c19c7d9-91fa-436f-a164-f862c24b0650} <Debug> TCPHandler: Processed in 0.003808268 sec. | ||
| 643 | 2025.03.01 01:14:52.193366 [ 274 ] {} <Trace> TCP-Session: c666ce3d-fcf9-44c4-9be8-abd678abd7fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 644 | 2025.03.01 01:14:52.193612 [ 274 ] {8dce7838-33d4-46a9-9679-0de5e9f1ee7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48959) 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) | ||
| 645 | 2025.03.01 01:14:52.193719 [ 274 ] {8dce7838-33d4-46a9-9679-0de5e9f1ee7a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 646 | 2025.03.01 01:14:52.195557 [ 274 ] {8dce7838-33d4-46a9-9679-0de5e9f1ee7a} <Debug> oximeter.fields_u16 (3507f8c7-df74-45aa-aa3f-0618a9793716): Loading data parts | ||
| 647 | 2025.03.01 01:14:52.195745 [ 274 ] {8dce7838-33d4-46a9-9679-0de5e9f1ee7a} <Debug> oximeter.fields_u16 (3507f8c7-df74-45aa-aa3f-0618a9793716): There are no data parts | ||
| 648 | 2025.03.01 01:14:52.196953 [ 274 ] {8dce7838-33d4-46a9-9679-0de5e9f1ee7a} <Debug> TCPHandler: Processed in 0.003655694 sec. | ||
| 649 | 2025.03.01 01:14:52.197155 [ 277 ] {} <Trace> TCP-Session: d983528e-24a3-41df-9620-254860d2ee1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 650 | 2025.03.01 01:14:52.197391 [ 277 ] {aaa78b91-88e9-490c-be1e-b4a4922e9eaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38180) 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) | ||
| 651 | 2025.03.01 01:14:52.197478 [ 277 ] {aaa78b91-88e9-490c-be1e-b4a4922e9eaa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 652 | 2025.03.01 01:14:52.199338 [ 277 ] {aaa78b91-88e9-490c-be1e-b4a4922e9eaa} <Debug> oximeter.fields_i32 (edef83ba-0df9-445d-8006-9cfcb2d4f003): Loading data parts | ||
| 653 | 2025.03.01 01:14:52.199519 [ 277 ] {aaa78b91-88e9-490c-be1e-b4a4922e9eaa} <Debug> oximeter.fields_i32 (edef83ba-0df9-445d-8006-9cfcb2d4f003): There are no data parts | ||
| 654 | 2025.03.01 01:14:52.200799 [ 277 ] {aaa78b91-88e9-490c-be1e-b4a4922e9eaa} <Debug> TCPHandler: Processed in 0.003699315 sec. | ||
| 655 | 2025.03.01 01:14:52.201011 [ 274 ] {} <Trace> TCP-Session: c666ce3d-fcf9-44c4-9be8-abd678abd7fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 656 | 2025.03.01 01:14:52.201226 [ 274 ] {3b3c7837-1ac5-4179-a334-44400b0d40ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48959) 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) | ||
| 657 | 2025.03.01 01:14:52.201324 [ 274 ] {3b3c7837-1ac5-4179-a334-44400b0d40ce} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 658 | 2025.03.01 01:14:52.203166 [ 274 ] {3b3c7837-1ac5-4179-a334-44400b0d40ce} <Debug> oximeter.fields_u32 (6a1f4696-8f97-4c3c-bb07-aa16d3caa96c): Loading data parts | ||
| 659 | 2025.03.01 01:14:52.203318 [ 274 ] {3b3c7837-1ac5-4179-a334-44400b0d40ce} <Debug> oximeter.fields_u32 (6a1f4696-8f97-4c3c-bb07-aa16d3caa96c): There are no data parts | ||
| 660 | 2025.03.01 01:14:52.204510 [ 274 ] {3b3c7837-1ac5-4179-a334-44400b0d40ce} <Debug> TCPHandler: Processed in 0.003568023 sec. | ||
| 661 | 2025.03.01 01:14:52.204737 [ 277 ] {} <Trace> TCP-Session: d983528e-24a3-41df-9620-254860d2ee1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 662 | 2025.03.01 01:14:52.204945 [ 277 ] {95d7d02d-41c6-4e8f-a766-97d7fd1c14ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38180) 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) | ||
| 663 | 2025.03.01 01:14:52.205043 [ 277 ] {95d7d02d-41c6-4e8f-a766-97d7fd1c14ea} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 664 | 2025.03.01 01:14:52.206806 [ 277 ] {95d7d02d-41c6-4e8f-a766-97d7fd1c14ea} <Debug> oximeter.fields_i64 (9b265868-91fc-4ca8-9a9f-7a186e9e0c6b): Loading data parts | ||
| 665 | 2025.03.01 01:14:52.206987 [ 277 ] {95d7d02d-41c6-4e8f-a766-97d7fd1c14ea} <Debug> oximeter.fields_i64 (9b265868-91fc-4ca8-9a9f-7a186e9e0c6b): There are no data parts | ||
| 666 | 2025.03.01 01:14:52.208160 [ 277 ] {95d7d02d-41c6-4e8f-a766-97d7fd1c14ea} <Debug> TCPHandler: Processed in 0.003480851 sec. | ||
| 667 | 2025.03.01 01:14:52.208349 [ 274 ] {} <Trace> TCP-Session: c666ce3d-fcf9-44c4-9be8-abd678abd7fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 668 | 2025.03.01 01:14:52.208602 [ 274 ] {d60de46e-c0ae-45f7-965f-d4f4bdc663d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48959) 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) | ||
| 669 | 2025.03.01 01:14:52.208652 [ 274 ] {d60de46e-c0ae-45f7-965f-d4f4bdc663d5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 670 | 2025.03.01 01:14:52.210405 [ 274 ] {d60de46e-c0ae-45f7-965f-d4f4bdc663d5} <Debug> oximeter.fields_u64 (47efe55b-53b1-482b-9c30-c5a3f93df5b2): Loading data parts | ||
| 671 | 2025.03.01 01:14:52.210567 [ 274 ] {d60de46e-c0ae-45f7-965f-d4f4bdc663d5} <Debug> oximeter.fields_u64 (47efe55b-53b1-482b-9c30-c5a3f93df5b2): There are no data parts | ||
| 672 | 2025.03.01 01:14:52.211742 [ 274 ] {d60de46e-c0ae-45f7-965f-d4f4bdc663d5} <Debug> TCPHandler: Processed in 0.00345054 sec. | ||
| 673 | 2025.03.01 01:14:52.211942 [ 277 ] {} <Trace> TCP-Session: d983528e-24a3-41df-9620-254860d2ee1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 674 | 2025.03.01 01:14:52.212180 [ 277 ] {407c9a4f-dc12-4fdd-bea6-f08bc79f817c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38180) 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) | ||
| 675 | 2025.03.01 01:14:52.212284 [ 277 ] {407c9a4f-dc12-4fdd-bea6-f08bc79f817c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 676 | 2025.03.01 01:14:52.214118 [ 277 ] {407c9a4f-dc12-4fdd-bea6-f08bc79f817c} <Debug> oximeter.fields_ipaddr (508a5683-5f49-4d56-81af-ae6b722d16fd): Loading data parts | ||
| 677 | 2025.03.01 01:14:52.214293 [ 277 ] {407c9a4f-dc12-4fdd-bea6-f08bc79f817c} <Debug> oximeter.fields_ipaddr (508a5683-5f49-4d56-81af-ae6b722d16fd): There are no data parts | ||
| 678 | 2025.03.01 01:14:52.215541 [ 277 ] {407c9a4f-dc12-4fdd-bea6-f08bc79f817c} <Debug> TCPHandler: Processed in 0.003652994 sec. | ||
| 679 | 2025.03.01 01:14:52.215733 [ 274 ] {} <Trace> TCP-Session: c666ce3d-fcf9-44c4-9be8-abd678abd7fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 680 | 2025.03.01 01:14:52.216033 [ 274 ] {7ae48dc1-8a6b-4988-b11e-8e29a31921e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48959) 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) | ||
| 681 | 2025.03.01 01:14:52.216111 [ 274 ] {7ae48dc1-8a6b-4988-b11e-8e29a31921e8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 682 | 2025.03.01 01:14:52.217843 [ 274 ] {7ae48dc1-8a6b-4988-b11e-8e29a31921e8} <Debug> oximeter.fields_string (6015bc12-b8b9-4efd-8b47-f8776b0488d8): Loading data parts | ||
| 683 | 2025.03.01 01:14:52.218008 [ 274 ] {7ae48dc1-8a6b-4988-b11e-8e29a31921e8} <Debug> oximeter.fields_string (6015bc12-b8b9-4efd-8b47-f8776b0488d8): There are no data parts | ||
| 684 | 2025.03.01 01:14:52.219323 [ 274 ] {7ae48dc1-8a6b-4988-b11e-8e29a31921e8} <Debug> TCPHandler: Processed in 0.003654134 sec. | ||
| 685 | 2025.03.01 01:14:52.219530 [ 277 ] {} <Trace> TCP-Session: d983528e-24a3-41df-9620-254860d2ee1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 686 | 2025.03.01 01:14:52.219747 [ 277 ] {1348a97b-1fc0-4244-8773-fac375fa71c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38180) 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) | ||
| 687 | 2025.03.01 01:14:52.219840 [ 277 ] {1348a97b-1fc0-4244-8773-fac375fa71c4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 688 | 2025.03.01 01:14:52.221616 [ 277 ] {1348a97b-1fc0-4244-8773-fac375fa71c4} <Debug> oximeter.fields_uuid (a43441b7-75f7-421e-af87-618d10ceb835): Loading data parts | ||
| 689 | 2025.03.01 01:14:52.221809 [ 277 ] {1348a97b-1fc0-4244-8773-fac375fa71c4} <Debug> oximeter.fields_uuid (a43441b7-75f7-421e-af87-618d10ceb835): There are no data parts | ||
| 690 | 2025.03.01 01:14:52.223012 [ 277 ] {1348a97b-1fc0-4244-8773-fac375fa71c4} <Debug> TCPHandler: Processed in 0.003545262 sec. | ||
| 691 | 2025.03.01 01:14:52.223208 [ 274 ] {} <Trace> TCP-Session: c666ce3d-fcf9-44c4-9be8-abd678abd7fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 692 | 2025.03.01 01:14:52.223560 [ 274 ] {9381039f-d815-4ca1-9e16-aadf1b53cf72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48959) /* The timeseries schema table stores the extracted schema for the samples | ||
| 693 | * oximeter collects. | ||
| 694 | */ | ||
| 695 | 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) | ||
| 696 | 2025.03.01 01:14:52.223658 [ 274 ] {9381039f-d815-4ca1-9e16-aadf1b53cf72} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 697 | 2025.03.01 01:14:52.225349 [ 274 ] {9381039f-d815-4ca1-9e16-aadf1b53cf72} <Debug> oximeter.timeseries_schema (86338012-2f65-4e53-8c4b-13c38535cfe5): Loading data parts | ||
| 698 | 2025.03.01 01:14:52.225547 [ 274 ] {9381039f-d815-4ca1-9e16-aadf1b53cf72} <Debug> oximeter.timeseries_schema (86338012-2f65-4e53-8c4b-13c38535cfe5): There are no data parts | ||
| 699 | 2025.03.01 01:14:52.226950 [ 274 ] {9381039f-d815-4ca1-9e16-aadf1b53cf72} <Debug> TCPHandler: Processed in 0.003798598 sec. | ||
| 700 | 2025.03.01 01:14:52.227148 [ 277 ] {} <Trace> TCP-Session: d983528e-24a3-41df-9620-254860d2ee1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 701 | 2025.03.01 01:14:52.227431 [ 277 ] {c1042bf4-fd59-4973-a487-7a42fecffa49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38180) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 702 | 2025.03.01 01:14:52.228714 [ 277 ] {c1042bf4-fd59-4973-a487-7a42fecffa49} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 703 | 2025.03.01 01:14:52.235358 [ 284 ] {c1042bf4-fd59-4973-a487-7a42fecffa49} <Trace> oximeter.version (b512c31f-090f-4d9b-a914-9e449011e40d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 704 | 2025.03.01 01:14:52.235464 [ 284 ] {c1042bf4-fd59-4973-a487-7a42fecffa49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 705 | 2025.03.01 01:14:52.239597 [ 284 ] {c1042bf4-fd59-4973-a487-7a42fecffa49} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 706 | 2025.03.01 01:14:52.239981 [ 284 ] {c1042bf4-fd59-4973-a487-7a42fecffa49} <Trace> oximeter.version (b512c31f-090f-4d9b-a914-9e449011e40d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 707 | 2025.03.01 01:14:52.240321 [ 277 ] {c1042bf4-fd59-4973-a487-7a42fecffa49} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.012983 sec., 77.02380035430949 rows/sec., 1.20 KiB/sec. | ||
| 708 | 2025.03.01 01:14:52.240629 [ 277 ] {c1042bf4-fd59-4973-a487-7a42fecffa49} <Debug> TCPHandler: Processed in 0.013546596 sec. | ||
| 709 | 2025.03.01 01:14:52.288303 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53543 | ||
| 710 | 2025.03.01 01:14:52.288491 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 711 | 2025.03.01 01:14:52.288524 [ 285 ] {} <Debug> TCP-Session: 944c8929-5b51-4e4a-a256-e9d1fb8c972a Authenticating user 'default' from [fd00:1122:3344:101::b]:53543 | ||
| 712 | 2025.03.01 01:14:52.288552 [ 285 ] {} <Debug> TCP-Session: 944c8929-5b51-4e4a-a256-e9d1fb8c972a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 713 | 2025.03.01 01:14:52.288601 [ 285 ] {} <Debug> TCP-Session: 944c8929-5b51-4e4a-a256-e9d1fb8c972a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 714 | 2025.03.01 01:14:52.288665 [ 285 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 715 | 2025.03.01 01:14:52.288695 [ 285 ] {} <Trace> 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 | ||
| 716 | 2025.03.01 01:14:52.288746 [ 285 ] {} <Trace> 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 | ||
| 717 | 2025.03.01 01:14:52.289759 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51126 | ||
| 718 | 2025.03.01 01:14:52.289829 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57449 | ||
| 719 | 2025.03.01 01:14:52.289935 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 720 | 2025.03.01 01:14:52.289957 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52928 | ||
| 721 | 2025.03.01 01:14:52.290074 [ 286 ] {} <Debug> TCP-Session: 4d4fcff6-0893-4e91-a011-ddf69e70bd4e Authenticating user 'default' from [fd00:1122:3344:101::b]:51126 | ||
| 722 | 2025.03.01 01:14:52.290108 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 723 | 2025.03.01 01:14:52.290111 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34397 | ||
| 724 | 2025.03.01 01:14:52.290144 [ 286 ] {} <Debug> TCP-Session: 4d4fcff6-0893-4e91-a011-ddf69e70bd4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 725 | 2025.03.01 01:14:52.290177 [ 287 ] {} <Debug> TCP-Session: d63147c8-9fa9-47d9-a231-5e582c4034c1 Authenticating user 'default' from [fd00:1122:3344:101::b]:57449 | ||
| 726 | 2025.03.01 01:14:52.290444 [ 286 ] {} <Debug> TCP-Session: 4d4fcff6-0893-4e91-a011-ddf69e70bd4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 727 | 2025.03.01 01:14:52.290457 [ 287 ] {} <Debug> TCP-Session: d63147c8-9fa9-47d9-a231-5e582c4034c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 728 | 2025.03.01 01:14:52.290457 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58366 | ||
| 729 | 2025.03.01 01:14:52.290517 [ 291 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47112 | ||
| 730 | 2025.03.01 01:14:52.290565 [ 287 ] {} <Debug> TCP-Session: d63147c8-9fa9-47d9-a231-5e582c4034c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 731 | 2025.03.01 01:14:52.290843 [ 292 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40128 | ||
| 732 | 2025.03.01 01:14:52.290854 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 733 | 2025.03.01 01:14:52.290919 [ 290 ] {} <Debug> TCP-Session: 9bffba79-1151-455d-971e-1aa3f4aa64ea Authenticating user 'default' from [fd00:1122:3344:101::b]:58366 | ||
| 734 | 2025.03.01 01:14:52.291010 [ 290 ] {} <Debug> TCP-Session: 9bffba79-1151-455d-971e-1aa3f4aa64ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 735 | 2025.03.01 01:14:52.291089 [ 290 ] {} <Debug> TCP-Session: 9bffba79-1151-455d-971e-1aa3f4aa64ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 736 | 2025.03.01 01:14:52.302284 [ 291 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 737 | 2025.03.01 01:14:52.302326 [ 291 ] {} <Debug> TCP-Session: 14b36f1b-79a6-414a-ade8-4097fa319702 Authenticating user 'default' from [fd00:1122:3344:101::b]:47112 | ||
| 738 | 2025.03.01 01:14:52.302472 [ 291 ] {} <Debug> TCP-Session: 14b36f1b-79a6-414a-ade8-4097fa319702 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 739 | 2025.03.01 01:14:52.302490 [ 291 ] {} <Debug> TCP-Session: 14b36f1b-79a6-414a-ade8-4097fa319702 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 740 | 2025.03.01 01:14:52.306557 [ 292 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 741 | 2025.03.01 01:14:52.306735 [ 292 ] {} <Debug> TCP-Session: 1297cce0-fdaf-4ad2-9946-0e0850dca8aa Authenticating user 'default' from [fd00:1122:3344:101::b]:40128 | ||
| 742 | 2025.03.01 01:14:52.306763 [ 292 ] {} <Debug> TCP-Session: 1297cce0-fdaf-4ad2-9946-0e0850dca8aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 743 | 2025.03.01 01:14:52.306777 [ 292 ] {} <Debug> TCP-Session: 1297cce0-fdaf-4ad2-9946-0e0850dca8aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 744 | 2025.03.01 01:14:52.307117 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 745 | 2025.03.01 01:14:52.307153 [ 288 ] {} <Debug> TCP-Session: 6dba41db-3531-4535-a3cc-6f3d267ba0d8 Authenticating user 'default' from [fd00:1122:3344:101::b]:52928 | ||
| 746 | 2025.03.01 01:14:52.307170 [ 288 ] {} <Debug> TCP-Session: 6dba41db-3531-4535-a3cc-6f3d267ba0d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 747 | 2025.03.01 01:14:52.307230 [ 288 ] {} <Debug> TCP-Session: 6dba41db-3531-4535-a3cc-6f3d267ba0d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 748 | 2025.03.01 01:14:52.307660 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 749 | 2025.03.01 01:14:52.307707 [ 289 ] {} <Debug> TCP-Session: c475066c-e1a1-491d-9ec3-5407fae56dcd Authenticating user 'default' from [fd00:1122:3344:101::b]:34397 | ||
| 750 | 2025.03.01 01:14:52.307729 [ 289 ] {} <Debug> TCP-Session: c475066c-e1a1-491d-9ec3-5407fae56dcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 751 | 2025.03.01 01:14:52.307794 [ 289 ] {} <Debug> TCP-Session: c475066c-e1a1-491d-9ec3-5407fae56dcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 752 | 2025.03.01 01:14:53.000178 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 131.06 MiB, peak 131.06 MiB, free memory in arenas 0.00 B, will set to 141.35 MiB (RSS), difference: 10.28 MiB | ||
| 753 | 2025.03.01 01:14:59.008037 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 754 | 2025.03.01 01:14:59.008093 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 | ||
| 755 | 2025.03.01 01:14:59.008175 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 756 | 2025.03.01 01:14:59.008247 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 757 | 2025.03.01 01:14:59.014613 [ 244 ] {} <Debug> system.asynchronous_metric_log (a7a1b35b-4330-42b4-abc1-895b7b828f00): Loading data parts | ||
| 758 | 2025.03.01 01:14:59.014936 [ 244 ] {} <Debug> system.asynchronous_metric_log (a7a1b35b-4330-42b4-abc1-895b7b828f00): There are no data parts | ||
| 759 | 2025.03.01 01:14:59.021271 [ 244 ] {} <Trace> system.asynchronous_metric_log (a7a1b35b-4330-42b4-abc1-895b7b828f00): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 760 | 2025.03.01 01:14:59.021343 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 761 | 2025.03.01 01:14:59.024186 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 762 | 2025.03.01 01:14:59.024856 [ 244 ] {} <Trace> system.asynchronous_metric_log (a7a1b35b-4330-42b4-abc1-895b7b828f00): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 763 | 2025.03.01 01:14:59.025524 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 | ||
| 764 | 2025.03.01 01:14:59.033312 [ 243 ] {} <Debug> system.metric_log (a593ea19-72a9-44ac-8ee4-587c6b4d7d1d): Loading data parts | ||
| 765 | 2025.03.01 01:14:59.033483 [ 243 ] {} <Debug> system.metric_log (a593ea19-72a9-44ac-8ee4-587c6b4d7d1d): There are no data parts | ||
| 766 | 2025.03.01 01:14:59.056701 [ 243 ] {} <Trace> system.metric_log (a593ea19-72a9-44ac-8ee4-587c6b4d7d1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 767 | 2025.03.01 01:14:59.058574 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 768 | 2025.03.01 01:14:59.066016 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 769 | 2025.03.01 01:14:59.066772 [ 243 ] {} <Trace> system.metric_log (a593ea19-72a9-44ac-8ee4-587c6b4d7d1d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 770 | 2025.03.01 01:14:59.069133 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 771 | 2025.03.01 01:15:00.000175 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.43 MiB, peak 150.43 MiB, free memory in arenas 0.00 B, will set to 151.23 MiB (RSS), difference: 4.79 MiB | ||