| 1 | [ Dec 18 22:13:59 Enabled. ] | ||
| 2 | [ Dec 18 22:13:59 Rereading configuration. ] | ||
| 3 | [ Dec 18 22:14:01 Rereading configuration. ] | ||
| 4 | [ Dec 18 22:14:05 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 | [ Dec 18 22:14:05 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 | 2024.12.18 22:14:06.458908 [ 1 ] {} <Information> Application: Will watch for the process with pid 23828 | ||
| 29 | 2024.12.18 22:14:06.459387 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2024.12.18 22:14:06.697792 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23828 | ||
| 31 | 2024.12.18 22:14:06.698491 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2024.12.18 22:14:06.699168 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2024.12.18 22:14:06.783915 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2024.12.18 22:14:06.809494 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2024.12.18 22:14:06.809574 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2024.12.18 22:14:06.809599 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2024.12.18 22:14:06.809698 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2024.12.18 22:14:06.810330 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2024.12.18 22:14:06.812193 [ 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 | 2024.12.18 22:14:06.812917 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2024.12.18 22:14:06.813715 [ 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 | 2024.12.18 22:14:06.813736 [ 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 | 2024.12.18 22:14:06.813751 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2024.12.18 22:14:06.813917 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2024.12.18 22:14:06.814828 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2024.12.18 22:14:06.820311 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2024.12.18 22:14:06.821073 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2024.12.18 22:14:06.822292 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2024.12.18 22:14:06.822356 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2024.12.18 22:14:06.823876 [ 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 | 2024.12.18 22:14:06.824350 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2024.12.18 22:14:06.828622 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2024.12.18 22:14:06.829295 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2024.12.18 22:14:06.830900 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2024.12.18 22:14:06.831296 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2024.12.18 22:14:06.831681 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2024.12.18 22:14:06.832070 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2024.12.18 22:14:06.833459 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2024.12.18 22:14:06.833487 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2024.12.18 22:14:06.833562 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2024.12.18 22:14:06.833748 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2024.12.18 22:14:06.848756 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2024.12.18 22:14:06.848793 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000197664 sec | ||
| 68 | 2024.12.18 22:14:06.848847 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2024.12.18 22:14:06.848869 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2024.12.18 22:14:06.850188 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2024.12.18 22:14:06.851190 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2024.12.18 22:14:06.862899 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2024.12.18 22:14:06.862944 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2024.12.18 22:14:06.862968 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2024.12.18 22:14:06.862981 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2024.12.18 22:14:06.863010 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2024.12.18 22:14:06.863031 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2024.12.18 22:14:06.865560 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2024.12.18 22:14:06.865602 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2024.12.18 22:14:06.865625 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2024.12.18 22:14:06.865809 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2024.12.18 22:14:06.865828 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2024.12.18 22:14:06.865860 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2024.12.18 22:14:06.865880 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2024.12.18 22:14:06.865893 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2024.12.18 22:14:06.865919 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2024.12.18 22:14:06.865937 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2024.12.18 22:14:06.892577 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2024.12.18 22:14:06.897307 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2024.12.18 22:14:06.897345 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.3411e-05 sec | ||
| 91 | 2024.12.18 22:14:06.897362 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2024.12.18 22:14:06.897375 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2024.12.18 22:14:06.897403 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2024.12.18 22:14:06.897611 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2024.12.18 22:14:06.897656 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2024.12.18 22:14:06.897669 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2024.12.18 22:14:06.897680 [ 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 | 2024.12.18 22:14:06.897691 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2024.12.18 22:14:06.907281 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2024.12.18 22:14:06.907493 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 117.11 MiB (RSS), difference: 92.33 MiB | ||
| 101 | 2024.12.18 22:14:06.908412 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.427e-05 sec. | ||
| 102 | 2024.12.18 22:14:06.909312 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2024.12.18 22:14:06.909395 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2024.12.18 22:14:06.909412 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2024.12.18 22:14:07.227537 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35476 | ||
| 106 | 2024.12.18 22:14:07.227883 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2024.12.18 22:14:07.227974 [ 3 ] {} <Debug> TCP-Session: 4ff1413f-ada7-46a4-8240-8325d73640f0 Authenticating user 'default' from [fd00:1122:3344:101::e]:35476 | ||
| 108 | 2024.12.18 22:14:07.228025 [ 3 ] {} <Debug> TCP-Session: 4ff1413f-ada7-46a4-8240-8325d73640f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2024.12.18 22:14:07.228066 [ 3 ] {} <Debug> TCP-Session: 4ff1413f-ada7-46a4-8240-8325d73640f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2024.12.18 22:14:07.228199 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2024.12.18 22:14:07.228247 [ 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 | 2024.12.18 22:14:07.228291 [ 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 | 2024.12.18 22:14:07.231142 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50191 | ||
| 114 | 2024.12.18 22:14:07.231206 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59735 | ||
| 115 | 2024.12.18 22:14:07.231272 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 116 | 2024.12.18 22:14:07.231315 [ 4 ] {} <Debug> TCP-Session: 6ede32f3-93ec-458d-b37b-010f799922be Authenticating user 'default' from [fd00:1122:3344:101::e]:50191 | ||
| 117 | 2024.12.18 22:14:07.231355 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 118 | 2024.12.18 22:14:07.231366 [ 4 ] {} <Debug> TCP-Session: 6ede32f3-93ec-458d-b37b-010f799922be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 119 | 2024.12.18 22:14:07.231411 [ 4 ] {} <Debug> TCP-Session: 6ede32f3-93ec-458d-b37b-010f799922be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 120 | 2024.12.18 22:14:07.231422 [ 5 ] {} <Debug> TCP-Session: 098d30a3-161c-4335-af23-ab7a91d8762c Authenticating user 'default' from [fd00:1122:3344:101::e]:59735 | ||
| 121 | 2024.12.18 22:14:07.231487 [ 5 ] {} <Debug> TCP-Session: 098d30a3-161c-4335-af23-ab7a91d8762c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 122 | 2024.12.18 22:14:07.231514 [ 5 ] {} <Debug> TCP-Session: 098d30a3-161c-4335-af23-ab7a91d8762c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 123 | 2024.12.18 22:14:07.232003 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50015 | ||
| 124 | 2024.12.18 22:14:07.232121 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 125 | 2024.12.18 22:14:07.232144 [ 253 ] {} <Debug> TCP-Session: bffc9a74-d548-414d-b883-d7e11e4dbe2a Authenticating user 'default' from [fd00:1122:3344:101::e]:50015 | ||
| 126 | 2024.12.18 22:14:07.232161 [ 253 ] {} <Debug> TCP-Session: bffc9a74-d548-414d-b883-d7e11e4dbe2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 127 | 2024.12.18 22:14:07.232186 [ 253 ] {} <Debug> TCP-Session: bffc9a74-d548-414d-b883-d7e11e4dbe2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 128 | 2024.12.18 22:14:07.232266 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55663 | ||
| 129 | 2024.12.18 22:14:07.232278 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52934 | ||
| 130 | 2024.12.18 22:14:07.232410 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35545 | ||
| 131 | 2024.12.18 22:14:07.232465 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 132 | 2024.12.18 22:14:07.232537 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 133 | 2024.12.18 22:14:07.232706 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62139 | ||
| 134 | 2024.12.18 22:14:07.232724 [ 254 ] {} <Debug> TCP-Session: 022da170-f7da-4f13-86c2-5ffb405c671b Authenticating user 'default' from [fd00:1122:3344:101::e]:52934 | ||
| 135 | 2024.12.18 22:14:07.232707 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 136 | 2024.12.18 22:14:07.232776 [ 254 ] {} <Debug> TCP-Session: 022da170-f7da-4f13-86c2-5ffb405c671b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 137 | 2024.12.18 22:14:07.232688 [ 255 ] {} <Debug> TCP-Session: 2154df13-5209-4a66-b470-410e95dd32c4 Authenticating user 'default' from [fd00:1122:3344:101::e]:55663 | ||
| 138 | 2024.12.18 22:14:07.232879 [ 254 ] {} <Debug> TCP-Session: 022da170-f7da-4f13-86c2-5ffb405c671b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 139 | 2024.12.18 22:14:07.232879 [ 256 ] {} <Debug> TCP-Session: dacbf6cd-5404-4efc-bb99-11a43adf64bd Authenticating user 'default' from [fd00:1122:3344:101::e]:35545 | ||
| 140 | 2024.12.18 22:14:07.232897 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 141 | 2024.12.18 22:14:07.232983 [ 255 ] {} <Debug> TCP-Session: 2154df13-5209-4a66-b470-410e95dd32c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 142 | 2024.12.18 22:14:07.233013 [ 256 ] {} <Debug> TCP-Session: dacbf6cd-5404-4efc-bb99-11a43adf64bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 143 | 2024.12.18 22:14:07.233030 [ 257 ] {} <Debug> TCP-Session: f576d0e4-88f0-4205-99e6-7825aa5dd6c6 Authenticating user 'default' from [fd00:1122:3344:101::e]:62139 | ||
| 144 | 2024.12.18 22:14:07.233044 [ 255 ] {} <Debug> TCP-Session: 2154df13-5209-4a66-b470-410e95dd32c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 145 | 2024.12.18 22:14:07.233050 [ 256 ] {} <Debug> TCP-Session: dacbf6cd-5404-4efc-bb99-11a43adf64bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 146 | 2024.12.18 22:14:07.233083 [ 257 ] {} <Debug> TCP-Session: f576d0e4-88f0-4205-99e6-7825aa5dd6c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2024.12.18 22:14:07.233145 [ 257 ] {} <Debug> TCP-Session: f576d0e4-88f0-4205-99e6-7825aa5dd6c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2024.12.18 22:14:07.682108 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47320 | ||
| 149 | 2024.12.18 22:14:07.682244 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 150 | 2024.12.18 22:14:07.682287 [ 258 ] {} <Debug> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Authenticating user 'default' from [fd00:1122:3344:101::d]:47320 | ||
| 151 | 2024.12.18 22:14:07.682308 [ 258 ] {} <Debug> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2024.12.18 22:14:07.682325 [ 258 ] {} <Debug> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2024.12.18 22:14:07.682389 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 154 | 2024.12.18 22:14:07.682415 [ 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 | 2024.12.18 22:14:07.682442 [ 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 | 2024.12.18 22:14:07.682817 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45263 | ||
| 157 | 2024.12.18 22:14:07.682900 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62306 | ||
| 158 | 2024.12.18 22:14:07.683027 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 159 | 2024.12.18 22:14:07.683181 [ 259 ] {} <Debug> TCP-Session: 19763b60-22f2-4b45-bcd7-d7e0a1582740 Authenticating user 'default' from [fd00:1122:3344:101::d]:45263 | ||
| 160 | 2024.12.18 22:14:07.683201 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 161 | 2024.12.18 22:14:07.683230 [ 259 ] {} <Debug> TCP-Session: 19763b60-22f2-4b45-bcd7-d7e0a1582740 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 162 | 2024.12.18 22:14:07.683213 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57931 | ||
| 163 | 2024.12.18 22:14:07.683217 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61954 | ||
| 164 | 2024.12.18 22:14:07.683327 [ 259 ] {} <Debug> TCP-Session: 19763b60-22f2-4b45-bcd7-d7e0a1582740 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 165 | 2024.12.18 22:14:07.683345 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42549 | ||
| 166 | 2024.12.18 22:14:07.683316 [ 260 ] {} <Debug> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Authenticating user 'default' from [fd00:1122:3344:101::d]:62306 | ||
| 167 | 2024.12.18 22:14:07.683493 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46568 | ||
| 168 | 2024.12.18 22:14:07.683651 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 169 | 2024.12.18 22:14:07.683719 [ 260 ] {} <Debug> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 170 | 2024.12.18 22:14:07.683778 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36360 | ||
| 171 | 2024.12.18 22:14:07.683841 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 172 | 2024.12.18 22:14:07.683931 [ 260 ] {} <Debug> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 173 | 2024.12.18 22:14:07.684003 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45098 | ||
| 174 | 2024.12.18 22:14:07.684030 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 175 | 2024.12.18 22:14:07.684127 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 176 | 2024.12.18 22:14:07.684180 [ 261 ] {} <Debug> TCP-Session: 7f967566-e2a2-4115-91a6-52ed31d049f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61954 | ||
| 177 | 2024.12.18 22:14:07.684321 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 178 | 2024.12.18 22:14:07.684357 [ 263 ] {} <Debug> TCP-Session: bada9d9f-4cc1-44f2-b375-ee47f96dc350 Authenticating user 'default' from [fd00:1122:3344:101::d]:42549 | ||
| 179 | 2024.12.18 22:14:07.683867 [ 262 ] {} <Debug> TCP-Session: 0b7804ff-7068-4560-a2ca-256a36d0d0e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:57931 | ||
| 180 | 2024.12.18 22:14:07.684375 [ 261 ] {} <Debug> TCP-Session: 7f967566-e2a2-4115-91a6-52ed31d049f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 181 | 2024.12.18 22:14:07.684363 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 182 | 2024.12.18 22:14:07.684454 [ 265 ] {} <Debug> TCP-Session: 09a3cdd8-eade-4525-a448-468fb82e1901 Authenticating user 'default' from [fd00:1122:3344:101::d]:36360 | ||
| 183 | 2024.12.18 22:14:07.684480 [ 263 ] {} <Debug> TCP-Session: bada9d9f-4cc1-44f2-b375-ee47f96dc350 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 184 | 2024.12.18 22:14:07.684520 [ 262 ] {} <Debug> TCP-Session: 0b7804ff-7068-4560-a2ca-256a36d0d0e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 185 | 2024.12.18 22:14:07.684614 [ 265 ] {} <Debug> TCP-Session: 09a3cdd8-eade-4525-a448-468fb82e1901 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 186 | 2024.12.18 22:14:07.684609 [ 261 ] {} <Debug> TCP-Session: 7f967566-e2a2-4115-91a6-52ed31d049f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 187 | 2024.12.18 22:14:07.684642 [ 266 ] {} <Debug> TCP-Session: b805e9be-f362-436b-a2c6-63575618bad4 Authenticating user 'default' from [fd00:1122:3344:101::d]:45098 | ||
| 188 | 2024.12.18 22:14:07.684637 [ 263 ] {} <Debug> TCP-Session: bada9d9f-4cc1-44f2-b375-ee47f96dc350 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 189 | 2024.12.18 22:14:07.684672 [ 262 ] {} <Debug> TCP-Session: 0b7804ff-7068-4560-a2ca-256a36d0d0e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 190 | 2024.12.18 22:14:07.684733 [ 264 ] {} <Debug> TCP-Session: d96d3c4c-f0c7-4151-bfd2-87d81670c288 Authenticating user 'default' from [fd00:1122:3344:101::d]:46568 | ||
| 191 | 2024.12.18 22:14:07.684812 [ 266 ] {} <Debug> TCP-Session: b805e9be-f362-436b-a2c6-63575618bad4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 192 | 2024.12.18 22:14:07.684886 [ 265 ] {} <Debug> TCP-Session: 09a3cdd8-eade-4525-a448-468fb82e1901 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 193 | 2024.12.18 22:14:07.684892 [ 266 ] {} <Debug> TCP-Session: b805e9be-f362-436b-a2c6-63575618bad4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 194 | 2024.12.18 22:14:07.684937 [ 264 ] {} <Debug> TCP-Session: d96d3c4c-f0c7-4151-bfd2-87d81670c288 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 195 | 2024.12.18 22:14:07.685021 [ 264 ] {} <Debug> TCP-Session: d96d3c4c-f0c7-4151-bfd2-87d81670c288 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 196 | 2024.12.18 22:14:07.687000 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 197 | 2024.12.18 22:14:07.690068 [ 258 ] {5d462564-d2d4-4332-8d0d-5475dc769f55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 198 | 2024.12.18 22:14:07.788111 [ 258 ] {5d462564-d2d4-4332-8d0d-5475dc769f55} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:47320) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 199 | |||
| 200 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 201 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 202 | 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 | ||
| 203 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 204 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 205 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 206 | 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 | ||
| 207 | 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 | ||
| 208 | 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 | ||
| 209 | 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 | ||
| 210 | 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 | ||
| 211 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 212 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 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 | ||
| 214 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 215 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 216 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 220 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 221 | |||
| 222 | 2024.12.18 22:14:07.789383 [ 258 ] {5d462564-d2d4-4332-8d0d-5475dc769f55} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 223 | |||
| 224 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 225 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 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 | ||
| 227 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 229 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 230 | 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 | ||
| 231 | 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 | ||
| 232 | 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 | ||
| 233 | 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 | ||
| 234 | 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 | ||
| 235 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 236 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 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 | ||
| 238 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 239 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 240 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 241 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 242 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 243 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 245 | |||
| 246 | 2024.12.18 22:14:07.789493 [ 258 ] {5d462564-d2d4-4332-8d0d-5475dc769f55} <Debug> TCPHandler: Processed in 0.10393108 sec. | ||
| 247 | 2024.12.18 22:14:07.789991 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 248 | 2024.12.18 22:14:07.790315 [ 260 ] {3b0981d8-4a9c-4fe4-8125-212e816c5241} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 249 | 2024.12.18 22:14:07.790829 [ 260 ] {3b0981d8-4a9c-4fe4-8125-212e816c5241} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:62306) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 250 | |||
| 251 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 252 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 253 | 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 | ||
| 254 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 255 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 256 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 257 | 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 | ||
| 258 | 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 | ||
| 259 | 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 | ||
| 260 | 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 | ||
| 261 | 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 | ||
| 262 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 263 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 264 | 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 | ||
| 265 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 266 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 267 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 268 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 269 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 270 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 271 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 272 | |||
| 273 | 2024.12.18 22:14:07.790999 [ 260 ] {3b0981d8-4a9c-4fe4-8125-212e816c5241} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 274 | |||
| 275 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 276 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 277 | 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 | ||
| 278 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 279 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 280 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 281 | 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 | ||
| 282 | 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 | ||
| 283 | 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 | ||
| 284 | 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 | ||
| 285 | 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 | ||
| 286 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 287 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 288 | 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 | ||
| 289 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 290 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 291 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 292 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 293 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 294 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 295 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 296 | |||
| 297 | 2024.12.18 22:14:07.791090 [ 260 ] {3b0981d8-4a9c-4fe4-8125-212e816c5241} <Debug> TCPHandler: Processed in 0.001323616 sec. | ||
| 298 | 2024.12.18 22:14:07.791383 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 299 | 2024.12.18 22:14:07.792597 [ 258 ] {09e61bd1-42b5-4539-ab19-a4e654cc737d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 300 | 2024.12.18 22:14:07.793217 [ 258 ] {09e61bd1-42b5-4539-ab19-a4e654cc737d} <Debug> TCPHandler: Processed in 0.001944418 sec. | ||
| 301 | 2024.12.18 22:14:07.793539 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 302 | 2024.12.18 22:14:07.793757 [ 260 ] {cfc83baf-e624-404b-a234-367632bec64c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 303 | 2024.12.18 22:14:07.793872 [ 260 ] {cfc83baf-e624-404b-a234-367632bec64c} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 304 | 2024.12.18 22:14:07.801988 [ 260 ] {cfc83baf-e624-404b-a234-367632bec64c} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 305 | 2024.12.18 22:14:07.802027 [ 260 ] {cfc83baf-e624-404b-a234-367632bec64c} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.3332e-05 sec | ||
| 306 | 2024.12.18 22:14:07.802041 [ 260 ] {cfc83baf-e624-404b-a234-367632bec64c} <Trace> ReferentialDeps: No tables | ||
| 307 | 2024.12.18 22:14:07.802053 [ 260 ] {cfc83baf-e624-404b-a234-367632bec64c} <Trace> LoadingDeps: No tables | ||
| 308 | 2024.12.18 22:14:07.802085 [ 260 ] {cfc83baf-e624-404b-a234-367632bec64c} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 309 | 2024.12.18 22:14:07.802137 [ 260 ] {cfc83baf-e624-404b-a234-367632bec64c} <Debug> TCPHandler: Processed in 0.008716011 sec. | ||
| 310 | 2024.12.18 22:14:07.802319 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 311 | 2024.12.18 22:14:07.802507 [ 258 ] {cdfe851a-f045-4303-8b60-284106d3f04c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) /* The version table contains metadata about the `oximeter` database */ | ||
| 312 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 313 | 2024.12.18 22:14:07.802569 [ 258 ] {cdfe851a-f045-4303-8b60-284106d3f04c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 314 | 2024.12.18 22:14:07.810092 [ 258 ] {cdfe851a-f045-4303-8b60-284106d3f04c} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 315 | 2024.12.18 22:14:07.815342 [ 258 ] {cdfe851a-f045-4303-8b60-284106d3f04c} <Debug> oximeter.version (997dff2b-0c39-493c-bed4-2fc4e80cb8fc): Loading data parts | ||
| 316 | 2024.12.18 22:14:07.816190 [ 258 ] {cdfe851a-f045-4303-8b60-284106d3f04c} <Debug> oximeter.version (997dff2b-0c39-493c-bed4-2fc4e80cb8fc): There are no data parts | ||
| 317 | 2024.12.18 22:14:07.824662 [ 258 ] {cdfe851a-f045-4303-8b60-284106d3f04c} <Debug> TCPHandler: Processed in 0.02239711 sec. | ||
| 318 | 2024.12.18 22:14:07.824889 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 319 | 2024.12.18 22:14:07.825154 [ 260 ] {4d263caa-56c1-407c-8736-979030b1cd0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) /* The measurement tables contain all individual samples from each timeseries. | ||
| 320 | * | ||
| 321 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 322 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 323 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 324 | * by all samples from the same timeseries. | ||
| 325 | * | ||
| 326 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 327 | * and then uses that to index quickly into the measurements tables. | ||
| 328 | */ | ||
| 329 | 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) | ||
| 330 | 2024.12.18 22:14:07.825244 [ 260 ] {4d263caa-56c1-407c-8736-979030b1cd0a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 331 | 2024.12.18 22:14:07.835004 [ 260 ] {4d263caa-56c1-407c-8736-979030b1cd0a} <Debug> oximeter.measurements_bool (dc816e35-6ac1-49f1-abb0-c1dcf0ae59a3): Loading data parts | ||
| 332 | 2024.12.18 22:14:07.835230 [ 260 ] {4d263caa-56c1-407c-8736-979030b1cd0a} <Debug> oximeter.measurements_bool (dc816e35-6ac1-49f1-abb0-c1dcf0ae59a3): There are no data parts | ||
| 333 | 2024.12.18 22:14:07.840609 [ 260 ] {4d263caa-56c1-407c-8736-979030b1cd0a} <Debug> TCPHandler: Processed in 0.01578702 sec. | ||
| 334 | 2024.12.18 22:14:07.840999 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 335 | 2024.12.18 22:14:07.841453 [ 258 ] {d582d224-b22d-479a-ab30-bf027c7bccfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) 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) | ||
| 336 | 2024.12.18 22:14:07.841549 [ 258 ] {d582d224-b22d-479a-ab30-bf027c7bccfc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 337 | 2024.12.18 22:14:07.847277 [ 258 ] {d582d224-b22d-479a-ab30-bf027c7bccfc} <Debug> oximeter.measurements_i8 (666891b6-8b05-4009-bc1d-ca4b22ee138d): Loading data parts | ||
| 338 | 2024.12.18 22:14:07.847544 [ 258 ] {d582d224-b22d-479a-ab30-bf027c7bccfc} <Debug> oximeter.measurements_i8 (666891b6-8b05-4009-bc1d-ca4b22ee138d): There are no data parts | ||
| 339 | 2024.12.18 22:14:07.853559 [ 258 ] {d582d224-b22d-479a-ab30-bf027c7bccfc} <Debug> TCPHandler: Processed in 0.01269526 sec. | ||
| 340 | 2024.12.18 22:14:07.853786 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 341 | 2024.12.18 22:14:07.854034 [ 260 ] {84ccb64a-6f9f-4247-a3d7-fcc820f6bdf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) 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) | ||
| 342 | 2024.12.18 22:14:07.854113 [ 260 ] {84ccb64a-6f9f-4247-a3d7-fcc820f6bdf0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 343 | 2024.12.18 22:14:07.857831 [ 260 ] {84ccb64a-6f9f-4247-a3d7-fcc820f6bdf0} <Debug> oximeter.measurements_u8 (83c1c244-bbee-4bb2-bdb5-10f6402cdf53): Loading data parts | ||
| 344 | 2024.12.18 22:14:07.858100 [ 260 ] {84ccb64a-6f9f-4247-a3d7-fcc820f6bdf0} <Debug> oximeter.measurements_u8 (83c1c244-bbee-4bb2-bdb5-10f6402cdf53): There are no data parts | ||
| 345 | 2024.12.18 22:14:07.862216 [ 260 ] {84ccb64a-6f9f-4247-a3d7-fcc820f6bdf0} <Debug> TCPHandler: Processed in 0.008498357 sec. | ||
| 346 | 2024.12.18 22:14:07.862567 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 347 | 2024.12.18 22:14:07.863065 [ 258 ] {03945812-2f61-4f11-8669-2bbcfd7ee074} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) 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) | ||
| 348 | 2024.12.18 22:14:07.863137 [ 258 ] {03945812-2f61-4f11-8669-2bbcfd7ee074} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 349 | 2024.12.18 22:14:07.868644 [ 258 ] {03945812-2f61-4f11-8669-2bbcfd7ee074} <Debug> oximeter.measurements_i16 (b9ac88da-1c60-4c26-a09a-681c58c159c5): Loading data parts | ||
| 350 | 2024.12.18 22:14:07.868932 [ 258 ] {03945812-2f61-4f11-8669-2bbcfd7ee074} <Debug> oximeter.measurements_i16 (b9ac88da-1c60-4c26-a09a-681c58c159c5): There are no data parts | ||
| 351 | 2024.12.18 22:14:07.877044 [ 258 ] {03945812-2f61-4f11-8669-2bbcfd7ee074} <Debug> TCPHandler: Processed in 0.014590186 sec. | ||
| 352 | 2024.12.18 22:14:07.877241 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 353 | 2024.12.18 22:14:07.877445 [ 260 ] {d9709ab2-fd46-43d7-94f6-67d28c6b698e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) 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) | ||
| 354 | 2024.12.18 22:14:07.877510 [ 260 ] {d9709ab2-fd46-43d7-94f6-67d28c6b698e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 355 | 2024.12.18 22:14:07.881261 [ 260 ] {d9709ab2-fd46-43d7-94f6-67d28c6b698e} <Debug> oximeter.measurements_u16 (25a768f3-9826-45c2-b5fd-7f0790ccbc7a): Loading data parts | ||
| 356 | 2024.12.18 22:14:07.881535 [ 260 ] {d9709ab2-fd46-43d7-94f6-67d28c6b698e} <Debug> oximeter.measurements_u16 (25a768f3-9826-45c2-b5fd-7f0790ccbc7a): There are no data parts | ||
| 357 | 2024.12.18 22:14:07.885509 [ 260 ] {d9709ab2-fd46-43d7-94f6-67d28c6b698e} <Debug> TCPHandler: Processed in 0.008324613 sec. | ||
| 358 | 2024.12.18 22:14:07.885881 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 359 | 2024.12.18 22:14:07.886347 [ 258 ] {e5d3892c-f782-4a29-bf5f-e3a9356bbe33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) 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) | ||
| 360 | 2024.12.18 22:14:07.886442 [ 258 ] {e5d3892c-f782-4a29-bf5f-e3a9356bbe33} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 361 | 2024.12.18 22:14:07.891974 [ 258 ] {e5d3892c-f782-4a29-bf5f-e3a9356bbe33} <Debug> oximeter.measurements_i32 (86fdf07c-f19e-44df-91f5-d8af62ea9433): Loading data parts | ||
| 362 | 2024.12.18 22:14:07.892221 [ 258 ] {e5d3892c-f782-4a29-bf5f-e3a9356bbe33} <Debug> oximeter.measurements_i32 (86fdf07c-f19e-44df-91f5-d8af62ea9433): There are no data parts | ||
| 363 | 2024.12.18 22:14:07.901575 [ 258 ] {e5d3892c-f782-4a29-bf5f-e3a9356bbe33} <Debug> TCPHandler: Processed in 0.015828131 sec. | ||
| 364 | 2024.12.18 22:14:07.901858 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 365 | 2024.12.18 22:14:07.902105 [ 260 ] {409a4a6b-fb94-4be8-882b-c700c2398b34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) 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) | ||
| 366 | 2024.12.18 22:14:07.902188 [ 260 ] {409a4a6b-fb94-4be8-882b-c700c2398b34} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 367 | 2024.12.18 22:14:07.906090 [ 260 ] {409a4a6b-fb94-4be8-882b-c700c2398b34} <Debug> oximeter.measurements_u32 (e7528297-0ae5-4ed0-84c9-4c9486d0a8d5): Loading data parts | ||
| 368 | 2024.12.18 22:14:07.906237 [ 260 ] {409a4a6b-fb94-4be8-882b-c700c2398b34} <Debug> oximeter.measurements_u32 (e7528297-0ae5-4ed0-84c9-4c9486d0a8d5): There are no data parts | ||
| 369 | 2024.12.18 22:14:07.914466 [ 260 ] {409a4a6b-fb94-4be8-882b-c700c2398b34} <Debug> TCPHandler: Processed in 0.012677258 sec. | ||
| 370 | 2024.12.18 22:14:07.914800 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 371 | 2024.12.18 22:14:07.915235 [ 258 ] {8f10f894-1951-4759-b1b9-b91501f482dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) 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) | ||
| 372 | 2024.12.18 22:14:07.915329 [ 258 ] {8f10f894-1951-4759-b1b9-b91501f482dc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 373 | 2024.12.18 22:14:07.921367 [ 258 ] {8f10f894-1951-4759-b1b9-b91501f482dc} <Debug> oximeter.measurements_i64 (4d5b0387-78bb-4ed7-a453-89d08671d508): Loading data parts | ||
| 374 | 2024.12.18 22:14:07.921648 [ 258 ] {8f10f894-1951-4759-b1b9-b91501f482dc} <Debug> oximeter.measurements_i64 (4d5b0387-78bb-4ed7-a453-89d08671d508): There are no data parts | ||
| 375 | 2024.12.18 22:14:07.930219 [ 258 ] {8f10f894-1951-4759-b1b9-b91501f482dc} <Debug> TCPHandler: Processed in 0.015530815 sec. | ||
| 376 | 2024.12.18 22:14:07.930439 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 377 | 2024.12.18 22:14:07.930692 [ 260 ] {d0d80392-4f57-45a3-9d7e-287a43063163} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) 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) | ||
| 378 | 2024.12.18 22:14:07.930770 [ 260 ] {d0d80392-4f57-45a3-9d7e-287a43063163} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 379 | 2024.12.18 22:14:07.934695 [ 260 ] {d0d80392-4f57-45a3-9d7e-287a43063163} <Debug> oximeter.measurements_u64 (6d349adb-4aa8-447f-a1de-89905e1f9714): Loading data parts | ||
| 380 | 2024.12.18 22:14:07.934859 [ 260 ] {d0d80392-4f57-45a3-9d7e-287a43063163} <Debug> oximeter.measurements_u64 (6d349adb-4aa8-447f-a1de-89905e1f9714): There are no data parts | ||
| 381 | 2024.12.18 22:14:07.938765 [ 260 ] {d0d80392-4f57-45a3-9d7e-287a43063163} <Debug> TCPHandler: Processed in 0.008394124 sec. | ||
| 382 | 2024.12.18 22:14:07.939044 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 383 | 2024.12.18 22:14:07.939322 [ 258 ] {1e80aae2-0417-4517-abd3-50e9d3cc7f4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) 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) | ||
| 384 | 2024.12.18 22:14:07.939381 [ 258 ] {1e80aae2-0417-4517-abd3-50e9d3cc7f4f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 385 | 2024.12.18 22:14:07.944807 [ 258 ] {1e80aae2-0417-4517-abd3-50e9d3cc7f4f} <Debug> oximeter.measurements_f32 (355e1e78-c9f5-4645-ac3d-2241413cb46f): Loading data parts | ||
| 386 | 2024.12.18 22:14:07.945047 [ 258 ] {1e80aae2-0417-4517-abd3-50e9d3cc7f4f} <Debug> oximeter.measurements_f32 (355e1e78-c9f5-4645-ac3d-2241413cb46f): There are no data parts | ||
| 387 | 2024.12.18 22:14:07.951040 [ 258 ] {1e80aae2-0417-4517-abd3-50e9d3cc7f4f} <Debug> TCPHandler: Processed in 0.012065247 sec. | ||
| 388 | 2024.12.18 22:14:07.951244 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 389 | 2024.12.18 22:14:07.951447 [ 260 ] {d574c6a0-fd33-42eb-90b6-c749c7c725dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) 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) | ||
| 390 | 2024.12.18 22:14:07.951515 [ 260 ] {d574c6a0-fd33-42eb-90b6-c749c7c725dc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 391 | 2024.12.18 22:14:07.955029 [ 260 ] {d574c6a0-fd33-42eb-90b6-c749c7c725dc} <Debug> oximeter.measurements_f64 (14043b8c-c236-475c-a812-46cde18521a7): Loading data parts | ||
| 392 | 2024.12.18 22:14:07.955301 [ 260 ] {d574c6a0-fd33-42eb-90b6-c749c7c725dc} <Debug> oximeter.measurements_f64 (14043b8c-c236-475c-a812-46cde18521a7): There are no data parts | ||
| 393 | 2024.12.18 22:14:07.959221 [ 260 ] {d574c6a0-fd33-42eb-90b6-c749c7c725dc} <Debug> TCPHandler: Processed in 0.008035188 sec. | ||
| 394 | 2024.12.18 22:14:07.959424 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 395 | 2024.12.18 22:14:07.959645 [ 258 ] {2174e51a-3974-4186-9542-14e9050c927c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) 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) | ||
| 396 | 2024.12.18 22:14:07.959704 [ 258 ] {2174e51a-3974-4186-9542-14e9050c927c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 397 | 2024.12.18 22:14:07.963055 [ 258 ] {2174e51a-3974-4186-9542-14e9050c927c} <Debug> oximeter.measurements_string (2eac1c62-5e13-490b-bb2d-d5e72108293e): Loading data parts | ||
| 398 | 2024.12.18 22:14:07.963219 [ 258 ] {2174e51a-3974-4186-9542-14e9050c927c} <Debug> oximeter.measurements_string (2eac1c62-5e13-490b-bb2d-d5e72108293e): There are no data parts | ||
| 399 | 2024.12.18 22:14:07.967022 [ 258 ] {2174e51a-3974-4186-9542-14e9050c927c} <Debug> TCPHandler: Processed in 0.00765571 sec. | ||
| 400 | 2024.12.18 22:14:07.967240 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 401 | 2024.12.18 22:14:07.967445 [ 260 ] {b86d9c7b-9b0f-4d88-b1d7-702bc2aa1612} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 402 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 403 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 404 | * a string isn't palatable for a few reasons. | ||
| 405 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 406 | * details. | ||
| 407 | */ | ||
| 408 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 409 | 2024.12.18 22:14:07.967519 [ 260 ] {b86d9c7b-9b0f-4d88-b1d7-702bc2aa1612} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 410 | 2024.12.18 22:14:07.972870 [ 260 ] {b86d9c7b-9b0f-4d88-b1d7-702bc2aa1612} <Debug> oximeter.measurements_bytes (0754e505-b9e4-4e16-a377-cfa92d76d82f): Loading data parts | ||
| 411 | 2024.12.18 22:14:07.973024 [ 260 ] {b86d9c7b-9b0f-4d88-b1d7-702bc2aa1612} <Debug> oximeter.measurements_bytes (0754e505-b9e4-4e16-a377-cfa92d76d82f): There are no data parts | ||
| 412 | 2024.12.18 22:14:07.978917 [ 260 ] {b86d9c7b-9b0f-4d88-b1d7-702bc2aa1612} <Debug> TCPHandler: Processed in 0.01173427 sec. | ||
| 413 | 2024.12.18 22:14:07.979176 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 414 | 2024.12.18 22:14:07.979592 [ 258 ] {994cd5cf-5be1-4c04-a8c2-42c5bec7e5b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) 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) | ||
| 415 | 2024.12.18 22:14:07.979725 [ 258 ] {994cd5cf-5be1-4c04-a8c2-42c5bec7e5b9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 416 | 2024.12.18 22:14:07.983292 [ 258 ] {994cd5cf-5be1-4c04-a8c2-42c5bec7e5b9} <Debug> oximeter.measurements_cumulativei64 (383b71ac-bd95-4038-9367-5a9a094647b2): Loading data parts | ||
| 417 | 2024.12.18 22:14:07.983484 [ 258 ] {994cd5cf-5be1-4c04-a8c2-42c5bec7e5b9} <Debug> oximeter.measurements_cumulativei64 (383b71ac-bd95-4038-9367-5a9a094647b2): There are no data parts | ||
| 418 | 2024.12.18 22:14:07.987270 [ 258 ] {994cd5cf-5be1-4c04-a8c2-42c5bec7e5b9} <Debug> TCPHandler: Processed in 0.008205661 sec. | ||
| 419 | 2024.12.18 22:14:07.987468 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 420 | 2024.12.18 22:14:07.987741 [ 260 ] {2a8ffc1e-73f2-433f-ba4c-b5d07916ae3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) 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) | ||
| 421 | 2024.12.18 22:14:07.987801 [ 260 ] {2a8ffc1e-73f2-433f-ba4c-b5d07916ae3d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 422 | 2024.12.18 22:14:07.993173 [ 260 ] {2a8ffc1e-73f2-433f-ba4c-b5d07916ae3d} <Debug> oximeter.measurements_cumulativeu64 (7122b751-db40-433d-a12a-a450578f9148): Loading data parts | ||
| 423 | 2024.12.18 22:14:07.993432 [ 260 ] {2a8ffc1e-73f2-433f-ba4c-b5d07916ae3d} <Debug> oximeter.measurements_cumulativeu64 (7122b751-db40-433d-a12a-a450578f9148): There are no data parts | ||
| 424 | 2024.12.18 22:14:08.000256 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 123.02 MiB, peak 123.02 MiB, free memory in arenas 0.00 B, will set to 134.07 MiB (RSS), difference: 11.05 MiB | ||
| 425 | 2024.12.18 22:14:08.002447 [ 260 ] {2a8ffc1e-73f2-433f-ba4c-b5d07916ae3d} <Debug> TCPHandler: Processed in 0.015045565 sec. | ||
| 426 | 2024.12.18 22:14:08.002640 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 427 | 2024.12.18 22:14:08.002886 [ 258 ] {619178e3-5736-40b1-a132-25f8cd98c97a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) 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) | ||
| 428 | 2024.12.18 22:14:08.002954 [ 258 ] {619178e3-5736-40b1-a132-25f8cd98c97a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 429 | 2024.12.18 22:14:08.007368 [ 258 ] {619178e3-5736-40b1-a132-25f8cd98c97a} <Debug> oximeter.measurements_cumulativef32 (eb64ac9b-66a2-4860-86c6-022996ca2899): Loading data parts | ||
| 430 | 2024.12.18 22:14:08.007544 [ 258 ] {619178e3-5736-40b1-a132-25f8cd98c97a} <Debug> oximeter.measurements_cumulativef32 (eb64ac9b-66a2-4860-86c6-022996ca2899): There are no data parts | ||
| 431 | 2024.12.18 22:14:08.016104 [ 258 ] {619178e3-5736-40b1-a132-25f8cd98c97a} <Debug> TCPHandler: Processed in 0.013559755 sec. | ||
| 432 | 2024.12.18 22:14:08.016409 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 433 | 2024.12.18 22:14:08.016836 [ 260 ] {68eb3062-34e8-4fc7-bedc-578ef1e069cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) 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) | ||
| 434 | 2024.12.18 22:14:08.016897 [ 260 ] {68eb3062-34e8-4fc7-bedc-578ef1e069cc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 435 | 2024.12.18 22:14:08.022816 [ 260 ] {68eb3062-34e8-4fc7-bedc-578ef1e069cc} <Debug> oximeter.measurements_cumulativef64 (a3f15ff4-8fac-4b0b-8a26-eccad77c0dec): Loading data parts | ||
| 436 | 2024.12.18 22:14:08.023049 [ 260 ] {68eb3062-34e8-4fc7-bedc-578ef1e069cc} <Debug> oximeter.measurements_cumulativef64 (a3f15ff4-8fac-4b0b-8a26-eccad77c0dec): There are no data parts | ||
| 437 | 2024.12.18 22:14:08.032142 [ 260 ] {68eb3062-34e8-4fc7-bedc-578ef1e069cc} <Debug> TCPHandler: Processed in 0.015780049 sec. | ||
| 438 | 2024.12.18 22:14:08.032371 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 439 | 2024.12.18 22:14:08.032728 [ 258 ] {1c402c31-779e-45fe-928f-327e2c5b9e01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 440 | * NOTE: Array types cannot be Nullable, see | ||
| 441 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 442 | * for more details. | ||
| 443 | * | ||
| 444 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 445 | * is unfortunate, and at this point relies on the fact that an | ||
| 446 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 447 | * to figure out another way to represent missing samples here. | ||
| 448 | */ | ||
| 449 | 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) | ||
| 450 | 2024.12.18 22:14:08.032819 [ 258 ] {1c402c31-779e-45fe-928f-327e2c5b9e01} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 451 | 2024.12.18 22:14:08.036978 [ 258 ] {1c402c31-779e-45fe-928f-327e2c5b9e01} <Debug> oximeter.measurements_histogrami8 (17ec3f53-f31c-415a-a518-77ebf1874525): Loading data parts | ||
| 452 | 2024.12.18 22:14:08.037220 [ 258 ] {1c402c31-779e-45fe-928f-327e2c5b9e01} <Debug> oximeter.measurements_histogrami8 (17ec3f53-f31c-415a-a518-77ebf1874525): There are no data parts | ||
| 453 | 2024.12.18 22:14:08.045391 [ 258 ] {1c402c31-779e-45fe-928f-327e2c5b9e01} <Debug> TCPHandler: Processed in 0.013089036 sec. | ||
| 454 | 2024.12.18 22:14:08.045746 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 455 | 2024.12.18 22:14:08.046251 [ 260 ] {f2d500ba-85b6-4872-8347-12ad13d25fdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) 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) | ||
| 456 | 2024.12.18 22:14:08.046324 [ 260 ] {f2d500ba-85b6-4872-8347-12ad13d25fdc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 457 | 2024.12.18 22:14:08.052452 [ 260 ] {f2d500ba-85b6-4872-8347-12ad13d25fdc} <Debug> oximeter.measurements_histogramu8 (6016ae28-0cc6-4e68-a7e3-afa043898ff3): Loading data parts | ||
| 458 | 2024.12.18 22:14:08.052702 [ 260 ] {f2d500ba-85b6-4872-8347-12ad13d25fdc} <Debug> oximeter.measurements_histogramu8 (6016ae28-0cc6-4e68-a7e3-afa043898ff3): There are no data parts | ||
| 459 | 2024.12.18 22:14:08.055237 [ 260 ] {f2d500ba-85b6-4872-8347-12ad13d25fdc} <Debug> TCPHandler: Processed in 0.009623778 sec. | ||
| 460 | 2024.12.18 22:14:08.055503 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 461 | 2024.12.18 22:14:08.055947 [ 258 ] {52019b20-97f8-472a-b5a4-b3d6b12bb0eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) 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) | ||
| 462 | 2024.12.18 22:14:08.056053 [ 258 ] {52019b20-97f8-472a-b5a4-b3d6b12bb0eb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 463 | 2024.12.18 22:14:08.059613 [ 258 ] {52019b20-97f8-472a-b5a4-b3d6b12bb0eb} <Debug> oximeter.measurements_histogrami16 (82911fa7-688d-4156-a99c-077856d10b72): Loading data parts | ||
| 464 | 2024.12.18 22:14:08.059821 [ 258 ] {52019b20-97f8-472a-b5a4-b3d6b12bb0eb} <Debug> oximeter.measurements_histogrami16 (82911fa7-688d-4156-a99c-077856d10b72): There are no data parts | ||
| 465 | 2024.12.18 22:14:08.064087 [ 258 ] {52019b20-97f8-472a-b5a4-b3d6b12bb0eb} <Debug> TCPHandler: Processed in 0.008736351 sec. | ||
| 466 | 2024.12.18 22:14:08.064396 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 467 | 2024.12.18 22:14:08.065108 [ 260 ] {7291a0cf-ebfc-4e21-938a-40c12ee1acba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) 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) | ||
| 468 | 2024.12.18 22:14:08.065188 [ 260 ] {7291a0cf-ebfc-4e21-938a-40c12ee1acba} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 469 | 2024.12.18 22:14:08.070916 [ 260 ] {7291a0cf-ebfc-4e21-938a-40c12ee1acba} <Debug> oximeter.measurements_histogramu16 (21f62970-4fe4-4e00-8194-73c438e9f907): Loading data parts | ||
| 470 | 2024.12.18 22:14:08.071147 [ 260 ] {7291a0cf-ebfc-4e21-938a-40c12ee1acba} <Debug> oximeter.measurements_histogramu16 (21f62970-4fe4-4e00-8194-73c438e9f907): There are no data parts | ||
| 471 | 2024.12.18 22:14:08.074078 [ 260 ] {7291a0cf-ebfc-4e21-938a-40c12ee1acba} <Debug> TCPHandler: Processed in 0.009732821 sec. | ||
| 472 | 2024.12.18 22:14:08.074298 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 473 | 2024.12.18 22:14:08.074599 [ 258 ] {ff1f96fd-25fe-43da-8332-470afc2e50d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) 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) | ||
| 474 | 2024.12.18 22:14:08.074693 [ 258 ] {ff1f96fd-25fe-43da-8332-470afc2e50d4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 475 | 2024.12.18 22:14:08.083425 [ 258 ] {ff1f96fd-25fe-43da-8332-470afc2e50d4} <Debug> oximeter.measurements_histogrami32 (919e1028-6477-4052-8aef-be0b4aa7f0e9): Loading data parts | ||
| 476 | 2024.12.18 22:14:08.083724 [ 258 ] {ff1f96fd-25fe-43da-8332-470afc2e50d4} <Debug> oximeter.measurements_histogrami32 (919e1028-6477-4052-8aef-be0b4aa7f0e9): There are no data parts | ||
| 477 | 2024.12.18 22:14:08.089583 [ 258 ] {ff1f96fd-25fe-43da-8332-470afc2e50d4} <Debug> TCPHandler: Processed in 0.015340751 sec. | ||
| 478 | 2024.12.18 22:14:08.089964 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 479 | 2024.12.18 22:14:08.090333 [ 260 ] {d9a4ca43-037c-4dad-9b7a-2adf5d6605a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) 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) | ||
| 480 | 2024.12.18 22:14:08.090420 [ 260 ] {d9a4ca43-037c-4dad-9b7a-2adf5d6605a5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 481 | 2024.12.18 22:14:08.098548 [ 260 ] {d9a4ca43-037c-4dad-9b7a-2adf5d6605a5} <Debug> oximeter.measurements_histogramu32 (b8579ebd-f64d-4e63-a41b-caba3456aaa9): Loading data parts | ||
| 482 | 2024.12.18 22:14:08.098681 [ 260 ] {d9a4ca43-037c-4dad-9b7a-2adf5d6605a5} <Debug> oximeter.measurements_histogramu32 (b8579ebd-f64d-4e63-a41b-caba3456aaa9): There are no data parts | ||
| 483 | 2024.12.18 22:14:08.102199 [ 260 ] {d9a4ca43-037c-4dad-9b7a-2adf5d6605a5} <Debug> TCPHandler: Processed in 0.012365743 sec. | ||
| 484 | 2024.12.18 22:14:08.102504 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 485 | 2024.12.18 22:14:08.102865 [ 258 ] {6144f67a-11bf-493f-a068-563ba60582b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) 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) | ||
| 486 | 2024.12.18 22:14:08.102975 [ 258 ] {6144f67a-11bf-493f-a068-563ba60582b6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 487 | 2024.12.18 22:14:08.112142 [ 258 ] {6144f67a-11bf-493f-a068-563ba60582b6} <Debug> oximeter.measurements_histogrami64 (2a5d9a15-33ff-4930-8463-3c3786140538): Loading data parts | ||
| 488 | 2024.12.18 22:14:08.112302 [ 258 ] {6144f67a-11bf-493f-a068-563ba60582b6} <Debug> oximeter.measurements_histogrami64 (2a5d9a15-33ff-4930-8463-3c3786140538): There are no data parts | ||
| 489 | 2024.12.18 22:14:08.117949 [ 258 ] {6144f67a-11bf-493f-a068-563ba60582b6} <Debug> TCPHandler: Processed in 0.015514995 sec. | ||
| 490 | 2024.12.18 22:14:08.118286 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 491 | 2024.12.18 22:14:08.118882 [ 260 ] {c6346302-8944-4c53-b929-73d3b045d5b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) 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) | ||
| 492 | 2024.12.18 22:14:08.119070 [ 260 ] {c6346302-8944-4c53-b929-73d3b045d5b4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 493 | 2024.12.18 22:14:08.127945 [ 260 ] {c6346302-8944-4c53-b929-73d3b045d5b4} <Debug> oximeter.measurements_histogramu64 (45adcee9-60b0-41e5-b193-005383abdd1f): Loading data parts | ||
| 494 | 2024.12.18 22:14:08.128079 [ 260 ] {c6346302-8944-4c53-b929-73d3b045d5b4} <Debug> oximeter.measurements_histogramu64 (45adcee9-60b0-41e5-b193-005383abdd1f): There are no data parts | ||
| 495 | 2024.12.18 22:14:08.133945 [ 260 ] {c6346302-8944-4c53-b929-73d3b045d5b4} <Debug> TCPHandler: Processed in 0.01577367 sec. | ||
| 496 | 2024.12.18 22:14:08.134198 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 497 | 2024.12.18 22:14:08.134552 [ 258 ] {a70a6b45-7ff0-4ece-810d-ab73b9c6777d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) 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) | ||
| 498 | 2024.12.18 22:14:08.134662 [ 258 ] {a70a6b45-7ff0-4ece-810d-ab73b9c6777d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 499 | 2024.12.18 22:14:08.140481 [ 258 ] {a70a6b45-7ff0-4ece-810d-ab73b9c6777d} <Debug> oximeter.measurements_histogramf32 (ea943456-1b20-4ffe-a056-4b3e3107f63c): Loading data parts | ||
| 500 | 2024.12.18 22:14:08.140650 [ 258 ] {a70a6b45-7ff0-4ece-810d-ab73b9c6777d} <Debug> oximeter.measurements_histogramf32 (ea943456-1b20-4ffe-a056-4b3e3107f63c): There are no data parts | ||
| 501 | 2024.12.18 22:14:08.143000 [ 258 ] {a70a6b45-7ff0-4ece-810d-ab73b9c6777d} <Debug> TCPHandler: Processed in 0.008879424 sec. | ||
| 502 | 2024.12.18 22:14:08.143194 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 503 | 2024.12.18 22:14:08.143489 [ 260 ] {0c634ba7-d0a5-4500-8372-2253069583ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) 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) | ||
| 504 | 2024.12.18 22:14:08.143579 [ 260 ] {0c634ba7-d0a5-4500-8372-2253069583ff} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 505 | 2024.12.18 22:14:08.148346 [ 260 ] {0c634ba7-d0a5-4500-8372-2253069583ff} <Debug> oximeter.measurements_histogramf64 (10a97da4-edcd-4a86-8b09-a87be1d73400): Loading data parts | ||
| 506 | 2024.12.18 22:14:08.148492 [ 260 ] {0c634ba7-d0a5-4500-8372-2253069583ff} <Debug> oximeter.measurements_histogramf64 (10a97da4-edcd-4a86-8b09-a87be1d73400): There are no data parts | ||
| 507 | 2024.12.18 22:14:08.152524 [ 260 ] {0c634ba7-d0a5-4500-8372-2253069583ff} <Debug> TCPHandler: Processed in 0.009388074 sec. | ||
| 508 | 2024.12.18 22:14:08.152765 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 509 | 2024.12.18 22:14:08.153025 [ 258 ] {9cf1490b-39af-48a4-b0aa-514404bb26f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) /* The field tables store named dimensions of each timeseries. | ||
| 510 | * | ||
| 511 | * As with the measurement tables, there is one field table for each field data | ||
| 512 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 513 | * this behavior **must not** be relied upon for query correctness. | ||
| 514 | * | ||
| 515 | * The index for the fields differs from the measurements, however. Rows are | ||
| 516 | * sorted by timeseries name, then field name, field value, and finally | ||
| 517 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 518 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 519 | * usually then used to look up measurements. | ||
| 520 | * | ||
| 521 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 522 | * timeseries name and then key, since it would improve lookups where one | ||
| 523 | * already has the key. Realistically though, these tables are quite small and | ||
| 524 | * so performance benefits will be low in absolute terms. | ||
| 525 | * | ||
| 526 | * TTL: We use a materialized column to expire old field table records. This | ||
| 527 | * column is generated automatically by the database whenever a new row is | ||
| 528 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 529 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 530 | * record will remain during a deduplication, which will have the last | ||
| 531 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 532 | * measurement tables. | ||
| 533 | */ | ||
| 534 | 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) | ||
| 535 | 2024.12.18 22:14:08.153132 [ 258 ] {9cf1490b-39af-48a4-b0aa-514404bb26f0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 536 | 2024.12.18 22:14:08.158412 [ 258 ] {9cf1490b-39af-48a4-b0aa-514404bb26f0} <Debug> oximeter.fields_bool (6d928d18-51e6-44d4-82f2-a8cc933aa078): Loading data parts | ||
| 537 | 2024.12.18 22:14:08.158708 [ 258 ] {9cf1490b-39af-48a4-b0aa-514404bb26f0} <Debug> oximeter.fields_bool (6d928d18-51e6-44d4-82f2-a8cc933aa078): There are no data parts | ||
| 538 | 2024.12.18 22:14:08.160855 [ 258 ] {9cf1490b-39af-48a4-b0aa-514404bb26f0} <Debug> TCPHandler: Processed in 0.00818932 sec. | ||
| 539 | 2024.12.18 22:14:08.161057 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 540 | 2024.12.18 22:14:08.161254 [ 260 ] {f333b181-9402-41cc-9f7e-9db8241bfe7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) 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) | ||
| 541 | 2024.12.18 22:14:08.161324 [ 260 ] {f333b181-9402-41cc-9f7e-9db8241bfe7c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 542 | 2024.12.18 22:14:08.166689 [ 260 ] {f333b181-9402-41cc-9f7e-9db8241bfe7c} <Debug> oximeter.fields_i8 (714d626e-93ba-4a9d-a9a4-d9de9d2b4990): Loading data parts | ||
| 543 | 2024.12.18 22:14:08.167081 [ 260 ] {f333b181-9402-41cc-9f7e-9db8241bfe7c} <Debug> oximeter.fields_i8 (714d626e-93ba-4a9d-a9a4-d9de9d2b4990): There are no data parts | ||
| 544 | 2024.12.18 22:14:08.175528 [ 260 ] {f333b181-9402-41cc-9f7e-9db8241bfe7c} <Debug> TCPHandler: Processed in 0.014489204 sec. | ||
| 545 | 2024.12.18 22:14:08.175782 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 546 | 2024.12.18 22:14:08.176077 [ 258 ] {60beb517-dc68-425a-a07a-ef46bc62e019} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) 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) | ||
| 547 | 2024.12.18 22:14:08.176159 [ 258 ] {60beb517-dc68-425a-a07a-ef46bc62e019} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 548 | 2024.12.18 22:14:08.180097 [ 258 ] {60beb517-dc68-425a-a07a-ef46bc62e019} <Debug> oximeter.fields_u8 (50a2c5dc-50ac-4296-88c8-9580dc435f94): Loading data parts | ||
| 549 | 2024.12.18 22:14:08.180261 [ 258 ] {60beb517-dc68-425a-a07a-ef46bc62e019} <Debug> oximeter.fields_u8 (50a2c5dc-50ac-4296-88c8-9580dc435f94): There are no data parts | ||
| 550 | 2024.12.18 22:14:08.186150 [ 258 ] {60beb517-dc68-425a-a07a-ef46bc62e019} <Debug> TCPHandler: Processed in 0.010436545 sec. | ||
| 551 | 2024.12.18 22:14:08.186354 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 552 | 2024.12.18 22:14:08.186602 [ 260 ] {2eae6b03-61ff-4196-bcad-fbec9aa04c99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) 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) | ||
| 553 | 2024.12.18 22:14:08.186691 [ 260 ] {2eae6b03-61ff-4196-bcad-fbec9aa04c99} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 554 | 2024.12.18 22:14:08.192392 [ 260 ] {2eae6b03-61ff-4196-bcad-fbec9aa04c99} <Debug> oximeter.fields_i16 (77691e8d-5f95-4dba-b8c6-3b7bd860dbd1): Loading data parts | ||
| 555 | 2024.12.18 22:14:08.192625 [ 260 ] {2eae6b03-61ff-4196-bcad-fbec9aa04c99} <Debug> oximeter.fields_i16 (77691e8d-5f95-4dba-b8c6-3b7bd860dbd1): There are no data parts | ||
| 556 | 2024.12.18 22:14:08.201331 [ 260 ] {2eae6b03-61ff-4196-bcad-fbec9aa04c99} <Debug> TCPHandler: Processed in 0.015044535 sec. | ||
| 557 | 2024.12.18 22:14:08.201699 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 558 | 2024.12.18 22:14:08.202182 [ 258 ] {1aea4e49-ddff-48e8-88b7-23eb9830c80c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) 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) | ||
| 559 | 2024.12.18 22:14:08.202256 [ 258 ] {1aea4e49-ddff-48e8-88b7-23eb9830c80c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 560 | 2024.12.18 22:14:08.206089 [ 258 ] {1aea4e49-ddff-48e8-88b7-23eb9830c80c} <Debug> oximeter.fields_u16 (13cc445b-28d5-4c6c-8d51-391875b401c1): Loading data parts | ||
| 561 | 2024.12.18 22:14:08.206255 [ 258 ] {1aea4e49-ddff-48e8-88b7-23eb9830c80c} <Debug> oximeter.fields_u16 (13cc445b-28d5-4c6c-8d51-391875b401c1): There are no data parts | ||
| 562 | 2024.12.18 22:14:08.208282 [ 258 ] {1aea4e49-ddff-48e8-88b7-23eb9830c80c} <Debug> TCPHandler: Processed in 0.006707091 sec. | ||
| 563 | 2024.12.18 22:14:08.208471 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 564 | 2024.12.18 22:14:08.208691 [ 260 ] {28b3c0b5-04f2-42e4-81e0-ae6ec8d8ce1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) 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) | ||
| 565 | 2024.12.18 22:14:08.208783 [ 260 ] {28b3c0b5-04f2-42e4-81e0-ae6ec8d8ce1b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 566 | 2024.12.18 22:14:08.214286 [ 260 ] {28b3c0b5-04f2-42e4-81e0-ae6ec8d8ce1b} <Debug> oximeter.fields_i32 (e6f09e33-4943-40c3-bc19-1b13169ab6de): Loading data parts | ||
| 567 | 2024.12.18 22:14:08.214444 [ 260 ] {28b3c0b5-04f2-42e4-81e0-ae6ec8d8ce1b} <Debug> oximeter.fields_i32 (e6f09e33-4943-40c3-bc19-1b13169ab6de): There are no data parts | ||
| 568 | 2024.12.18 22:14:08.222061 [ 260 ] {28b3c0b5-04f2-42e4-81e0-ae6ec8d8ce1b} <Debug> TCPHandler: Processed in 0.013649087 sec. | ||
| 569 | 2024.12.18 22:14:08.222363 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 570 | 2024.12.18 22:14:08.222787 [ 258 ] {c282d6b5-d805-486d-938c-5d6dc2bf75f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) 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) | ||
| 571 | 2024.12.18 22:14:08.222870 [ 258 ] {c282d6b5-d805-486d-938c-5d6dc2bf75f0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 572 | 2024.12.18 22:14:08.226800 [ 258 ] {c282d6b5-d805-486d-938c-5d6dc2bf75f0} <Debug> oximeter.fields_u32 (131761ec-ff41-4b0b-aa02-35dfeef28f60): Loading data parts | ||
| 573 | 2024.12.18 22:14:08.226964 [ 258 ] {c282d6b5-d805-486d-938c-5d6dc2bf75f0} <Debug> oximeter.fields_u32 (131761ec-ff41-4b0b-aa02-35dfeef28f60): There are no data parts | ||
| 574 | 2024.12.18 22:14:08.229060 [ 258 ] {c282d6b5-d805-486d-938c-5d6dc2bf75f0} <Debug> TCPHandler: Processed in 0.006810824 sec. | ||
| 575 | 2024.12.18 22:14:08.229247 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 576 | 2024.12.18 22:14:08.229497 [ 260 ] {229781a3-1c5c-48be-8ee3-f727dc018877} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) 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) | ||
| 577 | 2024.12.18 22:14:08.229599 [ 260 ] {229781a3-1c5c-48be-8ee3-f727dc018877} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 578 | 2024.12.18 22:14:08.235027 [ 260 ] {229781a3-1c5c-48be-8ee3-f727dc018877} <Debug> oximeter.fields_i64 (1728eb0a-b479-471a-ad42-449b9d4ac743): Loading data parts | ||
| 579 | 2024.12.18 22:14:08.235198 [ 260 ] {229781a3-1c5c-48be-8ee3-f727dc018877} <Debug> oximeter.fields_i64 (1728eb0a-b479-471a-ad42-449b9d4ac743): There are no data parts | ||
| 580 | 2024.12.18 22:14:08.245381 [ 260 ] {229781a3-1c5c-48be-8ee3-f727dc018877} <Debug> TCPHandler: Processed in 0.016198998 sec. | ||
| 581 | 2024.12.18 22:14:08.245606 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 582 | 2024.12.18 22:14:08.245852 [ 258 ] {ca070da8-546b-4f61-aabe-6c5df8c6648e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) 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) | ||
| 583 | 2024.12.18 22:14:08.245956 [ 258 ] {ca070da8-546b-4f61-aabe-6c5df8c6648e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 584 | 2024.12.18 22:14:08.250141 [ 258 ] {ca070da8-546b-4f61-aabe-6c5df8c6648e} <Debug> oximeter.fields_u64 (8c20e18d-179a-4bdd-ad93-478c0affd6c4): Loading data parts | ||
| 585 | 2024.12.18 22:14:08.250335 [ 258 ] {ca070da8-546b-4f61-aabe-6c5df8c6648e} <Debug> oximeter.fields_u64 (8c20e18d-179a-4bdd-ad93-478c0affd6c4): There are no data parts | ||
| 586 | 2024.12.18 22:14:08.252309 [ 258 ] {ca070da8-546b-4f61-aabe-6c5df8c6648e} <Debug> TCPHandler: Processed in 0.006761873 sec. | ||
| 587 | 2024.12.18 22:14:08.252489 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 588 | 2024.12.18 22:14:08.252724 [ 260 ] {d9605901-8789-4495-8e26-e45b234d1348} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) 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) | ||
| 589 | 2024.12.18 22:14:08.252800 [ 260 ] {d9605901-8789-4495-8e26-e45b234d1348} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 590 | 2024.12.18 22:14:08.258192 [ 260 ] {d9605901-8789-4495-8e26-e45b234d1348} <Debug> oximeter.fields_ipaddr (bb539f53-1a8b-41dd-9b0b-83498179d122): Loading data parts | ||
| 591 | 2024.12.18 22:14:08.258515 [ 260 ] {d9605901-8789-4495-8e26-e45b234d1348} <Debug> oximeter.fields_ipaddr (bb539f53-1a8b-41dd-9b0b-83498179d122): There are no data parts | ||
| 592 | 2024.12.18 22:14:08.267481 [ 260 ] {d9605901-8789-4495-8e26-e45b234d1348} <Debug> TCPHandler: Processed in 0.015051375 sec. | ||
| 593 | 2024.12.18 22:14:08.267692 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 594 | 2024.12.18 22:14:08.267946 [ 258 ] {58d80db6-4764-4898-93d3-82e9f4dd1836} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) 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) | ||
| 595 | 2024.12.18 22:14:08.268047 [ 258 ] {58d80db6-4764-4898-93d3-82e9f4dd1836} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 596 | 2024.12.18 22:14:08.272065 [ 258 ] {58d80db6-4764-4898-93d3-82e9f4dd1836} <Debug> oximeter.fields_string (8a575707-8175-4c1f-9244-f939b7232380): Loading data parts | ||
| 597 | 2024.12.18 22:14:08.272365 [ 258 ] {58d80db6-4764-4898-93d3-82e9f4dd1836} <Debug> oximeter.fields_string (8a575707-8175-4c1f-9244-f939b7232380): There are no data parts | ||
| 598 | 2024.12.18 22:14:08.274345 [ 258 ] {58d80db6-4764-4898-93d3-82e9f4dd1836} <Debug> TCPHandler: Processed in 0.006711741 sec. | ||
| 599 | 2024.12.18 22:14:08.274516 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 600 | 2024.12.18 22:14:08.274761 [ 260 ] {03a2d57c-14c9-48c2-b5d9-e45433d78d49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) 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) | ||
| 601 | 2024.12.18 22:14:08.274836 [ 260 ] {03a2d57c-14c9-48c2-b5d9-e45433d78d49} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 602 | 2024.12.18 22:14:08.280267 [ 260 ] {03a2d57c-14c9-48c2-b5d9-e45433d78d49} <Debug> oximeter.fields_uuid (58e211cb-43e9-426c-8641-9159102f9879): Loading data parts | ||
| 603 | 2024.12.18 22:14:08.280533 [ 260 ] {03a2d57c-14c9-48c2-b5d9-e45433d78d49} <Debug> oximeter.fields_uuid (58e211cb-43e9-426c-8641-9159102f9879): There are no data parts | ||
| 604 | 2024.12.18 22:14:08.290814 [ 260 ] {03a2d57c-14c9-48c2-b5d9-e45433d78d49} <Debug> TCPHandler: Processed in 0.016349401 sec. | ||
| 605 | 2024.12.18 22:14:08.291202 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 606 | 2024.12.18 22:14:08.291773 [ 258 ] {1c02efb1-500a-4c89-ade4-44d290a6cefc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) /* The timeseries schema table stores the extracted schema for the samples | ||
| 607 | * oximeter collects. | ||
| 608 | */ | ||
| 609 | 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) | ||
| 610 | 2024.12.18 22:14:08.291995 [ 258 ] {1c02efb1-500a-4c89-ade4-44d290a6cefc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 611 | 2024.12.18 22:14:08.296168 [ 258 ] {1c02efb1-500a-4c89-ade4-44d290a6cefc} <Debug> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7): Loading data parts | ||
| 612 | 2024.12.18 22:14:08.296420 [ 258 ] {1c02efb1-500a-4c89-ade4-44d290a6cefc} <Debug> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7): There are no data parts | ||
| 613 | 2024.12.18 22:14:08.302535 [ 258 ] {1c02efb1-500a-4c89-ade4-44d290a6cefc} <Debug> TCPHandler: Processed in 0.011447204 sec. | ||
| 614 | 2024.12.18 22:14:08.302777 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 615 | 2024.12.18 22:14:08.303003 [ 260 ] {b3b5eda2-fdac-42b4-b65a-14033d719cfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 616 | 2024.12.18 22:14:08.304302 [ 260 ] {b3b5eda2-fdac-42b4-b65a-14033d719cfe} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 617 | 2024.12.18 22:14:08.314391 [ 267 ] {b3b5eda2-fdac-42b4-b65a-14033d719cfe} <Trace> oximeter.version (997dff2b-0c39-493c-bed4-2fc4e80cb8fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 618 | 2024.12.18 22:14:08.314443 [ 267 ] {b3b5eda2-fdac-42b4-b65a-14033d719cfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 619 | 2024.12.18 22:14:08.318803 [ 267 ] {b3b5eda2-fdac-42b4-b65a-14033d719cfe} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 620 | 2024.12.18 22:14:08.319184 [ 267 ] {b3b5eda2-fdac-42b4-b65a-14033d719cfe} <Trace> oximeter.version (997dff2b-0c39-493c-bed4-2fc4e80cb8fc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 621 | 2024.12.18 22:14:08.319509 [ 260 ] {b3b5eda2-fdac-42b4-b65a-14033d719cfe} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.016595 sec., 60.259114191021396 rows/sec., 964.15 B/sec. | ||
| 622 | 2024.12.18 22:14:08.319913 [ 260 ] {b3b5eda2-fdac-42b4-b65a-14033d719cfe} <Debug> TCPHandler: Processed in 0.017200837 sec. | ||
| 623 | 2024.12.18 22:14:09.000201 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 136.17 MiB, peak 136.17 MiB, free memory in arenas 0.00 B, will set to 139.91 MiB (RSS), difference: 3.74 MiB | ||
| 624 | 2024.12.18 22:14:10.819835 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63457 | ||
| 625 | 2024.12.18 22:14:10.819969 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 626 | 2024.12.18 22:14:10.820043 [ 269 ] {} <Debug> TCP-Session: 223f7989-846c-45c2-8202-8983fce859c0 Authenticating user 'default' from [fd00:1122:3344:101::c]:63457 | ||
| 627 | 2024.12.18 22:14:10.820071 [ 269 ] {} <Debug> TCP-Session: 223f7989-846c-45c2-8202-8983fce859c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 628 | 2024.12.18 22:14:10.820087 [ 269 ] {} <Debug> TCP-Session: 223f7989-846c-45c2-8202-8983fce859c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 629 | 2024.12.18 22:14:10.820160 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 630 | 2024.12.18 22:14:10.820191 [ 269 ] {} <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 | ||
| 631 | 2024.12.18 22:14:10.820227 [ 269 ] {} <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 | ||
| 632 | 2024.12.18 22:14:10.822009 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:47102 | ||
| 633 | 2024.12.18 22:14:10.822124 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61078 | ||
| 634 | 2024.12.18 22:14:10.822226 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 635 | 2024.12.18 22:14:10.822248 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59434 | ||
| 636 | 2024.12.18 22:14:10.822423 [ 270 ] {} <Debug> TCP-Session: 767ec879-cefc-4874-8c58-ddcfabd7d5f9 Authenticating user 'default' from [fd00:1122:3344:101::c]:47102 | ||
| 637 | 2024.12.18 22:14:10.822466 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53539 | ||
| 638 | 2024.12.18 22:14:10.822439 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 639 | 2024.12.18 22:14:10.822659 [ 270 ] {} <Debug> TCP-Session: 767ec879-cefc-4874-8c58-ddcfabd7d5f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 640 | 2024.12.18 22:14:10.822814 [ 271 ] {} <Debug> TCP-Session: 127c871e-9a32-4e1a-9225-f65bf3733d45 Authenticating user 'default' from [fd00:1122:3344:101::c]:61078 | ||
| 641 | 2024.12.18 22:14:10.822841 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 642 | 2024.12.18 22:14:10.822840 [ 270 ] {} <Debug> TCP-Session: 767ec879-cefc-4874-8c58-ddcfabd7d5f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 643 | 2024.12.18 22:14:10.822667 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61958 | ||
| 644 | 2024.12.18 22:14:10.822891 [ 271 ] {} <Debug> TCP-Session: 127c871e-9a32-4e1a-9225-f65bf3733d45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 645 | 2024.12.18 22:14:10.822797 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 646 | 2024.12.18 22:14:10.822931 [ 273 ] {} <Debug> TCP-Session: 4c653dca-aecd-4f68-add4-9147c91d1192 Authenticating user 'default' from [fd00:1122:3344:101::c]:53539 | ||
| 647 | 2024.12.18 22:14:10.823011 [ 271 ] {} <Debug> TCP-Session: 127c871e-9a32-4e1a-9225-f65bf3733d45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 648 | 2024.12.18 22:14:10.822956 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:60296 | ||
| 649 | 2024.12.18 22:14:10.823317 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40587 | ||
| 650 | 2024.12.18 22:14:10.823393 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 651 | 2024.12.18 22:14:10.823380 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 652 | 2024.12.18 22:14:10.823193 [ 273 ] {} <Debug> TCP-Session: 4c653dca-aecd-4f68-add4-9147c91d1192 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 653 | 2024.12.18 22:14:10.823356 [ 272 ] {} <Debug> TCP-Session: 432e1595-cb78-4fd3-923f-6902cbd76f54 Authenticating user 'default' from [fd00:1122:3344:101::c]:59434 | ||
| 654 | 2024.12.18 22:14:10.823670 [ 275 ] {} <Debug> TCP-Session: 6bd2cff4-3395-4659-b23b-995c56b7efe1 Authenticating user 'default' from [fd00:1122:3344:101::c]:60296 | ||
| 655 | 2024.12.18 22:14:10.823686 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 656 | 2024.12.18 22:14:10.823702 [ 272 ] {} <Debug> TCP-Session: 432e1595-cb78-4fd3-923f-6902cbd76f54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 657 | 2024.12.18 22:14:10.823709 [ 274 ] {} <Debug> TCP-Session: 838c12f9-eff1-4adc-ab49-519b925c9f77 Authenticating user 'default' from [fd00:1122:3344:101::c]:61958 | ||
| 658 | 2024.12.18 22:14:10.823822 [ 273 ] {} <Debug> TCP-Session: 4c653dca-aecd-4f68-add4-9147c91d1192 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 659 | 2024.12.18 22:14:10.823856 [ 274 ] {} <Debug> TCP-Session: 838c12f9-eff1-4adc-ab49-519b925c9f77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 660 | 2024.12.18 22:14:10.823924 [ 275 ] {} <Debug> TCP-Session: 6bd2cff4-3395-4659-b23b-995c56b7efe1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 661 | 2024.12.18 22:14:10.823874 [ 276 ] {} <Debug> TCP-Session: 0d66fb92-bccf-49a1-8d32-145fab5d489b Authenticating user 'default' from [fd00:1122:3344:101::c]:40587 | ||
| 662 | 2024.12.18 22:14:10.824041 [ 274 ] {} <Debug> TCP-Session: 838c12f9-eff1-4adc-ab49-519b925c9f77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 663 | 2024.12.18 22:14:10.824050 [ 275 ] {} <Debug> TCP-Session: 6bd2cff4-3395-4659-b23b-995c56b7efe1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 664 | 2024.12.18 22:14:10.824075 [ 276 ] {} <Debug> TCP-Session: 0d66fb92-bccf-49a1-8d32-145fab5d489b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 665 | 2024.12.18 22:14:10.823948 [ 272 ] {} <Debug> TCP-Session: 432e1595-cb78-4fd3-923f-6902cbd76f54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 666 | 2024.12.18 22:14:10.824238 [ 276 ] {} <Debug> TCP-Session: 0d66fb92-bccf-49a1-8d32-145fab5d489b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 667 | 2024.12.18 22:14:10.858189 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52860 | ||
| 668 | 2024.12.18 22:14:10.858334 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 669 | 2024.12.18 22:14:10.858440 [ 277 ] {} <Debug> TCP-Session: e1629720-66f0-486a-90bd-83d214cacde2 Authenticating user 'default' from [fd00:1122:3344:101::b]:52860 | ||
| 670 | 2024.12.18 22:14:10.858479 [ 277 ] {} <Debug> TCP-Session: e1629720-66f0-486a-90bd-83d214cacde2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 671 | 2024.12.18 22:14:10.858492 [ 277 ] {} <Debug> TCP-Session: e1629720-66f0-486a-90bd-83d214cacde2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 672 | 2024.12.18 22:14:10.858540 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 673 | 2024.12.18 22:14:10.858593 [ 277 ] {} <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 | ||
| 674 | 2024.12.18 22:14:10.858632 [ 277 ] {} <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 | ||
| 675 | 2024.12.18 22:14:10.860360 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43771 | ||
| 676 | 2024.12.18 22:14:10.860557 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 677 | 2024.12.18 22:14:10.860558 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55162 | ||
| 678 | 2024.12.18 22:14:10.860660 [ 278 ] {} <Debug> TCP-Session: 8997ba72-3763-4939-909c-4bb8f9fa1e8f Authenticating user 'default' from [fd00:1122:3344:101::b]:43771 | ||
| 679 | 2024.12.18 22:14:10.860690 [ 278 ] {} <Debug> TCP-Session: 8997ba72-3763-4939-909c-4bb8f9fa1e8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 680 | 2024.12.18 22:14:10.860783 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:65255 | ||
| 681 | 2024.12.18 22:14:10.860832 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 682 | 2024.12.18 22:14:10.860824 [ 278 ] {} <Debug> TCP-Session: 8997ba72-3763-4939-909c-4bb8f9fa1e8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 683 | 2024.12.18 22:14:10.860914 [ 279 ] {} <Debug> TCP-Session: 80a98399-f6b4-44e5-a3b5-72554d73b49c Authenticating user 'default' from [fd00:1122:3344:101::b]:55162 | ||
| 684 | 2024.12.18 22:14:10.860935 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33473 | ||
| 685 | 2024.12.18 22:14:10.861202 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58552 | ||
| 686 | 2024.12.18 22:14:10.861221 [ 279 ] {} <Debug> TCP-Session: 80a98399-f6b4-44e5-a3b5-72554d73b49c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 687 | 2024.12.18 22:14:10.861442 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42451 | ||
| 688 | 2024.12.18 22:14:10.861522 [ 279 ] {} <Debug> TCP-Session: 80a98399-f6b4-44e5-a3b5-72554d73b49c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 689 | 2024.12.18 22:14:10.861646 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52315 | ||
| 690 | 2024.12.18 22:14:10.861815 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 691 | 2024.12.18 22:14:10.861853 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 692 | 2024.12.18 22:14:10.861965 [ 280 ] {} <Debug> TCP-Session: 92136b70-7617-49a4-a2ff-339f96e6ad79 Authenticating user 'default' from [fd00:1122:3344:101::b]:65255 | ||
| 693 | 2024.12.18 22:14:10.861975 [ 283 ] {} <Debug> TCP-Session: 9daa0732-8a7a-4665-9640-a9677e87375f Authenticating user 'default' from [fd00:1122:3344:101::b]:42451 | ||
| 694 | 2024.12.18 22:14:10.861999 [ 280 ] {} <Debug> TCP-Session: 92136b70-7617-49a4-a2ff-339f96e6ad79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 695 | 2024.12.18 22:14:10.862118 [ 283 ] {} <Debug> TCP-Session: 9daa0732-8a7a-4665-9640-a9677e87375f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 696 | 2024.12.18 22:14:10.862130 [ 280 ] {} <Debug> TCP-Session: 92136b70-7617-49a4-a2ff-339f96e6ad79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 697 | 2024.12.18 22:14:10.862152 [ 283 ] {} <Debug> TCP-Session: 9daa0732-8a7a-4665-9640-a9677e87375f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 698 | 2024.12.18 22:14:10.870189 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 699 | 2024.12.18 22:14:10.870232 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 700 | 2024.12.18 22:14:10.870236 [ 284 ] {} <Debug> TCP-Session: f9adf3fd-2af9-4be4-824e-17a51da30c0f Authenticating user 'default' from [fd00:1122:3344:101::b]:52315 | ||
| 701 | 2024.12.18 22:14:10.870318 [ 282 ] {} <Debug> TCP-Session: c6446c2e-90c1-4540-807d-d484409b3ff5 Authenticating user 'default' from [fd00:1122:3344:101::b]:58552 | ||
| 702 | 2024.12.18 22:14:10.870478 [ 284 ] {} <Debug> TCP-Session: f9adf3fd-2af9-4be4-824e-17a51da30c0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 703 | 2024.12.18 22:14:10.870503 [ 282 ] {} <Debug> TCP-Session: c6446c2e-90c1-4540-807d-d484409b3ff5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 704 | 2024.12.18 22:14:10.870513 [ 284 ] {} <Debug> TCP-Session: f9adf3fd-2af9-4be4-824e-17a51da30c0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2024.12.18 22:14:10.870579 [ 282 ] {} <Debug> TCP-Session: c6446c2e-90c1-4540-807d-d484409b3ff5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2024.12.18 22:14:10.870907 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 707 | 2024.12.18 22:14:10.870994 [ 281 ] {} <Debug> TCP-Session: d325d606-2d48-4742-9adc-7c889757cc92 Authenticating user 'default' from [fd00:1122:3344:101::b]:33473 | ||
| 708 | 2024.12.18 22:14:10.871019 [ 281 ] {} <Debug> TCP-Session: d325d606-2d48-4742-9adc-7c889757cc92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 709 | 2024.12.18 22:14:10.871040 [ 281 ] {} <Debug> TCP-Session: d325d606-2d48-4742-9adc-7c889757cc92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 710 | 2024.12.18 22:14:10.937122 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59963 | ||
| 711 | 2024.12.18 22:14:10.937372 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 712 | 2024.12.18 22:14:10.937405 [ 285 ] {} <Debug> TCP-Session: 0906ff3a-b3c4-42fc-b654-311195af4868 Authenticating user 'default' from [fd00:1122:3344:101::a]:59963 | ||
| 713 | 2024.12.18 22:14:10.937502 [ 285 ] {} <Debug> TCP-Session: 0906ff3a-b3c4-42fc-b654-311195af4868 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 714 | 2024.12.18 22:14:10.937523 [ 285 ] {} <Debug> TCP-Session: 0906ff3a-b3c4-42fc-b654-311195af4868 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 715 | 2024.12.18 22:14:10.937623 [ 285 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 716 | 2024.12.18 22:14:10.937705 [ 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 | ||
| 717 | 2024.12.18 22:14:10.937729 [ 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 | ||
| 718 | 2024.12.18 22:14:10.939872 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56467 | ||
| 719 | 2024.12.18 22:14:10.940164 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:52529 | ||
| 720 | 2024.12.18 22:14:10.940201 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51525 | ||
| 721 | 2024.12.18 22:14:10.940175 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 722 | 2024.12.18 22:14:10.940443 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53381 | ||
| 723 | 2024.12.18 22:14:10.940662 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60914 | ||
| 724 | 2024.12.18 22:14:10.940737 [ 286 ] {} <Debug> TCP-Session: a1a40b20-7ea4-4be8-a623-aa16cebddbb1 Authenticating user 'default' from [fd00:1122:3344:101::a]:56467 | ||
| 725 | 2024.12.18 22:14:10.940757 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 726 | 2024.12.18 22:14:10.940726 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 727 | 2024.12.18 22:14:10.941131 [ 291 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44145 | ||
| 728 | 2024.12.18 22:14:10.941177 [ 286 ] {} <Debug> TCP-Session: a1a40b20-7ea4-4be8-a623-aa16cebddbb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 729 | 2024.12.18 22:14:10.941197 [ 288 ] {} <Debug> TCP-Session: b609f2b4-5953-464c-b3c3-4a1301ea723f Authenticating user 'default' from [fd00:1122:3344:101::a]:51525 | ||
| 730 | 2024.12.18 22:14:10.941159 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 731 | 2024.12.18 22:14:10.941250 [ 286 ] {} <Debug> TCP-Session: a1a40b20-7ea4-4be8-a623-aa16cebddbb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 732 | 2024.12.18 22:14:10.941142 [ 287 ] {} <Debug> TCP-Session: b83b5338-da32-415c-a605-d3056873b64c Authenticating user 'default' from [fd00:1122:3344:101::a]:52529 | ||
| 733 | 2024.12.18 22:14:10.941475 [ 292 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61407 | ||
| 734 | 2024.12.18 22:14:10.941523 [ 289 ] {} <Debug> TCP-Session: 6560884f-8ee2-4db4-ae36-146585912483 Authenticating user 'default' from [fd00:1122:3344:101::a]:53381 | ||
| 735 | 2024.12.18 22:14:10.941551 [ 287 ] {} <Debug> TCP-Session: b83b5338-da32-415c-a605-d3056873b64c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 736 | 2024.12.18 22:14:10.941548 [ 288 ] {} <Debug> TCP-Session: b609f2b4-5953-464c-b3c3-4a1301ea723f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 737 | 2024.12.18 22:14:10.941706 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 738 | 2024.12.18 22:14:10.941753 [ 289 ] {} <Debug> TCP-Session: 6560884f-8ee2-4db4-ae36-146585912483 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 739 | 2024.12.18 22:14:10.941770 [ 288 ] {} <Debug> TCP-Session: b609f2b4-5953-464c-b3c3-4a1301ea723f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 740 | 2024.12.18 22:14:10.941790 [ 287 ] {} <Debug> TCP-Session: b83b5338-da32-415c-a605-d3056873b64c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 741 | 2024.12.18 22:14:10.941829 [ 290 ] {} <Debug> TCP-Session: e0dd2ffc-a21c-4a8f-ad06-c47c65143c40 Authenticating user 'default' from [fd00:1122:3344:101::a]:60914 | ||
| 742 | 2024.12.18 22:14:10.941881 [ 289 ] {} <Debug> TCP-Session: 6560884f-8ee2-4db4-ae36-146585912483 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 743 | 2024.12.18 22:14:10.941976 [ 290 ] {} <Debug> TCP-Session: e0dd2ffc-a21c-4a8f-ad06-c47c65143c40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 744 | 2024.12.18 22:14:10.942074 [ 290 ] {} <Debug> TCP-Session: e0dd2ffc-a21c-4a8f-ad06-c47c65143c40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 745 | 2024.12.18 22:14:10.943410 [ 291 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 746 | 2024.12.18 22:14:10.943513 [ 291 ] {} <Debug> TCP-Session: ab7f061d-4cb6-4827-b389-7f34538dfeff Authenticating user 'default' from [fd00:1122:3344:101::a]:44145 | ||
| 747 | 2024.12.18 22:14:10.943562 [ 291 ] {} <Debug> TCP-Session: ab7f061d-4cb6-4827-b389-7f34538dfeff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 748 | 2024.12.18 22:14:10.943577 [ 291 ] {} <Debug> TCP-Session: ab7f061d-4cb6-4827-b389-7f34538dfeff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 749 | 2024.12.18 22:14:10.945996 [ 292 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 750 | 2024.12.18 22:14:10.946063 [ 292 ] {} <Debug> TCP-Session: ac099326-ff97-4f6c-a2fa-dad709ad092c Authenticating user 'default' from [fd00:1122:3344:101::a]:61407 | ||
| 751 | 2024.12.18 22:14:10.946083 [ 292 ] {} <Debug> TCP-Session: ac099326-ff97-4f6c-a2fa-dad709ad092c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 752 | 2024.12.18 22:14:10.946097 [ 292 ] {} <Debug> TCP-Session: ac099326-ff97-4f6c-a2fa-dad709ad092c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 753 | 2024.12.18 22:14:11.000224 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 140.09 MiB, peak 140.09 MiB, free memory in arenas 0.00 B, will set to 141.48 MiB (RSS), difference: 1.39 MiB | ||
| 754 | 2024.12.18 22:14:14.366463 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 755 | 2024.12.18 22:14:14.366481 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 | ||
| 756 | 2024.12.18 22:14:14.366575 [ 244 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 757 | 2024.12.18 22:14:14.366595 [ 243 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 758 | 2024.12.18 22:14:14.379589 [ 243 ] {} <Debug> system.asynchronous_metric_log (c29edeb0-63e5-43fb-a1b5-967c73ab00cd): Loading data parts | ||
| 759 | 2024.12.18 22:14:14.380032 [ 243 ] {} <Debug> system.asynchronous_metric_log (c29edeb0-63e5-43fb-a1b5-967c73ab00cd): There are no data parts | ||
| 760 | 2024.12.18 22:14:14.389044 [ 243 ] {} <Trace> system.asynchronous_metric_log (c29edeb0-63e5-43fb-a1b5-967c73ab00cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 761 | 2024.12.18 22:14:14.389144 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 762 | 2024.12.18 22:14:14.392619 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 763 | 2024.12.18 22:14:14.393129 [ 243 ] {} <Trace> system.asynchronous_metric_log (c29edeb0-63e5-43fb-a1b5-967c73ab00cd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 764 | 2024.12.18 22:14:14.393340 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 | ||
| 765 | 2024.12.18 22:14:14.393525 [ 244 ] {} <Debug> system.metric_log (c1a6f496-a96c-4ee1-9bd5-1dfc036fbffd): Loading data parts | ||
| 766 | 2024.12.18 22:14:14.393721 [ 244 ] {} <Debug> system.metric_log (c1a6f496-a96c-4ee1-9bd5-1dfc036fbffd): There are no data parts | ||
| 767 | 2024.12.18 22:14:14.420969 [ 244 ] {} <Trace> system.metric_log (c1a6f496-a96c-4ee1-9bd5-1dfc036fbffd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 768 | 2024.12.18 22:14:14.421017 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 769 | 2024.12.18 22:14:14.428568 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 770 | 2024.12.18 22:14:14.429729 [ 244 ] {} <Trace> system.metric_log (c1a6f496-a96c-4ee1-9bd5-1dfc036fbffd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 771 | 2024.12.18 22:14:14.432042 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 772 | 2024.12.18 22:14:15.000178 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.42 MiB, peak 150.42 MiB, free memory in arenas 0.00 B, will set to 151.23 MiB (RSS), difference: 4.80 MiB | ||
| 773 | 2024.12.18 22:14:16.866499 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 | ||
| 774 | 2024.12.18 22:14:16.866607 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 775 | 2024.12.18 22:14:16.871846 [ 242 ] {} <Debug> system.query_log (1d2345bc-93cb-4771-ab1d-8ee137a0c6ed): Loading data parts | ||
| 776 | 2024.12.18 22:14:16.872038 [ 242 ] {} <Debug> system.query_log (1d2345bc-93cb-4771-ab1d-8ee137a0c6ed): There are no data parts | ||
| 777 | 2024.12.18 22:14:16.877642 [ 242 ] {} <Trace> system.query_log (1d2345bc-93cb-4771-ab1d-8ee137a0c6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 778 | 2024.12.18 22:14:16.877685 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 779 | 2024.12.18 22:14:16.879343 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 780 | 2024.12.18 22:14:16.879649 [ 242 ] {} <Trace> system.query_log (1d2345bc-93cb-4771-ab1d-8ee137a0c6ed): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 781 | 2024.12.18 22:14:16.880175 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90 | ||
| 782 | 2024.12.18 22:14:17.000328 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.41 MiB, peak 155.41 MiB, free memory in arenas 0.00 B, will set to 151.70 MiB (RSS), difference: -3.71 MiB | ||
| 783 | 2024.12.18 22:14:21.834003 [ 110 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 784 | 2024.12.18 22:14:21.834059 [ 110 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 785 | 2024.12.18 22:14:21.893901 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 | ||
| 786 | 2024.12.18 22:14:21.894769 [ 243 ] {} <Trace> system.asynchronous_metric_log (c29edeb0-63e5-43fb-a1b5-967c73ab00cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 787 | 2024.12.18 22:14:21.894820 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 788 | 2024.12.18 22:14:21.895585 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 789 | 2024.12.18 22:14:21.896065 [ 243 ] {} <Trace> system.asynchronous_metric_log (c29edeb0-63e5-43fb-a1b5-967c73ab00cd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 790 | 2024.12.18 22:14:21.896411 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 791 | 2024.12.18 22:14:21.932412 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 792 | 2024.12.18 22:14:21.954598 [ 244 ] {} <Trace> system.metric_log (c1a6f496-a96c-4ee1-9bd5-1dfc036fbffd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 793 | 2024.12.18 22:14:21.954664 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 794 | 2024.12.18 22:14:21.961522 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 795 | 2024.12.18 22:14:21.962673 [ 244 ] {} <Trace> system.metric_log (c1a6f496-a96c-4ee1-9bd5-1dfc036fbffd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 796 | 2024.12.18 22:14:21.965160 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 797 | 2024.12.18 22:14:22.000210 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 152.37 MiB, peak 156.37 MiB, free memory in arenas 0.00 B, will set to 154.31 MiB (RSS), difference: 1.95 MiB | ||
| 798 | 2024.12.18 22:14:27.000201 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.33 MiB, peak 156.37 MiB, free memory in arenas 0.00 B, will set to 154.35 MiB (RSS), difference: 4.02 MiB | ||
| 799 | 2024.12.18 22:14:29.396815 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 | ||
| 800 | 2024.12.18 22:14:29.397434 [ 243 ] {} <Trace> system.asynchronous_metric_log (c29edeb0-63e5-43fb-a1b5-967c73ab00cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 801 | 2024.12.18 22:14:29.397481 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 802 | 2024.12.18 22:14:29.398176 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 803 | 2024.12.18 22:14:29.398635 [ 243 ] {} <Trace> system.asynchronous_metric_log (c29edeb0-63e5-43fb-a1b5-967c73ab00cd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 804 | 2024.12.18 22:14:29.398888 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 | ||
| 805 | 2024.12.18 22:14:29.465533 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 806 | 2024.12.18 22:14:29.484657 [ 244 ] {} <Trace> system.metric_log (c1a6f496-a96c-4ee1-9bd5-1dfc036fbffd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 807 | 2024.12.18 22:14:29.484722 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 808 | 2024.12.18 22:14:29.491051 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 809 | 2024.12.18 22:14:29.492139 [ 244 ] {} <Trace> system.metric_log (c1a6f496-a96c-4ee1-9bd5-1dfc036fbffd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 810 | 2024.12.18 22:14:29.494679 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 811 | 2024.12.18 22:14:36.834118 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 812 | 2024.12.18 22:14:36.834210 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 813 | 2024.12.18 22:14:36.899159 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 | ||
| 814 | 2024.12.18 22:14:36.900023 [ 243 ] {} <Trace> system.asynchronous_metric_log (c29edeb0-63e5-43fb-a1b5-967c73ab00cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 815 | 2024.12.18 22:14:36.900067 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 816 | 2024.12.18 22:14:36.900758 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 817 | 2024.12.18 22:14:36.901233 [ 243 ] {} <Trace> system.asynchronous_metric_log (c29edeb0-63e5-43fb-a1b5-967c73ab00cd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 818 | 2024.12.18 22:14:36.901462 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 819 | 2024.12.18 22:14:36.994891 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 820 | 2024.12.18 22:14:37.015170 [ 244 ] {} <Trace> system.metric_log (c1a6f496-a96c-4ee1-9bd5-1dfc036fbffd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 821 | 2024.12.18 22:14:37.015234 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 822 | 2024.12.18 22:14:37.022234 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 823 | 2024.12.18 22:14:37.023463 [ 244 ] {} <Trace> system.metric_log (c1a6f496-a96c-4ee1-9bd5-1dfc036fbffd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 824 | 2024.12.18 22:14:37.026562 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 825 | 2024.12.18 22:14:38.329116 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 826 | 2024.12.18 22:14:38.329340 [ 258 ] {a11bd503-d124-41e6-ad23-78b0a6c59ad2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 827 | 2024.12.18 22:14:38.336150 [ 258 ] {a11bd503-d124-41e6-ad23-78b0a6c59ad2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 828 | 2024.12.18 22:14:38.336401 [ 258 ] {a11bd503-d124-41e6-ad23-78b0a6c59ad2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 829 | 2024.12.18 22:14:38.341136 [ 258 ] {a11bd503-d124-41e6-ad23-78b0a6c59ad2} <Debug> TCPHandler: Processed in 0.012166919 sec. | ||
| 830 | 2024.12.18 22:14:38.347249 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 831 | 2024.12.18 22:14:38.347462 [ 260 ] {cd16ce7d-f772-4d5c-880e-034f4fcaefce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 832 | 2024.12.18 22:14:38.347551 [ 260 ] {cd16ce7d-f772-4d5c-880e-034f4fcaefce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 833 | 2024.12.18 22:14:38.348464 [ 260 ] {cd16ce7d-f772-4d5c-880e-034f4fcaefce} <Trace> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 834 | 2024.12.18 22:14:38.348508 [ 260 ] {cd16ce7d-f772-4d5c-880e-034f4fcaefce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 835 | 2024.12.18 22:14:38.349190 [ 260 ] {cd16ce7d-f772-4d5c-880e-034f4fcaefce} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 836 | 2024.12.18 22:14:38.349605 [ 260 ] {cd16ce7d-f772-4d5c-880e-034f4fcaefce} <Trace> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 837 | 2024.12.18 22:14:38.349840 [ 260 ] {cd16ce7d-f772-4d5c-880e-034f4fcaefce} <Debug> executeQuery: Read 1 rows, 153.00 B in 0.00244 sec., 409.8360655737705 rows/sec., 61.24 KiB/sec. | ||
| 838 | 2024.12.18 22:14:38.349909 [ 260 ] {cd16ce7d-f772-4d5c-880e-034f4fcaefce} <Debug> TCPHandler: Processed in 0.002803895 sec. | ||
| 839 | 2024.12.18 22:14:38.350111 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 840 | 2024.12.18 22:14:38.350269 [ 258 ] {9706e605-83a2-4ab9-8303-e43b7e220793} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 841 | 2024.12.18 22:14:38.350331 [ 258 ] {9706e605-83a2-4ab9-8303-e43b7e220793} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 842 | 2024.12.18 22:14:38.354450 [ 258 ] {9706e605-83a2-4ab9-8303-e43b7e220793} <Trace> oximeter.fields_string (8a575707-8175-4c1f-9244-f939b7232380): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 843 | 2024.12.18 22:14:38.354498 [ 258 ] {9706e605-83a2-4ab9-8303-e43b7e220793} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 844 | 2024.12.18 22:14:38.357124 [ 258 ] {9706e605-83a2-4ab9-8303-e43b7e220793} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 845 | 2024.12.18 22:14:38.357641 [ 258 ] {9706e605-83a2-4ab9-8303-e43b7e220793} <Trace> oximeter.fields_string (8a575707-8175-4c1f-9244-f939b7232380): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 846 | 2024.12.18 22:14:38.357878 [ 258 ] {9706e605-83a2-4ab9-8303-e43b7e220793} <Debug> executeQuery: Read 16 rows, 1.58 KiB in 0.007656 sec., 2089.8641588296764 rows/sec., 206.89 KiB/sec. | ||
| 847 | 2024.12.18 22:14:38.357942 [ 258 ] {9706e605-83a2-4ab9-8303-e43b7e220793} <Debug> TCPHandler: Processed in 0.007903105 sec. | ||
| 848 | 2024.12.18 22:14:38.358098 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 849 | 2024.12.18 22:14:38.358224 [ 260 ] {1328ffbb-2562-4142-ba81-3f69407f2bcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 850 | 2024.12.18 22:14:38.358277 [ 260 ] {1328ffbb-2562-4142-ba81-3f69407f2bcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 851 | 2024.12.18 22:14:38.358939 [ 260 ] {1328ffbb-2562-4142-ba81-3f69407f2bcd} <Trace> oximeter.fields_u16 (13cc445b-28d5-4c6c-8d51-391875b401c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 852 | 2024.12.18 22:14:38.358976 [ 260 ] {1328ffbb-2562-4142-ba81-3f69407f2bcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 853 | 2024.12.18 22:14:38.359469 [ 260 ] {1328ffbb-2562-4142-ba81-3f69407f2bcd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 854 | 2024.12.18 22:14:38.359913 [ 260 ] {1328ffbb-2562-4142-ba81-3f69407f2bcd} <Trace> oximeter.fields_u16 (13cc445b-28d5-4c6c-8d51-391875b401c1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 855 | 2024.12.18 22:14:38.360125 [ 260 ] {1328ffbb-2562-4142-ba81-3f69407f2bcd} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001932 sec., 4140.786749482402 rows/sec., 311.37 KiB/sec. | ||
| 856 | 2024.12.18 22:14:38.360183 [ 260 ] {1328ffbb-2562-4142-ba81-3f69407f2bcd} <Debug> TCPHandler: Processed in 0.002143232 sec. | ||
| 857 | 2024.12.18 22:14:38.360396 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 858 | 2024.12.18 22:14:38.360623 [ 258 ] {b50aecfe-77e9-44d1-8055-517aca235b7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 859 | 2024.12.18 22:14:38.360703 [ 258 ] {b50aecfe-77e9-44d1-8055-517aca235b7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 860 | 2024.12.18 22:14:38.361293 [ 258 ] {b50aecfe-77e9-44d1-8055-517aca235b7a} <Trace> oximeter.fields_uuid (58e211cb-43e9-426c-8641-9159102f9879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 861 | 2024.12.18 22:14:38.361332 [ 258 ] {b50aecfe-77e9-44d1-8055-517aca235b7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 862 | 2024.12.18 22:14:38.361839 [ 258 ] {b50aecfe-77e9-44d1-8055-517aca235b7a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 863 | 2024.12.18 22:14:38.362350 [ 258 ] {b50aecfe-77e9-44d1-8055-517aca235b7a} <Trace> oximeter.fields_uuid (58e211cb-43e9-426c-8641-9159102f9879): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 864 | 2024.12.18 22:14:38.362556 [ 258 ] {b50aecfe-77e9-44d1-8055-517aca235b7a} <Debug> executeQuery: Read 8 rows, 656.00 B in 0.001993 sec., 4014.049172102358 rows/sec., 321.44 KiB/sec. | ||
| 865 | 2024.12.18 22:14:38.362608 [ 258 ] {b50aecfe-77e9-44d1-8055-517aca235b7a} <Debug> TCPHandler: Processed in 0.002322195 sec. | ||
| 866 | 2024.12.18 22:14:38.362761 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 867 | 2024.12.18 22:14:38.362900 [ 260 ] {319544fb-a553-4f07-be3b-a627d2df665e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 868 | 2024.12.18 22:14:38.362993 [ 260 ] {319544fb-a553-4f07-be3b-a627d2df665e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 869 | 2024.12.18 22:14:38.364220 [ 260 ] {319544fb-a553-4f07-be3b-a627d2df665e} <Trace> oximeter.measurements_histogramu64 (45adcee9-60b0-41e5-b193-005383abdd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 870 | 2024.12.18 22:14:38.364258 [ 260 ] {319544fb-a553-4f07-be3b-a627d2df665e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 871 | 2024.12.18 22:14:38.367112 [ 260 ] {319544fb-a553-4f07-be3b-a627d2df665e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 872 | 2024.12.18 22:14:38.367751 [ 260 ] {319544fb-a553-4f07-be3b-a627d2df665e} <Trace> oximeter.measurements_histogramu64 (45adcee9-60b0-41e5-b193-005383abdd1f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 873 | 2024.12.18 22:14:38.368052 [ 260 ] {319544fb-a553-4f07-be3b-a627d2df665e} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.005176 sec., 1545.595054095827 rows/sec., 2.77 MiB/sec. | ||
| 874 | 2024.12.18 22:14:38.368153 [ 260 ] {319544fb-a553-4f07-be3b-a627d2df665e} <Debug> TCPHandler: Processed in 0.005462347 sec. | ||
| 875 | 2024.12.18 22:14:43.326946 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 876 | 2024.12.18 22:14:43.327201 [ 258 ] {4217d376-69e6-48ee-a424-f8bcbe03a73b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 877 | 2024.12.18 22:14:43.332735 [ 258 ] {4217d376-69e6-48ee-a424-f8bcbe03a73b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 878 | 2024.12.18 22:14:43.332814 [ 258 ] {4217d376-69e6-48ee-a424-f8bcbe03a73b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('http_service:request_latency_histogram')" moved to PREWHERE | ||
| 879 | 2024.12.18 22:14:43.335137 [ 258 ] {4217d376-69e6-48ee-a424-f8bcbe03a73b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 880 | 2024.12.18 22:14:43.335325 [ 258 ] {4217d376-69e6-48ee-a424-f8bcbe03a73b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 881 | 2024.12.18 22:14:43.335637 [ 258 ] {4217d376-69e6-48ee-a424-f8bcbe03a73b} <Debug> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Key condition: (column 0 notIn 1-element set) | ||
| 882 | 2024.12.18 22:14:43.338815 [ 258 ] {4217d376-69e6-48ee-a424-f8bcbe03a73b} <Trace> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 883 | 2024.12.18 22:14:43.340750 [ 258 ] {4217d376-69e6-48ee-a424-f8bcbe03a73b} <Debug> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Selected 1/1 parts by partition key, 0 parts by primary key, 0/1 marks by primary key, 0 marks to read from 0 ranges | ||
| 884 | 2024.12.18 22:14:43.341283 [ 258 ] {4217d376-69e6-48ee-a424-f8bcbe03a73b} <Debug> TCPHandler: Processed in 0.014475634 sec. | ||
| 885 | 2024.12.18 22:14:43.341836 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 886 | 2024.12.18 22:14:43.342069 [ 260 ] {c63c72e8-eb8b-4a61-8c5a-2592d1bd56a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 887 | 2024.12.18 22:14:43.342438 [ 260 ] {c63c72e8-eb8b-4a61-8c5a-2592d1bd56a3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 888 | 2024.12.18 22:14:43.342474 [ 260 ] {c63c72e8-eb8b-4a61-8c5a-2592d1bd56a3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 889 | 2024.12.18 22:14:43.342758 [ 260 ] {c63c72e8-eb8b-4a61-8c5a-2592d1bd56a3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 890 | 2024.12.18 22:14:43.342846 [ 260 ] {c63c72e8-eb8b-4a61-8c5a-2592d1bd56a3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 891 | 2024.12.18 22:14:43.343030 [ 260 ] {c63c72e8-eb8b-4a61-8c5a-2592d1bd56a3} <Debug> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Key condition: (column 0 notIn 2-element set) | ||
| 892 | 2024.12.18 22:14:43.343072 [ 260 ] {c63c72e8-eb8b-4a61-8c5a-2592d1bd56a3} <Trace> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 893 | 2024.12.18 22:14:43.343097 [ 260 ] {c63c72e8-eb8b-4a61-8c5a-2592d1bd56a3} <Debug> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Selected 1/1 parts by partition key, 0 parts by primary key, 0/1 marks by primary key, 0 marks to read from 0 ranges | ||
| 894 | 2024.12.18 22:14:43.343507 [ 260 ] {c63c72e8-eb8b-4a61-8c5a-2592d1bd56a3} <Debug> TCPHandler: Processed in 0.001806605 sec. | ||
| 895 | 2024.12.18 22:14:43.343797 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 896 | 2024.12.18 22:14:43.343978 [ 258 ] {f908fdb2-5990-4238-b07e-29d67457ffe6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 897 | 2024.12.18 22:14:43.344302 [ 258 ] {f908fdb2-5990-4238-b07e-29d67457ffe6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 898 | 2024.12.18 22:14:43.344340 [ 258 ] {f908fdb2-5990-4238-b07e-29d67457ffe6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 899 | 2024.12.18 22:14:43.344580 [ 258 ] {f908fdb2-5990-4238-b07e-29d67457ffe6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 900 | 2024.12.18 22:14:43.344661 [ 258 ] {f908fdb2-5990-4238-b07e-29d67457ffe6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 901 | 2024.12.18 22:14:43.344843 [ 258 ] {f908fdb2-5990-4238-b07e-29d67457ffe6} <Debug> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Key condition: (column 0 notIn 3-element set) | ||
| 902 | 2024.12.18 22:14:43.344878 [ 258 ] {f908fdb2-5990-4238-b07e-29d67457ffe6} <Trace> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 903 | 2024.12.18 22:14:43.344899 [ 258 ] {f908fdb2-5990-4238-b07e-29d67457ffe6} <Debug> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Selected 1/1 parts by partition key, 0 parts by primary key, 0/1 marks by primary key, 0 marks to read from 0 ranges | ||
| 904 | 2024.12.18 22:14:43.345324 [ 258 ] {f908fdb2-5990-4238-b07e-29d67457ffe6} <Debug> TCPHandler: Processed in 0.001583371 sec. | ||
| 905 | 2024.12.18 22:14:43.345621 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 906 | 2024.12.18 22:14:43.345783 [ 260 ] {f204a7ce-392d-4173-ad80-946097b03811} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 907 | 2024.12.18 22:14:43.346063 [ 260 ] {f204a7ce-392d-4173-ad80-946097b03811} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 908 | 2024.12.18 22:14:43.346095 [ 260 ] {f204a7ce-392d-4173-ad80-946097b03811} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 909 | 2024.12.18 22:14:43.346301 [ 260 ] {f204a7ce-392d-4173-ad80-946097b03811} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 910 | 2024.12.18 22:14:43.346369 [ 260 ] {f204a7ce-392d-4173-ad80-946097b03811} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 911 | 2024.12.18 22:14:43.346522 [ 260 ] {f204a7ce-392d-4173-ad80-946097b03811} <Debug> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Key condition: (column 0 notIn 4-element set) | ||
| 912 | 2024.12.18 22:14:43.346555 [ 260 ] {f204a7ce-392d-4173-ad80-946097b03811} <Trace> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 913 | 2024.12.18 22:14:43.346579 [ 260 ] {f204a7ce-392d-4173-ad80-946097b03811} <Debug> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Selected 1/1 parts by partition key, 0 parts by primary key, 0/1 marks by primary key, 0 marks to read from 0 ranges | ||
| 914 | 2024.12.18 22:14:43.346932 [ 260 ] {f204a7ce-392d-4173-ad80-946097b03811} <Debug> TCPHandler: Processed in 0.001374137 sec. | ||
| 915 | 2024.12.18 22:14:43.347182 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 916 | 2024.12.18 22:14:43.347331 [ 258 ] {e13a9f89-dbc2-4123-acb2-603c0cdfe869} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 917 | 2024.12.18 22:14:43.347592 [ 258 ] {e13a9f89-dbc2-4123-acb2-603c0cdfe869} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 918 | 2024.12.18 22:14:43.347625 [ 258 ] {e13a9f89-dbc2-4123-acb2-603c0cdfe869} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 919 | 2024.12.18 22:14:43.347822 [ 258 ] {e13a9f89-dbc2-4123-acb2-603c0cdfe869} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 920 | 2024.12.18 22:14:43.347886 [ 258 ] {e13a9f89-dbc2-4123-acb2-603c0cdfe869} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 921 | 2024.12.18 22:14:43.348031 [ 258 ] {e13a9f89-dbc2-4123-acb2-603c0cdfe869} <Debug> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Key condition: (column 0 notIn 5-element set) | ||
| 922 | 2024.12.18 22:14:43.348064 [ 258 ] {e13a9f89-dbc2-4123-acb2-603c0cdfe869} <Trace> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 923 | 2024.12.18 22:14:43.348086 [ 258 ] {e13a9f89-dbc2-4123-acb2-603c0cdfe869} <Debug> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Selected 1/1 parts by partition key, 0 parts by primary key, 0/1 marks by primary key, 0 marks to read from 0 ranges | ||
| 924 | 2024.12.18 22:14:43.348443 [ 258 ] {e13a9f89-dbc2-4123-acb2-603c0cdfe869} <Debug> TCPHandler: Processed in 0.001314895 sec. | ||
| 925 | 2024.12.18 22:14:43.348710 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 926 | 2024.12.18 22:14:43.348871 [ 260 ] {fcb3f2f1-99ea-4d0e-a127-2a7e69ea7fbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 927 | 2024.12.18 22:14:43.349191 [ 260 ] {fcb3f2f1-99ea-4d0e-a127-2a7e69ea7fbb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 928 | 2024.12.18 22:14:43.349230 [ 260 ] {fcb3f2f1-99ea-4d0e-a127-2a7e69ea7fbb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 929 | 2024.12.18 22:14:43.349487 [ 260 ] {fcb3f2f1-99ea-4d0e-a127-2a7e69ea7fbb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 930 | 2024.12.18 22:14:43.349566 [ 260 ] {fcb3f2f1-99ea-4d0e-a127-2a7e69ea7fbb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 931 | 2024.12.18 22:14:43.349744 [ 260 ] {fcb3f2f1-99ea-4d0e-a127-2a7e69ea7fbb} <Debug> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Key condition: (column 0 notIn 6-element set) | ||
| 932 | 2024.12.18 22:14:43.349784 [ 260 ] {fcb3f2f1-99ea-4d0e-a127-2a7e69ea7fbb} <Trace> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 933 | 2024.12.18 22:14:43.349810 [ 260 ] {fcb3f2f1-99ea-4d0e-a127-2a7e69ea7fbb} <Debug> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Selected 1/1 parts by partition key, 0 parts by primary key, 0/1 marks by primary key, 0 marks to read from 0 ranges | ||
| 934 | 2024.12.18 22:14:43.350157 [ 260 ] {fcb3f2f1-99ea-4d0e-a127-2a7e69ea7fbb} <Debug> TCPHandler: Processed in 0.00150144 sec. | ||
| 935 | 2024.12.18 22:14:43.350431 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 936 | 2024.12.18 22:14:43.350581 [ 258 ] {04d4b65b-7538-4112-b231-0d68aca22d48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 937 | 2024.12.18 22:14:43.350854 [ 258 ] {04d4b65b-7538-4112-b231-0d68aca22d48} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 938 | 2024.12.18 22:14:43.350887 [ 258 ] {04d4b65b-7538-4112-b231-0d68aca22d48} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 939 | 2024.12.18 22:14:43.351098 [ 258 ] {04d4b65b-7538-4112-b231-0d68aca22d48} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 940 | 2024.12.18 22:14:43.351161 [ 258 ] {04d4b65b-7538-4112-b231-0d68aca22d48} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 941 | 2024.12.18 22:14:43.351310 [ 258 ] {04d4b65b-7538-4112-b231-0d68aca22d48} <Debug> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Key condition: (column 0 notIn 7-element set) | ||
| 942 | 2024.12.18 22:14:43.351343 [ 258 ] {04d4b65b-7538-4112-b231-0d68aca22d48} <Trace> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 943 | 2024.12.18 22:14:43.351364 [ 258 ] {04d4b65b-7538-4112-b231-0d68aca22d48} <Debug> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Selected 1/1 parts by partition key, 0 parts by primary key, 0/1 marks by primary key, 0 marks to read from 0 ranges | ||
| 944 | 2024.12.18 22:14:43.351716 [ 258 ] {04d4b65b-7538-4112-b231-0d68aca22d48} <Debug> TCPHandler: Processed in 0.001339517 sec. | ||
| 945 | 2024.12.18 22:14:43.351989 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 946 | 2024.12.18 22:14:43.352172 [ 260 ] {9655aed6-4023-4b4c-883e-e8a6a7495b9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 947 | 2024.12.18 22:14:43.352496 [ 260 ] {9655aed6-4023-4b4c-883e-e8a6a7495b9b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 948 | 2024.12.18 22:14:43.352536 [ 260 ] {9655aed6-4023-4b4c-883e-e8a6a7495b9b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 949 | 2024.12.18 22:14:43.352801 [ 260 ] {9655aed6-4023-4b4c-883e-e8a6a7495b9b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 950 | 2024.12.18 22:14:43.352874 [ 260 ] {9655aed6-4023-4b4c-883e-e8a6a7495b9b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 951 | 2024.12.18 22:14:43.353023 [ 260 ] {9655aed6-4023-4b4c-883e-e8a6a7495b9b} <Debug> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Key condition: (column 0 notIn 8-element set) | ||
| 952 | 2024.12.18 22:14:43.353056 [ 260 ] {9655aed6-4023-4b4c-883e-e8a6a7495b9b} <Trace> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 953 | 2024.12.18 22:14:43.353078 [ 260 ] {9655aed6-4023-4b4c-883e-e8a6a7495b9b} <Debug> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Selected 1/1 parts by partition key, 0 parts by primary key, 0/1 marks by primary key, 0 marks to read from 0 ranges | ||
| 954 | 2024.12.18 22:14:43.353402 [ 260 ] {9655aed6-4023-4b4c-883e-e8a6a7495b9b} <Debug> TCPHandler: Processed in 0.001481669 sec. | ||
| 955 | 2024.12.18 22:14:43.353641 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 956 | 2024.12.18 22:14:43.353796 [ 258 ] {cc36d77a-f4df-4471-9f8b-37169162b9fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 957 | 2024.12.18 22:14:43.354112 [ 258 ] {cc36d77a-f4df-4471-9f8b-37169162b9fc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 958 | 2024.12.18 22:14:43.354153 [ 258 ] {cc36d77a-f4df-4471-9f8b-37169162b9fc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 959 | 2024.12.18 22:14:43.354421 [ 258 ] {cc36d77a-f4df-4471-9f8b-37169162b9fc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 960 | 2024.12.18 22:14:43.354499 [ 258 ] {cc36d77a-f4df-4471-9f8b-37169162b9fc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 961 | 2024.12.18 22:14:43.354679 [ 258 ] {cc36d77a-f4df-4471-9f8b-37169162b9fc} <Debug> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Key condition: (column 0 notIn 9-element set) | ||
| 962 | 2024.12.18 22:14:43.354718 [ 258 ] {cc36d77a-f4df-4471-9f8b-37169162b9fc} <Trace> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 963 | 2024.12.18 22:14:43.354744 [ 258 ] {cc36d77a-f4df-4471-9f8b-37169162b9fc} <Debug> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Selected 1/1 parts by partition key, 0 parts by primary key, 0/1 marks by primary key, 0 marks to read from 0 ranges | ||
| 964 | 2024.12.18 22:14:43.355126 [ 258 ] {cc36d77a-f4df-4471-9f8b-37169162b9fc} <Debug> TCPHandler: Processed in 0.001537961 sec. | ||
| 965 | 2024.12.18 22:14:43.355399 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 966 | 2024.12.18 22:14:43.355556 [ 260 ] {0056c1f9-1fac-4207-97cd-fca6a57c0488} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 967 | 2024.12.18 22:14:43.355832 [ 260 ] {0056c1f9-1fac-4207-97cd-fca6a57c0488} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 968 | 2024.12.18 22:14:43.355866 [ 260 ] {0056c1f9-1fac-4207-97cd-fca6a57c0488} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 969 | 2024.12.18 22:14:43.356093 [ 260 ] {0056c1f9-1fac-4207-97cd-fca6a57c0488} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 970 | 2024.12.18 22:14:43.356157 [ 260 ] {0056c1f9-1fac-4207-97cd-fca6a57c0488} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 971 | 2024.12.18 22:14:43.356302 [ 260 ] {0056c1f9-1fac-4207-97cd-fca6a57c0488} <Debug> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Key condition: (column 0 notIn 10-element set) | ||
| 972 | 2024.12.18 22:14:43.356335 [ 260 ] {0056c1f9-1fac-4207-97cd-fca6a57c0488} <Trace> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 973 | 2024.12.18 22:14:43.356357 [ 260 ] {0056c1f9-1fac-4207-97cd-fca6a57c0488} <Debug> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Selected 1/1 parts by partition key, 0 parts by primary key, 0/1 marks by primary key, 0 marks to read from 0 ranges | ||
| 974 | 2024.12.18 22:14:43.356682 [ 260 ] {0056c1f9-1fac-4207-97cd-fca6a57c0488} <Debug> TCPHandler: Processed in 0.001338956 sec. | ||
| 975 | 2024.12.18 22:14:43.356959 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 976 | 2024.12.18 22:14:43.357145 [ 258 ] {c968edd1-5d55-454e-a320-1e99d647952e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 977 | 2024.12.18 22:14:43.357473 [ 258 ] {c968edd1-5d55-454e-a320-1e99d647952e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 978 | 2024.12.18 22:14:43.357516 [ 258 ] {c968edd1-5d55-454e-a320-1e99d647952e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 979 | 2024.12.18 22:14:43.357794 [ 258 ] {c968edd1-5d55-454e-a320-1e99d647952e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 980 | 2024.12.18 22:14:43.357866 [ 258 ] {c968edd1-5d55-454e-a320-1e99d647952e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 981 | 2024.12.18 22:14:43.358011 [ 258 ] {c968edd1-5d55-454e-a320-1e99d647952e} <Debug> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Key condition: (column 0 notIn 11-element set) | ||
| 982 | 2024.12.18 22:14:43.358045 [ 258 ] {c968edd1-5d55-454e-a320-1e99d647952e} <Trace> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 983 | 2024.12.18 22:14:43.358067 [ 258 ] {c968edd1-5d55-454e-a320-1e99d647952e} <Debug> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Selected 1/1 parts by partition key, 0 parts by primary key, 0/1 marks by primary key, 0 marks to read from 0 ranges | ||
| 984 | 2024.12.18 22:14:43.358566 [ 258 ] {c968edd1-5d55-454e-a320-1e99d647952e} <Debug> TCPHandler: Processed in 0.001672233 sec. | ||
| 985 | 2024.12.18 22:14:43.358846 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 986 | 2024.12.18 22:14:43.359038 [ 260 ] {47ee3628-b66a-40ff-85ce-b56f6fc92ef4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 987 | 2024.12.18 22:14:43.359372 [ 260 ] {47ee3628-b66a-40ff-85ce-b56f6fc92ef4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 988 | 2024.12.18 22:14:43.359416 [ 260 ] {47ee3628-b66a-40ff-85ce-b56f6fc92ef4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 989 | 2024.12.18 22:14:43.359695 [ 260 ] {47ee3628-b66a-40ff-85ce-b56f6fc92ef4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 990 | 2024.12.18 22:14:43.359771 [ 260 ] {47ee3628-b66a-40ff-85ce-b56f6fc92ef4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 991 | 2024.12.18 22:14:43.359929 [ 260 ] {47ee3628-b66a-40ff-85ce-b56f6fc92ef4} <Debug> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Key condition: (column 0 notIn 12-element set) | ||
| 992 | 2024.12.18 22:14:43.359961 [ 260 ] {47ee3628-b66a-40ff-85ce-b56f6fc92ef4} <Trace> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 993 | 2024.12.18 22:14:43.359983 [ 260 ] {47ee3628-b66a-40ff-85ce-b56f6fc92ef4} <Debug> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Selected 1/1 parts by partition key, 0 parts by primary key, 0/1 marks by primary key, 0 marks to read from 0 ranges | ||
| 994 | 2024.12.18 22:14:43.360309 [ 260 ] {47ee3628-b66a-40ff-85ce-b56f6fc92ef4} <Debug> TCPHandler: Processed in 0.00152158 sec. | ||
| 995 | 2024.12.18 22:14:43.360569 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 996 | 2024.12.18 22:14:43.360731 [ 258 ] {5caa7917-2664-4db2-9746-4abc0a651a3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 997 | 2024.12.18 22:14:43.361013 [ 258 ] {5caa7917-2664-4db2-9746-4abc0a651a3c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 998 | 2024.12.18 22:14:43.361048 [ 258 ] {5caa7917-2664-4db2-9746-4abc0a651a3c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 999 | 2024.12.18 22:14:43.361276 [ 258 ] {5caa7917-2664-4db2-9746-4abc0a651a3c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1000 | 2024.12.18 22:14:43.361339 [ 258 ] {5caa7917-2664-4db2-9746-4abc0a651a3c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1001 | 2024.12.18 22:14:43.361484 [ 258 ] {5caa7917-2664-4db2-9746-4abc0a651a3c} <Debug> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Key condition: (column 0 notIn 13-element set) | ||
| 1002 | 2024.12.18 22:14:43.361515 [ 258 ] {5caa7917-2664-4db2-9746-4abc0a651a3c} <Trace> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1003 | 2024.12.18 22:14:43.361536 [ 258 ] {5caa7917-2664-4db2-9746-4abc0a651a3c} <Debug> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Selected 1/1 parts by partition key, 0 parts by primary key, 0/1 marks by primary key, 0 marks to read from 0 ranges | ||
| 1004 | 2024.12.18 22:14:43.361887 [ 258 ] {5caa7917-2664-4db2-9746-4abc0a651a3c} <Debug> TCPHandler: Processed in 0.001373017 sec. | ||
| 1005 | 2024.12.18 22:14:43.362143 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1006 | 2024.12.18 22:14:43.362303 [ 260 ] {a939e475-9e18-41a0-b335-74c1fdf3c014} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1007 | 2024.12.18 22:14:43.362589 [ 260 ] {a939e475-9e18-41a0-b335-74c1fdf3c014} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1008 | 2024.12.18 22:14:43.362628 [ 260 ] {a939e475-9e18-41a0-b335-74c1fdf3c014} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1009 | 2024.12.18 22:14:43.362869 [ 260 ] {a939e475-9e18-41a0-b335-74c1fdf3c014} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1010 | 2024.12.18 22:14:43.362933 [ 260 ] {a939e475-9e18-41a0-b335-74c1fdf3c014} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1011 | 2024.12.18 22:14:43.363075 [ 260 ] {a939e475-9e18-41a0-b335-74c1fdf3c014} <Debug> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
| 1012 | 2024.12.18 22:14:43.363108 [ 260 ] {a939e475-9e18-41a0-b335-74c1fdf3c014} <Trace> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1013 | 2024.12.18 22:14:43.363129 [ 260 ] {a939e475-9e18-41a0-b335-74c1fdf3c014} <Debug> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Selected 1/1 parts by partition key, 0 parts by primary key, 0/1 marks by primary key, 0 marks to read from 0 ranges | ||
| 1014 | 2024.12.18 22:14:43.363451 [ 260 ] {a939e475-9e18-41a0-b335-74c1fdf3c014} <Debug> TCPHandler: Processed in 0.001362327 sec. | ||
| 1015 | 2024.12.18 22:14:43.363690 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1016 | 2024.12.18 22:14:43.363851 [ 258 ] {e98d90a9-373a-4219-98fd-2f1a00b95b93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1017 | 2024.12.18 22:14:43.364191 [ 258 ] {e98d90a9-373a-4219-98fd-2f1a00b95b93} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1018 | 2024.12.18 22:14:43.364236 [ 258 ] {e98d90a9-373a-4219-98fd-2f1a00b95b93} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1019 | 2024.12.18 22:14:43.364536 [ 258 ] {e98d90a9-373a-4219-98fd-2f1a00b95b93} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1020 | 2024.12.18 22:14:43.364614 [ 258 ] {e98d90a9-373a-4219-98fd-2f1a00b95b93} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1021 | 2024.12.18 22:14:43.364786 [ 258 ] {e98d90a9-373a-4219-98fd-2f1a00b95b93} <Debug> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
| 1022 | 2024.12.18 22:14:43.364825 [ 258 ] {e98d90a9-373a-4219-98fd-2f1a00b95b93} <Trace> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1023 | 2024.12.18 22:14:43.364850 [ 258 ] {e98d90a9-373a-4219-98fd-2f1a00b95b93} <Debug> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Selected 1/1 parts by partition key, 0 parts by primary key, 0/1 marks by primary key, 0 marks to read from 0 ranges | ||
| 1024 | 2024.12.18 22:14:43.365206 [ 258 ] {e98d90a9-373a-4219-98fd-2f1a00b95b93} <Debug> TCPHandler: Processed in 0.00157057 sec. | ||
| 1025 | 2024.12.18 22:14:43.365469 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1026 | 2024.12.18 22:14:43.365631 [ 260 ] {880465c0-144c-4970-804f-a448007ca34c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 1027 | 2024.12.18 22:14:43.365924 [ 260 ] {880465c0-144c-4970-804f-a448007ca34c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1028 | 2024.12.18 22:14:43.365962 [ 260 ] {880465c0-144c-4970-804f-a448007ca34c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_routes')" moved to PREWHERE | ||
| 1029 | 2024.12.18 22:14:43.366215 [ 260 ] {880465c0-144c-4970-804f-a448007ca34c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1030 | 2024.12.18 22:14:43.366281 [ 260 ] {880465c0-144c-4970-804f-a448007ca34c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1031 | 2024.12.18 22:14:43.366426 [ 260 ] {880465c0-144c-4970-804f-a448007ca34c} <Debug> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
| 1032 | 2024.12.18 22:14:43.366459 [ 260 ] {880465c0-144c-4970-804f-a448007ca34c} <Trace> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1033 | 2024.12.18 22:14:43.366481 [ 260 ] {880465c0-144c-4970-804f-a448007ca34c} <Debug> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Selected 1/1 parts by partition key, 0 parts by primary key, 0/1 marks by primary key, 0 marks to read from 0 ranges | ||
| 1034 | 2024.12.18 22:14:43.366883 [ 260 ] {880465c0-144c-4970-804f-a448007ca34c} <Debug> TCPHandler: Processed in 0.001474039 sec. | ||
| 1035 | 2024.12.18 22:14:43.367173 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1036 | 2024.12.18 22:14:43.367370 [ 258 ] {78722be7-b63b-4482-a7df-e7cbcca540d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 1037 | 2024.12.18 22:14:43.367716 [ 258 ] {78722be7-b63b-4482-a7df-e7cbcca540d4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1038 | 2024.12.18 22:14:43.367763 [ 258 ] {78722be7-b63b-4482-a7df-e7cbcca540d4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE | ||
| 1039 | 2024.12.18 22:14:43.368030 [ 258 ] {78722be7-b63b-4482-a7df-e7cbcca540d4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1040 | 2024.12.18 22:14:43.368094 [ 258 ] {78722be7-b63b-4482-a7df-e7cbcca540d4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1041 | 2024.12.18 22:14:43.368235 [ 258 ] {78722be7-b63b-4482-a7df-e7cbcca540d4} <Debug> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
| 1042 | 2024.12.18 22:14:43.368268 [ 258 ] {78722be7-b63b-4482-a7df-e7cbcca540d4} <Trace> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1043 | 2024.12.18 22:14:43.368289 [ 258 ] {78722be7-b63b-4482-a7df-e7cbcca540d4} <Debug> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Selected 1/1 parts by partition key, 0 parts by primary key, 0/1 marks by primary key, 0 marks to read from 0 ranges | ||
| 1044 | 2024.12.18 22:14:43.368657 [ 258 ] {78722be7-b63b-4482-a7df-e7cbcca540d4} <Debug> TCPHandler: Processed in 0.00154938 sec. | ||
| 1045 | 2024.12.18 22:14:43.368913 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1046 | 2024.12.18 22:14:43.369113 [ 260 ] {42dc2b72-5ede-4e0b-a1fe-73d950b35b2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1047 | 2024.12.18 22:14:43.369463 [ 260 ] {42dc2b72-5ede-4e0b-a1fe-73d950b35b2b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1048 | 2024.12.18 22:14:43.369513 [ 260 ] {42dc2b72-5ede-4e0b-a1fe-73d950b35b2b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1049 | 2024.12.18 22:14:43.369828 [ 260 ] {42dc2b72-5ede-4e0b-a1fe-73d950b35b2b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1050 | 2024.12.18 22:14:43.369897 [ 260 ] {42dc2b72-5ede-4e0b-a1fe-73d950b35b2b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1051 | 2024.12.18 22:14:43.370044 [ 260 ] {42dc2b72-5ede-4e0b-a1fe-73d950b35b2b} <Debug> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1052 | 2024.12.18 22:14:43.370076 [ 260 ] {42dc2b72-5ede-4e0b-a1fe-73d950b35b2b} <Trace> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1053 | 2024.12.18 22:14:43.370097 [ 260 ] {42dc2b72-5ede-4e0b-a1fe-73d950b35b2b} <Debug> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7) (SelectExecutor): Selected 1/1 parts by partition key, 0 parts by primary key, 0/1 marks by primary key, 0 marks to read from 0 ranges | ||
| 1054 | 2024.12.18 22:14:43.370459 [ 260 ] {42dc2b72-5ede-4e0b-a1fe-73d950b35b2b} <Debug> TCPHandler: Processed in 0.001613001 sec. | ||
| 1055 | 2024.12.18 22:14:43.370716 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1056 | 2024.12.18 22:14:43.370843 [ 258 ] {d3d56d37-14f3-4127-ad4a-3411bc9e6ffe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1057 | 2024.12.18 22:14:43.370902 [ 258 ] {d3d56d37-14f3-4127-ad4a-3411bc9e6ffe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1058 | 2024.12.18 22:14:43.371777 [ 258 ] {d3d56d37-14f3-4127-ad4a-3411bc9e6ffe} <Trace> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1059 | 2024.12.18 22:14:43.371833 [ 258 ] {d3d56d37-14f3-4127-ad4a-3411bc9e6ffe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1060 | 2024.12.18 22:14:43.372344 [ 258 ] {d3d56d37-14f3-4127-ad4a-3411bc9e6ffe} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1061 | 2024.12.18 22:14:43.372565 [ 258 ] {d3d56d37-14f3-4127-ad4a-3411bc9e6ffe} <Trace> oximeter.timeseries_schema (848644ff-4afb-47f4-8d93-1c5045efdda7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1062 | 2024.12.18 22:14:43.372810 [ 258 ] {d3d56d37-14f3-4127-ad4a-3411bc9e6ffe} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002 sec., 9000 rows/sec., 1.23 MiB/sec. | ||
| 1063 | 2024.12.18 22:14:43.372969 [ 258 ] {d3d56d37-14f3-4127-ad4a-3411bc9e6ffe} <Debug> TCPHandler: Processed in 0.002305946 sec. | ||
| 1064 | 2024.12.18 22:14:43.373134 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1065 | 2024.12.18 22:14:43.373283 [ 260 ] {d1595bf0-fb96-4b2e-824d-321ee395b168} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1066 | 2024.12.18 22:14:43.373341 [ 260 ] {d1595bf0-fb96-4b2e-824d-321ee395b168} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1067 | 2024.12.18 22:14:43.374073 [ 260 ] {d1595bf0-fb96-4b2e-824d-321ee395b168} <Trace> oximeter.fields_string (8a575707-8175-4c1f-9244-f939b7232380): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1068 | 2024.12.18 22:14:43.374116 [ 260 ] {d1595bf0-fb96-4b2e-824d-321ee395b168} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1069 | 2024.12.18 22:14:43.374532 [ 260 ] {d1595bf0-fb96-4b2e-824d-321ee395b168} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1070 | 2024.12.18 22:14:43.374777 [ 260 ] {d1595bf0-fb96-4b2e-824d-321ee395b168} <Trace> oximeter.fields_string (8a575707-8175-4c1f-9244-f939b7232380): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1071 | 2024.12.18 22:14:43.374997 [ 260 ] {d1595bf0-fb96-4b2e-824d-321ee395b168} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001756 sec., 17084.282460136674 rows/sec., 1.33 MiB/sec. | ||
| 1072 | 2024.12.18 22:14:43.375048 [ 260 ] {d1595bf0-fb96-4b2e-824d-321ee395b168} <Debug> TCPHandler: Processed in 0.001981679 sec. | ||
| 1073 | 2024.12.18 22:14:43.375201 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1074 | 2024.12.18 22:14:43.375336 [ 258 ] {f56328e4-3315-4f38-9966-55c71afcc7e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1075 | 2024.12.18 22:14:43.375394 [ 258 ] {f56328e4-3315-4f38-9966-55c71afcc7e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1076 | 2024.12.18 22:14:43.376047 [ 258 ] {f56328e4-3315-4f38-9966-55c71afcc7e4} <Trace> oximeter.fields_uuid (58e211cb-43e9-426c-8641-9159102f9879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1077 | 2024.12.18 22:14:43.376086 [ 258 ] {f56328e4-3315-4f38-9966-55c71afcc7e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1078 | 2024.12.18 22:14:43.376455 [ 258 ] {f56328e4-3315-4f38-9966-55c71afcc7e4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1079 | 2024.12.18 22:14:43.376689 [ 258 ] {f56328e4-3315-4f38-9966-55c71afcc7e4} <Trace> oximeter.fields_uuid (58e211cb-43e9-426c-8641-9159102f9879): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1080 | 2024.12.18 22:14:43.376897 [ 258 ] {f56328e4-3315-4f38-9966-55c71afcc7e4} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001591 sec., 22627.27844123193 rows/sec., 1.77 MiB/sec. | ||
| 1081 | 2024.12.18 22:14:43.376947 [ 258 ] {f56328e4-3315-4f38-9966-55c71afcc7e4} <Debug> TCPHandler: Processed in 0.001813276 sec. | ||
| 1082 | 2024.12.18 22:14:43.377091 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1083 | 2024.12.18 22:14:43.377229 [ 260 ] {54b5e0f7-712f-4d3d-8b00-47ca59040294} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1084 | 2024.12.18 22:14:43.377291 [ 260 ] {54b5e0f7-712f-4d3d-8b00-47ca59040294} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1085 | 2024.12.18 22:14:43.377927 [ 260 ] {54b5e0f7-712f-4d3d-8b00-47ca59040294} <Trace> oximeter.measurements_cumulativeu64 (7122b751-db40-433d-a12a-a450578f9148): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1086 | 2024.12.18 22:14:43.377965 [ 260 ] {54b5e0f7-712f-4d3d-8b00-47ca59040294} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1087 | 2024.12.18 22:14:43.378347 [ 260 ] {54b5e0f7-712f-4d3d-8b00-47ca59040294} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1088 | 2024.12.18 22:14:43.378580 [ 260 ] {54b5e0f7-712f-4d3d-8b00-47ca59040294} <Trace> oximeter.measurements_cumulativeu64 (7122b751-db40-433d-a12a-a450578f9148): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1089 | 2024.12.18 22:14:43.378793 [ 260 ] {54b5e0f7-712f-4d3d-8b00-47ca59040294} <Debug> executeQuery: Read 12 rows, 883.00 B in 0.001593 sec., 7532.956685499058 rows/sec., 541.31 KiB/sec. | ||
| 1090 | 2024.12.18 22:14:43.378849 [ 260 ] {54b5e0f7-712f-4d3d-8b00-47ca59040294} <Debug> TCPHandler: Processed in 0.001824376 sec. | ||
| 1091 | 2024.12.18 22:14:43.379004 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1092 | 2024.12.18 22:14:43.379140 [ 258 ] {9b52d17b-6a3b-43e1-bfba-2ca72eb34b98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1093 | 2024.12.18 22:14:43.379198 [ 258 ] {9b52d17b-6a3b-43e1-bfba-2ca72eb34b98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1094 | 2024.12.18 22:14:43.379746 [ 258 ] {9b52d17b-6a3b-43e1-bfba-2ca72eb34b98} <Trace> oximeter.measurements_u64 (6d349adb-4aa8-447f-a1de-89905e1f9714): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1095 | 2024.12.18 22:14:43.379793 [ 258 ] {9b52d17b-6a3b-43e1-bfba-2ca72eb34b98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1096 | 2024.12.18 22:14:43.380158 [ 258 ] {9b52d17b-6a3b-43e1-bfba-2ca72eb34b98} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1097 | 2024.12.18 22:14:43.380389 [ 258 ] {9b52d17b-6a3b-43e1-bfba-2ca72eb34b98} <Trace> oximeter.measurements_u64 (6d349adb-4aa8-447f-a1de-89905e1f9714): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1098 | 2024.12.18 22:14:43.380660 [ 258 ] {9b52d17b-6a3b-43e1-bfba-2ca72eb34b98} <Debug> executeQuery: Read 6 rows, 417.00 B in 0.001526 sec., 3931.847968545216 rows/sec., 266.86 KiB/sec. | ||
| 1099 | 2024.12.18 22:14:43.380720 [ 258 ] {9b52d17b-6a3b-43e1-bfba-2ca72eb34b98} <Debug> TCPHandler: Processed in 0.001782845 sec. | ||
| 1100 | 2024.12.18 22:14:44.401630 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 | ||
| 1101 | 2024.12.18 22:14:44.402257 [ 243 ] {} <Trace> system.asynchronous_metric_log (c29edeb0-63e5-43fb-a1b5-967c73ab00cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1102 | 2024.12.18 22:14:44.402303 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1103 | 2024.12.18 22:14:44.402862 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1104 | 2024.12.18 22:14:44.403110 [ 243 ] {} <Trace> system.asynchronous_metric_log (c29edeb0-63e5-43fb-a1b5-967c73ab00cd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1105 | 2024.12.18 22:14:44.403376 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 | ||
| 1106 | 2024.12.18 22:14:44.526695 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1107 | 2024.12.18 22:14:44.545802 [ 244 ] {} <Trace> system.metric_log (c1a6f496-a96c-4ee1-9bd5-1dfc036fbffd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1108 | 2024.12.18 22:14:44.545848 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1109 | 2024.12.18 22:14:44.552716 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1110 | 2024.12.18 22:14:44.553448 [ 244 ] {} <Trace> system.metric_log (c1a6f496-a96c-4ee1-9bd5-1dfc036fbffd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1111 | 2024.12.18 22:14:44.555814 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1112 | 2024.12.18 22:14:45.000176 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 157.87 MiB, peak 161.87 MiB, free memory in arenas 0.00 B, will set to 159.00 MiB (RSS), difference: 1.13 MiB | ||
| 1113 | 2024.12.18 22:14:46.881360 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 148 | ||
| 1114 | 2024.12.18 22:14:46.885855 [ 242 ] {} <Trace> system.query_log (1d2345bc-93cb-4771-ab1d-8ee137a0c6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1115 | 2024.12.18 22:14:46.885908 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1116 | 2024.12.18 22:14:46.887439 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1117 | 2024.12.18 22:14:46.887758 [ 242 ] {} <Trace> system.query_log (1d2345bc-93cb-4771-ab1d-8ee137a0c6ed): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1118 | 2024.12.18 22:14:46.888588 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 148 | ||
| 1119 | 2024.12.18 22:14:48.331252 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1120 | 2024.12.18 22:14:48.331461 [ 258 ] {bb8e7897-ef1f-48eb-8303-7a7b88ce4342} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1121 | 2024.12.18 22:14:48.331543 [ 258 ] {bb8e7897-ef1f-48eb-8303-7a7b88ce4342} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1122 | 2024.12.18 22:14:48.332337 [ 258 ] {bb8e7897-ef1f-48eb-8303-7a7b88ce4342} <Trace> oximeter.fields_string (8a575707-8175-4c1f-9244-f939b7232380): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1123 | 2024.12.18 22:14:48.332386 [ 258 ] {bb8e7897-ef1f-48eb-8303-7a7b88ce4342} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1124 | 2024.12.18 22:14:48.332812 [ 258 ] {bb8e7897-ef1f-48eb-8303-7a7b88ce4342} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1125 | 2024.12.18 22:14:48.333066 [ 258 ] {bb8e7897-ef1f-48eb-8303-7a7b88ce4342} <Trace> oximeter.fields_string (8a575707-8175-4c1f-9244-f939b7232380): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1126 | 2024.12.18 22:14:48.333295 [ 258 ] {bb8e7897-ef1f-48eb-8303-7a7b88ce4342} <Debug> executeQuery: Read 46 rows, 3.98 KiB in 0.001892 sec., 24312.896405919662 rows/sec., 2.06 MiB/sec. | ||
| 1127 | 2024.12.18 22:14:48.333350 [ 258 ] {bb8e7897-ef1f-48eb-8303-7a7b88ce4342} <Debug> TCPHandler: Processed in 0.002244924 sec. | ||
| 1128 | 2024.12.18 22:14:48.333664 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1129 | 2024.12.18 22:14:48.333969 [ 260 ] {7cf7eb58-71d4-413c-866f-993b99cc76f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1130 | 2024.12.18 22:14:48.334085 [ 260 ] {7cf7eb58-71d4-413c-866f-993b99cc76f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1131 | 2024.12.18 22:14:48.334844 [ 260 ] {7cf7eb58-71d4-413c-866f-993b99cc76f9} <Trace> oximeter.fields_u16 (13cc445b-28d5-4c6c-8d51-391875b401c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1132 | 2024.12.18 22:14:48.334891 [ 260 ] {7cf7eb58-71d4-413c-866f-993b99cc76f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1133 | 2024.12.18 22:14:48.335326 [ 260 ] {7cf7eb58-71d4-413c-866f-993b99cc76f9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1134 | 2024.12.18 22:14:48.335580 [ 260 ] {7cf7eb58-71d4-413c-866f-993b99cc76f9} <Trace> oximeter.fields_u16 (13cc445b-28d5-4c6c-8d51-391875b401c1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1135 | 2024.12.18 22:14:48.335890 [ 260 ] {7cf7eb58-71d4-413c-866f-993b99cc76f9} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001991 sec., 4018.081366147664 rows/sec., 302.14 KiB/sec. | ||
| 1136 | 2024.12.18 22:14:48.335967 [ 260 ] {7cf7eb58-71d4-413c-866f-993b99cc76f9} <Debug> TCPHandler: Processed in 0.002506309 sec. | ||
| 1137 | 2024.12.18 22:14:48.336130 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1138 | 2024.12.18 22:14:48.336268 [ 258 ] {5742c1ad-def9-4a7c-b324-1a4214fb48b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1139 | 2024.12.18 22:14:48.336326 [ 258 ] {5742c1ad-def9-4a7c-b324-1a4214fb48b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1140 | 2024.12.18 22:14:48.337051 [ 258 ] {5742c1ad-def9-4a7c-b324-1a4214fb48b6} <Trace> oximeter.fields_uuid (58e211cb-43e9-426c-8641-9159102f9879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1141 | 2024.12.18 22:14:48.337089 [ 258 ] {5742c1ad-def9-4a7c-b324-1a4214fb48b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1142 | 2024.12.18 22:14:48.337450 [ 258 ] {5742c1ad-def9-4a7c-b324-1a4214fb48b6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1143 | 2024.12.18 22:14:48.337694 [ 258 ] {5742c1ad-def9-4a7c-b324-1a4214fb48b6} <Trace> oximeter.fields_uuid (58e211cb-43e9-426c-8641-9159102f9879): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1144 | 2024.12.18 22:14:48.337898 [ 258 ] {5742c1ad-def9-4a7c-b324-1a4214fb48b6} <Debug> executeQuery: Read 44 rows, 3.52 KiB in 0.001661 sec., 26490.066225165563 rows/sec., 2.07 MiB/sec. | ||
| 1145 | 2024.12.18 22:14:48.337950 [ 258 ] {5742c1ad-def9-4a7c-b324-1a4214fb48b6} <Debug> TCPHandler: Processed in 0.001888637 sec. | ||
| 1146 | 2024.12.18 22:14:48.338131 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1147 | 2024.12.18 22:14:48.338277 [ 260 ] {2970e084-4e15-48e8-b091-6baf04c1d40a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1148 | 2024.12.18 22:14:48.338345 [ 260 ] {2970e084-4e15-48e8-b091-6baf04c1d40a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1149 | 2024.12.18 22:14:48.340938 [ 260 ] {2970e084-4e15-48e8-b091-6baf04c1d40a} <Trace> oximeter.measurements_cumulativeu64 (7122b751-db40-433d-a12a-a450578f9148): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1150 | 2024.12.18 22:14:48.340975 [ 260 ] {2970e084-4e15-48e8-b091-6baf04c1d40a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1151 | 2024.12.18 22:14:48.341657 [ 260 ] {2970e084-4e15-48e8-b091-6baf04c1d40a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1152 | 2024.12.18 22:14:48.342101 [ 260 ] {2970e084-4e15-48e8-b091-6baf04c1d40a} <Trace> oximeter.measurements_cumulativeu64 (7122b751-db40-433d-a12a-a450578f9148): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1153 | 2024.12.18 22:14:48.342311 [ 260 ] {2970e084-4e15-48e8-b091-6baf04c1d40a} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.004069 sec., 14745.637748832638 rows/sec., 1.03 MiB/sec. | ||
| 1154 | 2024.12.18 22:14:48.342368 [ 260 ] {2970e084-4e15-48e8-b091-6baf04c1d40a} <Debug> TCPHandler: Processed in 0.004307875 sec. | ||
| 1155 | 2024.12.18 22:14:48.342544 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1156 | 2024.12.18 22:14:48.342679 [ 258 ] {4edc850a-8bc1-4a5d-992d-6396b2d8dc88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1157 | 2024.12.18 22:14:48.342772 [ 258 ] {4edc850a-8bc1-4a5d-992d-6396b2d8dc88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1158 | 2024.12.18 22:14:48.343948 [ 258 ] {4edc850a-8bc1-4a5d-992d-6396b2d8dc88} <Trace> oximeter.measurements_histogramu64 (45adcee9-60b0-41e5-b193-005383abdd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1159 | 2024.12.18 22:14:48.343987 [ 258 ] {4edc850a-8bc1-4a5d-992d-6396b2d8dc88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1160 | 2024.12.18 22:14:48.344596 [ 258 ] {4edc850a-8bc1-4a5d-992d-6396b2d8dc88} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1161 | 2024.12.18 22:14:48.344845 [ 258 ] {4edc850a-8bc1-4a5d-992d-6396b2d8dc88} <Trace> oximeter.measurements_histogramu64 (45adcee9-60b0-41e5-b193-005383abdd1f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1162 | 2024.12.18 22:14:48.345077 [ 258 ] {4edc850a-8bc1-4a5d-992d-6396b2d8dc88} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002427 sec., 3296.250515039143 rows/sec., 5.91 MiB/sec. | ||
| 1163 | 2024.12.18 22:14:48.345165 [ 258 ] {4edc850a-8bc1-4a5d-992d-6396b2d8dc88} <Debug> TCPHandler: Processed in 0.002690063 sec. | ||
| 1164 | 2024.12.18 22:14:48.345330 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1165 | 2024.12.18 22:14:48.345469 [ 260 ] {98a85116-8c3b-485d-91aa-31bc09218c47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1166 | 2024.12.18 22:14:48.345529 [ 260 ] {98a85116-8c3b-485d-91aa-31bc09218c47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1167 | 2024.12.18 22:14:48.346098 [ 260 ] {98a85116-8c3b-485d-91aa-31bc09218c47} <Trace> oximeter.measurements_u64 (6d349adb-4aa8-447f-a1de-89905e1f9714): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1168 | 2024.12.18 22:14:48.346137 [ 260 ] {98a85116-8c3b-485d-91aa-31bc09218c47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1169 | 2024.12.18 22:14:48.346503 [ 260 ] {98a85116-8c3b-485d-91aa-31bc09218c47} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1170 | 2024.12.18 22:14:48.346741 [ 260 ] {98a85116-8c3b-485d-91aa-31bc09218c47} <Trace> oximeter.measurements_u64 (6d349adb-4aa8-447f-a1de-89905e1f9714): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1171 | 2024.12.18 22:14:48.346958 [ 260 ] {98a85116-8c3b-485d-91aa-31bc09218c47} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.00152 sec., 19736.842105263157 rows/sec., 1.31 MiB/sec. | ||
| 1172 | 2024.12.18 22:14:48.347011 [ 260 ] {98a85116-8c3b-485d-91aa-31bc09218c47} <Debug> TCPHandler: Processed in 0.001750334 sec. | ||
| 1173 | 2024.12.18 22:14:51.834280 [ 44 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1174 | 2024.12.18 22:14:51.834377 [ 44 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1175 | 2024.12.18 22:14:51.903573 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806 | ||
| 1176 | 2024.12.18 22:14:51.904189 [ 243 ] {} <Trace> system.asynchronous_metric_log (c29edeb0-63e5-43fb-a1b5-967c73ab00cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1177 | 2024.12.18 22:14:51.904240 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.45 GiB. | ||
| 1178 | 2024.12.18 22:14:51.904874 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1179 | 2024.12.18 22:14:51.905138 [ 243 ] {} <Trace> system.asynchronous_metric_log (c29edeb0-63e5-43fb-a1b5-967c73ab00cd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1180 | 2024.12.18 22:14:51.905332 [ 44 ] {} <Debug> system.asynchronous_metric_log (c29edeb0-63e5-43fb-a1b5-967c73ab00cd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1181 | 2024.12.18 22:14:51.905420 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1182 | 2024.12.18 22:14:51.905429 [ 44 ] {} <Trace> system.asynchronous_metric_log (c29edeb0-63e5-43fb-a1b5-967c73ab00cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1183 | 2024.12.18 22:14:51.905465 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.45 GiB. | ||
| 1184 | 2024.12.18 22:14:51.907763 [ 202 ] {c29edeb0-63e5-43fb-a1b5-967c73ab00cd::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 1185 | 2024.12.18 22:14:51.907964 [ 202 ] {c29edeb0-63e5-43fb-a1b5-967c73ab00cd::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1186 | 2024.12.18 22:14:51.908045 [ 202 ] {c29edeb0-63e5-43fb-a1b5-967c73ab00cd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part | ||
| 1187 | 2024.12.18 22:14:51.910120 [ 202 ] {c29edeb0-63e5-43fb-a1b5-967c73ab00cd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part | ||
| 1188 | 2024.12.18 22:14:51.910198 [ 202 ] {c29edeb0-63e5-43fb-a1b5-967c73ab00cd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part | ||
| 1189 | 2024.12.18 22:14:51.910403 [ 202 ] {c29edeb0-63e5-43fb-a1b5-967c73ab00cd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part | ||
| 1190 | 2024.12.18 22:14:51.913516 [ 202 ] {c29edeb0-63e5-43fb-a1b5-967c73ab00cd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 488 rows starting from the beginning of the part | ||
| 1191 | 2024.12.18 22:14:51.913605 [ 202 ] {c29edeb0-63e5-43fb-a1b5-967c73ab00cd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 427 rows starting from the beginning of the part | ||
| 1192 | 2024.12.18 22:14:51.923950 [ 189 ] {c29edeb0-63e5-43fb-a1b5-967c73ab00cd::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.01837105 sec., 152740.3169660961 rows/sec., 2.18 MiB/sec. | ||
| 1193 | 2024.12.18 22:14:51.924734 [ 189 ] {c29edeb0-63e5-43fb-a1b5-967c73ab00cd::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1194 | 2024.12.18 22:14:51.925122 [ 189 ] {c29edeb0-63e5-43fb-a1b5-967c73ab00cd::all_1_6_1} <Trace> system.asynchronous_metric_log (c29edeb0-63e5-43fb-a1b5-967c73ab00cd): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1195 | 2024.12.18 22:14:51.925218 [ 189 ] {c29edeb0-63e5-43fb-a1b5-967c73ab00cd::all_1_6_1} <Trace> system.asynchronous_metric_log (c29edeb0-63e5-43fb-a1b5-967c73ab00cd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1196 | 2024.12.18 22:14:51.925357 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 1197 | 2024.12.18 22:14:52.000180 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.17 MiB, peak 165.47 MiB, free memory in arenas 0.00 B, will set to 160.56 MiB (RSS), difference: 1.39 MiB | ||
| 1198 | 2024.12.18 22:14:52.055955 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1199 | 2024.12.18 22:14:52.077728 [ 244 ] {} <Trace> system.metric_log (c1a6f496-a96c-4ee1-9bd5-1dfc036fbffd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1200 | 2024.12.18 22:14:52.077804 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.45 GiB. | ||
| 1201 | 2024.12.18 22:14:52.084551 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1202 | 2024.12.18 22:14:52.085381 [ 244 ] {} <Trace> system.metric_log (c1a6f496-a96c-4ee1-9bd5-1dfc036fbffd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1203 | 2024.12.18 22:14:52.085687 [ 44 ] {} <Debug> system.metric_log (c1a6f496-a96c-4ee1-9bd5-1dfc036fbffd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1204 | 2024.12.18 22:14:52.085747 [ 44 ] {} <Trace> system.metric_log (c1a6f496-a96c-4ee1-9bd5-1dfc036fbffd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1205 | 2024.12.18 22:14:52.085784 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.45 GiB. | ||
| 1206 | 2024.12.18 22:14:52.086339 [ 189 ] {c1a6f496-a96c-4ee1-9bd5-1dfc036fbffd::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 1207 | 2024.12.18 22:14:52.101731 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1208 | 2024.12.18 22:14:52.103418 [ 189 ] {c1a6f496-a96c-4ee1-9bd5-1dfc036fbffd::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1209 | 2024.12.18 22:14:52.105114 [ 189 ] {c1a6f496-a96c-4ee1-9bd5-1dfc036fbffd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
| 1210 | 2024.12.18 22:14:52.110859 [ 189 ] {c1a6f496-a96c-4ee1-9bd5-1dfc036fbffd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part | ||
| 1211 | 2024.12.18 22:14:52.116341 [ 189 ] {c1a6f496-a96c-4ee1-9bd5-1dfc036fbffd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part | ||
| 1212 | 2024.12.18 22:14:52.121595 [ 189 ] {c1a6f496-a96c-4ee1-9bd5-1dfc036fbffd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part | ||
| 1213 | 2024.12.18 22:14:52.136083 [ 189 ] {c1a6f496-a96c-4ee1-9bd5-1dfc036fbffd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part | ||
| 1214 | 2024.12.18 22:14:52.140843 [ 189 ] {c1a6f496-a96c-4ee1-9bd5-1dfc036fbffd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part | ||
| 1215 | 2024.12.18 22:14:52.206302 [ 190 ] {c1a6f496-a96c-4ee1-9bd5-1dfc036fbffd::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.120372121 sec., 382.14828830672514 rows/sec., 1.98 MiB/sec. | ||
| 1216 | 2024.12.18 22:14:52.209207 [ 192 ] {c1a6f496-a96c-4ee1-9bd5-1dfc036fbffd::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1217 | 2024.12.18 22:14:52.212271 [ 192 ] {c1a6f496-a96c-4ee1-9bd5-1dfc036fbffd::all_1_6_1} <Trace> system.metric_log (c1a6f496-a96c-4ee1-9bd5-1dfc036fbffd): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1218 | 2024.12.18 22:14:52.212407 [ 192 ] {c1a6f496-a96c-4ee1-9bd5-1dfc036fbffd::all_1_6_1} <Trace> system.metric_log (c1a6f496-a96c-4ee1-9bd5-1dfc036fbffd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1219 | 2024.12.18 22:14:52.214777 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1220 | 2024.12.18 22:14:53.000187 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.64 MiB, peak 171.17 MiB, free memory in arenas 0.00 B, will set to 163.56 MiB (RSS), difference: 1.93 MiB | ||
| 1221 | 2024.12.18 22:14:53.329594 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1222 | 2024.12.18 22:14:53.329793 [ 258 ] {a22cefe4-774c-434f-8434-0032a449bf8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1223 | 2024.12.18 22:14:53.329868 [ 258 ] {a22cefe4-774c-434f-8434-0032a449bf8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1224 | 2024.12.18 22:14:53.330642 [ 258 ] {a22cefe4-774c-434f-8434-0032a449bf8b} <Trace> oximeter.fields_string (8a575707-8175-4c1f-9244-f939b7232380): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1225 | 2024.12.18 22:14:53.330688 [ 258 ] {a22cefe4-774c-434f-8434-0032a449bf8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 1226 | 2024.12.18 22:14:53.331159 [ 258 ] {a22cefe4-774c-434f-8434-0032a449bf8b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1227 | 2024.12.18 22:14:53.331421 [ 258 ] {a22cefe4-774c-434f-8434-0032a449bf8b} <Trace> oximeter.fields_string (8a575707-8175-4c1f-9244-f939b7232380): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1228 | 2024.12.18 22:14:53.331643 [ 258 ] {a22cefe4-774c-434f-8434-0032a449bf8b} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001899 sec., 15797.78830963665 rows/sec., 1.23 MiB/sec. | ||
| 1229 | 2024.12.18 22:14:53.331721 [ 258 ] {a22cefe4-774c-434f-8434-0032a449bf8b} <Debug> TCPHandler: Processed in 0.002270235 sec. | ||
| 1230 | 2024.12.18 22:14:53.331976 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1231 | 2024.12.18 22:14:53.332185 [ 260 ] {5a947d6e-266e-4f42-bd66-0c69ab6e5a25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1232 | 2024.12.18 22:14:53.332266 [ 260 ] {5a947d6e-266e-4f42-bd66-0c69ab6e5a25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1233 | 2024.12.18 22:14:53.333039 [ 260 ] {5a947d6e-266e-4f42-bd66-0c69ab6e5a25} <Trace> oximeter.fields_uuid (58e211cb-43e9-426c-8641-9159102f9879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1234 | 2024.12.18 22:14:53.333093 [ 260 ] {5a947d6e-266e-4f42-bd66-0c69ab6e5a25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 1235 | 2024.12.18 22:14:53.333558 [ 260 ] {5a947d6e-266e-4f42-bd66-0c69ab6e5a25} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1236 | 2024.12.18 22:14:53.333811 [ 260 ] {5a947d6e-266e-4f42-bd66-0c69ab6e5a25} <Trace> oximeter.fields_uuid (58e211cb-43e9-426c-8641-9159102f9879): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1237 | 2024.12.18 22:14:53.334044 [ 260 ] {5a947d6e-266e-4f42-bd66-0c69ab6e5a25} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001918 sec., 18769.551616266945 rows/sec., 1.47 MiB/sec. | ||
| 1238 | 2024.12.18 22:14:53.334102 [ 260 ] {5a947d6e-266e-4f42-bd66-0c69ab6e5a25} <Debug> TCPHandler: Processed in 0.002266205 sec. | ||
| 1239 | 2024.12.18 22:14:53.334251 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1240 | 2024.12.18 22:14:53.334383 [ 258 ] {00e05b9c-b6ad-4237-a8aa-26785b3c74bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1241 | 2024.12.18 22:14:53.334448 [ 258 ] {00e05b9c-b6ad-4237-a8aa-26785b3c74bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1242 | 2024.12.18 22:14:53.335043 [ 258 ] {00e05b9c-b6ad-4237-a8aa-26785b3c74bb} <Trace> oximeter.measurements_cumulativeu64 (7122b751-db40-433d-a12a-a450578f9148): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1243 | 2024.12.18 22:14:53.335082 [ 258 ] {00e05b9c-b6ad-4237-a8aa-26785b3c74bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 1244 | 2024.12.18 22:14:53.335488 [ 258 ] {00e05b9c-b6ad-4237-a8aa-26785b3c74bb} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1245 | 2024.12.18 22:14:53.335767 [ 258 ] {00e05b9c-b6ad-4237-a8aa-26785b3c74bb} <Trace> oximeter.measurements_cumulativeu64 (7122b751-db40-433d-a12a-a450578f9148): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1246 | 2024.12.18 22:14:53.335952 [ 258 ] {00e05b9c-b6ad-4237-a8aa-26785b3c74bb} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001602 sec., 37453.183520599254 rows/sec., 2.63 MiB/sec. | ||
| 1247 | 2024.12.18 22:14:53.336010 [ 258 ] {00e05b9c-b6ad-4237-a8aa-26785b3c74bb} <Debug> TCPHandler: Processed in 0.001820326 sec. | ||
| 1248 | 2024.12.18 22:14:53.336152 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1249 | 2024.12.18 22:14:53.336272 [ 260 ] {fc1dbf7d-f096-47e9-85e4-9dff0898d10d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1250 | 2024.12.18 22:14:53.336326 [ 260 ] {fc1dbf7d-f096-47e9-85e4-9dff0898d10d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1251 | 2024.12.18 22:14:53.336861 [ 260 ] {fc1dbf7d-f096-47e9-85e4-9dff0898d10d} <Trace> oximeter.measurements_u64 (6d349adb-4aa8-447f-a1de-89905e1f9714): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1252 | 2024.12.18 22:14:53.336901 [ 260 ] {fc1dbf7d-f096-47e9-85e4-9dff0898d10d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 1253 | 2024.12.18 22:14:53.337285 [ 260 ] {fc1dbf7d-f096-47e9-85e4-9dff0898d10d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1254 | 2024.12.18 22:14:53.337532 [ 260 ] {fc1dbf7d-f096-47e9-85e4-9dff0898d10d} <Trace> oximeter.measurements_u64 (6d349adb-4aa8-447f-a1de-89905e1f9714): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1255 | 2024.12.18 22:14:53.337745 [ 260 ] {fc1dbf7d-f096-47e9-85e4-9dff0898d10d} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001497 sec., 20040.080160320642 rows/sec., 1.33 MiB/sec. | ||
| 1256 | 2024.12.18 22:14:53.337812 [ 260 ] {fc1dbf7d-f096-47e9-85e4-9dff0898d10d} <Debug> TCPHandler: Processed in 0.001721654 sec. | ||
| 1257 | 2024.12.18 22:14:56.888955 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 168 | ||
| 1258 | 2024.12.18 22:14:56.891651 [ 242 ] {} <Trace> system.query_log (1d2345bc-93cb-4771-ab1d-8ee137a0c6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1259 | 2024.12.18 22:14:56.891699 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 1260 | 2024.12.18 22:14:56.893142 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1261 | 2024.12.18 22:14:56.893462 [ 242 ] {} <Trace> system.query_log (1d2345bc-93cb-4771-ab1d-8ee137a0c6ed): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1262 | 2024.12.18 22:14:56.894239 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 168 | ||
| 1263 | 2024.12.18 22:14:58.332755 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1264 | 2024.12.18 22:14:58.332951 [ 258 ] {a5bd97b1-dfb1-431a-9e27-31fa4c55e8e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1265 | 2024.12.18 22:14:58.333025 [ 258 ] {a5bd97b1-dfb1-431a-9e27-31fa4c55e8e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1266 | 2024.12.18 22:14:58.333816 [ 258 ] {a5bd97b1-dfb1-431a-9e27-31fa4c55e8e9} <Trace> oximeter.fields_string (8a575707-8175-4c1f-9244-f939b7232380): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1267 | 2024.12.18 22:14:58.333866 [ 258 ] {a5bd97b1-dfb1-431a-9e27-31fa4c55e8e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 1268 | 2024.12.18 22:14:58.334298 [ 258 ] {a5bd97b1-dfb1-431a-9e27-31fa4c55e8e9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1269 | 2024.12.18 22:14:58.334558 [ 258 ] {a5bd97b1-dfb1-431a-9e27-31fa4c55e8e9} <Trace> oximeter.fields_string (8a575707-8175-4c1f-9244-f939b7232380): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1270 | 2024.12.18 22:14:58.334769 [ 258 ] {a5bd97b1-dfb1-431a-9e27-31fa4c55e8e9} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001876 sec., 38379.53091684435 rows/sec., 3.12 MiB/sec. | ||
| 1271 | 2024.12.18 22:14:58.334830 [ 258 ] {a5bd97b1-dfb1-431a-9e27-31fa4c55e8e9} <Debug> TCPHandler: Processed in 0.002212433 sec. | ||
| 1272 | 2024.12.18 22:14:58.335178 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1273 | 2024.12.18 22:14:58.335488 [ 260 ] {dab08567-2144-4d46-9b62-03e0df2d01cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1274 | 2024.12.18 22:14:58.335568 [ 260 ] {dab08567-2144-4d46-9b62-03e0df2d01cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1275 | 2024.12.18 22:14:58.336301 [ 260 ] {dab08567-2144-4d46-9b62-03e0df2d01cd} <Trace> oximeter.fields_u16 (13cc445b-28d5-4c6c-8d51-391875b401c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1276 | 2024.12.18 22:14:58.336351 [ 260 ] {dab08567-2144-4d46-9b62-03e0df2d01cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 1277 | 2024.12.18 22:14:58.336778 [ 260 ] {dab08567-2144-4d46-9b62-03e0df2d01cd} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1278 | 2024.12.18 22:14:58.337031 [ 260 ] {dab08567-2144-4d46-9b62-03e0df2d01cd} <Trace> oximeter.fields_u16 (13cc445b-28d5-4c6c-8d51-391875b401c1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1279 | 2024.12.18 22:14:58.337263 [ 260 ] {dab08567-2144-4d46-9b62-03e0df2d01cd} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001865 sec., 4289.544235924933 rows/sec., 322.55 KiB/sec. | ||
| 1280 | 2024.12.18 22:14:58.337320 [ 260 ] {dab08567-2144-4d46-9b62-03e0df2d01cd} <Debug> TCPHandler: Processed in 0.002341816 sec. | ||
| 1281 | 2024.12.18 22:14:58.337519 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1282 | 2024.12.18 22:14:58.337664 [ 258 ] {da794461-13d9-46c6-9872-033b2c83beae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1283 | 2024.12.18 22:14:58.337723 [ 258 ] {da794461-13d9-46c6-9872-033b2c83beae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1284 | 2024.12.18 22:14:58.338455 [ 258 ] {da794461-13d9-46c6-9872-033b2c83beae} <Trace> oximeter.fields_uuid (58e211cb-43e9-426c-8641-9159102f9879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1285 | 2024.12.18 22:14:58.338492 [ 258 ] {da794461-13d9-46c6-9872-033b2c83beae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 1286 | 2024.12.18 22:14:58.338871 [ 258 ] {da794461-13d9-46c6-9872-033b2c83beae} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1287 | 2024.12.18 22:14:58.339111 [ 258 ] {da794461-13d9-46c6-9872-033b2c83beae} <Trace> oximeter.fields_uuid (58e211cb-43e9-426c-8641-9159102f9879): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1288 | 2024.12.18 22:14:58.339304 [ 258 ] {da794461-13d9-46c6-9872-033b2c83beae} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001671 sec., 43087.97127468582 rows/sec., 3.36 MiB/sec. | ||
| 1289 | 2024.12.18 22:14:58.339390 [ 258 ] {da794461-13d9-46c6-9872-033b2c83beae} <Debug> TCPHandler: Processed in 0.001961139 sec. | ||
| 1290 | 2024.12.18 22:14:58.339567 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1291 | 2024.12.18 22:14:58.339693 [ 260 ] {664b76a8-ccbe-48b2-b907-2601c6703368} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1292 | 2024.12.18 22:14:58.339748 [ 260 ] {664b76a8-ccbe-48b2-b907-2601c6703368} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1293 | 2024.12.18 22:14:58.340287 [ 260 ] {664b76a8-ccbe-48b2-b907-2601c6703368} <Trace> oximeter.measurements_cumulativeu64 (7122b751-db40-433d-a12a-a450578f9148): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1294 | 2024.12.18 22:14:58.340326 [ 260 ] {664b76a8-ccbe-48b2-b907-2601c6703368} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 1295 | 2024.12.18 22:14:58.340725 [ 260 ] {664b76a8-ccbe-48b2-b907-2601c6703368} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1296 | 2024.12.18 22:14:58.340967 [ 260 ] {664b76a8-ccbe-48b2-b907-2601c6703368} <Trace> oximeter.measurements_cumulativeu64 (7122b751-db40-433d-a12a-a450578f9148): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1297 | 2024.12.18 22:14:58.341174 [ 260 ] {664b76a8-ccbe-48b2-b907-2601c6703368} <Debug> executeQuery: Read 80 rows, 5.73 KiB in 0.001508 sec., 53050.39787798408 rows/sec., 3.71 MiB/sec. | ||
| 1298 | 2024.12.18 22:14:58.341226 [ 260 ] {664b76a8-ccbe-48b2-b907-2601c6703368} <Debug> TCPHandler: Processed in 0.001719604 sec. | ||
| 1299 | 2024.12.18 22:14:58.341370 [ 258 ] {} <Trace> TCP-Session: d534b2c9-bb2e-4354-85d2-4772452dcdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1300 | 2024.12.18 22:14:58.341491 [ 258 ] {1fcef0df-9eb1-4037-ad18-86898b6a849a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1301 | 2024.12.18 22:14:58.341573 [ 258 ] {1fcef0df-9eb1-4037-ad18-86898b6a849a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1302 | 2024.12.18 22:14:58.342652 [ 258 ] {1fcef0df-9eb1-4037-ad18-86898b6a849a} <Trace> oximeter.measurements_histogramu64 (45adcee9-60b0-41e5-b193-005383abdd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1303 | 2024.12.18 22:14:58.342688 [ 258 ] {1fcef0df-9eb1-4037-ad18-86898b6a849a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 1304 | 2024.12.18 22:14:58.343321 [ 258 ] {1fcef0df-9eb1-4037-ad18-86898b6a849a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1305 | 2024.12.18 22:14:58.343583 [ 258 ] {1fcef0df-9eb1-4037-ad18-86898b6a849a} <Trace> oximeter.measurements_histogramu64 (45adcee9-60b0-41e5-b193-005383abdd1f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1306 | 2024.12.18 22:14:58.343821 [ 258 ] {1fcef0df-9eb1-4037-ad18-86898b6a849a} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002354 sec., 3398.470688190314 rows/sec., 6.09 MiB/sec. | ||
| 1307 | 2024.12.18 22:14:58.344002 [ 258 ] {1fcef0df-9eb1-4037-ad18-86898b6a849a} <Debug> TCPHandler: Processed in 0.002685893 sec. | ||
| 1308 | 2024.12.18 22:14:58.344155 [ 260 ] {} <Trace> TCP-Session: 7485415a-ac3f-4a31-9c41-2b39f081d24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1309 | 2024.12.18 22:14:58.344294 [ 260 ] {86bd3fdf-fa1f-4ae2-8ef2-6ad3f5b71111} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62306) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1310 | 2024.12.18 22:14:58.344354 [ 260 ] {86bd3fdf-fa1f-4ae2-8ef2-6ad3f5b71111} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1311 | 2024.12.18 22:14:58.344840 [ 260 ] {86bd3fdf-fa1f-4ae2-8ef2-6ad3f5b71111} <Trace> oximeter.measurements_u64 (6d349adb-4aa8-447f-a1de-89905e1f9714): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1312 | 2024.12.18 22:14:58.344879 [ 260 ] {86bd3fdf-fa1f-4ae2-8ef2-6ad3f5b71111} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 1313 | 2024.12.18 22:14:58.345254 [ 260 ] {86bd3fdf-fa1f-4ae2-8ef2-6ad3f5b71111} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1314 | 2024.12.18 22:14:58.345489 [ 260 ] {86bd3fdf-fa1f-4ae2-8ef2-6ad3f5b71111} <Trace> oximeter.measurements_u64 (6d349adb-4aa8-447f-a1de-89905e1f9714): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1315 | 2024.12.18 22:14:58.345703 [ 260 ] {86bd3fdf-fa1f-4ae2-8ef2-6ad3f5b71111} <Debug> executeQuery: Read 36 rows, 2.46 KiB in 0.001439 sec., 25017.37317581654 rows/sec., 1.67 MiB/sec. | ||
| 1316 | 2024.12.18 22:14:58.345751 [ 260 ] {86bd3fdf-fa1f-4ae2-8ef2-6ad3f5b71111} <Debug> TCPHandler: Processed in 0.001662362 sec. | ||
| 1317 | 2024.12.18 22:14:59.405611 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294 | ||
| 1318 | 2024.12.18 22:14:59.406292 [ 243 ] {} <Trace> system.asynchronous_metric_log (c29edeb0-63e5-43fb-a1b5-967c73ab00cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1319 | 2024.12.18 22:14:59.406341 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 1320 | 2024.12.18 22:14:59.406968 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1321 | 2024.12.18 22:14:59.407259 [ 243 ] {} <Trace> system.asynchronous_metric_log (c29edeb0-63e5-43fb-a1b5-967c73ab00cd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1322 | 2024.12.18 22:14:59.407540 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294 | ||
| 1323 | 2024.12.18 22:14:59.601896 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1324 | 2024.12.18 22:14:59.622247 [ 244 ] {} <Trace> system.metric_log (c1a6f496-a96c-4ee1-9bd5-1dfc036fbffd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1325 | 2024.12.18 22:14:59.622311 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 1326 | 2024.12.18 22:14:59.628913 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1327 | 2024.12.18 22:14:59.629699 [ 244 ] {} <Trace> system.metric_log (c1a6f496-a96c-4ee1-9bd5-1dfc036fbffd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1328 | 2024.12.18 22:14:59.632992 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||