Max level shown:
1 [ Nov 4 23:54:22 Enabled. ]
2 [ Nov 4 23:54:22 Rereading configuration. ]
3 [ Nov 4 23:54:24 Rereading configuration. ]
4 [ Nov 4 23:54:29 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 [ Nov 4 23:54:29 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.11.04 23:54:29.996098 [ 1 ] {} <Information> Application: Will watch for the process with pid 24236
29 2024.11.04 23:54:29.996598 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2024.11.04 23:54:30.232416 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 24236
31 2024.11.04 23:54:30.233124 [ 1 ] {} <Information> Application: starting up
32 2024.11.04 23:54:30.233808 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2024.11.04 23:54:30.318775 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2024.11.04 23:54:30.390683 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2024.11.04 23:54:30.390766 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2024.11.04 23:54:30.390782 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2024.11.04 23:54:30.390855 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2024.11.04 23:54:30.391511 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2024.11.04 23:54:30.393053 [ 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.11.04 23:54:30.393685 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2024.11.04 23:54:30.394497 [ 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.11.04 23:54:30.394544 [ 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.11.04 23:54:30.394583 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2024.11.04 23:54:30.394751 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2024.11.04 23:54:30.395921 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2024.11.04 23:54:30.401207 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2024.11.04 23:54:30.401998 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2024.11.04 23:54:30.403338 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2024.11.04 23:54:30.403428 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2024.11.04 23:54:30.405020 [ 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.11.04 23:54:30.405390 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2024.11.04 23:54:30.409870 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2024.11.04 23:54:30.410559 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2024.11.04 23:54:30.412147 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2024.11.04 23:54:30.412541 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2024.11.04 23:54:30.412967 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2024.11.04 23:54:30.413301 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2024.11.04 23:54:30.414618 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2024.11.04 23:54:30.414644 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2024.11.04 23:54:30.414713 [ 147 ] {} <Debug> DNSResolver: Updating DNS cache
65 2024.11.04 23:54:30.414828 [ 147 ] {} <Debug> DNSResolver: Updated DNS cache
66 2024.11.04 23:54:30.426647 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2024.11.04 23:54:30.426673 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000181934 sec
68 2024.11.04 23:54:30.426740 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2024.11.04 23:54:30.426778 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2024.11.04 23:54:30.427914 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2024.11.04 23:54:30.428970 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2024.11.04 23:54:30.442450 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2024.11.04 23:54:30.442492 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2024.11.04 23:54:30.442561 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2024.11.04 23:54:30.442574 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2024.11.04 23:54:30.442603 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2024.11.04 23:54:30.442666 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config
78 2024.11.04 23:54:30.442679 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2024.11.04 23:54:30.442708 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2024.11.04 23:54:30.442773 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config
81 2024.11.04 23:54:30.442786 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2024.11.04 23:54:30.442798 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2024.11.04 23:54:30.442936 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2024.11.04 23:54:30.442950 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2024.11.04 23:54:30.442962 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2024.11.04 23:54:30.443041 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2024.11.04 23:54:30.443054 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2024.11.04 23:54:30.473724 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2024.11.04 23:54:30.475773 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2024.11.04 23:54:30.475824 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.0012e-05 sec
91 2024.11.04 23:54:30.475839 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2024.11.04 23:54:30.475850 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2024.11.04 23:54:30.475871 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2024.11.04 23:54:30.476110 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2024.11.04 23:54:30.476180 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2024.11.04 23:54:30.476196 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2024.11.04 23:54:30.476208 [ 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.11.04 23:54:30.476273 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2024.11.04 23:54:30.484753 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2024.11.04 23:54:30.484962 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.71 MiB, peak 24.71 MiB, free memory in arenas 0.00 B, will set to 116.71 MiB (RSS), difference: 92.00 MiB
101 2024.11.04 23:54:30.485898 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.3201e-05 sec.
102 2024.11.04 23:54:30.486255 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2024.11.04 23:54:30.486339 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2024.11.04 23:54:30.486356 [ 1 ] {} <Information> Application: Ready for connections.
105 2024.11.04 23:54:33.587124 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40795
106 2024.11.04 23:54:33.587368 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
107 2024.11.04 23:54:33.587426 [ 3 ] {} <Debug> TCP-Session: 64a6935e-e73a-42fe-bdb3-c603c849f374 Authenticating user 'default' from [fd00:1122:3344:101::d]:40795
108 2024.11.04 23:54:33.587461 [ 3 ] {} <Debug> TCP-Session: 64a6935e-e73a-42fe-bdb3-c603c849f374 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2024.11.04 23:54:33.587490 [ 3 ] {} <Debug> TCP-Session: 64a6935e-e73a-42fe-bdb3-c603c849f374 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2024.11.04 23:54:33.587583 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2024.11.04 23:54:33.587613 [ 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.11.04 23:54:33.587641 [ 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.11.04 23:54:33.589937 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51743
114 2024.11.04 23:54:33.589946 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51479
115 2024.11.04 23:54:33.590076 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
116 2024.11.04 23:54:33.590171 [ 250 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57816
117 2024.11.04 23:54:33.590203 [ 5 ] {} <Debug> TCP-Session: 85b1c42e-6019-4983-81bc-4fbbff85751a Authenticating user 'default' from [fd00:1122:3344:101::d]:51743
118 2024.11.04 23:54:33.590218 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
119 2024.11.04 23:54:33.590306 [ 5 ] {} <Debug> TCP-Session: 85b1c42e-6019-4983-81bc-4fbbff85751a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
120 2024.11.04 23:54:33.590378 [ 251 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52305
121 2024.11.04 23:54:33.590438 [ 250 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
122 2024.11.04 23:54:33.590439 [ 5 ] {} <Debug> TCP-Session: 85b1c42e-6019-4983-81bc-4fbbff85751a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
123 2024.11.04 23:54:33.590512 [ 252 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34893
124 2024.11.04 23:54:33.590534 [ 4 ] {} <Debug> TCP-Session: 4594cfe3-7f1d-4184-ac71-ff8560077dd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51479
125 2024.11.04 23:54:33.590557 [ 250 ] {} <Debug> TCP-Session: f7843fe6-7941-4595-905d-4789a7a0e9cd Authenticating user 'default' from [fd00:1122:3344:101::d]:57816
126 2024.11.04 23:54:33.590694 [ 251 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
127 2024.11.04 23:54:33.590797 [ 250 ] {} <Debug> TCP-Session: f7843fe6-7941-4595-905d-4789a7a0e9cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
128 2024.11.04 23:54:33.590809 [ 252 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
129 2024.11.04 23:54:33.590819 [ 4 ] {} <Debug> TCP-Session: 4594cfe3-7f1d-4184-ac71-ff8560077dd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
130 2024.11.04 23:54:33.590852 [ 251 ] {} <Debug> TCP-Session: c49197ff-2f85-456c-891c-d8abd0e97bdb Authenticating user 'default' from [fd00:1122:3344:101::d]:52305
131 2024.11.04 23:54:33.590884 [ 250 ] {} <Debug> TCP-Session: f7843fe6-7941-4595-905d-4789a7a0e9cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
132 2024.11.04 23:54:33.590914 [ 252 ] {} <Debug> TCP-Session: de341f71-7a3f-46e1-b5a8-3c70b5560a4e Authenticating user 'default' from [fd00:1122:3344:101::d]:34893
133 2024.11.04 23:54:33.590933 [ 251 ] {} <Debug> TCP-Session: c49197ff-2f85-456c-891c-d8abd0e97bdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
134 2024.11.04 23:54:33.590929 [ 4 ] {} <Debug> TCP-Session: 4594cfe3-7f1d-4184-ac71-ff8560077dd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
135 2024.11.04 23:54:33.591004 [ 252 ] {} <Debug> TCP-Session: de341f71-7a3f-46e1-b5a8-3c70b5560a4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
136 2024.11.04 23:54:33.591023 [ 251 ] {} <Debug> TCP-Session: c49197ff-2f85-456c-891c-d8abd0e97bdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
137 2024.11.04 23:54:33.591067 [ 252 ] {} <Debug> TCP-Session: de341f71-7a3f-46e1-b5a8-3c70b5560a4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
138 2024.11.04 23:54:33.591372 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46208
139 2024.11.04 23:54:33.591437 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60095
140 2024.11.04 23:54:33.591657 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
141 2024.11.04 23:54:33.591658 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39987
142 2024.11.04 23:54:33.591672 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
143 2024.11.04 23:54:33.591695 [ 254 ] {} <Debug> TCP-Session: d5b39ca4-9c6b-417d-bad5-8da3410a0f48 Authenticating user 'default' from [fd00:1122:3344:101::d]:60095
144 2024.11.04 23:54:33.591759 [ 253 ] {} <Debug> TCP-Session: ba239029-c395-42b1-9956-e81498c8e4d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:46208
145 2024.11.04 23:54:33.591850 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
146 2024.11.04 23:54:33.591861 [ 254 ] {} <Debug> TCP-Session: d5b39ca4-9c6b-417d-bad5-8da3410a0f48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
147 2024.11.04 23:54:33.591883 [ 253 ] {} <Debug> TCP-Session: ba239029-c395-42b1-9956-e81498c8e4d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
148 2024.11.04 23:54:33.591900 [ 255 ] {} <Debug> TCP-Session: aa4369bc-0518-4606-a23a-600ea73aa941 Authenticating user 'default' from [fd00:1122:3344:101::d]:39987
149 2024.11.04 23:54:33.591936 [ 254 ] {} <Debug> TCP-Session: d5b39ca4-9c6b-417d-bad5-8da3410a0f48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
150 2024.11.04 23:54:33.591958 [ 255 ] {} <Debug> TCP-Session: aa4369bc-0518-4606-a23a-600ea73aa941 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
151 2024.11.04 23:54:33.591952 [ 253 ] {} <Debug> TCP-Session: ba239029-c395-42b1-9956-e81498c8e4d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
152 2024.11.04 23:54:33.592015 [ 255 ] {} <Debug> TCP-Session: aa4369bc-0518-4606-a23a-600ea73aa941 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
153 2024.11.04 23:54:33.594190 [ 3 ] {} <Trace> TCP-Session: 64a6935e-e73a-42fe-bdb3-c603c849f374 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
154 2024.11.04 23:54:33.597188 [ 3 ] {0ba2b2d8-b6c4-4855-8156-c1250d2884da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40795) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
155 2024.11.04 23:54:33.654275 [ 3 ] {0ba2b2d8-b6c4-4855-8156-c1250d2884da} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:40795) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
156 
157 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
158 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
159 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
160 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
161 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
162 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
163 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
164 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
165 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
166 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
167 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
168 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
169 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
170 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
171 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
172 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
173 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
174 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
175 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
176 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
177 20. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1
178 
179 2024.11.04 23:54:33.655649 [ 3 ] {0ba2b2d8-b6c4-4855-8156-c1250d2884da} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
180 
181 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
182 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
183 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
184 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
185 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
186 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
187 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
188 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
189 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
190 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
191 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
192 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
193 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
194 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
195 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
196 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
197 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
198 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
199 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
200 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
201 20. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1
202 
203 2024.11.04 23:54:33.655773 [ 3 ] {0ba2b2d8-b6c4-4855-8156-c1250d2884da} <Debug> TCPHandler: Processed in 0.063652896 sec.
204 2024.11.04 23:54:33.656082 [ 4 ] {} <Trace> TCP-Session: 4594cfe3-7f1d-4184-ac71-ff8560077dd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
205 2024.11.04 23:54:33.656305 [ 4 ] {8e73f0eb-d233-481f-8e34-3987be3db5c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51479) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
206 2024.11.04 23:54:33.656679 [ 4 ] {8e73f0eb-d233-481f-8e34-3987be3db5c4} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:51479) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
207 
208 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
209 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
210 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
211 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
212 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
213 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
214 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
215 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
216 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
217 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
218 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
219 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
220 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
221 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
222 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
223 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
224 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
225 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
226 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
227 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
228 20. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1
229 
230 2024.11.04 23:54:33.656818 [ 4 ] {8e73f0eb-d233-481f-8e34-3987be3db5c4} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
231 
232 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
233 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
234 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
235 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
236 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
237 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
238 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
239 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
240 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
241 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
242 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
243 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
244 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
245 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
246 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
247 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
248 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
249 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
250 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
251 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
252 20. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1
253 
254 2024.11.04 23:54:33.656916 [ 4 ] {8e73f0eb-d233-481f-8e34-3987be3db5c4} <Debug> TCPHandler: Processed in 0.00097408 sec.
255 2024.11.04 23:54:33.657200 [ 3 ] {} <Trace> TCP-Session: 64a6935e-e73a-42fe-bdb3-c603c849f374 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
256 2024.11.04 23:54:33.658518 [ 3 ] {022c78c2-a70a-48aa-8301-77fc4f0cf266} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40795) DROP DATABASE IF EXISTS oximeter (stage: Complete)
257 2024.11.04 23:54:33.659218 [ 3 ] {022c78c2-a70a-48aa-8301-77fc4f0cf266} <Debug> TCPHandler: Processed in 0.002133924 sec.
258 2024.11.04 23:54:33.659456 [ 4 ] {} <Trace> TCP-Session: 4594cfe3-7f1d-4184-ac71-ff8560077dd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
259 2024.11.04 23:54:33.659595 [ 4 ] {f4cb7f26-c2ea-4b6b-b2ed-5d70f4f34165} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51479) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
260 2024.11.04 23:54:33.659731 [ 4 ] {f4cb7f26-c2ea-4b6b-b2ed-5d70f4f34165} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
261 2024.11.04 23:54:33.661459 [ 4 ] {f4cb7f26-c2ea-4b6b-b2ed-5d70f4f34165} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
262 2024.11.04 23:54:33.661481 [ 4 ] {f4cb7f26-c2ea-4b6b-b2ed-5d70f4f34165} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.3101e-05 sec
263 2024.11.04 23:54:33.661502 [ 4 ] {f4cb7f26-c2ea-4b6b-b2ed-5d70f4f34165} <Trace> ReferentialDeps: No tables
264 2024.11.04 23:54:33.661516 [ 4 ] {f4cb7f26-c2ea-4b6b-b2ed-5d70f4f34165} <Trace> LoadingDeps: No tables
265 2024.11.04 23:54:33.661539 [ 4 ] {f4cb7f26-c2ea-4b6b-b2ed-5d70f4f34165} <Information> DatabaseAtomic (oximeter): Starting up tables.
266 2024.11.04 23:54:33.661583 [ 4 ] {f4cb7f26-c2ea-4b6b-b2ed-5d70f4f34165} <Debug> TCPHandler: Processed in 0.002196445 sec.
267 2024.11.04 23:54:33.661757 [ 3 ] {} <Trace> TCP-Session: 64a6935e-e73a-42fe-bdb3-c603c849f374 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
268 2024.11.04 23:54:33.661954 [ 3 ] {5145e528-6d38-435b-9058-71243439342c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40795) /* The version table contains metadata about the `oximeter` database */
269 CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete)
270 2024.11.04 23:54:33.662027 [ 3 ] {5145e528-6d38-435b-9058-71243439342c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
271 2024.11.04 23:54:33.668716 [ 3 ] {5145e528-6d38-435b-9058-71243439342c} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
272 2024.11.04 23:54:33.675764 [ 3 ] {5145e528-6d38-435b-9058-71243439342c} <Debug> oximeter.version (919412d2-6952-49f3-a7c8-dc3911cdf1ae): Loading data parts
273 2024.11.04 23:54:33.676270 [ 3 ] {5145e528-6d38-435b-9058-71243439342c} <Debug> oximeter.version (919412d2-6952-49f3-a7c8-dc3911cdf1ae): There are no data parts
274 2024.11.04 23:54:33.679823 [ 3 ] {5145e528-6d38-435b-9058-71243439342c} <Debug> TCPHandler: Processed in 0.018119982 sec.
275 2024.11.04 23:54:33.680020 [ 4 ] {} <Trace> TCP-Session: 4594cfe3-7f1d-4184-ac71-ff8560077dd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
276 2024.11.04 23:54:33.680284 [ 4 ] {ffaa3cf4-1a11-4bc1-92a2-8304f19cdb38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51479) /* The measurement tables contain all individual samples from each timeseries.
277 *
278 * Each table stores a single datum type, and otherwise contains nearly the same
279 * structure. The primary sorting key is on the timeseries name, key, and then
280 * timestamp, so that all timeseries from the same schema are grouped, followed
281 * by all samples from the same timeseries.
282 *
283 * This reflects that one usually looks up the _key_ in one or more field table,
284 * and then uses that to index quickly into the measurements tables.
285 */
286 CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( 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)
287 2024.11.04 23:54:33.680376 [ 4 ] {ffaa3cf4-1a11-4bc1-92a2-8304f19cdb38} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
288 2024.11.04 23:54:33.687745 [ 4 ] {ffaa3cf4-1a11-4bc1-92a2-8304f19cdb38} <Debug> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Loading data parts
289 2024.11.04 23:54:33.687977 [ 4 ] {ffaa3cf4-1a11-4bc1-92a2-8304f19cdb38} <Debug> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): There are no data parts
290 2024.11.04 23:54:33.690672 [ 4 ] {ffaa3cf4-1a11-4bc1-92a2-8304f19cdb38} <Debug> TCPHandler: Processed in 0.01071964 sec.
291 2024.11.04 23:54:33.690951 [ 3 ] {} <Trace> TCP-Session: 64a6935e-e73a-42fe-bdb3-c603c849f374 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
292 2024.11.04 23:54:33.691260 [ 3 ] {096f84be-7529-4596-a707-e519a74489e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40795) 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)
293 2024.11.04 23:54:33.691332 [ 3 ] {096f84be-7529-4596-a707-e519a74489e4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
294 2024.11.04 23:54:33.693754 [ 3 ] {096f84be-7529-4596-a707-e519a74489e4} <Debug> oximeter.measurements_i8 (f8366c05-6b88-4873-a496-5b7992357643): Loading data parts
295 2024.11.04 23:54:33.693949 [ 3 ] {096f84be-7529-4596-a707-e519a74489e4} <Debug> oximeter.measurements_i8 (f8366c05-6b88-4873-a496-5b7992357643): There are no data parts
296 2024.11.04 23:54:33.695233 [ 3 ] {096f84be-7529-4596-a707-e519a74489e4} <Debug> TCPHandler: Processed in 0.004365989 sec.
297 2024.11.04 23:54:33.695435 [ 4 ] {} <Trace> TCP-Session: 4594cfe3-7f1d-4184-ac71-ff8560077dd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
298 2024.11.04 23:54:33.695690 [ 4 ] {cad866b1-e209-4e10-9ff1-7908d14c621e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51479) 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)
299 2024.11.04 23:54:33.695775 [ 4 ] {cad866b1-e209-4e10-9ff1-7908d14c621e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
300 2024.11.04 23:54:33.699756 [ 4 ] {cad866b1-e209-4e10-9ff1-7908d14c621e} <Debug> oximeter.measurements_u8 (b67c0766-1a86-4252-88fb-d0f5f8a37d1b): Loading data parts
301 2024.11.04 23:54:33.699931 [ 4 ] {cad866b1-e209-4e10-9ff1-7908d14c621e} <Debug> oximeter.measurements_u8 (b67c0766-1a86-4252-88fb-d0f5f8a37d1b): There are no data parts
302 2024.11.04 23:54:33.701411 [ 4 ] {cad866b1-e209-4e10-9ff1-7908d14c621e} <Debug> TCPHandler: Processed in 0.006043644 sec.
303 2024.11.04 23:54:33.701586 [ 3 ] {} <Trace> TCP-Session: 64a6935e-e73a-42fe-bdb3-c603c849f374 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
304 2024.11.04 23:54:33.701825 [ 3 ] {ba5dd107-6ae3-4f1d-988a-f6cadb8782e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40795) 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)
305 2024.11.04 23:54:33.701889 [ 3 ] {ba5dd107-6ae3-4f1d-988a-f6cadb8782e5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
306 2024.11.04 23:54:33.704172 [ 3 ] {ba5dd107-6ae3-4f1d-988a-f6cadb8782e5} <Debug> oximeter.measurements_i16 (818f9a8a-3823-4870-bd4c-e510fefb54a7): Loading data parts
307 2024.11.04 23:54:33.704329 [ 3 ] {ba5dd107-6ae3-4f1d-988a-f6cadb8782e5} <Debug> oximeter.measurements_i16 (818f9a8a-3823-4870-bd4c-e510fefb54a7): There are no data parts
308 2024.11.04 23:54:33.705628 [ 3 ] {ba5dd107-6ae3-4f1d-988a-f6cadb8782e5} <Debug> TCPHandler: Processed in 0.004102044 sec.
309 2024.11.04 23:54:33.705861 [ 4 ] {} <Trace> TCP-Session: 4594cfe3-7f1d-4184-ac71-ff8560077dd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
310 2024.11.04 23:54:33.706108 [ 4 ] {3b6b0f05-d55e-4069-89a1-76283a695401} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51479) 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)
311 2024.11.04 23:54:33.706184 [ 4 ] {3b6b0f05-d55e-4069-89a1-76283a695401} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
312 2024.11.04 23:54:33.710053 [ 4 ] {3b6b0f05-d55e-4069-89a1-76283a695401} <Debug> oximeter.measurements_u16 (d61c2739-523a-4bda-b754-d69848bd9571): Loading data parts
313 2024.11.04 23:54:33.710240 [ 4 ] {3b6b0f05-d55e-4069-89a1-76283a695401} <Debug> oximeter.measurements_u16 (d61c2739-523a-4bda-b754-d69848bd9571): There are no data parts
314 2024.11.04 23:54:33.711706 [ 4 ] {3b6b0f05-d55e-4069-89a1-76283a695401} <Debug> TCPHandler: Processed in 0.005912622 sec.
315 2024.11.04 23:54:33.711896 [ 3 ] {} <Trace> TCP-Session: 64a6935e-e73a-42fe-bdb3-c603c849f374 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
316 2024.11.04 23:54:33.712127 [ 3 ] {ccd303f0-abf2-4cbc-9af8-8a68f2b4d1dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40795) 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)
317 2024.11.04 23:54:33.712193 [ 3 ] {ccd303f0-abf2-4cbc-9af8-8a68f2b4d1dc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
318 2024.11.04 23:54:33.714577 [ 3 ] {ccd303f0-abf2-4cbc-9af8-8a68f2b4d1dc} <Debug> oximeter.measurements_i32 (b503e31e-5b16-4471-b2a7-ce7d5572e364): Loading data parts
319 2024.11.04 23:54:33.714740 [ 3 ] {ccd303f0-abf2-4cbc-9af8-8a68f2b4d1dc} <Debug> oximeter.measurements_i32 (b503e31e-5b16-4471-b2a7-ce7d5572e364): There are no data parts
320 2024.11.04 23:54:33.716013 [ 3 ] {ccd303f0-abf2-4cbc-9af8-8a68f2b4d1dc} <Debug> TCPHandler: Processed in 0.004180906 sec.
321 2024.11.04 23:54:33.716200 [ 4 ] {} <Trace> TCP-Session: 4594cfe3-7f1d-4184-ac71-ff8560077dd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
322 2024.11.04 23:54:33.716442 [ 4 ] {1e0354e7-1b77-492d-ba0f-5c03b87ea546} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51479) 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)
323 2024.11.04 23:54:33.716569 [ 4 ] {1e0354e7-1b77-492d-ba0f-5c03b87ea546} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
324 2024.11.04 23:54:33.720584 [ 4 ] {1e0354e7-1b77-492d-ba0f-5c03b87ea546} <Debug> oximeter.measurements_u32 (fe7a36e9-0102-4e2d-8d07-48b0000231e9): Loading data parts
325 2024.11.04 23:54:33.720812 [ 4 ] {1e0354e7-1b77-492d-ba0f-5c03b87ea546} <Debug> oximeter.measurements_u32 (fe7a36e9-0102-4e2d-8d07-48b0000231e9): There are no data parts
326 2024.11.04 23:54:33.722356 [ 4 ] {1e0354e7-1b77-492d-ba0f-5c03b87ea546} <Debug> TCPHandler: Processed in 0.006211407 sec.
327 2024.11.04 23:54:33.722551 [ 3 ] {} <Trace> TCP-Session: 64a6935e-e73a-42fe-bdb3-c603c849f374 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
328 2024.11.04 23:54:33.722828 [ 3 ] {23fef593-fcb1-4261-83eb-1b6c4a4bb579} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40795) 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)
329 2024.11.04 23:54:33.722905 [ 3 ] {23fef593-fcb1-4261-83eb-1b6c4a4bb579} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
330 2024.11.04 23:54:33.725158 [ 3 ] {23fef593-fcb1-4261-83eb-1b6c4a4bb579} <Debug> oximeter.measurements_i64 (a96429a8-5349-467a-92e6-3a5bc0e60644): Loading data parts
331 2024.11.04 23:54:33.725316 [ 3 ] {23fef593-fcb1-4261-83eb-1b6c4a4bb579} <Debug> oximeter.measurements_i64 (a96429a8-5349-467a-92e6-3a5bc0e60644): There are no data parts
332 2024.11.04 23:54:33.726580 [ 3 ] {23fef593-fcb1-4261-83eb-1b6c4a4bb579} <Debug> TCPHandler: Processed in 0.004097614 sec.
333 2024.11.04 23:54:33.726774 [ 4 ] {} <Trace> TCP-Session: 4594cfe3-7f1d-4184-ac71-ff8560077dd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
334 2024.11.04 23:54:33.726988 [ 4 ] {4cc964b5-136b-4b92-964c-75241f2ad485} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51479) 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)
335 2024.11.04 23:54:33.727061 [ 4 ] {4cc964b5-136b-4b92-964c-75241f2ad485} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
336 2024.11.04 23:54:33.730936 [ 4 ] {4cc964b5-136b-4b92-964c-75241f2ad485} <Debug> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Loading data parts
337 2024.11.04 23:54:33.731169 [ 4 ] {4cc964b5-136b-4b92-964c-75241f2ad485} <Debug> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): There are no data parts
338 2024.11.04 23:54:33.732612 [ 4 ] {4cc964b5-136b-4b92-964c-75241f2ad485} <Debug> TCPHandler: Processed in 0.005895891 sec.
339 2024.11.04 23:54:33.732800 [ 3 ] {} <Trace> TCP-Session: 64a6935e-e73a-42fe-bdb3-c603c849f374 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
340 2024.11.04 23:54:33.733073 [ 3 ] {4f349f81-b4a4-4442-b7b6-45717fa56516} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40795) 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)
341 2024.11.04 23:54:33.733130 [ 3 ] {4f349f81-b4a4-4442-b7b6-45717fa56516} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
342 2024.11.04 23:54:33.735350 [ 3 ] {4f349f81-b4a4-4442-b7b6-45717fa56516} <Debug> oximeter.measurements_f32 (64a35243-bd35-46bf-870b-9d19c2abbdb0): Loading data parts
343 2024.11.04 23:54:33.735494 [ 3 ] {4f349f81-b4a4-4442-b7b6-45717fa56516} <Debug> oximeter.measurements_f32 (64a35243-bd35-46bf-870b-9d19c2abbdb0): There are no data parts
344 2024.11.04 23:54:33.736733 [ 3 ] {4f349f81-b4a4-4442-b7b6-45717fa56516} <Debug> TCPHandler: Processed in 0.003999763 sec.
345 2024.11.04 23:54:33.736940 [ 4 ] {} <Trace> TCP-Session: 4594cfe3-7f1d-4184-ac71-ff8560077dd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
346 2024.11.04 23:54:33.737145 [ 4 ] {bd492910-2741-494c-82ab-14e20322a9c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51479) 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)
347 2024.11.04 23:54:33.737217 [ 4 ] {bd492910-2741-494c-82ab-14e20322a9c9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
348 2024.11.04 23:54:33.741159 [ 4 ] {bd492910-2741-494c-82ab-14e20322a9c9} <Debug> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Loading data parts
349 2024.11.04 23:54:33.741391 [ 4 ] {bd492910-2741-494c-82ab-14e20322a9c9} <Debug> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): There are no data parts
350 2024.11.04 23:54:33.742829 [ 4 ] {bd492910-2741-494c-82ab-14e20322a9c9} <Debug> TCPHandler: Processed in 0.005947702 sec.
351 2024.11.04 23:54:33.743031 [ 3 ] {} <Trace> TCP-Session: 64a6935e-e73a-42fe-bdb3-c603c849f374 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
352 2024.11.04 23:54:33.743294 [ 3 ] {95930123-459f-4055-a795-04766ad05d9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40795) 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)
353 2024.11.04 23:54:33.743351 [ 3 ] {95930123-459f-4055-a795-04766ad05d9b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
354 2024.11.04 23:54:33.745826 [ 3 ] {95930123-459f-4055-a795-04766ad05d9b} <Debug> oximeter.measurements_string (f8dffcbd-66ab-4998-901d-f43c221326d0): Loading data parts
355 2024.11.04 23:54:33.745992 [ 3 ] {95930123-459f-4055-a795-04766ad05d9b} <Debug> oximeter.measurements_string (f8dffcbd-66ab-4998-901d-f43c221326d0): There are no data parts
356 2024.11.04 23:54:33.747255 [ 3 ] {95930123-459f-4055-a795-04766ad05d9b} <Debug> TCPHandler: Processed in 0.004291028 sec.
357 2024.11.04 23:54:33.747470 [ 4 ] {} <Trace> TCP-Session: 4594cfe3-7f1d-4184-ac71-ff8560077dd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
358 2024.11.04 23:54:33.747719 [ 4 ] {f0cd2808-1c25-4858-aa8b-0091d82c96b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51479) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /*
359 * NOTE: Right now we can't unambiguously record a nullable byte array.
360 * Arrays cannot be nested in `Nullable()` types, and encoding the array as
361 * a string isn't palatable for a few reasons.
362 * See: https://github.com/oxidecomputer/omicron/issues/4551 for more
363 * details.
364 */
365 datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
366 2024.11.04 23:54:33.747814 [ 4 ] {f0cd2808-1c25-4858-aa8b-0091d82c96b4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
367 2024.11.04 23:54:33.751842 [ 4 ] {f0cd2808-1c25-4858-aa8b-0091d82c96b4} <Debug> oximeter.measurements_bytes (0b814903-feec-43b2-8707-2b21bcd26f5c): Loading data parts
368 2024.11.04 23:54:33.752081 [ 4 ] {f0cd2808-1c25-4858-aa8b-0091d82c96b4} <Debug> oximeter.measurements_bytes (0b814903-feec-43b2-8707-2b21bcd26f5c): There are no data parts
369 2024.11.04 23:54:33.753608 [ 4 ] {f0cd2808-1c25-4858-aa8b-0091d82c96b4} <Debug> TCPHandler: Processed in 0.006205828 sec.
370 2024.11.04 23:54:33.753802 [ 3 ] {} <Trace> TCP-Session: 64a6935e-e73a-42fe-bdb3-c603c849f374 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
371 2024.11.04 23:54:33.754061 [ 3 ] {c993e0d0-7482-4482-b620-932e820c2554} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40795) 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)
372 2024.11.04 23:54:33.754141 [ 3 ] {c993e0d0-7482-4482-b620-932e820c2554} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
373 2024.11.04 23:54:33.756473 [ 3 ] {c993e0d0-7482-4482-b620-932e820c2554} <Debug> oximeter.measurements_cumulativei64 (1453efc5-d424-4552-a442-906da545400f): Loading data parts
374 2024.11.04 23:54:33.756632 [ 3 ] {c993e0d0-7482-4482-b620-932e820c2554} <Debug> oximeter.measurements_cumulativei64 (1453efc5-d424-4552-a442-906da545400f): There are no data parts
375 2024.11.04 23:54:33.757894 [ 3 ] {c993e0d0-7482-4482-b620-932e820c2554} <Debug> TCPHandler: Processed in 0.004158896 sec.
376 2024.11.04 23:54:33.758080 [ 4 ] {} <Trace> TCP-Session: 4594cfe3-7f1d-4184-ac71-ff8560077dd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
377 2024.11.04 23:54:33.758366 [ 4 ] {c0991c92-9eae-479c-8508-46d290c32c7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51479) 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)
378 2024.11.04 23:54:33.758452 [ 4 ] {c0991c92-9eae-479c-8508-46d290c32c7a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
379 2024.11.04 23:54:33.762569 [ 4 ] {c0991c92-9eae-479c-8508-46d290c32c7a} <Debug> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Loading data parts
380 2024.11.04 23:54:33.762735 [ 4 ] {c0991c92-9eae-479c-8508-46d290c32c7a} <Debug> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): There are no data parts
381 2024.11.04 23:54:33.764188 [ 4 ] {c0991c92-9eae-479c-8508-46d290c32c7a} <Debug> TCPHandler: Processed in 0.006175597 sec.
382 2024.11.04 23:54:33.764385 [ 3 ] {} <Trace> TCP-Session: 64a6935e-e73a-42fe-bdb3-c603c849f374 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
383 2024.11.04 23:54:33.764647 [ 3 ] {262b6182-d7b0-4665-99aa-64694d7515d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40795) 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)
384 2024.11.04 23:54:33.764738 [ 3 ] {262b6182-d7b0-4665-99aa-64694d7515d7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
385 2024.11.04 23:54:33.767643 [ 3 ] {262b6182-d7b0-4665-99aa-64694d7515d7} <Debug> oximeter.measurements_cumulativef32 (a787c539-29c1-47aa-a452-baad7fd0c123): Loading data parts
386 2024.11.04 23:54:33.767846 [ 3 ] {262b6182-d7b0-4665-99aa-64694d7515d7} <Debug> oximeter.measurements_cumulativef32 (a787c539-29c1-47aa-a452-baad7fd0c123): There are no data parts
387 2024.11.04 23:54:33.771399 [ 3 ] {262b6182-d7b0-4665-99aa-64694d7515d7} <Debug> TCPHandler: Processed in 0.007082545 sec.
388 2024.11.04 23:54:33.771630 [ 4 ] {} <Trace> TCP-Session: 4594cfe3-7f1d-4184-ac71-ff8560077dd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
389 2024.11.04 23:54:33.771849 [ 4 ] {11b4d04b-7e4d-46b9-95e1-b1a36694e271} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51479) 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)
390 2024.11.04 23:54:33.771933 [ 4 ] {11b4d04b-7e4d-46b9-95e1-b1a36694e271} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
391 2024.11.04 23:54:33.776444 [ 4 ] {11b4d04b-7e4d-46b9-95e1-b1a36694e271} <Debug> oximeter.measurements_cumulativef64 (2f93a94d-3a02-48cf-8131-56eb781a3742): Loading data parts
392 2024.11.04 23:54:33.776609 [ 4 ] {11b4d04b-7e4d-46b9-95e1-b1a36694e271} <Debug> oximeter.measurements_cumulativef64 (2f93a94d-3a02-48cf-8131-56eb781a3742): There are no data parts
393 2024.11.04 23:54:33.779704 [ 4 ] {11b4d04b-7e4d-46b9-95e1-b1a36694e271} <Debug> TCPHandler: Processed in 0.008127256 sec.
394 2024.11.04 23:54:33.780031 [ 3 ] {} <Trace> TCP-Session: 64a6935e-e73a-42fe-bdb3-c603c849f374 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
395 2024.11.04 23:54:33.780487 [ 3 ] {6a5a8b94-1e8d-4703-9bdf-47b691e18676} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40795) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /*
396 * NOTE: Array types cannot be Nullable, see
397 * https://clickhouse.com/docs/en/sql-reference/data-types/nullable
398 * for more details.
399 *
400 * This means we need to use empty arrays to indicate a missing value. This
401 * is unfortunate, and at this point relies on the fact that an
402 * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need
403 * to figure out another way to represent missing samples here.
404 */
405 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)
406 2024.11.04 23:54:33.780571 [ 3 ] {6a5a8b94-1e8d-4703-9bdf-47b691e18676} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
407 2024.11.04 23:54:33.783385 [ 3 ] {6a5a8b94-1e8d-4703-9bdf-47b691e18676} <Debug> oximeter.measurements_histogrami8 (ddd17533-4d59-46f0-b16c-ce4083c3f303): Loading data parts
408 2024.11.04 23:54:33.783557 [ 3 ] {6a5a8b94-1e8d-4703-9bdf-47b691e18676} <Debug> oximeter.measurements_histogrami8 (ddd17533-4d59-46f0-b16c-ce4083c3f303): There are no data parts
409 2024.11.04 23:54:33.784907 [ 3 ] {6a5a8b94-1e8d-4703-9bdf-47b691e18676} <Debug> TCPHandler: Processed in 0.004993112 sec.
410 2024.11.04 23:54:33.785139 [ 4 ] {} <Trace> TCP-Session: 4594cfe3-7f1d-4184-ac71-ff8560077dd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
411 2024.11.04 23:54:33.785491 [ 4 ] {55cdf50d-590e-4db1-a578-f8ace8e54aaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51479) 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)
412 2024.11.04 23:54:33.785599 [ 4 ] {55cdf50d-590e-4db1-a578-f8ace8e54aaf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
413 2024.11.04 23:54:33.790012 [ 4 ] {55cdf50d-590e-4db1-a578-f8ace8e54aaf} <Debug> oximeter.measurements_histogramu8 (65699c58-5033-4a99-9e5f-72074f4fc511): Loading data parts
414 2024.11.04 23:54:33.790247 [ 4 ] {55cdf50d-590e-4db1-a578-f8ace8e54aaf} <Debug> oximeter.measurements_histogramu8 (65699c58-5033-4a99-9e5f-72074f4fc511): There are no data parts
415 2024.11.04 23:54:33.792097 [ 4 ] {55cdf50d-590e-4db1-a578-f8ace8e54aaf} <Debug> TCPHandler: Processed in 0.007029454 sec.
416 2024.11.04 23:54:33.792284 [ 3 ] {} <Trace> TCP-Session: 64a6935e-e73a-42fe-bdb3-c603c849f374 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
417 2024.11.04 23:54:33.792660 [ 3 ] {e40919fb-e011-411c-a64c-970286cff814} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40795) 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)
418 2024.11.04 23:54:33.792759 [ 3 ] {e40919fb-e011-411c-a64c-970286cff814} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
419 2024.11.04 23:54:33.795470 [ 3 ] {e40919fb-e011-411c-a64c-970286cff814} <Debug> oximeter.measurements_histogrami16 (d5ae961f-d019-4a95-bbb8-475de7725fe0): Loading data parts
420 2024.11.04 23:54:33.795633 [ 3 ] {e40919fb-e011-411c-a64c-970286cff814} <Debug> oximeter.measurements_histogrami16 (d5ae961f-d019-4a95-bbb8-475de7725fe0): There are no data parts
421 2024.11.04 23:54:33.796940 [ 3 ] {e40919fb-e011-411c-a64c-970286cff814} <Debug> TCPHandler: Processed in 0.004725207 sec.
422 2024.11.04 23:54:33.797159 [ 4 ] {} <Trace> TCP-Session: 4594cfe3-7f1d-4184-ac71-ff8560077dd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
423 2024.11.04 23:54:33.797512 [ 4 ] {6f208545-2146-4a43-a4e0-72e9a540f7ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51479) 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)
424 2024.11.04 23:54:33.797620 [ 4 ] {6f208545-2146-4a43-a4e0-72e9a540f7ba} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
425 2024.11.04 23:54:33.802143 [ 4 ] {6f208545-2146-4a43-a4e0-72e9a540f7ba} <Debug> oximeter.measurements_histogramu16 (3b448795-683e-4750-9ee2-4ffc03f1b7df): Loading data parts
426 2024.11.04 23:54:33.802385 [ 4 ] {6f208545-2146-4a43-a4e0-72e9a540f7ba} <Debug> oximeter.measurements_histogramu16 (3b448795-683e-4750-9ee2-4ffc03f1b7df): There are no data parts
427 2024.11.04 23:54:33.804229 [ 4 ] {6f208545-2146-4a43-a4e0-72e9a540f7ba} <Debug> TCPHandler: Processed in 0.007136466 sec.
428 2024.11.04 23:54:33.804407 [ 3 ] {} <Trace> TCP-Session: 64a6935e-e73a-42fe-bdb3-c603c849f374 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
429 2024.11.04 23:54:33.804701 [ 3 ] {c80170c8-6b48-48b0-8119-618d5e20eb7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40795) 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)
430 2024.11.04 23:54:33.804787 [ 3 ] {c80170c8-6b48-48b0-8119-618d5e20eb7f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
431 2024.11.04 23:54:33.807414 [ 3 ] {c80170c8-6b48-48b0-8119-618d5e20eb7f} <Debug> oximeter.measurements_histogrami32 (d7d47b7c-8854-45c9-8141-fbd5b36f6cd9): Loading data parts
432 2024.11.04 23:54:33.807582 [ 3 ] {c80170c8-6b48-48b0-8119-618d5e20eb7f} <Debug> oximeter.measurements_histogrami32 (d7d47b7c-8854-45c9-8141-fbd5b36f6cd9): There are no data parts
433 2024.11.04 23:54:33.808878 [ 3 ] {c80170c8-6b48-48b0-8119-618d5e20eb7f} <Debug> TCPHandler: Processed in 0.004529502 sec.
434 2024.11.04 23:54:33.809081 [ 4 ] {} <Trace> TCP-Session: 4594cfe3-7f1d-4184-ac71-ff8560077dd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
435 2024.11.04 23:54:33.809473 [ 4 ] {2796af52-da32-425b-af5c-bce185c43784} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51479) 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)
436 2024.11.04 23:54:33.809562 [ 4 ] {2796af52-da32-425b-af5c-bce185c43784} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
437 2024.11.04 23:54:33.813928 [ 4 ] {2796af52-da32-425b-af5c-bce185c43784} <Debug> oximeter.measurements_histogramu32 (c05369d5-c41c-4ff5-9075-c7e9f0c33f5d): Loading data parts
438 2024.11.04 23:54:33.814154 [ 4 ] {2796af52-da32-425b-af5c-bce185c43784} <Debug> oximeter.measurements_histogramu32 (c05369d5-c41c-4ff5-9075-c7e9f0c33f5d): There are no data parts
439 2024.11.04 23:54:33.815958 [ 4 ] {2796af52-da32-425b-af5c-bce185c43784} <Debug> TCPHandler: Processed in 0.006946203 sec.
440 2024.11.04 23:54:33.816130 [ 3 ] {} <Trace> TCP-Session: 64a6935e-e73a-42fe-bdb3-c603c849f374 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
441 2024.11.04 23:54:33.816419 [ 3 ] {da12f5b7-c52a-4b52-8f39-f0fec9da6212} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40795) 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)
442 2024.11.04 23:54:33.816498 [ 3 ] {da12f5b7-c52a-4b52-8f39-f0fec9da6212} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
443 2024.11.04 23:54:33.819081 [ 3 ] {da12f5b7-c52a-4b52-8f39-f0fec9da6212} <Debug> oximeter.measurements_histogrami64 (cc4d2adb-39f7-454e-b6be-c49cd845d516): Loading data parts
444 2024.11.04 23:54:33.819298 [ 3 ] {da12f5b7-c52a-4b52-8f39-f0fec9da6212} <Debug> oximeter.measurements_histogrami64 (cc4d2adb-39f7-454e-b6be-c49cd845d516): There are no data parts
445 2024.11.04 23:54:33.820856 [ 3 ] {da12f5b7-c52a-4b52-8f39-f0fec9da6212} <Debug> TCPHandler: Processed in 0.004782518 sec.
446 2024.11.04 23:54:33.821039 [ 4 ] {} <Trace> TCP-Session: 4594cfe3-7f1d-4184-ac71-ff8560077dd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
447 2024.11.04 23:54:33.821407 [ 4 ] {917dd38a-4922-4432-8322-cc00c8fb5a2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51479) 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)
448 2024.11.04 23:54:33.821491 [ 4 ] {917dd38a-4922-4432-8322-cc00c8fb5a2d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
449 2024.11.04 23:54:33.825777 [ 4 ] {917dd38a-4922-4432-8322-cc00c8fb5a2d} <Debug> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Loading data parts
450 2024.11.04 23:54:33.826124 [ 4 ] {917dd38a-4922-4432-8322-cc00c8fb5a2d} <Debug> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): There are no data parts
451 2024.11.04 23:54:33.827965 [ 4 ] {917dd38a-4922-4432-8322-cc00c8fb5a2d} <Debug> TCPHandler: Processed in 0.006984163 sec.
452 2024.11.04 23:54:33.828145 [ 3 ] {} <Trace> TCP-Session: 64a6935e-e73a-42fe-bdb3-c603c849f374 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
453 2024.11.04 23:54:33.828457 [ 3 ] {67c06ae3-4bfa-48c4-b2c0-03788ce5ab86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40795) 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)
454 2024.11.04 23:54:33.828555 [ 3 ] {67c06ae3-4bfa-48c4-b2c0-03788ce5ab86} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
455 2024.11.04 23:54:33.831159 [ 3 ] {67c06ae3-4bfa-48c4-b2c0-03788ce5ab86} <Debug> oximeter.measurements_histogramf32 (f385ead3-6b57-4ef7-8629-41a5d3ecee42): Loading data parts
456 2024.11.04 23:54:33.831415 [ 3 ] {67c06ae3-4bfa-48c4-b2c0-03788ce5ab86} <Debug> oximeter.measurements_histogramf32 (f385ead3-6b57-4ef7-8629-41a5d3ecee42): There are no data parts
457 2024.11.04 23:54:33.832780 [ 3 ] {67c06ae3-4bfa-48c4-b2c0-03788ce5ab86} <Debug> TCPHandler: Processed in 0.004704336 sec.
458 2024.11.04 23:54:33.832959 [ 4 ] {} <Trace> TCP-Session: 4594cfe3-7f1d-4184-ac71-ff8560077dd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
459 2024.11.04 23:54:33.833290 [ 4 ] {92996c75-a4bf-4f5b-ad32-6281d7c3cf01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51479) 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)
460 2024.11.04 23:54:33.833373 [ 4 ] {92996c75-a4bf-4f5b-ad32-6281d7c3cf01} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
461 2024.11.04 23:54:33.837628 [ 4 ] {92996c75-a4bf-4f5b-ad32-6281d7c3cf01} <Debug> oximeter.measurements_histogramf64 (22956336-5f9b-4ff0-8090-41be5f4e2f4f): Loading data parts
462 2024.11.04 23:54:33.837771 [ 4 ] {92996c75-a4bf-4f5b-ad32-6281d7c3cf01} <Debug> oximeter.measurements_histogramf64 (22956336-5f9b-4ff0-8090-41be5f4e2f4f): There are no data parts
463 2024.11.04 23:54:33.839338 [ 4 ] {92996c75-a4bf-4f5b-ad32-6281d7c3cf01} <Debug> TCPHandler: Processed in 0.006436062 sec.
464 2024.11.04 23:54:33.839543 [ 3 ] {} <Trace> TCP-Session: 64a6935e-e73a-42fe-bdb3-c603c849f374 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
465 2024.11.04 23:54:33.839800 [ 3 ] {067e0327-2535-4a84-a4c6-2dbdc8201688} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40795) /* The field tables store named dimensions of each timeseries.
466 *
467 * As with the measurement tables, there is one field table for each field data
468 * type. Fields are deduplicated by using the "replacing merge tree", though
469 * this behavior **must not** be relied upon for query correctness.
470 *
471 * The index for the fields differs from the measurements, however. Rows are
472 * sorted by timeseries name, then field name, field value, and finally
473 * timeseries key. This reflects the most common pattern for looking them up:
474 * by field name and possibly value, within a timeseries. The resulting keys are
475 * usually then used to look up measurements.
476 *
477 * NOTE: We may want to consider a secondary index on these tables, sorting by
478 * timeseries name and then key, since it would improve lookups where one
479 * already has the key. Realistically though, these tables are quite small and
480 * so performance benefits will be low in absolute terms.
481 *
482 * TTL: We use a materialized column to expire old field table records. This
483 * column is generated automatically by the database whenever a new row is
484 * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *`
485 * query. Since these tables are `ReplacingMergeTree`s, that means the last
486 * record will remain during a deduplication, which will have the last
487 * timestamp. ClickHouse will then expire old data for us, similar to the
488 * measurement tables.
489 */
490 CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( 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)
491 2024.11.04 23:54:33.839909 [ 3 ] {067e0327-2535-4a84-a4c6-2dbdc8201688} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
492 2024.11.04 23:54:33.842423 [ 3 ] {067e0327-2535-4a84-a4c6-2dbdc8201688} <Debug> oximeter.fields_bool (4a121782-ee0b-4122-874b-3088e0f32bc1): Loading data parts
493 2024.11.04 23:54:33.842597 [ 3 ] {067e0327-2535-4a84-a4c6-2dbdc8201688} <Debug> oximeter.fields_bool (4a121782-ee0b-4122-874b-3088e0f32bc1): There are no data parts
494 2024.11.04 23:54:33.843819 [ 3 ] {067e0327-2535-4a84-a4c6-2dbdc8201688} <Debug> TCPHandler: Processed in 0.004350809 sec.
495 2024.11.04 23:54:33.844017 [ 4 ] {} <Trace> TCP-Session: 4594cfe3-7f1d-4184-ac71-ff8560077dd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
496 2024.11.04 23:54:33.844312 [ 4 ] {6d8cc6ba-8e5c-4fc8-b203-eda3aef01822} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51479) 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)
497 2024.11.04 23:54:33.844370 [ 4 ] {6d8cc6ba-8e5c-4fc8-b203-eda3aef01822} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
498 2024.11.04 23:54:33.848625 [ 4 ] {6d8cc6ba-8e5c-4fc8-b203-eda3aef01822} <Debug> oximeter.fields_i8 (891f6640-7376-4502-8a5b-446f969f62fb): Loading data parts
499 2024.11.04 23:54:33.848777 [ 4 ] {6d8cc6ba-8e5c-4fc8-b203-eda3aef01822} <Debug> oximeter.fields_i8 (891f6640-7376-4502-8a5b-446f969f62fb): There are no data parts
500 2024.11.04 23:54:33.850256 [ 4 ] {6d8cc6ba-8e5c-4fc8-b203-eda3aef01822} <Debug> TCPHandler: Processed in 0.00630591 sec.
501 2024.11.04 23:54:33.850496 [ 3 ] {} <Trace> TCP-Session: 64a6935e-e73a-42fe-bdb3-c603c849f374 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
502 2024.11.04 23:54:33.850709 [ 3 ] {dd15e403-655d-470c-a9b9-9a9ffe4849df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40795) 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)
503 2024.11.04 23:54:33.850843 [ 3 ] {dd15e403-655d-470c-a9b9-9a9ffe4849df} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
504 2024.11.04 23:54:33.853204 [ 3 ] {dd15e403-655d-470c-a9b9-9a9ffe4849df} <Debug> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Loading data parts
505 2024.11.04 23:54:33.853419 [ 3 ] {dd15e403-655d-470c-a9b9-9a9ffe4849df} <Debug> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): There are no data parts
506 2024.11.04 23:54:33.854692 [ 3 ] {dd15e403-655d-470c-a9b9-9a9ffe4849df} <Debug> TCPHandler: Processed in 0.004285118 sec.
507 2024.11.04 23:54:33.854874 [ 4 ] {} <Trace> TCP-Session: 4594cfe3-7f1d-4184-ac71-ff8560077dd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
508 2024.11.04 23:54:33.855117 [ 4 ] {34ca65d4-7851-4986-8100-6e71ce2d06fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51479) 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)
509 2024.11.04 23:54:33.855166 [ 4 ] {34ca65d4-7851-4986-8100-6e71ce2d06fd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
510 2024.11.04 23:54:33.859203 [ 4 ] {34ca65d4-7851-4986-8100-6e71ce2d06fd} <Debug> oximeter.fields_i16 (a1e129f8-6539-4081-a8ed-5bbcaafdf48f): Loading data parts
511 2024.11.04 23:54:33.859341 [ 4 ] {34ca65d4-7851-4986-8100-6e71ce2d06fd} <Debug> oximeter.fields_i16 (a1e129f8-6539-4081-a8ed-5bbcaafdf48f): There are no data parts
512 2024.11.04 23:54:33.861243 [ 4 ] {34ca65d4-7851-4986-8100-6e71ce2d06fd} <Debug> TCPHandler: Processed in 0.006424262 sec.
513 2024.11.04 23:54:33.861498 [ 3 ] {} <Trace> TCP-Session: 64a6935e-e73a-42fe-bdb3-c603c849f374 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
514 2024.11.04 23:54:33.861751 [ 3 ] {67bdc914-75b8-4296-a89f-8b4605473fbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40795) 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)
515 2024.11.04 23:54:33.861852 [ 3 ] {67bdc914-75b8-4296-a89f-8b4605473fbf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
516 2024.11.04 23:54:33.864307 [ 3 ] {67bdc914-75b8-4296-a89f-8b4605473fbf} <Debug> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Loading data parts
517 2024.11.04 23:54:33.864491 [ 3 ] {67bdc914-75b8-4296-a89f-8b4605473fbf} <Debug> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): There are no data parts
518 2024.11.04 23:54:33.866278 [ 3 ] {67bdc914-75b8-4296-a89f-8b4605473fbf} <Debug> TCPHandler: Processed in 0.00484616 sec.
519 2024.11.04 23:54:33.866467 [ 4 ] {} <Trace> TCP-Session: 4594cfe3-7f1d-4184-ac71-ff8560077dd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
520 2024.11.04 23:54:33.866767 [ 4 ] {61550e4e-1393-4d59-b741-4160fe37c2b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51479) 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)
521 2024.11.04 23:54:33.866824 [ 4 ] {61550e4e-1393-4d59-b741-4160fe37c2b5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
522 2024.11.04 23:54:33.870292 [ 4 ] {61550e4e-1393-4d59-b741-4160fe37c2b5} <Debug> oximeter.fields_i32 (0c02e604-3921-4b15-a4ab-f5ff7341f7e7): Loading data parts
523 2024.11.04 23:54:33.870434 [ 4 ] {61550e4e-1393-4d59-b741-4160fe37c2b5} <Debug> oximeter.fields_i32 (0c02e604-3921-4b15-a4ab-f5ff7341f7e7): There are no data parts
524 2024.11.04 23:54:33.874121 [ 4 ] {61550e4e-1393-4d59-b741-4160fe37c2b5} <Debug> TCPHandler: Processed in 0.007718669 sec.
525 2024.11.04 23:54:33.874548 [ 3 ] {} <Trace> TCP-Session: 64a6935e-e73a-42fe-bdb3-c603c849f374 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
526 2024.11.04 23:54:33.874867 [ 3 ] {4f9d96f9-c50e-4a98-9df3-88c8567552be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40795) 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)
527 2024.11.04 23:54:33.874961 [ 3 ] {4f9d96f9-c50e-4a98-9df3-88c8567552be} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
528 2024.11.04 23:54:33.877049 [ 3 ] {4f9d96f9-c50e-4a98-9df3-88c8567552be} <Debug> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Loading data parts
529 2024.11.04 23:54:33.877324 [ 3 ] {4f9d96f9-c50e-4a98-9df3-88c8567552be} <Debug> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): There are no data parts
530 2024.11.04 23:54:33.879016 [ 3 ] {4f9d96f9-c50e-4a98-9df3-88c8567552be} <Debug> TCPHandler: Processed in 0.004600884 sec.
531 2024.11.04 23:54:33.879200 [ 4 ] {} <Trace> TCP-Session: 4594cfe3-7f1d-4184-ac71-ff8560077dd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
532 2024.11.04 23:54:33.879483 [ 4 ] {2fbe9d53-57a0-4ada-8001-d800ff8658ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51479) 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)
533 2024.11.04 23:54:33.879559 [ 4 ] {2fbe9d53-57a0-4ada-8001-d800ff8658ae} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
534 2024.11.04 23:54:33.881526 [ 4 ] {2fbe9d53-57a0-4ada-8001-d800ff8658ae} <Debug> oximeter.fields_i64 (c88bf2aa-dd1f-47bd-90ba-83db47bc2191): Loading data parts
535 2024.11.04 23:54:33.881715 [ 4 ] {2fbe9d53-57a0-4ada-8001-d800ff8658ae} <Debug> oximeter.fields_i64 (c88bf2aa-dd1f-47bd-90ba-83db47bc2191): There are no data parts
536 2024.11.04 23:54:33.885250 [ 4 ] {2fbe9d53-57a0-4ada-8001-d800ff8658ae} <Debug> TCPHandler: Processed in 0.006104195 sec.
537 2024.11.04 23:54:33.885540 [ 3 ] {} <Trace> TCP-Session: 64a6935e-e73a-42fe-bdb3-c603c849f374 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
538 2024.11.04 23:54:33.885933 [ 3 ] {1742afa2-5ce9-46a9-88f4-53b7ae8fcc46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40795) 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)
539 2024.11.04 23:54:33.886073 [ 3 ] {1742afa2-5ce9-46a9-88f4-53b7ae8fcc46} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
540 2024.11.04 23:54:33.888313 [ 3 ] {1742afa2-5ce9-46a9-88f4-53b7ae8fcc46} <Debug> oximeter.fields_u64 (c0af4359-3fdf-4ecb-8a3e-e4792550b0a0): Loading data parts
541 2024.11.04 23:54:33.888531 [ 3 ] {1742afa2-5ce9-46a9-88f4-53b7ae8fcc46} <Debug> oximeter.fields_u64 (c0af4359-3fdf-4ecb-8a3e-e4792550b0a0): There are no data parts
542 2024.11.04 23:54:33.890232 [ 3 ] {1742afa2-5ce9-46a9-88f4-53b7ae8fcc46} <Debug> TCPHandler: Processed in 0.004801509 sec.
543 2024.11.04 23:54:33.890434 [ 4 ] {} <Trace> TCP-Session: 4594cfe3-7f1d-4184-ac71-ff8560077dd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
544 2024.11.04 23:54:33.890714 [ 4 ] {7fd32af8-d7ed-492f-8062-67011c477f13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51479) 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)
545 2024.11.04 23:54:33.890780 [ 4 ] {7fd32af8-d7ed-492f-8062-67011c477f13} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
546 2024.11.04 23:54:33.892869 [ 4 ] {7fd32af8-d7ed-492f-8062-67011c477f13} <Debug> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d): Loading data parts
547 2024.11.04 23:54:33.893008 [ 4 ] {7fd32af8-d7ed-492f-8062-67011c477f13} <Debug> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d): There are no data parts
548 2024.11.04 23:54:33.896638 [ 4 ] {7fd32af8-d7ed-492f-8062-67011c477f13} <Debug> TCPHandler: Processed in 0.006268119 sec.
549 2024.11.04 23:54:33.896864 [ 3 ] {} <Trace> TCP-Session: 64a6935e-e73a-42fe-bdb3-c603c849f374 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
550 2024.11.04 23:54:33.897068 [ 3 ] {a922fb0f-8e2a-40a1-a924-601440e8e473} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40795) 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)
551 2024.11.04 23:54:33.897153 [ 3 ] {a922fb0f-8e2a-40a1-a924-601440e8e473} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
552 2024.11.04 23:54:33.899203 [ 3 ] {a922fb0f-8e2a-40a1-a924-601440e8e473} <Debug> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Loading data parts
553 2024.11.04 23:54:33.899402 [ 3 ] {a922fb0f-8e2a-40a1-a924-601440e8e473} <Debug> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): There are no data parts
554 2024.11.04 23:54:33.901114 [ 3 ] {a922fb0f-8e2a-40a1-a924-601440e8e473} <Debug> TCPHandler: Processed in 0.004305209 sec.
555 2024.11.04 23:54:33.901318 [ 4 ] {} <Trace> TCP-Session: 4594cfe3-7f1d-4184-ac71-ff8560077dd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
556 2024.11.04 23:54:33.901774 [ 4 ] {42d554c0-205c-4e4f-bb96-c6d22db3b537} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51479) 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)
557 2024.11.04 23:54:33.901896 [ 4 ] {42d554c0-205c-4e4f-bb96-c6d22db3b537} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
558 2024.11.04 23:54:33.903931 [ 4 ] {42d554c0-205c-4e4f-bb96-c6d22db3b537} <Debug> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Loading data parts
559 2024.11.04 23:54:33.904067 [ 4 ] {42d554c0-205c-4e4f-bb96-c6d22db3b537} <Debug> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): There are no data parts
560 2024.11.04 23:54:33.907472 [ 4 ] {42d554c0-205c-4e4f-bb96-c6d22db3b537} <Debug> TCPHandler: Processed in 0.006242769 sec.
561 2024.11.04 23:54:33.907686 [ 3 ] {} <Trace> TCP-Session: 64a6935e-e73a-42fe-bdb3-c603c849f374 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
562 2024.11.04 23:54:33.908022 [ 3 ] {393f3b15-cb45-4628-a7ae-17d8f5887c40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40795) /* The timeseries schema table stores the extracted schema for the samples
563 * oximeter collects.
564 */
565 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)
566 2024.11.04 23:54:33.908162 [ 3 ] {393f3b15-cb45-4628-a7ae-17d8f5887c40} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
567 2024.11.04 23:54:33.910198 [ 3 ] {393f3b15-cb45-4628-a7ae-17d8f5887c40} <Debug> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701): Loading data parts
568 2024.11.04 23:54:33.910390 [ 3 ] {393f3b15-cb45-4628-a7ae-17d8f5887c40} <Debug> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701): There are no data parts
569 2024.11.04 23:54:33.912247 [ 3 ] {393f3b15-cb45-4628-a7ae-17d8f5887c40} <Debug> TCPHandler: Processed in 0.004626566 sec.
570 2024.11.04 23:54:33.912523 [ 4 ] {} <Trace> TCP-Session: 4594cfe3-7f1d-4184-ac71-ff8560077dd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
571 2024.11.04 23:54:33.912740 [ 4 ] {8d79e424-7f48-48da-9468-06d28a7ad01c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51479) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
572 2024.11.04 23:54:33.914057 [ 4 ] {8d79e424-7f48-48da-9468-06d28a7ad01c} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
573 2024.11.04 23:54:33.922600 [ 256 ] {8d79e424-7f48-48da-9468-06d28a7ad01c} <Trace> oximeter.version (919412d2-6952-49f3-a7c8-dc3911cdf1ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
574 2024.11.04 23:54:33.922642 [ 256 ] {8d79e424-7f48-48da-9468-06d28a7ad01c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
575 2024.11.04 23:54:33.927477 [ 256 ] {8d79e424-7f48-48da-9468-06d28a7ad01c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
576 2024.11.04 23:54:33.928595 [ 256 ] {8d79e424-7f48-48da-9468-06d28a7ad01c} <Trace> oximeter.version (919412d2-6952-49f3-a7c8-dc3911cdf1ae): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
577 2024.11.04 23:54:33.928880 [ 4 ] {8d79e424-7f48-48da-9468-06d28a7ad01c} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.016231 sec., 61.610498428932296 rows/sec., 985.77 B/sec.
578 2024.11.04 23:54:33.929165 [ 4 ] {8d79e424-7f48-48da-9468-06d28a7ad01c} <Debug> TCPHandler: Processed in 0.016736254 sec.
579 2024.11.04 23:54:34.000155 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 124.68 MiB, peak 124.68 MiB, free memory in arenas 0.00 B, will set to 138.16 MiB (RSS), difference: 13.49 MiB
580 2024.11.04 23:54:39.135658 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42495
581 2024.11.04 23:54:39.135797 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
582 2024.11.04 23:54:39.135992 [ 258 ] {} <Debug> TCP-Session: d5832f03-8d18-45d3-8945-986f249f71d2 Authenticating user 'default' from [fd00:1122:3344:101::b]:42495
583 2024.11.04 23:54:39.136028 [ 258 ] {} <Debug> TCP-Session: d5832f03-8d18-45d3-8945-986f249f71d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
584 2024.11.04 23:54:39.136046 [ 258 ] {} <Debug> TCP-Session: d5832f03-8d18-45d3-8945-986f249f71d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
585 2024.11.04 23:54:39.136177 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
586 2024.11.04 23:54:39.136210 [ 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
587 2024.11.04 23:54:39.136300 [ 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
588 2024.11.04 23:54:39.137394 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61093
589 2024.11.04 23:54:39.137396 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44583
590 2024.11.04 23:54:39.137543 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52995
591 2024.11.04 23:54:39.137568 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55668
592 2024.11.04 23:54:39.137880 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46894
593 2024.11.04 23:54:39.137936 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
594 2024.11.04 23:54:39.137960 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
595 2024.11.04 23:54:39.137942 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
596 2024.11.04 23:54:39.138005 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:65083
597 2024.11.04 23:54:39.138166 [ 259 ] {} <Debug> TCP-Session: 0ce0d126-5d5b-44aa-ad50-087ca43139a0 Authenticating user 'default' from [fd00:1122:3344:101::b]:44583
598 2024.11.04 23:54:39.138168 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
599 2024.11.04 23:54:39.138175 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46242
600 2024.11.04 23:54:39.138395 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
601 2024.11.04 23:54:39.138537 [ 260 ] {} <Debug> TCP-Session: ec18aa6f-68c1-4096-bce7-adf34b94edbf Authenticating user 'default' from [fd00:1122:3344:101::b]:61093
602 2024.11.04 23:54:39.138564 [ 262 ] {} <Debug> TCP-Session: 35a4c4de-fdaa-448a-8a02-876beed0a1ae Authenticating user 'default' from [fd00:1122:3344:101::b]:52995
603 2024.11.04 23:54:39.138582 [ 261 ] {} <Debug> TCP-Session: 8783f380-2628-408f-a3d7-37ee3a6c82a0 Authenticating user 'default' from [fd00:1122:3344:101::b]:55668
604 2024.11.04 23:54:39.138642 [ 262 ] {} <Debug> TCP-Session: 35a4c4de-fdaa-448a-8a02-876beed0a1ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
605 2024.11.04 23:54:39.138628 [ 263 ] {} <Debug> TCP-Session: 1ae612ec-a148-40ab-8a37-08997622943c Authenticating user 'default' from [fd00:1122:3344:101::b]:46894
606 2024.11.04 23:54:39.138661 [ 260 ] {} <Debug> TCP-Session: ec18aa6f-68c1-4096-bce7-adf34b94edbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
607 2024.11.04 23:54:39.138743 [ 262 ] {} <Debug> TCP-Session: 35a4c4de-fdaa-448a-8a02-876beed0a1ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
608 2024.11.04 23:54:39.138734 [ 263 ] {} <Debug> TCP-Session: 1ae612ec-a148-40ab-8a37-08997622943c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
609 2024.11.04 23:54:39.138725 [ 261 ] {} <Debug> TCP-Session: 8783f380-2628-408f-a3d7-37ee3a6c82a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
610 2024.11.04 23:54:39.138832 [ 260 ] {} <Debug> TCP-Session: ec18aa6f-68c1-4096-bce7-adf34b94edbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
611 2024.11.04 23:54:39.138848 [ 263 ] {} <Debug> TCP-Session: 1ae612ec-a148-40ab-8a37-08997622943c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
612 2024.11.04 23:54:39.138596 [ 259 ] {} <Debug> TCP-Session: 0ce0d126-5d5b-44aa-ad50-087ca43139a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
613 2024.11.04 23:54:39.138907 [ 261 ] {} <Debug> TCP-Session: 8783f380-2628-408f-a3d7-37ee3a6c82a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
614 2024.11.04 23:54:39.139067 [ 259 ] {} <Debug> TCP-Session: 0ce0d126-5d5b-44aa-ad50-087ca43139a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
615 2024.11.04 23:54:39.146919 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
616 2024.11.04 23:54:39.147050 [ 265 ] {} <Debug> TCP-Session: c711e70f-1735-455b-a735-75ee3a8e1c24 Authenticating user 'default' from [fd00:1122:3344:101::b]:46242
617 2024.11.04 23:54:39.147070 [ 265 ] {} <Debug> TCP-Session: c711e70f-1735-455b-a735-75ee3a8e1c24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
618 2024.11.04 23:54:39.147083 [ 265 ] {} <Debug> TCP-Session: c711e70f-1735-455b-a735-75ee3a8e1c24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
619 2024.11.04 23:54:39.147468 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
620 2024.11.04 23:54:39.147504 [ 264 ] {} <Debug> TCP-Session: 22a1d3bf-381a-4dc7-baa4-a767aaa38216 Authenticating user 'default' from [fd00:1122:3344:101::b]:65083
621 2024.11.04 23:54:39.147522 [ 264 ] {} <Debug> TCP-Session: 22a1d3bf-381a-4dc7-baa4-a767aaa38216 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
622 2024.11.04 23:54:39.147612 [ 264 ] {} <Debug> TCP-Session: 22a1d3bf-381a-4dc7-baa4-a767aaa38216 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
623 2024.11.04 23:54:39.184722 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:56487
624 2024.11.04 23:54:39.184846 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
625 2024.11.04 23:54:39.184891 [ 266 ] {} <Debug> TCP-Session: 5b12d399-f7c9-4f8f-8e8e-558abda01f00 Authenticating user 'default' from [fd00:1122:3344:101::c]:56487
626 2024.11.04 23:54:39.185009 [ 266 ] {} <Debug> TCP-Session: 5b12d399-f7c9-4f8f-8e8e-558abda01f00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
627 2024.11.04 23:54:39.185024 [ 266 ] {} <Debug> TCP-Session: 5b12d399-f7c9-4f8f-8e8e-558abda01f00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
628 2024.11.04 23:54:39.185073 [ 266 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
629 2024.11.04 23:54:39.185170 [ 266 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
630 2024.11.04 23:54:39.185190 [ 266 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
631 2024.11.04 23:54:39.186950 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45757
632 2024.11.04 23:54:39.187096 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:41747
633 2024.11.04 23:54:39.187184 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
634 2024.11.04 23:54:39.187195 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38543
635 2024.11.04 23:54:39.187264 [ 267 ] {} <Debug> TCP-Session: 7d541fc9-19c2-4af3-a2f3-723750d59256 Authenticating user 'default' from [fd00:1122:3344:101::c]:45757
636 2024.11.04 23:54:39.187419 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
637 2024.11.04 23:54:39.187317 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51892
638 2024.11.04 23:54:39.187542 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42919
639 2024.11.04 23:54:39.187580 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
640 2024.11.04 23:54:39.187593 [ 267 ] {} <Debug> TCP-Session: 7d541fc9-19c2-4af3-a2f3-723750d59256 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
641 2024.11.04 23:54:39.187770 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36154
642 2024.11.04 23:54:39.187785 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
643 2024.11.04 23:54:39.187638 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:44977
644 2024.11.04 23:54:39.187803 [ 269 ] {} <Debug> TCP-Session: e03e31af-33b4-4c83-a265-d73436b57f15 Authenticating user 'default' from [fd00:1122:3344:101::c]:38543
645 2024.11.04 23:54:39.187976 [ 267 ] {} <Debug> TCP-Session: 7d541fc9-19c2-4af3-a2f3-723750d59256 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
646 2024.11.04 23:54:39.188149 [ 269 ] {} <Debug> TCP-Session: e03e31af-33b4-4c83-a265-d73436b57f15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
647 2024.11.04 23:54:39.187998 [ 270 ] {} <Debug> TCP-Session: 20820b88-b943-45c5-999f-85a70042c5aa Authenticating user 'default' from [fd00:1122:3344:101::c]:51892
648 2024.11.04 23:54:39.188145 [ 268 ] {} <Debug> TCP-Session: 0beee387-d6d1-41af-bf6b-0938f84f5b57 Authenticating user 'default' from [fd00:1122:3344:101::c]:41747
649 2024.11.04 23:54:39.188384 [ 268 ] {} <Debug> TCP-Session: 0beee387-d6d1-41af-bf6b-0938f84f5b57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
650 2024.11.04 23:54:39.188435 [ 270 ] {} <Debug> TCP-Session: 20820b88-b943-45c5-999f-85a70042c5aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
651 2024.11.04 23:54:39.188415 [ 269 ] {} <Debug> TCP-Session: e03e31af-33b4-4c83-a265-d73436b57f15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
652 2024.11.04 23:54:39.188562 [ 268 ] {} <Debug> TCP-Session: 0beee387-d6d1-41af-bf6b-0938f84f5b57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
653 2024.11.04 23:54:39.188604 [ 270 ] {} <Debug> TCP-Session: 20820b88-b943-45c5-999f-85a70042c5aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
654 2024.11.04 23:54:39.193884 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
655 2024.11.04 23:54:39.193932 [ 271 ] {} <Debug> TCP-Session: cbea3176-56e0-4438-90dd-ff2cdf96e6c9 Authenticating user 'default' from [fd00:1122:3344:101::c]:42919
656 2024.11.04 23:54:39.194021 [ 271 ] {} <Debug> TCP-Session: cbea3176-56e0-4438-90dd-ff2cdf96e6c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
657 2024.11.04 23:54:39.194085 [ 271 ] {} <Debug> TCP-Session: cbea3176-56e0-4438-90dd-ff2cdf96e6c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
658 2024.11.04 23:54:39.196517 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
659 2024.11.04 23:54:39.196559 [ 273 ] {} <Debug> TCP-Session: 943dc8f2-7bd2-4d1e-9d54-e527b22bb29e Authenticating user 'default' from [fd00:1122:3344:101::c]:36154
660 2024.11.04 23:54:39.196670 [ 273 ] {} <Debug> TCP-Session: 943dc8f2-7bd2-4d1e-9d54-e527b22bb29e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
661 2024.11.04 23:54:39.196689 [ 273 ] {} <Debug> TCP-Session: 943dc8f2-7bd2-4d1e-9d54-e527b22bb29e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
662 2024.11.04 23:54:39.197085 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
663 2024.11.04 23:54:39.197230 [ 272 ] {} <Debug> TCP-Session: 6708bf8d-9448-4ad5-9696-eba15ecd5e1e Authenticating user 'default' from [fd00:1122:3344:101::c]:44977
664 2024.11.04 23:54:39.197255 [ 272 ] {} <Debug> TCP-Session: 6708bf8d-9448-4ad5-9696-eba15ecd5e1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
665 2024.11.04 23:54:39.197272 [ 272 ] {} <Debug> TCP-Session: 6708bf8d-9448-4ad5-9696-eba15ecd5e1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
666 2024.11.04 23:54:39.321948 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50184
667 2024.11.04 23:54:39.322120 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
668 2024.11.04 23:54:39.322150 [ 274 ] {} <Debug> TCP-Session: 480d0a7c-8450-48c0-af68-2cc4deaa5728 Authenticating user 'default' from [fd00:1122:3344:101::a]:50184
669 2024.11.04 23:54:39.322337 [ 274 ] {} <Debug> TCP-Session: 480d0a7c-8450-48c0-af68-2cc4deaa5728 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
670 2024.11.04 23:54:39.322361 [ 274 ] {} <Debug> TCP-Session: 480d0a7c-8450-48c0-af68-2cc4deaa5728 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
671 2024.11.04 23:54:39.322443 [ 274 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
672 2024.11.04 23:54:39.322576 [ 274 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
673 2024.11.04 23:54:39.322604 [ 274 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
674 2024.11.04 23:54:39.323933 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48855
675 2024.11.04 23:54:39.324013 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45620
676 2024.11.04 23:54:39.324189 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55262
677 2024.11.04 23:54:39.324397 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
678 2024.11.04 23:54:39.324398 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
679 2024.11.04 23:54:39.324488 [ 276 ] {} <Debug> TCP-Session: 570a7558-2e27-43d1-acd7-e95394a8ad8e Authenticating user 'default' from [fd00:1122:3344:101::a]:45620
680 2024.11.04 23:54:39.324572 [ 275 ] {} <Debug> TCP-Session: c45a5086-3080-4654-9eee-74802535d1e1 Authenticating user 'default' from [fd00:1122:3344:101::a]:48855
681 2024.11.04 23:54:39.324707 [ 276 ] {} <Debug> TCP-Session: 570a7558-2e27-43d1-acd7-e95394a8ad8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
682 2024.11.04 23:54:39.324718 [ 275 ] {} <Debug> TCP-Session: c45a5086-3080-4654-9eee-74802535d1e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
683 2024.11.04 23:54:39.324746 [ 276 ] {} <Debug> TCP-Session: 570a7558-2e27-43d1-acd7-e95394a8ad8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
684 2024.11.04 23:54:39.324856 [ 275 ] {} <Debug> TCP-Session: c45a5086-3080-4654-9eee-74802535d1e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
685 2024.11.04 23:54:39.329876 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51011
686 2024.11.04 23:54:39.330010 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
687 2024.11.04 23:54:39.330129 [ 278 ] {} <Debug> TCP-Session: b65b3510-cae6-48d0-8abb-0dd942af066f Authenticating user 'default' from [fd00:1122:3344:101::a]:51011
688 2024.11.04 23:54:39.330152 [ 278 ] {} <Debug> TCP-Session: b65b3510-cae6-48d0-8abb-0dd942af066f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
689 2024.11.04 23:54:39.330171 [ 278 ] {} <Debug> TCP-Session: b65b3510-cae6-48d0-8abb-0dd942af066f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
690 2024.11.04 23:54:39.362826 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
691 2024.11.04 23:54:39.362885 [ 277 ] {} <Debug> TCP-Session: 530bc695-0b11-4ae4-a638-2fd6be53a525 Authenticating user 'default' from [fd00:1122:3344:101::a]:55262
692 2024.11.04 23:54:39.362917 [ 277 ] {} <Debug> TCP-Session: 530bc695-0b11-4ae4-a638-2fd6be53a525 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
693 2024.11.04 23:54:39.363147 [ 277 ] {} <Debug> TCP-Session: 530bc695-0b11-4ae4-a638-2fd6be53a525 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
694 2024.11.04 23:54:39.363803 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39941
695 2024.11.04 23:54:39.364001 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
696 2024.11.04 23:54:39.364196 [ 279 ] {} <Debug> TCP-Session: 8238f6fb-4a93-4571-a29b-86102660b68c Authenticating user 'default' from [fd00:1122:3344:101::a]:39941
697 2024.11.04 23:54:39.364283 [ 279 ] {} <Debug> TCP-Session: 8238f6fb-4a93-4571-a29b-86102660b68c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
698 2024.11.04 23:54:39.364306 [ 279 ] {} <Debug> TCP-Session: 8238f6fb-4a93-4571-a29b-86102660b68c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
699 2024.11.04 23:54:39.394566 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36277
700 2024.11.04 23:54:39.394844 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
701 2024.11.04 23:54:39.394884 [ 280 ] {} <Debug> TCP-Session: 6025b18a-457b-4920-a9d5-f22ae301186b Authenticating user 'default' from [fd00:1122:3344:101::a]:36277
702 2024.11.04 23:54:39.394912 [ 280 ] {} <Debug> TCP-Session: 6025b18a-457b-4920-a9d5-f22ae301186b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
703 2024.11.04 23:54:39.395059 [ 280 ] {} <Debug> TCP-Session: 6025b18a-457b-4920-a9d5-f22ae301186b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
704 2024.11.04 23:54:39.396702 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57730
705 2024.11.04 23:54:39.396936 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
706 2024.11.04 23:54:39.397169 [ 281 ] {} <Debug> TCP-Session: ad44d371-c9f9-4617-a629-192dbc09d930 Authenticating user 'default' from [fd00:1122:3344:101::a]:57730
707 2024.11.04 23:54:39.397201 [ 281 ] {} <Debug> TCP-Session: ad44d371-c9f9-4617-a629-192dbc09d930 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
708 2024.11.04 23:54:39.397220 [ 281 ] {} <Debug> TCP-Session: ad44d371-c9f9-4617-a629-192dbc09d930 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
709 2024.11.04 23:54:40.000240 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 138.48 MiB, peak 138.48 MiB, free memory in arenas 0.00 B, will set to 139.82 MiB (RSS), difference: 1.34 MiB
710 2024.11.04 23:54:40.443297 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90
711 2024.11.04 23:54:40.443425 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
712 2024.11.04 23:54:40.451991 [ 242 ] {} <Debug> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Loading data parts
713 2024.11.04 23:54:40.452386 [ 242 ] {} <Debug> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): There are no data parts
714 2024.11.04 23:54:40.459869 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
715 2024.11.04 23:54:40.459908 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
716 2024.11.04 23:54:40.462872 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
717 2024.11.04 23:54:40.464270 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
718 2024.11.04 23:54:40.464759 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90
719 2024.11.04 23:54:41.000170 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 144.00 MiB, peak 144.00 MiB, free memory in arenas 0.00 B, will set to 141.97 MiB (RSS), difference: -2.03 MiB
720 2024.11.04 23:54:45.415075 [ 122 ] {} <Debug> DNSResolver: Updating DNS cache
721 2024.11.04 23:54:45.415145 [ 122 ] {} <Debug> DNSResolver: Updated DNS cache
722 2024.11.04 23:54:51.000167 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 138.04 MiB, peak 144.00 MiB, free memory in arenas 0.00 B, will set to 142.05 MiB (RSS), difference: 4.01 MiB
723 2024.11.04 23:54:51.029539 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63779, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
724 2024.11.04 23:54:51.229194 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34488, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
725 2024.11.04 23:54:51.246662 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56693, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
726 2024.11.04 23:54:51.256252 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57654, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
727 2024.11.04 23:54:51.256258 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48718, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
728 2024.11.04 23:54:51.376847 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49163, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
729 2024.11.04 23:54:51.380171 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36583, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
730 2024.11.04 23:54:51.393651 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65057, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
731 2024.11.04 23:54:57.130793 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45577, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
732 2024.11.04 23:54:57.133034 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
733 2024.11.04 23:54:57.133069 [ 284 ] {} <Debug> HTTP-Session: da967e7b-e75b-49b5-ad2a-cb8600d3a365 Authenticating user 'default' from [fd00:1122:3344:101::d]:45577
734 2024.11.04 23:54:57.133093 [ 284 ] {} <Debug> HTTP-Session: da967e7b-e75b-49b5-ad2a-cb8600d3a365 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
735 2024.11.04 23:54:57.133201 [ 284 ] {} <Debug> HTTP-Session: da967e7b-e75b-49b5-ad2a-cb8600d3a365 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
736 2024.11.04 23:54:57.133279 [ 284 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
737 2024.11.04 23:54:57.133332 [ 284 ] {} <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
738 2024.11.04 23:54:57.133468 [ 284 ] {} <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
739 2024.11.04 23:54:57.133608 [ 284 ] {} <Trace> HTTP-Session: da967e7b-e75b-49b5-ad2a-cb8600d3a365 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
740 2024.11.04 23:54:57.136342 [ 284 ] {d05bb3a4-43d9-421a-bde7-630e857ae3fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45577) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete)
741 2024.11.04 23:54:57.142688 [ 284 ] {d05bb3a4-43d9-421a-bde7-630e857ae3fc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
742 2024.11.04 23:54:57.151172 [ 284 ] {d05bb3a4-43d9-421a-bde7-630e857ae3fc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
743 2024.11.04 23:54:57.169708 [ 284 ] {d05bb3a4-43d9-421a-bde7-630e857ae3fc} <Debug> DynamicQueryHandler: Done processing query
744 2024.11.04 23:54:57.169779 [ 284 ] {d05bb3a4-43d9-421a-bde7-630e857ae3fc} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
745 2024.11.04 23:54:57.169799 [ 284 ] {} <Debug> HTTP-Session: da967e7b-e75b-49b5-ad2a-cb8600d3a365 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
746 2024.11.04 23:54:57.198743 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45577, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
747 2024.11.04 23:54:57.198926 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58894, User-Agent: (none), Length: 132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
748 2024.11.04 23:54:57.200332 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
749 2024.11.04 23:54:57.200370 [ 287 ] {} <Debug> HTTP-Session: 623b521e-ea95-4dea-aa46-f052e3e90b18 Authenticating user 'default' from [fd00:1122:3344:101::d]:58894
750 2024.11.04 23:54:57.200905 [ 287 ] {} <Debug> HTTP-Session: 623b521e-ea95-4dea-aa46-f052e3e90b18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
751 2024.11.04 23:54:57.200925 [ 287 ] {} <Debug> HTTP-Session: 623b521e-ea95-4dea-aa46-f052e3e90b18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
752 2024.11.04 23:54:57.200980 [ 287 ] {} <Trace> HTTP-Session: 623b521e-ea95-4dea-aa46-f052e3e90b18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
753 2024.11.04 23:54:57.201221 [ 287 ] {d7134d71-c1a4-4300-8006-1c233b9c29d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58894) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete)
754 2024.11.04 23:54:57.223600 [ 287 ] {d7134d71-c1a4-4300-8006-1c233b9c29d6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
755 2024.11.04 23:54:57.223704 [ 287 ] {d7134d71-c1a4-4300-8006-1c233b9c29d6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
756 2024.11.04 23:54:57.224938 [ 287 ] {d7134d71-c1a4-4300-8006-1c233b9c29d6} <Debug> DynamicQueryHandler: Done processing query
757 2024.11.04 23:54:57.224969 [ 287 ] {d7134d71-c1a4-4300-8006-1c233b9c29d6} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
758 2024.11.04 23:54:57.224987 [ 287 ] {} <Debug> HTTP-Session: 623b521e-ea95-4dea-aa46-f052e3e90b18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
759 2024.11.04 23:54:57.227703 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58894, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
760 2024.11.04 23:54:57.227812 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55078, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
761 2024.11.04 23:54:57.227899 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
762 2024.11.04 23:54:57.227926 [ 284 ] {} <Debug> HTTP-Session: afb4f3a0-77d8-4301-b196-b608d05d212f Authenticating user 'default' from [fd00:1122:3344:101::d]:55078
763 2024.11.04 23:54:57.227948 [ 284 ] {} <Debug> HTTP-Session: afb4f3a0-77d8-4301-b196-b608d05d212f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
764 2024.11.04 23:54:57.227966 [ 284 ] {} <Debug> HTTP-Session: afb4f3a0-77d8-4301-b196-b608d05d212f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
765 2024.11.04 23:54:57.228015 [ 284 ] {} <Trace> HTTP-Session: afb4f3a0-77d8-4301-b196-b608d05d212f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
766 2024.11.04 23:54:57.228186 [ 284 ] {1f6041e2-e152-4f09-937c-b3ca7e9ccdce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55078) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete)
767 2024.11.04 23:54:57.230587 [ 284 ] {1f6041e2-e152-4f09-937c-b3ca7e9ccdce} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
768 2024.11.04 23:54:57.230647 [ 284 ] {1f6041e2-e152-4f09-937c-b3ca7e9ccdce} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
769 2024.11.04 23:54:57.231746 [ 284 ] {1f6041e2-e152-4f09-937c-b3ca7e9ccdce} <Debug> DynamicQueryHandler: Done processing query
770 2024.11.04 23:54:57.231773 [ 284 ] {1f6041e2-e152-4f09-937c-b3ca7e9ccdce} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
771 2024.11.04 23:54:57.231790 [ 284 ] {} <Debug> HTTP-Session: afb4f3a0-77d8-4301-b196-b608d05d212f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
772 2024.11.04 23:54:57.232076 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55078, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
773 2024.11.04 23:54:57.232165 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50060, User-Agent: (none), Length: 207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
774 2024.11.04 23:54:57.232246 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
775 2024.11.04 23:54:57.232269 [ 287 ] {} <Debug> HTTP-Session: e7537f91-a7da-4084-8e92-0a77753d10db Authenticating user 'default' from [fd00:1122:3344:101::d]:50060
776 2024.11.04 23:54:57.232288 [ 287 ] {} <Debug> HTTP-Session: e7537f91-a7da-4084-8e92-0a77753d10db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
777 2024.11.04 23:54:57.232302 [ 287 ] {} <Debug> HTTP-Session: e7537f91-a7da-4084-8e92-0a77753d10db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
778 2024.11.04 23:54:57.232346 [ 287 ] {} <Trace> HTTP-Session: e7537f91-a7da-4084-8e92-0a77753d10db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
779 2024.11.04 23:54:57.232585 [ 287 ] {2dc9e423-fd52-4344-9796-18bd853276f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete)
780 2024.11.04 23:54:57.232979 [ 287 ] {2dc9e423-fd52-4344-9796-18bd853276f1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
781 2024.11.04 23:54:57.233036 [ 287 ] {2dc9e423-fd52-4344-9796-18bd853276f1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
782 2024.11.04 23:54:57.234061 [ 287 ] {2dc9e423-fd52-4344-9796-18bd853276f1} <Debug> DynamicQueryHandler: Done processing query
783 2024.11.04 23:54:57.234088 [ 287 ] {2dc9e423-fd52-4344-9796-18bd853276f1} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
784 2024.11.04 23:54:57.234106 [ 287 ] {} <Debug> HTTP-Session: e7537f91-a7da-4084-8e92-0a77753d10db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
785 2024.11.04 23:54:57.235293 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50060, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
786 2024.11.04 23:54:57.235356 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50319, User-Agent: (none), Length: 259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
787 2024.11.04 23:54:57.235445 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
788 2024.11.04 23:54:57.235472 [ 284 ] {} <Debug> HTTP-Session: 6b9e6dbb-e76f-4aa7-9c56-5109729dcf5a Authenticating user 'default' from [fd00:1122:3344:101::d]:50319
789 2024.11.04 23:54:57.235494 [ 284 ] {} <Debug> HTTP-Session: 6b9e6dbb-e76f-4aa7-9c56-5109729dcf5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
790 2024.11.04 23:54:57.235511 [ 284 ] {} <Debug> HTTP-Session: 6b9e6dbb-e76f-4aa7-9c56-5109729dcf5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
791 2024.11.04 23:54:57.235556 [ 284 ] {} <Trace> HTTP-Session: 6b9e6dbb-e76f-4aa7-9c56-5109729dcf5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
792 2024.11.04 23:54:57.235715 [ 284 ] {c637f3fa-822a-4abe-af62-80b53d958c29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50319) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete)
793 2024.11.04 23:54:57.236146 [ 284 ] {c637f3fa-822a-4abe-af62-80b53d958c29} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
794 2024.11.04 23:54:57.236204 [ 284 ] {c637f3fa-822a-4abe-af62-80b53d958c29} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
795 2024.11.04 23:54:57.237216 [ 284 ] {c637f3fa-822a-4abe-af62-80b53d958c29} <Debug> DynamicQueryHandler: Done processing query
796 2024.11.04 23:54:57.237242 [ 284 ] {c637f3fa-822a-4abe-af62-80b53d958c29} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
797 2024.11.04 23:54:57.237259 [ 284 ] {} <Debug> HTTP-Session: 6b9e6dbb-e76f-4aa7-9c56-5109729dcf5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
798 2024.11.04 23:54:57.237512 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50319, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
799 2024.11.04 23:54:57.237604 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60218, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
800 2024.11.04 23:54:57.237685 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
801 2024.11.04 23:54:57.237711 [ 287 ] {} <Debug> HTTP-Session: 0d0dc098-1a8e-48f1-bb7b-3215a3f8e8c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:60218
802 2024.11.04 23:54:57.237733 [ 287 ] {} <Debug> HTTP-Session: 0d0dc098-1a8e-48f1-bb7b-3215a3f8e8c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
803 2024.11.04 23:54:57.237750 [ 287 ] {} <Debug> HTTP-Session: 0d0dc098-1a8e-48f1-bb7b-3215a3f8e8c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
804 2024.11.04 23:54:57.237795 [ 287 ] {} <Trace> HTTP-Session: 0d0dc098-1a8e-48f1-bb7b-3215a3f8e8c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
805 2024.11.04 23:54:57.237967 [ 287 ] {b62dfcd9-9fc5-4871-b5e9-cb5f69b7f6f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60218) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete)
806 2024.11.04 23:54:57.238377 [ 287 ] {b62dfcd9-9fc5-4871-b5e9-cb5f69b7f6f2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
807 2024.11.04 23:54:57.238432 [ 287 ] {b62dfcd9-9fc5-4871-b5e9-cb5f69b7f6f2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
808 2024.11.04 23:54:57.239349 [ 287 ] {b62dfcd9-9fc5-4871-b5e9-cb5f69b7f6f2} <Debug> DynamicQueryHandler: Done processing query
809 2024.11.04 23:54:57.239376 [ 287 ] {b62dfcd9-9fc5-4871-b5e9-cb5f69b7f6f2} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
810 2024.11.04 23:54:57.239393 [ 287 ] {} <Debug> HTTP-Session: 0d0dc098-1a8e-48f1-bb7b-3215a3f8e8c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
811 2024.11.04 23:54:57.239646 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60218, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
812 2024.11.04 23:54:57.239728 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55091, User-Agent: (none), Length: 327, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
813 2024.11.04 23:54:57.239797 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
814 2024.11.04 23:54:57.239817 [ 284 ] {} <Debug> HTTP-Session: fdea5f47-6e7c-4704-8227-efb4be61a896 Authenticating user 'default' from [fd00:1122:3344:101::d]:55091
815 2024.11.04 23:54:57.239836 [ 284 ] {} <Debug> HTTP-Session: fdea5f47-6e7c-4704-8227-efb4be61a896 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
816 2024.11.04 23:54:57.239850 [ 284 ] {} <Debug> HTTP-Session: fdea5f47-6e7c-4704-8227-efb4be61a896 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
817 2024.11.04 23:54:57.239890 [ 284 ] {} <Trace> HTTP-Session: fdea5f47-6e7c-4704-8227-efb4be61a896 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
818 2024.11.04 23:54:57.240028 [ 284 ] {8d076b59-1f84-4d36-bed3-36c3b5e4b67f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55091) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled') FORMAT JSONEachRow; (stage: Complete)
819 2024.11.04 23:54:57.240396 [ 284 ] {8d076b59-1f84-4d36-bed3-36c3b5e4b67f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
820 2024.11.04 23:54:57.240451 [ 284 ] {8d076b59-1f84-4d36-bed3-36c3b5e4b67f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
821 2024.11.04 23:54:57.241487 [ 284 ] {8d076b59-1f84-4d36-bed3-36c3b5e4b67f} <Debug> DynamicQueryHandler: Done processing query
822 2024.11.04 23:54:57.241514 [ 284 ] {8d076b59-1f84-4d36-bed3-36c3b5e4b67f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
823 2024.11.04 23:54:57.241531 [ 284 ] {} <Debug> HTTP-Session: fdea5f47-6e7c-4704-8227-efb4be61a896 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
824 2024.11.04 23:54:57.242162 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55091, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
825 2024.11.04 23:54:57.242228 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62634, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
826 2024.11.04 23:54:57.242307 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
827 2024.11.04 23:54:57.242329 [ 287 ] {} <Debug> HTTP-Session: 777eff91-d028-4fe3-b99c-a52d743809a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:62634
828 2024.11.04 23:54:57.242346 [ 287 ] {} <Debug> HTTP-Session: 777eff91-d028-4fe3-b99c-a52d743809a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
829 2024.11.04 23:54:57.242360 [ 287 ] {} <Debug> HTTP-Session: 777eff91-d028-4fe3-b99c-a52d743809a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
830 2024.11.04 23:54:57.242400 [ 287 ] {} <Trace> HTTP-Session: 777eff91-d028-4fe3-b99c-a52d743809a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
831 2024.11.04 23:54:57.242539 [ 287 ] {7b3c82b3-4411-439d-9bc0-a9e3aa6b57ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62634) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT JSONEachRow; (stage: Complete)
832 2024.11.04 23:54:57.242910 [ 287 ] {7b3c82b3-4411-439d-9bc0-a9e3aa6b57ba} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
833 2024.11.04 23:54:57.242963 [ 287 ] {7b3c82b3-4411-439d-9bc0-a9e3aa6b57ba} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
834 2024.11.04 23:54:57.243968 [ 287 ] {7b3c82b3-4411-439d-9bc0-a9e3aa6b57ba} <Debug> DynamicQueryHandler: Done processing query
835 2024.11.04 23:54:57.243995 [ 287 ] {7b3c82b3-4411-439d-9bc0-a9e3aa6b57ba} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
836 2024.11.04 23:54:57.244012 [ 287 ] {} <Debug> HTTP-Session: 777eff91-d028-4fe3-b99c-a52d743809a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
837 2024.11.04 23:54:57.244240 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62634, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
838 2024.11.04 23:54:57.244371 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52291, User-Agent: (none), Length: 380, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
839 2024.11.04 23:54:57.244478 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
840 2024.11.04 23:54:57.244517 [ 284 ] {} <Debug> HTTP-Session: 005241e8-642d-4683-ad96-4ed74d2fcfae Authenticating user 'default' from [fd00:1122:3344:101::d]:52291
841 2024.11.04 23:54:57.244549 [ 284 ] {} <Debug> HTTP-Session: 005241e8-642d-4683-ad96-4ed74d2fcfae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
842 2024.11.04 23:54:57.244576 [ 284 ] {} <Debug> HTTP-Session: 005241e8-642d-4683-ad96-4ed74d2fcfae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
843 2024.11.04 23:54:57.244643 [ 284 ] {} <Trace> HTTP-Session: 005241e8-642d-4683-ad96-4ed74d2fcfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
844 2024.11.04 23:54:57.244912 [ 284 ] {92404eda-6c4d-4969-a433-043f3b771e13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52291) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT JSONEachRow; (stage: Complete)
845 2024.11.04 23:54:57.245414 [ 284 ] {92404eda-6c4d-4969-a433-043f3b771e13} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
846 2024.11.04 23:54:57.245468 [ 284 ] {92404eda-6c4d-4969-a433-043f3b771e13} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
847 2024.11.04 23:54:57.246421 [ 284 ] {92404eda-6c4d-4969-a433-043f3b771e13} <Debug> DynamicQueryHandler: Done processing query
848 2024.11.04 23:54:57.246448 [ 284 ] {92404eda-6c4d-4969-a433-043f3b771e13} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
849 2024.11.04 23:54:57.246466 [ 284 ] {} <Debug> HTTP-Session: 005241e8-642d-4683-ad96-4ed74d2fcfae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
850 2024.11.04 23:54:57.246754 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62634, User-Agent: (none), Length: 406, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
851 2024.11.04 23:54:57.246763 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52291, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
852 2024.11.04 23:54:57.246855 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
853 2024.11.04 23:54:57.246899 [ 287 ] {} <Debug> HTTP-Session: b6970fdf-a032-4f8c-8acb-5787ef134ac2 Authenticating user 'default' from [fd00:1122:3344:101::d]:62634
854 2024.11.04 23:54:57.246929 [ 287 ] {} <Debug> HTTP-Session: b6970fdf-a032-4f8c-8acb-5787ef134ac2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
855 2024.11.04 23:54:57.246952 [ 287 ] {} <Debug> HTTP-Session: b6970fdf-a032-4f8c-8acb-5787ef134ac2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
856 2024.11.04 23:54:57.247004 [ 287 ] {} <Trace> HTTP-Session: b6970fdf-a032-4f8c-8acb-5787ef134ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
857 2024.11.04 23:54:57.247175 [ 287 ] {6d8143b8-8907-4e3d-aab6-709df3016cfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62634) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete)
858 2024.11.04 23:54:57.247550 [ 287 ] {6d8143b8-8907-4e3d-aab6-709df3016cfe} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
859 2024.11.04 23:54:57.247604 [ 287 ] {6d8143b8-8907-4e3d-aab6-709df3016cfe} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
860 2024.11.04 23:54:57.248654 [ 287 ] {6d8143b8-8907-4e3d-aab6-709df3016cfe} <Debug> DynamicQueryHandler: Done processing query
861 2024.11.04 23:54:57.248680 [ 287 ] {6d8143b8-8907-4e3d-aab6-709df3016cfe} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
862 2024.11.04 23:54:57.248697 [ 287 ] {} <Debug> HTTP-Session: b6970fdf-a032-4f8c-8acb-5787ef134ac2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
863 2024.11.04 23:54:57.248926 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62634, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
864 2024.11.04 23:54:57.248983 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48329, User-Agent: (none), Length: 430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
865 2024.11.04 23:54:57.249063 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
866 2024.11.04 23:54:57.249084 [ 284 ] {} <Debug> HTTP-Session: 7a464f66-9845-4a06-8383-055de6177090 Authenticating user 'default' from [fd00:1122:3344:101::d]:48329
867 2024.11.04 23:54:57.249101 [ 284 ] {} <Debug> HTTP-Session: 7a464f66-9845-4a06-8383-055de6177090 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
868 2024.11.04 23:54:57.249115 [ 284 ] {} <Debug> HTTP-Session: 7a464f66-9845-4a06-8383-055de6177090 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
869 2024.11.04 23:54:57.249152 [ 284 ] {} <Trace> HTTP-Session: 7a464f66-9845-4a06-8383-055de6177090 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
870 2024.11.04 23:54:57.249316 [ 284 ] {4875a873-6f7e-4d0d-9b0a-0cef296f4e5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48329) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete)
871 2024.11.04 23:54:57.249769 [ 284 ] {4875a873-6f7e-4d0d-9b0a-0cef296f4e5c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
872 2024.11.04 23:54:57.249834 [ 284 ] {4875a873-6f7e-4d0d-9b0a-0cef296f4e5c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
873 2024.11.04 23:54:57.250843 [ 284 ] {4875a873-6f7e-4d0d-9b0a-0cef296f4e5c} <Debug> DynamicQueryHandler: Done processing query
874 2024.11.04 23:54:57.250869 [ 284 ] {4875a873-6f7e-4d0d-9b0a-0cef296f4e5c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
875 2024.11.04 23:54:57.250886 [ 284 ] {} <Debug> HTTP-Session: 7a464f66-9845-4a06-8383-055de6177090 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
876 2024.11.04 23:54:57.251146 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48329, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
877 2024.11.04 23:54:57.251213 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62438, User-Agent: (none), Length: 454, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
878 2024.11.04 23:54:57.251302 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
879 2024.11.04 23:54:57.251329 [ 287 ] {} <Debug> HTTP-Session: 9194d69d-5345-40eb-ad7a-62ec5b304b8e Authenticating user 'default' from [fd00:1122:3344:101::d]:62438
880 2024.11.04 23:54:57.251350 [ 287 ] {} <Debug> HTTP-Session: 9194d69d-5345-40eb-ad7a-62ec5b304b8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
881 2024.11.04 23:54:57.251367 [ 287 ] {} <Debug> HTTP-Session: 9194d69d-5345-40eb-ad7a-62ec5b304b8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
882 2024.11.04 23:54:57.251411 [ 287 ] {} <Trace> HTTP-Session: 9194d69d-5345-40eb-ad7a-62ec5b304b8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
883 2024.11.04 23:54:57.251582 [ 287 ] {a747ba8d-c754-48bc-9087-a9724805073e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62438) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete)
884 2024.11.04 23:54:57.252040 [ 287 ] {a747ba8d-c754-48bc-9087-a9724805073e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
885 2024.11.04 23:54:57.252106 [ 287 ] {a747ba8d-c754-48bc-9087-a9724805073e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
886 2024.11.04 23:54:57.253166 [ 287 ] {a747ba8d-c754-48bc-9087-a9724805073e} <Debug> DynamicQueryHandler: Done processing query
887 2024.11.04 23:54:57.253192 [ 287 ] {a747ba8d-c754-48bc-9087-a9724805073e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
888 2024.11.04 23:54:57.253208 [ 287 ] {} <Debug> HTTP-Session: 9194d69d-5345-40eb-ad7a-62ec5b304b8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
889 2024.11.04 23:54:57.253478 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62438, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
890 2024.11.04 23:54:57.253568 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53063, User-Agent: (none), Length: 478, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
891 2024.11.04 23:54:57.253636 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
892 2024.11.04 23:54:57.253661 [ 284 ] {} <Debug> HTTP-Session: 5d58f80d-cbec-4dcd-a9ca-716b5f65d001 Authenticating user 'default' from [fd00:1122:3344:101::d]:53063
893 2024.11.04 23:54:57.253681 [ 284 ] {} <Debug> HTTP-Session: 5d58f80d-cbec-4dcd-a9ca-716b5f65d001 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
894 2024.11.04 23:54:57.253698 [ 284 ] {} <Debug> HTTP-Session: 5d58f80d-cbec-4dcd-a9ca-716b5f65d001 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
895 2024.11.04 23:54:57.253742 [ 284 ] {} <Trace> HTTP-Session: 5d58f80d-cbec-4dcd-a9ca-716b5f65d001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
896 2024.11.04 23:54:57.253915 [ 284 ] {8d039c7f-4455-484e-8db5-485d55662058} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53063) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
897 2024.11.04 23:54:57.254337 [ 284 ] {8d039c7f-4455-484e-8db5-485d55662058} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
898 2024.11.04 23:54:57.254392 [ 284 ] {8d039c7f-4455-484e-8db5-485d55662058} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
899 2024.11.04 23:54:57.255410 [ 284 ] {8d039c7f-4455-484e-8db5-485d55662058} <Debug> DynamicQueryHandler: Done processing query
900 2024.11.04 23:54:57.255436 [ 284 ] {8d039c7f-4455-484e-8db5-485d55662058} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
901 2024.11.04 23:54:57.255452 [ 284 ] {} <Debug> HTTP-Session: 5d58f80d-cbec-4dcd-a9ca-716b5f65d001 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
902 2024.11.04 23:54:57.255727 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62438, User-Agent: (none), Length: 505, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
903 2024.11.04 23:54:57.255743 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53063, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
904 2024.11.04 23:54:57.255818 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
905 2024.11.04 23:54:57.255862 [ 287 ] {} <Debug> HTTP-Session: 9b878d57-e16f-47af-bfee-11fc24b36e5d Authenticating user 'default' from [fd00:1122:3344:101::d]:62438
906 2024.11.04 23:54:57.255897 [ 287 ] {} <Debug> HTTP-Session: 9b878d57-e16f-47af-bfee-11fc24b36e5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
907 2024.11.04 23:54:57.255921 [ 287 ] {} <Debug> HTTP-Session: 9b878d57-e16f-47af-bfee-11fc24b36e5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
908 2024.11.04 23:54:57.255972 [ 287 ] {} <Trace> HTTP-Session: 9b878d57-e16f-47af-bfee-11fc24b36e5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
909 2024.11.04 23:54:57.256146 [ 287 ] {7cb44765-26ea-4e96-94a8-ae8b83141145} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62438) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
910 2024.11.04 23:54:57.256539 [ 287 ] {7cb44765-26ea-4e96-94a8-ae8b83141145} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
911 2024.11.04 23:54:57.256593 [ 287 ] {7cb44765-26ea-4e96-94a8-ae8b83141145} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
912 2024.11.04 23:54:57.257688 [ 287 ] {7cb44765-26ea-4e96-94a8-ae8b83141145} <Debug> DynamicQueryHandler: Done processing query
913 2024.11.04 23:54:57.257714 [ 287 ] {7cb44765-26ea-4e96-94a8-ae8b83141145} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
914 2024.11.04 23:54:57.257731 [ 287 ] {} <Debug> HTTP-Session: 9b878d57-e16f-47af-bfee-11fc24b36e5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
915 2024.11.04 23:54:57.257980 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62438, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
916 2024.11.04 23:54:57.258034 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49253, User-Agent: (none), Length: 535, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
917 2024.11.04 23:54:57.258110 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
918 2024.11.04 23:54:57.258131 [ 284 ] {} <Debug> HTTP-Session: 45c81311-0d16-4aeb-9a17-8c449e7196f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:49253
919 2024.11.04 23:54:57.258148 [ 284 ] {} <Debug> HTTP-Session: 45c81311-0d16-4aeb-9a17-8c449e7196f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
920 2024.11.04 23:54:57.258162 [ 284 ] {} <Debug> HTTP-Session: 45c81311-0d16-4aeb-9a17-8c449e7196f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
921 2024.11.04 23:54:57.258204 [ 284 ] {} <Trace> HTTP-Session: 45c81311-0d16-4aeb-9a17-8c449e7196f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
922 2024.11.04 23:54:57.258377 [ 284 ] {ddd5c253-9adc-41c5-a1bb-9f507186b0f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49253) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
923 2024.11.04 23:54:57.258840 [ 284 ] {ddd5c253-9adc-41c5-a1bb-9f507186b0f8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
924 2024.11.04 23:54:57.258905 [ 284 ] {ddd5c253-9adc-41c5-a1bb-9f507186b0f8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
925 2024.11.04 23:54:57.260039 [ 284 ] {ddd5c253-9adc-41c5-a1bb-9f507186b0f8} <Debug> DynamicQueryHandler: Done processing query
926 2024.11.04 23:54:57.260065 [ 284 ] {ddd5c253-9adc-41c5-a1bb-9f507186b0f8} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
927 2024.11.04 23:54:57.260082 [ 284 ] {} <Debug> HTTP-Session: 45c81311-0d16-4aeb-9a17-8c449e7196f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
928 2024.11.04 23:54:57.260348 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49253, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
929 2024.11.04 23:54:57.260412 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33289, User-Agent: (none), Length: 565, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
930 2024.11.04 23:54:57.260495 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
931 2024.11.04 23:54:57.260526 [ 287 ] {} <Debug> HTTP-Session: 00d0d7e9-3ba9-4418-8669-a162cad9d34f Authenticating user 'default' from [fd00:1122:3344:101::d]:33289
932 2024.11.04 23:54:57.260546 [ 287 ] {} <Debug> HTTP-Session: 00d0d7e9-3ba9-4418-8669-a162cad9d34f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
933 2024.11.04 23:54:57.260563 [ 287 ] {} <Debug> HTTP-Session: 00d0d7e9-3ba9-4418-8669-a162cad9d34f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
934 2024.11.04 23:54:57.260606 [ 287 ] {} <Trace> HTTP-Session: 00d0d7e9-3ba9-4418-8669-a162cad9d34f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
935 2024.11.04 23:54:57.260786 [ 287 ] {5be2bf77-58fe-452d-9e71-4e82e9097729} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33289) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
936 2024.11.04 23:54:57.261294 [ 287 ] {5be2bf77-58fe-452d-9e71-4e82e9097729} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
937 2024.11.04 23:54:57.261350 [ 287 ] {5be2bf77-58fe-452d-9e71-4e82e9097729} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
938 2024.11.04 23:54:57.262401 [ 287 ] {5be2bf77-58fe-452d-9e71-4e82e9097729} <Debug> DynamicQueryHandler: Done processing query
939 2024.11.04 23:54:57.262427 [ 287 ] {5be2bf77-58fe-452d-9e71-4e82e9097729} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
940 2024.11.04 23:54:57.262445 [ 287 ] {} <Debug> HTTP-Session: 00d0d7e9-3ba9-4418-8669-a162cad9d34f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
941 2024.11.04 23:54:57.267014 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33289, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
942 2024.11.04 23:54:57.267081 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35346, User-Agent: (none), Length: 592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
943 2024.11.04 23:54:57.267150 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
944 2024.11.04 23:54:57.267181 [ 284 ] {} <Debug> HTTP-Session: 77146e7a-3151-4a64-b450-4a27cf652fad Authenticating user 'default' from [fd00:1122:3344:101::d]:35346
945 2024.11.04 23:54:57.267200 [ 284 ] {} <Debug> HTTP-Session: 77146e7a-3151-4a64-b450-4a27cf652fad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
946 2024.11.04 23:54:57.267215 [ 284 ] {} <Debug> HTTP-Session: 77146e7a-3151-4a64-b450-4a27cf652fad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
947 2024.11.04 23:54:57.267254 [ 284 ] {} <Trace> HTTP-Session: 77146e7a-3151-4a64-b450-4a27cf652fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
948 2024.11.04 23:54:57.267406 [ 284 ] {57bb4e9a-963c-4262-af1c-9f38673b3db0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35346) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
949 2024.11.04 23:54:57.267831 [ 284 ] {57bb4e9a-963c-4262-af1c-9f38673b3db0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
950 2024.11.04 23:54:57.267893 [ 284 ] {57bb4e9a-963c-4262-af1c-9f38673b3db0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
951 2024.11.04 23:54:57.269079 [ 284 ] {57bb4e9a-963c-4262-af1c-9f38673b3db0} <Debug> DynamicQueryHandler: Done processing query
952 2024.11.04 23:54:57.269107 [ 284 ] {57bb4e9a-963c-4262-af1c-9f38673b3db0} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
953 2024.11.04 23:54:57.269123 [ 284 ] {} <Debug> HTTP-Session: 77146e7a-3151-4a64-b450-4a27cf652fad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
954 2024.11.04 23:54:57.269405 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35346, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
955 2024.11.04 23:54:57.269465 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42710, User-Agent: (none), Length: 631, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
956 2024.11.04 23:54:57.269541 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
957 2024.11.04 23:54:57.269564 [ 287 ] {} <Debug> HTTP-Session: 3373f45c-a0fd-4b29-9a16-2320cdde7ffb Authenticating user 'default' from [fd00:1122:3344:101::d]:42710
958 2024.11.04 23:54:57.269584 [ 287 ] {} <Debug> HTTP-Session: 3373f45c-a0fd-4b29-9a16-2320cdde7ffb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
959 2024.11.04 23:54:57.269598 [ 287 ] {} <Debug> HTTP-Session: 3373f45c-a0fd-4b29-9a16-2320cdde7ffb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
960 2024.11.04 23:54:57.269637 [ 287 ] {} <Trace> HTTP-Session: 3373f45c-a0fd-4b29-9a16-2320cdde7ffb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
961 2024.11.04 23:54:57.269834 [ 287 ] {3f662719-0ef0-46e3-b500-cdb04783c43b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42710) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
962 2024.11.04 23:54:57.270251 [ 287 ] {3f662719-0ef0-46e3-b500-cdb04783c43b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
963 2024.11.04 23:54:57.270310 [ 287 ] {3f662719-0ef0-46e3-b500-cdb04783c43b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
964 2024.11.04 23:54:57.271321 [ 287 ] {3f662719-0ef0-46e3-b500-cdb04783c43b} <Debug> DynamicQueryHandler: Done processing query
965 2024.11.04 23:54:57.271349 [ 287 ] {3f662719-0ef0-46e3-b500-cdb04783c43b} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
966 2024.11.04 23:54:57.271366 [ 287 ] {} <Debug> HTTP-Session: 3373f45c-a0fd-4b29-9a16-2320cdde7ffb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
967 2024.11.04 23:54:57.271670 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42710, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
968 2024.11.04 23:54:57.271755 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55801, User-Agent: (none), Length: 665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
969 2024.11.04 23:54:57.271854 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
970 2024.11.04 23:54:57.271885 [ 284 ] {} <Debug> HTTP-Session: b0f354a2-25b4-49e1-9994-6ee821bc44ae Authenticating user 'default' from [fd00:1122:3344:101::d]:55801
971 2024.11.04 23:54:57.271908 [ 284 ] {} <Debug> HTTP-Session: b0f354a2-25b4-49e1-9994-6ee821bc44ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
972 2024.11.04 23:54:57.271928 [ 284 ] {} <Debug> HTTP-Session: b0f354a2-25b4-49e1-9994-6ee821bc44ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
973 2024.11.04 23:54:57.271975 [ 284 ] {} <Trace> HTTP-Session: b0f354a2-25b4-49e1-9994-6ee821bc44ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
974 2024.11.04 23:54:57.272166 [ 284 ] {f78b22d8-d05e-4fd0-b0b0-9aebb10fff94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55801) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
975 2024.11.04 23:54:57.272648 [ 284 ] {f78b22d8-d05e-4fd0-b0b0-9aebb10fff94} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
976 2024.11.04 23:54:57.272709 [ 284 ] {f78b22d8-d05e-4fd0-b0b0-9aebb10fff94} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
977 2024.11.04 23:54:57.274049 [ 284 ] {f78b22d8-d05e-4fd0-b0b0-9aebb10fff94} <Debug> DynamicQueryHandler: Done processing query
978 2024.11.04 23:54:57.274083 [ 284 ] {f78b22d8-d05e-4fd0-b0b0-9aebb10fff94} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
979 2024.11.04 23:54:57.274106 [ 284 ] {} <Debug> HTTP-Session: b0f354a2-25b4-49e1-9994-6ee821bc44ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
980 2024.11.04 23:54:57.274430 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55801, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
981 2024.11.04 23:54:57.274520 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53791, User-Agent: (none), Length: 695, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
982 2024.11.04 23:54:57.274608 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
983 2024.11.04 23:54:57.274642 [ 287 ] {} <Debug> HTTP-Session: f829de92-9aa7-42f8-9f1d-d1f5ef050c91 Authenticating user 'default' from [fd00:1122:3344:101::d]:53791
984 2024.11.04 23:54:57.274666 [ 287 ] {} <Debug> HTTP-Session: f829de92-9aa7-42f8-9f1d-d1f5ef050c91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
985 2024.11.04 23:54:57.274685 [ 287 ] {} <Debug> HTTP-Session: f829de92-9aa7-42f8-9f1d-d1f5ef050c91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
986 2024.11.04 23:54:57.274735 [ 287 ] {} <Trace> HTTP-Session: f829de92-9aa7-42f8-9f1d-d1f5ef050c91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
987 2024.11.04 23:54:57.274896 [ 287 ] {5e11bf0c-3119-4a51-bbdd-057b1ee157eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53791) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
988 2024.11.04 23:54:57.275350 [ 287 ] {5e11bf0c-3119-4a51-bbdd-057b1ee157eb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
989 2024.11.04 23:54:57.275407 [ 287 ] {5e11bf0c-3119-4a51-bbdd-057b1ee157eb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
990 2024.11.04 23:54:57.276525 [ 287 ] {5e11bf0c-3119-4a51-bbdd-057b1ee157eb} <Debug> DynamicQueryHandler: Done processing query
991 2024.11.04 23:54:57.276551 [ 287 ] {5e11bf0c-3119-4a51-bbdd-057b1ee157eb} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
992 2024.11.04 23:54:57.276570 [ 287 ] {} <Debug> HTTP-Session: f829de92-9aa7-42f8-9f1d-d1f5ef050c91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
993 2024.11.04 23:54:57.276849 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53791, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
994 2024.11.04 23:54:57.276913 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58351, User-Agent: (none), Length: 728, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
995 2024.11.04 23:54:57.277010 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
996 2024.11.04 23:54:57.277050 [ 284 ] {} <Debug> HTTP-Session: 611f879e-8c58-48d2-a7d9-8d2103dc1f66 Authenticating user 'default' from [fd00:1122:3344:101::d]:58351
997 2024.11.04 23:54:57.277074 [ 284 ] {} <Debug> HTTP-Session: 611f879e-8c58-48d2-a7d9-8d2103dc1f66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
998 2024.11.04 23:54:57.277095 [ 284 ] {} <Debug> HTTP-Session: 611f879e-8c58-48d2-a7d9-8d2103dc1f66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
999 2024.11.04 23:54:57.277138 [ 284 ] {} <Trace> HTTP-Session: 611f879e-8c58-48d2-a7d9-8d2103dc1f66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1000 2024.11.04 23:54:57.277332 [ 284 ] {2b1fb8bd-3abe-4316-a4ce-b69663776206} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58351) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
1001 2024.11.04 23:54:57.277768 [ 284 ] {2b1fb8bd-3abe-4316-a4ce-b69663776206} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1002 2024.11.04 23:54:57.277830 [ 284 ] {2b1fb8bd-3abe-4316-a4ce-b69663776206} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1003 2024.11.04 23:54:57.278939 [ 284 ] {2b1fb8bd-3abe-4316-a4ce-b69663776206} <Debug> DynamicQueryHandler: Done processing query
1004 2024.11.04 23:54:57.278968 [ 284 ] {2b1fb8bd-3abe-4316-a4ce-b69663776206} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1005 2024.11.04 23:54:57.278986 [ 284 ] {} <Debug> HTTP-Session: 611f879e-8c58-48d2-a7d9-8d2103dc1f66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1006 2024.11.04 23:54:57.279271 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58351, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1007 2024.11.04 23:54:57.279341 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59141, User-Agent: (none), Length: 763, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1008 2024.11.04 23:54:57.279413 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1009 2024.11.04 23:54:57.279440 [ 287 ] {} <Debug> HTTP-Session: ad03ed02-c89f-44c9-b079-352ef4061743 Authenticating user 'default' from [fd00:1122:3344:101::d]:59141
1010 2024.11.04 23:54:57.279463 [ 287 ] {} <Debug> HTTP-Session: ad03ed02-c89f-44c9-b079-352ef4061743 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1011 2024.11.04 23:54:57.279477 [ 287 ] {} <Debug> HTTP-Session: ad03ed02-c89f-44c9-b079-352ef4061743 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1012 2024.11.04 23:54:57.279516 [ 287 ] {} <Trace> HTTP-Session: ad03ed02-c89f-44c9-b079-352ef4061743 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1013 2024.11.04 23:54:57.279674 [ 287 ] {a3270948-d388-4aff-96d5-916b5432ab43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59141) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
1014 2024.11.04 23:54:57.280119 [ 287 ] {a3270948-d388-4aff-96d5-916b5432ab43} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1015 2024.11.04 23:54:57.280175 [ 287 ] {a3270948-d388-4aff-96d5-916b5432ab43} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1016 2024.11.04 23:54:57.281227 [ 287 ] {a3270948-d388-4aff-96d5-916b5432ab43} <Debug> DynamicQueryHandler: Done processing query
1017 2024.11.04 23:54:57.281253 [ 287 ] {a3270948-d388-4aff-96d5-916b5432ab43} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1018 2024.11.04 23:54:57.281270 [ 287 ] {} <Debug> HTTP-Session: ad03ed02-c89f-44c9-b079-352ef4061743 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1019 2024.11.04 23:54:57.281533 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59141, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1020 2024.11.04 23:54:57.281612 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48204, User-Agent: (none), Length: 792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1021 2024.11.04 23:54:57.281687 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1022 2024.11.04 23:54:57.281709 [ 284 ] {} <Debug> HTTP-Session: 59ec05a9-2704-46ed-a382-0daf110a180a Authenticating user 'default' from [fd00:1122:3344:101::d]:48204
1023 2024.11.04 23:54:57.281730 [ 284 ] {} <Debug> HTTP-Session: 59ec05a9-2704-46ed-a382-0daf110a180a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1024 2024.11.04 23:54:57.281750 [ 284 ] {} <Debug> HTTP-Session: 59ec05a9-2704-46ed-a382-0daf110a180a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1025 2024.11.04 23:54:57.281791 [ 284 ] {} <Trace> HTTP-Session: 59ec05a9-2704-46ed-a382-0daf110a180a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1026 2024.11.04 23:54:57.281956 [ 284 ] {e90c6914-3048-4530-a137-2bf6e9594f5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48204) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
1027 2024.11.04 23:54:57.282393 [ 284 ] {e90c6914-3048-4530-a137-2bf6e9594f5d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1028 2024.11.04 23:54:57.282451 [ 284 ] {e90c6914-3048-4530-a137-2bf6e9594f5d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1029 2024.11.04 23:54:57.283636 [ 284 ] {e90c6914-3048-4530-a137-2bf6e9594f5d} <Debug> DynamicQueryHandler: Done processing query
1030 2024.11.04 23:54:57.283664 [ 284 ] {e90c6914-3048-4530-a137-2bf6e9594f5d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1031 2024.11.04 23:54:57.283682 [ 284 ] {} <Debug> HTTP-Session: 59ec05a9-2704-46ed-a382-0daf110a180a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1032 2024.11.04 23:54:57.289149 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48204, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1033 2024.11.04 23:54:57.335021 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38595, User-Agent: (none), Length: 823, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1034 2024.11.04 23:54:57.335084 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1035 2024.11.04 23:54:57.335107 [ 284 ] {} <Debug> HTTP-Session: 648cbcd9-9a86-41a3-a40f-ee5e141fae22 Authenticating user 'default' from [fd00:1122:3344:101::d]:38595
1036 2024.11.04 23:54:57.335126 [ 284 ] {} <Debug> HTTP-Session: 648cbcd9-9a86-41a3-a40f-ee5e141fae22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1037 2024.11.04 23:54:57.335141 [ 284 ] {} <Debug> HTTP-Session: 648cbcd9-9a86-41a3-a40f-ee5e141fae22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1038 2024.11.04 23:54:57.335176 [ 284 ] {} <Trace> HTTP-Session: 648cbcd9-9a86-41a3-a40f-ee5e141fae22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1039 2024.11.04 23:54:57.335329 [ 284 ] {f1624d2e-f9b2-4744-b441-9f1b3a5b1f0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38595) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
1040 2024.11.04 23:54:57.335751 [ 284 ] {f1624d2e-f9b2-4744-b441-9f1b3a5b1f0d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1041 2024.11.04 23:54:57.335808 [ 284 ] {f1624d2e-f9b2-4744-b441-9f1b3a5b1f0d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1042 2024.11.04 23:54:57.336907 [ 284 ] {f1624d2e-f9b2-4744-b441-9f1b3a5b1f0d} <Debug> DynamicQueryHandler: Done processing query
1043 2024.11.04 23:54:57.336935 [ 284 ] {f1624d2e-f9b2-4744-b441-9f1b3a5b1f0d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1044 2024.11.04 23:54:57.336953 [ 284 ] {} <Debug> HTTP-Session: 648cbcd9-9a86-41a3-a40f-ee5e141fae22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1045 2024.11.04 23:54:57.337466 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38595, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1046 2024.11.04 23:54:57.337534 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64442, User-Agent: (none), Length: 7620, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1047 2024.11.04 23:54:57.337615 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1048 2024.11.04 23:54:57.337641 [ 287 ] {} <Debug> HTTP-Session: 369c29be-69dd-4451-b2f5-af67a61443bf Authenticating user 'default' from [fd00:1122:3344:101::d]:64442
1049 2024.11.04 23:54:57.337676 [ 287 ] {} <Debug> HTTP-Session: 369c29be-69dd-4451-b2f5-af67a61443bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1050 2024.11.04 23:54:57.337696 [ 287 ] {} <Debug> HTTP-Session: 369c29be-69dd-4451-b2f5-af67a61443bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1051 2024.11.04 23:54:57.337742 [ 287 ] {} <Trace> HTTP-Session: 369c29be-69dd-4451-b2f5-af67a61443bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1052 2024.11.04 23:54:57.337948 [ 287 ] {a113ccbf-8784-4c36-aea3-6f7dc4f8cfde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64442) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
1053 2024.11.04 23:54:57.338011 [ 287 ] {a113ccbf-8784-4c36-aea3-6f7dc4f8cfde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1054 2024.11.04 23:54:57.340214 [ 287 ] {a113ccbf-8784-4c36-aea3-6f7dc4f8cfde} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1055 2024.11.04 23:54:57.356890 [ 287 ] {a113ccbf-8784-4c36-aea3-6f7dc4f8cfde} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1056 2024.11.04 23:54:57.356962 [ 287 ] {a113ccbf-8784-4c36-aea3-6f7dc4f8cfde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1057 2024.11.04 23:54:57.360005 [ 287 ] {a113ccbf-8784-4c36-aea3-6f7dc4f8cfde} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1058 2024.11.04 23:54:57.360650 [ 287 ] {a113ccbf-8784-4c36-aea3-6f7dc4f8cfde} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1059 2024.11.04 23:54:57.360830 [ 287 ] {a113ccbf-8784-4c36-aea3-6f7dc4f8cfde} <Debug> executeQuery: Read 24 rows, 4.01 KiB in 0.022986 sec., 1044.1138084051163 rows/sec., 174.49 KiB/sec.
1060 2024.11.04 23:54:57.361059 [ 287 ] {a113ccbf-8784-4c36-aea3-6f7dc4f8cfde} <Debug> DynamicQueryHandler: Done processing query
1061 2024.11.04 23:54:57.361085 [ 287 ] {a113ccbf-8784-4c36-aea3-6f7dc4f8cfde} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
1062 2024.11.04 23:54:57.361101 [ 287 ] {} <Debug> HTTP-Session: 369c29be-69dd-4451-b2f5-af67a61443bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1063 2024.11.04 23:54:57.361842 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64442, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1064 2024.11.04 23:54:57.361973 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48361, User-Agent: (none), Length: 193459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1065 2024.11.04 23:54:57.362051 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1066 2024.11.04 23:54:57.362084 [ 284 ] {} <Debug> HTTP-Session: d6b62425-e552-4edc-9ec3-4850a089185e Authenticating user 'default' from [fd00:1122:3344:101::d]:48361
1067 2024.11.04 23:54:57.362103 [ 284 ] {} <Debug> HTTP-Session: d6b62425-e552-4edc-9ec3-4850a089185e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1068 2024.11.04 23:54:57.362118 [ 284 ] {} <Debug> HTTP-Session: d6b62425-e552-4edc-9ec3-4850a089185e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1069 2024.11.04 23:54:57.362157 [ 284 ] {} <Trace> HTTP-Session: d6b62425-e552-4edc-9ec3-4850a089185e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1070 2024.11.04 23:54:57.363498 [ 284 ] {adeebf5e-4d1c-4f52-b178-25d1c0582762} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48361) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1071 2024.11.04 23:54:57.363554 [ 284 ] {adeebf5e-4d1c-4f52-b178-25d1c0582762} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1072 2024.11.04 23:54:57.363840 [ 284 ] {adeebf5e-4d1c-4f52-b178-25d1c0582762} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1073 2024.11.04 23:54:57.375090 [ 284 ] {adeebf5e-4d1c-4f52-b178-25d1c0582762} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1074 2024.11.04 23:54:57.375133 [ 284 ] {adeebf5e-4d1c-4f52-b178-25d1c0582762} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1075 2024.11.04 23:54:57.378364 [ 284 ] {adeebf5e-4d1c-4f52-b178-25d1c0582762} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1076 2024.11.04 23:54:57.379019 [ 284 ] {adeebf5e-4d1c-4f52-b178-25d1c0582762} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1077 2024.11.04 23:54:57.379193 [ 284 ] {adeebf5e-4d1c-4f52-b178-25d1c0582762} <Debug> executeQuery: Read 1321 rows, 113.55 KiB in 0.016836 sec., 78462.81777144215 rows/sec., 6.59 MiB/sec.
1078 2024.11.04 23:54:57.379397 [ 284 ] {adeebf5e-4d1c-4f52-b178-25d1c0582762} <Debug> DynamicQueryHandler: Done processing query
1079 2024.11.04 23:54:57.379424 [ 284 ] {adeebf5e-4d1c-4f52-b178-25d1c0582762} <Debug> MemoryTracker: Peak memory usage (for query): 4.99 MiB.
1080 2024.11.04 23:54:57.379441 [ 284 ] {} <Debug> HTTP-Session: d6b62425-e552-4edc-9ec3-4850a089185e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1081 2024.11.04 23:54:57.379627 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48361, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1082 2024.11.04 23:54:57.379734 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57337, User-Agent: (none), Length: 3351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1083 2024.11.04 23:54:57.379863 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1084 2024.11.04 23:54:57.379898 [ 287 ] {} <Debug> HTTP-Session: fbf4da8b-d1e2-4f4b-b419-856d9cd52732 Authenticating user 'default' from [fd00:1122:3344:101::d]:57337
1085 2024.11.04 23:54:57.379929 [ 287 ] {} <Debug> HTTP-Session: fbf4da8b-d1e2-4f4b-b419-856d9cd52732 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1086 2024.11.04 23:54:57.379955 [ 287 ] {} <Debug> HTTP-Session: fbf4da8b-d1e2-4f4b-b419-856d9cd52732 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1087 2024.11.04 23:54:57.380016 [ 287 ] {} <Trace> HTTP-Session: fbf4da8b-d1e2-4f4b-b419-856d9cd52732 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1088 2024.11.04 23:54:57.380208 [ 287 ] {2fff01c5-6bda-49c8-8fe0-cf9425efea8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57337) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
1089 2024.11.04 23:54:57.380257 [ 287 ] {2fff01c5-6bda-49c8-8fe0-cf9425efea8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1090 2024.11.04 23:54:57.380532 [ 287 ] {2fff01c5-6bda-49c8-8fe0-cf9425efea8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1091 2024.11.04 23:54:57.383448 [ 287 ] {2fff01c5-6bda-49c8-8fe0-cf9425efea8f} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1092 2024.11.04 23:54:57.383511 [ 287 ] {2fff01c5-6bda-49c8-8fe0-cf9425efea8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1093 2024.11.04 23:54:57.384354 [ 287 ] {2fff01c5-6bda-49c8-8fe0-cf9425efea8f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1094 2024.11.04 23:54:57.385087 [ 287 ] {2fff01c5-6bda-49c8-8fe0-cf9425efea8f} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1095 2024.11.04 23:54:57.385260 [ 287 ] {2fff01c5-6bda-49c8-8fe0-cf9425efea8f} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.005103 sec., 4507.152655300803 rows/sec., 338.92 KiB/sec.
1096 2024.11.04 23:54:57.385443 [ 287 ] {2fff01c5-6bda-49c8-8fe0-cf9425efea8f} <Debug> DynamicQueryHandler: Done processing query
1097 2024.11.04 23:54:57.385467 [ 287 ] {2fff01c5-6bda-49c8-8fe0-cf9425efea8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
1098 2024.11.04 23:54:57.385483 [ 287 ] {} <Debug> HTTP-Session: fbf4da8b-d1e2-4f4b-b419-856d9cd52732 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1099 2024.11.04 23:54:57.385677 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57337, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1100 2024.11.04 23:54:57.385777 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56919, User-Agent: (none), Length: 32471, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1101 2024.11.04 23:54:57.385853 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1102 2024.11.04 23:54:57.385878 [ 284 ] {} <Debug> HTTP-Session: 5ae2560f-0e90-49e1-a964-02e97ded7f04 Authenticating user 'default' from [fd00:1122:3344:101::d]:56919
1103 2024.11.04 23:54:57.385899 [ 284 ] {} <Debug> HTTP-Session: 5ae2560f-0e90-49e1-a964-02e97ded7f04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1104 2024.11.04 23:54:57.385917 [ 284 ] {} <Debug> HTTP-Session: 5ae2560f-0e90-49e1-a964-02e97ded7f04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1105 2024.11.04 23:54:57.385963 [ 284 ] {} <Trace> HTTP-Session: 5ae2560f-0e90-49e1-a964-02e97ded7f04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1106 2024.11.04 23:54:57.386256 [ 284 ] {e9341542-e74f-459f-ab39-066ab08bc02c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56919) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
1107 2024.11.04 23:54:57.386307 [ 284 ] {e9341542-e74f-459f-ab39-066ab08bc02c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1108 2024.11.04 23:54:57.386570 [ 284 ] {e9341542-e74f-459f-ab39-066ab08bc02c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1109 2024.11.04 23:54:57.389305 [ 284 ] {e9341542-e74f-459f-ab39-066ab08bc02c} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1110 2024.11.04 23:54:57.389352 [ 284 ] {e9341542-e74f-459f-ab39-066ab08bc02c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1111 2024.11.04 23:54:57.390012 [ 284 ] {e9341542-e74f-459f-ab39-066ab08bc02c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1112 2024.11.04 23:54:57.390710 [ 284 ] {e9341542-e74f-459f-ab39-066ab08bc02c} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1113 2024.11.04 23:54:57.390875 [ 284 ] {e9341542-e74f-459f-ab39-066ab08bc02c} <Debug> executeQuery: Read 243 rows, 16.86 KiB in 0.004801 sec., 50614.45532180796 rows/sec., 3.43 MiB/sec.
1114 2024.11.04 23:54:57.391063 [ 284 ] {e9341542-e74f-459f-ab39-066ab08bc02c} <Debug> DynamicQueryHandler: Done processing query
1115 2024.11.04 23:54:57.391089 [ 284 ] {e9341542-e74f-459f-ab39-066ab08bc02c} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
1116 2024.11.04 23:54:57.391106 [ 284 ] {} <Debug> HTTP-Session: 5ae2560f-0e90-49e1-a964-02e97ded7f04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1117 2024.11.04 23:54:57.391279 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57337, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1118 2024.11.04 23:54:57.391296 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56919, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1119 2024.11.04 23:54:57.391375 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1120 2024.11.04 23:54:57.391408 [ 287 ] {} <Debug> HTTP-Session: a31bc11d-47c1-47ef-b66c-12cd9607fa77 Authenticating user 'default' from [fd00:1122:3344:101::d]:57337
1121 2024.11.04 23:54:57.391425 [ 287 ] {} <Debug> HTTP-Session: a31bc11d-47c1-47ef-b66c-12cd9607fa77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1122 2024.11.04 23:54:57.391452 [ 287 ] {} <Debug> HTTP-Session: a31bc11d-47c1-47ef-b66c-12cd9607fa77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1123 2024.11.04 23:54:57.391495 [ 287 ] {} <Trace> HTTP-Session: a31bc11d-47c1-47ef-b66c-12cd9607fa77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1124 2024.11.04 23:54:57.391603 [ 287 ] {366c2de1-515b-4325-9bc2-14c7e23722b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57337) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
1125 2024.11.04 23:54:57.391651 [ 287 ] {366c2de1-515b-4325-9bc2-14c7e23722b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1126 2024.11.04 23:54:57.391917 [ 287 ] {366c2de1-515b-4325-9bc2-14c7e23722b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1127 2024.11.04 23:54:57.392236 [ 287 ] {366c2de1-515b-4325-9bc2-14c7e23722b7} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1128 2024.11.04 23:54:57.392272 [ 287 ] {366c2de1-515b-4325-9bc2-14c7e23722b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1129 2024.11.04 23:54:57.392818 [ 287 ] {366c2de1-515b-4325-9bc2-14c7e23722b7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1130 2024.11.04 23:54:57.393494 [ 287 ] {366c2de1-515b-4325-9bc2-14c7e23722b7} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1131 2024.11.04 23:54:57.393669 [ 287 ] {366c2de1-515b-4325-9bc2-14c7e23722b7} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.002082 sec., 2881.844380403458 rows/sec., 170.27 KiB/sec.
1132 2024.11.04 23:54:57.393980 [ 287 ] {366c2de1-515b-4325-9bc2-14c7e23722b7} <Debug> DynamicQueryHandler: Done processing query
1133 2024.11.04 23:54:57.394006 [ 287 ] {366c2de1-515b-4325-9bc2-14c7e23722b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
1134 2024.11.04 23:54:57.394022 [ 287 ] {} <Debug> HTTP-Session: a31bc11d-47c1-47ef-b66c-12cd9607fa77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1135 2024.11.04 23:54:57.394251 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57337, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1136 2024.11.04 23:54:57.394325 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44394, User-Agent: (none), Length: 132526, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1137 2024.11.04 23:54:57.394416 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1138 2024.11.04 23:54:57.394446 [ 284 ] {} <Debug> HTTP-Session: 699acb34-8c55-4d7b-9f30-e4ae49a9a5b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:44394
1139 2024.11.04 23:54:57.394469 [ 284 ] {} <Debug> HTTP-Session: 699acb34-8c55-4d7b-9f30-e4ae49a9a5b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1140 2024.11.04 23:54:57.394488 [ 284 ] {} <Debug> HTTP-Session: 699acb34-8c55-4d7b-9f30-e4ae49a9a5b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1141 2024.11.04 23:54:57.394533 [ 284 ] {} <Trace> HTTP-Session: 699acb34-8c55-4d7b-9f30-e4ae49a9a5b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1142 2024.11.04 23:54:57.394957 [ 284 ] {64250500-c439-492a-905b-2c696208c8bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44394) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1143 2024.11.04 23:54:57.395015 [ 284 ] {64250500-c439-492a-905b-2c696208c8bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1144 2024.11.04 23:54:57.395302 [ 284 ] {64250500-c439-492a-905b-2c696208c8bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1145 2024.11.04 23:54:57.398342 [ 284 ] {64250500-c439-492a-905b-2c696208c8bc} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1146 2024.11.04 23:54:57.398383 [ 284 ] {64250500-c439-492a-905b-2c696208c8bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1147 2024.11.04 23:54:57.400904 [ 284 ] {64250500-c439-492a-905b-2c696208c8bc} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1148 2024.11.04 23:54:57.401517 [ 284 ] {64250500-c439-492a-905b-2c696208c8bc} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1149 2024.11.04 23:54:57.401685 [ 284 ] {64250500-c439-492a-905b-2c696208c8bc} <Debug> executeQuery: Read 813 rows, 59.99 KiB in 0.00698 sec., 116475.6446991404 rows/sec., 8.39 MiB/sec.
1150 2024.11.04 23:54:57.402023 [ 284 ] {64250500-c439-492a-905b-2c696208c8bc} <Debug> DynamicQueryHandler: Done processing query
1151 2024.11.04 23:54:57.402049 [ 284 ] {64250500-c439-492a-905b-2c696208c8bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.73 MiB.
1152 2024.11.04 23:54:57.402066 [ 284 ] {} <Debug> HTTP-Session: 699acb34-8c55-4d7b-9f30-e4ae49a9a5b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1153 2024.11.04 23:54:57.402322 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44394, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1154 2024.11.04 23:54:57.402446 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43008, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1155 2024.11.04 23:54:57.402507 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1156 2024.11.04 23:54:57.402528 [ 287 ] {} <Debug> HTTP-Session: 5be1612b-cda7-4eb6-819f-a93bd883337b Authenticating user 'default' from [fd00:1122:3344:101::d]:43008
1157 2024.11.04 23:54:57.402545 [ 287 ] {} <Debug> HTTP-Session: 5be1612b-cda7-4eb6-819f-a93bd883337b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1158 2024.11.04 23:54:57.402559 [ 287 ] {} <Debug> HTTP-Session: 5be1612b-cda7-4eb6-819f-a93bd883337b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1159 2024.11.04 23:54:57.402595 [ 287 ] {} <Trace> HTTP-Session: 5be1612b-cda7-4eb6-819f-a93bd883337b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1160 2024.11.04 23:54:57.402704 [ 287 ] {9ba228ed-a3be-473e-8bf5-88f6d884f395} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43008) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
1161 2024.11.04 23:54:57.402753 [ 287 ] {9ba228ed-a3be-473e-8bf5-88f6d884f395} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1162 2024.11.04 23:54:57.404859 [ 287 ] {9ba228ed-a3be-473e-8bf5-88f6d884f395} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1163 2024.11.04 23:54:57.405198 [ 287 ] {9ba228ed-a3be-473e-8bf5-88f6d884f395} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1164 2024.11.04 23:54:57.405245 [ 287 ] {9ba228ed-a3be-473e-8bf5-88f6d884f395} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1165 2024.11.04 23:54:57.407982 [ 287 ] {9ba228ed-a3be-473e-8bf5-88f6d884f395} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1166 2024.11.04 23:54:57.408680 [ 287 ] {9ba228ed-a3be-473e-8bf5-88f6d884f395} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1167 2024.11.04 23:54:57.408845 [ 287 ] {9ba228ed-a3be-473e-8bf5-88f6d884f395} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.006163 sec., 973.551841635567 rows/sec., 50.86 KiB/sec.
1168 2024.11.04 23:54:57.409132 [ 287 ] {9ba228ed-a3be-473e-8bf5-88f6d884f395} <Debug> DynamicQueryHandler: Done processing query
1169 2024.11.04 23:54:57.409158 [ 287 ] {9ba228ed-a3be-473e-8bf5-88f6d884f395} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
1170 2024.11.04 23:54:57.409174 [ 287 ] {} <Debug> HTTP-Session: 5be1612b-cda7-4eb6-819f-a93bd883337b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1171 2024.11.04 23:54:57.409785 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43008, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1172 2024.11.04 23:54:57.410127 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44394, User-Agent: (none), Length: 262596, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1173 2024.11.04 23:54:57.410227 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1174 2024.11.04 23:54:57.410248 [ 284 ] {} <Debug> HTTP-Session: f0d29e33-cde1-4b4a-b8b9-c39696593daf Authenticating user 'default' from [fd00:1122:3344:101::d]:44394
1175 2024.11.04 23:54:57.410266 [ 284 ] {} <Debug> HTTP-Session: f0d29e33-cde1-4b4a-b8b9-c39696593daf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1176 2024.11.04 23:54:57.410280 [ 284 ] {} <Debug> HTTP-Session: f0d29e33-cde1-4b4a-b8b9-c39696593daf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1177 2024.11.04 23:54:57.410318 [ 284 ] {} <Trace> HTTP-Session: f0d29e33-cde1-4b4a-b8b9-c39696593daf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1178 2024.11.04 23:54:57.410939 [ 284 ] {a3fcd9f0-a024-430b-9310-95175252eb17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44394) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
1179 2024.11.04 23:54:57.410993 [ 284 ] {a3fcd9f0-a024-430b-9310-95175252eb17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1180 2024.11.04 23:54:57.411178 [ 284 ] {a3fcd9f0-a024-430b-9310-95175252eb17} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1181 2024.11.04 23:54:57.414458 [ 284 ] {a3fcd9f0-a024-430b-9310-95175252eb17} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1182 2024.11.04 23:54:57.414529 [ 284 ] {a3fcd9f0-a024-430b-9310-95175252eb17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1183 2024.11.04 23:54:57.415535 [ 284 ] {a3fcd9f0-a024-430b-9310-95175252eb17} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1184 2024.11.04 23:54:57.416194 [ 284 ] {a3fcd9f0-a024-430b-9310-95175252eb17} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1185 2024.11.04 23:54:57.416351 [ 284 ] {a3fcd9f0-a024-430b-9310-95175252eb17} <Debug> executeQuery: Read 1392 rows, 94.75 KiB in 0.005949 sec., 233988.9056984367 rows/sec., 15.55 MiB/sec.
1186 2024.11.04 23:54:57.416581 [ 284 ] {a3fcd9f0-a024-430b-9310-95175252eb17} <Debug> DynamicQueryHandler: Done processing query
1187 2024.11.04 23:54:57.416606 [ 284 ] {a3fcd9f0-a024-430b-9310-95175252eb17} <Debug> MemoryTracker: Peak memory usage (for query): 4.59 MiB.
1188 2024.11.04 23:54:57.416623 [ 284 ] {} <Debug> HTTP-Session: f0d29e33-cde1-4b4a-b8b9-c39696593daf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1189 2024.11.04 23:54:57.416928 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43008, User-Agent: (none), Length: 371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1190 2024.11.04 23:54:57.416942 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44394, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1191 2024.11.04 23:54:57.417016 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1192 2024.11.04 23:54:57.417052 [ 287 ] {} <Debug> HTTP-Session: ce15bf53-06df-4e23-9472-31e4d97d0086 Authenticating user 'default' from [fd00:1122:3344:101::d]:43008
1193 2024.11.04 23:54:57.417074 [ 287 ] {} <Debug> HTTP-Session: ce15bf53-06df-4e23-9472-31e4d97d0086 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1194 2024.11.04 23:54:57.417091 [ 287 ] {} <Debug> HTTP-Session: ce15bf53-06df-4e23-9472-31e4d97d0086 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1195 2024.11.04 23:54:57.417149 [ 287 ] {} <Trace> HTTP-Session: ce15bf53-06df-4e23-9472-31e4d97d0086 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1196 2024.11.04 23:54:57.417264 [ 287 ] {5f7da075-80f5-4edc-8ec1-6f49322035b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43008) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
1197 2024.11.04 23:54:57.419264 [ 287 ] {5f7da075-80f5-4edc-8ec1-6f49322035b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1198 2024.11.04 23:54:57.419573 [ 287 ] {5f7da075-80f5-4edc-8ec1-6f49322035b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1199 2024.11.04 23:54:57.422143 [ 287 ] {5f7da075-80f5-4edc-8ec1-6f49322035b9} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1200 2024.11.04 23:54:57.422193 [ 287 ] {5f7da075-80f5-4edc-8ec1-6f49322035b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1201 2024.11.04 23:54:57.426172 [ 287 ] {5f7da075-80f5-4edc-8ec1-6f49322035b9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1202 2024.11.04 23:54:57.426830 [ 287 ] {5f7da075-80f5-4edc-8ec1-6f49322035b9} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1203 2024.11.04 23:54:57.426988 [ 287 ] {5f7da075-80f5-4edc-8ec1-6f49322035b9} <Debug> executeQuery: Read 2 rows, 134.00 B in 0.009752 sec., 205.08613617719442 rows/sec., 13.42 KiB/sec.
1204 2024.11.04 23:54:57.427166 [ 287 ] {5f7da075-80f5-4edc-8ec1-6f49322035b9} <Debug> DynamicQueryHandler: Done processing query
1205 2024.11.04 23:54:57.427191 [ 287 ] {5f7da075-80f5-4edc-8ec1-6f49322035b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
1206 2024.11.04 23:54:57.427207 [ 287 ] {} <Debug> HTTP-Session: ce15bf53-06df-4e23-9472-31e4d97d0086 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1207 2024.11.04 23:54:57.427425 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43008, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1208 2024.11.04 23:54:57.427533 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62595, User-Agent: (none), Length: 37368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1209 2024.11.04 23:54:57.427594 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1210 2024.11.04 23:54:57.427614 [ 284 ] {} <Debug> HTTP-Session: 3c4fdce5-9374-47d4-8200-027a27d86383 Authenticating user 'default' from [fd00:1122:3344:101::d]:62595
1211 2024.11.04 23:54:57.427631 [ 284 ] {} <Debug> HTTP-Session: 3c4fdce5-9374-47d4-8200-027a27d86383 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1212 2024.11.04 23:54:57.427645 [ 284 ] {} <Debug> HTTP-Session: 3c4fdce5-9374-47d4-8200-027a27d86383 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1213 2024.11.04 23:54:57.427681 [ 284 ] {} <Trace> HTTP-Session: 3c4fdce5-9374-47d4-8200-027a27d86383 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1214 2024.11.04 23:54:57.428062 [ 284 ] {87ae7eb6-46d8-4575-ac65-cd13424bddbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62595) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
1215 2024.11.04 23:54:57.428140 [ 284 ] {87ae7eb6-46d8-4575-ac65-cd13424bddbd} <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
1216 2024.11.04 23:54:57.428602 [ 284 ] {87ae7eb6-46d8-4575-ac65-cd13424bddbd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1217 2024.11.04 23:54:57.429205 [ 284 ] {87ae7eb6-46d8-4575-ac65-cd13424bddbd} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1218 2024.11.04 23:54:57.429242 [ 284 ] {87ae7eb6-46d8-4575-ac65-cd13424bddbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1219 2024.11.04 23:54:57.432542 [ 284 ] {87ae7eb6-46d8-4575-ac65-cd13424bddbd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1220 2024.11.04 23:54:57.433482 [ 284 ] {87ae7eb6-46d8-4575-ac65-cd13424bddbd} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1221 2024.11.04 23:54:57.433665 [ 284 ] {87ae7eb6-46d8-4575-ac65-cd13424bddbd} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.005887 sec., 3906.913538304739 rows/sec., 7.00 MiB/sec.
1222 2024.11.04 23:54:57.433932 [ 284 ] {87ae7eb6-46d8-4575-ac65-cd13424bddbd} <Debug> DynamicQueryHandler: Done processing query
1223 2024.11.04 23:54:57.433958 [ 284 ] {87ae7eb6-46d8-4575-ac65-cd13424bddbd} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB.
1224 2024.11.04 23:54:57.433975 [ 284 ] {} <Debug> HTTP-Session: 3c4fdce5-9374-47d4-8200-027a27d86383 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1225 2024.11.04 23:54:57.434153 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43008, User-Agent: (none), Length: 3868, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1226 2024.11.04 23:54:57.434161 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62595, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1227 2024.11.04 23:54:57.434248 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1228 2024.11.04 23:54:57.434288 [ 287 ] {} <Debug> HTTP-Session: e301c1eb-776d-4ca5-ab16-01ca47f23466 Authenticating user 'default' from [fd00:1122:3344:101::d]:43008
1229 2024.11.04 23:54:57.434308 [ 287 ] {} <Debug> HTTP-Session: e301c1eb-776d-4ca5-ab16-01ca47f23466 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1230 2024.11.04 23:54:57.434324 [ 287 ] {} <Debug> HTTP-Session: e301c1eb-776d-4ca5-ab16-01ca47f23466 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1231 2024.11.04 23:54:57.434377 [ 287 ] {} <Trace> HTTP-Session: e301c1eb-776d-4ca5-ab16-01ca47f23466 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1232 2024.11.04 23:54:57.434505 [ 287 ] {0c7ce6e7-8525-4f82-b476-54486d51dbcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43008) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
1233 2024.11.04 23:54:57.434553 [ 287 ] {0c7ce6e7-8525-4f82-b476-54486d51dbcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
1234 2024.11.04 23:54:57.434714 [ 287 ] {0c7ce6e7-8525-4f82-b476-54486d51dbcc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1235 2024.11.04 23:54:57.435016 [ 287 ] {0c7ce6e7-8525-4f82-b476-54486d51dbcc} <Trace> oximeter.measurements_i64 (a96429a8-5349-467a-92e6-3a5bc0e60644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1236 2024.11.04 23:54:57.435052 [ 287 ] {0c7ce6e7-8525-4f82-b476-54486d51dbcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1237 2024.11.04 23:54:57.435593 [ 287 ] {0c7ce6e7-8525-4f82-b476-54486d51dbcc} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1238 2024.11.04 23:54:57.436254 [ 287 ] {0c7ce6e7-8525-4f82-b476-54486d51dbcc} <Trace> oximeter.measurements_i64 (a96429a8-5349-467a-92e6-3a5bc0e60644): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1239 2024.11.04 23:54:57.436398 [ 287 ] {0c7ce6e7-8525-4f82-b476-54486d51dbcc} <Debug> executeQuery: Read 24 rows, 1.78 KiB in 0.001923 sec., 12480.499219968799 rows/sec., 925.78 KiB/sec.
1240 2024.11.04 23:54:57.436587 [ 287 ] {0c7ce6e7-8525-4f82-b476-54486d51dbcc} <Debug> DynamicQueryHandler: Done processing query
1241 2024.11.04 23:54:57.436613 [ 287 ] {0c7ce6e7-8525-4f82-b476-54486d51dbcc} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
1242 2024.11.04 23:54:57.436629 [ 287 ] {} <Debug> HTTP-Session: e301c1eb-776d-4ca5-ab16-01ca47f23466 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1243 2024.11.04 23:54:57.436832 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43008, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1244 2024.11.04 23:54:57.436912 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43402, User-Agent: (none), Length: 3081, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1245 2024.11.04 23:54:57.436983 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1246 2024.11.04 23:54:57.437015 [ 284 ] {} <Debug> HTTP-Session: ff10eeaa-ed86-408f-8132-ea957ec9c91d Authenticating user 'default' from [fd00:1122:3344:101::d]:43402
1247 2024.11.04 23:54:57.437036 [ 284 ] {} <Debug> HTTP-Session: ff10eeaa-ed86-408f-8132-ea957ec9c91d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1248 2024.11.04 23:54:57.437051 [ 284 ] {} <Debug> HTTP-Session: ff10eeaa-ed86-408f-8132-ea957ec9c91d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1249 2024.11.04 23:54:57.437089 [ 284 ] {} <Trace> HTTP-Session: ff10eeaa-ed86-408f-8132-ea957ec9c91d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1250 2024.11.04 23:54:57.437209 [ 284 ] {434b84e9-4297-4090-992b-b1c2302dc31f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43402) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
1251 2024.11.04 23:54:57.437257 [ 284 ] {434b84e9-4297-4090-992b-b1c2302dc31f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1252 2024.11.04 23:54:57.437436 [ 284 ] {434b84e9-4297-4090-992b-b1c2302dc31f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1253 2024.11.04 23:54:57.437765 [ 284 ] {434b84e9-4297-4090-992b-b1c2302dc31f} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1254 2024.11.04 23:54:57.437804 [ 284 ] {434b84e9-4297-4090-992b-b1c2302dc31f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1255 2024.11.04 23:54:57.438444 [ 284 ] {434b84e9-4297-4090-992b-b1c2302dc31f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1256 2024.11.04 23:54:57.439221 [ 284 ] {434b84e9-4297-4090-992b-b1c2302dc31f} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1257 2024.11.04 23:54:57.439383 [ 284 ] {434b84e9-4297-4090-992b-b1c2302dc31f} <Debug> executeQuery: Read 22 rows, 1.19 KiB in 0.002203 sec., 9986.382206082615 rows/sec., 541.25 KiB/sec.
1258 2024.11.04 23:54:57.439573 [ 284 ] {434b84e9-4297-4090-992b-b1c2302dc31f} <Debug> DynamicQueryHandler: Done processing query
1259 2024.11.04 23:54:57.439605 [ 284 ] {434b84e9-4297-4090-992b-b1c2302dc31f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
1260 2024.11.04 23:54:57.439626 [ 284 ] {} <Debug> HTTP-Session: ff10eeaa-ed86-408f-8132-ea957ec9c91d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1261 2024.11.04 23:54:57.441348 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43402, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1262 2024.11.04 23:54:58.000175 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.17 MiB, peak 150.39 MiB, free memory in arenas 0.00 B, will set to 146.61 MiB (RSS), difference: 1.44 MiB
1263 2024.11.04 23:55:00.416197 [ 98 ] {} <Debug> DNSResolver: Updating DNS cache
1264 2024.11.04 23:55:00.416268 [ 98 ] {} <Debug> DNSResolver: Updated DNS cache
1265 2024.11.04 23:55:00.465292 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 72 entries to flush up to offset 162
1266 2024.11.04 23:55:00.472338 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1267 2024.11.04 23:55:00.472384 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1268 2024.11.04 23:55:00.474128 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1269 2024.11.04 23:55:00.475472 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1270 2024.11.04 23:55:00.476364 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 162
1271 2024.11.04 23:55:08.954458 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61935, User-Agent: (none), Length: 28037, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1272 2024.11.04 23:55:08.954602 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1273 2024.11.04 23:55:08.954630 [ 283 ] {} <Debug> HTTP-Session: f46475d7-d871-425c-af38-bdf2c80b20de Authenticating user 'default' from [fd00:1122:3344:101::d]:61935
1274 2024.11.04 23:55:08.954655 [ 283 ] {} <Debug> HTTP-Session: f46475d7-d871-425c-af38-bdf2c80b20de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1275 2024.11.04 23:55:08.954670 [ 283 ] {} <Debug> HTTP-Session: f46475d7-d871-425c-af38-bdf2c80b20de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1276 2024.11.04 23:55:08.954720 [ 283 ] {} <Trace> HTTP-Session: f46475d7-d871-425c-af38-bdf2c80b20de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1277 2024.11.04 23:55:08.955020 [ 283 ] {1b18283c-0a27-475c-8641-64be782a793d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61935) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1278 2024.11.04 23:55:08.955098 [ 283 ] {1b18283c-0a27-475c-8641-64be782a793d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1279 2024.11.04 23:55:08.955445 [ 283 ] {1b18283c-0a27-475c-8641-64be782a793d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1280 2024.11.04 23:55:08.956043 [ 283 ] {1b18283c-0a27-475c-8641-64be782a793d} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1281 2024.11.04 23:55:08.956085 [ 283 ] {1b18283c-0a27-475c-8641-64be782a793d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1282 2024.11.04 23:55:08.956668 [ 283 ] {1b18283c-0a27-475c-8641-64be782a793d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1283 2024.11.04 23:55:08.957276 [ 283 ] {1b18283c-0a27-475c-8641-64be782a793d} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1284 2024.11.04 23:55:08.957449 [ 283 ] {1b18283c-0a27-475c-8641-64be782a793d} <Debug> executeQuery: Read 181 rows, 17.01 KiB in 0.002544 sec., 71147.79874213837 rows/sec., 6.53 MiB/sec.
1285 2024.11.04 23:55:08.957661 [ 283 ] {1b18283c-0a27-475c-8641-64be782a793d} <Debug> DynamicQueryHandler: Done processing query
1286 2024.11.04 23:55:08.957688 [ 283 ] {1b18283c-0a27-475c-8641-64be782a793d} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
1287 2024.11.04 23:55:08.957704 [ 283 ] {} <Debug> HTTP-Session: f46475d7-d871-425c-af38-bdf2c80b20de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1288 2024.11.04 23:55:08.957932 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61935, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1289 2024.11.04 23:55:08.958084 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33980, User-Agent: (none), Length: 3493, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1290 2024.11.04 23:55:08.958205 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1291 2024.11.04 23:55:08.958234 [ 287 ] {} <Debug> HTTP-Session: 16c9c294-ea30-4591-b072-741b42dcae50 Authenticating user 'default' from [fd00:1122:3344:101::d]:33980
1292 2024.11.04 23:55:08.958262 [ 287 ] {} <Debug> HTTP-Session: 16c9c294-ea30-4591-b072-741b42dcae50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1293 2024.11.04 23:55:08.958279 [ 287 ] {} <Debug> HTTP-Session: 16c9c294-ea30-4591-b072-741b42dcae50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1294 2024.11.04 23:55:08.958340 [ 287 ] {} <Trace> HTTP-Session: 16c9c294-ea30-4591-b072-741b42dcae50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1295 2024.11.04 23:55:08.958588 [ 287 ] {ca84a7d8-561b-4554-9c80-f73fab618ae2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33980) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
1296 2024.11.04 23:55:08.958662 [ 287 ] {ca84a7d8-561b-4554-9c80-f73fab618ae2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1297 2024.11.04 23:55:08.958997 [ 287 ] {ca84a7d8-561b-4554-9c80-f73fab618ae2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1298 2024.11.04 23:55:08.959380 [ 287 ] {ca84a7d8-561b-4554-9c80-f73fab618ae2} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1299 2024.11.04 23:55:08.959423 [ 287 ] {ca84a7d8-561b-4554-9c80-f73fab618ae2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1300 2024.11.04 23:55:08.959926 [ 287 ] {ca84a7d8-561b-4554-9c80-f73fab618ae2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1301 2024.11.04 23:55:08.960536 [ 287 ] {ca84a7d8-561b-4554-9c80-f73fab618ae2} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1302 2024.11.04 23:55:08.960713 [ 287 ] {ca84a7d8-561b-4554-9c80-f73fab618ae2} <Debug> executeQuery: Read 24 rows, 1.80 KiB in 0.002195 sec., 10933.940774487472 rows/sec., 822.18 KiB/sec.
1303 2024.11.04 23:55:08.960902 [ 287 ] {ca84a7d8-561b-4554-9c80-f73fab618ae2} <Debug> DynamicQueryHandler: Done processing query
1304 2024.11.04 23:55:08.960929 [ 287 ] {ca84a7d8-561b-4554-9c80-f73fab618ae2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
1305 2024.11.04 23:55:08.960946 [ 287 ] {} <Debug> HTTP-Session: 16c9c294-ea30-4591-b072-741b42dcae50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1306 2024.11.04 23:55:08.961144 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61935, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1307 2024.11.04 23:55:08.961159 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33980, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1308 2024.11.04 23:55:08.961237 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1309 2024.11.04 23:55:08.961288 [ 283 ] {} <Debug> HTTP-Session: 41bdb649-c106-40c9-b518-d9a736d2b880 Authenticating user 'default' from [fd00:1122:3344:101::d]:61935
1310 2024.11.04 23:55:08.961322 [ 283 ] {} <Debug> HTTP-Session: 41bdb649-c106-40c9-b518-d9a736d2b880 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1311 2024.11.04 23:55:08.961341 [ 283 ] {} <Debug> HTTP-Session: 41bdb649-c106-40c9-b518-d9a736d2b880 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1312 2024.11.04 23:55:08.961386 [ 283 ] {} <Trace> HTTP-Session: 41bdb649-c106-40c9-b518-d9a736d2b880 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1313 2024.11.04 23:55:08.961526 [ 283 ] {d8aeb7e5-0b14-4550-a0dc-d0ebc64adf0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61935) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
1314 2024.11.04 23:55:08.961584 [ 283 ] {d8aeb7e5-0b14-4550-a0dc-d0ebc64adf0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1315 2024.11.04 23:55:08.961846 [ 283 ] {d8aeb7e5-0b14-4550-a0dc-d0ebc64adf0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1316 2024.11.04 23:55:08.962238 [ 283 ] {d8aeb7e5-0b14-4550-a0dc-d0ebc64adf0c} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1317 2024.11.04 23:55:08.962275 [ 283 ] {d8aeb7e5-0b14-4550-a0dc-d0ebc64adf0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1318 2024.11.04 23:55:08.962753 [ 283 ] {d8aeb7e5-0b14-4550-a0dc-d0ebc64adf0c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1319 2024.11.04 23:55:08.963398 [ 283 ] {d8aeb7e5-0b14-4550-a0dc-d0ebc64adf0c} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1320 2024.11.04 23:55:08.963560 [ 283 ] {d8aeb7e5-0b14-4550-a0dc-d0ebc64adf0c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002075 sec., 6746.9879518072285 rows/sec., 472.52 KiB/sec.
1321 2024.11.04 23:55:08.963747 [ 283 ] {d8aeb7e5-0b14-4550-a0dc-d0ebc64adf0c} <Debug> DynamicQueryHandler: Done processing query
1322 2024.11.04 23:55:08.963771 [ 283 ] {d8aeb7e5-0b14-4550-a0dc-d0ebc64adf0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
1323 2024.11.04 23:55:08.963787 [ 283 ] {} <Debug> HTTP-Session: 41bdb649-c106-40c9-b518-d9a736d2b880 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1324 2024.11.04 23:55:08.963960 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61935, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1325 2024.11.04 23:55:08.963977 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33980, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1326 2024.11.04 23:55:08.964071 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1327 2024.11.04 23:55:08.964095 [ 287 ] {} <Debug> HTTP-Session: 91c04ce1-47ed-425d-be51-f3ff499d418f Authenticating user 'default' from [fd00:1122:3344:101::d]:33980
1328 2024.11.04 23:55:08.964116 [ 287 ] {} <Debug> HTTP-Session: 91c04ce1-47ed-425d-be51-f3ff499d418f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1329 2024.11.04 23:55:08.964142 [ 287 ] {} <Debug> HTTP-Session: 91c04ce1-47ed-425d-be51-f3ff499d418f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1330 2024.11.04 23:55:08.964191 [ 287 ] {} <Trace> HTTP-Session: 91c04ce1-47ed-425d-be51-f3ff499d418f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1331 2024.11.04 23:55:08.964317 [ 287 ] {2a1104aa-e856-4325-9385-4263a5d8b38a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33980) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
1332 2024.11.04 23:55:08.964372 [ 287 ] {2a1104aa-e856-4325-9385-4263a5d8b38a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1333 2024.11.04 23:55:08.964670 [ 287 ] {2a1104aa-e856-4325-9385-4263a5d8b38a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1334 2024.11.04 23:55:08.964980 [ 287 ] {2a1104aa-e856-4325-9385-4263a5d8b38a} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1335 2024.11.04 23:55:08.965016 [ 287 ] {2a1104aa-e856-4325-9385-4263a5d8b38a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1336 2024.11.04 23:55:08.965474 [ 287 ] {2a1104aa-e856-4325-9385-4263a5d8b38a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1337 2024.11.04 23:55:08.966061 [ 287 ] {2a1104aa-e856-4325-9385-4263a5d8b38a} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1338 2024.11.04 23:55:08.966217 [ 287 ] {2a1104aa-e856-4325-9385-4263a5d8b38a} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001935 sec., 3100.7751937984494 rows/sec., 183.20 KiB/sec.
1339 2024.11.04 23:55:08.966378 [ 287 ] {2a1104aa-e856-4325-9385-4263a5d8b38a} <Debug> DynamicQueryHandler: Done processing query
1340 2024.11.04 23:55:08.966402 [ 287 ] {2a1104aa-e856-4325-9385-4263a5d8b38a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
1341 2024.11.04 23:55:08.966418 [ 287 ] {} <Debug> HTTP-Session: 91c04ce1-47ed-425d-be51-f3ff499d418f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1342 2024.11.04 23:55:08.966645 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33980, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1343 2024.11.04 23:55:08.966768 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49881, User-Agent: (none), Length: 55009, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1344 2024.11.04 23:55:08.966870 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1345 2024.11.04 23:55:08.966898 [ 282 ] {} <Debug> HTTP-Session: 2c0e5533-7fd3-4a68-9802-2257d76615d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:49881
1346 2024.11.04 23:55:08.966921 [ 282 ] {} <Debug> HTTP-Session: 2c0e5533-7fd3-4a68-9802-2257d76615d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1347 2024.11.04 23:55:08.966939 [ 282 ] {} <Debug> HTTP-Session: 2c0e5533-7fd3-4a68-9802-2257d76615d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1348 2024.11.04 23:55:08.966983 [ 282 ] {} <Trace> HTTP-Session: 2c0e5533-7fd3-4a68-9802-2257d76615d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1349 2024.11.04 23:55:08.967432 [ 282 ] {84930e91-21aa-4520-a166-a7ccef36e382} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49881) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1350 2024.11.04 23:55:08.967504 [ 282 ] {84930e91-21aa-4520-a166-a7ccef36e382} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1351 2024.11.04 23:55:08.967802 [ 282 ] {84930e91-21aa-4520-a166-a7ccef36e382} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1352 2024.11.04 23:55:08.968415 [ 282 ] {84930e91-21aa-4520-a166-a7ccef36e382} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1353 2024.11.04 23:55:08.968453 [ 282 ] {84930e91-21aa-4520-a166-a7ccef36e382} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1354 2024.11.04 23:55:08.969011 [ 282 ] {84930e91-21aa-4520-a166-a7ccef36e382} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1355 2024.11.04 23:55:08.969618 [ 282 ] {84930e91-21aa-4520-a166-a7ccef36e382} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1356 2024.11.04 23:55:08.969781 [ 282 ] {84930e91-21aa-4520-a166-a7ccef36e382} <Debug> executeQuery: Read 342 rows, 24.49 KiB in 0.002606 sec., 131235.61013046815 rows/sec., 9.18 MiB/sec.
1357 2024.11.04 23:55:08.969971 [ 282 ] {84930e91-21aa-4520-a166-a7ccef36e382} <Debug> DynamicQueryHandler: Done processing query
1358 2024.11.04 23:55:08.969996 [ 282 ] {84930e91-21aa-4520-a166-a7ccef36e382} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB.
1359 2024.11.04 23:55:08.970013 [ 282 ] {} <Debug> HTTP-Session: 2c0e5533-7fd3-4a68-9802-2257d76615d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1360 2024.11.04 23:55:08.970177 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33980, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1361 2024.11.04 23:55:08.970199 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49881, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1362 2024.11.04 23:55:08.970275 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1363 2024.11.04 23:55:08.970311 [ 287 ] {} <Debug> HTTP-Session: bacb2b2d-d96e-44cc-a507-79f0ae2309fa Authenticating user 'default' from [fd00:1122:3344:101::d]:33980
1364 2024.11.04 23:55:08.970332 [ 287 ] {} <Debug> HTTP-Session: bacb2b2d-d96e-44cc-a507-79f0ae2309fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1365 2024.11.04 23:55:08.970359 [ 287 ] {} <Debug> HTTP-Session: bacb2b2d-d96e-44cc-a507-79f0ae2309fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1366 2024.11.04 23:55:08.970408 [ 287 ] {} <Trace> HTTP-Session: bacb2b2d-d96e-44cc-a507-79f0ae2309fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1367 2024.11.04 23:55:08.970534 [ 287 ] {be700b19-d475-4006-a2af-7e5945ca6aa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33980) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
1368 2024.11.04 23:55:08.970589 [ 287 ] {be700b19-d475-4006-a2af-7e5945ca6aa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1369 2024.11.04 23:55:08.970752 [ 287 ] {be700b19-d475-4006-a2af-7e5945ca6aa2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1370 2024.11.04 23:55:08.971021 [ 287 ] {be700b19-d475-4006-a2af-7e5945ca6aa2} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1371 2024.11.04 23:55:08.971056 [ 287 ] {be700b19-d475-4006-a2af-7e5945ca6aa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1372 2024.11.04 23:55:08.971554 [ 287 ] {be700b19-d475-4006-a2af-7e5945ca6aa2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1373 2024.11.04 23:55:08.972110 [ 287 ] {be700b19-d475-4006-a2af-7e5945ca6aa2} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1374 2024.11.04 23:55:08.972247 [ 287 ] {be700b19-d475-4006-a2af-7e5945ca6aa2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001746 sec., 3436.4261168384883 rows/sec., 179.54 KiB/sec.
1375 2024.11.04 23:55:08.972507 [ 287 ] {be700b19-d475-4006-a2af-7e5945ca6aa2} <Debug> DynamicQueryHandler: Done processing query
1376 2024.11.04 23:55:08.972532 [ 287 ] {be700b19-d475-4006-a2af-7e5945ca6aa2} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
1377 2024.11.04 23:55:08.972549 [ 287 ] {} <Debug> HTTP-Session: bacb2b2d-d96e-44cc-a507-79f0ae2309fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1378 2024.11.04 23:55:08.972731 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33980, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1379 2024.11.04 23:55:08.972829 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46306, User-Agent: (none), Length: 14074, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1380 2024.11.04 23:55:08.972899 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1381 2024.11.04 23:55:08.972923 [ 282 ] {} <Debug> HTTP-Session: b5ec4a96-bc51-456c-9446-438855c896a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:46306
1382 2024.11.04 23:55:08.972945 [ 282 ] {} <Debug> HTTP-Session: b5ec4a96-bc51-456c-9446-438855c896a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1383 2024.11.04 23:55:08.972963 [ 282 ] {} <Debug> HTTP-Session: b5ec4a96-bc51-456c-9446-438855c896a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1384 2024.11.04 23:55:08.973007 [ 282 ] {} <Trace> HTTP-Session: b5ec4a96-bc51-456c-9446-438855c896a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1385 2024.11.04 23:55:08.973187 [ 282 ] {696a95de-c6f1-450b-963b-7e36d81dff54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46306) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
1386 2024.11.04 23:55:08.973247 [ 282 ] {696a95de-c6f1-450b-963b-7e36d81dff54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1387 2024.11.04 23:55:08.973459 [ 282 ] {696a95de-c6f1-450b-963b-7e36d81dff54} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1388 2024.11.04 23:55:08.973828 [ 282 ] {696a95de-c6f1-450b-963b-7e36d81dff54} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1389 2024.11.04 23:55:08.973863 [ 282 ] {696a95de-c6f1-450b-963b-7e36d81dff54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1390 2024.11.04 23:55:08.974360 [ 282 ] {696a95de-c6f1-450b-963b-7e36d81dff54} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1391 2024.11.04 23:55:08.975014 [ 282 ] {696a95de-c6f1-450b-963b-7e36d81dff54} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1392 2024.11.04 23:55:08.975150 [ 282 ] {696a95de-c6f1-450b-963b-7e36d81dff54} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.002042 sec., 37708.12928501469 rows/sec., 2.32 MiB/sec.
1393 2024.11.04 23:55:08.975355 [ 282 ] {696a95de-c6f1-450b-963b-7e36d81dff54} <Debug> DynamicQueryHandler: Done processing query
1394 2024.11.04 23:55:08.975379 [ 282 ] {696a95de-c6f1-450b-963b-7e36d81dff54} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
1395 2024.11.04 23:55:08.975395 [ 282 ] {} <Debug> HTTP-Session: b5ec4a96-bc51-456c-9446-438855c896a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1396 2024.11.04 23:55:08.975550 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46306, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1397 2024.11.04 23:55:08.975566 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33980, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1398 2024.11.04 23:55:08.975654 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1399 2024.11.04 23:55:08.975690 [ 287 ] {} <Debug> HTTP-Session: d3c0f382-a70a-4222-a155-8c42075681c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:33980
1400 2024.11.04 23:55:08.975803 [ 287 ] {} <Debug> HTTP-Session: d3c0f382-a70a-4222-a155-8c42075681c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1401 2024.11.04 23:55:08.975820 [ 287 ] {} <Debug> HTTP-Session: d3c0f382-a70a-4222-a155-8c42075681c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1402 2024.11.04 23:55:08.975865 [ 287 ] {} <Trace> HTTP-Session: d3c0f382-a70a-4222-a155-8c42075681c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1403 2024.11.04 23:55:08.975992 [ 287 ] {1e6a93d2-3d33-4f39-8017-ccb62d698096} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33980) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
1404 2024.11.04 23:55:08.976049 [ 287 ] {1e6a93d2-3d33-4f39-8017-ccb62d698096} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1405 2024.11.04 23:55:08.976236 [ 287 ] {1e6a93d2-3d33-4f39-8017-ccb62d698096} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1406 2024.11.04 23:55:08.976533 [ 287 ] {1e6a93d2-3d33-4f39-8017-ccb62d698096} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1407 2024.11.04 23:55:08.976575 [ 287 ] {1e6a93d2-3d33-4f39-8017-ccb62d698096} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1408 2024.11.04 23:55:08.977117 [ 287 ] {1e6a93d2-3d33-4f39-8017-ccb62d698096} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1409 2024.11.04 23:55:08.977683 [ 287 ] {1e6a93d2-3d33-4f39-8017-ccb62d698096} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1410 2024.11.04 23:55:08.977855 [ 287 ] {1e6a93d2-3d33-4f39-8017-ccb62d698096} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001891 sec., 528.820729772607 rows/sec., 35.63 KiB/sec.
1411 2024.11.04 23:55:08.978131 [ 287 ] {1e6a93d2-3d33-4f39-8017-ccb62d698096} <Debug> DynamicQueryHandler: Done processing query
1412 2024.11.04 23:55:08.978155 [ 287 ] {1e6a93d2-3d33-4f39-8017-ccb62d698096} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
1413 2024.11.04 23:55:08.978171 [ 287 ] {} <Debug> HTTP-Session: d3c0f382-a70a-4222-a155-8c42075681c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1414 2024.11.04 23:55:08.978346 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33980, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1415 2024.11.04 23:55:08.978432 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44875, User-Agent: (none), Length: 39128, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1416 2024.11.04 23:55:08.978505 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1417 2024.11.04 23:55:08.978530 [ 282 ] {} <Debug> HTTP-Session: 4667259e-ae3e-4324-9a31-d32f1cc72cf9 Authenticating user 'default' from [fd00:1122:3344:101::d]:44875
1418 2024.11.04 23:55:08.978550 [ 282 ] {} <Debug> HTTP-Session: 4667259e-ae3e-4324-9a31-d32f1cc72cf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1419 2024.11.04 23:55:08.978567 [ 282 ] {} <Debug> HTTP-Session: 4667259e-ae3e-4324-9a31-d32f1cc72cf9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1420 2024.11.04 23:55:08.978611 [ 282 ] {} <Trace> HTTP-Session: 4667259e-ae3e-4324-9a31-d32f1cc72cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1421 2024.11.04 23:55:08.979235 [ 282 ] {6a810ba9-1afb-4fbd-86b4-a0f3c4e1f034} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44875) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
1422 2024.11.04 23:55:08.979326 [ 282 ] {6a810ba9-1afb-4fbd-86b4-a0f3c4e1f034} <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
1423 2024.11.04 23:55:08.979835 [ 282 ] {6a810ba9-1afb-4fbd-86b4-a0f3c4e1f034} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1424 2024.11.04 23:55:08.980539 [ 282 ] {6a810ba9-1afb-4fbd-86b4-a0f3c4e1f034} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1425 2024.11.04 23:55:08.980575 [ 282 ] {6a810ba9-1afb-4fbd-86b4-a0f3c4e1f034} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1426 2024.11.04 23:55:08.981358 [ 282 ] {6a810ba9-1afb-4fbd-86b4-a0f3c4e1f034} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1427 2024.11.04 23:55:08.982107 [ 282 ] {6a810ba9-1afb-4fbd-86b4-a0f3c4e1f034} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1428 2024.11.04 23:55:08.982264 [ 282 ] {6a810ba9-1afb-4fbd-86b4-a0f3c4e1f034} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.003546 sec., 6768.18950930626 rows/sec., 12.13 MiB/sec.
1429 2024.11.04 23:55:08.982534 [ 282 ] {6a810ba9-1afb-4fbd-86b4-a0f3c4e1f034} <Debug> DynamicQueryHandler: Done processing query
1430 2024.11.04 23:55:08.982558 [ 282 ] {6a810ba9-1afb-4fbd-86b4-a0f3c4e1f034} <Debug> MemoryTracker: Peak memory usage (for query): 4.52 MiB.
1431 2024.11.04 23:55:08.982574 [ 282 ] {} <Debug> HTTP-Session: 4667259e-ae3e-4324-9a31-d32f1cc72cf9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1432 2024.11.04 23:55:08.982759 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33980, User-Agent: (none), Length: 3081, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1433 2024.11.04 23:55:08.982775 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44875, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1434 2024.11.04 23:55:08.982857 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1435 2024.11.04 23:55:08.982894 [ 287 ] {} <Debug> HTTP-Session: 8c4dcb89-6615-4d38-86d9-4c66fccadf24 Authenticating user 'default' from [fd00:1122:3344:101::d]:33980
1436 2024.11.04 23:55:08.982931 [ 287 ] {} <Debug> HTTP-Session: 8c4dcb89-6615-4d38-86d9-4c66fccadf24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1437 2024.11.04 23:55:08.982951 [ 287 ] {} <Debug> HTTP-Session: 8c4dcb89-6615-4d38-86d9-4c66fccadf24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1438 2024.11.04 23:55:08.982997 [ 287 ] {} <Trace> HTTP-Session: 8c4dcb89-6615-4d38-86d9-4c66fccadf24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1439 2024.11.04 23:55:08.983135 [ 287 ] {de10deec-f98d-4033-bb46-00fd80d0eb02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33980) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
1440 2024.11.04 23:55:08.983192 [ 287 ] {de10deec-f98d-4033-bb46-00fd80d0eb02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1441 2024.11.04 23:55:08.983376 [ 287 ] {de10deec-f98d-4033-bb46-00fd80d0eb02} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1442 2024.11.04 23:55:08.983670 [ 287 ] {de10deec-f98d-4033-bb46-00fd80d0eb02} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1443 2024.11.04 23:55:08.983706 [ 287 ] {de10deec-f98d-4033-bb46-00fd80d0eb02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1444 2024.11.04 23:55:08.984146 [ 287 ] {de10deec-f98d-4033-bb46-00fd80d0eb02} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1445 2024.11.04 23:55:08.984698 [ 287 ] {de10deec-f98d-4033-bb46-00fd80d0eb02} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1446 2024.11.04 23:55:08.984855 [ 287 ] {de10deec-f98d-4033-bb46-00fd80d0eb02} <Debug> executeQuery: Read 22 rows, 1.19 KiB in 0.001759 sec., 12507.106310403638 rows/sec., 677.88 KiB/sec.
1447 2024.11.04 23:55:08.985126 [ 287 ] {de10deec-f98d-4033-bb46-00fd80d0eb02} <Debug> DynamicQueryHandler: Done processing query
1448 2024.11.04 23:55:08.985151 [ 287 ] {de10deec-f98d-4033-bb46-00fd80d0eb02} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
1449 2024.11.04 23:55:08.985166 [ 287 ] {} <Debug> HTTP-Session: 8c4dcb89-6615-4d38-86d9-4c66fccadf24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1450 2024.11.04 23:55:08.985365 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33980, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1451 2024.11.04 23:55:09.320724 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47637, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1452 2024.11.04 23:55:09.353755 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:65406, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1453 2024.11.04 23:55:09.476714 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49877, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1454 2024.11.04 23:55:09.778824 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55430, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1455 2024.11.04 23:55:09.802117 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59831, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1456 2024.11.04 23:55:09.896627 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48390, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1457 2024.11.04 23:55:09.901404 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37870, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1458 2024.11.04 23:55:09.967170 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61265, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1459 2024.11.04 23:55:10.004951 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55158, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1460 2024.11.04 23:55:10.006438 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43358, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1461 2024.11.04 23:55:10.072030 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57188, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1462 2024.11.04 23:55:10.072338 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43978, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1463 2024.11.04 23:55:10.093748 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53759, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1464 2024.11.04 23:55:10.095172 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34946, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1465 2024.11.04 23:55:10.109847 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41086, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1466 2024.11.04 23:55:10.115948 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44012, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1467 2024.11.04 23:55:10.151274 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54388, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1468 2024.11.04 23:55:10.152567 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60491, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1469 2024.11.04 23:55:10.153250 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53818, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1470 2024.11.04 23:55:10.199166 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35694, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1471 2024.11.04 23:55:10.203221 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46418, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1472 2024.11.04 23:55:10.214789 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44722, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1473 2024.11.04 23:55:10.279273 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61537, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1474 2024.11.04 23:55:10.285987 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61421, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1475 2024.11.04 23:55:10.476907 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 182
1476 2024.11.04 23:55:10.480055 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1477 2024.11.04 23:55:10.480114 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1478 2024.11.04 23:55:10.481791 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1479 2024.11.04 23:55:10.483073 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1480 2024.11.04 23:55:10.483679 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 182
1481 2024.11.04 23:55:15.416326 [ 82 ] {} <Debug> DNSResolver: Updating DNS cache
1482 2024.11.04 23:55:15.416410 [ 82 ] {} <Debug> DNSResolver: Updated DNS cache
1483 2024.11.04 23:55:21.047667 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40098, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1484 2024.11.04 23:55:21.247177 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46330, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1485 2024.11.04 23:55:21.259591 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45294, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1486 2024.11.04 23:55:21.269944 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62500, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1487 2024.11.04 23:55:21.275221 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45367, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1488 2024.11.04 23:55:21.387613 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36805, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1489 2024.11.04 23:55:21.393937 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52126, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1490 2024.11.04 23:55:21.397170 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41479, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1491 2024.11.04 23:55:23.955320 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46154, User-Agent: (none), Length: 28037, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1492 2024.11.04 23:55:23.955468 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1493 2024.11.04 23:55:23.955499 [ 288 ] {} <Debug> HTTP-Session: 726ad15d-7a0c-430a-8f14-554c2aa9f521 Authenticating user 'default' from [fd00:1122:3344:101::d]:46154
1494 2024.11.04 23:55:23.955526 [ 288 ] {} <Debug> HTTP-Session: 726ad15d-7a0c-430a-8f14-554c2aa9f521 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1495 2024.11.04 23:55:23.955543 [ 288 ] {} <Debug> HTTP-Session: 726ad15d-7a0c-430a-8f14-554c2aa9f521 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1496 2024.11.04 23:55:23.955602 [ 288 ] {} <Trace> HTTP-Session: 726ad15d-7a0c-430a-8f14-554c2aa9f521 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1497 2024.11.04 23:55:23.955904 [ 288 ] {56c474b5-5ac4-4822-ba3e-70e6a5d4a798} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46154) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1498 2024.11.04 23:55:23.955992 [ 288 ] {56c474b5-5ac4-4822-ba3e-70e6a5d4a798} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1499 2024.11.04 23:55:23.956363 [ 288 ] {56c474b5-5ac4-4822-ba3e-70e6a5d4a798} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1500 2024.11.04 23:55:23.956957 [ 288 ] {56c474b5-5ac4-4822-ba3e-70e6a5d4a798} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1501 2024.11.04 23:55:23.957014 [ 288 ] {56c474b5-5ac4-4822-ba3e-70e6a5d4a798} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1502 2024.11.04 23:55:23.957479 [ 288 ] {56c474b5-5ac4-4822-ba3e-70e6a5d4a798} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1503 2024.11.04 23:55:23.957866 [ 288 ] {56c474b5-5ac4-4822-ba3e-70e6a5d4a798} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1504 2024.11.04 23:55:23.958025 [ 288 ] {56c474b5-5ac4-4822-ba3e-70e6a5d4a798} <Debug> executeQuery: Read 181 rows, 17.01 KiB in 0.00225 sec., 80444.44444444445 rows/sec., 7.38 MiB/sec.
1505 2024.11.04 23:55:23.958382 [ 288 ] {56c474b5-5ac4-4822-ba3e-70e6a5d4a798} <Debug> DynamicQueryHandler: Done processing query
1506 2024.11.04 23:55:23.958409 [ 288 ] {56c474b5-5ac4-4822-ba3e-70e6a5d4a798} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
1507 2024.11.04 23:55:23.958425 [ 288 ] {} <Debug> HTTP-Session: 726ad15d-7a0c-430a-8f14-554c2aa9f521 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1508 2024.11.04 23:55:23.958662 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46154, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1509 2024.11.04 23:55:23.958796 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57812, User-Agent: (none), Length: 3493, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1510 2024.11.04 23:55:23.958936 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1511 2024.11.04 23:55:23.958964 [ 287 ] {} <Debug> HTTP-Session: 9c51f88b-cc3c-4e9f-9ee1-ddab6987999e Authenticating user 'default' from [fd00:1122:3344:101::d]:57812
1512 2024.11.04 23:55:23.958991 [ 287 ] {} <Debug> HTTP-Session: 9c51f88b-cc3c-4e9f-9ee1-ddab6987999e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1513 2024.11.04 23:55:23.959010 [ 287 ] {} <Debug> HTTP-Session: 9c51f88b-cc3c-4e9f-9ee1-ddab6987999e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1514 2024.11.04 23:55:23.959074 [ 287 ] {} <Trace> HTTP-Session: 9c51f88b-cc3c-4e9f-9ee1-ddab6987999e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1515 2024.11.04 23:55:23.959336 [ 287 ] {180a2a97-fe5b-48e5-9890-f2713afb62e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57812) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
1516 2024.11.04 23:55:23.959402 [ 287 ] {180a2a97-fe5b-48e5-9890-f2713afb62e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1517 2024.11.04 23:55:23.959738 [ 287 ] {180a2a97-fe5b-48e5-9890-f2713afb62e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1518 2024.11.04 23:55:23.960113 [ 287 ] {180a2a97-fe5b-48e5-9890-f2713afb62e2} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1519 2024.11.04 23:55:23.960153 [ 287 ] {180a2a97-fe5b-48e5-9890-f2713afb62e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1520 2024.11.04 23:55:23.960568 [ 287 ] {180a2a97-fe5b-48e5-9890-f2713afb62e2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1521 2024.11.04 23:55:23.960960 [ 287 ] {180a2a97-fe5b-48e5-9890-f2713afb62e2} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1522 2024.11.04 23:55:23.961104 [ 287 ] {180a2a97-fe5b-48e5-9890-f2713afb62e2} <Debug> executeQuery: Read 24 rows, 1.80 KiB in 0.001846 sec., 13001.083423618635 rows/sec., 977.62 KiB/sec.
1523 2024.11.04 23:55:23.961333 [ 287 ] {180a2a97-fe5b-48e5-9890-f2713afb62e2} <Debug> DynamicQueryHandler: Done processing query
1524 2024.11.04 23:55:23.961360 [ 287 ] {180a2a97-fe5b-48e5-9890-f2713afb62e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
1525 2024.11.04 23:55:23.961377 [ 287 ] {} <Debug> HTTP-Session: 9c51f88b-cc3c-4e9f-9ee1-ddab6987999e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1526 2024.11.04 23:55:23.961580 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57812, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1527 2024.11.04 23:55:23.961743 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36222, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1528 2024.11.04 23:55:23.961907 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1529 2024.11.04 23:55:23.961953 [ 282 ] {} <Debug> HTTP-Session: 96751599-61ec-48d6-b6ef-820fa17dc1b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36222
1530 2024.11.04 23:55:23.961997 [ 282 ] {} <Debug> HTTP-Session: 96751599-61ec-48d6-b6ef-820fa17dc1b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1531 2024.11.04 23:55:23.962025 [ 282 ] {} <Debug> HTTP-Session: 96751599-61ec-48d6-b6ef-820fa17dc1b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1532 2024.11.04 23:55:23.962108 [ 282 ] {} <Trace> HTTP-Session: 96751599-61ec-48d6-b6ef-820fa17dc1b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1533 2024.11.04 23:55:23.962343 [ 282 ] {895f8588-c037-409a-b763-7e096b7fd66d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36222) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
1534 2024.11.04 23:55:23.962409 [ 282 ] {895f8588-c037-409a-b763-7e096b7fd66d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1535 2024.11.04 23:55:23.962751 [ 282 ] {895f8588-c037-409a-b763-7e096b7fd66d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1536 2024.11.04 23:55:23.963117 [ 282 ] {895f8588-c037-409a-b763-7e096b7fd66d} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1537 2024.11.04 23:55:23.963157 [ 282 ] {895f8588-c037-409a-b763-7e096b7fd66d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1538 2024.11.04 23:55:23.963582 [ 282 ] {895f8588-c037-409a-b763-7e096b7fd66d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1539 2024.11.04 23:55:23.963972 [ 282 ] {895f8588-c037-409a-b763-7e096b7fd66d} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1540 2024.11.04 23:55:23.964154 [ 282 ] {895f8588-c037-409a-b763-7e096b7fd66d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001869 sec., 7490.63670411985 rows/sec., 524.60 KiB/sec.
1541 2024.11.04 23:55:23.964393 [ 282 ] {895f8588-c037-409a-b763-7e096b7fd66d} <Debug> DynamicQueryHandler: Done processing query
1542 2024.11.04 23:55:23.964419 [ 282 ] {895f8588-c037-409a-b763-7e096b7fd66d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
1543 2024.11.04 23:55:23.964437 [ 282 ] {} <Debug> HTTP-Session: 96751599-61ec-48d6-b6ef-820fa17dc1b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1544 2024.11.04 23:55:23.964615 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57812, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1545 2024.11.04 23:55:23.964632 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36222, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1546 2024.11.04 23:55:23.964710 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1547 2024.11.04 23:55:23.964771 [ 287 ] {} <Debug> HTTP-Session: 3ae87ea1-bef2-409a-b7fe-fa640150a148 Authenticating user 'default' from [fd00:1122:3344:101::d]:57812
1548 2024.11.04 23:55:23.964801 [ 287 ] {} <Debug> HTTP-Session: 3ae87ea1-bef2-409a-b7fe-fa640150a148 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1549 2024.11.04 23:55:23.964825 [ 287 ] {} <Debug> HTTP-Session: 3ae87ea1-bef2-409a-b7fe-fa640150a148 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1550 2024.11.04 23:55:23.964879 [ 287 ] {} <Trace> HTTP-Session: 3ae87ea1-bef2-409a-b7fe-fa640150a148 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1551 2024.11.04 23:55:23.965021 [ 287 ] {ba8e3e84-3d55-424f-9069-01c0a3207eec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57812) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
1552 2024.11.04 23:55:23.965081 [ 287 ] {ba8e3e84-3d55-424f-9069-01c0a3207eec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1553 2024.11.04 23:55:23.965366 [ 287 ] {ba8e3e84-3d55-424f-9069-01c0a3207eec} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1554 2024.11.04 23:55:23.965675 [ 287 ] {ba8e3e84-3d55-424f-9069-01c0a3207eec} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1555 2024.11.04 23:55:23.965711 [ 287 ] {ba8e3e84-3d55-424f-9069-01c0a3207eec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1556 2024.11.04 23:55:23.966075 [ 287 ] {ba8e3e84-3d55-424f-9069-01c0a3207eec} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1557 2024.11.04 23:55:23.966451 [ 287 ] {ba8e3e84-3d55-424f-9069-01c0a3207eec} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1558 2024.11.04 23:55:23.966581 [ 287 ] {ba8e3e84-3d55-424f-9069-01c0a3207eec} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.0016 sec., 3750 rows/sec., 221.56 KiB/sec.
1559 2024.11.04 23:55:23.966749 [ 287 ] {ba8e3e84-3d55-424f-9069-01c0a3207eec} <Debug> DynamicQueryHandler: Done processing query
1560 2024.11.04 23:55:23.966774 [ 287 ] {ba8e3e84-3d55-424f-9069-01c0a3207eec} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
1561 2024.11.04 23:55:23.966791 [ 287 ] {} <Debug> HTTP-Session: 3ae87ea1-bef2-409a-b7fe-fa640150a148 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1562 2024.11.04 23:55:23.966995 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57812, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1563 2024.11.04 23:55:23.967137 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57906, User-Agent: (none), Length: 55009, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1564 2024.11.04 23:55:23.967241 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1565 2024.11.04 23:55:23.967265 [ 282 ] {} <Debug> HTTP-Session: 82e982f9-96a7-44a0-b937-d849a75a1186 Authenticating user 'default' from [fd00:1122:3344:101::d]:57906
1566 2024.11.04 23:55:23.967286 [ 282 ] {} <Debug> HTTP-Session: 82e982f9-96a7-44a0-b937-d849a75a1186 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1567 2024.11.04 23:55:23.967303 [ 282 ] {} <Debug> HTTP-Session: 82e982f9-96a7-44a0-b937-d849a75a1186 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1568 2024.11.04 23:55:23.967349 [ 282 ] {} <Trace> HTTP-Session: 82e982f9-96a7-44a0-b937-d849a75a1186 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1569 2024.11.04 23:55:23.967594 [ 282 ] {60d18491-60b3-4a17-9aad-800c485bd812} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57906) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1570 2024.11.04 23:55:23.967650 [ 282 ] {60d18491-60b3-4a17-9aad-800c485bd812} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1571 2024.11.04 23:55:23.967960 [ 282 ] {60d18491-60b3-4a17-9aad-800c485bd812} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1572 2024.11.04 23:55:23.968527 [ 282 ] {60d18491-60b3-4a17-9aad-800c485bd812} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1573 2024.11.04 23:55:23.968564 [ 282 ] {60d18491-60b3-4a17-9aad-800c485bd812} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1574 2024.11.04 23:55:23.968945 [ 282 ] {60d18491-60b3-4a17-9aad-800c485bd812} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1575 2024.11.04 23:55:23.969312 [ 282 ] {60d18491-60b3-4a17-9aad-800c485bd812} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1576 2024.11.04 23:55:23.969470 [ 282 ] {60d18491-60b3-4a17-9aad-800c485bd812} <Debug> executeQuery: Read 342 rows, 24.49 KiB in 0.002007 sec., 170403.5874439462 rows/sec., 11.92 MiB/sec.
1577 2024.11.04 23:55:23.969692 [ 282 ] {60d18491-60b3-4a17-9aad-800c485bd812} <Debug> DynamicQueryHandler: Done processing query
1578 2024.11.04 23:55:23.969718 [ 282 ] {60d18491-60b3-4a17-9aad-800c485bd812} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB.
1579 2024.11.04 23:55:23.969734 [ 282 ] {} <Debug> HTTP-Session: 82e982f9-96a7-44a0-b937-d849a75a1186 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1580 2024.11.04 23:55:23.969934 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57812, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1581 2024.11.04 23:55:23.969950 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57906, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1582 2024.11.04 23:55:23.970025 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1583 2024.11.04 23:55:23.970073 [ 287 ] {} <Debug> HTTP-Session: 34cb5dca-5166-410f-96f5-fab6ff23c2e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:57812
1584 2024.11.04 23:55:23.970109 [ 287 ] {} <Debug> HTTP-Session: 34cb5dca-5166-410f-96f5-fab6ff23c2e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1585 2024.11.04 23:55:23.970130 [ 287 ] {} <Debug> HTTP-Session: 34cb5dca-5166-410f-96f5-fab6ff23c2e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1586 2024.11.04 23:55:23.970181 [ 287 ] {} <Trace> HTTP-Session: 34cb5dca-5166-410f-96f5-fab6ff23c2e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1587 2024.11.04 23:55:23.970297 [ 287 ] {8ef5157c-7919-4c01-8906-acaab309b6be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57812) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
1588 2024.11.04 23:55:23.970347 [ 287 ] {8ef5157c-7919-4c01-8906-acaab309b6be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1589 2024.11.04 23:55:23.970510 [ 287 ] {8ef5157c-7919-4c01-8906-acaab309b6be} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1590 2024.11.04 23:55:23.970772 [ 287 ] {8ef5157c-7919-4c01-8906-acaab309b6be} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1591 2024.11.04 23:55:23.970806 [ 287 ] {8ef5157c-7919-4c01-8906-acaab309b6be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1592 2024.11.04 23:55:23.971171 [ 287 ] {8ef5157c-7919-4c01-8906-acaab309b6be} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1593 2024.11.04 23:55:23.971498 [ 287 ] {8ef5157c-7919-4c01-8906-acaab309b6be} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1594 2024.11.04 23:55:23.971628 [ 287 ] {8ef5157c-7919-4c01-8906-acaab309b6be} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001359 sec., 4415.0110375275935 rows/sec., 230.67 KiB/sec.
1595 2024.11.04 23:55:23.971912 [ 287 ] {8ef5157c-7919-4c01-8906-acaab309b6be} <Debug> DynamicQueryHandler: Done processing query
1596 2024.11.04 23:55:23.971936 [ 287 ] {8ef5157c-7919-4c01-8906-acaab309b6be} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
1597 2024.11.04 23:55:23.971952 [ 287 ] {} <Debug> HTTP-Session: 34cb5dca-5166-410f-96f5-fab6ff23c2e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1598 2024.11.04 23:55:23.972116 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57812, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1599 2024.11.04 23:55:23.972196 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55933, User-Agent: (none), Length: 14074, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1600 2024.11.04 23:55:23.972289 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1601 2024.11.04 23:55:23.972314 [ 282 ] {} <Debug> HTTP-Session: b2c06e0e-364a-467f-a312-b33ac154b3c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55933
1602 2024.11.04 23:55:23.972336 [ 282 ] {} <Debug> HTTP-Session: b2c06e0e-364a-467f-a312-b33ac154b3c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1603 2024.11.04 23:55:23.972353 [ 282 ] {} <Debug> HTTP-Session: b2c06e0e-364a-467f-a312-b33ac154b3c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1604 2024.11.04 23:55:23.972397 [ 282 ] {} <Trace> HTTP-Session: b2c06e0e-364a-467f-a312-b33ac154b3c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1605 2024.11.04 23:55:23.972555 [ 282 ] {9035e982-6bd5-4bd5-8b38-c80bb15502fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
1606 2024.11.04 23:55:23.972614 [ 282 ] {9035e982-6bd5-4bd5-8b38-c80bb15502fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1607 2024.11.04 23:55:23.972811 [ 282 ] {9035e982-6bd5-4bd5-8b38-c80bb15502fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1608 2024.11.04 23:55:23.973201 [ 282 ] {9035e982-6bd5-4bd5-8b38-c80bb15502fd} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1609 2024.11.04 23:55:23.973237 [ 282 ] {9035e982-6bd5-4bd5-8b38-c80bb15502fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1610 2024.11.04 23:55:23.973640 [ 282 ] {9035e982-6bd5-4bd5-8b38-c80bb15502fd} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1611 2024.11.04 23:55:23.973988 [ 282 ] {9035e982-6bd5-4bd5-8b38-c80bb15502fd} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1612 2024.11.04 23:55:23.974153 [ 282 ] {9035e982-6bd5-4bd5-8b38-c80bb15502fd} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001655 sec., 46525.67975830816 rows/sec., 2.87 MiB/sec.
1613 2024.11.04 23:55:23.974375 [ 282 ] {9035e982-6bd5-4bd5-8b38-c80bb15502fd} <Debug> DynamicQueryHandler: Done processing query
1614 2024.11.04 23:55:23.974400 [ 282 ] {9035e982-6bd5-4bd5-8b38-c80bb15502fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
1615 2024.11.04 23:55:23.974416 [ 282 ] {} <Debug> HTTP-Session: b2c06e0e-364a-467f-a312-b33ac154b3c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1616 2024.11.04 23:55:23.974548 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55933, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1617 2024.11.04 23:55:23.974622 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37853, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1618 2024.11.04 23:55:23.974693 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1619 2024.11.04 23:55:23.974718 [ 283 ] {} <Debug> HTTP-Session: 106d65d4-241c-4884-a0f1-a4045205b956 Authenticating user 'default' from [fd00:1122:3344:101::d]:37853
1620 2024.11.04 23:55:23.974739 [ 283 ] {} <Debug> HTTP-Session: 106d65d4-241c-4884-a0f1-a4045205b956 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1621 2024.11.04 23:55:23.974756 [ 283 ] {} <Debug> HTTP-Session: 106d65d4-241c-4884-a0f1-a4045205b956 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1622 2024.11.04 23:55:23.974793 [ 283 ] {} <Trace> HTTP-Session: 106d65d4-241c-4884-a0f1-a4045205b956 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1623 2024.11.04 23:55:23.974914 [ 283 ] {eac1fb69-f6a8-44fa-9536-550c3341f2d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37853) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
1624 2024.11.04 23:55:23.974968 [ 283 ] {eac1fb69-f6a8-44fa-9536-550c3341f2d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1625 2024.11.04 23:55:23.975127 [ 283 ] {eac1fb69-f6a8-44fa-9536-550c3341f2d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1626 2024.11.04 23:55:23.975403 [ 283 ] {eac1fb69-f6a8-44fa-9536-550c3341f2d2} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1627 2024.11.04 23:55:23.975439 [ 283 ] {eac1fb69-f6a8-44fa-9536-550c3341f2d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1628 2024.11.04 23:55:23.975789 [ 283 ] {eac1fb69-f6a8-44fa-9536-550c3341f2d2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1629 2024.11.04 23:55:23.976117 [ 283 ] {eac1fb69-f6a8-44fa-9536-550c3341f2d2} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1630 2024.11.04 23:55:23.976271 [ 283 ] {eac1fb69-f6a8-44fa-9536-550c3341f2d2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001387 sec., 720.9805335255949 rows/sec., 48.58 KiB/sec.
1631 2024.11.04 23:55:23.976440 [ 283 ] {eac1fb69-f6a8-44fa-9536-550c3341f2d2} <Debug> DynamicQueryHandler: Done processing query
1632 2024.11.04 23:55:23.976464 [ 283 ] {eac1fb69-f6a8-44fa-9536-550c3341f2d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
1633 2024.11.04 23:55:23.976481 [ 283 ] {} <Debug> HTTP-Session: 106d65d4-241c-4884-a0f1-a4045205b956 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1634 2024.11.04 23:55:23.976645 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37853, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1635 2024.11.04 23:55:23.976711 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40736, User-Agent: (none), Length: 39190, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1636 2024.11.04 23:55:23.976771 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1637 2024.11.04 23:55:23.976795 [ 282 ] {} <Debug> HTTP-Session: 65d5bee0-f081-47e4-9b6d-b8cc96c4d655 Authenticating user 'default' from [fd00:1122:3344:101::d]:40736
1638 2024.11.04 23:55:23.976815 [ 282 ] {} <Debug> HTTP-Session: 65d5bee0-f081-47e4-9b6d-b8cc96c4d655 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1639 2024.11.04 23:55:23.976831 [ 282 ] {} <Debug> HTTP-Session: 65d5bee0-f081-47e4-9b6d-b8cc96c4d655 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1640 2024.11.04 23:55:23.976870 [ 282 ] {} <Trace> HTTP-Session: 65d5bee0-f081-47e4-9b6d-b8cc96c4d655 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1641 2024.11.04 23:55:23.977222 [ 282 ] {6f02e262-2dac-428b-bf16-6a93defc25e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40736) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
1642 2024.11.04 23:55:23.977287 [ 282 ] {6f02e262-2dac-428b-bf16-6a93defc25e1} <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
1643 2024.11.04 23:55:23.977731 [ 282 ] {6f02e262-2dac-428b-bf16-6a93defc25e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1644 2024.11.04 23:55:23.978431 [ 282 ] {6f02e262-2dac-428b-bf16-6a93defc25e1} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1645 2024.11.04 23:55:23.978468 [ 282 ] {6f02e262-2dac-428b-bf16-6a93defc25e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1646 2024.11.04 23:55:23.979106 [ 282 ] {6f02e262-2dac-428b-bf16-6a93defc25e1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1647 2024.11.04 23:55:23.979527 [ 282 ] {6f02e262-2dac-428b-bf16-6a93defc25e1} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1648 2024.11.04 23:55:23.979719 [ 282 ] {6f02e262-2dac-428b-bf16-6a93defc25e1} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002743 sec., 8749.54429456799 rows/sec., 15.68 MiB/sec.
1649 2024.11.04 23:55:23.980022 [ 282 ] {6f02e262-2dac-428b-bf16-6a93defc25e1} <Debug> DynamicQueryHandler: Done processing query
1650 2024.11.04 23:55:23.980047 [ 282 ] {6f02e262-2dac-428b-bf16-6a93defc25e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB.
1651 2024.11.04 23:55:23.980064 [ 282 ] {} <Debug> HTTP-Session: 65d5bee0-f081-47e4-9b6d-b8cc96c4d655 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1652 2024.11.04 23:55:23.980201 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37853, User-Agent: (none), Length: 3081, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1653 2024.11.04 23:55:23.980208 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40736, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1654 2024.11.04 23:55:23.980256 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1655 2024.11.04 23:55:23.980278 [ 283 ] {} <Debug> HTTP-Session: 98a3cfbb-6e21-49aa-bffe-141f649b83ac Authenticating user 'default' from [fd00:1122:3344:101::d]:37853
1656 2024.11.04 23:55:23.980297 [ 283 ] {} <Debug> HTTP-Session: 98a3cfbb-6e21-49aa-bffe-141f649b83ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1657 2024.11.04 23:55:23.980311 [ 283 ] {} <Debug> HTTP-Session: 98a3cfbb-6e21-49aa-bffe-141f649b83ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1658 2024.11.04 23:55:23.980344 [ 283 ] {} <Trace> HTTP-Session: 98a3cfbb-6e21-49aa-bffe-141f649b83ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1659 2024.11.04 23:55:23.980445 [ 283 ] {fef13b34-25e1-4b82-af68-57d368bab348} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37853) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
1660 2024.11.04 23:55:23.980489 [ 283 ] {fef13b34-25e1-4b82-af68-57d368bab348} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1661 2024.11.04 23:55:23.980614 [ 283 ] {fef13b34-25e1-4b82-af68-57d368bab348} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1662 2024.11.04 23:55:23.980890 [ 283 ] {fef13b34-25e1-4b82-af68-57d368bab348} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1663 2024.11.04 23:55:23.980924 [ 283 ] {fef13b34-25e1-4b82-af68-57d368bab348} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1664 2024.11.04 23:55:23.981273 [ 283 ] {fef13b34-25e1-4b82-af68-57d368bab348} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1665 2024.11.04 23:55:23.981591 [ 283 ] {fef13b34-25e1-4b82-af68-57d368bab348} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1666 2024.11.04 23:55:23.981739 [ 283 ] {fef13b34-25e1-4b82-af68-57d368bab348} <Debug> executeQuery: Read 22 rows, 1.19 KiB in 0.001321 sec., 16654.04996214989 rows/sec., 902.64 KiB/sec.
1667 2024.11.04 23:55:23.981907 [ 283 ] {fef13b34-25e1-4b82-af68-57d368bab348} <Debug> DynamicQueryHandler: Done processing query
1668 2024.11.04 23:55:23.981931 [ 283 ] {fef13b34-25e1-4b82-af68-57d368bab348} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
1669 2024.11.04 23:55:23.981948 [ 283 ] {} <Debug> HTTP-Session: 98a3cfbb-6e21-49aa-bffe-141f649b83ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1670 2024.11.04 23:55:23.982108 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37853, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1671 2024.11.04 23:55:28.949370 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41581, User-Agent: (none), Length: 856, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1672 2024.11.04 23:55:28.949585 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1673 2024.11.04 23:55:28.949638 [ 283 ] {} <Debug> HTTP-Session: 245e825f-bb0a-4faa-b8a7-5c2b9c7aad98 Authenticating user 'default' from [fd00:1122:3344:101::d]:41581
1674 2024.11.04 23:55:28.949687 [ 283 ] {} <Debug> HTTP-Session: 245e825f-bb0a-4faa-b8a7-5c2b9c7aad98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1675 2024.11.04 23:55:28.949720 [ 283 ] {} <Debug> HTTP-Session: 245e825f-bb0a-4faa-b8a7-5c2b9c7aad98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1676 2024.11.04 23:55:28.949813 [ 283 ] {} <Trace> HTTP-Session: 245e825f-bb0a-4faa-b8a7-5c2b9c7aad98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1677 2024.11.04 23:55:28.950183 [ 283 ] {17cd126a-6d48-44e0-87d0-c98068bc6d0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41581) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
1678 2024.11.04 23:55:28.952655 [ 283 ] {17cd126a-6d48-44e0-87d0-c98068bc6d0d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1679 2024.11.04 23:55:28.956434 [ 283 ] {17cd126a-6d48-44e0-87d0-c98068bc6d0d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1680 2024.11.04 23:55:28.957093 [ 283 ] {17cd126a-6d48-44e0-87d0-c98068bc6d0d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1681 2024.11.04 23:55:28.961060 [ 283 ] {17cd126a-6d48-44e0-87d0-c98068bc6d0d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1682 2024.11.04 23:55:28.961363 [ 283 ] {17cd126a-6d48-44e0-87d0-c98068bc6d0d} <Debug> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
1683 2024.11.04 23:55:28.966640 [ 283 ] {17cd126a-6d48-44e0-87d0-c98068bc6d0d} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1684 2024.11.04 23:55:28.968714 [ 283 ] {17cd126a-6d48-44e0-87d0-c98068bc6d0d} <Debug> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1685 2024.11.04 23:55:28.968745 [ 283 ] {17cd126a-6d48-44e0-87d0-c98068bc6d0d} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Spreading mark ranges among streams (default reading)
1686 2024.11.04 23:55:28.970736 [ 283 ] {17cd126a-6d48-44e0-87d0-c98068bc6d0d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1687 2024.11.04 23:55:28.970773 [ 283 ] {17cd126a-6d48-44e0-87d0-c98068bc6d0d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 24 rows starting from 0
1688 2024.11.04 23:55:28.991111 [ 283 ] {17cd126a-6d48-44e0-87d0-c98068bc6d0d} <Debug> executeQuery: Read 24 rows, 886.00 B in 0.041103 sec., 583.8989854755127 rows/sec., 21.05 KiB/sec.
1689 2024.11.04 23:55:28.991456 [ 283 ] {17cd126a-6d48-44e0-87d0-c98068bc6d0d} <Debug> DynamicQueryHandler: Done processing query
1690 2024.11.04 23:55:28.991484 [ 283 ] {17cd126a-6d48-44e0-87d0-c98068bc6d0d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1691 2024.11.04 23:55:28.991502 [ 283 ] {} <Debug> HTTP-Session: 245e825f-bb0a-4faa-b8a7-5c2b9c7aad98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1692 2024.11.04 23:55:28.991812 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41581, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1693 2024.11.04 23:55:28.991866 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40384, User-Agent: (none), Length: 895, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1694 2024.11.04 23:55:28.991950 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1695 2024.11.04 23:55:28.991978 [ 282 ] {} <Debug> HTTP-Session: 04ea5c3a-69b4-4ee3-b7f8-e2d6bd5724f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:40384
1696 2024.11.04 23:55:28.992003 [ 282 ] {} <Debug> HTTP-Session: 04ea5c3a-69b4-4ee3-b7f8-e2d6bd5724f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1697 2024.11.04 23:55:28.992021 [ 282 ] {} <Debug> HTTP-Session: 04ea5c3a-69b4-4ee3-b7f8-e2d6bd5724f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1698 2024.11.04 23:55:28.992066 [ 282 ] {} <Trace> HTTP-Session: 04ea5c3a-69b4-4ee3-b7f8-e2d6bd5724f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1699 2024.11.04 23:55:28.992263 [ 282 ] {afd10ee0-37a7-444b-9944-6b972aea4447} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40384) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
1700 2024.11.04 23:55:28.992581 [ 282 ] {afd10ee0-37a7-444b-9944-6b972aea4447} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1701 2024.11.04 23:55:28.992625 [ 282 ] {afd10ee0-37a7-444b-9944-6b972aea4447} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1702 2024.11.04 23:55:28.992925 [ 282 ] {afd10ee0-37a7-444b-9944-6b972aea4447} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1703 2024.11.04 23:55:28.992992 [ 282 ] {afd10ee0-37a7-444b-9944-6b972aea4447} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1704 2024.11.04 23:55:28.993139 [ 282 ] {afd10ee0-37a7-444b-9944-6b972aea4447} <Debug> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1705 2024.11.04 23:55:28.993175 [ 282 ] {afd10ee0-37a7-444b-9944-6b972aea4447} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1706 2024.11.04 23:55:28.993199 [ 282 ] {afd10ee0-37a7-444b-9944-6b972aea4447} <Debug> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1707 2024.11.04 23:55:28.993216 [ 282 ] {afd10ee0-37a7-444b-9944-6b972aea4447} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Spreading mark ranges among streams (default reading)
1708 2024.11.04 23:55:28.993259 [ 282 ] {afd10ee0-37a7-444b-9944-6b972aea4447} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1709 2024.11.04 23:55:28.993281 [ 282 ] {afd10ee0-37a7-444b-9944-6b972aea4447} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 24 rows starting from 0
1710 2024.11.04 23:55:28.994146 [ 282 ] {afd10ee0-37a7-444b-9944-6b972aea4447} <Debug> executeQuery: Read 24 rows, 886.00 B in 0.001977 sec., 12139.605462822457 rows/sec., 437.65 KiB/sec.
1711 2024.11.04 23:55:28.994389 [ 282 ] {afd10ee0-37a7-444b-9944-6b972aea4447} <Debug> DynamicQueryHandler: Done processing query
1712 2024.11.04 23:55:28.994415 [ 282 ] {afd10ee0-37a7-444b-9944-6b972aea4447} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1713 2024.11.04 23:55:28.994433 [ 282 ] {} <Debug> HTTP-Session: 04ea5c3a-69b4-4ee3-b7f8-e2d6bd5724f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1714 2024.11.04 23:55:28.994700 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40384, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1715 2024.11.04 23:55:28.994761 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38963, User-Agent: (none), Length: 936, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1716 2024.11.04 23:55:28.994828 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1717 2024.11.04 23:55:28.994853 [ 283 ] {} <Debug> HTTP-Session: 30b869d1-50ca-4adf-950a-955f52c164aa Authenticating user 'default' from [fd00:1122:3344:101::d]:38963
1718 2024.11.04 23:55:28.994873 [ 283 ] {} <Debug> HTTP-Session: 30b869d1-50ca-4adf-950a-955f52c164aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1719 2024.11.04 23:55:28.994890 [ 283 ] {} <Debug> HTTP-Session: 30b869d1-50ca-4adf-950a-955f52c164aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1720 2024.11.04 23:55:28.994929 [ 283 ] {} <Trace> HTTP-Session: 30b869d1-50ca-4adf-950a-955f52c164aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1721 2024.11.04 23:55:28.995102 [ 283 ] {ac68ee0e-c77a-4c67-a166-ba876fcc93ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38963) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
1722 2024.11.04 23:55:28.995429 [ 283 ] {ac68ee0e-c77a-4c67-a166-ba876fcc93ef} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1723 2024.11.04 23:55:28.995473 [ 283 ] {ac68ee0e-c77a-4c67-a166-ba876fcc93ef} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1724 2024.11.04 23:55:28.995750 [ 283 ] {ac68ee0e-c77a-4c67-a166-ba876fcc93ef} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1725 2024.11.04 23:55:28.995814 [ 283 ] {ac68ee0e-c77a-4c67-a166-ba876fcc93ef} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1726 2024.11.04 23:55:28.995954 [ 283 ] {ac68ee0e-c77a-4c67-a166-ba876fcc93ef} <Debug> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
1727 2024.11.04 23:55:28.995987 [ 283 ] {ac68ee0e-c77a-4c67-a166-ba876fcc93ef} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1728 2024.11.04 23:55:28.996009 [ 283 ] {ac68ee0e-c77a-4c67-a166-ba876fcc93ef} <Debug> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1729 2024.11.04 23:55:28.996026 [ 283 ] {ac68ee0e-c77a-4c67-a166-ba876fcc93ef} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Spreading mark ranges among streams (default reading)
1730 2024.11.04 23:55:28.996068 [ 283 ] {ac68ee0e-c77a-4c67-a166-ba876fcc93ef} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1731 2024.11.04 23:55:28.996090 [ 283 ] {ac68ee0e-c77a-4c67-a166-ba876fcc93ef} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 24 rows starting from 0
1732 2024.11.04 23:55:28.997037 [ 283 ] {ac68ee0e-c77a-4c67-a166-ba876fcc93ef} <Debug> executeQuery: Read 24 rows, 886.00 B in 0.002014 sec., 11916.583912611717 rows/sec., 429.61 KiB/sec.
1733 2024.11.04 23:55:28.997292 [ 283 ] {ac68ee0e-c77a-4c67-a166-ba876fcc93ef} <Debug> DynamicQueryHandler: Done processing query
1734 2024.11.04 23:55:28.997317 [ 283 ] {ac68ee0e-c77a-4c67-a166-ba876fcc93ef} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1735 2024.11.04 23:55:28.997333 [ 283 ] {} <Debug> HTTP-Session: 30b869d1-50ca-4adf-950a-955f52c164aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1736 2024.11.04 23:55:28.997599 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38963, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1737 2024.11.04 23:55:28.997711 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53540, User-Agent: (none), Length: 964, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1738 2024.11.04 23:55:28.997774 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1739 2024.11.04 23:55:28.997800 [ 282 ] {} <Debug> HTTP-Session: 731cd647-2c51-45c6-ad9f-99dc4b78ddd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:53540
1740 2024.11.04 23:55:28.997822 [ 282 ] {} <Debug> HTTP-Session: 731cd647-2c51-45c6-ad9f-99dc4b78ddd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1741 2024.11.04 23:55:28.997842 [ 282 ] {} <Debug> HTTP-Session: 731cd647-2c51-45c6-ad9f-99dc4b78ddd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1742 2024.11.04 23:55:28.997881 [ 282 ] {} <Trace> HTTP-Session: 731cd647-2c51-45c6-ad9f-99dc4b78ddd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1743 2024.11.04 23:55:28.998059 [ 282 ] {64a0ecf0-ca7b-47ac-bfe0-4ab603fb2622} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53540) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
1744 2024.11.04 23:55:28.998401 [ 282 ] {64a0ecf0-ca7b-47ac-bfe0-4ab603fb2622} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1745 2024.11.04 23:55:28.998446 [ 282 ] {64a0ecf0-ca7b-47ac-bfe0-4ab603fb2622} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1746 2024.11.04 23:55:28.998728 [ 282 ] {64a0ecf0-ca7b-47ac-bfe0-4ab603fb2622} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1747 2024.11.04 23:55:28.998793 [ 282 ] {64a0ecf0-ca7b-47ac-bfe0-4ab603fb2622} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1748 2024.11.04 23:55:28.998933 [ 282 ] {64a0ecf0-ca7b-47ac-bfe0-4ab603fb2622} <Debug> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
1749 2024.11.04 23:55:28.998966 [ 282 ] {64a0ecf0-ca7b-47ac-bfe0-4ab603fb2622} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1750 2024.11.04 23:55:28.998989 [ 282 ] {64a0ecf0-ca7b-47ac-bfe0-4ab603fb2622} <Debug> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1751 2024.11.04 23:55:28.999006 [ 282 ] {64a0ecf0-ca7b-47ac-bfe0-4ab603fb2622} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Spreading mark ranges among streams (default reading)
1752 2024.11.04 23:55:28.999049 [ 282 ] {64a0ecf0-ca7b-47ac-bfe0-4ab603fb2622} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1753 2024.11.04 23:55:28.999071 [ 282 ] {64a0ecf0-ca7b-47ac-bfe0-4ab603fb2622} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 24 rows starting from 0
1754 2024.11.04 23:55:28.999988 [ 282 ] {64a0ecf0-ca7b-47ac-bfe0-4ab603fb2622} <Debug> executeQuery: Read 24 rows, 886.00 B in 0.002017 sec., 11898.85969261279 rows/sec., 428.97 KiB/sec.
1755 2024.11.04 23:55:29.000167 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.89 MiB, peak 153.73 MiB, free memory in arenas 0.00 B, will set to 148.64 MiB (RSS), difference: -3.25 MiB
1756 2024.11.04 23:55:29.000254 [ 282 ] {64a0ecf0-ca7b-47ac-bfe0-4ab603fb2622} <Debug> DynamicQueryHandler: Done processing query
1757 2024.11.04 23:55:29.000285 [ 282 ] {64a0ecf0-ca7b-47ac-bfe0-4ab603fb2622} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1758 2024.11.04 23:55:29.000304 [ 282 ] {} <Debug> HTTP-Session: 731cd647-2c51-45c6-ad9f-99dc4b78ddd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1759 2024.11.04 23:55:29.000528 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53540, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1760 2024.11.04 23:55:29.000537 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38963, User-Agent: (none), Length: 1005, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1761 2024.11.04 23:55:29.000605 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1762 2024.11.04 23:55:29.000629 [ 283 ] {} <Debug> HTTP-Session: 430bb852-359c-402d-a4f5-af8029de0964 Authenticating user 'default' from [fd00:1122:3344:101::d]:38963
1763 2024.11.04 23:55:29.000651 [ 283 ] {} <Debug> HTTP-Session: 430bb852-359c-402d-a4f5-af8029de0964 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1764 2024.11.04 23:55:29.000670 [ 283 ] {} <Debug> HTTP-Session: 430bb852-359c-402d-a4f5-af8029de0964 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1765 2024.11.04 23:55:29.000708 [ 283 ] {} <Trace> HTTP-Session: 430bb852-359c-402d-a4f5-af8029de0964 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1766 2024.11.04 23:55:29.000882 [ 283 ] {a75b7193-716e-474b-995e-9f25107fc053} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38963) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
1767 2024.11.04 23:55:29.001220 [ 283 ] {a75b7193-716e-474b-995e-9f25107fc053} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1768 2024.11.04 23:55:29.001273 [ 283 ] {a75b7193-716e-474b-995e-9f25107fc053} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1769 2024.11.04 23:55:29.001576 [ 283 ] {a75b7193-716e-474b-995e-9f25107fc053} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1770 2024.11.04 23:55:29.001640 [ 283 ] {a75b7193-716e-474b-995e-9f25107fc053} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1771 2024.11.04 23:55:29.001779 [ 283 ] {a75b7193-716e-474b-995e-9f25107fc053} <Debug> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
1772 2024.11.04 23:55:29.001811 [ 283 ] {a75b7193-716e-474b-995e-9f25107fc053} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1773 2024.11.04 23:55:29.001834 [ 283 ] {a75b7193-716e-474b-995e-9f25107fc053} <Debug> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1774 2024.11.04 23:55:29.001850 [ 283 ] {a75b7193-716e-474b-995e-9f25107fc053} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Spreading mark ranges among streams (default reading)
1775 2024.11.04 23:55:29.001892 [ 283 ] {a75b7193-716e-474b-995e-9f25107fc053} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1776 2024.11.04 23:55:29.001915 [ 283 ] {a75b7193-716e-474b-995e-9f25107fc053} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 24 rows starting from 0
1777 2024.11.04 23:55:29.002749 [ 283 ] {a75b7193-716e-474b-995e-9f25107fc053} <Debug> executeQuery: Read 24 rows, 886.00 B in 0.001956 sec., 12269.938650306749 rows/sec., 442.35 KiB/sec.
1778 2024.11.04 23:55:29.003003 [ 283 ] {a75b7193-716e-474b-995e-9f25107fc053} <Debug> DynamicQueryHandler: Done processing query
1779 2024.11.04 23:55:29.003028 [ 283 ] {a75b7193-716e-474b-995e-9f25107fc053} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1780 2024.11.04 23:55:29.003045 [ 283 ] {} <Debug> HTTP-Session: 430bb852-359c-402d-a4f5-af8029de0964 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1781 2024.11.04 23:55:29.003329 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38963, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1782 2024.11.04 23:55:29.003372 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54971, User-Agent: (none), Length: 1048, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1783 2024.11.04 23:55:29.003439 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1784 2024.11.04 23:55:29.003468 [ 282 ] {} <Debug> HTTP-Session: 3e515393-2186-4678-8305-c86ff617b9fb Authenticating user 'default' from [fd00:1122:3344:101::d]:54971
1785 2024.11.04 23:55:29.003491 [ 282 ] {} <Debug> HTTP-Session: 3e515393-2186-4678-8305-c86ff617b9fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1786 2024.11.04 23:55:29.003510 [ 282 ] {} <Debug> HTTP-Session: 3e515393-2186-4678-8305-c86ff617b9fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1787 2024.11.04 23:55:29.003548 [ 282 ] {} <Trace> HTTP-Session: 3e515393-2186-4678-8305-c86ff617b9fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1788 2024.11.04 23:55:29.003727 [ 282 ] {5e40d9a2-401c-41a7-b27b-7aee9523ab86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54971) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
1789 2024.11.04 23:55:29.004067 [ 282 ] {5e40d9a2-401c-41a7-b27b-7aee9523ab86} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1790 2024.11.04 23:55:29.004129 [ 282 ] {5e40d9a2-401c-41a7-b27b-7aee9523ab86} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1791 2024.11.04 23:55:29.004468 [ 282 ] {5e40d9a2-401c-41a7-b27b-7aee9523ab86} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1792 2024.11.04 23:55:29.004533 [ 282 ] {5e40d9a2-401c-41a7-b27b-7aee9523ab86} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1793 2024.11.04 23:55:29.004676 [ 282 ] {5e40d9a2-401c-41a7-b27b-7aee9523ab86} <Debug> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
1794 2024.11.04 23:55:29.004708 [ 282 ] {5e40d9a2-401c-41a7-b27b-7aee9523ab86} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1795 2024.11.04 23:55:29.004732 [ 282 ] {5e40d9a2-401c-41a7-b27b-7aee9523ab86} <Debug> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1796 2024.11.04 23:55:29.004748 [ 282 ] {5e40d9a2-401c-41a7-b27b-7aee9523ab86} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Spreading mark ranges among streams (default reading)
1797 2024.11.04 23:55:29.004793 [ 282 ] {5e40d9a2-401c-41a7-b27b-7aee9523ab86} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1798 2024.11.04 23:55:29.004816 [ 282 ] {5e40d9a2-401c-41a7-b27b-7aee9523ab86} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 24 rows starting from 0
1799 2024.11.04 23:55:29.005722 [ 282 ] {5e40d9a2-401c-41a7-b27b-7aee9523ab86} <Debug> executeQuery: Read 24 rows, 886.00 B in 0.002085 sec., 11510.791366906475 rows/sec., 414.98 KiB/sec.
1800 2024.11.04 23:55:29.005958 [ 282 ] {5e40d9a2-401c-41a7-b27b-7aee9523ab86} <Debug> DynamicQueryHandler: Done processing query
1801 2024.11.04 23:55:29.005983 [ 282 ] {5e40d9a2-401c-41a7-b27b-7aee9523ab86} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1802 2024.11.04 23:55:29.006000 [ 282 ] {} <Debug> HTTP-Session: 3e515393-2186-4678-8305-c86ff617b9fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1803 2024.11.04 23:55:29.006303 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54971, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1804 2024.11.04 23:55:29.006385 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35970, User-Agent: (none), Length: 1090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1805 2024.11.04 23:55:29.006445 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1806 2024.11.04 23:55:29.006470 [ 283 ] {} <Debug> HTTP-Session: 642611af-e12b-4530-9574-a0db4e88c5a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35970
1807 2024.11.04 23:55:29.006491 [ 283 ] {} <Debug> HTTP-Session: 642611af-e12b-4530-9574-a0db4e88c5a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1808 2024.11.04 23:55:29.006509 [ 283 ] {} <Debug> HTTP-Session: 642611af-e12b-4530-9574-a0db4e88c5a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1809 2024.11.04 23:55:29.006546 [ 283 ] {} <Trace> HTTP-Session: 642611af-e12b-4530-9574-a0db4e88c5a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1810 2024.11.04 23:55:29.006724 [ 283 ] {b43fa71f-af35-4979-a633-77a09277b01c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35970) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
1811 2024.11.04 23:55:29.007061 [ 283 ] {b43fa71f-af35-4979-a633-77a09277b01c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1812 2024.11.04 23:55:29.007114 [ 283 ] {b43fa71f-af35-4979-a633-77a09277b01c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1813 2024.11.04 23:55:29.007453 [ 283 ] {b43fa71f-af35-4979-a633-77a09277b01c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1814 2024.11.04 23:55:29.007517 [ 283 ] {b43fa71f-af35-4979-a633-77a09277b01c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1815 2024.11.04 23:55:29.007658 [ 283 ] {b43fa71f-af35-4979-a633-77a09277b01c} <Debug> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
1816 2024.11.04 23:55:29.007691 [ 283 ] {b43fa71f-af35-4979-a633-77a09277b01c} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1817 2024.11.04 23:55:29.007713 [ 283 ] {b43fa71f-af35-4979-a633-77a09277b01c} <Debug> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1818 2024.11.04 23:55:29.007730 [ 283 ] {b43fa71f-af35-4979-a633-77a09277b01c} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Spreading mark ranges among streams (default reading)
1819 2024.11.04 23:55:29.007773 [ 283 ] {b43fa71f-af35-4979-a633-77a09277b01c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1820 2024.11.04 23:55:29.007796 [ 283 ] {b43fa71f-af35-4979-a633-77a09277b01c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 24 rows starting from 0
1821 2024.11.04 23:55:29.009006 [ 283 ] {b43fa71f-af35-4979-a633-77a09277b01c} <Debug> executeQuery: Read 24 rows, 886.00 B in 0.002349 sec., 10217.113665389528 rows/sec., 368.34 KiB/sec.
1822 2024.11.04 23:55:29.009268 [ 283 ] {b43fa71f-af35-4979-a633-77a09277b01c} <Debug> DynamicQueryHandler: Done processing query
1823 2024.11.04 23:55:29.009293 [ 283 ] {b43fa71f-af35-4979-a633-77a09277b01c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1824 2024.11.04 23:55:29.009310 [ 283 ] {} <Debug> HTTP-Session: 642611af-e12b-4530-9574-a0db4e88c5a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1825 2024.11.04 23:55:29.009598 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35970, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1826 2024.11.04 23:55:29.009611 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54971, User-Agent: (none), Length: 1124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1827 2024.11.04 23:55:29.009677 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1828 2024.11.04 23:55:29.009708 [ 282 ] {} <Debug> HTTP-Session: ec72a378-0da8-4586-b2ee-5c985b2594e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54971
1829 2024.11.04 23:55:29.009731 [ 282 ] {} <Debug> HTTP-Session: ec72a378-0da8-4586-b2ee-5c985b2594e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1830 2024.11.04 23:55:29.009749 [ 282 ] {} <Debug> HTTP-Session: ec72a378-0da8-4586-b2ee-5c985b2594e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1831 2024.11.04 23:55:29.009787 [ 282 ] {} <Trace> HTTP-Session: ec72a378-0da8-4586-b2ee-5c985b2594e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1832 2024.11.04 23:55:29.009968 [ 282 ] {7f4accf4-1d90-4c2f-b0a0-a1a43c64dfa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54971) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
1833 2024.11.04 23:55:29.010311 [ 282 ] {7f4accf4-1d90-4c2f-b0a0-a1a43c64dfa8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1834 2024.11.04 23:55:29.010367 [ 282 ] {7f4accf4-1d90-4c2f-b0a0-a1a43c64dfa8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1835 2024.11.04 23:55:29.010662 [ 282 ] {7f4accf4-1d90-4c2f-b0a0-a1a43c64dfa8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1836 2024.11.04 23:55:29.010728 [ 282 ] {7f4accf4-1d90-4c2f-b0a0-a1a43c64dfa8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1837 2024.11.04 23:55:29.010867 [ 282 ] {7f4accf4-1d90-4c2f-b0a0-a1a43c64dfa8} <Debug> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
1838 2024.11.04 23:55:29.010901 [ 282 ] {7f4accf4-1d90-4c2f-b0a0-a1a43c64dfa8} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1839 2024.11.04 23:55:29.010924 [ 282 ] {7f4accf4-1d90-4c2f-b0a0-a1a43c64dfa8} <Debug> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1840 2024.11.04 23:55:29.010941 [ 282 ] {7f4accf4-1d90-4c2f-b0a0-a1a43c64dfa8} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Spreading mark ranges among streams (default reading)
1841 2024.11.04 23:55:29.010984 [ 282 ] {7f4accf4-1d90-4c2f-b0a0-a1a43c64dfa8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1842 2024.11.04 23:55:29.011008 [ 282 ] {7f4accf4-1d90-4c2f-b0a0-a1a43c64dfa8} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 24 rows starting from 0
1843 2024.11.04 23:55:29.011935 [ 282 ] {7f4accf4-1d90-4c2f-b0a0-a1a43c64dfa8} <Debug> executeQuery: Read 24 rows, 886.00 B in 0.002049 sec., 11713.03074670571 rows/sec., 422.27 KiB/sec.
1844 2024.11.04 23:55:29.012183 [ 282 ] {7f4accf4-1d90-4c2f-b0a0-a1a43c64dfa8} <Debug> DynamicQueryHandler: Done processing query
1845 2024.11.04 23:55:29.012210 [ 282 ] {7f4accf4-1d90-4c2f-b0a0-a1a43c64dfa8} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1846 2024.11.04 23:55:29.012227 [ 282 ] {} <Debug> HTTP-Session: ec72a378-0da8-4586-b2ee-5c985b2594e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1847 2024.11.04 23:55:29.012464 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54971, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1848 2024.11.04 23:55:29.012545 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58880, User-Agent: (none), Length: 1162, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1849 2024.11.04 23:55:29.012600 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1850 2024.11.04 23:55:29.012620 [ 283 ] {} <Debug> HTTP-Session: 6a848dc8-e513-4da9-880c-a395603f2b45 Authenticating user 'default' from [fd00:1122:3344:101::d]:58880
1851 2024.11.04 23:55:29.012638 [ 283 ] {} <Debug> HTTP-Session: 6a848dc8-e513-4da9-880c-a395603f2b45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1852 2024.11.04 23:55:29.012651 [ 283 ] {} <Debug> HTTP-Session: 6a848dc8-e513-4da9-880c-a395603f2b45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1853 2024.11.04 23:55:29.012682 [ 283 ] {} <Trace> HTTP-Session: 6a848dc8-e513-4da9-880c-a395603f2b45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1854 2024.11.04 23:55:29.012827 [ 283 ] {19404b7e-6fe1-4714-a459-f2a85b995328} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58880) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
1855 2024.11.04 23:55:29.013105 [ 283 ] {19404b7e-6fe1-4714-a459-f2a85b995328} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1856 2024.11.04 23:55:29.013151 [ 283 ] {19404b7e-6fe1-4714-a459-f2a85b995328} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1857 2024.11.04 23:55:29.013443 [ 283 ] {19404b7e-6fe1-4714-a459-f2a85b995328} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1858 2024.11.04 23:55:29.013508 [ 283 ] {19404b7e-6fe1-4714-a459-f2a85b995328} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1859 2024.11.04 23:55:29.013646 [ 283 ] {19404b7e-6fe1-4714-a459-f2a85b995328} <Debug> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
1860 2024.11.04 23:55:29.013678 [ 283 ] {19404b7e-6fe1-4714-a459-f2a85b995328} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1861 2024.11.04 23:55:29.013701 [ 283 ] {19404b7e-6fe1-4714-a459-f2a85b995328} <Debug> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1862 2024.11.04 23:55:29.013717 [ 283 ] {19404b7e-6fe1-4714-a459-f2a85b995328} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Spreading mark ranges among streams (default reading)
1863 2024.11.04 23:55:29.013759 [ 283 ] {19404b7e-6fe1-4714-a459-f2a85b995328} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1864 2024.11.04 23:55:29.013782 [ 283 ] {19404b7e-6fe1-4714-a459-f2a85b995328} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 24 rows starting from 0
1865 2024.11.04 23:55:29.014689 [ 283 ] {19404b7e-6fe1-4714-a459-f2a85b995328} <Debug> executeQuery: Read 24 rows, 886.00 B in 0.001922 sec., 12486.992715920915 rows/sec., 450.17 KiB/sec.
1866 2024.11.04 23:55:29.014944 [ 283 ] {19404b7e-6fe1-4714-a459-f2a85b995328} <Debug> DynamicQueryHandler: Done processing query
1867 2024.11.04 23:55:29.014968 [ 283 ] {19404b7e-6fe1-4714-a459-f2a85b995328} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1868 2024.11.04 23:55:29.014985 [ 283 ] {} <Debug> HTTP-Session: 6a848dc8-e513-4da9-880c-a395603f2b45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1869 2024.11.04 23:55:29.015283 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58880, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1870 2024.11.04 23:55:29.015334 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57625, User-Agent: (none), Length: 1197, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1871 2024.11.04 23:55:29.015401 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1872 2024.11.04 23:55:29.015425 [ 282 ] {} <Debug> HTTP-Session: b0ada898-2f30-4435-8aa5-bcae45b2e263 Authenticating user 'default' from [fd00:1122:3344:101::d]:57625
1873 2024.11.04 23:55:29.015447 [ 282 ] {} <Debug> HTTP-Session: b0ada898-2f30-4435-8aa5-bcae45b2e263 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1874 2024.11.04 23:55:29.015464 [ 282 ] {} <Debug> HTTP-Session: b0ada898-2f30-4435-8aa5-bcae45b2e263 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1875 2024.11.04 23:55:29.015504 [ 282 ] {} <Trace> HTTP-Session: b0ada898-2f30-4435-8aa5-bcae45b2e263 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1876 2024.11.04 23:55:29.015698 [ 282 ] {e9d0d062-b4ce-4dab-890b-d6273535d24c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57625) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
1877 2024.11.04 23:55:29.016052 [ 282 ] {e9d0d062-b4ce-4dab-890b-d6273535d24c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1878 2024.11.04 23:55:29.016117 [ 282 ] {e9d0d062-b4ce-4dab-890b-d6273535d24c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1879 2024.11.04 23:55:29.016480 [ 282 ] {e9d0d062-b4ce-4dab-890b-d6273535d24c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1880 2024.11.04 23:55:29.016547 [ 282 ] {e9d0d062-b4ce-4dab-890b-d6273535d24c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1881 2024.11.04 23:55:29.016689 [ 282 ] {e9d0d062-b4ce-4dab-890b-d6273535d24c} <Debug> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
1882 2024.11.04 23:55:29.016723 [ 282 ] {e9d0d062-b4ce-4dab-890b-d6273535d24c} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1883 2024.11.04 23:55:29.016746 [ 282 ] {e9d0d062-b4ce-4dab-890b-d6273535d24c} <Debug> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1884 2024.11.04 23:55:29.016765 [ 282 ] {e9d0d062-b4ce-4dab-890b-d6273535d24c} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Spreading mark ranges among streams (default reading)
1885 2024.11.04 23:55:29.016808 [ 282 ] {e9d0d062-b4ce-4dab-890b-d6273535d24c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1886 2024.11.04 23:55:29.016831 [ 282 ] {e9d0d062-b4ce-4dab-890b-d6273535d24c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 24 rows starting from 0
1887 2024.11.04 23:55:29.017685 [ 282 ] {e9d0d062-b4ce-4dab-890b-d6273535d24c} <Debug> executeQuery: Read 24 rows, 886.00 B in 0.002079 sec., 11544.011544011544 rows/sec., 416.18 KiB/sec.
1888 2024.11.04 23:55:29.017924 [ 282 ] {e9d0d062-b4ce-4dab-890b-d6273535d24c} <Debug> DynamicQueryHandler: Done processing query
1889 2024.11.04 23:55:29.017948 [ 282 ] {e9d0d062-b4ce-4dab-890b-d6273535d24c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1890 2024.11.04 23:55:29.017965 [ 282 ] {} <Debug> HTTP-Session: b0ada898-2f30-4435-8aa5-bcae45b2e263 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1891 2024.11.04 23:55:29.018214 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57625, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1892 2024.11.04 23:55:29.018272 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47987, User-Agent: (none), Length: 1236, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1893 2024.11.04 23:55:29.018328 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1894 2024.11.04 23:55:29.018350 [ 283 ] {} <Debug> HTTP-Session: e9778582-26c2-4cd1-8ab7-d7d33375e644 Authenticating user 'default' from [fd00:1122:3344:101::d]:47987
1895 2024.11.04 23:55:29.018367 [ 283 ] {} <Debug> HTTP-Session: e9778582-26c2-4cd1-8ab7-d7d33375e644 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1896 2024.11.04 23:55:29.018381 [ 283 ] {} <Debug> HTTP-Session: e9778582-26c2-4cd1-8ab7-d7d33375e644 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1897 2024.11.04 23:55:29.018412 [ 283 ] {} <Trace> HTTP-Session: e9778582-26c2-4cd1-8ab7-d7d33375e644 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1898 2024.11.04 23:55:29.018561 [ 283 ] {71f3ad0f-7e58-449c-a1bb-ee4a4ebbf8fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47987) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
1899 2024.11.04 23:55:29.018844 [ 283 ] {71f3ad0f-7e58-449c-a1bb-ee4a4ebbf8fa} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1900 2024.11.04 23:55:29.018891 [ 283 ] {71f3ad0f-7e58-449c-a1bb-ee4a4ebbf8fa} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1901 2024.11.04 23:55:29.019195 [ 283 ] {71f3ad0f-7e58-449c-a1bb-ee4a4ebbf8fa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1902 2024.11.04 23:55:29.019261 [ 283 ] {71f3ad0f-7e58-449c-a1bb-ee4a4ebbf8fa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1903 2024.11.04 23:55:29.019399 [ 283 ] {71f3ad0f-7e58-449c-a1bb-ee4a4ebbf8fa} <Debug> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
1904 2024.11.04 23:55:29.019431 [ 283 ] {71f3ad0f-7e58-449c-a1bb-ee4a4ebbf8fa} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1905 2024.11.04 23:55:29.019453 [ 283 ] {71f3ad0f-7e58-449c-a1bb-ee4a4ebbf8fa} <Debug> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1906 2024.11.04 23:55:29.019469 [ 283 ] {71f3ad0f-7e58-449c-a1bb-ee4a4ebbf8fa} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Spreading mark ranges among streams (default reading)
1907 2024.11.04 23:55:29.019511 [ 283 ] {71f3ad0f-7e58-449c-a1bb-ee4a4ebbf8fa} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1908 2024.11.04 23:55:29.019533 [ 283 ] {71f3ad0f-7e58-449c-a1bb-ee4a4ebbf8fa} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 24 rows starting from 0
1909 2024.11.04 23:55:29.020388 [ 283 ] {71f3ad0f-7e58-449c-a1bb-ee4a4ebbf8fa} <Debug> executeQuery: Read 24 rows, 886.00 B in 0.001892 sec., 12684.989429175475 rows/sec., 457.31 KiB/sec.
1910 2024.11.04 23:55:29.020621 [ 283 ] {71f3ad0f-7e58-449c-a1bb-ee4a4ebbf8fa} <Debug> DynamicQueryHandler: Done processing query
1911 2024.11.04 23:55:29.020645 [ 283 ] {71f3ad0f-7e58-449c-a1bb-ee4a4ebbf8fa} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB.
1912 2024.11.04 23:55:29.020661 [ 283 ] {} <Debug> HTTP-Session: e9778582-26c2-4cd1-8ab7-d7d33375e644 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1913 2024.11.04 23:55:29.020884 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47987, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1914 2024.11.04 23:55:29.021023 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54637, User-Agent: (none), Length: 1268, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1915 2024.11.04 23:55:29.021086 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1916 2024.11.04 23:55:29.021113 [ 282 ] {} <Debug> HTTP-Session: 4bd0573a-c3bc-4dab-8934-5cc4257aec5c Authenticating user 'default' from [fd00:1122:3344:101::d]:54637
1917 2024.11.04 23:55:29.021133 [ 282 ] {} <Debug> HTTP-Session: 4bd0573a-c3bc-4dab-8934-5cc4257aec5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1918 2024.11.04 23:55:29.021150 [ 282 ] {} <Debug> HTTP-Session: 4bd0573a-c3bc-4dab-8934-5cc4257aec5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1919 2024.11.04 23:55:29.021190 [ 282 ] {} <Trace> HTTP-Session: 4bd0573a-c3bc-4dab-8934-5cc4257aec5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1920 2024.11.04 23:55:29.021378 [ 282 ] {c71dd719-77f4-4824-b9e2-59a0d8ba0581} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54637) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
1921 2024.11.04 23:55:29.021705 [ 282 ] {c71dd719-77f4-4824-b9e2-59a0d8ba0581} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1922 2024.11.04 23:55:29.021754 [ 282 ] {c71dd719-77f4-4824-b9e2-59a0d8ba0581} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1923 2024.11.04 23:55:29.022064 [ 282 ] {c71dd719-77f4-4824-b9e2-59a0d8ba0581} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1924 2024.11.04 23:55:29.022130 [ 282 ] {c71dd719-77f4-4824-b9e2-59a0d8ba0581} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1925 2024.11.04 23:55:29.022272 [ 282 ] {c71dd719-77f4-4824-b9e2-59a0d8ba0581} <Debug> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
1926 2024.11.04 23:55:29.022306 [ 282 ] {c71dd719-77f4-4824-b9e2-59a0d8ba0581} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1927 2024.11.04 23:55:29.022329 [ 282 ] {c71dd719-77f4-4824-b9e2-59a0d8ba0581} <Debug> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1928 2024.11.04 23:55:29.022345 [ 282 ] {c71dd719-77f4-4824-b9e2-59a0d8ba0581} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Spreading mark ranges among streams (default reading)
1929 2024.11.04 23:55:29.022388 [ 282 ] {c71dd719-77f4-4824-b9e2-59a0d8ba0581} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1930 2024.11.04 23:55:29.022411 [ 282 ] {c71dd719-77f4-4824-b9e2-59a0d8ba0581} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 24 rows starting from 0
1931 2024.11.04 23:55:29.023247 [ 282 ] {c71dd719-77f4-4824-b9e2-59a0d8ba0581} <Debug> executeQuery: Read 24 rows, 886.00 B in 0.001967 sec., 12201.321809862735 rows/sec., 439.88 KiB/sec.
1932 2024.11.04 23:55:29.023489 [ 282 ] {c71dd719-77f4-4824-b9e2-59a0d8ba0581} <Debug> DynamicQueryHandler: Done processing query
1933 2024.11.04 23:55:29.023515 [ 282 ] {c71dd719-77f4-4824-b9e2-59a0d8ba0581} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB.
1934 2024.11.04 23:55:29.023532 [ 282 ] {} <Debug> HTTP-Session: 4bd0573a-c3bc-4dab-8934-5cc4257aec5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1935 2024.11.04 23:55:29.023789 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54637, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1936 2024.11.04 23:55:29.023839 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37333, User-Agent: (none), Length: 1304, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1937 2024.11.04 23:55:29.023900 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1938 2024.11.04 23:55:29.023928 [ 283 ] {} <Debug> HTTP-Session: 0277f35c-f95b-4140-baf7-1c8ccc3874d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:37333
1939 2024.11.04 23:55:29.023950 [ 283 ] {} <Debug> HTTP-Session: 0277f35c-f95b-4140-baf7-1c8ccc3874d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1940 2024.11.04 23:55:29.023967 [ 283 ] {} <Debug> HTTP-Session: 0277f35c-f95b-4140-baf7-1c8ccc3874d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1941 2024.11.04 23:55:29.024005 [ 283 ] {} <Trace> HTTP-Session: 0277f35c-f95b-4140-baf7-1c8ccc3874d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1942 2024.11.04 23:55:29.024189 [ 283 ] {615572a9-4724-447e-a66a-b9d20e41e847} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37333) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
1943 2024.11.04 23:55:29.024520 [ 283 ] {615572a9-4724-447e-a66a-b9d20e41e847} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1944 2024.11.04 23:55:29.024568 [ 283 ] {615572a9-4724-447e-a66a-b9d20e41e847} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1945 2024.11.04 23:55:29.024876 [ 283 ] {615572a9-4724-447e-a66a-b9d20e41e847} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1946 2024.11.04 23:55:29.024942 [ 283 ] {615572a9-4724-447e-a66a-b9d20e41e847} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1947 2024.11.04 23:55:29.025081 [ 283 ] {615572a9-4724-447e-a66a-b9d20e41e847} <Debug> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Key condition: (column 0 notIn 36-element set)
1948 2024.11.04 23:55:29.025116 [ 283 ] {615572a9-4724-447e-a66a-b9d20e41e847} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1949 2024.11.04 23:55:29.025139 [ 283 ] {615572a9-4724-447e-a66a-b9d20e41e847} <Debug> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1950 2024.11.04 23:55:29.025155 [ 283 ] {615572a9-4724-447e-a66a-b9d20e41e847} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Spreading mark ranges among streams (default reading)
1951 2024.11.04 23:55:29.025197 [ 283 ] {615572a9-4724-447e-a66a-b9d20e41e847} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1952 2024.11.04 23:55:29.025220 [ 283 ] {615572a9-4724-447e-a66a-b9d20e41e847} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 24 rows starting from 0
1953 2024.11.04 23:55:29.026082 [ 283 ] {615572a9-4724-447e-a66a-b9d20e41e847} <Debug> executeQuery: Read 24 rows, 886.00 B in 0.001986 sec., 12084.592145015105 rows/sec., 435.67 KiB/sec.
1954 2024.11.04 23:55:29.026344 [ 283 ] {615572a9-4724-447e-a66a-b9d20e41e847} <Debug> DynamicQueryHandler: Done processing query
1955 2024.11.04 23:55:29.026368 [ 283 ] {615572a9-4724-447e-a66a-b9d20e41e847} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB.
1956 2024.11.04 23:55:29.026385 [ 283 ] {} <Debug> HTTP-Session: 0277f35c-f95b-4140-baf7-1c8ccc3874d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1957 2024.11.04 23:55:29.026675 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37333, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1958 2024.11.04 23:55:29.026725 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63073, User-Agent: (none), Length: 1345, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1959 2024.11.04 23:55:29.026791 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1960 2024.11.04 23:55:29.026817 [ 282 ] {} <Debug> HTTP-Session: c3b9e870-16ec-49e4-8ee3-b018a7c89141 Authenticating user 'default' from [fd00:1122:3344:101::d]:63073
1961 2024.11.04 23:55:29.026837 [ 282 ] {} <Debug> HTTP-Session: c3b9e870-16ec-49e4-8ee3-b018a7c89141 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1962 2024.11.04 23:55:29.026854 [ 282 ] {} <Debug> HTTP-Session: c3b9e870-16ec-49e4-8ee3-b018a7c89141 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1963 2024.11.04 23:55:29.026892 [ 282 ] {} <Trace> HTTP-Session: c3b9e870-16ec-49e4-8ee3-b018a7c89141 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1964 2024.11.04 23:55:29.027076 [ 282 ] {1791829b-dce1-4a04-bdcc-86be269ee174} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63073) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
1965 2024.11.04 23:55:29.027429 [ 282 ] {1791829b-dce1-4a04-bdcc-86be269ee174} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1966 2024.11.04 23:55:29.027477 [ 282 ] {1791829b-dce1-4a04-bdcc-86be269ee174} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1967 2024.11.04 23:55:29.027796 [ 282 ] {1791829b-dce1-4a04-bdcc-86be269ee174} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1968 2024.11.04 23:55:29.027862 [ 282 ] {1791829b-dce1-4a04-bdcc-86be269ee174} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1969 2024.11.04 23:55:29.028005 [ 282 ] {1791829b-dce1-4a04-bdcc-86be269ee174} <Debug> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Key condition: (column 0 notIn 37-element set)
1970 2024.11.04 23:55:29.028038 [ 282 ] {1791829b-dce1-4a04-bdcc-86be269ee174} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1971 2024.11.04 23:55:29.028062 [ 282 ] {1791829b-dce1-4a04-bdcc-86be269ee174} <Debug> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1972 2024.11.04 23:55:29.028079 [ 282 ] {1791829b-dce1-4a04-bdcc-86be269ee174} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Spreading mark ranges among streams (default reading)
1973 2024.11.04 23:55:29.028122 [ 282 ] {1791829b-dce1-4a04-bdcc-86be269ee174} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1974 2024.11.04 23:55:29.028144 [ 282 ] {1791829b-dce1-4a04-bdcc-86be269ee174} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 24 rows starting from 0
1975 2024.11.04 23:55:29.029148 [ 282 ] {1791829b-dce1-4a04-bdcc-86be269ee174} <Debug> executeQuery: Read 24 rows, 886.00 B in 0.002167 sec., 11075.219197046608 rows/sec., 399.28 KiB/sec.
1976 2024.11.04 23:55:29.029416 [ 282 ] {1791829b-dce1-4a04-bdcc-86be269ee174} <Debug> DynamicQueryHandler: Done processing query
1977 2024.11.04 23:55:29.029442 [ 282 ] {1791829b-dce1-4a04-bdcc-86be269ee174} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB.
1978 2024.11.04 23:55:29.029459 [ 282 ] {} <Debug> HTTP-Session: c3b9e870-16ec-49e4-8ee3-b018a7c89141 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1979 2024.11.04 23:55:29.029740 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63073, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1980 2024.11.04 23:55:29.029790 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41859, User-Agent: (none), Length: 1373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1981 2024.11.04 23:55:29.029852 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1982 2024.11.04 23:55:29.029878 [ 283 ] {} <Debug> HTTP-Session: e0b7d420-c3c7-4095-b4ff-289e1a984c18 Authenticating user 'default' from [fd00:1122:3344:101::d]:41859
1983 2024.11.04 23:55:29.029898 [ 283 ] {} <Debug> HTTP-Session: e0b7d420-c3c7-4095-b4ff-289e1a984c18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1984 2024.11.04 23:55:29.029916 [ 283 ] {} <Debug> HTTP-Session: e0b7d420-c3c7-4095-b4ff-289e1a984c18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1985 2024.11.04 23:55:29.029954 [ 283 ] {} <Trace> HTTP-Session: e0b7d420-c3c7-4095-b4ff-289e1a984c18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1986 2024.11.04 23:55:29.030149 [ 283 ] {e3d5ff3f-1919-499e-b379-2639f12ee73f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41859) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
1987 2024.11.04 23:55:29.030490 [ 283 ] {e3d5ff3f-1919-499e-b379-2639f12ee73f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1988 2024.11.04 23:55:29.030538 [ 283 ] {e3d5ff3f-1919-499e-b379-2639f12ee73f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1989 2024.11.04 23:55:29.030852 [ 283 ] {e3d5ff3f-1919-499e-b379-2639f12ee73f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1990 2024.11.04 23:55:29.030918 [ 283 ] {e3d5ff3f-1919-499e-b379-2639f12ee73f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1991 2024.11.04 23:55:29.031056 [ 283 ] {e3d5ff3f-1919-499e-b379-2639f12ee73f} <Debug> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Key condition: (column 0 notIn 38-element set)
1992 2024.11.04 23:55:29.031089 [ 283 ] {e3d5ff3f-1919-499e-b379-2639f12ee73f} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1993 2024.11.04 23:55:29.031117 [ 283 ] {e3d5ff3f-1919-499e-b379-2639f12ee73f} <Debug> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1994 2024.11.04 23:55:29.031134 [ 283 ] {e3d5ff3f-1919-499e-b379-2639f12ee73f} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Spreading mark ranges among streams (default reading)
1995 2024.11.04 23:55:29.031176 [ 283 ] {e3d5ff3f-1919-499e-b379-2639f12ee73f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1996 2024.11.04 23:55:29.031199 [ 283 ] {e3d5ff3f-1919-499e-b379-2639f12ee73f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 24 rows starting from 0
1997 2024.11.04 23:55:29.032139 [ 283 ] {e3d5ff3f-1919-499e-b379-2639f12ee73f} <Debug> executeQuery: Read 24 rows, 886.00 B in 0.002091 sec., 11477.761836441894 rows/sec., 413.79 KiB/sec.
1998 2024.11.04 23:55:29.032409 [ 283 ] {e3d5ff3f-1919-499e-b379-2639f12ee73f} <Debug> DynamicQueryHandler: Done processing query
1999 2024.11.04 23:55:29.032433 [ 283 ] {e3d5ff3f-1919-499e-b379-2639f12ee73f} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB.
2000 2024.11.04 23:55:29.032450 [ 283 ] {} <Debug> HTTP-Session: e0b7d420-c3c7-4095-b4ff-289e1a984c18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2001 2024.11.04 23:55:29.032689 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41859, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2002 2024.11.04 23:55:29.032745 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37275, User-Agent: (none), Length: 1405, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2003 2024.11.04 23:55:29.032812 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2004 2024.11.04 23:55:29.032836 [ 282 ] {} <Debug> HTTP-Session: 22279b11-3b80-4d5d-a3c8-2165adbc3b08 Authenticating user 'default' from [fd00:1122:3344:101::d]:37275
2005 2024.11.04 23:55:29.032856 [ 282 ] {} <Debug> HTTP-Session: 22279b11-3b80-4d5d-a3c8-2165adbc3b08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2006 2024.11.04 23:55:29.032874 [ 282 ] {} <Debug> HTTP-Session: 22279b11-3b80-4d5d-a3c8-2165adbc3b08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2007 2024.11.04 23:55:29.032913 [ 282 ] {} <Trace> HTTP-Session: 22279b11-3b80-4d5d-a3c8-2165adbc3b08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2008 2024.11.04 23:55:29.033102 [ 282 ] {42869203-348b-45a8-9a46-2cc6a0e4c760} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37275) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
2009 2024.11.04 23:55:29.033455 [ 282 ] {42869203-348b-45a8-9a46-2cc6a0e4c760} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2010 2024.11.04 23:55:29.033506 [ 282 ] {42869203-348b-45a8-9a46-2cc6a0e4c760} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2011 2024.11.04 23:55:29.033831 [ 282 ] {42869203-348b-45a8-9a46-2cc6a0e4c760} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2012 2024.11.04 23:55:29.033897 [ 282 ] {42869203-348b-45a8-9a46-2cc6a0e4c760} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2013 2024.11.04 23:55:29.034042 [ 282 ] {42869203-348b-45a8-9a46-2cc6a0e4c760} <Debug> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Key condition: (column 0 notIn 39-element set)
2014 2024.11.04 23:55:29.034075 [ 282 ] {42869203-348b-45a8-9a46-2cc6a0e4c760} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2015 2024.11.04 23:55:29.034100 [ 282 ] {42869203-348b-45a8-9a46-2cc6a0e4c760} <Debug> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
2016 2024.11.04 23:55:29.034117 [ 282 ] {42869203-348b-45a8-9a46-2cc6a0e4c760} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Spreading mark ranges among streams (default reading)
2017 2024.11.04 23:55:29.034161 [ 282 ] {42869203-348b-45a8-9a46-2cc6a0e4c760} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2018 2024.11.04 23:55:29.034185 [ 282 ] {42869203-348b-45a8-9a46-2cc6a0e4c760} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 24 rows starting from 0
2019 2024.11.04 23:55:29.035125 [ 282 ] {42869203-348b-45a8-9a46-2cc6a0e4c760} <Debug> executeQuery: Read 24 rows, 886.00 B in 0.002117 sec., 11336.797354747285 rows/sec., 408.71 KiB/sec.
2020 2024.11.04 23:55:29.035399 [ 282 ] {42869203-348b-45a8-9a46-2cc6a0e4c760} <Debug> DynamicQueryHandler: Done processing query
2021 2024.11.04 23:55:29.035425 [ 282 ] {42869203-348b-45a8-9a46-2cc6a0e4c760} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB.
2022 2024.11.04 23:55:29.035443 [ 282 ] {} <Debug> HTTP-Session: 22279b11-3b80-4d5d-a3c8-2165adbc3b08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2023 2024.11.04 23:55:29.035665 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37275, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2024 2024.11.04 23:55:29.035765 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51630, User-Agent: (none), Length: 1437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2025 2024.11.04 23:55:29.035826 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2026 2024.11.04 23:55:29.035849 [ 283 ] {} <Debug> HTTP-Session: 2034c490-8339-4674-94ce-5069183f4d8d Authenticating user 'default' from [fd00:1122:3344:101::d]:51630
2027 2024.11.04 23:55:29.035869 [ 283 ] {} <Debug> HTTP-Session: 2034c490-8339-4674-94ce-5069183f4d8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2028 2024.11.04 23:55:29.035886 [ 283 ] {} <Debug> HTTP-Session: 2034c490-8339-4674-94ce-5069183f4d8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2029 2024.11.04 23:55:29.035923 [ 283 ] {} <Trace> HTTP-Session: 2034c490-8339-4674-94ce-5069183f4d8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2030 2024.11.04 23:55:29.036108 [ 283 ] {eddc0a67-1a24-4acb-b445-ee2ff7a75925} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51630) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
2031 2024.11.04 23:55:29.036455 [ 283 ] {eddc0a67-1a24-4acb-b445-ee2ff7a75925} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2032 2024.11.04 23:55:29.036505 [ 283 ] {eddc0a67-1a24-4acb-b445-ee2ff7a75925} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2033 2024.11.04 23:55:29.036828 [ 283 ] {eddc0a67-1a24-4acb-b445-ee2ff7a75925} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2034 2024.11.04 23:55:29.036892 [ 283 ] {eddc0a67-1a24-4acb-b445-ee2ff7a75925} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2035 2024.11.04 23:55:29.037033 [ 283 ] {eddc0a67-1a24-4acb-b445-ee2ff7a75925} <Debug> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Key condition: (column 0 notIn 40-element set)
2036 2024.11.04 23:55:29.037064 [ 283 ] {eddc0a67-1a24-4acb-b445-ee2ff7a75925} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2037 2024.11.04 23:55:29.037087 [ 283 ] {eddc0a67-1a24-4acb-b445-ee2ff7a75925} <Debug> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
2038 2024.11.04 23:55:29.037104 [ 283 ] {eddc0a67-1a24-4acb-b445-ee2ff7a75925} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Spreading mark ranges among streams (default reading)
2039 2024.11.04 23:55:29.037145 [ 283 ] {eddc0a67-1a24-4acb-b445-ee2ff7a75925} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2040 2024.11.04 23:55:29.037168 [ 283 ] {eddc0a67-1a24-4acb-b445-ee2ff7a75925} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 24 rows starting from 0
2041 2024.11.04 23:55:29.038066 [ 283 ] {eddc0a67-1a24-4acb-b445-ee2ff7a75925} <Debug> executeQuery: Read 24 rows, 886.00 B in 0.002053 sec., 11690.209449585971 rows/sec., 421.45 KiB/sec.
2042 2024.11.04 23:55:29.038318 [ 283 ] {eddc0a67-1a24-4acb-b445-ee2ff7a75925} <Debug> DynamicQueryHandler: Done processing query
2043 2024.11.04 23:55:29.038343 [ 283 ] {eddc0a67-1a24-4acb-b445-ee2ff7a75925} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB.
2044 2024.11.04 23:55:29.038360 [ 283 ] {} <Debug> HTTP-Session: 2034c490-8339-4674-94ce-5069183f4d8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2045 2024.11.04 23:55:29.038613 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51630, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2046 2024.11.04 23:55:29.038678 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41790, User-Agent: (none), Length: 1479, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2047 2024.11.04 23:55:29.038744 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2048 2024.11.04 23:55:29.038769 [ 282 ] {} <Debug> HTTP-Session: 924c9558-15a6-47ea-80de-6fc6ecf3fdfa Authenticating user 'default' from [fd00:1122:3344:101::d]:41790
2049 2024.11.04 23:55:29.038789 [ 282 ] {} <Debug> HTTP-Session: 924c9558-15a6-47ea-80de-6fc6ecf3fdfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2050 2024.11.04 23:55:29.038806 [ 282 ] {} <Debug> HTTP-Session: 924c9558-15a6-47ea-80de-6fc6ecf3fdfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2051 2024.11.04 23:55:29.038845 [ 282 ] {} <Trace> HTTP-Session: 924c9558-15a6-47ea-80de-6fc6ecf3fdfa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2052 2024.11.04 23:55:29.039035 [ 282 ] {a988bcf6-1424-4c52-9832-b9021fd82f81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41790) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
2053 2024.11.04 23:55:29.039403 [ 282 ] {a988bcf6-1424-4c52-9832-b9021fd82f81} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2054 2024.11.04 23:55:29.039454 [ 282 ] {a988bcf6-1424-4c52-9832-b9021fd82f81} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2055 2024.11.04 23:55:29.039783 [ 282 ] {a988bcf6-1424-4c52-9832-b9021fd82f81} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2056 2024.11.04 23:55:29.039849 [ 282 ] {a988bcf6-1424-4c52-9832-b9021fd82f81} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2057 2024.11.04 23:55:29.039991 [ 282 ] {a988bcf6-1424-4c52-9832-b9021fd82f81} <Debug> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Key condition: (column 0 notIn 41-element set)
2058 2024.11.04 23:55:29.040024 [ 282 ] {a988bcf6-1424-4c52-9832-b9021fd82f81} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2059 2024.11.04 23:55:29.040047 [ 282 ] {a988bcf6-1424-4c52-9832-b9021fd82f81} <Debug> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
2060 2024.11.04 23:55:29.040063 [ 282 ] {a988bcf6-1424-4c52-9832-b9021fd82f81} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Spreading mark ranges among streams (default reading)
2061 2024.11.04 23:55:29.040110 [ 282 ] {a988bcf6-1424-4c52-9832-b9021fd82f81} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2062 2024.11.04 23:55:29.040133 [ 282 ] {a988bcf6-1424-4c52-9832-b9021fd82f81} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 24 rows starting from 0
2063 2024.11.04 23:55:29.040980 [ 282 ] {a988bcf6-1424-4c52-9832-b9021fd82f81} <Debug> executeQuery: Read 24 rows, 886.00 B in 0.002046 sec., 11730.205278592375 rows/sec., 422.89 KiB/sec.
2064 2024.11.04 23:55:29.041241 [ 282 ] {a988bcf6-1424-4c52-9832-b9021fd82f81} <Debug> DynamicQueryHandler: Done processing query
2065 2024.11.04 23:55:29.041266 [ 282 ] {a988bcf6-1424-4c52-9832-b9021fd82f81} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB.
2066 2024.11.04 23:55:29.041283 [ 282 ] {} <Debug> HTTP-Session: 924c9558-15a6-47ea-80de-6fc6ecf3fdfa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2067 2024.11.04 23:55:29.042761 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41790, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2068 2024.11.04 23:55:29.042804 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38369, User-Agent: (none), Length: 5000, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2069 2024.11.04 23:55:29.042869 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2070 2024.11.04 23:55:29.042895 [ 283 ] {} <Debug> HTTP-Session: 84072825-00bb-4427-83da-6f4a9268ac2a Authenticating user 'default' from [fd00:1122:3344:101::d]:38369
2071 2024.11.04 23:55:29.042916 [ 283 ] {} <Debug> HTTP-Session: 84072825-00bb-4427-83da-6f4a9268ac2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2072 2024.11.04 23:55:29.042933 [ 283 ] {} <Debug> HTTP-Session: 84072825-00bb-4427-83da-6f4a9268ac2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2073 2024.11.04 23:55:29.042971 [ 283 ] {} <Trace> HTTP-Session: 84072825-00bb-4427-83da-6f4a9268ac2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2074 2024.11.04 23:55:29.043115 [ 283 ] {d9dff835-a0aa-498d-b69e-206d28772da5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38369) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
2075 2024.11.04 23:55:29.043170 [ 283 ] {d9dff835-a0aa-498d-b69e-206d28772da5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2076 2024.11.04 23:55:29.043371 [ 283 ] {d9dff835-a0aa-498d-b69e-206d28772da5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2077 2024.11.04 23:55:29.043749 [ 283 ] {d9dff835-a0aa-498d-b69e-206d28772da5} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2078 2024.11.04 23:55:29.043786 [ 283 ] {d9dff835-a0aa-498d-b69e-206d28772da5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2079 2024.11.04 23:55:29.044267 [ 283 ] {d9dff835-a0aa-498d-b69e-206d28772da5} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2080 2024.11.04 23:55:29.044579 [ 283 ] {d9dff835-a0aa-498d-b69e-206d28772da5} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2081 2024.11.04 23:55:29.044745 [ 283 ] {d9dff835-a0aa-498d-b69e-206d28772da5} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.001683 sec., 10695.1871657754 rows/sec., 1.46 MiB/sec.
2082 2024.11.04 23:55:29.044966 [ 283 ] {d9dff835-a0aa-498d-b69e-206d28772da5} <Debug> DynamicQueryHandler: Done processing query
2083 2024.11.04 23:55:29.044991 [ 283 ] {d9dff835-a0aa-498d-b69e-206d28772da5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
2084 2024.11.04 23:55:29.045007 [ 283 ] {} <Debug> HTTP-Session: 84072825-00bb-4427-83da-6f4a9268ac2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2085 2024.11.04 23:55:29.045140 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38369, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2086 2024.11.04 23:55:29.045234 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50623, User-Agent: (none), Length: 4264, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2087 2024.11.04 23:55:29.045295 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2088 2024.11.04 23:55:29.045318 [ 282 ] {} <Debug> HTTP-Session: e3b347b0-073a-45e4-8094-078b7ef2760a Authenticating user 'default' from [fd00:1122:3344:101::d]:50623
2089 2024.11.04 23:55:29.045338 [ 282 ] {} <Debug> HTTP-Session: e3b347b0-073a-45e4-8094-078b7ef2760a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2090 2024.11.04 23:55:29.045356 [ 282 ] {} <Debug> HTTP-Session: e3b347b0-073a-45e4-8094-078b7ef2760a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2091 2024.11.04 23:55:29.045394 [ 282 ] {} <Trace> HTTP-Session: e3b347b0-073a-45e4-8094-078b7ef2760a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2092 2024.11.04 23:55:29.045522 [ 282 ] {d0fa862e-467f-4d23-8881-fc295032a85f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50623) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2093 2024.11.04 23:55:29.045574 [ 282 ] {d0fa862e-467f-4d23-8881-fc295032a85f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2094 2024.11.04 23:55:29.045855 [ 282 ] {d0fa862e-467f-4d23-8881-fc295032a85f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2095 2024.11.04 23:55:29.046253 [ 282 ] {d0fa862e-467f-4d23-8881-fc295032a85f} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2096 2024.11.04 23:55:29.046297 [ 282 ] {d0fa862e-467f-4d23-8881-fc295032a85f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2097 2024.11.04 23:55:29.046673 [ 282 ] {d0fa862e-467f-4d23-8881-fc295032a85f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2098 2024.11.04 23:55:29.047028 [ 282 ] {d0fa862e-467f-4d23-8881-fc295032a85f} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2099 2024.11.04 23:55:29.047189 [ 282 ] {d0fa862e-467f-4d23-8881-fc295032a85f} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001706 sec., 17584.994138335285 rows/sec., 1.37 MiB/sec.
2100 2024.11.04 23:55:29.047415 [ 282 ] {d0fa862e-467f-4d23-8881-fc295032a85f} <Debug> DynamicQueryHandler: Done processing query
2101 2024.11.04 23:55:29.047442 [ 282 ] {d0fa862e-467f-4d23-8881-fc295032a85f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
2102 2024.11.04 23:55:29.047458 [ 282 ] {} <Debug> HTTP-Session: e3b347b0-073a-45e4-8094-078b7ef2760a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2103 2024.11.04 23:55:29.047598 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38369, User-Agent: (none), Length: 6148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2104 2024.11.04 23:55:29.047609 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50623, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2105 2024.11.04 23:55:29.047658 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2106 2024.11.04 23:55:29.047685 [ 283 ] {} <Debug> HTTP-Session: d94a086f-8932-47c3-90eb-19982d85346f Authenticating user 'default' from [fd00:1122:3344:101::d]:38369
2107 2024.11.04 23:55:29.047706 [ 283 ] {} <Debug> HTTP-Session: d94a086f-8932-47c3-90eb-19982d85346f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2108 2024.11.04 23:55:29.047725 [ 283 ] {} <Debug> HTTP-Session: d94a086f-8932-47c3-90eb-19982d85346f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2109 2024.11.04 23:55:29.047765 [ 283 ] {} <Trace> HTTP-Session: d94a086f-8932-47c3-90eb-19982d85346f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2110 2024.11.04 23:55:29.047893 [ 283 ] {8805d6cf-82e8-48d9-ae05-23fecae53fc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38369) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2111 2024.11.04 23:55:29.047945 [ 283 ] {8805d6cf-82e8-48d9-ae05-23fecae53fc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2112 2024.11.04 23:55:29.048225 [ 283 ] {8805d6cf-82e8-48d9-ae05-23fecae53fc6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2113 2024.11.04 23:55:29.048577 [ 283 ] {8805d6cf-82e8-48d9-ae05-23fecae53fc6} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2114 2024.11.04 23:55:29.048612 [ 283 ] {8805d6cf-82e8-48d9-ae05-23fecae53fc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2115 2024.11.04 23:55:29.048958 [ 283 ] {8805d6cf-82e8-48d9-ae05-23fecae53fc6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2116 2024.11.04 23:55:29.049310 [ 283 ] {8805d6cf-82e8-48d9-ae05-23fecae53fc6} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2117 2024.11.04 23:55:29.049435 [ 283 ] {8805d6cf-82e8-48d9-ae05-23fecae53fc6} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.00158 sec., 22784.810126582277 rows/sec., 1.78 MiB/sec.
2118 2024.11.04 23:55:29.049664 [ 283 ] {8805d6cf-82e8-48d9-ae05-23fecae53fc6} <Debug> DynamicQueryHandler: Done processing query
2119 2024.11.04 23:55:29.049688 [ 283 ] {8805d6cf-82e8-48d9-ae05-23fecae53fc6} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
2120 2024.11.04 23:55:29.049704 [ 283 ] {} <Debug> HTTP-Session: d94a086f-8932-47c3-90eb-19982d85346f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2121 2024.11.04 23:55:29.049840 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38369, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2122 2024.11.04 23:55:29.049958 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33638, User-Agent: (none), Length: 6970, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2123 2024.11.04 23:55:29.050011 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2124 2024.11.04 23:55:29.050031 [ 282 ] {} <Debug> HTTP-Session: 793906d2-e962-40bd-ace7-c69f668b7ef5 Authenticating user 'default' from [fd00:1122:3344:101::d]:33638
2125 2024.11.04 23:55:29.050047 [ 282 ] {} <Debug> HTTP-Session: 793906d2-e962-40bd-ace7-c69f668b7ef5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2126 2024.11.04 23:55:29.050061 [ 282 ] {} <Debug> HTTP-Session: 793906d2-e962-40bd-ace7-c69f668b7ef5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2127 2024.11.04 23:55:29.050092 [ 282 ] {} <Trace> HTTP-Session: 793906d2-e962-40bd-ace7-c69f668b7ef5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2128 2024.11.04 23:55:29.050206 [ 282 ] {5066752c-d9ae-4960-8f7f-77f406d473c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33638) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
2129 2024.11.04 23:55:29.050251 [ 282 ] {5066752c-d9ae-4960-8f7f-77f406d473c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2130 2024.11.04 23:55:29.050397 [ 282 ] {5066752c-d9ae-4960-8f7f-77f406d473c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2131 2024.11.04 23:55:29.050700 [ 282 ] {5066752c-d9ae-4960-8f7f-77f406d473c6} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2132 2024.11.04 23:55:29.050736 [ 282 ] {5066752c-d9ae-4960-8f7f-77f406d473c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2133 2024.11.04 23:55:29.051103 [ 282 ] {5066752c-d9ae-4960-8f7f-77f406d473c6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2134 2024.11.04 23:55:29.051429 [ 282 ] {5066752c-d9ae-4960-8f7f-77f406d473c6} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2135 2024.11.04 23:55:29.051579 [ 282 ] {5066752c-d9ae-4960-8f7f-77f406d473c6} <Debug> executeQuery: Read 36 rows, 2.59 KiB in 0.001401 sec., 25695.93147751606 rows/sec., 1.80 MiB/sec.
2136 2024.11.04 23:55:29.051755 [ 282 ] {5066752c-d9ae-4960-8f7f-77f406d473c6} <Debug> DynamicQueryHandler: Done processing query
2137 2024.11.04 23:55:29.051779 [ 282 ] {5066752c-d9ae-4960-8f7f-77f406d473c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
2138 2024.11.04 23:55:29.051795 [ 282 ] {} <Debug> HTTP-Session: 793906d2-e962-40bd-ace7-c69f668b7ef5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2139 2024.11.04 23:55:29.051960 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33638, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2140 2024.11.04 23:55:29.051997 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38369, User-Agent: (none), Length: 2754, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2141 2024.11.04 23:55:29.052058 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2142 2024.11.04 23:55:29.052084 [ 283 ] {} <Debug> HTTP-Session: bf5d0885-8b8a-4609-8a51-d2745e6ac982 Authenticating user 'default' from [fd00:1122:3344:101::d]:38369
2143 2024.11.04 23:55:29.052107 [ 283 ] {} <Debug> HTTP-Session: bf5d0885-8b8a-4609-8a51-d2745e6ac982 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2144 2024.11.04 23:55:29.052124 [ 283 ] {} <Debug> HTTP-Session: bf5d0885-8b8a-4609-8a51-d2745e6ac982 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2145 2024.11.04 23:55:29.052161 [ 283 ] {} <Trace> HTTP-Session: bf5d0885-8b8a-4609-8a51-d2745e6ac982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2146 2024.11.04 23:55:29.052283 [ 283 ] {a7e13848-ee10-47ac-a217-e1baa2a7cb04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38369) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
2147 2024.11.04 23:55:29.052336 [ 283 ] {a7e13848-ee10-47ac-a217-e1baa2a7cb04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2148 2024.11.04 23:55:29.052474 [ 283 ] {a7e13848-ee10-47ac-a217-e1baa2a7cb04} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2149 2024.11.04 23:55:29.052986 [ 283 ] {a7e13848-ee10-47ac-a217-e1baa2a7cb04} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2150 2024.11.04 23:55:29.053022 [ 283 ] {a7e13848-ee10-47ac-a217-e1baa2a7cb04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2151 2024.11.04 23:55:29.053379 [ 283 ] {a7e13848-ee10-47ac-a217-e1baa2a7cb04} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2152 2024.11.04 23:55:29.053721 [ 283 ] {a7e13848-ee10-47ac-a217-e1baa2a7cb04} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2153 2024.11.04 23:55:29.053876 [ 283 ] {a7e13848-ee10-47ac-a217-e1baa2a7cb04} <Debug> executeQuery: Read 18 rows, 1.22 KiB in 0.001631 sec., 11036.174126302882 rows/sec., 749.04 KiB/sec.
2154 2024.11.04 23:55:29.054091 [ 283 ] {a7e13848-ee10-47ac-a217-e1baa2a7cb04} <Debug> DynamicQueryHandler: Done processing query
2155 2024.11.04 23:55:29.054116 [ 283 ] {a7e13848-ee10-47ac-a217-e1baa2a7cb04} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
2156 2024.11.04 23:55:29.054132 [ 283 ] {} <Debug> HTTP-Session: bf5d0885-8b8a-4609-8a51-d2745e6ac982 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2157 2024.11.04 23:55:29.054286 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38369, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2158 2024.11.04 23:55:30.000171 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.34 MiB, peak 153.73 MiB, free memory in arenas 0.00 B, will set to 148.65 MiB (RSS), difference: 2.31 MiB
2159 2024.11.04 23:55:30.416463 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache
2160 2024.11.04 23:55:30.416564 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache
2161 2024.11.04 23:55:30.483992 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 248
2162 2024.11.04 23:55:30.488644 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2163 2024.11.04 23:55:30.488691 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2164 2024.11.04 23:55:30.490599 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2165 2024.11.04 23:55:30.491641 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2166 2024.11.04 23:55:30.492627 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 248
2167 2024.11.04 23:55:33.592129 [ 3 ] {} <Debug> TCPHandler: Done processing connection.
2168 2024.11.04 23:55:33.592225 [ 3 ] {} <Debug> TCP-Session: 64a6935e-e73a-42fe-bdb3-c603c849f374 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2169 2024.11.04 23:55:33.953055 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33956, User-Agent: (none), Length: 4264, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2170 2024.11.04 23:55:33.953215 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2171 2024.11.04 23:55:33.953263 [ 283 ] {} <Debug> HTTP-Session: ba2ed0d0-a1c2-4760-a51e-b520ebae54fe Authenticating user 'default' from [fd00:1122:3344:101::d]:33956
2172 2024.11.04 23:55:33.953305 [ 283 ] {} <Debug> HTTP-Session: ba2ed0d0-a1c2-4760-a51e-b520ebae54fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2173 2024.11.04 23:55:33.953333 [ 283 ] {} <Debug> HTTP-Session: ba2ed0d0-a1c2-4760-a51e-b520ebae54fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2174 2024.11.04 23:55:33.953414 [ 283 ] {} <Trace> HTTP-Session: ba2ed0d0-a1c2-4760-a51e-b520ebae54fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2175 2024.11.04 23:55:33.953694 [ 283 ] {52cd1bce-a2da-4464-9d8d-e5b4f9f5db3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33956) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2176 2024.11.04 23:55:33.953763 [ 283 ] {52cd1bce-a2da-4464-9d8d-e5b4f9f5db3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2177 2024.11.04 23:55:33.954100 [ 283 ] {52cd1bce-a2da-4464-9d8d-e5b4f9f5db3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2178 2024.11.04 23:55:33.954627 [ 283 ] {52cd1bce-a2da-4464-9d8d-e5b4f9f5db3c} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2179 2024.11.04 23:55:33.954673 [ 283 ] {52cd1bce-a2da-4464-9d8d-e5b4f9f5db3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2180 2024.11.04 23:55:33.955105 [ 283 ] {52cd1bce-a2da-4464-9d8d-e5b4f9f5db3c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2181 2024.11.04 23:55:33.955501 [ 283 ] {52cd1bce-a2da-4464-9d8d-e5b4f9f5db3c} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2182 2024.11.04 23:55:33.955696 [ 283 ] {52cd1bce-a2da-4464-9d8d-e5b4f9f5db3c} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.002072 sec., 14478.764478764479 rows/sec., 1.13 MiB/sec.
2183 2024.11.04 23:55:33.956241 [ 283 ] {52cd1bce-a2da-4464-9d8d-e5b4f9f5db3c} <Debug> DynamicQueryHandler: Done processing query
2184 2024.11.04 23:55:33.956270 [ 283 ] {52cd1bce-a2da-4464-9d8d-e5b4f9f5db3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
2185 2024.11.04 23:55:33.956288 [ 283 ] {} <Debug> HTTP-Session: ba2ed0d0-a1c2-4760-a51e-b520ebae54fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2186 2024.11.04 23:55:33.956512 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33956, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2187 2024.11.04 23:55:33.956558 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44310, User-Agent: (none), Length: 6148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2188 2024.11.04 23:55:33.956639 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2189 2024.11.04 23:55:33.956667 [ 282 ] {} <Debug> HTTP-Session: 525ba5a6-4209-4488-9495-22b1994b13e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:44310
2190 2024.11.04 23:55:33.956691 [ 282 ] {} <Debug> HTTP-Session: 525ba5a6-4209-4488-9495-22b1994b13e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2191 2024.11.04 23:55:33.956708 [ 282 ] {} <Debug> HTTP-Session: 525ba5a6-4209-4488-9495-22b1994b13e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2192 2024.11.04 23:55:33.956751 [ 282 ] {} <Trace> HTTP-Session: 525ba5a6-4209-4488-9495-22b1994b13e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2193 2024.11.04 23:55:33.956898 [ 282 ] {265684d5-b39d-4553-b235-fceab1ca389b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44310) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2194 2024.11.04 23:55:33.956955 [ 282 ] {265684d5-b39d-4553-b235-fceab1ca389b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2195 2024.11.04 23:55:33.957269 [ 282 ] {265684d5-b39d-4553-b235-fceab1ca389b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2196 2024.11.04 23:55:33.957676 [ 282 ] {265684d5-b39d-4553-b235-fceab1ca389b} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2197 2024.11.04 23:55:33.957715 [ 282 ] {265684d5-b39d-4553-b235-fceab1ca389b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2198 2024.11.04 23:55:33.958097 [ 282 ] {265684d5-b39d-4553-b235-fceab1ca389b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2199 2024.11.04 23:55:33.958466 [ 282 ] {265684d5-b39d-4553-b235-fceab1ca389b} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2200 2024.11.04 23:55:33.958653 [ 282 ] {265684d5-b39d-4553-b235-fceab1ca389b} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001785 sec., 20168.06722689076 rows/sec., 1.58 MiB/sec.
2201 2024.11.04 23:55:33.959315 [ 282 ] {265684d5-b39d-4553-b235-fceab1ca389b} <Debug> DynamicQueryHandler: Done processing query
2202 2024.11.04 23:55:33.959341 [ 282 ] {265684d5-b39d-4553-b235-fceab1ca389b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
2203 2024.11.04 23:55:33.959358 [ 282 ] {} <Debug> HTTP-Session: 525ba5a6-4209-4488-9495-22b1994b13e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2204 2024.11.04 23:55:33.959584 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44310, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2205 2024.11.04 23:55:33.959701 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49407, User-Agent: (none), Length: 11572, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2206 2024.11.04 23:55:33.959768 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2207 2024.11.04 23:55:33.959794 [ 283 ] {} <Debug> HTTP-Session: bc0b017b-bca6-4e65-a2dc-ef81672d6341 Authenticating user 'default' from [fd00:1122:3344:101::d]:49407
2208 2024.11.04 23:55:33.959816 [ 283 ] {} <Debug> HTTP-Session: bc0b017b-bca6-4e65-a2dc-ef81672d6341 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2209 2024.11.04 23:55:33.959833 [ 283 ] {} <Debug> HTTP-Session: bc0b017b-bca6-4e65-a2dc-ef81672d6341 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2210 2024.11.04 23:55:33.959873 [ 283 ] {} <Trace> HTTP-Session: bc0b017b-bca6-4e65-a2dc-ef81672d6341 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2211 2024.11.04 23:55:33.960031 [ 283 ] {7a9a7213-cb7c-4f46-a947-d22c7cef9a03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49407) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
2212 2024.11.04 23:55:33.960090 [ 283 ] {7a9a7213-cb7c-4f46-a947-d22c7cef9a03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2213 2024.11.04 23:55:33.960306 [ 283 ] {7a9a7213-cb7c-4f46-a947-d22c7cef9a03} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2214 2024.11.04 23:55:33.960678 [ 283 ] {7a9a7213-cb7c-4f46-a947-d22c7cef9a03} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2215 2024.11.04 23:55:33.960715 [ 283 ] {7a9a7213-cb7c-4f46-a947-d22c7cef9a03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2216 2024.11.04 23:55:33.961109 [ 283 ] {7a9a7213-cb7c-4f46-a947-d22c7cef9a03} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2217 2024.11.04 23:55:33.961458 [ 283 ] {7a9a7213-cb7c-4f46-a947-d22c7cef9a03} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2218 2024.11.04 23:55:33.961649 [ 283 ] {7a9a7213-cb7c-4f46-a947-d22c7cef9a03} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001665 sec., 36036.036036036036 rows/sec., 2.53 MiB/sec.
2219 2024.11.04 23:55:33.961932 [ 283 ] {7a9a7213-cb7c-4f46-a947-d22c7cef9a03} <Debug> DynamicQueryHandler: Done processing query
2220 2024.11.04 23:55:33.961957 [ 283 ] {7a9a7213-cb7c-4f46-a947-d22c7cef9a03} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2221 2024.11.04 23:55:33.961973 [ 283 ] {} <Debug> HTTP-Session: bc0b017b-bca6-4e65-a2dc-ef81672d6341 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2222 2024.11.04 23:55:33.962154 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44310, User-Agent: (none), Length: 4552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2223 2024.11.04 23:55:33.962163 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49407, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2224 2024.11.04 23:55:33.962220 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2225 2024.11.04 23:55:33.962246 [ 282 ] {} <Debug> HTTP-Session: aee650a6-4ae6-4726-980a-38ce21305896 Authenticating user 'default' from [fd00:1122:3344:101::d]:44310
2226 2024.11.04 23:55:33.962268 [ 282 ] {} <Debug> HTTP-Session: aee650a6-4ae6-4726-980a-38ce21305896 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2227 2024.11.04 23:55:33.962285 [ 282 ] {} <Debug> HTTP-Session: aee650a6-4ae6-4726-980a-38ce21305896 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2228 2024.11.04 23:55:33.962324 [ 282 ] {} <Trace> HTTP-Session: aee650a6-4ae6-4726-980a-38ce21305896 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2229 2024.11.04 23:55:33.962455 [ 282 ] {7f843f51-49aa-4fbc-b0a2-ad6e4aa72107} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44310) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
2230 2024.11.04 23:55:33.962511 [ 282 ] {7f843f51-49aa-4fbc-b0a2-ad6e4aa72107} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2231 2024.11.04 23:55:33.962671 [ 282 ] {7f843f51-49aa-4fbc-b0a2-ad6e4aa72107} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2232 2024.11.04 23:55:33.962971 [ 282 ] {7f843f51-49aa-4fbc-b0a2-ad6e4aa72107} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2233 2024.11.04 23:55:33.963008 [ 282 ] {7f843f51-49aa-4fbc-b0a2-ad6e4aa72107} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2234 2024.11.04 23:55:33.963357 [ 282 ] {7f843f51-49aa-4fbc-b0a2-ad6e4aa72107} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2235 2024.11.04 23:55:33.963662 [ 282 ] {7f843f51-49aa-4fbc-b0a2-ad6e4aa72107} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2236 2024.11.04 23:55:33.963822 [ 282 ] {7f843f51-49aa-4fbc-b0a2-ad6e4aa72107} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001446 sec., 20746.887966804978 rows/sec., 1.38 MiB/sec.
2237 2024.11.04 23:55:33.964167 [ 282 ] {7f843f51-49aa-4fbc-b0a2-ad6e4aa72107} <Debug> DynamicQueryHandler: Done processing query
2238 2024.11.04 23:55:33.964192 [ 282 ] {7f843f51-49aa-4fbc-b0a2-ad6e4aa72107} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
2239 2024.11.04 23:55:33.964208 [ 282 ] {} <Debug> HTTP-Session: aee650a6-4ae6-4726-980a-38ce21305896 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2240 2024.11.04 23:55:33.964373 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44310, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2241 2024.11.04 23:55:34.000154 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 147.63 MiB, peak 153.73 MiB, free memory in arenas 0.00 B, will set to 149.34 MiB (RSS), difference: 1.70 MiB
2242 2024.11.04 23:55:38.957639 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57364, User-Agent: (none), Length: 32247, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2243 2024.11.04 23:55:38.957805 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2244 2024.11.04 23:55:38.957838 [ 282 ] {} <Debug> HTTP-Session: 4876baa4-19dd-4314-b6fe-323dbcf0d758 Authenticating user 'default' from [fd00:1122:3344:101::d]:57364
2245 2024.11.04 23:55:38.957868 [ 282 ] {} <Debug> HTTP-Session: 4876baa4-19dd-4314-b6fe-323dbcf0d758 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2246 2024.11.04 23:55:38.957888 [ 282 ] {} <Debug> HTTP-Session: 4876baa4-19dd-4314-b6fe-323dbcf0d758 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2247 2024.11.04 23:55:38.957950 [ 282 ] {} <Trace> HTTP-Session: 4876baa4-19dd-4314-b6fe-323dbcf0d758 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2248 2024.11.04 23:55:38.958235 [ 282 ] {b89975e0-6bc4-4a68-90d1-fdb36e25c001} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57364) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2249 2024.11.04 23:55:38.958315 [ 282 ] {b89975e0-6bc4-4a68-90d1-fdb36e25c001} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2250 2024.11.04 23:55:38.958706 [ 282 ] {b89975e0-6bc4-4a68-90d1-fdb36e25c001} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2251 2024.11.04 23:55:38.959327 [ 282 ] {b89975e0-6bc4-4a68-90d1-fdb36e25c001} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2252 2024.11.04 23:55:38.959375 [ 282 ] {b89975e0-6bc4-4a68-90d1-fdb36e25c001} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2253 2024.11.04 23:55:38.959814 [ 282 ] {b89975e0-6bc4-4a68-90d1-fdb36e25c001} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2254 2024.11.04 23:55:38.960215 [ 282 ] {b89975e0-6bc4-4a68-90d1-fdb36e25c001} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2255 2024.11.04 23:55:38.960374 [ 282 ] {b89975e0-6bc4-4a68-90d1-fdb36e25c001} <Debug> executeQuery: Read 211 rows, 19.40 KiB in 0.002256 sec., 93528.36879432623 rows/sec., 8.40 MiB/sec.
2256 2024.11.04 23:55:38.960427 [ 62 ] {} <Debug> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2257 2024.11.04 23:55:38.960559 [ 62 ] {} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2258 2024.11.04 23:55:38.960590 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2259 2024.11.04 23:55:38.960729 [ 282 ] {b89975e0-6bc4-4a68-90d1-fdb36e25c001} <Debug> DynamicQueryHandler: Done processing query
2260 2024.11.04 23:55:38.960837 [ 282 ] {b89975e0-6bc4-4a68-90d1-fdb36e25c001} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
2261 2024.11.04 23:55:38.960887 [ 282 ] {} <Debug> HTTP-Session: 4876baa4-19dd-4314-b6fe-323dbcf0d758 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2262 2024.11.04 23:55:38.961106 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57364, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2263 2024.11.04 23:55:38.961231 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64037, User-Agent: (none), Length: 3493, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2264 2024.11.04 23:55:38.961308 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2265 2024.11.04 23:55:38.961340 [ 283 ] {} <Debug> HTTP-Session: 84557fbe-1e8b-416b-b625-a6e75c1f4dee Authenticating user 'default' from [fd00:1122:3344:101::d]:64037
2266 2024.11.04 23:55:38.961363 [ 283 ] {} <Debug> HTTP-Session: 84557fbe-1e8b-416b-b625-a6e75c1f4dee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2267 2024.11.04 23:55:38.961381 [ 283 ] {} <Debug> HTTP-Session: 84557fbe-1e8b-416b-b625-a6e75c1f4dee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2268 2024.11.04 23:55:38.961425 [ 283 ] {} <Trace> HTTP-Session: 84557fbe-1e8b-416b-b625-a6e75c1f4dee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2269 2024.11.04 23:55:38.961573 [ 283 ] {9f24ae22-bf5a-4714-b23f-0ac8be524532} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64037) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
2270 2024.11.04 23:55:38.961632 [ 283 ] {9f24ae22-bf5a-4714-b23f-0ac8be524532} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2271 2024.11.04 23:55:38.961916 [ 283 ] {9f24ae22-bf5a-4714-b23f-0ac8be524532} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2272 2024.11.04 23:55:38.962303 [ 283 ] {9f24ae22-bf5a-4714-b23f-0ac8be524532} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2273 2024.11.04 23:55:38.962342 [ 283 ] {9f24ae22-bf5a-4714-b23f-0ac8be524532} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2274 2024.11.04 23:55:38.962700 [ 283 ] {9f24ae22-bf5a-4714-b23f-0ac8be524532} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2275 2024.11.04 23:55:38.963076 [ 283 ] {9f24ae22-bf5a-4714-b23f-0ac8be524532} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2276 2024.11.04 23:55:38.963236 [ 283 ] {9f24ae22-bf5a-4714-b23f-0ac8be524532} <Debug> executeQuery: Read 24 rows, 1.80 KiB in 0.001698 sec., 14134.275618374557 rows/sec., 1.04 MiB/sec.
2277 2024.11.04 23:55:38.963425 [ 283 ] {9f24ae22-bf5a-4714-b23f-0ac8be524532} <Debug> DynamicQueryHandler: Done processing query
2278 2024.11.04 23:55:38.963451 [ 283 ] {9f24ae22-bf5a-4714-b23f-0ac8be524532} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2279 2024.11.04 23:55:38.963467 [ 283 ] {} <Debug> HTTP-Session: 84557fbe-1e8b-416b-b625-a6e75c1f4dee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2280 2024.11.04 23:55:38.963614 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57364, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2281 2024.11.04 23:55:38.963627 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64037, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2282 2024.11.04 23:55:38.963689 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2283 2024.11.04 23:55:38.963731 [ 282 ] {} <Debug> HTTP-Session: 29626218-cb3c-4260-ad51-e9cf07df5072 Authenticating user 'default' from [fd00:1122:3344:101::d]:57364
2284 2024.11.04 23:55:38.963764 [ 282 ] {} <Debug> HTTP-Session: 29626218-cb3c-4260-ad51-e9cf07df5072 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2285 2024.11.04 23:55:38.963792 [ 282 ] {} <Debug> HTTP-Session: 29626218-cb3c-4260-ad51-e9cf07df5072 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2286 2024.11.04 23:55:38.963834 [ 282 ] {} <Trace> HTTP-Session: 29626218-cb3c-4260-ad51-e9cf07df5072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2287 2024.11.04 23:55:38.963970 [ 282 ] {5bdbbcf9-d289-4e32-a4f4-01be72c9df64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57364) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
2288 2024.11.04 23:55:38.964033 [ 282 ] {5bdbbcf9-d289-4e32-a4f4-01be72c9df64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2289 2024.11.04 23:55:38.964362 [ 282 ] {5bdbbcf9-d289-4e32-a4f4-01be72c9df64} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2290 2024.11.04 23:55:38.964855 [ 282 ] {5bdbbcf9-d289-4e32-a4f4-01be72c9df64} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2291 2024.11.04 23:55:38.964906 [ 282 ] {5bdbbcf9-d289-4e32-a4f4-01be72c9df64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2292 2024.11.04 23:55:38.964987 [ 191 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::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
2293 2024.11.04 23:55:38.965335 [ 191 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2294 2024.11.04 23:55:38.965490 [ 191 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1321 rows starting from the beginning of the part
2295 2024.11.04 23:55:38.965661 [ 282 ] {5bdbbcf9-d289-4e32-a4f4-01be72c9df64} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2296 2024.11.04 23:55:38.965743 [ 191 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 181 rows starting from the beginning of the part
2297 2024.11.04 23:55:38.966032 [ 191 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 181 rows starting from the beginning of the part
2298 2024.11.04 23:55:38.966416 [ 191 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part
2299 2024.11.04 23:55:38.966834 [ 191 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part
2300 2024.11.04 23:55:38.967075 [ 191 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 211 rows starting from the beginning of the part
2301 2024.11.04 23:55:38.967753 [ 282 ] {5bdbbcf9-d289-4e32-a4f4-01be72c9df64} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2302 2024.11.04 23:55:38.968077 [ 282 ] {5bdbbcf9-d289-4e32-a4f4-01be72c9df64} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004114 sec., 3403.0140982012645 rows/sec., 238.32 KiB/sec.
2303 2024.11.04 23:55:38.968633 [ 282 ] {5bdbbcf9-d289-4e32-a4f4-01be72c9df64} <Debug> DynamicQueryHandler: Done processing query
2304 2024.11.04 23:55:38.968674 [ 282 ] {5bdbbcf9-d289-4e32-a4f4-01be72c9df64} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2305 2024.11.04 23:55:38.968706 [ 282 ] {} <Debug> HTTP-Session: 29626218-cb3c-4260-ad51-e9cf07df5072 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2306 2024.11.04 23:55:38.968949 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57364, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2307 2024.11.04 23:55:38.969048 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65044, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2308 2024.11.04 23:55:38.969174 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2309 2024.11.04 23:55:38.969229 [ 283 ] {} <Debug> HTTP-Session: d765c68e-a572-41d7-a1c2-4da4519bd787 Authenticating user 'default' from [fd00:1122:3344:101::d]:65044
2310 2024.11.04 23:55:38.969276 [ 283 ] {} <Debug> HTTP-Session: d765c68e-a572-41d7-a1c2-4da4519bd787 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2311 2024.11.04 23:55:38.969322 [ 283 ] {} <Debug> HTTP-Session: d765c68e-a572-41d7-a1c2-4da4519bd787 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2312 2024.11.04 23:55:38.969409 [ 283 ] {} <Trace> HTTP-Session: d765c68e-a572-41d7-a1c2-4da4519bd787 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2313 2024.11.04 23:55:38.969642 [ 283 ] {f5435204-a3c0-4dc0-a33c-5d892cdfa1d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65044) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
2314 2024.11.04 23:55:38.969737 [ 283 ] {f5435204-a3c0-4dc0-a33c-5d892cdfa1d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2315 2024.11.04 23:55:38.970180 [ 283 ] {f5435204-a3c0-4dc0-a33c-5d892cdfa1d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2316 2024.11.04 23:55:38.970507 [ 186 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1954 rows, containing 5 columns (5 merged, 0 gathered) in 0.009822821 sec., 198924.5248386385 rows/sec., 17.83 MiB/sec.
2317 2024.11.04 23:55:38.970767 [ 188 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2318 2024.11.04 23:55:38.971228 [ 188 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_6_1} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2319 2024.11.04 23:55:38.971436 [ 188 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_6_1} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2320 2024.11.04 23:55:38.971565 [ 283 ] {f5435204-a3c0-4dc0-a33c-5d892cdfa1d0} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2321 2024.11.04 23:55:38.971575 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB.
2322 2024.11.04 23:55:38.971605 [ 283 ] {f5435204-a3c0-4dc0-a33c-5d892cdfa1d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2323 2024.11.04 23:55:38.971946 [ 283 ] {f5435204-a3c0-4dc0-a33c-5d892cdfa1d0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2324 2024.11.04 23:55:38.972370 [ 283 ] {f5435204-a3c0-4dc0-a33c-5d892cdfa1d0} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2325 2024.11.04 23:55:38.972541 [ 283 ] {f5435204-a3c0-4dc0-a33c-5d892cdfa1d0} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.002988 sec., 2008.032128514056 rows/sec., 118.64 KiB/sec.
2326 2024.11.04 23:55:38.972864 [ 283 ] {f5435204-a3c0-4dc0-a33c-5d892cdfa1d0} <Debug> DynamicQueryHandler: Done processing query
2327 2024.11.04 23:55:38.972890 [ 283 ] {f5435204-a3c0-4dc0-a33c-5d892cdfa1d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2328 2024.11.04 23:55:38.972906 [ 283 ] {} <Debug> HTTP-Session: d765c68e-a572-41d7-a1c2-4da4519bd787 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2329 2024.11.04 23:55:38.973198 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65044, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2330 2024.11.04 23:55:38.973302 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43881, User-Agent: (none), Length: 61105, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2331 2024.11.04 23:55:38.973370 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2332 2024.11.04 23:55:38.973395 [ 284 ] {} <Debug> HTTP-Session: d5e3a605-9475-478a-ad8b-5d5fb6ec1ee7 Authenticating user 'default' from [fd00:1122:3344:101::d]:43881
2333 2024.11.04 23:55:38.973415 [ 284 ] {} <Debug> HTTP-Session: d5e3a605-9475-478a-ad8b-5d5fb6ec1ee7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2334 2024.11.04 23:55:38.973432 [ 284 ] {} <Debug> HTTP-Session: d5e3a605-9475-478a-ad8b-5d5fb6ec1ee7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2335 2024.11.04 23:55:38.973471 [ 284 ] {} <Trace> HTTP-Session: d5e3a605-9475-478a-ad8b-5d5fb6ec1ee7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2336 2024.11.04 23:55:38.973773 [ 284 ] {816b7897-ef59-4c23-8e5a-6b038140e70b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43881) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2337 2024.11.04 23:55:38.973819 [ 284 ] {816b7897-ef59-4c23-8e5a-6b038140e70b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2338 2024.11.04 23:55:38.974065 [ 284 ] {816b7897-ef59-4c23-8e5a-6b038140e70b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2339 2024.11.04 23:55:38.974445 [ 282 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below):
2340 
2341 (version 23.8.7.1)
2342 2024.11.04 23:55:38.974662 [ 284 ] {816b7897-ef59-4c23-8e5a-6b038140e70b} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2343 2024.11.04 23:55:38.974700 [ 284 ] {816b7897-ef59-4c23-8e5a-6b038140e70b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2344 2024.11.04 23:55:38.975083 [ 284 ] {816b7897-ef59-4c23-8e5a-6b038140e70b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2345 2024.11.04 23:55:38.975444 [ 284 ] {816b7897-ef59-4c23-8e5a-6b038140e70b} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2346 2024.11.04 23:55:38.975600 [ 62 ] {} <Debug> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2347 2024.11.04 23:55:38.975613 [ 284 ] {816b7897-ef59-4c23-8e5a-6b038140e70b} <Debug> executeQuery: Read 378 rows, 27.37 KiB in 0.002016 sec., 187500 rows/sec., 13.26 MiB/sec.
2348 2024.11.04 23:55:38.975670 [ 62 ] {} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2349 2024.11.04 23:55:38.975735 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2350 2024.11.04 23:55:38.975950 [ 191 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::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
2351 2024.11.04 23:55:38.975990 [ 284 ] {816b7897-ef59-4c23-8e5a-6b038140e70b} <Debug> DynamicQueryHandler: Done processing query
2352 2024.11.04 23:55:38.976030 [ 284 ] {816b7897-ef59-4c23-8e5a-6b038140e70b} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB.
2353 2024.11.04 23:55:38.976066 [ 284 ] {} <Debug> HTTP-Session: d5e3a605-9475-478a-ad8b-5d5fb6ec1ee7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2354 2024.11.04 23:55:38.976184 [ 191 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2355 2024.11.04 23:55:38.976226 [ 191 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 813 rows starting from the beginning of the part
2356 2024.11.04 23:55:38.976356 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65044, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2357 2024.11.04 23:55:38.976372 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43881, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2358 2024.11.04 23:55:38.976562 [ 191 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 342 rows starting from the beginning of the part
2359 2024.11.04 23:55:38.976615 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2360 2024.11.04 23:55:38.976749 [ 283 ] {} <Debug> HTTP-Session: b569da80-5c5b-4965-b369-f1aeaba803a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:65044
2361 2024.11.04 23:55:38.976874 [ 283 ] {} <Debug> HTTP-Session: b569da80-5c5b-4965-b369-f1aeaba803a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2362 2024.11.04 23:55:38.976967 [ 283 ] {} <Debug> HTTP-Session: b569da80-5c5b-4965-b369-f1aeaba803a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2363 2024.11.04 23:55:38.977002 [ 191 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 342 rows starting from the beginning of the part
2364 2024.11.04 23:55:38.977134 [ 283 ] {} <Trace> HTTP-Session: b569da80-5c5b-4965-b369-f1aeaba803a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2365 2024.11.04 23:55:38.977375 [ 191 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part
2366 2024.11.04 23:55:38.977549 [ 283 ] {6103015f-db98-4205-82d1-f7eef0b6e455} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65044) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
2367 2024.11.04 23:55:38.977675 [ 191 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part
2368 2024.11.04 23:55:38.977717 [ 283 ] {6103015f-db98-4205-82d1-f7eef0b6e455} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2369 2024.11.04 23:55:38.978014 [ 191 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 378 rows starting from the beginning of the part
2370 2024.11.04 23:55:38.978786 [ 283 ] {6103015f-db98-4205-82d1-f7eef0b6e455} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2371 2024.11.04 23:55:38.979465 [ 283 ] {6103015f-db98-4205-82d1-f7eef0b6e455} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2372 2024.11.04 23:55:38.979544 [ 283 ] {6103015f-db98-4205-82d1-f7eef0b6e455} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2373 2024.11.04 23:55:38.980591 [ 283 ] {6103015f-db98-4205-82d1-f7eef0b6e455} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2374 2024.11.04 23:55:38.981119 [ 283 ] {6103015f-db98-4205-82d1-f7eef0b6e455} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2375 2024.11.04 23:55:38.981398 [ 188 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.005533064 sec., 351884.5977563245 rows/sec., 26.42 MiB/sec.
2376 2024.11.04 23:55:38.981463 [ 283 ] {6103015f-db98-4205-82d1-f7eef0b6e455} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004075 sec., 1472.39263803681 rows/sec., 76.93 KiB/sec.
2377 2024.11.04 23:55:38.981622 [ 188 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2378 2024.11.04 23:55:38.981673 [ 283 ] {6103015f-db98-4205-82d1-f7eef0b6e455} <Debug> DynamicQueryHandler: Done processing query
2379 2024.11.04 23:55:38.981701 [ 283 ] {6103015f-db98-4205-82d1-f7eef0b6e455} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
2380 2024.11.04 23:55:38.981722 [ 283 ] {} <Debug> HTTP-Session: b569da80-5c5b-4965-b369-f1aeaba803a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2381 2024.11.04 23:55:38.981962 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65044, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2382 2024.11.04 23:55:38.982071 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55882, User-Agent: (none), Length: 25579, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2383 2024.11.04 23:55:38.982078 [ 188 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_6_1} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2384 2024.11.04 23:55:38.982134 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2385 2024.11.04 23:55:38.982157 [ 282 ] {} <Debug> HTTP-Session: 8db88837-823c-4f76-bbf5-0561590835e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55882
2386 2024.11.04 23:55:38.982170 [ 188 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_6_1} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2387 2024.11.04 23:55:38.982177 [ 282 ] {} <Debug> HTTP-Session: 8db88837-823c-4f76-bbf5-0561590835e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2388 2024.11.04 23:55:38.982197 [ 282 ] {} <Debug> HTTP-Session: 8db88837-823c-4f76-bbf5-0561590835e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2389 2024.11.04 23:55:38.982250 [ 282 ] {} <Trace> HTTP-Session: 8db88837-823c-4f76-bbf5-0561590835e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2390 2024.11.04 23:55:38.982263 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
2391 2024.11.04 23:55:38.982429 [ 282 ] {60f18541-cb21-488e-9ea6-6740dbafdbae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
2392 2024.11.04 23:55:38.982476 [ 282 ] {60f18541-cb21-488e-9ea6-6740dbafdbae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2393 2024.11.04 23:55:38.982631 [ 282 ] {60f18541-cb21-488e-9ea6-6740dbafdbae} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2394 2024.11.04 23:55:38.983016 [ 282 ] {60f18541-cb21-488e-9ea6-6740dbafdbae} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2395 2024.11.04 23:55:38.983052 [ 282 ] {60f18541-cb21-488e-9ea6-6740dbafdbae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2396 2024.11.04 23:55:38.983439 [ 282 ] {60f18541-cb21-488e-9ea6-6740dbafdbae} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2397 2024.11.04 23:55:38.983790 [ 282 ] {60f18541-cb21-488e-9ea6-6740dbafdbae} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2398 2024.11.04 23:55:38.983943 [ 282 ] {60f18541-cb21-488e-9ea6-6740dbafdbae} <Debug> executeQuery: Read 137 rows, 9.17 KiB in 0.001582 sec., 86599.2414664981 rows/sec., 5.66 MiB/sec.
2399 2024.11.04 23:55:38.983952 [ 62 ] {} <Debug> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2400 2024.11.04 23:55:38.984040 [ 62 ] {} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2401 2024.11.04 23:55:38.984097 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2402 2024.11.04 23:55:38.984233 [ 282 ] {60f18541-cb21-488e-9ea6-6740dbafdbae} <Debug> DynamicQueryHandler: Done processing query
2403 2024.11.04 23:55:38.984306 [ 282 ] {60f18541-cb21-488e-9ea6-6740dbafdbae} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
2404 2024.11.04 23:55:38.984394 [ 282 ] {} <Debug> HTTP-Session: 8db88837-823c-4f76-bbf5-0561590835e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2405 2024.11.04 23:55:38.984446 [ 191 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::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
2406 2024.11.04 23:55:38.984673 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55882, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2407 2024.11.04 23:55:38.984794 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46948, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2408 2024.11.04 23:55:38.984867 [ 191 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2409 2024.11.04 23:55:38.984948 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2410 2024.11.04 23:55:38.984953 [ 191 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1392 rows starting from the beginning of the part
2411 2024.11.04 23:55:38.984989 [ 283 ] {} <Debug> HTTP-Session: eaeb07af-5eae-4818-9d14-673fbdca0138 Authenticating user 'default' from [fd00:1122:3344:101::d]:46948
2412 2024.11.04 23:55:38.985055 [ 283 ] {} <Debug> HTTP-Session: eaeb07af-5eae-4818-9d14-673fbdca0138 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2413 2024.11.04 23:55:38.985125 [ 283 ] {} <Debug> HTTP-Session: eaeb07af-5eae-4818-9d14-673fbdca0138 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2414 2024.11.04 23:55:38.985202 [ 191 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 77 rows starting from the beginning of the part
2415 2024.11.04 23:55:38.985267 [ 283 ] {} <Trace> HTTP-Session: eaeb07af-5eae-4818-9d14-673fbdca0138 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2416 2024.11.04 23:55:38.985554 [ 191 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 77 rows starting from the beginning of the part
2417 2024.11.04 23:55:38.985706 [ 283 ] {aa678e70-b86c-49f7-8081-17e8855d1028} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46948) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
2418 2024.11.04 23:55:38.985869 [ 191 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part
2419 2024.11.04 23:55:38.985904 [ 283 ] {aa678e70-b86c-49f7-8081-17e8855d1028} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2420 2024.11.04 23:55:38.986115 [ 191 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part
2421 2024.11.04 23:55:38.986622 [ 191 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 137 rows starting from the beginning of the part
2422 2024.11.04 23:55:38.987136 [ 283 ] {aa678e70-b86c-49f7-8081-17e8855d1028} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2423 2024.11.04 23:55:38.987435 [ 283 ] {aa678e70-b86c-49f7-8081-17e8855d1028} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2424 2024.11.04 23:55:38.987473 [ 283 ] {aa678e70-b86c-49f7-8081-17e8855d1028} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2425 2024.11.04 23:55:38.987818 [ 283 ] {aa678e70-b86c-49f7-8081-17e8855d1028} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2426 2024.11.04 23:55:38.988140 [ 283 ] {aa678e70-b86c-49f7-8081-17e8855d1028} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2427 2024.11.04 23:55:38.988290 [ 283 ] {aa678e70-b86c-49f7-8081-17e8855d1028} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002741 sec., 364.8303538854433 rows/sec., 24.58 KiB/sec.
2428 2024.11.04 23:55:38.988467 [ 283 ] {aa678e70-b86c-49f7-8081-17e8855d1028} <Debug> DynamicQueryHandler: Done processing query
2429 2024.11.04 23:55:38.988492 [ 283 ] {aa678e70-b86c-49f7-8081-17e8855d1028} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
2430 2024.11.04 23:55:38.988508 [ 283 ] {} <Debug> HTTP-Session: eaeb07af-5eae-4818-9d14-673fbdca0138 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2431 2024.11.04 23:55:38.988683 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46948, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2432 2024.11.04 23:55:38.988784 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45149, User-Agent: (none), Length: 39233, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2433 2024.11.04 23:55:38.988849 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2434 2024.11.04 23:55:38.988874 [ 282 ] {} <Debug> HTTP-Session: 3e8aec56-6458-4560-9601-4dc09bf3e35a Authenticating user 'default' from [fd00:1122:3344:101::d]:45149
2435 2024.11.04 23:55:38.988895 [ 282 ] {} <Debug> HTTP-Session: 3e8aec56-6458-4560-9601-4dc09bf3e35a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2436 2024.11.04 23:55:38.988914 [ 282 ] {} <Debug> HTTP-Session: 3e8aec56-6458-4560-9601-4dc09bf3e35a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2437 2024.11.04 23:55:38.988952 [ 282 ] {} <Trace> HTTP-Session: 3e8aec56-6458-4560-9601-4dc09bf3e35a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2438 2024.11.04 23:55:38.989312 [ 282 ] {16696165-f4f6-449c-b126-e9cc845b1eed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45149) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
2439 2024.11.04 23:55:38.989481 [ 282 ] {16696165-f4f6-449c-b126-e9cc845b1eed} <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
2440 2024.11.04 23:55:38.991418 [ 282 ] {16696165-f4f6-449c-b126-e9cc845b1eed} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2441 2024.11.04 23:55:38.992836 [ 191 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1779 rows, containing 5 columns (5 merged, 0 gathered) in 0.008648718 sec., 205695.22558140988 rows/sec., 13.61 MiB/sec.
2442 2024.11.04 23:55:38.993029 [ 282 ] {16696165-f4f6-449c-b126-e9cc845b1eed} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2443 2024.11.04 23:55:38.993084 [ 282 ] {16696165-f4f6-449c-b126-e9cc845b1eed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2444 2024.11.04 23:55:38.993153 [ 191 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2445 2024.11.04 23:55:38.994175 [ 191 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2446 2024.11.04 23:55:38.994398 [ 191 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2447 2024.11.04 23:55:38.994566 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
2448 2024.11.04 23:55:38.994754 [ 282 ] {16696165-f4f6-449c-b126-e9cc845b1eed} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2449 2024.11.04 23:55:38.995186 [ 282 ] {16696165-f4f6-449c-b126-e9cc845b1eed} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2450 2024.11.04 23:55:38.995393 [ 282 ] {16696165-f4f6-449c-b126-e9cc845b1eed} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.006331 sec., 3790.870320644448 rows/sec., 6.79 MiB/sec.
2451 2024.11.04 23:55:38.995850 [ 282 ] {16696165-f4f6-449c-b126-e9cc845b1eed} <Debug> DynamicQueryHandler: Done processing query
2452 2024.11.04 23:55:38.995876 [ 282 ] {16696165-f4f6-449c-b126-e9cc845b1eed} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB.
2453 2024.11.04 23:55:38.995892 [ 282 ] {} <Debug> HTTP-Session: 3e8aec56-6458-4560-9601-4dc09bf3e35a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2454 2024.11.04 23:55:38.996045 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45149, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2455 2024.11.04 23:55:38.996138 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62325, User-Agent: (none), Length: 7576, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2456 2024.11.04 23:55:38.996202 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2457 2024.11.04 23:55:38.996226 [ 283 ] {} <Debug> HTTP-Session: eb762af1-ae36-4c08-88c2-71c555e6f7b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:62325
2458 2024.11.04 23:55:38.996246 [ 283 ] {} <Debug> HTTP-Session: eb762af1-ae36-4c08-88c2-71c555e6f7b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2459 2024.11.04 23:55:38.996263 [ 283 ] {} <Debug> HTTP-Session: eb762af1-ae36-4c08-88c2-71c555e6f7b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2460 2024.11.04 23:55:38.996301 [ 283 ] {} <Trace> HTTP-Session: eb762af1-ae36-4c08-88c2-71c555e6f7b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2461 2024.11.04 23:55:38.996442 [ 283 ] {436cf110-3fcd-4cc7-848f-fa7f2e165b22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62325) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
2462 2024.11.04 23:55:38.996493 [ 283 ] {436cf110-3fcd-4cc7-848f-fa7f2e165b22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2463 2024.11.04 23:55:38.996661 [ 283 ] {436cf110-3fcd-4cc7-848f-fa7f2e165b22} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2464 2024.11.04 23:55:38.996960 [ 283 ] {436cf110-3fcd-4cc7-848f-fa7f2e165b22} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2465 2024.11.04 23:55:38.996995 [ 283 ] {436cf110-3fcd-4cc7-848f-fa7f2e165b22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2466 2024.11.04 23:55:38.997352 [ 283 ] {436cf110-3fcd-4cc7-848f-fa7f2e165b22} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2467 2024.11.04 23:55:38.997701 [ 283 ] {436cf110-3fcd-4cc7-848f-fa7f2e165b22} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2468 2024.11.04 23:55:38.997847 [ 283 ] {436cf110-3fcd-4cc7-848f-fa7f2e165b22} <Debug> executeQuery: Read 52 rows, 3.23 KiB in 0.001449 sec., 35886.81849551415 rows/sec., 2.18 MiB/sec.
2469 2024.11.04 23:55:38.997857 [ 62 ] {} <Debug> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2470 2024.11.04 23:55:38.997942 [ 62 ] {} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2471 2024.11.04 23:55:38.997999 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2472 2024.11.04 23:55:38.998124 [ 283 ] {436cf110-3fcd-4cc7-848f-fa7f2e165b22} <Debug> DynamicQueryHandler: Done processing query
2473 2024.11.04 23:55:38.998195 [ 283 ] {436cf110-3fcd-4cc7-848f-fa7f2e165b22} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
2474 2024.11.04 23:55:38.998235 [ 283 ] {} <Debug> HTTP-Session: eb762af1-ae36-4c08-88c2-71c555e6f7b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2475 2024.11.04 23:55:38.998325 [ 201 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::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
2476 2024.11.04 23:55:38.998566 [ 201 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2477 2024.11.04 23:55:38.998570 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62325, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2478 2024.11.04 23:55:38.998621 [ 201 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 22 rows starting from the beginning of the part
2479 2024.11.04 23:55:38.998768 [ 201 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 22 rows starting from the beginning of the part
2480 2024.11.04 23:55:38.998959 [ 201 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 22 rows starting from the beginning of the part
2481 2024.11.04 23:55:38.999140 [ 201 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 18 rows starting from the beginning of the part
2482 2024.11.04 23:55:38.999221 [ 201 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part
2483 2024.11.04 23:55:38.999452 [ 201 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 52 rows starting from the beginning of the part
2484 2024.11.04 23:55:39.000161 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 153.65 MiB, peak 158.98 MiB, free memory in arenas 0.00 B, will set to 150.40 MiB (RSS), difference: -3.25 MiB
2485 2024.11.04 23:55:39.000770 [ 189 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 166 rows, containing 4 columns (4 merged, 0 gathered) in 0.002674395 sec., 62070.11305360652 rows/sec., 3.67 MiB/sec.
2486 2024.11.04 23:55:39.000901 [ 201 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2487 2024.11.04 23:55:39.001257 [ 201 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_6_1} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2488 2024.11.04 23:55:39.001325 [ 201 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_6_1} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2489 2024.11.04 23:55:39.001388 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
2490 2024.11.04 23:55:39.341807 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45370, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2491 2024.11.04 23:55:39.371912 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51533, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2492 2024.11.04 23:55:39.494172 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58656, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2493 2024.11.04 23:55:39.790865 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51143, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2494 2024.11.04 23:55:39.809951 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:65020, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2495 2024.11.04 23:55:39.905656 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63705, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2496 2024.11.04 23:55:39.918045 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35027, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2497 2024.11.04 23:55:39.982567 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54817, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2498 2024.11.04 23:55:40.000168 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 147.31 MiB, peak 158.98 MiB, free memory in arenas 0.00 B, will set to 150.41 MiB (RSS), difference: 3.10 MiB
2499 2024.11.04 23:55:40.010008 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37683, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2500 2024.11.04 23:55:40.013107 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47538, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2501 2024.11.04 23:55:40.080528 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47060, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2502 2024.11.04 23:55:40.082709 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37145, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2503 2024.11.04 23:55:40.104042 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38255, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2504 2024.11.04 23:55:40.105318 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39090, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2505 2024.11.04 23:55:40.113335 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55429, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2506 2024.11.04 23:55:40.133780 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41946, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2507 2024.11.04 23:55:40.160415 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37841, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2508 2024.11.04 23:55:40.161714 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57182, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2509 2024.11.04 23:55:40.164141 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58433, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2510 2024.11.04 23:55:40.208282 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55865, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2511 2024.11.04 23:55:40.220687 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63264, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2512 2024.11.04 23:55:40.225728 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55402, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2513 2024.11.04 23:55:40.290376 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54360, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2514 2024.11.04 23:55:40.295748 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58667, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2515 2024.11.04 23:55:40.493021 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 276
2516 2024.11.04 23:55:40.495854 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2517 2024.11.04 23:55:40.495905 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2518 2024.11.04 23:55:40.497432 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2519 2024.11.04 23:55:40.498440 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2520 2024.11.04 23:55:40.499425 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 276
2521 2024.11.04 23:55:43.954588 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63877, User-Agent: (none), Length: 7838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2522 2024.11.04 23:55:43.954697 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2523 2024.11.04 23:55:43.954723 [ 284 ] {} <Debug> HTTP-Session: 05601e5f-1908-4fef-b042-615bf9eb56e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:63877
2524 2024.11.04 23:55:43.954747 [ 284 ] {} <Debug> HTTP-Session: 05601e5f-1908-4fef-b042-615bf9eb56e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2525 2024.11.04 23:55:43.954762 [ 284 ] {} <Debug> HTTP-Session: 05601e5f-1908-4fef-b042-615bf9eb56e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2526 2024.11.04 23:55:43.954813 [ 284 ] {} <Trace> HTTP-Session: 05601e5f-1908-4fef-b042-615bf9eb56e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2527 2024.11.04 23:55:43.955022 [ 284 ] {421b37c9-25d2-4a5f-8e64-32f3958cd53b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63877) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2528 2024.11.04 23:55:43.955091 [ 284 ] {421b37c9-25d2-4a5f-8e64-32f3958cd53b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2529 2024.11.04 23:55:43.955430 [ 284 ] {421b37c9-25d2-4a5f-8e64-32f3958cd53b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2530 2024.11.04 23:55:43.955905 [ 284 ] {421b37c9-25d2-4a5f-8e64-32f3958cd53b} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2531 2024.11.04 23:55:43.955950 [ 284 ] {421b37c9-25d2-4a5f-8e64-32f3958cd53b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2532 2024.11.04 23:55:43.956389 [ 284 ] {421b37c9-25d2-4a5f-8e64-32f3958cd53b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2533 2024.11.04 23:55:43.956785 [ 284 ] {421b37c9-25d2-4a5f-8e64-32f3958cd53b} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2534 2024.11.04 23:55:43.956976 [ 284 ] {421b37c9-25d2-4a5f-8e64-32f3958cd53b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002018 sec., 27750.247770069378 rows/sec., 2.13 MiB/sec.
2535 2024.11.04 23:55:43.957322 [ 284 ] {421b37c9-25d2-4a5f-8e64-32f3958cd53b} <Debug> DynamicQueryHandler: Done processing query
2536 2024.11.04 23:55:43.957351 [ 284 ] {421b37c9-25d2-4a5f-8e64-32f3958cd53b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
2537 2024.11.04 23:55:43.957369 [ 284 ] {} <Debug> HTTP-Session: 05601e5f-1908-4fef-b042-615bf9eb56e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2538 2024.11.04 23:55:43.957580 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63877, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2539 2024.11.04 23:55:43.957745 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41177, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2540 2024.11.04 23:55:43.957861 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2541 2024.11.04 23:55:43.957891 [ 288 ] {} <Debug> HTTP-Session: 55b3753a-f4c9-4831-867a-4328466c3b9b Authenticating user 'default' from [fd00:1122:3344:101::d]:41177
2542 2024.11.04 23:55:43.957918 [ 288 ] {} <Debug> HTTP-Session: 55b3753a-f4c9-4831-867a-4328466c3b9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2543 2024.11.04 23:55:43.957935 [ 288 ] {} <Debug> HTTP-Session: 55b3753a-f4c9-4831-867a-4328466c3b9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2544 2024.11.04 23:55:43.957996 [ 288 ] {} <Trace> HTTP-Session: 55b3753a-f4c9-4831-867a-4328466c3b9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2545 2024.11.04 23:55:43.958195 [ 288 ] {3668cd3a-db1d-4066-ac6f-49aec61bbb0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41177) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2546 2024.11.04 23:55:43.958262 [ 288 ] {3668cd3a-db1d-4066-ac6f-49aec61bbb0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2547 2024.11.04 23:55:43.958600 [ 288 ] {3668cd3a-db1d-4066-ac6f-49aec61bbb0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2548 2024.11.04 23:55:43.959005 [ 288 ] {3668cd3a-db1d-4066-ac6f-49aec61bbb0b} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2549 2024.11.04 23:55:43.959045 [ 288 ] {3668cd3a-db1d-4066-ac6f-49aec61bbb0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2550 2024.11.04 23:55:43.959465 [ 288 ] {3668cd3a-db1d-4066-ac6f-49aec61bbb0b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2551 2024.11.04 23:55:43.959853 [ 288 ] {3668cd3a-db1d-4066-ac6f-49aec61bbb0b} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2552 2024.11.04 23:55:43.959992 [ 288 ] {3668cd3a-db1d-4066-ac6f-49aec61bbb0b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001873 sec., 34169.78109983983 rows/sec., 2.67 MiB/sec.
2553 2024.11.04 23:55:43.960207 [ 288 ] {3668cd3a-db1d-4066-ac6f-49aec61bbb0b} <Debug> DynamicQueryHandler: Done processing query
2554 2024.11.04 23:55:43.960235 [ 288 ] {3668cd3a-db1d-4066-ac6f-49aec61bbb0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
2555 2024.11.04 23:55:43.960252 [ 288 ] {} <Debug> HTTP-Session: 55b3753a-f4c9-4831-867a-4328466c3b9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2556 2024.11.04 23:55:43.960523 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41177, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2557 2024.11.04 23:55:43.960551 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63877, User-Agent: (none), Length: 20707, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2558 2024.11.04 23:55:43.960678 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2559 2024.11.04 23:55:43.960718 [ 284 ] {} <Debug> HTTP-Session: d0e58fda-b181-433c-9dfc-5d3dbdec3ddb Authenticating user 'default' from [fd00:1122:3344:101::d]:63877
2560 2024.11.04 23:55:43.960749 [ 284 ] {} <Debug> HTTP-Session: d0e58fda-b181-433c-9dfc-5d3dbdec3ddb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2561 2024.11.04 23:55:43.960771 [ 284 ] {} <Debug> HTTP-Session: d0e58fda-b181-433c-9dfc-5d3dbdec3ddb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2562 2024.11.04 23:55:43.960830 [ 284 ] {} <Trace> HTTP-Session: d0e58fda-b181-433c-9dfc-5d3dbdec3ddb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2563 2024.11.04 23:55:43.961046 [ 284 ] {c90f0648-e812-4cc4-a78a-b414fe465de2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
2564 2024.11.04 23:55:43.961102 [ 284 ] {c90f0648-e812-4cc4-a78a-b414fe465de2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2565 2024.11.04 23:55:43.961286 [ 284 ] {c90f0648-e812-4cc4-a78a-b414fe465de2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2566 2024.11.04 23:55:43.961651 [ 284 ] {c90f0648-e812-4cc4-a78a-b414fe465de2} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2567 2024.11.04 23:55:43.961690 [ 284 ] {c90f0648-e812-4cc4-a78a-b414fe465de2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2568 2024.11.04 23:55:43.962105 [ 284 ] {c90f0648-e812-4cc4-a78a-b414fe465de2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2569 2024.11.04 23:55:43.962462 [ 284 ] {c90f0648-e812-4cc4-a78a-b414fe465de2} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2570 2024.11.04 23:55:43.962618 [ 284 ] {c90f0648-e812-4cc4-a78a-b414fe465de2} <Debug> executeQuery: Read 108 rows, 7.71 KiB in 0.001659 sec., 65099.45750452079 rows/sec., 4.54 MiB/sec.
2571 2024.11.04 23:55:43.962799 [ 284 ] {c90f0648-e812-4cc4-a78a-b414fe465de2} <Debug> DynamicQueryHandler: Done processing query
2572 2024.11.04 23:55:43.962824 [ 284 ] {c90f0648-e812-4cc4-a78a-b414fe465de2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
2573 2024.11.04 23:55:43.962842 [ 284 ] {} <Debug> HTTP-Session: d0e58fda-b181-433c-9dfc-5d3dbdec3ddb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2574 2024.11.04 23:55:43.963009 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63877, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2575 2024.11.04 23:55:43.963111 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33340, User-Agent: (none), Length: 6395, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2576 2024.11.04 23:55:43.963187 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2577 2024.11.04 23:55:43.963213 [ 288 ] {} <Debug> HTTP-Session: d4becab0-4b9c-4c5d-bcc4-8ced769fab97 Authenticating user 'default' from [fd00:1122:3344:101::d]:33340
2578 2024.11.04 23:55:43.963236 [ 288 ] {} <Debug> HTTP-Session: d4becab0-4b9c-4c5d-bcc4-8ced769fab97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2579 2024.11.04 23:55:43.963253 [ 288 ] {} <Debug> HTTP-Session: d4becab0-4b9c-4c5d-bcc4-8ced769fab97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2580 2024.11.04 23:55:43.963301 [ 288 ] {} <Trace> HTTP-Session: d4becab0-4b9c-4c5d-bcc4-8ced769fab97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2581 2024.11.04 23:55:43.963452 [ 288 ] {568c0364-e59f-44b1-bd91-64a5da3063df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33340) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
2582 2024.11.04 23:55:43.963513 [ 288 ] {568c0364-e59f-44b1-bd91-64a5da3063df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2583 2024.11.04 23:55:43.963703 [ 288 ] {568c0364-e59f-44b1-bd91-64a5da3063df} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2584 2024.11.04 23:55:43.964019 [ 288 ] {568c0364-e59f-44b1-bd91-64a5da3063df} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2585 2024.11.04 23:55:43.964054 [ 288 ] {568c0364-e59f-44b1-bd91-64a5da3063df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2586 2024.11.04 23:55:43.964431 [ 288 ] {568c0364-e59f-44b1-bd91-64a5da3063df} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2587 2024.11.04 23:55:43.964766 [ 288 ] {568c0364-e59f-44b1-bd91-64a5da3063df} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2588 2024.11.04 23:55:43.964885 [ 288 ] {568c0364-e59f-44b1-bd91-64a5da3063df} <Debug> executeQuery: Read 42 rows, 2.89 KiB in 0.001488 sec., 28225.806451612905 rows/sec., 1.90 MiB/sec.
2589 2024.11.04 23:55:43.965058 [ 288 ] {568c0364-e59f-44b1-bd91-64a5da3063df} <Debug> DynamicQueryHandler: Done processing query
2590 2024.11.04 23:55:43.965083 [ 288 ] {568c0364-e59f-44b1-bd91-64a5da3063df} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
2591 2024.11.04 23:55:43.965099 [ 288 ] {} <Debug> HTTP-Session: d4becab0-4b9c-4c5d-bcc4-8ced769fab97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2592 2024.11.04 23:55:43.965279 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33340, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2593 2024.11.04 23:55:45.416618 [ 53 ] {} <Debug> DNSResolver: Updating DNS cache
2594 2024.11.04 23:55:45.416684 [ 53 ] {} <Debug> DNSResolver: Updated DNS cache
2595 2024.11.04 23:55:48.956671 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63877, User-Agent: (none), Length: 7838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2596 2024.11.04 23:55:48.956786 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2597 2024.11.04 23:55:48.956814 [ 284 ] {} <Debug> HTTP-Session: 0e7d9403-822f-4af3-b633-2bd1dd32dc21 Authenticating user 'default' from [fd00:1122:3344:101::d]:63877
2598 2024.11.04 23:55:48.956839 [ 284 ] {} <Debug> HTTP-Session: 0e7d9403-822f-4af3-b633-2bd1dd32dc21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2599 2024.11.04 23:55:48.956855 [ 284 ] {} <Debug> HTTP-Session: 0e7d9403-822f-4af3-b633-2bd1dd32dc21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2600 2024.11.04 23:55:48.956907 [ 284 ] {} <Trace> HTTP-Session: 0e7d9403-822f-4af3-b633-2bd1dd32dc21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2601 2024.11.04 23:55:48.957107 [ 284 ] {91987b45-64d5-4792-a3bb-612863eff2d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63877) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2602 2024.11.04 23:55:48.957185 [ 284 ] {91987b45-64d5-4792-a3bb-612863eff2d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2603 2024.11.04 23:55:48.957531 [ 284 ] {91987b45-64d5-4792-a3bb-612863eff2d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2604 2024.11.04 23:55:48.958006 [ 284 ] {91987b45-64d5-4792-a3bb-612863eff2d9} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2605 2024.11.04 23:55:48.958047 [ 284 ] {91987b45-64d5-4792-a3bb-612863eff2d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2606 2024.11.04 23:55:48.958488 [ 284 ] {91987b45-64d5-4792-a3bb-612863eff2d9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2607 2024.11.04 23:55:48.958900 [ 284 ] {91987b45-64d5-4792-a3bb-612863eff2d9} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2608 2024.11.04 23:55:48.959051 [ 284 ] {91987b45-64d5-4792-a3bb-612863eff2d9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002012 sec., 27833.001988071574 rows/sec., 2.14 MiB/sec.
2609 2024.11.04 23:55:48.959271 [ 284 ] {91987b45-64d5-4792-a3bb-612863eff2d9} <Debug> DynamicQueryHandler: Done processing query
2610 2024.11.04 23:55:48.959300 [ 284 ] {91987b45-64d5-4792-a3bb-612863eff2d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
2611 2024.11.04 23:55:48.959318 [ 284 ] {} <Debug> HTTP-Session: 0e7d9403-822f-4af3-b633-2bd1dd32dc21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2612 2024.11.04 23:55:48.959574 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63877, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2613 2024.11.04 23:55:48.959742 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52698, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2614 2024.11.04 23:55:48.959864 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2615 2024.11.04 23:55:48.959891 [ 288 ] {} <Debug> HTTP-Session: 89d14412-9540-46af-96a5-b8de317eec30 Authenticating user 'default' from [fd00:1122:3344:101::d]:52698
2616 2024.11.04 23:55:48.959917 [ 288 ] {} <Debug> HTTP-Session: 89d14412-9540-46af-96a5-b8de317eec30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2617 2024.11.04 23:55:48.959933 [ 288 ] {} <Debug> HTTP-Session: 89d14412-9540-46af-96a5-b8de317eec30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2618 2024.11.04 23:55:48.959988 [ 288 ] {} <Trace> HTTP-Session: 89d14412-9540-46af-96a5-b8de317eec30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2619 2024.11.04 23:55:48.960221 [ 288 ] {751e7327-78c8-417c-939d-474435b52352} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52698) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2620 2024.11.04 23:55:48.960295 [ 288 ] {751e7327-78c8-417c-939d-474435b52352} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2621 2024.11.04 23:55:48.960650 [ 288 ] {751e7327-78c8-417c-939d-474435b52352} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2622 2024.11.04 23:55:48.961079 [ 288 ] {751e7327-78c8-417c-939d-474435b52352} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2623 2024.11.04 23:55:48.961126 [ 288 ] {751e7327-78c8-417c-939d-474435b52352} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2624 2024.11.04 23:55:48.961564 [ 288 ] {751e7327-78c8-417c-939d-474435b52352} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2625 2024.11.04 23:55:48.961968 [ 288 ] {751e7327-78c8-417c-939d-474435b52352} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2626 2024.11.04 23:55:48.962141 [ 288 ] {751e7327-78c8-417c-939d-474435b52352} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002006 sec., 31904.287138584248 rows/sec., 2.49 MiB/sec.
2627 2024.11.04 23:55:48.962370 [ 288 ] {751e7327-78c8-417c-939d-474435b52352} <Debug> DynamicQueryHandler: Done processing query
2628 2024.11.04 23:55:48.962398 [ 288 ] {751e7327-78c8-417c-939d-474435b52352} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
2629 2024.11.04 23:55:48.962416 [ 288 ] {} <Debug> HTTP-Session: 89d14412-9540-46af-96a5-b8de317eec30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2630 2024.11.04 23:55:48.962631 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52698, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2631 2024.11.04 23:55:48.962631 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63877, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2632 2024.11.04 23:55:48.962747 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2633 2024.11.04 23:55:48.962769 [ 284 ] {} <Debug> HTTP-Session: fa99e3a4-0e14-40b5-a08e-3f0652203e59 Authenticating user 'default' from [fd00:1122:3344:101::d]:63877
2634 2024.11.04 23:55:48.962801 [ 284 ] {} <Debug> HTTP-Session: fa99e3a4-0e14-40b5-a08e-3f0652203e59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2635 2024.11.04 23:55:48.962817 [ 284 ] {} <Debug> HTTP-Session: fa99e3a4-0e14-40b5-a08e-3f0652203e59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2636 2024.11.04 23:55:48.962865 [ 284 ] {} <Trace> HTTP-Session: fa99e3a4-0e14-40b5-a08e-3f0652203e59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2637 2024.11.04 23:55:48.963051 [ 284 ] {dec0a945-4542-4504-afda-7c7bb2db1653} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
2638 2024.11.04 23:55:48.963107 [ 284 ] {dec0a945-4542-4504-afda-7c7bb2db1653} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2639 2024.11.04 23:55:48.963293 [ 284 ] {dec0a945-4542-4504-afda-7c7bb2db1653} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2640 2024.11.04 23:55:48.963757 [ 284 ] {dec0a945-4542-4504-afda-7c7bb2db1653} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2641 2024.11.04 23:55:48.963795 [ 284 ] {dec0a945-4542-4504-afda-7c7bb2db1653} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2642 2024.11.04 23:55:48.964214 [ 284 ] {dec0a945-4542-4504-afda-7c7bb2db1653} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2643 2024.11.04 23:55:48.964575 [ 284 ] {dec0a945-4542-4504-afda-7c7bb2db1653} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2644 2024.11.04 23:55:48.964708 [ 284 ] {dec0a945-4542-4504-afda-7c7bb2db1653} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00174 sec., 91954.02298850575 rows/sec., 6.40 MiB/sec.
2645 2024.11.04 23:55:48.964888 [ 284 ] {dec0a945-4542-4504-afda-7c7bb2db1653} <Debug> DynamicQueryHandler: Done processing query
2646 2024.11.04 23:55:48.964914 [ 284 ] {dec0a945-4542-4504-afda-7c7bb2db1653} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
2647 2024.11.04 23:55:48.964931 [ 284 ] {} <Debug> HTTP-Session: fa99e3a4-0e14-40b5-a08e-3f0652203e59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2648 2024.11.04 23:55:48.965128 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63877, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2649 2024.11.04 23:55:48.965283 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56854, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2650 2024.11.04 23:55:48.965362 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2651 2024.11.04 23:55:48.965389 [ 288 ] {} <Debug> HTTP-Session: 7944127f-0e1f-4d01-8b97-f57f4958eccc Authenticating user 'default' from [fd00:1122:3344:101::d]:56854
2652 2024.11.04 23:55:48.965413 [ 288 ] {} <Debug> HTTP-Session: 7944127f-0e1f-4d01-8b97-f57f4958eccc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2653 2024.11.04 23:55:48.965430 [ 288 ] {} <Debug> HTTP-Session: 7944127f-0e1f-4d01-8b97-f57f4958eccc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2654 2024.11.04 23:55:48.965478 [ 288 ] {} <Trace> HTTP-Session: 7944127f-0e1f-4d01-8b97-f57f4958eccc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2655 2024.11.04 23:55:48.965648 [ 288 ] {f18fb356-afe8-47f4-b832-fba8f8b11096} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56854) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
2656 2024.11.04 23:55:48.965711 [ 288 ] {f18fb356-afe8-47f4-b832-fba8f8b11096} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2657 2024.11.04 23:55:48.965905 [ 288 ] {f18fb356-afe8-47f4-b832-fba8f8b11096} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2658 2024.11.04 23:55:48.966245 [ 288 ] {f18fb356-afe8-47f4-b832-fba8f8b11096} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2659 2024.11.04 23:55:48.966283 [ 288 ] {f18fb356-afe8-47f4-b832-fba8f8b11096} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2660 2024.11.04 23:55:48.966677 [ 288 ] {f18fb356-afe8-47f4-b832-fba8f8b11096} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2661 2024.11.04 23:55:48.967015 [ 288 ] {f18fb356-afe8-47f4-b832-fba8f8b11096} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2662 2024.11.04 23:55:48.967158 [ 288 ] {f18fb356-afe8-47f4-b832-fba8f8b11096} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001571 sec., 38192.234245703374 rows/sec., 2.57 MiB/sec.
2663 2024.11.04 23:55:48.967353 [ 288 ] {f18fb356-afe8-47f4-b832-fba8f8b11096} <Debug> DynamicQueryHandler: Done processing query
2664 2024.11.04 23:55:48.967378 [ 288 ] {f18fb356-afe8-47f4-b832-fba8f8b11096} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
2665 2024.11.04 23:55:48.967394 [ 288 ] {} <Debug> HTTP-Session: 7944127f-0e1f-4d01-8b97-f57f4958eccc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2666 2024.11.04 23:55:48.967616 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56854, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2667 2024.11.04 23:55:50.499637 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 292
2668 2024.11.04 23:55:50.502371 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2669 2024.11.04 23:55:50.502429 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2670 2024.11.04 23:55:50.503915 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2671 2024.11.04 23:55:50.504916 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2672 2024.11.04 23:55:50.505152 [ 41 ] {} <Debug> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2673 2024.11.04 23:55:50.505258 [ 41 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2674 2024.11.04 23:55:50.505324 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2675 2024.11.04 23:55:50.505797 [ 191 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::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
2676 2024.11.04 23:55:50.506436 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 292
2677 2024.11.04 23:55:50.507168 [ 191 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2678 2024.11.04 23:55:50.507349 [ 191 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 90 rows starting from the beginning of the part
2679 2024.11.04 23:55:50.507878 [ 191 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 72 rows starting from the beginning of the part
2680 2024.11.04 23:55:50.508444 [ 191 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 20 rows starting from the beginning of the part
2681 2024.11.04 23:55:50.509011 [ 191 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 66 rows starting from the beginning of the part
2682 2024.11.04 23:55:50.509552 [ 191 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 28 rows starting from the beginning of the part
2683 2024.11.04 23:55:50.510091 [ 191 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 16 rows starting from the beginning of the part
2684 2024.11.04 23:55:50.540746 [ 189 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 292 rows, containing 72 columns (72 merged, 0 gathered) in 0.035256993 sec., 8282.044926519968 rows/sec., 7.69 MiB/sec.
2685 2024.11.04 23:55:50.541517 [ 190 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2686 2024.11.04 23:55:50.543014 [ 190 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_6_1} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2687 2024.11.04 23:55:50.543101 [ 190 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_6_1} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2688 2024.11.04 23:55:50.543318 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.71 MiB.
2689 2024.11.04 23:55:51.057797 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63877, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2690 2024.11.04 23:55:51.259406 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35437, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2691 2024.11.04 23:55:51.262928 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34784, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2692 2024.11.04 23:55:51.281363 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51027, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2693 2024.11.04 23:55:51.295686 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46813, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2694 2024.11.04 23:55:51.397051 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63425, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2695 2024.11.04 23:55:51.400447 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53383, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2696 2024.11.04 23:55:51.406716 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39909, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2697 2024.11.04 23:55:53.963190 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38418, User-Agent: (none), Length: 35821, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2698 2024.11.04 23:55:53.963374 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2699 2024.11.04 23:55:53.963412 [ 284 ] {} <Debug> HTTP-Session: 0e2140cd-35d0-4ee2-bde6-33198539dcde Authenticating user 'default' from [fd00:1122:3344:101::d]:38418
2700 2024.11.04 23:55:53.963436 [ 284 ] {} <Debug> HTTP-Session: 0e2140cd-35d0-4ee2-bde6-33198539dcde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2701 2024.11.04 23:55:53.963451 [ 284 ] {} <Debug> HTTP-Session: 0e2140cd-35d0-4ee2-bde6-33198539dcde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2702 2024.11.04 23:55:53.963502 [ 284 ] {} <Trace> HTTP-Session: 0e2140cd-35d0-4ee2-bde6-33198539dcde Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2703 2024.11.04 23:55:53.963752 [ 284 ] {c2ac4597-909c-4542-a167-913feb9ccf58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38418) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2704 2024.11.04 23:55:53.963822 [ 284 ] {c2ac4597-909c-4542-a167-913feb9ccf58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2705 2024.11.04 23:55:53.964158 [ 284 ] {c2ac4597-909c-4542-a167-913feb9ccf58} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2706 2024.11.04 23:55:53.965050 [ 284 ] {c2ac4597-909c-4542-a167-913feb9ccf58} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2707 2024.11.04 23:55:53.965098 [ 284 ] {c2ac4597-909c-4542-a167-913feb9ccf58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2708 2024.11.04 23:55:53.965551 [ 284 ] {c2ac4597-909c-4542-a167-913feb9ccf58} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2709 2024.11.04 23:55:53.965940 [ 284 ] {c2ac4597-909c-4542-a167-913feb9ccf58} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2710 2024.11.04 23:55:53.966094 [ 284 ] {c2ac4597-909c-4542-a167-913feb9ccf58} <Debug> executeQuery: Read 237 rows, 21.41 KiB in 0.002448 sec., 96813.72549019607 rows/sec., 8.54 MiB/sec.
2711 2024.11.04 23:55:53.966339 [ 284 ] {c2ac4597-909c-4542-a167-913feb9ccf58} <Debug> DynamicQueryHandler: Done processing query
2712 2024.11.04 23:55:53.966367 [ 284 ] {c2ac4597-909c-4542-a167-913feb9ccf58} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
2713 2024.11.04 23:55:53.966386 [ 284 ] {} <Debug> HTTP-Session: 0e2140cd-35d0-4ee2-bde6-33198539dcde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2714 2024.11.04 23:55:53.966582 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38418, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2715 2024.11.04 23:55:53.966680 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44208, User-Agent: (none), Length: 3493, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2716 2024.11.04 23:55:53.966765 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2717 2024.11.04 23:55:53.966792 [ 282 ] {} <Debug> HTTP-Session: 3909d65f-7684-4f4b-b0d4-2023ca755841 Authenticating user 'default' from [fd00:1122:3344:101::d]:44208
2718 2024.11.04 23:55:53.966815 [ 282 ] {} <Debug> HTTP-Session: 3909d65f-7684-4f4b-b0d4-2023ca755841 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2719 2024.11.04 23:55:53.966832 [ 282 ] {} <Debug> HTTP-Session: 3909d65f-7684-4f4b-b0d4-2023ca755841 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2720 2024.11.04 23:55:53.966874 [ 282 ] {} <Trace> HTTP-Session: 3909d65f-7684-4f4b-b0d4-2023ca755841 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2721 2024.11.04 23:55:53.967021 [ 282 ] {82ec0c29-0999-4f1c-85af-f7859f577ceb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44208) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
2722 2024.11.04 23:55:53.967079 [ 282 ] {82ec0c29-0999-4f1c-85af-f7859f577ceb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2723 2024.11.04 23:55:53.967376 [ 282 ] {82ec0c29-0999-4f1c-85af-f7859f577ceb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2724 2024.11.04 23:55:53.967732 [ 282 ] {82ec0c29-0999-4f1c-85af-f7859f577ceb} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2725 2024.11.04 23:55:53.967770 [ 282 ] {82ec0c29-0999-4f1c-85af-f7859f577ceb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2726 2024.11.04 23:55:53.968126 [ 282 ] {82ec0c29-0999-4f1c-85af-f7859f577ceb} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2727 2024.11.04 23:55:53.968496 [ 282 ] {82ec0c29-0999-4f1c-85af-f7859f577ceb} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2728 2024.11.04 23:55:53.968669 [ 282 ] {82ec0c29-0999-4f1c-85af-f7859f577ceb} <Debug> executeQuery: Read 24 rows, 1.80 KiB in 0.00168 sec., 14285.714285714284 rows/sec., 1.05 MiB/sec.
2729 2024.11.04 23:55:53.968995 [ 282 ] {82ec0c29-0999-4f1c-85af-f7859f577ceb} <Debug> DynamicQueryHandler: Done processing query
2730 2024.11.04 23:55:53.969021 [ 282 ] {82ec0c29-0999-4f1c-85af-f7859f577ceb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2731 2024.11.04 23:55:53.969038 [ 282 ] {} <Debug> HTTP-Session: 3909d65f-7684-4f4b-b0d4-2023ca755841 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2732 2024.11.04 23:55:53.969205 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44208, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2733 2024.11.04 23:55:53.969293 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59434, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2734 2024.11.04 23:55:53.969356 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2735 2024.11.04 23:55:53.969380 [ 284 ] {} <Debug> HTTP-Session: 76f155e3-b431-4b7e-ad6c-84accadd121b Authenticating user 'default' from [fd00:1122:3344:101::d]:59434
2736 2024.11.04 23:55:53.969401 [ 284 ] {} <Debug> HTTP-Session: 76f155e3-b431-4b7e-ad6c-84accadd121b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2737 2024.11.04 23:55:53.969417 [ 284 ] {} <Debug> HTTP-Session: 76f155e3-b431-4b7e-ad6c-84accadd121b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2738 2024.11.04 23:55:53.969457 [ 284 ] {} <Trace> HTTP-Session: 76f155e3-b431-4b7e-ad6c-84accadd121b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2739 2024.11.04 23:55:53.969582 [ 284 ] {58dd6140-9e83-4e95-bdb3-8e47e11e8b9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59434) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
2740 2024.11.04 23:55:53.969636 [ 284 ] {58dd6140-9e83-4e95-bdb3-8e47e11e8b9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2741 2024.11.04 23:55:53.969929 [ 284 ] {58dd6140-9e83-4e95-bdb3-8e47e11e8b9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2742 2024.11.04 23:55:53.970293 [ 284 ] {58dd6140-9e83-4e95-bdb3-8e47e11e8b9d} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2743 2024.11.04 23:55:53.970340 [ 284 ] {58dd6140-9e83-4e95-bdb3-8e47e11e8b9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2744 2024.11.04 23:55:53.970706 [ 284 ] {58dd6140-9e83-4e95-bdb3-8e47e11e8b9d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2745 2024.11.04 23:55:53.971073 [ 284 ] {58dd6140-9e83-4e95-bdb3-8e47e11e8b9d} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2746 2024.11.04 23:55:53.971245 [ 284 ] {58dd6140-9e83-4e95-bdb3-8e47e11e8b9d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001679 sec., 8338.296605122097 rows/sec., 583.96 KiB/sec.
2747 2024.11.04 23:55:53.971439 [ 284 ] {58dd6140-9e83-4e95-bdb3-8e47e11e8b9d} <Debug> DynamicQueryHandler: Done processing query
2748 2024.11.04 23:55:53.971465 [ 284 ] {58dd6140-9e83-4e95-bdb3-8e47e11e8b9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2749 2024.11.04 23:55:53.971481 [ 284 ] {} <Debug> HTTP-Session: 76f155e3-b431-4b7e-ad6c-84accadd121b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2750 2024.11.04 23:55:53.971625 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44208, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2751 2024.11.04 23:55:53.971636 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59434, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2752 2024.11.04 23:55:53.971688 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2753 2024.11.04 23:55:53.971717 [ 282 ] {} <Debug> HTTP-Session: a03fc125-a5d0-4520-b64a-bf5727f519e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:44208
2754 2024.11.04 23:55:53.971738 [ 282 ] {} <Debug> HTTP-Session: a03fc125-a5d0-4520-b64a-bf5727f519e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2755 2024.11.04 23:55:53.971758 [ 282 ] {} <Debug> HTTP-Session: a03fc125-a5d0-4520-b64a-bf5727f519e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2756 2024.11.04 23:55:53.971797 [ 282 ] {} <Trace> HTTP-Session: a03fc125-a5d0-4520-b64a-bf5727f519e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2757 2024.11.04 23:55:53.971914 [ 282 ] {9ae620e9-b670-4115-9183-427f63147fc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44208) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
2758 2024.11.04 23:55:53.971965 [ 282 ] {9ae620e9-b670-4115-9183-427f63147fc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2759 2024.11.04 23:55:53.972239 [ 282 ] {9ae620e9-b670-4115-9183-427f63147fc7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2760 2024.11.04 23:55:53.972564 [ 282 ] {9ae620e9-b670-4115-9183-427f63147fc7} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2761 2024.11.04 23:55:53.972601 [ 282 ] {9ae620e9-b670-4115-9183-427f63147fc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2762 2024.11.04 23:55:53.972954 [ 282 ] {9ae620e9-b670-4115-9183-427f63147fc7} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2763 2024.11.04 23:55:53.973313 [ 282 ] {9ae620e9-b670-4115-9183-427f63147fc7} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2764 2024.11.04 23:55:53.973472 [ 46 ] {} <Debug> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2765 2024.11.04 23:55:53.973482 [ 282 ] {9ae620e9-b670-4115-9183-427f63147fc7} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001592 sec., 3768.8442211055276 rows/sec., 222.67 KiB/sec.
2766 2024.11.04 23:55:53.973552 [ 46 ] {} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2767 2024.11.04 23:55:53.973616 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2768 2024.11.04 23:55:53.973941 [ 282 ] {9ae620e9-b670-4115-9183-427f63147fc7} <Debug> DynamicQueryHandler: Done processing query
2769 2024.11.04 23:55:53.973942 [ 190 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full
2770 2024.11.04 23:55:53.974019 [ 282 ] {9ae620e9-b670-4115-9183-427f63147fc7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
2771 2024.11.04 23:55:53.974097 [ 282 ] {} <Debug> HTTP-Session: a03fc125-a5d0-4520-b64a-bf5727f519e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2772 2024.11.04 23:55:53.974258 [ 190 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2773 2024.11.04 23:55:53.974306 [ 190 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part
2774 2024.11.04 23:55:53.974411 [ 190 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part
2775 2024.11.04 23:55:53.974649 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44208, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2776 2024.11.04 23:55:53.974798 [ 190 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part
2777 2024.11.04 23:55:53.974813 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51355, User-Agent: (none), Length: 65843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2778 2024.11.04 23:55:53.975111 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2779 2024.11.04 23:55:53.975263 [ 284 ] {} <Debug> HTTP-Session: dab56805-d641-4377-be57-5f9d2a96db77 Authenticating user 'default' from [fd00:1122:3344:101::d]:51355
2780 2024.11.04 23:55:53.975250 [ 190 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part
2781 2024.11.04 23:55:53.975351 [ 284 ] {} <Debug> HTTP-Session: dab56805-d641-4377-be57-5f9d2a96db77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2782 2024.11.04 23:55:53.975432 [ 284 ] {} <Debug> HTTP-Session: dab56805-d641-4377-be57-5f9d2a96db77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2783 2024.11.04 23:55:53.975533 [ 190 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part
2784 2024.11.04 23:55:53.975603 [ 284 ] {} <Trace> HTTP-Session: dab56805-d641-4377-be57-5f9d2a96db77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2785 2024.11.04 23:55:53.976097 [ 284 ] {6888ee59-c4e0-4c11-b3f3-5df4fd15c04e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51355) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2786 2024.11.04 23:55:53.976189 [ 284 ] {6888ee59-c4e0-4c11-b3f3-5df4fd15c04e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2787 2024.11.04 23:55:53.976976 [ 284 ] {6888ee59-c4e0-4c11-b3f3-5df4fd15c04e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2788 2024.11.04 23:55:53.977756 [ 189 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004025263 sec., 7452.9291626410495 rows/sec., 473.09 KiB/sec.
2789 2024.11.04 23:55:53.978043 [ 189 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2790 2024.11.04 23:55:53.978215 [ 284 ] {6888ee59-c4e0-4c11-b3f3-5df4fd15c04e} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2791 2024.11.04 23:55:53.978270 [ 284 ] {6888ee59-c4e0-4c11-b3f3-5df4fd15c04e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2792 2024.11.04 23:55:53.979203 [ 189 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_5_1} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2793 2024.11.04 23:55:53.979276 [ 284 ] {6888ee59-c4e0-4c11-b3f3-5df4fd15c04e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2794 2024.11.04 23:55:53.979326 [ 189 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_5_1} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2795 2024.11.04 23:55:53.979488 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
2796 2024.11.04 23:55:53.979817 [ 284 ] {6888ee59-c4e0-4c11-b3f3-5df4fd15c04e} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2797 2024.11.04 23:55:53.980000 [ 284 ] {6888ee59-c4e0-4c11-b3f3-5df4fd15c04e} <Debug> executeQuery: Read 406 rows, 29.60 KiB in 0.004065 sec., 99876.9987699877 rows/sec., 7.11 MiB/sec.
2798 2024.11.04 23:55:53.980227 [ 284 ] {6888ee59-c4e0-4c11-b3f3-5df4fd15c04e} <Debug> DynamicQueryHandler: Done processing query
2799 2024.11.04 23:55:53.980254 [ 284 ] {6888ee59-c4e0-4c11-b3f3-5df4fd15c04e} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
2800 2024.11.04 23:55:53.980271 [ 284 ] {} <Debug> HTTP-Session: dab56805-d641-4377-be57-5f9d2a96db77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2801 2024.11.04 23:55:53.980460 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51355, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2802 2024.11.04 23:55:53.980540 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43923, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2803 2024.11.04 23:55:53.980607 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2804 2024.11.04 23:55:53.980632 [ 282 ] {} <Debug> HTTP-Session: 0dabaeb8-1307-4554-b095-ff7fb0ca4710 Authenticating user 'default' from [fd00:1122:3344:101::d]:43923
2805 2024.11.04 23:55:53.980652 [ 282 ] {} <Debug> HTTP-Session: 0dabaeb8-1307-4554-b095-ff7fb0ca4710 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2806 2024.11.04 23:55:53.980669 [ 282 ] {} <Debug> HTTP-Session: 0dabaeb8-1307-4554-b095-ff7fb0ca4710 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2807 2024.11.04 23:55:53.980709 [ 282 ] {} <Trace> HTTP-Session: 0dabaeb8-1307-4554-b095-ff7fb0ca4710 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2808 2024.11.04 23:55:53.980827 [ 282 ] {4661cbc5-0d88-4893-9073-7fdbb571a6ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43923) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
2809 2024.11.04 23:55:53.980881 [ 282 ] {4661cbc5-0d88-4893-9073-7fdbb571a6ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2810 2024.11.04 23:55:53.981047 [ 282 ] {4661cbc5-0d88-4893-9073-7fdbb571a6ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2811 2024.11.04 23:55:53.981375 [ 282 ] {4661cbc5-0d88-4893-9073-7fdbb571a6ab} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2812 2024.11.04 23:55:53.981413 [ 282 ] {4661cbc5-0d88-4893-9073-7fdbb571a6ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2813 2024.11.04 23:55:53.981773 [ 282 ] {4661cbc5-0d88-4893-9073-7fdbb571a6ab} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2814 2024.11.04 23:55:53.982099 [ 282 ] {4661cbc5-0d88-4893-9073-7fdbb571a6ab} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2815 2024.11.04 23:55:53.982259 [ 282 ] {4661cbc5-0d88-4893-9073-7fdbb571a6ab} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001453 sec., 4129.387474191328 rows/sec., 215.74 KiB/sec.
2816 2024.11.04 23:55:53.982447 [ 282 ] {4661cbc5-0d88-4893-9073-7fdbb571a6ab} <Debug> DynamicQueryHandler: Done processing query
2817 2024.11.04 23:55:53.982472 [ 282 ] {4661cbc5-0d88-4893-9073-7fdbb571a6ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
2818 2024.11.04 23:55:53.982488 [ 282 ] {} <Debug> HTTP-Session: 0dabaeb8-1307-4554-b095-ff7fb0ca4710 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2819 2024.11.04 23:55:53.982737 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43923, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2820 2024.11.04 23:55:53.982853 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53672, User-Agent: (none), Length: 44639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2821 2024.11.04 23:55:53.982925 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2822 2024.11.04 23:55:53.982951 [ 284 ] {} <Debug> HTTP-Session: bdc1dacf-c737-40f6-b724-d2df19724c5f Authenticating user 'default' from [fd00:1122:3344:101::d]:53672
2823 2024.11.04 23:55:53.982972 [ 284 ] {} <Debug> HTTP-Session: bdc1dacf-c737-40f6-b724-d2df19724c5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2824 2024.11.04 23:55:53.982989 [ 284 ] {} <Debug> HTTP-Session: bdc1dacf-c737-40f6-b724-d2df19724c5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2825 2024.11.04 23:55:53.983027 [ 284 ] {} <Trace> HTTP-Session: bdc1dacf-c737-40f6-b724-d2df19724c5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2826 2024.11.04 23:55:53.983276 [ 284 ] {a56f384c-403b-4702-8cd7-7c8edf036dae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53672) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
2827 2024.11.04 23:55:53.983334 [ 284 ] {a56f384c-403b-4702-8cd7-7c8edf036dae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2828 2024.11.04 23:55:53.983482 [ 284 ] {a56f384c-403b-4702-8cd7-7c8edf036dae} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2829 2024.11.04 23:55:53.983915 [ 284 ] {a56f384c-403b-4702-8cd7-7c8edf036dae} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2830 2024.11.04 23:55:53.983952 [ 284 ] {a56f384c-403b-4702-8cd7-7c8edf036dae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2831 2024.11.04 23:55:53.984342 [ 284 ] {a56f384c-403b-4702-8cd7-7c8edf036dae} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2832 2024.11.04 23:55:53.984682 [ 284 ] {a56f384c-403b-4702-8cd7-7c8edf036dae} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2833 2024.11.04 23:55:53.984838 [ 284 ] {a56f384c-403b-4702-8cd7-7c8edf036dae} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001693 sec., 139988.18665091554 rows/sec., 9.38 MiB/sec.
2834 2024.11.04 23:55:53.985013 [ 284 ] {a56f384c-403b-4702-8cd7-7c8edf036dae} <Debug> DynamicQueryHandler: Done processing query
2835 2024.11.04 23:55:53.985039 [ 284 ] {a56f384c-403b-4702-8cd7-7c8edf036dae} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
2836 2024.11.04 23:55:53.985054 [ 284 ] {} <Debug> HTTP-Session: bdc1dacf-c737-40f6-b724-d2df19724c5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2837 2024.11.04 23:55:53.985206 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43923, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2838 2024.11.04 23:55:53.985221 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53672, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2839 2024.11.04 23:55:53.985271 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2840 2024.11.04 23:55:53.985306 [ 282 ] {} <Debug> HTTP-Session: 4c821337-0ab6-4f45-848f-0bbc561af9b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:43923
2841 2024.11.04 23:55:53.985326 [ 282 ] {} <Debug> HTTP-Session: 4c821337-0ab6-4f45-848f-0bbc561af9b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2842 2024.11.04 23:55:53.985343 [ 282 ] {} <Debug> HTTP-Session: 4c821337-0ab6-4f45-848f-0bbc561af9b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2843 2024.11.04 23:55:53.985383 [ 282 ] {} <Trace> HTTP-Session: 4c821337-0ab6-4f45-848f-0bbc561af9b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2844 2024.11.04 23:55:53.985498 [ 282 ] {db52f999-e59d-4d96-9dfa-b1886e85b023} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43923) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
2845 2024.11.04 23:55:53.985554 [ 282 ] {db52f999-e59d-4d96-9dfa-b1886e85b023} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2846 2024.11.04 23:55:53.985713 [ 282 ] {db52f999-e59d-4d96-9dfa-b1886e85b023} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2847 2024.11.04 23:55:53.986033 [ 282 ] {db52f999-e59d-4d96-9dfa-b1886e85b023} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2848 2024.11.04 23:55:53.986080 [ 282 ] {db52f999-e59d-4d96-9dfa-b1886e85b023} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2849 2024.11.04 23:55:53.986502 [ 282 ] {db52f999-e59d-4d96-9dfa-b1886e85b023} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2850 2024.11.04 23:55:53.986832 [ 282 ] {db52f999-e59d-4d96-9dfa-b1886e85b023} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2851 2024.11.04 23:55:53.986987 [ 282 ] {db52f999-e59d-4d96-9dfa-b1886e85b023} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001511 sec., 661.8133686300463 rows/sec., 44.59 KiB/sec.
2852 2024.11.04 23:55:53.987165 [ 282 ] {db52f999-e59d-4d96-9dfa-b1886e85b023} <Debug> DynamicQueryHandler: Done processing query
2853 2024.11.04 23:55:53.987190 [ 282 ] {db52f999-e59d-4d96-9dfa-b1886e85b023} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
2854 2024.11.04 23:55:53.987207 [ 282 ] {} <Debug> HTTP-Session: 4c821337-0ab6-4f45-848f-0bbc561af9b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2855 2024.11.04 23:55:53.987407 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43923, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2856 2024.11.04 23:55:53.987512 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63670, User-Agent: (none), Length: 39309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2857 2024.11.04 23:55:53.987567 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2858 2024.11.04 23:55:53.987587 [ 284 ] {} <Debug> HTTP-Session: aadd9de6-0291-4b06-afad-6e237597ea30 Authenticating user 'default' from [fd00:1122:3344:101::d]:63670
2859 2024.11.04 23:55:53.987605 [ 284 ] {} <Debug> HTTP-Session: aadd9de6-0291-4b06-afad-6e237597ea30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2860 2024.11.04 23:55:53.987619 [ 284 ] {} <Debug> HTTP-Session: aadd9de6-0291-4b06-afad-6e237597ea30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2861 2024.11.04 23:55:53.987651 [ 284 ] {} <Trace> HTTP-Session: aadd9de6-0291-4b06-afad-6e237597ea30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2862 2024.11.04 23:55:53.987946 [ 284 ] {1e0ba867-7772-4f11-bfd5-76e29ac21b82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63670) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
2863 2024.11.04 23:55:53.988012 [ 284 ] {1e0ba867-7772-4f11-bfd5-76e29ac21b82} <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
2864 2024.11.04 23:55:53.988448 [ 284 ] {1e0ba867-7772-4f11-bfd5-76e29ac21b82} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2865 2024.11.04 23:55:53.989093 [ 284 ] {1e0ba867-7772-4f11-bfd5-76e29ac21b82} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2866 2024.11.04 23:55:53.989133 [ 284 ] {1e0ba867-7772-4f11-bfd5-76e29ac21b82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2867 2024.11.04 23:55:53.989816 [ 284 ] {1e0ba867-7772-4f11-bfd5-76e29ac21b82} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2868 2024.11.04 23:55:53.990237 [ 284 ] {1e0ba867-7772-4f11-bfd5-76e29ac21b82} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2869 2024.11.04 23:55:53.990444 [ 284 ] {1e0ba867-7772-4f11-bfd5-76e29ac21b82} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002699 sec., 8892.18228973694 rows/sec., 15.93 MiB/sec.
2870 2024.11.04 23:55:53.990704 [ 284 ] {1e0ba867-7772-4f11-bfd5-76e29ac21b82} <Debug> DynamicQueryHandler: Done processing query
2871 2024.11.04 23:55:53.990730 [ 284 ] {1e0ba867-7772-4f11-bfd5-76e29ac21b82} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB.
2872 2024.11.04 23:55:53.990746 [ 284 ] {} <Debug> HTTP-Session: aadd9de6-0291-4b06-afad-6e237597ea30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2873 2024.11.04 23:55:53.990969 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43923, User-Agent: (none), Length: 12146, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2874 2024.11.04 23:55:53.990976 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63670, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2875 2024.11.04 23:55:53.991024 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2876 2024.11.04 23:55:53.991044 [ 282 ] {} <Debug> HTTP-Session: 5cdbe03b-e8ab-4e77-94f5-59ad9238cd87 Authenticating user 'default' from [fd00:1122:3344:101::d]:43923
2877 2024.11.04 23:55:53.991063 [ 282 ] {} <Debug> HTTP-Session: 5cdbe03b-e8ab-4e77-94f5-59ad9238cd87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2878 2024.11.04 23:55:53.991077 [ 282 ] {} <Debug> HTTP-Session: 5cdbe03b-e8ab-4e77-94f5-59ad9238cd87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2879 2024.11.04 23:55:53.991111 [ 282 ] {} <Trace> HTTP-Session: 5cdbe03b-e8ab-4e77-94f5-59ad9238cd87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2880 2024.11.04 23:55:53.991251 [ 282 ] {75269fcd-5696-4690-b7fd-7181d8218582} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43923) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
2881 2024.11.04 23:55:53.991297 [ 282 ] {75269fcd-5696-4690-b7fd-7181d8218582} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2882 2024.11.04 23:55:53.991428 [ 282 ] {75269fcd-5696-4690-b7fd-7181d8218582} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2883 2024.11.04 23:55:53.991751 [ 282 ] {75269fcd-5696-4690-b7fd-7181d8218582} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2884 2024.11.04 23:55:53.991787 [ 282 ] {75269fcd-5696-4690-b7fd-7181d8218582} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2885 2024.11.04 23:55:53.992143 [ 282 ] {75269fcd-5696-4690-b7fd-7181d8218582} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2886 2024.11.04 23:55:53.992463 [ 282 ] {75269fcd-5696-4690-b7fd-7181d8218582} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2887 2024.11.04 23:55:53.992621 [ 282 ] {75269fcd-5696-4690-b7fd-7181d8218582} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00142 sec., 57746.47887323944 rows/sec., 3.67 MiB/sec.
2888 2024.11.04 23:55:53.992792 [ 282 ] {75269fcd-5696-4690-b7fd-7181d8218582} <Debug> DynamicQueryHandler: Done processing query
2889 2024.11.04 23:55:53.992817 [ 282 ] {75269fcd-5696-4690-b7fd-7181d8218582} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2890 2024.11.04 23:55:53.992834 [ 282 ] {} <Debug> HTTP-Session: 5cdbe03b-e8ab-4e77-94f5-59ad9238cd87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2891 2024.11.04 23:55:53.993152 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43923, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2892 2024.11.04 23:55:58.954142 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48741, User-Agent: (none), Length: 1520, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2893 2024.11.04 23:55:58.954338 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2894 2024.11.04 23:55:58.954385 [ 282 ] {} <Debug> HTTP-Session: 28d965f1-0be6-4d90-b829-42ead8d95a93 Authenticating user 'default' from [fd00:1122:3344:101::d]:48741
2895 2024.11.04 23:55:58.954427 [ 282 ] {} <Debug> HTTP-Session: 28d965f1-0be6-4d90-b829-42ead8d95a93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2896 2024.11.04 23:55:58.954455 [ 282 ] {} <Debug> HTTP-Session: 28d965f1-0be6-4d90-b829-42ead8d95a93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2897 2024.11.04 23:55:58.954536 [ 282 ] {} <Trace> HTTP-Session: 28d965f1-0be6-4d90-b829-42ead8d95a93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2898 2024.11.04 23:55:58.954795 [ 282 ] {330fd95a-e34c-45b1-a8fa-7c7b4961dc4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48741) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
2899 2024.11.04 23:55:58.955217 [ 282 ] {330fd95a-e34c-45b1-a8fa-7c7b4961dc4e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2900 2024.11.04 23:55:58.955272 [ 282 ] {330fd95a-e34c-45b1-a8fa-7c7b4961dc4e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2901 2024.11.04 23:55:58.955659 [ 282 ] {330fd95a-e34c-45b1-a8fa-7c7b4961dc4e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2902 2024.11.04 23:55:58.955743 [ 282 ] {330fd95a-e34c-45b1-a8fa-7c7b4961dc4e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2903 2024.11.04 23:55:58.955921 [ 282 ] {330fd95a-e34c-45b1-a8fa-7c7b4961dc4e} <Debug> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Key condition: (column 0 notIn 42-element set)
2904 2024.11.04 23:55:58.956128 [ 292 ] {330fd95a-e34c-45b1-a8fa-7c7b4961dc4e} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2905 2024.11.04 23:55:58.956134 [ 291 ] {330fd95a-e34c-45b1-a8fa-7c7b4961dc4e} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2906 2024.11.04 23:55:58.956375 [ 282 ] {330fd95a-e34c-45b1-a8fa-7c7b4961dc4e} <Debug> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
2907 2024.11.04 23:55:58.956407 [ 282 ] {330fd95a-e34c-45b1-a8fa-7c7b4961dc4e} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Spreading mark ranges among streams (default reading)
2908 2024.11.04 23:55:58.960673 [ 282 ] {330fd95a-e34c-45b1-a8fa-7c7b4961dc4e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2909 2024.11.04 23:55:58.962652 [ 282 ] {330fd95a-e34c-45b1-a8fa-7c7b4961dc4e} <Debug> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701) (SelectExecutor): Reading approx. 42 rows with 2 streams
2910 2024.11.04 23:55:58.962728 [ 282 ] {330fd95a-e34c-45b1-a8fa-7c7b4961dc4e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2911 2024.11.04 23:55:58.962778 [ 282 ] {330fd95a-e34c-45b1-a8fa-7c7b4961dc4e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2912 2024.11.04 23:55:58.964595 [ 282 ] {330fd95a-e34c-45b1-a8fa-7c7b4961dc4e} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.009918 sec., 4234.724742891713 rows/sec., 161.48 KiB/sec.
2913 2024.11.04 23:55:58.964967 [ 282 ] {330fd95a-e34c-45b1-a8fa-7c7b4961dc4e} <Debug> DynamicQueryHandler: Done processing query
2914 2024.11.04 23:55:58.964994 [ 282 ] {330fd95a-e34c-45b1-a8fa-7c7b4961dc4e} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
2915 2024.11.04 23:55:58.965012 [ 282 ] {} <Debug> HTTP-Session: 28d965f1-0be6-4d90-b829-42ead8d95a93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2916 2024.11.04 23:55:58.971450 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48741, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2917 2024.11.04 23:55:58.971592 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58583, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2918 2024.11.04 23:55:58.971722 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2919 2024.11.04 23:55:58.971764 [ 284 ] {} <Debug> HTTP-Session: 66a5dc13-9087-4842-aefa-dedfda0ebb73 Authenticating user 'default' from [fd00:1122:3344:101::d]:58583
2920 2024.11.04 23:55:58.971801 [ 284 ] {} <Debug> HTTP-Session: 66a5dc13-9087-4842-aefa-dedfda0ebb73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2921 2024.11.04 23:55:58.971828 [ 284 ] {} <Debug> HTTP-Session: 66a5dc13-9087-4842-aefa-dedfda0ebb73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2922 2024.11.04 23:55:58.971898 [ 284 ] {} <Trace> HTTP-Session: 66a5dc13-9087-4842-aefa-dedfda0ebb73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2923 2024.11.04 23:55:58.972141 [ 284 ] {ad4f2ce1-203e-4bbe-a540-30ae56c78414} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58583) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
2924 2024.11.04 23:55:58.972241 [ 284 ] {ad4f2ce1-203e-4bbe-a540-30ae56c78414} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2925 2024.11.04 23:55:58.972582 [ 284 ] {ad4f2ce1-203e-4bbe-a540-30ae56c78414} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2926 2024.11.04 23:55:58.972946 [ 284 ] {ad4f2ce1-203e-4bbe-a540-30ae56c78414} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2927 2024.11.04 23:55:58.972988 [ 284 ] {ad4f2ce1-203e-4bbe-a540-30ae56c78414} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2928 2024.11.04 23:55:58.973494 [ 284 ] {ad4f2ce1-203e-4bbe-a540-30ae56c78414} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2929 2024.11.04 23:55:58.973819 [ 284 ] {ad4f2ce1-203e-4bbe-a540-30ae56c78414} <Trace> oximeter.timeseries_schema (14420bec-0a29-4b8c-80bc-2deba7825701): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2930 2024.11.04 23:55:58.973988 [ 284 ] {ad4f2ce1-203e-4bbe-a540-30ae56c78414} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001908 sec., 524.1090146750524 rows/sec., 118.74 KiB/sec.
2931 2024.11.04 23:55:58.974290 [ 284 ] {ad4f2ce1-203e-4bbe-a540-30ae56c78414} <Debug> DynamicQueryHandler: Done processing query
2932 2024.11.04 23:55:58.974318 [ 284 ] {ad4f2ce1-203e-4bbe-a540-30ae56c78414} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
2933 2024.11.04 23:55:58.974335 [ 284 ] {} <Debug> HTTP-Session: 66a5dc13-9087-4842-aefa-dedfda0ebb73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2934 2024.11.04 23:55:58.974518 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58583, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2935 2024.11.04 23:55:58.974565 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52385, User-Agent: (none), Length: 987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2936 2024.11.04 23:55:58.974643 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2937 2024.11.04 23:55:58.974670 [ 282 ] {} <Debug> HTTP-Session: 05b469bf-ecf0-408d-80fd-012b33bd3cbe Authenticating user 'default' from [fd00:1122:3344:101::d]:52385
2938 2024.11.04 23:55:58.974691 [ 282 ] {} <Debug> HTTP-Session: 05b469bf-ecf0-408d-80fd-012b33bd3cbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2939 2024.11.04 23:55:58.974710 [ 282 ] {} <Debug> HTTP-Session: 05b469bf-ecf0-408d-80fd-012b33bd3cbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2940 2024.11.04 23:55:58.974751 [ 282 ] {} <Trace> HTTP-Session: 05b469bf-ecf0-408d-80fd-012b33bd3cbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2941 2024.11.04 23:55:58.974878 [ 282 ] {997c1983-eacb-4c30-8d2c-cbc3fd336286} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52385) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
2942 2024.11.04 23:55:58.974934 [ 282 ] {997c1983-eacb-4c30-8d2c-cbc3fd336286} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2943 2024.11.04 23:55:58.975516 [ 282 ] {997c1983-eacb-4c30-8d2c-cbc3fd336286} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2944 2024.11.04 23:55:58.975840 [ 282 ] {997c1983-eacb-4c30-8d2c-cbc3fd336286} <Trace> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2945 2024.11.04 23:55:58.975880 [ 282 ] {997c1983-eacb-4c30-8d2c-cbc3fd336286} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2946 2024.11.04 23:55:58.976233 [ 282 ] {997c1983-eacb-4c30-8d2c-cbc3fd336286} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2947 2024.11.04 23:55:58.976602 [ 282 ] {997c1983-eacb-4c30-8d2c-cbc3fd336286} <Trace> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2948 2024.11.04 23:55:58.976768 [ 282 ] {997c1983-eacb-4c30-8d2c-cbc3fd336286} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001916 sec., 3131.5240083507306 rows/sec., 255.35 KiB/sec.
2949 2024.11.04 23:55:58.977077 [ 282 ] {997c1983-eacb-4c30-8d2c-cbc3fd336286} <Debug> DynamicQueryHandler: Done processing query
2950 2024.11.04 23:55:58.977101 [ 282 ] {997c1983-eacb-4c30-8d2c-cbc3fd336286} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2951 2024.11.04 23:55:58.977118 [ 282 ] {} <Debug> HTTP-Session: 05b469bf-ecf0-408d-80fd-012b33bd3cbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2952 2024.11.04 23:55:58.977315 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52385, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2953 2024.11.04 23:55:58.977405 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52546, User-Agent: (none), Length: 10578, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2954 2024.11.04 23:55:58.977468 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2955 2024.11.04 23:55:58.977492 [ 284 ] {} <Debug> HTTP-Session: b541d9c7-5f7c-43d4-acce-8a8395d3cc17 Authenticating user 'default' from [fd00:1122:3344:101::d]:52546
2956 2024.11.04 23:55:58.977513 [ 284 ] {} <Debug> HTTP-Session: b541d9c7-5f7c-43d4-acce-8a8395d3cc17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2957 2024.11.04 23:55:58.977531 [ 284 ] {} <Debug> HTTP-Session: b541d9c7-5f7c-43d4-acce-8a8395d3cc17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2958 2024.11.04 23:55:58.977570 [ 284 ] {} <Trace> HTTP-Session: b541d9c7-5f7c-43d4-acce-8a8395d3cc17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2959 2024.11.04 23:55:58.977713 [ 284 ] {25fa91f2-b469-4afc-8660-8eddf43f21c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52546) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2960 2024.11.04 23:55:58.977764 [ 284 ] {25fa91f2-b469-4afc-8660-8eddf43f21c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2961 2024.11.04 23:55:58.978059 [ 284 ] {25fa91f2-b469-4afc-8660-8eddf43f21c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2962 2024.11.04 23:55:58.978471 [ 284 ] {25fa91f2-b469-4afc-8660-8eddf43f21c5} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2963 2024.11.04 23:55:58.978514 [ 284 ] {25fa91f2-b469-4afc-8660-8eddf43f21c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2964 2024.11.04 23:55:58.978862 [ 284 ] {25fa91f2-b469-4afc-8660-8eddf43f21c5} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2965 2024.11.04 23:55:58.979207 [ 284 ] {25fa91f2-b469-4afc-8660-8eddf43f21c5} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2966 2024.11.04 23:55:58.979357 [ 284 ] {25fa91f2-b469-4afc-8660-8eddf43f21c5} <Debug> executeQuery: Read 74 rows, 6.05 KiB in 0.001691 sec., 43761.08811354228 rows/sec., 3.50 MiB/sec.
2967 2024.11.04 23:55:58.979687 [ 284 ] {25fa91f2-b469-4afc-8660-8eddf43f21c5} <Debug> DynamicQueryHandler: Done processing query
2968 2024.11.04 23:55:58.979712 [ 284 ] {25fa91f2-b469-4afc-8660-8eddf43f21c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
2969 2024.11.04 23:55:58.979729 [ 284 ] {} <Debug> HTTP-Session: b541d9c7-5f7c-43d4-acce-8a8395d3cc17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2970 2024.11.04 23:55:58.979889 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52385, User-Agent: (none), Length: 1893, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2971 2024.11.04 23:55:58.979902 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52546, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2972 2024.11.04 23:55:58.979949 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2973 2024.11.04 23:55:58.979974 [ 282 ] {} <Debug> HTTP-Session: d9dde4b8-10ee-4a6a-a116-8e2c47e027e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:52385
2974 2024.11.04 23:55:58.979991 [ 282 ] {} <Debug> HTTP-Session: d9dde4b8-10ee-4a6a-a116-8e2c47e027e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2975 2024.11.04 23:55:58.980005 [ 282 ] {} <Debug> HTTP-Session: d9dde4b8-10ee-4a6a-a116-8e2c47e027e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2976 2024.11.04 23:55:58.980038 [ 282 ] {} <Trace> HTTP-Session: d9dde4b8-10ee-4a6a-a116-8e2c47e027e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2977 2024.11.04 23:55:58.980140 [ 282 ] {7ed64345-ee80-4252-8123-1623cb0f457b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52385) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
2978 2024.11.04 23:55:58.980186 [ 282 ] {7ed64345-ee80-4252-8123-1623cb0f457b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2979 2024.11.04 23:55:58.980439 [ 282 ] {7ed64345-ee80-4252-8123-1623cb0f457b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2980 2024.11.04 23:55:58.980743 [ 282 ] {7ed64345-ee80-4252-8123-1623cb0f457b} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2981 2024.11.04 23:55:58.980780 [ 282 ] {7ed64345-ee80-4252-8123-1623cb0f457b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2982 2024.11.04 23:55:58.981121 [ 282 ] {7ed64345-ee80-4252-8123-1623cb0f457b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2983 2024.11.04 23:55:58.981501 [ 282 ] {7ed64345-ee80-4252-8123-1623cb0f457b} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2984 2024.11.04 23:55:58.981660 [ 39 ] {} <Debug> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2985 2024.11.04 23:55:58.981671 [ 282 ] {7ed64345-ee80-4252-8123-1623cb0f457b} <Debug> executeQuery: Read 13 rows, 968.00 B in 0.001547 sec., 8403.361344537816 rows/sec., 611.06 KiB/sec.
2986 2024.11.04 23:55:58.981744 [ 39 ] {} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2987 2024.11.04 23:55:58.981808 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2988 2024.11.04 23:55:58.982048 [ 282 ] {7ed64345-ee80-4252-8123-1623cb0f457b} <Debug> DynamicQueryHandler: Done processing query
2989 2024.11.04 23:55:58.982080 [ 194 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::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
2990 2024.11.04 23:55:58.982088 [ 282 ] {7ed64345-ee80-4252-8123-1623cb0f457b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2991 2024.11.04 23:55:58.982183 [ 282 ] {} <Debug> HTTP-Session: d9dde4b8-10ee-4a6a-a116-8e2c47e027e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2992 2024.11.04 23:55:58.982409 [ 194 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2993 2024.11.04 23:55:58.982444 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52385, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2994 2024.11.04 23:55:58.982578 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41324, User-Agent: (none), Length: 181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2995 2024.11.04 23:55:58.982572 [ 194 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 23 rows starting from the beginning of the part
2996 2024.11.04 23:55:58.982699 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2997 2024.11.04 23:55:58.982780 [ 284 ] {} <Debug> HTTP-Session: ed8f71b8-1122-4fbc-b2f7-fc03827e81d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:41324
2998 2024.11.04 23:55:58.982863 [ 284 ] {} <Debug> HTTP-Session: ed8f71b8-1122-4fbc-b2f7-fc03827e81d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2999 2024.11.04 23:55:58.982872 [ 194 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part
3000 2024.11.04 23:55:58.982923 [ 284 ] {} <Debug> HTTP-Session: ed8f71b8-1122-4fbc-b2f7-fc03827e81d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3001 2024.11.04 23:55:58.983067 [ 284 ] {} <Trace> HTTP-Session: ed8f71b8-1122-4fbc-b2f7-fc03827e81d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3002 2024.11.04 23:55:58.983188 [ 194 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part
3003 2024.11.04 23:55:58.983445 [ 284 ] {249d0033-629a-49c8-88ec-3e8910a012a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41324) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
3004 2024.11.04 23:55:58.983605 [ 284 ] {249d0033-629a-49c8-88ec-3e8910a012a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3005 2024.11.04 23:55:58.983630 [ 194 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part
3006 2024.11.04 23:55:58.983920 [ 194 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part
3007 2024.11.04 23:55:58.984273 [ 194 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 13 rows starting from the beginning of the part
3008 2024.11.04 23:55:58.985054 [ 284 ] {249d0033-629a-49c8-88ec-3e8910a012a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3009 2024.11.04 23:55:58.985893 [ 284 ] {249d0033-629a-49c8-88ec-3e8910a012a1} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3010 2024.11.04 23:55:58.985965 [ 284 ] {249d0033-629a-49c8-88ec-3e8910a012a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3011 2024.11.04 23:55:58.987028 [ 284 ] {249d0033-629a-49c8-88ec-3e8910a012a1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3012 2024.11.04 23:55:58.987327 [ 196 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 132 rows, containing 5 columns (5 merged, 0 gathered) in 0.00536827 sec., 24588.927159028888 rows/sec., 1.89 MiB/sec.
3013 2024.11.04 23:55:58.987695 [ 196 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
3014 2024.11.04 23:55:58.987823 [ 284 ] {249d0033-629a-49c8-88ec-3e8910a012a1} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3015 2024.11.04 23:55:58.988109 [ 39 ] {} <Debug> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
3016 2024.11.04 23:55:58.988211 [ 39 ] {} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3017 2024.11.04 23:55:58.988215 [ 284 ] {249d0033-629a-49c8-88ec-3e8910a012a1} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.004908 sec., 203.74898125509372 rows/sec., 13.53 KiB/sec.
3018 2024.11.04 23:55:58.988260 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3019 2024.11.04 23:55:58.988782 [ 194 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::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
3020 2024.11.04 23:55:58.989014 [ 284 ] {249d0033-629a-49c8-88ec-3e8910a012a1} <Debug> DynamicQueryHandler: Done processing query
3021 2024.11.04 23:55:58.989093 [ 284 ] {249d0033-629a-49c8-88ec-3e8910a012a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
3022 2024.11.04 23:55:58.989182 [ 284 ] {} <Debug> HTTP-Session: ed8f71b8-1122-4fbc-b2f7-fc03827e81d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3023 2024.11.04 23:55:58.989449 [ 194 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3024 2024.11.04 23:55:58.989541 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41324, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3025 2024.11.04 23:55:58.989568 [ 194 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 243 rows starting from the beginning of the part
3026 2024.11.04 23:55:58.989750 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41260, User-Agent: (none), Length: 13606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3027 2024.11.04 23:55:58.989857 [ 284 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below):
3028 
3029 (version 23.8.7.1)
3030 2024.11.04 23:55:58.990043 [ 194 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part
3031 2024.11.04 23:55:58.990104 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3032 2024.11.04 23:55:58.990253 [ 282 ] {} <Debug> HTTP-Session: 45c1d64b-a206-4c3e-83cc-2e02c4a1b3c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:41260
3033 2024.11.04 23:55:58.990242 [ 196 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_6_1} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3034 2024.11.04 23:55:58.990415 [ 282 ] {} <Debug> HTTP-Session: 45c1d64b-a206-4c3e-83cc-2e02c4a1b3c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3035 2024.11.04 23:55:58.990498 [ 194 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part
3036 2024.11.04 23:55:58.990528 [ 282 ] {} <Debug> HTTP-Session: 45c1d64b-a206-4c3e-83cc-2e02c4a1b3c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3037 2024.11.04 23:55:58.990787 [ 282 ] {} <Trace> HTTP-Session: 45c1d64b-a206-4c3e-83cc-2e02c4a1b3c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3038 2024.11.04 23:55:58.990970 [ 196 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_6_1} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
3039 2024.11.04 23:55:58.990969 [ 194 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part
3040 2024.11.04 23:55:58.991363 [ 194 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part
3041 2024.11.04 23:55:58.991356 [ 282 ] {9f98525f-bfad-40e4-9b99-41a1c5e8bdcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41260) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3042 2024.11.04 23:55:58.991669 [ 282 ] {9f98525f-bfad-40e4-9b99-41a1c5e8bdcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3043 2024.11.04 23:55:58.991666 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
3044 2024.11.04 23:55:58.991780 [ 194 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part
3045 2024.11.04 23:55:58.992864 [ 282 ] {9f98525f-bfad-40e4-9b99-41a1c5e8bdcf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3046 2024.11.04 23:55:58.993975 [ 282 ] {9f98525f-bfad-40e4-9b99-41a1c5e8bdcf} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3047 2024.11.04 23:55:58.994046 [ 282 ] {9f98525f-bfad-40e4-9b99-41a1c5e8bdcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3048 2024.11.04 23:55:58.994815 [ 194 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 300 rows, containing 5 columns (5 merged, 0 gathered) in 0.006372721 sec., 47075.65261369516 rows/sec., 3.21 MiB/sec.
3049 2024.11.04 23:55:58.995036 [ 194 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
3050 2024.11.04 23:55:58.995055 [ 282 ] {9f98525f-bfad-40e4-9b99-41a1c5e8bdcf} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3051 2024.11.04 23:55:58.996275 [ 194 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_6_1} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3052 2024.11.04 23:55:58.996317 [ 282 ] {9f98525f-bfad-40e4-9b99-41a1c5e8bdcf} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3053 2024.11.04 23:55:58.996447 [ 194 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_6_1} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
3054 2024.11.04 23:55:58.996672 [ 282 ] {9f98525f-bfad-40e4-9b99-41a1c5e8bdcf} <Debug> executeQuery: Read 80 rows, 6.41 KiB in 0.005585 sec., 14324.082363473592 rows/sec., 1.12 MiB/sec.
3055 2024.11.04 23:55:58.996684 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
3056 2024.11.04 23:55:58.996972 [ 282 ] {9f98525f-bfad-40e4-9b99-41a1c5e8bdcf} <Debug> DynamicQueryHandler: Done processing query
3057 2024.11.04 23:55:58.997002 [ 282 ] {9f98525f-bfad-40e4-9b99-41a1c5e8bdcf} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
3058 2024.11.04 23:55:58.997019 [ 282 ] {} <Debug> HTTP-Session: 45c1d64b-a206-4c3e-83cc-2e02c4a1b3c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3059 2024.11.04 23:55:58.997238 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41260, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3060 2024.11.04 23:55:58.997377 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34743, User-Agent: (none), Length: 27387, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3061 2024.11.04 23:55:58.997435 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3062 2024.11.04 23:55:58.997459 [ 284 ] {} <Debug> HTTP-Session: 9c2177ee-7a13-4178-a681-166a939b69ee Authenticating user 'default' from [fd00:1122:3344:101::d]:34743
3063 2024.11.04 23:55:58.997479 [ 284 ] {} <Debug> HTTP-Session: 9c2177ee-7a13-4178-a681-166a939b69ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3064 2024.11.04 23:55:58.997496 [ 284 ] {} <Debug> HTTP-Session: 9c2177ee-7a13-4178-a681-166a939b69ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3065 2024.11.04 23:55:58.997533 [ 284 ] {} <Trace> HTTP-Session: 9c2177ee-7a13-4178-a681-166a939b69ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3066 2024.11.04 23:55:58.997734 [ 284 ] {c6092040-152d-4b96-8921-8c9a38d00b4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34743) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
3067 2024.11.04 23:55:58.997791 [ 284 ] {c6092040-152d-4b96-8921-8c9a38d00b4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3068 2024.11.04 23:55:58.997978 [ 284 ] {c6092040-152d-4b96-8921-8c9a38d00b4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3069 2024.11.04 23:55:58.998413 [ 284 ] {c6092040-152d-4b96-8921-8c9a38d00b4a} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3070 2024.11.04 23:55:58.998457 [ 284 ] {c6092040-152d-4b96-8921-8c9a38d00b4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3071 2024.11.04 23:55:58.998851 [ 284 ] {c6092040-152d-4b96-8921-8c9a38d00b4a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3072 2024.11.04 23:55:58.999194 [ 284 ] {c6092040-152d-4b96-8921-8c9a38d00b4a} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3073 2024.11.04 23:55:58.999355 [ 284 ] {c6092040-152d-4b96-8921-8c9a38d00b4a} <Debug> executeQuery: Read 143 rows, 10.20 KiB in 0.001715 sec., 83381.92419825074 rows/sec., 5.81 MiB/sec.
3074 2024.11.04 23:55:58.999665 [ 284 ] {c6092040-152d-4b96-8921-8c9a38d00b4a} <Debug> DynamicQueryHandler: Done processing query
3075 2024.11.04 23:55:58.999690 [ 284 ] {c6092040-152d-4b96-8921-8c9a38d00b4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
3076 2024.11.04 23:55:58.999706 [ 284 ] {} <Debug> HTTP-Session: 9c2177ee-7a13-4178-a681-166a939b69ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3077 2024.11.04 23:55:58.999910 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41260, User-Agent: (none), Length: 212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3078 2024.11.04 23:55:58.999916 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34743, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3079 2024.11.04 23:55:58.999991 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3080 2024.11.04 23:55:59.000027 [ 282 ] {} <Debug> HTTP-Session: 13d3673e-88e6-4dc9-8102-8851a9dcca86 Authenticating user 'default' from [fd00:1122:3344:101::d]:41260
3081 2024.11.04 23:55:59.000059 [ 282 ] {} <Debug> HTTP-Session: 13d3673e-88e6-4dc9-8102-8851a9dcca86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3082 2024.11.04 23:55:59.000085 [ 282 ] {} <Debug> HTTP-Session: 13d3673e-88e6-4dc9-8102-8851a9dcca86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3083 2024.11.04 23:55:59.000132 [ 282 ] {} <Trace> HTTP-Session: 13d3673e-88e6-4dc9-8102-8851a9dcca86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3084 2024.11.04 23:55:59.000170 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 153.01 MiB, peak 160.25 MiB, free memory in arenas 0.00 B, will set to 151.47 MiB (RSS), difference: -1.53 MiB
3085 2024.11.04 23:55:59.000300 [ 282 ] {4a280385-32d6-450b-9ee8-c1b2d4557fe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41260) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
3086 2024.11.04 23:55:59.000386 [ 282 ] {4a280385-32d6-450b-9ee8-c1b2d4557fe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3087 2024.11.04 23:55:59.000653 [ 282 ] {4a280385-32d6-450b-9ee8-c1b2d4557fe7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3088 2024.11.04 23:55:59.000945 [ 282 ] {4a280385-32d6-450b-9ee8-c1b2d4557fe7} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3089 2024.11.04 23:55:59.000982 [ 282 ] {4a280385-32d6-450b-9ee8-c1b2d4557fe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3090 2024.11.04 23:55:59.001341 [ 282 ] {4a280385-32d6-450b-9ee8-c1b2d4557fe7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3091 2024.11.04 23:55:59.001670 [ 282 ] {4a280385-32d6-450b-9ee8-c1b2d4557fe7} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3092 2024.11.04 23:55:59.001825 [ 282 ] {4a280385-32d6-450b-9ee8-c1b2d4557fe7} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001569 sec., 637.348629700446 rows/sec., 40.46 KiB/sec.
3093 2024.11.04 23:55:59.001825 [ 39 ] {} <Debug> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
3094 2024.11.04 23:55:59.001909 [ 39 ] {} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3095 2024.11.04 23:55:59.001954 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3096 2024.11.04 23:55:59.002132 [ 282 ] {4a280385-32d6-450b-9ee8-c1b2d4557fe7} <Debug> DynamicQueryHandler: Done processing query
3097 2024.11.04 23:55:59.002132 [ 196 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::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
3098 2024.11.04 23:55:59.002170 [ 282 ] {4a280385-32d6-450b-9ee8-c1b2d4557fe7} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
3099 2024.11.04 23:55:59.002228 [ 282 ] {} <Debug> HTTP-Session: 13d3673e-88e6-4dc9-8102-8851a9dcca86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3100 2024.11.04 23:55:59.002355 [ 196 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3101 2024.11.04 23:55:59.002393 [ 196 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part
3102 2024.11.04 23:55:59.002521 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41260, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3103 2024.11.04 23:55:59.002639 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59844, User-Agent: (none), Length: 11756, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3104 2024.11.04 23:55:59.002796 [ 196 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part
3105 2024.11.04 23:55:59.002814 [ 282 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below):
3106 
3107 (version 23.8.7.1)
3108 2024.11.04 23:55:59.002820 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3109 2024.11.04 23:55:59.002962 [ 284 ] {} <Debug> HTTP-Session: 775472b5-2217-4ef0-a391-4a69fbb39a94 Authenticating user 'default' from [fd00:1122:3344:101::d]:59844
3110 2024.11.04 23:55:59.003040 [ 284 ] {} <Debug> HTTP-Session: 775472b5-2217-4ef0-a391-4a69fbb39a94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3111 2024.11.04 23:55:59.003114 [ 284 ] {} <Debug> HTTP-Session: 775472b5-2217-4ef0-a391-4a69fbb39a94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3112 2024.11.04 23:55:59.003127 [ 196 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part
3113 2024.11.04 23:55:59.003250 [ 284 ] {} <Trace> HTTP-Session: 775472b5-2217-4ef0-a391-4a69fbb39a94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3114 2024.11.04 23:55:59.003412 [ 196 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part
3115 2024.11.04 23:55:59.003630 [ 196 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part
3116 2024.11.04 23:55:59.003747 [ 284 ] {c3052bf3-3f43-435e-a770-29442415dfed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59844) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
3117 2024.11.04 23:55:59.003958 [ 196 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part
3118 2024.11.04 23:55:59.004101 [ 284 ] {c3052bf3-3f43-435e-a770-29442415dfed} <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
3119 2024.11.04 23:55:59.006240 [ 284 ] {c3052bf3-3f43-435e-a770-29442415dfed} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3120 2024.11.04 23:55:59.007631 [ 194 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7 rows, containing 4 columns (4 merged, 0 gathered) in 0.005580665 sec., 1254.330801078366 rows/sec., 83.12 KiB/sec.
3121 2024.11.04 23:55:59.007902 [ 284 ] {c3052bf3-3f43-435e-a770-29442415dfed} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3122 2024.11.04 23:55:59.007903 [ 194 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
3123 2024.11.04 23:55:59.007970 [ 284 ] {c3052bf3-3f43-435e-a770-29442415dfed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3124 2024.11.04 23:55:59.008943 [ 194 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_6_1} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3125 2024.11.04 23:55:59.009111 [ 194 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_6_1} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
3126 2024.11.04 23:55:59.009291 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
3127 2024.11.04 23:55:59.009543 [ 284 ] {c3052bf3-3f43-435e-a770-29442415dfed} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3128 2024.11.04 23:55:59.009988 [ 284 ] {c3052bf3-3f43-435e-a770-29442415dfed} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3129 2024.11.04 23:55:59.010183 [ 39 ] {} <Debug> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
3130 2024.11.04 23:55:59.010197 [ 284 ] {c3052bf3-3f43-435e-a770-29442415dfed} <Debug> executeQuery: Read 7 rows, 12.84 KiB in 0.00669 sec., 1046.3378176382662 rows/sec., 1.87 MiB/sec.
3131 2024.11.04 23:55:59.010316 [ 39 ] {} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3132 2024.11.04 23:55:59.010378 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3133 2024.11.04 23:55:59.010740 [ 195 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::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
3134 2024.11.04 23:55:59.010958 [ 284 ] {c3052bf3-3f43-435e-a770-29442415dfed} <Debug> DynamicQueryHandler: Done processing query
3135 2024.11.04 23:55:59.011010 [ 284 ] {c3052bf3-3f43-435e-a770-29442415dfed} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB.
3136 2024.11.04 23:55:59.011060 [ 284 ] {} <Debug> HTTP-Session: 775472b5-2217-4ef0-a391-4a69fbb39a94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3137 2024.11.04 23:55:59.011320 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59844, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3138 2024.11.04 23:55:59.011445 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38432, User-Agent: (none), Length: 516, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3139 2024.11.04 23:55:59.011546 [ 195 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3140 2024.11.04 23:55:59.011600 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3141 2024.11.04 23:55:59.011637 [ 288 ] {} <Debug> HTTP-Session: 89cb48fd-8517-4685-8a1c-9d2fb07a94df Authenticating user 'default' from [fd00:1122:3344:101::d]:38432
3142 2024.11.04 23:55:59.011651 [ 195 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 23 rows starting from the beginning of the part
3143 2024.11.04 23:55:59.011666 [ 288 ] {} <Debug> HTTP-Session: 89cb48fd-8517-4685-8a1c-9d2fb07a94df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3144 2024.11.04 23:55:59.011686 [ 288 ] {} <Debug> HTTP-Session: 89cb48fd-8517-4685-8a1c-9d2fb07a94df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3145 2024.11.04 23:55:59.011750 [ 288 ] {} <Trace> HTTP-Session: 89cb48fd-8517-4685-8a1c-9d2fb07a94df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3146 2024.11.04 23:55:59.012123 [ 288 ] {fe9a92c0-dc04-47da-a042-b56cc3bbca7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38432) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
3147 2024.11.04 23:55:59.012177 [ 195 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part
3148 2024.11.04 23:55:59.012207 [ 288 ] {fe9a92c0-dc04-47da-a042-b56cc3bbca7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
3149 2024.11.04 23:55:59.012868 [ 195 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part
3150 2024.11.04 23:55:59.012953 [ 288 ] {fe9a92c0-dc04-47da-a042-b56cc3bbca7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3151 2024.11.04 23:55:59.013436 [ 195 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part
3152 2024.11.04 23:55:59.013950 [ 195 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part
3153 2024.11.04 23:55:59.013950 [ 288 ] {fe9a92c0-dc04-47da-a042-b56cc3bbca7a} <Trace> oximeter.measurements_i64 (a96429a8-5349-467a-92e6-3a5bc0e60644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3154 2024.11.04 23:55:59.014004 [ 288 ] {fe9a92c0-dc04-47da-a042-b56cc3bbca7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3155 2024.11.04 23:55:59.014324 [ 195 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 7 rows starting from the beginning of the part
3156 2024.11.04 23:55:59.014922 [ 288 ] {fe9a92c0-dc04-47da-a042-b56cc3bbca7a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
3157 2024.11.04 23:55:59.016519 [ 284 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below):
3158 
3159 (version 23.8.7.1)
3160 2024.11.04 23:55:59.016732 [ 288 ] {fe9a92c0-dc04-47da-a042-b56cc3bbca7a} <Trace> oximeter.measurements_i64 (a96429a8-5349-467a-92e6-3a5bc0e60644): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3161 2024.11.04 23:55:59.017015 [ 288 ] {fe9a92c0-dc04-47da-a042-b56cc3bbca7a} <Debug> executeQuery: Read 3 rows, 217.00 B in 0.005047 sec., 594.4125222904696 rows/sec., 41.99 KiB/sec.
3162 2024.11.04 23:55:59.017549 [ 288 ] {fe9a92c0-dc04-47da-a042-b56cc3bbca7a} <Debug> DynamicQueryHandler: Done processing query
3163 2024.11.04 23:55:59.017586 [ 288 ] {fe9a92c0-dc04-47da-a042-b56cc3bbca7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
3164 2024.11.04 23:55:59.017613 [ 288 ] {} <Debug> HTTP-Session: 89cb48fd-8517-4685-8a1c-9d2fb07a94df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3165 2024.11.04 23:55:59.017824 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38432, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3166 2024.11.04 23:55:59.017975 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64443, User-Agent: (none), Length: 8208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3167 2024.11.04 23:55:59.018106 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3168 2024.11.04 23:55:59.018158 [ 284 ] {} <Debug> HTTP-Session: 4c74442f-4c76-4059-a1b6-f8a74eb0c00e Authenticating user 'default' from [fd00:1122:3344:101::d]:64443
3169 2024.11.04 23:55:59.018214 [ 284 ] {} <Debug> HTTP-Session: 4c74442f-4c76-4059-a1b6-f8a74eb0c00e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3170 2024.11.04 23:55:59.018253 [ 284 ] {} <Debug> HTTP-Session: 4c74442f-4c76-4059-a1b6-f8a74eb0c00e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3171 2024.11.04 23:55:59.018338 [ 284 ] {} <Trace> HTTP-Session: 4c74442f-4c76-4059-a1b6-f8a74eb0c00e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3172 2024.11.04 23:55:59.018638 [ 284 ] {f1847de4-991b-40bd-a786-c6225b173ee9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64443) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
3173 2024.11.04 23:55:59.018755 [ 284 ] {f1847de4-991b-40bd-a786-c6225b173ee9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3174 2024.11.04 23:55:59.019440 [ 284 ] {f1847de4-991b-40bd-a786-c6225b173ee9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3175 2024.11.04 23:55:59.020514 [ 284 ] {f1847de4-991b-40bd-a786-c6225b173ee9} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3176 2024.11.04 23:55:59.020626 [ 284 ] {f1847de4-991b-40bd-a786-c6225b173ee9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3177 2024.11.04 23:55:59.021574 [ 284 ] {f1847de4-991b-40bd-a786-c6225b173ee9} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3178 2024.11.04 23:55:59.022496 [ 194 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 19 columns (19 merged, 0 gathered) in 0.011953555 sec., 10540.797277462647 rows/sec., 18.89 MiB/sec.
3179 2024.11.04 23:55:59.022690 [ 284 ] {f1847de4-991b-40bd-a786-c6225b173ee9} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3180 2024.11.04 23:55:59.022952 [ 284 ] {f1847de4-991b-40bd-a786-c6225b173ee9} <Debug> executeQuery: Read 54 rows, 3.72 KiB in 0.004434 sec., 12178.619756427606 rows/sec., 838.91 KiB/sec.
3181 2024.11.04 23:55:59.023502 [ 194 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
3182 2024.11.04 23:55:59.023563 [ 284 ] {f1847de4-991b-40bd-a786-c6225b173ee9} <Debug> DynamicQueryHandler: Done processing query
3183 2024.11.04 23:55:59.023629 [ 284 ] {f1847de4-991b-40bd-a786-c6225b173ee9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
3184 2024.11.04 23:55:59.023686 [ 284 ] {} <Debug> HTTP-Session: 4c74442f-4c76-4059-a1b6-f8a74eb0c00e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3185 2024.11.04 23:55:59.023995 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64443, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3186 2024.11.04 23:55:59.024458 [ 194 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3187 2024.11.04 23:55:59.024543 [ 194 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
3188 2024.11.04 23:55:59.024685 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB.
3189 2024.11.04 23:56:00.000235 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.90 MiB, peak 160.25 MiB, free memory in arenas 0.00 B, will set to 152.42 MiB (RSS), difference: 1.52 MiB
3190 2024.11.04 23:56:00.416725 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache
3191 2024.11.04 23:56:00.416822 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache
3192 2024.11.04 23:56:00.506598 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 336
3193 2024.11.04 23:56:00.509769 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3194 2024.11.04 23:56:00.509822 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3195 2024.11.04 23:56:00.511413 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3196 2024.11.04 23:56:00.512482 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3197 2024.11.04 23:56:00.513076 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 336
3198 2024.11.04 23:56:03.957043 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57182, User-Agent: (none), Length: 7838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3199 2024.11.04 23:56:03.957217 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3200 2024.11.04 23:56:03.957262 [ 284 ] {} <Debug> HTTP-Session: 99a906a9-d387-4461-8069-293ab4613bd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:57182
3201 2024.11.04 23:56:03.957303 [ 284 ] {} <Debug> HTTP-Session: 99a906a9-d387-4461-8069-293ab4613bd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3202 2024.11.04 23:56:03.957333 [ 284 ] {} <Debug> HTTP-Session: 99a906a9-d387-4461-8069-293ab4613bd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3203 2024.11.04 23:56:03.957414 [ 284 ] {} <Trace> HTTP-Session: 99a906a9-d387-4461-8069-293ab4613bd2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3204 2024.11.04 23:56:03.957729 [ 284 ] {7714415d-4f94-4310-80e1-2736e08daaca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57182) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3205 2024.11.04 23:56:03.957812 [ 284 ] {7714415d-4f94-4310-80e1-2736e08daaca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3206 2024.11.04 23:56:03.958152 [ 284 ] {7714415d-4f94-4310-80e1-2736e08daaca} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3207 2024.11.04 23:56:03.958662 [ 284 ] {7714415d-4f94-4310-80e1-2736e08daaca} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3208 2024.11.04 23:56:03.958710 [ 284 ] {7714415d-4f94-4310-80e1-2736e08daaca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3209 2024.11.04 23:56:03.959139 [ 284 ] {7714415d-4f94-4310-80e1-2736e08daaca} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3210 2024.11.04 23:56:03.959531 [ 284 ] {7714415d-4f94-4310-80e1-2736e08daaca} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3211 2024.11.04 23:56:03.959708 [ 32 ] {} <Debug> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3212 2024.11.04 23:56:03.959718 [ 284 ] {7714415d-4f94-4310-80e1-2736e08daaca} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002095 sec., 26730.31026252983 rows/sec., 2.05 MiB/sec.
3213 2024.11.04 23:56:03.959800 [ 32 ] {} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3214 2024.11.04 23:56:03.959866 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3215 2024.11.04 23:56:03.960076 [ 200 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full
3216 2024.11.04 23:56:03.960134 [ 284 ] {7714415d-4f94-4310-80e1-2736e08daaca} <Debug> DynamicQueryHandler: Done processing query
3217 2024.11.04 23:56:03.960185 [ 284 ] {7714415d-4f94-4310-80e1-2736e08daaca} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
3218 2024.11.04 23:56:03.960224 [ 284 ] {} <Debug> HTTP-Session: 99a906a9-d387-4461-8069-293ab4613bd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3219 2024.11.04 23:56:03.960342 [ 200 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3220 2024.11.04 23:56:03.960387 [ 200 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1353 rows starting from the beginning of the part
3221 2024.11.04 23:56:03.960472 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57182, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3222 2024.11.04 23:56:03.960708 [ 200 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 56 rows starting from the beginning of the part
3223 2024.11.04 23:56:03.960733 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60983, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3224 2024.11.04 23:56:03.960996 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3225 2024.11.04 23:56:03.961030 [ 200 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part
3226 2024.11.04 23:56:03.961095 [ 288 ] {} <Debug> HTTP-Session: afa4576e-c492-4e7f-899f-b02224fccf1b Authenticating user 'default' from [fd00:1122:3344:101::d]:60983
3227 2024.11.04 23:56:03.961180 [ 288 ] {} <Debug> HTTP-Session: afa4576e-c492-4e7f-899f-b02224fccf1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3228 2024.11.04 23:56:03.961264 [ 288 ] {} <Debug> HTTP-Session: afa4576e-c492-4e7f-899f-b02224fccf1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3229 2024.11.04 23:56:03.961282 [ 200 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 237 rows starting from the beginning of the part
3230 2024.11.04 23:56:03.961417 [ 288 ] {} <Trace> HTTP-Session: afa4576e-c492-4e7f-899f-b02224fccf1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3231 2024.11.04 23:56:03.961580 [ 200 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 74 rows starting from the beginning of the part
3232 2024.11.04 23:56:03.961779 [ 200 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part
3233 2024.11.04 23:56:03.962019 [ 288 ] {7744093b-bf05-4e5a-8217-e298f586fa78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60983) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3234 2024.11.04 23:56:03.962180 [ 288 ] {7744093b-bf05-4e5a-8217-e298f586fa78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3235 2024.11.04 23:56:03.963048 [ 288 ] {7744093b-bf05-4e5a-8217-e298f586fa78} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3236 2024.11.04 23:56:03.964273 [ 288 ] {7744093b-bf05-4e5a-8217-e298f586fa78} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3237 2024.11.04 23:56:03.964336 [ 288 ] {7744093b-bf05-4e5a-8217-e298f586fa78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3238 2024.11.04 23:56:03.965057 [ 200 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1832 rows, containing 5 columns (5 merged, 0 gathered) in 0.005121676 sec., 357695.41064292233 rows/sec., 31.27 MiB/sec.
3239 2024.11.04 23:56:03.965184 [ 288 ] {7744093b-bf05-4e5a-8217-e298f586fa78} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3240 2024.11.04 23:56:03.965400 [ 200 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3241 2024.11.04 23:56:03.966269 [ 288 ] {7744093b-bf05-4e5a-8217-e298f586fa78} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3242 2024.11.04 23:56:03.966489 [ 200 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_11_2} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3243 2024.11.04 23:56:03.966503 [ 32 ] {} <Debug> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3244 2024.11.04 23:56:03.966598 [ 32 ] {} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3245 2024.11.04 23:56:03.966655 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3246 2024.11.04 23:56:03.966679 [ 288 ] {7744093b-bf05-4e5a-8217-e298f586fa78} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004868 sec., 13147.08299096138 rows/sec., 1.03 MiB/sec.
3247 2024.11.04 23:56:03.966812 [ 200 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_11_2} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3248 2024.11.04 23:56:03.967194 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB.
3249 2024.11.04 23:56:03.967259 [ 200 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full
3250 2024.11.04 23:56:03.967390 [ 288 ] {7744093b-bf05-4e5a-8217-e298f586fa78} <Debug> DynamicQueryHandler: Done processing query
3251 2024.11.04 23:56:03.967449 [ 200 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3252 2024.11.04 23:56:03.967452 [ 288 ] {7744093b-bf05-4e5a-8217-e298f586fa78} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
3253 2024.11.04 23:56:03.967515 [ 200 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 850 rows starting from the beginning of the part
3254 2024.11.04 23:56:03.967526 [ 288 ] {} <Debug> HTTP-Session: afa4576e-c492-4e7f-899f-b02224fccf1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3255 2024.11.04 23:56:03.967648 [ 200 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 64 rows starting from the beginning of the part
3256 2024.11.04 23:56:03.967732 [ 200 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part
3257 2024.11.04 23:56:03.967881 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60983, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3258 2024.11.04 23:56:03.968179 [ 200 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 406 rows starting from the beginning of the part
3259 2024.11.04 23:56:03.968295 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42557, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3260 2024.11.04 23:56:03.968406 [ 200 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 80 rows starting from the beginning of the part
3261 2024.11.04 23:56:03.968575 [ 200 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part
3262 2024.11.04 23:56:03.968641 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3263 2024.11.04 23:56:03.968787 [ 284 ] {} <Debug> HTTP-Session: e49f6250-8911-450c-b284-608b98208dba Authenticating user 'default' from [fd00:1122:3344:101::d]:42557
3264 2024.11.04 23:56:03.968877 [ 284 ] {} <Debug> HTTP-Session: e49f6250-8911-450c-b284-608b98208dba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3265 2024.11.04 23:56:03.968952 [ 284 ] {} <Debug> HTTP-Session: e49f6250-8911-450c-b284-608b98208dba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3266 2024.11.04 23:56:03.969086 [ 284 ] {} <Trace> HTTP-Session: e49f6250-8911-450c-b284-608b98208dba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3267 2024.11.04 23:56:03.969459 [ 284 ] {cb83fc27-67d5-40b7-a945-c2ae094d232d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42557) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
3268 2024.11.04 23:56:03.969605 [ 284 ] {cb83fc27-67d5-40b7-a945-c2ae094d232d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3269 2024.11.04 23:56:03.970341 [ 284 ] {cb83fc27-67d5-40b7-a945-c2ae094d232d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3270 2024.11.04 23:56:03.971110 [ 284 ] {cb83fc27-67d5-40b7-a945-c2ae094d232d} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3271 2024.11.04 23:56:03.971204 [ 284 ] {cb83fc27-67d5-40b7-a945-c2ae094d232d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3272 2024.11.04 23:56:03.971374 [ 200 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1528 rows, containing 5 columns (5 merged, 0 gathered) in 0.004596284 sec., 332442.4687421404 rows/sec., 25.55 MiB/sec.
3273 2024.11.04 23:56:03.971606 [ 200 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3274 2024.11.04 23:56:03.972155 [ 284 ] {cb83fc27-67d5-40b7-a945-c2ae094d232d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3275 2024.11.04 23:56:03.972549 [ 195 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_11_2} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3276 2024.11.04 23:56:03.972714 [ 195 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_11_2} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3277 2024.11.04 23:56:03.972896 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB.
3278 2024.11.04 23:56:03.972908 [ 284 ] {cb83fc27-67d5-40b7-a945-c2ae094d232d} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3279 2024.11.04 23:56:03.973104 [ 32 ] {} <Debug> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3280 2024.11.04 23:56:03.973121 [ 284 ] {cb83fc27-67d5-40b7-a945-c2ae094d232d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003839 sec., 41677.52018754884 rows/sec., 2.90 MiB/sec.
3281 2024.11.04 23:56:03.973163 [ 32 ] {} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3282 2024.11.04 23:56:03.973236 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3283 2024.11.04 23:56:03.973460 [ 200 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full
3284 2024.11.04 23:56:03.973544 [ 284 ] {cb83fc27-67d5-40b7-a945-c2ae094d232d} <Debug> DynamicQueryHandler: Done processing query
3285 2024.11.04 23:56:03.973602 [ 284 ] {cb83fc27-67d5-40b7-a945-c2ae094d232d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
3286 2024.11.04 23:56:03.973659 [ 284 ] {} <Debug> HTTP-Session: e49f6250-8911-450c-b284-608b98208dba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3287 2024.11.04 23:56:03.973730 [ 200 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3288 2024.11.04 23:56:03.973769 [ 200 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1779 rows starting from the beginning of the part
3289 2024.11.04 23:56:03.973836 [ 200 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 108 rows starting from the beginning of the part
3290 2024.11.04 23:56:03.974017 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42557, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3291 2024.11.04 23:56:03.974107 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61806, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3292 2024.11.04 23:56:03.974382 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3293 2024.11.04 23:56:03.974465 [ 288 ] {} <Debug> HTTP-Session: 3472e051-1e21-4a02-b4c9-47c38952093c Authenticating user 'default' from [fd00:1122:3344:101::d]:61806
3294 2024.11.04 23:56:03.974480 [ 200 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part
3295 2024.11.04 23:56:03.974514 [ 288 ] {} <Debug> HTTP-Session: 3472e051-1e21-4a02-b4c9-47c38952093c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3296 2024.11.04 23:56:03.974564 [ 288 ] {} <Debug> HTTP-Session: 3472e051-1e21-4a02-b4c9-47c38952093c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3297 2024.11.04 23:56:03.974722 [ 288 ] {} <Trace> HTTP-Session: 3472e051-1e21-4a02-b4c9-47c38952093c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3298 2024.11.04 23:56:03.974752 [ 200 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 237 rows starting from the beginning of the part
3299 2024.11.04 23:56:03.975104 [ 200 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 143 rows starting from the beginning of the part
3300 2024.11.04 23:56:03.975143 [ 288 ] {3d900f94-7389-4e36-ac01-88a59dce9474} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61806) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
3301 2024.11.04 23:56:03.975327 [ 288 ] {3d900f94-7389-4e36-ac01-88a59dce9474} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3302 2024.11.04 23:56:03.975396 [ 200 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part
3303 2024.11.04 23:56:03.976205 [ 288 ] {3d900f94-7389-4e36-ac01-88a59dce9474} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3304 2024.11.04 23:56:03.976916 [ 288 ] {3d900f94-7389-4e36-ac01-88a59dce9474} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3305 2024.11.04 23:56:03.976985 [ 288 ] {3d900f94-7389-4e36-ac01-88a59dce9474} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3306 2024.11.04 23:56:03.978074 [ 288 ] {3d900f94-7389-4e36-ac01-88a59dce9474} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3307 2024.11.04 23:56:03.978820 [ 200 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2587 rows, containing 5 columns (5 merged, 0 gathered) in 0.005484862 sec., 471661.82120899303 rows/sec., 31.61 MiB/sec.
3308 2024.11.04 23:56:03.978836 [ 288 ] {3d900f94-7389-4e36-ac01-88a59dce9474} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3309 2024.11.04 23:56:03.979042 [ 32 ] {} <Debug> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3310 2024.11.04 23:56:03.979069 [ 288 ] {3d900f94-7389-4e36-ac01-88a59dce9474} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004113 sec., 14587.892049598831 rows/sec., 1006.72 KiB/sec.
3311 2024.11.04 23:56:03.979115 [ 32 ] {} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3312 2024.11.04 23:56:03.979188 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3313 2024.11.04 23:56:03.979225 [ 200 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3314 2024.11.04 23:56:03.979624 [ 288 ] {3d900f94-7389-4e36-ac01-88a59dce9474} <Debug> DynamicQueryHandler: Done processing query
3315 2024.11.04 23:56:03.979710 [ 288 ] {3d900f94-7389-4e36-ac01-88a59dce9474} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
3316 2024.11.04 23:56:03.979791 [ 288 ] {} <Debug> HTTP-Session: 3472e051-1e21-4a02-b4c9-47c38952093c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3317 2024.11.04 23:56:03.979887 [ 198 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full
3318 2024.11.04 23:56:03.980235 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61806, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3319 2024.11.04 23:56:03.980366 [ 198 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3320 2024.11.04 23:56:03.980474 [ 198 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 166 rows starting from the beginning of the part
3321 2024.11.04 23:56:03.980511 [ 200 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3322 2024.11.04 23:56:03.980762 [ 198 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 42 rows starting from the beginning of the part
3323 2024.11.04 23:56:03.980843 [ 200 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3324 2024.11.04 23:56:03.980951 [ 198 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part
3325 2024.11.04 23:56:03.981104 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB.
3326 2024.11.04 23:56:03.981256 [ 198 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 82 rows starting from the beginning of the part
3327 2024.11.04 23:56:03.981423 [ 198 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 54 rows starting from the beginning of the part
3328 2024.11.04 23:56:03.981550 [ 198 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part
3329 2024.11.04 23:56:03.982802 [ 200 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 464 rows, containing 4 columns (4 merged, 0 gathered) in 0.003345069 sec., 138711.6379363176 rows/sec., 8.84 MiB/sec.
3330 2024.11.04 23:56:03.982973 [ 200 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3331 2024.11.04 23:56:03.983416 [ 200 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_11_2} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3332 2024.11.04 23:56:03.983514 [ 200 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_11_2} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3333 2024.11.04 23:56:03.983602 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
3334 2024.11.04 23:56:06.118323 [ 26 ] {} <Debug> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
3335 2024.11.04 23:56:06.118403 [ 26 ] {} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3336 2024.11.04 23:56:06.118431 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3337 2024.11.04 23:56:06.118598 [ 192 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full
3338 2024.11.04 23:56:06.118764 [ 192 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3339 2024.11.04 23:56:06.118807 [ 192 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part
3340 2024.11.04 23:56:06.118907 [ 192 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part
3341 2024.11.04 23:56:06.119135 [ 192 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part
3342 2024.11.04 23:56:06.119323 [ 192 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part
3343 2024.11.04 23:56:06.119445 [ 192 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part
3344 2024.11.04 23:56:06.120471 [ 198 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.00195002 sec., 15384.457595306714 rows/sec., 803.78 KiB/sec.
3345 2024.11.04 23:56:06.120655 [ 187 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
3346 2024.11.04 23:56:06.121084 [ 187 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_5_1} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3347 2024.11.04 23:56:06.121164 [ 187 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_5_1} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
3348 2024.11.04 23:56:06.121238 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
3349 2024.11.04 23:56:08.962572 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65109, User-Agent: (none), Length: 38009, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3350 2024.11.04 23:56:08.962700 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3351 2024.11.04 23:56:08.962730 [ 288 ] {} <Debug> HTTP-Session: 8478f8ce-9e4f-4ef5-b1ec-86b01c94a08d Authenticating user 'default' from [fd00:1122:3344:101::d]:65109
3352 2024.11.04 23:56:08.962758 [ 288 ] {} <Debug> HTTP-Session: 8478f8ce-9e4f-4ef5-b1ec-86b01c94a08d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3353 2024.11.04 23:56:08.962775 [ 288 ] {} <Debug> HTTP-Session: 8478f8ce-9e4f-4ef5-b1ec-86b01c94a08d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3354 2024.11.04 23:56:08.962835 [ 288 ] {} <Trace> HTTP-Session: 8478f8ce-9e4f-4ef5-b1ec-86b01c94a08d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3355 2024.11.04 23:56:08.963110 [ 288 ] {476e3331-29c7-4a36-b138-6c7dd79264e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65109) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3356 2024.11.04 23:56:08.963182 [ 288 ] {476e3331-29c7-4a36-b138-6c7dd79264e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3357 2024.11.04 23:56:08.963526 [ 288 ] {476e3331-29c7-4a36-b138-6c7dd79264e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3358 2024.11.04 23:56:08.964163 [ 288 ] {476e3331-29c7-4a36-b138-6c7dd79264e2} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3359 2024.11.04 23:56:08.964211 [ 288 ] {476e3331-29c7-4a36-b138-6c7dd79264e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3360 2024.11.04 23:56:08.964682 [ 288 ] {476e3331-29c7-4a36-b138-6c7dd79264e2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3361 2024.11.04 23:56:08.965078 [ 288 ] {476e3331-29c7-4a36-b138-6c7dd79264e2} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3362 2024.11.04 23:56:08.965259 [ 288 ] {476e3331-29c7-4a36-b138-6c7dd79264e2} <Debug> executeQuery: Read 251 rows, 22.75 KiB in 0.002259 sec., 111111.11111111111 rows/sec., 9.83 MiB/sec.
3363 2024.11.04 23:56:08.965543 [ 288 ] {476e3331-29c7-4a36-b138-6c7dd79264e2} <Debug> DynamicQueryHandler: Done processing query
3364 2024.11.04 23:56:08.965571 [ 288 ] {476e3331-29c7-4a36-b138-6c7dd79264e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
3365 2024.11.04 23:56:08.965588 [ 288 ] {} <Debug> HTTP-Session: 8478f8ce-9e4f-4ef5-b1ec-86b01c94a08d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3366 2024.11.04 23:56:08.965796 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65109, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3367 2024.11.04 23:56:08.965870 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57069, User-Agent: (none), Length: 4498, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3368 2024.11.04 23:56:08.966006 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3369 2024.11.04 23:56:08.966037 [ 284 ] {} <Debug> HTTP-Session: 6748f718-9fe0-43cf-bc2e-41da296f4468 Authenticating user 'default' from [fd00:1122:3344:101::d]:57069
3370 2024.11.04 23:56:08.966065 [ 284 ] {} <Debug> HTTP-Session: 6748f718-9fe0-43cf-bc2e-41da296f4468 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3371 2024.11.04 23:56:08.966083 [ 284 ] {} <Debug> HTTP-Session: 6748f718-9fe0-43cf-bc2e-41da296f4468 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3372 2024.11.04 23:56:08.966142 [ 284 ] {} <Trace> HTTP-Session: 6748f718-9fe0-43cf-bc2e-41da296f4468 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3373 2024.11.04 23:56:08.966357 [ 284 ] {7aa56b64-2505-4832-b6dc-c28b29c78329} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57069) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
3374 2024.11.04 23:56:08.966433 [ 284 ] {7aa56b64-2505-4832-b6dc-c28b29c78329} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3375 2024.11.04 23:56:08.966830 [ 284 ] {7aa56b64-2505-4832-b6dc-c28b29c78329} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3376 2024.11.04 23:56:08.967291 [ 284 ] {7aa56b64-2505-4832-b6dc-c28b29c78329} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3377 2024.11.04 23:56:08.967334 [ 284 ] {7aa56b64-2505-4832-b6dc-c28b29c78329} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3378 2024.11.04 23:56:08.967772 [ 284 ] {7aa56b64-2505-4832-b6dc-c28b29c78329} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3379 2024.11.04 23:56:08.968165 [ 284 ] {7aa56b64-2505-4832-b6dc-c28b29c78329} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3380 2024.11.04 23:56:08.968312 [ 284 ] {7aa56b64-2505-4832-b6dc-c28b29c78329} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.00203 sec., 15270.935960591132 rows/sec., 1.12 MiB/sec.
3381 2024.11.04 23:56:08.968539 [ 284 ] {7aa56b64-2505-4832-b6dc-c28b29c78329} <Debug> DynamicQueryHandler: Done processing query
3382 2024.11.04 23:56:08.968565 [ 284 ] {7aa56b64-2505-4832-b6dc-c28b29c78329} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
3383 2024.11.04 23:56:08.968582 [ 284 ] {} <Debug> HTTP-Session: 6748f718-9fe0-43cf-bc2e-41da296f4468 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3384 2024.11.04 23:56:08.968743 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57069, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3385 2024.11.04 23:56:08.968819 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38837, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3386 2024.11.04 23:56:08.968891 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3387 2024.11.04 23:56:08.968926 [ 288 ] {} <Debug> HTTP-Session: bc7ac38f-1c2d-48e0-b0ea-a0d7081c3015 Authenticating user 'default' from [fd00:1122:3344:101::d]:38837
3388 2024.11.04 23:56:08.968952 [ 288 ] {} <Debug> HTTP-Session: bc7ac38f-1c2d-48e0-b0ea-a0d7081c3015 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3389 2024.11.04 23:56:08.968968 [ 288 ] {} <Debug> HTTP-Session: bc7ac38f-1c2d-48e0-b0ea-a0d7081c3015 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3390 2024.11.04 23:56:08.969008 [ 288 ] {} <Trace> HTTP-Session: bc7ac38f-1c2d-48e0-b0ea-a0d7081c3015 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3391 2024.11.04 23:56:08.969134 [ 288 ] {2993da0c-4648-4bb2-95d6-61f6a59267e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38837) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
3392 2024.11.04 23:56:08.969185 [ 288 ] {2993da0c-4648-4bb2-95d6-61f6a59267e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3393 2024.11.04 23:56:08.969455 [ 288 ] {2993da0c-4648-4bb2-95d6-61f6a59267e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3394 2024.11.04 23:56:08.969784 [ 288 ] {2993da0c-4648-4bb2-95d6-61f6a59267e3} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3395 2024.11.04 23:56:08.969822 [ 288 ] {2993da0c-4648-4bb2-95d6-61f6a59267e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3396 2024.11.04 23:56:08.970195 [ 288 ] {2993da0c-4648-4bb2-95d6-61f6a59267e3} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3397 2024.11.04 23:56:08.970563 [ 288 ] {2993da0c-4648-4bb2-95d6-61f6a59267e3} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3398 2024.11.04 23:56:08.970731 [ 288 ] {2993da0c-4648-4bb2-95d6-61f6a59267e3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001629 sec., 8594.229588704728 rows/sec., 601.88 KiB/sec.
3399 2024.11.04 23:56:08.971057 [ 288 ] {2993da0c-4648-4bb2-95d6-61f6a59267e3} <Debug> DynamicQueryHandler: Done processing query
3400 2024.11.04 23:56:08.971082 [ 288 ] {2993da0c-4648-4bb2-95d6-61f6a59267e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3401 2024.11.04 23:56:08.971099 [ 288 ] {} <Debug> HTTP-Session: bc7ac38f-1c2d-48e0-b0ea-a0d7081c3015 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3402 2024.11.04 23:56:08.971305 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38837, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3403 2024.11.04 23:56:08.971446 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42521, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3404 2024.11.04 23:56:08.971525 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3405 2024.11.04 23:56:08.971550 [ 284 ] {} <Debug> HTTP-Session: 575bcbc8-3e30-41e9-9b55-04c3a5a2477f Authenticating user 'default' from [fd00:1122:3344:101::d]:42521
3406 2024.11.04 23:56:08.971574 [ 284 ] {} <Debug> HTTP-Session: 575bcbc8-3e30-41e9-9b55-04c3a5a2477f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3407 2024.11.04 23:56:08.971590 [ 284 ] {} <Debug> HTTP-Session: 575bcbc8-3e30-41e9-9b55-04c3a5a2477f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3408 2024.11.04 23:56:08.971638 [ 284 ] {} <Trace> HTTP-Session: 575bcbc8-3e30-41e9-9b55-04c3a5a2477f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3409 2024.11.04 23:56:08.971775 [ 284 ] {0bd28db4-7bd2-4676-ac29-ff9f26db1515} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42521) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
3410 2024.11.04 23:56:08.971833 [ 284 ] {0bd28db4-7bd2-4676-ac29-ff9f26db1515} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3411 2024.11.04 23:56:08.972115 [ 284 ] {0bd28db4-7bd2-4676-ac29-ff9f26db1515} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3412 2024.11.04 23:56:08.972438 [ 284 ] {0bd28db4-7bd2-4676-ac29-ff9f26db1515} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3413 2024.11.04 23:56:08.972474 [ 284 ] {0bd28db4-7bd2-4676-ac29-ff9f26db1515} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3414 2024.11.04 23:56:08.972835 [ 284 ] {0bd28db4-7bd2-4676-ac29-ff9f26db1515} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3415 2024.11.04 23:56:08.973204 [ 284 ] {0bd28db4-7bd2-4676-ac29-ff9f26db1515} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3416 2024.11.04 23:56:08.973332 [ 284 ] {0bd28db4-7bd2-4676-ac29-ff9f26db1515} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001598 sec., 3754.6933667083854 rows/sec., 221.83 KiB/sec.
3417 2024.11.04 23:56:08.973641 [ 284 ] {0bd28db4-7bd2-4676-ac29-ff9f26db1515} <Debug> DynamicQueryHandler: Done processing query
3418 2024.11.04 23:56:08.973666 [ 284 ] {0bd28db4-7bd2-4676-ac29-ff9f26db1515} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
3419 2024.11.04 23:56:08.973683 [ 284 ] {} <Debug> HTTP-Session: 575bcbc8-3e30-41e9-9b55-04c3a5a2477f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3420 2024.11.04 23:56:08.974114 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42521, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3421 2024.11.04 23:56:08.974201 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38837, User-Agent: (none), Length: 67030, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3422 2024.11.04 23:56:08.974291 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3423 2024.11.04 23:56:08.974318 [ 288 ] {} <Debug> HTTP-Session: 52e3b1ef-d323-4278-967d-93c1eafd271a Authenticating user 'default' from [fd00:1122:3344:101::d]:38837
3424 2024.11.04 23:56:08.974340 [ 288 ] {} <Debug> HTTP-Session: 52e3b1ef-d323-4278-967d-93c1eafd271a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3425 2024.11.04 23:56:08.974357 [ 288 ] {} <Debug> HTTP-Session: 52e3b1ef-d323-4278-967d-93c1eafd271a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3426 2024.11.04 23:56:08.974401 [ 288 ] {} <Trace> HTTP-Session: 52e3b1ef-d323-4278-967d-93c1eafd271a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3427 2024.11.04 23:56:08.974717 [ 288 ] {e6dac023-18d6-407c-9929-c24af58347dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38837) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3428 2024.11.04 23:56:08.974774 [ 288 ] {e6dac023-18d6-407c-9929-c24af58347dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3429 2024.11.04 23:56:08.975041 [ 288 ] {e6dac023-18d6-407c-9929-c24af58347dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3430 2024.11.04 23:56:08.975613 [ 288 ] {e6dac023-18d6-407c-9929-c24af58347dc} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3431 2024.11.04 23:56:08.975650 [ 288 ] {e6dac023-18d6-407c-9929-c24af58347dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3432 2024.11.04 23:56:08.976033 [ 288 ] {e6dac023-18d6-407c-9929-c24af58347dc} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3433 2024.11.04 23:56:08.976427 [ 288 ] {e6dac023-18d6-407c-9929-c24af58347dc} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3434 2024.11.04 23:56:08.976578 [ 288 ] {e6dac023-18d6-407c-9929-c24af58347dc} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.002044 sec., 202054.79452054796 rows/sec., 14.41 MiB/sec.
3435 2024.11.04 23:56:08.976762 [ 288 ] {e6dac023-18d6-407c-9929-c24af58347dc} <Debug> DynamicQueryHandler: Done processing query
3436 2024.11.04 23:56:08.976787 [ 288 ] {e6dac023-18d6-407c-9929-c24af58347dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
3437 2024.11.04 23:56:08.976803 [ 288 ] {} <Debug> HTTP-Session: 52e3b1ef-d323-4278-967d-93c1eafd271a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3438 2024.11.04 23:56:08.977007 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38837, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3439 2024.11.04 23:56:08.977110 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37859, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3440 2024.11.04 23:56:08.977182 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3441 2024.11.04 23:56:08.977207 [ 284 ] {} <Debug> HTTP-Session: d9751255-d880-4584-a725-8aa124c89675 Authenticating user 'default' from [fd00:1122:3344:101::d]:37859
3442 2024.11.04 23:56:08.977229 [ 284 ] {} <Debug> HTTP-Session: d9751255-d880-4584-a725-8aa124c89675 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3443 2024.11.04 23:56:08.977246 [ 284 ] {} <Debug> HTTP-Session: d9751255-d880-4584-a725-8aa124c89675 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3444 2024.11.04 23:56:08.977291 [ 284 ] {} <Trace> HTTP-Session: d9751255-d880-4584-a725-8aa124c89675 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3445 2024.11.04 23:56:08.977420 [ 284 ] {ed08fda0-e805-49f2-8b94-ed019e760434} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37859) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
3446 2024.11.04 23:56:08.977478 [ 284 ] {ed08fda0-e805-49f2-8b94-ed019e760434} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3447 2024.11.04 23:56:08.977666 [ 284 ] {ed08fda0-e805-49f2-8b94-ed019e760434} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3448 2024.11.04 23:56:08.977985 [ 284 ] {ed08fda0-e805-49f2-8b94-ed019e760434} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3449 2024.11.04 23:56:08.978021 [ 284 ] {ed08fda0-e805-49f2-8b94-ed019e760434} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3450 2024.11.04 23:56:08.978381 [ 284 ] {ed08fda0-e805-49f2-8b94-ed019e760434} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3451 2024.11.04 23:56:08.978723 [ 284 ] {ed08fda0-e805-49f2-8b94-ed019e760434} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3452 2024.11.04 23:56:08.978855 [ 284 ] {ed08fda0-e805-49f2-8b94-ed019e760434} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001471 sec., 4078.8579197824606 rows/sec., 213.10 KiB/sec.
3453 2024.11.04 23:56:08.979042 [ 284 ] {ed08fda0-e805-49f2-8b94-ed019e760434} <Debug> DynamicQueryHandler: Done processing query
3454 2024.11.04 23:56:08.979066 [ 284 ] {ed08fda0-e805-49f2-8b94-ed019e760434} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
3455 2024.11.04 23:56:08.979082 [ 284 ] {} <Debug> HTTP-Session: d9751255-d880-4584-a725-8aa124c89675 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3456 2024.11.04 23:56:08.979362 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37859, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3457 2024.11.04 23:56:08.979375 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38837, User-Agent: (none), Length: 44639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3458 2024.11.04 23:56:08.979457 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3459 2024.11.04 23:56:08.979483 [ 288 ] {} <Debug> HTTP-Session: cecc04a6-7878-4e7c-809c-4471f996e6f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:38837
3460 2024.11.04 23:56:08.979503 [ 288 ] {} <Debug> HTTP-Session: cecc04a6-7878-4e7c-809c-4471f996e6f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3461 2024.11.04 23:56:08.979527 [ 288 ] {} <Debug> HTTP-Session: cecc04a6-7878-4e7c-809c-4471f996e6f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3462 2024.11.04 23:56:08.979568 [ 288 ] {} <Trace> HTTP-Session: cecc04a6-7878-4e7c-809c-4471f996e6f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3463 2024.11.04 23:56:08.979795 [ 288 ] {19a20c4d-84fe-436d-9661-f9137bd007b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38837) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
3464 2024.11.04 23:56:08.979847 [ 288 ] {19a20c4d-84fe-436d-9661-f9137bd007b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3465 2024.11.04 23:56:08.980029 [ 288 ] {19a20c4d-84fe-436d-9661-f9137bd007b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3466 2024.11.04 23:56:08.980452 [ 288 ] {19a20c4d-84fe-436d-9661-f9137bd007b2} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3467 2024.11.04 23:56:08.980489 [ 288 ] {19a20c4d-84fe-436d-9661-f9137bd007b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3468 2024.11.04 23:56:08.980896 [ 288 ] {19a20c4d-84fe-436d-9661-f9137bd007b2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3469 2024.11.04 23:56:08.981244 [ 288 ] {19a20c4d-84fe-436d-9661-f9137bd007b2} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3470 2024.11.04 23:56:08.981411 [ 288 ] {19a20c4d-84fe-436d-9661-f9137bd007b2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00172 sec., 137790.6976744186 rows/sec., 9.24 MiB/sec.
3471 2024.11.04 23:56:08.981593 [ 288 ] {19a20c4d-84fe-436d-9661-f9137bd007b2} <Debug> DynamicQueryHandler: Done processing query
3472 2024.11.04 23:56:08.981617 [ 288 ] {19a20c4d-84fe-436d-9661-f9137bd007b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
3473 2024.11.04 23:56:08.981633 [ 288 ] {} <Debug> HTTP-Session: cecc04a6-7878-4e7c-809c-4471f996e6f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3474 2024.11.04 23:56:08.981822 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38837, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3475 2024.11.04 23:56:08.981929 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58896, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3476 2024.11.04 23:56:08.982047 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3477 2024.11.04 23:56:08.982089 [ 284 ] {} <Debug> HTTP-Session: 2f19ae7d-b0ae-43e3-8461-c285cb124b70 Authenticating user 'default' from [fd00:1122:3344:101::d]:58896
3478 2024.11.04 23:56:08.982124 [ 284 ] {} <Debug> HTTP-Session: 2f19ae7d-b0ae-43e3-8461-c285cb124b70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3479 2024.11.04 23:56:08.982151 [ 284 ] {} <Debug> HTTP-Session: 2f19ae7d-b0ae-43e3-8461-c285cb124b70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3480 2024.11.04 23:56:08.982220 [ 284 ] {} <Trace> HTTP-Session: 2f19ae7d-b0ae-43e3-8461-c285cb124b70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3481 2024.11.04 23:56:08.982426 [ 284 ] {bbf110fe-84a8-48a5-965f-97e6863e3864} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58896) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
3482 2024.11.04 23:56:08.982522 [ 284 ] {bbf110fe-84a8-48a5-965f-97e6863e3864} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3483 2024.11.04 23:56:08.982812 [ 284 ] {bbf110fe-84a8-48a5-965f-97e6863e3864} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3484 2024.11.04 23:56:08.983136 [ 284 ] {bbf110fe-84a8-48a5-965f-97e6863e3864} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3485 2024.11.04 23:56:08.983173 [ 284 ] {bbf110fe-84a8-48a5-965f-97e6863e3864} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3486 2024.11.04 23:56:08.983550 [ 284 ] {bbf110fe-84a8-48a5-965f-97e6863e3864} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3487 2024.11.04 23:56:08.983887 [ 284 ] {bbf110fe-84a8-48a5-965f-97e6863e3864} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3488 2024.11.04 23:56:08.984057 [ 284 ] {bbf110fe-84a8-48a5-965f-97e6863e3864} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001679 sec., 595.5926146515783 rows/sec., 40.13 KiB/sec.
3489 2024.11.04 23:56:08.984363 [ 284 ] {bbf110fe-84a8-48a5-965f-97e6863e3864} <Debug> DynamicQueryHandler: Done processing query
3490 2024.11.04 23:56:08.984389 [ 284 ] {bbf110fe-84a8-48a5-965f-97e6863e3864} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
3491 2024.11.04 23:56:08.984406 [ 284 ] {} <Debug> HTTP-Session: 2f19ae7d-b0ae-43e3-8461-c285cb124b70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3492 2024.11.04 23:56:08.984715 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38837, User-Agent: (none), Length: 51059, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3493 2024.11.04 23:56:08.984734 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58896, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3494 2024.11.04 23:56:08.984799 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3495 2024.11.04 23:56:08.984839 [ 288 ] {} <Debug> HTTP-Session: e7797980-9153-42d4-a533-4e833d3af875 Authenticating user 'default' from [fd00:1122:3344:101::d]:38837
3496 2024.11.04 23:56:08.984872 [ 288 ] {} <Debug> HTTP-Session: e7797980-9153-42d4-a533-4e833d3af875 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3497 2024.11.04 23:56:08.984894 [ 288 ] {} <Debug> HTTP-Session: e7797980-9153-42d4-a533-4e833d3af875 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3498 2024.11.04 23:56:08.984933 [ 288 ] {} <Trace> HTTP-Session: e7797980-9153-42d4-a533-4e833d3af875 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3499 2024.11.04 23:56:08.985459 [ 288 ] {a05752df-39c6-44c8-8519-1eae53e5046d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38837) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
3500 2024.11.04 23:56:08.985539 [ 288 ] {a05752df-39c6-44c8-8519-1eae53e5046d} <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
3501 2024.11.04 23:56:08.986024 [ 288 ] {a05752df-39c6-44c8-8519-1eae53e5046d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3502 2024.11.04 23:56:08.986695 [ 288 ] {a05752df-39c6-44c8-8519-1eae53e5046d} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3503 2024.11.04 23:56:08.986733 [ 288 ] {a05752df-39c6-44c8-8519-1eae53e5046d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3504 2024.11.04 23:56:08.987393 [ 288 ] {a05752df-39c6-44c8-8519-1eae53e5046d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3505 2024.11.04 23:56:08.987808 [ 288 ] {a05752df-39c6-44c8-8519-1eae53e5046d} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3506 2024.11.04 23:56:08.987996 [ 288 ] {a05752df-39c6-44c8-8519-1eae53e5046d} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00296 sec., 10472.972972972973 rows/sec., 18.77 MiB/sec.
3507 2024.11.04 23:56:08.988312 [ 288 ] {a05752df-39c6-44c8-8519-1eae53e5046d} <Debug> DynamicQueryHandler: Done processing query
3508 2024.11.04 23:56:08.988337 [ 288 ] {a05752df-39c6-44c8-8519-1eae53e5046d} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB.
3509 2024.11.04 23:56:08.988354 [ 288 ] {} <Debug> HTTP-Session: e7797980-9153-42d4-a533-4e833d3af875 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3510 2024.11.04 23:56:08.988558 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38837, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3511 2024.11.04 23:56:08.988672 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61948, User-Agent: (none), Length: 12146, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3512 2024.11.04 23:56:08.988733 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3513 2024.11.04 23:56:08.988753 [ 284 ] {} <Debug> HTTP-Session: f10d3f34-f991-4ba8-a956-7a4dd3a6fc01 Authenticating user 'default' from [fd00:1122:3344:101::d]:61948
3514 2024.11.04 23:56:08.988771 [ 284 ] {} <Debug> HTTP-Session: f10d3f34-f991-4ba8-a956-7a4dd3a6fc01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3515 2024.11.04 23:56:08.988786 [ 284 ] {} <Debug> HTTP-Session: f10d3f34-f991-4ba8-a956-7a4dd3a6fc01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3516 2024.11.04 23:56:08.988824 [ 284 ] {} <Trace> HTTP-Session: f10d3f34-f991-4ba8-a956-7a4dd3a6fc01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3517 2024.11.04 23:56:08.988976 [ 284 ] {d000bcca-29bf-46d1-b3c5-677e6bdb18b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61948) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
3518 2024.11.04 23:56:08.989027 [ 284 ] {d000bcca-29bf-46d1-b3c5-677e6bdb18b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3519 2024.11.04 23:56:08.989186 [ 284 ] {d000bcca-29bf-46d1-b3c5-677e6bdb18b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3520 2024.11.04 23:56:08.989575 [ 284 ] {d000bcca-29bf-46d1-b3c5-677e6bdb18b9} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3521 2024.11.04 23:56:08.989612 [ 284 ] {d000bcca-29bf-46d1-b3c5-677e6bdb18b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3522 2024.11.04 23:56:08.989992 [ 284 ] {d000bcca-29bf-46d1-b3c5-677e6bdb18b9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3523 2024.11.04 23:56:08.990321 [ 284 ] {d000bcca-29bf-46d1-b3c5-677e6bdb18b9} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3524 2024.11.04 23:56:08.990480 [ 284 ] {d000bcca-29bf-46d1-b3c5-677e6bdb18b9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001569 sec., 52262.58763543658 rows/sec., 3.32 MiB/sec.
3525 2024.11.04 23:56:08.990663 [ 284 ] {d000bcca-29bf-46d1-b3c5-677e6bdb18b9} <Debug> DynamicQueryHandler: Done processing query
3526 2024.11.04 23:56:08.990689 [ 284 ] {d000bcca-29bf-46d1-b3c5-677e6bdb18b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3527 2024.11.04 23:56:08.990704 [ 284 ] {} <Debug> HTTP-Session: f10d3f34-f991-4ba8-a956-7a4dd3a6fc01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3528 2024.11.04 23:56:08.990980 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61948, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3529 2024.11.04 23:56:09.360618 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:32861, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3530 2024.11.04 23:56:09.379184 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51932, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3531 2024.11.04 23:56:09.497581 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34797, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3532 2024.11.04 23:56:09.809258 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44613, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3533 2024.11.04 23:56:09.811904 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46195, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3534 2024.11.04 23:56:09.919967 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55098, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3535 2024.11.04 23:56:09.921242 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43390, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3536 2024.11.04 23:56:09.990818 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33033, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3537 2024.11.04 23:56:10.023186 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62707, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3538 2024.11.04 23:56:10.026295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62526, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3539 2024.11.04 23:56:10.094822 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58679, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3540 2024.11.04 23:56:10.097571 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62521, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3541 2024.11.04 23:56:10.106097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46263, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3542 2024.11.04 23:56:10.117723 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64179, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3543 2024.11.04 23:56:10.123257 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52177, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3544 2024.11.04 23:56:10.150647 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64331, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3545 2024.11.04 23:56:10.167462 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42510, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3546 2024.11.04 23:56:10.172817 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36708, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3547 2024.11.04 23:56:10.184268 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48938, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3548 2024.11.04 23:56:10.213339 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35257, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3549 2024.11.04 23:56:10.227919 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53628, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3550 2024.11.04 23:56:10.242960 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43474, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3551 2024.11.04 23:56:10.293565 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45832, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3552 2024.11.04 23:56:10.316849 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54974, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3553 2024.11.04 23:56:10.513360 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 364
3554 2024.11.04 23:56:10.516122 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3555 2024.11.04 23:56:10.516170 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3556 2024.11.04 23:56:10.517682 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3557 2024.11.04 23:56:10.518662 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3558 2024.11.04 23:56:10.519201 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 364
3559 2024.11.04 23:56:13.957050 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38837, User-Agent: (none), Length: 10392, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3560 2024.11.04 23:56:13.957182 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3561 2024.11.04 23:56:13.957213 [ 288 ] {} <Debug> HTTP-Session: 17fa543c-f731-4266-a17c-93ef7c8817c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:38837
3562 2024.11.04 23:56:13.957241 [ 288 ] {} <Debug> HTTP-Session: 17fa543c-f731-4266-a17c-93ef7c8817c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3563 2024.11.04 23:56:13.957259 [ 288 ] {} <Debug> HTTP-Session: 17fa543c-f731-4266-a17c-93ef7c8817c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3564 2024.11.04 23:56:13.957316 [ 288 ] {} <Trace> HTTP-Session: 17fa543c-f731-4266-a17c-93ef7c8817c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3565 2024.11.04 23:56:13.957550 [ 288 ] {279521a4-3793-44c0-bf60-c9691c44ecd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38837) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3566 2024.11.04 23:56:13.957624 [ 288 ] {279521a4-3793-44c0-bf60-c9691c44ecd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3567 2024.11.04 23:56:13.958010 [ 288 ] {279521a4-3793-44c0-bf60-c9691c44ecd5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3568 2024.11.04 23:56:13.958642 [ 288 ] {279521a4-3793-44c0-bf60-c9691c44ecd5} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3569 2024.11.04 23:56:13.958684 [ 288 ] {279521a4-3793-44c0-bf60-c9691c44ecd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3570 2024.11.04 23:56:13.959118 [ 288 ] {279521a4-3793-44c0-bf60-c9691c44ecd5} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3571 2024.11.04 23:56:13.959511 [ 288 ] {279521a4-3793-44c0-bf60-c9691c44ecd5} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3572 2024.11.04 23:56:13.959684 [ 288 ] {279521a4-3793-44c0-bf60-c9691c44ecd5} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002211 sec., 32564.45047489824 rows/sec., 2.65 MiB/sec.
3573 2024.11.04 23:56:13.960034 [ 288 ] {279521a4-3793-44c0-bf60-c9691c44ecd5} <Debug> DynamicQueryHandler: Done processing query
3574 2024.11.04 23:56:13.960076 [ 288 ] {279521a4-3793-44c0-bf60-c9691c44ecd5} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
3575 2024.11.04 23:56:13.960104 [ 288 ] {} <Debug> HTTP-Session: 17fa543c-f731-4266-a17c-93ef7c8817c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3576 2024.11.04 23:56:13.960293 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38837, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3577 2024.11.04 23:56:13.960450 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61845, User-Agent: (none), Length: 1197, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3578 2024.11.04 23:56:13.960577 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3579 2024.11.04 23:56:13.960607 [ 282 ] {} <Debug> HTTP-Session: a27bd4b2-dfc3-4c6a-bfe2-98881c540909 Authenticating user 'default' from [fd00:1122:3344:101::d]:61845
3580 2024.11.04 23:56:13.960634 [ 282 ] {} <Debug> HTTP-Session: a27bd4b2-dfc3-4c6a-bfe2-98881c540909 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3581 2024.11.04 23:56:13.960652 [ 282 ] {} <Debug> HTTP-Session: a27bd4b2-dfc3-4c6a-bfe2-98881c540909 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3582 2024.11.04 23:56:13.960713 [ 282 ] {} <Trace> HTTP-Session: a27bd4b2-dfc3-4c6a-bfe2-98881c540909 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3583 2024.11.04 23:56:13.960908 [ 282 ] {e591d040-17cd-4cad-ae26-a34ad4fc3ed2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61845) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
3584 2024.11.04 23:56:13.960983 [ 282 ] {e591d040-17cd-4cad-ae26-a34ad4fc3ed2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3585 2024.11.04 23:56:13.961331 [ 282 ] {e591d040-17cd-4cad-ae26-a34ad4fc3ed2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3586 2024.11.04 23:56:13.961719 [ 282 ] {e591d040-17cd-4cad-ae26-a34ad4fc3ed2} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3587 2024.11.04 23:56:13.961762 [ 282 ] {e591d040-17cd-4cad-ae26-a34ad4fc3ed2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3588 2024.11.04 23:56:13.962187 [ 282 ] {e591d040-17cd-4cad-ae26-a34ad4fc3ed2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3589 2024.11.04 23:56:13.962585 [ 282 ] {e591d040-17cd-4cad-ae26-a34ad4fc3ed2} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3590 2024.11.04 23:56:13.962760 [ 282 ] {e591d040-17cd-4cad-ae26-a34ad4fc3ed2} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001912 sec., 4184.100418410042 rows/sec., 314.62 KiB/sec.
3591 2024.11.04 23:56:13.962973 [ 282 ] {e591d040-17cd-4cad-ae26-a34ad4fc3ed2} <Debug> DynamicQueryHandler: Done processing query
3592 2024.11.04 23:56:13.963000 [ 282 ] {e591d040-17cd-4cad-ae26-a34ad4fc3ed2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3593 2024.11.04 23:56:13.963017 [ 282 ] {} <Debug> HTTP-Session: a27bd4b2-dfc3-4c6a-bfe2-98881c540909 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3594 2024.11.04 23:56:13.963261 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61845, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3595 2024.11.04 23:56:13.963331 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60512, User-Agent: (none), Length: 12240, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3596 2024.11.04 23:56:13.963397 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3597 2024.11.04 23:56:13.963423 [ 288 ] {} <Debug> HTTP-Session: b18ce05d-77f2-43f1-908c-da714f7caa34 Authenticating user 'default' from [fd00:1122:3344:101::d]:60512
3598 2024.11.04 23:56:13.963443 [ 288 ] {} <Debug> HTTP-Session: b18ce05d-77f2-43f1-908c-da714f7caa34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3599 2024.11.04 23:56:13.963460 [ 288 ] {} <Debug> HTTP-Session: b18ce05d-77f2-43f1-908c-da714f7caa34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3600 2024.11.04 23:56:13.963499 [ 288 ] {} <Trace> HTTP-Session: b18ce05d-77f2-43f1-908c-da714f7caa34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3601 2024.11.04 23:56:13.963637 [ 288 ] {2b18d50b-841f-472f-bf28-3e0d7057efe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60512) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3602 2024.11.04 23:56:13.963685 [ 288 ] {2b18d50b-841f-472f-bf28-3e0d7057efe0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3603 2024.11.04 23:56:13.963947 [ 288 ] {2b18d50b-841f-472f-bf28-3e0d7057efe0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3604 2024.11.04 23:56:13.964355 [ 288 ] {2b18d50b-841f-472f-bf28-3e0d7057efe0} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3605 2024.11.04 23:56:13.964390 [ 288 ] {2b18d50b-841f-472f-bf28-3e0d7057efe0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3606 2024.11.04 23:56:13.964761 [ 288 ] {2b18d50b-841f-472f-bf28-3e0d7057efe0} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3607 2024.11.04 23:56:13.965126 [ 288 ] {2b18d50b-841f-472f-bf28-3e0d7057efe0} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3608 2024.11.04 23:56:13.965279 [ 288 ] {2b18d50b-841f-472f-bf28-3e0d7057efe0} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001695 sec., 42477.87610619469 rows/sec., 3.32 MiB/sec.
3609 2024.11.04 23:56:13.965465 [ 288 ] {2b18d50b-841f-472f-bf28-3e0d7057efe0} <Debug> DynamicQueryHandler: Done processing query
3610 2024.11.04 23:56:13.965491 [ 288 ] {2b18d50b-841f-472f-bf28-3e0d7057efe0} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
3611 2024.11.04 23:56:13.965507 [ 288 ] {} <Debug> HTTP-Session: b18ce05d-77f2-43f1-908c-da714f7caa34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3612 2024.11.04 23:56:13.965716 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60512, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3613 2024.11.04 23:56:13.965829 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36119, User-Agent: (none), Length: 28722, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3614 2024.11.04 23:56:13.965905 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3615 2024.11.04 23:56:13.965931 [ 282 ] {} <Debug> HTTP-Session: 780cfb16-6764-4eed-a451-9972d24f83f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:36119
3616 2024.11.04 23:56:13.965953 [ 282 ] {} <Debug> HTTP-Session: 780cfb16-6764-4eed-a451-9972d24f83f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3617 2024.11.04 23:56:13.965970 [ 282 ] {} <Debug> HTTP-Session: 780cfb16-6764-4eed-a451-9972d24f83f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3618 2024.11.04 23:56:13.966019 [ 282 ] {} <Trace> HTTP-Session: 780cfb16-6764-4eed-a451-9972d24f83f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3619 2024.11.04 23:56:13.966235 [ 282 ] {1953ca73-7308-4735-9a5d-a5fa617f4917} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36119) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
3620 2024.11.04 23:56:13.966299 [ 282 ] {1953ca73-7308-4735-9a5d-a5fa617f4917} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3621 2024.11.04 23:56:13.966522 [ 282 ] {1953ca73-7308-4735-9a5d-a5fa617f4917} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3622 2024.11.04 23:56:13.966952 [ 282 ] {1953ca73-7308-4735-9a5d-a5fa617f4917} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3623 2024.11.04 23:56:13.966997 [ 282 ] {1953ca73-7308-4735-9a5d-a5fa617f4917} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3624 2024.11.04 23:56:13.967411 [ 282 ] {1953ca73-7308-4735-9a5d-a5fa617f4917} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3625 2024.11.04 23:56:13.967761 [ 282 ] {1953ca73-7308-4735-9a5d-a5fa617f4917} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3626 2024.11.04 23:56:13.967929 [ 282 ] {1953ca73-7308-4735-9a5d-a5fa617f4917} <Debug> executeQuery: Read 150 rows, 10.70 KiB in 0.001789 sec., 83845.72386808273 rows/sec., 5.84 MiB/sec.
3627 2024.11.04 23:56:13.968323 [ 282 ] {1953ca73-7308-4735-9a5d-a5fa617f4917} <Debug> DynamicQueryHandler: Done processing query
3628 2024.11.04 23:56:13.968358 [ 282 ] {1953ca73-7308-4735-9a5d-a5fa617f4917} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
3629 2024.11.04 23:56:13.968379 [ 282 ] {} <Debug> HTTP-Session: 780cfb16-6764-4eed-a451-9972d24f83f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3630 2024.11.04 23:56:13.968573 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60512, User-Agent: (none), Length: 14209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3631 2024.11.04 23:56:13.968592 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36119, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3632 2024.11.04 23:56:13.968677 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3633 2024.11.04 23:56:13.968710 [ 288 ] {} <Debug> HTTP-Session: de1db47b-51c3-428f-8767-610d1651e953 Authenticating user 'default' from [fd00:1122:3344:101::d]:60512
3634 2024.11.04 23:56:13.968742 [ 288 ] {} <Debug> HTTP-Session: de1db47b-51c3-428f-8767-610d1651e953 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3635 2024.11.04 23:56:13.968760 [ 288 ] {} <Debug> HTTP-Session: de1db47b-51c3-428f-8767-610d1651e953 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3636 2024.11.04 23:56:13.968815 [ 288 ] {} <Trace> HTTP-Session: de1db47b-51c3-428f-8767-610d1651e953 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3637 2024.11.04 23:56:13.969030 [ 288 ] {d9358c3d-d461-46d6-b645-47ab6b98638e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60512) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
3638 2024.11.04 23:56:13.969118 [ 288 ] {d9358c3d-d461-46d6-b645-47ab6b98638e} <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
3639 2024.11.04 23:56:13.969602 [ 288 ] {d9358c3d-d461-46d6-b645-47ab6b98638e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3640 2024.11.04 23:56:13.970117 [ 288 ] {d9358c3d-d461-46d6-b645-47ab6b98638e} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3641 2024.11.04 23:56:13.970153 [ 288 ] {d9358c3d-d461-46d6-b645-47ab6b98638e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3642 2024.11.04 23:56:13.970777 [ 288 ] {d9358c3d-d461-46d6-b645-47ab6b98638e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3643 2024.11.04 23:56:13.971213 [ 288 ] {d9358c3d-d461-46d6-b645-47ab6b98638e} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3644 2024.11.04 23:56:13.971400 [ 288 ] {d9358c3d-d461-46d6-b645-47ab6b98638e} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002487 sec., 3216.726980297547 rows/sec., 5.76 MiB/sec.
3645 2024.11.04 23:56:13.971624 [ 288 ] {d9358c3d-d461-46d6-b645-47ab6b98638e} <Debug> DynamicQueryHandler: Done processing query
3646 2024.11.04 23:56:13.971649 [ 288 ] {d9358c3d-d461-46d6-b645-47ab6b98638e} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
3647 2024.11.04 23:56:13.971666 [ 288 ] {} <Debug> HTTP-Session: de1db47b-51c3-428f-8767-610d1651e953 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3648 2024.11.04 23:56:13.971856 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60512, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3649 2024.11.04 23:56:13.971941 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37252, User-Agent: (none), Length: 8512, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3650 2024.11.04 23:56:13.972022 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3651 2024.11.04 23:56:13.972049 [ 282 ] {} <Debug> HTTP-Session: 60edb9db-0eb5-43d8-bf48-95fa43496b80 Authenticating user 'default' from [fd00:1122:3344:101::d]:37252
3652 2024.11.04 23:56:13.972071 [ 282 ] {} <Debug> HTTP-Session: 60edb9db-0eb5-43d8-bf48-95fa43496b80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3653 2024.11.04 23:56:13.972088 [ 282 ] {} <Debug> HTTP-Session: 60edb9db-0eb5-43d8-bf48-95fa43496b80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3654 2024.11.04 23:56:13.972134 [ 282 ] {} <Trace> HTTP-Session: 60edb9db-0eb5-43d8-bf48-95fa43496b80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3655 2024.11.04 23:56:13.972295 [ 282 ] {85b18ee7-aa5d-4531-8c71-e0a2135e2489} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37252) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
3656 2024.11.04 23:56:13.972355 [ 282 ] {85b18ee7-aa5d-4531-8c71-e0a2135e2489} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3657 2024.11.04 23:56:13.972546 [ 282 ] {85b18ee7-aa5d-4531-8c71-e0a2135e2489} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3658 2024.11.04 23:56:13.972892 [ 282 ] {85b18ee7-aa5d-4531-8c71-e0a2135e2489} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3659 2024.11.04 23:56:13.972937 [ 282 ] {85b18ee7-aa5d-4531-8c71-e0a2135e2489} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3660 2024.11.04 23:56:13.973336 [ 282 ] {85b18ee7-aa5d-4531-8c71-e0a2135e2489} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3661 2024.11.04 23:56:13.973679 [ 282 ] {85b18ee7-aa5d-4531-8c71-e0a2135e2489} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3662 2024.11.04 23:56:13.973844 [ 282 ] {85b18ee7-aa5d-4531-8c71-e0a2135e2489} <Debug> executeQuery: Read 56 rows, 3.86 KiB in 0.001604 sec., 34912.71820448878 rows/sec., 2.35 MiB/sec.
3663 2024.11.04 23:56:13.974006 [ 282 ] {85b18ee7-aa5d-4531-8c71-e0a2135e2489} <Debug> DynamicQueryHandler: Done processing query
3664 2024.11.04 23:56:13.974032 [ 282 ] {85b18ee7-aa5d-4531-8c71-e0a2135e2489} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
3665 2024.11.04 23:56:13.974048 [ 282 ] {} <Debug> HTTP-Session: 60edb9db-0eb5-43d8-bf48-95fa43496b80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3666 2024.11.04 23:56:13.974288 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37252, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3667 2024.11.04 23:56:15.416875 [ 99 ] {} <Debug> DNSResolver: Updating DNS cache
3668 2024.11.04 23:56:15.416944 [ 99 ] {} <Debug> DNSResolver: Updated DNS cache
3669 2024.11.04 23:56:18.957798 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51338, User-Agent: (none), Length: 7838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3670 2024.11.04 23:56:18.957918 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3671 2024.11.04 23:56:18.957946 [ 282 ] {} <Debug> HTTP-Session: 9cd37570-4ff2-4919-a04c-591926b2b8ef Authenticating user 'default' from [fd00:1122:3344:101::d]:51338
3672 2024.11.04 23:56:18.957975 [ 282 ] {} <Debug> HTTP-Session: 9cd37570-4ff2-4919-a04c-591926b2b8ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3673 2024.11.04 23:56:18.957992 [ 282 ] {} <Debug> HTTP-Session: 9cd37570-4ff2-4919-a04c-591926b2b8ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3674 2024.11.04 23:56:18.958050 [ 282 ] {} <Trace> HTTP-Session: 9cd37570-4ff2-4919-a04c-591926b2b8ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3675 2024.11.04 23:56:18.958263 [ 282 ] {aee5b134-69e2-4949-90c8-61e20be02eec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51338) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3676 2024.11.04 23:56:18.958333 [ 282 ] {aee5b134-69e2-4949-90c8-61e20be02eec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3677 2024.11.04 23:56:18.958673 [ 282 ] {aee5b134-69e2-4949-90c8-61e20be02eec} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3678 2024.11.04 23:56:18.959143 [ 282 ] {aee5b134-69e2-4949-90c8-61e20be02eec} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3679 2024.11.04 23:56:18.959182 [ 282 ] {aee5b134-69e2-4949-90c8-61e20be02eec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3680 2024.11.04 23:56:18.959599 [ 282 ] {aee5b134-69e2-4949-90c8-61e20be02eec} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3681 2024.11.04 23:56:18.959978 [ 282 ] {aee5b134-69e2-4949-90c8-61e20be02eec} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3682 2024.11.04 23:56:18.960121 [ 282 ] {aee5b134-69e2-4949-90c8-61e20be02eec} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001935 sec., 28940.568475452194 rows/sec., 2.22 MiB/sec.
3683 2024.11.04 23:56:18.960314 [ 282 ] {aee5b134-69e2-4949-90c8-61e20be02eec} <Debug> DynamicQueryHandler: Done processing query
3684 2024.11.04 23:56:18.960340 [ 282 ] {aee5b134-69e2-4949-90c8-61e20be02eec} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
3685 2024.11.04 23:56:18.960357 [ 282 ] {} <Debug> HTTP-Session: 9cd37570-4ff2-4919-a04c-591926b2b8ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3686 2024.11.04 23:56:18.960568 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51338, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3687 2024.11.04 23:56:18.960744 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44576, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3688 2024.11.04 23:56:18.960878 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3689 2024.11.04 23:56:18.960908 [ 288 ] {} <Debug> HTTP-Session: 7ca88574-51f4-4cb7-b8c8-506b3b94a977 Authenticating user 'default' from [fd00:1122:3344:101::d]:44576
3690 2024.11.04 23:56:18.960937 [ 288 ] {} <Debug> HTTP-Session: 7ca88574-51f4-4cb7-b8c8-506b3b94a977 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3691 2024.11.04 23:56:18.960954 [ 288 ] {} <Debug> HTTP-Session: 7ca88574-51f4-4cb7-b8c8-506b3b94a977 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3692 2024.11.04 23:56:18.961015 [ 288 ] {} <Trace> HTTP-Session: 7ca88574-51f4-4cb7-b8c8-506b3b94a977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3693 2024.11.04 23:56:18.961239 [ 288 ] {34ea1c66-c5fc-43f8-8e0d-16c507fc443a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3694 2024.11.04 23:56:18.961313 [ 288 ] {34ea1c66-c5fc-43f8-8e0d-16c507fc443a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3695 2024.11.04 23:56:18.961667 [ 288 ] {34ea1c66-c5fc-43f8-8e0d-16c507fc443a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3696 2024.11.04 23:56:18.962146 [ 288 ] {34ea1c66-c5fc-43f8-8e0d-16c507fc443a} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3697 2024.11.04 23:56:18.962187 [ 288 ] {34ea1c66-c5fc-43f8-8e0d-16c507fc443a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3698 2024.11.04 23:56:18.962618 [ 288 ] {34ea1c66-c5fc-43f8-8e0d-16c507fc443a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3699 2024.11.04 23:56:18.963010 [ 288 ] {34ea1c66-c5fc-43f8-8e0d-16c507fc443a} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3700 2024.11.04 23:56:18.963196 [ 288 ] {34ea1c66-c5fc-43f8-8e0d-16c507fc443a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002033 sec., 31480.57058534186 rows/sec., 2.46 MiB/sec.
3701 2024.11.04 23:56:18.963551 [ 288 ] {34ea1c66-c5fc-43f8-8e0d-16c507fc443a} <Debug> DynamicQueryHandler: Done processing query
3702 2024.11.04 23:56:18.963580 [ 288 ] {34ea1c66-c5fc-43f8-8e0d-16c507fc443a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
3703 2024.11.04 23:56:18.963596 [ 288 ] {} <Debug> HTTP-Session: 7ca88574-51f4-4cb7-b8c8-506b3b94a977 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3704 2024.11.04 23:56:18.963805 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44576, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3705 2024.11.04 23:56:18.963901 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49307, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3706 2024.11.04 23:56:18.963973 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3707 2024.11.04 23:56:18.963998 [ 282 ] {} <Debug> HTTP-Session: f94c49c8-20ad-43fd-b33d-057021e90cc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:49307
3708 2024.11.04 23:56:18.964020 [ 282 ] {} <Debug> HTTP-Session: f94c49c8-20ad-43fd-b33d-057021e90cc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3709 2024.11.04 23:56:18.964038 [ 282 ] {} <Debug> HTTP-Session: f94c49c8-20ad-43fd-b33d-057021e90cc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3710 2024.11.04 23:56:18.964083 [ 282 ] {} <Trace> HTTP-Session: f94c49c8-20ad-43fd-b33d-057021e90cc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3711 2024.11.04 23:56:18.964281 [ 282 ] {211cddd5-2503-4b9f-8bc8-83467fa8cfca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49307) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
3712 2024.11.04 23:56:18.964331 [ 282 ] {211cddd5-2503-4b9f-8bc8-83467fa8cfca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3713 2024.11.04 23:56:18.964514 [ 282 ] {211cddd5-2503-4b9f-8bc8-83467fa8cfca} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3714 2024.11.04 23:56:18.964932 [ 282 ] {211cddd5-2503-4b9f-8bc8-83467fa8cfca} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3715 2024.11.04 23:56:18.964968 [ 282 ] {211cddd5-2503-4b9f-8bc8-83467fa8cfca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3716 2024.11.04 23:56:18.965358 [ 282 ] {211cddd5-2503-4b9f-8bc8-83467fa8cfca} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3717 2024.11.04 23:56:18.965711 [ 282 ] {211cddd5-2503-4b9f-8bc8-83467fa8cfca} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3718 2024.11.04 23:56:18.965841 [ 282 ] {211cddd5-2503-4b9f-8bc8-83467fa8cfca} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001659 sec., 96443.64074743821 rows/sec., 6.72 MiB/sec.
3719 2024.11.04 23:56:18.966157 [ 282 ] {211cddd5-2503-4b9f-8bc8-83467fa8cfca} <Debug> DynamicQueryHandler: Done processing query
3720 2024.11.04 23:56:18.966183 [ 282 ] {211cddd5-2503-4b9f-8bc8-83467fa8cfca} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
3721 2024.11.04 23:56:18.966199 [ 282 ] {} <Debug> HTTP-Session: f94c49c8-20ad-43fd-b33d-057021e90cc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3722 2024.11.04 23:56:18.966378 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44576, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3723 2024.11.04 23:56:18.966402 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49307, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3724 2024.11.04 23:56:18.966465 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3725 2024.11.04 23:56:18.966500 [ 288 ] {} <Debug> HTTP-Session: ae2a345f-389f-482c-a3ea-ebefccaa3926 Authenticating user 'default' from [fd00:1122:3344:101::d]:44576
3726 2024.11.04 23:56:18.966525 [ 288 ] {} <Debug> HTTP-Session: ae2a345f-389f-482c-a3ea-ebefccaa3926 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3727 2024.11.04 23:56:18.966551 [ 288 ] {} <Debug> HTTP-Session: ae2a345f-389f-482c-a3ea-ebefccaa3926 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3728 2024.11.04 23:56:18.966598 [ 288 ] {} <Trace> HTTP-Session: ae2a345f-389f-482c-a3ea-ebefccaa3926 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3729 2024.11.04 23:56:18.966755 [ 288 ] {4a65a92d-dc00-46bf-b1bb-348280e3c7a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
3730 2024.11.04 23:56:18.966813 [ 288 ] {4a65a92d-dc00-46bf-b1bb-348280e3c7a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3731 2024.11.04 23:56:18.966991 [ 288 ] {4a65a92d-dc00-46bf-b1bb-348280e3c7a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3732 2024.11.04 23:56:18.967375 [ 288 ] {4a65a92d-dc00-46bf-b1bb-348280e3c7a0} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3733 2024.11.04 23:56:18.967410 [ 288 ] {4a65a92d-dc00-46bf-b1bb-348280e3c7a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3734 2024.11.04 23:56:18.967787 [ 288 ] {4a65a92d-dc00-46bf-b1bb-348280e3c7a0} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3735 2024.11.04 23:56:18.968112 [ 288 ] {4a65a92d-dc00-46bf-b1bb-348280e3c7a0} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3736 2024.11.04 23:56:18.968260 [ 288 ] {4a65a92d-dc00-46bf-b1bb-348280e3c7a0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001566 sec., 38314.17624521073 rows/sec., 2.58 MiB/sec.
3737 2024.11.04 23:56:18.968431 [ 288 ] {4a65a92d-dc00-46bf-b1bb-348280e3c7a0} <Debug> DynamicQueryHandler: Done processing query
3738 2024.11.04 23:56:18.968457 [ 288 ] {4a65a92d-dc00-46bf-b1bb-348280e3c7a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
3739 2024.11.04 23:56:18.968473 [ 288 ] {} <Debug> HTTP-Session: ae2a345f-389f-482c-a3ea-ebefccaa3926 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3740 2024.11.04 23:56:18.968689 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44576, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3741 2024.11.04 23:56:20.519413 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 384
3742 2024.11.04 23:56:20.522102 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3743 2024.11.04 23:56:20.522160 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3744 2024.11.04 23:56:20.523694 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3745 2024.11.04 23:56:20.524756 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3746 2024.11.04 23:56:20.525531 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 384
3747 2024.11.04 23:56:21.076015 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51277, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3748 2024.11.04 23:56:21.264509 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51829, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3749 2024.11.04 23:56:21.268024 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35582, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3750 2024.11.04 23:56:21.291542 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46013, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3751 2024.11.04 23:56:21.312938 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48480, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3752 2024.11.04 23:56:21.414404 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53762, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3753 2024.11.04 23:56:21.415725 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64446, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3754 2024.11.04 23:56:21.419033 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53013, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3755 2024.11.04 23:56:23.964949 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48561, User-Agent: (none), Length: 40563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3756 2024.11.04 23:56:23.965073 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3757 2024.11.04 23:56:23.965103 [ 282 ] {} <Debug> HTTP-Session: e55ce40d-5969-4ca5-9434-ac7b6e32a172 Authenticating user 'default' from [fd00:1122:3344:101::d]:48561
3758 2024.11.04 23:56:23.965131 [ 282 ] {} <Debug> HTTP-Session: e55ce40d-5969-4ca5-9434-ac7b6e32a172 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3759 2024.11.04 23:56:23.965148 [ 282 ] {} <Debug> HTTP-Session: e55ce40d-5969-4ca5-9434-ac7b6e32a172 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3760 2024.11.04 23:56:23.965206 [ 282 ] {} <Trace> HTTP-Session: e55ce40d-5969-4ca5-9434-ac7b6e32a172 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3761 2024.11.04 23:56:23.965504 [ 282 ] {a015af29-eecc-46ec-8c48-df939ad4cd9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48561) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3762 2024.11.04 23:56:23.965573 [ 282 ] {a015af29-eecc-46ec-8c48-df939ad4cd9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3763 2024.11.04 23:56:23.965910 [ 282 ] {a015af29-eecc-46ec-8c48-df939ad4cd9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3764 2024.11.04 23:56:23.966661 [ 282 ] {a015af29-eecc-46ec-8c48-df939ad4cd9f} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3765 2024.11.04 23:56:23.966703 [ 282 ] {a015af29-eecc-46ec-8c48-df939ad4cd9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3766 2024.11.04 23:56:23.967159 [ 282 ] {a015af29-eecc-46ec-8c48-df939ad4cd9f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3767 2024.11.04 23:56:23.967553 [ 282 ] {a015af29-eecc-46ec-8c48-df939ad4cd9f} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3768 2024.11.04 23:56:23.967706 [ 282 ] {a015af29-eecc-46ec-8c48-df939ad4cd9f} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.002346 sec., 113810.74168797953 rows/sec., 10.13 MiB/sec.
3769 2024.11.04 23:56:23.967932 [ 282 ] {a015af29-eecc-46ec-8c48-df939ad4cd9f} <Debug> DynamicQueryHandler: Done processing query
3770 2024.11.04 23:56:23.967961 [ 282 ] {a015af29-eecc-46ec-8c48-df939ad4cd9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
3771 2024.11.04 23:56:23.967977 [ 282 ] {} <Debug> HTTP-Session: e55ce40d-5969-4ca5-9434-ac7b6e32a172 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3772 2024.11.04 23:56:23.968174 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48561, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3773 2024.11.04 23:56:23.968279 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63051, User-Agent: (none), Length: 5644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3774 2024.11.04 23:56:23.968358 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3775 2024.11.04 23:56:23.968385 [ 284 ] {} <Debug> HTTP-Session: 5ef6084f-faf9-472f-a0e6-fa80c27c9803 Authenticating user 'default' from [fd00:1122:3344:101::d]:63051
3776 2024.11.04 23:56:23.968408 [ 284 ] {} <Debug> HTTP-Session: 5ef6084f-faf9-472f-a0e6-fa80c27c9803 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3777 2024.11.04 23:56:23.968425 [ 284 ] {} <Debug> HTTP-Session: 5ef6084f-faf9-472f-a0e6-fa80c27c9803 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3778 2024.11.04 23:56:23.968470 [ 284 ] {} <Trace> HTTP-Session: 5ef6084f-faf9-472f-a0e6-fa80c27c9803 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3779 2024.11.04 23:56:23.968636 [ 284 ] {6e634ae1-8190-4ed8-b53f-13b36bd97b5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63051) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
3780 2024.11.04 23:56:23.968695 [ 284 ] {6e634ae1-8190-4ed8-b53f-13b36bd97b5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3781 2024.11.04 23:56:23.968992 [ 284 ] {6e634ae1-8190-4ed8-b53f-13b36bd97b5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3782 2024.11.04 23:56:23.969406 [ 284 ] {6e634ae1-8190-4ed8-b53f-13b36bd97b5d} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3783 2024.11.04 23:56:23.969450 [ 284 ] {6e634ae1-8190-4ed8-b53f-13b36bd97b5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3784 2024.11.04 23:56:23.969824 [ 284 ] {6e634ae1-8190-4ed8-b53f-13b36bd97b5d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3785 2024.11.04 23:56:23.970195 [ 284 ] {6e634ae1-8190-4ed8-b53f-13b36bd97b5d} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3786 2024.11.04 23:56:23.970327 [ 284 ] {6e634ae1-8190-4ed8-b53f-13b36bd97b5d} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001739 sec., 22426.682001150086 rows/sec., 1.65 MiB/sec.
3787 2024.11.04 23:56:23.970503 [ 284 ] {6e634ae1-8190-4ed8-b53f-13b36bd97b5d} <Debug> DynamicQueryHandler: Done processing query
3788 2024.11.04 23:56:23.970528 [ 284 ] {6e634ae1-8190-4ed8-b53f-13b36bd97b5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
3789 2024.11.04 23:56:23.970545 [ 284 ] {} <Debug> HTTP-Session: 5ef6084f-faf9-472f-a0e6-fa80c27c9803 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3790 2024.11.04 23:56:23.970720 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63051, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3791 2024.11.04 23:56:23.970770 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62350, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3792 2024.11.04 23:56:23.970838 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3793 2024.11.04 23:56:23.970863 [ 282 ] {} <Debug> HTTP-Session: a374471e-3dd1-4af0-92a6-ac80ef490ef7 Authenticating user 'default' from [fd00:1122:3344:101::d]:62350
3794 2024.11.04 23:56:23.970885 [ 282 ] {} <Debug> HTTP-Session: a374471e-3dd1-4af0-92a6-ac80ef490ef7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3795 2024.11.04 23:56:23.970902 [ 282 ] {} <Debug> HTTP-Session: a374471e-3dd1-4af0-92a6-ac80ef490ef7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3796 2024.11.04 23:56:23.970941 [ 282 ] {} <Trace> HTTP-Session: a374471e-3dd1-4af0-92a6-ac80ef490ef7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3797 2024.11.04 23:56:23.971065 [ 282 ] {e4d30414-3733-4412-b5e4-2dddab2a959f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62350) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
3798 2024.11.04 23:56:23.971117 [ 282 ] {e4d30414-3733-4412-b5e4-2dddab2a959f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3799 2024.11.04 23:56:23.971398 [ 282 ] {e4d30414-3733-4412-b5e4-2dddab2a959f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3800 2024.11.04 23:56:23.971761 [ 282 ] {e4d30414-3733-4412-b5e4-2dddab2a959f} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3801 2024.11.04 23:56:23.971796 [ 282 ] {e4d30414-3733-4412-b5e4-2dddab2a959f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3802 2024.11.04 23:56:23.972144 [ 282 ] {e4d30414-3733-4412-b5e4-2dddab2a959f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3803 2024.11.04 23:56:23.972501 [ 282 ] {e4d30414-3733-4412-b5e4-2dddab2a959f} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3804 2024.11.04 23:56:23.972629 [ 282 ] {e4d30414-3733-4412-b5e4-2dddab2a959f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001603 sec., 8733.624454148472 rows/sec., 611.65 KiB/sec.
3805 2024.11.04 23:56:23.972839 [ 282 ] {e4d30414-3733-4412-b5e4-2dddab2a959f} <Debug> DynamicQueryHandler: Done processing query
3806 2024.11.04 23:56:23.972864 [ 282 ] {e4d30414-3733-4412-b5e4-2dddab2a959f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3807 2024.11.04 23:56:23.972880 [ 282 ] {} <Debug> HTTP-Session: a374471e-3dd1-4af0-92a6-ac80ef490ef7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3808 2024.11.04 23:56:23.973029 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62350, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3809 2024.11.04 23:56:23.973117 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53763, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3810 2024.11.04 23:56:23.973179 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3811 2024.11.04 23:56:23.973204 [ 284 ] {} <Debug> HTTP-Session: fd0e26f7-e7b8-4fe8-bb57-39f79b23dfe9 Authenticating user 'default' from [fd00:1122:3344:101::d]:53763
3812 2024.11.04 23:56:23.973224 [ 284 ] {} <Debug> HTTP-Session: fd0e26f7-e7b8-4fe8-bb57-39f79b23dfe9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3813 2024.11.04 23:56:23.973241 [ 284 ] {} <Debug> HTTP-Session: fd0e26f7-e7b8-4fe8-bb57-39f79b23dfe9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3814 2024.11.04 23:56:23.973281 [ 284 ] {} <Trace> HTTP-Session: fd0e26f7-e7b8-4fe8-bb57-39f79b23dfe9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3815 2024.11.04 23:56:23.973398 [ 284 ] {54ef82f6-5c3a-46d0-9995-f6da544b3c56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53763) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
3816 2024.11.04 23:56:23.973450 [ 284 ] {54ef82f6-5c3a-46d0-9995-f6da544b3c56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3817 2024.11.04 23:56:23.973678 [ 284 ] {54ef82f6-5c3a-46d0-9995-f6da544b3c56} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3818 2024.11.04 23:56:23.973973 [ 284 ] {54ef82f6-5c3a-46d0-9995-f6da544b3c56} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3819 2024.11.04 23:56:23.974010 [ 284 ] {54ef82f6-5c3a-46d0-9995-f6da544b3c56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3820 2024.11.04 23:56:23.974357 [ 284 ] {54ef82f6-5c3a-46d0-9995-f6da544b3c56} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3821 2024.11.04 23:56:23.974714 [ 284 ] {54ef82f6-5c3a-46d0-9995-f6da544b3c56} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3822 2024.11.04 23:56:23.974847 [ 284 ] {54ef82f6-5c3a-46d0-9995-f6da544b3c56} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00148 sec., 4054.054054054054 rows/sec., 239.52 KiB/sec.
3823 2024.11.04 23:56:23.975128 [ 284 ] {54ef82f6-5c3a-46d0-9995-f6da544b3c56} <Debug> DynamicQueryHandler: Done processing query
3824 2024.11.04 23:56:23.975180 [ 284 ] {54ef82f6-5c3a-46d0-9995-f6da544b3c56} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
3825 2024.11.04 23:56:23.975198 [ 284 ] {} <Debug> HTTP-Session: fd0e26f7-e7b8-4fe8-bb57-39f79b23dfe9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3826 2024.11.04 23:56:23.975441 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53763, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3827 2024.11.04 23:56:23.975498 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62350, User-Agent: (none), Length: 68384, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3828 2024.11.04 23:56:23.975560 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3829 2024.11.04 23:56:23.975583 [ 282 ] {} <Debug> HTTP-Session: cfe50c1a-1069-462b-8d63-ad26dde4336f Authenticating user 'default' from [fd00:1122:3344:101::d]:62350
3830 2024.11.04 23:56:23.975591 [ 284 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below):
3831 
3832 (version 23.8.7.1)
3833 2024.11.04 23:56:23.975607 [ 282 ] {} <Debug> HTTP-Session: cfe50c1a-1069-462b-8d63-ad26dde4336f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3834 2024.11.04 23:56:23.975627 [ 282 ] {} <Debug> HTTP-Session: cfe50c1a-1069-462b-8d63-ad26dde4336f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3835 2024.11.04 23:56:23.975668 [ 282 ] {} <Trace> HTTP-Session: cfe50c1a-1069-462b-8d63-ad26dde4336f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3836 2024.11.04 23:56:23.976079 [ 282 ] {aa4ef1b2-2f71-4626-ae73-01371988ca0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62350) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3837 2024.11.04 23:56:23.976133 [ 282 ] {aa4ef1b2-2f71-4626-ae73-01371988ca0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3838 2024.11.04 23:56:23.976429 [ 282 ] {aa4ef1b2-2f71-4626-ae73-01371988ca0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3839 2024.11.04 23:56:23.977044 [ 282 ] {aa4ef1b2-2f71-4626-ae73-01371988ca0e} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3840 2024.11.04 23:56:23.977081 [ 282 ] {aa4ef1b2-2f71-4626-ae73-01371988ca0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3841 2024.11.04 23:56:23.977464 [ 282 ] {aa4ef1b2-2f71-4626-ae73-01371988ca0e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3842 2024.11.04 23:56:23.977845 [ 282 ] {aa4ef1b2-2f71-4626-ae73-01371988ca0e} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3843 2024.11.04 23:56:23.977974 [ 282 ] {aa4ef1b2-2f71-4626-ae73-01371988ca0e} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.002135 sec., 197189.69555035126 rows/sec., 14.09 MiB/sec.
3844 2024.11.04 23:56:23.978325 [ 282 ] {aa4ef1b2-2f71-4626-ae73-01371988ca0e} <Debug> DynamicQueryHandler: Done processing query
3845 2024.11.04 23:56:23.978350 [ 282 ] {aa4ef1b2-2f71-4626-ae73-01371988ca0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
3846 2024.11.04 23:56:23.978366 [ 282 ] {} <Debug> HTTP-Session: cfe50c1a-1069-462b-8d63-ad26dde4336f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3847 2024.11.04 23:56:23.978545 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62350, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3848 2024.11.04 23:56:23.978597 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49221, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3849 2024.11.04 23:56:23.978655 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3850 2024.11.04 23:56:23.978676 [ 284 ] {} <Debug> HTTP-Session: cdef136a-fdab-4775-9cec-954745a3c0e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:49221
3851 2024.11.04 23:56:23.978693 [ 284 ] {} <Debug> HTTP-Session: cdef136a-fdab-4775-9cec-954745a3c0e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3852 2024.11.04 23:56:23.978707 [ 284 ] {} <Debug> HTTP-Session: cdef136a-fdab-4775-9cec-954745a3c0e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3853 2024.11.04 23:56:23.978739 [ 284 ] {} <Trace> HTTP-Session: cdef136a-fdab-4775-9cec-954745a3c0e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3854 2024.11.04 23:56:23.978840 [ 284 ] {0c0e2103-80d0-4743-bb76-f8c9d1043d8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49221) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
3855 2024.11.04 23:56:23.978887 [ 284 ] {0c0e2103-80d0-4743-bb76-f8c9d1043d8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3856 2024.11.04 23:56:23.979037 [ 284 ] {0c0e2103-80d0-4743-bb76-f8c9d1043d8b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3857 2024.11.04 23:56:23.979328 [ 284 ] {0c0e2103-80d0-4743-bb76-f8c9d1043d8b} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3858 2024.11.04 23:56:23.979363 [ 284 ] {0c0e2103-80d0-4743-bb76-f8c9d1043d8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3859 2024.11.04 23:56:23.979729 [ 284 ] {0c0e2103-80d0-4743-bb76-f8c9d1043d8b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3860 2024.11.04 23:56:23.980081 [ 284 ] {0c0e2103-80d0-4743-bb76-f8c9d1043d8b} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3861 2024.11.04 23:56:23.980210 [ 284 ] {0c0e2103-80d0-4743-bb76-f8c9d1043d8b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001396 sec., 4297.994269340974 rows/sec., 224.55 KiB/sec.
3862 2024.11.04 23:56:23.980486 [ 284 ] {0c0e2103-80d0-4743-bb76-f8c9d1043d8b} <Debug> DynamicQueryHandler: Done processing query
3863 2024.11.04 23:56:23.980511 [ 284 ] {0c0e2103-80d0-4743-bb76-f8c9d1043d8b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
3864 2024.11.04 23:56:23.980527 [ 284 ] {} <Debug> HTTP-Session: cdef136a-fdab-4775-9cec-954745a3c0e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3865 2024.11.04 23:56:23.980782 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49221, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3866 2024.11.04 23:56:23.980866 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60856, User-Agent: (none), Length: 44639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3867 2024.11.04 23:56:23.980932 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3868 2024.11.04 23:56:23.980956 [ 282 ] {} <Debug> HTTP-Session: 71fd2f77-206c-4813-bb8f-782f30b66467 Authenticating user 'default' from [fd00:1122:3344:101::d]:60856
3869 2024.11.04 23:56:23.980977 [ 282 ] {} <Debug> HTTP-Session: 71fd2f77-206c-4813-bb8f-782f30b66467 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3870 2024.11.04 23:56:23.980994 [ 282 ] {} <Debug> HTTP-Session: 71fd2f77-206c-4813-bb8f-782f30b66467 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3871 2024.11.04 23:56:23.981032 [ 282 ] {} <Trace> HTTP-Session: 71fd2f77-206c-4813-bb8f-782f30b66467 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3872 2024.11.04 23:56:23.981285 [ 282 ] {939650d5-1179-4b31-bc9e-e17ecfbf3911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60856) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
3873 2024.11.04 23:56:23.981343 [ 282 ] {939650d5-1179-4b31-bc9e-e17ecfbf3911} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3874 2024.11.04 23:56:23.981532 [ 282 ] {939650d5-1179-4b31-bc9e-e17ecfbf3911} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3875 2024.11.04 23:56:23.981978 [ 282 ] {939650d5-1179-4b31-bc9e-e17ecfbf3911} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3876 2024.11.04 23:56:23.982013 [ 282 ] {939650d5-1179-4b31-bc9e-e17ecfbf3911} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3877 2024.11.04 23:56:23.982394 [ 282 ] {939650d5-1179-4b31-bc9e-e17ecfbf3911} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3878 2024.11.04 23:56:23.982736 [ 282 ] {939650d5-1179-4b31-bc9e-e17ecfbf3911} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3879 2024.11.04 23:56:23.982865 [ 282 ] {939650d5-1179-4b31-bc9e-e17ecfbf3911} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001728 sec., 137152.77777777778 rows/sec., 9.19 MiB/sec.
3880 2024.11.04 23:56:23.983030 [ 282 ] {939650d5-1179-4b31-bc9e-e17ecfbf3911} <Debug> DynamicQueryHandler: Done processing query
3881 2024.11.04 23:56:23.983054 [ 282 ] {939650d5-1179-4b31-bc9e-e17ecfbf3911} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
3882 2024.11.04 23:56:23.983070 [ 282 ] {} <Debug> HTTP-Session: 71fd2f77-206c-4813-bb8f-782f30b66467 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3883 2024.11.04 23:56:23.983210 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60856, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3884 2024.11.04 23:56:23.983296 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50866, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3885 2024.11.04 23:56:23.983359 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3886 2024.11.04 23:56:23.983383 [ 284 ] {} <Debug> HTTP-Session: a9788bd7-1f3d-406a-912d-a492b2283457 Authenticating user 'default' from [fd00:1122:3344:101::d]:50866
3887 2024.11.04 23:56:23.983403 [ 284 ] {} <Debug> HTTP-Session: a9788bd7-1f3d-406a-912d-a492b2283457 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3888 2024.11.04 23:56:23.983419 [ 284 ] {} <Debug> HTTP-Session: a9788bd7-1f3d-406a-912d-a492b2283457 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3889 2024.11.04 23:56:23.983459 [ 284 ] {} <Trace> HTTP-Session: a9788bd7-1f3d-406a-912d-a492b2283457 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3890 2024.11.04 23:56:23.983573 [ 284 ] {a9e512c2-dd15-40ce-a6a9-eaf21ac150c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50866) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
3891 2024.11.04 23:56:23.983628 [ 284 ] {a9e512c2-dd15-40ce-a6a9-eaf21ac150c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3892 2024.11.04 23:56:23.983786 [ 284 ] {a9e512c2-dd15-40ce-a6a9-eaf21ac150c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3893 2024.11.04 23:56:23.984077 [ 284 ] {a9e512c2-dd15-40ce-a6a9-eaf21ac150c9} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3894 2024.11.04 23:56:23.984120 [ 284 ] {a9e512c2-dd15-40ce-a6a9-eaf21ac150c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3895 2024.11.04 23:56:23.984634 [ 284 ] {a9e512c2-dd15-40ce-a6a9-eaf21ac150c9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3896 2024.11.04 23:56:23.984956 [ 284 ] {a9e512c2-dd15-40ce-a6a9-eaf21ac150c9} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3897 2024.11.04 23:56:23.985084 [ 284 ] {a9e512c2-dd15-40ce-a6a9-eaf21ac150c9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001541 sec., 648.9292667099286 rows/sec., 43.73 KiB/sec.
3898 2024.11.04 23:56:23.985253 [ 284 ] {a9e512c2-dd15-40ce-a6a9-eaf21ac150c9} <Debug> DynamicQueryHandler: Done processing query
3899 2024.11.04 23:56:23.985278 [ 284 ] {a9e512c2-dd15-40ce-a6a9-eaf21ac150c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
3900 2024.11.04 23:56:23.985294 [ 284 ] {} <Debug> HTTP-Session: a9788bd7-1f3d-406a-912d-a492b2283457 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3901 2024.11.04 23:56:23.985510 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60856, User-Agent: (none), Length: 65356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3902 2024.11.04 23:56:23.985535 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50866, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3903 2024.11.04 23:56:23.985578 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3904 2024.11.04 23:56:23.985603 [ 282 ] {} <Debug> HTTP-Session: 48b1c55a-425a-4066-a093-67e0a5ac8040 Authenticating user 'default' from [fd00:1122:3344:101::d]:60856
3905 2024.11.04 23:56:23.985624 [ 282 ] {} <Debug> HTTP-Session: 48b1c55a-425a-4066-a093-67e0a5ac8040 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3906 2024.11.04 23:56:23.985643 [ 282 ] {} <Debug> HTTP-Session: 48b1c55a-425a-4066-a093-67e0a5ac8040 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3907 2024.11.04 23:56:23.985682 [ 282 ] {} <Trace> HTTP-Session: 48b1c55a-425a-4066-a093-67e0a5ac8040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3908 2024.11.04 23:56:23.986556 [ 282 ] {0f6aa3d6-4ac8-4410-a86d-677a9c132b71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60856) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
3909 2024.11.04 23:56:23.986622 [ 282 ] {0f6aa3d6-4ac8-4410-a86d-677a9c132b71} <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
3910 2024.11.04 23:56:23.987047 [ 282 ] {0f6aa3d6-4ac8-4410-a86d-677a9c132b71} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3911 2024.11.04 23:56:23.987889 [ 282 ] {0f6aa3d6-4ac8-4410-a86d-677a9c132b71} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3912 2024.11.04 23:56:23.987924 [ 282 ] {0f6aa3d6-4ac8-4410-a86d-677a9c132b71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3913 2024.11.04 23:56:23.988607 [ 282 ] {0f6aa3d6-4ac8-4410-a86d-677a9c132b71} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3914 2024.11.04 23:56:23.989022 [ 282 ] {0f6aa3d6-4ac8-4410-a86d-677a9c132b71} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3915 2024.11.04 23:56:23.989201 [ 282 ] {0f6aa3d6-4ac8-4410-a86d-677a9c132b71} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003395 sec., 11487.481590574374 rows/sec., 20.59 MiB/sec.
3916 2024.11.04 23:56:23.989676 [ 282 ] {0f6aa3d6-4ac8-4410-a86d-677a9c132b71} <Debug> DynamicQueryHandler: Done processing query
3917 2024.11.04 23:56:23.989700 [ 282 ] {0f6aa3d6-4ac8-4410-a86d-677a9c132b71} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB.
3918 2024.11.04 23:56:23.989716 [ 282 ] {} <Debug> HTTP-Session: 48b1c55a-425a-4066-a093-67e0a5ac8040 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3919 2024.11.04 23:56:23.989872 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60856, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3920 2024.11.04 23:56:23.989994 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64562, User-Agent: (none), Length: 12146, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3921 2024.11.04 23:56:23.990047 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3922 2024.11.04 23:56:23.990068 [ 284 ] {} <Debug> HTTP-Session: 2f38c03c-9be5-4d66-a58b-5e1f9e07a588 Authenticating user 'default' from [fd00:1122:3344:101::d]:64562
3923 2024.11.04 23:56:23.990085 [ 284 ] {} <Debug> HTTP-Session: 2f38c03c-9be5-4d66-a58b-5e1f9e07a588 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3924 2024.11.04 23:56:23.990099 [ 284 ] {} <Debug> HTTP-Session: 2f38c03c-9be5-4d66-a58b-5e1f9e07a588 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3925 2024.11.04 23:56:23.990132 [ 284 ] {} <Trace> HTTP-Session: 2f38c03c-9be5-4d66-a58b-5e1f9e07a588 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3926 2024.11.04 23:56:23.990256 [ 284 ] {993fb8ee-022d-4853-a1d2-6dcee8ced33f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64562) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
3927 2024.11.04 23:56:23.990301 [ 284 ] {993fb8ee-022d-4853-a1d2-6dcee8ced33f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3928 2024.11.04 23:56:23.990437 [ 284 ] {993fb8ee-022d-4853-a1d2-6dcee8ced33f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3929 2024.11.04 23:56:23.990761 [ 284 ] {993fb8ee-022d-4853-a1d2-6dcee8ced33f} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3930 2024.11.04 23:56:23.990798 [ 284 ] {993fb8ee-022d-4853-a1d2-6dcee8ced33f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3931 2024.11.04 23:56:23.991175 [ 284 ] {993fb8ee-022d-4853-a1d2-6dcee8ced33f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3932 2024.11.04 23:56:23.991502 [ 284 ] {993fb8ee-022d-4853-a1d2-6dcee8ced33f} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3933 2024.11.04 23:56:23.991631 [ 284 ] {993fb8ee-022d-4853-a1d2-6dcee8ced33f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001419 sec., 57787.17406624384 rows/sec., 3.67 MiB/sec.
3934 2024.11.04 23:56:23.991937 [ 284 ] {993fb8ee-022d-4853-a1d2-6dcee8ced33f} <Debug> DynamicQueryHandler: Done processing query
3935 2024.11.04 23:56:23.991963 [ 284 ] {993fb8ee-022d-4853-a1d2-6dcee8ced33f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3936 2024.11.04 23:56:23.991989 [ 284 ] {} <Debug> HTTP-Session: 2f38c03c-9be5-4d66-a58b-5e1f9e07a588 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3937 2024.11.04 23:56:23.992322 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64562, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3938 2024.11.04 23:56:28.956490 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60856, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3939 2024.11.04 23:56:28.956684 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3940 2024.11.04 23:56:28.956730 [ 282 ] {} <Debug> HTTP-Session: a7b29d3e-1fb9-422b-ac23-81ba04768fe6 Authenticating user 'default' from [fd00:1122:3344:101::d]:60856
3941 2024.11.04 23:56:28.956775 [ 282 ] {} <Debug> HTTP-Session: a7b29d3e-1fb9-422b-ac23-81ba04768fe6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3942 2024.11.04 23:56:28.956803 [ 282 ] {} <Debug> HTTP-Session: a7b29d3e-1fb9-422b-ac23-81ba04768fe6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3943 2024.11.04 23:56:28.956885 [ 282 ] {} <Trace> HTTP-Session: a7b29d3e-1fb9-422b-ac23-81ba04768fe6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3944 2024.11.04 23:56:28.957167 [ 282 ] {df4c65b3-20e6-4bf9-b202-59a7bcf85e9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60856) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
3945 2024.11.04 23:56:28.957278 [ 282 ] {df4c65b3-20e6-4bf9-b202-59a7bcf85e9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3946 2024.11.04 23:56:28.957781 [ 282 ] {df4c65b3-20e6-4bf9-b202-59a7bcf85e9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3947 2024.11.04 23:56:28.958220 [ 282 ] {df4c65b3-20e6-4bf9-b202-59a7bcf85e9d} <Trace> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3948 2024.11.04 23:56:28.958263 [ 282 ] {df4c65b3-20e6-4bf9-b202-59a7bcf85e9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3949 2024.11.04 23:56:28.958678 [ 282 ] {df4c65b3-20e6-4bf9-b202-59a7bcf85e9d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
3950 2024.11.04 23:56:28.959064 [ 282 ] {df4c65b3-20e6-4bf9-b202-59a7bcf85e9d} <Trace> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3951 2024.11.04 23:56:28.959211 [ 282 ] {df4c65b3-20e6-4bf9-b202-59a7bcf85e9d} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002131 sec., 1877.0530267480055 rows/sec., 153.06 KiB/sec.
3952 2024.11.04 23:56:28.959460 [ 282 ] {df4c65b3-20e6-4bf9-b202-59a7bcf85e9d} <Debug> DynamicQueryHandler: Done processing query
3953 2024.11.04 23:56:28.959488 [ 282 ] {df4c65b3-20e6-4bf9-b202-59a7bcf85e9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
3954 2024.11.04 23:56:28.959505 [ 282 ] {} <Debug> HTTP-Session: a7b29d3e-1fb9-422b-ac23-81ba04768fe6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3955 2024.11.04 23:56:28.959722 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60856, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3956 2024.11.04 23:56:28.959871 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34224, User-Agent: (none), Length: 8105, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3957 2024.11.04 23:56:28.959942 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3958 2024.11.04 23:56:28.959966 [ 284 ] {} <Debug> HTTP-Session: 3cf44414-12e5-4f8a-9120-04c630c8dd32 Authenticating user 'default' from [fd00:1122:3344:101::d]:34224
3959 2024.11.04 23:56:28.959984 [ 284 ] {} <Debug> HTTP-Session: 3cf44414-12e5-4f8a-9120-04c630c8dd32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3960 2024.11.04 23:56:28.960000 [ 284 ] {} <Debug> HTTP-Session: 3cf44414-12e5-4f8a-9120-04c630c8dd32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3961 2024.11.04 23:56:28.960038 [ 284 ] {} <Trace> HTTP-Session: 3cf44414-12e5-4f8a-9120-04c630c8dd32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3962 2024.11.04 23:56:28.960170 [ 284 ] {b07b9054-94ca-44c5-8e22-570c7c205c01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34224) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3963 2024.11.04 23:56:28.960219 [ 284 ] {b07b9054-94ca-44c5-8e22-570c7c205c01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3964 2024.11.04 23:56:28.960458 [ 284 ] {b07b9054-94ca-44c5-8e22-570c7c205c01} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3965 2024.11.04 23:56:28.960814 [ 284 ] {b07b9054-94ca-44c5-8e22-570c7c205c01} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3966 2024.11.04 23:56:28.960852 [ 284 ] {b07b9054-94ca-44c5-8e22-570c7c205c01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3967 2024.11.04 23:56:28.961228 [ 284 ] {b07b9054-94ca-44c5-8e22-570c7c205c01} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3968 2024.11.04 23:56:28.961592 [ 284 ] {b07b9054-94ca-44c5-8e22-570c7c205c01} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3969 2024.11.04 23:56:28.961718 [ 61 ] {} <Debug> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3970 2024.11.04 23:56:28.961726 [ 284 ] {b07b9054-94ca-44c5-8e22-570c7c205c01} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.001598 sec., 36295.36921151439 rows/sec., 2.78 MiB/sec.
3971 2024.11.04 23:56:28.961764 [ 61 ] {} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3972 2024.11.04 23:56:28.961804 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3973 2024.11.04 23:56:28.961977 [ 284 ] {b07b9054-94ca-44c5-8e22-570c7c205c01} <Debug> DynamicQueryHandler: Done processing query
3974 2024.11.04 23:56:28.962037 [ 284 ] {b07b9054-94ca-44c5-8e22-570c7c205c01} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
3975 2024.11.04 23:56:28.962088 [ 284 ] {} <Debug> HTTP-Session: 3cf44414-12e5-4f8a-9120-04c630c8dd32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3976 2024.11.04 23:56:28.962148 [ 192 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full
3977 2024.11.04 23:56:28.962288 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34224, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3978 2024.11.04 23:56:28.962462 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42936, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3979 2024.11.04 23:56:28.962629 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3980 2024.11.04 23:56:28.962701 [ 282 ] {} <Debug> HTTP-Session: 95693233-2103-4c54-8c08-6b88affff097 Authenticating user 'default' from [fd00:1122:3344:101::d]:42936
3981 2024.11.04 23:56:28.962716 [ 192 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3982 2024.11.04 23:56:28.962736 [ 282 ] {} <Debug> HTTP-Session: 95693233-2103-4c54-8c08-6b88affff097 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3983 2024.11.04 23:56:28.962787 [ 282 ] {} <Debug> HTTP-Session: 95693233-2103-4c54-8c08-6b88affff097 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3984 2024.11.04 23:56:28.962791 [ 192 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1396 rows starting from the beginning of the part
3985 2024.11.04 23:56:28.962867 [ 282 ] {} <Trace> HTTP-Session: 95693233-2103-4c54-8c08-6b88affff097 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3986 2024.11.04 23:56:28.963014 [ 192 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 251 rows starting from the beginning of the part
3987 2024.11.04 23:56:28.963280 [ 282 ] {9d7d5719-11da-4768-8559-63678c0f344a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42936) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
3988 2024.11.04 23:56:28.963386 [ 192 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 72 rows starting from the beginning of the part
3989 2024.11.04 23:56:28.963484 [ 282 ] {9d7d5719-11da-4768-8559-63678c0f344a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3990 2024.11.04 23:56:28.963744 [ 192 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 56 rows starting from the beginning of the part
3991 2024.11.04 23:56:28.964058 [ 192 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 267 rows starting from the beginning of the part
3992 2024.11.04 23:56:28.964373 [ 192 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 58 rows starting from the beginning of the part
3993 2024.11.04 23:56:28.965067 [ 282 ] {9d7d5719-11da-4768-8559-63678c0f344a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3994 2024.11.04 23:56:28.965822 [ 282 ] {9d7d5719-11da-4768-8559-63678c0f344a} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3995 2024.11.04 23:56:28.965898 [ 282 ] {9d7d5719-11da-4768-8559-63678c0f344a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3996 2024.11.04 23:56:28.966988 [ 282 ] {9d7d5719-11da-4768-8559-63678c0f344a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3997 2024.11.04 23:56:28.967960 [ 282 ] {9d7d5719-11da-4768-8559-63678c0f344a} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3998 2024.11.04 23:56:28.967999 [ 187 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2100 rows, containing 5 columns (5 merged, 0 gathered) in 0.006074725 sec., 345694.66107519274 rows/sec., 30.53 MiB/sec.
3999 2024.11.04 23:56:28.968203 [ 282 ] {9d7d5719-11da-4768-8559-63678c0f344a} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.00511 sec., 782.7788649706458 rows/sec., 54.66 KiB/sec.
4000 2024.11.04 23:56:28.968707 [ 198 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4001 2024.11.04 23:56:28.968745 [ 282 ] {9d7d5719-11da-4768-8559-63678c0f344a} <Debug> DynamicQueryHandler: Done processing query
4002 2024.11.04 23:56:28.968806 [ 282 ] {9d7d5719-11da-4768-8559-63678c0f344a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
4003 2024.11.04 23:56:28.968859 [ 282 ] {} <Debug> HTTP-Session: 95693233-2103-4c54-8c08-6b88affff097 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4004 2024.11.04 23:56:28.969118 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42936, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4005 2024.11.04 23:56:28.969259 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37857, User-Agent: (none), Length: 11570, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4006 2024.11.04 23:56:28.969431 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4007 2024.11.04 23:56:28.969561 [ 284 ] {} <Debug> HTTP-Session: 47c1640e-1dac-4721-a82f-1fbe50bcfc74 Authenticating user 'default' from [fd00:1122:3344:101::d]:37857
4008 2024.11.04 23:56:28.969599 [ 284 ] {} <Debug> HTTP-Session: 47c1640e-1dac-4721-a82f-1fbe50bcfc74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4009 2024.11.04 23:56:28.969628 [ 284 ] {} <Debug> HTTP-Session: 47c1640e-1dac-4721-a82f-1fbe50bcfc74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4010 2024.11.04 23:56:28.969684 [ 284 ] {} <Trace> HTTP-Session: 47c1640e-1dac-4721-a82f-1fbe50bcfc74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4011 2024.11.04 23:56:28.969858 [ 198 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_16_3} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4012 2024.11.04 23:56:28.969912 [ 284 ] {5f199917-2511-4805-afa1-6a9664b7feda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37857) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4013 2024.11.04 23:56:28.969998 [ 284 ] {5f199917-2511-4805-afa1-6a9664b7feda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4014 2024.11.04 23:56:28.970009 [ 198 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_16_3} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4015 2024.11.04 23:56:28.970207 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB.
4016 2024.11.04 23:56:28.970417 [ 284 ] {5f199917-2511-4805-afa1-6a9664b7feda} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4017 2024.11.04 23:56:28.970865 [ 284 ] {5f199917-2511-4805-afa1-6a9664b7feda} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4018 2024.11.04 23:56:28.970904 [ 284 ] {5f199917-2511-4805-afa1-6a9664b7feda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
4019 2024.11.04 23:56:28.971275 [ 284 ] {5f199917-2511-4805-afa1-6a9664b7feda} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4020 2024.11.04 23:56:28.971647 [ 284 ] {5f199917-2511-4805-afa1-6a9664b7feda} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4021 2024.11.04 23:56:28.971776 [ 61 ] {} <Debug> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4022 2024.11.04 23:56:28.971784 [ 284 ] {5f199917-2511-4805-afa1-6a9664b7feda} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001968 sec., 34552.845528455284 rows/sec., 2.70 MiB/sec.
4023 2024.11.04 23:56:28.971811 [ 61 ] {} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4024 2024.11.04 23:56:28.971860 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
4025 2024.11.04 23:56:28.972054 [ 284 ] {5f199917-2511-4805-afa1-6a9664b7feda} <Debug> DynamicQueryHandler: Done processing query
4026 2024.11.04 23:56:28.972074 [ 197 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full
4027 2024.11.04 23:56:28.972102 [ 284 ] {5f199917-2511-4805-afa1-6a9664b7feda} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
4028 2024.11.04 23:56:28.972160 [ 284 ] {} <Debug> HTTP-Session: 47c1640e-1dac-4721-a82f-1fbe50bcfc74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4029 2024.11.04 23:56:28.972286 [ 197 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4030 2024.11.04 23:56:28.972324 [ 197 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 893 rows starting from the beginning of the part
4031 2024.11.04 23:56:28.972531 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37857, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4032 2024.11.04 23:56:28.972589 [ 197 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 413 rows starting from the beginning of the part
4033 2024.11.04 23:56:28.972689 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54377, User-Agent: (none), Length: 24900, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4034 2024.11.04 23:56:28.972960 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4035 2024.11.04 23:56:28.972968 [ 284 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below):
4036 
4037 (version 23.8.7.1)
4038 2024.11.04 23:56:28.973127 [ 282 ] {} <Debug> HTTP-Session: f019d5d1-9348-4750-91b9-85bcff43f0f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54377
4039 2024.11.04 23:56:28.973214 [ 282 ] {} <Debug> HTTP-Session: f019d5d1-9348-4750-91b9-85bcff43f0f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4040 2024.11.04 23:56:28.973219 [ 197 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 72 rows starting from the beginning of the part
4041 2024.11.04 23:56:28.973259 [ 282 ] {} <Debug> HTTP-Session: f019d5d1-9348-4750-91b9-85bcff43f0f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4042 2024.11.04 23:56:28.973337 [ 282 ] {} <Trace> HTTP-Session: f019d5d1-9348-4750-91b9-85bcff43f0f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4043 2024.11.04 23:56:28.973459 [ 197 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 64 rows starting from the beginning of the part
4044 2024.11.04 23:56:28.973743 [ 282 ] {c8eecb82-5958-4f9a-92bf-5473cb9259d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54377) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
4045 2024.11.04 23:56:28.973769 [ 197 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 421 rows starting from the beginning of the part
4046 2024.11.04 23:56:28.973893 [ 282 ] {c8eecb82-5958-4f9a-92bf-5473cb9259d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4047 2024.11.04 23:56:28.974081 [ 197 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 68 rows starting from the beginning of the part
4048 2024.11.04 23:56:28.974712 [ 282 ] {c8eecb82-5958-4f9a-92bf-5473cb9259d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4049 2024.11.04 23:56:28.975300 [ 282 ] {c8eecb82-5958-4f9a-92bf-5473cb9259d0} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4050 2024.11.04 23:56:28.975343 [ 282 ] {c8eecb82-5958-4f9a-92bf-5473cb9259d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
4051 2024.11.04 23:56:28.975870 [ 282 ] {c8eecb82-5958-4f9a-92bf-5473cb9259d0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4052 2024.11.04 23:56:28.976299 [ 198 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1931 rows, containing 5 columns (5 merged, 0 gathered) in 0.004353159 sec., 443585.9108293541 rows/sec., 33.92 MiB/sec.
4053 2024.11.04 23:56:28.976412 [ 282 ] {c8eecb82-5958-4f9a-92bf-5473cb9259d0} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4054 2024.11.04 23:56:28.976481 [ 197 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4055 2024.11.04 23:56:28.976576 [ 61 ] {} <Debug> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4056 2024.11.04 23:56:28.976625 [ 282 ] {c8eecb82-5958-4f9a-92bf-5473cb9259d0} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.003063 sec., 42442.05027750571 rows/sec., 2.96 MiB/sec.
4057 2024.11.04 23:56:28.976632 [ 61 ] {} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4058 2024.11.04 23:56:28.976684 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
4059 2024.11.04 23:56:28.977141 [ 282 ] {c8eecb82-5958-4f9a-92bf-5473cb9259d0} <Debug> DynamicQueryHandler: Done processing query
4060 2024.11.04 23:56:28.977234 [ 282 ] {c8eecb82-5958-4f9a-92bf-5473cb9259d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
4061 2024.11.04 23:56:28.977305 [ 282 ] {} <Debug> HTTP-Session: f019d5d1-9348-4750-91b9-85bcff43f0f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4062 2024.11.04 23:56:28.977341 [ 186 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full
4063 2024.11.04 23:56:28.977594 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54377, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4064 2024.11.04 23:56:28.977791 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54227, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4065 2024.11.04 23:56:28.978025 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4066 2024.11.04 23:56:28.978138 [ 186 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4067 2024.11.04 23:56:28.978156 [ 197 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_16_3} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4068 2024.11.04 23:56:28.978153 [ 284 ] {} <Debug> HTTP-Session: 55b54827-b9bb-4546-9e4f-50bc133bf968 Authenticating user 'default' from [fd00:1122:3344:101::d]:54227
4069 2024.11.04 23:56:28.978243 [ 284 ] {} <Debug> HTTP-Session: 55b54827-b9bb-4546-9e4f-50bc133bf968 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4070 2024.11.04 23:56:28.978282 [ 186 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 2587 rows starting from the beginning of the part
4071 2024.11.04 23:56:28.978297 [ 284 ] {} <Debug> HTTP-Session: 55b54827-b9bb-4546-9e4f-50bc133bf968 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4072 2024.11.04 23:56:28.978389 [ 197 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_16_3} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4073 2024.11.04 23:56:28.978431 [ 284 ] {} <Trace> HTTP-Session: 55b54827-b9bb-4546-9e4f-50bc133bf968 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4074 2024.11.04 23:56:28.978678 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
4075 2024.11.04 23:56:28.978688 [ 186 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 237 rows starting from the beginning of the part
4076 2024.11.04 23:56:28.978980 [ 284 ] {3386a0db-b635-446f-bfb4-a61c4b53e67a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54227) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4077 2024.11.04 23:56:28.979063 [ 186 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 150 rows starting from the beginning of the part
4078 2024.11.04 23:56:28.979171 [ 284 ] {3386a0db-b635-446f-bfb4-a61c4b53e67a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4079 2024.11.04 23:56:28.979456 [ 186 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part
4080 2024.11.04 23:56:28.979902 [ 186 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 237 rows starting from the beginning of the part
4081 2024.11.04 23:56:28.980266 [ 186 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 130 rows starting from the beginning of the part
4082 2024.11.04 23:56:28.980682 [ 284 ] {3386a0db-b635-446f-bfb4-a61c4b53e67a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4083 2024.11.04 23:56:28.981461 [ 284 ] {3386a0db-b635-446f-bfb4-a61c4b53e67a} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4084 2024.11.04 23:56:28.981529 [ 284 ] {3386a0db-b635-446f-bfb4-a61c4b53e67a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
4085 2024.11.04 23:56:28.982319 [ 284 ] {3386a0db-b635-446f-bfb4-a61c4b53e67a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4086 2024.11.04 23:56:28.983279 [ 284 ] {3386a0db-b635-446f-bfb4-a61c4b53e67a} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4087 2024.11.04 23:56:28.983580 [ 33 ] {} <Debug> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4088 2024.11.04 23:56:28.983581 [ 284 ] {3386a0db-b635-446f-bfb4-a61c4b53e67a} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004801 sec., 9997.917100604041 rows/sec., 689.96 KiB/sec.
4089 2024.11.04 23:56:28.983628 [ 33 ] {} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4090 2024.11.04 23:56:28.983700 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
4091 2024.11.04 23:56:28.984192 [ 284 ] {3386a0db-b635-446f-bfb4-a61c4b53e67a} <Debug> DynamicQueryHandler: Done processing query
4092 2024.11.04 23:56:28.984386 [ 284 ] {3386a0db-b635-446f-bfb4-a61c4b53e67a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
4093 2024.11.04 23:56:28.984547 [ 284 ] {} <Debug> HTTP-Session: 55b54827-b9bb-4546-9e4f-50bc133bf968 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4094 2024.11.04 23:56:28.984746 [ 198 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full
4095 2024.11.04 23:56:28.985110 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54227, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4096 2024.11.04 23:56:28.985505 [ 198 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4097 2024.11.04 23:56:28.985511 [ 197 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3501 rows, containing 5 columns (5 merged, 0 gathered) in 0.008667407 sec., 403927.0337714613 rows/sec., 27.20 MiB/sec.
4098 2024.11.04 23:56:28.985559 [ 198 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 464 rows starting from the beginning of the part
4099 2024.11.04 23:56:28.985643 [ 198 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 82 rows starting from the beginning of the part
4100 2024.11.04 23:56:28.985964 [ 198 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 56 rows starting from the beginning of the part
4101 2024.11.04 23:56:28.986091 [ 197 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4102 2024.11.04 23:56:28.986272 [ 198 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part
4103 2024.11.04 23:56:28.986498 [ 198 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 82 rows starting from the beginning of the part
4104 2024.11.04 23:56:28.986988 [ 198 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 48 rows starting from the beginning of the part
4105 2024.11.04 23:56:28.987645 [ 197 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4106 2024.11.04 23:56:28.987823 [ 197 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4107 2024.11.04 23:56:28.987986 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB.
4108 2024.11.04 23:56:28.988717 [ 201 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 792 rows, containing 4 columns (4 merged, 0 gathered) in 0.004763617 sec., 166260.2178134808 rows/sec., 10.72 MiB/sec.
4109 2024.11.04 23:56:28.988908 [ 198 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4110 2024.11.04 23:56:28.989294 [ 198 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_16_3} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4111 2024.11.04 23:56:28.989369 [ 198 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_16_3} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4112 2024.11.04 23:56:28.989445 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
4113 2024.11.04 23:56:30.416986 [ 34 ] {} <Debug> DNSResolver: Updating DNS cache
4114 2024.11.04 23:56:30.417049 [ 34 ] {} <Debug> DNSResolver: Updated DNS cache
4115 2024.11.04 23:56:30.525721 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 416
4116 2024.11.04 23:56:30.528785 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4117 2024.11.04 23:56:30.528833 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
4118 2024.11.04 23:56:30.530318 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
4119 2024.11.04 23:56:30.531318 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4120 2024.11.04 23:56:30.532562 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 416
4121 2024.11.04 23:56:31.001267 [ 245 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000887548 sec.
4122 2024.11.04 23:56:33.957750 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63150, User-Agent: (none), Length: 7838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4123 2024.11.04 23:56:33.957879 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4124 2024.11.04 23:56:33.957910 [ 283 ] {} <Debug> HTTP-Session: 847c1603-d4d9-435e-8a35-8748c11c6597 Authenticating user 'default' from [fd00:1122:3344:101::d]:63150
4125 2024.11.04 23:56:33.957937 [ 283 ] {} <Debug> HTTP-Session: 847c1603-d4d9-435e-8a35-8748c11c6597 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4126 2024.11.04 23:56:33.957956 [ 283 ] {} <Debug> HTTP-Session: 847c1603-d4d9-435e-8a35-8748c11c6597 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4127 2024.11.04 23:56:33.958016 [ 283 ] {} <Trace> HTTP-Session: 847c1603-d4d9-435e-8a35-8748c11c6597 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4128 2024.11.04 23:56:33.958241 [ 283 ] {bfb1bb89-508e-4ecb-8515-0a7a6195a485} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4129 2024.11.04 23:56:33.958318 [ 283 ] {bfb1bb89-508e-4ecb-8515-0a7a6195a485} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4130 2024.11.04 23:56:33.958718 [ 283 ] {bfb1bb89-508e-4ecb-8515-0a7a6195a485} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4131 2024.11.04 23:56:33.959236 [ 283 ] {bfb1bb89-508e-4ecb-8515-0a7a6195a485} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4132 2024.11.04 23:56:33.959282 [ 283 ] {bfb1bb89-508e-4ecb-8515-0a7a6195a485} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
4133 2024.11.04 23:56:33.959721 [ 283 ] {bfb1bb89-508e-4ecb-8515-0a7a6195a485} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4134 2024.11.04 23:56:33.960115 [ 283 ] {bfb1bb89-508e-4ecb-8515-0a7a6195a485} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4135 2024.11.04 23:56:33.960303 [ 283 ] {bfb1bb89-508e-4ecb-8515-0a7a6195a485} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00213 sec., 26291.07981220657 rows/sec., 2.02 MiB/sec.
4136 2024.11.04 23:56:33.960664 [ 283 ] {bfb1bb89-508e-4ecb-8515-0a7a6195a485} <Debug> DynamicQueryHandler: Done processing query
4137 2024.11.04 23:56:33.960695 [ 283 ] {bfb1bb89-508e-4ecb-8515-0a7a6195a485} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
4138 2024.11.04 23:56:33.960712 [ 283 ] {} <Debug> HTTP-Session: 847c1603-d4d9-435e-8a35-8748c11c6597 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4139 2024.11.04 23:56:33.960931 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63150, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4140 2024.11.04 23:56:33.961103 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50548, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4141 2024.11.04 23:56:33.961181 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4142 2024.11.04 23:56:33.961208 [ 282 ] {} <Debug> HTTP-Session: 3399eff7-22a7-40d5-97f9-b1edefaddbc8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50548
4143 2024.11.04 23:56:33.961231 [ 282 ] {} <Debug> HTTP-Session: 3399eff7-22a7-40d5-97f9-b1edefaddbc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4144 2024.11.04 23:56:33.961248 [ 282 ] {} <Debug> HTTP-Session: 3399eff7-22a7-40d5-97f9-b1edefaddbc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4145 2024.11.04 23:56:33.961294 [ 282 ] {} <Trace> HTTP-Session: 3399eff7-22a7-40d5-97f9-b1edefaddbc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4146 2024.11.04 23:56:33.961456 [ 282 ] {42b8ea35-04da-43a9-933e-bc35d3b0a4e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50548) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4147 2024.11.04 23:56:33.961514 [ 282 ] {42b8ea35-04da-43a9-933e-bc35d3b0a4e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4148 2024.11.04 23:56:33.961826 [ 282 ] {42b8ea35-04da-43a9-933e-bc35d3b0a4e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4149 2024.11.04 23:56:33.962232 [ 282 ] {42b8ea35-04da-43a9-933e-bc35d3b0a4e5} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4150 2024.11.04 23:56:33.962270 [ 282 ] {42b8ea35-04da-43a9-933e-bc35d3b0a4e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
4151 2024.11.04 23:56:33.962642 [ 282 ] {42b8ea35-04da-43a9-933e-bc35d3b0a4e5} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4152 2024.11.04 23:56:33.963010 [ 282 ] {42b8ea35-04da-43a9-933e-bc35d3b0a4e5} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4153 2024.11.04 23:56:33.963171 [ 282 ] {42b8ea35-04da-43a9-933e-bc35d3b0a4e5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001768 sec., 36199.09502262443 rows/sec., 2.83 MiB/sec.
4154 2024.11.04 23:56:33.963497 [ 282 ] {42b8ea35-04da-43a9-933e-bc35d3b0a4e5} <Debug> DynamicQueryHandler: Done processing query
4155 2024.11.04 23:56:33.963523 [ 282 ] {42b8ea35-04da-43a9-933e-bc35d3b0a4e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
4156 2024.11.04 23:56:33.963539 [ 282 ] {} <Debug> HTTP-Session: 3399eff7-22a7-40d5-97f9-b1edefaddbc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4157 2024.11.04 23:56:33.963703 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63150, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4158 2024.11.04 23:56:33.963715 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50548, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4159 2024.11.04 23:56:33.963779 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4160 2024.11.04 23:56:33.963807 [ 283 ] {} <Debug> HTTP-Session: 3b1d7b6a-9b95-4173-84e9-eb77fe2f48b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:63150
4161 2024.11.04 23:56:33.963828 [ 283 ] {} <Debug> HTTP-Session: 3b1d7b6a-9b95-4173-84e9-eb77fe2f48b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4162 2024.11.04 23:56:33.963848 [ 283 ] {} <Debug> HTTP-Session: 3b1d7b6a-9b95-4173-84e9-eb77fe2f48b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4163 2024.11.04 23:56:33.963891 [ 283 ] {} <Trace> HTTP-Session: 3b1d7b6a-9b95-4173-84e9-eb77fe2f48b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4164 2024.11.04 23:56:33.964085 [ 283 ] {5bf7b693-1b30-41e9-ba19-0d7625eee1e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
4165 2024.11.04 23:56:33.964143 [ 283 ] {5bf7b693-1b30-41e9-ba19-0d7625eee1e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4166 2024.11.04 23:56:33.964352 [ 283 ] {5bf7b693-1b30-41e9-ba19-0d7625eee1e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4167 2024.11.04 23:56:33.964790 [ 283 ] {5bf7b693-1b30-41e9-ba19-0d7625eee1e8} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4168 2024.11.04 23:56:33.964834 [ 283 ] {5bf7b693-1b30-41e9-ba19-0d7625eee1e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
4169 2024.11.04 23:56:33.965229 [ 283 ] {5bf7b693-1b30-41e9-ba19-0d7625eee1e8} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4170 2024.11.04 23:56:33.965577 [ 283 ] {5bf7b693-1b30-41e9-ba19-0d7625eee1e8} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4171 2024.11.04 23:56:33.965750 [ 283 ] {5bf7b693-1b30-41e9-ba19-0d7625eee1e8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001742 sec., 91848.45005740528 rows/sec., 6.40 MiB/sec.
4172 2024.11.04 23:56:33.966200 [ 283 ] {5bf7b693-1b30-41e9-ba19-0d7625eee1e8} <Debug> DynamicQueryHandler: Done processing query
4173 2024.11.04 23:56:33.966274 [ 283 ] {5bf7b693-1b30-41e9-ba19-0d7625eee1e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
4174 2024.11.04 23:56:33.966353 [ 283 ] {} <Debug> HTTP-Session: 3b1d7b6a-9b95-4173-84e9-eb77fe2f48b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4175 2024.11.04 23:56:33.966660 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63150, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4176 2024.11.04 23:56:33.966797 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61788, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4177 2024.11.04 23:56:33.966874 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4178 2024.11.04 23:56:33.966900 [ 282 ] {} <Debug> HTTP-Session: 04b0d286-2126-4d4a-8e28-1dbd9a03fb52 Authenticating user 'default' from [fd00:1122:3344:101::d]:61788
4179 2024.11.04 23:56:33.966921 [ 282 ] {} <Debug> HTTP-Session: 04b0d286-2126-4d4a-8e28-1dbd9a03fb52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4180 2024.11.04 23:56:33.966938 [ 282 ] {} <Debug> HTTP-Session: 04b0d286-2126-4d4a-8e28-1dbd9a03fb52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4181 2024.11.04 23:56:33.966978 [ 282 ] {} <Trace> HTTP-Session: 04b0d286-2126-4d4a-8e28-1dbd9a03fb52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4182 2024.11.04 23:56:33.967133 [ 282 ] {699158c9-d99c-43b6-80f8-ef1cae403d99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61788) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4183 2024.11.04 23:56:33.967190 [ 282 ] {699158c9-d99c-43b6-80f8-ef1cae403d99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4184 2024.11.04 23:56:33.967363 [ 282 ] {699158c9-d99c-43b6-80f8-ef1cae403d99} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4185 2024.11.04 23:56:33.967728 [ 282 ] {699158c9-d99c-43b6-80f8-ef1cae403d99} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4186 2024.11.04 23:56:33.967772 [ 282 ] {699158c9-d99c-43b6-80f8-ef1cae403d99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
4187 2024.11.04 23:56:33.968144 [ 282 ] {699158c9-d99c-43b6-80f8-ef1cae403d99} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4188 2024.11.04 23:56:33.968479 [ 282 ] {699158c9-d99c-43b6-80f8-ef1cae403d99} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4189 2024.11.04 23:56:33.968632 [ 282 ] {699158c9-d99c-43b6-80f8-ef1cae403d99} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001553 sec., 38634.9001931745 rows/sec., 2.60 MiB/sec.
4190 2024.11.04 23:56:33.968855 [ 282 ] {699158c9-d99c-43b6-80f8-ef1cae403d99} <Debug> DynamicQueryHandler: Done processing query
4191 2024.11.04 23:56:33.968880 [ 282 ] {699158c9-d99c-43b6-80f8-ef1cae403d99} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
4192 2024.11.04 23:56:33.968897 [ 282 ] {} <Debug> HTTP-Session: 04b0d286-2126-4d4a-8e28-1dbd9a03fb52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4193 2024.11.04 23:56:33.969105 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61788, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4194 2024.11.04 23:56:38.964063 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62305, User-Agent: (none), Length: 40563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4195 2024.11.04 23:56:38.964182 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4196 2024.11.04 23:56:38.964210 [ 282 ] {} <Debug> HTTP-Session: f4a7f99f-e7f1-44b8-8b7e-28773463ae8a Authenticating user 'default' from [fd00:1122:3344:101::d]:62305
4197 2024.11.04 23:56:38.964235 [ 282 ] {} <Debug> HTTP-Session: f4a7f99f-e7f1-44b8-8b7e-28773463ae8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4198 2024.11.04 23:56:38.964250 [ 282 ] {} <Debug> HTTP-Session: f4a7f99f-e7f1-44b8-8b7e-28773463ae8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4199 2024.11.04 23:56:38.964301 [ 282 ] {} <Trace> HTTP-Session: f4a7f99f-e7f1-44b8-8b7e-28773463ae8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4200 2024.11.04 23:56:38.964569 [ 282 ] {b35a4493-fec4-47cb-80cb-2a815f7365ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62305) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4201 2024.11.04 23:56:38.964640 [ 282 ] {b35a4493-fec4-47cb-80cb-2a815f7365ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4202 2024.11.04 23:56:38.964978 [ 282 ] {b35a4493-fec4-47cb-80cb-2a815f7365ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4203 2024.11.04 23:56:38.965645 [ 282 ] {b35a4493-fec4-47cb-80cb-2a815f7365ed} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4204 2024.11.04 23:56:38.965694 [ 282 ] {b35a4493-fec4-47cb-80cb-2a815f7365ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
4205 2024.11.04 23:56:38.966160 [ 282 ] {b35a4493-fec4-47cb-80cb-2a815f7365ed} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4206 2024.11.04 23:56:38.966563 [ 282 ] {b35a4493-fec4-47cb-80cb-2a815f7365ed} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4207 2024.11.04 23:56:38.966752 [ 282 ] {b35a4493-fec4-47cb-80cb-2a815f7365ed} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.002296 sec., 116289.19860627178 rows/sec., 10.35 MiB/sec.
4208 2024.11.04 23:56:38.966977 [ 282 ] {b35a4493-fec4-47cb-80cb-2a815f7365ed} <Debug> DynamicQueryHandler: Done processing query
4209 2024.11.04 23:56:38.967005 [ 282 ] {b35a4493-fec4-47cb-80cb-2a815f7365ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
4210 2024.11.04 23:56:38.967024 [ 282 ] {} <Debug> HTTP-Session: f4a7f99f-e7f1-44b8-8b7e-28773463ae8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4211 2024.11.04 23:56:38.967223 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62305, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4212 2024.11.04 23:56:38.967321 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41676, User-Agent: (none), Length: 5644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4213 2024.11.04 23:56:38.967405 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4214 2024.11.04 23:56:38.967431 [ 283 ] {} <Debug> HTTP-Session: 964b913e-28f7-46d1-b65f-a47382588315 Authenticating user 'default' from [fd00:1122:3344:101::d]:41676
4215 2024.11.04 23:56:38.967454 [ 283 ] {} <Debug> HTTP-Session: 964b913e-28f7-46d1-b65f-a47382588315 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4216 2024.11.04 23:56:38.967471 [ 283 ] {} <Debug> HTTP-Session: 964b913e-28f7-46d1-b65f-a47382588315 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4217 2024.11.04 23:56:38.967516 [ 283 ] {} <Trace> HTTP-Session: 964b913e-28f7-46d1-b65f-a47382588315 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4218 2024.11.04 23:56:38.967677 [ 283 ] {fad6842f-226d-48fd-b6bc-16be89778875} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41676) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
4219 2024.11.04 23:56:38.967736 [ 283 ] {fad6842f-226d-48fd-b6bc-16be89778875} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4220 2024.11.04 23:56:38.968035 [ 283 ] {fad6842f-226d-48fd-b6bc-16be89778875} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4221 2024.11.04 23:56:38.968383 [ 283 ] {fad6842f-226d-48fd-b6bc-16be89778875} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4222 2024.11.04 23:56:38.968422 [ 283 ] {fad6842f-226d-48fd-b6bc-16be89778875} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
4223 2024.11.04 23:56:38.968786 [ 283 ] {fad6842f-226d-48fd-b6bc-16be89778875} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4224 2024.11.04 23:56:38.969150 [ 283 ] {fad6842f-226d-48fd-b6bc-16be89778875} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4225 2024.11.04 23:56:38.969319 [ 283 ] {fad6842f-226d-48fd-b6bc-16be89778875} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001677 sec., 23255.81395348837 rows/sec., 1.71 MiB/sec.
4226 2024.11.04 23:56:38.969321 [ 136 ] {} <Debug> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
4227 2024.11.04 23:56:38.969445 [ 136 ] {} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4228 2024.11.04 23:56:38.969498 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
4229 2024.11.04 23:56:38.969589 [ 283 ] {fad6842f-226d-48fd-b6bc-16be89778875} <Debug> DynamicQueryHandler: Done processing query
4230 2024.11.04 23:56:38.969625 [ 283 ] {fad6842f-226d-48fd-b6bc-16be89778875} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
4231 2024.11.04 23:56:38.969646 [ 283 ] {} <Debug> HTTP-Session: 964b913e-28f7-46d1-b65f-a47382588315 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4232 2024.11.04 23:56:38.969650 [ 197 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full
4233 2024.11.04 23:56:38.969802 [ 197 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4234 2024.11.04 23:56:38.969866 [ 197 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 37 rows starting from the beginning of the part
4235 2024.11.04 23:56:38.969866 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41676, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4236 2024.11.04 23:56:38.969893 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54128, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4237 2024.11.04 23:56:38.970019 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4238 2024.11.04 23:56:38.970126 [ 283 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below):
4239 
4240 (version 23.8.7.1)
4241 2024.11.04 23:56:38.970144 [ 197 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 31 rows starting from the beginning of the part
4242 2024.11.04 23:56:38.970152 [ 282 ] {} <Debug> HTTP-Session: 3ca0ce35-147f-420c-8b1d-27223a5b2b2c Authenticating user 'default' from [fd00:1122:3344:101::d]:54128
4243 2024.11.04 23:56:38.970275 [ 282 ] {} <Debug> HTTP-Session: 3ca0ce35-147f-420c-8b1d-27223a5b2b2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4244 2024.11.04 23:56:38.970357 [ 282 ] {} <Debug> HTTP-Session: 3ca0ce35-147f-420c-8b1d-27223a5b2b2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4245 2024.11.04 23:56:38.970515 [ 282 ] {} <Trace> HTTP-Session: 3ca0ce35-147f-420c-8b1d-27223a5b2b2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4246 2024.11.04 23:56:38.970533 [ 197 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part
4247 2024.11.04 23:56:38.970862 [ 197 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 39 rows starting from the beginning of the part
4248 2024.11.04 23:56:38.970897 [ 282 ] {9fcb7caf-dec3-4313-8cdc-496d275f75b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54128) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
4249 2024.11.04 23:56:38.971046 [ 282 ] {9fcb7caf-dec3-4313-8cdc-496d275f75b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4250 2024.11.04 23:56:38.971276 [ 197 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part
4251 2024.11.04 23:56:38.971646 [ 197 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 39 rows starting from the beginning of the part
4252 2024.11.04 23:56:38.972326 [ 282 ] {9fcb7caf-dec3-4313-8cdc-496d275f75b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4253 2024.11.04 23:56:38.972906 [ 282 ] {9fcb7caf-dec3-4313-8cdc-496d275f75b7} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4254 2024.11.04 23:56:38.972953 [ 282 ] {9fcb7caf-dec3-4313-8cdc-496d275f75b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4255 2024.11.04 23:56:38.973605 [ 201 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 158 rows, containing 5 columns (5 merged, 0 gathered) in 0.004030053 sec., 39205.439729948965 rows/sec., 3.02 MiB/sec.
4256 2024.11.04 23:56:38.973622 [ 282 ] {9fcb7caf-dec3-4313-8cdc-496d275f75b7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
4257 2024.11.04 23:56:38.973739 [ 201 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
4258 2024.11.04 23:56:38.974193 [ 282 ] {9fcb7caf-dec3-4313-8cdc-496d275f75b7} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4259 2024.11.04 23:56:38.974308 [ 201 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_11_2} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4260 2024.11.04 23:56:38.974477 [ 282 ] {9fcb7caf-dec3-4313-8cdc-496d275f75b7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003757 sec., 3726.3774287995743 rows/sec., 260.97 KiB/sec.
4261 2024.11.04 23:56:38.974640 [ 201 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_11_2} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
4262 2024.11.04 23:56:38.975006 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
4263 2024.11.04 23:56:38.975133 [ 282 ] {9fcb7caf-dec3-4313-8cdc-496d275f75b7} <Debug> DynamicQueryHandler: Done processing query
4264 2024.11.04 23:56:38.975159 [ 282 ] {9fcb7caf-dec3-4313-8cdc-496d275f75b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4265 2024.11.04 23:56:38.975175 [ 282 ] {} <Debug> HTTP-Session: 3ca0ce35-147f-420c-8b1d-27223a5b2b2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4266 2024.11.04 23:56:38.975354 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54128, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4267 2024.11.04 23:56:38.975468 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55142, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4268 2024.11.04 23:56:38.975527 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4269 2024.11.04 23:56:38.975552 [ 283 ] {} <Debug> HTTP-Session: 85a33451-1167-4a3d-af6d-ad9f10462c59 Authenticating user 'default' from [fd00:1122:3344:101::d]:55142
4270 2024.11.04 23:56:38.975573 [ 283 ] {} <Debug> HTTP-Session: 85a33451-1167-4a3d-af6d-ad9f10462c59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4271 2024.11.04 23:56:38.975592 [ 283 ] {} <Debug> HTTP-Session: 85a33451-1167-4a3d-af6d-ad9f10462c59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4272 2024.11.04 23:56:38.975632 [ 283 ] {} <Trace> HTTP-Session: 85a33451-1167-4a3d-af6d-ad9f10462c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4273 2024.11.04 23:56:38.975755 [ 283 ] {349b1132-52dd-4c33-817e-118d2dca5251} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55142) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
4274 2024.11.04 23:56:38.975811 [ 283 ] {349b1132-52dd-4c33-817e-118d2dca5251} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4275 2024.11.04 23:56:38.976098 [ 283 ] {349b1132-52dd-4c33-817e-118d2dca5251} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4276 2024.11.04 23:56:38.976416 [ 283 ] {349b1132-52dd-4c33-817e-118d2dca5251} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4277 2024.11.04 23:56:38.976453 [ 283 ] {349b1132-52dd-4c33-817e-118d2dca5251} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
4278 2024.11.04 23:56:38.976803 [ 283 ] {349b1132-52dd-4c33-817e-118d2dca5251} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
4279 2024.11.04 23:56:38.977157 [ 283 ] {349b1132-52dd-4c33-817e-118d2dca5251} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4280 2024.11.04 23:56:38.977321 [ 283 ] {349b1132-52dd-4c33-817e-118d2dca5251} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001592 sec., 3768.8442211055276 rows/sec., 222.67 KiB/sec.
4281 2024.11.04 23:56:38.977493 [ 283 ] {349b1132-52dd-4c33-817e-118d2dca5251} <Debug> DynamicQueryHandler: Done processing query
4282 2024.11.04 23:56:38.977518 [ 283 ] {349b1132-52dd-4c33-817e-118d2dca5251} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
4283 2024.11.04 23:56:38.977534 [ 283 ] {} <Debug> HTTP-Session: 85a33451-1167-4a3d-af6d-ad9f10462c59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4284 2024.11.04 23:56:38.977822 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54128, User-Agent: (none), Length: 68384, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4285 2024.11.04 23:56:38.977834 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55142, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4286 2024.11.04 23:56:38.977884 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4287 2024.11.04 23:56:38.977912 [ 282 ] {} <Debug> HTTP-Session: d5d89233-a4a4-4d86-81fd-aea92d8c5402 Authenticating user 'default' from [fd00:1122:3344:101::d]:54128
4288 2024.11.04 23:56:38.977935 [ 282 ] {} <Debug> HTTP-Session: d5d89233-a4a4-4d86-81fd-aea92d8c5402 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4289 2024.11.04 23:56:38.977957 [ 282 ] {} <Debug> HTTP-Session: d5d89233-a4a4-4d86-81fd-aea92d8c5402 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4290 2024.11.04 23:56:38.977999 [ 282 ] {} <Trace> HTTP-Session: d5d89233-a4a4-4d86-81fd-aea92d8c5402 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4291 2024.11.04 23:56:38.978341 [ 282 ] {5b81c955-e3cc-4f07-a2bb-c1d6737abd94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54128) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4292 2024.11.04 23:56:38.978394 [ 282 ] {5b81c955-e3cc-4f07-a2bb-c1d6737abd94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4293 2024.11.04 23:56:38.978699 [ 282 ] {5b81c955-e3cc-4f07-a2bb-c1d6737abd94} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4294 2024.11.04 23:56:38.979329 [ 282 ] {5b81c955-e3cc-4f07-a2bb-c1d6737abd94} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4295 2024.11.04 23:56:38.979366 [ 282 ] {5b81c955-e3cc-4f07-a2bb-c1d6737abd94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
4296 2024.11.04 23:56:38.979744 [ 282 ] {5b81c955-e3cc-4f07-a2bb-c1d6737abd94} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4297 2024.11.04 23:56:38.980092 [ 282 ] {5b81c955-e3cc-4f07-a2bb-c1d6737abd94} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4298 2024.11.04 23:56:38.980254 [ 282 ] {5b81c955-e3cc-4f07-a2bb-c1d6737abd94} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.002122 sec., 198397.73798303487 rows/sec., 14.18 MiB/sec.
4299 2024.11.04 23:56:38.980486 [ 282 ] {5b81c955-e3cc-4f07-a2bb-c1d6737abd94} <Debug> DynamicQueryHandler: Done processing query
4300 2024.11.04 23:56:38.980511 [ 282 ] {5b81c955-e3cc-4f07-a2bb-c1d6737abd94} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
4301 2024.11.04 23:56:38.980527 [ 282 ] {} <Debug> HTTP-Session: d5d89233-a4a4-4d86-81fd-aea92d8c5402 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4302 2024.11.04 23:56:38.980700 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54128, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4303 2024.11.04 23:56:38.980775 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48163, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4304 2024.11.04 23:56:38.980838 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4305 2024.11.04 23:56:38.980862 [ 283 ] {} <Debug> HTTP-Session: 0090eaa7-a746-4af9-b511-f0cd458a66cf Authenticating user 'default' from [fd00:1122:3344:101::d]:48163
4306 2024.11.04 23:56:38.980882 [ 283 ] {} <Debug> HTTP-Session: 0090eaa7-a746-4af9-b511-f0cd458a66cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4307 2024.11.04 23:56:38.980899 [ 283 ] {} <Debug> HTTP-Session: 0090eaa7-a746-4af9-b511-f0cd458a66cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4308 2024.11.04 23:56:38.980939 [ 283 ] {} <Trace> HTTP-Session: 0090eaa7-a746-4af9-b511-f0cd458a66cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4309 2024.11.04 23:56:38.981054 [ 283 ] {4d8f7a2e-93f5-4653-8aa4-cf87d084e29e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48163) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
4310 2024.11.04 23:56:38.981100 [ 283 ] {4d8f7a2e-93f5-4653-8aa4-cf87d084e29e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4311 2024.11.04 23:56:38.981233 [ 283 ] {4d8f7a2e-93f5-4653-8aa4-cf87d084e29e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4312 2024.11.04 23:56:38.981491 [ 283 ] {4d8f7a2e-93f5-4653-8aa4-cf87d084e29e} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4313 2024.11.04 23:56:38.981527 [ 283 ] {4d8f7a2e-93f5-4653-8aa4-cf87d084e29e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
4314 2024.11.04 23:56:38.981880 [ 283 ] {4d8f7a2e-93f5-4653-8aa4-cf87d084e29e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
4315 2024.11.04 23:56:38.982208 [ 283 ] {4d8f7a2e-93f5-4653-8aa4-cf87d084e29e} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4316 2024.11.04 23:56:38.982369 [ 283 ] {4d8f7a2e-93f5-4653-8aa4-cf87d084e29e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001333 sec., 4501.12528132033 rows/sec., 235.17 KiB/sec.
4317 2024.11.04 23:56:38.982673 [ 283 ] {4d8f7a2e-93f5-4653-8aa4-cf87d084e29e} <Debug> DynamicQueryHandler: Done processing query
4318 2024.11.04 23:56:38.982699 [ 283 ] {4d8f7a2e-93f5-4653-8aa4-cf87d084e29e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
4319 2024.11.04 23:56:38.982716 [ 283 ] {} <Debug> HTTP-Session: 0090eaa7-a746-4af9-b511-f0cd458a66cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4320 2024.11.04 23:56:38.982885 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48163, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4321 2024.11.04 23:56:38.982963 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43525, User-Agent: (none), Length: 44639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4322 2024.11.04 23:56:38.983020 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4323 2024.11.04 23:56:38.983046 [ 282 ] {} <Debug> HTTP-Session: 8963c9aa-f7bb-4c08-a9a7-323581247328 Authenticating user 'default' from [fd00:1122:3344:101::d]:43525
4324 2024.11.04 23:56:38.983066 [ 282 ] {} <Debug> HTTP-Session: 8963c9aa-f7bb-4c08-a9a7-323581247328 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4325 2024.11.04 23:56:38.983083 [ 282 ] {} <Debug> HTTP-Session: 8963c9aa-f7bb-4c08-a9a7-323581247328 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4326 2024.11.04 23:56:38.983122 [ 282 ] {} <Trace> HTTP-Session: 8963c9aa-f7bb-4c08-a9a7-323581247328 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4327 2024.11.04 23:56:38.983324 [ 282 ] {d924030b-48bd-470e-b0a9-a79c541b3156} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43525) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
4328 2024.11.04 23:56:38.983381 [ 282 ] {d924030b-48bd-470e-b0a9-a79c541b3156} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4329 2024.11.04 23:56:38.983583 [ 282 ] {d924030b-48bd-470e-b0a9-a79c541b3156} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4330 2024.11.04 23:56:38.984071 [ 282 ] {d924030b-48bd-470e-b0a9-a79c541b3156} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4331 2024.11.04 23:56:38.984107 [ 282 ] {d924030b-48bd-470e-b0a9-a79c541b3156} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
4332 2024.11.04 23:56:38.984496 [ 282 ] {d924030b-48bd-470e-b0a9-a79c541b3156} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4333 2024.11.04 23:56:38.984838 [ 282 ] {d924030b-48bd-470e-b0a9-a79c541b3156} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4334 2024.11.04 23:56:38.985000 [ 282 ] {d924030b-48bd-470e-b0a9-a79c541b3156} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001782 sec., 132996.632996633 rows/sec., 8.91 MiB/sec.
4335 2024.11.04 23:56:38.985229 [ 282 ] {d924030b-48bd-470e-b0a9-a79c541b3156} <Debug> DynamicQueryHandler: Done processing query
4336 2024.11.04 23:56:38.985254 [ 282 ] {d924030b-48bd-470e-b0a9-a79c541b3156} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
4337 2024.11.04 23:56:38.985270 [ 282 ] {} <Debug> HTTP-Session: 8963c9aa-f7bb-4c08-a9a7-323581247328 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4338 2024.11.04 23:56:38.985419 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43525, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4339 2024.11.04 23:56:38.985503 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45450, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4340 2024.11.04 23:56:38.985570 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4341 2024.11.04 23:56:38.985602 [ 283 ] {} <Debug> HTTP-Session: a8cc3731-979b-4129-ab0b-c6b272213671 Authenticating user 'default' from [fd00:1122:3344:101::d]:45450
4342 2024.11.04 23:56:38.985623 [ 283 ] {} <Debug> HTTP-Session: a8cc3731-979b-4129-ab0b-c6b272213671 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4343 2024.11.04 23:56:38.985640 [ 283 ] {} <Debug> HTTP-Session: a8cc3731-979b-4129-ab0b-c6b272213671 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4344 2024.11.04 23:56:38.985678 [ 283 ] {} <Trace> HTTP-Session: a8cc3731-979b-4129-ab0b-c6b272213671 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4345 2024.11.04 23:56:38.985793 [ 283 ] {95872a93-6259-4d36-ae39-4532c3c48078} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45450) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
4346 2024.11.04 23:56:38.985849 [ 283 ] {95872a93-6259-4d36-ae39-4532c3c48078} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4347 2024.11.04 23:56:38.986009 [ 283 ] {95872a93-6259-4d36-ae39-4532c3c48078} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4348 2024.11.04 23:56:38.986273 [ 283 ] {95872a93-6259-4d36-ae39-4532c3c48078} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4349 2024.11.04 23:56:38.986309 [ 283 ] {95872a93-6259-4d36-ae39-4532c3c48078} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
4350 2024.11.04 23:56:38.986657 [ 283 ] {95872a93-6259-4d36-ae39-4532c3c48078} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
4351 2024.11.04 23:56:38.986975 [ 283 ] {95872a93-6259-4d36-ae39-4532c3c48078} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4352 2024.11.04 23:56:38.987127 [ 283 ] {95872a93-6259-4d36-ae39-4532c3c48078} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001358 sec., 736.3770250368188 rows/sec., 49.62 KiB/sec.
4353 2024.11.04 23:56:38.987292 [ 283 ] {95872a93-6259-4d36-ae39-4532c3c48078} <Debug> DynamicQueryHandler: Done processing query
4354 2024.11.04 23:56:38.987316 [ 283 ] {95872a93-6259-4d36-ae39-4532c3c48078} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
4355 2024.11.04 23:56:38.987333 [ 283 ] {} <Debug> HTTP-Session: a8cc3731-979b-4129-ab0b-c6b272213671 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4356 2024.11.04 23:56:38.987614 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45450, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4357 2024.11.04 23:56:38.987696 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55459, User-Agent: (none), Length: 65410, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4358 2024.11.04 23:56:38.987755 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4359 2024.11.04 23:56:38.987779 [ 282 ] {} <Debug> HTTP-Session: 00ace858-8090-46a1-bbae-b5289e858aa8 Authenticating user 'default' from [fd00:1122:3344:101::d]:55459
4360 2024.11.04 23:56:38.987799 [ 282 ] {} <Debug> HTTP-Session: 00ace858-8090-46a1-bbae-b5289e858aa8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4361 2024.11.04 23:56:38.987816 [ 282 ] {} <Debug> HTTP-Session: 00ace858-8090-46a1-bbae-b5289e858aa8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4362 2024.11.04 23:56:38.987853 [ 282 ] {} <Trace> HTTP-Session: 00ace858-8090-46a1-bbae-b5289e858aa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4363 2024.11.04 23:56:38.988683 [ 282 ] {4a094fe7-22e5-4276-afb4-d47cb64bf54b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55459) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
4364 2024.11.04 23:56:38.988749 [ 282 ] {4a094fe7-22e5-4276-afb4-d47cb64bf54b} <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
4365 2024.11.04 23:56:38.989166 [ 282 ] {4a094fe7-22e5-4276-afb4-d47cb64bf54b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4366 2024.11.04 23:56:38.989945 [ 282 ] {4a094fe7-22e5-4276-afb4-d47cb64bf54b} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4367 2024.11.04 23:56:38.989981 [ 282 ] {4a094fe7-22e5-4276-afb4-d47cb64bf54b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
4368 2024.11.04 23:56:38.990650 [ 282 ] {4a094fe7-22e5-4276-afb4-d47cb64bf54b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
4369 2024.11.04 23:56:38.991057 [ 282 ] {4a094fe7-22e5-4276-afb4-d47cb64bf54b} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4370 2024.11.04 23:56:38.991280 [ 282 ] {4a094fe7-22e5-4276-afb4-d47cb64bf54b} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003314 sec., 11768.255884127942 rows/sec., 21.09 MiB/sec.
4371 2024.11.04 23:56:38.991766 [ 282 ] {4a094fe7-22e5-4276-afb4-d47cb64bf54b} <Debug> DynamicQueryHandler: Done processing query
4372 2024.11.04 23:56:38.991791 [ 282 ] {4a094fe7-22e5-4276-afb4-d47cb64bf54b} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB.
4373 2024.11.04 23:56:38.991807 [ 282 ] {} <Debug> HTTP-Session: 00ace858-8090-46a1-bbae-b5289e858aa8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4374 2024.11.04 23:56:38.991947 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45450, User-Agent: (none), Length: 12146, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4375 2024.11.04 23:56:38.991955 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55459, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4376 2024.11.04 23:56:38.992009 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4377 2024.11.04 23:56:38.992036 [ 283 ] {} <Debug> HTTP-Session: fbafe0bf-c559-4fc3-8e4d-2f2a688f78b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:45450
4378 2024.11.04 23:56:38.992054 [ 283 ] {} <Debug> HTTP-Session: fbafe0bf-c559-4fc3-8e4d-2f2a688f78b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4379 2024.11.04 23:56:38.992069 [ 283 ] {} <Debug> HTTP-Session: fbafe0bf-c559-4fc3-8e4d-2f2a688f78b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4380 2024.11.04 23:56:38.992102 [ 283 ] {} <Trace> HTTP-Session: fbafe0bf-c559-4fc3-8e4d-2f2a688f78b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4381 2024.11.04 23:56:38.992230 [ 283 ] {0f775c19-c911-4853-adae-64904af3fc42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45450) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4382 2024.11.04 23:56:38.992275 [ 283 ] {0f775c19-c911-4853-adae-64904af3fc42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4383 2024.11.04 23:56:38.992412 [ 283 ] {0f775c19-c911-4853-adae-64904af3fc42} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4384 2024.11.04 23:56:38.992749 [ 283 ] {0f775c19-c911-4853-adae-64904af3fc42} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4385 2024.11.04 23:56:38.992785 [ 283 ] {0f775c19-c911-4853-adae-64904af3fc42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
4386 2024.11.04 23:56:38.993139 [ 283 ] {0f775c19-c911-4853-adae-64904af3fc42} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4387 2024.11.04 23:56:38.993460 [ 283 ] {0f775c19-c911-4853-adae-64904af3fc42} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4388 2024.11.04 23:56:38.993618 [ 283 ] {0f775c19-c911-4853-adae-64904af3fc42} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00144 sec., 56944.44444444444 rows/sec., 3.62 MiB/sec.
4389 2024.11.04 23:56:38.993785 [ 283 ] {0f775c19-c911-4853-adae-64904af3fc42} <Debug> DynamicQueryHandler: Done processing query
4390 2024.11.04 23:56:38.993811 [ 283 ] {0f775c19-c911-4853-adae-64904af3fc42} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4391 2024.11.04 23:56:38.993826 [ 283 ] {} <Debug> HTTP-Session: fbafe0bf-c559-4fc3-8e4d-2f2a688f78b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4392 2024.11.04 23:56:38.994162 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45450, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4393 2024.11.04 23:56:39.367083 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63201, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4394 2024.11.04 23:56:39.394946 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41844, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4395 2024.11.04 23:56:39.511892 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:38042, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4396 2024.11.04 23:56:39.830130 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40680, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4397 2024.11.04 23:56:39.832668 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37586, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4398 2024.11.04 23:56:39.931456 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50790, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4399 2024.11.04 23:56:39.933882 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61395, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4400 2024.11.04 23:56:39.998027 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61706, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4401 2024.11.04 23:56:40.041087 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34704, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4402 2024.11.04 23:56:40.043249 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59131, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4403 2024.11.04 23:56:40.107835 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41443, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4404 2024.11.04 23:56:40.110119 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64645, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4405 2024.11.04 23:56:40.115628 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40527, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4406 2024.11.04 23:56:40.123277 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59727, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4407 2024.11.04 23:56:40.125128 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34953, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4408 2024.11.04 23:56:40.153662 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63547, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4409 2024.11.04 23:56:40.180705 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41005, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4410 2024.11.04 23:56:40.180891 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53959, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4411 2024.11.04 23:56:40.203384 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47452, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4412 2024.11.04 23:56:40.227736 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38175, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4413 2024.11.04 23:56:40.241650 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57545, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4414 2024.11.04 23:56:40.263650 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41928, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4415 2024.11.04 23:56:40.309589 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59284, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4416 2024.11.04 23:56:40.337085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34280, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4417 2024.11.04 23:56:40.532790 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 444
4418 2024.11.04 23:56:40.535603 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4419 2024.11.04 23:56:40.535662 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4420 2024.11.04 23:56:40.537146 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4421 2024.11.04 23:56:40.538131 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4422 2024.11.04 23:56:40.538377 [ 151 ] {} <Debug> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
4423 2024.11.04 23:56:40.538527 [ 151 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4424 2024.11.04 23:56:40.538648 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4425 2024.11.04 23:56:40.539279 [ 188 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full
4426 2024.11.04 23:56:40.539984 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 444
4427 2024.11.04 23:56:40.540688 [ 188 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4428 2024.11.04 23:56:40.540874 [ 188 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 292 rows starting from the beginning of the part
4429 2024.11.04 23:56:40.541585 [ 188 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 44 rows starting from the beginning of the part
4430 2024.11.04 23:56:40.542157 [ 188 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 28 rows starting from the beginning of the part
4431 2024.11.04 23:56:40.542705 [ 188 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 20 rows starting from the beginning of the part
4432 2024.11.04 23:56:40.543211 [ 188 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 32 rows starting from the beginning of the part
4433 2024.11.04 23:56:40.543695 [ 188 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 28 rows starting from the beginning of the part
4434 2024.11.04 23:56:40.551887 [ 197 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 444 rows, containing 72 columns (72 merged, 0 gathered) in 0.013068468 sec., 33974.908152967895 rows/sec., 28.34 MiB/sec.
4435 2024.11.04 23:56:40.552694 [ 197 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
4436 2024.11.04 23:56:40.554125 [ 197 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_11_2} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4437 2024.11.04 23:56:40.554211 [ 197 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_11_2} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
4438 2024.11.04 23:56:40.554410 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.75 MiB.
4439 2024.11.04 23:56:43.958275 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39468, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4440 2024.11.04 23:56:43.958386 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4441 2024.11.04 23:56:43.958410 [ 3 ] {} <Debug> HTTP-Session: 1b27a7e2-0f0e-4f1f-879f-f27a77870d06 Authenticating user 'default' from [fd00:1122:3344:101::d]:39468
4442 2024.11.04 23:56:43.958435 [ 3 ] {} <Debug> HTTP-Session: 1b27a7e2-0f0e-4f1f-879f-f27a77870d06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4443 2024.11.04 23:56:43.958450 [ 3 ] {} <Debug> HTTP-Session: 1b27a7e2-0f0e-4f1f-879f-f27a77870d06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4444 2024.11.04 23:56:43.958501 [ 3 ] {} <Trace> HTTP-Session: 1b27a7e2-0f0e-4f1f-879f-f27a77870d06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4445 2024.11.04 23:56:43.958670 [ 3 ] {097c46b6-65a7-4acc-b7b7-b533e1a22b58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39468) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
4446 2024.11.04 23:56:43.958737 [ 3 ] {097c46b6-65a7-4acc-b7b7-b533e1a22b58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4447 2024.11.04 23:56:43.959066 [ 3 ] {097c46b6-65a7-4acc-b7b7-b533e1a22b58} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4448 2024.11.04 23:56:43.959479 [ 3 ] {097c46b6-65a7-4acc-b7b7-b533e1a22b58} <Trace> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4449 2024.11.04 23:56:43.959517 [ 3 ] {097c46b6-65a7-4acc-b7b7-b533e1a22b58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4450 2024.11.04 23:56:43.959949 [ 3 ] {097c46b6-65a7-4acc-b7b7-b533e1a22b58} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
4451 2024.11.04 23:56:43.960329 [ 3 ] {097c46b6-65a7-4acc-b7b7-b533e1a22b58} <Trace> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4452 2024.11.04 23:56:43.960467 [ 3 ] {097c46b6-65a7-4acc-b7b7-b533e1a22b58} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00185 sec., 1081.081081081081 rows/sec., 88.15 KiB/sec.
4453 2024.11.04 23:56:43.960780 [ 3 ] {097c46b6-65a7-4acc-b7b7-b533e1a22b58} <Debug> DynamicQueryHandler: Done processing query
4454 2024.11.04 23:56:43.960808 [ 3 ] {097c46b6-65a7-4acc-b7b7-b533e1a22b58} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
4455 2024.11.04 23:56:43.960825 [ 3 ] {} <Debug> HTTP-Session: 1b27a7e2-0f0e-4f1f-879f-f27a77870d06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4456 2024.11.04 23:56:43.961007 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39468, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4457 2024.11.04 23:56:43.961149 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41083, User-Agent: (none), Length: 7972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4458 2024.11.04 23:56:43.961228 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4459 2024.11.04 23:56:43.961251 [ 298 ] {} <Debug> HTTP-Session: b7980055-dcec-45d6-8c80-272afd3e2bff Authenticating user 'default' from [fd00:1122:3344:101::d]:41083
4460 2024.11.04 23:56:43.961269 [ 298 ] {} <Debug> HTTP-Session: b7980055-dcec-45d6-8c80-272afd3e2bff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4461 2024.11.04 23:56:43.961283 [ 298 ] {} <Debug> HTTP-Session: b7980055-dcec-45d6-8c80-272afd3e2bff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4462 2024.11.04 23:56:43.961315 [ 298 ] {} <Trace> HTTP-Session: b7980055-dcec-45d6-8c80-272afd3e2bff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4463 2024.11.04 23:56:43.961463 [ 298 ] {bbf734b8-f5b7-4b3c-9e81-7f833561d3a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41083) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4464 2024.11.04 23:56:43.961517 [ 298 ] {bbf734b8-f5b7-4b3c-9e81-7f833561d3a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4465 2024.11.04 23:56:43.961780 [ 298 ] {bbf734b8-f5b7-4b3c-9e81-7f833561d3a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4466 2024.11.04 23:56:43.962144 [ 298 ] {bbf734b8-f5b7-4b3c-9e81-7f833561d3a0} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4467 2024.11.04 23:56:43.962180 [ 298 ] {bbf734b8-f5b7-4b3c-9e81-7f833561d3a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4468 2024.11.04 23:56:43.962543 [ 298 ] {bbf734b8-f5b7-4b3c-9e81-7f833561d3a0} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4469 2024.11.04 23:56:43.962899 [ 298 ] {bbf734b8-f5b7-4b3c-9e81-7f833561d3a0} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4470 2024.11.04 23:56:43.963026 [ 298 ] {bbf734b8-f5b7-4b3c-9e81-7f833561d3a0} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001619 sec., 35206.91785052502 rows/sec., 2.70 MiB/sec.
4471 2024.11.04 23:56:43.963201 [ 298 ] {bbf734b8-f5b7-4b3c-9e81-7f833561d3a0} <Debug> DynamicQueryHandler: Done processing query
4472 2024.11.04 23:56:43.963226 [ 298 ] {bbf734b8-f5b7-4b3c-9e81-7f833561d3a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
4473 2024.11.04 23:56:43.963243 [ 298 ] {} <Debug> HTTP-Session: b7980055-dcec-45d6-8c80-272afd3e2bff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4474 2024.11.04 23:56:43.963387 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41083, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4475 2024.11.04 23:56:43.963474 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39856, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4476 2024.11.04 23:56:43.963547 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4477 2024.11.04 23:56:43.963574 [ 3 ] {} <Debug> HTTP-Session: 2f465947-f26b-4d8c-8bab-eb225aac71b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:39856
4478 2024.11.04 23:56:43.963595 [ 3 ] {} <Debug> HTTP-Session: 2f465947-f26b-4d8c-8bab-eb225aac71b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4479 2024.11.04 23:56:43.963614 [ 3 ] {} <Debug> HTTP-Session: 2f465947-f26b-4d8c-8bab-eb225aac71b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4480 2024.11.04 23:56:43.963658 [ 3 ] {} <Trace> HTTP-Session: 2f465947-f26b-4d8c-8bab-eb225aac71b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4481 2024.11.04 23:56:43.963772 [ 3 ] {1f39113e-f40a-49c8-b814-88b9927894fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39856) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
4482 2024.11.04 23:56:43.963824 [ 3 ] {1f39113e-f40a-49c8-b814-88b9927894fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4483 2024.11.04 23:56:43.964099 [ 3 ] {1f39113e-f40a-49c8-b814-88b9927894fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4484 2024.11.04 23:56:43.964402 [ 3 ] {1f39113e-f40a-49c8-b814-88b9927894fc} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4485 2024.11.04 23:56:43.964438 [ 3 ] {1f39113e-f40a-49c8-b814-88b9927894fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4486 2024.11.04 23:56:43.964776 [ 3 ] {1f39113e-f40a-49c8-b814-88b9927894fc} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4487 2024.11.04 23:56:43.965142 [ 3 ] {1f39113e-f40a-49c8-b814-88b9927894fc} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4488 2024.11.04 23:56:43.965269 [ 3 ] {1f39113e-f40a-49c8-b814-88b9927894fc} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001527 sec., 1309.757694826457 rows/sec., 91.45 KiB/sec.
4489 2024.11.04 23:56:43.965502 [ 3 ] {1f39113e-f40a-49c8-b814-88b9927894fc} <Debug> DynamicQueryHandler: Done processing query
4490 2024.11.04 23:56:43.965527 [ 3 ] {1f39113e-f40a-49c8-b814-88b9927894fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
4491 2024.11.04 23:56:43.965543 [ 3 ] {} <Debug> HTTP-Session: 2f465947-f26b-4d8c-8bab-eb225aac71b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4492 2024.11.04 23:56:43.965700 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39856, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4493 2024.11.04 23:56:43.965759 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39801, User-Agent: (none), Length: 11229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4494 2024.11.04 23:56:43.965828 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4495 2024.11.04 23:56:43.965854 [ 298 ] {} <Debug> HTTP-Session: c7790616-19dd-4562-ab00-cf86a7ffb3a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:39801
4496 2024.11.04 23:56:43.965874 [ 298 ] {} <Debug> HTTP-Session: c7790616-19dd-4562-ab00-cf86a7ffb3a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4497 2024.11.04 23:56:43.965891 [ 298 ] {} <Debug> HTTP-Session: c7790616-19dd-4562-ab00-cf86a7ffb3a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4498 2024.11.04 23:56:43.965930 [ 298 ] {} <Trace> HTTP-Session: c7790616-19dd-4562-ab00-cf86a7ffb3a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4499 2024.11.04 23:56:43.966073 [ 298 ] {06726fa4-4fc2-472a-a6ef-e0df6451ea2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39801) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4500 2024.11.04 23:56:43.966124 [ 298 ] {06726fa4-4fc2-472a-a6ef-e0df6451ea2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4501 2024.11.04 23:56:43.966361 [ 298 ] {06726fa4-4fc2-472a-a6ef-e0df6451ea2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4502 2024.11.04 23:56:43.966703 [ 298 ] {06726fa4-4fc2-472a-a6ef-e0df6451ea2b} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4503 2024.11.04 23:56:43.966740 [ 298 ] {06726fa4-4fc2-472a-a6ef-e0df6451ea2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4504 2024.11.04 23:56:43.967090 [ 298 ] {06726fa4-4fc2-472a-a6ef-e0df6451ea2b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4505 2024.11.04 23:56:43.967448 [ 298 ] {06726fa4-4fc2-472a-a6ef-e0df6451ea2b} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4506 2024.11.04 23:56:43.967573 [ 298 ] {06726fa4-4fc2-472a-a6ef-e0df6451ea2b} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001552 sec., 42525.77319587629 rows/sec., 3.32 MiB/sec.
4507 2024.11.04 23:56:43.967745 [ 298 ] {06726fa4-4fc2-472a-a6ef-e0df6451ea2b} <Debug> DynamicQueryHandler: Done processing query
4508 2024.11.04 23:56:43.967769 [ 298 ] {06726fa4-4fc2-472a-a6ef-e0df6451ea2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
4509 2024.11.04 23:56:43.967787 [ 298 ] {} <Debug> HTTP-Session: c7790616-19dd-4562-ab00-cf86a7ffb3a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4510 2024.11.04 23:56:43.967985 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39801, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4511 2024.11.04 23:56:43.968065 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56807, User-Agent: (none), Length: 30823, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4512 2024.11.04 23:56:43.968144 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4513 2024.11.04 23:56:43.968165 [ 3 ] {} <Debug> HTTP-Session: c95d90a8-c0be-46b2-8ccd-3528cea8d489 Authenticating user 'default' from [fd00:1122:3344:101::d]:56807
4514 2024.11.04 23:56:43.968183 [ 3 ] {} <Debug> HTTP-Session: c95d90a8-c0be-46b2-8ccd-3528cea8d489 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4515 2024.11.04 23:56:43.968197 [ 3 ] {} <Debug> HTTP-Session: c95d90a8-c0be-46b2-8ccd-3528cea8d489 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4516 2024.11.04 23:56:43.968228 [ 3 ] {} <Trace> HTTP-Session: c95d90a8-c0be-46b2-8ccd-3528cea8d489 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4517 2024.11.04 23:56:43.968385 [ 3 ] {df00223c-7326-4e95-981b-ccd0742ea758} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
4518 2024.11.04 23:56:43.968433 [ 3 ] {df00223c-7326-4e95-981b-ccd0742ea758} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4519 2024.11.04 23:56:43.968580 [ 3 ] {df00223c-7326-4e95-981b-ccd0742ea758} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4520 2024.11.04 23:56:43.968995 [ 3 ] {df00223c-7326-4e95-981b-ccd0742ea758} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4521 2024.11.04 23:56:43.969032 [ 3 ] {df00223c-7326-4e95-981b-ccd0742ea758} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4522 2024.11.04 23:56:43.969462 [ 3 ] {df00223c-7326-4e95-981b-ccd0742ea758} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4523 2024.11.04 23:56:43.969811 [ 3 ] {df00223c-7326-4e95-981b-ccd0742ea758} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4524 2024.11.04 23:56:43.969937 [ 3 ] {df00223c-7326-4e95-981b-ccd0742ea758} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001617 sec., 99567.09956709958 rows/sec., 6.93 MiB/sec.
4525 2024.11.04 23:56:43.970116 [ 3 ] {df00223c-7326-4e95-981b-ccd0742ea758} <Debug> DynamicQueryHandler: Done processing query
4526 2024.11.04 23:56:43.970141 [ 3 ] {df00223c-7326-4e95-981b-ccd0742ea758} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
4527 2024.11.04 23:56:43.970158 [ 3 ] {} <Debug> HTTP-Session: c95d90a8-c0be-46b2-8ccd-3528cea8d489 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4528 2024.11.04 23:56:43.970316 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39801, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4529 2024.11.04 23:56:43.970337 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56807, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4530 2024.11.04 23:56:43.970370 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4531 2024.11.04 23:56:43.970402 [ 298 ] {} <Debug> HTTP-Session: a4761682-2545-499a-8991-1392491e4461 Authenticating user 'default' from [fd00:1122:3344:101::d]:39801
4532 2024.11.04 23:56:43.970421 [ 298 ] {} <Debug> HTTP-Session: a4761682-2545-499a-8991-1392491e4461 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4533 2024.11.04 23:56:43.970436 [ 298 ] {} <Debug> HTTP-Session: a4761682-2545-499a-8991-1392491e4461 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4534 2024.11.04 23:56:43.970471 [ 298 ] {} <Trace> HTTP-Session: a4761682-2545-499a-8991-1392491e4461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4535 2024.11.04 23:56:43.970587 [ 298 ] {d900c76f-57bf-4ac4-b02b-e886f66bb4a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39801) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4536 2024.11.04 23:56:43.970632 [ 298 ] {d900c76f-57bf-4ac4-b02b-e886f66bb4a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4537 2024.11.04 23:56:43.970758 [ 298 ] {d900c76f-57bf-4ac4-b02b-e886f66bb4a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4538 2024.11.04 23:56:43.971064 [ 298 ] {d900c76f-57bf-4ac4-b02b-e886f66bb4a0} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4539 2024.11.04 23:56:43.971100 [ 298 ] {d900c76f-57bf-4ac4-b02b-e886f66bb4a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4540 2024.11.04 23:56:43.971458 [ 298 ] {d900c76f-57bf-4ac4-b02b-e886f66bb4a0} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4541 2024.11.04 23:56:43.971778 [ 298 ] {d900c76f-57bf-4ac4-b02b-e886f66bb4a0} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4542 2024.11.04 23:56:43.971899 [ 298 ] {d900c76f-57bf-4ac4-b02b-e886f66bb4a0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001348 sec., 44510.38575667656 rows/sec., 3.00 MiB/sec.
4543 2024.11.04 23:56:43.972230 [ 298 ] {d900c76f-57bf-4ac4-b02b-e886f66bb4a0} <Debug> DynamicQueryHandler: Done processing query
4544 2024.11.04 23:56:43.972255 [ 298 ] {d900c76f-57bf-4ac4-b02b-e886f66bb4a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
4545 2024.11.04 23:56:43.972271 [ 298 ] {} <Debug> HTTP-Session: a4761682-2545-499a-8991-1392491e4461 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4546 2024.11.04 23:56:43.972471 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39801, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4547 2024.11.04 23:56:45.417290 [ 148 ] {} <Debug> DNSResolver: Updating DNS cache
4548 2024.11.04 23:56:45.417364 [ 148 ] {} <Debug> DNSResolver: Updated DNS cache
4549 2024.11.04 23:56:48.958418 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36964, User-Agent: (none), Length: 7838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4550 2024.11.04 23:56:48.958530 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4551 2024.11.04 23:56:48.958556 [ 3 ] {} <Debug> HTTP-Session: db7e0250-2bc4-450a-9615-40efa4ea9f96 Authenticating user 'default' from [fd00:1122:3344:101::d]:36964
4552 2024.11.04 23:56:48.958583 [ 3 ] {} <Debug> HTTP-Session: db7e0250-2bc4-450a-9615-40efa4ea9f96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4553 2024.11.04 23:56:48.958599 [ 3 ] {} <Debug> HTTP-Session: db7e0250-2bc4-450a-9615-40efa4ea9f96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4554 2024.11.04 23:56:48.958650 [ 3 ] {} <Trace> HTTP-Session: db7e0250-2bc4-450a-9615-40efa4ea9f96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4555 2024.11.04 23:56:48.958865 [ 3 ] {c232e619-ff4c-48e8-9d1a-1836687bc3c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36964) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4556 2024.11.04 23:56:48.958933 [ 3 ] {c232e619-ff4c-48e8-9d1a-1836687bc3c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4557 2024.11.04 23:56:48.959274 [ 3 ] {c232e619-ff4c-48e8-9d1a-1836687bc3c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4558 2024.11.04 23:56:48.959753 [ 3 ] {c232e619-ff4c-48e8-9d1a-1836687bc3c3} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4559 2024.11.04 23:56:48.959799 [ 3 ] {c232e619-ff4c-48e8-9d1a-1836687bc3c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4560 2024.11.04 23:56:48.960231 [ 3 ] {c232e619-ff4c-48e8-9d1a-1836687bc3c3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4561 2024.11.04 23:56:48.960617 [ 3 ] {c232e619-ff4c-48e8-9d1a-1836687bc3c3} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4562 2024.11.04 23:56:48.960776 [ 3 ] {c232e619-ff4c-48e8-9d1a-1836687bc3c3} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001978 sec., 28311.425682507583 rows/sec., 2.17 MiB/sec.
4563 2024.11.04 23:56:48.960998 [ 3 ] {c232e619-ff4c-48e8-9d1a-1836687bc3c3} <Debug> DynamicQueryHandler: Done processing query
4564 2024.11.04 23:56:48.961026 [ 3 ] {c232e619-ff4c-48e8-9d1a-1836687bc3c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
4565 2024.11.04 23:56:48.961043 [ 3 ] {} <Debug> HTTP-Session: db7e0250-2bc4-450a-9615-40efa4ea9f96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4566 2024.11.04 23:56:48.961279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36964, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4567 2024.11.04 23:56:48.961330 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62000, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4568 2024.11.04 23:56:48.961409 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4569 2024.11.04 23:56:48.961436 [ 298 ] {} <Debug> HTTP-Session: 1c4a33f5-9219-4f67-8ccc-5b6ccdd2e956 Authenticating user 'default' from [fd00:1122:3344:101::d]:62000
4570 2024.11.04 23:56:48.961458 [ 298 ] {} <Debug> HTTP-Session: 1c4a33f5-9219-4f67-8ccc-5b6ccdd2e956 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4571 2024.11.04 23:56:48.961473 [ 298 ] {} <Debug> HTTP-Session: 1c4a33f5-9219-4f67-8ccc-5b6ccdd2e956 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4572 2024.11.04 23:56:48.961509 [ 298 ] {} <Trace> HTTP-Session: 1c4a33f5-9219-4f67-8ccc-5b6ccdd2e956 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4573 2024.11.04 23:56:48.961652 [ 298 ] {f8f793e8-d207-4085-b8a9-bf5bbdacd42b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62000) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4574 2024.11.04 23:56:48.961709 [ 298 ] {f8f793e8-d207-4085-b8a9-bf5bbdacd42b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4575 2024.11.04 23:56:48.961968 [ 298 ] {f8f793e8-d207-4085-b8a9-bf5bbdacd42b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4576 2024.11.04 23:56:48.962405 [ 298 ] {f8f793e8-d207-4085-b8a9-bf5bbdacd42b} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4577 2024.11.04 23:56:48.962442 [ 298 ] {f8f793e8-d207-4085-b8a9-bf5bbdacd42b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4578 2024.11.04 23:56:48.962823 [ 298 ] {f8f793e8-d207-4085-b8a9-bf5bbdacd42b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4579 2024.11.04 23:56:48.963216 [ 298 ] {f8f793e8-d207-4085-b8a9-bf5bbdacd42b} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4580 2024.11.04 23:56:48.963351 [ 298 ] {f8f793e8-d207-4085-b8a9-bf5bbdacd42b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001747 sec., 36634.23010875787 rows/sec., 2.86 MiB/sec.
4581 2024.11.04 23:56:48.963546 [ 298 ] {f8f793e8-d207-4085-b8a9-bf5bbdacd42b} <Debug> DynamicQueryHandler: Done processing query
4582 2024.11.04 23:56:48.963573 [ 298 ] {f8f793e8-d207-4085-b8a9-bf5bbdacd42b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
4583 2024.11.04 23:56:48.963590 [ 298 ] {} <Debug> HTTP-Session: 1c4a33f5-9219-4f67-8ccc-5b6ccdd2e956 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4584 2024.11.04 23:56:48.963863 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62000, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4585 2024.11.04 23:56:48.964046 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61308, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4586 2024.11.04 23:56:48.964114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4587 2024.11.04 23:56:48.964137 [ 3 ] {} <Debug> HTTP-Session: 81122abb-0156-47ab-aa0e-aee9f8f18662 Authenticating user 'default' from [fd00:1122:3344:101::d]:61308
4588 2024.11.04 23:56:48.964154 [ 3 ] {} <Debug> HTTP-Session: 81122abb-0156-47ab-aa0e-aee9f8f18662 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4589 2024.11.04 23:56:48.964171 [ 3 ] {} <Debug> HTTP-Session: 81122abb-0156-47ab-aa0e-aee9f8f18662 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4590 2024.11.04 23:56:48.964207 [ 3 ] {} <Trace> HTTP-Session: 81122abb-0156-47ab-aa0e-aee9f8f18662 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4591 2024.11.04 23:56:48.964370 [ 3 ] {bd2ad3d3-72d7-4008-a73c-feb790e566eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61308) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
4592 2024.11.04 23:56:48.964422 [ 3 ] {bd2ad3d3-72d7-4008-a73c-feb790e566eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4593 2024.11.04 23:56:48.964573 [ 3 ] {bd2ad3d3-72d7-4008-a73c-feb790e566eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4594 2024.11.04 23:56:48.965018 [ 3 ] {bd2ad3d3-72d7-4008-a73c-feb790e566eb} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4595 2024.11.04 23:56:48.965056 [ 3 ] {bd2ad3d3-72d7-4008-a73c-feb790e566eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4596 2024.11.04 23:56:48.965459 [ 3 ] {bd2ad3d3-72d7-4008-a73c-feb790e566eb} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4597 2024.11.04 23:56:48.965805 [ 3 ] {bd2ad3d3-72d7-4008-a73c-feb790e566eb} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4598 2024.11.04 23:56:48.965937 [ 3 ] {bd2ad3d3-72d7-4008-a73c-feb790e566eb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001635 sec., 97859.32721712539 rows/sec., 6.82 MiB/sec.
4599 2024.11.04 23:56:48.966129 [ 3 ] {bd2ad3d3-72d7-4008-a73c-feb790e566eb} <Debug> DynamicQueryHandler: Done processing query
4600 2024.11.04 23:56:48.966155 [ 3 ] {bd2ad3d3-72d7-4008-a73c-feb790e566eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
4601 2024.11.04 23:56:48.966173 [ 3 ] {} <Debug> HTTP-Session: 81122abb-0156-47ab-aa0e-aee9f8f18662 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4602 2024.11.04 23:56:48.966334 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62000, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4603 2024.11.04 23:56:48.966349 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61308, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4604 2024.11.04 23:56:48.966399 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4605 2024.11.04 23:56:48.966421 [ 298 ] {} <Debug> HTTP-Session: 011a3c91-c029-40ce-94d5-74fe8a6b632d Authenticating user 'default' from [fd00:1122:3344:101::d]:62000
4606 2024.11.04 23:56:48.966443 [ 298 ] {} <Debug> HTTP-Session: 011a3c91-c029-40ce-94d5-74fe8a6b632d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4607 2024.11.04 23:56:48.966460 [ 298 ] {} <Debug> HTTP-Session: 011a3c91-c029-40ce-94d5-74fe8a6b632d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4608 2024.11.04 23:56:48.966495 [ 298 ] {} <Trace> HTTP-Session: 011a3c91-c029-40ce-94d5-74fe8a6b632d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4609 2024.11.04 23:56:48.966643 [ 298 ] {86b6dcc5-77f1-4c1e-92f3-545fd78aa109} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62000) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4610 2024.11.04 23:56:48.966692 [ 298 ] {86b6dcc5-77f1-4c1e-92f3-545fd78aa109} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4611 2024.11.04 23:56:48.966824 [ 298 ] {86b6dcc5-77f1-4c1e-92f3-545fd78aa109} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4612 2024.11.04 23:56:48.967164 [ 298 ] {86b6dcc5-77f1-4c1e-92f3-545fd78aa109} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4613 2024.11.04 23:56:48.967201 [ 298 ] {86b6dcc5-77f1-4c1e-92f3-545fd78aa109} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4614 2024.11.04 23:56:48.967575 [ 298 ] {86b6dcc5-77f1-4c1e-92f3-545fd78aa109} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4615 2024.11.04 23:56:48.967923 [ 298 ] {86b6dcc5-77f1-4c1e-92f3-545fd78aa109} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4616 2024.11.04 23:56:48.968052 [ 298 ] {86b6dcc5-77f1-4c1e-92f3-545fd78aa109} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001467 sec., 40899.7955010225 rows/sec., 2.76 MiB/sec.
4617 2024.11.04 23:56:48.968220 [ 298 ] {86b6dcc5-77f1-4c1e-92f3-545fd78aa109} <Debug> DynamicQueryHandler: Done processing query
4618 2024.11.04 23:56:48.968245 [ 298 ] {86b6dcc5-77f1-4c1e-92f3-545fd78aa109} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
4619 2024.11.04 23:56:48.968261 [ 298 ] {} <Debug> HTTP-Session: 011a3c91-c029-40ce-94d5-74fe8a6b632d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4620 2024.11.04 23:56:48.968471 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62000, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4621 2024.11.04 23:56:50.540219 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 464
4622 2024.11.04 23:56:50.542792 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4623 2024.11.04 23:56:50.542843 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4624 2024.11.04 23:56:50.544339 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4625 2024.11.04 23:56:50.545315 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4626 2024.11.04 23:56:50.546174 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 464
4627 2024.11.04 23:56:51.096715 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61308, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4628 2024.11.04 23:56:51.267123 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44778, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4629 2024.11.04 23:56:51.289426 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60961, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4630 2024.11.04 23:56:51.300637 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52641, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4631 2024.11.04 23:56:51.317865 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59665, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4632 2024.11.04 23:56:51.419272 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52773, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4633 2024.11.04 23:56:51.425706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51445, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4634 2024.11.04 23:56:51.436111 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62092, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4635 2024.11.04 23:56:52.824280 [ 143 ] {} <Debug> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0
4636 2024.11.04 23:56:52.824346 [ 143 ] {} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4637 2024.11.04 23:56:52.824369 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4638 2024.11.04 23:56:52.824716 [ 193 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full
4639 2024.11.04 23:56:52.825117 [ 193 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4640 2024.11.04 23:56:52.825203 [ 193 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 126 rows starting from the beginning of the part
4641 2024.11.04 23:56:52.825569 [ 193 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 31 rows starting from the beginning of the part
4642 2024.11.04 23:56:52.825993 [ 193 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part
4643 2024.11.04 23:56:52.826353 [ 193 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 39 rows starting from the beginning of the part
4644 2024.11.04 23:56:52.826669 [ 193 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 39 rows starting from the beginning of the part
4645 2024.11.04 23:56:52.830321 [ 197 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 243 rows, containing 19 columns (19 merged, 0 gathered) in 0.00583133 sec., 41671.45402506804 rows/sec., 74.67 MiB/sec.
4646 2024.11.04 23:56:52.830677 [ 197 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
4647 2024.11.04 23:56:52.831244 [ 197 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_10_2} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4648 2024.11.04 23:56:52.831326 [ 197 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_10_2} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2
4649 2024.11.04 23:56:52.831434 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB.
4650 2024.11.04 23:56:53.964979 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37086, User-Agent: (none), Length: 40563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4651 2024.11.04 23:56:53.965107 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4652 2024.11.04 23:56:53.965136 [ 3 ] {} <Debug> HTTP-Session: f5a4228b-a3cc-4e91-a621-a6a55484e383 Authenticating user 'default' from [fd00:1122:3344:101::d]:37086
4653 2024.11.04 23:56:53.965164 [ 3 ] {} <Debug> HTTP-Session: f5a4228b-a3cc-4e91-a621-a6a55484e383 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4654 2024.11.04 23:56:53.965182 [ 3 ] {} <Debug> HTTP-Session: f5a4228b-a3cc-4e91-a621-a6a55484e383 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4655 2024.11.04 23:56:53.965241 [ 3 ] {} <Trace> HTTP-Session: f5a4228b-a3cc-4e91-a621-a6a55484e383 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4656 2024.11.04 23:56:53.965535 [ 3 ] {1c5cc784-6178-48a7-bf0f-409d9bb87363} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37086) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4657 2024.11.04 23:56:53.965613 [ 3 ] {1c5cc784-6178-48a7-bf0f-409d9bb87363} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4658 2024.11.04 23:56:53.965952 [ 3 ] {1c5cc784-6178-48a7-bf0f-409d9bb87363} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4659 2024.11.04 23:56:53.966609 [ 3 ] {1c5cc784-6178-48a7-bf0f-409d9bb87363} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4660 2024.11.04 23:56:53.966656 [ 3 ] {1c5cc784-6178-48a7-bf0f-409d9bb87363} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4661 2024.11.04 23:56:53.967105 [ 3 ] {1c5cc784-6178-48a7-bf0f-409d9bb87363} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4662 2024.11.04 23:56:53.967513 [ 3 ] {1c5cc784-6178-48a7-bf0f-409d9bb87363} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4663 2024.11.04 23:56:53.967671 [ 3 ] {1c5cc784-6178-48a7-bf0f-409d9bb87363} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.00227 sec., 117621.14537444935 rows/sec., 10.47 MiB/sec.
4664 2024.11.04 23:56:53.967707 [ 143 ] {} <Debug> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4665 2024.11.04 23:56:53.967827 [ 143 ] {} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4666 2024.11.04 23:56:53.967879 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4667 2024.11.04 23:56:53.967998 [ 3 ] {1c5cc784-6178-48a7-bf0f-409d9bb87363} <Debug> DynamicQueryHandler: Done processing query
4668 2024.11.04 23:56:53.968016 [ 193 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full
4669 2024.11.04 23:56:53.968032 [ 3 ] {1c5cc784-6178-48a7-bf0f-409d9bb87363} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
4670 2024.11.04 23:56:53.968065 [ 3 ] {} <Debug> HTTP-Session: f5a4228b-a3cc-4e91-a621-a6a55484e383 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4671 2024.11.04 23:56:53.968180 [ 193 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4672 2024.11.04 23:56:53.968218 [ 193 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1414 rows starting from the beginning of the part
4673 2024.11.04 23:56:53.968290 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37086, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4674 2024.11.04 23:56:53.968470 [ 193 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 56 rows starting from the beginning of the part
4675 2024.11.04 23:56:53.968494 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54879, User-Agent: (none), Length: 5644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4676 2024.11.04 23:56:53.968764 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4677 2024.11.04 23:56:53.968855 [ 282 ] {} <Debug> HTTP-Session: dcc2de65-9443-42ad-b458-a1bd977edc53 Authenticating user 'default' from [fd00:1122:3344:101::d]:54879
4678 2024.11.04 23:56:53.968851 [ 193 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 267 rows starting from the beginning of the part
4679 2024.11.04 23:56:53.968916 [ 282 ] {} <Debug> HTTP-Session: dcc2de65-9443-42ad-b458-a1bd977edc53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4680 2024.11.04 23:56:53.969025 [ 282 ] {} <Debug> HTTP-Session: dcc2de65-9443-42ad-b458-a1bd977edc53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4681 2024.11.04 23:56:53.969176 [ 193 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 57 rows starting from the beginning of the part
4682 2024.11.04 23:56:53.969192 [ 282 ] {} <Trace> HTTP-Session: dcc2de65-9443-42ad-b458-a1bd977edc53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4683 2024.11.04 23:56:53.969478 [ 193 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 56 rows starting from the beginning of the part
4684 2024.11.04 23:56:53.969560 [ 282 ] {7c382fb0-5375-4865-8619-b6c01aa22d8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54879) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
4685 2024.11.04 23:56:53.969677 [ 193 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 267 rows starting from the beginning of the part
4686 2024.11.04 23:56:53.969713 [ 282 ] {7c382fb0-5375-4865-8619-b6c01aa22d8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4687 2024.11.04 23:56:53.970562 [ 282 ] {7c382fb0-5375-4865-8619-b6c01aa22d8b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4688 2024.11.04 23:56:53.971165 [ 282 ] {7c382fb0-5375-4865-8619-b6c01aa22d8b} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4689 2024.11.04 23:56:53.971214 [ 282 ] {7c382fb0-5375-4865-8619-b6c01aa22d8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4690 2024.11.04 23:56:53.971742 [ 282 ] {7c382fb0-5375-4865-8619-b6c01aa22d8b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4691 2024.11.04 23:56:53.972182 [ 193 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2117 rows, containing 5 columns (5 merged, 0 gathered) in 0.004228787 sec., 500616.37060462014 rows/sec., 44.26 MiB/sec.
4692 2024.11.04 23:56:53.972389 [ 282 ] {7c382fb0-5375-4865-8619-b6c01aa22d8b} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4693 2024.11.04 23:56:53.972429 [ 193 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4694 2024.11.04 23:56:53.972635 [ 282 ] {7c382fb0-5375-4865-8619-b6c01aa22d8b} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.003223 sec., 12100.527458889233 rows/sec., 909.90 KiB/sec.
4695 2024.11.04 23:56:53.972961 [ 282 ] {7c382fb0-5375-4865-8619-b6c01aa22d8b} <Debug> DynamicQueryHandler: Done processing query
4696 2024.11.04 23:56:53.972994 [ 282 ] {7c382fb0-5375-4865-8619-b6c01aa22d8b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
4697 2024.11.04 23:56:53.973016 [ 282 ] {} <Debug> HTTP-Session: dcc2de65-9443-42ad-b458-a1bd977edc53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4698 2024.11.04 23:56:53.973090 [ 193 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_21_4} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4699 2024.11.04 23:56:53.973167 [ 193 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_21_4} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4700 2024.11.04 23:56:53.973195 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54879, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4701 2024.11.04 23:56:53.973301 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
4702 2024.11.04 23:56:53.973345 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62449, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4703 2024.11.04 23:56:53.973428 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4704 2024.11.04 23:56:53.973455 [ 284 ] {} <Debug> HTTP-Session: 5ba3618d-b03d-493c-b1e4-7341e21d23c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:62449
4705 2024.11.04 23:56:53.973477 [ 284 ] {} <Debug> HTTP-Session: 5ba3618d-b03d-493c-b1e4-7341e21d23c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4706 2024.11.04 23:56:53.973494 [ 284 ] {} <Debug> HTTP-Session: 5ba3618d-b03d-493c-b1e4-7341e21d23c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4707 2024.11.04 23:56:53.973536 [ 284 ] {} <Trace> HTTP-Session: 5ba3618d-b03d-493c-b1e4-7341e21d23c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4708 2024.11.04 23:56:53.973661 [ 284 ] {fde9e032-c81e-4051-9a34-ca79cd0024b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62449) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
4709 2024.11.04 23:56:53.973707 [ 284 ] {fde9e032-c81e-4051-9a34-ca79cd0024b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4710 2024.11.04 23:56:53.973943 [ 284 ] {fde9e032-c81e-4051-9a34-ca79cd0024b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4711 2024.11.04 23:56:53.974294 [ 284 ] {fde9e032-c81e-4051-9a34-ca79cd0024b2} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4712 2024.11.04 23:56:53.974332 [ 284 ] {fde9e032-c81e-4051-9a34-ca79cd0024b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4713 2024.11.04 23:56:53.974689 [ 284 ] {fde9e032-c81e-4051-9a34-ca79cd0024b2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
4714 2024.11.04 23:56:53.975047 [ 284 ] {fde9e032-c81e-4051-9a34-ca79cd0024b2} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4715 2024.11.04 23:56:53.975205 [ 284 ] {fde9e032-c81e-4051-9a34-ca79cd0024b2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00157 sec., 8917.197452229299 rows/sec., 624.50 KiB/sec.
4716 2024.11.04 23:56:53.975438 [ 284 ] {fde9e032-c81e-4051-9a34-ca79cd0024b2} <Debug> DynamicQueryHandler: Done processing query
4717 2024.11.04 23:56:53.975464 [ 284 ] {fde9e032-c81e-4051-9a34-ca79cd0024b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4718 2024.11.04 23:56:53.975481 [ 284 ] {} <Debug> HTTP-Session: 5ba3618d-b03d-493c-b1e4-7341e21d23c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4719 2024.11.04 23:56:53.975643 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62449, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4720 2024.11.04 23:56:53.975699 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49115, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4721 2024.11.04 23:56:53.975774 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4722 2024.11.04 23:56:53.975800 [ 282 ] {} <Debug> HTTP-Session: b68a3581-2ff2-4c51-aeb7-1a8f1760ac1a Authenticating user 'default' from [fd00:1122:3344:101::d]:49115
4723 2024.11.04 23:56:53.975821 [ 282 ] {} <Debug> HTTP-Session: b68a3581-2ff2-4c51-aeb7-1a8f1760ac1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4724 2024.11.04 23:56:53.975839 [ 282 ] {} <Debug> HTTP-Session: b68a3581-2ff2-4c51-aeb7-1a8f1760ac1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4725 2024.11.04 23:56:53.975879 [ 282 ] {} <Trace> HTTP-Session: b68a3581-2ff2-4c51-aeb7-1a8f1760ac1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4726 2024.11.04 23:56:53.975999 [ 282 ] {4c35ae93-013f-4a17-8b7b-41d8d6183421} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49115) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
4727 2024.11.04 23:56:53.976052 [ 282 ] {4c35ae93-013f-4a17-8b7b-41d8d6183421} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4728 2024.11.04 23:56:53.976336 [ 282 ] {4c35ae93-013f-4a17-8b7b-41d8d6183421} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4729 2024.11.04 23:56:53.976677 [ 282 ] {4c35ae93-013f-4a17-8b7b-41d8d6183421} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4730 2024.11.04 23:56:53.976715 [ 282 ] {4c35ae93-013f-4a17-8b7b-41d8d6183421} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4731 2024.11.04 23:56:53.977059 [ 282 ] {4c35ae93-013f-4a17-8b7b-41d8d6183421} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
4732 2024.11.04 23:56:53.977420 [ 282 ] {4c35ae93-013f-4a17-8b7b-41d8d6183421} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4733 2024.11.04 23:56:53.977550 [ 282 ] {4c35ae93-013f-4a17-8b7b-41d8d6183421} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001581 sec., 3795.066413662239 rows/sec., 224.22 KiB/sec.
4734 2024.11.04 23:56:53.977550 [ 141 ] {} <Debug> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
4735 2024.11.04 23:56:53.977618 [ 141 ] {} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4736 2024.11.04 23:56:53.977652 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4737 2024.11.04 23:56:53.977778 [ 282 ] {4c35ae93-013f-4a17-8b7b-41d8d6183421} <Debug> DynamicQueryHandler: Done processing query
4738 2024.11.04 23:56:53.977828 [ 282 ] {4c35ae93-013f-4a17-8b7b-41d8d6183421} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
4739 2024.11.04 23:56:53.977847 [ 191 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full
4740 2024.11.04 23:56:53.977859 [ 282 ] {} <Debug> HTTP-Session: b68a3581-2ff2-4c51-aeb7-1a8f1760ac1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4741 2024.11.04 23:56:53.978055 [ 191 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4742 2024.11.04 23:56:53.978100 [ 191 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 6 rows starting from the beginning of the part
4743 2024.11.04 23:56:53.978255 [ 191 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part
4744 2024.11.04 23:56:53.978314 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49115, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4745 2024.11.04 23:56:53.978493 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59801, User-Agent: (none), Length: 68384, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4746 2024.11.04 23:56:53.978671 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4747 2024.11.04 23:56:53.978677 [ 191 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part
4748 2024.11.04 23:56:53.978750 [ 284 ] {} <Debug> HTTP-Session: a5064b66-e0b5-47c8-ae88-bdcb36b0f8c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:59801
4749 2024.11.04 23:56:53.978841 [ 284 ] {} <Debug> HTTP-Session: a5064b66-e0b5-47c8-ae88-bdcb36b0f8c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4750 2024.11.04 23:56:53.978913 [ 284 ] {} <Debug> HTTP-Session: a5064b66-e0b5-47c8-ae88-bdcb36b0f8c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4751 2024.11.04 23:56:53.978984 [ 191 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part
4752 2024.11.04 23:56:53.979057 [ 284 ] {} <Trace> HTTP-Session: a5064b66-e0b5-47c8-ae88-bdcb36b0f8c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4753 2024.11.04 23:56:53.979285 [ 191 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part
4754 2024.11.04 23:56:53.979610 [ 284 ] {1c729ea7-c67a-4334-9ce6-a1119d34f25f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59801) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4755 2024.11.04 23:56:53.979848 [ 284 ] {1c729ea7-c67a-4334-9ce6-a1119d34f25f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4756 2024.11.04 23:56:53.980621 [ 284 ] {1c729ea7-c67a-4334-9ce6-a1119d34f25f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4757 2024.11.04 23:56:53.981896 [ 193 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004164275 sec., 7204.13517358964 rows/sec., 457.29 KiB/sec.
4758 2024.11.04 23:56:53.981932 [ 284 ] {1c729ea7-c67a-4334-9ce6-a1119d34f25f} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4759 2024.11.04 23:56:53.981977 [ 284 ] {1c729ea7-c67a-4334-9ce6-a1119d34f25f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4760 2024.11.04 23:56:53.982028 [ 193 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
4761 2024.11.04 23:56:53.982601 [ 284 ] {1c729ea7-c67a-4334-9ce6-a1119d34f25f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4762 2024.11.04 23:56:53.982701 [ 193 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_9_2} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4763 2024.11.04 23:56:53.982818 [ 193 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_9_2} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
4764 2024.11.04 23:56:53.982958 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4765 2024.11.04 23:56:53.983134 [ 284 ] {1c729ea7-c67a-4334-9ce6-a1119d34f25f} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4766 2024.11.04 23:56:53.983268 [ 141 ] {} <Debug> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4767 2024.11.04 23:56:53.983273 [ 284 ] {1c729ea7-c67a-4334-9ce6-a1119d34f25f} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.003953 sec., 106501.39134834304 rows/sec., 7.61 MiB/sec.
4768 2024.11.04 23:56:53.983305 [ 141 ] {} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4769 2024.11.04 23:56:53.983344 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4770 2024.11.04 23:56:53.983582 [ 189 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full
4771 2024.11.04 23:56:53.983613 [ 284 ] {1c729ea7-c67a-4334-9ce6-a1119d34f25f} <Debug> DynamicQueryHandler: Done processing query
4772 2024.11.04 23:56:53.983668 [ 284 ] {1c729ea7-c67a-4334-9ce6-a1119d34f25f} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
4773 2024.11.04 23:56:53.983700 [ 284 ] {} <Debug> HTTP-Session: a5064b66-e0b5-47c8-ae88-bdcb36b0f8c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4774 2024.11.04 23:56:53.983829 [ 189 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4775 2024.11.04 23:56:53.983871 [ 189 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 905 rows starting from the beginning of the part
4776 2024.11.04 23:56:53.983921 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59801, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4777 2024.11.04 23:56:53.984005 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41777, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4778 2024.11.04 23:56:53.984239 [ 189 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 64 rows starting from the beginning of the part
4779 2024.11.04 23:56:53.984241 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4780 2024.11.04 23:56:53.984359 [ 282 ] {} <Debug> HTTP-Session: fdb4fa1b-7a27-4565-8171-0f982dc2c325 Authenticating user 'default' from [fd00:1122:3344:101::d]:41777
4781 2024.11.04 23:56:53.984475 [ 282 ] {} <Debug> HTTP-Session: fdb4fa1b-7a27-4565-8171-0f982dc2c325 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4782 2024.11.04 23:56:53.984520 [ 189 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 421 rows starting from the beginning of the part
4783 2024.11.04 23:56:53.984570 [ 282 ] {} <Debug> HTTP-Session: fdb4fa1b-7a27-4565-8171-0f982dc2c325 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4784 2024.11.04 23:56:53.984731 [ 282 ] {} <Trace> HTTP-Session: fdb4fa1b-7a27-4565-8171-0f982dc2c325 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4785 2024.11.04 23:56:53.984745 [ 189 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 66 rows starting from the beginning of the part
4786 2024.11.04 23:56:53.985105 [ 189 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 64 rows starting from the beginning of the part
4787 2024.11.04 23:56:53.985157 [ 282 ] {e461c713-1465-4dcd-b9ca-44136fa61371} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41777) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
4788 2024.11.04 23:56:53.985347 [ 189 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 421 rows starting from the beginning of the part
4789 2024.11.04 23:56:53.985411 [ 282 ] {e461c713-1465-4dcd-b9ca-44136fa61371} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4790 2024.11.04 23:56:53.986087 [ 282 ] {e461c713-1465-4dcd-b9ca-44136fa61371} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4791 2024.11.04 23:56:53.986769 [ 282 ] {e461c713-1465-4dcd-b9ca-44136fa61371} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4792 2024.11.04 23:56:53.986844 [ 282 ] {e461c713-1465-4dcd-b9ca-44136fa61371} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4793 2024.11.04 23:56:53.987880 [ 282 ] {e461c713-1465-4dcd-b9ca-44136fa61371} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
4794 2024.11.04 23:56:53.988501 [ 282 ] {e461c713-1465-4dcd-b9ca-44136fa61371} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4795 2024.11.04 23:56:53.988531 [ 189 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1941 rows, containing 5 columns (5 merged, 0 gathered) in 0.005086835 sec., 381573.21792430856 rows/sec., 29.19 MiB/sec.
4796 2024.11.04 23:56:53.988750 [ 282 ] {e461c713-1465-4dcd-b9ca-44136fa61371} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003826 sec., 1568.2174594877156 rows/sec., 81.93 KiB/sec.
4797 2024.11.04 23:56:53.988880 [ 191 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4798 2024.11.04 23:56:53.989293 [ 282 ] {e461c713-1465-4dcd-b9ca-44136fa61371} <Debug> DynamicQueryHandler: Done processing query
4799 2024.11.04 23:56:53.989345 [ 282 ] {e461c713-1465-4dcd-b9ca-44136fa61371} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
4800 2024.11.04 23:56:53.989407 [ 282 ] {} <Debug> HTTP-Session: fdb4fa1b-7a27-4565-8171-0f982dc2c325 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4801 2024.11.04 23:56:53.989724 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41777, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4802 2024.11.04 23:56:53.989804 [ 191 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_21_4} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4803 2024.11.04 23:56:53.989848 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61577, User-Agent: (none), Length: 44639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4804 2024.11.04 23:56:53.989955 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4805 2024.11.04 23:56:53.989978 [ 191 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_21_4} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4806 2024.11.04 23:56:53.989984 [ 288 ] {} <Debug> HTTP-Session: 46500e94-5728-4f3b-8a9d-cf082593fccb Authenticating user 'default' from [fd00:1122:3344:101::d]:61577
4807 2024.11.04 23:56:53.990014 [ 288 ] {} <Debug> HTTP-Session: 46500e94-5728-4f3b-8a9d-cf082593fccb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4808 2024.11.04 23:56:53.990041 [ 288 ] {} <Debug> HTTP-Session: 46500e94-5728-4f3b-8a9d-cf082593fccb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4809 2024.11.04 23:56:53.990096 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
4810 2024.11.04 23:56:53.990112 [ 288 ] {} <Trace> HTTP-Session: 46500e94-5728-4f3b-8a9d-cf082593fccb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4811 2024.11.04 23:56:53.990397 [ 288 ] {d68fe1a1-763b-4f74-8585-28d6ebeb3853} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61577) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
4812 2024.11.04 23:56:53.990461 [ 288 ] {d68fe1a1-763b-4f74-8585-28d6ebeb3853} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4813 2024.11.04 23:56:53.990657 [ 288 ] {d68fe1a1-763b-4f74-8585-28d6ebeb3853} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4814 2024.11.04 23:56:53.991171 [ 288 ] {d68fe1a1-763b-4f74-8585-28d6ebeb3853} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4815 2024.11.04 23:56:53.991210 [ 288 ] {d68fe1a1-763b-4f74-8585-28d6ebeb3853} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4816 2024.11.04 23:56:53.991644 [ 288 ] {d68fe1a1-763b-4f74-8585-28d6ebeb3853} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4817 2024.11.04 23:56:53.992009 [ 288 ] {d68fe1a1-763b-4f74-8585-28d6ebeb3853} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4818 2024.11.04 23:56:53.992174 [ 141 ] {} <Debug> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4819 2024.11.04 23:56:53.992181 [ 288 ] {d68fe1a1-763b-4f74-8585-28d6ebeb3853} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00193 sec., 122797.92746113989 rows/sec., 8.23 MiB/sec.
4820 2024.11.04 23:56:53.992221 [ 141 ] {} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4821 2024.11.04 23:56:53.992282 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4822 2024.11.04 23:56:53.992466 [ 190 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full
4823 2024.11.04 23:56:53.992519 [ 288 ] {d68fe1a1-763b-4f74-8585-28d6ebeb3853} <Debug> DynamicQueryHandler: Done processing query
4824 2024.11.04 23:56:53.992551 [ 288 ] {d68fe1a1-763b-4f74-8585-28d6ebeb3853} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
4825 2024.11.04 23:56:53.992578 [ 288 ] {} <Debug> HTTP-Session: 46500e94-5728-4f3b-8a9d-cf082593fccb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4826 2024.11.04 23:56:53.992634 [ 190 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4827 2024.11.04 23:56:53.992666 [ 190 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 3501 rows starting from the beginning of the part
4828 2024.11.04 23:56:53.992773 [ 190 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part
4829 2024.11.04 23:56:53.992917 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61577, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4830 2024.11.04 23:56:53.993179 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40482, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4831 2024.11.04 23:56:53.993257 [ 190 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 237 rows starting from the beginning of the part
4832 2024.11.04 23:56:53.993347 [ 288 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below):
4833 
4834 (version 23.8.7.1)
4835 2024.11.04 23:56:53.993398 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4836 2024.11.04 23:56:53.993540 [ 282 ] {} <Debug> HTTP-Session: 4c314627-1bfb-4a98-9215-d03b68bdd625 Authenticating user 'default' from [fd00:1122:3344:101::d]:40482
4837 2024.11.04 23:56:53.993628 [ 282 ] {} <Debug> HTTP-Session: 4c314627-1bfb-4a98-9215-d03b68bdd625 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4838 2024.11.04 23:56:53.993651 [ 190 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 161 rows starting from the beginning of the part
4839 2024.11.04 23:56:53.993691 [ 282 ] {} <Debug> HTTP-Session: 4c314627-1bfb-4a98-9215-d03b68bdd625 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4840 2024.11.04 23:56:53.993824 [ 282 ] {} <Trace> HTTP-Session: 4c314627-1bfb-4a98-9215-d03b68bdd625 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4841 2024.11.04 23:56:53.993961 [ 190 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part
4842 2024.11.04 23:56:53.994184 [ 282 ] {6c9025f0-f271-47ab-8486-c24916cda388} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40482) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
4843 2024.11.04 23:56:53.994255 [ 190 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 237 rows starting from the beginning of the part
4844 2024.11.04 23:56:53.994360 [ 282 ] {6c9025f0-f271-47ab-8486-c24916cda388} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4845 2024.11.04 23:56:53.995147 [ 282 ] {6c9025f0-f271-47ab-8486-c24916cda388} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4846 2024.11.04 23:56:53.995681 [ 282 ] {6c9025f0-f271-47ab-8486-c24916cda388} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4847 2024.11.04 23:56:53.995721 [ 282 ] {6c9025f0-f271-47ab-8486-c24916cda388} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4848 2024.11.04 23:56:53.996613 [ 282 ] {6c9025f0-f271-47ab-8486-c24916cda388} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
4849 2024.11.04 23:56:53.997250 [ 282 ] {6c9025f0-f271-47ab-8486-c24916cda388} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4850 2024.11.04 23:56:53.997422 [ 282 ] {6c9025f0-f271-47ab-8486-c24916cda388} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003396 sec., 294.4640753828033 rows/sec., 19.84 KiB/sec.
4851 2024.11.04 23:56:53.997902 [ 282 ] {6c9025f0-f271-47ab-8486-c24916cda388} <Debug> DynamicQueryHandler: Done processing query
4852 2024.11.04 23:56:53.997942 [ 282 ] {6c9025f0-f271-47ab-8486-c24916cda388} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
4853 2024.11.04 23:56:53.998017 [ 282 ] {} <Debug> HTTP-Session: 4c314627-1bfb-4a98-9215-d03b68bdd625 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4854 2024.11.04 23:56:53.998226 [ 189 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4456 rows, containing 5 columns (5 merged, 0 gathered) in 0.00582336 sec., 765193.9773601495 rows/sec., 51.70 MiB/sec.
4855 2024.11.04 23:56:53.998313 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40482, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4856 2024.11.04 23:56:53.998413 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42563, User-Agent: (none), Length: 65391, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4857 2024.11.04 23:56:53.998482 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4858 2024.11.04 23:56:53.998506 [ 288 ] {} <Debug> HTTP-Session: e64933f6-761d-4363-92f1-79ea7c7eafec Authenticating user 'default' from [fd00:1122:3344:101::d]:42563
4859 2024.11.04 23:56:53.998527 [ 288 ] {} <Debug> HTTP-Session: e64933f6-761d-4363-92f1-79ea7c7eafec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4860 2024.11.04 23:56:53.998540 [ 288 ] {} <Debug> HTTP-Session: e64933f6-761d-4363-92f1-79ea7c7eafec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4861 2024.11.04 23:56:53.998587 [ 288 ] {} <Trace> HTTP-Session: e64933f6-761d-4363-92f1-79ea7c7eafec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4862 2024.11.04 23:56:53.998740 [ 189 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4863 2024.11.04 23:56:53.999277 [ 288 ] {1aa5093b-8bac-43ff-a782-3172164b2e73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42563) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
4864 2024.11.04 23:56:53.999279 [ 189 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4865 2024.11.04 23:56:53.999478 [ 288 ] {1aa5093b-8bac-43ff-a782-3172164b2e73} <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
4866 2024.11.04 23:56:53.999538 [ 189 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4867 2024.11.04 23:56:53.999797 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB.
4868 2024.11.04 23:56:54.000240 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.38 MiB, peak 166.38 MiB, free memory in arenas 0.00 B, will set to 157.02 MiB (RSS), difference: -1.36 MiB
4869 2024.11.04 23:56:54.000348 [ 288 ] {1aa5093b-8bac-43ff-a782-3172164b2e73} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4870 2024.11.04 23:56:54.001342 [ 288 ] {1aa5093b-8bac-43ff-a782-3172164b2e73} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4871 2024.11.04 23:56:54.001386 [ 288 ] {1aa5093b-8bac-43ff-a782-3172164b2e73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4872 2024.11.04 23:56:54.002103 [ 288 ] {1aa5093b-8bac-43ff-a782-3172164b2e73} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4873 2024.11.04 23:56:54.002547 [ 288 ] {1aa5093b-8bac-43ff-a782-3172164b2e73} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4874 2024.11.04 23:56:54.002760 [ 288 ] {1aa5093b-8bac-43ff-a782-3172164b2e73} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00403 sec., 9677.41935483871 rows/sec., 17.34 MiB/sec.
4875 2024.11.04 23:56:54.003182 [ 288 ] {1aa5093b-8bac-43ff-a782-3172164b2e73} <Debug> DynamicQueryHandler: Done processing query
4876 2024.11.04 23:56:54.003209 [ 288 ] {1aa5093b-8bac-43ff-a782-3172164b2e73} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB.
4877 2024.11.04 23:56:54.003226 [ 288 ] {} <Debug> HTTP-Session: e64933f6-761d-4363-92f1-79ea7c7eafec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4878 2024.11.04 23:56:54.003429 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42563, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4879 2024.11.04 23:56:54.003446 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40482, User-Agent: (none), Length: 12146, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4880 2024.11.04 23:56:54.003540 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4881 2024.11.04 23:56:54.003574 [ 282 ] {} <Debug> HTTP-Session: adf75a36-920e-4383-b53f-523bb868b76f Authenticating user 'default' from [fd00:1122:3344:101::d]:40482
4882 2024.11.04 23:56:54.003605 [ 282 ] {} <Debug> HTTP-Session: adf75a36-920e-4383-b53f-523bb868b76f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4883 2024.11.04 23:56:54.003631 [ 282 ] {} <Debug> HTTP-Session: adf75a36-920e-4383-b53f-523bb868b76f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4884 2024.11.04 23:56:54.003686 [ 282 ] {} <Trace> HTTP-Session: adf75a36-920e-4383-b53f-523bb868b76f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4885 2024.11.04 23:56:54.003893 [ 282 ] {1c8b43cf-0850-4770-9fb1-81af2259e6a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40482) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4886 2024.11.04 23:56:54.003944 [ 282 ] {1c8b43cf-0850-4770-9fb1-81af2259e6a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4887 2024.11.04 23:56:54.004112 [ 282 ] {1c8b43cf-0850-4770-9fb1-81af2259e6a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4888 2024.11.04 23:56:54.004469 [ 282 ] {1c8b43cf-0850-4770-9fb1-81af2259e6a1} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4889 2024.11.04 23:56:54.004507 [ 282 ] {1c8b43cf-0850-4770-9fb1-81af2259e6a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4890 2024.11.04 23:56:54.004911 [ 282 ] {1c8b43cf-0850-4770-9fb1-81af2259e6a1} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4891 2024.11.04 23:56:54.005271 [ 282 ] {1c8b43cf-0850-4770-9fb1-81af2259e6a1} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4892 2024.11.04 23:56:54.005403 [ 141 ] {} <Debug> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4893 2024.11.04 23:56:54.005414 [ 282 ] {1c8b43cf-0850-4770-9fb1-81af2259e6a1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001591 sec., 51539.91200502829 rows/sec., 3.27 MiB/sec.
4894 2024.11.04 23:56:54.005449 [ 141 ] {} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4895 2024.11.04 23:56:54.005491 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4896 2024.11.04 23:56:54.005670 [ 190 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full
4897 2024.11.04 23:56:54.005714 [ 282 ] {1c8b43cf-0850-4770-9fb1-81af2259e6a1} <Debug> DynamicQueryHandler: Done processing query
4898 2024.11.04 23:56:54.005764 [ 282 ] {1c8b43cf-0850-4770-9fb1-81af2259e6a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4899 2024.11.04 23:56:54.005810 [ 282 ] {} <Debug> HTTP-Session: adf75a36-920e-4383-b53f-523bb868b76f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4900 2024.11.04 23:56:54.005901 [ 190 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4901 2024.11.04 23:56:54.005935 [ 190 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 792 rows starting from the beginning of the part
4902 2024.11.04 23:56:54.006000 [ 190 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part
4903 2024.11.04 23:56:54.006265 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40482, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4904 2024.11.04 23:56:54.006284 [ 190 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 82 rows starting from the beginning of the part
4905 2024.11.04 23:56:54.006538 [ 190 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part
4906 2024.11.04 23:56:54.006745 [ 190 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part
4907 2024.11.04 23:56:54.006895 [ 190 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 82 rows starting from the beginning of the part
4908 2024.11.04 23:56:54.008112 [ 189 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1136 rows, containing 4 columns (4 merged, 0 gathered) in 0.002525602 sec., 449793.7521430534 rows/sec., 29.14 MiB/sec.
4909 2024.11.04 23:56:54.008346 [ 189 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4910 2024.11.04 23:56:54.008767 [ 189 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_21_4} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4911 2024.11.04 23:56:54.008860 [ 189 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_21_4} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4912 2024.11.04 23:56:54.008961 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB.
4913 2024.11.04 23:56:58.957323 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43798, User-Agent: (none), Length: 1609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4914 2024.11.04 23:56:58.957465 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4915 2024.11.04 23:56:58.957496 [ 282 ] {} <Debug> HTTP-Session: 18613379-4e5e-41a5-b2ae-6f5dc1107b5a Authenticating user 'default' from [fd00:1122:3344:101::d]:43798
4916 2024.11.04 23:56:58.957525 [ 282 ] {} <Debug> HTTP-Session: 18613379-4e5e-41a5-b2ae-6f5dc1107b5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4917 2024.11.04 23:56:58.957544 [ 282 ] {} <Debug> HTTP-Session: 18613379-4e5e-41a5-b2ae-6f5dc1107b5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4918 2024.11.04 23:56:58.957601 [ 282 ] {} <Trace> HTTP-Session: 18613379-4e5e-41a5-b2ae-6f5dc1107b5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4919 2024.11.04 23:56:58.957799 [ 282 ] {5fdbd6a2-8804-45cb-a1af-63eb9725a52a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43798) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
4920 2024.11.04 23:56:58.957864 [ 282 ] {5fdbd6a2-8804-45cb-a1af-63eb9725a52a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4921 2024.11.04 23:56:58.958199 [ 282 ] {5fdbd6a2-8804-45cb-a1af-63eb9725a52a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4922 2024.11.04 23:56:58.958662 [ 282 ] {5fdbd6a2-8804-45cb-a1af-63eb9725a52a} <Trace> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4923 2024.11.04 23:56:58.958700 [ 282 ] {5fdbd6a2-8804-45cb-a1af-63eb9725a52a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4924 2024.11.04 23:56:58.959106 [ 282 ] {5fdbd6a2-8804-45cb-a1af-63eb9725a52a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
4925 2024.11.04 23:56:58.959498 [ 282 ] {5fdbd6a2-8804-45cb-a1af-63eb9725a52a} <Trace> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4926 2024.11.04 23:56:58.959641 [ 282 ] {5fdbd6a2-8804-45cb-a1af-63eb9725a52a} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001902 sec., 5257.6235541535225 rows/sec., 428.72 KiB/sec.
4927 2024.11.04 23:56:58.959949 [ 282 ] {5fdbd6a2-8804-45cb-a1af-63eb9725a52a} <Debug> DynamicQueryHandler: Done processing query
4928 2024.11.04 23:56:58.959976 [ 282 ] {5fdbd6a2-8804-45cb-a1af-63eb9725a52a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4929 2024.11.04 23:56:58.959993 [ 282 ] {} <Debug> HTTP-Session: 18613379-4e5e-41a5-b2ae-6f5dc1107b5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4930 2024.11.04 23:56:58.960167 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43798, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4931 2024.11.04 23:56:58.960313 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57960, User-Agent: (none), Length: 8503, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4932 2024.11.04 23:56:58.960418 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4933 2024.11.04 23:56:58.960443 [ 288 ] {} <Debug> HTTP-Session: a491662a-619c-48f6-b24f-bf9548fe8551 Authenticating user 'default' from [fd00:1122:3344:101::d]:57960
4934 2024.11.04 23:56:58.960467 [ 288 ] {} <Debug> HTTP-Session: a491662a-619c-48f6-b24f-bf9548fe8551 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4935 2024.11.04 23:56:58.960481 [ 288 ] {} <Debug> HTTP-Session: a491662a-619c-48f6-b24f-bf9548fe8551 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4936 2024.11.04 23:56:58.960535 [ 288 ] {} <Trace> HTTP-Session: a491662a-619c-48f6-b24f-bf9548fe8551 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4937 2024.11.04 23:56:58.960731 [ 288 ] {6c479c1b-9c2f-486d-ad07-715fb9f30728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57960) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4938 2024.11.04 23:56:58.960797 [ 288 ] {6c479c1b-9c2f-486d-ad07-715fb9f30728} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4939 2024.11.04 23:56:58.961125 [ 288 ] {6c479c1b-9c2f-486d-ad07-715fb9f30728} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4940 2024.11.04 23:56:58.961533 [ 288 ] {6c479c1b-9c2f-486d-ad07-715fb9f30728} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4941 2024.11.04 23:56:58.961577 [ 288 ] {6c479c1b-9c2f-486d-ad07-715fb9f30728} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4942 2024.11.04 23:56:58.961994 [ 288 ] {6c479c1b-9c2f-486d-ad07-715fb9f30728} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4943 2024.11.04 23:56:58.962400 [ 288 ] {6c479c1b-9c2f-486d-ad07-715fb9f30728} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4944 2024.11.04 23:56:58.962572 [ 288 ] {6c479c1b-9c2f-486d-ad07-715fb9f30728} <Debug> executeQuery: Read 61 rows, 4.77 KiB in 0.001906 sec., 32004.197271773348 rows/sec., 2.44 MiB/sec.
4945 2024.11.04 23:56:58.962797 [ 288 ] {6c479c1b-9c2f-486d-ad07-715fb9f30728} <Debug> DynamicQueryHandler: Done processing query
4946 2024.11.04 23:56:58.962826 [ 288 ] {6c479c1b-9c2f-486d-ad07-715fb9f30728} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
4947 2024.11.04 23:56:58.962844 [ 288 ] {} <Debug> HTTP-Session: a491662a-619c-48f6-b24f-bf9548fe8551 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4948 2024.11.04 23:56:58.963071 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57960, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4949 2024.11.04 23:56:58.963074 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43798, User-Agent: (none), Length: 1446, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4950 2024.11.04 23:56:58.963211 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4951 2024.11.04 23:56:58.963263 [ 282 ] {} <Debug> HTTP-Session: d18153b8-ebbf-44a9-b165-1a04a2e18306 Authenticating user 'default' from [fd00:1122:3344:101::d]:43798
4952 2024.11.04 23:56:58.963300 [ 282 ] {} <Debug> HTTP-Session: d18153b8-ebbf-44a9-b165-1a04a2e18306 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4953 2024.11.04 23:56:58.963329 [ 282 ] {} <Debug> HTTP-Session: d18153b8-ebbf-44a9-b165-1a04a2e18306 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4954 2024.11.04 23:56:58.963398 [ 282 ] {} <Trace> HTTP-Session: d18153b8-ebbf-44a9-b165-1a04a2e18306 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4955 2024.11.04 23:56:58.963616 [ 282 ] {4c2963d6-2f0a-4df3-a961-c498e6636802} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43798) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
4956 2024.11.04 23:56:58.963702 [ 282 ] {4c2963d6-2f0a-4df3-a961-c498e6636802} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4957 2024.11.04 23:56:58.964029 [ 282 ] {4c2963d6-2f0a-4df3-a961-c498e6636802} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4958 2024.11.04 23:56:58.964346 [ 282 ] {4c2963d6-2f0a-4df3-a961-c498e6636802} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4959 2024.11.04 23:56:58.964382 [ 282 ] {4c2963d6-2f0a-4df3-a961-c498e6636802} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4960 2024.11.04 23:56:58.964734 [ 282 ] {4c2963d6-2f0a-4df3-a961-c498e6636802} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4961 2024.11.04 23:56:58.965097 [ 282 ] {4c2963d6-2f0a-4df3-a961-c498e6636802} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4962 2024.11.04 23:56:58.965224 [ 282 ] {4c2963d6-2f0a-4df3-a961-c498e6636802} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.001674 sec., 5973.715651135006 rows/sec., 417.11 KiB/sec.
4963 2024.11.04 23:56:58.965397 [ 282 ] {4c2963d6-2f0a-4df3-a961-c498e6636802} <Debug> DynamicQueryHandler: Done processing query
4964 2024.11.04 23:56:58.965422 [ 282 ] {4c2963d6-2f0a-4df3-a961-c498e6636802} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4965 2024.11.04 23:56:58.965440 [ 282 ] {} <Debug> HTTP-Session: d18153b8-ebbf-44a9-b165-1a04a2e18306 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4966 2024.11.04 23:56:58.965653 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43798, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4967 2024.11.04 23:56:58.965745 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62463, User-Agent: (none), Length: 12591, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4968 2024.11.04 23:56:58.965821 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4969 2024.11.04 23:56:58.965848 [ 288 ] {} <Debug> HTTP-Session: 4531c845-71ab-49f6-99fb-2b05bcc9d6e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:62463
4970 2024.11.04 23:56:58.965872 [ 288 ] {} <Debug> HTTP-Session: 4531c845-71ab-49f6-99fb-2b05bcc9d6e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4971 2024.11.04 23:56:58.965889 [ 288 ] {} <Debug> HTTP-Session: 4531c845-71ab-49f6-99fb-2b05bcc9d6e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4972 2024.11.04 23:56:58.965937 [ 288 ] {} <Trace> HTTP-Session: 4531c845-71ab-49f6-99fb-2b05bcc9d6e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4973 2024.11.04 23:56:58.966102 [ 288 ] {6553768f-ccd5-4656-a1b3-abd0862af406} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62463) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4974 2024.11.04 23:56:58.966161 [ 288 ] {6553768f-ccd5-4656-a1b3-abd0862af406} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4975 2024.11.04 23:56:58.966477 [ 288 ] {6553768f-ccd5-4656-a1b3-abd0862af406} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4976 2024.11.04 23:56:58.966918 [ 288 ] {6553768f-ccd5-4656-a1b3-abd0862af406} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4977 2024.11.04 23:56:58.966957 [ 288 ] {6553768f-ccd5-4656-a1b3-abd0862af406} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4978 2024.11.04 23:56:58.967319 [ 288 ] {6553768f-ccd5-4656-a1b3-abd0862af406} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4979 2024.11.04 23:56:58.967681 [ 288 ] {6553768f-ccd5-4656-a1b3-abd0862af406} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4980 2024.11.04 23:56:58.967831 [ 288 ] {6553768f-ccd5-4656-a1b3-abd0862af406} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.001791 sec., 41317.699609156894 rows/sec., 3.23 MiB/sec.
4981 2024.11.04 23:56:58.968155 [ 288 ] {6553768f-ccd5-4656-a1b3-abd0862af406} <Debug> DynamicQueryHandler: Done processing query
4982 2024.11.04 23:56:58.968214 [ 288 ] {6553768f-ccd5-4656-a1b3-abd0862af406} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
4983 2024.11.04 23:56:58.968260 [ 288 ] {} <Debug> HTTP-Session: 4531c845-71ab-49f6-99fb-2b05bcc9d6e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4984 2024.11.04 23:56:58.968505 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62463, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4985 2024.11.04 23:56:58.968657 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62316, User-Agent: (none), Length: 25464, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4986 2024.11.04 23:56:58.968764 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4987 2024.11.04 23:56:58.968803 [ 282 ] {} <Debug> HTTP-Session: 22045053-5d27-4562-b47d-d949a308412b Authenticating user 'default' from [fd00:1122:3344:101::d]:62316
4988 2024.11.04 23:56:58.968838 [ 282 ] {} <Debug> HTTP-Session: 22045053-5d27-4562-b47d-d949a308412b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4989 2024.11.04 23:56:58.968861 [ 282 ] {} <Debug> HTTP-Session: 22045053-5d27-4562-b47d-d949a308412b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4990 2024.11.04 23:56:58.968907 [ 282 ] {} <Trace> HTTP-Session: 22045053-5d27-4562-b47d-d949a308412b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4991 2024.11.04 23:56:58.969089 [ 282 ] {ace5c1d9-507b-4817-a471-ab46b358d598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
4992 2024.11.04 23:56:58.969148 [ 282 ] {ace5c1d9-507b-4817-a471-ab46b358d598} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4993 2024.11.04 23:56:58.969351 [ 282 ] {ace5c1d9-507b-4817-a471-ab46b358d598} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4994 2024.11.04 23:56:58.969778 [ 282 ] {ace5c1d9-507b-4817-a471-ab46b358d598} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4995 2024.11.04 23:56:58.969815 [ 282 ] {ace5c1d9-507b-4817-a471-ab46b358d598} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4996 2024.11.04 23:56:58.970212 [ 282 ] {ace5c1d9-507b-4817-a471-ab46b358d598} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4997 2024.11.04 23:56:58.970552 [ 282 ] {ace5c1d9-507b-4817-a471-ab46b358d598} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4998 2024.11.04 23:56:58.970678 [ 282 ] {ace5c1d9-507b-4817-a471-ab46b358d598} <Debug> executeQuery: Read 133 rows, 9.48 KiB in 0.001674 sec., 79450.41816009558 rows/sec., 5.53 MiB/sec.
4999 2024.11.04 23:56:58.970843 [ 282 ] {ace5c1d9-507b-4817-a471-ab46b358d598} <Debug> DynamicQueryHandler: Done processing query
5000 2024.11.04 23:56:58.970866 [ 282 ] {ace5c1d9-507b-4817-a471-ab46b358d598} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
5001 2024.11.04 23:56:58.970882 [ 282 ] {} <Debug> HTTP-Session: 22045053-5d27-4562-b47d-d949a308412b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5002 2024.11.04 23:56:58.971028 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62463, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5003 2024.11.04 23:56:58.971044 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62316, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5004 2024.11.04 23:56:58.971116 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5005 2024.11.04 23:56:58.971143 [ 288 ] {} <Debug> HTTP-Session: b2461db1-84d8-4e3e-ab8c-9096d8ee2f2f Authenticating user 'default' from [fd00:1122:3344:101::d]:62463
5006 2024.11.04 23:56:58.971166 [ 288 ] {} <Debug> HTTP-Session: b2461db1-84d8-4e3e-ab8c-9096d8ee2f2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5007 2024.11.04 23:56:58.971186 [ 288 ] {} <Debug> HTTP-Session: b2461db1-84d8-4e3e-ab8c-9096d8ee2f2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5008 2024.11.04 23:56:58.971235 [ 288 ] {} <Trace> HTTP-Session: b2461db1-84d8-4e3e-ab8c-9096d8ee2f2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5009 2024.11.04 23:56:58.971356 [ 288 ] {5b85c026-096e-4917-8c5b-4b635c4ec9cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62463) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
5010 2024.11.04 23:56:58.971403 [ 288 ] {5b85c026-096e-4917-8c5b-4b635c4ec9cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5011 2024.11.04 23:56:58.971550 [ 288 ] {5b85c026-096e-4917-8c5b-4b635c4ec9cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5012 2024.11.04 23:56:58.971899 [ 288 ] {5b85c026-096e-4917-8c5b-4b635c4ec9cb} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5013 2024.11.04 23:56:58.971935 [ 288 ] {5b85c026-096e-4917-8c5b-4b635c4ec9cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5014 2024.11.04 23:56:58.972305 [ 288 ] {5b85c026-096e-4917-8c5b-4b635c4ec9cb} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5015 2024.11.04 23:56:58.972625 [ 288 ] {5b85c026-096e-4917-8c5b-4b635c4ec9cb} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5016 2024.11.04 23:56:58.972778 [ 288 ] {5b85c026-096e-4917-8c5b-4b635c4ec9cb} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001419 sec., 33826.63847780127 rows/sec., 2.28 MiB/sec.
5017 2024.11.04 23:56:58.972955 [ 288 ] {5b85c026-096e-4917-8c5b-4b635c4ec9cb} <Debug> DynamicQueryHandler: Done processing query
5018 2024.11.04 23:56:58.972981 [ 288 ] {5b85c026-096e-4917-8c5b-4b635c4ec9cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
5019 2024.11.04 23:56:58.972996 [ 288 ] {} <Debug> HTTP-Session: b2461db1-84d8-4e3e-ab8c-9096d8ee2f2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5020 2024.11.04 23:56:58.973257 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62463, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5021 2024.11.04 23:57:00.417413 [ 132 ] {} <Debug> DNSResolver: Updating DNS cache
5022 2024.11.04 23:57:00.417487 [ 132 ] {} <Debug> DNSResolver: Updated DNS cache
5023 2024.11.04 23:57:00.546417 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 496
5024 2024.11.04 23:57:00.549307 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5025 2024.11.04 23:57:00.549355 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5026 2024.11.04 23:57:00.550884 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
5027 2024.11.04 23:57:00.551869 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5028 2024.11.04 23:57:00.552334 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 496
5029 2024.11.04 23:57:03.958237 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43422, User-Agent: (none), Length: 7838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5030 2024.11.04 23:57:03.958348 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5031 2024.11.04 23:57:03.958373 [ 288 ] {} <Debug> HTTP-Session: 44120df3-cd0a-441f-ad6a-392490ced849 Authenticating user 'default' from [fd00:1122:3344:101::d]:43422
5032 2024.11.04 23:57:03.958397 [ 288 ] {} <Debug> HTTP-Session: 44120df3-cd0a-441f-ad6a-392490ced849 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5033 2024.11.04 23:57:03.958412 [ 288 ] {} <Debug> HTTP-Session: 44120df3-cd0a-441f-ad6a-392490ced849 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5034 2024.11.04 23:57:03.958463 [ 288 ] {} <Trace> HTTP-Session: 44120df3-cd0a-441f-ad6a-392490ced849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5035 2024.11.04 23:57:03.958657 [ 288 ] {11d85a79-7faa-4dc5-a0f5-ca2bfdc82276} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43422) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
5036 2024.11.04 23:57:03.958724 [ 288 ] {11d85a79-7faa-4dc5-a0f5-ca2bfdc82276} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5037 2024.11.04 23:57:03.959058 [ 288 ] {11d85a79-7faa-4dc5-a0f5-ca2bfdc82276} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5038 2024.11.04 23:57:03.959490 [ 288 ] {11d85a79-7faa-4dc5-a0f5-ca2bfdc82276} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5039 2024.11.04 23:57:03.959533 [ 288 ] {11d85a79-7faa-4dc5-a0f5-ca2bfdc82276} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5040 2024.11.04 23:57:03.959959 [ 288 ] {11d85a79-7faa-4dc5-a0f5-ca2bfdc82276} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5041 2024.11.04 23:57:03.960338 [ 288 ] {11d85a79-7faa-4dc5-a0f5-ca2bfdc82276} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5042 2024.11.04 23:57:03.960520 [ 288 ] {11d85a79-7faa-4dc5-a0f5-ca2bfdc82276} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00192 sec., 29166.666666666664 rows/sec., 2.24 MiB/sec.
5043 2024.11.04 23:57:03.960712 [ 288 ] {11d85a79-7faa-4dc5-a0f5-ca2bfdc82276} <Debug> DynamicQueryHandler: Done processing query
5044 2024.11.04 23:57:03.960739 [ 288 ] {11d85a79-7faa-4dc5-a0f5-ca2bfdc82276} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
5045 2024.11.04 23:57:03.960755 [ 288 ] {} <Debug> HTTP-Session: 44120df3-cd0a-441f-ad6a-392490ced849 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5046 2024.11.04 23:57:03.960937 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43422, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5047 2024.11.04 23:57:03.961050 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33305, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5048 2024.11.04 23:57:03.961172 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5049 2024.11.04 23:57:03.961201 [ 282 ] {} <Debug> HTTP-Session: 4e6d22b6-31ae-4d95-8088-c3a18287fdcf Authenticating user 'default' from [fd00:1122:3344:101::d]:33305
5050 2024.11.04 23:57:03.961228 [ 282 ] {} <Debug> HTTP-Session: 4e6d22b6-31ae-4d95-8088-c3a18287fdcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5051 2024.11.04 23:57:03.961245 [ 282 ] {} <Debug> HTTP-Session: 4e6d22b6-31ae-4d95-8088-c3a18287fdcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5052 2024.11.04 23:57:03.961307 [ 282 ] {} <Trace> HTTP-Session: 4e6d22b6-31ae-4d95-8088-c3a18287fdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5053 2024.11.04 23:57:03.961531 [ 282 ] {7de40117-d554-4148-98ba-fcbd333c659a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33305) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
5054 2024.11.04 23:57:03.961607 [ 282 ] {7de40117-d554-4148-98ba-fcbd333c659a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5055 2024.11.04 23:57:03.962001 [ 282 ] {7de40117-d554-4148-98ba-fcbd333c659a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5056 2024.11.04 23:57:03.962450 [ 282 ] {7de40117-d554-4148-98ba-fcbd333c659a} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5057 2024.11.04 23:57:03.962493 [ 282 ] {7de40117-d554-4148-98ba-fcbd333c659a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5058 2024.11.04 23:57:03.962946 [ 282 ] {7de40117-d554-4148-98ba-fcbd333c659a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5059 2024.11.04 23:57:03.963361 [ 282 ] {7de40117-d554-4148-98ba-fcbd333c659a} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5060 2024.11.04 23:57:03.963552 [ 282 ] {7de40117-d554-4148-98ba-fcbd333c659a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002101 sec., 30461.684911946693 rows/sec., 2.38 MiB/sec.
5061 2024.11.04 23:57:03.963956 [ 282 ] {7de40117-d554-4148-98ba-fcbd333c659a} <Debug> DynamicQueryHandler: Done processing query
5062 2024.11.04 23:57:03.963985 [ 282 ] {7de40117-d554-4148-98ba-fcbd333c659a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
5063 2024.11.04 23:57:03.964002 [ 282 ] {} <Debug> HTTP-Session: 4e6d22b6-31ae-4d95-8088-c3a18287fdcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5064 2024.11.04 23:57:03.964203 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43422, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5065 2024.11.04 23:57:03.964225 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33305, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5066 2024.11.04 23:57:03.964294 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5067 2024.11.04 23:57:03.964323 [ 288 ] {} <Debug> HTTP-Session: 4083ea08-6383-4054-92da-ef73b2a8710f Authenticating user 'default' from [fd00:1122:3344:101::d]:43422
5068 2024.11.04 23:57:03.964352 [ 288 ] {} <Debug> HTTP-Session: 4083ea08-6383-4054-92da-ef73b2a8710f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5069 2024.11.04 23:57:03.964369 [ 288 ] {} <Debug> HTTP-Session: 4083ea08-6383-4054-92da-ef73b2a8710f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5070 2024.11.04 23:57:03.964416 [ 288 ] {} <Trace> HTTP-Session: 4083ea08-6383-4054-92da-ef73b2a8710f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5071 2024.11.04 23:57:03.964584 [ 288 ] {8d60b277-5cb1-4a6c-af17-62caea2a8272} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43422) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
5072 2024.11.04 23:57:03.964635 [ 288 ] {8d60b277-5cb1-4a6c-af17-62caea2a8272} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5073 2024.11.04 23:57:03.964817 [ 288 ] {8d60b277-5cb1-4a6c-af17-62caea2a8272} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5074 2024.11.04 23:57:03.965234 [ 288 ] {8d60b277-5cb1-4a6c-af17-62caea2a8272} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5075 2024.11.04 23:57:03.965270 [ 288 ] {8d60b277-5cb1-4a6c-af17-62caea2a8272} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5076 2024.11.04 23:57:03.965663 [ 288 ] {8d60b277-5cb1-4a6c-af17-62caea2a8272} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5077 2024.11.04 23:57:03.966012 [ 288 ] {8d60b277-5cb1-4a6c-af17-62caea2a8272} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5078 2024.11.04 23:57:03.966168 [ 288 ] {8d60b277-5cb1-4a6c-af17-62caea2a8272} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001649 sec., 97028.50212249848 rows/sec., 6.76 MiB/sec.
5079 2024.11.04 23:57:03.966339 [ 288 ] {8d60b277-5cb1-4a6c-af17-62caea2a8272} <Debug> DynamicQueryHandler: Done processing query
5080 2024.11.04 23:57:03.966365 [ 288 ] {8d60b277-5cb1-4a6c-af17-62caea2a8272} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
5081 2024.11.04 23:57:03.966381 [ 288 ] {} <Debug> HTTP-Session: 4083ea08-6383-4054-92da-ef73b2a8710f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5082 2024.11.04 23:57:03.966570 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43422, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5083 2024.11.04 23:57:03.966682 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59736, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5084 2024.11.04 23:57:03.966758 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5085 2024.11.04 23:57:03.966783 [ 282 ] {} <Debug> HTTP-Session: 9c2d9854-60d2-4e2e-87ea-cb059b937903 Authenticating user 'default' from [fd00:1122:3344:101::d]:59736
5086 2024.11.04 23:57:03.966805 [ 282 ] {} <Debug> HTTP-Session: 9c2d9854-60d2-4e2e-87ea-cb059b937903 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5087 2024.11.04 23:57:03.966822 [ 282 ] {} <Debug> HTTP-Session: 9c2d9854-60d2-4e2e-87ea-cb059b937903 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5088 2024.11.04 23:57:03.966871 [ 282 ] {} <Trace> HTTP-Session: 9c2d9854-60d2-4e2e-87ea-cb059b937903 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5089 2024.11.04 23:57:03.967055 [ 282 ] {2e833395-e808-4218-923e-93f44375904a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59736) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
5090 2024.11.04 23:57:03.967115 [ 282 ] {2e833395-e808-4218-923e-93f44375904a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5091 2024.11.04 23:57:03.967276 [ 282 ] {2e833395-e808-4218-923e-93f44375904a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5092 2024.11.04 23:57:03.967595 [ 282 ] {2e833395-e808-4218-923e-93f44375904a} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5093 2024.11.04 23:57:03.967632 [ 282 ] {2e833395-e808-4218-923e-93f44375904a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5094 2024.11.04 23:57:03.968016 [ 282 ] {2e833395-e808-4218-923e-93f44375904a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5095 2024.11.04 23:57:03.968348 [ 282 ] {2e833395-e808-4218-923e-93f44375904a} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5096 2024.11.04 23:57:03.968509 [ 282 ] {2e833395-e808-4218-923e-93f44375904a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001524 sec., 39370.07874015748 rows/sec., 2.65 MiB/sec.
5097 2024.11.04 23:57:03.968729 [ 282 ] {2e833395-e808-4218-923e-93f44375904a} <Debug> DynamicQueryHandler: Done processing query
5098 2024.11.04 23:57:03.968754 [ 282 ] {2e833395-e808-4218-923e-93f44375904a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
5099 2024.11.04 23:57:03.968770 [ 282 ] {} <Debug> HTTP-Session: 9c2d9854-60d2-4e2e-87ea-cb059b937903 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5100 2024.11.04 23:57:03.969003 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59736, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5101 2024.11.04 23:57:04.501153 [ 126 ] {} <Debug> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
5102 2024.11.04 23:57:04.501218 [ 126 ] {} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5103 2024.11.04 23:57:04.501241 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5104 2024.11.04 23:57:04.501452 [ 190 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full
5105 2024.11.04 23:57:04.501658 [ 190 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5106 2024.11.04 23:57:04.501698 [ 190 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 30 rows starting from the beginning of the part
5107 2024.11.04 23:57:04.501778 [ 190 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part
5108 2024.11.04 23:57:04.502001 [ 190 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part
5109 2024.11.04 23:57:04.502124 [ 190 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part
5110 2024.11.04 23:57:04.502321 [ 190 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part
5111 2024.11.04 23:57:04.503529 [ 189 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 4 columns (4 merged, 0 gathered) in 0.002190165 sec., 24655.676627103436 rows/sec., 1.26 MiB/sec.
5112 2024.11.04 23:57:04.503705 [ 199 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
5113 2024.11.04 23:57:04.504118 [ 199 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_9_2} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5114 2024.11.04 23:57:04.504197 [ 199 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_9_2} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
5115 2024.11.04 23:57:04.504278 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5116 2024.11.04 23:57:04.515372 [ 126 ] {} <Debug> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0
5117 2024.11.04 23:57:04.515409 [ 126 ] {} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5118 2024.11.04 23:57:04.515429 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5119 2024.11.04 23:57:04.515594 [ 190 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full
5120 2024.11.04 23:57:04.515783 [ 190 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5121 2024.11.04 23:57:04.515813 [ 190 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 7 rows starting from the beginning of the part
5122 2024.11.04 23:57:04.515876 [ 190 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part
5123 2024.11.04 23:57:04.516085 [ 190 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part
5124 2024.11.04 23:57:04.516247 [ 190 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part
5125 2024.11.04 23:57:04.516390 [ 190 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part
5126 2024.11.04 23:57:04.517400 [ 195 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11 rows, containing 4 columns (4 merged, 0 gathered) in 0.001910369 sec., 5758.049884603445 rows/sec., 383.90 KiB/sec.
5127 2024.11.04 23:57:04.517534 [ 195 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
5128 2024.11.04 23:57:04.517972 [ 195 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_10_2} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5129 2024.11.04 23:57:04.518058 [ 195 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_10_2} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2
5130 2024.11.04 23:57:04.518134 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
5131 2024.11.04 23:57:05.093849 [ 124 ] {} <Debug> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0
5132 2024.11.04 23:57:05.093911 [ 124 ] {} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5133 2024.11.04 23:57:05.093934 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5134 2024.11.04 23:57:05.094128 [ 190 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full
5135 2024.11.04 23:57:05.094306 [ 190 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5136 2024.11.04 23:57:05.094355 [ 190 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 243 rows starting from the beginning of the part
5137 2024.11.04 23:57:05.094439 [ 190 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part
5138 2024.11.04 23:57:05.094676 [ 190 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part
5139 2024.11.04 23:57:05.094934 [ 190 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part
5140 2024.11.04 23:57:05.095053 [ 190 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part
5141 2024.11.04 23:57:05.096271 [ 189 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 299 rows, containing 5 columns (5 merged, 0 gathered) in 0.002250787 sec., 132842.42356118103 rows/sec., 9.05 MiB/sec.
5142 2024.11.04 23:57:05.096481 [ 200 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
5143 2024.11.04 23:57:05.096979 [ 200 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_10_2} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5144 2024.11.04 23:57:05.097068 [ 200 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_10_2} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2
5145 2024.11.04 23:57:05.097168 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
5146 2024.11.04 23:57:08.964135 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43422, User-Agent: (none), Length: 40563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5147 2024.11.04 23:57:08.964279 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5148 2024.11.04 23:57:08.964310 [ 288 ] {} <Debug> HTTP-Session: ff427403-3ee2-4c1f-a5e8-517495c91dba Authenticating user 'default' from [fd00:1122:3344:101::d]:43422
5149 2024.11.04 23:57:08.964338 [ 288 ] {} <Debug> HTTP-Session: ff427403-3ee2-4c1f-a5e8-517495c91dba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5150 2024.11.04 23:57:08.964355 [ 288 ] {} <Debug> HTTP-Session: ff427403-3ee2-4c1f-a5e8-517495c91dba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5151 2024.11.04 23:57:08.964415 [ 288 ] {} <Trace> HTTP-Session: ff427403-3ee2-4c1f-a5e8-517495c91dba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5152 2024.11.04 23:57:08.964696 [ 288 ] {d081b1e9-68cb-4412-b242-6196da938653} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43422) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
5153 2024.11.04 23:57:08.964767 [ 288 ] {d081b1e9-68cb-4412-b242-6196da938653} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5154 2024.11.04 23:57:08.965101 [ 288 ] {d081b1e9-68cb-4412-b242-6196da938653} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5155 2024.11.04 23:57:08.965651 [ 288 ] {d081b1e9-68cb-4412-b242-6196da938653} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5156 2024.11.04 23:57:08.965697 [ 288 ] {d081b1e9-68cb-4412-b242-6196da938653} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5157 2024.11.04 23:57:08.966187 [ 288 ] {d081b1e9-68cb-4412-b242-6196da938653} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5158 2024.11.04 23:57:08.966571 [ 288 ] {d081b1e9-68cb-4412-b242-6196da938653} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5159 2024.11.04 23:57:08.966760 [ 288 ] {d081b1e9-68cb-4412-b242-6196da938653} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.002177 sec., 122645.84290307762 rows/sec., 10.91 MiB/sec.
5160 2024.11.04 23:57:08.967156 [ 288 ] {d081b1e9-68cb-4412-b242-6196da938653} <Debug> DynamicQueryHandler: Done processing query
5161 2024.11.04 23:57:08.967186 [ 288 ] {d081b1e9-68cb-4412-b242-6196da938653} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
5162 2024.11.04 23:57:08.967203 [ 288 ] {} <Debug> HTTP-Session: ff427403-3ee2-4c1f-a5e8-517495c91dba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5163 2024.11.04 23:57:08.967399 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43422, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5164 2024.11.04 23:57:08.967529 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43138, User-Agent: (none), Length: 5644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5165 2024.11.04 23:57:08.967649 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5166 2024.11.04 23:57:08.967676 [ 282 ] {} <Debug> HTTP-Session: f536db32-b8bd-42c4-a68d-db348b3ed6f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43138
5167 2024.11.04 23:57:08.967700 [ 282 ] {} <Debug> HTTP-Session: f536db32-b8bd-42c4-a68d-db348b3ed6f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5168 2024.11.04 23:57:08.967715 [ 282 ] {} <Debug> HTTP-Session: f536db32-b8bd-42c4-a68d-db348b3ed6f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5169 2024.11.04 23:57:08.967769 [ 282 ] {} <Trace> HTTP-Session: f536db32-b8bd-42c4-a68d-db348b3ed6f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5170 2024.11.04 23:57:08.967970 [ 282 ] {f59061ed-15a3-4b58-8aef-b27694bd8d4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43138) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
5171 2024.11.04 23:57:08.968039 [ 282 ] {f59061ed-15a3-4b58-8aef-b27694bd8d4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5172 2024.11.04 23:57:08.968388 [ 282 ] {f59061ed-15a3-4b58-8aef-b27694bd8d4e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5173 2024.11.04 23:57:08.968843 [ 282 ] {f59061ed-15a3-4b58-8aef-b27694bd8d4e} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5174 2024.11.04 23:57:08.968888 [ 282 ] {f59061ed-15a3-4b58-8aef-b27694bd8d4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5175 2024.11.04 23:57:08.969373 [ 282 ] {f59061ed-15a3-4b58-8aef-b27694bd8d4e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5176 2024.11.04 23:57:08.969792 [ 282 ] {f59061ed-15a3-4b58-8aef-b27694bd8d4e} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5177 2024.11.04 23:57:08.969981 [ 282 ] {f59061ed-15a3-4b58-8aef-b27694bd8d4e} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.00208 sec., 18750 rows/sec., 1.38 MiB/sec.
5178 2024.11.04 23:57:08.970208 [ 282 ] {f59061ed-15a3-4b58-8aef-b27694bd8d4e} <Debug> DynamicQueryHandler: Done processing query
5179 2024.11.04 23:57:08.970236 [ 282 ] {f59061ed-15a3-4b58-8aef-b27694bd8d4e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
5180 2024.11.04 23:57:08.970252 [ 282 ] {} <Debug> HTTP-Session: f536db32-b8bd-42c4-a68d-db348b3ed6f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5181 2024.11.04 23:57:08.970499 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43138, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5182 2024.11.04 23:57:08.970537 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33175, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5183 2024.11.04 23:57:08.970629 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5184 2024.11.04 23:57:08.970666 [ 288 ] {} <Debug> HTTP-Session: 8453133a-1ddd-4479-a68d-ea0e8a792458 Authenticating user 'default' from [fd00:1122:3344:101::d]:33175
5185 2024.11.04 23:57:08.970692 [ 288 ] {} <Debug> HTTP-Session: 8453133a-1ddd-4479-a68d-ea0e8a792458 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5186 2024.11.04 23:57:08.970711 [ 288 ] {} <Debug> HTTP-Session: 8453133a-1ddd-4479-a68d-ea0e8a792458 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5187 2024.11.04 23:57:08.970760 [ 288 ] {} <Trace> HTTP-Session: 8453133a-1ddd-4479-a68d-ea0e8a792458 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5188 2024.11.04 23:57:08.970907 [ 288 ] {6bb8bdc9-bb48-4875-8bf7-0a2da1cc8e7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33175) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
5189 2024.11.04 23:57:08.970968 [ 288 ] {6bb8bdc9-bb48-4875-8bf7-0a2da1cc8e7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5190 2024.11.04 23:57:08.971295 [ 288 ] {6bb8bdc9-bb48-4875-8bf7-0a2da1cc8e7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5191 2024.11.04 23:57:08.971647 [ 288 ] {6bb8bdc9-bb48-4875-8bf7-0a2da1cc8e7d} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5192 2024.11.04 23:57:08.971687 [ 288 ] {6bb8bdc9-bb48-4875-8bf7-0a2da1cc8e7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5193 2024.11.04 23:57:08.972064 [ 288 ] {6bb8bdc9-bb48-4875-8bf7-0a2da1cc8e7d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
5194 2024.11.04 23:57:08.972424 [ 288 ] {6bb8bdc9-bb48-4875-8bf7-0a2da1cc8e7d} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5195 2024.11.04 23:57:08.972607 [ 288 ] {6bb8bdc9-bb48-4875-8bf7-0a2da1cc8e7d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001746 sec., 8018.327605956472 rows/sec., 561.55 KiB/sec.
5196 2024.11.04 23:57:08.972779 [ 288 ] {6bb8bdc9-bb48-4875-8bf7-0a2da1cc8e7d} <Debug> DynamicQueryHandler: Done processing query
5197 2024.11.04 23:57:08.972804 [ 288 ] {6bb8bdc9-bb48-4875-8bf7-0a2da1cc8e7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5198 2024.11.04 23:57:08.972821 [ 288 ] {} <Debug> HTTP-Session: 8453133a-1ddd-4479-a68d-ea0e8a792458 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5199 2024.11.04 23:57:08.972961 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33175, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5200 2024.11.04 23:57:08.973053 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56871, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5201 2024.11.04 23:57:08.973140 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5202 2024.11.04 23:57:08.973163 [ 282 ] {} <Debug> HTTP-Session: d4ff1773-091c-45c4-9138-77e301374943 Authenticating user 'default' from [fd00:1122:3344:101::d]:56871
5203 2024.11.04 23:57:08.973184 [ 282 ] {} <Debug> HTTP-Session: d4ff1773-091c-45c4-9138-77e301374943 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5204 2024.11.04 23:57:08.973198 [ 282 ] {} <Debug> HTTP-Session: d4ff1773-091c-45c4-9138-77e301374943 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5205 2024.11.04 23:57:08.973243 [ 282 ] {} <Trace> HTTP-Session: d4ff1773-091c-45c4-9138-77e301374943 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5206 2024.11.04 23:57:08.973376 [ 282 ] {9de0d461-6027-4e11-b696-999ba921be41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56871) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
5207 2024.11.04 23:57:08.973430 [ 282 ] {9de0d461-6027-4e11-b696-999ba921be41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5208 2024.11.04 23:57:08.973710 [ 282 ] {9de0d461-6027-4e11-b696-999ba921be41} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5209 2024.11.04 23:57:08.974038 [ 282 ] {9de0d461-6027-4e11-b696-999ba921be41} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5210 2024.11.04 23:57:08.974079 [ 282 ] {9de0d461-6027-4e11-b696-999ba921be41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5211 2024.11.04 23:57:08.974459 [ 282 ] {9de0d461-6027-4e11-b696-999ba921be41} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
5212 2024.11.04 23:57:08.974832 [ 282 ] {9de0d461-6027-4e11-b696-999ba921be41} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5213 2024.11.04 23:57:08.975022 [ 282 ] {9de0d461-6027-4e11-b696-999ba921be41} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001664 sec., 3605.769230769231 rows/sec., 213.04 KiB/sec.
5214 2024.11.04 23:57:08.975363 [ 282 ] {9de0d461-6027-4e11-b696-999ba921be41} <Debug> DynamicQueryHandler: Done processing query
5215 2024.11.04 23:57:08.975388 [ 282 ] {9de0d461-6027-4e11-b696-999ba921be41} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5216 2024.11.04 23:57:08.975405 [ 282 ] {} <Debug> HTTP-Session: d4ff1773-091c-45c4-9138-77e301374943 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5217 2024.11.04 23:57:08.975690 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56871, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5218 2024.11.04 23:57:08.975813 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58493, User-Agent: (none), Length: 68384, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5219 2024.11.04 23:57:08.975882 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5220 2024.11.04 23:57:08.975907 [ 288 ] {} <Debug> HTTP-Session: f9a1fd0b-e293-47be-826b-03b63175de1d Authenticating user 'default' from [fd00:1122:3344:101::d]:58493
5221 2024.11.04 23:57:08.975929 [ 288 ] {} <Debug> HTTP-Session: f9a1fd0b-e293-47be-826b-03b63175de1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5222 2024.11.04 23:57:08.975946 [ 288 ] {} <Debug> HTTP-Session: f9a1fd0b-e293-47be-826b-03b63175de1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5223 2024.11.04 23:57:08.976025 [ 288 ] {} <Trace> HTTP-Session: f9a1fd0b-e293-47be-826b-03b63175de1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5224 2024.11.04 23:57:08.976315 [ 288 ] {57b95051-4fc3-425f-942c-c36088bb47fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58493) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
5225 2024.11.04 23:57:08.976373 [ 288 ] {57b95051-4fc3-425f-942c-c36088bb47fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5226 2024.11.04 23:57:08.976647 [ 288 ] {57b95051-4fc3-425f-942c-c36088bb47fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5227 2024.11.04 23:57:08.977216 [ 288 ] {57b95051-4fc3-425f-942c-c36088bb47fe} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5228 2024.11.04 23:57:08.977255 [ 288 ] {57b95051-4fc3-425f-942c-c36088bb47fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5229 2024.11.04 23:57:08.977663 [ 288 ] {57b95051-4fc3-425f-942c-c36088bb47fe} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5230 2024.11.04 23:57:08.978033 [ 288 ] {57b95051-4fc3-425f-942c-c36088bb47fe} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5231 2024.11.04 23:57:08.978227 [ 288 ] {57b95051-4fc3-425f-942c-c36088bb47fe} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.002059 sec., 204468.18844099078 rows/sec., 14.61 MiB/sec.
5232 2024.11.04 23:57:08.978428 [ 288 ] {57b95051-4fc3-425f-942c-c36088bb47fe} <Debug> DynamicQueryHandler: Done processing query
5233 2024.11.04 23:57:08.978454 [ 288 ] {57b95051-4fc3-425f-942c-c36088bb47fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
5234 2024.11.04 23:57:08.978470 [ 288 ] {} <Debug> HTTP-Session: f9a1fd0b-e293-47be-826b-03b63175de1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5235 2024.11.04 23:57:08.978634 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56871, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5236 2024.11.04 23:57:08.978647 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58493, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5237 2024.11.04 23:57:08.978737 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5238 2024.11.04 23:57:08.978800 [ 282 ] {} <Debug> HTTP-Session: cf230507-ff08-4450-b415-5dd6023e2a18 Authenticating user 'default' from [fd00:1122:3344:101::d]:56871
5239 2024.11.04 23:57:08.978826 [ 282 ] {} <Debug> HTTP-Session: cf230507-ff08-4450-b415-5dd6023e2a18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5240 2024.11.04 23:57:08.978842 [ 282 ] {} <Debug> HTTP-Session: cf230507-ff08-4450-b415-5dd6023e2a18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5241 2024.11.04 23:57:08.978883 [ 282 ] {} <Trace> HTTP-Session: cf230507-ff08-4450-b415-5dd6023e2a18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5242 2024.11.04 23:57:08.979013 [ 282 ] {c4aecd67-32a6-475d-8b35-51e06a098c4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56871) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
5243 2024.11.04 23:57:08.979066 [ 282 ] {c4aecd67-32a6-475d-8b35-51e06a098c4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5244 2024.11.04 23:57:08.979231 [ 282 ] {c4aecd67-32a6-475d-8b35-51e06a098c4c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5245 2024.11.04 23:57:08.979531 [ 282 ] {c4aecd67-32a6-475d-8b35-51e06a098c4c} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5246 2024.11.04 23:57:08.979570 [ 282 ] {c4aecd67-32a6-475d-8b35-51e06a098c4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5247 2024.11.04 23:57:08.979945 [ 282 ] {c4aecd67-32a6-475d-8b35-51e06a098c4c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
5248 2024.11.04 23:57:08.980292 [ 282 ] {c4aecd67-32a6-475d-8b35-51e06a098c4c} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5249 2024.11.04 23:57:08.980458 [ 282 ] {c4aecd67-32a6-475d-8b35-51e06a098c4c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001478 sec., 4059.539918809202 rows/sec., 212.10 KiB/sec.
5250 2024.11.04 23:57:08.980647 [ 282 ] {c4aecd67-32a6-475d-8b35-51e06a098c4c} <Debug> DynamicQueryHandler: Done processing query
5251 2024.11.04 23:57:08.980673 [ 282 ] {c4aecd67-32a6-475d-8b35-51e06a098c4c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
5252 2024.11.04 23:57:08.980689 [ 282 ] {} <Debug> HTTP-Session: cf230507-ff08-4450-b415-5dd6023e2a18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5253 2024.11.04 23:57:08.980954 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56871, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5254 2024.11.04 23:57:08.981085 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55221, User-Agent: (none), Length: 44639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5255 2024.11.04 23:57:08.981154 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5256 2024.11.04 23:57:08.981179 [ 288 ] {} <Debug> HTTP-Session: d93f898f-f153-4cab-8a4c-20e7acbe9aef Authenticating user 'default' from [fd00:1122:3344:101::d]:55221
5257 2024.11.04 23:57:08.981202 [ 288 ] {} <Debug> HTTP-Session: d93f898f-f153-4cab-8a4c-20e7acbe9aef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5258 2024.11.04 23:57:08.981219 [ 288 ] {} <Debug> HTTP-Session: d93f898f-f153-4cab-8a4c-20e7acbe9aef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5259 2024.11.04 23:57:08.981265 [ 288 ] {} <Trace> HTTP-Session: d93f898f-f153-4cab-8a4c-20e7acbe9aef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5260 2024.11.04 23:57:08.981513 [ 288 ] {bd1bbe4b-5a41-4fa2-ac5c-391482b852cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55221) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
5261 2024.11.04 23:57:08.981566 [ 288 ] {bd1bbe4b-5a41-4fa2-ac5c-391482b852cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5262 2024.11.04 23:57:08.981749 [ 288 ] {bd1bbe4b-5a41-4fa2-ac5c-391482b852cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5263 2024.11.04 23:57:08.982189 [ 288 ] {bd1bbe4b-5a41-4fa2-ac5c-391482b852cc} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5264 2024.11.04 23:57:08.982228 [ 288 ] {bd1bbe4b-5a41-4fa2-ac5c-391482b852cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5265 2024.11.04 23:57:08.982641 [ 288 ] {bd1bbe4b-5a41-4fa2-ac5c-391482b852cc} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5266 2024.11.04 23:57:08.982980 [ 288 ] {bd1bbe4b-5a41-4fa2-ac5c-391482b852cc} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5267 2024.11.04 23:57:08.983115 [ 288 ] {bd1bbe4b-5a41-4fa2-ac5c-391482b852cc} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001733 sec., 136757.06866705135 rows/sec., 9.17 MiB/sec.
5268 2024.11.04 23:57:08.983306 [ 288 ] {bd1bbe4b-5a41-4fa2-ac5c-391482b852cc} <Debug> DynamicQueryHandler: Done processing query
5269 2024.11.04 23:57:08.983331 [ 288 ] {bd1bbe4b-5a41-4fa2-ac5c-391482b852cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
5270 2024.11.04 23:57:08.983348 [ 288 ] {} <Debug> HTTP-Session: d93f898f-f153-4cab-8a4c-20e7acbe9aef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5271 2024.11.04 23:57:08.983511 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56871, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5272 2024.11.04 23:57:08.983513 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55221, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5273 2024.11.04 23:57:08.983603 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5274 2024.11.04 23:57:08.983656 [ 282 ] {} <Debug> HTTP-Session: 1294647e-90d9-47d3-9c3f-24157a08b809 Authenticating user 'default' from [fd00:1122:3344:101::d]:56871
5275 2024.11.04 23:57:08.983697 [ 282 ] {} <Debug> HTTP-Session: 1294647e-90d9-47d3-9c3f-24157a08b809 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5276 2024.11.04 23:57:08.983719 [ 282 ] {} <Debug> HTTP-Session: 1294647e-90d9-47d3-9c3f-24157a08b809 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5277 2024.11.04 23:57:08.983767 [ 282 ] {} <Trace> HTTP-Session: 1294647e-90d9-47d3-9c3f-24157a08b809 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5278 2024.11.04 23:57:08.983896 [ 282 ] {d5d27965-33dc-436b-9e16-80f434e9f208} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56871) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
5279 2024.11.04 23:57:08.983956 [ 282 ] {d5d27965-33dc-436b-9e16-80f434e9f208} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5280 2024.11.04 23:57:08.984151 [ 282 ] {d5d27965-33dc-436b-9e16-80f434e9f208} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5281 2024.11.04 23:57:08.984452 [ 282 ] {d5d27965-33dc-436b-9e16-80f434e9f208} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5282 2024.11.04 23:57:08.984489 [ 282 ] {d5d27965-33dc-436b-9e16-80f434e9f208} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5283 2024.11.04 23:57:08.984854 [ 282 ] {d5d27965-33dc-436b-9e16-80f434e9f208} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
5284 2024.11.04 23:57:08.985188 [ 282 ] {d5d27965-33dc-436b-9e16-80f434e9f208} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5285 2024.11.04 23:57:08.985323 [ 282 ] {d5d27965-33dc-436b-9e16-80f434e9f208} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001463 sec., 683.5269993164729 rows/sec., 46.06 KiB/sec.
5286 2024.11.04 23:57:08.985500 [ 282 ] {d5d27965-33dc-436b-9e16-80f434e9f208} <Debug> DynamicQueryHandler: Done processing query
5287 2024.11.04 23:57:08.985526 [ 282 ] {d5d27965-33dc-436b-9e16-80f434e9f208} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
5288 2024.11.04 23:57:08.985544 [ 282 ] {} <Debug> HTTP-Session: 1294647e-90d9-47d3-9c3f-24157a08b809 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5289 2024.11.04 23:57:08.985707 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56871, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5290 2024.11.04 23:57:08.985831 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48246, User-Agent: (none), Length: 65427, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5291 2024.11.04 23:57:08.985900 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5292 2024.11.04 23:57:08.985925 [ 288 ] {} <Debug> HTTP-Session: 185f14ff-d92b-4d99-bdd9-39b47237c265 Authenticating user 'default' from [fd00:1122:3344:101::d]:48246
5293 2024.11.04 23:57:08.985947 [ 288 ] {} <Debug> HTTP-Session: 185f14ff-d92b-4d99-bdd9-39b47237c265 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5294 2024.11.04 23:57:08.985965 [ 288 ] {} <Debug> HTTP-Session: 185f14ff-d92b-4d99-bdd9-39b47237c265 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5295 2024.11.04 23:57:08.986009 [ 288 ] {} <Trace> HTTP-Session: 185f14ff-d92b-4d99-bdd9-39b47237c265 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5296 2024.11.04 23:57:08.986877 [ 288 ] {9ee19572-5fa2-4bb2-b735-3e124efdbcd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48246) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
5297 2024.11.04 23:57:08.986956 [ 288 ] {9ee19572-5fa2-4bb2-b735-3e124efdbcd7} <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
5298 2024.11.04 23:57:08.987439 [ 288 ] {9ee19572-5fa2-4bb2-b735-3e124efdbcd7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5299 2024.11.04 23:57:08.988116 [ 288 ] {9ee19572-5fa2-4bb2-b735-3e124efdbcd7} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5300 2024.11.04 23:57:08.988155 [ 288 ] {9ee19572-5fa2-4bb2-b735-3e124efdbcd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5301 2024.11.04 23:57:08.988906 [ 288 ] {9ee19572-5fa2-4bb2-b735-3e124efdbcd7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
5302 2024.11.04 23:57:08.989333 [ 288 ] {9ee19572-5fa2-4bb2-b735-3e124efdbcd7} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5303 2024.11.04 23:57:08.989551 [ 288 ] {9ee19572-5fa2-4bb2-b735-3e124efdbcd7} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003404 sec., 11457.10928319624 rows/sec., 20.53 MiB/sec.
5304 2024.11.04 23:57:08.990093 [ 288 ] {9ee19572-5fa2-4bb2-b735-3e124efdbcd7} <Debug> DynamicQueryHandler: Done processing query
5305 2024.11.04 23:57:08.990118 [ 288 ] {9ee19572-5fa2-4bb2-b735-3e124efdbcd7} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB.
5306 2024.11.04 23:57:08.990135 [ 288 ] {} <Debug> HTTP-Session: 185f14ff-d92b-4d99-bdd9-39b47237c265 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5307 2024.11.04 23:57:08.990301 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56871, User-Agent: (none), Length: 12146, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5308 2024.11.04 23:57:08.990321 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48246, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5309 2024.11.04 23:57:08.990391 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5310 2024.11.04 23:57:08.990439 [ 282 ] {} <Debug> HTTP-Session: a78ea2af-4590-473c-9c71-a921889dd1ca Authenticating user 'default' from [fd00:1122:3344:101::d]:56871
5311 2024.11.04 23:57:08.990477 [ 282 ] {} <Debug> HTTP-Session: a78ea2af-4590-473c-9c71-a921889dd1ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5312 2024.11.04 23:57:08.990504 [ 282 ] {} <Debug> HTTP-Session: a78ea2af-4590-473c-9c71-a921889dd1ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5313 2024.11.04 23:57:08.990546 [ 282 ] {} <Trace> HTTP-Session: a78ea2af-4590-473c-9c71-a921889dd1ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5314 2024.11.04 23:57:08.990706 [ 282 ] {51ec003f-be6d-4b86-b2be-2e8e7f67cb67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56871) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
5315 2024.11.04 23:57:08.990761 [ 282 ] {51ec003f-be6d-4b86-b2be-2e8e7f67cb67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5316 2024.11.04 23:57:08.990925 [ 282 ] {51ec003f-be6d-4b86-b2be-2e8e7f67cb67} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5317 2024.11.04 23:57:08.991280 [ 282 ] {51ec003f-be6d-4b86-b2be-2e8e7f67cb67} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5318 2024.11.04 23:57:08.991316 [ 282 ] {51ec003f-be6d-4b86-b2be-2e8e7f67cb67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5319 2024.11.04 23:57:08.991687 [ 282 ] {51ec003f-be6d-4b86-b2be-2e8e7f67cb67} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5320 2024.11.04 23:57:08.992019 [ 282 ] {51ec003f-be6d-4b86-b2be-2e8e7f67cb67} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5321 2024.11.04 23:57:08.992153 [ 282 ] {51ec003f-be6d-4b86-b2be-2e8e7f67cb67} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001518 sec., 54018.445322793144 rows/sec., 3.43 MiB/sec.
5322 2024.11.04 23:57:08.992322 [ 282 ] {51ec003f-be6d-4b86-b2be-2e8e7f67cb67} <Debug> DynamicQueryHandler: Done processing query
5323 2024.11.04 23:57:08.992347 [ 282 ] {51ec003f-be6d-4b86-b2be-2e8e7f67cb67} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5324 2024.11.04 23:57:08.992363 [ 282 ] {} <Debug> HTTP-Session: a78ea2af-4590-473c-9c71-a921889dd1ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5325 2024.11.04 23:57:08.992675 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56871, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5326 2024.11.04 23:57:09.377677 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43035, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5327 2024.11.04 23:57:09.410424 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34631, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5328 2024.11.04 23:57:09.528021 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45046, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5329 2024.11.04 23:57:09.832259 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37122, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5330 2024.11.04 23:57:09.853999 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49533, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5331 2024.11.04 23:57:09.940895 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34041, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5332 2024.11.04 23:57:09.952499 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52250, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5333 2024.11.04 23:57:10.018249 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63228, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5334 2024.11.04 23:57:10.060701 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47338, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5335 2024.11.04 23:57:10.062389 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37426, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5336 2024.11.04 23:57:10.111859 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53862, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5337 2024.11.04 23:57:10.122165 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54326, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5338 2024.11.04 23:57:10.134735 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49931, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5339 2024.11.04 23:57:10.145113 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:42669, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5340 2024.11.04 23:57:10.146076 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36014, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5341 2024.11.04 23:57:10.167614 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39955, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5342 2024.11.04 23:57:10.191517 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39080, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5343 2024.11.04 23:57:10.200924 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38158, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5344 2024.11.04 23:57:10.218569 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43452, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5345 2024.11.04 23:57:10.234254 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59413, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5346 2024.11.04 23:57:10.253506 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44955, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5347 2024.11.04 23:57:10.268272 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47567, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5348 2024.11.04 23:57:10.326803 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35281, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5349 2024.11.04 23:57:10.356135 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54472, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5350 2024.11.04 23:57:10.552840 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 524
5351 2024.11.04 23:57:10.555765 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5352 2024.11.04 23:57:10.555822 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5353 2024.11.04 23:57:10.557349 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
5354 2024.11.04 23:57:10.558366 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5355 2024.11.04 23:57:10.558998 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 524
5356 2024.11.04 23:57:13.956882 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36314, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5357 2024.11.04 23:57:13.957007 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5358 2024.11.04 23:57:13.957036 [ 3 ] {} <Debug> HTTP-Session: f0b8ba0b-41bb-4499-97c9-07f8bebbb951 Authenticating user 'default' from [fd00:1122:3344:101::d]:36314
5359 2024.11.04 23:57:13.957063 [ 3 ] {} <Debug> HTTP-Session: f0b8ba0b-41bb-4499-97c9-07f8bebbb951 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5360 2024.11.04 23:57:13.957080 [ 3 ] {} <Debug> HTTP-Session: f0b8ba0b-41bb-4499-97c9-07f8bebbb951 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5361 2024.11.04 23:57:13.957137 [ 3 ] {} <Trace> HTTP-Session: f0b8ba0b-41bb-4499-97c9-07f8bebbb951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5362 2024.11.04 23:57:13.957337 [ 3 ] {e6d60013-7d38-40d9-bb51-525879e9d558} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36314) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
5363 2024.11.04 23:57:13.957413 [ 3 ] {e6d60013-7d38-40d9-bb51-525879e9d558} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5364 2024.11.04 23:57:13.957784 [ 3 ] {e6d60013-7d38-40d9-bb51-525879e9d558} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5365 2024.11.04 23:57:13.958222 [ 3 ] {e6d60013-7d38-40d9-bb51-525879e9d558} <Trace> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5366 2024.11.04 23:57:13.958262 [ 3 ] {e6d60013-7d38-40d9-bb51-525879e9d558} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5367 2024.11.04 23:57:13.958666 [ 3 ] {e6d60013-7d38-40d9-bb51-525879e9d558} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
5368 2024.11.04 23:57:13.959046 [ 3 ] {e6d60013-7d38-40d9-bb51-525879e9d558} <Trace> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5369 2024.11.04 23:57:13.959217 [ 3 ] {e6d60013-7d38-40d9-bb51-525879e9d558} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001929 sec., 1036.8066355624676 rows/sec., 84.54 KiB/sec.
5370 2024.11.04 23:57:13.959466 [ 3 ] {e6d60013-7d38-40d9-bb51-525879e9d558} <Debug> DynamicQueryHandler: Done processing query
5371 2024.11.04 23:57:13.959492 [ 3 ] {e6d60013-7d38-40d9-bb51-525879e9d558} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
5372 2024.11.04 23:57:13.959509 [ 3 ] {} <Debug> HTTP-Session: f0b8ba0b-41bb-4499-97c9-07f8bebbb951 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5373 2024.11.04 23:57:13.959707 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36314, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5374 2024.11.04 23:57:13.959827 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60474, User-Agent: (none), Length: 7972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5375 2024.11.04 23:57:13.959893 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5376 2024.11.04 23:57:13.959916 [ 283 ] {} <Debug> HTTP-Session: a26db9f6-b1db-4d2d-bd4c-2012a659fa14 Authenticating user 'default' from [fd00:1122:3344:101::d]:60474
5377 2024.11.04 23:57:13.959934 [ 283 ] {} <Debug> HTTP-Session: a26db9f6-b1db-4d2d-bd4c-2012a659fa14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5378 2024.11.04 23:57:13.959948 [ 283 ] {} <Debug> HTTP-Session: a26db9f6-b1db-4d2d-bd4c-2012a659fa14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5379 2024.11.04 23:57:13.959980 [ 283 ] {} <Trace> HTTP-Session: a26db9f6-b1db-4d2d-bd4c-2012a659fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5380 2024.11.04 23:57:13.960100 [ 283 ] {9a04386d-03ae-4451-8684-5a48d4445cc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60474) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
5381 2024.11.04 23:57:13.960145 [ 283 ] {9a04386d-03ae-4451-8684-5a48d4445cc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5382 2024.11.04 23:57:13.960362 [ 283 ] {9a04386d-03ae-4451-8684-5a48d4445cc6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5383 2024.11.04 23:57:13.960723 [ 283 ] {9a04386d-03ae-4451-8684-5a48d4445cc6} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5384 2024.11.04 23:57:13.960759 [ 283 ] {9a04386d-03ae-4451-8684-5a48d4445cc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5385 2024.11.04 23:57:13.961114 [ 283 ] {9a04386d-03ae-4451-8684-5a48d4445cc6} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5386 2024.11.04 23:57:13.961541 [ 283 ] {9a04386d-03ae-4451-8684-5a48d4445cc6} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5387 2024.11.04 23:57:13.961709 [ 283 ] {9a04386d-03ae-4451-8684-5a48d4445cc6} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001639 sec., 34777.30323367907 rows/sec., 2.67 MiB/sec.
5388 2024.11.04 23:57:13.961897 [ 283 ] {9a04386d-03ae-4451-8684-5a48d4445cc6} <Debug> DynamicQueryHandler: Done processing query
5389 2024.11.04 23:57:13.961923 [ 283 ] {9a04386d-03ae-4451-8684-5a48d4445cc6} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
5390 2024.11.04 23:57:13.961940 [ 283 ] {} <Debug> HTTP-Session: a26db9f6-b1db-4d2d-bd4c-2012a659fa14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5391 2024.11.04 23:57:13.962130 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60474, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5392 2024.11.04 23:57:13.962143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36314, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5393 2024.11.04 23:57:13.962216 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5394 2024.11.04 23:57:13.962245 [ 3 ] {} <Debug> HTTP-Session: 644e36b6-0d89-4608-baef-cdcd4d4e61be Authenticating user 'default' from [fd00:1122:3344:101::d]:36314
5395 2024.11.04 23:57:13.962267 [ 3 ] {} <Debug> HTTP-Session: 644e36b6-0d89-4608-baef-cdcd4d4e61be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5396 2024.11.04 23:57:13.962286 [ 3 ] {} <Debug> HTTP-Session: 644e36b6-0d89-4608-baef-cdcd4d4e61be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5397 2024.11.04 23:57:13.962324 [ 3 ] {} <Trace> HTTP-Session: 644e36b6-0d89-4608-baef-cdcd4d4e61be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5398 2024.11.04 23:57:13.962440 [ 3 ] {a9d83ba8-e416-41b9-8f0b-a44d3f15b1e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36314) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
5399 2024.11.04 23:57:13.962492 [ 3 ] {a9d83ba8-e416-41b9-8f0b-a44d3f15b1e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5400 2024.11.04 23:57:13.962758 [ 3 ] {a9d83ba8-e416-41b9-8f0b-a44d3f15b1e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5401 2024.11.04 23:57:13.963063 [ 3 ] {a9d83ba8-e416-41b9-8f0b-a44d3f15b1e3} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5402 2024.11.04 23:57:13.963098 [ 3 ] {a9d83ba8-e416-41b9-8f0b-a44d3f15b1e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5403 2024.11.04 23:57:13.963437 [ 3 ] {a9d83ba8-e416-41b9-8f0b-a44d3f15b1e3} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5404 2024.11.04 23:57:13.963794 [ 3 ] {a9d83ba8-e416-41b9-8f0b-a44d3f15b1e3} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5405 2024.11.04 23:57:13.963950 [ 118 ] {} <Debug> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
5406 2024.11.04 23:57:13.963958 [ 3 ] {a9d83ba8-e416-41b9-8f0b-a44d3f15b1e3} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001538 sec., 1300.3901170351105 rows/sec., 90.80 KiB/sec.
5407 2024.11.04 23:57:13.964044 [ 118 ] {} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5408 2024.11.04 23:57:13.964113 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5409 2024.11.04 23:57:13.964320 [ 3 ] {a9d83ba8-e416-41b9-8f0b-a44d3f15b1e3} <Debug> DynamicQueryHandler: Done processing query
5410 2024.11.04 23:57:13.964339 [ 190 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full
5411 2024.11.04 23:57:13.964357 [ 3 ] {a9d83ba8-e416-41b9-8f0b-a44d3f15b1e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
5412 2024.11.04 23:57:13.964420 [ 3 ] {} <Debug> HTTP-Session: 644e36b6-0d89-4608-baef-cdcd4d4e61be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5413 2024.11.04 23:57:13.964624 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36314, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5414 2024.11.04 23:57:13.964646 [ 190 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5415 2024.11.04 23:57:13.964738 [ 190 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 49 rows starting from the beginning of the part
5416 2024.11.04 23:57:13.964747 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42629, User-Agent: (none), Length: 11229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5417 2024.11.04 23:57:13.964814 [ 3 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below):
5418 
5419 (version 23.8.7.1)
5420 2024.11.04 23:57:13.964937 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5421 2024.11.04 23:57:13.965006 [ 190 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part
5422 2024.11.04 23:57:13.965023 [ 283 ] {} <Debug> HTTP-Session: 0b7fdf24-1ea4-4aba-bbcc-a61b83dba1b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:42629
5423 2024.11.04 23:57:13.965117 [ 283 ] {} <Debug> HTTP-Session: 0b7fdf24-1ea4-4aba-bbcc-a61b83dba1b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5424 2024.11.04 23:57:13.965196 [ 283 ] {} <Debug> HTTP-Session: 0b7fdf24-1ea4-4aba-bbcc-a61b83dba1b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5425 2024.11.04 23:57:13.965294 [ 190 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 39 rows starting from the beginning of the part
5426 2024.11.04 23:57:13.965337 [ 283 ] {} <Trace> HTTP-Session: 0b7fdf24-1ea4-4aba-bbcc-a61b83dba1b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5427 2024.11.04 23:57:13.965664 [ 190 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 10 rows starting from the beginning of the part
5428 2024.11.04 23:57:13.965909 [ 283 ] {fe8bc756-0d93-49d4-8820-315fe495c7ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42629) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
5429 2024.11.04 23:57:13.966055 [ 190 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 39 rows starting from the beginning of the part
5430 2024.11.04 23:57:13.966138 [ 283 ] {fe8bc756-0d93-49d4-8820-315fe495c7ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5431 2024.11.04 23:57:13.966428 [ 190 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part
5432 2024.11.04 23:57:13.967351 [ 283 ] {fe8bc756-0d93-49d4-8820-315fe495c7ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5433 2024.11.04 23:57:13.968372 [ 283 ] {fe8bc756-0d93-49d4-8820-315fe495c7ed} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5434 2024.11.04 23:57:13.968450 [ 283 ] {fe8bc756-0d93-49d4-8820-315fe495c7ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5435 2024.11.04 23:57:13.969211 [ 190 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 141 rows, containing 5 columns (5 merged, 0 gathered) in 0.004978742 sec., 28320.40704258224 rows/sec., 2.16 MiB/sec.
5436 2024.11.04 23:57:13.969468 [ 283 ] {fe8bc756-0d93-49d4-8820-315fe495c7ed} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5437 2024.11.04 23:57:13.969480 [ 190 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
5438 2024.11.04 23:57:13.970553 [ 283 ] {fe8bc756-0d93-49d4-8820-315fe495c7ed} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5439 2024.11.04 23:57:13.970619 [ 190 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_16_3} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5440 2024.11.04 23:57:13.970798 [ 190 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_16_3} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
5441 2024.11.04 23:57:13.970872 [ 283 ] {fe8bc756-0d93-49d4-8820-315fe495c7ed} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.005234 sec., 12609.858616736721 rows/sec., 1008.47 KiB/sec.
5442 2024.11.04 23:57:13.970993 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
5443 2024.11.04 23:57:13.971213 [ 283 ] {fe8bc756-0d93-49d4-8820-315fe495c7ed} <Debug> DynamicQueryHandler: Done processing query
5444 2024.11.04 23:57:13.971243 [ 283 ] {fe8bc756-0d93-49d4-8820-315fe495c7ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
5445 2024.11.04 23:57:13.971261 [ 283 ] {} <Debug> HTTP-Session: 0b7fdf24-1ea4-4aba-bbcc-a61b83dba1b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5446 2024.11.04 23:57:13.971464 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42629, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5447 2024.11.04 23:57:13.971571 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48924, User-Agent: (none), Length: 24709, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5448 2024.11.04 23:57:13.971622 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5449 2024.11.04 23:57:13.971641 [ 3 ] {} <Debug> HTTP-Session: 6dcf2b5f-e374-4d29-ae02-c8c344f0bacf Authenticating user 'default' from [fd00:1122:3344:101::d]:48924
5450 2024.11.04 23:57:13.971657 [ 3 ] {} <Debug> HTTP-Session: 6dcf2b5f-e374-4d29-ae02-c8c344f0bacf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5451 2024.11.04 23:57:13.971671 [ 3 ] {} <Debug> HTTP-Session: 6dcf2b5f-e374-4d29-ae02-c8c344f0bacf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5452 2024.11.04 23:57:13.971703 [ 3 ] {} <Trace> HTTP-Session: 6dcf2b5f-e374-4d29-ae02-c8c344f0bacf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5453 2024.11.04 23:57:13.971855 [ 3 ] {eae2258e-f80c-4d9e-b16e-6d7b9abdeac3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48924) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
5454 2024.11.04 23:57:13.971904 [ 3 ] {eae2258e-f80c-4d9e-b16e-6d7b9abdeac3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5455 2024.11.04 23:57:13.972071 [ 3 ] {eae2258e-f80c-4d9e-b16e-6d7b9abdeac3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5456 2024.11.04 23:57:13.972461 [ 3 ] {eae2258e-f80c-4d9e-b16e-6d7b9abdeac3} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5457 2024.11.04 23:57:13.972496 [ 3 ] {eae2258e-f80c-4d9e-b16e-6d7b9abdeac3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5458 2024.11.04 23:57:13.972902 [ 3 ] {eae2258e-f80c-4d9e-b16e-6d7b9abdeac3} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5459 2024.11.04 23:57:13.973254 [ 3 ] {eae2258e-f80c-4d9e-b16e-6d7b9abdeac3} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5460 2024.11.04 23:57:13.973384 [ 3 ] {eae2258e-f80c-4d9e-b16e-6d7b9abdeac3} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001595 sec., 80877.74294670846 rows/sec., 5.63 MiB/sec.
5461 2024.11.04 23:57:13.973690 [ 3 ] {eae2258e-f80c-4d9e-b16e-6d7b9abdeac3} <Debug> DynamicQueryHandler: Done processing query
5462 2024.11.04 23:57:13.973732 [ 3 ] {eae2258e-f80c-4d9e-b16e-6d7b9abdeac3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
5463 2024.11.04 23:57:13.973749 [ 3 ] {} <Debug> HTTP-Session: 6dcf2b5f-e374-4d29-ae02-c8c344f0bacf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5464 2024.11.04 23:57:13.973887 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48924, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5465 2024.11.04 23:57:13.973908 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42629, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5466 2024.11.04 23:57:13.973973 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5467 2024.11.04 23:57:13.974000 [ 283 ] {} <Debug> HTTP-Session: 95ec2896-1dc4-4c61-ad69-cc221deb5fe9 Authenticating user 'default' from [fd00:1122:3344:101::d]:42629
5468 2024.11.04 23:57:13.974022 [ 283 ] {} <Debug> HTTP-Session: 95ec2896-1dc4-4c61-ad69-cc221deb5fe9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5469 2024.11.04 23:57:13.974040 [ 283 ] {} <Debug> HTTP-Session: 95ec2896-1dc4-4c61-ad69-cc221deb5fe9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5470 2024.11.04 23:57:13.974080 [ 283 ] {} <Trace> HTTP-Session: 95ec2896-1dc4-4c61-ad69-cc221deb5fe9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5471 2024.11.04 23:57:13.974222 [ 283 ] {47c01708-3349-4e52-b2ff-3cdb972a94b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42629) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
5472 2024.11.04 23:57:13.974279 [ 283 ] {47c01708-3349-4e52-b2ff-3cdb972a94b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5473 2024.11.04 23:57:13.974453 [ 283 ] {47c01708-3349-4e52-b2ff-3cdb972a94b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5474 2024.11.04 23:57:13.974778 [ 283 ] {47c01708-3349-4e52-b2ff-3cdb972a94b1} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5475 2024.11.04 23:57:13.974815 [ 283 ] {47c01708-3349-4e52-b2ff-3cdb972a94b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5476 2024.11.04 23:57:13.975181 [ 283 ] {47c01708-3349-4e52-b2ff-3cdb972a94b1} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5477 2024.11.04 23:57:13.975518 [ 283 ] {47c01708-3349-4e52-b2ff-3cdb972a94b1} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5478 2024.11.04 23:57:13.975652 [ 283 ] {47c01708-3349-4e52-b2ff-3cdb972a94b1} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001481 sec., 32410.533423362594 rows/sec., 2.18 MiB/sec.
5479 2024.11.04 23:57:13.975988 [ 283 ] {47c01708-3349-4e52-b2ff-3cdb972a94b1} <Debug> DynamicQueryHandler: Done processing query
5480 2024.11.04 23:57:13.976014 [ 283 ] {47c01708-3349-4e52-b2ff-3cdb972a94b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
5481 2024.11.04 23:57:13.976032 [ 283 ] {} <Debug> HTTP-Session: 95ec2896-1dc4-4c61-ad69-cc221deb5fe9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5482 2024.11.04 23:57:13.976216 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42629, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5483 2024.11.04 23:57:15.417530 [ 114 ] {} <Debug> DNSResolver: Updating DNS cache
5484 2024.11.04 23:57:15.417593 [ 114 ] {} <Debug> DNSResolver: Updated DNS cache
5485 2024.11.04 23:57:18.958872 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43596, User-Agent: (none), Length: 7838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5486 2024.11.04 23:57:18.959011 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5487 2024.11.04 23:57:18.959045 [ 3 ] {} <Debug> HTTP-Session: e7d161ea-fee8-4408-921b-193b18e28817 Authenticating user 'default' from [fd00:1122:3344:101::d]:43596
5488 2024.11.04 23:57:18.959078 [ 3 ] {} <Debug> HTTP-Session: e7d161ea-fee8-4408-921b-193b18e28817 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5489 2024.11.04 23:57:18.959099 [ 3 ] {} <Debug> HTTP-Session: e7d161ea-fee8-4408-921b-193b18e28817 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5490 2024.11.04 23:57:18.959165 [ 3 ] {} <Trace> HTTP-Session: e7d161ea-fee8-4408-921b-193b18e28817 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5491 2024.11.04 23:57:18.959394 [ 3 ] {8373c727-7073-47ae-ad8f-fadf7ab42707} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43596) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
5492 2024.11.04 23:57:18.959471 [ 3 ] {8373c727-7073-47ae-ad8f-fadf7ab42707} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5493 2024.11.04 23:57:18.959858 [ 3 ] {8373c727-7073-47ae-ad8f-fadf7ab42707} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5494 2024.11.04 23:57:18.960364 [ 3 ] {8373c727-7073-47ae-ad8f-fadf7ab42707} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5495 2024.11.04 23:57:18.960413 [ 3 ] {8373c727-7073-47ae-ad8f-fadf7ab42707} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5496 2024.11.04 23:57:18.960837 [ 3 ] {8373c727-7073-47ae-ad8f-fadf7ab42707} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5497 2024.11.04 23:57:18.961228 [ 3 ] {8373c727-7073-47ae-ad8f-fadf7ab42707} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5498 2024.11.04 23:57:18.961405 [ 3 ] {8373c727-7073-47ae-ad8f-fadf7ab42707} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002081 sec., 26910.13935607881 rows/sec., 2.07 MiB/sec.
5499 2024.11.04 23:57:18.961422 [ 110 ] {} <Debug> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5500 2024.11.04 23:57:18.961517 [ 110 ] {} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5501 2024.11.04 23:57:18.961575 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5502 2024.11.04 23:57:18.961767 [ 3 ] {8373c727-7073-47ae-ad8f-fadf7ab42707} <Debug> DynamicQueryHandler: Done processing query
5503 2024.11.04 23:57:18.961856 [ 3 ] {8373c727-7073-47ae-ad8f-fadf7ab42707} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
5504 2024.11.04 23:57:18.961874 [ 189 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full
5505 2024.11.04 23:57:18.961901 [ 3 ] {} <Debug> HTTP-Session: e7d161ea-fee8-4408-921b-193b18e28817 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5506 2024.11.04 23:57:18.962236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43596, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5507 2024.11.04 23:57:18.962466 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45021, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5508 2024.11.04 23:57:18.962594 [ 3 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below):
5509 
5510 (version 23.8.7.1)
5511 2024.11.04 23:57:18.962716 [ 189 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5512 2024.11.04 23:57:18.962722 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5513 2024.11.04 23:57:18.962802 [ 283 ] {} <Debug> HTTP-Session: 70457e64-b76d-4328-9fa0-1401f7ce2b94 Authenticating user 'default' from [fd00:1122:3344:101::d]:45021
5514 2024.11.04 23:57:18.962805 [ 189 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1415 rows starting from the beginning of the part
5515 2024.11.04 23:57:18.962841 [ 283 ] {} <Debug> HTTP-Session: 70457e64-b76d-4328-9fa0-1401f7ce2b94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5516 2024.11.04 23:57:18.962880 [ 283 ] {} <Debug> HTTP-Session: 70457e64-b76d-4328-9fa0-1401f7ce2b94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5517 2024.11.04 23:57:18.963028 [ 283 ] {} <Trace> HTTP-Session: 70457e64-b76d-4328-9fa0-1401f7ce2b94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5518 2024.11.04 23:57:18.963048 [ 189 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 61 rows starting from the beginning of the part
5519 2024.11.04 23:57:18.963385 [ 189 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part
5520 2024.11.04 23:57:18.963423 [ 283 ] {e6560f57-9250-4f89-939f-71823c5c3598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45021) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
5521 2024.11.04 23:57:18.963609 [ 283 ] {e6560f57-9250-4f89-939f-71823c5c3598} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5522 2024.11.04 23:57:18.963810 [ 189 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 267 rows starting from the beginning of the part
5523 2024.11.04 23:57:18.964137 [ 189 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 57 rows starting from the beginning of the part
5524 2024.11.04 23:57:18.964461 [ 189 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 56 rows starting from the beginning of the part
5525 2024.11.04 23:57:18.965307 [ 283 ] {e6560f57-9250-4f89-939f-71823c5c3598} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5526 2024.11.04 23:57:18.966274 [ 283 ] {e6560f57-9250-4f89-939f-71823c5c3598} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5527 2024.11.04 23:57:18.966346 [ 283 ] {e6560f57-9250-4f89-939f-71823c5c3598} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5528 2024.11.04 23:57:18.967276 [ 283 ] {e6560f57-9250-4f89-939f-71823c5c3598} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5529 2024.11.04 23:57:18.968136 [ 192 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1912 rows, containing 5 columns (5 merged, 0 gathered) in 0.006487873 sec., 294703.6725287317 rows/sec., 25.79 MiB/sec.
5530 2024.11.04 23:57:18.968295 [ 283 ] {e6560f57-9250-4f89-939f-71823c5c3598} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5531 2024.11.04 23:57:18.968536 [ 110 ] {} <Debug> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5532 2024.11.04 23:57:18.968540 [ 192 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5533 2024.11.04 23:57:18.968568 [ 283 ] {e6560f57-9250-4f89-939f-71823c5c3598} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005314 sec., 12043.658261196839 rows/sec., 962.60 KiB/sec.
5534 2024.11.04 23:57:18.968613 [ 110 ] {} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5535 2024.11.04 23:57:18.968717 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5536 2024.11.04 23:57:18.969158 [ 187 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full
5537 2024.11.04 23:57:18.969360 [ 283 ] {e6560f57-9250-4f89-939f-71823c5c3598} <Debug> DynamicQueryHandler: Done processing query
5538 2024.11.04 23:57:18.969482 [ 283 ] {e6560f57-9250-4f89-939f-71823c5c3598} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
5539 2024.11.04 23:57:18.969582 [ 283 ] {} <Debug> HTTP-Session: 70457e64-b76d-4328-9fa0-1401f7ce2b94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5540 2024.11.04 23:57:18.969781 [ 187 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5541 2024.11.04 23:57:18.969826 [ 187 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 907 rows starting from the beginning of the part
5542 2024.11.04 23:57:18.970077 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45021, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5543 2024.11.04 23:57:18.970241 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5544 2024.11.04 23:57:18.970268 [ 187 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 74 rows starting from the beginning of the part
5545 2024.11.04 23:57:18.970374 [ 192 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_26_5} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5546 2024.11.04 23:57:18.970467 [ 283 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below):
5547 
5548 (version 23.8.7.1)
5549 2024.11.04 23:57:18.970499 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5550 2024.11.04 23:57:18.970731 [ 3 ] {} <Debug> HTTP-Session: b0cac1d3-383b-4233-88a5-e0c143d7577c Authenticating user 'default' from [fd00:1122:3344:101::d]:46200
5551 2024.11.04 23:57:18.970856 [ 3 ] {} <Debug> HTTP-Session: b0cac1d3-383b-4233-88a5-e0c143d7577c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5552 2024.11.04 23:57:18.970895 [ 187 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 64 rows starting from the beginning of the part
5553 2024.11.04 23:57:18.970955 [ 192 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_26_5} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5554 2024.11.04 23:57:18.970974 [ 3 ] {} <Debug> HTTP-Session: b0cac1d3-383b-4233-88a5-e0c143d7577c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5555 2024.11.04 23:57:18.971195 [ 3 ] {} <Trace> HTTP-Session: b0cac1d3-383b-4233-88a5-e0c143d7577c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5556 2024.11.04 23:57:18.971384 [ 187 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 421 rows starting from the beginning of the part
5557 2024.11.04 23:57:18.971406 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB.
5558 2024.11.04 23:57:18.971646 [ 187 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 66 rows starting from the beginning of the part
5559 2024.11.04 23:57:18.971826 [ 187 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 64 rows starting from the beginning of the part
5560 2024.11.04 23:57:18.971904 [ 3 ] {dfee908f-5fc4-4415-8cde-5cec0aa2a439} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
5561 2024.11.04 23:57:18.972158 [ 3 ] {dfee908f-5fc4-4415-8cde-5cec0aa2a439} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5562 2024.11.04 23:57:18.972761 [ 3 ] {dfee908f-5fc4-4415-8cde-5cec0aa2a439} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5563 2024.11.04 23:57:18.973864 [ 3 ] {dfee908f-5fc4-4415-8cde-5cec0aa2a439} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5564 2024.11.04 23:57:18.973928 [ 3 ] {dfee908f-5fc4-4415-8cde-5cec0aa2a439} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5565 2024.11.04 23:57:18.974911 [ 3 ] {dfee908f-5fc4-4415-8cde-5cec0aa2a439} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5566 2024.11.04 23:57:18.974980 [ 186 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1596 rows, containing 5 columns (5 merged, 0 gathered) in 0.006083595 sec., 262344.8799599579 rows/sec., 20.23 MiB/sec.
5567 2024.11.04 23:57:18.975296 [ 186 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5568 2024.11.04 23:57:18.975480 [ 3 ] {dfee908f-5fc4-4415-8cde-5cec0aa2a439} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5569 2024.11.04 23:57:18.975763 [ 110 ] {} <Debug> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5570 2024.11.04 23:57:18.975844 [ 3 ] {dfee908f-5fc4-4415-8cde-5cec0aa2a439} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004208 sec., 38022.813688212926 rows/sec., 2.65 MiB/sec.
5571 2024.11.04 23:57:18.975917 [ 110 ] {} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5572 2024.11.04 23:57:18.976203 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5573 2024.11.04 23:57:18.976564 [ 3 ] {dfee908f-5fc4-4415-8cde-5cec0aa2a439} <Debug> DynamicQueryHandler: Done processing query
5574 2024.11.04 23:57:18.976675 [ 3 ] {dfee908f-5fc4-4415-8cde-5cec0aa2a439} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
5575 2024.11.04 23:57:18.976798 [ 3 ] {} <Debug> HTTP-Session: b0cac1d3-383b-4233-88a5-e0c143d7577c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5576 2024.11.04 23:57:18.977240 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46200, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5577 2024.11.04 23:57:18.977268 [ 186 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_26_5} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5578 2024.11.04 23:57:18.977494 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33797, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5579 2024.11.04 23:57:18.977044 [ 192 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full
5580 2024.11.04 23:57:18.977617 [ 3 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below):
5581 
5582 (version 23.8.7.1)
5583 2024.11.04 23:57:18.977652 [ 186 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_26_5} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5584 2024.11.04 23:57:18.977726 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5585 2024.11.04 23:57:18.977828 [ 283 ] {} <Debug> HTTP-Session: 8596da0d-9943-49ae-9269-7164c1caedab Authenticating user 'default' from [fd00:1122:3344:101::d]:33797
5586 2024.11.04 23:57:18.977927 [ 283 ] {} <Debug> HTTP-Session: 8596da0d-9943-49ae-9269-7164c1caedab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5587 2024.11.04 23:57:18.978002 [ 283 ] {} <Debug> HTTP-Session: 8596da0d-9943-49ae-9269-7164c1caedab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5588 2024.11.04 23:57:18.978002 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB.
5589 2024.11.04 23:57:18.978135 [ 283 ] {} <Trace> HTTP-Session: 8596da0d-9943-49ae-9269-7164c1caedab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5590 2024.11.04 23:57:18.978185 [ 192 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5591 2024.11.04 23:57:18.978231 [ 192 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 4456 rows starting from the beginning of the part
5592 2024.11.04 23:57:18.978470 [ 192 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 133 rows starting from the beginning of the part
5593 2024.11.04 23:57:18.978523 [ 283 ] {c9eff961-b6a7-445c-ae5c-cece74db5fdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
5594 2024.11.04 23:57:18.978761 [ 192 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part
5595 2024.11.04 23:57:18.978768 [ 283 ] {c9eff961-b6a7-445c-ae5c-cece74db5fdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5596 2024.11.04 23:57:18.979065 [ 192 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 237 rows starting from the beginning of the part
5597 2024.11.04 23:57:18.979392 [ 192 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 129 rows starting from the beginning of the part
5598 2024.11.04 23:57:18.979726 [ 192 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part
5599 2024.11.04 23:57:18.980001 [ 283 ] {c9eff961-b6a7-445c-ae5c-cece74db5fdf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5600 2024.11.04 23:57:18.980939 [ 283 ] {c9eff961-b6a7-445c-ae5c-cece74db5fdf} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5601 2024.11.04 23:57:18.981002 [ 283 ] {c9eff961-b6a7-445c-ae5c-cece74db5fdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5602 2024.11.04 23:57:18.981808 [ 283 ] {c9eff961-b6a7-445c-ae5c-cece74db5fdf} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5603 2024.11.04 23:57:18.982671 [ 283 ] {c9eff961-b6a7-445c-ae5c-cece74db5fdf} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5604 2024.11.04 23:57:18.983051 [ 110 ] {} <Debug> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5605 2024.11.04 23:57:18.983136 [ 283 ] {c9eff961-b6a7-445c-ae5c-cece74db5fdf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004822 sec., 12442.96972210701 rows/sec., 858.69 KiB/sec.
5606 2024.11.04 23:57:18.983147 [ 110 ] {} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5607 2024.11.04 23:57:18.983233 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5608 2024.11.04 23:57:18.983581 [ 187 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full
5609 2024.11.04 23:57:18.983640 [ 283 ] {c9eff961-b6a7-445c-ae5c-cece74db5fdf} <Debug> DynamicQueryHandler: Done processing query
5610 2024.11.04 23:57:18.983697 [ 283 ] {c9eff961-b6a7-445c-ae5c-cece74db5fdf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
5611 2024.11.04 23:57:18.983758 [ 283 ] {} <Debug> HTTP-Session: 8596da0d-9943-49ae-9269-7164c1caedab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5612 2024.11.04 23:57:18.984037 [ 187 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5613 2024.11.04 23:57:18.984154 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33797, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5614 2024.11.04 23:57:18.984167 [ 187 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1136 rows starting from the beginning of the part
5615 2024.11.04 23:57:18.984193 [ 198 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5275 rows, containing 5 columns (5 merged, 0 gathered) in 0.00779979 sec., 676300.2593659572 rows/sec., 45.83 MiB/sec.
5616 2024.11.04 23:57:18.984437 [ 187 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 48 rows starting from the beginning of the part
5617 2024.11.04 23:57:18.984638 [ 187 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part
5618 2024.11.04 23:57:18.984828 [ 187 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 82 rows starting from the beginning of the part
5619 2024.11.04 23:57:18.984839 [ 198 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5620 2024.11.04 23:57:18.985203 [ 187 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 48 rows starting from the beginning of the part
5621 2024.11.04 23:57:18.985370 [ 187 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part
5622 2024.11.04 23:57:18.986459 [ 198 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5623 2024.11.04 23:57:18.986648 [ 198 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5624 2024.11.04 23:57:18.986810 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB.
5625 2024.11.04 23:57:18.987467 [ 198 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1434 rows, containing 4 columns (4 merged, 0 gathered) in 0.004053883 sec., 353734.92525561294 rows/sec., 23.03 MiB/sec.
5626 2024.11.04 23:57:18.987630 [ 192 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5627 2024.11.04 23:57:18.987993 [ 192 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_26_5} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5628 2024.11.04 23:57:18.988067 [ 192 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_26_5} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5629 2024.11.04 23:57:18.988136 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
5630 2024.11.04 23:57:20.559411 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 544
5631 2024.11.04 23:57:20.562132 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5632 2024.11.04 23:57:20.562188 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5633 2024.11.04 23:57:20.563685 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5634 2024.11.04 23:57:20.564675 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5635 2024.11.04 23:57:20.565517 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 544
5636 2024.11.04 23:57:21.113419 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50897, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5637 2024.11.04 23:57:21.274820 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45429, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5638 2024.11.04 23:57:21.297178 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57598, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5639 2024.11.04 23:57:21.317491 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60505, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5640 2024.11.04 23:57:21.339885 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63097, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5641 2024.11.04 23:57:21.437292 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53558, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5642 2024.11.04 23:57:21.440566 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54271, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5643 2024.11.04 23:57:21.449860 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34392, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5644 2024.11.04 23:57:23.964144 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50151, User-Agent: (none), Length: 40563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5645 2024.11.04 23:57:23.964269 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5646 2024.11.04 23:57:23.964299 [ 3 ] {} <Debug> HTTP-Session: 90419c6f-4f93-421e-8e4b-51f1e614dcc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50151
5647 2024.11.04 23:57:23.964324 [ 3 ] {} <Debug> HTTP-Session: 90419c6f-4f93-421e-8e4b-51f1e614dcc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5648 2024.11.04 23:57:23.964339 [ 3 ] {} <Debug> HTTP-Session: 90419c6f-4f93-421e-8e4b-51f1e614dcc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5649 2024.11.04 23:57:23.964388 [ 3 ] {} <Trace> HTTP-Session: 90419c6f-4f93-421e-8e4b-51f1e614dcc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5650 2024.11.04 23:57:23.964651 [ 3 ] {6548e2fe-9658-484e-a7b9-0c715446462e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50151) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
5651 2024.11.04 23:57:23.964718 [ 3 ] {6548e2fe-9658-484e-a7b9-0c715446462e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5652 2024.11.04 23:57:23.965051 [ 3 ] {6548e2fe-9658-484e-a7b9-0c715446462e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5653 2024.11.04 23:57:23.965717 [ 3 ] {6548e2fe-9658-484e-a7b9-0c715446462e} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5654 2024.11.04 23:57:23.965758 [ 3 ] {6548e2fe-9658-484e-a7b9-0c715446462e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5655 2024.11.04 23:57:23.966205 [ 3 ] {6548e2fe-9658-484e-a7b9-0c715446462e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5656 2024.11.04 23:57:23.966609 [ 3 ] {6548e2fe-9658-484e-a7b9-0c715446462e} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5657 2024.11.04 23:57:23.966756 [ 3 ] {6548e2fe-9658-484e-a7b9-0c715446462e} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.002228 sec., 119838.42010771992 rows/sec., 10.66 MiB/sec.
5658 2024.11.04 23:57:23.966979 [ 3 ] {6548e2fe-9658-484e-a7b9-0c715446462e} <Debug> DynamicQueryHandler: Done processing query
5659 2024.11.04 23:57:23.967007 [ 3 ] {6548e2fe-9658-484e-a7b9-0c715446462e} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
5660 2024.11.04 23:57:23.967024 [ 3 ] {} <Debug> HTTP-Session: 90419c6f-4f93-421e-8e4b-51f1e614dcc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5661 2024.11.04 23:57:23.967207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50151, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5662 2024.11.04 23:57:23.967286 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55544, User-Agent: (none), Length: 5644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5663 2024.11.04 23:57:23.967372 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5664 2024.11.04 23:57:23.967400 [ 283 ] {} <Debug> HTTP-Session: a44b1860-7784-4ee4-9992-7809d8de70af Authenticating user 'default' from [fd00:1122:3344:101::d]:55544
5665 2024.11.04 23:57:23.967423 [ 283 ] {} <Debug> HTTP-Session: a44b1860-7784-4ee4-9992-7809d8de70af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5666 2024.11.04 23:57:23.967441 [ 283 ] {} <Debug> HTTP-Session: a44b1860-7784-4ee4-9992-7809d8de70af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5667 2024.11.04 23:57:23.967486 [ 283 ] {} <Trace> HTTP-Session: a44b1860-7784-4ee4-9992-7809d8de70af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5668 2024.11.04 23:57:23.967637 [ 283 ] {35fff0f0-8143-4f2d-b3c5-bec64dc89824} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55544) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
5669 2024.11.04 23:57:23.967694 [ 283 ] {35fff0f0-8143-4f2d-b3c5-bec64dc89824} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5670 2024.11.04 23:57:23.967985 [ 283 ] {35fff0f0-8143-4f2d-b3c5-bec64dc89824} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5671 2024.11.04 23:57:23.968358 [ 283 ] {35fff0f0-8143-4f2d-b3c5-bec64dc89824} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5672 2024.11.04 23:57:23.968395 [ 283 ] {35fff0f0-8143-4f2d-b3c5-bec64dc89824} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5673 2024.11.04 23:57:23.968777 [ 283 ] {35fff0f0-8143-4f2d-b3c5-bec64dc89824} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5674 2024.11.04 23:57:23.969156 [ 283 ] {35fff0f0-8143-4f2d-b3c5-bec64dc89824} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5675 2024.11.04 23:57:23.969288 [ 283 ] {35fff0f0-8143-4f2d-b3c5-bec64dc89824} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001702 sec., 22914.21856639248 rows/sec., 1.68 MiB/sec.
5676 2024.11.04 23:57:23.969449 [ 283 ] {35fff0f0-8143-4f2d-b3c5-bec64dc89824} <Debug> DynamicQueryHandler: Done processing query
5677 2024.11.04 23:57:23.969476 [ 283 ] {35fff0f0-8143-4f2d-b3c5-bec64dc89824} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
5678 2024.11.04 23:57:23.969493 [ 283 ] {} <Debug> HTTP-Session: a44b1860-7784-4ee4-9992-7809d8de70af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5679 2024.11.04 23:57:23.969664 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55544, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5680 2024.11.04 23:57:23.969704 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57706, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5681 2024.11.04 23:57:23.969769 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5682 2024.11.04 23:57:23.969792 [ 3 ] {} <Debug> HTTP-Session: 0dd3f221-9082-4cce-971d-e6aa07026214 Authenticating user 'default' from [fd00:1122:3344:101::d]:57706
5683 2024.11.04 23:57:23.969814 [ 3 ] {} <Debug> HTTP-Session: 0dd3f221-9082-4cce-971d-e6aa07026214 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5684 2024.11.04 23:57:23.969828 [ 3 ] {} <Debug> HTTP-Session: 0dd3f221-9082-4cce-971d-e6aa07026214 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5685 2024.11.04 23:57:23.969861 [ 3 ] {} <Trace> HTTP-Session: 0dd3f221-9082-4cce-971d-e6aa07026214 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5686 2024.11.04 23:57:23.969970 [ 3 ] {e8b33ca9-526e-4eba-9020-eb1621214b8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57706) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
5687 2024.11.04 23:57:23.970017 [ 3 ] {e8b33ca9-526e-4eba-9020-eb1621214b8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5688 2024.11.04 23:57:23.970244 [ 3 ] {e8b33ca9-526e-4eba-9020-eb1621214b8a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5689 2024.11.04 23:57:23.970584 [ 3 ] {e8b33ca9-526e-4eba-9020-eb1621214b8a} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5690 2024.11.04 23:57:23.970620 [ 3 ] {e8b33ca9-526e-4eba-9020-eb1621214b8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5691 2024.11.04 23:57:23.970981 [ 3 ] {e8b33ca9-526e-4eba-9020-eb1621214b8a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
5692 2024.11.04 23:57:23.971342 [ 3 ] {e8b33ca9-526e-4eba-9020-eb1621214b8a} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5693 2024.11.04 23:57:23.971472 [ 3 ] {e8b33ca9-526e-4eba-9020-eb1621214b8a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00153 sec., 9150.326797385622 rows/sec., 640.83 KiB/sec.
5694 2024.11.04 23:57:23.971694 [ 3 ] {e8b33ca9-526e-4eba-9020-eb1621214b8a} <Debug> DynamicQueryHandler: Done processing query
5695 2024.11.04 23:57:23.971719 [ 3 ] {e8b33ca9-526e-4eba-9020-eb1621214b8a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5696 2024.11.04 23:57:23.971735 [ 3 ] {} <Debug> HTTP-Session: 0dd3f221-9082-4cce-971d-e6aa07026214 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5697 2024.11.04 23:57:23.971934 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57706, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5698 2024.11.04 23:57:23.971991 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33758, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5699 2024.11.04 23:57:23.972060 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5700 2024.11.04 23:57:23.972086 [ 283 ] {} <Debug> HTTP-Session: 50e0c35b-c069-4469-9d4c-bb4eef59469f Authenticating user 'default' from [fd00:1122:3344:101::d]:33758
5701 2024.11.04 23:57:23.972107 [ 283 ] {} <Debug> HTTP-Session: 50e0c35b-c069-4469-9d4c-bb4eef59469f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5702 2024.11.04 23:57:23.972124 [ 283 ] {} <Debug> HTTP-Session: 50e0c35b-c069-4469-9d4c-bb4eef59469f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5703 2024.11.04 23:57:23.972164 [ 283 ] {} <Trace> HTTP-Session: 50e0c35b-c069-4469-9d4c-bb4eef59469f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5704 2024.11.04 23:57:23.972284 [ 283 ] {72f45938-18ca-402e-a534-51f5384fbb9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33758) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
5705 2024.11.04 23:57:23.972328 [ 283 ] {72f45938-18ca-402e-a534-51f5384fbb9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5706 2024.11.04 23:57:23.972556 [ 283 ] {72f45938-18ca-402e-a534-51f5384fbb9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5707 2024.11.04 23:57:23.972862 [ 283 ] {72f45938-18ca-402e-a534-51f5384fbb9b} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5708 2024.11.04 23:57:23.972899 [ 283 ] {72f45938-18ca-402e-a534-51f5384fbb9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5709 2024.11.04 23:57:23.973247 [ 283 ] {72f45938-18ca-402e-a534-51f5384fbb9b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
5710 2024.11.04 23:57:23.973613 [ 283 ] {72f45938-18ca-402e-a534-51f5384fbb9b} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5711 2024.11.04 23:57:23.973754 [ 283 ] {72f45938-18ca-402e-a534-51f5384fbb9b} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001504 sec., 3989.36170212766 rows/sec., 235.70 KiB/sec.
5712 2024.11.04 23:57:23.973923 [ 283 ] {72f45938-18ca-402e-a534-51f5384fbb9b} <Debug> DynamicQueryHandler: Done processing query
5713 2024.11.04 23:57:23.973949 [ 283 ] {72f45938-18ca-402e-a534-51f5384fbb9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5714 2024.11.04 23:57:23.973966 [ 283 ] {} <Debug> HTTP-Session: 50e0c35b-c069-4469-9d4c-bb4eef59469f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5715 2024.11.04 23:57:23.974203 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33758, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5716 2024.11.04 23:57:23.974299 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39721, User-Agent: (none), Length: 68384, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5717 2024.11.04 23:57:23.974351 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5718 2024.11.04 23:57:23.974371 [ 3 ] {} <Debug> HTTP-Session: 10dafe61-c6f6-48ff-a111-ce636b7fbdf9 Authenticating user 'default' from [fd00:1122:3344:101::d]:39721
5719 2024.11.04 23:57:23.974388 [ 3 ] {} <Debug> HTTP-Session: 10dafe61-c6f6-48ff-a111-ce636b7fbdf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5720 2024.11.04 23:57:23.974402 [ 3 ] {} <Debug> HTTP-Session: 10dafe61-c6f6-48ff-a111-ce636b7fbdf9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5721 2024.11.04 23:57:23.974433 [ 3 ] {} <Trace> HTTP-Session: 10dafe61-c6f6-48ff-a111-ce636b7fbdf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5722 2024.11.04 23:57:23.974649 [ 3 ] {dd18487c-f503-4e8c-906b-4daceffbd3c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39721) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
5723 2024.11.04 23:57:23.974692 [ 3 ] {dd18487c-f503-4e8c-906b-4daceffbd3c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5724 2024.11.04 23:57:23.974915 [ 3 ] {dd18487c-f503-4e8c-906b-4daceffbd3c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5725 2024.11.04 23:57:23.975473 [ 3 ] {dd18487c-f503-4e8c-906b-4daceffbd3c9} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5726 2024.11.04 23:57:23.975509 [ 3 ] {dd18487c-f503-4e8c-906b-4daceffbd3c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5727 2024.11.04 23:57:23.975875 [ 3 ] {dd18487c-f503-4e8c-906b-4daceffbd3c9} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5728 2024.11.04 23:57:23.976233 [ 3 ] {dd18487c-f503-4e8c-906b-4daceffbd3c9} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5729 2024.11.04 23:57:23.976366 [ 3 ] {dd18487c-f503-4e8c-906b-4daceffbd3c9} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001832 sec., 229803.49344978164 rows/sec., 16.42 MiB/sec.
5730 2024.11.04 23:57:23.976543 [ 3 ] {dd18487c-f503-4e8c-906b-4daceffbd3c9} <Debug> DynamicQueryHandler: Done processing query
5731 2024.11.04 23:57:23.976568 [ 3 ] {dd18487c-f503-4e8c-906b-4daceffbd3c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
5732 2024.11.04 23:57:23.976584 [ 3 ] {} <Debug> HTTP-Session: 10dafe61-c6f6-48ff-a111-ce636b7fbdf9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5733 2024.11.04 23:57:23.976749 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33758, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5734 2024.11.04 23:57:23.976771 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39721, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5735 2024.11.04 23:57:23.976809 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5736 2024.11.04 23:57:23.976830 [ 283 ] {} <Debug> HTTP-Session: 919d687c-f4ba-4920-9980-2b6c430a3584 Authenticating user 'default' from [fd00:1122:3344:101::d]:33758
5737 2024.11.04 23:57:23.976852 [ 283 ] {} <Debug> HTTP-Session: 919d687c-f4ba-4920-9980-2b6c430a3584 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5738 2024.11.04 23:57:23.976866 [ 283 ] {} <Debug> HTTP-Session: 919d687c-f4ba-4920-9980-2b6c430a3584 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5739 2024.11.04 23:57:23.976902 [ 283 ] {} <Trace> HTTP-Session: 919d687c-f4ba-4920-9980-2b6c430a3584 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5740 2024.11.04 23:57:23.977001 [ 283 ] {423a46bd-082d-4d55-93b5-c150e802e030} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33758) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
5741 2024.11.04 23:57:23.977048 [ 283 ] {423a46bd-082d-4d55-93b5-c150e802e030} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5742 2024.11.04 23:57:23.977178 [ 283 ] {423a46bd-082d-4d55-93b5-c150e802e030} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5743 2024.11.04 23:57:23.977476 [ 283 ] {423a46bd-082d-4d55-93b5-c150e802e030} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5744 2024.11.04 23:57:23.977512 [ 283 ] {423a46bd-082d-4d55-93b5-c150e802e030} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5745 2024.11.04 23:57:23.977878 [ 283 ] {423a46bd-082d-4d55-93b5-c150e802e030} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
5746 2024.11.04 23:57:23.978211 [ 283 ] {423a46bd-082d-4d55-93b5-c150e802e030} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5747 2024.11.04 23:57:23.978356 [ 283 ] {423a46bd-082d-4d55-93b5-c150e802e030} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001375 sec., 4363.636363636364 rows/sec., 227.98 KiB/sec.
5748 2024.11.04 23:57:23.978659 [ 283 ] {423a46bd-082d-4d55-93b5-c150e802e030} <Debug> DynamicQueryHandler: Done processing query
5749 2024.11.04 23:57:23.978685 [ 283 ] {423a46bd-082d-4d55-93b5-c150e802e030} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
5750 2024.11.04 23:57:23.978702 [ 283 ] {} <Debug> HTTP-Session: 919d687c-f4ba-4920-9980-2b6c430a3584 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5751 2024.11.04 23:57:23.978881 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33758, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5752 2024.11.04 23:57:23.978998 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57219, User-Agent: (none), Length: 44639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5753 2024.11.04 23:57:23.979059 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5754 2024.11.04 23:57:23.979082 [ 3 ] {} <Debug> HTTP-Session: c31457e5-df63-4ba7-b985-3d3abdc1ef90 Authenticating user 'default' from [fd00:1122:3344:101::d]:57219
5755 2024.11.04 23:57:23.979104 [ 3 ] {} <Debug> HTTP-Session: c31457e5-df63-4ba7-b985-3d3abdc1ef90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5756 2024.11.04 23:57:23.979121 [ 3 ] {} <Debug> HTTP-Session: c31457e5-df63-4ba7-b985-3d3abdc1ef90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5757 2024.11.04 23:57:23.979159 [ 3 ] {} <Trace> HTTP-Session: c31457e5-df63-4ba7-b985-3d3abdc1ef90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5758 2024.11.04 23:57:23.979378 [ 3 ] {413f255a-c22a-4e03-ab92-0270a38f4cfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57219) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
5759 2024.11.04 23:57:23.979425 [ 3 ] {413f255a-c22a-4e03-ab92-0270a38f4cfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5760 2024.11.04 23:57:23.979590 [ 3 ] {413f255a-c22a-4e03-ab92-0270a38f4cfd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5761 2024.11.04 23:57:23.980231 [ 3 ] {413f255a-c22a-4e03-ab92-0270a38f4cfd} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5762 2024.11.04 23:57:23.980267 [ 3 ] {413f255a-c22a-4e03-ab92-0270a38f4cfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5763 2024.11.04 23:57:23.980641 [ 3 ] {413f255a-c22a-4e03-ab92-0270a38f4cfd} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5764 2024.11.04 23:57:23.980972 [ 3 ] {413f255a-c22a-4e03-ab92-0270a38f4cfd} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5765 2024.11.04 23:57:23.981101 [ 3 ] {413f255a-c22a-4e03-ab92-0270a38f4cfd} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001842 sec., 128664.49511400651 rows/sec., 8.62 MiB/sec.
5766 2024.11.04 23:57:23.981329 [ 3 ] {413f255a-c22a-4e03-ab92-0270a38f4cfd} <Debug> DynamicQueryHandler: Done processing query
5767 2024.11.04 23:57:23.981354 [ 3 ] {413f255a-c22a-4e03-ab92-0270a38f4cfd} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
5768 2024.11.04 23:57:23.981370 [ 3 ] {} <Debug> HTTP-Session: c31457e5-df63-4ba7-b985-3d3abdc1ef90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5769 2024.11.04 23:57:23.981525 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33758, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5770 2024.11.04 23:57:23.981535 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57219, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5771 2024.11.04 23:57:23.981589 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5772 2024.11.04 23:57:23.981616 [ 283 ] {} <Debug> HTTP-Session: fd9c7e79-f3eb-4fb6-bbab-215cbecf5cbc Authenticating user 'default' from [fd00:1122:3344:101::d]:33758
5773 2024.11.04 23:57:23.981641 [ 283 ] {} <Debug> HTTP-Session: fd9c7e79-f3eb-4fb6-bbab-215cbecf5cbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5774 2024.11.04 23:57:23.981662 [ 283 ] {} <Debug> HTTP-Session: fd9c7e79-f3eb-4fb6-bbab-215cbecf5cbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5775 2024.11.04 23:57:23.981702 [ 283 ] {} <Trace> HTTP-Session: fd9c7e79-f3eb-4fb6-bbab-215cbecf5cbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5776 2024.11.04 23:57:23.981822 [ 283 ] {77ee0159-3d21-409e-84d1-c7634614f2cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33758) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
5777 2024.11.04 23:57:23.981878 [ 283 ] {77ee0159-3d21-409e-84d1-c7634614f2cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5778 2024.11.04 23:57:23.982038 [ 283 ] {77ee0159-3d21-409e-84d1-c7634614f2cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5779 2024.11.04 23:57:23.982332 [ 283 ] {77ee0159-3d21-409e-84d1-c7634614f2cf} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5780 2024.11.04 23:57:23.982368 [ 283 ] {77ee0159-3d21-409e-84d1-c7634614f2cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5781 2024.11.04 23:57:23.982717 [ 283 ] {77ee0159-3d21-409e-84d1-c7634614f2cf} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
5782 2024.11.04 23:57:23.983036 [ 283 ] {77ee0159-3d21-409e-84d1-c7634614f2cf} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5783 2024.11.04 23:57:23.983173 [ 283 ] {77ee0159-3d21-409e-84d1-c7634614f2cf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001372 sec., 728.862973760933 rows/sec., 49.11 KiB/sec.
5784 2024.11.04 23:57:23.983490 [ 283 ] {77ee0159-3d21-409e-84d1-c7634614f2cf} <Debug> DynamicQueryHandler: Done processing query
5785 2024.11.04 23:57:23.983515 [ 283 ] {77ee0159-3d21-409e-84d1-c7634614f2cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
5786 2024.11.04 23:57:23.983531 [ 283 ] {} <Debug> HTTP-Session: fd9c7e79-f3eb-4fb6-bbab-215cbecf5cbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5787 2024.11.04 23:57:23.983698 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33758, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5788 2024.11.04 23:57:23.983803 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63446, User-Agent: (none), Length: 65458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5789 2024.11.04 23:57:23.983865 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5790 2024.11.04 23:57:23.983889 [ 3 ] {} <Debug> HTTP-Session: 14c9065b-d20c-44c1-8653-08fe76c95f91 Authenticating user 'default' from [fd00:1122:3344:101::d]:63446
5791 2024.11.04 23:57:23.983909 [ 3 ] {} <Debug> HTTP-Session: 14c9065b-d20c-44c1-8653-08fe76c95f91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5792 2024.11.04 23:57:23.983926 [ 3 ] {} <Debug> HTTP-Session: 14c9065b-d20c-44c1-8653-08fe76c95f91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5793 2024.11.04 23:57:23.983965 [ 3 ] {} <Trace> HTTP-Session: 14c9065b-d20c-44c1-8653-08fe76c95f91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5794 2024.11.04 23:57:23.984655 [ 3 ] {50ecbc27-9e6f-4ae7-b34f-f4a291d643f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
5795 2024.11.04 23:57:23.984729 [ 3 ] {50ecbc27-9e6f-4ae7-b34f-f4a291d643f3} <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
5796 2024.11.04 23:57:23.985172 [ 3 ] {50ecbc27-9e6f-4ae7-b34f-f4a291d643f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5797 2024.11.04 23:57:23.986222 [ 3 ] {50ecbc27-9e6f-4ae7-b34f-f4a291d643f3} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5798 2024.11.04 23:57:23.986258 [ 3 ] {50ecbc27-9e6f-4ae7-b34f-f4a291d643f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5799 2024.11.04 23:57:23.986943 [ 3 ] {50ecbc27-9e6f-4ae7-b34f-f4a291d643f3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
5800 2024.11.04 23:57:23.987348 [ 3 ] {50ecbc27-9e6f-4ae7-b34f-f4a291d643f3} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5801 2024.11.04 23:57:23.987493 [ 3 ] {50ecbc27-9e6f-4ae7-b34f-f4a291d643f3} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003421 sec., 11400.175387313651 rows/sec., 20.43 MiB/sec.
5802 2024.11.04 23:57:23.987700 [ 3 ] {50ecbc27-9e6f-4ae7-b34f-f4a291d643f3} <Debug> DynamicQueryHandler: Done processing query
5803 2024.11.04 23:57:23.987724 [ 3 ] {50ecbc27-9e6f-4ae7-b34f-f4a291d643f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB.
5804 2024.11.04 23:57:23.987738 [ 3 ] {} <Debug> HTTP-Session: 14c9065b-d20c-44c1-8653-08fe76c95f91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5805 2024.11.04 23:57:23.987914 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33758, User-Agent: (none), Length: 12146, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5806 2024.11.04 23:57:23.987920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63446, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5807 2024.11.04 23:57:23.987973 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5808 2024.11.04 23:57:23.987999 [ 283 ] {} <Debug> HTTP-Session: 567f0164-9ea3-40a6-9171-53eb8d54e0ef Authenticating user 'default' from [fd00:1122:3344:101::d]:33758
5809 2024.11.04 23:57:23.988019 [ 283 ] {} <Debug> HTTP-Session: 567f0164-9ea3-40a6-9171-53eb8d54e0ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5810 2024.11.04 23:57:23.988038 [ 283 ] {} <Debug> HTTP-Session: 567f0164-9ea3-40a6-9171-53eb8d54e0ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5811 2024.11.04 23:57:23.988074 [ 283 ] {} <Trace> HTTP-Session: 567f0164-9ea3-40a6-9171-53eb8d54e0ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5812 2024.11.04 23:57:23.988219 [ 283 ] {490fdf14-c3cc-4d4a-b6f1-c80a95d34f01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33758) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
5813 2024.11.04 23:57:23.988264 [ 283 ] {490fdf14-c3cc-4d4a-b6f1-c80a95d34f01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5814 2024.11.04 23:57:23.988383 [ 283 ] {490fdf14-c3cc-4d4a-b6f1-c80a95d34f01} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5815 2024.11.04 23:57:23.988772 [ 283 ] {490fdf14-c3cc-4d4a-b6f1-c80a95d34f01} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5816 2024.11.04 23:57:23.988807 [ 283 ] {490fdf14-c3cc-4d4a-b6f1-c80a95d34f01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5817 2024.11.04 23:57:23.989160 [ 283 ] {490fdf14-c3cc-4d4a-b6f1-c80a95d34f01} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5818 2024.11.04 23:57:23.989476 [ 283 ] {490fdf14-c3cc-4d4a-b6f1-c80a95d34f01} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5819 2024.11.04 23:57:23.989607 [ 283 ] {490fdf14-c3cc-4d4a-b6f1-c80a95d34f01} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001405 sec., 58362.989323843416 rows/sec., 3.71 MiB/sec.
5820 2024.11.04 23:57:23.989815 [ 283 ] {490fdf14-c3cc-4d4a-b6f1-c80a95d34f01} <Debug> DynamicQueryHandler: Done processing query
5821 2024.11.04 23:57:23.989840 [ 283 ] {490fdf14-c3cc-4d4a-b6f1-c80a95d34f01} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5822 2024.11.04 23:57:23.989856 [ 283 ] {} <Debug> HTTP-Session: 567f0164-9ea3-40a6-9171-53eb8d54e0ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5823 2024.11.04 23:57:23.990126 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33758, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5824 2024.11.04 23:57:24.201387 [ 107 ] {} <Debug> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
5825 2024.11.04 23:57:24.201458 [ 107 ] {} <Trace> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5826 2024.11.04 23:57:24.201485 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5827 2024.11.04 23:57:24.201830 [ 201 ] {ce9dbc75-98e0-4a02-b67c-85bb7a65062d::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full
5828 2024.11.04 23:57:24.202096 [ 201 ] {ce9dbc75-98e0-4a02-b67c-85bb7a65062d::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5829 2024.11.04 23:57:24.202161 [ 201 ] {ce9dbc75-98e0-4a02-b67c-85bb7a65062d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part
5830 2024.11.04 23:57:24.202333 [ 201 ] {ce9dbc75-98e0-4a02-b67c-85bb7a65062d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part
5831 2024.11.04 23:57:24.202488 [ 201 ] {ce9dbc75-98e0-4a02-b67c-85bb7a65062d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part
5832 2024.11.04 23:57:24.202723 [ 201 ] {ce9dbc75-98e0-4a02-b67c-85bb7a65062d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part
5833 2024.11.04 23:57:24.202946 [ 201 ] {ce9dbc75-98e0-4a02-b67c-85bb7a65062d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part
5834 2024.11.04 23:57:24.204028 [ 192 ] {ce9dbc75-98e0-4a02-b67c-85bb7a65062d::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 5 columns (5 merged, 0 gathered) in 0.00243461 sec., 9857.841707706779 rows/sec., 842.34 KiB/sec.
5835 2024.11.04 23:57:24.204230 [ 192 ] {ce9dbc75-98e0-4a02-b67c-85bb7a65062d::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
5836 2024.11.04 23:57:24.204730 [ 192 ] {ce9dbc75-98e0-4a02-b67c-85bb7a65062d::all_1_5_1} <Trace> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5837 2024.11.04 23:57:24.204820 [ 192 ] {ce9dbc75-98e0-4a02-b67c-85bb7a65062d::all_1_5_1} <Trace> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
5838 2024.11.04 23:57:24.204918 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
5839 2024.11.04 23:57:28.957061 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59199, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5840 2024.11.04 23:57:28.957206 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5841 2024.11.04 23:57:28.957236 [ 3 ] {} <Debug> HTTP-Session: 0f08b0ee-a04e-4031-990c-d3ca123641d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:59199
5842 2024.11.04 23:57:28.957266 [ 3 ] {} <Debug> HTTP-Session: 0f08b0ee-a04e-4031-990c-d3ca123641d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5843 2024.11.04 23:57:28.957284 [ 3 ] {} <Debug> HTTP-Session: 0f08b0ee-a04e-4031-990c-d3ca123641d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5844 2024.11.04 23:57:28.957344 [ 3 ] {} <Trace> HTTP-Session: 0f08b0ee-a04e-4031-990c-d3ca123641d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5845 2024.11.04 23:57:28.957543 [ 3 ] {2024e24c-0f31-45da-b3a3-56c100379555} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59199) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
5846 2024.11.04 23:57:28.957614 [ 3 ] {2024e24c-0f31-45da-b3a3-56c100379555} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5847 2024.11.04 23:57:28.957956 [ 3 ] {2024e24c-0f31-45da-b3a3-56c100379555} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5848 2024.11.04 23:57:28.958460 [ 3 ] {2024e24c-0f31-45da-b3a3-56c100379555} <Trace> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5849 2024.11.04 23:57:28.958506 [ 3 ] {2024e24c-0f31-45da-b3a3-56c100379555} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5850 2024.11.04 23:57:28.958913 [ 3 ] {2024e24c-0f31-45da-b3a3-56c100379555} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
5851 2024.11.04 23:57:28.959304 [ 3 ] {2024e24c-0f31-45da-b3a3-56c100379555} <Trace> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5852 2024.11.04 23:57:28.959489 [ 3 ] {2024e24c-0f31-45da-b3a3-56c100379555} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002002 sec., 1998.0019980019981 rows/sec., 162.92 KiB/sec.
5853 2024.11.04 23:57:28.959717 [ 3 ] {2024e24c-0f31-45da-b3a3-56c100379555} <Debug> DynamicQueryHandler: Done processing query
5854 2024.11.04 23:57:28.959745 [ 3 ] {2024e24c-0f31-45da-b3a3-56c100379555} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
5855 2024.11.04 23:57:28.959763 [ 3 ] {} <Debug> HTTP-Session: 0f08b0ee-a04e-4031-990c-d3ca123641d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5856 2024.11.04 23:57:28.959914 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59199, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5857 2024.11.04 23:57:28.960051 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57284, User-Agent: (none), Length: 8105, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5858 2024.11.04 23:57:28.960129 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5859 2024.11.04 23:57:28.960156 [ 283 ] {} <Debug> HTTP-Session: 1493b31d-bb0a-4f84-9d1c-cb523a5d3fc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:57284
5860 2024.11.04 23:57:28.960178 [ 283 ] {} <Debug> HTTP-Session: 1493b31d-bb0a-4f84-9d1c-cb523a5d3fc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5861 2024.11.04 23:57:28.960196 [ 283 ] {} <Debug> HTTP-Session: 1493b31d-bb0a-4f84-9d1c-cb523a5d3fc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5862 2024.11.04 23:57:28.960239 [ 283 ] {} <Trace> HTTP-Session: 1493b31d-bb0a-4f84-9d1c-cb523a5d3fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5863 2024.11.04 23:57:28.960390 [ 283 ] {995a72b8-8fc4-4035-ace9-2632dccff709} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57284) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
5864 2024.11.04 23:57:28.960449 [ 283 ] {995a72b8-8fc4-4035-ace9-2632dccff709} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5865 2024.11.04 23:57:28.960702 [ 283 ] {995a72b8-8fc4-4035-ace9-2632dccff709} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5866 2024.11.04 23:57:28.961083 [ 283 ] {995a72b8-8fc4-4035-ace9-2632dccff709} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5867 2024.11.04 23:57:28.961122 [ 283 ] {995a72b8-8fc4-4035-ace9-2632dccff709} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5868 2024.11.04 23:57:28.961487 [ 283 ] {995a72b8-8fc4-4035-ace9-2632dccff709} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5869 2024.11.04 23:57:28.961855 [ 283 ] {995a72b8-8fc4-4035-ace9-2632dccff709} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5870 2024.11.04 23:57:28.962026 [ 283 ] {995a72b8-8fc4-4035-ace9-2632dccff709} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.001684 sec., 34441.80522565321 rows/sec., 2.64 MiB/sec.
5871 2024.11.04 23:57:28.962215 [ 283 ] {995a72b8-8fc4-4035-ace9-2632dccff709} <Debug> DynamicQueryHandler: Done processing query
5872 2024.11.04 23:57:28.962241 [ 283 ] {995a72b8-8fc4-4035-ace9-2632dccff709} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
5873 2024.11.04 23:57:28.962258 [ 283 ] {} <Debug> HTTP-Session: 1493b31d-bb0a-4f84-9d1c-cb523a5d3fc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5874 2024.11.04 23:57:28.962376 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57284, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5875 2024.11.04 23:57:28.962396 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59199, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5876 2024.11.04 23:57:28.962462 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5877 2024.11.04 23:57:28.962489 [ 3 ] {} <Debug> HTTP-Session: bce43585-00b0-428b-9376-39191e00940b Authenticating user 'default' from [fd00:1122:3344:101::d]:59199
5878 2024.11.04 23:57:28.962511 [ 3 ] {} <Debug> HTTP-Session: bce43585-00b0-428b-9376-39191e00940b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5879 2024.11.04 23:57:28.962530 [ 3 ] {} <Debug> HTTP-Session: bce43585-00b0-428b-9376-39191e00940b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5880 2024.11.04 23:57:28.962569 [ 3 ] {} <Trace> HTTP-Session: bce43585-00b0-428b-9376-39191e00940b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5881 2024.11.04 23:57:28.962689 [ 3 ] {4c5f8887-b9b6-4009-a955-2c2572769f78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59199) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
5882 2024.11.04 23:57:28.962742 [ 3 ] {4c5f8887-b9b6-4009-a955-2c2572769f78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5883 2024.11.04 23:57:28.963030 [ 3 ] {4c5f8887-b9b6-4009-a955-2c2572769f78} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5884 2024.11.04 23:57:28.963416 [ 3 ] {4c5f8887-b9b6-4009-a955-2c2572769f78} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5885 2024.11.04 23:57:28.963461 [ 3 ] {4c5f8887-b9b6-4009-a955-2c2572769f78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5886 2024.11.04 23:57:28.963810 [ 3 ] {4c5f8887-b9b6-4009-a955-2c2572769f78} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5887 2024.11.04 23:57:28.964173 [ 3 ] {4c5f8887-b9b6-4009-a955-2c2572769f78} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5888 2024.11.04 23:57:28.964337 [ 3 ] {4c5f8887-b9b6-4009-a955-2c2572769f78} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001674 sec., 2389.4862604540026 rows/sec., 166.84 KiB/sec.
5889 2024.11.04 23:57:28.964566 [ 3 ] {4c5f8887-b9b6-4009-a955-2c2572769f78} <Debug> DynamicQueryHandler: Done processing query
5890 2024.11.04 23:57:28.964591 [ 3 ] {4c5f8887-b9b6-4009-a955-2c2572769f78} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
5891 2024.11.04 23:57:28.964608 [ 3 ] {} <Debug> HTTP-Session: bce43585-00b0-428b-9376-39191e00940b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5892 2024.11.04 23:57:28.964739 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59199, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5893 2024.11.04 23:57:28.964839 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56791, User-Agent: (none), Length: 11570, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5894 2024.11.04 23:57:28.964903 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5895 2024.11.04 23:57:28.964927 [ 283 ] {} <Debug> HTTP-Session: 3701a95d-5a7b-4331-9dcd-00f58d3b319d Authenticating user 'default' from [fd00:1122:3344:101::d]:56791
5896 2024.11.04 23:57:28.964947 [ 283 ] {} <Debug> HTTP-Session: 3701a95d-5a7b-4331-9dcd-00f58d3b319d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5897 2024.11.04 23:57:28.964964 [ 283 ] {} <Debug> HTTP-Session: 3701a95d-5a7b-4331-9dcd-00f58d3b319d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5898 2024.11.04 23:57:28.965003 [ 283 ] {} <Trace> HTTP-Session: 3701a95d-5a7b-4331-9dcd-00f58d3b319d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5899 2024.11.04 23:57:28.965146 [ 283 ] {422618b8-1871-42df-bbcd-48e9f386b075} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56791) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
5900 2024.11.04 23:57:28.965199 [ 283 ] {422618b8-1871-42df-bbcd-48e9f386b075} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5901 2024.11.04 23:57:28.965477 [ 283 ] {422618b8-1871-42df-bbcd-48e9f386b075} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5902 2024.11.04 23:57:28.965870 [ 283 ] {422618b8-1871-42df-bbcd-48e9f386b075} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5903 2024.11.04 23:57:28.965907 [ 283 ] {422618b8-1871-42df-bbcd-48e9f386b075} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5904 2024.11.04 23:57:28.966255 [ 283 ] {422618b8-1871-42df-bbcd-48e9f386b075} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5905 2024.11.04 23:57:28.966606 [ 283 ] {422618b8-1871-42df-bbcd-48e9f386b075} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5906 2024.11.04 23:57:28.966751 [ 283 ] {422618b8-1871-42df-bbcd-48e9f386b075} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001657 sec., 41038.02051901026 rows/sec., 3.21 MiB/sec.
5907 2024.11.04 23:57:28.967057 [ 283 ] {422618b8-1871-42df-bbcd-48e9f386b075} <Debug> DynamicQueryHandler: Done processing query
5908 2024.11.04 23:57:28.967099 [ 283 ] {422618b8-1871-42df-bbcd-48e9f386b075} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
5909 2024.11.04 23:57:28.967118 [ 283 ] {} <Debug> HTTP-Session: 3701a95d-5a7b-4331-9dcd-00f58d3b319d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5910 2024.11.04 23:57:28.967280 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59199, User-Agent: (none), Length: 24902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5911 2024.11.04 23:57:28.967293 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56791, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5912 2024.11.04 23:57:28.967345 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5913 2024.11.04 23:57:28.967376 [ 3 ] {} <Debug> HTTP-Session: 7eaecf4d-b0dd-4412-896d-43128e8a069d Authenticating user 'default' from [fd00:1122:3344:101::d]:59199
5914 2024.11.04 23:57:28.967397 [ 3 ] {} <Debug> HTTP-Session: 7eaecf4d-b0dd-4412-896d-43128e8a069d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5915 2024.11.04 23:57:28.967417 [ 3 ] {} <Debug> HTTP-Session: 7eaecf4d-b0dd-4412-896d-43128e8a069d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5916 2024.11.04 23:57:28.967457 [ 3 ] {} <Trace> HTTP-Session: 7eaecf4d-b0dd-4412-896d-43128e8a069d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5917 2024.11.04 23:57:28.967638 [ 3 ] {a83c9f8e-7010-44d7-8d81-43dcfbe8c220} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59199) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
5918 2024.11.04 23:57:28.967695 [ 3 ] {a83c9f8e-7010-44d7-8d81-43dcfbe8c220} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5919 2024.11.04 23:57:28.967901 [ 3 ] {a83c9f8e-7010-44d7-8d81-43dcfbe8c220} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5920 2024.11.04 23:57:28.968322 [ 3 ] {a83c9f8e-7010-44d7-8d81-43dcfbe8c220} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5921 2024.11.04 23:57:28.968393 [ 3 ] {a83c9f8e-7010-44d7-8d81-43dcfbe8c220} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5922 2024.11.04 23:57:28.968802 [ 3 ] {a83c9f8e-7010-44d7-8d81-43dcfbe8c220} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5923 2024.11.04 23:57:28.969137 [ 3 ] {a83c9f8e-7010-44d7-8d81-43dcfbe8c220} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5924 2024.11.04 23:57:28.969297 [ 3 ] {a83c9f8e-7010-44d7-8d81-43dcfbe8c220} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.00173 sec., 75144.50867052023 rows/sec., 5.23 MiB/sec.
5925 2024.11.04 23:57:28.969469 [ 3 ] {a83c9f8e-7010-44d7-8d81-43dcfbe8c220} <Debug> DynamicQueryHandler: Done processing query
5926 2024.11.04 23:57:28.969494 [ 3 ] {a83c9f8e-7010-44d7-8d81-43dcfbe8c220} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
5927 2024.11.04 23:57:28.969512 [ 3 ] {} <Debug> HTTP-Session: 7eaecf4d-b0dd-4412-896d-43128e8a069d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5928 2024.11.04 23:57:28.969667 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59199, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5929 2024.11.04 23:57:28.969772 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55411, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5930 2024.11.04 23:57:28.969873 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5931 2024.11.04 23:57:28.969900 [ 283 ] {} <Debug> HTTP-Session: c7c9ced2-03ae-4533-a40d-6595918d91db Authenticating user 'default' from [fd00:1122:3344:101::d]:55411
5932 2024.11.04 23:57:28.969921 [ 283 ] {} <Debug> HTTP-Session: c7c9ced2-03ae-4533-a40d-6595918d91db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5933 2024.11.04 23:57:28.969938 [ 283 ] {} <Debug> HTTP-Session: c7c9ced2-03ae-4533-a40d-6595918d91db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5934 2024.11.04 23:57:28.969978 [ 283 ] {} <Trace> HTTP-Session: c7c9ced2-03ae-4533-a40d-6595918d91db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5935 2024.11.04 23:57:28.970124 [ 283 ] {22bb3333-08d2-48b4-a67c-1d082edf8534} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55411) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
5936 2024.11.04 23:57:28.970181 [ 283 ] {22bb3333-08d2-48b4-a67c-1d082edf8534} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5937 2024.11.04 23:57:28.970347 [ 283 ] {22bb3333-08d2-48b4-a67c-1d082edf8534} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5938 2024.11.04 23:57:28.970684 [ 283 ] {22bb3333-08d2-48b4-a67c-1d082edf8534} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5939 2024.11.04 23:57:28.970722 [ 283 ] {22bb3333-08d2-48b4-a67c-1d082edf8534} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5940 2024.11.04 23:57:28.971084 [ 283 ] {22bb3333-08d2-48b4-a67c-1d082edf8534} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5941 2024.11.04 23:57:28.971409 [ 283 ] {22bb3333-08d2-48b4-a67c-1d082edf8534} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5942 2024.11.04 23:57:28.971553 [ 283 ] {22bb3333-08d2-48b4-a67c-1d082edf8534} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001474 sec., 32564.450474898236 rows/sec., 2.19 MiB/sec.
5943 2024.11.04 23:57:28.971730 [ 283 ] {22bb3333-08d2-48b4-a67c-1d082edf8534} <Debug> DynamicQueryHandler: Done processing query
5944 2024.11.04 23:57:28.971755 [ 283 ] {22bb3333-08d2-48b4-a67c-1d082edf8534} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
5945 2024.11.04 23:57:28.971771 [ 283 ] {} <Debug> HTTP-Session: c7c9ced2-03ae-4533-a40d-6595918d91db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5946 2024.11.04 23:57:28.971959 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55411, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5947 2024.11.04 23:57:30.417851 [ 102 ] {} <Debug> DNSResolver: Updating DNS cache
5948 2024.11.04 23:57:30.417960 [ 102 ] {} <Debug> DNSResolver: Updated DNS cache
5949 2024.11.04 23:57:30.565816 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 576
5950 2024.11.04 23:57:30.568745 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5951 2024.11.04 23:57:30.568803 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5952 2024.11.04 23:57:30.570289 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5953 2024.11.04 23:57:30.571333 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5954 2024.11.04 23:57:30.571524 [ 102 ] {} <Debug> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
5955 2024.11.04 23:57:30.571597 [ 102 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5956 2024.11.04 23:57:30.571638 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5957 2024.11.04 23:57:30.572321 [ 201 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full
5958 2024.11.04 23:57:30.573216 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 576
5959 2024.11.04 23:57:30.573900 [ 201 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5960 2024.11.04 23:57:30.574076 [ 201 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 444 rows starting from the beginning of the part
5961 2024.11.04 23:57:30.574726 [ 201 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 20 rows starting from the beginning of the part
5962 2024.11.04 23:57:30.575332 [ 201 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 32 rows starting from the beginning of the part
5963 2024.11.04 23:57:30.575877 [ 201 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 28 rows starting from the beginning of the part
5964 2024.11.04 23:57:30.576393 [ 201 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 20 rows starting from the beginning of the part
5965 2024.11.04 23:57:30.576871 [ 201 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 32 rows starting from the beginning of the part
5966 2024.11.04 23:57:30.585442 [ 192 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 576 rows, containing 72 columns (72 merged, 0 gathered) in 0.013670881 sec., 42133.34897728976 rows/sec., 32.93 MiB/sec.
5967 2024.11.04 23:57:30.586554 [ 188 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
5968 2024.11.04 23:57:30.588057 [ 188 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_16_3} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5969 2024.11.04 23:57:30.588153 [ 188 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_16_3} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
5970 2024.11.04 23:57:30.588372 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.98 MiB.
5971 2024.11.04 23:57:33.958928 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59199, User-Agent: (none), Length: 7838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5972 2024.11.04 23:57:33.959053 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5973 2024.11.04 23:57:33.959085 [ 3 ] {} <Debug> HTTP-Session: f1198bf6-d5ea-4439-8cde-f04e4f7fb489 Authenticating user 'default' from [fd00:1122:3344:101::d]:59199
5974 2024.11.04 23:57:33.959113 [ 3 ] {} <Debug> HTTP-Session: f1198bf6-d5ea-4439-8cde-f04e4f7fb489 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5975 2024.11.04 23:57:33.959131 [ 3 ] {} <Debug> HTTP-Session: f1198bf6-d5ea-4439-8cde-f04e4f7fb489 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5976 2024.11.04 23:57:33.959189 [ 3 ] {} <Trace> HTTP-Session: f1198bf6-d5ea-4439-8cde-f04e4f7fb489 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5977 2024.11.04 23:57:33.959414 [ 3 ] {06a43eed-b038-4128-8700-30a592da4f11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59199) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
5978 2024.11.04 23:57:33.959490 [ 3 ] {06a43eed-b038-4128-8700-30a592da4f11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5979 2024.11.04 23:57:33.959852 [ 3 ] {06a43eed-b038-4128-8700-30a592da4f11} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5980 2024.11.04 23:57:33.960423 [ 3 ] {06a43eed-b038-4128-8700-30a592da4f11} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5981 2024.11.04 23:57:33.960470 [ 3 ] {06a43eed-b038-4128-8700-30a592da4f11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5982 2024.11.04 23:57:33.960937 [ 3 ] {06a43eed-b038-4128-8700-30a592da4f11} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5983 2024.11.04 23:57:33.961320 [ 3 ] {06a43eed-b038-4128-8700-30a592da4f11} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5984 2024.11.04 23:57:33.961485 [ 3 ] {06a43eed-b038-4128-8700-30a592da4f11} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002145 sec., 26107.226107226106 rows/sec., 2.01 MiB/sec.
5985 2024.11.04 23:57:33.961830 [ 3 ] {06a43eed-b038-4128-8700-30a592da4f11} <Debug> DynamicQueryHandler: Done processing query
5986 2024.11.04 23:57:33.961862 [ 3 ] {06a43eed-b038-4128-8700-30a592da4f11} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
5987 2024.11.04 23:57:33.961881 [ 3 ] {} <Debug> HTTP-Session: f1198bf6-d5ea-4439-8cde-f04e4f7fb489 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5988 2024.11.04 23:57:33.962090 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59199, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5989 2024.11.04 23:57:33.962218 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63721, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5990 2024.11.04 23:57:33.962304 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5991 2024.11.04 23:57:33.962331 [ 283 ] {} <Debug> HTTP-Session: e7603cc2-8455-4d4d-8c47-6a76e699f2ad Authenticating user 'default' from [fd00:1122:3344:101::d]:63721
5992 2024.11.04 23:57:33.962354 [ 283 ] {} <Debug> HTTP-Session: e7603cc2-8455-4d4d-8c47-6a76e699f2ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5993 2024.11.04 23:57:33.962371 [ 283 ] {} <Debug> HTTP-Session: e7603cc2-8455-4d4d-8c47-6a76e699f2ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5994 2024.11.04 23:57:33.962416 [ 283 ] {} <Trace> HTTP-Session: e7603cc2-8455-4d4d-8c47-6a76e699f2ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5995 2024.11.04 23:57:33.962599 [ 283 ] {306be2aa-2935-4535-8017-7d6d294da21e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63721) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
5996 2024.11.04 23:57:33.962659 [ 283 ] {306be2aa-2935-4535-8017-7d6d294da21e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5997 2024.11.04 23:57:33.962933 [ 283 ] {306be2aa-2935-4535-8017-7d6d294da21e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5998 2024.11.04 23:57:33.963306 [ 283 ] {306be2aa-2935-4535-8017-7d6d294da21e} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5999 2024.11.04 23:57:33.963345 [ 283 ] {306be2aa-2935-4535-8017-7d6d294da21e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
6000 2024.11.04 23:57:33.963721 [ 283 ] {306be2aa-2935-4535-8017-7d6d294da21e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6001 2024.11.04 23:57:33.964081 [ 283 ] {306be2aa-2935-4535-8017-7d6d294da21e} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6002 2024.11.04 23:57:33.964255 [ 283 ] {306be2aa-2935-4535-8017-7d6d294da21e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001713 sec., 37361.354349095156 rows/sec., 2.92 MiB/sec.
6003 2024.11.04 23:57:33.964513 [ 283 ] {306be2aa-2935-4535-8017-7d6d294da21e} <Debug> DynamicQueryHandler: Done processing query
6004 2024.11.04 23:57:33.964538 [ 283 ] {306be2aa-2935-4535-8017-7d6d294da21e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
6005 2024.11.04 23:57:33.964555 [ 283 ] {} <Debug> HTTP-Session: e7603cc2-8455-4d4d-8c47-6a76e699f2ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6006 2024.11.04 23:57:33.964707 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63721, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6007 2024.11.04 23:57:33.964801 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34004, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6008 2024.11.04 23:57:33.964866 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6009 2024.11.04 23:57:33.964890 [ 3 ] {} <Debug> HTTP-Session: a89f5414-bd87-4426-8623-7b99ca4efdae Authenticating user 'default' from [fd00:1122:3344:101::d]:34004
6010 2024.11.04 23:57:33.964911 [ 3 ] {} <Debug> HTTP-Session: a89f5414-bd87-4426-8623-7b99ca4efdae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6011 2024.11.04 23:57:33.964928 [ 3 ] {} <Debug> HTTP-Session: a89f5414-bd87-4426-8623-7b99ca4efdae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6012 2024.11.04 23:57:33.964969 [ 3 ] {} <Trace> HTTP-Session: a89f5414-bd87-4426-8623-7b99ca4efdae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6013 2024.11.04 23:57:33.965161 [ 3 ] {1001d911-735f-44e4-9f85-512b5d1103d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
6014 2024.11.04 23:57:33.965218 [ 3 ] {1001d911-735f-44e4-9f85-512b5d1103d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6015 2024.11.04 23:57:33.965402 [ 3 ] {1001d911-735f-44e4-9f85-512b5d1103d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6016 2024.11.04 23:57:33.965821 [ 3 ] {1001d911-735f-44e4-9f85-512b5d1103d6} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6017 2024.11.04 23:57:33.965856 [ 3 ] {1001d911-735f-44e4-9f85-512b5d1103d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
6018 2024.11.04 23:57:33.966261 [ 3 ] {1001d911-735f-44e4-9f85-512b5d1103d6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6019 2024.11.04 23:57:33.966615 [ 3 ] {1001d911-735f-44e4-9f85-512b5d1103d6} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6020 2024.11.04 23:57:33.966794 [ 3 ] {1001d911-735f-44e4-9f85-512b5d1103d6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001712 sec., 93457.94392523365 rows/sec., 6.51 MiB/sec.
6021 2024.11.04 23:57:33.967122 [ 3 ] {1001d911-735f-44e4-9f85-512b5d1103d6} <Debug> DynamicQueryHandler: Done processing query
6022 2024.11.04 23:57:33.967147 [ 3 ] {1001d911-735f-44e4-9f85-512b5d1103d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
6023 2024.11.04 23:57:33.967164 [ 3 ] {} <Debug> HTTP-Session: a89f5414-bd87-4426-8623-7b99ca4efdae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6024 2024.11.04 23:57:33.967329 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63721, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6025 2024.11.04 23:57:33.967353 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34004, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6026 2024.11.04 23:57:33.967415 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6027 2024.11.04 23:57:33.967445 [ 283 ] {} <Debug> HTTP-Session: 0177ca2e-b930-459b-bb9c-6e34f1852c94 Authenticating user 'default' from [fd00:1122:3344:101::d]:63721
6028 2024.11.04 23:57:33.967470 [ 283 ] {} <Debug> HTTP-Session: 0177ca2e-b930-459b-bb9c-6e34f1852c94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6029 2024.11.04 23:57:33.967487 [ 283 ] {} <Debug> HTTP-Session: 0177ca2e-b930-459b-bb9c-6e34f1852c94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6030 2024.11.04 23:57:33.967528 [ 283 ] {} <Trace> HTTP-Session: 0177ca2e-b930-459b-bb9c-6e34f1852c94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6031 2024.11.04 23:57:33.967713 [ 283 ] {44b8f184-2ea4-4b73-ad16-4772d6512b4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63721) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6032 2024.11.04 23:57:33.967784 [ 283 ] {44b8f184-2ea4-4b73-ad16-4772d6512b4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6033 2024.11.04 23:57:33.967969 [ 283 ] {44b8f184-2ea4-4b73-ad16-4772d6512b4c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6034 2024.11.04 23:57:33.968301 [ 283 ] {44b8f184-2ea4-4b73-ad16-4772d6512b4c} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6035 2024.11.04 23:57:33.968340 [ 283 ] {44b8f184-2ea4-4b73-ad16-4772d6512b4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
6036 2024.11.04 23:57:33.968715 [ 283 ] {44b8f184-2ea4-4b73-ad16-4772d6512b4c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6037 2024.11.04 23:57:33.969045 [ 283 ] {44b8f184-2ea4-4b73-ad16-4772d6512b4c} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6038 2024.11.04 23:57:33.969206 [ 283 ] {44b8f184-2ea4-4b73-ad16-4772d6512b4c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001571 sec., 38192.234245703374 rows/sec., 2.57 MiB/sec.
6039 2024.11.04 23:57:33.969383 [ 283 ] {44b8f184-2ea4-4b73-ad16-4772d6512b4c} <Debug> DynamicQueryHandler: Done processing query
6040 2024.11.04 23:57:33.969408 [ 283 ] {44b8f184-2ea4-4b73-ad16-4772d6512b4c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
6041 2024.11.04 23:57:33.969424 [ 283 ] {} <Debug> HTTP-Session: 0177ca2e-b930-459b-bb9c-6e34f1852c94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6042 2024.11.04 23:57:33.969615 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63721, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6043 2024.11.04 23:57:38.964864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34004, User-Agent: (none), Length: 40563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6044 2024.11.04 23:57:38.965019 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6045 2024.11.04 23:57:38.965057 [ 3 ] {} <Debug> HTTP-Session: 4e9637bc-1ef6-4e53-93f7-487746a22a45 Authenticating user 'default' from [fd00:1122:3344:101::d]:34004
6046 2024.11.04 23:57:38.965091 [ 3 ] {} <Debug> HTTP-Session: 4e9637bc-1ef6-4e53-93f7-487746a22a45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6047 2024.11.04 23:57:38.965113 [ 3 ] {} <Debug> HTTP-Session: 4e9637bc-1ef6-4e53-93f7-487746a22a45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6048 2024.11.04 23:57:38.965173 [ 3 ] {} <Trace> HTTP-Session: 4e9637bc-1ef6-4e53-93f7-487746a22a45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6049 2024.11.04 23:57:38.965470 [ 3 ] {0d83cb41-f3a8-4ed9-ad63-534d1c8d5804} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34004) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
6050 2024.11.04 23:57:38.965547 [ 3 ] {0d83cb41-f3a8-4ed9-ad63-534d1c8d5804} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6051 2024.11.04 23:57:38.965925 [ 3 ] {0d83cb41-f3a8-4ed9-ad63-534d1c8d5804} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6052 2024.11.04 23:57:38.966567 [ 3 ] {0d83cb41-f3a8-4ed9-ad63-534d1c8d5804} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6053 2024.11.04 23:57:38.966614 [ 3 ] {0d83cb41-f3a8-4ed9-ad63-534d1c8d5804} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
6054 2024.11.04 23:57:38.967068 [ 3 ] {0d83cb41-f3a8-4ed9-ad63-534d1c8d5804} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6055 2024.11.04 23:57:38.967448 [ 3 ] {0d83cb41-f3a8-4ed9-ad63-534d1c8d5804} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6056 2024.11.04 23:57:38.967623 [ 3 ] {0d83cb41-f3a8-4ed9-ad63-534d1c8d5804} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.00229 sec., 116593.8864628821 rows/sec., 10.38 MiB/sec.
6057 2024.11.04 23:57:38.967874 [ 3 ] {0d83cb41-f3a8-4ed9-ad63-534d1c8d5804} <Debug> DynamicQueryHandler: Done processing query
6058 2024.11.04 23:57:38.967902 [ 3 ] {0d83cb41-f3a8-4ed9-ad63-534d1c8d5804} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
6059 2024.11.04 23:57:38.967919 [ 3 ] {} <Debug> HTTP-Session: 4e9637bc-1ef6-4e53-93f7-487746a22a45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6060 2024.11.04 23:57:38.968106 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34004, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6061 2024.11.04 23:57:38.968223 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53369, User-Agent: (none), Length: 5644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6062 2024.11.04 23:57:38.968305 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6063 2024.11.04 23:57:38.968331 [ 283 ] {} <Debug> HTTP-Session: 2471a0e2-5438-48e4-9381-b6bf1e570728 Authenticating user 'default' from [fd00:1122:3344:101::d]:53369
6064 2024.11.04 23:57:38.968354 [ 283 ] {} <Debug> HTTP-Session: 2471a0e2-5438-48e4-9381-b6bf1e570728 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6065 2024.11.04 23:57:38.968371 [ 283 ] {} <Debug> HTTP-Session: 2471a0e2-5438-48e4-9381-b6bf1e570728 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6066 2024.11.04 23:57:38.968415 [ 283 ] {} <Trace> HTTP-Session: 2471a0e2-5438-48e4-9381-b6bf1e570728 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6067 2024.11.04 23:57:38.968565 [ 283 ] {cace3f4e-ca58-4924-b674-fa83f4d4c9cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53369) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
6068 2024.11.04 23:57:38.968623 [ 283 ] {cace3f4e-ca58-4924-b674-fa83f4d4c9cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6069 2024.11.04 23:57:38.968925 [ 283 ] {cace3f4e-ca58-4924-b674-fa83f4d4c9cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6070 2024.11.04 23:57:38.969287 [ 283 ] {cace3f4e-ca58-4924-b674-fa83f4d4c9cb} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6071 2024.11.04 23:57:38.969327 [ 283 ] {cace3f4e-ca58-4924-b674-fa83f4d4c9cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
6072 2024.11.04 23:57:38.969694 [ 283 ] {cace3f4e-ca58-4924-b674-fa83f4d4c9cb} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6073 2024.11.04 23:57:38.970052 [ 283 ] {cace3f4e-ca58-4924-b674-fa83f4d4c9cb} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6074 2024.11.04 23:57:38.970234 [ 283 ] {cace3f4e-ca58-4924-b674-fa83f4d4c9cb} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001707 sec., 22847.100175746924 rows/sec., 1.68 MiB/sec.
6075 2024.11.04 23:57:38.970411 [ 283 ] {cace3f4e-ca58-4924-b674-fa83f4d4c9cb} <Debug> DynamicQueryHandler: Done processing query
6076 2024.11.04 23:57:38.970437 [ 283 ] {cace3f4e-ca58-4924-b674-fa83f4d4c9cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
6077 2024.11.04 23:57:38.970454 [ 283 ] {} <Debug> HTTP-Session: 2471a0e2-5438-48e4-9381-b6bf1e570728 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6078 2024.11.04 23:57:38.970608 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53369, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6079 2024.11.04 23:57:38.970730 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35980, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6080 2024.11.04 23:57:38.970794 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6081 2024.11.04 23:57:38.970819 [ 3 ] {} <Debug> HTTP-Session: 61023ee1-bc68-4121-bcfa-ac83168f67fc Authenticating user 'default' from [fd00:1122:3344:101::d]:35980
6082 2024.11.04 23:57:38.970840 [ 3 ] {} <Debug> HTTP-Session: 61023ee1-bc68-4121-bcfa-ac83168f67fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6083 2024.11.04 23:57:38.970857 [ 3 ] {} <Debug> HTTP-Session: 61023ee1-bc68-4121-bcfa-ac83168f67fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6084 2024.11.04 23:57:38.970896 [ 3 ] {} <Trace> HTTP-Session: 61023ee1-bc68-4121-bcfa-ac83168f67fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6085 2024.11.04 23:57:38.971023 [ 3 ] {a06502f9-3ce7-4164-a52c-6660b0fb576d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35980) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
6086 2024.11.04 23:57:38.971076 [ 3 ] {a06502f9-3ce7-4164-a52c-6660b0fb576d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6087 2024.11.04 23:57:38.971359 [ 3 ] {a06502f9-3ce7-4164-a52c-6660b0fb576d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6088 2024.11.04 23:57:38.971793 [ 3 ] {a06502f9-3ce7-4164-a52c-6660b0fb576d} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6089 2024.11.04 23:57:38.971876 [ 3 ] {a06502f9-3ce7-4164-a52c-6660b0fb576d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
6090 2024.11.04 23:57:38.972305 [ 3 ] {a06502f9-3ce7-4164-a52c-6660b0fb576d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
6091 2024.11.04 23:57:38.972658 [ 3 ] {a06502f9-3ce7-4164-a52c-6660b0fb576d} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6092 2024.11.04 23:57:38.972805 [ 3 ] {a06502f9-3ce7-4164-a52c-6660b0fb576d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001822 sec., 7683.863885839736 rows/sec., 538.13 KiB/sec.
6093 2024.11.04 23:57:38.973117 [ 3 ] {a06502f9-3ce7-4164-a52c-6660b0fb576d} <Debug> DynamicQueryHandler: Done processing query
6094 2024.11.04 23:57:38.973141 [ 3 ] {a06502f9-3ce7-4164-a52c-6660b0fb576d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6095 2024.11.04 23:57:38.973157 [ 3 ] {} <Debug> HTTP-Session: 61023ee1-bc68-4121-bcfa-ac83168f67fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6096 2024.11.04 23:57:38.973298 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53369, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6097 2024.11.04 23:57:38.973304 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35980, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6098 2024.11.04 23:57:38.973358 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6099 2024.11.04 23:57:38.973383 [ 283 ] {} <Debug> HTTP-Session: 4a337b52-b97b-4175-8edd-4c21563171f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:53369
6100 2024.11.04 23:57:38.973405 [ 283 ] {} <Debug> HTTP-Session: 4a337b52-b97b-4175-8edd-4c21563171f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6101 2024.11.04 23:57:38.973424 [ 283 ] {} <Debug> HTTP-Session: 4a337b52-b97b-4175-8edd-4c21563171f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6102 2024.11.04 23:57:38.973462 [ 283 ] {} <Trace> HTTP-Session: 4a337b52-b97b-4175-8edd-4c21563171f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6103 2024.11.04 23:57:38.973576 [ 283 ] {334f1195-2259-4d00-9903-dbffba60768e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53369) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
6104 2024.11.04 23:57:38.973691 [ 283 ] {334f1195-2259-4d00-9903-dbffba60768e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6105 2024.11.04 23:57:38.973991 [ 283 ] {334f1195-2259-4d00-9903-dbffba60768e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6106 2024.11.04 23:57:38.974304 [ 283 ] {334f1195-2259-4d00-9903-dbffba60768e} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6107 2024.11.04 23:57:38.974341 [ 283 ] {334f1195-2259-4d00-9903-dbffba60768e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
6108 2024.11.04 23:57:38.974685 [ 283 ] {334f1195-2259-4d00-9903-dbffba60768e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
6109 2024.11.04 23:57:38.975038 [ 283 ] {334f1195-2259-4d00-9903-dbffba60768e} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6110 2024.11.04 23:57:38.975222 [ 283 ] {334f1195-2259-4d00-9903-dbffba60768e} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001604 sec., 3740.6483790523694 rows/sec., 221.01 KiB/sec.
6111 2024.11.04 23:57:38.975446 [ 283 ] {334f1195-2259-4d00-9903-dbffba60768e} <Debug> DynamicQueryHandler: Done processing query
6112 2024.11.04 23:57:38.975471 [ 283 ] {334f1195-2259-4d00-9903-dbffba60768e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6113 2024.11.04 23:57:38.975487 [ 283 ] {} <Debug> HTTP-Session: 4a337b52-b97b-4175-8edd-4c21563171f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6114 2024.11.04 23:57:38.975742 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53369, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6115 2024.11.04 23:57:38.975819 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51727, User-Agent: (none), Length: 68384, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6116 2024.11.04 23:57:38.975881 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6117 2024.11.04 23:57:38.975905 [ 3 ] {} <Debug> HTTP-Session: 7360a0b7-2676-42aa-9398-afac355876f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51727
6118 2024.11.04 23:57:38.975926 [ 3 ] {} <Debug> HTTP-Session: 7360a0b7-2676-42aa-9398-afac355876f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6119 2024.11.04 23:57:38.975943 [ 3 ] {} <Debug> HTTP-Session: 7360a0b7-2676-42aa-9398-afac355876f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6120 2024.11.04 23:57:38.975981 [ 3 ] {} <Trace> HTTP-Session: 7360a0b7-2676-42aa-9398-afac355876f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6121 2024.11.04 23:57:38.976247 [ 3 ] {5916da80-7f15-418c-98f0-110b5bfad890} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51727) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
6122 2024.11.04 23:57:38.976300 [ 3 ] {5916da80-7f15-418c-98f0-110b5bfad890} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6123 2024.11.04 23:57:38.976579 [ 3 ] {5916da80-7f15-418c-98f0-110b5bfad890} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6124 2024.11.04 23:57:38.977295 [ 3 ] {5916da80-7f15-418c-98f0-110b5bfad890} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6125 2024.11.04 23:57:38.977332 [ 3 ] {5916da80-7f15-418c-98f0-110b5bfad890} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
6126 2024.11.04 23:57:38.977704 [ 3 ] {5916da80-7f15-418c-98f0-110b5bfad890} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6127 2024.11.04 23:57:38.978062 [ 3 ] {5916da80-7f15-418c-98f0-110b5bfad890} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6128 2024.11.04 23:57:38.978234 [ 3 ] {5916da80-7f15-418c-98f0-110b5bfad890} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.00212 sec., 198584.90566037738 rows/sec., 14.19 MiB/sec.
6129 2024.11.04 23:57:38.978432 [ 3 ] {5916da80-7f15-418c-98f0-110b5bfad890} <Debug> DynamicQueryHandler: Done processing query
6130 2024.11.04 23:57:38.978457 [ 3 ] {5916da80-7f15-418c-98f0-110b5bfad890} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
6131 2024.11.04 23:57:38.978474 [ 3 ] {} <Debug> HTTP-Session: 7360a0b7-2676-42aa-9398-afac355876f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6132 2024.11.04 23:57:38.978626 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53369, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6133 2024.11.04 23:57:38.978639 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51727, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6134 2024.11.04 23:57:38.978688 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6135 2024.11.04 23:57:38.978716 [ 283 ] {} <Debug> HTTP-Session: d749a6ab-210f-4cea-b016-423caa18814c Authenticating user 'default' from [fd00:1122:3344:101::d]:53369
6136 2024.11.04 23:57:38.978739 [ 283 ] {} <Debug> HTTP-Session: d749a6ab-210f-4cea-b016-423caa18814c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6137 2024.11.04 23:57:38.978760 [ 283 ] {} <Debug> HTTP-Session: d749a6ab-210f-4cea-b016-423caa18814c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6138 2024.11.04 23:57:38.978801 [ 283 ] {} <Trace> HTTP-Session: d749a6ab-210f-4cea-b016-423caa18814c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6139 2024.11.04 23:57:38.978917 [ 283 ] {bd0dfb73-52b9-40a4-b04e-543768df0c6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53369) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
6140 2024.11.04 23:57:38.978970 [ 283 ] {bd0dfb73-52b9-40a4-b04e-543768df0c6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6141 2024.11.04 23:57:38.979101 [ 283 ] {bd0dfb73-52b9-40a4-b04e-543768df0c6f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6142 2024.11.04 23:57:38.979361 [ 283 ] {bd0dfb73-52b9-40a4-b04e-543768df0c6f} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6143 2024.11.04 23:57:38.979397 [ 283 ] {bd0dfb73-52b9-40a4-b04e-543768df0c6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
6144 2024.11.04 23:57:38.979782 [ 283 ] {bd0dfb73-52b9-40a4-b04e-543768df0c6f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
6145 2024.11.04 23:57:38.980119 [ 283 ] {bd0dfb73-52b9-40a4-b04e-543768df0c6f} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6146 2024.11.04 23:57:38.980284 [ 283 ] {bd0dfb73-52b9-40a4-b04e-543768df0c6f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00139 sec., 4316.546762589928 rows/sec., 225.52 KiB/sec.
6147 2024.11.04 23:57:38.980584 [ 283 ] {bd0dfb73-52b9-40a4-b04e-543768df0c6f} <Debug> DynamicQueryHandler: Done processing query
6148 2024.11.04 23:57:38.980609 [ 283 ] {bd0dfb73-52b9-40a4-b04e-543768df0c6f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
6149 2024.11.04 23:57:38.980626 [ 283 ] {} <Debug> HTTP-Session: d749a6ab-210f-4cea-b016-423caa18814c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6150 2024.11.04 23:57:38.980825 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53369, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6151 2024.11.04 23:57:38.980928 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42238, User-Agent: (none), Length: 44639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6152 2024.11.04 23:57:38.980982 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6153 2024.11.04 23:57:38.981002 [ 3 ] {} <Debug> HTTP-Session: f45e4e75-117d-42f8-8dc6-2189fdf8bc1c Authenticating user 'default' from [fd00:1122:3344:101::d]:42238
6154 2024.11.04 23:57:38.981020 [ 3 ] {} <Debug> HTTP-Session: f45e4e75-117d-42f8-8dc6-2189fdf8bc1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6155 2024.11.04 23:57:38.981034 [ 3 ] {} <Debug> HTTP-Session: f45e4e75-117d-42f8-8dc6-2189fdf8bc1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6156 2024.11.04 23:57:38.981065 [ 3 ] {} <Trace> HTTP-Session: f45e4e75-117d-42f8-8dc6-2189fdf8bc1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6157 2024.11.04 23:57:38.981249 [ 3 ] {58db774e-52b5-4bd7-b390-4fc546f4ecc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42238) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
6158 2024.11.04 23:57:38.981302 [ 3 ] {58db774e-52b5-4bd7-b390-4fc546f4ecc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6159 2024.11.04 23:57:38.981473 [ 3 ] {58db774e-52b5-4bd7-b390-4fc546f4ecc0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6160 2024.11.04 23:57:38.981918 [ 3 ] {58db774e-52b5-4bd7-b390-4fc546f4ecc0} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6161 2024.11.04 23:57:38.981956 [ 3 ] {58db774e-52b5-4bd7-b390-4fc546f4ecc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
6162 2024.11.04 23:57:38.982343 [ 3 ] {58db774e-52b5-4bd7-b390-4fc546f4ecc0} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6163 2024.11.04 23:57:38.982683 [ 3 ] {58db774e-52b5-4bd7-b390-4fc546f4ecc0} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6164 2024.11.04 23:57:38.982851 [ 3 ] {58db774e-52b5-4bd7-b390-4fc546f4ecc0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001682 sec., 140903.6860879905 rows/sec., 9.44 MiB/sec.
6165 2024.11.04 23:57:38.983077 [ 3 ] {58db774e-52b5-4bd7-b390-4fc546f4ecc0} <Debug> DynamicQueryHandler: Done processing query
6166 2024.11.04 23:57:38.983102 [ 3 ] {58db774e-52b5-4bd7-b390-4fc546f4ecc0} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
6167 2024.11.04 23:57:38.983118 [ 3 ] {} <Debug> HTTP-Session: f45e4e75-117d-42f8-8dc6-2189fdf8bc1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6168 2024.11.04 23:57:38.983259 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53369, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6169 2024.11.04 23:57:38.983279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42238, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6170 2024.11.04 23:57:38.983319 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6171 2024.11.04 23:57:38.983339 [ 283 ] {} <Debug> HTTP-Session: 3c5c9a19-888d-47bb-85f9-149c1c9319a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:53369
6172 2024.11.04 23:57:38.983358 [ 283 ] {} <Debug> HTTP-Session: 3c5c9a19-888d-47bb-85f9-149c1c9319a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6173 2024.11.04 23:57:38.983372 [ 283 ] {} <Debug> HTTP-Session: 3c5c9a19-888d-47bb-85f9-149c1c9319a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6174 2024.11.04 23:57:38.983406 [ 283 ] {} <Trace> HTTP-Session: 3c5c9a19-888d-47bb-85f9-149c1c9319a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6175 2024.11.04 23:57:38.983502 [ 283 ] {97cfed2c-f41f-42f9-b730-adf7fb84bb26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53369) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
6176 2024.11.04 23:57:38.983546 [ 283 ] {97cfed2c-f41f-42f9-b730-adf7fb84bb26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6177 2024.11.04 23:57:38.983682 [ 283 ] {97cfed2c-f41f-42f9-b730-adf7fb84bb26} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6178 2024.11.04 23:57:38.983999 [ 283 ] {97cfed2c-f41f-42f9-b730-adf7fb84bb26} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6179 2024.11.04 23:57:38.984035 [ 283 ] {97cfed2c-f41f-42f9-b730-adf7fb84bb26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
6180 2024.11.04 23:57:38.984373 [ 283 ] {97cfed2c-f41f-42f9-b730-adf7fb84bb26} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
6181 2024.11.04 23:57:38.984688 [ 283 ] {97cfed2c-f41f-42f9-b730-adf7fb84bb26} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6182 2024.11.04 23:57:38.984818 [ 283 ] {97cfed2c-f41f-42f9-b730-adf7fb84bb26} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001338 sec., 747.3841554559043 rows/sec., 50.36 KiB/sec.
6183 2024.11.04 23:57:38.984992 [ 283 ] {97cfed2c-f41f-42f9-b730-adf7fb84bb26} <Debug> DynamicQueryHandler: Done processing query
6184 2024.11.04 23:57:38.985016 [ 283 ] {97cfed2c-f41f-42f9-b730-adf7fb84bb26} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
6185 2024.11.04 23:57:38.985032 [ 283 ] {} <Debug> HTTP-Session: 3c5c9a19-888d-47bb-85f9-149c1c9319a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6186 2024.11.04 23:57:38.985280 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53369, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6187 2024.11.04 23:57:38.985328 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63476, User-Agent: (none), Length: 65511, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6188 2024.11.04 23:57:38.985390 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6189 2024.11.04 23:57:38.985414 [ 3 ] {} <Debug> HTTP-Session: 116f58d0-c721-4568-8155-c906681a8a4c Authenticating user 'default' from [fd00:1122:3344:101::d]:63476
6190 2024.11.04 23:57:38.985435 [ 3 ] {} <Debug> HTTP-Session: 116f58d0-c721-4568-8155-c906681a8a4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6191 2024.11.04 23:57:38.985452 [ 3 ] {} <Debug> HTTP-Session: 116f58d0-c721-4568-8155-c906681a8a4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6192 2024.11.04 23:57:38.985489 [ 3 ] {} <Trace> HTTP-Session: 116f58d0-c721-4568-8155-c906681a8a4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6193 2024.11.04 23:57:38.986474 [ 3 ] {0e24b383-f009-49af-97c6-6e3753bbb324} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63476) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
6194 2024.11.04 23:57:38.986538 [ 3 ] {0e24b383-f009-49af-97c6-6e3753bbb324} <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
6195 2024.11.04 23:57:38.986952 [ 3 ] {0e24b383-f009-49af-97c6-6e3753bbb324} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6196 2024.11.04 23:57:38.987737 [ 3 ] {0e24b383-f009-49af-97c6-6e3753bbb324} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6197 2024.11.04 23:57:38.987776 [ 3 ] {0e24b383-f009-49af-97c6-6e3753bbb324} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
6198 2024.11.04 23:57:38.988420 [ 3 ] {0e24b383-f009-49af-97c6-6e3753bbb324} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
6199 2024.11.04 23:57:38.988824 [ 3 ] {0e24b383-f009-49af-97c6-6e3753bbb324} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6200 2024.11.04 23:57:38.989051 [ 3 ] {0e24b383-f009-49af-97c6-6e3753bbb324} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003446 sec., 11317.469529889728 rows/sec., 20.28 MiB/sec.
6201 2024.11.04 23:57:38.989579 [ 3 ] {0e24b383-f009-49af-97c6-6e3753bbb324} <Debug> DynamicQueryHandler: Done processing query
6202 2024.11.04 23:57:38.989604 [ 3 ] {0e24b383-f009-49af-97c6-6e3753bbb324} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB.
6203 2024.11.04 23:57:38.989620 [ 3 ] {} <Debug> HTTP-Session: 116f58d0-c721-4568-8155-c906681a8a4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6204 2024.11.04 23:57:38.989795 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53369, User-Agent: (none), Length: 12146, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6205 2024.11.04 23:57:38.989803 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63476, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6206 2024.11.04 23:57:38.989855 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6207 2024.11.04 23:57:38.989880 [ 283 ] {} <Debug> HTTP-Session: 2fe675c0-d954-4261-9418-8d12f3a95ca8 Authenticating user 'default' from [fd00:1122:3344:101::d]:53369
6208 2024.11.04 23:57:38.989902 [ 283 ] {} <Debug> HTTP-Session: 2fe675c0-d954-4261-9418-8d12f3a95ca8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6209 2024.11.04 23:57:38.989923 [ 283 ] {} <Debug> HTTP-Session: 2fe675c0-d954-4261-9418-8d12f3a95ca8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6210 2024.11.04 23:57:38.989963 [ 283 ] {} <Trace> HTTP-Session: 2fe675c0-d954-4261-9418-8d12f3a95ca8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6211 2024.11.04 23:57:38.990104 [ 283 ] {17bb8e1f-a72e-4c9a-b1e4-c5d333328126} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53369) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6212 2024.11.04 23:57:38.990157 [ 283 ] {17bb8e1f-a72e-4c9a-b1e4-c5d333328126} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6213 2024.11.04 23:57:38.990326 [ 283 ] {17bb8e1f-a72e-4c9a-b1e4-c5d333328126} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6214 2024.11.04 23:57:38.990736 [ 283 ] {17bb8e1f-a72e-4c9a-b1e4-c5d333328126} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6215 2024.11.04 23:57:38.990779 [ 283 ] {17bb8e1f-a72e-4c9a-b1e4-c5d333328126} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
6216 2024.11.04 23:57:38.991158 [ 283 ] {17bb8e1f-a72e-4c9a-b1e4-c5d333328126} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6217 2024.11.04 23:57:38.991482 [ 283 ] {17bb8e1f-a72e-4c9a-b1e4-c5d333328126} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6218 2024.11.04 23:57:38.991644 [ 283 ] {17bb8e1f-a72e-4c9a-b1e4-c5d333328126} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001586 sec., 51702.39596469105 rows/sec., 3.28 MiB/sec.
6219 2024.11.04 23:57:38.991804 [ 283 ] {17bb8e1f-a72e-4c9a-b1e4-c5d333328126} <Debug> DynamicQueryHandler: Done processing query
6220 2024.11.04 23:57:38.991828 [ 283 ] {17bb8e1f-a72e-4c9a-b1e4-c5d333328126} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6221 2024.11.04 23:57:38.991844 [ 283 ] {} <Debug> HTTP-Session: 2fe675c0-d954-4261-9418-8d12f3a95ca8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6222 2024.11.04 23:57:38.992128 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53369, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6223 2024.11.04 23:57:39.391545 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42405, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6224 2024.11.04 23:57:39.430478 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33258, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6225 2024.11.04 23:57:39.538491 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57328, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6226 2024.11.04 23:57:39.846749 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33680, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6227 2024.11.04 23:57:39.863924 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48413, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6228 2024.11.04 23:57:39.951457 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59576, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6229 2024.11.04 23:57:39.954682 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:42781, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6230 2024.11.04 23:57:40.025364 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41783, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6231 2024.11.04 23:57:40.075870 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61475, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6232 2024.11.04 23:57:40.077799 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56927, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6233 2024.11.04 23:57:40.126570 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41911, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6234 2024.11.04 23:57:40.136918 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:32788, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6235 2024.11.04 23:57:40.147639 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44178, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6236 2024.11.04 23:57:40.148302 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53980, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6237 2024.11.04 23:57:40.153675 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35968, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6238 2024.11.04 23:57:40.187126 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58963, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6239 2024.11.04 23:57:40.193261 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46374, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6240 2024.11.04 23:57:40.214516 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58351, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6241 2024.11.04 23:57:40.238959 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36242, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6242 2024.11.04 23:57:40.250976 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47764, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6243 2024.11.04 23:57:40.260961 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48278, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6244 2024.11.04 23:57:40.286850 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51790, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6245 2024.11.04 23:57:40.332743 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64830, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6246 2024.11.04 23:57:40.370427 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56031, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6247 2024.11.04 23:57:40.573535 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 604
6248 2024.11.04 23:57:40.576263 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6249 2024.11.04 23:57:40.576315 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
6250 2024.11.04 23:57:40.577858 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
6251 2024.11.04 23:57:40.578856 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6252 2024.11.04 23:57:40.579804 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 604
6253 2024.11.04 23:57:43.959063 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63704, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6254 2024.11.04 23:57:43.959193 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6255 2024.11.04 23:57:43.959225 [ 284 ] {} <Debug> HTTP-Session: 3cf7a286-fc76-418e-bb45-b10e99ecd4f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:63704
6256 2024.11.04 23:57:43.959253 [ 284 ] {} <Debug> HTTP-Session: 3cf7a286-fc76-418e-bb45-b10e99ecd4f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6257 2024.11.04 23:57:43.959271 [ 284 ] {} <Debug> HTTP-Session: 3cf7a286-fc76-418e-bb45-b10e99ecd4f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6258 2024.11.04 23:57:43.959331 [ 284 ] {} <Trace> HTTP-Session: 3cf7a286-fc76-418e-bb45-b10e99ecd4f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6259 2024.11.04 23:57:43.959535 [ 284 ] {ef5e678d-5722-4dda-8c6a-7ac2494126d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63704) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
6260 2024.11.04 23:57:43.959612 [ 284 ] {ef5e678d-5722-4dda-8c6a-7ac2494126d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6261 2024.11.04 23:57:43.960012 [ 284 ] {ef5e678d-5722-4dda-8c6a-7ac2494126d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6262 2024.11.04 23:57:43.960442 [ 284 ] {ef5e678d-5722-4dda-8c6a-7ac2494126d7} <Trace> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6263 2024.11.04 23:57:43.960487 [ 284 ] {ef5e678d-5722-4dda-8c6a-7ac2494126d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
6264 2024.11.04 23:57:43.960916 [ 284 ] {ef5e678d-5722-4dda-8c6a-7ac2494126d7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
6265 2024.11.04 23:57:43.961303 [ 284 ] {ef5e678d-5722-4dda-8c6a-7ac2494126d7} <Trace> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6266 2024.11.04 23:57:43.961482 [ 284 ] {ef5e678d-5722-4dda-8c6a-7ac2494126d7} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001993 sec., 1003.5122930255895 rows/sec., 81.83 KiB/sec.
6267 2024.11.04 23:57:43.961737 [ 284 ] {ef5e678d-5722-4dda-8c6a-7ac2494126d7} <Debug> DynamicQueryHandler: Done processing query
6268 2024.11.04 23:57:43.961765 [ 284 ] {ef5e678d-5722-4dda-8c6a-7ac2494126d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
6269 2024.11.04 23:57:43.961784 [ 284 ] {} <Debug> HTTP-Session: 3cf7a286-fc76-418e-bb45-b10e99ecd4f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6270 2024.11.04 23:57:43.961948 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63704, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6271 2024.11.04 23:57:43.962050 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45315, User-Agent: (none), Length: 7972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6272 2024.11.04 23:57:43.962116 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6273 2024.11.04 23:57:43.962138 [ 282 ] {} <Debug> HTTP-Session: 4e6a49bd-f09c-4b04-9771-be7499ab8a3a Authenticating user 'default' from [fd00:1122:3344:101::d]:45315
6274 2024.11.04 23:57:43.962158 [ 282 ] {} <Debug> HTTP-Session: 4e6a49bd-f09c-4b04-9771-be7499ab8a3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6275 2024.11.04 23:57:43.962172 [ 282 ] {} <Debug> HTTP-Session: 4e6a49bd-f09c-4b04-9771-be7499ab8a3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6276 2024.11.04 23:57:43.962208 [ 282 ] {} <Trace> HTTP-Session: 4e6a49bd-f09c-4b04-9771-be7499ab8a3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6277 2024.11.04 23:57:43.962338 [ 282 ] {84d16da7-a75c-4022-8990-3c9c605c3704} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45315) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
6278 2024.11.04 23:57:43.962388 [ 282 ] {84d16da7-a75c-4022-8990-3c9c605c3704} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6279 2024.11.04 23:57:43.962626 [ 282 ] {84d16da7-a75c-4022-8990-3c9c605c3704} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6280 2024.11.04 23:57:43.963007 [ 282 ] {84d16da7-a75c-4022-8990-3c9c605c3704} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6281 2024.11.04 23:57:43.963045 [ 282 ] {84d16da7-a75c-4022-8990-3c9c605c3704} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
6282 2024.11.04 23:57:43.963418 [ 282 ] {84d16da7-a75c-4022-8990-3c9c605c3704} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6283 2024.11.04 23:57:43.963788 [ 282 ] {84d16da7-a75c-4022-8990-3c9c605c3704} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6284 2024.11.04 23:57:43.963954 [ 282 ] {84d16da7-a75c-4022-8990-3c9c605c3704} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001651 sec., 34524.53058752271 rows/sec., 2.65 MiB/sec.
6285 2024.11.04 23:57:43.963963 [ 92 ] {} <Debug> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6286 2024.11.04 23:57:43.964084 [ 92 ] {} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6287 2024.11.04 23:57:43.964133 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
6288 2024.11.04 23:57:43.964226 [ 282 ] {84d16da7-a75c-4022-8990-3c9c605c3704} <Debug> DynamicQueryHandler: Done processing query
6289 2024.11.04 23:57:43.964300 [ 282 ] {84d16da7-a75c-4022-8990-3c9c605c3704} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
6290 2024.11.04 23:57:43.964371 [ 282 ] {} <Debug> HTTP-Session: 4e6a49bd-f09c-4b04-9771-be7499ab8a3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6291 2024.11.04 23:57:43.964507 [ 192 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full
6292 2024.11.04 23:57:43.964719 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45315, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6293 2024.11.04 23:57:43.964777 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38378, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6294 2024.11.04 23:57:43.964947 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6295 2024.11.04 23:57:43.965024 [ 284 ] {} <Debug> HTTP-Session: a9192478-c688-401c-9d9c-68a12c7a267d Authenticating user 'default' from [fd00:1122:3344:101::d]:38378
6296 2024.11.04 23:57:43.965088 [ 284 ] {} <Debug> HTTP-Session: a9192478-c688-401c-9d9c-68a12c7a267d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6297 2024.11.04 23:57:43.965143 [ 284 ] {} <Debug> HTTP-Session: a9192478-c688-401c-9d9c-68a12c7a267d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6298 2024.11.04 23:57:43.965157 [ 192 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6299 2024.11.04 23:57:43.965223 [ 284 ] {} <Trace> HTTP-Session: a9192478-c688-401c-9d9c-68a12c7a267d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6300 2024.11.04 23:57:43.965240 [ 192 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1418 rows starting from the beginning of the part
6301 2024.11.04 23:57:43.965492 [ 192 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 267 rows starting from the beginning of the part
6302 2024.11.04 23:57:43.965509 [ 284 ] {13d91653-93b2-4f58-ab4f-909f15583e95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38378) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
6303 2024.11.04 23:57:43.965679 [ 284 ] {13d91653-93b2-4f58-ab4f-909f15583e95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6304 2024.11.04 23:57:43.965865 [ 192 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 58 rows starting from the beginning of the part
6305 2024.11.04 23:57:43.966191 [ 192 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part
6306 2024.11.04 23:57:43.966524 [ 192 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 267 rows starting from the beginning of the part
6307 2024.11.04 23:57:43.966812 [ 192 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 57 rows starting from the beginning of the part
6308 2024.11.04 23:57:43.967493 [ 284 ] {13d91653-93b2-4f58-ab4f-909f15583e95} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6309 2024.11.04 23:57:43.968074 [ 284 ] {13d91653-93b2-4f58-ab4f-909f15583e95} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6310 2024.11.04 23:57:43.968119 [ 284 ] {13d91653-93b2-4f58-ab4f-909f15583e95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
6311 2024.11.04 23:57:43.968663 [ 284 ] {13d91653-93b2-4f58-ab4f-909f15583e95} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6312 2024.11.04 23:57:43.969101 [ 284 ] {13d91653-93b2-4f58-ab4f-909f15583e95} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6313 2024.11.04 23:57:43.969351 [ 192 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2123 rows, containing 5 columns (5 merged, 0 gathered) in 0.005131755 sec., 413698.62746760127 rows/sec., 36.56 MiB/sec.
6314 2024.11.04 23:57:43.969427 [ 284 ] {13d91653-93b2-4f58-ab4f-909f15583e95} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004038 sec., 495.2947003467063 rows/sec., 34.58 KiB/sec.
6315 2024.11.04 23:57:43.969807 [ 192 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6316 2024.11.04 23:57:43.969871 [ 284 ] {13d91653-93b2-4f58-ab4f-909f15583e95} <Debug> DynamicQueryHandler: Done processing query
6317 2024.11.04 23:57:43.969920 [ 284 ] {13d91653-93b2-4f58-ab4f-909f15583e95} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
6318 2024.11.04 23:57:43.969943 [ 284 ] {} <Debug> HTTP-Session: a9192478-c688-401c-9d9c-68a12c7a267d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6319 2024.11.04 23:57:43.970189 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38378, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6320 2024.11.04 23:57:43.970308 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58516, User-Agent: (none), Length: 11229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6321 2024.11.04 23:57:43.970417 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6322 2024.11.04 23:57:43.970472 [ 282 ] {} <Debug> HTTP-Session: 77f65985-1390-4e7c-9778-6ea7a575a8d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:58516
6323 2024.11.04 23:57:43.970508 [ 282 ] {} <Debug> HTTP-Session: 77f65985-1390-4e7c-9778-6ea7a575a8d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6324 2024.11.04 23:57:43.970535 [ 282 ] {} <Debug> HTTP-Session: 77f65985-1390-4e7c-9778-6ea7a575a8d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6325 2024.11.04 23:57:43.970588 [ 282 ] {} <Trace> HTTP-Session: 77f65985-1390-4e7c-9778-6ea7a575a8d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6326 2024.11.04 23:57:43.970661 [ 192 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_31_6} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6327 2024.11.04 23:57:43.970836 [ 282 ] {dbcc1e3d-def0-427e-bf04-bc78045eb17b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58516) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
6328 2024.11.04 23:57:43.970876 [ 192 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_31_6} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6329 2024.11.04 23:57:43.970918 [ 282 ] {dbcc1e3d-def0-427e-bf04-bc78045eb17b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6330 2024.11.04 23:57:43.971050 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB.
6331 2024.11.04 23:57:43.971302 [ 282 ] {dbcc1e3d-def0-427e-bf04-bc78045eb17b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6332 2024.11.04 23:57:43.971714 [ 282 ] {dbcc1e3d-def0-427e-bf04-bc78045eb17b} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6333 2024.11.04 23:57:43.971753 [ 282 ] {dbcc1e3d-def0-427e-bf04-bc78045eb17b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
6334 2024.11.04 23:57:43.972117 [ 282 ] {dbcc1e3d-def0-427e-bf04-bc78045eb17b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6335 2024.11.04 23:57:43.972472 [ 282 ] {dbcc1e3d-def0-427e-bf04-bc78045eb17b} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6336 2024.11.04 23:57:43.972636 [ 92 ] {} <Debug> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6337 2024.11.04 23:57:43.972644 [ 282 ] {dbcc1e3d-def0-427e-bf04-bc78045eb17b} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001911 sec., 34536.89167974883 rows/sec., 2.70 MiB/sec.
6338 2024.11.04 23:57:43.972682 [ 92 ] {} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6339 2024.11.04 23:57:43.972738 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
6340 2024.11.04 23:57:43.972912 [ 197 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full
6341 2024.11.04 23:57:43.972963 [ 282 ] {dbcc1e3d-def0-427e-bf04-bc78045eb17b} <Debug> DynamicQueryHandler: Done processing query
6342 2024.11.04 23:57:43.972995 [ 282 ] {dbcc1e3d-def0-427e-bf04-bc78045eb17b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
6343 2024.11.04 23:57:43.973022 [ 282 ] {} <Debug> HTTP-Session: 77f65985-1390-4e7c-9778-6ea7a575a8d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6344 2024.11.04 23:57:43.973077 [ 197 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6345 2024.11.04 23:57:43.973107 [ 197 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 913 rows starting from the beginning of the part
6346 2024.11.04 23:57:43.973245 [ 197 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 421 rows starting from the beginning of the part
6347 2024.11.04 23:57:43.973308 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58516, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6348 2024.11.04 23:57:43.973435 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39578, User-Agent: (none), Length: 30824, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6349 2024.11.04 23:57:43.973691 [ 282 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below):
6350 
6351 (version 23.8.7.1)
6352 2024.11.04 23:57:43.973749 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6353 2024.11.04 23:57:43.973799 [ 197 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 68 rows starting from the beginning of the part
6354 2024.11.04 23:57:43.973875 [ 284 ] {} <Debug> HTTP-Session: 33139a71-2449-4328-82d6-2d9217fb0a53 Authenticating user 'default' from [fd00:1122:3344:101::d]:39578
6355 2024.11.04 23:57:43.973988 [ 284 ] {} <Debug> HTTP-Session: 33139a71-2449-4328-82d6-2d9217fb0a53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6356 2024.11.04 23:57:43.974074 [ 284 ] {} <Debug> HTTP-Session: 33139a71-2449-4328-82d6-2d9217fb0a53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6357 2024.11.04 23:57:43.974189 [ 197 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part
6358 2024.11.04 23:57:43.974226 [ 284 ] {} <Trace> HTTP-Session: 33139a71-2449-4328-82d6-2d9217fb0a53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6359 2024.11.04 23:57:43.974421 [ 197 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 421 rows starting from the beginning of the part
6360 2024.11.04 23:57:43.974601 [ 284 ] {3f8a7a42-a9f3-4313-abb6-a1b3b0a4e852} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39578) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
6361 2024.11.04 23:57:43.974769 [ 197 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 66 rows starting from the beginning of the part
6362 2024.11.04 23:57:43.974788 [ 284 ] {3f8a7a42-a9f3-4313-abb6-a1b3b0a4e852} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6363 2024.11.04 23:57:43.975397 [ 284 ] {3f8a7a42-a9f3-4313-abb6-a1b3b0a4e852} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6364 2024.11.04 23:57:43.976051 [ 284 ] {3f8a7a42-a9f3-4313-abb6-a1b3b0a4e852} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6365 2024.11.04 23:57:43.976098 [ 284 ] {3f8a7a42-a9f3-4313-abb6-a1b3b0a4e852} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
6366 2024.11.04 23:57:43.976666 [ 284 ] {3f8a7a42-a9f3-4313-abb6-a1b3b0a4e852} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6367 2024.11.04 23:57:43.976695 [ 188 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1953 rows, containing 5 columns (5 merged, 0 gathered) in 0.003859609 sec., 506009.80565647973 rows/sec., 38.73 MiB/sec.
6368 2024.11.04 23:57:43.976881 [ 188 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6369 2024.11.04 23:57:43.977095 [ 284 ] {3f8a7a42-a9f3-4313-abb6-a1b3b0a4e852} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6370 2024.11.04 23:57:43.977374 [ 92 ] {} <Debug> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6371 2024.11.04 23:57:43.977395 [ 284 ] {3f8a7a42-a9f3-4313-abb6-a1b3b0a4e852} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00298 sec., 54026.845637583894 rows/sec., 3.76 MiB/sec.
6372 2024.11.04 23:57:43.977457 [ 92 ] {} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6373 2024.11.04 23:57:43.977578 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
6374 2024.11.04 23:57:43.977642 [ 188 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_31_6} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6375 2024.11.04 23:57:43.977895 [ 193 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full
6376 2024.11.04 23:57:43.977910 [ 284 ] {3f8a7a42-a9f3-4313-abb6-a1b3b0a4e852} <Debug> DynamicQueryHandler: Done processing query
6377 2024.11.04 23:57:43.977919 [ 188 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_31_6} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6378 2024.11.04 23:57:43.977956 [ 284 ] {3f8a7a42-a9f3-4313-abb6-a1b3b0a4e852} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
6379 2024.11.04 23:57:43.978023 [ 284 ] {} <Debug> HTTP-Session: 33139a71-2449-4328-82d6-2d9217fb0a53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6380 2024.11.04 23:57:43.978086 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
6381 2024.11.04 23:57:43.978134 [ 193 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6382 2024.11.04 23:57:43.978164 [ 193 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 5275 rows starting from the beginning of the part
6383 2024.11.04 23:57:43.978283 [ 193 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 237 rows starting from the beginning of the part
6384 2024.11.04 23:57:43.978374 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39578, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6385 2024.11.04 23:57:43.978433 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45733, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6386 2024.11.04 23:57:43.978753 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6387 2024.11.04 23:57:43.978769 [ 284 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below):
6388 
6389 (version 23.8.7.1)
6390 2024.11.04 23:57:43.978800 [ 193 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 130 rows starting from the beginning of the part
6391 2024.11.04 23:57:43.978875 [ 282 ] {} <Debug> HTTP-Session: 22cdf7e9-607c-4f8b-8db2-989a6906e147 Authenticating user 'default' from [fd00:1122:3344:101::d]:45733
6392 2024.11.04 23:57:43.978917 [ 282 ] {} <Debug> HTTP-Session: 22cdf7e9-607c-4f8b-8db2-989a6906e147 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6393 2024.11.04 23:57:43.978993 [ 282 ] {} <Debug> HTTP-Session: 22cdf7e9-607c-4f8b-8db2-989a6906e147 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6394 2024.11.04 23:57:43.979055 [ 193 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part
6395 2024.11.04 23:57:43.979119 [ 282 ] {} <Trace> HTTP-Session: 22cdf7e9-607c-4f8b-8db2-989a6906e147 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6396 2024.11.04 23:57:43.979373 [ 193 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 237 rows starting from the beginning of the part
6397 2024.11.04 23:57:43.979493 [ 282 ] {8651ad21-32ad-490c-8a7e-0d6cf044f821} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45733) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6398 2024.11.04 23:57:43.979602 [ 193 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 161 rows starting from the beginning of the part
6399 2024.11.04 23:57:43.979671 [ 282 ] {8651ad21-32ad-490c-8a7e-0d6cf044f821} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6400 2024.11.04 23:57:43.980292 [ 282 ] {8651ad21-32ad-490c-8a7e-0d6cf044f821} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6401 2024.11.04 23:57:43.981146 [ 282 ] {8651ad21-32ad-490c-8a7e-0d6cf044f821} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6402 2024.11.04 23:57:43.981193 [ 282 ] {8651ad21-32ad-490c-8a7e-0d6cf044f821} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
6403 2024.11.04 23:57:43.981839 [ 282 ] {8651ad21-32ad-490c-8a7e-0d6cf044f821} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6404 2024.11.04 23:57:43.982259 [ 282 ] {8651ad21-32ad-490c-8a7e-0d6cf044f821} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6405 2024.11.04 23:57:43.982443 [ 92 ] {} <Debug> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6406 2024.11.04 23:57:43.982465 [ 282 ] {8651ad21-32ad-490c-8a7e-0d6cf044f821} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003098 sec., 19367.33376371853 rows/sec., 1.31 MiB/sec.
6407 2024.11.04 23:57:43.982529 [ 92 ] {} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6408 2024.11.04 23:57:43.982600 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
6409 2024.11.04 23:57:43.982790 [ 197 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full
6410 2024.11.04 23:57:43.982859 [ 282 ] {8651ad21-32ad-490c-8a7e-0d6cf044f821} <Debug> DynamicQueryHandler: Done processing query
6411 2024.11.04 23:57:43.982947 [ 282 ] {8651ad21-32ad-490c-8a7e-0d6cf044f821} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
6412 2024.11.04 23:57:43.983038 [ 282 ] {} <Debug> HTTP-Session: 22cdf7e9-607c-4f8b-8db2-989a6906e147 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6413 2024.11.04 23:57:43.983412 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45733, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6414 2024.11.04 23:57:43.983442 [ 197 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6415 2024.11.04 23:57:43.983593 [ 197 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1434 rows starting from the beginning of the part
6416 2024.11.04 23:57:43.983651 [ 193 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6200 rows, containing 5 columns (5 merged, 0 gathered) in 0.005902461 sec., 1050409.312319048 rows/sec., 71.27 MiB/sec.
6417 2024.11.04 23:57:43.983777 [ 197 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 82 rows starting from the beginning of the part
6418 2024.11.04 23:57:43.983974 [ 197 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 48 rows starting from the beginning of the part
6419 2024.11.04 23:57:43.984156 [ 197 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part
6420 2024.11.04 23:57:43.984417 [ 197 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 82 rows starting from the beginning of the part
6421 2024.11.04 23:57:43.984506 [ 193 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6422 2024.11.04 23:57:43.984670 [ 197 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part
6423 2024.11.04 23:57:43.985665 [ 193 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6424 2024.11.04 23:57:43.985822 [ 193 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6425 2024.11.04 23:57:43.985944 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.32 MiB.
6426 2024.11.04 23:57:43.986323 [ 196 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1766 rows, containing 4 columns (4 merged, 0 gathered) in 0.003612634 sec., 488839.9987377631 rows/sec., 31.86 MiB/sec.
6427 2024.11.04 23:57:43.986568 [ 193 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6428 2024.11.04 23:57:43.987044 [ 193 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_31_6} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6429 2024.11.04 23:57:43.987151 [ 193 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_31_6} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6430 2024.11.04 23:57:43.987236 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
6431 2024.11.04 23:57:45.418024 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache
6432 2024.11.04 23:57:45.418101 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache
6433 2024.11.04 23:57:48.959136 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37267, User-Agent: (none), Length: 7838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6434 2024.11.04 23:57:48.959266 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6435 2024.11.04 23:57:48.959297 [ 284 ] {} <Debug> HTTP-Session: 653cb888-d9dc-46c7-a216-5577dc5ccedd Authenticating user 'default' from [fd00:1122:3344:101::d]:37267
6436 2024.11.04 23:57:48.959325 [ 284 ] {} <Debug> HTTP-Session: 653cb888-d9dc-46c7-a216-5577dc5ccedd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6437 2024.11.04 23:57:48.959343 [ 284 ] {} <Debug> HTTP-Session: 653cb888-d9dc-46c7-a216-5577dc5ccedd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6438 2024.11.04 23:57:48.959401 [ 284 ] {} <Trace> HTTP-Session: 653cb888-d9dc-46c7-a216-5577dc5ccedd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6439 2024.11.04 23:57:48.959631 [ 284 ] {e772c5de-a569-4b36-8f1d-3ad2bb1b408c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37267) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
6440 2024.11.04 23:57:48.959707 [ 284 ] {e772c5de-a569-4b36-8f1d-3ad2bb1b408c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6441 2024.11.04 23:57:48.960096 [ 284 ] {e772c5de-a569-4b36-8f1d-3ad2bb1b408c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6442 2024.11.04 23:57:48.960593 [ 284 ] {e772c5de-a569-4b36-8f1d-3ad2bb1b408c} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6443 2024.11.04 23:57:48.960641 [ 284 ] {e772c5de-a569-4b36-8f1d-3ad2bb1b408c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
6444 2024.11.04 23:57:48.961075 [ 284 ] {e772c5de-a569-4b36-8f1d-3ad2bb1b408c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6445 2024.11.04 23:57:48.961460 [ 284 ] {e772c5de-a569-4b36-8f1d-3ad2bb1b408c} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6446 2024.11.04 23:57:48.961647 [ 284 ] {e772c5de-a569-4b36-8f1d-3ad2bb1b408c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002088 sec., 26819.92337164751 rows/sec., 2.06 MiB/sec.
6447 2024.11.04 23:57:48.962021 [ 284 ] {e772c5de-a569-4b36-8f1d-3ad2bb1b408c} <Debug> DynamicQueryHandler: Done processing query
6448 2024.11.04 23:57:48.962090 [ 284 ] {e772c5de-a569-4b36-8f1d-3ad2bb1b408c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
6449 2024.11.04 23:57:48.962151 [ 284 ] {} <Debug> HTTP-Session: 653cb888-d9dc-46c7-a216-5577dc5ccedd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6450 2024.11.04 23:57:48.962331 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37267, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6451 2024.11.04 23:57:48.962425 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53258, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6452 2024.11.04 23:57:48.962505 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6453 2024.11.04 23:57:48.962533 [ 282 ] {} <Debug> HTTP-Session: 7d130107-a2df-40e8-9342-d56d26ebf299 Authenticating user 'default' from [fd00:1122:3344:101::d]:53258
6454 2024.11.04 23:57:48.962557 [ 282 ] {} <Debug> HTTP-Session: 7d130107-a2df-40e8-9342-d56d26ebf299 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6455 2024.11.04 23:57:48.962575 [ 282 ] {} <Debug> HTTP-Session: 7d130107-a2df-40e8-9342-d56d26ebf299 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6456 2024.11.04 23:57:48.962619 [ 282 ] {} <Trace> HTTP-Session: 7d130107-a2df-40e8-9342-d56d26ebf299 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6457 2024.11.04 23:57:48.962789 [ 282 ] {c295481d-4792-4e6e-bf0b-1f82ba2676c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53258) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
6458 2024.11.04 23:57:48.962850 [ 282 ] {c295481d-4792-4e6e-bf0b-1f82ba2676c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6459 2024.11.04 23:57:48.963165 [ 282 ] {c295481d-4792-4e6e-bf0b-1f82ba2676c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6460 2024.11.04 23:57:48.963614 [ 282 ] {c295481d-4792-4e6e-bf0b-1f82ba2676c6} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6461 2024.11.04 23:57:48.963655 [ 282 ] {c295481d-4792-4e6e-bf0b-1f82ba2676c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
6462 2024.11.04 23:57:48.964029 [ 282 ] {c295481d-4792-4e6e-bf0b-1f82ba2676c6} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6463 2024.11.04 23:57:48.964396 [ 282 ] {c295481d-4792-4e6e-bf0b-1f82ba2676c6} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6464 2024.11.04 23:57:48.964565 [ 282 ] {c295481d-4792-4e6e-bf0b-1f82ba2676c6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001837 sec., 34839.41208492107 rows/sec., 2.72 MiB/sec.
6465 2024.11.04 23:57:48.964869 [ 282 ] {c295481d-4792-4e6e-bf0b-1f82ba2676c6} <Debug> DynamicQueryHandler: Done processing query
6466 2024.11.04 23:57:48.964910 [ 282 ] {c295481d-4792-4e6e-bf0b-1f82ba2676c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
6467 2024.11.04 23:57:48.964927 [ 282 ] {} <Debug> HTTP-Session: 7d130107-a2df-40e8-9342-d56d26ebf299 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6468 2024.11.04 23:57:48.965078 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53258, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6469 2024.11.04 23:57:48.965170 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50001, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6470 2024.11.04 23:57:48.965225 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6471 2024.11.04 23:57:48.965246 [ 284 ] {} <Debug> HTTP-Session: b2adea25-773a-4974-8144-80370b177d5d Authenticating user 'default' from [fd00:1122:3344:101::d]:50001
6472 2024.11.04 23:57:48.965263 [ 284 ] {} <Debug> HTTP-Session: b2adea25-773a-4974-8144-80370b177d5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6473 2024.11.04 23:57:48.965277 [ 284 ] {} <Debug> HTTP-Session: b2adea25-773a-4974-8144-80370b177d5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6474 2024.11.04 23:57:48.965310 [ 284 ] {} <Trace> HTTP-Session: b2adea25-773a-4974-8144-80370b177d5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6475 2024.11.04 23:57:48.965470 [ 284 ] {2838aa78-32d7-4211-9c82-ed0e828251d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50001) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
6476 2024.11.04 23:57:48.965522 [ 284 ] {2838aa78-32d7-4211-9c82-ed0e828251d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6477 2024.11.04 23:57:48.965693 [ 284 ] {2838aa78-32d7-4211-9c82-ed0e828251d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6478 2024.11.04 23:57:48.966067 [ 284 ] {2838aa78-32d7-4211-9c82-ed0e828251d4} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6479 2024.11.04 23:57:48.966105 [ 284 ] {2838aa78-32d7-4211-9c82-ed0e828251d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
6480 2024.11.04 23:57:48.966496 [ 284 ] {2838aa78-32d7-4211-9c82-ed0e828251d4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6481 2024.11.04 23:57:48.966842 [ 284 ] {2838aa78-32d7-4211-9c82-ed0e828251d4} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6482 2024.11.04 23:57:48.966989 [ 284 ] {2838aa78-32d7-4211-9c82-ed0e828251d4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00159 sec., 100628.93081761006 rows/sec., 7.01 MiB/sec.
6483 2024.11.04 23:57:48.967296 [ 284 ] {2838aa78-32d7-4211-9c82-ed0e828251d4} <Debug> DynamicQueryHandler: Done processing query
6484 2024.11.04 23:57:48.967356 [ 284 ] {2838aa78-32d7-4211-9c82-ed0e828251d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
6485 2024.11.04 23:57:48.967423 [ 284 ] {} <Debug> HTTP-Session: b2adea25-773a-4974-8144-80370b177d5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6486 2024.11.04 23:57:48.967589 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50001, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6487 2024.11.04 23:57:48.967612 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53258, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6488 2024.11.04 23:57:48.967678 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6489 2024.11.04 23:57:48.967706 [ 282 ] {} <Debug> HTTP-Session: cc833e7a-a64b-46b4-b3b5-6b9698b0a363 Authenticating user 'default' from [fd00:1122:3344:101::d]:53258
6490 2024.11.04 23:57:48.967730 [ 282 ] {} <Debug> HTTP-Session: cc833e7a-a64b-46b4-b3b5-6b9698b0a363 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6491 2024.11.04 23:57:48.967747 [ 282 ] {} <Debug> HTTP-Session: cc833e7a-a64b-46b4-b3b5-6b9698b0a363 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6492 2024.11.04 23:57:48.967787 [ 282 ] {} <Trace> HTTP-Session: cc833e7a-a64b-46b4-b3b5-6b9698b0a363 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6493 2024.11.04 23:57:48.967949 [ 282 ] {4acf2b3d-236c-42b9-b729-8b19874402c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53258) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6494 2024.11.04 23:57:48.968006 [ 282 ] {4acf2b3d-236c-42b9-b729-8b19874402c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6495 2024.11.04 23:57:48.968187 [ 282 ] {4acf2b3d-236c-42b9-b729-8b19874402c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6496 2024.11.04 23:57:48.968554 [ 282 ] {4acf2b3d-236c-42b9-b729-8b19874402c5} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6497 2024.11.04 23:57:48.968591 [ 282 ] {4acf2b3d-236c-42b9-b729-8b19874402c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
6498 2024.11.04 23:57:48.968955 [ 282 ] {4acf2b3d-236c-42b9-b729-8b19874402c5} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6499 2024.11.04 23:57:48.969286 [ 282 ] {4acf2b3d-236c-42b9-b729-8b19874402c5} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6500 2024.11.04 23:57:48.969444 [ 282 ] {4acf2b3d-236c-42b9-b729-8b19874402c5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001558 sec., 38510.91142490372 rows/sec., 2.60 MiB/sec.
6501 2024.11.04 23:57:48.969765 [ 282 ] {4acf2b3d-236c-42b9-b729-8b19874402c5} <Debug> DynamicQueryHandler: Done processing query
6502 2024.11.04 23:57:48.969833 [ 282 ] {4acf2b3d-236c-42b9-b729-8b19874402c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
6503 2024.11.04 23:57:48.969907 [ 282 ] {} <Debug> HTTP-Session: cc833e7a-a64b-46b4-b3b5-6b9698b0a363 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6504 2024.11.04 23:57:48.970139 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53258, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6505 2024.11.04 23:57:50.580112 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 624
6506 2024.11.04 23:57:50.583063 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6507 2024.11.04 23:57:50.583117 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6508 2024.11.04 23:57:50.584660 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
6509 2024.11.04 23:57:50.585661 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6510 2024.11.04 23:57:50.586445 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 624
6511 2024.11.04 23:57:51.123011 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52011, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6512 2024.11.04 23:57:51.279392 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33411, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6513 2024.11.04 23:57:51.311757 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56939, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6514 2024.11.04 23:57:51.334202 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51134, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6515 2024.11.04 23:57:51.345650 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35148, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6516 2024.11.04 23:57:51.443166 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50801, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6517 2024.11.04 23:57:51.444461 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49366, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6518 2024.11.04 23:57:51.465669 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61713, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6519 2024.11.04 23:57:53.965196 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48024, User-Agent: (none), Length: 40563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6520 2024.11.04 23:57:53.965321 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6521 2024.11.04 23:57:53.965351 [ 284 ] {} <Debug> HTTP-Session: 6b32424d-0df6-4ce2-931a-a2e318480406 Authenticating user 'default' from [fd00:1122:3344:101::d]:48024
6522 2024.11.04 23:57:53.965380 [ 284 ] {} <Debug> HTTP-Session: 6b32424d-0df6-4ce2-931a-a2e318480406 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6523 2024.11.04 23:57:53.965397 [ 284 ] {} <Debug> HTTP-Session: 6b32424d-0df6-4ce2-931a-a2e318480406 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6524 2024.11.04 23:57:53.965455 [ 284 ] {} <Trace> HTTP-Session: 6b32424d-0df6-4ce2-931a-a2e318480406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6525 2024.11.04 23:57:53.965735 [ 284 ] {d6e28284-ae52-4279-8c1a-56c3ba2df442} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48024) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
6526 2024.11.04 23:57:53.965804 [ 284 ] {d6e28284-ae52-4279-8c1a-56c3ba2df442} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6527 2024.11.04 23:57:53.966154 [ 284 ] {d6e28284-ae52-4279-8c1a-56c3ba2df442} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6528 2024.11.04 23:57:53.966772 [ 284 ] {d6e28284-ae52-4279-8c1a-56c3ba2df442} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6529 2024.11.04 23:57:53.966815 [ 284 ] {d6e28284-ae52-4279-8c1a-56c3ba2df442} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6530 2024.11.04 23:57:53.967283 [ 284 ] {d6e28284-ae52-4279-8c1a-56c3ba2df442} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6531 2024.11.04 23:57:53.967684 [ 284 ] {d6e28284-ae52-4279-8c1a-56c3ba2df442} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6532 2024.11.04 23:57:53.967834 [ 284 ] {d6e28284-ae52-4279-8c1a-56c3ba2df442} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.00222 sec., 120270.27027027027 rows/sec., 10.70 MiB/sec.
6533 2024.11.04 23:57:53.968044 [ 284 ] {d6e28284-ae52-4279-8c1a-56c3ba2df442} <Debug> DynamicQueryHandler: Done processing query
6534 2024.11.04 23:57:53.968072 [ 284 ] {d6e28284-ae52-4279-8c1a-56c3ba2df442} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
6535 2024.11.04 23:57:53.968090 [ 284 ] {} <Debug> HTTP-Session: 6b32424d-0df6-4ce2-931a-a2e318480406 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6536 2024.11.04 23:57:53.968302 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48024, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6537 2024.11.04 23:57:53.968396 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46967, User-Agent: (none), Length: 5644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6538 2024.11.04 23:57:53.968469 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6539 2024.11.04 23:57:53.968493 [ 282 ] {} <Debug> HTTP-Session: 5142845c-a03b-477f-9980-0ce5d709c70a Authenticating user 'default' from [fd00:1122:3344:101::d]:46967
6540 2024.11.04 23:57:53.968513 [ 282 ] {} <Debug> HTTP-Session: 5142845c-a03b-477f-9980-0ce5d709c70a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6541 2024.11.04 23:57:53.968528 [ 282 ] {} <Debug> HTTP-Session: 5142845c-a03b-477f-9980-0ce5d709c70a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6542 2024.11.04 23:57:53.968566 [ 282 ] {} <Trace> HTTP-Session: 5142845c-a03b-477f-9980-0ce5d709c70a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6543 2024.11.04 23:57:53.968697 [ 282 ] {50d93fc6-5ec8-4e93-8c1d-566608e7c43b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46967) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
6544 2024.11.04 23:57:53.968747 [ 282 ] {50d93fc6-5ec8-4e93-8c1d-566608e7c43b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6545 2024.11.04 23:57:53.968992 [ 282 ] {50d93fc6-5ec8-4e93-8c1d-566608e7c43b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6546 2024.11.04 23:57:53.969361 [ 282 ] {50d93fc6-5ec8-4e93-8c1d-566608e7c43b} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6547 2024.11.04 23:57:53.969400 [ 282 ] {50d93fc6-5ec8-4e93-8c1d-566608e7c43b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6548 2024.11.04 23:57:53.969775 [ 282 ] {50d93fc6-5ec8-4e93-8c1d-566608e7c43b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6549 2024.11.04 23:57:53.970164 [ 282 ] {50d93fc6-5ec8-4e93-8c1d-566608e7c43b} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6550 2024.11.04 23:57:53.970294 [ 282 ] {50d93fc6-5ec8-4e93-8c1d-566608e7c43b} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001636 sec., 23838.630806845966 rows/sec., 1.75 MiB/sec.
6551 2024.11.04 23:57:53.970295 [ 85 ] {} <Debug> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
6552 2024.11.04 23:57:53.970359 [ 85 ] {} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6553 2024.11.04 23:57:53.970388 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6554 2024.11.04 23:57:53.970536 [ 282 ] {50d93fc6-5ec8-4e93-8c1d-566608e7c43b} <Debug> DynamicQueryHandler: Done processing query
6555 2024.11.04 23:57:53.970578 [ 282 ] {50d93fc6-5ec8-4e93-8c1d-566608e7c43b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
6556 2024.11.04 23:57:53.970597 [ 196 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full
6557 2024.11.04 23:57:53.970608 [ 282 ] {} <Debug> HTTP-Session: 5142845c-a03b-477f-9980-0ce5d709c70a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6558 2024.11.04 23:57:53.970824 [ 196 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6559 2024.11.04 23:57:53.970869 [ 196 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 57 rows starting from the beginning of the part
6560 2024.11.04 23:57:53.971010 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46967, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6561 2024.11.04 23:57:53.971176 [ 196 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 39 rows starting from the beginning of the part
6562 2024.11.04 23:57:53.971224 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40887, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6563 2024.11.04 23:57:53.971411 [ 282 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below):
6564 
6565 (version 23.8.7.1)
6566 2024.11.04 23:57:53.971504 [ 196 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part
6567 2024.11.04 23:57:53.971526 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6568 2024.11.04 23:57:53.971638 [ 288 ] {} <Debug> HTTP-Session: c874a8cd-a5e7-4c11-80f8-e318de1f52e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:40887
6569 2024.11.04 23:57:53.971756 [ 288 ] {} <Debug> HTTP-Session: c874a8cd-a5e7-4c11-80f8-e318de1f52e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6570 2024.11.04 23:57:53.971777 [ 196 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 39 rows starting from the beginning of the part
6571 2024.11.04 23:57:53.971812 [ 288 ] {} <Debug> HTTP-Session: c874a8cd-a5e7-4c11-80f8-e318de1f52e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6572 2024.11.04 23:57:53.972008 [ 288 ] {} <Trace> HTTP-Session: c874a8cd-a5e7-4c11-80f8-e318de1f52e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6573 2024.11.04 23:57:53.972025 [ 196 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part
6574 2024.11.04 23:57:53.972175 [ 196 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 39 rows starting from the beginning of the part
6575 2024.11.04 23:57:53.972521 [ 288 ] {2ac3c95d-47a3-48fc-ac77-908a310794d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40887) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
6576 2024.11.04 23:57:53.972644 [ 288 ] {2ac3c95d-47a3-48fc-ac77-908a310794d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6577 2024.11.04 23:57:53.973597 [ 288 ] {2ac3c95d-47a3-48fc-ac77-908a310794d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6578 2024.11.04 23:57:53.974731 [ 288 ] {2ac3c95d-47a3-48fc-ac77-908a310794d3} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6579 2024.11.04 23:57:53.974831 [ 288 ] {2ac3c95d-47a3-48fc-ac77-908a310794d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6580 2024.11.04 23:57:53.974986 [ 193 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 5 columns (5 merged, 0 gathered) in 0.004519653 sec., 39826.066293142416 rows/sec., 3.05 MiB/sec.
6581 2024.11.04 23:57:53.975189 [ 193 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
6582 2024.11.04 23:57:53.975732 [ 288 ] {2ac3c95d-47a3-48fc-ac77-908a310794d3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
6583 2024.11.04 23:57:53.976129 [ 193 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_21_4} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6584 2024.11.04 23:57:53.976334 [ 193 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_21_4} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
6585 2024.11.04 23:57:53.976485 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
6586 2024.11.04 23:57:53.976577 [ 288 ] {2ac3c95d-47a3-48fc-ac77-908a310794d3} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6587 2024.11.04 23:57:53.976783 [ 288 ] {2ac3c95d-47a3-48fc-ac77-908a310794d3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00449 sec., 3118.0400890868596 rows/sec., 218.37 KiB/sec.
6588 2024.11.04 23:57:53.977191 [ 288 ] {2ac3c95d-47a3-48fc-ac77-908a310794d3} <Debug> DynamicQueryHandler: Done processing query
6589 2024.11.04 23:57:53.977223 [ 288 ] {2ac3c95d-47a3-48fc-ac77-908a310794d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6590 2024.11.04 23:57:53.977242 [ 288 ] {} <Debug> HTTP-Session: c874a8cd-a5e7-4c11-80f8-e318de1f52e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6591 2024.11.04 23:57:53.977420 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40887, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6592 2024.11.04 23:57:53.977524 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46198, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6593 2024.11.04 23:57:53.977599 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6594 2024.11.04 23:57:53.977620 [ 282 ] {} <Debug> HTTP-Session: fb34dfe9-2fb4-4a7c-9785-16316d687dfc Authenticating user 'default' from [fd00:1122:3344:101::d]:46198
6595 2024.11.04 23:57:53.977639 [ 282 ] {} <Debug> HTTP-Session: fb34dfe9-2fb4-4a7c-9785-16316d687dfc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6596 2024.11.04 23:57:53.977653 [ 282 ] {} <Debug> HTTP-Session: fb34dfe9-2fb4-4a7c-9785-16316d687dfc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6597 2024.11.04 23:57:53.977695 [ 282 ] {} <Trace> HTTP-Session: fb34dfe9-2fb4-4a7c-9785-16316d687dfc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6598 2024.11.04 23:57:53.977816 [ 282 ] {effddc69-ca34-43f1-88b9-3d7dc807a0c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46198) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
6599 2024.11.04 23:57:53.977872 [ 282 ] {effddc69-ca34-43f1-88b9-3d7dc807a0c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6600 2024.11.04 23:57:53.978148 [ 282 ] {effddc69-ca34-43f1-88b9-3d7dc807a0c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6601 2024.11.04 23:57:53.978480 [ 282 ] {effddc69-ca34-43f1-88b9-3d7dc807a0c8} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6602 2024.11.04 23:57:53.978517 [ 282 ] {effddc69-ca34-43f1-88b9-3d7dc807a0c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6603 2024.11.04 23:57:53.978886 [ 282 ] {effddc69-ca34-43f1-88b9-3d7dc807a0c8} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
6604 2024.11.04 23:57:53.979277 [ 282 ] {effddc69-ca34-43f1-88b9-3d7dc807a0c8} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6605 2024.11.04 23:57:53.979407 [ 282 ] {effddc69-ca34-43f1-88b9-3d7dc807a0c8} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001623 sec., 3696.857670979667 rows/sec., 218.42 KiB/sec.
6606 2024.11.04 23:57:53.979407 [ 85 ] {} <Debug> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
6607 2024.11.04 23:57:53.979471 [ 85 ] {} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6608 2024.11.04 23:57:53.979500 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6609 2024.11.04 23:57:53.979693 [ 282 ] {effddc69-ca34-43f1-88b9-3d7dc807a0c8} <Debug> DynamicQueryHandler: Done processing query
6610 2024.11.04 23:57:53.979775 [ 282 ] {effddc69-ca34-43f1-88b9-3d7dc807a0c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6611 2024.11.04 23:57:53.979859 [ 282 ] {} <Debug> HTTP-Session: fb34dfe9-2fb4-4a7c-9785-16316d687dfc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6612 2024.11.04 23:57:53.979912 [ 194 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full
6613 2024.11.04 23:57:53.980146 [ 194 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6614 2024.11.04 23:57:53.980218 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46198, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6615 2024.11.04 23:57:53.980234 [ 194 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 6 rows starting from the beginning of the part
6616 2024.11.04 23:57:53.980427 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43559, User-Agent: (none), Length: 68384, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6617 2024.11.04 23:57:53.980533 [ 194 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part
6618 2024.11.04 23:57:53.980592 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6619 2024.11.04 23:57:53.980675 [ 288 ] {} <Debug> HTTP-Session: e8c9da85-5d24-477c-8444-dbe550180a7b Authenticating user 'default' from [fd00:1122:3344:101::d]:43559
6620 2024.11.04 23:57:53.980758 [ 288 ] {} <Debug> HTTP-Session: e8c9da85-5d24-477c-8444-dbe550180a7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6621 2024.11.04 23:57:53.980826 [ 288 ] {} <Debug> HTTP-Session: e8c9da85-5d24-477c-8444-dbe550180a7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6622 2024.11.04 23:57:53.980827 [ 194 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part
6623 2024.11.04 23:57:53.980942 [ 288 ] {} <Trace> HTTP-Session: e8c9da85-5d24-477c-8444-dbe550180a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6624 2024.11.04 23:57:53.981095 [ 194 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part
6625 2024.11.04 23:57:53.981350 [ 194 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part
6626 2024.11.04 23:57:53.981522 [ 288 ] {e493498a-31a7-4057-8efb-438cdb3c43dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43559) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
6627 2024.11.04 23:57:53.981723 [ 288 ] {e493498a-31a7-4057-8efb-438cdb3c43dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6628 2024.11.04 23:57:53.982629 [ 288 ] {e493498a-31a7-4057-8efb-438cdb3c43dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6629 2024.11.04 23:57:53.984075 [ 194 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004478812 sec., 6698.204791806398 rows/sec., 425.18 KiB/sec.
6630 2024.11.04 23:57:53.984074 [ 288 ] {e493498a-31a7-4057-8efb-438cdb3c43dd} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6631 2024.11.04 23:57:53.984179 [ 288 ] {e493498a-31a7-4057-8efb-438cdb3c43dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6632 2024.11.04 23:57:53.984293 [ 194 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
6633 2024.11.04 23:57:53.985174 [ 288 ] {e493498a-31a7-4057-8efb-438cdb3c43dd} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6634 2024.11.04 23:57:53.985280 [ 196 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_13_3} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6635 2024.11.04 23:57:53.985531 [ 196 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_13_3} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
6636 2024.11.04 23:57:53.985745 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
6637 2024.11.04 23:57:53.985913 [ 288 ] {e493498a-31a7-4057-8efb-438cdb3c43dd} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6638 2024.11.04 23:57:53.986099 [ 288 ] {e493498a-31a7-4057-8efb-438cdb3c43dd} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.00486 sec., 86625.51440329218 rows/sec., 6.19 MiB/sec.
6639 2024.11.04 23:57:53.986330 [ 288 ] {e493498a-31a7-4057-8efb-438cdb3c43dd} <Debug> DynamicQueryHandler: Done processing query
6640 2024.11.04 23:57:53.986358 [ 288 ] {e493498a-31a7-4057-8efb-438cdb3c43dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
6641 2024.11.04 23:57:53.986375 [ 288 ] {} <Debug> HTTP-Session: e8c9da85-5d24-477c-8444-dbe550180a7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6642 2024.11.04 23:57:53.986585 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46198, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6643 2024.11.04 23:57:53.986597 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43559, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6644 2024.11.04 23:57:53.986731 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6645 2024.11.04 23:57:53.986794 [ 282 ] {} <Debug> HTTP-Session: dc31ccc0-c8cc-4be8-9cd1-9885fe49dc79 Authenticating user 'default' from [fd00:1122:3344:101::d]:46198
6646 2024.11.04 23:57:53.986823 [ 282 ] {} <Debug> HTTP-Session: dc31ccc0-c8cc-4be8-9cd1-9885fe49dc79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6647 2024.11.04 23:57:53.986841 [ 282 ] {} <Debug> HTTP-Session: dc31ccc0-c8cc-4be8-9cd1-9885fe49dc79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6648 2024.11.04 23:57:53.986889 [ 282 ] {} <Trace> HTTP-Session: dc31ccc0-c8cc-4be8-9cd1-9885fe49dc79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6649 2024.11.04 23:57:53.987039 [ 282 ] {3bba71c2-dd17-41a8-b21e-7e559cbc417c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46198) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
6650 2024.11.04 23:57:53.987102 [ 282 ] {3bba71c2-dd17-41a8-b21e-7e559cbc417c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6651 2024.11.04 23:57:53.987301 [ 282 ] {3bba71c2-dd17-41a8-b21e-7e559cbc417c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6652 2024.11.04 23:57:53.987663 [ 282 ] {3bba71c2-dd17-41a8-b21e-7e559cbc417c} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6653 2024.11.04 23:57:53.987702 [ 282 ] {3bba71c2-dd17-41a8-b21e-7e559cbc417c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6654 2024.11.04 23:57:53.988090 [ 282 ] {3bba71c2-dd17-41a8-b21e-7e559cbc417c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
6655 2024.11.04 23:57:53.988432 [ 282 ] {3bba71c2-dd17-41a8-b21e-7e559cbc417c} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6656 2024.11.04 23:57:53.988568 [ 282 ] {3bba71c2-dd17-41a8-b21e-7e559cbc417c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001569 sec., 3824.091778202677 rows/sec., 199.79 KiB/sec.
6657 2024.11.04 23:57:53.988917 [ 282 ] {3bba71c2-dd17-41a8-b21e-7e559cbc417c} <Debug> DynamicQueryHandler: Done processing query
6658 2024.11.04 23:57:53.988944 [ 282 ] {3bba71c2-dd17-41a8-b21e-7e559cbc417c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
6659 2024.11.04 23:57:53.988960 [ 282 ] {} <Debug> HTTP-Session: dc31ccc0-c8cc-4be8-9cd1-9885fe49dc79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6660 2024.11.04 23:57:53.989179 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46198, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6661 2024.11.04 23:57:53.989284 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45478, User-Agent: (none), Length: 44639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6662 2024.11.04 23:57:53.989357 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6663 2024.11.04 23:57:53.989384 [ 288 ] {} <Debug> HTTP-Session: 2643b05b-3bb9-459b-a999-24784f7b5c58 Authenticating user 'default' from [fd00:1122:3344:101::d]:45478
6664 2024.11.04 23:57:53.989407 [ 288 ] {} <Debug> HTTP-Session: 2643b05b-3bb9-459b-a999-24784f7b5c58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6665 2024.11.04 23:57:53.989425 [ 288 ] {} <Debug> HTTP-Session: 2643b05b-3bb9-459b-a999-24784f7b5c58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6666 2024.11.04 23:57:53.989473 [ 288 ] {} <Trace> HTTP-Session: 2643b05b-3bb9-459b-a999-24784f7b5c58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6667 2024.11.04 23:57:53.989741 [ 288 ] {7779cbc4-3130-40e3-8dd7-b78246effc7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45478) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
6668 2024.11.04 23:57:53.989797 [ 288 ] {7779cbc4-3130-40e3-8dd7-b78246effc7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6669 2024.11.04 23:57:53.989988 [ 288 ] {7779cbc4-3130-40e3-8dd7-b78246effc7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6670 2024.11.04 23:57:53.990510 [ 288 ] {7779cbc4-3130-40e3-8dd7-b78246effc7e} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6671 2024.11.04 23:57:53.990560 [ 288 ] {7779cbc4-3130-40e3-8dd7-b78246effc7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6672 2024.11.04 23:57:53.991068 [ 288 ] {7779cbc4-3130-40e3-8dd7-b78246effc7e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6673 2024.11.04 23:57:53.991438 [ 288 ] {7779cbc4-3130-40e3-8dd7-b78246effc7e} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6674 2024.11.04 23:57:53.991618 [ 288 ] {7779cbc4-3130-40e3-8dd7-b78246effc7e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002023 sec., 117152.7434503213 rows/sec., 7.85 MiB/sec.
6675 2024.11.04 23:57:53.991972 [ 288 ] {7779cbc4-3130-40e3-8dd7-b78246effc7e} <Debug> DynamicQueryHandler: Done processing query
6676 2024.11.04 23:57:53.992008 [ 288 ] {7779cbc4-3130-40e3-8dd7-b78246effc7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
6677 2024.11.04 23:57:53.992030 [ 288 ] {} <Debug> HTTP-Session: 2643b05b-3bb9-459b-a999-24784f7b5c58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6678 2024.11.04 23:57:53.992215 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46198, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6679 2024.11.04 23:57:53.992229 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45478, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6680 2024.11.04 23:57:53.992314 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6681 2024.11.04 23:57:53.992352 [ 282 ] {} <Debug> HTTP-Session: 1d17e46c-02ad-4cc0-afaa-8795f54b7126 Authenticating user 'default' from [fd00:1122:3344:101::d]:46198
6682 2024.11.04 23:57:53.992378 [ 282 ] {} <Debug> HTTP-Session: 1d17e46c-02ad-4cc0-afaa-8795f54b7126 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6683 2024.11.04 23:57:53.992394 [ 282 ] {} <Debug> HTTP-Session: 1d17e46c-02ad-4cc0-afaa-8795f54b7126 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6684 2024.11.04 23:57:53.992442 [ 282 ] {} <Trace> HTTP-Session: 1d17e46c-02ad-4cc0-afaa-8795f54b7126 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6685 2024.11.04 23:57:53.992560 [ 282 ] {c21f2f20-800f-4719-9a95-97d6052762ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46198) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
6686 2024.11.04 23:57:53.992613 [ 282 ] {c21f2f20-800f-4719-9a95-97d6052762ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6687 2024.11.04 23:57:53.992773 [ 282 ] {c21f2f20-800f-4719-9a95-97d6052762ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6688 2024.11.04 23:57:53.993078 [ 282 ] {c21f2f20-800f-4719-9a95-97d6052762ec} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6689 2024.11.04 23:57:53.993124 [ 282 ] {c21f2f20-800f-4719-9a95-97d6052762ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6690 2024.11.04 23:57:53.993494 [ 282 ] {c21f2f20-800f-4719-9a95-97d6052762ec} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
6691 2024.11.04 23:57:53.993838 [ 282 ] {c21f2f20-800f-4719-9a95-97d6052762ec} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6692 2024.11.04 23:57:53.993968 [ 282 ] {c21f2f20-800f-4719-9a95-97d6052762ec} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001433 sec., 697.8367062107467 rows/sec., 47.02 KiB/sec.
6693 2024.11.04 23:57:53.994276 [ 282 ] {c21f2f20-800f-4719-9a95-97d6052762ec} <Debug> DynamicQueryHandler: Done processing query
6694 2024.11.04 23:57:53.994302 [ 282 ] {c21f2f20-800f-4719-9a95-97d6052762ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
6695 2024.11.04 23:57:53.994318 [ 282 ] {} <Debug> HTTP-Session: 1d17e46c-02ad-4cc0-afaa-8795f54b7126 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6696 2024.11.04 23:57:53.994570 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46198, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6697 2024.11.04 23:57:53.994666 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57887, User-Agent: (none), Length: 65506, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6698 2024.11.04 23:57:53.994742 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6699 2024.11.04 23:57:53.994765 [ 288 ] {} <Debug> HTTP-Session: 940bad42-e058-4763-b993-192e0730a27d Authenticating user 'default' from [fd00:1122:3344:101::d]:57887
6700 2024.11.04 23:57:53.994786 [ 288 ] {} <Debug> HTTP-Session: 940bad42-e058-4763-b993-192e0730a27d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6701 2024.11.04 23:57:53.994800 [ 288 ] {} <Debug> HTTP-Session: 940bad42-e058-4763-b993-192e0730a27d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6702 2024.11.04 23:57:53.994840 [ 288 ] {} <Trace> HTTP-Session: 940bad42-e058-4763-b993-192e0730a27d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6703 2024.11.04 23:57:53.995307 [ 288 ] {8c59f5ff-dfc3-49c7-8c27-7de962947b72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57887) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
6704 2024.11.04 23:57:53.995390 [ 288 ] {8c59f5ff-dfc3-49c7-8c27-7de962947b72} <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
6705 2024.11.04 23:57:53.995889 [ 288 ] {8c59f5ff-dfc3-49c7-8c27-7de962947b72} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6706 2024.11.04 23:57:53.996724 [ 288 ] {8c59f5ff-dfc3-49c7-8c27-7de962947b72} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6707 2024.11.04 23:57:53.996764 [ 288 ] {8c59f5ff-dfc3-49c7-8c27-7de962947b72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6708 2024.11.04 23:57:53.997441 [ 288 ] {8c59f5ff-dfc3-49c7-8c27-7de962947b72} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
6709 2024.11.04 23:57:53.997862 [ 288 ] {8c59f5ff-dfc3-49c7-8c27-7de962947b72} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6710 2024.11.04 23:57:53.998031 [ 85 ] {} <Debug> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0
6711 2024.11.04 23:57:53.998053 [ 288 ] {8c59f5ff-dfc3-49c7-8c27-7de962947b72} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003089 sec., 12625.445127873098 rows/sec., 22.62 MiB/sec.
6712 2024.11.04 23:57:53.998086 [ 85 ] {} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6713 2024.11.04 23:57:53.998145 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6714 2024.11.04 23:57:53.998588 [ 194 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full
6715 2024.11.04 23:57:53.998939 [ 288 ] {8c59f5ff-dfc3-49c7-8c27-7de962947b72} <Debug> DynamicQueryHandler: Done processing query
6716 2024.11.04 23:57:53.999000 [ 288 ] {8c59f5ff-dfc3-49c7-8c27-7de962947b72} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB.
6717 2024.11.04 23:57:53.999049 [ 288 ] {} <Debug> HTTP-Session: 940bad42-e058-4763-b993-192e0730a27d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6718 2024.11.04 23:57:53.999237 [ 194 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6719 2024.11.04 23:57:53.999337 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46198, User-Agent: (none), Length: 12146, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6720 2024.11.04 23:57:53.999343 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57887, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6721 2024.11.04 23:57:53.999454 [ 194 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 243 rows starting from the beginning of the part
6722 2024.11.04 23:57:53.999491 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6723 2024.11.04 23:57:53.999563 [ 282 ] {} <Debug> HTTP-Session: 0a832a2b-c5ff-4a06-9760-e985458d6491 Authenticating user 'default' from [fd00:1122:3344:101::d]:46198
6724 2024.11.04 23:57:53.999620 [ 282 ] {} <Debug> HTTP-Session: 0a832a2b-c5ff-4a06-9760-e985458d6491 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6725 2024.11.04 23:57:53.999654 [ 288 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below):
6726 
6727 (version 23.8.7.1)
6728 2024.11.04 23:57:53.999668 [ 282 ] {} <Debug> HTTP-Session: 0a832a2b-c5ff-4a06-9760-e985458d6491 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6729 2024.11.04 23:57:53.999838 [ 282 ] {} <Trace> HTTP-Session: 0a832a2b-c5ff-4a06-9760-e985458d6491 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6730 2024.11.04 23:57:54.000146 [ 194 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 39 rows starting from the beginning of the part
6731 2024.11.04 23:57:54.000171 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 162.10 MiB, peak 170.06 MiB, free memory in arenas 0.00 B, will set to 160.20 MiB (RSS), difference: -1.90 MiB
6732 2024.11.04 23:57:54.000310 [ 282 ] {98d053bd-ff08-4874-8de1-2858cd397e2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46198) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6733 2024.11.04 23:57:54.000511 [ 282 ] {98d053bd-ff08-4874-8de1-2858cd397e2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6734 2024.11.04 23:57:54.001677 [ 194 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 39 rows starting from the beginning of the part
6735 2024.11.04 23:57:54.001867 [ 282 ] {98d053bd-ff08-4874-8de1-2858cd397e2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6736 2024.11.04 23:57:54.002372 [ 194 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 39 rows starting from the beginning of the part
6737 2024.11.04 23:57:54.003184 [ 194 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 39 rows starting from the beginning of the part
6738 2024.11.04 23:57:54.003198 [ 282 ] {98d053bd-ff08-4874-8de1-2858cd397e2d} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6739 2024.11.04 23:57:54.003274 [ 282 ] {98d053bd-ff08-4874-8de1-2858cd397e2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6740 2024.11.04 23:57:54.003837 [ 194 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 39 rows starting from the beginning of the part
6741 2024.11.04 23:57:54.004795 [ 282 ] {98d053bd-ff08-4874-8de1-2858cd397e2d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6742 2024.11.04 23:57:54.005709 [ 282 ] {98d053bd-ff08-4874-8de1-2858cd397e2d} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6743 2024.11.04 23:57:54.006073 [ 282 ] {98d053bd-ff08-4874-8de1-2858cd397e2d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005946 sec., 13790.783720148 rows/sec., 896.91 KiB/sec.
6744 2024.11.04 23:57:54.006312 [ 282 ] {98d053bd-ff08-4874-8de1-2858cd397e2d} <Debug> DynamicQueryHandler: Done processing query
6745 2024.11.04 23:57:54.006358 [ 282 ] {98d053bd-ff08-4874-8de1-2858cd397e2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6746 2024.11.04 23:57:54.006387 [ 282 ] {} <Debug> HTTP-Session: 0a832a2b-c5ff-4a06-9760-e985458d6491 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6747 2024.11.04 23:57:54.006790 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46198, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6748 2024.11.04 23:57:54.009200 [ 196 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 438 rows, containing 19 columns (19 merged, 0 gathered) in 0.010921104 sec., 40105.83545399806 rows/sec., 71.87 MiB/sec.
6749 2024.11.04 23:57:54.010136 [ 199 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
6750 2024.11.04 23:57:54.010795 [ 199 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_15_3} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6751 2024.11.04 23:57:54.010883 [ 199 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_15_3} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3
6752 2024.11.04 23:57:54.011041 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.34 MiB.
6753 2024.11.04 23:57:55.000176 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.31 MiB, peak 170.06 MiB, free memory in arenas 0.00 B, will set to 160.77 MiB (RSS), difference: 1.45 MiB
6754 2024.11.04 23:57:58.957986 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56689, User-Agent: (none), Length: 1609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6755 2024.11.04 23:57:58.958127 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6756 2024.11.04 23:57:58.958153 [ 282 ] {} <Debug> HTTP-Session: 03925c27-dfdc-4593-9253-f14a8d555e81 Authenticating user 'default' from [fd00:1122:3344:101::d]:56689
6757 2024.11.04 23:57:58.958178 [ 282 ] {} <Debug> HTTP-Session: 03925c27-dfdc-4593-9253-f14a8d555e81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6758 2024.11.04 23:57:58.958192 [ 282 ] {} <Debug> HTTP-Session: 03925c27-dfdc-4593-9253-f14a8d555e81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6759 2024.11.04 23:57:58.958246 [ 282 ] {} <Trace> HTTP-Session: 03925c27-dfdc-4593-9253-f14a8d555e81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6760 2024.11.04 23:57:58.958439 [ 282 ] {e9b48396-8c83-44f7-994c-276f9784851d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56689) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
6761 2024.11.04 23:57:58.958508 [ 282 ] {e9b48396-8c83-44f7-994c-276f9784851d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6762 2024.11.04 23:57:58.958853 [ 282 ] {e9b48396-8c83-44f7-994c-276f9784851d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6763 2024.11.04 23:57:58.959304 [ 282 ] {e9b48396-8c83-44f7-994c-276f9784851d} <Trace> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6764 2024.11.04 23:57:58.959351 [ 282 ] {e9b48396-8c83-44f7-994c-276f9784851d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6765 2024.11.04 23:57:58.959765 [ 282 ] {e9b48396-8c83-44f7-994c-276f9784851d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
6766 2024.11.04 23:57:58.960165 [ 282 ] {e9b48396-8c83-44f7-994c-276f9784851d} <Trace> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6767 2024.11.04 23:57:58.960351 [ 282 ] {e9b48396-8c83-44f7-994c-276f9784851d} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001961 sec., 5099.439061703212 rows/sec., 415.82 KiB/sec.
6768 2024.11.04 23:57:58.960696 [ 282 ] {e9b48396-8c83-44f7-994c-276f9784851d} <Debug> DynamicQueryHandler: Done processing query
6769 2024.11.04 23:57:58.960725 [ 282 ] {e9b48396-8c83-44f7-994c-276f9784851d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6770 2024.11.04 23:57:58.960742 [ 282 ] {} <Debug> HTTP-Session: 03925c27-dfdc-4593-9253-f14a8d555e81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6771 2024.11.04 23:57:58.960951 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56689, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6772 2024.11.04 23:57:58.961062 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61260, User-Agent: (none), Length: 8503, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6773 2024.11.04 23:57:58.961174 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6774 2024.11.04 23:57:58.961201 [ 288 ] {} <Debug> HTTP-Session: d9f1c610-a9fc-4dab-ab72-55bf2a76d9e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61260
6775 2024.11.04 23:57:58.961226 [ 288 ] {} <Debug> HTTP-Session: d9f1c610-a9fc-4dab-ab72-55bf2a76d9e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6776 2024.11.04 23:57:58.961240 [ 288 ] {} <Debug> HTTP-Session: d9f1c610-a9fc-4dab-ab72-55bf2a76d9e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6777 2024.11.04 23:57:58.961293 [ 288 ] {} <Trace> HTTP-Session: d9f1c610-a9fc-4dab-ab72-55bf2a76d9e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6778 2024.11.04 23:57:58.961491 [ 288 ] {6016b9ef-5696-4438-807e-f2dd7a926501} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61260) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
6779 2024.11.04 23:57:58.961560 [ 288 ] {6016b9ef-5696-4438-807e-f2dd7a926501} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6780 2024.11.04 23:57:58.961908 [ 288 ] {6016b9ef-5696-4438-807e-f2dd7a926501} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6781 2024.11.04 23:57:58.962355 [ 288 ] {6016b9ef-5696-4438-807e-f2dd7a926501} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6782 2024.11.04 23:57:58.962398 [ 288 ] {6016b9ef-5696-4438-807e-f2dd7a926501} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6783 2024.11.04 23:57:58.962822 [ 288 ] {6016b9ef-5696-4438-807e-f2dd7a926501} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
6784 2024.11.04 23:57:58.963227 [ 288 ] {6016b9ef-5696-4438-807e-f2dd7a926501} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6785 2024.11.04 23:57:58.963376 [ 288 ] {6016b9ef-5696-4438-807e-f2dd7a926501} <Debug> executeQuery: Read 61 rows, 4.77 KiB in 0.001959 sec., 31138.33588565595 rows/sec., 2.38 MiB/sec.
6786 2024.11.04 23:57:58.963613 [ 288 ] {6016b9ef-5696-4438-807e-f2dd7a926501} <Debug> DynamicQueryHandler: Done processing query
6787 2024.11.04 23:57:58.963643 [ 288 ] {6016b9ef-5696-4438-807e-f2dd7a926501} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
6788 2024.11.04 23:57:58.963660 [ 288 ] {} <Debug> HTTP-Session: d9f1c610-a9fc-4dab-ab72-55bf2a76d9e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6789 2024.11.04 23:57:58.963804 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61260, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6790 2024.11.04 23:57:58.963900 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44971, User-Agent: (none), Length: 1446, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6791 2024.11.04 23:57:58.963985 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6792 2024.11.04 23:57:58.964006 [ 282 ] {} <Debug> HTTP-Session: a470f151-cd0e-43d1-886b-8f54bf971603 Authenticating user 'default' from [fd00:1122:3344:101::d]:44971
6793 2024.11.04 23:57:58.964026 [ 282 ] {} <Debug> HTTP-Session: a470f151-cd0e-43d1-886b-8f54bf971603 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6794 2024.11.04 23:57:58.964040 [ 282 ] {} <Debug> HTTP-Session: a470f151-cd0e-43d1-886b-8f54bf971603 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6795 2024.11.04 23:57:58.964083 [ 282 ] {} <Trace> HTTP-Session: a470f151-cd0e-43d1-886b-8f54bf971603 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6796 2024.11.04 23:57:58.964209 [ 282 ] {4601cd2d-405f-446b-bac7-193b4e44f780} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44971) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
6797 2024.11.04 23:57:58.964260 [ 282 ] {4601cd2d-405f-446b-bac7-193b4e44f780} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6798 2024.11.04 23:57:58.964536 [ 282 ] {4601cd2d-405f-446b-bac7-193b4e44f780} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6799 2024.11.04 23:57:58.964887 [ 282 ] {4601cd2d-405f-446b-bac7-193b4e44f780} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6800 2024.11.04 23:57:58.964926 [ 282 ] {4601cd2d-405f-446b-bac7-193b4e44f780} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6801 2024.11.04 23:57:58.965288 [ 282 ] {4601cd2d-405f-446b-bac7-193b4e44f780} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6802 2024.11.04 23:57:58.965667 [ 282 ] {4601cd2d-405f-446b-bac7-193b4e44f780} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6803 2024.11.04 23:57:58.965812 [ 282 ] {4601cd2d-405f-446b-bac7-193b4e44f780} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.001638 sec., 6105.006105006105 rows/sec., 426.28 KiB/sec.
6804 2024.11.04 23:57:58.966121 [ 282 ] {4601cd2d-405f-446b-bac7-193b4e44f780} <Debug> DynamicQueryHandler: Done processing query
6805 2024.11.04 23:57:58.966147 [ 282 ] {4601cd2d-405f-446b-bac7-193b4e44f780} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6806 2024.11.04 23:57:58.966163 [ 282 ] {} <Debug> HTTP-Session: a470f151-cd0e-43d1-886b-8f54bf971603 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6807 2024.11.04 23:57:58.966374 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44971, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6808 2024.11.04 23:57:58.966461 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55270, User-Agent: (none), Length: 12591, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6809 2024.11.04 23:57:58.966546 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6810 2024.11.04 23:57:58.966572 [ 288 ] {} <Debug> HTTP-Session: ce20ba96-5b4e-4595-a2a1-789805f15a12 Authenticating user 'default' from [fd00:1122:3344:101::d]:55270
6811 2024.11.04 23:57:58.966596 [ 288 ] {} <Debug> HTTP-Session: ce20ba96-5b4e-4595-a2a1-789805f15a12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6812 2024.11.04 23:57:58.966615 [ 288 ] {} <Debug> HTTP-Session: ce20ba96-5b4e-4595-a2a1-789805f15a12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6813 2024.11.04 23:57:58.966665 [ 288 ] {} <Trace> HTTP-Session: ce20ba96-5b4e-4595-a2a1-789805f15a12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6814 2024.11.04 23:57:58.966831 [ 288 ] {63a82c48-81a7-4c47-9075-2afefc747edf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55270) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
6815 2024.11.04 23:57:58.966885 [ 288 ] {63a82c48-81a7-4c47-9075-2afefc747edf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6816 2024.11.04 23:57:58.967164 [ 288 ] {63a82c48-81a7-4c47-9075-2afefc747edf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6817 2024.11.04 23:57:58.967573 [ 288 ] {63a82c48-81a7-4c47-9075-2afefc747edf} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6818 2024.11.04 23:57:58.967612 [ 288 ] {63a82c48-81a7-4c47-9075-2afefc747edf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6819 2024.11.04 23:57:58.967983 [ 288 ] {63a82c48-81a7-4c47-9075-2afefc747edf} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
6820 2024.11.04 23:57:58.968354 [ 288 ] {63a82c48-81a7-4c47-9075-2afefc747edf} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6821 2024.11.04 23:57:58.968523 [ 288 ] {63a82c48-81a7-4c47-9075-2afefc747edf} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.00174 sec., 42528.73563218391 rows/sec., 3.33 MiB/sec.
6822 2024.11.04 23:57:58.968900 [ 288 ] {63a82c48-81a7-4c47-9075-2afefc747edf} <Debug> DynamicQueryHandler: Done processing query
6823 2024.11.04 23:57:58.968941 [ 288 ] {63a82c48-81a7-4c47-9075-2afefc747edf} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
6824 2024.11.04 23:57:58.968960 [ 288 ] {} <Debug> HTTP-Session: ce20ba96-5b4e-4595-a2a1-789805f15a12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6825 2024.11.04 23:57:58.969135 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55270, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6826 2024.11.04 23:57:58.969247 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38725, User-Agent: (none), Length: 25466, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6827 2024.11.04 23:57:58.969334 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6828 2024.11.04 23:57:58.969361 [ 282 ] {} <Debug> HTTP-Session: 06a6ae31-9a85-42c6-bc61-1446cb38249a Authenticating user 'default' from [fd00:1122:3344:101::d]:38725
6829 2024.11.04 23:57:58.969394 [ 282 ] {} <Debug> HTTP-Session: 06a6ae31-9a85-42c6-bc61-1446cb38249a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6830 2024.11.04 23:57:58.969411 [ 282 ] {} <Debug> HTTP-Session: 06a6ae31-9a85-42c6-bc61-1446cb38249a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6831 2024.11.04 23:57:58.969460 [ 282 ] {} <Trace> HTTP-Session: 06a6ae31-9a85-42c6-bc61-1446cb38249a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6832 2024.11.04 23:57:58.969709 [ 282 ] {727cff04-a3cb-4f20-b46f-a4941ad3cd79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38725) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
6833 2024.11.04 23:57:58.969800 [ 282 ] {727cff04-a3cb-4f20-b46f-a4941ad3cd79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6834 2024.11.04 23:57:58.970022 [ 282 ] {727cff04-a3cb-4f20-b46f-a4941ad3cd79} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6835 2024.11.04 23:57:58.970430 [ 282 ] {727cff04-a3cb-4f20-b46f-a4941ad3cd79} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6836 2024.11.04 23:57:58.970469 [ 282 ] {727cff04-a3cb-4f20-b46f-a4941ad3cd79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6837 2024.11.04 23:57:58.970877 [ 282 ] {727cff04-a3cb-4f20-b46f-a4941ad3cd79} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
6838 2024.11.04 23:57:58.971205 [ 282 ] {727cff04-a3cb-4f20-b46f-a4941ad3cd79} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6839 2024.11.04 23:57:58.971359 [ 282 ] {727cff04-a3cb-4f20-b46f-a4941ad3cd79} <Debug> executeQuery: Read 133 rows, 9.48 KiB in 0.001807 sec., 73602.65633646928 rows/sec., 5.12 MiB/sec.
6840 2024.11.04 23:57:58.971537 [ 282 ] {727cff04-a3cb-4f20-b46f-a4941ad3cd79} <Debug> DynamicQueryHandler: Done processing query
6841 2024.11.04 23:57:58.971561 [ 282 ] {727cff04-a3cb-4f20-b46f-a4941ad3cd79} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
6842 2024.11.04 23:57:58.971577 [ 282 ] {} <Debug> HTTP-Session: 06a6ae31-9a85-42c6-bc61-1446cb38249a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6843 2024.11.04 23:57:58.971730 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38725, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6844 2024.11.04 23:57:58.971807 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37741, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6845 2024.11.04 23:57:58.971950 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6846 2024.11.04 23:57:58.971984 [ 288 ] {} <Debug> HTTP-Session: dfea4703-2230-46c5-aba7-0379cd530286 Authenticating user 'default' from [fd00:1122:3344:101::d]:37741
6847 2024.11.04 23:57:58.972013 [ 288 ] {} <Debug> HTTP-Session: dfea4703-2230-46c5-aba7-0379cd530286 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6848 2024.11.04 23:57:58.972036 [ 288 ] {} <Debug> HTTP-Session: dfea4703-2230-46c5-aba7-0379cd530286 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6849 2024.11.04 23:57:58.972093 [ 288 ] {} <Trace> HTTP-Session: dfea4703-2230-46c5-aba7-0379cd530286 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6850 2024.11.04 23:57:58.972297 [ 288 ] {1cfffe93-51cd-4b67-bf04-9a88c05f41d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37741) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6851 2024.11.04 23:57:58.972370 [ 288 ] {1cfffe93-51cd-4b67-bf04-9a88c05f41d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6852 2024.11.04 23:57:58.972560 [ 288 ] {1cfffe93-51cd-4b67-bf04-9a88c05f41d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6853 2024.11.04 23:57:58.972908 [ 288 ] {1cfffe93-51cd-4b67-bf04-9a88c05f41d2} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6854 2024.11.04 23:57:58.972947 [ 288 ] {1cfffe93-51cd-4b67-bf04-9a88c05f41d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6855 2024.11.04 23:57:58.973337 [ 288 ] {1cfffe93-51cd-4b67-bf04-9a88c05f41d2} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
6856 2024.11.04 23:57:58.973672 [ 288 ] {1cfffe93-51cd-4b67-bf04-9a88c05f41d2} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6857 2024.11.04 23:57:58.973838 [ 288 ] {1cfffe93-51cd-4b67-bf04-9a88c05f41d2} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001619 sec., 29647.93082149475 rows/sec., 2.00 MiB/sec.
6858 2024.11.04 23:57:58.974041 [ 288 ] {1cfffe93-51cd-4b67-bf04-9a88c05f41d2} <Debug> DynamicQueryHandler: Done processing query
6859 2024.11.04 23:57:58.974067 [ 288 ] {1cfffe93-51cd-4b67-bf04-9a88c05f41d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
6860 2024.11.04 23:57:58.974083 [ 288 ] {} <Debug> HTTP-Session: dfea4703-2230-46c5-aba7-0379cd530286 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6861 2024.11.04 23:57:58.974310 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37741, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6862 2024.11.04 23:58:00.418171 [ 76 ] {} <Debug> DNSResolver: Updating DNS cache
6863 2024.11.04 23:58:00.418234 [ 76 ] {} <Debug> DNSResolver: Updated DNS cache
6864 2024.11.04 23:58:00.586723 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 656
6865 2024.11.04 23:58:00.589870 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6866 2024.11.04 23:58:00.589927 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6867 2024.11.04 23:58:00.591435 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6868 2024.11.04 23:58:00.592452 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6869 2024.11.04 23:58:00.593347 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 656
6870 2024.11.04 23:58:03.958803 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32780, User-Agent: (none), Length: 7838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6871 2024.11.04 23:58:03.958927 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6872 2024.11.04 23:58:03.958954 [ 298 ] {} <Debug> HTTP-Session: 56d11082-e871-4f5a-a33d-fc75e6266863 Authenticating user 'default' from [fd00:1122:3344:101::d]:32780
6873 2024.11.04 23:58:03.958979 [ 298 ] {} <Debug> HTTP-Session: 56d11082-e871-4f5a-a33d-fc75e6266863 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6874 2024.11.04 23:58:03.958998 [ 298 ] {} <Debug> HTTP-Session: 56d11082-e871-4f5a-a33d-fc75e6266863 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6875 2024.11.04 23:58:03.959053 [ 298 ] {} <Trace> HTTP-Session: 56d11082-e871-4f5a-a33d-fc75e6266863 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6876 2024.11.04 23:58:03.959258 [ 298 ] {b240eaf5-6cef-4466-80a3-9df178237d7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32780) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
6877 2024.11.04 23:58:03.959325 [ 298 ] {b240eaf5-6cef-4466-80a3-9df178237d7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6878 2024.11.04 23:58:03.959670 [ 298 ] {b240eaf5-6cef-4466-80a3-9df178237d7f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6879 2024.11.04 23:58:03.960177 [ 298 ] {b240eaf5-6cef-4466-80a3-9df178237d7f} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6880 2024.11.04 23:58:03.960226 [ 298 ] {b240eaf5-6cef-4466-80a3-9df178237d7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6881 2024.11.04 23:58:03.960688 [ 298 ] {b240eaf5-6cef-4466-80a3-9df178237d7f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6882 2024.11.04 23:58:03.961093 [ 298 ] {b240eaf5-6cef-4466-80a3-9df178237d7f} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6883 2024.11.04 23:58:03.961279 [ 298 ] {b240eaf5-6cef-4466-80a3-9df178237d7f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002082 sec., 26897.214217098943 rows/sec., 2.07 MiB/sec.
6884 2024.11.04 23:58:03.961512 [ 298 ] {b240eaf5-6cef-4466-80a3-9df178237d7f} <Debug> DynamicQueryHandler: Done processing query
6885 2024.11.04 23:58:03.961541 [ 298 ] {b240eaf5-6cef-4466-80a3-9df178237d7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
6886 2024.11.04 23:58:03.961559 [ 298 ] {} <Debug> HTTP-Session: 56d11082-e871-4f5a-a33d-fc75e6266863 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6887 2024.11.04 23:58:03.961750 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32780, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6888 2024.11.04 23:58:03.961845 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39551, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6889 2024.11.04 23:58:03.961917 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6890 2024.11.04 23:58:03.961939 [ 282 ] {} <Debug> HTTP-Session: e8a5dcf9-75f3-4214-bb0a-1b638c3f4c90 Authenticating user 'default' from [fd00:1122:3344:101::d]:39551
6891 2024.11.04 23:58:03.961958 [ 282 ] {} <Debug> HTTP-Session: e8a5dcf9-75f3-4214-bb0a-1b638c3f4c90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6892 2024.11.04 23:58:03.961973 [ 282 ] {} <Debug> HTTP-Session: e8a5dcf9-75f3-4214-bb0a-1b638c3f4c90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6893 2024.11.04 23:58:03.962013 [ 282 ] {} <Trace> HTTP-Session: e8a5dcf9-75f3-4214-bb0a-1b638c3f4c90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6894 2024.11.04 23:58:03.962152 [ 282 ] {88b6860b-7b8d-4174-926b-7991d7e99bd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39551) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
6895 2024.11.04 23:58:03.962201 [ 282 ] {88b6860b-7b8d-4174-926b-7991d7e99bd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6896 2024.11.04 23:58:03.962446 [ 282 ] {88b6860b-7b8d-4174-926b-7991d7e99bd8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6897 2024.11.04 23:58:03.962865 [ 282 ] {88b6860b-7b8d-4174-926b-7991d7e99bd8} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6898 2024.11.04 23:58:03.962904 [ 282 ] {88b6860b-7b8d-4174-926b-7991d7e99bd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6899 2024.11.04 23:58:03.963277 [ 282 ] {88b6860b-7b8d-4174-926b-7991d7e99bd8} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6900 2024.11.04 23:58:03.963643 [ 282 ] {88b6860b-7b8d-4174-926b-7991d7e99bd8} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6901 2024.11.04 23:58:03.963810 [ 282 ] {88b6860b-7b8d-4174-926b-7991d7e99bd8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001696 sec., 37735.84905660377 rows/sec., 2.95 MiB/sec.
6902 2024.11.04 23:58:03.964002 [ 282 ] {88b6860b-7b8d-4174-926b-7991d7e99bd8} <Debug> DynamicQueryHandler: Done processing query
6903 2024.11.04 23:58:03.964028 [ 282 ] {88b6860b-7b8d-4174-926b-7991d7e99bd8} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
6904 2024.11.04 23:58:03.964044 [ 282 ] {} <Debug> HTTP-Session: e8a5dcf9-75f3-4214-bb0a-1b638c3f4c90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6905 2024.11.04 23:58:03.964238 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39551, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6906 2024.11.04 23:58:03.964385 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49360, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6907 2024.11.04 23:58:03.964505 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6908 2024.11.04 23:58:03.964534 [ 288 ] {} <Debug> HTTP-Session: 96247fd0-3c54-4247-bbb2-df7cdd40acd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:49360
6909 2024.11.04 23:58:03.964564 [ 288 ] {} <Debug> HTTP-Session: 96247fd0-3c54-4247-bbb2-df7cdd40acd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6910 2024.11.04 23:58:03.964582 [ 288 ] {} <Debug> HTTP-Session: 96247fd0-3c54-4247-bbb2-df7cdd40acd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6911 2024.11.04 23:58:03.964645 [ 288 ] {} <Trace> HTTP-Session: 96247fd0-3c54-4247-bbb2-df7cdd40acd2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6912 2024.11.04 23:58:03.964913 [ 288 ] {6557f663-e0a2-4dc1-ae1a-28f148b9da82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49360) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
6913 2024.11.04 23:58:03.964999 [ 288 ] {6557f663-e0a2-4dc1-ae1a-28f148b9da82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6914 2024.11.04 23:58:03.965226 [ 288 ] {6557f663-e0a2-4dc1-ae1a-28f148b9da82} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6915 2024.11.04 23:58:03.965691 [ 288 ] {6557f663-e0a2-4dc1-ae1a-28f148b9da82} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6916 2024.11.04 23:58:03.965736 [ 288 ] {6557f663-e0a2-4dc1-ae1a-28f148b9da82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6917 2024.11.04 23:58:03.966216 [ 288 ] {6557f663-e0a2-4dc1-ae1a-28f148b9da82} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6918 2024.11.04 23:58:03.966586 [ 288 ] {6557f663-e0a2-4dc1-ae1a-28f148b9da82} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6919 2024.11.04 23:58:03.966773 [ 288 ] {6557f663-e0a2-4dc1-ae1a-28f148b9da82} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001975 sec., 81012.6582278481 rows/sec., 5.64 MiB/sec.
6920 2024.11.04 23:58:03.967044 [ 288 ] {6557f663-e0a2-4dc1-ae1a-28f148b9da82} <Debug> DynamicQueryHandler: Done processing query
6921 2024.11.04 23:58:03.967073 [ 288 ] {6557f663-e0a2-4dc1-ae1a-28f148b9da82} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
6922 2024.11.04 23:58:03.967091 [ 288 ] {} <Debug> HTTP-Session: 96247fd0-3c54-4247-bbb2-df7cdd40acd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6923 2024.11.04 23:58:03.967290 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39551, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6924 2024.11.04 23:58:03.967301 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49360, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6925 2024.11.04 23:58:03.967383 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6926 2024.11.04 23:58:03.967424 [ 282 ] {} <Debug> HTTP-Session: 7c218f8e-812a-48a9-9804-2a1b3ff9e961 Authenticating user 'default' from [fd00:1122:3344:101::d]:39551
6927 2024.11.04 23:58:03.967446 [ 282 ] {} <Debug> HTTP-Session: 7c218f8e-812a-48a9-9804-2a1b3ff9e961 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6928 2024.11.04 23:58:03.967464 [ 282 ] {} <Debug> HTTP-Session: 7c218f8e-812a-48a9-9804-2a1b3ff9e961 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6929 2024.11.04 23:58:03.967522 [ 282 ] {} <Trace> HTTP-Session: 7c218f8e-812a-48a9-9804-2a1b3ff9e961 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6930 2024.11.04 23:58:03.967690 [ 282 ] {1df4ca90-3125-4453-b63e-9200033b4cd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39551) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6931 2024.11.04 23:58:03.967751 [ 282 ] {1df4ca90-3125-4453-b63e-9200033b4cd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6932 2024.11.04 23:58:03.967944 [ 282 ] {1df4ca90-3125-4453-b63e-9200033b4cd9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6933 2024.11.04 23:58:03.968292 [ 282 ] {1df4ca90-3125-4453-b63e-9200033b4cd9} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6934 2024.11.04 23:58:03.968330 [ 282 ] {1df4ca90-3125-4453-b63e-9200033b4cd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6935 2024.11.04 23:58:03.968722 [ 282 ] {1df4ca90-3125-4453-b63e-9200033b4cd9} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6936 2024.11.04 23:58:03.969116 [ 282 ] {1df4ca90-3125-4453-b63e-9200033b4cd9} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6937 2024.11.04 23:58:03.969283 [ 282 ] {1df4ca90-3125-4453-b63e-9200033b4cd9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001651 sec., 36341.611144760755 rows/sec., 2.45 MiB/sec.
6938 2024.11.04 23:58:03.969465 [ 282 ] {1df4ca90-3125-4453-b63e-9200033b4cd9} <Debug> DynamicQueryHandler: Done processing query
6939 2024.11.04 23:58:03.969490 [ 282 ] {1df4ca90-3125-4453-b63e-9200033b4cd9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
6940 2024.11.04 23:58:03.969507 [ 282 ] {} <Debug> HTTP-Session: 7c218f8e-812a-48a9-9804-2a1b3ff9e961 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6941 2024.11.04 23:58:03.969751 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39551, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6942 2024.11.04 23:58:05.706484 [ 73 ] {} <Debug> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0
6943 2024.11.04 23:58:05.706577 [ 73 ] {} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6944 2024.11.04 23:58:05.706599 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6945 2024.11.04 23:58:05.706807 [ 195 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full
6946 2024.11.04 23:58:05.707029 [ 195 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6947 2024.11.04 23:58:05.707071 [ 195 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 11 rows starting from the beginning of the part
6948 2024.11.04 23:58:05.707147 [ 195 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part
6949 2024.11.04 23:58:05.707347 [ 195 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part
6950 2024.11.04 23:58:05.707595 [ 195 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part
6951 2024.11.04 23:58:05.707804 [ 195 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part
6952 2024.11.04 23:58:05.708916 [ 199 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.002240436 sec., 6695.125413089238 rows/sec., 447.65 KiB/sec.
6953 2024.11.04 23:58:05.709067 [ 199 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary)
6954 2024.11.04 23:58:05.709451 [ 199 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_14_3} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6955 2024.11.04 23:58:05.709530 [ 199 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_14_3} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3
6956 2024.11.04 23:58:05.709610 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB.
6957 2024.11.04 23:58:06.071142 [ 72 ] {} <Debug> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
6958 2024.11.04 23:58:06.071263 [ 72 ] {} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6959 2024.11.04 23:58:06.071314 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6960 2024.11.04 23:58:06.071632 [ 195 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full
6961 2024.11.04 23:58:06.071847 [ 195 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6962 2024.11.04 23:58:06.071888 [ 195 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 54 rows starting from the beginning of the part
6963 2024.11.04 23:58:06.071966 [ 195 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part
6964 2024.11.04 23:58:06.072162 [ 195 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part
6965 2024.11.04 23:58:06.072436 [ 195 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part
6966 2024.11.04 23:58:06.072637 [ 195 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part
6967 2024.11.04 23:58:06.073757 [ 200 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 78 rows, containing 4 columns (4 merged, 0 gathered) in 0.002314308 sec., 33703.3791526452 rows/sec., 1.72 MiB/sec.
6968 2024.11.04 23:58:06.073931 [ 200 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
6969 2024.11.04 23:58:06.074393 [ 200 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_13_3} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6970 2024.11.04 23:58:06.074478 [ 200 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_13_3} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
6971 2024.11.04 23:58:06.074576 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6972 2024.11.04 23:58:07.016659 [ 71 ] {} <Debug> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0
6973 2024.11.04 23:58:07.016722 [ 71 ] {} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6974 2024.11.04 23:58:07.016744 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6975 2024.11.04 23:58:07.016899 [ 199 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full
6976 2024.11.04 23:58:07.017090 [ 199 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6977 2024.11.04 23:58:07.017133 [ 199 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 243 rows starting from the beginning of the part
6978 2024.11.04 23:58:07.017241 [ 199 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part
6979 2024.11.04 23:58:07.017511 [ 199 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part
6980 2024.11.04 23:58:07.017726 [ 199 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part
6981 2024.11.04 23:58:07.017891 [ 199 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part
6982 2024.11.04 23:58:07.019150 [ 200 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 299 rows, containing 5 columns (5 merged, 0 gathered) in 0.002334038 sec., 128104.1696836127 rows/sec., 8.72 MiB/sec.
6983 2024.11.04 23:58:07.019359 [ 190 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary)
6984 2024.11.04 23:58:07.019870 [ 190 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_14_3} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6985 2024.11.04 23:58:07.019966 [ 190 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_14_3} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3
6986 2024.11.04 23:58:07.020063 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
6987 2024.11.04 23:58:08.964675 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48993, User-Agent: (none), Length: 40563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6988 2024.11.04 23:58:08.964800 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6989 2024.11.04 23:58:08.964829 [ 282 ] {} <Debug> HTTP-Session: 8ddefe9b-2571-461e-b1b7-d5705199811e Authenticating user 'default' from [fd00:1122:3344:101::d]:48993
6990 2024.11.04 23:58:08.964857 [ 282 ] {} <Debug> HTTP-Session: 8ddefe9b-2571-461e-b1b7-d5705199811e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6991 2024.11.04 23:58:08.964876 [ 282 ] {} <Debug> HTTP-Session: 8ddefe9b-2571-461e-b1b7-d5705199811e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6992 2024.11.04 23:58:08.964933 [ 282 ] {} <Trace> HTTP-Session: 8ddefe9b-2571-461e-b1b7-d5705199811e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6993 2024.11.04 23:58:08.965228 [ 282 ] {aaec10a7-5568-4c0e-ba06-15f7ef450ce6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48993) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
6994 2024.11.04 23:58:08.965299 [ 282 ] {aaec10a7-5568-4c0e-ba06-15f7ef450ce6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6995 2024.11.04 23:58:08.965634 [ 282 ] {aaec10a7-5568-4c0e-ba06-15f7ef450ce6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6996 2024.11.04 23:58:08.966248 [ 282 ] {aaec10a7-5568-4c0e-ba06-15f7ef450ce6} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6997 2024.11.04 23:58:08.966294 [ 282 ] {aaec10a7-5568-4c0e-ba06-15f7ef450ce6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6998 2024.11.04 23:58:08.966744 [ 282 ] {aaec10a7-5568-4c0e-ba06-15f7ef450ce6} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6999 2024.11.04 23:58:08.967125 [ 282 ] {aaec10a7-5568-4c0e-ba06-15f7ef450ce6} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7000 2024.11.04 23:58:08.967290 [ 282 ] {aaec10a7-5568-4c0e-ba06-15f7ef450ce6} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.002195 sec., 121640.09111617312 rows/sec., 10.82 MiB/sec.
7001 2024.11.04 23:58:08.967318 [ 70 ] {} <Debug> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7002 2024.11.04 23:58:08.967440 [ 70 ] {} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7003 2024.11.04 23:58:08.967494 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7004 2024.11.04 23:58:08.967632 [ 282 ] {aaec10a7-5568-4c0e-ba06-15f7ef450ce6} <Debug> DynamicQueryHandler: Done processing query
7005 2024.11.04 23:58:08.967683 [ 282 ] {aaec10a7-5568-4c0e-ba06-15f7ef450ce6} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
7006 2024.11.04 23:58:08.967709 [ 282 ] {} <Debug> HTTP-Session: 8ddefe9b-2571-461e-b1b7-d5705199811e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7007 2024.11.04 23:58:08.967705 [ 199 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full
7008 2024.11.04 23:58:08.967969 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48993, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7009 2024.11.04 23:58:08.968002 [ 199 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7010 2024.11.04 23:58:08.968087 [ 199 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1418 rows starting from the beginning of the part
7011 2024.11.04 23:58:08.968098 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63174, User-Agent: (none), Length: 5644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7012 2024.11.04 23:58:08.968302 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7013 2024.11.04 23:58:08.968335 [ 199 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 56 rows starting from the beginning of the part
7014 2024.11.04 23:58:08.968380 [ 288 ] {} <Debug> HTTP-Session: 20cace6c-c7fa-4c1e-961d-7db4d506e3a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:63174
7015 2024.11.04 23:58:08.968477 [ 288 ] {} <Debug> HTTP-Session: 20cace6c-c7fa-4c1e-961d-7db4d506e3a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7016 2024.11.04 23:58:08.968584 [ 288 ] {} <Debug> HTTP-Session: 20cace6c-c7fa-4c1e-961d-7db4d506e3a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7017 2024.11.04 23:58:08.968683 [ 199 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 267 rows starting from the beginning of the part
7018 2024.11.04 23:58:08.968737 [ 288 ] {} <Trace> HTTP-Session: 20cace6c-c7fa-4c1e-961d-7db4d506e3a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7019 2024.11.04 23:58:08.968997 [ 199 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 61 rows starting from the beginning of the part
7020 2024.11.04 23:58:08.969204 [ 288 ] {66b230b5-2431-4ff1-8778-2700897637ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63174) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
7021 2024.11.04 23:58:08.969250 [ 199 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 56 rows starting from the beginning of the part
7022 2024.11.04 23:58:08.969378 [ 288 ] {66b230b5-2431-4ff1-8778-2700897637ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7023 2024.11.04 23:58:08.969600 [ 199 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 267 rows starting from the beginning of the part
7024 2024.11.04 23:58:08.970393 [ 288 ] {66b230b5-2431-4ff1-8778-2700897637ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7025 2024.11.04 23:58:08.971058 [ 288 ] {66b230b5-2431-4ff1-8778-2700897637ea} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7026 2024.11.04 23:58:08.971112 [ 288 ] {66b230b5-2431-4ff1-8778-2700897637ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7027 2024.11.04 23:58:08.971773 [ 288 ] {66b230b5-2431-4ff1-8778-2700897637ea} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7028 2024.11.04 23:58:08.972271 [ 200 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2125 rows, containing 5 columns (5 merged, 0 gathered) in 0.004673686 sec., 454673.249336819 rows/sec., 40.17 MiB/sec.
7029 2024.11.04 23:58:08.972523 [ 288 ] {66b230b5-2431-4ff1-8778-2700897637ea} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7030 2024.11.04 23:58:08.972779 [ 200 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7031 2024.11.04 23:58:08.972819 [ 288 ] {66b230b5-2431-4ff1-8778-2700897637ea} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.003807 sec., 10244.28684003152 rows/sec., 770.32 KiB/sec.
7032 2024.11.04 23:58:08.973203 [ 288 ] {66b230b5-2431-4ff1-8778-2700897637ea} <Debug> DynamicQueryHandler: Done processing query
7033 2024.11.04 23:58:08.973291 [ 288 ] {66b230b5-2431-4ff1-8778-2700897637ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
7034 2024.11.04 23:58:08.973357 [ 288 ] {} <Debug> HTTP-Session: 20cace6c-c7fa-4c1e-961d-7db4d506e3a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7035 2024.11.04 23:58:08.973668 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63174, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7036 2024.11.04 23:58:08.973814 [ 200 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_36_7} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7037 2024.11.04 23:58:08.973837 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55192, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7038 2024.11.04 23:58:08.974001 [ 200 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_36_7} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7039 2024.11.04 23:58:08.974027 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7040 2024.11.04 23:58:08.974106 [ 282 ] {} <Debug> HTTP-Session: 524d968f-8217-4e53-9cc9-f4f3208a5b98 Authenticating user 'default' from [fd00:1122:3344:101::d]:55192
7041 2024.11.04 23:58:08.974205 [ 282 ] {} <Debug> HTTP-Session: 524d968f-8217-4e53-9cc9-f4f3208a5b98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7042 2024.11.04 23:58:08.974215 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
7043 2024.11.04 23:58:08.974254 [ 282 ] {} <Debug> HTTP-Session: 524d968f-8217-4e53-9cc9-f4f3208a5b98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7044 2024.11.04 23:58:08.974319 [ 282 ] {} <Trace> HTTP-Session: 524d968f-8217-4e53-9cc9-f4f3208a5b98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7045 2024.11.04 23:58:08.974440 [ 282 ] {83d3e4f0-3052-4ccd-92dd-dd2a93c2358a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55192) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
7046 2024.11.04 23:58:08.974490 [ 282 ] {83d3e4f0-3052-4ccd-92dd-dd2a93c2358a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7047 2024.11.04 23:58:08.974759 [ 282 ] {83d3e4f0-3052-4ccd-92dd-dd2a93c2358a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7048 2024.11.04 23:58:08.975111 [ 282 ] {83d3e4f0-3052-4ccd-92dd-dd2a93c2358a} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7049 2024.11.04 23:58:08.975149 [ 282 ] {83d3e4f0-3052-4ccd-92dd-dd2a93c2358a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7050 2024.11.04 23:58:08.975536 [ 282 ] {83d3e4f0-3052-4ccd-92dd-dd2a93c2358a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
7051 2024.11.04 23:58:08.975922 [ 282 ] {83d3e4f0-3052-4ccd-92dd-dd2a93c2358a} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7052 2024.11.04 23:58:08.976083 [ 282 ] {83d3e4f0-3052-4ccd-92dd-dd2a93c2358a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001678 sec., 8343.265792610251 rows/sec., 584.31 KiB/sec.
7053 2024.11.04 23:58:08.976278 [ 282 ] {83d3e4f0-3052-4ccd-92dd-dd2a93c2358a} <Debug> DynamicQueryHandler: Done processing query
7054 2024.11.04 23:58:08.976304 [ 282 ] {83d3e4f0-3052-4ccd-92dd-dd2a93c2358a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7055 2024.11.04 23:58:08.976320 [ 282 ] {} <Debug> HTTP-Session: 524d968f-8217-4e53-9cc9-f4f3208a5b98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7056 2024.11.04 23:58:08.976481 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55192, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7057 2024.11.04 23:58:08.976569 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62440, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7058 2024.11.04 23:58:08.976649 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7059 2024.11.04 23:58:08.976677 [ 288 ] {} <Debug> HTTP-Session: ddaeffca-9879-44c0-ace3-4d2f16462658 Authenticating user 'default' from [fd00:1122:3344:101::d]:62440
7060 2024.11.04 23:58:08.976701 [ 288 ] {} <Debug> HTTP-Session: ddaeffca-9879-44c0-ace3-4d2f16462658 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7061 2024.11.04 23:58:08.976718 [ 288 ] {} <Debug> HTTP-Session: ddaeffca-9879-44c0-ace3-4d2f16462658 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7062 2024.11.04 23:58:08.976767 [ 288 ] {} <Trace> HTTP-Session: ddaeffca-9879-44c0-ace3-4d2f16462658 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7063 2024.11.04 23:58:08.976905 [ 288 ] {e317e083-0204-4ec1-8f2e-3bab712a7ec0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62440) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
7064 2024.11.04 23:58:08.976966 [ 288 ] {e317e083-0204-4ec1-8f2e-3bab712a7ec0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7065 2024.11.04 23:58:08.977279 [ 288 ] {e317e083-0204-4ec1-8f2e-3bab712a7ec0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7066 2024.11.04 23:58:08.977602 [ 288 ] {e317e083-0204-4ec1-8f2e-3bab712a7ec0} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7067 2024.11.04 23:58:08.977640 [ 288 ] {e317e083-0204-4ec1-8f2e-3bab712a7ec0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7068 2024.11.04 23:58:08.977996 [ 288 ] {e317e083-0204-4ec1-8f2e-3bab712a7ec0} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
7069 2024.11.04 23:58:08.978365 [ 288 ] {e317e083-0204-4ec1-8f2e-3bab712a7ec0} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7070 2024.11.04 23:58:08.978525 [ 288 ] {e317e083-0204-4ec1-8f2e-3bab712a7ec0} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00166 sec., 3614.457831325301 rows/sec., 213.55 KiB/sec.
7071 2024.11.04 23:58:08.978878 [ 288 ] {e317e083-0204-4ec1-8f2e-3bab712a7ec0} <Debug> DynamicQueryHandler: Done processing query
7072 2024.11.04 23:58:08.978927 [ 288 ] {e317e083-0204-4ec1-8f2e-3bab712a7ec0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7073 2024.11.04 23:58:08.978945 [ 288 ] {} <Debug> HTTP-Session: ddaeffca-9879-44c0-ace3-4d2f16462658 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7074 2024.11.04 23:58:08.979206 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62440, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7075 2024.11.04 23:58:08.979326 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55135, User-Agent: (none), Length: 68384, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7076 2024.11.04 23:58:08.979398 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7077 2024.11.04 23:58:08.979423 [ 282 ] {} <Debug> HTTP-Session: 300bc8fa-e6a0-4788-bdf3-b22684bfe3bd Authenticating user 'default' from [fd00:1122:3344:101::d]:55135
7078 2024.11.04 23:58:08.979444 [ 282 ] {} <Debug> HTTP-Session: 300bc8fa-e6a0-4788-bdf3-b22684bfe3bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7079 2024.11.04 23:58:08.979461 [ 282 ] {} <Debug> HTTP-Session: 300bc8fa-e6a0-4788-bdf3-b22684bfe3bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7080 2024.11.04 23:58:08.979509 [ 282 ] {} <Trace> HTTP-Session: 300bc8fa-e6a0-4788-bdf3-b22684bfe3bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7081 2024.11.04 23:58:08.980022 [ 282 ] {13ae81fb-721f-402d-a05f-37f9e1da627b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55135) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
7082 2024.11.04 23:58:08.980081 [ 282 ] {13ae81fb-721f-402d-a05f-37f9e1da627b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7083 2024.11.04 23:58:08.980362 [ 282 ] {13ae81fb-721f-402d-a05f-37f9e1da627b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7084 2024.11.04 23:58:08.981021 [ 282 ] {13ae81fb-721f-402d-a05f-37f9e1da627b} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7085 2024.11.04 23:58:08.981059 [ 282 ] {13ae81fb-721f-402d-a05f-37f9e1da627b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7086 2024.11.04 23:58:08.981442 [ 282 ] {13ae81fb-721f-402d-a05f-37f9e1da627b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7087 2024.11.04 23:58:08.981804 [ 282 ] {13ae81fb-721f-402d-a05f-37f9e1da627b} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7088 2024.11.04 23:58:08.981968 [ 70 ] {} <Debug> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7089 2024.11.04 23:58:08.981975 [ 282 ] {13ae81fb-721f-402d-a05f-37f9e1da627b} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.002258 sec., 186448.18423383526 rows/sec., 13.32 MiB/sec.
7090 2024.11.04 23:58:08.982034 [ 70 ] {} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7091 2024.11.04 23:58:08.982102 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7092 2024.11.04 23:58:08.982316 [ 189 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full
7093 2024.11.04 23:58:08.982367 [ 282 ] {13ae81fb-721f-402d-a05f-37f9e1da627b} <Debug> DynamicQueryHandler: Done processing query
7094 2024.11.04 23:58:08.982412 [ 282 ] {13ae81fb-721f-402d-a05f-37f9e1da627b} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
7095 2024.11.04 23:58:08.982452 [ 282 ] {} <Debug> HTTP-Session: 300bc8fa-e6a0-4788-bdf3-b22684bfe3bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7096 2024.11.04 23:58:08.982561 [ 189 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7097 2024.11.04 23:58:08.982601 [ 189 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 913 rows starting from the beginning of the part
7098 2024.11.04 23:58:08.982740 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55135, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7099 2024.11.04 23:58:08.982776 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62440, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7100 2024.11.04 23:58:08.982968 [ 189 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 64 rows starting from the beginning of the part
7101 2024.11.04 23:58:08.983036 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7102 2024.11.04 23:58:08.983144 [ 288 ] {} <Debug> HTTP-Session: 47c62943-1187-4e16-a968-40c22b52aa5f Authenticating user 'default' from [fd00:1122:3344:101::d]:62440
7103 2024.11.04 23:58:08.983259 [ 288 ] {} <Debug> HTTP-Session: 47c62943-1187-4e16-a968-40c22b52aa5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7104 2024.11.04 23:58:08.983312 [ 189 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 421 rows starting from the beginning of the part
7105 2024.11.04 23:58:08.983323 [ 288 ] {} <Debug> HTTP-Session: 47c62943-1187-4e16-a968-40c22b52aa5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7106 2024.11.04 23:58:08.983492 [ 288 ] {} <Trace> HTTP-Session: 47c62943-1187-4e16-a968-40c22b52aa5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7107 2024.11.04 23:58:08.983563 [ 189 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 74 rows starting from the beginning of the part
7108 2024.11.04 23:58:08.983781 [ 189 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 64 rows starting from the beginning of the part
7109 2024.11.04 23:58:08.983889 [ 288 ] {aa374378-17de-4e32-b6a6-9adc925d7337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62440) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
7110 2024.11.04 23:58:08.984064 [ 189 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 421 rows starting from the beginning of the part
7111 2024.11.04 23:58:08.984097 [ 288 ] {aa374378-17de-4e32-b6a6-9adc925d7337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7112 2024.11.04 23:58:08.984801 [ 288 ] {aa374378-17de-4e32-b6a6-9adc925d7337} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7113 2024.11.04 23:58:08.985334 [ 288 ] {aa374378-17de-4e32-b6a6-9adc925d7337} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7114 2024.11.04 23:58:08.985380 [ 288 ] {aa374378-17de-4e32-b6a6-9adc925d7337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7115 2024.11.04 23:58:08.985923 [ 288 ] {aa374378-17de-4e32-b6a6-9adc925d7337} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
7116 2024.11.04 23:58:08.986351 [ 288 ] {aa374378-17de-4e32-b6a6-9adc925d7337} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7117 2024.11.04 23:58:08.986695 [ 288 ] {aa374378-17de-4e32-b6a6-9adc925d7337} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002958 sec., 2028.3975659229209 rows/sec., 105.98 KiB/sec.
7118 2024.11.04 23:58:08.986748 [ 186 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1957 rows, containing 5 columns (5 merged, 0 gathered) in 0.004540623 sec., 430998.12514714396 rows/sec., 33.00 MiB/sec.
7119 2024.11.04 23:58:08.986906 [ 288 ] {aa374378-17de-4e32-b6a6-9adc925d7337} <Debug> DynamicQueryHandler: Done processing query
7120 2024.11.04 23:58:08.986940 [ 288 ] {aa374378-17de-4e32-b6a6-9adc925d7337} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
7121 2024.11.04 23:58:08.986958 [ 288 ] {} <Debug> HTTP-Session: 47c62943-1187-4e16-a968-40c22b52aa5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7122 2024.11.04 23:58:08.986961 [ 186 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7123 2024.11.04 23:58:08.987182 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62440, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7124 2024.11.04 23:58:08.987341 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51307, User-Agent: (none), Length: 44639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7125 2024.11.04 23:58:08.987477 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7126 2024.11.04 23:58:08.987522 [ 282 ] {} <Debug> HTTP-Session: 09cccd21-e4fa-45d0-9cee-5da89c7f23a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51307
7127 2024.11.04 23:58:08.987569 [ 282 ] {} <Debug> HTTP-Session: 09cccd21-e4fa-45d0-9cee-5da89c7f23a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7128 2024.11.04 23:58:08.987591 [ 282 ] {} <Debug> HTTP-Session: 09cccd21-e4fa-45d0-9cee-5da89c7f23a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7129 2024.11.04 23:58:08.987658 [ 186 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_36_7} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7130 2024.11.04 23:58:08.987675 [ 282 ] {} <Trace> HTTP-Session: 09cccd21-e4fa-45d0-9cee-5da89c7f23a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7131 2024.11.04 23:58:08.987807 [ 186 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_36_7} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7132 2024.11.04 23:58:08.987949 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
7133 2024.11.04 23:58:08.988105 [ 282 ] {c27cffaf-3b18-4cc8-b913-e181dab4de43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51307) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7134 2024.11.04 23:58:08.988171 [ 282 ] {c27cffaf-3b18-4cc8-b913-e181dab4de43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7135 2024.11.04 23:58:08.988361 [ 282 ] {c27cffaf-3b18-4cc8-b913-e181dab4de43} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7136 2024.11.04 23:58:08.988806 [ 282 ] {c27cffaf-3b18-4cc8-b913-e181dab4de43} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7137 2024.11.04 23:58:08.988846 [ 282 ] {c27cffaf-3b18-4cc8-b913-e181dab4de43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7138 2024.11.04 23:58:08.989268 [ 282 ] {c27cffaf-3b18-4cc8-b913-e181dab4de43} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7139 2024.11.04 23:58:08.989630 [ 282 ] {c27cffaf-3b18-4cc8-b913-e181dab4de43} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7140 2024.11.04 23:58:08.989800 [ 70 ] {} <Debug> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7141 2024.11.04 23:58:08.989807 [ 282 ] {c27cffaf-3b18-4cc8-b913-e181dab4de43} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001942 sec., 122039.13491246138 rows/sec., 8.18 MiB/sec.
7142 2024.11.04 23:58:08.989857 [ 70 ] {} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7143 2024.11.04 23:58:08.989926 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7144 2024.11.04 23:58:08.990132 [ 199 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full
7145 2024.11.04 23:58:08.990200 [ 282 ] {c27cffaf-3b18-4cc8-b913-e181dab4de43} <Debug> DynamicQueryHandler: Done processing query
7146 2024.11.04 23:58:08.990248 [ 282 ] {c27cffaf-3b18-4cc8-b913-e181dab4de43} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
7147 2024.11.04 23:58:08.990294 [ 282 ] {} <Debug> HTTP-Session: 09cccd21-e4fa-45d0-9cee-5da89c7f23a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7148 2024.11.04 23:58:08.990392 [ 199 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7149 2024.11.04 23:58:08.990436 [ 199 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 6200 rows starting from the beginning of the part
7150 2024.11.04 23:58:08.990637 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51307, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7151 2024.11.04 23:58:08.990696 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60942, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7152 2024.11.04 23:58:08.990731 [ 199 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part
7153 2024.11.04 23:58:08.990902 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7154 2024.11.04 23:58:08.991019 [ 282 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below):
7155 
7156 (version 23.8.7.1)
7157 2024.11.04 23:58:08.991080 [ 288 ] {} <Debug> HTTP-Session: 476204f8-bff0-4fd4-8ac8-4123262e74a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:60942
7158 2024.11.04 23:58:08.991173 [ 288 ] {} <Debug> HTTP-Session: 476204f8-bff0-4fd4-8ac8-4123262e74a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7159 2024.11.04 23:58:08.991209 [ 288 ] {} <Debug> HTTP-Session: 476204f8-bff0-4fd4-8ac8-4123262e74a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7160 2024.11.04 23:58:08.991219 [ 199 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 237 rows starting from the beginning of the part
7161 2024.11.04 23:58:08.991271 [ 288 ] {} <Trace> HTTP-Session: 476204f8-bff0-4fd4-8ac8-4123262e74a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7162 2024.11.04 23:58:08.991365 [ 199 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 133 rows starting from the beginning of the part
7163 2024.11.04 23:58:08.991498 [ 288 ] {8c8a5712-2cea-454d-b725-98c276319110} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60942) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
7164 2024.11.04 23:58:08.991520 [ 199 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part
7165 2024.11.04 23:58:08.991590 [ 288 ] {8c8a5712-2cea-454d-b725-98c276319110} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7166 2024.11.04 23:58:08.991719 [ 199 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 237 rows starting from the beginning of the part
7167 2024.11.04 23:58:08.992151 [ 288 ] {8c8a5712-2cea-454d-b725-98c276319110} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7168 2024.11.04 23:58:08.992540 [ 288 ] {8c8a5712-2cea-454d-b725-98c276319110} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7169 2024.11.04 23:58:08.992589 [ 288 ] {8c8a5712-2cea-454d-b725-98c276319110} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7170 2024.11.04 23:58:08.993213 [ 288 ] {8c8a5712-2cea-454d-b725-98c276319110} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
7171 2024.11.04 23:58:08.993628 [ 288 ] {8c8a5712-2cea-454d-b725-98c276319110} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7172 2024.11.04 23:58:08.993962 [ 288 ] {8c8a5712-2cea-454d-b725-98c276319110} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002524 sec., 396.19651347068145 rows/sec., 26.70 KiB/sec.
7173 2024.11.04 23:58:08.994618 [ 288 ] {8c8a5712-2cea-454d-b725-98c276319110} <Debug> DynamicQueryHandler: Done processing query
7174 2024.11.04 23:58:08.994689 [ 288 ] {8c8a5712-2cea-454d-b725-98c276319110} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
7175 2024.11.04 23:58:08.994709 [ 288 ] {} <Debug> HTTP-Session: 476204f8-bff0-4fd4-8ac8-4123262e74a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7176 2024.11.04 23:58:08.995013 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60942, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7177 2024.11.04 23:58:08.995092 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46461, User-Agent: (none), Length: 65505, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7178 2024.11.04 23:58:08.995249 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7179 2024.11.04 23:58:08.995272 [ 282 ] {} <Debug> HTTP-Session: 0bbf8523-0ebd-4457-b055-f328acb98043 Authenticating user 'default' from [fd00:1122:3344:101::d]:46461
7180 2024.11.04 23:58:08.995289 [ 282 ] {} <Debug> HTTP-Session: 0bbf8523-0ebd-4457-b055-f328acb98043 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7181 2024.11.04 23:58:08.995303 [ 282 ] {} <Debug> HTTP-Session: 0bbf8523-0ebd-4457-b055-f328acb98043 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7182 2024.11.04 23:58:08.995339 [ 282 ] {} <Trace> HTTP-Session: 0bbf8523-0ebd-4457-b055-f328acb98043 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7183 2024.11.04 23:58:08.995926 [ 186 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7127 rows, containing 5 columns (5 merged, 0 gathered) in 0.005888001 sec., 1210427.783555064 rows/sec., 82.20 MiB/sec.
7184 2024.11.04 23:58:08.996234 [ 282 ] {9b7f2267-8771-4cd6-8a55-863e917713fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46461) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
7185 2024.11.04 23:58:08.996316 [ 282 ] {9b7f2267-8771-4cd6-8a55-863e917713fd} <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
7186 2024.11.04 23:58:08.996447 [ 186 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7187 2024.11.04 23:58:08.997758 [ 186 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7188 2024.11.04 23:58:08.997995 [ 186 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7189 2024.11.04 23:58:08.998070 [ 282 ] {9b7f2267-8771-4cd6-8a55-863e917713fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7190 2024.11.04 23:58:08.998184 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.40 MiB.
7191 2024.11.04 23:58:08.998967 [ 282 ] {9b7f2267-8771-4cd6-8a55-863e917713fd} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7192 2024.11.04 23:58:08.999008 [ 282 ] {9b7f2267-8771-4cd6-8a55-863e917713fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7193 2024.11.04 23:58:08.999712 [ 282 ] {9b7f2267-8771-4cd6-8a55-863e917713fd} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
7194 2024.11.04 23:58:09.000167 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 167.18 MiB, peak 170.06 MiB, free memory in arenas 0.00 B, will set to 162.72 MiB (RSS), difference: -4.46 MiB
7195 2024.11.04 23:58:09.000317 [ 282 ] {9b7f2267-8771-4cd6-8a55-863e917713fd} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7196 2024.11.04 23:58:09.000627 [ 282 ] {9b7f2267-8771-4cd6-8a55-863e917713fd} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.005176 sec., 7534.775888717156 rows/sec., 13.50 MiB/sec.
7197 2024.11.04 23:58:09.001264 [ 282 ] {9b7f2267-8771-4cd6-8a55-863e917713fd} <Debug> DynamicQueryHandler: Done processing query
7198 2024.11.04 23:58:09.001289 [ 282 ] {9b7f2267-8771-4cd6-8a55-863e917713fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB.
7199 2024.11.04 23:58:09.001306 [ 282 ] {} <Debug> HTTP-Session: 0bbf8523-0ebd-4457-b055-f328acb98043 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7200 2024.11.04 23:58:09.001454 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46461, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7201 2024.11.04 23:58:09.001541 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63640, User-Agent: (none), Length: 12146, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7202 2024.11.04 23:58:09.001602 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7203 2024.11.04 23:58:09.001625 [ 288 ] {} <Debug> HTTP-Session: bf20f1fc-fb9c-42e8-a292-3c055db6ba42 Authenticating user 'default' from [fd00:1122:3344:101::d]:63640
7204 2024.11.04 23:58:09.001643 [ 288 ] {} <Debug> HTTP-Session: bf20f1fc-fb9c-42e8-a292-3c055db6ba42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7205 2024.11.04 23:58:09.001658 [ 288 ] {} <Debug> HTTP-Session: bf20f1fc-fb9c-42e8-a292-3c055db6ba42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7206 2024.11.04 23:58:09.001697 [ 288 ] {} <Trace> HTTP-Session: bf20f1fc-fb9c-42e8-a292-3c055db6ba42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7207 2024.11.04 23:58:09.001854 [ 288 ] {cc35d295-0747-4f06-9010-43a786d2a82a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63640) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
7208 2024.11.04 23:58:09.001908 [ 288 ] {cc35d295-0747-4f06-9010-43a786d2a82a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7209 2024.11.04 23:58:09.002075 [ 288 ] {cc35d295-0747-4f06-9010-43a786d2a82a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7210 2024.11.04 23:58:09.002427 [ 288 ] {cc35d295-0747-4f06-9010-43a786d2a82a} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7211 2024.11.04 23:58:09.002467 [ 288 ] {cc35d295-0747-4f06-9010-43a786d2a82a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7212 2024.11.04 23:58:09.002852 [ 288 ] {cc35d295-0747-4f06-9010-43a786d2a82a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7213 2024.11.04 23:58:09.003205 [ 288 ] {cc35d295-0747-4f06-9010-43a786d2a82a} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7214 2024.11.04 23:58:09.003373 [ 288 ] {cc35d295-0747-4f06-9010-43a786d2a82a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001581 sec., 51865.90765338394 rows/sec., 3.29 MiB/sec.
7215 2024.11.04 23:58:09.003382 [ 65 ] {} <Debug> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7216 2024.11.04 23:58:09.003472 [ 65 ] {} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7217 2024.11.04 23:58:09.003526 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7218 2024.11.04 23:58:09.003699 [ 288 ] {cc35d295-0747-4f06-9010-43a786d2a82a} <Debug> DynamicQueryHandler: Done processing query
7219 2024.11.04 23:58:09.003711 [ 187 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full
7220 2024.11.04 23:58:09.003741 [ 288 ] {cc35d295-0747-4f06-9010-43a786d2a82a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7221 2024.11.04 23:58:09.003790 [ 288 ] {} <Debug> HTTP-Session: bf20f1fc-fb9c-42e8-a292-3c055db6ba42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7222 2024.11.04 23:58:09.003925 [ 187 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7223 2024.11.04 23:58:09.003966 [ 187 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1766 rows starting from the beginning of the part
7224 2024.11.04 23:58:09.004038 [ 187 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part
7225 2024.11.04 23:58:09.004283 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63640, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7226 2024.11.04 23:58:09.004355 [ 187 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 82 rows starting from the beginning of the part
7227 2024.11.04 23:58:09.004583 [ 187 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 48 rows starting from the beginning of the part
7228 2024.11.04 23:58:09.004731 [ 187 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part
7229 2024.11.04 23:58:09.004880 [ 187 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 82 rows starting from the beginning of the part
7230 2024.11.04 23:58:09.006347 [ 198 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2098 rows, containing 4 columns (4 merged, 0 gathered) in 0.002721546 sec., 770885.37177031 rows/sec., 50.28 MiB/sec.
7231 2024.11.04 23:58:09.006559 [ 187 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7232 2024.11.04 23:58:09.006935 [ 187 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_36_7} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7233 2024.11.04 23:58:09.007012 [ 187 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_36_7} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7234 2024.11.04 23:58:09.007086 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
7235 2024.11.04 23:58:09.409129 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40698, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7236 2024.11.04 23:58:09.437397 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33888, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7237 2024.11.04 23:58:09.540683 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33867, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7238 2024.11.04 23:58:09.857326 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53905, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7239 2024.11.04 23:58:09.867249 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55160, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7240 2024.11.04 23:58:09.967038 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51142, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7241 2024.11.04 23:58:09.971984 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61103, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7242 2024.11.04 23:58:10.000187 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 157.49 MiB, peak 170.06 MiB, free memory in arenas 0.00 B, will set to 162.75 MiB (RSS), difference: 5.26 MiB
7243 2024.11.04 23:58:10.042674 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63013, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7244 2024.11.04 23:58:10.082127 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34607, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7245 2024.11.04 23:58:10.091412 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53141, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7246 2024.11.04 23:58:10.136831 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50847, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7247 2024.11.04 23:58:10.141232 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64426, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7248 2024.11.04 23:58:10.152525 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36420, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7249 2024.11.04 23:58:10.158815 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44229, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7250 2024.11.04 23:58:10.165361 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53615, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7251 2024.11.04 23:58:10.200001 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47683, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7252 2024.11.04 23:58:10.211709 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36822, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7253 2024.11.04 23:58:10.219972 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55306, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7254 2024.11.04 23:58:10.255639 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44775, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7255 2024.11.04 23:58:10.267492 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:61661, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7256 2024.11.04 23:58:10.267826 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51200, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7257 2024.11.04 23:58:10.302439 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50418, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7258 2024.11.04 23:58:10.343159 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51000, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7259 2024.11.04 23:58:10.383982 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53768, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7260 2024.11.04 23:58:10.593612 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 684
7261 2024.11.04 23:58:10.596535 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7262 2024.11.04 23:58:10.596593 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7263 2024.11.04 23:58:10.598094 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
7264 2024.11.04 23:58:10.599087 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7265 2024.11.04 23:58:10.599764 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 684
7266 2024.11.04 23:58:13.957234 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46461, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7267 2024.11.04 23:58:13.957356 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7268 2024.11.04 23:58:13.957386 [ 282 ] {} <Debug> HTTP-Session: f65c770b-ee01-44fb-80e9-dc49cf60500d Authenticating user 'default' from [fd00:1122:3344:101::d]:46461
7269 2024.11.04 23:58:13.957414 [ 282 ] {} <Debug> HTTP-Session: f65c770b-ee01-44fb-80e9-dc49cf60500d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7270 2024.11.04 23:58:13.957428 [ 282 ] {} <Debug> HTTP-Session: f65c770b-ee01-44fb-80e9-dc49cf60500d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7271 2024.11.04 23:58:13.957481 [ 282 ] {} <Trace> HTTP-Session: f65c770b-ee01-44fb-80e9-dc49cf60500d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7272 2024.11.04 23:58:13.957667 [ 282 ] {ae20e07a-273e-48b7-976c-b3eb88e42a96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46461) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
7273 2024.11.04 23:58:13.957738 [ 282 ] {ae20e07a-273e-48b7-976c-b3eb88e42a96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7274 2024.11.04 23:58:13.958081 [ 282 ] {ae20e07a-273e-48b7-976c-b3eb88e42a96} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7275 2024.11.04 23:58:13.958525 [ 282 ] {ae20e07a-273e-48b7-976c-b3eb88e42a96} <Trace> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7276 2024.11.04 23:58:13.958571 [ 282 ] {ae20e07a-273e-48b7-976c-b3eb88e42a96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7277 2024.11.04 23:58:13.958992 [ 282 ] {ae20e07a-273e-48b7-976c-b3eb88e42a96} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
7278 2024.11.04 23:58:13.959388 [ 282 ] {ae20e07a-273e-48b7-976c-b3eb88e42a96} <Trace> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7279 2024.11.04 23:58:13.959570 [ 282 ] {ae20e07a-273e-48b7-976c-b3eb88e42a96} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001947 sec., 1027.221366204417 rows/sec., 83.76 KiB/sec.
7280 2024.11.04 23:58:13.959790 [ 282 ] {ae20e07a-273e-48b7-976c-b3eb88e42a96} <Debug> DynamicQueryHandler: Done processing query
7281 2024.11.04 23:58:13.959818 [ 282 ] {ae20e07a-273e-48b7-976c-b3eb88e42a96} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
7282 2024.11.04 23:58:13.959835 [ 282 ] {} <Debug> HTTP-Session: f65c770b-ee01-44fb-80e9-dc49cf60500d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7283 2024.11.04 23:58:13.960015 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46461, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7284 2024.11.04 23:58:13.960117 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60321, User-Agent: (none), Length: 7972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7285 2024.11.04 23:58:13.960197 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7286 2024.11.04 23:58:13.960220 [ 298 ] {} <Debug> HTTP-Session: 3e74a017-ba97-4813-9313-8b2ae43d2629 Authenticating user 'default' from [fd00:1122:3344:101::d]:60321
7287 2024.11.04 23:58:13.960240 [ 298 ] {} <Debug> HTTP-Session: 3e74a017-ba97-4813-9313-8b2ae43d2629 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7288 2024.11.04 23:58:13.960254 [ 298 ] {} <Debug> HTTP-Session: 3e74a017-ba97-4813-9313-8b2ae43d2629 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7289 2024.11.04 23:58:13.960292 [ 298 ] {} <Trace> HTTP-Session: 3e74a017-ba97-4813-9313-8b2ae43d2629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7290 2024.11.04 23:58:13.960426 [ 298 ] {423da045-221b-42a8-9ebe-352d7804156d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60321) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
7291 2024.11.04 23:58:13.960475 [ 298 ] {423da045-221b-42a8-9ebe-352d7804156d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7292 2024.11.04 23:58:13.960718 [ 298 ] {423da045-221b-42a8-9ebe-352d7804156d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7293 2024.11.04 23:58:13.961074 [ 298 ] {423da045-221b-42a8-9ebe-352d7804156d} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7294 2024.11.04 23:58:13.961113 [ 298 ] {423da045-221b-42a8-9ebe-352d7804156d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7295 2024.11.04 23:58:13.961487 [ 298 ] {423da045-221b-42a8-9ebe-352d7804156d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7296 2024.11.04 23:58:13.961855 [ 298 ] {423da045-221b-42a8-9ebe-352d7804156d} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7297 2024.11.04 23:58:13.962022 [ 298 ] {423da045-221b-42a8-9ebe-352d7804156d} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001628 sec., 35012.28501228501 rows/sec., 2.69 MiB/sec.
7298 2024.11.04 23:58:13.962325 [ 298 ] {423da045-221b-42a8-9ebe-352d7804156d} <Debug> DynamicQueryHandler: Done processing query
7299 2024.11.04 23:58:13.962387 [ 298 ] {423da045-221b-42a8-9ebe-352d7804156d} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
7300 2024.11.04 23:58:13.962433 [ 298 ] {} <Debug> HTTP-Session: 3e74a017-ba97-4813-9313-8b2ae43d2629 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7301 2024.11.04 23:58:13.962598 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60321, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7302 2024.11.04 23:58:13.962685 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41130, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7303 2024.11.04 23:58:13.962761 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7304 2024.11.04 23:58:13.962783 [ 284 ] {} <Debug> HTTP-Session: 5a652a7f-a577-4a02-8956-b0d5afba4347 Authenticating user 'default' from [fd00:1122:3344:101::d]:41130
7305 2024.11.04 23:58:13.962800 [ 284 ] {} <Debug> HTTP-Session: 5a652a7f-a577-4a02-8956-b0d5afba4347 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7306 2024.11.04 23:58:13.962814 [ 284 ] {} <Debug> HTTP-Session: 5a652a7f-a577-4a02-8956-b0d5afba4347 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7307 2024.11.04 23:58:13.962851 [ 284 ] {} <Trace> HTTP-Session: 5a652a7f-a577-4a02-8956-b0d5afba4347 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7308 2024.11.04 23:58:13.962963 [ 284 ] {a3f2c3d0-8ce8-48e5-a22f-9ca2cced5793} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41130) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
7309 2024.11.04 23:58:13.963010 [ 284 ] {a3f2c3d0-8ce8-48e5-a22f-9ca2cced5793} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7310 2024.11.04 23:58:13.963272 [ 284 ] {a3f2c3d0-8ce8-48e5-a22f-9ca2cced5793} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7311 2024.11.04 23:58:13.963575 [ 284 ] {a3f2c3d0-8ce8-48e5-a22f-9ca2cced5793} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7312 2024.11.04 23:58:13.963613 [ 284 ] {a3f2c3d0-8ce8-48e5-a22f-9ca2cced5793} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7313 2024.11.04 23:58:13.963964 [ 284 ] {a3f2c3d0-8ce8-48e5-a22f-9ca2cced5793} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7314 2024.11.04 23:58:13.964366 [ 284 ] {a3f2c3d0-8ce8-48e5-a22f-9ca2cced5793} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7315 2024.11.04 23:58:13.964529 [ 284 ] {a3f2c3d0-8ce8-48e5-a22f-9ca2cced5793} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001587 sec., 1260.2394454946439 rows/sec., 88.00 KiB/sec.
7316 2024.11.04 23:58:13.964714 [ 284 ] {a3f2c3d0-8ce8-48e5-a22f-9ca2cced5793} <Debug> DynamicQueryHandler: Done processing query
7317 2024.11.04 23:58:13.964740 [ 284 ] {a3f2c3d0-8ce8-48e5-a22f-9ca2cced5793} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
7318 2024.11.04 23:58:13.964757 [ 284 ] {} <Debug> HTTP-Session: 5a652a7f-a577-4a02-8956-b0d5afba4347 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7319 2024.11.04 23:58:13.964908 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41130, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7320 2024.11.04 23:58:13.964982 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44819, User-Agent: (none), Length: 11229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7321 2024.11.04 23:58:13.965036 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7322 2024.11.04 23:58:13.965083 [ 298 ] {} <Debug> HTTP-Session: 1ebbb29b-1d8b-4c58-ae45-6cc22d144fb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:44819
7323 2024.11.04 23:58:13.965100 [ 298 ] {} <Debug> HTTP-Session: 1ebbb29b-1d8b-4c58-ae45-6cc22d144fb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7324 2024.11.04 23:58:13.965114 [ 298 ] {} <Debug> HTTP-Session: 1ebbb29b-1d8b-4c58-ae45-6cc22d144fb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7325 2024.11.04 23:58:13.965145 [ 298 ] {} <Trace> HTTP-Session: 1ebbb29b-1d8b-4c58-ae45-6cc22d144fb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7326 2024.11.04 23:58:13.965262 [ 298 ] {4d7bffec-3491-49af-af50-01b5ce7ce7cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44819) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
7327 2024.11.04 23:58:13.965304 [ 298 ] {4d7bffec-3491-49af-af50-01b5ce7ce7cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7328 2024.11.04 23:58:13.965531 [ 298 ] {4d7bffec-3491-49af-af50-01b5ce7ce7cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7329 2024.11.04 23:58:13.965879 [ 298 ] {4d7bffec-3491-49af-af50-01b5ce7ce7cd} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7330 2024.11.04 23:58:13.965915 [ 298 ] {4d7bffec-3491-49af-af50-01b5ce7ce7cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7331 2024.11.04 23:58:13.966268 [ 298 ] {4d7bffec-3491-49af-af50-01b5ce7ce7cd} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7332 2024.11.04 23:58:13.966628 [ 298 ] {4d7bffec-3491-49af-af50-01b5ce7ce7cd} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7333 2024.11.04 23:58:13.966790 [ 298 ] {4d7bffec-3491-49af-af50-01b5ce7ce7cd} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.00156 sec., 42307.692307692305 rows/sec., 3.30 MiB/sec.
7334 2024.11.04 23:58:13.966992 [ 298 ] {4d7bffec-3491-49af-af50-01b5ce7ce7cd} <Debug> DynamicQueryHandler: Done processing query
7335 2024.11.04 23:58:13.967018 [ 298 ] {4d7bffec-3491-49af-af50-01b5ce7ce7cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
7336 2024.11.04 23:58:13.967037 [ 298 ] {} <Debug> HTTP-Session: 1ebbb29b-1d8b-4c58-ae45-6cc22d144fb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7337 2024.11.04 23:58:13.967210 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44819, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7338 2024.11.04 23:58:13.967290 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42052, User-Agent: (none), Length: 24709, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7339 2024.11.04 23:58:13.967351 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7340 2024.11.04 23:58:13.967375 [ 284 ] {} <Debug> HTTP-Session: 67bf7ad1-1de0-4b21-951e-593fc5b348fb Authenticating user 'default' from [fd00:1122:3344:101::d]:42052
7341 2024.11.04 23:58:13.967395 [ 284 ] {} <Debug> HTTP-Session: 67bf7ad1-1de0-4b21-951e-593fc5b348fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7342 2024.11.04 23:58:13.967412 [ 284 ] {} <Debug> HTTP-Session: 67bf7ad1-1de0-4b21-951e-593fc5b348fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7343 2024.11.04 23:58:13.967451 [ 284 ] {} <Trace> HTTP-Session: 67bf7ad1-1de0-4b21-951e-593fc5b348fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7344 2024.11.04 23:58:13.967626 [ 284 ] {4a2dbd7e-c952-41d1-a212-ce1b8a08caee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42052) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7345 2024.11.04 23:58:13.967683 [ 284 ] {4a2dbd7e-c952-41d1-a212-ce1b8a08caee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7346 2024.11.04 23:58:13.967865 [ 284 ] {4a2dbd7e-c952-41d1-a212-ce1b8a08caee} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7347 2024.11.04 23:58:13.968277 [ 284 ] {4a2dbd7e-c952-41d1-a212-ce1b8a08caee} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7348 2024.11.04 23:58:13.968321 [ 284 ] {4a2dbd7e-c952-41d1-a212-ce1b8a08caee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7349 2024.11.04 23:58:13.968726 [ 284 ] {4a2dbd7e-c952-41d1-a212-ce1b8a08caee} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7350 2024.11.04 23:58:13.969078 [ 284 ] {4a2dbd7e-c952-41d1-a212-ce1b8a08caee} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7351 2024.11.04 23:58:13.969247 [ 284 ] {4a2dbd7e-c952-41d1-a212-ce1b8a08caee} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001693 sec., 76196.10159480212 rows/sec., 5.31 MiB/sec.
7352 2024.11.04 23:58:13.969577 [ 284 ] {4a2dbd7e-c952-41d1-a212-ce1b8a08caee} <Debug> DynamicQueryHandler: Done processing query
7353 2024.11.04 23:58:13.969621 [ 284 ] {4a2dbd7e-c952-41d1-a212-ce1b8a08caee} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
7354 2024.11.04 23:58:13.969639 [ 284 ] {} <Debug> HTTP-Session: 67bf7ad1-1de0-4b21-951e-593fc5b348fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7355 2024.11.04 23:58:13.969799 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44819, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7356 2024.11.04 23:58:13.969812 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42052, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7357 2024.11.04 23:58:13.969861 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7358 2024.11.04 23:58:13.969891 [ 298 ] {} <Debug> HTTP-Session: 383ca9f6-81a6-4916-8430-260b9770e996 Authenticating user 'default' from [fd00:1122:3344:101::d]:44819
7359 2024.11.04 23:58:13.969911 [ 298 ] {} <Debug> HTTP-Session: 383ca9f6-81a6-4916-8430-260b9770e996 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7360 2024.11.04 23:58:13.969929 [ 298 ] {} <Debug> HTTP-Session: 383ca9f6-81a6-4916-8430-260b9770e996 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7361 2024.11.04 23:58:13.969970 [ 298 ] {} <Trace> HTTP-Session: 383ca9f6-81a6-4916-8430-260b9770e996 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7362 2024.11.04 23:58:13.970111 [ 298 ] {ab1c143f-8778-442f-b1e1-f3f2f97faafb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44819) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
7363 2024.11.04 23:58:13.970166 [ 298 ] {ab1c143f-8778-442f-b1e1-f3f2f97faafb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7364 2024.11.04 23:58:13.970343 [ 298 ] {ab1c143f-8778-442f-b1e1-f3f2f97faafb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7365 2024.11.04 23:58:13.970643 [ 298 ] {ab1c143f-8778-442f-b1e1-f3f2f97faafb} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7366 2024.11.04 23:58:13.970679 [ 298 ] {ab1c143f-8778-442f-b1e1-f3f2f97faafb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7367 2024.11.04 23:58:13.971030 [ 298 ] {ab1c143f-8778-442f-b1e1-f3f2f97faafb} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7368 2024.11.04 23:58:13.971349 [ 298 ] {ab1c143f-8778-442f-b1e1-f3f2f97faafb} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7369 2024.11.04 23:58:13.971507 [ 298 ] {ab1c143f-8778-442f-b1e1-f3f2f97faafb} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00144 sec., 33333.33333333333 rows/sec., 2.25 MiB/sec.
7370 2024.11.04 23:58:13.971707 [ 298 ] {ab1c143f-8778-442f-b1e1-f3f2f97faafb} <Debug> DynamicQueryHandler: Done processing query
7371 2024.11.04 23:58:13.971734 [ 298 ] {ab1c143f-8778-442f-b1e1-f3f2f97faafb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
7372 2024.11.04 23:58:13.971752 [ 298 ] {} <Debug> HTTP-Session: 383ca9f6-81a6-4916-8430-260b9770e996 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7373 2024.11.04 23:58:13.972012 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44819, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7374 2024.11.04 23:58:15.418483 [ 62 ] {} <Debug> DNSResolver: Updating DNS cache
7375 2024.11.04 23:58:15.418555 [ 62 ] {} <Debug> DNSResolver: Updated DNS cache
7376 2024.11.04 23:58:18.959264 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63976, User-Agent: (none), Length: 7838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7377 2024.11.04 23:58:18.959386 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7378 2024.11.04 23:58:18.959416 [ 298 ] {} <Debug> HTTP-Session: 980662bb-64bf-4ffa-af3c-fef9e3b7090c Authenticating user 'default' from [fd00:1122:3344:101::d]:63976
7379 2024.11.04 23:58:18.959443 [ 298 ] {} <Debug> HTTP-Session: 980662bb-64bf-4ffa-af3c-fef9e3b7090c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7380 2024.11.04 23:58:18.959460 [ 298 ] {} <Debug> HTTP-Session: 980662bb-64bf-4ffa-af3c-fef9e3b7090c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7381 2024.11.04 23:58:18.959518 [ 298 ] {} <Trace> HTTP-Session: 980662bb-64bf-4ffa-af3c-fef9e3b7090c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7382 2024.11.04 23:58:18.959734 [ 298 ] {c17c52fa-95a9-4ebf-9bb0-64416be5d600} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63976) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
7383 2024.11.04 23:58:18.959802 [ 298 ] {c17c52fa-95a9-4ebf-9bb0-64416be5d600} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7384 2024.11.04 23:58:18.960179 [ 298 ] {c17c52fa-95a9-4ebf-9bb0-64416be5d600} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7385 2024.11.04 23:58:18.960665 [ 298 ] {c17c52fa-95a9-4ebf-9bb0-64416be5d600} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7386 2024.11.04 23:58:18.960711 [ 298 ] {c17c52fa-95a9-4ebf-9bb0-64416be5d600} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7387 2024.11.04 23:58:18.961144 [ 298 ] {c17c52fa-95a9-4ebf-9bb0-64416be5d600} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7388 2024.11.04 23:58:18.961546 [ 298 ] {c17c52fa-95a9-4ebf-9bb0-64416be5d600} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7389 2024.11.04 23:58:18.961714 [ 298 ] {c17c52fa-95a9-4ebf-9bb0-64416be5d600} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002044 sec., 27397.260273972606 rows/sec., 2.10 MiB/sec.
7390 2024.11.04 23:58:18.962062 [ 298 ] {c17c52fa-95a9-4ebf-9bb0-64416be5d600} <Debug> DynamicQueryHandler: Done processing query
7391 2024.11.04 23:58:18.962121 [ 298 ] {c17c52fa-95a9-4ebf-9bb0-64416be5d600} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
7392 2024.11.04 23:58:18.962160 [ 298 ] {} <Debug> HTTP-Session: 980662bb-64bf-4ffa-af3c-fef9e3b7090c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7393 2024.11.04 23:58:18.962375 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63976, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7394 2024.11.04 23:58:18.962490 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58992, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7395 2024.11.04 23:58:18.962573 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7396 2024.11.04 23:58:18.962600 [ 284 ] {} <Debug> HTTP-Session: e7441cf0-6221-4f93-959a-a8b123be0798 Authenticating user 'default' from [fd00:1122:3344:101::d]:58992
7397 2024.11.04 23:58:18.962624 [ 284 ] {} <Debug> HTTP-Session: e7441cf0-6221-4f93-959a-a8b123be0798 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7398 2024.11.04 23:58:18.962641 [ 284 ] {} <Debug> HTTP-Session: e7441cf0-6221-4f93-959a-a8b123be0798 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7399 2024.11.04 23:58:18.962680 [ 284 ] {} <Trace> HTTP-Session: e7441cf0-6221-4f93-959a-a8b123be0798 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7400 2024.11.04 23:58:18.962826 [ 284 ] {2c46011b-e020-467e-b2be-3377abf307db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58992) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
7401 2024.11.04 23:58:18.962877 [ 284 ] {2c46011b-e020-467e-b2be-3377abf307db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7402 2024.11.04 23:58:18.963146 [ 284 ] {2c46011b-e020-467e-b2be-3377abf307db} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7403 2024.11.04 23:58:18.963522 [ 284 ] {2c46011b-e020-467e-b2be-3377abf307db} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7404 2024.11.04 23:58:18.963560 [ 284 ] {2c46011b-e020-467e-b2be-3377abf307db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7405 2024.11.04 23:58:18.963928 [ 284 ] {2c46011b-e020-467e-b2be-3377abf307db} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7406 2024.11.04 23:58:18.964297 [ 284 ] {2c46011b-e020-467e-b2be-3377abf307db} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7407 2024.11.04 23:58:18.964475 [ 284 ] {2c46011b-e020-467e-b2be-3377abf307db} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001689 sec., 37892.24393132031 rows/sec., 2.96 MiB/sec.
7408 2024.11.04 23:58:18.964653 [ 284 ] {2c46011b-e020-467e-b2be-3377abf307db} <Debug> DynamicQueryHandler: Done processing query
7409 2024.11.04 23:58:18.964679 [ 284 ] {2c46011b-e020-467e-b2be-3377abf307db} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
7410 2024.11.04 23:58:18.964697 [ 284 ] {} <Debug> HTTP-Session: e7441cf0-6221-4f93-959a-a8b123be0798 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7411 2024.11.04 23:58:18.964873 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63976, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7412 2024.11.04 23:58:18.964883 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58992, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7413 2024.11.04 23:58:18.964933 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7414 2024.11.04 23:58:18.964953 [ 298 ] {} <Debug> HTTP-Session: fab4b06d-dc2e-443b-bce8-a4d348bea71e Authenticating user 'default' from [fd00:1122:3344:101::d]:63976
7415 2024.11.04 23:58:18.964975 [ 298 ] {} <Debug> HTTP-Session: fab4b06d-dc2e-443b-bce8-a4d348bea71e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7416 2024.11.04 23:58:18.964990 [ 298 ] {} <Debug> HTTP-Session: fab4b06d-dc2e-443b-bce8-a4d348bea71e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7417 2024.11.04 23:58:18.965026 [ 298 ] {} <Trace> HTTP-Session: fab4b06d-dc2e-443b-bce8-a4d348bea71e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7418 2024.11.04 23:58:18.965184 [ 298 ] {15c76cdf-0edf-4120-9bc3-01c32a7b5e5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63976) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7419 2024.11.04 23:58:18.965233 [ 298 ] {15c76cdf-0edf-4120-9bc3-01c32a7b5e5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7420 2024.11.04 23:58:18.965384 [ 298 ] {15c76cdf-0edf-4120-9bc3-01c32a7b5e5f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7421 2024.11.04 23:58:18.965779 [ 298 ] {15c76cdf-0edf-4120-9bc3-01c32a7b5e5f} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7422 2024.11.04 23:58:18.965815 [ 298 ] {15c76cdf-0edf-4120-9bc3-01c32a7b5e5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7423 2024.11.04 23:58:18.966208 [ 298 ] {15c76cdf-0edf-4120-9bc3-01c32a7b5e5f} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7424 2024.11.04 23:58:18.966549 [ 298 ] {15c76cdf-0edf-4120-9bc3-01c32a7b5e5f} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7425 2024.11.04 23:58:18.966714 [ 298 ] {15c76cdf-0edf-4120-9bc3-01c32a7b5e5f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001593 sec., 100439.42247332078 rows/sec., 7.00 MiB/sec.
7426 2024.11.04 23:58:18.966889 [ 298 ] {15c76cdf-0edf-4120-9bc3-01c32a7b5e5f} <Debug> DynamicQueryHandler: Done processing query
7427 2024.11.04 23:58:18.966913 [ 298 ] {15c76cdf-0edf-4120-9bc3-01c32a7b5e5f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
7428 2024.11.04 23:58:18.966930 [ 298 ] {} <Debug> HTTP-Session: fab4b06d-dc2e-443b-bce8-a4d348bea71e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7429 2024.11.04 23:58:18.967135 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63976, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7430 2024.11.04 23:58:18.967188 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62279, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7431 2024.11.04 23:58:18.967254 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7432 2024.11.04 23:58:18.967281 [ 284 ] {} <Debug> HTTP-Session: f2459924-1379-4f85-8100-ab9d945c6e97 Authenticating user 'default' from [fd00:1122:3344:101::d]:62279
7433 2024.11.04 23:58:18.967303 [ 284 ] {} <Debug> HTTP-Session: f2459924-1379-4f85-8100-ab9d945c6e97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7434 2024.11.04 23:58:18.967320 [ 284 ] {} <Debug> HTTP-Session: f2459924-1379-4f85-8100-ab9d945c6e97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7435 2024.11.04 23:58:18.967360 [ 284 ] {} <Trace> HTTP-Session: f2459924-1379-4f85-8100-ab9d945c6e97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7436 2024.11.04 23:58:18.967504 [ 284 ] {a20066ec-0c96-46c8-9251-e12472ea216e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62279) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
7437 2024.11.04 23:58:18.967560 [ 284 ] {a20066ec-0c96-46c8-9251-e12472ea216e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7438 2024.11.04 23:58:18.967704 [ 284 ] {a20066ec-0c96-46c8-9251-e12472ea216e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7439 2024.11.04 23:58:18.968005 [ 284 ] {a20066ec-0c96-46c8-9251-e12472ea216e} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7440 2024.11.04 23:58:18.968042 [ 284 ] {a20066ec-0c96-46c8-9251-e12472ea216e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7441 2024.11.04 23:58:18.968406 [ 284 ] {a20066ec-0c96-46c8-9251-e12472ea216e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7442 2024.11.04 23:58:18.968725 [ 284 ] {a20066ec-0c96-46c8-9251-e12472ea216e} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7443 2024.11.04 23:58:18.968887 [ 284 ] {a20066ec-0c96-46c8-9251-e12472ea216e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001431 sec., 41928.7211740042 rows/sec., 2.83 MiB/sec.
7444 2024.11.04 23:58:18.969151 [ 284 ] {a20066ec-0c96-46c8-9251-e12472ea216e} <Debug> DynamicQueryHandler: Done processing query
7445 2024.11.04 23:58:18.969205 [ 284 ] {a20066ec-0c96-46c8-9251-e12472ea216e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
7446 2024.11.04 23:58:18.969254 [ 284 ] {} <Debug> HTTP-Session: f2459924-1379-4f85-8100-ab9d945c6e97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7447 2024.11.04 23:58:18.969519 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62279, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7448 2024.11.04 23:58:20.600013 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 704
7449 2024.11.04 23:58:20.602745 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7450 2024.11.04 23:58:20.602798 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7451 2024.11.04 23:58:20.604286 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
7452 2024.11.04 23:58:20.605281 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7453 2024.11.04 23:58:20.605535 [ 55 ] {} <Debug> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
7454 2024.11.04 23:58:20.605660 [ 55 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7455 2024.11.04 23:58:20.605742 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7456 2024.11.04 23:58:20.606179 [ 186 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full
7457 2024.11.04 23:58:20.607403 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 704
7458 2024.11.04 23:58:20.608031 [ 186 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7459 2024.11.04 23:58:20.608200 [ 186 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 576 rows starting from the beginning of the part
7460 2024.11.04 23:58:20.608878 [ 186 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 28 rows starting from the beginning of the part
7461 2024.11.04 23:58:20.609505 [ 186 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 20 rows starting from the beginning of the part
7462 2024.11.04 23:58:20.610069 [ 186 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 32 rows starting from the beginning of the part
7463 2024.11.04 23:58:20.610591 [ 186 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 28 rows starting from the beginning of the part
7464 2024.11.04 23:58:20.611076 [ 186 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 20 rows starting from the beginning of the part
7465 2024.11.04 23:58:20.619766 [ 198 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 704 rows, containing 72 columns (72 merged, 0 gathered) in 0.013891076 sec., 50680.01931599827 rows/sec., 37.96 MiB/sec.
7466 2024.11.04 23:58:20.620965 [ 201 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
7467 2024.11.04 23:58:20.622735 [ 201 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_21_4} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7468 2024.11.04 23:58:20.622843 [ 201 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_21_4} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
7469 2024.11.04 23:58:20.623179 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.18 MiB.
7470 2024.11.04 23:58:21.134944 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52113, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7471 2024.11.04 23:58:21.301427 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54101, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7472 2024.11.04 23:58:21.315891 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54983, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7473 2024.11.04 23:58:21.345349 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64557, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7474 2024.11.04 23:58:21.366700 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43541, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7475 2024.11.04 23:58:21.451100 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57006, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7476 2024.11.04 23:58:21.456530 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63011, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7477 2024.11.04 23:58:21.471996 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54928, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7478 2024.11.04 23:58:23.965400 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57057, User-Agent: (none), Length: 40563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7479 2024.11.04 23:58:23.965513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7480 2024.11.04 23:58:23.965539 [ 3 ] {} <Debug> HTTP-Session: 6b342054-4026-49f6-8a12-3d3118902947 Authenticating user 'default' from [fd00:1122:3344:101::d]:57057
7481 2024.11.04 23:58:23.965564 [ 3 ] {} <Debug> HTTP-Session: 6b342054-4026-49f6-8a12-3d3118902947 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7482 2024.11.04 23:58:23.965578 [ 3 ] {} <Debug> HTTP-Session: 6b342054-4026-49f6-8a12-3d3118902947 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7483 2024.11.04 23:58:23.965631 [ 3 ] {} <Trace> HTTP-Session: 6b342054-4026-49f6-8a12-3d3118902947 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7484 2024.11.04 23:58:23.965887 [ 3 ] {bcafd74a-222c-49fb-8aad-c4dc34eb7e36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57057) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
7485 2024.11.04 23:58:23.965954 [ 3 ] {bcafd74a-222c-49fb-8aad-c4dc34eb7e36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7486 2024.11.04 23:58:23.966284 [ 3 ] {bcafd74a-222c-49fb-8aad-c4dc34eb7e36} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7487 2024.11.04 23:58:23.966880 [ 3 ] {bcafd74a-222c-49fb-8aad-c4dc34eb7e36} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7488 2024.11.04 23:58:23.966921 [ 3 ] {bcafd74a-222c-49fb-8aad-c4dc34eb7e36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7489 2024.11.04 23:58:23.967373 [ 3 ] {bcafd74a-222c-49fb-8aad-c4dc34eb7e36} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
7490 2024.11.04 23:58:23.967756 [ 3 ] {bcafd74a-222c-49fb-8aad-c4dc34eb7e36} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7491 2024.11.04 23:58:23.967920 [ 3 ] {bcafd74a-222c-49fb-8aad-c4dc34eb7e36} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.002149 sec., 124243.83434155422 rows/sec., 11.06 MiB/sec.
7492 2024.11.04 23:58:23.968134 [ 3 ] {bcafd74a-222c-49fb-8aad-c4dc34eb7e36} <Debug> DynamicQueryHandler: Done processing query
7493 2024.11.04 23:58:23.968160 [ 3 ] {bcafd74a-222c-49fb-8aad-c4dc34eb7e36} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
7494 2024.11.04 23:58:23.968179 [ 3 ] {} <Debug> HTTP-Session: 6b342054-4026-49f6-8a12-3d3118902947 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7495 2024.11.04 23:58:23.968402 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57057, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7496 2024.11.04 23:58:23.968484 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53127, User-Agent: (none), Length: 5644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7497 2024.11.04 23:58:23.968546 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7498 2024.11.04 23:58:23.968568 [ 298 ] {} <Debug> HTTP-Session: d95dda16-17a4-4c93-8577-ac7adc0b452d Authenticating user 'default' from [fd00:1122:3344:101::d]:53127
7499 2024.11.04 23:58:23.968587 [ 298 ] {} <Debug> HTTP-Session: d95dda16-17a4-4c93-8577-ac7adc0b452d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7500 2024.11.04 23:58:23.968601 [ 298 ] {} <Debug> HTTP-Session: d95dda16-17a4-4c93-8577-ac7adc0b452d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7501 2024.11.04 23:58:23.968634 [ 298 ] {} <Trace> HTTP-Session: d95dda16-17a4-4c93-8577-ac7adc0b452d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7502 2024.11.04 23:58:23.968746 [ 298 ] {adc993cf-1eef-41c2-a847-b78ddc452d5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53127) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
7503 2024.11.04 23:58:23.968791 [ 298 ] {adc993cf-1eef-41c2-a847-b78ddc452d5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7504 2024.11.04 23:58:23.969023 [ 298 ] {adc993cf-1eef-41c2-a847-b78ddc452d5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7505 2024.11.04 23:58:23.969363 [ 298 ] {adc993cf-1eef-41c2-a847-b78ddc452d5e} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7506 2024.11.04 23:58:23.969400 [ 298 ] {adc993cf-1eef-41c2-a847-b78ddc452d5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7507 2024.11.04 23:58:23.969760 [ 298 ] {adc993cf-1eef-41c2-a847-b78ddc452d5e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7508 2024.11.04 23:58:23.970118 [ 298 ] {adc993cf-1eef-41c2-a847-b78ddc452d5e} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7509 2024.11.04 23:58:23.970294 [ 298 ] {adc993cf-1eef-41c2-a847-b78ddc452d5e} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001571 sec., 24824.952259707195 rows/sec., 1.82 MiB/sec.
7510 2024.11.04 23:58:23.970468 [ 298 ] {adc993cf-1eef-41c2-a847-b78ddc452d5e} <Debug> DynamicQueryHandler: Done processing query
7511 2024.11.04 23:58:23.970492 [ 298 ] {adc993cf-1eef-41c2-a847-b78ddc452d5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
7512 2024.11.04 23:58:23.970508 [ 298 ] {} <Debug> HTTP-Session: d95dda16-17a4-4c93-8577-ac7adc0b452d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7513 2024.11.04 23:58:23.970679 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53127, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7514 2024.11.04 23:58:23.970793 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37251, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7515 2024.11.04 23:58:23.970851 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7516 2024.11.04 23:58:23.970877 [ 3 ] {} <Debug> HTTP-Session: 0011b46b-d30b-433b-b55d-6b02f47ad61d Authenticating user 'default' from [fd00:1122:3344:101::d]:37251
7517 2024.11.04 23:58:23.970898 [ 3 ] {} <Debug> HTTP-Session: 0011b46b-d30b-433b-b55d-6b02f47ad61d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7518 2024.11.04 23:58:23.970915 [ 3 ] {} <Debug> HTTP-Session: 0011b46b-d30b-433b-b55d-6b02f47ad61d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7519 2024.11.04 23:58:23.970954 [ 3 ] {} <Trace> HTTP-Session: 0011b46b-d30b-433b-b55d-6b02f47ad61d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7520 2024.11.04 23:58:23.971076 [ 3 ] {5c171a94-d5da-48f7-8b24-e6f99b76f334} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37251) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
7521 2024.11.04 23:58:23.971129 [ 3 ] {5c171a94-d5da-48f7-8b24-e6f99b76f334} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7522 2024.11.04 23:58:23.971403 [ 3 ] {5c171a94-d5da-48f7-8b24-e6f99b76f334} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7523 2024.11.04 23:58:23.971766 [ 3 ] {5c171a94-d5da-48f7-8b24-e6f99b76f334} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7524 2024.11.04 23:58:23.971810 [ 3 ] {5c171a94-d5da-48f7-8b24-e6f99b76f334} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7525 2024.11.04 23:58:23.972165 [ 3 ] {5c171a94-d5da-48f7-8b24-e6f99b76f334} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
7526 2024.11.04 23:58:23.972542 [ 3 ] {5c171a94-d5da-48f7-8b24-e6f99b76f334} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7527 2024.11.04 23:58:23.972667 [ 3 ] {5c171a94-d5da-48f7-8b24-e6f99b76f334} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001626 sec., 8610.086100861008 rows/sec., 602.99 KiB/sec.
7528 2024.11.04 23:58:23.972951 [ 3 ] {5c171a94-d5da-48f7-8b24-e6f99b76f334} <Debug> DynamicQueryHandler: Done processing query
7529 2024.11.04 23:58:23.972992 [ 3 ] {5c171a94-d5da-48f7-8b24-e6f99b76f334} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7530 2024.11.04 23:58:23.973009 [ 3 ] {} <Debug> HTTP-Session: 0011b46b-d30b-433b-b55d-6b02f47ad61d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7531 2024.11.04 23:58:23.973161 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37251, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7532 2024.11.04 23:58:23.973178 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53127, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7533 2024.11.04 23:58:23.973244 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7534 2024.11.04 23:58:23.973267 [ 298 ] {} <Debug> HTTP-Session: d9e787df-7b82-4d91-957d-4ba2035f1e4b Authenticating user 'default' from [fd00:1122:3344:101::d]:53127
7535 2024.11.04 23:58:23.973288 [ 298 ] {} <Debug> HTTP-Session: d9e787df-7b82-4d91-957d-4ba2035f1e4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7536 2024.11.04 23:58:23.973310 [ 298 ] {} <Debug> HTTP-Session: d9e787df-7b82-4d91-957d-4ba2035f1e4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7537 2024.11.04 23:58:23.973347 [ 298 ] {} <Trace> HTTP-Session: d9e787df-7b82-4d91-957d-4ba2035f1e4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7538 2024.11.04 23:58:23.973464 [ 298 ] {b7081633-49f9-440a-bc14-1172cf748ded} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53127) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
7539 2024.11.04 23:58:23.973517 [ 298 ] {b7081633-49f9-440a-bc14-1172cf748ded} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7540 2024.11.04 23:58:23.973818 [ 298 ] {b7081633-49f9-440a-bc14-1172cf748ded} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7541 2024.11.04 23:58:23.974119 [ 298 ] {b7081633-49f9-440a-bc14-1172cf748ded} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7542 2024.11.04 23:58:23.974155 [ 298 ] {b7081633-49f9-440a-bc14-1172cf748ded} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7543 2024.11.04 23:58:23.974492 [ 298 ] {b7081633-49f9-440a-bc14-1172cf748ded} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
7544 2024.11.04 23:58:23.974855 [ 298 ] {b7081633-49f9-440a-bc14-1172cf748ded} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7545 2024.11.04 23:58:23.974980 [ 298 ] {b7081633-49f9-440a-bc14-1172cf748ded} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001547 sec., 3878.4744667097607 rows/sec., 229.15 KiB/sec.
7546 2024.11.04 23:58:23.975179 [ 298 ] {b7081633-49f9-440a-bc14-1172cf748ded} <Debug> DynamicQueryHandler: Done processing query
7547 2024.11.04 23:58:23.975203 [ 298 ] {b7081633-49f9-440a-bc14-1172cf748ded} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7548 2024.11.04 23:58:23.975219 [ 298 ] {} <Debug> HTTP-Session: d9e787df-7b82-4d91-957d-4ba2035f1e4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7549 2024.11.04 23:58:23.975460 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53127, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7550 2024.11.04 23:58:23.975541 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34680, User-Agent: (none), Length: 68384, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7551 2024.11.04 23:58:23.975601 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7552 2024.11.04 23:58:23.975626 [ 3 ] {} <Debug> HTTP-Session: 28faaf4e-f84d-4927-ac99-621b3fa68b1b Authenticating user 'default' from [fd00:1122:3344:101::d]:34680
7553 2024.11.04 23:58:23.975647 [ 3 ] {} <Debug> HTTP-Session: 28faaf4e-f84d-4927-ac99-621b3fa68b1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7554 2024.11.04 23:58:23.975664 [ 3 ] {} <Debug> HTTP-Session: 28faaf4e-f84d-4927-ac99-621b3fa68b1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7555 2024.11.04 23:58:23.975704 [ 3 ] {} <Trace> HTTP-Session: 28faaf4e-f84d-4927-ac99-621b3fa68b1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7556 2024.11.04 23:58:23.975937 [ 3 ] {d3fe7507-59aa-4650-ad18-99385f69eb24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34680) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
7557 2024.11.04 23:58:23.975981 [ 3 ] {d3fe7507-59aa-4650-ad18-99385f69eb24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7558 2024.11.04 23:58:23.976202 [ 3 ] {d3fe7507-59aa-4650-ad18-99385f69eb24} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7559 2024.11.04 23:58:23.976766 [ 3 ] {d3fe7507-59aa-4650-ad18-99385f69eb24} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7560 2024.11.04 23:58:23.976804 [ 3 ] {d3fe7507-59aa-4650-ad18-99385f69eb24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7561 2024.11.04 23:58:23.977179 [ 3 ] {d3fe7507-59aa-4650-ad18-99385f69eb24} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
7562 2024.11.04 23:58:23.977532 [ 3 ] {d3fe7507-59aa-4650-ad18-99385f69eb24} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7563 2024.11.04 23:58:23.977658 [ 3 ] {d3fe7507-59aa-4650-ad18-99385f69eb24} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001834 sec., 229552.8898582334 rows/sec., 16.40 MiB/sec.
7564 2024.11.04 23:58:23.977835 [ 3 ] {d3fe7507-59aa-4650-ad18-99385f69eb24} <Debug> DynamicQueryHandler: Done processing query
7565 2024.11.04 23:58:23.977861 [ 3 ] {d3fe7507-59aa-4650-ad18-99385f69eb24} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
7566 2024.11.04 23:58:23.977878 [ 3 ] {} <Debug> HTTP-Session: 28faaf4e-f84d-4927-ac99-621b3fa68b1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7567 2024.11.04 23:58:23.978068 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53127, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7568 2024.11.04 23:58:23.978078 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34680, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7569 2024.11.04 23:58:23.978132 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7570 2024.11.04 23:58:23.978158 [ 298 ] {} <Debug> HTTP-Session: 18a96d82-9828-4ab2-a034-afe0506ff36b Authenticating user 'default' from [fd00:1122:3344:101::d]:53127
7571 2024.11.04 23:58:23.978179 [ 298 ] {} <Debug> HTTP-Session: 18a96d82-9828-4ab2-a034-afe0506ff36b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7572 2024.11.04 23:58:23.978199 [ 298 ] {} <Debug> HTTP-Session: 18a96d82-9828-4ab2-a034-afe0506ff36b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7573 2024.11.04 23:58:23.978239 [ 298 ] {} <Trace> HTTP-Session: 18a96d82-9828-4ab2-a034-afe0506ff36b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7574 2024.11.04 23:58:23.978354 [ 298 ] {24c070e2-bb86-4699-89b6-67a4f057cc1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53127) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
7575 2024.11.04 23:58:23.978406 [ 298 ] {24c070e2-bb86-4699-89b6-67a4f057cc1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7576 2024.11.04 23:58:23.978565 [ 298 ] {24c070e2-bb86-4699-89b6-67a4f057cc1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7577 2024.11.04 23:58:23.978914 [ 298 ] {24c070e2-bb86-4699-89b6-67a4f057cc1d} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7578 2024.11.04 23:58:23.978949 [ 298 ] {24c070e2-bb86-4699-89b6-67a4f057cc1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7579 2024.11.04 23:58:23.979300 [ 298 ] {24c070e2-bb86-4699-89b6-67a4f057cc1d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
7580 2024.11.04 23:58:23.979616 [ 298 ] {24c070e2-bb86-4699-89b6-67a4f057cc1d} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7581 2024.11.04 23:58:23.979742 [ 298 ] {24c070e2-bb86-4699-89b6-67a4f057cc1d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001421 sec., 4222.37860661506 rows/sec., 220.60 KiB/sec.
7582 2024.11.04 23:58:23.980042 [ 298 ] {24c070e2-bb86-4699-89b6-67a4f057cc1d} <Debug> DynamicQueryHandler: Done processing query
7583 2024.11.04 23:58:23.980068 [ 298 ] {24c070e2-bb86-4699-89b6-67a4f057cc1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
7584 2024.11.04 23:58:23.980083 [ 298 ] {} <Debug> HTTP-Session: 18a96d82-9828-4ab2-a034-afe0506ff36b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7585 2024.11.04 23:58:23.980293 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53127, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7586 2024.11.04 23:58:23.980367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33834, User-Agent: (none), Length: 44639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7587 2024.11.04 23:58:23.980429 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7588 2024.11.04 23:58:23.980454 [ 3 ] {} <Debug> HTTP-Session: b66198a8-23f5-4034-b4c4-106ad438d3e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:33834
7589 2024.11.04 23:58:23.980475 [ 3 ] {} <Debug> HTTP-Session: b66198a8-23f5-4034-b4c4-106ad438d3e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7590 2024.11.04 23:58:23.980492 [ 3 ] {} <Debug> HTTP-Session: b66198a8-23f5-4034-b4c4-106ad438d3e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7591 2024.11.04 23:58:23.980530 [ 3 ] {} <Trace> HTTP-Session: b66198a8-23f5-4034-b4c4-106ad438d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7592 2024.11.04 23:58:23.980733 [ 3 ] {3f80ea20-8c1c-421d-b417-702cb5fe9b1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33834) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7593 2024.11.04 23:58:23.980791 [ 3 ] {3f80ea20-8c1c-421d-b417-702cb5fe9b1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7594 2024.11.04 23:58:23.980963 [ 3 ] {3f80ea20-8c1c-421d-b417-702cb5fe9b1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7595 2024.11.04 23:58:23.981406 [ 3 ] {3f80ea20-8c1c-421d-b417-702cb5fe9b1f} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7596 2024.11.04 23:58:23.981442 [ 3 ] {3f80ea20-8c1c-421d-b417-702cb5fe9b1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7597 2024.11.04 23:58:23.981826 [ 3 ] {3f80ea20-8c1c-421d-b417-702cb5fe9b1f} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
7598 2024.11.04 23:58:23.982156 [ 3 ] {3f80ea20-8c1c-421d-b417-702cb5fe9b1f} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7599 2024.11.04 23:58:23.982293 [ 3 ] {3f80ea20-8c1c-421d-b417-702cb5fe9b1f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001664 sec., 142427.88461538462 rows/sec., 9.55 MiB/sec.
7600 2024.11.04 23:58:23.982468 [ 3 ] {3f80ea20-8c1c-421d-b417-702cb5fe9b1f} <Debug> DynamicQueryHandler: Done processing query
7601 2024.11.04 23:58:23.982493 [ 3 ] {3f80ea20-8c1c-421d-b417-702cb5fe9b1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
7602 2024.11.04 23:58:23.982508 [ 3 ] {} <Debug> HTTP-Session: b66198a8-23f5-4034-b4c4-106ad438d3e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7603 2024.11.04 23:58:23.982669 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33834, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7604 2024.11.04 23:58:23.982677 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53127, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7605 2024.11.04 23:58:23.982745 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7606 2024.11.04 23:58:23.982769 [ 298 ] {} <Debug> HTTP-Session: 0ae1ada0-eb2f-4adb-bcb8-c5a3c3810c66 Authenticating user 'default' from [fd00:1122:3344:101::d]:53127
7607 2024.11.04 23:58:23.982792 [ 298 ] {} <Debug> HTTP-Session: 0ae1ada0-eb2f-4adb-bcb8-c5a3c3810c66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7608 2024.11.04 23:58:23.982812 [ 298 ] {} <Debug> HTTP-Session: 0ae1ada0-eb2f-4adb-bcb8-c5a3c3810c66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7609 2024.11.04 23:58:23.982850 [ 298 ] {} <Trace> HTTP-Session: 0ae1ada0-eb2f-4adb-bcb8-c5a3c3810c66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7610 2024.11.04 23:58:23.982960 [ 298 ] {8b4e15be-2498-4d0d-8a1a-bc076db23a57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53127) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
7611 2024.11.04 23:58:23.983011 [ 298 ] {8b4e15be-2498-4d0d-8a1a-bc076db23a57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7612 2024.11.04 23:58:23.983170 [ 298 ] {8b4e15be-2498-4d0d-8a1a-bc076db23a57} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7613 2024.11.04 23:58:23.983469 [ 298 ] {8b4e15be-2498-4d0d-8a1a-bc076db23a57} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7614 2024.11.04 23:58:23.983510 [ 298 ] {8b4e15be-2498-4d0d-8a1a-bc076db23a57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7615 2024.11.04 23:58:23.983898 [ 298 ] {8b4e15be-2498-4d0d-8a1a-bc076db23a57} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
7616 2024.11.04 23:58:23.984218 [ 298 ] {8b4e15be-2498-4d0d-8a1a-bc076db23a57} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7617 2024.11.04 23:58:23.984348 [ 298 ] {8b4e15be-2498-4d0d-8a1a-bc076db23a57} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001417 sec., 705.7163020465772 rows/sec., 47.55 KiB/sec.
7618 2024.11.04 23:58:23.984557 [ 298 ] {8b4e15be-2498-4d0d-8a1a-bc076db23a57} <Debug> DynamicQueryHandler: Done processing query
7619 2024.11.04 23:58:23.984581 [ 298 ] {8b4e15be-2498-4d0d-8a1a-bc076db23a57} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
7620 2024.11.04 23:58:23.984597 [ 298 ] {} <Debug> HTTP-Session: 0ae1ada0-eb2f-4adb-bcb8-c5a3c3810c66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7621 2024.11.04 23:58:23.984764 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53127, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7622 2024.11.04 23:58:23.984832 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51268, User-Agent: (none), Length: 65661, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7623 2024.11.04 23:58:23.984897 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7624 2024.11.04 23:58:23.984928 [ 3 ] {} <Debug> HTTP-Session: 740c6f0b-9efe-4e82-b5f4-890e41308268 Authenticating user 'default' from [fd00:1122:3344:101::d]:51268
7625 2024.11.04 23:58:23.984951 [ 3 ] {} <Debug> HTTP-Session: 740c6f0b-9efe-4e82-b5f4-890e41308268 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7626 2024.11.04 23:58:23.984968 [ 3 ] {} <Debug> HTTP-Session: 740c6f0b-9efe-4e82-b5f4-890e41308268 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7627 2024.11.04 23:58:23.985006 [ 3 ] {} <Trace> HTTP-Session: 740c6f0b-9efe-4e82-b5f4-890e41308268 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7628 2024.11.04 23:58:23.985583 [ 3 ] {fa6da3d0-c121-4dbd-a810-c9597ea14409} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51268) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
7629 2024.11.04 23:58:23.985660 [ 3 ] {fa6da3d0-c121-4dbd-a810-c9597ea14409} <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
7630 2024.11.04 23:58:23.986108 [ 3 ] {fa6da3d0-c121-4dbd-a810-c9597ea14409} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7631 2024.11.04 23:58:23.986846 [ 3 ] {fa6da3d0-c121-4dbd-a810-c9597ea14409} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7632 2024.11.04 23:58:23.986882 [ 3 ] {fa6da3d0-c121-4dbd-a810-c9597ea14409} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7633 2024.11.04 23:58:23.987533 [ 3 ] {fa6da3d0-c121-4dbd-a810-c9597ea14409} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
7634 2024.11.04 23:58:23.987938 [ 3 ] {fa6da3d0-c121-4dbd-a810-c9597ea14409} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7635 2024.11.04 23:58:23.988083 [ 3 ] {fa6da3d0-c121-4dbd-a810-c9597ea14409} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002957 sec., 13189.042948934732 rows/sec., 23.63 MiB/sec.
7636 2024.11.04 23:58:23.988619 [ 3 ] {fa6da3d0-c121-4dbd-a810-c9597ea14409} <Debug> DynamicQueryHandler: Done processing query
7637 2024.11.04 23:58:23.988644 [ 3 ] {fa6da3d0-c121-4dbd-a810-c9597ea14409} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB.
7638 2024.11.04 23:58:23.988661 [ 3 ] {} <Debug> HTTP-Session: 740c6f0b-9efe-4e82-b5f4-890e41308268 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7639 2024.11.04 23:58:23.988824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51268, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7640 2024.11.04 23:58:23.988904 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45680, User-Agent: (none), Length: 12146, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7641 2024.11.04 23:58:23.988969 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7642 2024.11.04 23:58:23.988992 [ 298 ] {} <Debug> HTTP-Session: 2a3a3be2-5804-4114-999c-feeffce07d5c Authenticating user 'default' from [fd00:1122:3344:101::d]:45680
7643 2024.11.04 23:58:23.989012 [ 298 ] {} <Debug> HTTP-Session: 2a3a3be2-5804-4114-999c-feeffce07d5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7644 2024.11.04 23:58:23.989030 [ 298 ] {} <Debug> HTTP-Session: 2a3a3be2-5804-4114-999c-feeffce07d5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7645 2024.11.04 23:58:23.989068 [ 298 ] {} <Trace> HTTP-Session: 2a3a3be2-5804-4114-999c-feeffce07d5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7646 2024.11.04 23:58:23.989208 [ 298 ] {aa9bf47e-045d-4e77-986c-1d6be63d6f80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45680) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
7647 2024.11.04 23:58:23.989260 [ 298 ] {aa9bf47e-045d-4e77-986c-1d6be63d6f80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7648 2024.11.04 23:58:23.989433 [ 298 ] {aa9bf47e-045d-4e77-986c-1d6be63d6f80} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7649 2024.11.04 23:58:23.989792 [ 298 ] {aa9bf47e-045d-4e77-986c-1d6be63d6f80} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7650 2024.11.04 23:58:23.989833 [ 298 ] {aa9bf47e-045d-4e77-986c-1d6be63d6f80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7651 2024.11.04 23:58:23.990218 [ 298 ] {aa9bf47e-045d-4e77-986c-1d6be63d6f80} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
7652 2024.11.04 23:58:23.990541 [ 298 ] {aa9bf47e-045d-4e77-986c-1d6be63d6f80} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7653 2024.11.04 23:58:23.990664 [ 298 ] {aa9bf47e-045d-4e77-986c-1d6be63d6f80} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001511 sec., 54268.6962276638 rows/sec., 3.45 MiB/sec.
7654 2024.11.04 23:58:23.990836 [ 298 ] {aa9bf47e-045d-4e77-986c-1d6be63d6f80} <Debug> DynamicQueryHandler: Done processing query
7655 2024.11.04 23:58:23.990861 [ 298 ] {aa9bf47e-045d-4e77-986c-1d6be63d6f80} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7656 2024.11.04 23:58:23.990876 [ 298 ] {} <Debug> HTTP-Session: 2a3a3be2-5804-4114-999c-feeffce07d5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7657 2024.11.04 23:58:23.991182 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45680, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7658 2024.11.04 23:58:25.637302 [ 52 ] {} <Debug> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
7659 2024.11.04 23:58:25.637387 [ 52 ] {} <Trace> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7660 2024.11.04 23:58:25.637410 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7661 2024.11.04 23:58:25.637613 [ 201 ] {ce9dbc75-98e0-4a02-b67c-85bb7a65062d::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full
7662 2024.11.04 23:58:25.637805 [ 201 ] {ce9dbc75-98e0-4a02-b67c-85bb7a65062d::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7663 2024.11.04 23:58:25.637843 [ 201 ] {ce9dbc75-98e0-4a02-b67c-85bb7a65062d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part
7664 2024.11.04 23:58:25.637930 [ 201 ] {ce9dbc75-98e0-4a02-b67c-85bb7a65062d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part
7665 2024.11.04 23:58:25.638146 [ 201 ] {ce9dbc75-98e0-4a02-b67c-85bb7a65062d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part
7666 2024.11.04 23:58:25.638376 [ 201 ] {ce9dbc75-98e0-4a02-b67c-85bb7a65062d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 10 rows starting from the beginning of the part
7667 2024.11.04 23:58:25.638515 [ 201 ] {ce9dbc75-98e0-4a02-b67c-85bb7a65062d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part
7668 2024.11.04 23:58:25.639627 [ 198 ] {ce9dbc75-98e0-4a02-b67c-85bb7a65062d::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002140834 sec., 16815.876429466276 rows/sec., 1.40 MiB/sec.
7669 2024.11.04 23:58:25.639787 [ 188 ] {ce9dbc75-98e0-4a02-b67c-85bb7a65062d::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
7670 2024.11.04 23:58:25.640295 [ 188 ] {ce9dbc75-98e0-4a02-b67c-85bb7a65062d::all_1_9_2} <Trace> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7671 2024.11.04 23:58:25.640392 [ 188 ] {ce9dbc75-98e0-4a02-b67c-85bb7a65062d::all_1_9_2} <Trace> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
7672 2024.11.04 23:58:25.640486 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
7673 2024.11.04 23:58:28.958220 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39944, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7674 2024.11.04 23:58:28.958339 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7675 2024.11.04 23:58:28.958365 [ 3 ] {} <Debug> HTTP-Session: a6e3e008-9966-485c-9a67-a71ae1e56163 Authenticating user 'default' from [fd00:1122:3344:101::d]:39944
7676 2024.11.04 23:58:28.958391 [ 3 ] {} <Debug> HTTP-Session: a6e3e008-9966-485c-9a67-a71ae1e56163 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7677 2024.11.04 23:58:28.958405 [ 3 ] {} <Debug> HTTP-Session: a6e3e008-9966-485c-9a67-a71ae1e56163 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7678 2024.11.04 23:58:28.958456 [ 3 ] {} <Trace> HTTP-Session: a6e3e008-9966-485c-9a67-a71ae1e56163 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7679 2024.11.04 23:58:28.958642 [ 3 ] {6c318991-1fb3-4219-a4af-a6272367e566} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39944) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
7680 2024.11.04 23:58:28.958715 [ 3 ] {6c318991-1fb3-4219-a4af-a6272367e566} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7681 2024.11.04 23:58:28.959060 [ 3 ] {6c318991-1fb3-4219-a4af-a6272367e566} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7682 2024.11.04 23:58:28.959503 [ 3 ] {6c318991-1fb3-4219-a4af-a6272367e566} <Trace> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7683 2024.11.04 23:58:28.959550 [ 3 ] {6c318991-1fb3-4219-a4af-a6272367e566} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7684 2024.11.04 23:58:28.959954 [ 3 ] {6c318991-1fb3-4219-a4af-a6272367e566} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
7685 2024.11.04 23:58:28.960350 [ 3 ] {6c318991-1fb3-4219-a4af-a6272367e566} <Trace> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7686 2024.11.04 23:58:28.960529 [ 3 ] {6c318991-1fb3-4219-a4af-a6272367e566} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00194 sec., 2061.8556701030925 rows/sec., 168.13 KiB/sec.
7687 2024.11.04 23:58:28.960762 [ 3 ] {6c318991-1fb3-4219-a4af-a6272367e566} <Debug> DynamicQueryHandler: Done processing query
7688 2024.11.04 23:58:28.960790 [ 3 ] {6c318991-1fb3-4219-a4af-a6272367e566} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
7689 2024.11.04 23:58:28.960809 [ 3 ] {} <Debug> HTTP-Session: a6e3e008-9966-485c-9a67-a71ae1e56163 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7690 2024.11.04 23:58:28.960983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39944, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7691 2024.11.04 23:58:28.961082 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48385, User-Agent: (none), Length: 8105, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7692 2024.11.04 23:58:28.961165 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7693 2024.11.04 23:58:28.961191 [ 298 ] {} <Debug> HTTP-Session: 1c6bc5aa-ad18-4ce3-85d6-c4044a2f4034 Authenticating user 'default' from [fd00:1122:3344:101::d]:48385
7694 2024.11.04 23:58:28.961215 [ 298 ] {} <Debug> HTTP-Session: 1c6bc5aa-ad18-4ce3-85d6-c4044a2f4034 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7695 2024.11.04 23:58:28.961233 [ 298 ] {} <Debug> HTTP-Session: 1c6bc5aa-ad18-4ce3-85d6-c4044a2f4034 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7696 2024.11.04 23:58:28.961277 [ 298 ] {} <Trace> HTTP-Session: 1c6bc5aa-ad18-4ce3-85d6-c4044a2f4034 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7697 2024.11.04 23:58:28.961432 [ 298 ] {0c222199-479f-4041-8784-d23ebe58bb21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48385) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
7698 2024.11.04 23:58:28.961488 [ 298 ] {0c222199-479f-4041-8784-d23ebe58bb21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7699 2024.11.04 23:58:28.961783 [ 298 ] {0c222199-479f-4041-8784-d23ebe58bb21} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7700 2024.11.04 23:58:28.962191 [ 298 ] {0c222199-479f-4041-8784-d23ebe58bb21} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7701 2024.11.04 23:58:28.962229 [ 298 ] {0c222199-479f-4041-8784-d23ebe58bb21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7702 2024.11.04 23:58:28.962605 [ 298 ] {0c222199-479f-4041-8784-d23ebe58bb21} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
7703 2024.11.04 23:58:28.962962 [ 298 ] {0c222199-479f-4041-8784-d23ebe58bb21} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7704 2024.11.04 23:58:28.963130 [ 298 ] {0c222199-479f-4041-8784-d23ebe58bb21} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.001743 sec., 33275.96098680436 rows/sec., 2.55 MiB/sec.
7705 2024.11.04 23:58:28.963308 [ 298 ] {0c222199-479f-4041-8784-d23ebe58bb21} <Debug> DynamicQueryHandler: Done processing query
7706 2024.11.04 23:58:28.963332 [ 298 ] {0c222199-479f-4041-8784-d23ebe58bb21} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
7707 2024.11.04 23:58:28.963348 [ 298 ] {} <Debug> HTTP-Session: 1c6bc5aa-ad18-4ce3-85d6-c4044a2f4034 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7708 2024.11.04 23:58:28.963511 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48385, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7709 2024.11.04 23:58:28.963591 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39240, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7710 2024.11.04 23:58:28.963669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7711 2024.11.04 23:58:28.963694 [ 3 ] {} <Debug> HTTP-Session: f5cdc70e-47de-4870-a14d-64d29b0a7c2d Authenticating user 'default' from [fd00:1122:3344:101::d]:39240
7712 2024.11.04 23:58:28.963715 [ 3 ] {} <Debug> HTTP-Session: f5cdc70e-47de-4870-a14d-64d29b0a7c2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7713 2024.11.04 23:58:28.963733 [ 3 ] {} <Debug> HTTP-Session: f5cdc70e-47de-4870-a14d-64d29b0a7c2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7714 2024.11.04 23:58:28.963773 [ 3 ] {} <Trace> HTTP-Session: f5cdc70e-47de-4870-a14d-64d29b0a7c2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7715 2024.11.04 23:58:28.963900 [ 3 ] {f2b677de-10f9-419b-8bdf-f27ca0fa1b56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39240) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
7716 2024.11.04 23:58:28.963954 [ 3 ] {f2b677de-10f9-419b-8bdf-f27ca0fa1b56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7717 2024.11.04 23:58:28.964205 [ 3 ] {f2b677de-10f9-419b-8bdf-f27ca0fa1b56} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7718 2024.11.04 23:58:28.964513 [ 3 ] {f2b677de-10f9-419b-8bdf-f27ca0fa1b56} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7719 2024.11.04 23:58:28.964551 [ 3 ] {f2b677de-10f9-419b-8bdf-f27ca0fa1b56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7720 2024.11.04 23:58:28.964891 [ 3 ] {f2b677de-10f9-419b-8bdf-f27ca0fa1b56} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7721 2024.11.04 23:58:28.965249 [ 3 ] {f2b677de-10f9-419b-8bdf-f27ca0fa1b56} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7722 2024.11.04 23:58:28.965419 [ 3 ] {f2b677de-10f9-419b-8bdf-f27ca0fa1b56} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001546 sec., 2587.3221216041397 rows/sec., 180.66 KiB/sec.
7723 2024.11.04 23:58:28.965419 [ 48 ] {} <Debug> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
7724 2024.11.04 23:58:28.965533 [ 48 ] {} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7725 2024.11.04 23:58:28.965586 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7726 2024.11.04 23:58:28.965662 [ 3 ] {f2b677de-10f9-419b-8bdf-f27ca0fa1b56} <Debug> DynamicQueryHandler: Done processing query
7727 2024.11.04 23:58:28.965699 [ 3 ] {f2b677de-10f9-419b-8bdf-f27ca0fa1b56} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
7728 2024.11.04 23:58:28.965720 [ 3 ] {} <Debug> HTTP-Session: f5cdc70e-47de-4870-a14d-64d29b0a7c2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7729 2024.11.04 23:58:28.965721 [ 201 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full
7730 2024.11.04 23:58:28.965849 [ 201 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7731 2024.11.04 23:58:28.965882 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39240, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7732 2024.11.04 23:58:28.965903 [ 201 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 57 rows starting from the beginning of the part
7733 2024.11.04 23:58:28.965957 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50581, User-Agent: (none), Length: 11570, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7734 2024.11.04 23:58:28.966122 [ 201 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 10 rows starting from the beginning of the part
7735 2024.11.04 23:58:28.966133 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7736 2024.11.04 23:58:28.966230 [ 298 ] {} <Debug> HTTP-Session: 7c325f39-37f6-4ba5-b355-aa425c3b3fcd Authenticating user 'default' from [fd00:1122:3344:101::d]:50581
7737 2024.11.04 23:58:28.966306 [ 298 ] {} <Debug> HTTP-Session: 7c325f39-37f6-4ba5-b355-aa425c3b3fcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7738 2024.11.04 23:58:28.966409 [ 298 ] {} <Debug> HTTP-Session: 7c325f39-37f6-4ba5-b355-aa425c3b3fcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7739 2024.11.04 23:58:28.966546 [ 298 ] {} <Trace> HTTP-Session: 7c325f39-37f6-4ba5-b355-aa425c3b3fcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7740 2024.11.04 23:58:28.966551 [ 201 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 39 rows starting from the beginning of the part
7741 2024.11.04 23:58:28.966768 [ 201 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part
7742 2024.11.04 23:58:28.966849 [ 298 ] {a83f6ad6-791a-4274-b531-1c8adac31e9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50581) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
7743 2024.11.04 23:58:28.967021 [ 298 ] {a83f6ad6-791a-4274-b531-1c8adac31e9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7744 2024.11.04 23:58:28.967121 [ 201 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 39 rows starting from the beginning of the part
7745 2024.11.04 23:58:28.967496 [ 201 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 4 rows starting from the beginning of the part
7746 2024.11.04 23:58:28.968090 [ 298 ] {a83f6ad6-791a-4274-b531-1c8adac31e9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7747 2024.11.04 23:58:28.968750 [ 298 ] {a83f6ad6-791a-4274-b531-1c8adac31e9e} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7748 2024.11.04 23:58:28.968795 [ 298 ] {a83f6ad6-791a-4274-b531-1c8adac31e9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7749 2024.11.04 23:58:28.969478 [ 198 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 151 rows, containing 5 columns (5 merged, 0 gathered) in 0.003810548 sec., 39626.84632236623 rows/sec., 3.01 MiB/sec.
7750 2024.11.04 23:58:28.969491 [ 298 ] {a83f6ad6-791a-4274-b531-1c8adac31e9e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
7751 2024.11.04 23:58:28.969761 [ 198 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
7752 2024.11.04 23:58:28.970454 [ 298 ] {a83f6ad6-791a-4274-b531-1c8adac31e9e} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7753 2024.11.04 23:58:28.970862 [ 298 ] {a83f6ad6-791a-4274-b531-1c8adac31e9e} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.004137 sec., 16437.03166545806 rows/sec., 1.28 MiB/sec.
7754 2024.11.04 23:58:28.971099 [ 198 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_26_5} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7755 2024.11.04 23:58:28.971485 [ 198 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_26_5} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
7756 2024.11.04 23:58:28.971528 [ 298 ] {a83f6ad6-791a-4274-b531-1c8adac31e9e} <Debug> DynamicQueryHandler: Done processing query
7757 2024.11.04 23:58:28.971601 [ 298 ] {a83f6ad6-791a-4274-b531-1c8adac31e9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
7758 2024.11.04 23:58:28.971676 [ 298 ] {} <Debug> HTTP-Session: 7c325f39-37f6-4ba5-b355-aa425c3b3fcd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7759 2024.11.04 23:58:28.971831 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
7760 2024.11.04 23:58:28.971946 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50581, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7761 2024.11.04 23:58:28.971981 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48967, User-Agent: (none), Length: 24902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7762 2024.11.04 23:58:28.972044 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7763 2024.11.04 23:58:28.972073 [ 284 ] {} <Debug> HTTP-Session: f916bd1c-cfb3-4c8d-ac37-2f37c8c60159 Authenticating user 'default' from [fd00:1122:3344:101::d]:48967
7764 2024.11.04 23:58:28.972095 [ 284 ] {} <Debug> HTTP-Session: f916bd1c-cfb3-4c8d-ac37-2f37c8c60159 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7765 2024.11.04 23:58:28.972113 [ 284 ] {} <Debug> HTTP-Session: f916bd1c-cfb3-4c8d-ac37-2f37c8c60159 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7766 2024.11.04 23:58:28.972153 [ 284 ] {} <Trace> HTTP-Session: f916bd1c-cfb3-4c8d-ac37-2f37c8c60159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7767 2024.11.04 23:58:28.972352 [ 284 ] {b4626aa2-3660-494d-91b8-df62b49b82c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48967) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7768 2024.11.04 23:58:28.972411 [ 284 ] {b4626aa2-3660-494d-91b8-df62b49b82c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7769 2024.11.04 23:58:28.972617 [ 284 ] {b4626aa2-3660-494d-91b8-df62b49b82c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7770 2024.11.04 23:58:28.973089 [ 284 ] {b4626aa2-3660-494d-91b8-df62b49b82c0} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7771 2024.11.04 23:58:28.973125 [ 284 ] {b4626aa2-3660-494d-91b8-df62b49b82c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7772 2024.11.04 23:58:28.973513 [ 284 ] {b4626aa2-3660-494d-91b8-df62b49b82c0} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
7773 2024.11.04 23:58:28.973845 [ 284 ] {b4626aa2-3660-494d-91b8-df62b49b82c0} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7774 2024.11.04 23:58:28.974010 [ 284 ] {b4626aa2-3660-494d-91b8-df62b49b82c0} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001744 sec., 74541.28440366972 rows/sec., 5.19 MiB/sec.
7775 2024.11.04 23:58:28.974194 [ 284 ] {b4626aa2-3660-494d-91b8-df62b49b82c0} <Debug> DynamicQueryHandler: Done processing query
7776 2024.11.04 23:58:28.974219 [ 284 ] {b4626aa2-3660-494d-91b8-df62b49b82c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
7777 2024.11.04 23:58:28.974235 [ 284 ] {} <Debug> HTTP-Session: f916bd1c-cfb3-4c8d-ac37-2f37c8c60159 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7778 2024.11.04 23:58:28.974375 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48967, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7779 2024.11.04 23:58:28.974463 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40291, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7780 2024.11.04 23:58:28.974541 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7781 2024.11.04 23:58:28.974565 [ 298 ] {} <Debug> HTTP-Session: 00cfdafb-c539-4f41-9af8-b723d34bab85 Authenticating user 'default' from [fd00:1122:3344:101::d]:40291
7782 2024.11.04 23:58:28.974586 [ 298 ] {} <Debug> HTTP-Session: 00cfdafb-c539-4f41-9af8-b723d34bab85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7783 2024.11.04 23:58:28.974603 [ 298 ] {} <Debug> HTTP-Session: 00cfdafb-c539-4f41-9af8-b723d34bab85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7784 2024.11.04 23:58:28.974640 [ 298 ] {} <Trace> HTTP-Session: 00cfdafb-c539-4f41-9af8-b723d34bab85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7785 2024.11.04 23:58:28.974781 [ 298 ] {980dd5c6-2090-4686-a91a-6c6c225bca22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40291) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
7786 2024.11.04 23:58:28.974836 [ 298 ] {980dd5c6-2090-4686-a91a-6c6c225bca22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7787 2024.11.04 23:58:28.975001 [ 298 ] {980dd5c6-2090-4686-a91a-6c6c225bca22} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7788 2024.11.04 23:58:28.975366 [ 298 ] {980dd5c6-2090-4686-a91a-6c6c225bca22} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7789 2024.11.04 23:58:28.975402 [ 298 ] {980dd5c6-2090-4686-a91a-6c6c225bca22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7790 2024.11.04 23:58:28.975765 [ 298 ] {980dd5c6-2090-4686-a91a-6c6c225bca22} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
7791 2024.11.04 23:58:28.976089 [ 298 ] {980dd5c6-2090-4686-a91a-6c6c225bca22} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7792 2024.11.04 23:58:28.976251 [ 298 ] {980dd5c6-2090-4686-a91a-6c6c225bca22} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001517 sec., 31641.397495056033 rows/sec., 2.13 MiB/sec.
7793 2024.11.04 23:58:28.976521 [ 298 ] {980dd5c6-2090-4686-a91a-6c6c225bca22} <Debug> DynamicQueryHandler: Done processing query
7794 2024.11.04 23:58:28.976579 [ 298 ] {980dd5c6-2090-4686-a91a-6c6c225bca22} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
7795 2024.11.04 23:58:28.976640 [ 298 ] {} <Debug> HTTP-Session: 00cfdafb-c539-4f41-9af8-b723d34bab85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7796 2024.11.04 23:58:28.976862 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40291, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7797 2024.11.04 23:58:30.418792 [ 47 ] {} <Debug> DNSResolver: Updating DNS cache
7798 2024.11.04 23:58:30.418865 [ 47 ] {} <Debug> DNSResolver: Updated DNS cache
7799 2024.11.04 23:58:30.607663 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 736
7800 2024.11.04 23:58:30.610473 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7801 2024.11.04 23:58:30.610536 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7802 2024.11.04 23:58:30.612098 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7803 2024.11.04 23:58:30.613133 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7804 2024.11.04 23:58:30.613678 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 736
7805 2024.11.04 23:58:31.001478 [ 245 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001018641 sec.
7806 2024.11.04 23:58:33.959714 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62348, User-Agent: (none), Length: 7838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7807 2024.11.04 23:58:33.959841 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7808 2024.11.04 23:58:33.959870 [ 283 ] {} <Debug> HTTP-Session: c7d3b9eb-a84c-49ee-afe5-07a3aaa494b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:62348
7809 2024.11.04 23:58:33.959897 [ 283 ] {} <Debug> HTTP-Session: c7d3b9eb-a84c-49ee-afe5-07a3aaa494b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7810 2024.11.04 23:58:33.959915 [ 283 ] {} <Debug> HTTP-Session: c7d3b9eb-a84c-49ee-afe5-07a3aaa494b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7811 2024.11.04 23:58:33.959973 [ 283 ] {} <Trace> HTTP-Session: c7d3b9eb-a84c-49ee-afe5-07a3aaa494b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7812 2024.11.04 23:58:33.960196 [ 283 ] {906d92f8-2419-4c6f-a3a8-876917cca57c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62348) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
7813 2024.11.04 23:58:33.960273 [ 283 ] {906d92f8-2419-4c6f-a3a8-876917cca57c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7814 2024.11.04 23:58:33.960618 [ 283 ] {906d92f8-2419-4c6f-a3a8-876917cca57c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7815 2024.11.04 23:58:33.961168 [ 283 ] {906d92f8-2419-4c6f-a3a8-876917cca57c} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7816 2024.11.04 23:58:33.961214 [ 283 ] {906d92f8-2419-4c6f-a3a8-876917cca57c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7817 2024.11.04 23:58:33.961648 [ 283 ] {906d92f8-2419-4c6f-a3a8-876917cca57c} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
7818 2024.11.04 23:58:33.962037 [ 283 ] {906d92f8-2419-4c6f-a3a8-876917cca57c} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7819 2024.11.04 23:58:33.962200 [ 283 ] {906d92f8-2419-4c6f-a3a8-876917cca57c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002078 sec., 26948.989412897015 rows/sec., 2.07 MiB/sec.
7820 2024.11.04 23:58:33.962226 [ 43 ] {} <Debug> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
7821 2024.11.04 23:58:33.962342 [ 43 ] {} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7822 2024.11.04 23:58:33.962386 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7823 2024.11.04 23:58:33.962575 [ 283 ] {906d92f8-2419-4c6f-a3a8-876917cca57c} <Debug> DynamicQueryHandler: Done processing query
7824 2024.11.04 23:58:33.962664 [ 283 ] {906d92f8-2419-4c6f-a3a8-876917cca57c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
7825 2024.11.04 23:58:33.962761 [ 283 ] {} <Debug> HTTP-Session: c7d3b9eb-a84c-49ee-afe5-07a3aaa494b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7826 2024.11.04 23:58:33.962923 [ 197 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full
7827 2024.11.04 23:58:33.963186 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62348, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7828 2024.11.04 23:58:33.963541 [ 283 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below):
7829 
7830 (version 23.8.7.1)
7831 2024.11.04 23:58:33.963841 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42163, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7832 2024.11.04 23:58:33.963940 [ 197 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7833 2024.11.04 23:58:33.964098 [ 197 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1418 rows starting from the beginning of the part
7834 2024.11.04 23:58:33.964156 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7835 2024.11.04 23:58:33.964312 [ 298 ] {} <Debug> HTTP-Session: 51d3c9a3-98b2-4b8b-8997-0710a5e3e695 Authenticating user 'default' from [fd00:1122:3344:101::d]:42163
7836 2024.11.04 23:58:33.964424 [ 298 ] {} <Debug> HTTP-Session: 51d3c9a3-98b2-4b8b-8997-0710a5e3e695 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7837 2024.11.04 23:58:33.964523 [ 298 ] {} <Debug> HTTP-Session: 51d3c9a3-98b2-4b8b-8997-0710a5e3e695 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7838 2024.11.04 23:58:33.964639 [ 197 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 57 rows starting from the beginning of the part
7839 2024.11.04 23:58:33.964713 [ 298 ] {} <Trace> HTTP-Session: 51d3c9a3-98b2-4b8b-8997-0710a5e3e695 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7840 2024.11.04 23:58:33.964970 [ 197 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 56 rows starting from the beginning of the part
7841 2024.11.04 23:58:33.965229 [ 298 ] {dc2ca225-db71-43a7-af67-2db092a451f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42163) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
7842 2024.11.04 23:58:33.965591 [ 298 ] {dc2ca225-db71-43a7-af67-2db092a451f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7843 2024.11.04 23:58:33.965666 [ 197 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 267 rows starting from the beginning of the part
7844 2024.11.04 23:58:33.966380 [ 197 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 58 rows starting from the beginning of the part
7845 2024.11.04 23:58:33.966681 [ 197 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 56 rows starting from the beginning of the part
7846 2024.11.04 23:58:33.967518 [ 298 ] {dc2ca225-db71-43a7-af67-2db092a451f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7847 2024.11.04 23:58:33.968122 [ 298 ] {dc2ca225-db71-43a7-af67-2db092a451f8} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7848 2024.11.04 23:58:33.968167 [ 298 ] {dc2ca225-db71-43a7-af67-2db092a451f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
7849 2024.11.04 23:58:33.968724 [ 298 ] {dc2ca225-db71-43a7-af67-2db092a451f8} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
7850 2024.11.04 23:58:33.969136 [ 197 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1912 rows, containing 5 columns (5 merged, 0 gathered) in 0.006662026 sec., 286999.78054723894 rows/sec., 25.12 MiB/sec.
7851 2024.11.04 23:58:33.969354 [ 197 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
7852 2024.11.04 23:58:33.969365 [ 298 ] {dc2ca225-db71-43a7-af67-2db092a451f8} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7853 2024.11.04 23:58:33.969631 [ 298 ] {dc2ca225-db71-43a7-af67-2db092a451f8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004657 sec., 13742.7528451793 rows/sec., 1.07 MiB/sec.
7854 2024.11.04 23:58:33.969628 [ 42 ] {} <Debug> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
7855 2024.11.04 23:58:33.969811 [ 42 ] {} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7856 2024.11.04 23:58:33.969966 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7857 2024.11.04 23:58:33.970460 [ 298 ] {dc2ca225-db71-43a7-af67-2db092a451f8} <Debug> DynamicQueryHandler: Done processing query
7858 2024.11.04 23:58:33.970588 [ 298 ] {dc2ca225-db71-43a7-af67-2db092a451f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
7859 2024.11.04 23:58:33.970742 [ 193 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full
7860 2024.11.04 23:58:33.970747 [ 298 ] {} <Debug> HTTP-Session: 51d3c9a3-98b2-4b8b-8997-0710a5e3e695 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7861 2024.11.04 23:58:33.971437 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42163, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7862 2024.11.04 23:58:33.971770 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34641, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7863 2024.11.04 23:58:33.971983 [ 298 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below):
7864 
7865 (version 23.8.7.1)
7866 2024.11.04 23:58:33.971978 [ 197 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_41_8} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7867 2024.11.04 23:58:33.972285 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7868 2024.11.04 23:58:33.972411 [ 284 ] {} <Debug> HTTP-Session: f1323325-50be-4422-9a60-94475af29b75 Authenticating user 'default' from [fd00:1122:3344:101::d]:34641
7869 2024.11.04 23:58:33.972422 [ 193 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7870 2024.11.04 23:58:33.972447 [ 284 ] {} <Debug> HTTP-Session: f1323325-50be-4422-9a60-94475af29b75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7871 2024.11.04 23:58:33.972482 [ 197 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_41_8} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
7872 2024.11.04 23:58:33.972487 [ 284 ] {} <Debug> HTTP-Session: f1323325-50be-4422-9a60-94475af29b75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7873 2024.11.04 23:58:33.972492 [ 193 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 913 rows starting from the beginning of the part
7874 2024.11.04 23:58:33.972568 [ 284 ] {} <Trace> HTTP-Session: f1323325-50be-4422-9a60-94475af29b75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7875 2024.11.04 23:58:33.972734 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB.
7876 2024.11.04 23:58:33.972954 [ 193 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 66 rows starting from the beginning of the part
7877 2024.11.04 23:58:33.973125 [ 284 ] {c431ccea-1dbe-439d-ae4a-8f8aa35e94f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34641) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7878 2024.11.04 23:58:33.973382 [ 284 ] {c431ccea-1dbe-439d-ae4a-8f8aa35e94f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7879 2024.11.04 23:58:33.973406 [ 193 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 64 rows starting from the beginning of the part
7880 2024.11.04 23:58:33.973756 [ 193 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 421 rows starting from the beginning of the part
7881 2024.11.04 23:58:33.974058 [ 193 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 68 rows starting from the beginning of the part
7882 2024.11.04 23:58:33.974417 [ 193 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 64 rows starting from the beginning of the part
7883 2024.11.04 23:58:33.974724 [ 284 ] {c431ccea-1dbe-439d-ae4a-8f8aa35e94f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7884 2024.11.04 23:58:33.975541 [ 284 ] {c431ccea-1dbe-439d-ae4a-8f8aa35e94f5} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7885 2024.11.04 23:58:33.975582 [ 284 ] {c431ccea-1dbe-439d-ae4a-8f8aa35e94f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
7886 2024.11.04 23:58:33.976162 [ 284 ] {c431ccea-1dbe-439d-ae4a-8f8aa35e94f5} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
7887 2024.11.04 23:58:33.976519 [ 193 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1596 rows, containing 5 columns (5 merged, 0 gathered) in 0.00631878 sec., 252580.4031790947 rows/sec., 19.47 MiB/sec.
7888 2024.11.04 23:58:33.976685 [ 193 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
7889 2024.11.04 23:58:33.976750 [ 284 ] {c431ccea-1dbe-439d-ae4a-8f8aa35e94f5} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7890 2024.11.04 23:58:33.976970 [ 42 ] {} <Debug> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
7891 2024.11.04 23:58:33.977029 [ 284 ] {c431ccea-1dbe-439d-ae4a-8f8aa35e94f5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004125 sec., 38787.878787878784 rows/sec., 2.70 MiB/sec.
7892 2024.11.04 23:58:33.977069 [ 42 ] {} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7893 2024.11.04 23:58:33.977182 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7894 2024.11.04 23:58:33.977985 [ 194 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full
7895 2024.11.04 23:58:33.978032 [ 284 ] {c431ccea-1dbe-439d-ae4a-8f8aa35e94f5} <Debug> DynamicQueryHandler: Done processing query
7896 2024.11.04 23:58:33.978140 [ 284 ] {c431ccea-1dbe-439d-ae4a-8f8aa35e94f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
7897 2024.11.04 23:58:33.978239 [ 284 ] {} <Debug> HTTP-Session: f1323325-50be-4422-9a60-94475af29b75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7898 2024.11.04 23:58:33.978673 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34641, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7899 2024.11.04 23:58:33.979185 [ 284 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below):
7900 
7901 (version 23.8.7.1)
7902 2024.11.04 23:58:33.979610 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32834, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7903 2024.11.04 23:58:33.979915 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7904 2024.11.04 23:58:33.979899 [ 193 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_41_8} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7905 2024.11.04 23:58:33.980025 [ 284 ] {} <Debug> HTTP-Session: 298250bf-2f24-4144-9671-546e6a9d9b3d Authenticating user 'default' from [fd00:1122:3344:101::d]:32834
7906 2024.11.04 23:58:33.980135 [ 284 ] {} <Debug> HTTP-Session: 298250bf-2f24-4144-9671-546e6a9d9b3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7907 2024.11.04 23:58:33.980183 [ 194 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7908 2024.11.04 23:58:33.980209 [ 284 ] {} <Debug> HTTP-Session: 298250bf-2f24-4144-9671-546e6a9d9b3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7909 2024.11.04 23:58:33.980359 [ 193 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_41_8} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
7910 2024.11.04 23:58:33.980371 [ 284 ] {} <Trace> HTTP-Session: 298250bf-2f24-4144-9671-546e6a9d9b3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7911 2024.11.04 23:58:33.980398 [ 194 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 7127 rows starting from the beginning of the part
7912 2024.11.04 23:58:33.980676 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB.
7913 2024.11.04 23:58:33.980823 [ 284 ] {0e3c2d7b-0cfa-4896-883e-47e8bcad3d6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32834) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
7914 2024.11.04 23:58:33.981007 [ 284 ] {0e3c2d7b-0cfa-4896-883e-47e8bcad3d6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7915 2024.11.04 23:58:33.981073 [ 194 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 129 rows starting from the beginning of the part
7916 2024.11.04 23:58:33.981501 [ 194 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part
7917 2024.11.04 23:58:33.981835 [ 194 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 237 rows starting from the beginning of the part
7918 2024.11.04 23:58:33.982074 [ 284 ] {0e3c2d7b-0cfa-4896-883e-47e8bcad3d6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7919 2024.11.04 23:58:33.982251 [ 194 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 130 rows starting from the beginning of the part
7920 2024.11.04 23:58:33.982618 [ 194 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part
7921 2024.11.04 23:58:33.983307 [ 284 ] {0e3c2d7b-0cfa-4896-883e-47e8bcad3d6c} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7922 2024.11.04 23:58:33.983363 [ 284 ] {0e3c2d7b-0cfa-4896-883e-47e8bcad3d6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
7923 2024.11.04 23:58:33.984114 [ 284 ] {0e3c2d7b-0cfa-4896-883e-47e8bcad3d6c} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
7924 2024.11.04 23:58:33.984717 [ 284 ] {0e3c2d7b-0cfa-4896-883e-47e8bcad3d6c} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7925 2024.11.04 23:58:33.985008 [ 42 ] {} <Debug> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
7926 2024.11.04 23:58:33.985105 [ 42 ] {} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7927 2024.11.04 23:58:33.985125 [ 284 ] {0e3c2d7b-0cfa-4896-883e-47e8bcad3d6c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00446 sec., 13452.914798206277 rows/sec., 928.39 KiB/sec.
7928 2024.11.04 23:58:33.985173 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
7929 2024.11.04 23:58:33.985778 [ 284 ] {0e3c2d7b-0cfa-4896-883e-47e8bcad3d6c} <Debug> DynamicQueryHandler: Done processing query
7930 2024.11.04 23:58:33.985866 [ 284 ] {0e3c2d7b-0cfa-4896-883e-47e8bcad3d6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
7931 2024.11.04 23:58:33.985948 [ 284 ] {} <Debug> HTTP-Session: 298250bf-2f24-4144-9671-546e6a9d9b3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7932 2024.11.04 23:58:33.986099 [ 196 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full
7933 2024.11.04 23:58:33.986252 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32834, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7934 2024.11.04 23:58:33.986467 [ 196 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7935 2024.11.04 23:58:33.986544 [ 196 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2098 rows starting from the beginning of the part
7936 2024.11.04 23:58:33.986685 [ 196 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 48 rows starting from the beginning of the part
7937 2024.11.04 23:58:33.986904 [ 196 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part
7938 2024.11.04 23:58:33.987140 [ 196 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 82 rows starting from the beginning of the part
7939 2024.11.04 23:58:33.987283 [ 196 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 48 rows starting from the beginning of the part
7940 2024.11.04 23:58:33.987379 [ 196 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part
7941 2024.11.04 23:58:33.987968 [ 194 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7943 rows, containing 5 columns (5 merged, 0 gathered) in 0.010616938 sec., 748144.144761889 rows/sec., 50.88 MiB/sec.
7942 2024.11.04 23:58:33.988643 [ 194 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
7943 2024.11.04 23:58:33.989750 [ 195 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7944 2024.11.04 23:58:33.989933 [ 195 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
7945 2024.11.04 23:58:33.990223 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB.
7946 2024.11.04 23:58:33.990381 [ 190 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2396 rows, containing 4 columns (4 merged, 0 gathered) in 0.004952072 sec., 483837.8763475167 rows/sec., 31.62 MiB/sec.
7947 2024.11.04 23:58:33.990664 [ 190 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
7948 2024.11.04 23:58:33.991150 [ 190 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_41_8} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7949 2024.11.04 23:58:33.991247 [ 190 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_41_8} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
7950 2024.11.04 23:58:33.991344 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB.
7951 2024.11.04 23:58:38.965764 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60910, User-Agent: (none), Length: 40563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7952 2024.11.04 23:58:38.965907 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7953 2024.11.04 23:58:38.965937 [ 284 ] {} <Debug> HTTP-Session: 28501dc0-960e-43af-a214-e6749d1fcf2f Authenticating user 'default' from [fd00:1122:3344:101::d]:60910
7954 2024.11.04 23:58:38.965965 [ 284 ] {} <Debug> HTTP-Session: 28501dc0-960e-43af-a214-e6749d1fcf2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7955 2024.11.04 23:58:38.965982 [ 284 ] {} <Debug> HTTP-Session: 28501dc0-960e-43af-a214-e6749d1fcf2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7956 2024.11.04 23:58:38.966039 [ 284 ] {} <Trace> HTTP-Session: 28501dc0-960e-43af-a214-e6749d1fcf2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7957 2024.11.04 23:58:38.966334 [ 284 ] {670903fa-3536-4969-a523-7dd7cb89d0d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60910) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
7958 2024.11.04 23:58:38.966413 [ 284 ] {670903fa-3536-4969-a523-7dd7cb89d0d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7959 2024.11.04 23:58:38.966756 [ 284 ] {670903fa-3536-4969-a523-7dd7cb89d0d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7960 2024.11.04 23:58:38.967373 [ 284 ] {670903fa-3536-4969-a523-7dd7cb89d0d6} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7961 2024.11.04 23:58:38.967421 [ 284 ] {670903fa-3536-4969-a523-7dd7cb89d0d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7962 2024.11.04 23:58:38.967856 [ 284 ] {670903fa-3536-4969-a523-7dd7cb89d0d6} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
7963 2024.11.04 23:58:38.968245 [ 284 ] {670903fa-3536-4969-a523-7dd7cb89d0d6} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7964 2024.11.04 23:58:38.968405 [ 284 ] {670903fa-3536-4969-a523-7dd7cb89d0d6} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.002208 sec., 120923.91304347827 rows/sec., 10.76 MiB/sec.
7965 2024.11.04 23:58:38.968740 [ 284 ] {670903fa-3536-4969-a523-7dd7cb89d0d6} <Debug> DynamicQueryHandler: Done processing query
7966 2024.11.04 23:58:38.968777 [ 284 ] {670903fa-3536-4969-a523-7dd7cb89d0d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
7967 2024.11.04 23:58:38.968808 [ 284 ] {} <Debug> HTTP-Session: 28501dc0-960e-43af-a214-e6749d1fcf2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7968 2024.11.04 23:58:38.969039 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60910, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7969 2024.11.04 23:58:38.969139 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33880, User-Agent: (none), Length: 5644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7970 2024.11.04 23:58:38.969218 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7971 2024.11.04 23:58:38.969246 [ 298 ] {} <Debug> HTTP-Session: cb3e3260-9814-4947-bcee-a8c22ca68dd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33880
7972 2024.11.04 23:58:38.969270 [ 298 ] {} <Debug> HTTP-Session: cb3e3260-9814-4947-bcee-a8c22ca68dd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7973 2024.11.04 23:58:38.969287 [ 298 ] {} <Debug> HTTP-Session: cb3e3260-9814-4947-bcee-a8c22ca68dd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7974 2024.11.04 23:58:38.969330 [ 298 ] {} <Trace> HTTP-Session: cb3e3260-9814-4947-bcee-a8c22ca68dd2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7975 2024.11.04 23:58:38.969492 [ 298 ] {8495a752-c29a-42bc-b81c-c27b6c7d733d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33880) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
7976 2024.11.04 23:58:38.969549 [ 298 ] {8495a752-c29a-42bc-b81c-c27b6c7d733d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7977 2024.11.04 23:58:38.969814 [ 298 ] {8495a752-c29a-42bc-b81c-c27b6c7d733d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7978 2024.11.04 23:58:38.970228 [ 298 ] {8495a752-c29a-42bc-b81c-c27b6c7d733d} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7979 2024.11.04 23:58:38.970268 [ 298 ] {8495a752-c29a-42bc-b81c-c27b6c7d733d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7980 2024.11.04 23:58:38.970628 [ 298 ] {8495a752-c29a-42bc-b81c-c27b6c7d733d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7981 2024.11.04 23:58:38.970995 [ 298 ] {8495a752-c29a-42bc-b81c-c27b6c7d733d} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7982 2024.11.04 23:58:38.971157 [ 298 ] {8495a752-c29a-42bc-b81c-c27b6c7d733d} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001712 sec., 22780.3738317757 rows/sec., 1.67 MiB/sec.
7983 2024.11.04 23:58:38.971684 [ 298 ] {8495a752-c29a-42bc-b81c-c27b6c7d733d} <Debug> DynamicQueryHandler: Done processing query
7984 2024.11.04 23:58:38.971771 [ 298 ] {8495a752-c29a-42bc-b81c-c27b6c7d733d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
7985 2024.11.04 23:58:38.971839 [ 298 ] {} <Debug> HTTP-Session: cb3e3260-9814-4947-bcee-a8c22ca68dd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7986 2024.11.04 23:58:38.972108 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33880, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7987 2024.11.04 23:58:38.972162 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35443, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7988 2024.11.04 23:58:38.972227 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7989 2024.11.04 23:58:38.972249 [ 284 ] {} <Debug> HTTP-Session: cff1c5d2-3b02-4abf-bc1b-9be1309a41a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35443
7990 2024.11.04 23:58:38.972266 [ 284 ] {} <Debug> HTTP-Session: cff1c5d2-3b02-4abf-bc1b-9be1309a41a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7991 2024.11.04 23:58:38.972281 [ 284 ] {} <Debug> HTTP-Session: cff1c5d2-3b02-4abf-bc1b-9be1309a41a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7992 2024.11.04 23:58:38.972313 [ 284 ] {} <Trace> HTTP-Session: cff1c5d2-3b02-4abf-bc1b-9be1309a41a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7993 2024.11.04 23:58:38.972420 [ 284 ] {b8b47cbf-4096-4275-ba84-d6bf473b6cff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35443) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
7994 2024.11.04 23:58:38.972466 [ 284 ] {b8b47cbf-4096-4275-ba84-d6bf473b6cff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7995 2024.11.04 23:58:38.972720 [ 284 ] {b8b47cbf-4096-4275-ba84-d6bf473b6cff} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7996 2024.11.04 23:58:38.973056 [ 284 ] {b8b47cbf-4096-4275-ba84-d6bf473b6cff} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7997 2024.11.04 23:58:38.973093 [ 284 ] {b8b47cbf-4096-4275-ba84-d6bf473b6cff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
7998 2024.11.04 23:58:38.973446 [ 284 ] {b8b47cbf-4096-4275-ba84-d6bf473b6cff} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
7999 2024.11.04 23:58:38.973813 [ 284 ] {b8b47cbf-4096-4275-ba84-d6bf473b6cff} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8000 2024.11.04 23:58:38.973980 [ 284 ] {b8b47cbf-4096-4275-ba84-d6bf473b6cff} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001587 sec., 8821.676118462507 rows/sec., 617.81 KiB/sec.
8001 2024.11.04 23:58:38.974152 [ 284 ] {b8b47cbf-4096-4275-ba84-d6bf473b6cff} <Debug> DynamicQueryHandler: Done processing query
8002 2024.11.04 23:58:38.974177 [ 284 ] {b8b47cbf-4096-4275-ba84-d6bf473b6cff} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8003 2024.11.04 23:58:38.974193 [ 284 ] {} <Debug> HTTP-Session: cff1c5d2-3b02-4abf-bc1b-9be1309a41a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8004 2024.11.04 23:58:38.974335 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35443, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8005 2024.11.04 23:58:38.974420 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44556, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8006 2024.11.04 23:58:38.974493 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8007 2024.11.04 23:58:38.974518 [ 298 ] {} <Debug> HTTP-Session: 057e32b7-be66-419a-a9ec-a877b31ae77e Authenticating user 'default' from [fd00:1122:3344:101::d]:44556
8008 2024.11.04 23:58:38.974540 [ 298 ] {} <Debug> HTTP-Session: 057e32b7-be66-419a-a9ec-a877b31ae77e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8009 2024.11.04 23:58:38.974557 [ 298 ] {} <Debug> HTTP-Session: 057e32b7-be66-419a-a9ec-a877b31ae77e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8010 2024.11.04 23:58:38.974597 [ 298 ] {} <Trace> HTTP-Session: 057e32b7-be66-419a-a9ec-a877b31ae77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8011 2024.11.04 23:58:38.974722 [ 298 ] {3ad18f1b-e3bd-41bb-9af2-f1bf5c8bda41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44556) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
8012 2024.11.04 23:58:38.974775 [ 298 ] {3ad18f1b-e3bd-41bb-9af2-f1bf5c8bda41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8013 2024.11.04 23:58:38.975062 [ 298 ] {3ad18f1b-e3bd-41bb-9af2-f1bf5c8bda41} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8014 2024.11.04 23:58:38.975465 [ 298 ] {3ad18f1b-e3bd-41bb-9af2-f1bf5c8bda41} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8015 2024.11.04 23:58:38.975509 [ 298 ] {3ad18f1b-e3bd-41bb-9af2-f1bf5c8bda41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
8016 2024.11.04 23:58:38.975855 [ 298 ] {3ad18f1b-e3bd-41bb-9af2-f1bf5c8bda41} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
8017 2024.11.04 23:58:38.976211 [ 298 ] {3ad18f1b-e3bd-41bb-9af2-f1bf5c8bda41} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8018 2024.11.04 23:58:38.976376 [ 298 ] {3ad18f1b-e3bd-41bb-9af2-f1bf5c8bda41} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001678 sec., 3575.6853396901074 rows/sec., 211.26 KiB/sec.
8019 2024.11.04 23:58:38.976724 [ 298 ] {3ad18f1b-e3bd-41bb-9af2-f1bf5c8bda41} <Debug> DynamicQueryHandler: Done processing query
8020 2024.11.04 23:58:38.976751 [ 298 ] {3ad18f1b-e3bd-41bb-9af2-f1bf5c8bda41} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8021 2024.11.04 23:58:38.976768 [ 298 ] {} <Debug> HTTP-Session: 057e32b7-be66-419a-a9ec-a877b31ae77e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8022 2024.11.04 23:58:38.976955 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44556, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8023 2024.11.04 23:58:38.977064 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44126, User-Agent: (none), Length: 68384, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8024 2024.11.04 23:58:38.977128 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8025 2024.11.04 23:58:38.977152 [ 284 ] {} <Debug> HTTP-Session: 9398a998-ce22-4f2f-bce2-ade6d27622d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:44126
8026 2024.11.04 23:58:38.977172 [ 284 ] {} <Debug> HTTP-Session: 9398a998-ce22-4f2f-bce2-ade6d27622d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8027 2024.11.04 23:58:38.977189 [ 284 ] {} <Debug> HTTP-Session: 9398a998-ce22-4f2f-bce2-ade6d27622d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8028 2024.11.04 23:58:38.977254 [ 284 ] {} <Trace> HTTP-Session: 9398a998-ce22-4f2f-bce2-ade6d27622d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8029 2024.11.04 23:58:38.977504 [ 284 ] {c227ed8f-69bb-48ee-bc5d-20314f04eff0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44126) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8030 2024.11.04 23:58:38.977550 [ 284 ] {c227ed8f-69bb-48ee-bc5d-20314f04eff0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8031 2024.11.04 23:58:38.977800 [ 284 ] {c227ed8f-69bb-48ee-bc5d-20314f04eff0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8032 2024.11.04 23:58:38.978371 [ 284 ] {c227ed8f-69bb-48ee-bc5d-20314f04eff0} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8033 2024.11.04 23:58:38.978409 [ 284 ] {c227ed8f-69bb-48ee-bc5d-20314f04eff0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
8034 2024.11.04 23:58:38.978794 [ 284 ] {c227ed8f-69bb-48ee-bc5d-20314f04eff0} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8035 2024.11.04 23:58:38.979156 [ 284 ] {c227ed8f-69bb-48ee-bc5d-20314f04eff0} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8036 2024.11.04 23:58:38.979307 [ 284 ] {c227ed8f-69bb-48ee-bc5d-20314f04eff0} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001939 sec., 217122.22795255287 rows/sec., 15.51 MiB/sec.
8037 2024.11.04 23:58:38.979487 [ 284 ] {c227ed8f-69bb-48ee-bc5d-20314f04eff0} <Debug> DynamicQueryHandler: Done processing query
8038 2024.11.04 23:58:38.979511 [ 284 ] {c227ed8f-69bb-48ee-bc5d-20314f04eff0} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
8039 2024.11.04 23:58:38.979527 [ 284 ] {} <Debug> HTTP-Session: 9398a998-ce22-4f2f-bce2-ade6d27622d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8040 2024.11.04 23:58:38.979715 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44556, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8041 2024.11.04 23:58:38.979732 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44126, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8042 2024.11.04 23:58:38.979774 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8043 2024.11.04 23:58:38.979794 [ 298 ] {} <Debug> HTTP-Session: bb4dbe94-521a-44a6-a470-d63a2328e089 Authenticating user 'default' from [fd00:1122:3344:101::d]:44556
8044 2024.11.04 23:58:38.979815 [ 298 ] {} <Debug> HTTP-Session: bb4dbe94-521a-44a6-a470-d63a2328e089 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8045 2024.11.04 23:58:38.979831 [ 298 ] {} <Debug> HTTP-Session: bb4dbe94-521a-44a6-a470-d63a2328e089 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8046 2024.11.04 23:58:38.979863 [ 298 ] {} <Trace> HTTP-Session: bb4dbe94-521a-44a6-a470-d63a2328e089 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8047 2024.11.04 23:58:38.979959 [ 298 ] {8345a74d-3fc3-4c18-8234-ba4381631b51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44556) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
8048 2024.11.04 23:58:38.980004 [ 298 ] {8345a74d-3fc3-4c18-8234-ba4381631b51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8049 2024.11.04 23:58:38.980135 [ 298 ] {8345a74d-3fc3-4c18-8234-ba4381631b51} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8050 2024.11.04 23:58:38.980403 [ 298 ] {8345a74d-3fc3-4c18-8234-ba4381631b51} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8051 2024.11.04 23:58:38.980437 [ 298 ] {8345a74d-3fc3-4c18-8234-ba4381631b51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
8052 2024.11.04 23:58:38.980767 [ 298 ] {8345a74d-3fc3-4c18-8234-ba4381631b51} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
8053 2024.11.04 23:58:38.981068 [ 298 ] {8345a74d-3fc3-4c18-8234-ba4381631b51} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8054 2024.11.04 23:58:38.981211 [ 298 ] {8345a74d-3fc3-4c18-8234-ba4381631b51} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001329 sec., 4514.672686230248 rows/sec., 235.87 KiB/sec.
8055 2024.11.04 23:58:38.981433 [ 298 ] {8345a74d-3fc3-4c18-8234-ba4381631b51} <Debug> DynamicQueryHandler: Done processing query
8056 2024.11.04 23:58:38.981459 [ 298 ] {8345a74d-3fc3-4c18-8234-ba4381631b51} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
8057 2024.11.04 23:58:38.981475 [ 298 ] {} <Debug> HTTP-Session: bb4dbe94-521a-44a6-a470-d63a2328e089 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8058 2024.11.04 23:58:38.981726 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44556, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8059 2024.11.04 23:58:38.981789 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42749, User-Agent: (none), Length: 44639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8060 2024.11.04 23:58:38.981852 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8061 2024.11.04 23:58:38.981875 [ 284 ] {} <Debug> HTTP-Session: 16809682-5416-4503-accf-09a52d562b7e Authenticating user 'default' from [fd00:1122:3344:101::d]:42749
8062 2024.11.04 23:58:38.981895 [ 284 ] {} <Debug> HTTP-Session: 16809682-5416-4503-accf-09a52d562b7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8063 2024.11.04 23:58:38.981912 [ 284 ] {} <Debug> HTTP-Session: 16809682-5416-4503-accf-09a52d562b7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8064 2024.11.04 23:58:38.981950 [ 284 ] {} <Trace> HTTP-Session: 16809682-5416-4503-accf-09a52d562b7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8065 2024.11.04 23:58:38.982200 [ 284 ] {343548fb-441d-493c-9dde-931b00d64d0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42749) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
8066 2024.11.04 23:58:38.982255 [ 284 ] {343548fb-441d-493c-9dde-931b00d64d0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8067 2024.11.04 23:58:38.982438 [ 284 ] {343548fb-441d-493c-9dde-931b00d64d0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8068 2024.11.04 23:58:38.982877 [ 284 ] {343548fb-441d-493c-9dde-931b00d64d0b} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8069 2024.11.04 23:58:38.982913 [ 284 ] {343548fb-441d-493c-9dde-931b00d64d0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
8070 2024.11.04 23:58:38.983293 [ 284 ] {343548fb-441d-493c-9dde-931b00d64d0b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8071 2024.11.04 23:58:38.983626 [ 284 ] {343548fb-441d-493c-9dde-931b00d64d0b} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8072 2024.11.04 23:58:38.983783 [ 284 ] {343548fb-441d-493c-9dde-931b00d64d0b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001735 sec., 136599.4236311239 rows/sec., 9.16 MiB/sec.
8073 2024.11.04 23:58:38.983959 [ 284 ] {343548fb-441d-493c-9dde-931b00d64d0b} <Debug> DynamicQueryHandler: Done processing query
8074 2024.11.04 23:58:38.983984 [ 284 ] {343548fb-441d-493c-9dde-931b00d64d0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
8075 2024.11.04 23:58:38.984000 [ 284 ] {} <Debug> HTTP-Session: 16809682-5416-4503-accf-09a52d562b7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8076 2024.11.04 23:58:38.984165 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42749, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8077 2024.11.04 23:58:38.984177 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44556, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8078 2024.11.04 23:58:38.984240 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8079 2024.11.04 23:58:38.984264 [ 298 ] {} <Debug> HTTP-Session: 930f9a2f-51ef-4e49-927a-5cc6254f6f6b Authenticating user 'default' from [fd00:1122:3344:101::d]:44556
8080 2024.11.04 23:58:38.984288 [ 298 ] {} <Debug> HTTP-Session: 930f9a2f-51ef-4e49-927a-5cc6254f6f6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8081 2024.11.04 23:58:38.984307 [ 298 ] {} <Debug> HTTP-Session: 930f9a2f-51ef-4e49-927a-5cc6254f6f6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8082 2024.11.04 23:58:38.984345 [ 298 ] {} <Trace> HTTP-Session: 930f9a2f-51ef-4e49-927a-5cc6254f6f6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8083 2024.11.04 23:58:38.984454 [ 298 ] {ff313e1f-5e83-4b1c-8783-9ee88bb38203} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44556) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
8084 2024.11.04 23:58:38.984507 [ 298 ] {ff313e1f-5e83-4b1c-8783-9ee88bb38203} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8085 2024.11.04 23:58:38.984636 [ 298 ] {ff313e1f-5e83-4b1c-8783-9ee88bb38203} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8086 2024.11.04 23:58:38.984893 [ 298 ] {ff313e1f-5e83-4b1c-8783-9ee88bb38203} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8087 2024.11.04 23:58:38.984929 [ 298 ] {ff313e1f-5e83-4b1c-8783-9ee88bb38203} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
8088 2024.11.04 23:58:38.985266 [ 298 ] {ff313e1f-5e83-4b1c-8783-9ee88bb38203} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
8089 2024.11.04 23:58:38.985594 [ 298 ] {ff313e1f-5e83-4b1c-8783-9ee88bb38203} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8090 2024.11.04 23:58:38.985758 [ 298 ] {ff313e1f-5e83-4b1c-8783-9ee88bb38203} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001325 sec., 754.7169811320755 rows/sec., 50.85 KiB/sec.
8091 2024.11.04 23:58:38.986059 [ 298 ] {ff313e1f-5e83-4b1c-8783-9ee88bb38203} <Debug> DynamicQueryHandler: Done processing query
8092 2024.11.04 23:58:38.986086 [ 298 ] {ff313e1f-5e83-4b1c-8783-9ee88bb38203} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
8093 2024.11.04 23:58:38.986102 [ 298 ] {} <Debug> HTTP-Session: 930f9a2f-51ef-4e49-927a-5cc6254f6f6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8094 2024.11.04 23:58:38.986284 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44556, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8095 2024.11.04 23:58:38.986345 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50574, User-Agent: (none), Length: 65601, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8096 2024.11.04 23:58:38.986397 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8097 2024.11.04 23:58:38.986417 [ 284 ] {} <Debug> HTTP-Session: e4e8d8a5-7e80-42f8-a08d-75de09b00a2d Authenticating user 'default' from [fd00:1122:3344:101::d]:50574
8098 2024.11.04 23:58:38.986433 [ 284 ] {} <Debug> HTTP-Session: e4e8d8a5-7e80-42f8-a08d-75de09b00a2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8099 2024.11.04 23:58:38.986447 [ 284 ] {} <Debug> HTTP-Session: e4e8d8a5-7e80-42f8-a08d-75de09b00a2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8100 2024.11.04 23:58:38.986478 [ 284 ] {} <Trace> HTTP-Session: e4e8d8a5-7e80-42f8-a08d-75de09b00a2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8101 2024.11.04 23:58:38.986964 [ 284 ] {e4c6cd59-12bc-4047-aea6-b79fd4f690ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50574) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
8102 2024.11.04 23:58:38.987048 [ 284 ] {e4c6cd59-12bc-4047-aea6-b79fd4f690ff} <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
8103 2024.11.04 23:58:38.987560 [ 284 ] {e4c6cd59-12bc-4047-aea6-b79fd4f690ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8104 2024.11.04 23:58:38.988267 [ 284 ] {e4c6cd59-12bc-4047-aea6-b79fd4f690ff} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8105 2024.11.04 23:58:38.988304 [ 284 ] {e4c6cd59-12bc-4047-aea6-b79fd4f690ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
8106 2024.11.04 23:58:38.988968 [ 284 ] {e4c6cd59-12bc-4047-aea6-b79fd4f690ff} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
8107 2024.11.04 23:58:38.989383 [ 284 ] {e4c6cd59-12bc-4047-aea6-b79fd4f690ff} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8108 2024.11.04 23:58:38.989588 [ 284 ] {e4c6cd59-12bc-4047-aea6-b79fd4f690ff} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002985 sec., 13065.32663316583 rows/sec., 23.41 MiB/sec.
8109 2024.11.04 23:58:38.989968 [ 284 ] {e4c6cd59-12bc-4047-aea6-b79fd4f690ff} <Debug> DynamicQueryHandler: Done processing query
8110 2024.11.04 23:58:38.989993 [ 284 ] {e4c6cd59-12bc-4047-aea6-b79fd4f690ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB.
8111 2024.11.04 23:58:38.990009 [ 284 ] {} <Debug> HTTP-Session: e4e8d8a5-7e80-42f8-a08d-75de09b00a2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8112 2024.11.04 23:58:38.990183 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44556, User-Agent: (none), Length: 12146, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8113 2024.11.04 23:58:38.990185 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50574, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8114 2024.11.04 23:58:38.990245 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8115 2024.11.04 23:58:38.990273 [ 298 ] {} <Debug> HTTP-Session: 8ad1c296-413b-4f5e-913c-47637e7f583b Authenticating user 'default' from [fd00:1122:3344:101::d]:44556
8116 2024.11.04 23:58:38.990294 [ 298 ] {} <Debug> HTTP-Session: 8ad1c296-413b-4f5e-913c-47637e7f583b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8117 2024.11.04 23:58:38.990313 [ 298 ] {} <Debug> HTTP-Session: 8ad1c296-413b-4f5e-913c-47637e7f583b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8118 2024.11.04 23:58:38.990350 [ 298 ] {} <Trace> HTTP-Session: 8ad1c296-413b-4f5e-913c-47637e7f583b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8119 2024.11.04 23:58:38.990490 [ 298 ] {9af632e8-4c16-4cc9-ab14-75cda2da7f55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44556) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8120 2024.11.04 23:58:38.990537 [ 298 ] {9af632e8-4c16-4cc9-ab14-75cda2da7f55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8121 2024.11.04 23:58:38.990664 [ 298 ] {9af632e8-4c16-4cc9-ab14-75cda2da7f55} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8122 2024.11.04 23:58:38.990970 [ 298 ] {9af632e8-4c16-4cc9-ab14-75cda2da7f55} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8123 2024.11.04 23:58:38.991006 [ 298 ] {9af632e8-4c16-4cc9-ab14-75cda2da7f55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
8124 2024.11.04 23:58:38.991354 [ 298 ] {9af632e8-4c16-4cc9-ab14-75cda2da7f55} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8125 2024.11.04 23:58:38.991671 [ 298 ] {9af632e8-4c16-4cc9-ab14-75cda2da7f55} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8126 2024.11.04 23:58:38.991822 [ 298 ] {9af632e8-4c16-4cc9-ab14-75cda2da7f55} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00138 sec., 59420.289855072464 rows/sec., 3.77 MiB/sec.
8127 2024.11.04 23:58:38.992109 [ 298 ] {9af632e8-4c16-4cc9-ab14-75cda2da7f55} <Debug> DynamicQueryHandler: Done processing query
8128 2024.11.04 23:58:38.992148 [ 298 ] {9af632e8-4c16-4cc9-ab14-75cda2da7f55} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8129 2024.11.04 23:58:38.992179 [ 298 ] {} <Debug> HTTP-Session: 8ad1c296-413b-4f5e-913c-47637e7f583b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8130 2024.11.04 23:58:38.992464 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44556, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8131 2024.11.04 23:58:39.417941 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46862, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8132 2024.11.04 23:58:39.453355 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61606, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8133 2024.11.04 23:58:39.543924 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63864, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8134 2024.11.04 23:58:39.862417 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46148, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8135 2024.11.04 23:58:39.868837 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40093, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8136 2024.11.04 23:58:39.975102 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61077, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8137 2024.11.04 23:58:39.979204 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51100, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8138 2024.11.04 23:58:40.063920 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50458, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8139 2024.11.04 23:58:40.102353 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49424, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8140 2024.11.04 23:58:40.109485 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48092, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8141 2024.11.04 23:58:40.140453 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44390, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8142 2024.11.04 23:58:40.161798 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53168, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8143 2024.11.04 23:58:40.173706 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53701, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8144 2024.11.04 23:58:40.173815 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60802, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8145 2024.11.04 23:58:40.187164 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:57898, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8146 2024.11.04 23:58:40.215170 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39043, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8147 2024.11.04 23:58:40.216522 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62202, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8148 2024.11.04 23:58:40.235645 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35297, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8149 2024.11.04 23:58:40.272765 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46299, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8150 2024.11.04 23:58:40.280228 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58081, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8151 2024.11.04 23:58:40.287859 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34377, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8152 2024.11.04 23:58:40.316981 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40227, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8153 2024.11.04 23:58:40.351898 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36122, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8154 2024.11.04 23:58:40.387388 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48158, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8155 2024.11.04 23:58:40.613979 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 764
8156 2024.11.04 23:58:40.616749 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8157 2024.11.04 23:58:40.616801 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8158 2024.11.04 23:58:40.618357 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
8159 2024.11.04 23:58:40.619333 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8160 2024.11.04 23:58:40.621092 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 764
8161 2024.11.04 23:58:43.957801 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43523, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8162 2024.11.04 23:58:43.957927 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8163 2024.11.04 23:58:43.957956 [ 287 ] {} <Debug> HTTP-Session: 6813026a-fe29-49e0-b490-2ff18eea86e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43523
8164 2024.11.04 23:58:43.957983 [ 287 ] {} <Debug> HTTP-Session: 6813026a-fe29-49e0-b490-2ff18eea86e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8165 2024.11.04 23:58:43.958000 [ 287 ] {} <Debug> HTTP-Session: 6813026a-fe29-49e0-b490-2ff18eea86e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8166 2024.11.04 23:58:43.958058 [ 287 ] {} <Trace> HTTP-Session: 6813026a-fe29-49e0-b490-2ff18eea86e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8167 2024.11.04 23:58:43.958264 [ 287 ] {f6011594-8da2-4697-b28a-1efb552a1dd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43523) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
8168 2024.11.04 23:58:43.958336 [ 287 ] {f6011594-8da2-4697-b28a-1efb552a1dd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8169 2024.11.04 23:58:43.958716 [ 287 ] {f6011594-8da2-4697-b28a-1efb552a1dd5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8170 2024.11.04 23:58:43.959080 [ 287 ] {f6011594-8da2-4697-b28a-1efb552a1dd5} <Trace> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8171 2024.11.04 23:58:43.959122 [ 287 ] {f6011594-8da2-4697-b28a-1efb552a1dd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8172 2024.11.04 23:58:43.959510 [ 287 ] {f6011594-8da2-4697-b28a-1efb552a1dd5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
8173 2024.11.04 23:58:43.959896 [ 287 ] {f6011594-8da2-4697-b28a-1efb552a1dd5} <Trace> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8174 2024.11.04 23:58:43.960070 [ 287 ] {f6011594-8da2-4697-b28a-1efb552a1dd5} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001856 sec., 1077.5862068965516 rows/sec., 87.87 KiB/sec.
8175 2024.11.04 23:58:43.960391 [ 287 ] {f6011594-8da2-4697-b28a-1efb552a1dd5} <Debug> DynamicQueryHandler: Done processing query
8176 2024.11.04 23:58:43.960419 [ 287 ] {f6011594-8da2-4697-b28a-1efb552a1dd5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
8177 2024.11.04 23:58:43.960435 [ 287 ] {} <Debug> HTTP-Session: 6813026a-fe29-49e0-b490-2ff18eea86e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8178 2024.11.04 23:58:43.960667 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43523, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8179 2024.11.04 23:58:43.960802 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50307, User-Agent: (none), Length: 7972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8180 2024.11.04 23:58:43.960920 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8181 2024.11.04 23:58:43.960945 [ 3 ] {} <Debug> HTTP-Session: 5dfa157c-b617-40e0-b689-816ff9152ca2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50307
8182 2024.11.04 23:58:43.960970 [ 3 ] {} <Debug> HTTP-Session: 5dfa157c-b617-40e0-b689-816ff9152ca2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8183 2024.11.04 23:58:43.960985 [ 3 ] {} <Debug> HTTP-Session: 5dfa157c-b617-40e0-b689-816ff9152ca2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8184 2024.11.04 23:58:43.961042 [ 3 ] {} <Trace> HTTP-Session: 5dfa157c-b617-40e0-b689-816ff9152ca2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8185 2024.11.04 23:58:43.961242 [ 3 ] {3aca54bc-3b7b-4c12-934b-e17226146175} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50307) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8186 2024.11.04 23:58:43.961310 [ 3 ] {3aca54bc-3b7b-4c12-934b-e17226146175} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8187 2024.11.04 23:58:43.961663 [ 3 ] {3aca54bc-3b7b-4c12-934b-e17226146175} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8188 2024.11.04 23:58:43.962061 [ 3 ] {3aca54bc-3b7b-4c12-934b-e17226146175} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8189 2024.11.04 23:58:43.962105 [ 3 ] {3aca54bc-3b7b-4c12-934b-e17226146175} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8190 2024.11.04 23:58:43.962529 [ 3 ] {3aca54bc-3b7b-4c12-934b-e17226146175} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
8191 2024.11.04 23:58:43.962925 [ 3 ] {3aca54bc-3b7b-4c12-934b-e17226146175} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8192 2024.11.04 23:58:43.963104 [ 3 ] {3aca54bc-3b7b-4c12-934b-e17226146175} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001929 sec., 29548.989113530326 rows/sec., 2.27 MiB/sec.
8193 2024.11.04 23:58:43.963417 [ 3 ] {3aca54bc-3b7b-4c12-934b-e17226146175} <Debug> DynamicQueryHandler: Done processing query
8194 2024.11.04 23:58:43.963454 [ 3 ] {3aca54bc-3b7b-4c12-934b-e17226146175} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
8195 2024.11.04 23:58:43.963476 [ 3 ] {} <Debug> HTTP-Session: 5dfa157c-b617-40e0-b689-816ff9152ca2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8196 2024.11.04 23:58:43.963680 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50307, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8197 2024.11.04 23:58:43.963691 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43523, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8198 2024.11.04 23:58:43.963799 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8199 2024.11.04 23:58:43.963824 [ 287 ] {} <Debug> HTTP-Session: cc89484e-b415-400d-a072-1a399e9354a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:43523
8200 2024.11.04 23:58:43.963853 [ 287 ] {} <Debug> HTTP-Session: cc89484e-b415-400d-a072-1a399e9354a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8201 2024.11.04 23:58:43.963873 [ 287 ] {} <Debug> HTTP-Session: cc89484e-b415-400d-a072-1a399e9354a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8202 2024.11.04 23:58:43.963925 [ 287 ] {} <Trace> HTTP-Session: cc89484e-b415-400d-a072-1a399e9354a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8203 2024.11.04 23:58:43.964049 [ 287 ] {327dc683-77c2-4a88-add8-16fcdbc078e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43523) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
8204 2024.11.04 23:58:43.964105 [ 287 ] {327dc683-77c2-4a88-add8-16fcdbc078e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8205 2024.11.04 23:58:43.964430 [ 287 ] {327dc683-77c2-4a88-add8-16fcdbc078e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8206 2024.11.04 23:58:43.965267 [ 287 ] {327dc683-77c2-4a88-add8-16fcdbc078e8} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8207 2024.11.04 23:58:43.965306 [ 287 ] {327dc683-77c2-4a88-add8-16fcdbc078e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8208 2024.11.04 23:58:43.965655 [ 287 ] {327dc683-77c2-4a88-add8-16fcdbc078e8} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8209 2024.11.04 23:58:43.966015 [ 287 ] {327dc683-77c2-4a88-add8-16fcdbc078e8} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8210 2024.11.04 23:58:43.966182 [ 287 ] {327dc683-77c2-4a88-add8-16fcdbc078e8} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.002166 sec., 923.3610341643583 rows/sec., 64.47 KiB/sec.
8211 2024.11.04 23:58:43.966345 [ 287 ] {327dc683-77c2-4a88-add8-16fcdbc078e8} <Debug> DynamicQueryHandler: Done processing query
8212 2024.11.04 23:58:43.966374 [ 287 ] {327dc683-77c2-4a88-add8-16fcdbc078e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
8213 2024.11.04 23:58:43.966390 [ 287 ] {} <Debug> HTTP-Session: cc89484e-b415-400d-a072-1a399e9354a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8214 2024.11.04 23:58:43.966542 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43523, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8215 2024.11.04 23:58:43.966646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64723, User-Agent: (none), Length: 11229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8216 2024.11.04 23:58:43.966723 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8217 2024.11.04 23:58:43.966748 [ 3 ] {} <Debug> HTTP-Session: a4144a3f-341c-4a2f-bd5e-fe94a7a16838 Authenticating user 'default' from [fd00:1122:3344:101::d]:64723
8218 2024.11.04 23:58:43.966771 [ 3 ] {} <Debug> HTTP-Session: a4144a3f-341c-4a2f-bd5e-fe94a7a16838 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8219 2024.11.04 23:58:43.966789 [ 3 ] {} <Debug> HTTP-Session: a4144a3f-341c-4a2f-bd5e-fe94a7a16838 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8220 2024.11.04 23:58:43.966838 [ 3 ] {} <Trace> HTTP-Session: a4144a3f-341c-4a2f-bd5e-fe94a7a16838 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8221 2024.11.04 23:58:43.967006 [ 3 ] {1e81d81f-3a1f-4f81-9930-caf69965778c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64723) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8222 2024.11.04 23:58:43.967066 [ 3 ] {1e81d81f-3a1f-4f81-9930-caf69965778c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8223 2024.11.04 23:58:43.967386 [ 3 ] {1e81d81f-3a1f-4f81-9930-caf69965778c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8224 2024.11.04 23:58:43.967796 [ 3 ] {1e81d81f-3a1f-4f81-9930-caf69965778c} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8225 2024.11.04 23:58:43.967834 [ 3 ] {1e81d81f-3a1f-4f81-9930-caf69965778c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8226 2024.11.04 23:58:43.968203 [ 3 ] {1e81d81f-3a1f-4f81-9930-caf69965778c} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
8227 2024.11.04 23:58:43.968581 [ 3 ] {1e81d81f-3a1f-4f81-9930-caf69965778c} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8228 2024.11.04 23:58:43.968738 [ 3 ] {1e81d81f-3a1f-4f81-9930-caf69965778c} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001795 sec., 36768.802228412256 rows/sec., 2.87 MiB/sec.
8229 2024.11.04 23:58:43.968929 [ 3 ] {1e81d81f-3a1f-4f81-9930-caf69965778c} <Debug> DynamicQueryHandler: Done processing query
8230 2024.11.04 23:58:43.968954 [ 3 ] {1e81d81f-3a1f-4f81-9930-caf69965778c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
8231 2024.11.04 23:58:43.968970 [ 3 ] {} <Debug> HTTP-Session: a4144a3f-341c-4a2f-bd5e-fe94a7a16838 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8232 2024.11.04 23:58:43.969155 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43523, User-Agent: (none), Length: 24711, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8233 2024.11.04 23:58:43.969174 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64723, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8234 2024.11.04 23:58:43.969247 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8235 2024.11.04 23:58:43.969280 [ 287 ] {} <Debug> HTTP-Session: fad59c2d-3ce5-428b-8564-61d75a50ab3e Authenticating user 'default' from [fd00:1122:3344:101::d]:43523
8236 2024.11.04 23:58:43.969304 [ 287 ] {} <Debug> HTTP-Session: fad59c2d-3ce5-428b-8564-61d75a50ab3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8237 2024.11.04 23:58:43.969322 [ 287 ] {} <Debug> HTTP-Session: fad59c2d-3ce5-428b-8564-61d75a50ab3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8238 2024.11.04 23:58:43.969371 [ 287 ] {} <Trace> HTTP-Session: fad59c2d-3ce5-428b-8564-61d75a50ab3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8239 2024.11.04 23:58:43.969535 [ 287 ] {ab6b5012-6621-480f-9bd4-dc19f2d237b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
8240 2024.11.04 23:58:43.969586 [ 287 ] {ab6b5012-6621-480f-9bd4-dc19f2d237b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8241 2024.11.04 23:58:43.969765 [ 287 ] {ab6b5012-6621-480f-9bd4-dc19f2d237b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8242 2024.11.04 23:58:43.970106 [ 287 ] {ab6b5012-6621-480f-9bd4-dc19f2d237b5} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8243 2024.11.04 23:58:43.970141 [ 287 ] {ab6b5012-6621-480f-9bd4-dc19f2d237b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8244 2024.11.04 23:58:43.970549 [ 287 ] {ab6b5012-6621-480f-9bd4-dc19f2d237b5} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
8245 2024.11.04 23:58:43.970896 [ 287 ] {ab6b5012-6621-480f-9bd4-dc19f2d237b5} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8246 2024.11.04 23:58:43.971054 [ 287 ] {ab6b5012-6621-480f-9bd4-dc19f2d237b5} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001592 sec., 81030.15075376884 rows/sec., 5.64 MiB/sec.
8247 2024.11.04 23:58:43.971210 [ 287 ] {ab6b5012-6621-480f-9bd4-dc19f2d237b5} <Debug> DynamicQueryHandler: Done processing query
8248 2024.11.04 23:58:43.971235 [ 287 ] {ab6b5012-6621-480f-9bd4-dc19f2d237b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
8249 2024.11.04 23:58:43.971251 [ 287 ] {} <Debug> HTTP-Session: fad59c2d-3ce5-428b-8564-61d75a50ab3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8250 2024.11.04 23:58:43.971440 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43523, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8251 2024.11.04 23:58:43.971500 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64555, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8252 2024.11.04 23:58:43.971567 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8253 2024.11.04 23:58:43.971600 [ 3 ] {} <Debug> HTTP-Session: b872ded7-9407-409e-92e7-64c0a9bb74fc Authenticating user 'default' from [fd00:1122:3344:101::d]:64555
8254 2024.11.04 23:58:43.971622 [ 3 ] {} <Debug> HTTP-Session: b872ded7-9407-409e-92e7-64c0a9bb74fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8255 2024.11.04 23:58:43.971639 [ 3 ] {} <Debug> HTTP-Session: b872ded7-9407-409e-92e7-64c0a9bb74fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8256 2024.11.04 23:58:43.971682 [ 3 ] {} <Trace> HTTP-Session: b872ded7-9407-409e-92e7-64c0a9bb74fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8257 2024.11.04 23:58:43.971835 [ 3 ] {df432912-d79d-450b-b632-c7f89fb3a157} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64555) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8258 2024.11.04 23:58:43.971895 [ 3 ] {df432912-d79d-450b-b632-c7f89fb3a157} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8259 2024.11.04 23:58:43.972088 [ 3 ] {df432912-d79d-450b-b632-c7f89fb3a157} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8260 2024.11.04 23:58:43.972428 [ 3 ] {df432912-d79d-450b-b632-c7f89fb3a157} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8261 2024.11.04 23:58:43.972473 [ 3 ] {df432912-d79d-450b-b632-c7f89fb3a157} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8262 2024.11.04 23:58:43.972884 [ 3 ] {df432912-d79d-450b-b632-c7f89fb3a157} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
8263 2024.11.04 23:58:43.973209 [ 3 ] {df432912-d79d-450b-b632-c7f89fb3a157} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8264 2024.11.04 23:58:43.973368 [ 3 ] {df432912-d79d-450b-b632-c7f89fb3a157} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001595 sec., 30094.043887147334 rows/sec., 2.03 MiB/sec.
8265 2024.11.04 23:58:43.973557 [ 3 ] {df432912-d79d-450b-b632-c7f89fb3a157} <Debug> DynamicQueryHandler: Done processing query
8266 2024.11.04 23:58:43.973581 [ 3 ] {df432912-d79d-450b-b632-c7f89fb3a157} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
8267 2024.11.04 23:58:43.973597 [ 3 ] {} <Debug> HTTP-Session: b872ded7-9407-409e-92e7-64c0a9bb74fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8268 2024.11.04 23:58:43.973814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64555, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8269 2024.11.04 23:58:45.419118 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache
8270 2024.11.04 23:58:45.419177 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache
8271 2024.11.04 23:58:48.959030 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44760, User-Agent: (none), Length: 7838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8272 2024.11.04 23:58:48.959151 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8273 2024.11.04 23:58:48.959181 [ 287 ] {} <Debug> HTTP-Session: f5591522-e8c7-4d58-8740-2984c52c8785 Authenticating user 'default' from [fd00:1122:3344:101::d]:44760
8274 2024.11.04 23:58:48.959209 [ 287 ] {} <Debug> HTTP-Session: f5591522-e8c7-4d58-8740-2984c52c8785 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8275 2024.11.04 23:58:48.959227 [ 287 ] {} <Debug> HTTP-Session: f5591522-e8c7-4d58-8740-2984c52c8785 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8276 2024.11.04 23:58:48.959285 [ 287 ] {} <Trace> HTTP-Session: f5591522-e8c7-4d58-8740-2984c52c8785 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8277 2024.11.04 23:58:48.959505 [ 287 ] {fade1bd5-f6cf-4556-b9b8-a1418c3a71f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44760) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8278 2024.11.04 23:58:48.959581 [ 287 ] {fade1bd5-f6cf-4556-b9b8-a1418c3a71f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8279 2024.11.04 23:58:48.959958 [ 287 ] {fade1bd5-f6cf-4556-b9b8-a1418c3a71f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8280 2024.11.04 23:58:48.960366 [ 287 ] {fade1bd5-f6cf-4556-b9b8-a1418c3a71f9} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8281 2024.11.04 23:58:48.960407 [ 287 ] {fade1bd5-f6cf-4556-b9b8-a1418c3a71f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8282 2024.11.04 23:58:48.960818 [ 287 ] {fade1bd5-f6cf-4556-b9b8-a1418c3a71f9} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
8283 2024.11.04 23:58:48.961203 [ 287 ] {fade1bd5-f6cf-4556-b9b8-a1418c3a71f9} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8284 2024.11.04 23:58:48.961379 [ 287 ] {fade1bd5-f6cf-4556-b9b8-a1418c3a71f9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001944 sec., 28806.584362139918 rows/sec., 2.21 MiB/sec.
8285 2024.11.04 23:58:48.961680 [ 287 ] {fade1bd5-f6cf-4556-b9b8-a1418c3a71f9} <Debug> DynamicQueryHandler: Done processing query
8286 2024.11.04 23:58:48.961724 [ 287 ] {fade1bd5-f6cf-4556-b9b8-a1418c3a71f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
8287 2024.11.04 23:58:48.961743 [ 287 ] {} <Debug> HTTP-Session: f5591522-e8c7-4d58-8740-2984c52c8785 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8288 2024.11.04 23:58:48.961949 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44760, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8289 2024.11.04 23:58:48.962122 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63519, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8290 2024.11.04 23:58:48.962303 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8291 2024.11.04 23:58:48.962351 [ 3 ] {} <Debug> HTTP-Session: beadcbe2-86d2-49c8-be4f-0285b22d611a Authenticating user 'default' from [fd00:1122:3344:101::d]:63519
8292 2024.11.04 23:58:48.962395 [ 3 ] {} <Debug> HTTP-Session: beadcbe2-86d2-49c8-be4f-0285b22d611a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8293 2024.11.04 23:58:48.962424 [ 3 ] {} <Debug> HTTP-Session: beadcbe2-86d2-49c8-be4f-0285b22d611a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8294 2024.11.04 23:58:48.962512 [ 3 ] {} <Trace> HTTP-Session: beadcbe2-86d2-49c8-be4f-0285b22d611a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8295 2024.11.04 23:58:48.962849 [ 3 ] {0dc92abd-8f4e-4dea-8c3b-670c32d6bcc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63519) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8296 2024.11.04 23:58:48.962963 [ 3 ] {0dc92abd-8f4e-4dea-8c3b-670c32d6bcc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8297 2024.11.04 23:58:48.963323 [ 3 ] {0dc92abd-8f4e-4dea-8c3b-670c32d6bcc9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8298 2024.11.04 23:58:48.963813 [ 3 ] {0dc92abd-8f4e-4dea-8c3b-670c32d6bcc9} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8299 2024.11.04 23:58:48.963860 [ 3 ] {0dc92abd-8f4e-4dea-8c3b-670c32d6bcc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8300 2024.11.04 23:58:48.964300 [ 3 ] {0dc92abd-8f4e-4dea-8c3b-670c32d6bcc9} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
8301 2024.11.04 23:58:48.964694 [ 3 ] {0dc92abd-8f4e-4dea-8c3b-670c32d6bcc9} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8302 2024.11.04 23:58:48.964888 [ 3 ] {0dc92abd-8f4e-4dea-8c3b-670c32d6bcc9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002158 sec., 29657.08989805375 rows/sec., 2.31 MiB/sec.
8303 2024.11.04 23:58:48.965282 [ 3 ] {0dc92abd-8f4e-4dea-8c3b-670c32d6bcc9} <Debug> DynamicQueryHandler: Done processing query
8304 2024.11.04 23:58:48.965311 [ 3 ] {0dc92abd-8f4e-4dea-8c3b-670c32d6bcc9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
8305 2024.11.04 23:58:48.965328 [ 3 ] {} <Debug> HTTP-Session: beadcbe2-86d2-49c8-be4f-0285b22d611a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8306 2024.11.04 23:58:48.965529 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44760, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8307 2024.11.04 23:58:48.965542 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63519, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8308 2024.11.04 23:58:48.965633 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8309 2024.11.04 23:58:48.965681 [ 287 ] {} <Debug> HTTP-Session: 561e692c-c788-43ca-9327-ce9503a4439e Authenticating user 'default' from [fd00:1122:3344:101::d]:44760
8310 2024.11.04 23:58:48.965704 [ 287 ] {} <Debug> HTTP-Session: 561e692c-c788-43ca-9327-ce9503a4439e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8311 2024.11.04 23:58:48.965723 [ 287 ] {} <Debug> HTTP-Session: 561e692c-c788-43ca-9327-ce9503a4439e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8312 2024.11.04 23:58:48.965779 [ 287 ] {} <Trace> HTTP-Session: 561e692c-c788-43ca-9327-ce9503a4439e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8313 2024.11.04 23:58:48.965975 [ 287 ] {fc09ebed-6161-41d3-8275-fe788b905ec9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44760) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
8314 2024.11.04 23:58:48.966027 [ 287 ] {fc09ebed-6161-41d3-8275-fe788b905ec9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8315 2024.11.04 23:58:48.966195 [ 287 ] {fc09ebed-6161-41d3-8275-fe788b905ec9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8316 2024.11.04 23:58:48.966584 [ 287 ] {fc09ebed-6161-41d3-8275-fe788b905ec9} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8317 2024.11.04 23:58:48.966621 [ 287 ] {fc09ebed-6161-41d3-8275-fe788b905ec9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8318 2024.11.04 23:58:48.967012 [ 287 ] {fc09ebed-6161-41d3-8275-fe788b905ec9} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
8319 2024.11.04 23:58:48.967352 [ 287 ] {fc09ebed-6161-41d3-8275-fe788b905ec9} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8320 2024.11.04 23:58:48.967507 [ 287 ] {fc09ebed-6161-41d3-8275-fe788b905ec9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001612 sec., 99255.58312655088 rows/sec., 6.91 MiB/sec.
8321 2024.11.04 23:58:48.967677 [ 287 ] {fc09ebed-6161-41d3-8275-fe788b905ec9} <Debug> DynamicQueryHandler: Done processing query
8322 2024.11.04 23:58:48.967702 [ 287 ] {fc09ebed-6161-41d3-8275-fe788b905ec9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
8323 2024.11.04 23:58:48.967719 [ 287 ] {} <Debug> HTTP-Session: 561e692c-c788-43ca-9327-ce9503a4439e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8324 2024.11.04 23:58:48.967931 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44760, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8325 2024.11.04 23:58:48.968014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64853, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8326 2024.11.04 23:58:48.968144 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8327 2024.11.04 23:58:48.968184 [ 3 ] {} <Debug> HTTP-Session: ac654a0e-64fb-4988-9c87-a241e7b5070d Authenticating user 'default' from [fd00:1122:3344:101::d]:64853
8328 2024.11.04 23:58:48.968221 [ 3 ] {} <Debug> HTTP-Session: ac654a0e-64fb-4988-9c87-a241e7b5070d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8329 2024.11.04 23:58:48.968249 [ 3 ] {} <Debug> HTTP-Session: ac654a0e-64fb-4988-9c87-a241e7b5070d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8330 2024.11.04 23:58:48.968324 [ 3 ] {} <Trace> HTTP-Session: ac654a0e-64fb-4988-9c87-a241e7b5070d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8331 2024.11.04 23:58:48.968592 [ 3 ] {f1e66314-d7e8-4aa6-9f7c-732571dec66a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64853) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8332 2024.11.04 23:58:48.968688 [ 3 ] {f1e66314-d7e8-4aa6-9f7c-732571dec66a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8333 2024.11.04 23:58:48.968973 [ 3 ] {f1e66314-d7e8-4aa6-9f7c-732571dec66a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8334 2024.11.04 23:58:48.969301 [ 3 ] {f1e66314-d7e8-4aa6-9f7c-732571dec66a} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8335 2024.11.04 23:58:48.969340 [ 3 ] {f1e66314-d7e8-4aa6-9f7c-732571dec66a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8336 2024.11.04 23:58:48.969725 [ 3 ] {f1e66314-d7e8-4aa6-9f7c-732571dec66a} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
8337 2024.11.04 23:58:48.970065 [ 3 ] {f1e66314-d7e8-4aa6-9f7c-732571dec66a} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8338 2024.11.04 23:58:48.970220 [ 3 ] {f1e66314-d7e8-4aa6-9f7c-732571dec66a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001738 sec., 34522.439585730725 rows/sec., 2.33 MiB/sec.
8339 2024.11.04 23:58:48.970401 [ 3 ] {f1e66314-d7e8-4aa6-9f7c-732571dec66a} <Debug> DynamicQueryHandler: Done processing query
8340 2024.11.04 23:58:48.970426 [ 3 ] {f1e66314-d7e8-4aa6-9f7c-732571dec66a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
8341 2024.11.04 23:58:48.970443 [ 3 ] {} <Debug> HTTP-Session: ac654a0e-64fb-4988-9c87-a241e7b5070d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8342 2024.11.04 23:58:48.970704 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64853, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8343 2024.11.04 23:58:50.621322 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 784
8344 2024.11.04 23:58:50.624158 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8345 2024.11.04 23:58:50.624216 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8346 2024.11.04 23:58:50.625739 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
8347 2024.11.04 23:58:50.626761 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8348 2024.11.04 23:58:50.627342 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 784
8349 2024.11.04 23:58:51.141616 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52048, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8350 2024.11.04 23:58:51.313115 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46382, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8351 2024.11.04 23:58:51.325507 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45066, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8352 2024.11.04 23:58:51.362010 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40604, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8353 2024.11.04 23:58:51.377655 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63814, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8354 2024.11.04 23:58:51.461210 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49210, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8355 2024.11.04 23:58:51.462574 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54863, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8356 2024.11.04 23:58:51.481920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39827, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8357 2024.11.04 23:58:53.967360 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57117, User-Agent: (none), Length: 40563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8358 2024.11.04 23:58:53.967479 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8359 2024.11.04 23:58:53.967505 [ 3 ] {} <Debug> HTTP-Session: f2018930-6b7b-40a0-babc-ffbf2f0a7e0c Authenticating user 'default' from [fd00:1122:3344:101::d]:57117
8360 2024.11.04 23:58:53.967530 [ 3 ] {} <Debug> HTTP-Session: f2018930-6b7b-40a0-babc-ffbf2f0a7e0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8361 2024.11.04 23:58:53.967544 [ 3 ] {} <Debug> HTTP-Session: f2018930-6b7b-40a0-babc-ffbf2f0a7e0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8362 2024.11.04 23:58:53.967598 [ 3 ] {} <Trace> HTTP-Session: f2018930-6b7b-40a0-babc-ffbf2f0a7e0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8363 2024.11.04 23:58:53.967869 [ 3 ] {7053bede-6c6a-42d4-996f-a177a86400c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57117) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8364 2024.11.04 23:58:53.967947 [ 3 ] {7053bede-6c6a-42d4-996f-a177a86400c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8365 2024.11.04 23:58:53.968311 [ 3 ] {7053bede-6c6a-42d4-996f-a177a86400c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8366 2024.11.04 23:58:53.968981 [ 3 ] {7053bede-6c6a-42d4-996f-a177a86400c6} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8367 2024.11.04 23:58:53.969030 [ 3 ] {7053bede-6c6a-42d4-996f-a177a86400c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8368 2024.11.04 23:58:53.969614 [ 3 ] {7053bede-6c6a-42d4-996f-a177a86400c6} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
8369 2024.11.04 23:58:53.970014 [ 3 ] {7053bede-6c6a-42d4-996f-a177a86400c6} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8370 2024.11.04 23:58:53.970191 [ 3 ] {7053bede-6c6a-42d4-996f-a177a86400c6} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.002442 sec., 109336.60933660933 rows/sec., 9.73 MiB/sec.
8371 2024.11.04 23:58:53.970536 [ 3 ] {7053bede-6c6a-42d4-996f-a177a86400c6} <Debug> DynamicQueryHandler: Done processing query
8372 2024.11.04 23:58:53.970579 [ 3 ] {7053bede-6c6a-42d4-996f-a177a86400c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
8373 2024.11.04 23:58:53.970607 [ 3 ] {} <Debug> HTTP-Session: f2018930-6b7b-40a0-babc-ffbf2f0a7e0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8374 2024.11.04 23:58:53.970838 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57117, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8375 2024.11.04 23:58:53.970969 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55365, User-Agent: (none), Length: 5644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8376 2024.11.04 23:58:53.971042 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8377 2024.11.04 23:58:53.971065 [ 283 ] {} <Debug> HTTP-Session: 5567aae9-cee3-474d-b58d-faf8cbade656 Authenticating user 'default' from [fd00:1122:3344:101::d]:55365
8378 2024.11.04 23:58:53.971086 [ 283 ] {} <Debug> HTTP-Session: 5567aae9-cee3-474d-b58d-faf8cbade656 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8379 2024.11.04 23:58:53.971100 [ 283 ] {} <Debug> HTTP-Session: 5567aae9-cee3-474d-b58d-faf8cbade656 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8380 2024.11.04 23:58:53.971141 [ 283 ] {} <Trace> HTTP-Session: 5567aae9-cee3-474d-b58d-faf8cbade656 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8381 2024.11.04 23:58:53.971286 [ 283 ] {2da13b43-4b84-4afe-9439-04a5f9e14d97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55365) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
8382 2024.11.04 23:58:53.971350 [ 283 ] {2da13b43-4b84-4afe-9439-04a5f9e14d97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8383 2024.11.04 23:58:53.971628 [ 283 ] {2da13b43-4b84-4afe-9439-04a5f9e14d97} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8384 2024.11.04 23:58:53.972046 [ 283 ] {2da13b43-4b84-4afe-9439-04a5f9e14d97} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8385 2024.11.04 23:58:53.972086 [ 283 ] {2da13b43-4b84-4afe-9439-04a5f9e14d97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8386 2024.11.04 23:58:53.972463 [ 283 ] {2da13b43-4b84-4afe-9439-04a5f9e14d97} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8387 2024.11.04 23:58:53.972833 [ 283 ] {2da13b43-4b84-4afe-9439-04a5f9e14d97} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8388 2024.11.04 23:58:53.972987 [ 283 ] {2da13b43-4b84-4afe-9439-04a5f9e14d97} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001735 sec., 22478.386167146975 rows/sec., 1.65 MiB/sec.
8389 2024.11.04 23:58:53.973170 [ 283 ] {2da13b43-4b84-4afe-9439-04a5f9e14d97} <Debug> DynamicQueryHandler: Done processing query
8390 2024.11.04 23:58:53.973195 [ 283 ] {2da13b43-4b84-4afe-9439-04a5f9e14d97} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
8391 2024.11.04 23:58:53.973212 [ 283 ] {} <Debug> HTTP-Session: 5567aae9-cee3-474d-b58d-faf8cbade656 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8392 2024.11.04 23:58:53.973352 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55365, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8393 2024.11.04 23:58:53.973372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57117, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8394 2024.11.04 23:58:53.973432 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8395 2024.11.04 23:58:53.973453 [ 3 ] {} <Debug> HTTP-Session: 146628d1-201d-44f7-8834-2bf051021987 Authenticating user 'default' from [fd00:1122:3344:101::d]:57117
8396 2024.11.04 23:58:53.973472 [ 3 ] {} <Debug> HTTP-Session: 146628d1-201d-44f7-8834-2bf051021987 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8397 2024.11.04 23:58:53.973486 [ 3 ] {} <Debug> HTTP-Session: 146628d1-201d-44f7-8834-2bf051021987 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8398 2024.11.04 23:58:53.973521 [ 3 ] {} <Trace> HTTP-Session: 146628d1-201d-44f7-8834-2bf051021987 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8399 2024.11.04 23:58:53.973628 [ 3 ] {716e0a73-2caa-44d8-b614-ee0dce83df3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57117) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
8400 2024.11.04 23:58:53.973671 [ 3 ] {716e0a73-2caa-44d8-b614-ee0dce83df3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8401 2024.11.04 23:58:53.973896 [ 3 ] {716e0a73-2caa-44d8-b614-ee0dce83df3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8402 2024.11.04 23:58:53.974268 [ 3 ] {716e0a73-2caa-44d8-b614-ee0dce83df3a} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8403 2024.11.04 23:58:53.974306 [ 3 ] {716e0a73-2caa-44d8-b614-ee0dce83df3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8404 2024.11.04 23:58:53.974682 [ 3 ] {716e0a73-2caa-44d8-b614-ee0dce83df3a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
8405 2024.11.04 23:58:53.975238 [ 3 ] {716e0a73-2caa-44d8-b614-ee0dce83df3a} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8406 2024.11.04 23:58:53.975471 [ 3 ] {716e0a73-2caa-44d8-b614-ee0dce83df3a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001867 sec., 7498.660953401179 rows/sec., 525.16 KiB/sec.
8407 2024.11.04 23:58:53.975820 [ 3 ] {716e0a73-2caa-44d8-b614-ee0dce83df3a} <Debug> DynamicQueryHandler: Done processing query
8408 2024.11.04 23:58:53.975847 [ 3 ] {716e0a73-2caa-44d8-b614-ee0dce83df3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8409 2024.11.04 23:58:53.975865 [ 3 ] {} <Debug> HTTP-Session: 146628d1-201d-44f7-8834-2bf051021987 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8410 2024.11.04 23:58:53.976040 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57117, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8411 2024.11.04 23:58:53.976157 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33029, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8412 2024.11.04 23:58:53.976216 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8413 2024.11.04 23:58:53.976247 [ 283 ] {} <Debug> HTTP-Session: c10e9db9-c07b-4166-9ec2-d3808d4a2ba3 Authenticating user 'default' from [fd00:1122:3344:101::d]:33029
8414 2024.11.04 23:58:53.976274 [ 283 ] {} <Debug> HTTP-Session: c10e9db9-c07b-4166-9ec2-d3808d4a2ba3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8415 2024.11.04 23:58:53.976299 [ 283 ] {} <Debug> HTTP-Session: c10e9db9-c07b-4166-9ec2-d3808d4a2ba3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8416 2024.11.04 23:58:53.976349 [ 283 ] {} <Trace> HTTP-Session: c10e9db9-c07b-4166-9ec2-d3808d4a2ba3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8417 2024.11.04 23:58:53.976479 [ 283 ] {3dcfe452-701c-406c-a3f3-c61fdb57f90e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33029) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
8418 2024.11.04 23:58:53.976527 [ 283 ] {3dcfe452-701c-406c-a3f3-c61fdb57f90e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8419 2024.11.04 23:58:53.976774 [ 283 ] {3dcfe452-701c-406c-a3f3-c61fdb57f90e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8420 2024.11.04 23:58:53.977137 [ 283 ] {3dcfe452-701c-406c-a3f3-c61fdb57f90e} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8421 2024.11.04 23:58:53.977174 [ 283 ] {3dcfe452-701c-406c-a3f3-c61fdb57f90e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8422 2024.11.04 23:58:53.977518 [ 283 ] {3dcfe452-701c-406c-a3f3-c61fdb57f90e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
8423 2024.11.04 23:58:53.977891 [ 283 ] {3dcfe452-701c-406c-a3f3-c61fdb57f90e} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8424 2024.11.04 23:58:53.978042 [ 283 ] {3dcfe452-701c-406c-a3f3-c61fdb57f90e} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00158 sec., 3797.46835443038 rows/sec., 224.36 KiB/sec.
8425 2024.11.04 23:58:53.978055 [ 23 ] {} <Debug> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
8426 2024.11.04 23:58:53.978160 [ 23 ] {} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8427 2024.11.04 23:58:53.978216 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8428 2024.11.04 23:58:53.978358 [ 283 ] {3dcfe452-701c-406c-a3f3-c61fdb57f90e} <Debug> DynamicQueryHandler: Done processing query
8429 2024.11.04 23:58:53.978436 [ 283 ] {3dcfe452-701c-406c-a3f3-c61fdb57f90e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8430 2024.11.04 23:58:53.978473 [ 195 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full
8431 2024.11.04 23:58:53.978499 [ 283 ] {} <Debug> HTTP-Session: c10e9db9-c07b-4166-9ec2-d3808d4a2ba3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8432 2024.11.04 23:58:53.978835 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57117, User-Agent: (none), Length: 68384, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8433 2024.11.04 23:58:53.978850 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33029, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8434 2024.11.04 23:58:53.978999 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8435 2024.11.04 23:58:53.979034 [ 195 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8436 2024.11.04 23:58:53.979052 [ 3 ] {} <Debug> HTTP-Session: bad48318-42fa-4dff-954c-fe0be1c98e89 Authenticating user 'default' from [fd00:1122:3344:101::d]:57117
8437 2024.11.04 23:58:53.979105 [ 3 ] {} <Debug> HTTP-Session: bad48318-42fa-4dff-954c-fe0be1c98e89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8438 2024.11.04 23:58:53.979124 [ 195 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 6 rows starting from the beginning of the part
8439 2024.11.04 23:58:53.979141 [ 3 ] {} <Debug> HTTP-Session: bad48318-42fa-4dff-954c-fe0be1c98e89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8440 2024.11.04 23:58:53.979214 [ 3 ] {} <Trace> HTTP-Session: bad48318-42fa-4dff-954c-fe0be1c98e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8441 2024.11.04 23:58:53.979348 [ 195 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part
8442 2024.11.04 23:58:53.979609 [ 195 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part
8443 2024.11.04 23:58:53.979711 [ 3 ] {e5412b93-2784-4c46-a526-d0c5ceb71d4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57117) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8444 2024.11.04 23:58:53.979914 [ 3 ] {e5412b93-2784-4c46-a526-d0c5ceb71d4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8445 2024.11.04 23:58:53.979946 [ 195 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part
8446 2024.11.04 23:58:53.980263 [ 195 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part
8447 2024.11.04 23:58:53.981041 [ 3 ] {e5412b93-2784-4c46-a526-d0c5ceb71d4d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8448 2024.11.04 23:58:53.982206 [ 3 ] {e5412b93-2784-4c46-a526-d0c5ceb71d4d} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8449 2024.11.04 23:58:53.982277 [ 3 ] {e5412b93-2784-4c46-a526-d0c5ceb71d4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8450 2024.11.04 23:58:53.982687 [ 195 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.00439827 sec., 6820.863657756345 rows/sec., 432.96 KiB/sec.
8451 2024.11.04 23:58:53.982969 [ 189 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
8452 2024.11.04 23:58:53.983153 [ 3 ] {e5412b93-2784-4c46-a526-d0c5ceb71d4d} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
8453 2024.11.04 23:58:53.984290 [ 189 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_17_4} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8454 2024.11.04 23:58:53.984334 [ 3 ] {e5412b93-2784-4c46-a526-d0c5ceb71d4d} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8455 2024.11.04 23:58:53.984469 [ 189 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_17_4} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
8456 2024.11.04 23:58:53.984644 [ 3 ] {e5412b93-2784-4c46-a526-d0c5ceb71d4d} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.005152 sec., 81715.83850931676 rows/sec., 5.84 MiB/sec.
8457 2024.11.04 23:58:53.984803 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
8458 2024.11.04 23:58:53.985197 [ 3 ] {e5412b93-2784-4c46-a526-d0c5ceb71d4d} <Debug> DynamicQueryHandler: Done processing query
8459 2024.11.04 23:58:53.985228 [ 3 ] {e5412b93-2784-4c46-a526-d0c5ceb71d4d} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
8460 2024.11.04 23:58:53.985245 [ 3 ] {} <Debug> HTTP-Session: bad48318-42fa-4dff-954c-fe0be1c98e89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8461 2024.11.04 23:58:53.985458 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57117, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8462 2024.11.04 23:58:53.985549 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60413, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8463 2024.11.04 23:58:53.985615 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8464 2024.11.04 23:58:53.985638 [ 283 ] {} <Debug> HTTP-Session: 09b52986-0646-4c1a-87e6-02d9f82b92ae Authenticating user 'default' from [fd00:1122:3344:101::d]:60413
8465 2024.11.04 23:58:53.985658 [ 283 ] {} <Debug> HTTP-Session: 09b52986-0646-4c1a-87e6-02d9f82b92ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8466 2024.11.04 23:58:53.985672 [ 283 ] {} <Debug> HTTP-Session: 09b52986-0646-4c1a-87e6-02d9f82b92ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8467 2024.11.04 23:58:53.985712 [ 283 ] {} <Trace> HTTP-Session: 09b52986-0646-4c1a-87e6-02d9f82b92ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8468 2024.11.04 23:58:53.985864 [ 283 ] {5ef7c255-b2de-4ce7-9818-cca85e45b5ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60413) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
8469 2024.11.04 23:58:53.985937 [ 283 ] {5ef7c255-b2de-4ce7-9818-cca85e45b5ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8470 2024.11.04 23:58:53.986111 [ 283 ] {5ef7c255-b2de-4ce7-9818-cca85e45b5ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8471 2024.11.04 23:58:53.986457 [ 283 ] {5ef7c255-b2de-4ce7-9818-cca85e45b5ee} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8472 2024.11.04 23:58:53.986500 [ 283 ] {5ef7c255-b2de-4ce7-9818-cca85e45b5ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8473 2024.11.04 23:58:53.986889 [ 283 ] {5ef7c255-b2de-4ce7-9818-cca85e45b5ee} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
8474 2024.11.04 23:58:53.987232 [ 283 ] {5ef7c255-b2de-4ce7-9818-cca85e45b5ee} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8475 2024.11.04 23:58:53.987397 [ 283 ] {5ef7c255-b2de-4ce7-9818-cca85e45b5ee} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001568 sec., 3826.5306122448983 rows/sec., 199.92 KiB/sec.
8476 2024.11.04 23:58:53.987569 [ 283 ] {5ef7c255-b2de-4ce7-9818-cca85e45b5ee} <Debug> DynamicQueryHandler: Done processing query
8477 2024.11.04 23:58:53.987596 [ 283 ] {5ef7c255-b2de-4ce7-9818-cca85e45b5ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
8478 2024.11.04 23:58:53.987613 [ 283 ] {} <Debug> HTTP-Session: 09b52986-0646-4c1a-87e6-02d9f82b92ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8479 2024.11.04 23:58:53.987798 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60413, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8480 2024.11.04 23:58:53.987886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57441, User-Agent: (none), Length: 44639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8481 2024.11.04 23:58:53.987948 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8482 2024.11.04 23:58:53.987972 [ 3 ] {} <Debug> HTTP-Session: b8ea4e1c-2c88-4845-8b3a-873323f93b1a Authenticating user 'default' from [fd00:1122:3344:101::d]:57441
8483 2024.11.04 23:58:53.987989 [ 3 ] {} <Debug> HTTP-Session: b8ea4e1c-2c88-4845-8b3a-873323f93b1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8484 2024.11.04 23:58:53.988004 [ 3 ] {} <Debug> HTTP-Session: b8ea4e1c-2c88-4845-8b3a-873323f93b1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8485 2024.11.04 23:58:53.988036 [ 3 ] {} <Trace> HTTP-Session: b8ea4e1c-2c88-4845-8b3a-873323f93b1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8486 2024.11.04 23:58:53.988252 [ 3 ] {3ca43320-f802-4988-86c5-1b52bdd0dc5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57441) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
8487 2024.11.04 23:58:53.988301 [ 3 ] {3ca43320-f802-4988-86c5-1b52bdd0dc5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8488 2024.11.04 23:58:53.988451 [ 3 ] {3ca43320-f802-4988-86c5-1b52bdd0dc5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8489 2024.11.04 23:58:53.988923 [ 3 ] {3ca43320-f802-4988-86c5-1b52bdd0dc5e} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8490 2024.11.04 23:58:53.988961 [ 3 ] {3ca43320-f802-4988-86c5-1b52bdd0dc5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8491 2024.11.04 23:58:53.989433 [ 3 ] {3ca43320-f802-4988-86c5-1b52bdd0dc5e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
8492 2024.11.04 23:58:53.989787 [ 3 ] {3ca43320-f802-4988-86c5-1b52bdd0dc5e} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8493 2024.11.04 23:58:53.989958 [ 3 ] {3ca43320-f802-4988-86c5-1b52bdd0dc5e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001815 sec., 130578.51239669422 rows/sec., 8.75 MiB/sec.
8494 2024.11.04 23:58:53.990142 [ 3 ] {3ca43320-f802-4988-86c5-1b52bdd0dc5e} <Debug> DynamicQueryHandler: Done processing query
8495 2024.11.04 23:58:53.990168 [ 3 ] {3ca43320-f802-4988-86c5-1b52bdd0dc5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
8496 2024.11.04 23:58:53.990184 [ 3 ] {} <Debug> HTTP-Session: b8ea4e1c-2c88-4845-8b3a-873323f93b1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8497 2024.11.04 23:58:53.990365 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57441, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8498 2024.11.04 23:58:53.990384 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60413, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8499 2024.11.04 23:58:53.990444 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8500 2024.11.04 23:58:53.990469 [ 283 ] {} <Debug> HTTP-Session: a7a369e3-2611-4f45-b570-cdb192f72275 Authenticating user 'default' from [fd00:1122:3344:101::d]:60413
8501 2024.11.04 23:58:53.990487 [ 283 ] {} <Debug> HTTP-Session: a7a369e3-2611-4f45-b570-cdb192f72275 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8502 2024.11.04 23:58:53.990505 [ 283 ] {} <Debug> HTTP-Session: a7a369e3-2611-4f45-b570-cdb192f72275 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8503 2024.11.04 23:58:53.990540 [ 283 ] {} <Trace> HTTP-Session: a7a369e3-2611-4f45-b570-cdb192f72275 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8504 2024.11.04 23:58:53.990636 [ 283 ] {a4a868ee-5b2e-4e11-85e1-b2432c37bb37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60413) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
8505 2024.11.04 23:58:53.990682 [ 283 ] {a4a868ee-5b2e-4e11-85e1-b2432c37bb37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8506 2024.11.04 23:58:53.990817 [ 283 ] {a4a868ee-5b2e-4e11-85e1-b2432c37bb37} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8507 2024.11.04 23:58:53.991114 [ 283 ] {a4a868ee-5b2e-4e11-85e1-b2432c37bb37} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8508 2024.11.04 23:58:53.991162 [ 283 ] {a4a868ee-5b2e-4e11-85e1-b2432c37bb37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8509 2024.11.04 23:58:53.991550 [ 283 ] {a4a868ee-5b2e-4e11-85e1-b2432c37bb37} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
8510 2024.11.04 23:58:53.992057 [ 283 ] {a4a868ee-5b2e-4e11-85e1-b2432c37bb37} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8511 2024.11.04 23:58:53.992258 [ 283 ] {a4a868ee-5b2e-4e11-85e1-b2432c37bb37} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001638 sec., 610.5006105006105 rows/sec., 41.14 KiB/sec.
8512 2024.11.04 23:58:53.992479 [ 283 ] {a4a868ee-5b2e-4e11-85e1-b2432c37bb37} <Debug> DynamicQueryHandler: Done processing query
8513 2024.11.04 23:58:53.992518 [ 283 ] {a4a868ee-5b2e-4e11-85e1-b2432c37bb37} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
8514 2024.11.04 23:58:53.992545 [ 283 ] {} <Debug> HTTP-Session: a7a369e3-2611-4f45-b570-cdb192f72275 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8515 2024.11.04 23:58:53.992799 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60413, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8516 2024.11.04 23:58:53.992830 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57868, User-Agent: (none), Length: 65607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8517 2024.11.04 23:58:53.992896 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8518 2024.11.04 23:58:53.992926 [ 3 ] {} <Debug> HTTP-Session: c462e075-e08e-4733-ae44-9438da1be018 Authenticating user 'default' from [fd00:1122:3344:101::d]:57868
8519 2024.11.04 23:58:53.992950 [ 3 ] {} <Debug> HTTP-Session: c462e075-e08e-4733-ae44-9438da1be018 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8520 2024.11.04 23:58:53.992965 [ 3 ] {} <Debug> HTTP-Session: c462e075-e08e-4733-ae44-9438da1be018 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8521 2024.11.04 23:58:53.992997 [ 3 ] {} <Trace> HTTP-Session: c462e075-e08e-4733-ae44-9438da1be018 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8522 2024.11.04 23:58:53.993619 [ 3 ] {52df4223-be40-40b8-9b71-cd8aa162a085} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
8523 2024.11.04 23:58:53.993691 [ 3 ] {52df4223-be40-40b8-9b71-cd8aa162a085} <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
8524 2024.11.04 23:58:53.994146 [ 3 ] {52df4223-be40-40b8-9b71-cd8aa162a085} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8525 2024.11.04 23:58:53.994906 [ 3 ] {52df4223-be40-40b8-9b71-cd8aa162a085} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8526 2024.11.04 23:58:53.994947 [ 3 ] {52df4223-be40-40b8-9b71-cd8aa162a085} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8527 2024.11.04 23:58:53.995651 [ 3 ] {52df4223-be40-40b8-9b71-cd8aa162a085} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
8528 2024.11.04 23:58:53.996059 [ 3 ] {52df4223-be40-40b8-9b71-cd8aa162a085} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8529 2024.11.04 23:58:53.996239 [ 3 ] {52df4223-be40-40b8-9b71-cd8aa162a085} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003172 sec., 12295.081967213115 rows/sec., 22.03 MiB/sec.
8530 2024.11.04 23:58:53.996469 [ 3 ] {52df4223-be40-40b8-9b71-cd8aa162a085} <Debug> DynamicQueryHandler: Done processing query
8531 2024.11.04 23:58:53.996493 [ 3 ] {52df4223-be40-40b8-9b71-cd8aa162a085} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB.
8532 2024.11.04 23:58:53.996508 [ 3 ] {} <Debug> HTTP-Session: c462e075-e08e-4733-ae44-9438da1be018 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8533 2024.11.04 23:58:53.996769 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57868, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8534 2024.11.04 23:58:53.996855 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49204, User-Agent: (none), Length: 12146, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8535 2024.11.04 23:58:53.996914 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8536 2024.11.04 23:58:53.996935 [ 283 ] {} <Debug> HTTP-Session: af7caf8b-3447-4da0-b328-2d4c6cae56d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:49204
8537 2024.11.04 23:58:53.996953 [ 283 ] {} <Debug> HTTP-Session: af7caf8b-3447-4da0-b328-2d4c6cae56d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8538 2024.11.04 23:58:53.996968 [ 283 ] {} <Debug> HTTP-Session: af7caf8b-3447-4da0-b328-2d4c6cae56d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8539 2024.11.04 23:58:53.997002 [ 283 ] {} <Trace> HTTP-Session: af7caf8b-3447-4da0-b328-2d4c6cae56d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8540 2024.11.04 23:58:53.997128 [ 283 ] {6c0bfa58-7929-45b6-b594-1437d52a8f81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49204) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8541 2024.11.04 23:58:53.997176 [ 283 ] {6c0bfa58-7929-45b6-b594-1437d52a8f81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8542 2024.11.04 23:58:53.997310 [ 283 ] {6c0bfa58-7929-45b6-b594-1437d52a8f81} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8543 2024.11.04 23:58:53.997630 [ 283 ] {6c0bfa58-7929-45b6-b594-1437d52a8f81} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8544 2024.11.04 23:58:53.997668 [ 283 ] {6c0bfa58-7929-45b6-b594-1437d52a8f81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8545 2024.11.04 23:58:53.998041 [ 283 ] {6c0bfa58-7929-45b6-b594-1437d52a8f81} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
8546 2024.11.04 23:58:53.998371 [ 283 ] {6c0bfa58-7929-45b6-b594-1437d52a8f81} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8547 2024.11.04 23:58:53.998530 [ 283 ] {6c0bfa58-7929-45b6-b594-1437d52a8f81} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001444 sec., 56786.703601108034 rows/sec., 3.61 MiB/sec.
8548 2024.11.04 23:58:53.998712 [ 283 ] {6c0bfa58-7929-45b6-b594-1437d52a8f81} <Debug> DynamicQueryHandler: Done processing query
8549 2024.11.04 23:58:53.998740 [ 283 ] {6c0bfa58-7929-45b6-b594-1437d52a8f81} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8550 2024.11.04 23:58:53.998758 [ 283 ] {} <Debug> HTTP-Session: af7caf8b-3447-4da0-b328-2d4c6cae56d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8551 2024.11.04 23:58:53.999094 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49204, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8552 2024.11.04 23:58:58.958117 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57868, User-Agent: (none), Length: 1609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8553 2024.11.04 23:58:58.958253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8554 2024.11.04 23:58:58.958284 [ 3 ] {} <Debug> HTTP-Session: 49b24a13-ed24-48c1-94e0-915d2e4d093a Authenticating user 'default' from [fd00:1122:3344:101::d]:57868
8555 2024.11.04 23:58:58.958312 [ 3 ] {} <Debug> HTTP-Session: 49b24a13-ed24-48c1-94e0-915d2e4d093a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8556 2024.11.04 23:58:58.958330 [ 3 ] {} <Debug> HTTP-Session: 49b24a13-ed24-48c1-94e0-915d2e4d093a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8557 2024.11.04 23:58:58.958388 [ 3 ] {} <Trace> HTTP-Session: 49b24a13-ed24-48c1-94e0-915d2e4d093a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8558 2024.11.04 23:58:58.958595 [ 3 ] {7bdc87b5-feb7-4a12-8e6d-dca99bd85f63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
8559 2024.11.04 23:58:58.958673 [ 3 ] {7bdc87b5-feb7-4a12-8e6d-dca99bd85f63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8560 2024.11.04 23:58:58.959063 [ 3 ] {7bdc87b5-feb7-4a12-8e6d-dca99bd85f63} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8561 2024.11.04 23:58:58.959527 [ 3 ] {7bdc87b5-feb7-4a12-8e6d-dca99bd85f63} <Trace> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8562 2024.11.04 23:58:58.959574 [ 3 ] {7bdc87b5-feb7-4a12-8e6d-dca99bd85f63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8563 2024.11.04 23:58:58.959994 [ 3 ] {7bdc87b5-feb7-4a12-8e6d-dca99bd85f63} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
8564 2024.11.04 23:58:58.960382 [ 3 ] {7bdc87b5-feb7-4a12-8e6d-dca99bd85f63} <Trace> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8565 2024.11.04 23:58:58.960548 [ 3 ] {7bdc87b5-feb7-4a12-8e6d-dca99bd85f63} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.002014 sec., 4965.243296921549 rows/sec., 404.88 KiB/sec.
8566 2024.11.04 23:58:58.960896 [ 3 ] {7bdc87b5-feb7-4a12-8e6d-dca99bd85f63} <Debug> DynamicQueryHandler: Done processing query
8567 2024.11.04 23:58:58.960925 [ 3 ] {7bdc87b5-feb7-4a12-8e6d-dca99bd85f63} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8568 2024.11.04 23:58:58.960942 [ 3 ] {} <Debug> HTTP-Session: 49b24a13-ed24-48c1-94e0-915d2e4d093a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8569 2024.11.04 23:58:58.961144 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57868, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8570 2024.11.04 23:58:58.961308 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47319, User-Agent: (none), Length: 8503, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8571 2024.11.04 23:58:58.961383 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8572 2024.11.04 23:58:58.961410 [ 283 ] {} <Debug> HTTP-Session: db2ecc85-d447-4bf6-9a4e-ac94f37806c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:47319
8573 2024.11.04 23:58:58.961433 [ 283 ] {} <Debug> HTTP-Session: db2ecc85-d447-4bf6-9a4e-ac94f37806c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8574 2024.11.04 23:58:58.961450 [ 283 ] {} <Debug> HTTP-Session: db2ecc85-d447-4bf6-9a4e-ac94f37806c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8575 2024.11.04 23:58:58.961494 [ 283 ] {} <Trace> HTTP-Session: db2ecc85-d447-4bf6-9a4e-ac94f37806c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8576 2024.11.04 23:58:58.961654 [ 283 ] {9e69f5f8-681e-4a83-8cd5-71ec9b5516db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47319) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8577 2024.11.04 23:58:58.961712 [ 283 ] {9e69f5f8-681e-4a83-8cd5-71ec9b5516db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8578 2024.11.04 23:58:58.962024 [ 283 ] {9e69f5f8-681e-4a83-8cd5-71ec9b5516db} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8579 2024.11.04 23:58:58.962432 [ 283 ] {9e69f5f8-681e-4a83-8cd5-71ec9b5516db} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8580 2024.11.04 23:58:58.962470 [ 283 ] {9e69f5f8-681e-4a83-8cd5-71ec9b5516db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8581 2024.11.04 23:58:58.962836 [ 283 ] {9e69f5f8-681e-4a83-8cd5-71ec9b5516db} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
8582 2024.11.04 23:58:58.963203 [ 283 ] {9e69f5f8-681e-4a83-8cd5-71ec9b5516db} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8583 2024.11.04 23:58:58.963364 [ 283 ] {9e69f5f8-681e-4a83-8cd5-71ec9b5516db} <Debug> executeQuery: Read 61 rows, 4.77 KiB in 0.001762 sec., 34619.750283768444 rows/sec., 2.64 MiB/sec.
8584 2024.11.04 23:58:58.963382 [ 99 ] {} <Debug> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
8585 2024.11.04 23:58:58.963493 [ 99 ] {} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8586 2024.11.04 23:58:58.963540 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8587 2024.11.04 23:58:58.963653 [ 283 ] {9e69f5f8-681e-4a83-8cd5-71ec9b5516db} <Debug> DynamicQueryHandler: Done processing query
8588 2024.11.04 23:58:58.963735 [ 283 ] {9e69f5f8-681e-4a83-8cd5-71ec9b5516db} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
8589 2024.11.04 23:58:58.963816 [ 283 ] {} <Debug> HTTP-Session: db2ecc85-d447-4bf6-9a4e-ac94f37806c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8590 2024.11.04 23:58:58.963873 [ 199 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full
8591 2024.11.04 23:58:58.964128 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47319, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8592 2024.11.04 23:58:58.964129 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57868, User-Agent: (none), Length: 1446, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8593 2024.11.04 23:58:58.964416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8594 2024.11.04 23:58:58.964514 [ 3 ] {} <Debug> HTTP-Session: f27ab993-0c0a-4fdc-8648-9c9cb7d37f1f Authenticating user 'default' from [fd00:1122:3344:101::d]:57868
8595 2024.11.04 23:58:58.964586 [ 3 ] {} <Debug> HTTP-Session: f27ab993-0c0a-4fdc-8648-9c9cb7d37f1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8596 2024.11.04 23:58:58.964641 [ 3 ] {} <Debug> HTTP-Session: f27ab993-0c0a-4fdc-8648-9c9cb7d37f1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8597 2024.11.04 23:58:58.964770 [ 3 ] {} <Trace> HTTP-Session: f27ab993-0c0a-4fdc-8648-9c9cb7d37f1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8598 2024.11.04 23:58:58.964785 [ 199 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8599 2024.11.04 23:58:58.964868 [ 199 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1418 rows starting from the beginning of the part
8600 2024.11.04 23:58:58.965045 [ 3 ] {b8570410-c853-4b5f-8db4-73f6d35bc5e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
8601 2024.11.04 23:58:58.965116 [ 199 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 267 rows starting from the beginning of the part
8602 2024.11.04 23:58:58.965172 [ 3 ] {b8570410-c853-4b5f-8db4-73f6d35bc5e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8603 2024.11.04 23:58:58.965432 [ 199 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 57 rows starting from the beginning of the part
8604 2024.11.04 23:58:58.965880 [ 199 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 56 rows starting from the beginning of the part
8605 2024.11.04 23:58:58.966240 [ 199 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 267 rows starting from the beginning of the part
8606 2024.11.04 23:58:58.966562 [ 199 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 61 rows starting from the beginning of the part
8607 2024.11.04 23:58:58.967136 [ 3 ] {b8570410-c853-4b5f-8db4-73f6d35bc5e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8608 2024.11.04 23:58:58.968029 [ 3 ] {b8570410-c853-4b5f-8db4-73f6d35bc5e6} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8609 2024.11.04 23:58:58.968076 [ 3 ] {b8570410-c853-4b5f-8db4-73f6d35bc5e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8610 2024.11.04 23:58:58.969007 [ 3 ] {b8570410-c853-4b5f-8db4-73f6d35bc5e6} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8611 2024.11.04 23:58:58.969929 [ 3 ] {b8570410-c853-4b5f-8db4-73f6d35bc5e6} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8612 2024.11.04 23:58:58.970425 [ 3 ] {b8570410-c853-4b5f-8db4-73f6d35bc5e6} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.005464 sec., 1830.161054172767 rows/sec., 127.79 KiB/sec.
8613 2024.11.04 23:58:58.970518 [ 189 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2126 rows, containing 5 columns (5 merged, 0 gathered) in 0.006892662 sec., 308443.9654809709 rows/sec., 27.25 MiB/sec.
8614 2024.11.04 23:58:58.971047 [ 3 ] {b8570410-c853-4b5f-8db4-73f6d35bc5e6} <Debug> DynamicQueryHandler: Done processing query
8615 2024.11.04 23:58:58.971086 [ 3 ] {b8570410-c853-4b5f-8db4-73f6d35bc5e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8616 2024.11.04 23:58:58.971098 [ 189 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
8617 2024.11.04 23:58:58.971114 [ 3 ] {} <Debug> HTTP-Session: f27ab993-0c0a-4fdc-8648-9c9cb7d37f1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8618 2024.11.04 23:58:58.971349 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57868, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8619 2024.11.04 23:58:58.971620 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36392, User-Agent: (none), Length: 12591, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8620 2024.11.04 23:58:58.971742 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8621 2024.11.04 23:58:58.971818 [ 283 ] {} <Debug> HTTP-Session: 851ffc65-b9bb-48ec-abd8-1b1ffeb62edb Authenticating user 'default' from [fd00:1122:3344:101::d]:36392
8622 2024.11.04 23:58:58.971856 [ 283 ] {} <Debug> HTTP-Session: 851ffc65-b9bb-48ec-abd8-1b1ffeb62edb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8623 2024.11.04 23:58:58.971874 [ 283 ] {} <Debug> HTTP-Session: 851ffc65-b9bb-48ec-abd8-1b1ffeb62edb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8624 2024.11.04 23:58:58.971929 [ 283 ] {} <Trace> HTTP-Session: 851ffc65-b9bb-48ec-abd8-1b1ffeb62edb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8625 2024.11.04 23:58:58.972102 [ 189 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_46_9} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8626 2024.11.04 23:58:58.972134 [ 283 ] {65fe4fcc-35ad-48bb-b524-31f905ef2c4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36392) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8627 2024.11.04 23:58:58.972238 [ 283 ] {65fe4fcc-35ad-48bb-b524-31f905ef2c4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8628 2024.11.04 23:58:58.972298 [ 189 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_46_9} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
8629 2024.11.04 23:58:58.972493 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
8630 2024.11.04 23:58:58.972670 [ 283 ] {65fe4fcc-35ad-48bb-b524-31f905ef2c4e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8631 2024.11.04 23:58:58.973038 [ 283 ] {65fe4fcc-35ad-48bb-b524-31f905ef2c4e} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8632 2024.11.04 23:58:58.973074 [ 283 ] {65fe4fcc-35ad-48bb-b524-31f905ef2c4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8633 2024.11.04 23:58:58.973419 [ 283 ] {65fe4fcc-35ad-48bb-b524-31f905ef2c4e} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
8634 2024.11.04 23:58:58.973840 [ 283 ] {65fe4fcc-35ad-48bb-b524-31f905ef2c4e} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8635 2024.11.04 23:58:58.973996 [ 283 ] {65fe4fcc-35ad-48bb-b524-31f905ef2c4e} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.001945 sec., 38046.27249357327 rows/sec., 2.98 MiB/sec.
8636 2024.11.04 23:58:58.974009 [ 99 ] {} <Debug> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
8637 2024.11.04 23:58:58.974096 [ 99 ] {} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8638 2024.11.04 23:58:58.974157 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8639 2024.11.04 23:58:58.974289 [ 283 ] {65fe4fcc-35ad-48bb-b524-31f905ef2c4e} <Debug> DynamicQueryHandler: Done processing query
8640 2024.11.04 23:58:58.974337 [ 283 ] {65fe4fcc-35ad-48bb-b524-31f905ef2c4e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
8641 2024.11.04 23:58:58.974348 [ 189 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full
8642 2024.11.04 23:58:58.974370 [ 283 ] {} <Debug> HTTP-Session: 851ffc65-b9bb-48ec-abd8-1b1ffeb62edb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8643 2024.11.04 23:58:58.974631 [ 189 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8644 2024.11.04 23:58:58.974649 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36392, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8645 2024.11.04 23:58:58.974752 [ 189 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 913 rows starting from the beginning of the part
8646 2024.11.04 23:58:58.974858 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50514, User-Agent: (none), Length: 25468, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8647 2024.11.04 23:58:58.975059 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8648 2024.11.04 23:58:58.975133 [ 189 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 421 rows starting from the beginning of the part
8649 2024.11.04 23:58:58.975164 [ 3 ] {} <Debug> HTTP-Session: 0bed5cb2-746a-4a86-af44-29e95bb2c50d Authenticating user 'default' from [fd00:1122:3344:101::d]:50514
8650 2024.11.04 23:58:58.975260 [ 3 ] {} <Debug> HTTP-Session: 0bed5cb2-746a-4a86-af44-29e95bb2c50d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8651 2024.11.04 23:58:58.975359 [ 3 ] {} <Debug> HTTP-Session: 0bed5cb2-746a-4a86-af44-29e95bb2c50d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8652 2024.11.04 23:58:58.975575 [ 3 ] {} <Trace> HTTP-Session: 0bed5cb2-746a-4a86-af44-29e95bb2c50d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8653 2024.11.04 23:58:58.975591 [ 189 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 66 rows starting from the beginning of the part
8654 2024.11.04 23:58:58.975777 [ 189 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 64 rows starting from the beginning of the part
8655 2024.11.04 23:58:58.976090 [ 3 ] {c3aca17d-6b36-45dc-8a7d-fdb9c599527a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50514) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
8656 2024.11.04 23:58:58.976105 [ 189 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 421 rows starting from the beginning of the part
8657 2024.11.04 23:58:58.976275 [ 3 ] {c3aca17d-6b36-45dc-8a7d-fdb9c599527a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8658 2024.11.04 23:58:58.976389 [ 189 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 74 rows starting from the beginning of the part
8659 2024.11.04 23:58:58.977208 [ 3 ] {c3aca17d-6b36-45dc-8a7d-fdb9c599527a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8660 2024.11.04 23:58:58.978012 [ 3 ] {c3aca17d-6b36-45dc-8a7d-fdb9c599527a} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8661 2024.11.04 23:58:58.978085 [ 3 ] {c3aca17d-6b36-45dc-8a7d-fdb9c599527a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8662 2024.11.04 23:58:58.979039 [ 3 ] {c3aca17d-6b36-45dc-8a7d-fdb9c599527a} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
8663 2024.11.04 23:58:58.979748 [ 189 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1959 rows, containing 5 columns (5 merged, 0 gathered) in 0.005500553 sec., 356146.0093194266 rows/sec., 27.27 MiB/sec.
8664 2024.11.04 23:58:58.979997 [ 3 ] {c3aca17d-6b36-45dc-8a7d-fdb9c599527a} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8665 2024.11.04 23:58:58.980065 [ 187 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
8666 2024.11.04 23:58:58.980242 [ 99 ] {} <Debug> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
8667 2024.11.04 23:58:58.980334 [ 3 ] {c3aca17d-6b36-45dc-8a7d-fdb9c599527a} <Debug> executeQuery: Read 133 rows, 9.48 KiB in 0.004482 sec., 29674.25256581883 rows/sec., 2.07 MiB/sec.
8668 2024.11.04 23:58:58.980368 [ 99 ] {} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8669 2024.11.04 23:58:58.980449 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8670 2024.11.04 23:58:58.980862 [ 192 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full
8671 2024.11.04 23:58:58.981051 [ 3 ] {c3aca17d-6b36-45dc-8a7d-fdb9c599527a} <Debug> DynamicQueryHandler: Done processing query
8672 2024.11.04 23:58:58.981153 [ 3 ] {c3aca17d-6b36-45dc-8a7d-fdb9c599527a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
8673 2024.11.04 23:58:58.981285 [ 3 ] {} <Debug> HTTP-Session: 0bed5cb2-746a-4a86-af44-29e95bb2c50d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8674 2024.11.04 23:58:58.981433 [ 192 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8675 2024.11.04 23:58:58.981481 [ 192 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 7943 rows starting from the beginning of the part
8676 2024.11.04 23:58:58.981641 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36392, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8677 2024.11.04 23:58:58.981675 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50514, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8678 2024.11.04 23:58:58.981838 [ 187 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_46_9} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8679 2024.11.04 23:58:58.982092 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8680 2024.11.04 23:58:58.982087 [ 192 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 237 rows starting from the beginning of the part
8681 2024.11.04 23:58:58.982234 [ 283 ] {} <Debug> HTTP-Session: 7f066961-9b1e-4ab0-9990-d1e40e9d61c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:36392
8682 2024.11.04 23:58:58.982345 [ 283 ] {} <Debug> HTTP-Session: 7f066961-9b1e-4ab0-9990-d1e40e9d61c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8683 2024.11.04 23:58:58.982394 [ 187 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_46_9} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
8684 2024.11.04 23:58:58.982428 [ 283 ] {} <Debug> HTTP-Session: 7f066961-9b1e-4ab0-9990-d1e40e9d61c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8685 2024.11.04 23:58:58.982605 [ 192 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 129 rows starting from the beginning of the part
8686 2024.11.04 23:58:58.982659 [ 283 ] {} <Trace> HTTP-Session: 7f066961-9b1e-4ab0-9990-d1e40e9d61c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8687 2024.11.04 23:58:58.982815 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
8688 2024.11.04 23:58:58.983038 [ 192 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part
8689 2024.11.04 23:58:58.983271 [ 283 ] {0567c9b4-e20f-4388-b95b-2d381f78af03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36392) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8690 2024.11.04 23:58:58.983295 [ 192 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 237 rows starting from the beginning of the part
8691 2024.11.04 23:58:58.983443 [ 283 ] {0567c9b4-e20f-4388-b95b-2d381f78af03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8692 2024.11.04 23:58:58.983536 [ 192 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 133 rows starting from the beginning of the part
8693 2024.11.04 23:58:58.984380 [ 283 ] {0567c9b4-e20f-4388-b95b-2d381f78af03} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8694 2024.11.04 23:58:58.984991 [ 283 ] {0567c9b4-e20f-4388-b95b-2d381f78af03} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8695 2024.11.04 23:58:58.985033 [ 283 ] {0567c9b4-e20f-4388-b95b-2d381f78af03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8696 2024.11.04 23:58:58.985714 [ 283 ] {0567c9b4-e20f-4388-b95b-2d381f78af03} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
8697 2024.11.04 23:58:58.986791 [ 283 ] {0567c9b4-e20f-4388-b95b-2d381f78af03} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8698 2024.11.04 23:58:58.987038 [ 99 ] {} <Debug> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
8699 2024.11.04 23:58:58.987045 [ 283 ] {0567c9b4-e20f-4388-b95b-2d381f78af03} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004011 sec., 11967.090501121915 rows/sec., 825.85 KiB/sec.
8700 2024.11.04 23:58:58.987106 [ 99 ] {} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8701 2024.11.04 23:58:58.987177 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8702 2024.11.04 23:58:58.987514 [ 186 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full
8703 2024.11.04 23:58:58.987569 [ 283 ] {0567c9b4-e20f-4388-b95b-2d381f78af03} <Debug> DynamicQueryHandler: Done processing query
8704 2024.11.04 23:58:58.987613 [ 283 ] {0567c9b4-e20f-4388-b95b-2d381f78af03} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
8705 2024.11.04 23:58:58.987682 [ 283 ] {} <Debug> HTTP-Session: 7f066961-9b1e-4ab0-9990-d1e40e9d61c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8706 2024.11.04 23:58:58.987816 [ 186 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8707 2024.11.04 23:58:58.988013 [ 186 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2396 rows starting from the beginning of the part
8708 2024.11.04 23:58:58.988135 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36392, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8709 2024.11.04 23:58:58.988362 [ 186 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 82 rows starting from the beginning of the part
8710 2024.11.04 23:58:58.988634 [ 186 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 48 rows starting from the beginning of the part
8711 2024.11.04 23:58:58.988791 [ 186 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part
8712 2024.11.04 23:58:58.988967 [ 186 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 82 rows starting from the beginning of the part
8713 2024.11.04 23:58:58.989183 [ 186 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 48 rows starting from the beginning of the part
8714 2024.11.04 23:58:58.989946 [ 187 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8839 rows, containing 5 columns (5 merged, 0 gathered) in 0.009343892 sec., 945965.5569649136 rows/sec., 64.36 MiB/sec.
8715 2024.11.04 23:58:58.990227 [ 187 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
8716 2024.11.04 23:58:58.991291 [ 187 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8717 2024.11.04 23:58:58.991516 [ 187 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
8718 2024.11.04 23:58:58.991631 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.46 MiB.
8719 2024.11.04 23:58:58.992032 [ 188 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2716 rows, containing 4 columns (4 merged, 0 gathered) in 0.004644075 sec., 584831.2096596201 rows/sec., 38.23 MiB/sec.
8720 2024.11.04 23:58:58.992344 [ 186 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
8721 2024.11.04 23:58:58.992746 [ 186 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_46_9} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8722 2024.11.04 23:58:58.992851 [ 186 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_46_9} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
8723 2024.11.04 23:58:58.992937 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB.
8724 2024.11.04 23:59:00.419220 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache
8725 2024.11.04 23:59:00.419313 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache
8726 2024.11.04 23:59:00.627775 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 816
8727 2024.11.04 23:59:00.630701 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8728 2024.11.04 23:59:00.630759 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8729 2024.11.04 23:59:00.632237 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
8730 2024.11.04 23:59:00.633274 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8731 2024.11.04 23:59:00.634771 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 816
8732 2024.11.04 23:59:03.959513 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41846, User-Agent: (none), Length: 7838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8733 2024.11.04 23:59:03.959639 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8734 2024.11.04 23:59:03.959671 [ 287 ] {} <Debug> HTTP-Session: c1add7b5-8c7c-4586-854f-04656a56fcd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:41846
8735 2024.11.04 23:59:03.959699 [ 287 ] {} <Debug> HTTP-Session: c1add7b5-8c7c-4586-854f-04656a56fcd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8736 2024.11.04 23:59:03.959717 [ 287 ] {} <Debug> HTTP-Session: c1add7b5-8c7c-4586-854f-04656a56fcd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8737 2024.11.04 23:59:03.959775 [ 287 ] {} <Trace> HTTP-Session: c1add7b5-8c7c-4586-854f-04656a56fcd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8738 2024.11.04 23:59:03.960000 [ 287 ] {c5c332b6-8c3e-4592-aa70-9365af2c73ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41846) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8739 2024.11.04 23:59:03.960077 [ 287 ] {c5c332b6-8c3e-4592-aa70-9365af2c73ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8740 2024.11.04 23:59:03.960459 [ 287 ] {c5c332b6-8c3e-4592-aa70-9365af2c73ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8741 2024.11.04 23:59:03.960948 [ 287 ] {c5c332b6-8c3e-4592-aa70-9365af2c73ce} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8742 2024.11.04 23:59:03.960994 [ 287 ] {c5c332b6-8c3e-4592-aa70-9365af2c73ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8743 2024.11.04 23:59:03.961420 [ 287 ] {c5c332b6-8c3e-4592-aa70-9365af2c73ce} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
8744 2024.11.04 23:59:03.961825 [ 287 ] {c5c332b6-8c3e-4592-aa70-9365af2c73ce} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8745 2024.11.04 23:59:03.962001 [ 287 ] {c5c332b6-8c3e-4592-aa70-9365af2c73ce} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002071 sec., 27040.077257363595 rows/sec., 2.08 MiB/sec.
8746 2024.11.04 23:59:03.962219 [ 287 ] {c5c332b6-8c3e-4592-aa70-9365af2c73ce} <Debug> DynamicQueryHandler: Done processing query
8747 2024.11.04 23:59:03.962247 [ 287 ] {c5c332b6-8c3e-4592-aa70-9365af2c73ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
8748 2024.11.04 23:59:03.962265 [ 287 ] {} <Debug> HTTP-Session: c1add7b5-8c7c-4586-854f-04656a56fcd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8749 2024.11.04 23:59:03.962448 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41846, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8750 2024.11.04 23:59:03.962568 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57978, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8751 2024.11.04 23:59:03.962754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8752 2024.11.04 23:59:03.962800 [ 3 ] {} <Debug> HTTP-Session: 0d49234d-5a4f-4dbc-b1ae-4085132356ec Authenticating user 'default' from [fd00:1122:3344:101::d]:57978
8753 2024.11.04 23:59:03.962843 [ 3 ] {} <Debug> HTTP-Session: 0d49234d-5a4f-4dbc-b1ae-4085132356ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8754 2024.11.04 23:59:03.962871 [ 3 ] {} <Debug> HTTP-Session: 0d49234d-5a4f-4dbc-b1ae-4085132356ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8755 2024.11.04 23:59:03.962959 [ 3 ] {} <Trace> HTTP-Session: 0d49234d-5a4f-4dbc-b1ae-4085132356ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8756 2024.11.04 23:59:03.963281 [ 3 ] {0df95414-0c4c-4322-80c4-0d63f99752a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57978) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8757 2024.11.04 23:59:03.963394 [ 3 ] {0df95414-0c4c-4322-80c4-0d63f99752a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8758 2024.11.04 23:59:03.963825 [ 3 ] {0df95414-0c4c-4322-80c4-0d63f99752a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8759 2024.11.04 23:59:03.964286 [ 3 ] {0df95414-0c4c-4322-80c4-0d63f99752a8} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8760 2024.11.04 23:59:03.964332 [ 3 ] {0df95414-0c4c-4322-80c4-0d63f99752a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8761 2024.11.04 23:59:03.964766 [ 3 ] {0df95414-0c4c-4322-80c4-0d63f99752a8} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
8762 2024.11.04 23:59:03.965174 [ 3 ] {0df95414-0c4c-4322-80c4-0d63f99752a8} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8763 2024.11.04 23:59:03.965353 [ 3 ] {0df95414-0c4c-4322-80c4-0d63f99752a8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002187 sec., 29263.831732967534 rows/sec., 2.28 MiB/sec.
8764 2024.11.04 23:59:03.965578 [ 3 ] {0df95414-0c4c-4322-80c4-0d63f99752a8} <Debug> DynamicQueryHandler: Done processing query
8765 2024.11.04 23:59:03.965606 [ 3 ] {0df95414-0c4c-4322-80c4-0d63f99752a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
8766 2024.11.04 23:59:03.965623 [ 3 ] {} <Debug> HTTP-Session: 0d49234d-5a4f-4dbc-b1ae-4085132356ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8767 2024.11.04 23:59:03.965802 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57978, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8768 2024.11.04 23:59:03.965898 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34218, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8769 2024.11.04 23:59:03.965979 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8770 2024.11.04 23:59:03.966005 [ 287 ] {} <Debug> HTTP-Session: 5d8b57dc-a1bb-4827-adda-2e51e7fa3da5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34218
8771 2024.11.04 23:59:03.966028 [ 287 ] {} <Debug> HTTP-Session: 5d8b57dc-a1bb-4827-adda-2e51e7fa3da5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8772 2024.11.04 23:59:03.966046 [ 287 ] {} <Debug> HTTP-Session: 5d8b57dc-a1bb-4827-adda-2e51e7fa3da5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8773 2024.11.04 23:59:03.966096 [ 287 ] {} <Trace> HTTP-Session: 5d8b57dc-a1bb-4827-adda-2e51e7fa3da5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8774 2024.11.04 23:59:03.966304 [ 287 ] {77ffc2a3-a506-4b8f-92df-c7293b9d0777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34218) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
8775 2024.11.04 23:59:03.966369 [ 287 ] {77ffc2a3-a506-4b8f-92df-c7293b9d0777} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8776 2024.11.04 23:59:03.966590 [ 287 ] {77ffc2a3-a506-4b8f-92df-c7293b9d0777} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8777 2024.11.04 23:59:03.966985 [ 287 ] {77ffc2a3-a506-4b8f-92df-c7293b9d0777} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8778 2024.11.04 23:59:03.967024 [ 287 ] {77ffc2a3-a506-4b8f-92df-c7293b9d0777} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8779 2024.11.04 23:59:03.967432 [ 287 ] {77ffc2a3-a506-4b8f-92df-c7293b9d0777} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
8780 2024.11.04 23:59:03.967788 [ 287 ] {77ffc2a3-a506-4b8f-92df-c7293b9d0777} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8781 2024.11.04 23:59:03.967943 [ 287 ] {77ffc2a3-a506-4b8f-92df-c7293b9d0777} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001729 sec., 92539.03990746096 rows/sec., 6.45 MiB/sec.
8782 2024.11.04 23:59:03.968150 [ 287 ] {77ffc2a3-a506-4b8f-92df-c7293b9d0777} <Debug> DynamicQueryHandler: Done processing query
8783 2024.11.04 23:59:03.968184 [ 287 ] {77ffc2a3-a506-4b8f-92df-c7293b9d0777} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
8784 2024.11.04 23:59:03.968205 [ 287 ] {} <Debug> HTTP-Session: 5d8b57dc-a1bb-4827-adda-2e51e7fa3da5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8785 2024.11.04 23:59:03.968364 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34218, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8786 2024.11.04 23:59:03.968510 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44160, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8787 2024.11.04 23:59:03.968626 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8788 2024.11.04 23:59:03.968666 [ 3 ] {} <Debug> HTTP-Session: fdfad0b0-a6e1-43d9-866f-30c0371c47cf Authenticating user 'default' from [fd00:1122:3344:101::d]:44160
8789 2024.11.04 23:59:03.968702 [ 3 ] {} <Debug> HTTP-Session: fdfad0b0-a6e1-43d9-866f-30c0371c47cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8790 2024.11.04 23:59:03.968730 [ 3 ] {} <Debug> HTTP-Session: fdfad0b0-a6e1-43d9-866f-30c0371c47cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8791 2024.11.04 23:59:03.968804 [ 3 ] {} <Trace> HTTP-Session: fdfad0b0-a6e1-43d9-866f-30c0371c47cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8792 2024.11.04 23:59:03.969076 [ 3 ] {5485a96a-19ce-47cf-81e0-8843b410a97c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44160) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8793 2024.11.04 23:59:03.969174 [ 3 ] {5485a96a-19ce-47cf-81e0-8843b410a97c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8794 2024.11.04 23:59:03.969474 [ 3 ] {5485a96a-19ce-47cf-81e0-8843b410a97c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8795 2024.11.04 23:59:03.969914 [ 3 ] {5485a96a-19ce-47cf-81e0-8843b410a97c} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8796 2024.11.04 23:59:03.969951 [ 3 ] {5485a96a-19ce-47cf-81e0-8843b410a97c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8797 2024.11.04 23:59:03.970335 [ 3 ] {5485a96a-19ce-47cf-81e0-8843b410a97c} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
8798 2024.11.04 23:59:03.970677 [ 3 ] {5485a96a-19ce-47cf-81e0-8843b410a97c} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8799 2024.11.04 23:59:03.970839 [ 3 ] {5485a96a-19ce-47cf-81e0-8843b410a97c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00187 sec., 32085.561497326205 rows/sec., 2.16 MiB/sec.
8800 2024.11.04 23:59:03.971026 [ 3 ] {5485a96a-19ce-47cf-81e0-8843b410a97c} <Debug> DynamicQueryHandler: Done processing query
8801 2024.11.04 23:59:03.971052 [ 3 ] {5485a96a-19ce-47cf-81e0-8843b410a97c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
8802 2024.11.04 23:59:03.971068 [ 3 ] {} <Debug> HTTP-Session: fdfad0b0-a6e1-43d9-866f-30c0371c47cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8803 2024.11.04 23:59:03.971271 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44160, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8804 2024.11.04 23:59:04.066712 [ 147 ] {} <Debug> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
8805 2024.11.04 23:59:04.066778 [ 147 ] {} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8806 2024.11.04 23:59:04.066806 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8807 2024.11.04 23:59:04.067001 [ 201 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full
8808 2024.11.04 23:59:04.067278 [ 201 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8809 2024.11.04 23:59:04.067318 [ 201 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 78 rows starting from the beginning of the part
8810 2024.11.04 23:59:04.067393 [ 201 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part
8811 2024.11.04 23:59:04.067565 [ 201 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part
8812 2024.11.04 23:59:04.067791 [ 201 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part
8813 2024.11.04 23:59:04.067980 [ 201 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part
8814 2024.11.04 23:59:04.068989 [ 198 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 102 rows, containing 4 columns (4 merged, 0 gathered) in 0.002104283 sec., 48472.567615667656 rows/sec., 2.47 MiB/sec.
8815 2024.11.04 23:59:04.069130 [ 201 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
8816 2024.11.04 23:59:04.069496 [ 201 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_17_4} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8817 2024.11.04 23:59:04.069576 [ 201 ] {744a1a8c-157a-4c45-9067-8b92aca37976::all_1_17_4} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
8818 2024.11.04 23:59:04.069649 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
8819 2024.11.04 23:59:05.685744 [ 152 ] {} <Debug> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0
8820 2024.11.04 23:59:05.685826 [ 152 ] {} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8821 2024.11.04 23:59:05.685851 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8822 2024.11.04 23:59:05.686027 [ 188 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full
8823 2024.11.04 23:59:05.686222 [ 188 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8824 2024.11.04 23:59:05.686268 [ 188 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 15 rows starting from the beginning of the part
8825 2024.11.04 23:59:05.686359 [ 188 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part
8826 2024.11.04 23:59:05.686600 [ 188 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part
8827 2024.11.04 23:59:05.686789 [ 188 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part
8828 2024.11.04 23:59:05.686983 [ 188 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part
8829 2024.11.04 23:59:05.688177 [ 198 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19 rows, containing 4 columns (4 merged, 0 gathered) in 0.002242026 sec., 8474.4779944568 rows/sec., 567.55 KiB/sec.
8830 2024.11.04 23:59:05.688391 [ 191 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary)
8831 2024.11.04 23:59:05.688859 [ 191 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_18_4} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8832 2024.11.04 23:59:05.688953 [ 191 ] {29ba1375-f8d3-4478-ae71-2af3dd308947::all_1_18_4} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4
8833 2024.11.04 23:59:05.689056 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
8834 2024.11.04 23:59:06.354004 [ 152 ] {} <Debug> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0
8835 2024.11.04 23:59:06.354078 [ 152 ] {} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8836 2024.11.04 23:59:06.354106 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8837 2024.11.04 23:59:06.354348 [ 188 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full
8838 2024.11.04 23:59:06.354583 [ 188 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8839 2024.11.04 23:59:06.354627 [ 188 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 243 rows starting from the beginning of the part
8840 2024.11.04 23:59:06.354714 [ 188 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part
8841 2024.11.04 23:59:06.354941 [ 188 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part
8842 2024.11.04 23:59:06.355223 [ 188 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part
8843 2024.11.04 23:59:06.355447 [ 188 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part
8844 2024.11.04 23:59:06.356676 [ 198 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 299 rows, containing 5 columns (5 merged, 0 gathered) in 0.002468451 sec., 121128.59441001665 rows/sec., 8.25 MiB/sec.
8845 2024.11.04 23:59:06.356908 [ 196 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary)
8846 2024.11.04 23:59:06.357461 [ 196 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_18_4} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8847 2024.11.04 23:59:06.357562 [ 196 ] {2df03ead-aa06-4cae-9b8c-f816012738cf::all_1_18_4} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4
8848 2024.11.04 23:59:06.357673 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
8849 2024.11.04 23:59:08.966680 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34218, User-Agent: (none), Length: 40563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8850 2024.11.04 23:59:08.966810 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8851 2024.11.04 23:59:08.966842 [ 287 ] {} <Debug> HTTP-Session: 6a4a4c40-f00e-4cdb-ad1c-e0dec8a10e8e Authenticating user 'default' from [fd00:1122:3344:101::d]:34218
8852 2024.11.04 23:59:08.966870 [ 287 ] {} <Debug> HTTP-Session: 6a4a4c40-f00e-4cdb-ad1c-e0dec8a10e8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8853 2024.11.04 23:59:08.966890 [ 287 ] {} <Debug> HTTP-Session: 6a4a4c40-f00e-4cdb-ad1c-e0dec8a10e8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8854 2024.11.04 23:59:08.966949 [ 287 ] {} <Trace> HTTP-Session: 6a4a4c40-f00e-4cdb-ad1c-e0dec8a10e8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8855 2024.11.04 23:59:08.967276 [ 287 ] {3c82cb69-1cfd-4689-bf0b-778b2b22fe05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34218) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8856 2024.11.04 23:59:08.967354 [ 287 ] {3c82cb69-1cfd-4689-bf0b-778b2b22fe05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8857 2024.11.04 23:59:08.967741 [ 287 ] {3c82cb69-1cfd-4689-bf0b-778b2b22fe05} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8858 2024.11.04 23:59:08.968291 [ 287 ] {3c82cb69-1cfd-4689-bf0b-778b2b22fe05} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8859 2024.11.04 23:59:08.968340 [ 287 ] {3c82cb69-1cfd-4689-bf0b-778b2b22fe05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8860 2024.11.04 23:59:08.968777 [ 287 ] {3c82cb69-1cfd-4689-bf0b-778b2b22fe05} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
8861 2024.11.04 23:59:08.969163 [ 287 ] {3c82cb69-1cfd-4689-bf0b-778b2b22fe05} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8862 2024.11.04 23:59:08.969351 [ 287 ] {3c82cb69-1cfd-4689-bf0b-778b2b22fe05} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.002221 sec., 120216.11886537596 rows/sec., 10.70 MiB/sec.
8863 2024.11.04 23:59:08.969563 [ 287 ] {3c82cb69-1cfd-4689-bf0b-778b2b22fe05} <Debug> DynamicQueryHandler: Done processing query
8864 2024.11.04 23:59:08.969591 [ 287 ] {3c82cb69-1cfd-4689-bf0b-778b2b22fe05} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
8865 2024.11.04 23:59:08.969607 [ 287 ] {} <Debug> HTTP-Session: 6a4a4c40-f00e-4cdb-ad1c-e0dec8a10e8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8866 2024.11.04 23:59:08.969816 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34218, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8867 2024.11.04 23:59:08.969967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61335, User-Agent: (none), Length: 5644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8868 2024.11.04 23:59:08.970099 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8869 2024.11.04 23:59:08.970129 [ 3 ] {} <Debug> HTTP-Session: a2757773-d3bb-419d-bdb7-1450ad4b569a Authenticating user 'default' from [fd00:1122:3344:101::d]:61335
8870 2024.11.04 23:59:08.970157 [ 3 ] {} <Debug> HTTP-Session: a2757773-d3bb-419d-bdb7-1450ad4b569a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8871 2024.11.04 23:59:08.970175 [ 3 ] {} <Debug> HTTP-Session: a2757773-d3bb-419d-bdb7-1450ad4b569a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8872 2024.11.04 23:59:08.970238 [ 3 ] {} <Trace> HTTP-Session: a2757773-d3bb-419d-bdb7-1450ad4b569a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8873 2024.11.04 23:59:08.970453 [ 3 ] {e7556d1e-dfa5-4246-84e7-9638b014f4f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61335) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
8874 2024.11.04 23:59:08.970530 [ 3 ] {e7556d1e-dfa5-4246-84e7-9638b014f4f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8875 2024.11.04 23:59:08.970915 [ 3 ] {e7556d1e-dfa5-4246-84e7-9638b014f4f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8876 2024.11.04 23:59:08.971341 [ 3 ] {e7556d1e-dfa5-4246-84e7-9638b014f4f8} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8877 2024.11.04 23:59:08.971381 [ 3 ] {e7556d1e-dfa5-4246-84e7-9638b014f4f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8878 2024.11.04 23:59:08.971815 [ 3 ] {e7556d1e-dfa5-4246-84e7-9638b014f4f8} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
8879 2024.11.04 23:59:08.972207 [ 3 ] {e7556d1e-dfa5-4246-84e7-9638b014f4f8} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8880 2024.11.04 23:59:08.972344 [ 69 ] {} <Debug> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
8881 2024.11.04 23:59:08.972358 [ 3 ] {e7556d1e-dfa5-4246-84e7-9638b014f4f8} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001979 sec., 19706.92268822638 rows/sec., 1.45 MiB/sec.
8882 2024.11.04 23:59:08.972393 [ 69 ] {} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8883 2024.11.04 23:59:08.972437 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8884 2024.11.04 23:59:08.972658 [ 3 ] {e7556d1e-dfa5-4246-84e7-9638b014f4f8} <Debug> DynamicQueryHandler: Done processing query
8885 2024.11.04 23:59:08.972658 [ 190 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full
8886 2024.11.04 23:59:08.972689 [ 3 ] {e7556d1e-dfa5-4246-84e7-9638b014f4f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
8887 2024.11.04 23:59:08.972742 [ 3 ] {} <Debug> HTTP-Session: a2757773-d3bb-419d-bdb7-1450ad4b569a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8888 2024.11.04 23:59:08.972912 [ 190 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8889 2024.11.04 23:59:08.972966 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61335, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8890 2024.11.04 23:59:08.973039 [ 190 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 57 rows starting from the beginning of the part
8891 2024.11.04 23:59:08.973057 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34218, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8892 2024.11.04 23:59:08.973373 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8893 2024.11.04 23:59:08.973401 [ 190 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 39 rows starting from the beginning of the part
8894 2024.11.04 23:59:08.973494 [ 287 ] {} <Debug> HTTP-Session: c6e8bde8-38db-419e-9e48-a345d6fee0b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34218
8895 2024.11.04 23:59:08.973743 [ 190 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 2 rows starting from the beginning of the part
8896 2024.11.04 23:59:08.973745 [ 287 ] {} <Debug> HTTP-Session: c6e8bde8-38db-419e-9e48-a345d6fee0b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8897 2024.11.04 23:59:08.973866 [ 287 ] {} <Debug> HTTP-Session: c6e8bde8-38db-419e-9e48-a345d6fee0b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8898 2024.11.04 23:59:08.974075 [ 287 ] {} <Trace> HTTP-Session: c6e8bde8-38db-419e-9e48-a345d6fee0b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8899 2024.11.04 23:59:08.974107 [ 190 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 39 rows starting from the beginning of the part
8900 2024.11.04 23:59:08.974415 [ 287 ] {c2f95512-6ff9-48b4-bbc5-cc213c042953} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34218) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
8901 2024.11.04 23:59:08.974418 [ 190 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 10 rows starting from the beginning of the part
8902 2024.11.04 23:59:08.974554 [ 287 ] {c2f95512-6ff9-48b4-bbc5-cc213c042953} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8903 2024.11.04 23:59:08.974735 [ 190 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 39 rows starting from the beginning of the part
8904 2024.11.04 23:59:08.975621 [ 287 ] {c2f95512-6ff9-48b4-bbc5-cc213c042953} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8905 2024.11.04 23:59:08.976542 [ 287 ] {c2f95512-6ff9-48b4-bbc5-cc213c042953} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8906 2024.11.04 23:59:08.976610 [ 287 ] {c2f95512-6ff9-48b4-bbc5-cc213c042953} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8907 2024.11.04 23:59:08.977726 [ 287 ] {c2f95512-6ff9-48b4-bbc5-cc213c042953} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
8908 2024.11.04 23:59:08.977913 [ 190 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 5 columns (5 merged, 0 gathered) in 0.005365921 sec., 34663.20134045954 rows/sec., 2.65 MiB/sec.
8909 2024.11.04 23:59:08.978218 [ 190 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
8910 2024.11.04 23:59:08.978576 [ 287 ] {c2f95512-6ff9-48b4-bbc5-cc213c042953} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8911 2024.11.04 23:59:08.979129 [ 287 ] {c2f95512-6ff9-48b4-bbc5-cc213c042953} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004852 sec., 2885.4080791426213 rows/sec., 202.08 KiB/sec.
8912 2024.11.04 23:59:08.979485 [ 190 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_31_6} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8913 2024.11.04 23:59:08.979800 [ 190 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_31_6} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
8914 2024.11.04 23:59:08.979832 [ 287 ] {c2f95512-6ff9-48b4-bbc5-cc213c042953} <Debug> DynamicQueryHandler: Done processing query
8915 2024.11.04 23:59:08.979887 [ 287 ] {c2f95512-6ff9-48b4-bbc5-cc213c042953} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8916 2024.11.04 23:59:08.979953 [ 287 ] {} <Debug> HTTP-Session: c6e8bde8-38db-419e-9e48-a345d6fee0b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8917 2024.11.04 23:59:08.979971 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
8918 2024.11.04 23:59:08.980104 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34218, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8919 2024.11.04 23:59:08.980218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49205, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8920 2024.11.04 23:59:08.980295 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8921 2024.11.04 23:59:08.980321 [ 3 ] {} <Debug> HTTP-Session: 605e52e8-d89d-451e-bb02-b9f89a589c61 Authenticating user 'default' from [fd00:1122:3344:101::d]:49205
8922 2024.11.04 23:59:08.980344 [ 3 ] {} <Debug> HTTP-Session: 605e52e8-d89d-451e-bb02-b9f89a589c61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8923 2024.11.04 23:59:08.980362 [ 3 ] {} <Debug> HTTP-Session: 605e52e8-d89d-451e-bb02-b9f89a589c61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8924 2024.11.04 23:59:08.980411 [ 3 ] {} <Trace> HTTP-Session: 605e52e8-d89d-451e-bb02-b9f89a589c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8925 2024.11.04 23:59:08.980551 [ 3 ] {af4e7663-6bb1-4c98-ac79-4cc0bbddc101} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49205) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
8926 2024.11.04 23:59:08.980610 [ 3 ] {af4e7663-6bb1-4c98-ac79-4cc0bbddc101} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8927 2024.11.04 23:59:08.980914 [ 3 ] {af4e7663-6bb1-4c98-ac79-4cc0bbddc101} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8928 2024.11.04 23:59:08.981233 [ 3 ] {af4e7663-6bb1-4c98-ac79-4cc0bbddc101} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8929 2024.11.04 23:59:08.981270 [ 3 ] {af4e7663-6bb1-4c98-ac79-4cc0bbddc101} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8930 2024.11.04 23:59:08.981631 [ 3 ] {af4e7663-6bb1-4c98-ac79-4cc0bbddc101} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
8931 2024.11.04 23:59:08.982005 [ 3 ] {af4e7663-6bb1-4c98-ac79-4cc0bbddc101} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8932 2024.11.04 23:59:08.982138 [ 3 ] {af4e7663-6bb1-4c98-ac79-4cc0bbddc101} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001628 sec., 3685.503685503685 rows/sec., 217.75 KiB/sec.
8933 2024.11.04 23:59:08.982493 [ 3 ] {af4e7663-6bb1-4c98-ac79-4cc0bbddc101} <Debug> DynamicQueryHandler: Done processing query
8934 2024.11.04 23:59:08.982520 [ 3 ] {af4e7663-6bb1-4c98-ac79-4cc0bbddc101} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8935 2024.11.04 23:59:08.982536 [ 3 ] {} <Debug> HTTP-Session: 605e52e8-d89d-451e-bb02-b9f89a589c61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8936 2024.11.04 23:59:08.982869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49205, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8937 2024.11.04 23:59:08.982938 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34218, User-Agent: (none), Length: 68384, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8938 2024.11.04 23:59:08.983055 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8939 2024.11.04 23:59:08.983094 [ 287 ] {} <Debug> HTTP-Session: db437cb7-3f7b-4a2f-bca5-6dd13799307b Authenticating user 'default' from [fd00:1122:3344:101::d]:34218
8940 2024.11.04 23:59:08.983128 [ 287 ] {} <Debug> HTTP-Session: db437cb7-3f7b-4a2f-bca5-6dd13799307b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8941 2024.11.04 23:59:08.983155 [ 287 ] {} <Debug> HTTP-Session: db437cb7-3f7b-4a2f-bca5-6dd13799307b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8942 2024.11.04 23:59:08.983223 [ 287 ] {} <Trace> HTTP-Session: db437cb7-3f7b-4a2f-bca5-6dd13799307b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8943 2024.11.04 23:59:08.983778 [ 287 ] {7359382e-60ab-4cbe-af7d-af56b8248235} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34218) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8944 2024.11.04 23:59:08.983846 [ 287 ] {7359382e-60ab-4cbe-af7d-af56b8248235} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8945 2024.11.04 23:59:08.984106 [ 287 ] {7359382e-60ab-4cbe-af7d-af56b8248235} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8946 2024.11.04 23:59:08.984710 [ 287 ] {7359382e-60ab-4cbe-af7d-af56b8248235} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8947 2024.11.04 23:59:08.984746 [ 287 ] {7359382e-60ab-4cbe-af7d-af56b8248235} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8948 2024.11.04 23:59:08.985129 [ 287 ] {7359382e-60ab-4cbe-af7d-af56b8248235} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
8949 2024.11.04 23:59:08.985497 [ 287 ] {7359382e-60ab-4cbe-af7d-af56b8248235} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8950 2024.11.04 23:59:08.985629 [ 287 ] {7359382e-60ab-4cbe-af7d-af56b8248235} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.002239 sec., 188030.3707012059 rows/sec., 13.44 MiB/sec.
8951 2024.11.04 23:59:08.985794 [ 287 ] {7359382e-60ab-4cbe-af7d-af56b8248235} <Debug> DynamicQueryHandler: Done processing query
8952 2024.11.04 23:59:08.985818 [ 287 ] {7359382e-60ab-4cbe-af7d-af56b8248235} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
8953 2024.11.04 23:59:08.985835 [ 287 ] {} <Debug> HTTP-Session: db437cb7-3f7b-4a2f-bca5-6dd13799307b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8954 2024.11.04 23:59:08.986048 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34218, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8955 2024.11.04 23:59:08.986118 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59710, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8956 2024.11.04 23:59:08.986197 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8957 2024.11.04 23:59:08.986224 [ 3 ] {} <Debug> HTTP-Session: 640461dd-651b-4f07-a293-753c2e734d1e Authenticating user 'default' from [fd00:1122:3344:101::d]:59710
8958 2024.11.04 23:59:08.986249 [ 3 ] {} <Debug> HTTP-Session: 640461dd-651b-4f07-a293-753c2e734d1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8959 2024.11.04 23:59:08.986266 [ 3 ] {} <Debug> HTTP-Session: 640461dd-651b-4f07-a293-753c2e734d1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8960 2024.11.04 23:59:08.986312 [ 3 ] {} <Trace> HTTP-Session: 640461dd-651b-4f07-a293-753c2e734d1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8961 2024.11.04 23:59:08.986443 [ 3 ] {a1d2cb13-a25c-4039-b96a-f3d6e16ca5b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59710) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
8962 2024.11.04 23:59:08.986501 [ 3 ] {a1d2cb13-a25c-4039-b96a-f3d6e16ca5b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8963 2024.11.04 23:59:08.986694 [ 3 ] {a1d2cb13-a25c-4039-b96a-f3d6e16ca5b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8964 2024.11.04 23:59:08.986979 [ 3 ] {a1d2cb13-a25c-4039-b96a-f3d6e16ca5b5} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8965 2024.11.04 23:59:08.987015 [ 3 ] {a1d2cb13-a25c-4039-b96a-f3d6e16ca5b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8966 2024.11.04 23:59:08.987378 [ 3 ] {a1d2cb13-a25c-4039-b96a-f3d6e16ca5b5} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
8967 2024.11.04 23:59:08.987717 [ 3 ] {a1d2cb13-a25c-4039-b96a-f3d6e16ca5b5} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8968 2024.11.04 23:59:08.987873 [ 3 ] {a1d2cb13-a25c-4039-b96a-f3d6e16ca5b5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00146 sec., 4109.589041095891 rows/sec., 214.71 KiB/sec.
8969 2024.11.04 23:59:08.988079 [ 3 ] {a1d2cb13-a25c-4039-b96a-f3d6e16ca5b5} <Debug> DynamicQueryHandler: Done processing query
8970 2024.11.04 23:59:08.988112 [ 3 ] {a1d2cb13-a25c-4039-b96a-f3d6e16ca5b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
8971 2024.11.04 23:59:08.988134 [ 3 ] {} <Debug> HTTP-Session: 640461dd-651b-4f07-a293-753c2e734d1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8972 2024.11.04 23:59:08.988376 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59710, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8973 2024.11.04 23:59:08.988479 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47289, User-Agent: (none), Length: 44639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8974 2024.11.04 23:59:08.988549 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8975 2024.11.04 23:59:08.988573 [ 287 ] {} <Debug> HTTP-Session: f9666688-eb78-4a3d-b5a9-af8ff422f977 Authenticating user 'default' from [fd00:1122:3344:101::d]:47289
8976 2024.11.04 23:59:08.988594 [ 287 ] {} <Debug> HTTP-Session: f9666688-eb78-4a3d-b5a9-af8ff422f977 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8977 2024.11.04 23:59:08.988612 [ 287 ] {} <Debug> HTTP-Session: f9666688-eb78-4a3d-b5a9-af8ff422f977 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8978 2024.11.04 23:59:08.988657 [ 287 ] {} <Trace> HTTP-Session: f9666688-eb78-4a3d-b5a9-af8ff422f977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8979 2024.11.04 23:59:08.988894 [ 287 ] {1a35fdc9-e753-4a74-ab09-2d6bbb88065e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47289) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
8980 2024.11.04 23:59:08.988944 [ 287 ] {1a35fdc9-e753-4a74-ab09-2d6bbb88065e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8981 2024.11.04 23:59:08.989125 [ 287 ] {1a35fdc9-e753-4a74-ab09-2d6bbb88065e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8982 2024.11.04 23:59:08.989554 [ 287 ] {1a35fdc9-e753-4a74-ab09-2d6bbb88065e} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8983 2024.11.04 23:59:08.989589 [ 287 ] {1a35fdc9-e753-4a74-ab09-2d6bbb88065e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
8984 2024.11.04 23:59:08.989980 [ 287 ] {1a35fdc9-e753-4a74-ab09-2d6bbb88065e} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
8985 2024.11.04 23:59:08.990311 [ 287 ] {1a35fdc9-e753-4a74-ab09-2d6bbb88065e} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8986 2024.11.04 23:59:08.990442 [ 287 ] {1a35fdc9-e753-4a74-ab09-2d6bbb88065e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001672 sec., 141746.41148325359 rows/sec., 9.50 MiB/sec.
8987 2024.11.04 23:59:08.990600 [ 287 ] {1a35fdc9-e753-4a74-ab09-2d6bbb88065e} <Debug> DynamicQueryHandler: Done processing query
8988 2024.11.04 23:59:08.990625 [ 287 ] {1a35fdc9-e753-4a74-ab09-2d6bbb88065e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
8989 2024.11.04 23:59:08.990642 [ 287 ] {} <Debug> HTTP-Session: f9666688-eb78-4a3d-b5a9-af8ff422f977 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8990 2024.11.04 23:59:08.990787 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47289, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8991 2024.11.04 23:59:08.990883 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59710, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8992 2024.11.04 23:59:08.991007 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8993 2024.11.04 23:59:08.991048 [ 3 ] {} <Debug> HTTP-Session: c19c0952-d81e-4e2d-aad8-c6690b8b6506 Authenticating user 'default' from [fd00:1122:3344:101::d]:59710
8994 2024.11.04 23:59:08.991082 [ 3 ] {} <Debug> HTTP-Session: c19c0952-d81e-4e2d-aad8-c6690b8b6506 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8995 2024.11.04 23:59:08.991110 [ 3 ] {} <Debug> HTTP-Session: c19c0952-d81e-4e2d-aad8-c6690b8b6506 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8996 2024.11.04 23:59:08.991178 [ 3 ] {} <Trace> HTTP-Session: c19c0952-d81e-4e2d-aad8-c6690b8b6506 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8997 2024.11.04 23:59:08.991385 [ 3 ] {a42a7845-b44c-406c-baa4-f47e742eef96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59710) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
8998 2024.11.04 23:59:08.991481 [ 3 ] {a42a7845-b44c-406c-baa4-f47e742eef96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8999 2024.11.04 23:59:08.991778 [ 3 ] {a42a7845-b44c-406c-baa4-f47e742eef96} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9000 2024.11.04 23:59:08.992061 [ 3 ] {a42a7845-b44c-406c-baa4-f47e742eef96} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9001 2024.11.04 23:59:08.992097 [ 3 ] {a42a7845-b44c-406c-baa4-f47e742eef96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
9002 2024.11.04 23:59:08.992461 [ 3 ] {a42a7845-b44c-406c-baa4-f47e742eef96} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
9003 2024.11.04 23:59:08.992800 [ 3 ] {a42a7845-b44c-406c-baa4-f47e742eef96} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9004 2024.11.04 23:59:08.992956 [ 3 ] {a42a7845-b44c-406c-baa4-f47e742eef96} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00162 sec., 617.283950617284 rows/sec., 41.59 KiB/sec.
9005 2024.11.04 23:59:08.993147 [ 3 ] {a42a7845-b44c-406c-baa4-f47e742eef96} <Debug> DynamicQueryHandler: Done processing query
9006 2024.11.04 23:59:08.993179 [ 3 ] {a42a7845-b44c-406c-baa4-f47e742eef96} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
9007 2024.11.04 23:59:08.993200 [ 3 ] {} <Debug> HTTP-Session: c19c0952-d81e-4e2d-aad8-c6690b8b6506 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9008 2024.11.04 23:59:08.993483 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59710, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9009 2024.11.04 23:59:08.993573 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54297, User-Agent: (none), Length: 65652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9010 2024.11.04 23:59:08.993643 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9011 2024.11.04 23:59:08.993667 [ 287 ] {} <Debug> HTTP-Session: 40e0e517-bbcf-4bc9-b984-565e9477771a Authenticating user 'default' from [fd00:1122:3344:101::d]:54297
9012 2024.11.04 23:59:08.993687 [ 287 ] {} <Debug> HTTP-Session: 40e0e517-bbcf-4bc9-b984-565e9477771a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9013 2024.11.04 23:59:08.993705 [ 287 ] {} <Debug> HTTP-Session: 40e0e517-bbcf-4bc9-b984-565e9477771a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9014 2024.11.04 23:59:08.993749 [ 287 ] {} <Trace> HTTP-Session: 40e0e517-bbcf-4bc9-b984-565e9477771a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9015 2024.11.04 23:59:08.994592 [ 287 ] {442f81e8-0bf8-437d-b269-a389e82f2a7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54297) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
9016 2024.11.04 23:59:08.994681 [ 287 ] {442f81e8-0bf8-437d-b269-a389e82f2a7a} <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
9017 2024.11.04 23:59:08.995182 [ 287 ] {442f81e8-0bf8-437d-b269-a389e82f2a7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9018 2024.11.04 23:59:08.995953 [ 287 ] {442f81e8-0bf8-437d-b269-a389e82f2a7a} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9019 2024.11.04 23:59:08.995988 [ 287 ] {442f81e8-0bf8-437d-b269-a389e82f2a7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
9020 2024.11.04 23:59:08.996624 [ 287 ] {442f81e8-0bf8-437d-b269-a389e82f2a7a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
9021 2024.11.04 23:59:08.997039 [ 287 ] {442f81e8-0bf8-437d-b269-a389e82f2a7a} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9022 2024.11.04 23:59:08.997180 [ 28 ] {} <Debug> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
9023 2024.11.04 23:59:08.997191 [ 287 ] {442f81e8-0bf8-437d-b269-a389e82f2a7a} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003322 sec., 11739.915713425647 rows/sec., 21.04 MiB/sec.
9024 2024.11.04 23:59:08.997230 [ 28 ] {} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9025 2024.11.04 23:59:08.997277 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
9026 2024.11.04 23:59:08.997728 [ 193 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full
9027 2024.11.04 23:59:08.997762 [ 287 ] {442f81e8-0bf8-437d-b269-a389e82f2a7a} <Debug> DynamicQueryHandler: Done processing query
9028 2024.11.04 23:59:08.997897 [ 287 ] {442f81e8-0bf8-437d-b269-a389e82f2a7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB.
9029 2024.11.04 23:59:08.998018 [ 287 ] {} <Debug> HTTP-Session: 40e0e517-bbcf-4bc9-b984-565e9477771a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9030 2024.11.04 23:59:08.998269 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59710, User-Agent: (none), Length: 12146, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9031 2024.11.04 23:59:08.998337 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54297, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9032 2024.11.04 23:59:08.998427 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9033 2024.11.04 23:59:08.998499 [ 3 ] {} <Debug> HTTP-Session: 7e59a8e1-173c-4324-91ac-01b4af421e61 Authenticating user 'default' from [fd00:1122:3344:101::d]:59710
9034 2024.11.04 23:59:08.998564 [ 3 ] {} <Debug> HTTP-Session: 7e59a8e1-173c-4324-91ac-01b4af421e61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9035 2024.11.04 23:59:08.998614 [ 3 ] {} <Debug> HTTP-Session: 7e59a8e1-173c-4324-91ac-01b4af421e61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9036 2024.11.04 23:59:08.998643 [ 193 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9037 2024.11.04 23:59:08.998674 [ 3 ] {} <Trace> HTTP-Session: 7e59a8e1-173c-4324-91ac-01b4af421e61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9038 2024.11.04 23:59:08.998732 [ 193 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 438 rows starting from the beginning of the part
9039 2024.11.04 23:59:08.998976 [ 3 ] {3a78588e-3c6d-42e0-9968-aff06d6402ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59710) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
9040 2024.11.04 23:59:08.999147 [ 3 ] {3a78588e-3c6d-42e0-9968-aff06d6402ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9041 2024.11.04 23:59:08.999281 [ 193 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 39 rows starting from the beginning of the part
9042 2024.11.04 23:59:08.999641 [ 3 ] {3a78588e-3c6d-42e0-9968-aff06d6402ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9043 2024.11.04 23:59:08.999932 [ 193 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 39 rows starting from the beginning of the part
9044 2024.11.04 23:59:09.000253 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 167.49 MiB, peak 174.28 MiB, free memory in arenas 0.00 B, will set to 166.21 MiB (RSS), difference: -1.27 MiB
9045 2024.11.04 23:59:09.000617 [ 193 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 39 rows starting from the beginning of the part
9046 2024.11.04 23:59:09.000968 [ 3 ] {3a78588e-3c6d-42e0-9968-aff06d6402ef} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9047 2024.11.04 23:59:09.001113 [ 3 ] {3a78588e-3c6d-42e0-9968-aff06d6402ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
9048 2024.11.04 23:59:09.001674 [ 193 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 39 rows starting from the beginning of the part
9049 2024.11.04 23:59:09.002381 [ 193 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 39 rows starting from the beginning of the part
9050 2024.11.04 23:59:09.002495 [ 3 ] {3a78588e-3c6d-42e0-9968-aff06d6402ef} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
9051 2024.11.04 23:59:09.003306 [ 3 ] {3a78588e-3c6d-42e0-9968-aff06d6402ef} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9052 2024.11.04 23:59:09.003535 [ 3 ] {3a78588e-3c6d-42e0-9968-aff06d6402ef} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004732 sec., 17328.825021132714 rows/sec., 1.10 MiB/sec.
9053 2024.11.04 23:59:09.004097 [ 3 ] {3a78588e-3c6d-42e0-9968-aff06d6402ef} <Debug> DynamicQueryHandler: Done processing query
9054 2024.11.04 23:59:09.004175 [ 3 ] {3a78588e-3c6d-42e0-9968-aff06d6402ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9055 2024.11.04 23:59:09.004258 [ 3 ] {} <Debug> HTTP-Session: 7e59a8e1-173c-4324-91ac-01b4af421e61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9056 2024.11.04 23:59:09.004720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59710, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9057 2024.11.04 23:59:09.017358 [ 194 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 633 rows, containing 19 columns (19 merged, 0 gathered) in 0.019947899 sec., 31732.66517942566 rows/sec., 56.86 MiB/sec.
9058 2024.11.04 23:59:09.018059 [ 197 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
9059 2024.11.04 23:59:09.018601 [ 197 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_20_4} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9060 2024.11.04 23:59:09.018677 [ 197 ] {2b76007b-eead-4748-92f1-84f0bc8d33ec::all_1_20_4} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
9061 2024.11.04 23:59:09.018783 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.52 MiB.
9062 2024.11.04 23:59:09.425423 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42694, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9063 2024.11.04 23:59:09.457792 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37224, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9064 2024.11.04 23:59:09.561345 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49006, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9065 2024.11.04 23:59:09.875736 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39804, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9066 2024.11.04 23:59:09.889256 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50140, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9067 2024.11.04 23:59:09.980406 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38092, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9068 2024.11.04 23:59:09.987060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58331, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9069 2024.11.04 23:59:10.000173 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.40 MiB, peak 174.28 MiB, free memory in arenas 0.00 B, will set to 166.75 MiB (RSS), difference: 1.36 MiB
9070 2024.11.04 23:59:10.082691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54784, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9071 2024.11.04 23:59:10.115084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62352, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9072 2024.11.04 23:59:10.127878 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61233, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9073 2024.11.04 23:59:10.143822 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64903, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9074 2024.11.04 23:59:10.175427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:65020, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9075 2024.11.04 23:59:10.183274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36368, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9076 2024.11.04 23:59:10.192582 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36926, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9077 2024.11.04 23:59:10.203914 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54542, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9078 2024.11.04 23:59:10.226673 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:32910, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9079 2024.11.04 23:59:10.235454 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46552, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9080 2024.11.04 23:59:10.249989 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41050, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9081 2024.11.04 23:59:10.289112 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41772, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9082 2024.11.04 23:59:10.293802 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59554, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9083 2024.11.04 23:59:10.308011 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50407, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9084 2024.11.04 23:59:10.325424 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58931, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9085 2024.11.04 23:59:10.366291 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55598, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9086 2024.11.04 23:59:10.389745 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36317, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9087 2024.11.04 23:59:10.635122 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 844
9088 2024.11.04 23:59:10.638083 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9089 2024.11.04 23:59:10.638143 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
9090 2024.11.04 23:59:10.639657 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
9091 2024.11.04 23:59:10.640722 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9092 2024.11.04 23:59:10.640987 [ 57 ] {} <Debug> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
9093 2024.11.04 23:59:10.641110 [ 57 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9094 2024.11.04 23:59:10.641181 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
9095 2024.11.04 23:59:10.641624 [ 195 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full
9096 2024.11.04 23:59:10.643502 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 844
9097 2024.11.04 23:59:10.644098 [ 195 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9098 2024.11.04 23:59:10.644290 [ 195 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 704 rows starting from the beginning of the part
9099 2024.11.04 23:59:10.644913 [ 195 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 32 rows starting from the beginning of the part
9100 2024.11.04 23:59:10.645490 [ 195 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 28 rows starting from the beginning of the part
9101 2024.11.04 23:59:10.646029 [ 195 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 20 rows starting from the beginning of the part
9102 2024.11.04 23:59:10.646556 [ 195 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 32 rows starting from the beginning of the part
9103 2024.11.04 23:59:10.647061 [ 195 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 28 rows starting from the beginning of the part
9104 2024.11.04 23:59:10.655631 [ 197 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 844 rows, containing 72 columns (72 merged, 0 gathered) in 0.014310254 sec., 58978.68759003159 rows/sec., 42.73 MiB/sec.
9105 2024.11.04 23:59:10.656928 [ 200 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
9106 2024.11.04 23:59:10.658620 [ 200 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_26_5} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9107 2024.11.04 23:59:10.658714 [ 200 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_26_5} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
9108 2024.11.04 23:59:10.659037 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB.
9109 2024.11.04 23:59:13.957888 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34974, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9110 2024.11.04 23:59:13.958042 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9111 2024.11.04 23:59:13.958089 [ 283 ] {} <Debug> HTTP-Session: 4e0a813e-7d43-40e5-9da1-dcf3d492502d Authenticating user 'default' from [fd00:1122:3344:101::d]:34974
9112 2024.11.04 23:59:13.958131 [ 283 ] {} <Debug> HTTP-Session: 4e0a813e-7d43-40e5-9da1-dcf3d492502d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9113 2024.11.04 23:59:13.958161 [ 283 ] {} <Debug> HTTP-Session: 4e0a813e-7d43-40e5-9da1-dcf3d492502d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9114 2024.11.04 23:59:13.958243 [ 283 ] {} <Trace> HTTP-Session: 4e0a813e-7d43-40e5-9da1-dcf3d492502d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9115 2024.11.04 23:59:13.958516 [ 283 ] {fad44149-ea8a-43a8-b81f-e695f4e50ac5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34974) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
9116 2024.11.04 23:59:13.958625 [ 283 ] {fad44149-ea8a-43a8-b81f-e695f4e50ac5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9117 2024.11.04 23:59:13.959119 [ 283 ] {fad44149-ea8a-43a8-b81f-e695f4e50ac5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9118 2024.11.04 23:59:13.959561 [ 283 ] {fad44149-ea8a-43a8-b81f-e695f4e50ac5} <Trace> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9119 2024.11.04 23:59:13.959603 [ 283 ] {fad44149-ea8a-43a8-b81f-e695f4e50ac5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
9120 2024.11.04 23:59:13.960027 [ 283 ] {fad44149-ea8a-43a8-b81f-e695f4e50ac5} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
9121 2024.11.04 23:59:13.960415 [ 283 ] {fad44149-ea8a-43a8-b81f-e695f4e50ac5} <Trace> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9122 2024.11.04 23:59:13.960570 [ 283 ] {fad44149-ea8a-43a8-b81f-e695f4e50ac5} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00214 sec., 934.5794392523364 rows/sec., 76.21 KiB/sec.
9123 2024.11.04 23:59:13.961051 [ 283 ] {fad44149-ea8a-43a8-b81f-e695f4e50ac5} <Debug> DynamicQueryHandler: Done processing query
9124 2024.11.04 23:59:13.961082 [ 283 ] {fad44149-ea8a-43a8-b81f-e695f4e50ac5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
9125 2024.11.04 23:59:13.961101 [ 283 ] {} <Debug> HTTP-Session: 4e0a813e-7d43-40e5-9da1-dcf3d492502d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9126 2024.11.04 23:59:13.961386 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34974, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9127 2024.11.04 23:59:13.961477 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43291, User-Agent: (none), Length: 7972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9128 2024.11.04 23:59:13.961561 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9129 2024.11.04 23:59:13.961589 [ 298 ] {} <Debug> HTTP-Session: 206b2d1a-ecba-4779-ab3d-696081f6b775 Authenticating user 'default' from [fd00:1122:3344:101::d]:43291
9130 2024.11.04 23:59:13.961616 [ 298 ] {} <Debug> HTTP-Session: 206b2d1a-ecba-4779-ab3d-696081f6b775 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9131 2024.11.04 23:59:13.961635 [ 298 ] {} <Debug> HTTP-Session: 206b2d1a-ecba-4779-ab3d-696081f6b775 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9132 2024.11.04 23:59:13.961679 [ 298 ] {} <Trace> HTTP-Session: 206b2d1a-ecba-4779-ab3d-696081f6b775 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9133 2024.11.04 23:59:13.961837 [ 298 ] {4d074593-6eb7-4cfb-953d-f6e4402fef57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43291) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
9134 2024.11.04 23:59:13.961895 [ 298 ] {4d074593-6eb7-4cfb-953d-f6e4402fef57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9135 2024.11.04 23:59:13.962167 [ 298 ] {4d074593-6eb7-4cfb-953d-f6e4402fef57} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9136 2024.11.04 23:59:13.962578 [ 298 ] {4d074593-6eb7-4cfb-953d-f6e4402fef57} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9137 2024.11.04 23:59:13.962615 [ 298 ] {4d074593-6eb7-4cfb-953d-f6e4402fef57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
9138 2024.11.04 23:59:13.962988 [ 298 ] {4d074593-6eb7-4cfb-953d-f6e4402fef57} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
9139 2024.11.04 23:59:13.963363 [ 298 ] {4d074593-6eb7-4cfb-953d-f6e4402fef57} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9140 2024.11.04 23:59:13.963500 [ 298 ] {4d074593-6eb7-4cfb-953d-f6e4402fef57} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001717 sec., 33197.4373907979 rows/sec., 2.55 MiB/sec.
9141 2024.11.04 23:59:13.963700 [ 298 ] {4d074593-6eb7-4cfb-953d-f6e4402fef57} <Debug> DynamicQueryHandler: Done processing query
9142 2024.11.04 23:59:13.963728 [ 298 ] {4d074593-6eb7-4cfb-953d-f6e4402fef57} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
9143 2024.11.04 23:59:13.963745 [ 298 ] {} <Debug> HTTP-Session: 206b2d1a-ecba-4779-ab3d-696081f6b775 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9144 2024.11.04 23:59:13.963899 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43291, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9145 2024.11.04 23:59:13.964017 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39102, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9146 2024.11.04 23:59:13.964085 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9147 2024.11.04 23:59:13.964109 [ 283 ] {} <Debug> HTTP-Session: fd3340b6-5278-46a5-8f5f-117122608315 Authenticating user 'default' from [fd00:1122:3344:101::d]:39102
9148 2024.11.04 23:59:13.964130 [ 283 ] {} <Debug> HTTP-Session: fd3340b6-5278-46a5-8f5f-117122608315 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9149 2024.11.04 23:59:13.964148 [ 283 ] {} <Debug> HTTP-Session: fd3340b6-5278-46a5-8f5f-117122608315 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9150 2024.11.04 23:59:13.964189 [ 283 ] {} <Trace> HTTP-Session: fd3340b6-5278-46a5-8f5f-117122608315 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9151 2024.11.04 23:59:13.964309 [ 283 ] {e1ba9988-b277-49fb-9b6b-54509a49a6f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39102) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
9152 2024.11.04 23:59:13.964362 [ 283 ] {e1ba9988-b277-49fb-9b6b-54509a49a6f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9153 2024.11.04 23:59:13.964648 [ 283 ] {e1ba9988-b277-49fb-9b6b-54509a49a6f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9154 2024.11.04 23:59:13.965011 [ 283 ] {e1ba9988-b277-49fb-9b6b-54509a49a6f4} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9155 2024.11.04 23:59:13.965048 [ 283 ] {e1ba9988-b277-49fb-9b6b-54509a49a6f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
9156 2024.11.04 23:59:13.965391 [ 283 ] {e1ba9988-b277-49fb-9b6b-54509a49a6f4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9157 2024.11.04 23:59:13.965751 [ 283 ] {e1ba9988-b277-49fb-9b6b-54509a49a6f4} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9158 2024.11.04 23:59:13.965887 [ 283 ] {e1ba9988-b277-49fb-9b6b-54509a49a6f4} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001611 sec., 1241.4649286157667 rows/sec., 86.68 KiB/sec.
9159 2024.11.04 23:59:13.966124 [ 283 ] {e1ba9988-b277-49fb-9b6b-54509a49a6f4} <Debug> DynamicQueryHandler: Done processing query
9160 2024.11.04 23:59:13.966150 [ 283 ] {e1ba9988-b277-49fb-9b6b-54509a49a6f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
9161 2024.11.04 23:59:13.966167 [ 283 ] {} <Debug> HTTP-Session: fd3340b6-5278-46a5-8f5f-117122608315 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9162 2024.11.04 23:59:13.966365 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39102, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9163 2024.11.04 23:59:13.966377 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43291, User-Agent: (none), Length: 11229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9164 2024.11.04 23:59:13.966444 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9165 2024.11.04 23:59:13.966465 [ 298 ] {} <Debug> HTTP-Session: a721778a-e005-4352-96f7-eed5e66ccf3b Authenticating user 'default' from [fd00:1122:3344:101::d]:43291
9166 2024.11.04 23:59:13.966483 [ 298 ] {} <Debug> HTTP-Session: a721778a-e005-4352-96f7-eed5e66ccf3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9167 2024.11.04 23:59:13.966498 [ 298 ] {} <Debug> HTTP-Session: a721778a-e005-4352-96f7-eed5e66ccf3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9168 2024.11.04 23:59:13.966532 [ 298 ] {} <Trace> HTTP-Session: a721778a-e005-4352-96f7-eed5e66ccf3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9169 2024.11.04 23:59:13.966665 [ 298 ] {86d0a33c-6354-48d5-9e27-f880f3e7193f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43291) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
9170 2024.11.04 23:59:13.966708 [ 298 ] {86d0a33c-6354-48d5-9e27-f880f3e7193f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9171 2024.11.04 23:59:13.966935 [ 298 ] {86d0a33c-6354-48d5-9e27-f880f3e7193f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9172 2024.11.04 23:59:13.967305 [ 298 ] {86d0a33c-6354-48d5-9e27-f880f3e7193f} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9173 2024.11.04 23:59:13.967341 [ 298 ] {86d0a33c-6354-48d5-9e27-f880f3e7193f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
9174 2024.11.04 23:59:13.967694 [ 298 ] {86d0a33c-6354-48d5-9e27-f880f3e7193f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
9175 2024.11.04 23:59:13.968061 [ 298 ] {86d0a33c-6354-48d5-9e27-f880f3e7193f} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9176 2024.11.04 23:59:13.968191 [ 298 ] {86d0a33c-6354-48d5-9e27-f880f3e7193f} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001582 sec., 41719.342604298356 rows/sec., 3.26 MiB/sec.
9177 2024.11.04 23:59:13.968430 [ 298 ] {86d0a33c-6354-48d5-9e27-f880f3e7193f} <Debug> DynamicQueryHandler: Done processing query
9178 2024.11.04 23:59:13.968459 [ 298 ] {86d0a33c-6354-48d5-9e27-f880f3e7193f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
9179 2024.11.04 23:59:13.968475 [ 298 ] {} <Debug> HTTP-Session: a721778a-e005-4352-96f7-eed5e66ccf3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9180 2024.11.04 23:59:13.968708 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43291, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9181 2024.11.04 23:59:13.968826 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62152, User-Agent: (none), Length: 24710, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9182 2024.11.04 23:59:13.968892 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9183 2024.11.04 23:59:13.968917 [ 283 ] {} <Debug> HTTP-Session: 59b580e2-d51b-40b6-a586-082703cfa68b Authenticating user 'default' from [fd00:1122:3344:101::d]:62152
9184 2024.11.04 23:59:13.968938 [ 283 ] {} <Debug> HTTP-Session: 59b580e2-d51b-40b6-a586-082703cfa68b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9185 2024.11.04 23:59:13.968955 [ 283 ] {} <Debug> HTTP-Session: 59b580e2-d51b-40b6-a586-082703cfa68b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9186 2024.11.04 23:59:13.968990 [ 283 ] {} <Trace> HTTP-Session: 59b580e2-d51b-40b6-a586-082703cfa68b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9187 2024.11.04 23:59:13.969138 [ 283 ] {31c60341-f027-43f6-aeea-5cf27efb4848} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62152) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
9188 2024.11.04 23:59:13.969188 [ 283 ] {31c60341-f027-43f6-aeea-5cf27efb4848} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9189 2024.11.04 23:59:13.969333 [ 283 ] {31c60341-f027-43f6-aeea-5cf27efb4848} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9190 2024.11.04 23:59:13.969720 [ 283 ] {31c60341-f027-43f6-aeea-5cf27efb4848} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9191 2024.11.04 23:59:13.969756 [ 283 ] {31c60341-f027-43f6-aeea-5cf27efb4848} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
9192 2024.11.04 23:59:13.970142 [ 283 ] {31c60341-f027-43f6-aeea-5cf27efb4848} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
9193 2024.11.04 23:59:13.970487 [ 283 ] {31c60341-f027-43f6-aeea-5cf27efb4848} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9194 2024.11.04 23:59:13.970616 [ 283 ] {31c60341-f027-43f6-aeea-5cf27efb4848} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001539 sec., 83820.6627680312 rows/sec., 5.84 MiB/sec.
9195 2024.11.04 23:59:13.970802 [ 283 ] {31c60341-f027-43f6-aeea-5cf27efb4848} <Debug> DynamicQueryHandler: Done processing query
9196 2024.11.04 23:59:13.970827 [ 283 ] {31c60341-f027-43f6-aeea-5cf27efb4848} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
9197 2024.11.04 23:59:13.970845 [ 283 ] {} <Debug> HTTP-Session: 59b580e2-d51b-40b6-a586-082703cfa68b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9198 2024.11.04 23:59:13.971027 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43291, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9199 2024.11.04 23:59:13.971031 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62152, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9200 2024.11.04 23:59:13.971087 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9201 2024.11.04 23:59:13.971107 [ 298 ] {} <Debug> HTTP-Session: d83b6b1b-904c-4bc4-8189-505157bed3df Authenticating user 'default' from [fd00:1122:3344:101::d]:43291
9202 2024.11.04 23:59:13.971127 [ 298 ] {} <Debug> HTTP-Session: d83b6b1b-904c-4bc4-8189-505157bed3df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9203 2024.11.04 23:59:13.971143 [ 298 ] {} <Debug> HTTP-Session: d83b6b1b-904c-4bc4-8189-505157bed3df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9204 2024.11.04 23:59:13.971178 [ 298 ] {} <Trace> HTTP-Session: d83b6b1b-904c-4bc4-8189-505157bed3df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9205 2024.11.04 23:59:13.971297 [ 298 ] {ff36f409-993b-4a8b-ba0b-4cc6ca758508} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43291) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
9206 2024.11.04 23:59:13.971344 [ 298 ] {ff36f409-993b-4a8b-ba0b-4cc6ca758508} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9207 2024.11.04 23:59:13.971472 [ 298 ] {ff36f409-993b-4a8b-ba0b-4cc6ca758508} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9208 2024.11.04 23:59:13.971779 [ 298 ] {ff36f409-993b-4a8b-ba0b-4cc6ca758508} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9209 2024.11.04 23:59:13.971818 [ 298 ] {ff36f409-993b-4a8b-ba0b-4cc6ca758508} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
9210 2024.11.04 23:59:13.972182 [ 298 ] {ff36f409-993b-4a8b-ba0b-4cc6ca758508} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
9211 2024.11.04 23:59:13.972510 [ 298 ] {ff36f409-993b-4a8b-ba0b-4cc6ca758508} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9212 2024.11.04 23:59:13.972637 [ 298 ] {ff36f409-993b-4a8b-ba0b-4cc6ca758508} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001381 sec., 34757.42215785662 rows/sec., 2.34 MiB/sec.
9213 2024.11.04 23:59:13.972866 [ 298 ] {ff36f409-993b-4a8b-ba0b-4cc6ca758508} <Debug> DynamicQueryHandler: Done processing query
9214 2024.11.04 23:59:13.972897 [ 298 ] {ff36f409-993b-4a8b-ba0b-4cc6ca758508} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
9215 2024.11.04 23:59:13.972915 [ 298 ] {} <Debug> HTTP-Session: d83b6b1b-904c-4bc4-8189-505157bed3df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9216 2024.11.04 23:59:13.973138 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43291, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9217 2024.11.04 23:59:15.419364 [ 34 ] {} <Debug> DNSResolver: Updating DNS cache
9218 2024.11.04 23:59:15.419426 [ 34 ] {} <Debug> DNSResolver: Updated DNS cache
9219 2024.11.04 23:59:18.959951 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46680, User-Agent: (none), Length: 7838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9220 2024.11.04 23:59:18.960077 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9221 2024.11.04 23:59:18.960110 [ 283 ] {} <Debug> HTTP-Session: 67ce0906-ddeb-4ec7-b4d1-f11217db2ea2 Authenticating user 'default' from [fd00:1122:3344:101::d]:46680
9222 2024.11.04 23:59:18.960141 [ 283 ] {} <Debug> HTTP-Session: 67ce0906-ddeb-4ec7-b4d1-f11217db2ea2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9223 2024.11.04 23:59:18.960159 [ 283 ] {} <Debug> HTTP-Session: 67ce0906-ddeb-4ec7-b4d1-f11217db2ea2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9224 2024.11.04 23:59:18.960217 [ 283 ] {} <Trace> HTTP-Session: 67ce0906-ddeb-4ec7-b4d1-f11217db2ea2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9225 2024.11.04 23:59:18.960429 [ 283 ] {8350d591-53eb-464b-a14c-0cf6f01ebd84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46680) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
9226 2024.11.04 23:59:18.960500 [ 283 ] {8350d591-53eb-464b-a14c-0cf6f01ebd84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9227 2024.11.04 23:59:18.960849 [ 283 ] {8350d591-53eb-464b-a14c-0cf6f01ebd84} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9228 2024.11.04 23:59:18.961349 [ 283 ] {8350d591-53eb-464b-a14c-0cf6f01ebd84} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9229 2024.11.04 23:59:18.961398 [ 283 ] {8350d591-53eb-464b-a14c-0cf6f01ebd84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
9230 2024.11.04 23:59:18.961833 [ 283 ] {8350d591-53eb-464b-a14c-0cf6f01ebd84} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
9231 2024.11.04 23:59:18.962235 [ 283 ] {8350d591-53eb-464b-a14c-0cf6f01ebd84} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9232 2024.11.04 23:59:18.962388 [ 283 ] {8350d591-53eb-464b-a14c-0cf6f01ebd84} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002026 sec., 27640.671273445212 rows/sec., 2.12 MiB/sec.
9233 2024.11.04 23:59:18.962621 [ 283 ] {8350d591-53eb-464b-a14c-0cf6f01ebd84} <Debug> DynamicQueryHandler: Done processing query
9234 2024.11.04 23:59:18.962649 [ 283 ] {8350d591-53eb-464b-a14c-0cf6f01ebd84} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
9235 2024.11.04 23:59:18.962667 [ 283 ] {} <Debug> HTTP-Session: 67ce0906-ddeb-4ec7-b4d1-f11217db2ea2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9236 2024.11.04 23:59:18.962864 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46680, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9237 2024.11.04 23:59:18.963000 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46504, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9238 2024.11.04 23:59:18.963064 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9239 2024.11.04 23:59:18.963085 [ 298 ] {} <Debug> HTTP-Session: 975b1ad8-aa96-43f0-8b29-f0b3fff2dcfa Authenticating user 'default' from [fd00:1122:3344:101::d]:46504
9240 2024.11.04 23:59:18.963106 [ 298 ] {} <Debug> HTTP-Session: 975b1ad8-aa96-43f0-8b29-f0b3fff2dcfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9241 2024.11.04 23:59:18.963120 [ 298 ] {} <Debug> HTTP-Session: 975b1ad8-aa96-43f0-8b29-f0b3fff2dcfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9242 2024.11.04 23:59:18.963159 [ 298 ] {} <Trace> HTTP-Session: 975b1ad8-aa96-43f0-8b29-f0b3fff2dcfa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9243 2024.11.04 23:59:18.963318 [ 298 ] {52a469e6-20c4-4ba4-8306-07bb9a2c2a79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
9244 2024.11.04 23:59:18.963376 [ 298 ] {52a469e6-20c4-4ba4-8306-07bb9a2c2a79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9245 2024.11.04 23:59:18.963668 [ 298 ] {52a469e6-20c4-4ba4-8306-07bb9a2c2a79} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9246 2024.11.04 23:59:18.964162 [ 298 ] {52a469e6-20c4-4ba4-8306-07bb9a2c2a79} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9247 2024.11.04 23:59:18.964199 [ 298 ] {52a469e6-20c4-4ba4-8306-07bb9a2c2a79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
9248 2024.11.04 23:59:18.964569 [ 298 ] {52a469e6-20c4-4ba4-8306-07bb9a2c2a79} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
9249 2024.11.04 23:59:18.964930 [ 298 ] {52a469e6-20c4-4ba4-8306-07bb9a2c2a79} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9250 2024.11.04 23:59:18.965060 [ 298 ] {52a469e6-20c4-4ba4-8306-07bb9a2c2a79} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001798 sec., 35595.10567296997 rows/sec., 2.78 MiB/sec.
9251 2024.11.04 23:59:18.965243 [ 298 ] {52a469e6-20c4-4ba4-8306-07bb9a2c2a79} <Debug> DynamicQueryHandler: Done processing query
9252 2024.11.04 23:59:18.965269 [ 298 ] {52a469e6-20c4-4ba4-8306-07bb9a2c2a79} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
9253 2024.11.04 23:59:18.965285 [ 298 ] {} <Debug> HTTP-Session: 975b1ad8-aa96-43f0-8b29-f0b3fff2dcfa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9254 2024.11.04 23:59:18.965474 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46680, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9255 2024.11.04 23:59:18.965481 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46504, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9256 2024.11.04 23:59:18.965541 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9257 2024.11.04 23:59:18.965570 [ 283 ] {} <Debug> HTTP-Session: 540d89c5-c1da-448e-a77e-7a996668a645 Authenticating user 'default' from [fd00:1122:3344:101::d]:46680
9258 2024.11.04 23:59:18.965593 [ 283 ] {} <Debug> HTTP-Session: 540d89c5-c1da-448e-a77e-7a996668a645 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9259 2024.11.04 23:59:18.965613 [ 283 ] {} <Debug> HTTP-Session: 540d89c5-c1da-448e-a77e-7a996668a645 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9260 2024.11.04 23:59:18.965656 [ 283 ] {} <Trace> HTTP-Session: 540d89c5-c1da-448e-a77e-7a996668a645 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9261 2024.11.04 23:59:18.965837 [ 283 ] {433155d6-a6c6-4818-bf2c-8e472d605f75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46680) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
9262 2024.11.04 23:59:18.965895 [ 283 ] {433155d6-a6c6-4818-bf2c-8e472d605f75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9263 2024.11.04 23:59:18.966072 [ 283 ] {433155d6-a6c6-4818-bf2c-8e472d605f75} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9264 2024.11.04 23:59:18.966506 [ 283 ] {433155d6-a6c6-4818-bf2c-8e472d605f75} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9265 2024.11.04 23:59:18.966541 [ 283 ] {433155d6-a6c6-4818-bf2c-8e472d605f75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
9266 2024.11.04 23:59:18.966937 [ 283 ] {433155d6-a6c6-4818-bf2c-8e472d605f75} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
9267 2024.11.04 23:59:18.967281 [ 283 ] {433155d6-a6c6-4818-bf2c-8e472d605f75} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9268 2024.11.04 23:59:18.967414 [ 283 ] {433155d6-a6c6-4818-bf2c-8e472d605f75} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001658 sec., 96501.80940892642 rows/sec., 6.72 MiB/sec.
9269 2024.11.04 23:59:18.967677 [ 283 ] {433155d6-a6c6-4818-bf2c-8e472d605f75} <Debug> DynamicQueryHandler: Done processing query
9270 2024.11.04 23:59:18.967727 [ 283 ] {433155d6-a6c6-4818-bf2c-8e472d605f75} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
9271 2024.11.04 23:59:18.967778 [ 283 ] {} <Debug> HTTP-Session: 540d89c5-c1da-448e-a77e-7a996668a645 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9272 2024.11.04 23:59:18.968010 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46680, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9273 2024.11.04 23:59:18.968039 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62350, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9274 2024.11.04 23:59:18.968096 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9275 2024.11.04 23:59:18.968116 [ 298 ] {} <Debug> HTTP-Session: 78cc4248-2ad2-4c70-97fa-848c988ba0b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:62350
9276 2024.11.04 23:59:18.968136 [ 298 ] {} <Debug> HTTP-Session: 78cc4248-2ad2-4c70-97fa-848c988ba0b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9277 2024.11.04 23:59:18.968153 [ 298 ] {} <Debug> HTTP-Session: 78cc4248-2ad2-4c70-97fa-848c988ba0b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9278 2024.11.04 23:59:18.968191 [ 298 ] {} <Trace> HTTP-Session: 78cc4248-2ad2-4c70-97fa-848c988ba0b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9279 2024.11.04 23:59:18.968344 [ 298 ] {ea31cb59-c59b-4ad1-8c7a-9606342eaab4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62350) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
9280 2024.11.04 23:59:18.968399 [ 298 ] {ea31cb59-c59b-4ad1-8c7a-9606342eaab4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9281 2024.11.04 23:59:18.968569 [ 298 ] {ea31cb59-c59b-4ad1-8c7a-9606342eaab4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9282 2024.11.04 23:59:18.968928 [ 298 ] {ea31cb59-c59b-4ad1-8c7a-9606342eaab4} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9283 2024.11.04 23:59:18.968970 [ 298 ] {ea31cb59-c59b-4ad1-8c7a-9606342eaab4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
9284 2024.11.04 23:59:18.969350 [ 298 ] {ea31cb59-c59b-4ad1-8c7a-9606342eaab4} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
9285 2024.11.04 23:59:18.969672 [ 298 ] {ea31cb59-c59b-4ad1-8c7a-9606342eaab4} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9286 2024.11.04 23:59:18.969798 [ 298 ] {ea31cb59-c59b-4ad1-8c7a-9606342eaab4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001514 sec., 39630.11889035667 rows/sec., 2.67 MiB/sec.
9287 2024.11.04 23:59:18.970088 [ 298 ] {ea31cb59-c59b-4ad1-8c7a-9606342eaab4} <Debug> DynamicQueryHandler: Done processing query
9288 2024.11.04 23:59:18.970135 [ 298 ] {ea31cb59-c59b-4ad1-8c7a-9606342eaab4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
9289 2024.11.04 23:59:18.970165 [ 298 ] {} <Debug> HTTP-Session: 78cc4248-2ad2-4c70-97fa-848c988ba0b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9290 2024.11.04 23:59:18.970402 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62350, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9291 2024.11.04 23:59:20.643763 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 864
9292 2024.11.04 23:59:20.646368 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9293 2024.11.04 23:59:20.646423 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
9294 2024.11.04 23:59:20.647940 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
9295 2024.11.04 23:59:20.648944 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9296 2024.11.04 23:59:20.650133 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 864
9297 2024.11.04 23:59:21.145020 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63623, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9298 2024.11.04 23:59:21.319670 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48772, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9299 2024.11.04 23:59:21.330144 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61772, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9300 2024.11.04 23:59:21.363472 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37621, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9301 2024.11.04 23:59:21.393798 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36265, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9302 2024.11.04 23:59:21.467245 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45896, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9303 2024.11.04 23:59:21.478676 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53230, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9304 2024.11.04 23:59:21.503105 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55832, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9305 2024.11.04 23:59:23.966039 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48512, User-Agent: (none), Length: 40563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9306 2024.11.04 23:59:23.966158 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9307 2024.11.04 23:59:23.966187 [ 298 ] {} <Debug> HTTP-Session: cdff03fe-e8a0-439f-975a-4b60927ba323 Authenticating user 'default' from [fd00:1122:3344:101::d]:48512
9308 2024.11.04 23:59:23.966215 [ 298 ] {} <Debug> HTTP-Session: cdff03fe-e8a0-439f-975a-4b60927ba323 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9309 2024.11.04 23:59:23.966231 [ 298 ] {} <Debug> HTTP-Session: cdff03fe-e8a0-439f-975a-4b60927ba323 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9310 2024.11.04 23:59:23.966288 [ 298 ] {} <Trace> HTTP-Session: cdff03fe-e8a0-439f-975a-4b60927ba323 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9311 2024.11.04 23:59:23.966558 [ 298 ] {81cad948-d018-4d35-adcd-e0b959317be9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48512) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
9312 2024.11.04 23:59:23.966624 [ 298 ] {81cad948-d018-4d35-adcd-e0b959317be9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9313 2024.11.04 23:59:23.966956 [ 298 ] {81cad948-d018-4d35-adcd-e0b959317be9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9314 2024.11.04 23:59:23.967616 [ 298 ] {81cad948-d018-4d35-adcd-e0b959317be9} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9315 2024.11.04 23:59:23.967657 [ 298 ] {81cad948-d018-4d35-adcd-e0b959317be9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
9316 2024.11.04 23:59:23.968083 [ 298 ] {81cad948-d018-4d35-adcd-e0b959317be9} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
9317 2024.11.04 23:59:23.968473 [ 298 ] {81cad948-d018-4d35-adcd-e0b959317be9} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9318 2024.11.04 23:59:23.968625 [ 298 ] {81cad948-d018-4d35-adcd-e0b959317be9} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.002187 sec., 122085.04801097393 rows/sec., 10.86 MiB/sec.
9319 2024.11.04 23:59:23.968672 [ 136 ] {} <Debug> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
9320 2024.11.04 23:59:23.968786 [ 136 ] {} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9321 2024.11.04 23:59:23.968827 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
9322 2024.11.04 23:59:23.968926 [ 298 ] {81cad948-d018-4d35-adcd-e0b959317be9} <Debug> DynamicQueryHandler: Done processing query
9323 2024.11.04 23:59:23.969010 [ 298 ] {81cad948-d018-4d35-adcd-e0b959317be9} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
9324 2024.11.04 23:59:23.969074 [ 298 ] {} <Debug> HTTP-Session: cdff03fe-e8a0-439f-975a-4b60927ba323 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9325 2024.11.04 23:59:23.969231 [ 187 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full
9326 2024.11.04 23:59:23.969446 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48512, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9327 2024.11.04 23:59:23.969677 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38295, User-Agent: (none), Length: 5644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9328 2024.11.04 23:59:23.969784 [ 298 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below):
9329 
9330 (version 23.8.7.1)
9331 2024.11.04 23:59:23.969939 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9332 2024.11.04 23:59:23.970037 [ 284 ] {} <Debug> HTTP-Session: 12af7666-9a7e-4ab5-9d8e-1350ed84070d Authenticating user 'default' from [fd00:1122:3344:101::d]:38295
9333 2024.11.04 23:59:23.970109 [ 284 ] {} <Debug> HTTP-Session: 12af7666-9a7e-4ab5-9d8e-1350ed84070d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9334 2024.11.04 23:59:23.970131 [ 187 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9335 2024.11.04 23:59:23.970145 [ 284 ] {} <Debug> HTTP-Session: 12af7666-9a7e-4ab5-9d8e-1350ed84070d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9336 2024.11.04 23:59:23.970206 [ 187 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1418 rows starting from the beginning of the part
9337 2024.11.04 23:59:23.970235 [ 284 ] {} <Trace> HTTP-Session: 12af7666-9a7e-4ab5-9d8e-1350ed84070d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9338 2024.11.04 23:59:23.970474 [ 187 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 56 rows starting from the beginning of the part
9339 2024.11.04 23:59:23.970624 [ 284 ] {f5cf2e33-1142-43af-b2cb-e07279a757fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38295) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
9340 2024.11.04 23:59:23.970725 [ 187 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 267 rows starting from the beginning of the part
9341 2024.11.04 23:59:23.970778 [ 284 ] {f5cf2e33-1142-43af-b2cb-e07279a757fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9342 2024.11.04 23:59:23.971264 [ 187 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 57 rows starting from the beginning of the part
9343 2024.11.04 23:59:23.971556 [ 187 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 56 rows starting from the beginning of the part
9344 2024.11.04 23:59:23.972037 [ 187 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 267 rows starting from the beginning of the part
9345 2024.11.04 23:59:23.972380 [ 284 ] {f5cf2e33-1142-43af-b2cb-e07279a757fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9346 2024.11.04 23:59:23.973443 [ 284 ] {f5cf2e33-1142-43af-b2cb-e07279a757fb} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9347 2024.11.04 23:59:23.973515 [ 284 ] {f5cf2e33-1142-43af-b2cb-e07279a757fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
9348 2024.11.04 23:59:23.974580 [ 284 ] {f5cf2e33-1142-43af-b2cb-e07279a757fb} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9349 2024.11.04 23:59:23.975392 [ 284 ] {f5cf2e33-1142-43af-b2cb-e07279a757fb} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9350 2024.11.04 23:59:23.975543 [ 187 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2121 rows, containing 5 columns (5 merged, 0 gathered) in 0.006594696 sec., 321622.10358142364 rows/sec., 28.43 MiB/sec.
9351 2024.11.04 23:59:23.975705 [ 284 ] {f5cf2e33-1142-43af-b2cb-e07279a757fb} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.005249 sec., 7429.9866641265 rows/sec., 558.70 KiB/sec.
9352 2024.11.04 23:59:23.975899 [ 187 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
9353 2024.11.04 23:59:23.976300 [ 284 ] {f5cf2e33-1142-43af-b2cb-e07279a757fb} <Debug> DynamicQueryHandler: Done processing query
9354 2024.11.04 23:59:23.976373 [ 284 ] {f5cf2e33-1142-43af-b2cb-e07279a757fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
9355 2024.11.04 23:59:23.976453 [ 284 ] {} <Debug> HTTP-Session: 12af7666-9a7e-4ab5-9d8e-1350ed84070d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9356 2024.11.04 23:59:23.976739 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38295, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9357 2024.11.04 23:59:23.976768 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48079, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9358 2024.11.04 23:59:23.976884 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9359 2024.11.04 23:59:23.976928 [ 298 ] {} <Debug> HTTP-Session: 141c2266-e969-4f37-a16f-4a4ffe813fcc Authenticating user 'default' from [fd00:1122:3344:101::d]:48079
9360 2024.11.04 23:59:23.976969 [ 298 ] {} <Debug> HTTP-Session: 141c2266-e969-4f37-a16f-4a4ffe813fcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9361 2024.11.04 23:59:23.977016 [ 298 ] {} <Debug> HTTP-Session: 141c2266-e969-4f37-a16f-4a4ffe813fcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9362 2024.11.04 23:59:23.977016 [ 200 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_51_10} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9363 2024.11.04 23:59:23.977076 [ 298 ] {} <Trace> HTTP-Session: 141c2266-e969-4f37-a16f-4a4ffe813fcc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9364 2024.11.04 23:59:23.977217 [ 200 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_51_10} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
9365 2024.11.04 23:59:23.977304 [ 298 ] {17524302-b3a1-4477-8646-6a7c0b418acf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48079) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
9366 2024.11.04 23:59:23.977377 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB.
9367 2024.11.04 23:59:23.977402 [ 298 ] {17524302-b3a1-4477-8646-6a7c0b418acf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9368 2024.11.04 23:59:23.977657 [ 298 ] {17524302-b3a1-4477-8646-6a7c0b418acf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9369 2024.11.04 23:59:23.977987 [ 298 ] {17524302-b3a1-4477-8646-6a7c0b418acf} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9370 2024.11.04 23:59:23.978025 [ 298 ] {17524302-b3a1-4477-8646-6a7c0b418acf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
9371 2024.11.04 23:59:23.978379 [ 298 ] {17524302-b3a1-4477-8646-6a7c0b418acf} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
9372 2024.11.04 23:59:23.978740 [ 298 ] {17524302-b3a1-4477-8646-6a7c0b418acf} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9373 2024.11.04 23:59:23.978892 [ 298 ] {17524302-b3a1-4477-8646-6a7c0b418acf} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001657 sec., 8449.004224502112 rows/sec., 591.71 KiB/sec.
9374 2024.11.04 23:59:23.979078 [ 298 ] {17524302-b3a1-4477-8646-6a7c0b418acf} <Debug> DynamicQueryHandler: Done processing query
9375 2024.11.04 23:59:23.979103 [ 298 ] {17524302-b3a1-4477-8646-6a7c0b418acf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9376 2024.11.04 23:59:23.979118 [ 298 ] {} <Debug> HTTP-Session: 141c2266-e969-4f37-a16f-4a4ffe813fcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9377 2024.11.04 23:59:23.979308 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48079, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9378 2024.11.04 23:59:23.979412 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45945, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9379 2024.11.04 23:59:23.979479 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9380 2024.11.04 23:59:23.979504 [ 284 ] {} <Debug> HTTP-Session: 97620b3a-71b0-4df2-9959-7119cd8c2a30 Authenticating user 'default' from [fd00:1122:3344:101::d]:45945
9381 2024.11.04 23:59:23.979525 [ 284 ] {} <Debug> HTTP-Session: 97620b3a-71b0-4df2-9959-7119cd8c2a30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9382 2024.11.04 23:59:23.979542 [ 284 ] {} <Debug> HTTP-Session: 97620b3a-71b0-4df2-9959-7119cd8c2a30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9383 2024.11.04 23:59:23.979580 [ 284 ] {} <Trace> HTTP-Session: 97620b3a-71b0-4df2-9959-7119cd8c2a30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9384 2024.11.04 23:59:23.979698 [ 284 ] {7b5591ef-4cbf-4b2f-9171-80a2b9bbd289} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45945) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
9385 2024.11.04 23:59:23.979752 [ 284 ] {7b5591ef-4cbf-4b2f-9171-80a2b9bbd289} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9386 2024.11.04 23:59:23.980036 [ 284 ] {7b5591ef-4cbf-4b2f-9171-80a2b9bbd289} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9387 2024.11.04 23:59:23.980388 [ 284 ] {7b5591ef-4cbf-4b2f-9171-80a2b9bbd289} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9388 2024.11.04 23:59:23.980425 [ 284 ] {7b5591ef-4cbf-4b2f-9171-80a2b9bbd289} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
9389 2024.11.04 23:59:23.980771 [ 284 ] {7b5591ef-4cbf-4b2f-9171-80a2b9bbd289} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
9390 2024.11.04 23:59:23.981126 [ 284 ] {7b5591ef-4cbf-4b2f-9171-80a2b9bbd289} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9391 2024.11.04 23:59:23.981288 [ 284 ] {7b5591ef-4cbf-4b2f-9171-80a2b9bbd289} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001612 sec., 3722.0843672456576 rows/sec., 219.91 KiB/sec.
9392 2024.11.04 23:59:23.981525 [ 284 ] {7b5591ef-4cbf-4b2f-9171-80a2b9bbd289} <Debug> DynamicQueryHandler: Done processing query
9393 2024.11.04 23:59:23.981550 [ 284 ] {7b5591ef-4cbf-4b2f-9171-80a2b9bbd289} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9394 2024.11.04 23:59:23.981566 [ 284 ] {} <Debug> HTTP-Session: 97620b3a-71b0-4df2-9959-7119cd8c2a30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9395 2024.11.04 23:59:23.981907 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48079, User-Agent: (none), Length: 68384, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9396 2024.11.04 23:59:23.981908 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45945, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9397 2024.11.04 23:59:23.981965 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9398 2024.11.04 23:59:23.981986 [ 298 ] {} <Debug> HTTP-Session: a1cc554d-d81b-451b-8228-874a9a1b9998 Authenticating user 'default' from [fd00:1122:3344:101::d]:48079
9399 2024.11.04 23:59:23.982006 [ 298 ] {} <Debug> HTTP-Session: a1cc554d-d81b-451b-8228-874a9a1b9998 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9400 2024.11.04 23:59:23.982021 [ 298 ] {} <Debug> HTTP-Session: a1cc554d-d81b-451b-8228-874a9a1b9998 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9401 2024.11.04 23:59:23.982050 [ 298 ] {} <Trace> HTTP-Session: a1cc554d-d81b-451b-8228-874a9a1b9998 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9402 2024.11.04 23:59:23.982346 [ 298 ] {dae57b37-d236-47cc-95d1-0cc492a43429} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48079) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
9403 2024.11.04 23:59:23.982389 [ 298 ] {dae57b37-d236-47cc-95d1-0cc492a43429} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9404 2024.11.04 23:59:23.982611 [ 298 ] {dae57b37-d236-47cc-95d1-0cc492a43429} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9405 2024.11.04 23:59:23.983185 [ 298 ] {dae57b37-d236-47cc-95d1-0cc492a43429} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9406 2024.11.04 23:59:23.983221 [ 298 ] {dae57b37-d236-47cc-95d1-0cc492a43429} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
9407 2024.11.04 23:59:23.983589 [ 298 ] {dae57b37-d236-47cc-95d1-0cc492a43429} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
9408 2024.11.04 23:59:23.983936 [ 298 ] {dae57b37-d236-47cc-95d1-0cc492a43429} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9409 2024.11.04 23:59:23.984123 [ 298 ] {dae57b37-d236-47cc-95d1-0cc492a43429} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001962 sec., 214576.9622833843 rows/sec., 15.33 MiB/sec.
9410 2024.11.04 23:59:23.984135 [ 136 ] {} <Debug> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
9411 2024.11.04 23:59:23.984220 [ 136 ] {} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9412 2024.11.04 23:59:23.984261 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
9413 2024.11.04 23:59:23.984422 [ 298 ] {dae57b37-d236-47cc-95d1-0cc492a43429} <Debug> DynamicQueryHandler: Done processing query
9414 2024.11.04 23:59:23.984423 [ 197 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full
9415 2024.11.04 23:59:23.984454 [ 298 ] {dae57b37-d236-47cc-95d1-0cc492a43429} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
9416 2024.11.04 23:59:23.984482 [ 298 ] {} <Debug> HTTP-Session: a1cc554d-d81b-451b-8228-874a9a1b9998 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9417 2024.11.04 23:59:23.984592 [ 197 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9418 2024.11.04 23:59:23.984658 [ 197 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 913 rows starting from the beginning of the part
9419 2024.11.04 23:59:23.984750 [ 197 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 64 rows starting from the beginning of the part
9420 2024.11.04 23:59:23.984773 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48079, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9421 2024.11.04 23:59:23.985141 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45410, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9422 2024.11.04 23:59:23.985368 [ 197 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 421 rows starting from the beginning of the part
9423 2024.11.04 23:59:23.985498 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9424 2024.11.04 23:59:23.985617 [ 284 ] {} <Debug> HTTP-Session: 67da0b80-36a8-4d64-9d9f-f08c08f24c60 Authenticating user 'default' from [fd00:1122:3344:101::d]:45410
9425 2024.11.04 23:59:23.985699 [ 284 ] {} <Debug> HTTP-Session: 67da0b80-36a8-4d64-9d9f-f08c08f24c60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9426 2024.11.04 23:59:23.985778 [ 284 ] {} <Debug> HTTP-Session: 67da0b80-36a8-4d64-9d9f-f08c08f24c60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9427 2024.11.04 23:59:23.985809 [ 197 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 66 rows starting from the beginning of the part
9428 2024.11.04 23:59:23.985854 [ 284 ] {} <Trace> HTTP-Session: 67da0b80-36a8-4d64-9d9f-f08c08f24c60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9429 2024.11.04 23:59:23.986019 [ 197 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 64 rows starting from the beginning of the part
9430 2024.11.04 23:59:23.986195 [ 284 ] {2228fa14-48e1-435d-9870-de1862c630f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45410) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
9431 2024.11.04 23:59:23.986359 [ 197 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 421 rows starting from the beginning of the part
9432 2024.11.04 23:59:23.986381 [ 284 ] {2228fa14-48e1-435d-9870-de1862c630f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9433 2024.11.04 23:59:23.987006 [ 284 ] {2228fa14-48e1-435d-9870-de1862c630f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9434 2024.11.04 23:59:23.987503 [ 284 ] {2228fa14-48e1-435d-9870-de1862c630f7} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9435 2024.11.04 23:59:23.987545 [ 284 ] {2228fa14-48e1-435d-9870-de1862c630f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
9436 2024.11.04 23:59:23.988106 [ 284 ] {2228fa14-48e1-435d-9870-de1862c630f7} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
9437 2024.11.04 23:59:23.988552 [ 186 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1949 rows, containing 5 columns (5 merged, 0 gathered) in 0.004176895 sec., 466614.5545913891 rows/sec., 35.71 MiB/sec.
9438 2024.11.04 23:59:23.988556 [ 284 ] {2228fa14-48e1-435d-9870-de1862c630f7} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9439 2024.11.04 23:59:23.988868 [ 284 ] {2228fa14-48e1-435d-9870-de1862c630f7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002834 sec., 2117.148906139732 rows/sec., 110.61 KiB/sec.
9440 2024.11.04 23:59:23.988953 [ 186 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
9441 2024.11.04 23:59:23.989442 [ 284 ] {2228fa14-48e1-435d-9870-de1862c630f7} <Debug> DynamicQueryHandler: Done processing query
9442 2024.11.04 23:59:23.989489 [ 284 ] {2228fa14-48e1-435d-9870-de1862c630f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
9443 2024.11.04 23:59:23.989514 [ 284 ] {} <Debug> HTTP-Session: 67da0b80-36a8-4d64-9d9f-f08c08f24c60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9444 2024.11.04 23:59:23.989794 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45410, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9445 2024.11.04 23:59:23.989943 [ 197 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_51_10} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9446 2024.11.04 23:59:23.989961 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56849, User-Agent: (none), Length: 44639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9447 2024.11.04 23:59:23.990036 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9448 2024.11.04 23:59:23.990057 [ 197 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_51_10} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
9449 2024.11.04 23:59:23.990066 [ 298 ] {} <Debug> HTTP-Session: 0c277179-a22c-45e0-8b9d-48ff86b0e2a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56849
9450 2024.11.04 23:59:23.990089 [ 298 ] {} <Debug> HTTP-Session: 0c277179-a22c-45e0-8b9d-48ff86b0e2a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9451 2024.11.04 23:59:23.990129 [ 298 ] {} <Debug> HTTP-Session: 0c277179-a22c-45e0-8b9d-48ff86b0e2a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9452 2024.11.04 23:59:23.990157 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
9453 2024.11.04 23:59:23.990182 [ 298 ] {} <Trace> HTTP-Session: 0c277179-a22c-45e0-8b9d-48ff86b0e2a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9454 2024.11.04 23:59:23.990425 [ 298 ] {8200232a-22d8-4793-9f63-b1ccbb4d2342} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56849) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
9455 2024.11.04 23:59:23.990472 [ 298 ] {8200232a-22d8-4793-9f63-b1ccbb4d2342} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9456 2024.11.04 23:59:23.990632 [ 298 ] {8200232a-22d8-4793-9f63-b1ccbb4d2342} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9457 2024.11.04 23:59:23.991087 [ 298 ] {8200232a-22d8-4793-9f63-b1ccbb4d2342} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9458 2024.11.04 23:59:23.991122 [ 298 ] {8200232a-22d8-4793-9f63-b1ccbb4d2342} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
9459 2024.11.04 23:59:23.991504 [ 298 ] {8200232a-22d8-4793-9f63-b1ccbb4d2342} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
9460 2024.11.04 23:59:23.991847 [ 298 ] {8200232a-22d8-4793-9f63-b1ccbb4d2342} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9461 2024.11.04 23:59:23.992006 [ 298 ] {8200232a-22d8-4793-9f63-b1ccbb4d2342} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001709 sec., 138677.58923346986 rows/sec., 9.30 MiB/sec.
9462 2024.11.04 23:59:23.992019 [ 136 ] {} <Debug> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
9463 2024.11.04 23:59:23.992104 [ 136 ] {} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9464 2024.11.04 23:59:23.992150 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
9465 2024.11.04 23:59:23.992305 [ 298 ] {8200232a-22d8-4793-9f63-b1ccbb4d2342} <Debug> DynamicQueryHandler: Done processing query
9466 2024.11.04 23:59:23.992316 [ 186 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full
9467 2024.11.04 23:59:23.992339 [ 298 ] {8200232a-22d8-4793-9f63-b1ccbb4d2342} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
9468 2024.11.04 23:59:23.992390 [ 298 ] {} <Debug> HTTP-Session: 0c277179-a22c-45e0-8b9d-48ff86b0e2a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9469 2024.11.04 23:59:23.992544 [ 186 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9470 2024.11.04 23:59:23.992647 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56849, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9471 2024.11.04 23:59:23.992665 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45410, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9472 2024.11.04 23:59:23.992659 [ 186 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 8839 rows starting from the beginning of the part
9473 2024.11.04 23:59:23.992768 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9474 2024.11.04 23:59:23.992914 [ 284 ] {} <Debug> HTTP-Session: bdfe1a7a-c93c-4e02-a07b-ec286960f215 Authenticating user 'default' from [fd00:1122:3344:101::d]:45410
9475 2024.11.04 23:59:23.993001 [ 284 ] {} <Debug> HTTP-Session: bdfe1a7a-c93c-4e02-a07b-ec286960f215 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9476 2024.11.04 23:59:23.993027 [ 186 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part
9477 2024.11.04 23:59:23.993064 [ 284 ] {} <Debug> HTTP-Session: bdfe1a7a-c93c-4e02-a07b-ec286960f215 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9478 2024.11.04 23:59:23.993200 [ 284 ] {} <Trace> HTTP-Session: bdfe1a7a-c93c-4e02-a07b-ec286960f215 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9479 2024.11.04 23:59:23.993420 [ 186 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 237 rows starting from the beginning of the part
9480 2024.11.04 23:59:23.993583 [ 284 ] {2aa99fa5-48df-4593-8503-d151c30e8b79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45410) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
9481 2024.11.04 23:59:23.993755 [ 284 ] {2aa99fa5-48df-4593-8503-d151c30e8b79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9482 2024.11.04 23:59:23.993769 [ 186 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 129 rows starting from the beginning of the part
9483 2024.11.04 23:59:23.994061 [ 186 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 160 rows starting from the beginning of the part
9484 2024.11.04 23:59:23.994373 [ 186 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 237 rows starting from the beginning of the part
9485 2024.11.04 23:59:23.994998 [ 284 ] {2aa99fa5-48df-4593-8503-d151c30e8b79} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9486 2024.11.04 23:59:23.995901 [ 284 ] {2aa99fa5-48df-4593-8503-d151c30e8b79} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9487 2024.11.04 23:59:23.995969 [ 284 ] {2aa99fa5-48df-4593-8503-d151c30e8b79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
9488 2024.11.04 23:59:23.996430 [ 284 ] {2aa99fa5-48df-4593-8503-d151c30e8b79} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
9489 2024.11.04 23:59:23.997328 [ 284 ] {2aa99fa5-48df-4593-8503-d151c30e8b79} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9490 2024.11.04 23:59:23.997740 [ 284 ] {2aa99fa5-48df-4593-8503-d151c30e8b79} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004292 sec., 232.99161230195713 rows/sec., 15.70 KiB/sec.
9491 2024.11.04 23:59:23.997998 [ 284 ] {2aa99fa5-48df-4593-8503-d151c30e8b79} <Debug> DynamicQueryHandler: Done processing query
9492 2024.11.04 23:59:23.998023 [ 284 ] {2aa99fa5-48df-4593-8503-d151c30e8b79} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
9493 2024.11.04 23:59:23.998040 [ 284 ] {} <Debug> HTTP-Session: bdfe1a7a-c93c-4e02-a07b-ec286960f215 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9494 2024.11.04 23:59:23.998274 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45410, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9495 2024.11.04 23:59:23.998395 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40619, User-Agent: (none), Length: 65673, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9496 2024.11.04 23:59:23.998458 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9497 2024.11.04 23:59:23.998481 [ 298 ] {} <Debug> HTTP-Session: 3662b3aa-642d-48c7-97d2-a9d273a49fb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40619
9498 2024.11.04 23:59:23.998502 [ 298 ] {} <Debug> HTTP-Session: 3662b3aa-642d-48c7-97d2-a9d273a49fb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9499 2024.11.04 23:59:23.998519 [ 298 ] {} <Debug> HTTP-Session: 3662b3aa-642d-48c7-97d2-a9d273a49fb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9500 2024.11.04 23:59:23.998691 [ 298 ] {} <Trace> HTTP-Session: 3662b3aa-642d-48c7-97d2-a9d273a49fb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9501 2024.11.04 23:59:23.999666 [ 298 ] {1290bfc0-3a1f-45dd-8652-6d392b47d53a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40619) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
9502 2024.11.04 23:59:23.999860 [ 298 ] {1290bfc0-3a1f-45dd-8652-6d392b47d53a} <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
9503 2024.11.04 23:59:24.000195 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 173.90 MiB, peak 176.43 MiB, free memory in arenas 0.00 B, will set to 167.96 MiB (RSS), difference: -5.94 MiB
9504 2024.11.04 23:59:24.000317 [ 200 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9762 rows, containing 5 columns (5 merged, 0 gathered) in 0.008060115 sec., 1211148.9724402195 rows/sec., 82.43 MiB/sec.
9505 2024.11.04 23:59:24.000829 [ 200 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
9506 2024.11.04 23:59:24.002138 [ 298 ] {1290bfc0-3a1f-45dd-8652-6d392b47d53a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9507 2024.11.04 23:59:24.002267 [ 200 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9508 2024.11.04 23:59:24.002432 [ 200 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
9509 2024.11.04 23:59:24.002593 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.18 MiB.
9510 2024.11.04 23:59:24.003531 [ 298 ] {1290bfc0-3a1f-45dd-8652-6d392b47d53a} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9511 2024.11.04 23:59:24.003573 [ 298 ] {1290bfc0-3a1f-45dd-8652-6d392b47d53a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
9512 2024.11.04 23:59:24.004270 [ 298 ] {1290bfc0-3a1f-45dd-8652-6d392b47d53a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
9513 2024.11.04 23:59:24.004678 [ 298 ] {1290bfc0-3a1f-45dd-8652-6d392b47d53a} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9514 2024.11.04 23:59:24.004865 [ 298 ] {1290bfc0-3a1f-45dd-8652-6d392b47d53a} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.005997 sec., 6503.251625812907 rows/sec., 11.65 MiB/sec.
9515 2024.11.04 23:59:24.005112 [ 298 ] {1290bfc0-3a1f-45dd-8652-6d392b47d53a} <Debug> DynamicQueryHandler: Done processing query
9516 2024.11.04 23:59:24.005138 [ 298 ] {1290bfc0-3a1f-45dd-8652-6d392b47d53a} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB.
9517 2024.11.04 23:59:24.005154 [ 298 ] {} <Debug> HTTP-Session: 3662b3aa-642d-48c7-97d2-a9d273a49fb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9518 2024.11.04 23:59:24.005375 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40619, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9519 2024.11.04 23:59:24.005444 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54177, User-Agent: (none), Length: 12146, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9520 2024.11.04 23:59:24.005498 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9521 2024.11.04 23:59:24.005518 [ 284 ] {} <Debug> HTTP-Session: d1f85d3a-8483-4def-ab6c-e5db34ccf794 Authenticating user 'default' from [fd00:1122:3344:101::d]:54177
9522 2024.11.04 23:59:24.005533 [ 284 ] {} <Debug> HTTP-Session: d1f85d3a-8483-4def-ab6c-e5db34ccf794 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9523 2024.11.04 23:59:24.005547 [ 284 ] {} <Debug> HTTP-Session: d1f85d3a-8483-4def-ab6c-e5db34ccf794 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9524 2024.11.04 23:59:24.005578 [ 284 ] {} <Trace> HTTP-Session: d1f85d3a-8483-4def-ab6c-e5db34ccf794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9525 2024.11.04 23:59:24.005707 [ 284 ] {7492e12d-391f-45f8-8baf-7b359953704d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54177) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
9526 2024.11.04 23:59:24.005752 [ 284 ] {7492e12d-391f-45f8-8baf-7b359953704d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9527 2024.11.04 23:59:24.005886 [ 284 ] {7492e12d-391f-45f8-8baf-7b359953704d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9528 2024.11.04 23:59:24.006207 [ 284 ] {7492e12d-391f-45f8-8baf-7b359953704d} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9529 2024.11.04 23:59:24.006243 [ 284 ] {7492e12d-391f-45f8-8baf-7b359953704d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
9530 2024.11.04 23:59:24.006610 [ 284 ] {7492e12d-391f-45f8-8baf-7b359953704d} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
9531 2024.11.04 23:59:24.006934 [ 284 ] {7492e12d-391f-45f8-8baf-7b359953704d} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9532 2024.11.04 23:59:24.007083 [ 284 ] {7492e12d-391f-45f8-8baf-7b359953704d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001422 sec., 57665.260196905765 rows/sec., 3.66 MiB/sec.
9533 2024.11.04 23:59:24.007119 [ 135 ] {} <Debug> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
9534 2024.11.04 23:59:24.007207 [ 135 ] {} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9535 2024.11.04 23:59:24.007248 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
9536 2024.11.04 23:59:24.007361 [ 284 ] {7492e12d-391f-45f8-8baf-7b359953704d} <Debug> DynamicQueryHandler: Done processing query
9537 2024.11.04 23:59:24.007418 [ 284 ] {7492e12d-391f-45f8-8baf-7b359953704d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9538 2024.11.04 23:59:24.007443 [ 284 ] {} <Debug> HTTP-Session: d1f85d3a-8483-4def-ab6c-e5db34ccf794 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9539 2024.11.04 23:59:24.007465 [ 189 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full
9540 2024.11.04 23:59:24.007660 [ 189 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9541 2024.11.04 23:59:24.007699 [ 189 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2716 rows starting from the beginning of the part
9542 2024.11.04 23:59:24.007798 [ 189 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part
9543 2024.11.04 23:59:24.007942 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54177, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9544 2024.11.04 23:59:24.007974 [ 189 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 82 rows starting from the beginning of the part
9545 2024.11.04 23:59:24.008295 [ 189 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 48 rows starting from the beginning of the part
9546 2024.11.04 23:59:24.008386 [ 189 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part
9547 2024.11.04 23:59:24.008464 [ 189 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 82 rows starting from the beginning of the part
9548 2024.11.04 23:59:24.009881 [ 192 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3048 rows, containing 4 columns (4 merged, 0 gathered) in 0.002547403 sec., 1196512.6837017934 rows/sec., 78.22 MiB/sec.
9549 2024.11.04 23:59:24.010175 [ 201 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
9550 2024.11.04 23:59:24.010582 [ 201 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_51_10} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9551 2024.11.04 23:59:24.010667 [ 201 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_51_10} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
9552 2024.11.04 23:59:24.010753 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB.
9553 2024.11.04 23:59:25.000180 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 163.43 MiB, peak 176.43 MiB, free memory in arenas 0.00 B, will set to 167.97 MiB (RSS), difference: 4.54 MiB
9554 2024.11.04 23:59:25.559349 [ 151 ] {} <Debug> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
9555 2024.11.04 23:59:25.559442 [ 151 ] {} <Trace> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9556 2024.11.04 23:59:25.559489 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
9557 2024.11.04 23:59:25.559779 [ 191 ] {ce9dbc75-98e0-4a02-b67c-85bb7a65062d::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full
9558 2024.11.04 23:59:25.560093 [ 191 ] {ce9dbc75-98e0-4a02-b67c-85bb7a65062d::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9559 2024.11.04 23:59:25.560153 [ 191 ] {ce9dbc75-98e0-4a02-b67c-85bb7a65062d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part
9560 2024.11.04 23:59:25.560275 [ 191 ] {ce9dbc75-98e0-4a02-b67c-85bb7a65062d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part
9561 2024.11.04 23:59:25.560711 [ 191 ] {ce9dbc75-98e0-4a02-b67c-85bb7a65062d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part
9562 2024.11.04 23:59:25.560970 [ 191 ] {ce9dbc75-98e0-4a02-b67c-85bb7a65062d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 10 rows starting from the beginning of the part
9563 2024.11.04 23:59:25.561134 [ 191 ] {ce9dbc75-98e0-4a02-b67c-85bb7a65062d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part
9564 2024.11.04 23:59:25.562289 [ 201 ] {ce9dbc75-98e0-4a02-b67c-85bb7a65062d::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002697715 sec., 13344.62684160484 rows/sec., 1.11 MiB/sec.
9565 2024.11.04 23:59:25.562479 [ 201 ] {ce9dbc75-98e0-4a02-b67c-85bb7a65062d::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
9566 2024.11.04 23:59:25.562950 [ 201 ] {ce9dbc75-98e0-4a02-b67c-85bb7a65062d::all_1_13_3} <Trace> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9567 2024.11.04 23:59:25.563036 [ 201 ] {ce9dbc75-98e0-4a02-b67c-85bb7a65062d::all_1_13_3} <Trace> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
9568 2024.11.04 23:59:25.563135 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
9569 2024.11.04 23:59:28.960739 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40619, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9570 2024.11.04 23:59:28.960903 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9571 2024.11.04 23:59:28.960948 [ 298 ] {} <Debug> HTTP-Session: b5a0a316-0686-43d4-aa4a-4dde7f1cbc5a Authenticating user 'default' from [fd00:1122:3344:101::d]:40619
9572 2024.11.04 23:59:28.960988 [ 298 ] {} <Debug> HTTP-Session: b5a0a316-0686-43d4-aa4a-4dde7f1cbc5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9573 2024.11.04 23:59:28.961016 [ 298 ] {} <Debug> HTTP-Session: b5a0a316-0686-43d4-aa4a-4dde7f1cbc5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9574 2024.11.04 23:59:28.961097 [ 298 ] {} <Trace> HTTP-Session: b5a0a316-0686-43d4-aa4a-4dde7f1cbc5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9575 2024.11.04 23:59:28.961372 [ 298 ] {e386fcd1-6588-442a-8c92-df086d148b01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40619) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
9576 2024.11.04 23:59:28.961481 [ 298 ] {e386fcd1-6588-442a-8c92-df086d148b01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9577 2024.11.04 23:59:28.961866 [ 298 ] {e386fcd1-6588-442a-8c92-df086d148b01} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9578 2024.11.04 23:59:28.962368 [ 298 ] {e386fcd1-6588-442a-8c92-df086d148b01} <Trace> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9579 2024.11.04 23:59:28.962413 [ 298 ] {e386fcd1-6588-442a-8c92-df086d148b01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
9580 2024.11.04 23:59:28.962821 [ 298 ] {e386fcd1-6588-442a-8c92-df086d148b01} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
9581 2024.11.04 23:59:28.963201 [ 298 ] {e386fcd1-6588-442a-8c92-df086d148b01} <Trace> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9582 2024.11.04 23:59:28.963350 [ 298 ] {e386fcd1-6588-442a-8c92-df086d148b01} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002065 sec., 1937.046004842615 rows/sec., 157.95 KiB/sec.
9583 2024.11.04 23:59:28.963568 [ 298 ] {e386fcd1-6588-442a-8c92-df086d148b01} <Debug> DynamicQueryHandler: Done processing query
9584 2024.11.04 23:59:28.963595 [ 298 ] {e386fcd1-6588-442a-8c92-df086d148b01} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
9585 2024.11.04 23:59:28.963612 [ 298 ] {} <Debug> HTTP-Session: b5a0a316-0686-43d4-aa4a-4dde7f1cbc5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9586 2024.11.04 23:59:28.963893 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40619, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9587 2024.11.04 23:59:28.963974 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51976, User-Agent: (none), Length: 8105, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9588 2024.11.04 23:59:28.964051 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9589 2024.11.04 23:59:28.964081 [ 284 ] {} <Debug> HTTP-Session: 4d537c49-8244-4395-be99-08f9a708048d Authenticating user 'default' from [fd00:1122:3344:101::d]:51976
9590 2024.11.04 23:59:28.964105 [ 284 ] {} <Debug> HTTP-Session: 4d537c49-8244-4395-be99-08f9a708048d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9591 2024.11.04 23:59:28.964124 [ 284 ] {} <Debug> HTTP-Session: 4d537c49-8244-4395-be99-08f9a708048d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9592 2024.11.04 23:59:28.964168 [ 284 ] {} <Trace> HTTP-Session: 4d537c49-8244-4395-be99-08f9a708048d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9593 2024.11.04 23:59:28.964321 [ 284 ] {ddb5beef-aa90-4d62-ab29-158cf33d7094} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51976) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
9594 2024.11.04 23:59:28.964380 [ 284 ] {ddb5beef-aa90-4d62-ab29-158cf33d7094} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9595 2024.11.04 23:59:28.964662 [ 284 ] {ddb5beef-aa90-4d62-ab29-158cf33d7094} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9596 2024.11.04 23:59:28.965054 [ 284 ] {ddb5beef-aa90-4d62-ab29-158cf33d7094} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9597 2024.11.04 23:59:28.965092 [ 284 ] {ddb5beef-aa90-4d62-ab29-158cf33d7094} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
9598 2024.11.04 23:59:28.965450 [ 284 ] {ddb5beef-aa90-4d62-ab29-158cf33d7094} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
9599 2024.11.04 23:59:28.965825 [ 284 ] {ddb5beef-aa90-4d62-ab29-158cf33d7094} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9600 2024.11.04 23:59:28.965954 [ 284 ] {ddb5beef-aa90-4d62-ab29-158cf33d7094} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.001684 sec., 34441.80522565321 rows/sec., 2.64 MiB/sec.
9601 2024.11.04 23:59:28.966217 [ 284 ] {ddb5beef-aa90-4d62-ab29-158cf33d7094} <Debug> DynamicQueryHandler: Done processing query
9602 2024.11.04 23:59:28.966278 [ 284 ] {ddb5beef-aa90-4d62-ab29-158cf33d7094} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
9603 2024.11.04 23:59:28.966338 [ 284 ] {} <Debug> HTTP-Session: 4d537c49-8244-4395-be99-08f9a708048d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9604 2024.11.04 23:59:28.966578 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51976, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9605 2024.11.04 23:59:28.966658 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53962, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9606 2024.11.04 23:59:28.966721 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9607 2024.11.04 23:59:28.966750 [ 298 ] {} <Debug> HTTP-Session: ee7ce364-b6e1-4714-b8d5-b2d5650d9546 Authenticating user 'default' from [fd00:1122:3344:101::d]:53962
9608 2024.11.04 23:59:28.966771 [ 298 ] {} <Debug> HTTP-Session: ee7ce364-b6e1-4714-b8d5-b2d5650d9546 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9609 2024.11.04 23:59:28.966789 [ 298 ] {} <Debug> HTTP-Session: ee7ce364-b6e1-4714-b8d5-b2d5650d9546 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9610 2024.11.04 23:59:28.966827 [ 298 ] {} <Trace> HTTP-Session: ee7ce364-b6e1-4714-b8d5-b2d5650d9546 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9611 2024.11.04 23:59:28.966947 [ 298 ] {8440c269-5bf7-4827-a4b9-0480fc36c796} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53962) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
9612 2024.11.04 23:59:28.967001 [ 298 ] {8440c269-5bf7-4827-a4b9-0480fc36c796} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9613 2024.11.04 23:59:28.968002 [ 298 ] {8440c269-5bf7-4827-a4b9-0480fc36c796} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9614 2024.11.04 23:59:28.968328 [ 298 ] {8440c269-5bf7-4827-a4b9-0480fc36c796} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9615 2024.11.04 23:59:28.968365 [ 298 ] {8440c269-5bf7-4827-a4b9-0480fc36c796} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
9616 2024.11.04 23:59:28.968702 [ 298 ] {8440c269-5bf7-4827-a4b9-0480fc36c796} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
9617 2024.11.04 23:59:28.969055 [ 298 ] {8440c269-5bf7-4827-a4b9-0480fc36c796} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9618 2024.11.04 23:59:28.969188 [ 298 ] {8440c269-5bf7-4827-a4b9-0480fc36c796} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.002274 sec., 1759.0149516270887 rows/sec., 122.82 KiB/sec.
9619 2024.11.04 23:59:28.969541 [ 298 ] {8440c269-5bf7-4827-a4b9-0480fc36c796} <Debug> DynamicQueryHandler: Done processing query
9620 2024.11.04 23:59:28.969571 [ 298 ] {8440c269-5bf7-4827-a4b9-0480fc36c796} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
9621 2024.11.04 23:59:28.969588 [ 298 ] {} <Debug> HTTP-Session: ee7ce364-b6e1-4714-b8d5-b2d5650d9546 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9622 2024.11.04 23:59:28.969809 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53962, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9623 2024.11.04 23:59:28.969896 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58126, User-Agent: (none), Length: 11570, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9624 2024.11.04 23:59:28.969958 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9625 2024.11.04 23:59:28.969984 [ 284 ] {} <Debug> HTTP-Session: 44bb9265-c033-4ea6-a933-1ff5128fba5d Authenticating user 'default' from [fd00:1122:3344:101::d]:58126
9626 2024.11.04 23:59:28.970004 [ 284 ] {} <Debug> HTTP-Session: 44bb9265-c033-4ea6-a933-1ff5128fba5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9627 2024.11.04 23:59:28.970021 [ 284 ] {} <Debug> HTTP-Session: 44bb9265-c033-4ea6-a933-1ff5128fba5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9628 2024.11.04 23:59:28.970060 [ 284 ] {} <Trace> HTTP-Session: 44bb9265-c033-4ea6-a933-1ff5128fba5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9629 2024.11.04 23:59:28.970204 [ 284 ] {10e9d4fd-cc60-47ca-897e-683bcb914f6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58126) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
9630 2024.11.04 23:59:28.970259 [ 284 ] {10e9d4fd-cc60-47ca-897e-683bcb914f6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9631 2024.11.04 23:59:28.970559 [ 284 ] {10e9d4fd-cc60-47ca-897e-683bcb914f6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9632 2024.11.04 23:59:28.970928 [ 284 ] {10e9d4fd-cc60-47ca-897e-683bcb914f6e} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9633 2024.11.04 23:59:28.970965 [ 284 ] {10e9d4fd-cc60-47ca-897e-683bcb914f6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
9634 2024.11.04 23:59:28.971313 [ 284 ] {10e9d4fd-cc60-47ca-897e-683bcb914f6e} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
9635 2024.11.04 23:59:28.971667 [ 284 ] {10e9d4fd-cc60-47ca-897e-683bcb914f6e} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9636 2024.11.04 23:59:28.971796 [ 284 ] {10e9d4fd-cc60-47ca-897e-683bcb914f6e} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001644 sec., 41362.5304136253 rows/sec., 3.23 MiB/sec.
9637 2024.11.04 23:59:28.972072 [ 284 ] {10e9d4fd-cc60-47ca-897e-683bcb914f6e} <Debug> DynamicQueryHandler: Done processing query
9638 2024.11.04 23:59:28.972128 [ 284 ] {10e9d4fd-cc60-47ca-897e-683bcb914f6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
9639 2024.11.04 23:59:28.972177 [ 284 ] {} <Debug> HTTP-Session: 44bb9265-c033-4ea6-a933-1ff5128fba5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9640 2024.11.04 23:59:28.972367 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53962, User-Agent: (none), Length: 31015, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9641 2024.11.04 23:59:28.972382 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58126, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9642 2024.11.04 23:59:28.972427 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9643 2024.11.04 23:59:28.972447 [ 298 ] {} <Debug> HTTP-Session: fe0f6fb9-89a9-411b-a365-0dbc812af3d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:53962
9644 2024.11.04 23:59:28.972467 [ 298 ] {} <Debug> HTTP-Session: fe0f6fb9-89a9-411b-a365-0dbc812af3d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9645 2024.11.04 23:59:28.972482 [ 298 ] {} <Debug> HTTP-Session: fe0f6fb9-89a9-411b-a365-0dbc812af3d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9646 2024.11.04 23:59:28.972514 [ 298 ] {} <Trace> HTTP-Session: fe0f6fb9-89a9-411b-a365-0dbc812af3d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9647 2024.11.04 23:59:28.972673 [ 298 ] {599f78ba-0bbb-44fa-8f9c-51be70a70ecf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53962) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
9648 2024.11.04 23:59:28.972721 [ 298 ] {599f78ba-0bbb-44fa-8f9c-51be70a70ecf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9649 2024.11.04 23:59:28.972874 [ 298 ] {599f78ba-0bbb-44fa-8f9c-51be70a70ecf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9650 2024.11.04 23:59:28.973280 [ 298 ] {599f78ba-0bbb-44fa-8f9c-51be70a70ecf} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9651 2024.11.04 23:59:28.973316 [ 298 ] {599f78ba-0bbb-44fa-8f9c-51be70a70ecf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
9652 2024.11.04 23:59:28.973696 [ 298 ] {599f78ba-0bbb-44fa-8f9c-51be70a70ecf} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
9653 2024.11.04 23:59:28.974025 [ 298 ] {599f78ba-0bbb-44fa-8f9c-51be70a70ecf} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9654 2024.11.04 23:59:28.974151 [ 298 ] {599f78ba-0bbb-44fa-8f9c-51be70a70ecf} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001552 sec., 104381.44329896907 rows/sec., 7.27 MiB/sec.
9655 2024.11.04 23:59:28.974317 [ 298 ] {599f78ba-0bbb-44fa-8f9c-51be70a70ecf} <Debug> DynamicQueryHandler: Done processing query
9656 2024.11.04 23:59:28.974342 [ 298 ] {599f78ba-0bbb-44fa-8f9c-51be70a70ecf} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
9657 2024.11.04 23:59:28.974358 [ 298 ] {} <Debug> HTTP-Session: fe0f6fb9-89a9-411b-a365-0dbc812af3d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9658 2024.11.04 23:59:28.974542 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53962, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9659 2024.11.04 23:59:28.974597 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49050, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9660 2024.11.04 23:59:28.974666 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9661 2024.11.04 23:59:28.974692 [ 284 ] {} <Debug> HTTP-Session: 36d6b155-21bd-41c5-be60-cb0befd09ed2 Authenticating user 'default' from [fd00:1122:3344:101::d]:49050
9662 2024.11.04 23:59:28.974713 [ 284 ] {} <Debug> HTTP-Session: 36d6b155-21bd-41c5-be60-cb0befd09ed2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9663 2024.11.04 23:59:28.974729 [ 284 ] {} <Debug> HTTP-Session: 36d6b155-21bd-41c5-be60-cb0befd09ed2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9664 2024.11.04 23:59:28.974767 [ 284 ] {} <Trace> HTTP-Session: 36d6b155-21bd-41c5-be60-cb0befd09ed2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9665 2024.11.04 23:59:28.974908 [ 284 ] {139121c4-51ff-4632-a951-8b5cd8cf866e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49050) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
9666 2024.11.04 23:59:28.974973 [ 284 ] {139121c4-51ff-4632-a951-8b5cd8cf866e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9667 2024.11.04 23:59:28.975135 [ 284 ] {139121c4-51ff-4632-a951-8b5cd8cf866e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9668 2024.11.04 23:59:28.975509 [ 284 ] {139121c4-51ff-4632-a951-8b5cd8cf866e} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9669 2024.11.04 23:59:28.975552 [ 284 ] {139121c4-51ff-4632-a951-8b5cd8cf866e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
9670 2024.11.04 23:59:28.975911 [ 284 ] {139121c4-51ff-4632-a951-8b5cd8cf866e} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
9671 2024.11.04 23:59:28.976232 [ 284 ] {139121c4-51ff-4632-a951-8b5cd8cf866e} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9672 2024.11.04 23:59:28.976357 [ 284 ] {139121c4-51ff-4632-a951-8b5cd8cf866e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001503 sec., 39920.159680638724 rows/sec., 2.69 MiB/sec.
9673 2024.11.04 23:59:28.976667 [ 284 ] {139121c4-51ff-4632-a951-8b5cd8cf866e} <Debug> DynamicQueryHandler: Done processing query
9674 2024.11.04 23:59:28.976731 [ 284 ] {139121c4-51ff-4632-a951-8b5cd8cf866e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
9675 2024.11.04 23:59:28.976800 [ 284 ] {} <Debug> HTTP-Session: 36d6b155-21bd-41c5-be60-cb0befd09ed2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9676 2024.11.04 23:59:28.977565 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49050, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9677 2024.11.04 23:59:30.419472 [ 140 ] {} <Debug> DNSResolver: Updating DNS cache
9678 2024.11.04 23:59:30.419537 [ 140 ] {} <Debug> DNSResolver: Updated DNS cache
9679 2024.11.04 23:59:30.650354 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 896
9680 2024.11.04 23:59:30.653247 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9681 2024.11.04 23:59:30.653306 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
9682 2024.11.04 23:59:30.654886 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
9683 2024.11.04 23:59:30.655908 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9684 2024.11.04 23:59:30.656524 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 896
9685 2024.11.04 23:59:33.960377 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53683, User-Agent: (none), Length: 7838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9686 2024.11.04 23:59:33.960497 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9687 2024.11.04 23:59:33.960527 [ 283 ] {} <Debug> HTTP-Session: f1dc7636-9f11-424d-8468-f23d4e9f06f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:53683
9688 2024.11.04 23:59:33.960555 [ 283 ] {} <Debug> HTTP-Session: f1dc7636-9f11-424d-8468-f23d4e9f06f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9689 2024.11.04 23:59:33.960573 [ 283 ] {} <Debug> HTTP-Session: f1dc7636-9f11-424d-8468-f23d4e9f06f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9690 2024.11.04 23:59:33.960629 [ 283 ] {} <Trace> HTTP-Session: f1dc7636-9f11-424d-8468-f23d4e9f06f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9691 2024.11.04 23:59:33.960838 [ 283 ] {477f7e26-2523-41f4-bc17-b2fca65a9a21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53683) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
9692 2024.11.04 23:59:33.960906 [ 283 ] {477f7e26-2523-41f4-bc17-b2fca65a9a21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9693 2024.11.04 23:59:33.961243 [ 283 ] {477f7e26-2523-41f4-bc17-b2fca65a9a21} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9694 2024.11.04 23:59:33.961715 [ 283 ] {477f7e26-2523-41f4-bc17-b2fca65a9a21} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9695 2024.11.04 23:59:33.961757 [ 283 ] {477f7e26-2523-41f4-bc17-b2fca65a9a21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
9696 2024.11.04 23:59:33.962193 [ 283 ] {477f7e26-2523-41f4-bc17-b2fca65a9a21} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
9697 2024.11.04 23:59:33.962598 [ 283 ] {477f7e26-2523-41f4-bc17-b2fca65a9a21} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9698 2024.11.04 23:59:33.962782 [ 283 ] {477f7e26-2523-41f4-bc17-b2fca65a9a21} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002006 sec., 27916.251246261218 rows/sec., 2.14 MiB/sec.
9699 2024.11.04 23:59:33.963141 [ 283 ] {477f7e26-2523-41f4-bc17-b2fca65a9a21} <Debug> DynamicQueryHandler: Done processing query
9700 2024.11.04 23:59:33.963197 [ 283 ] {477f7e26-2523-41f4-bc17-b2fca65a9a21} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
9701 2024.11.04 23:59:33.963234 [ 283 ] {} <Debug> HTTP-Session: f1dc7636-9f11-424d-8468-f23d4e9f06f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9702 2024.11.04 23:59:33.963467 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53683, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9703 2024.11.04 23:59:33.963605 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59943, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9704 2024.11.04 23:59:33.963684 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9705 2024.11.04 23:59:33.963709 [ 298 ] {} <Debug> HTTP-Session: 164a5095-5991-4260-a6ed-fffa0b3d4c38 Authenticating user 'default' from [fd00:1122:3344:101::d]:59943
9706 2024.11.04 23:59:33.963732 [ 298 ] {} <Debug> HTTP-Session: 164a5095-5991-4260-a6ed-fffa0b3d4c38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9707 2024.11.04 23:59:33.963749 [ 298 ] {} <Debug> HTTP-Session: 164a5095-5991-4260-a6ed-fffa0b3d4c38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9708 2024.11.04 23:59:33.963788 [ 298 ] {} <Trace> HTTP-Session: 164a5095-5991-4260-a6ed-fffa0b3d4c38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9709 2024.11.04 23:59:33.963921 [ 298 ] {9f7d18b2-b912-4248-8e67-4a6bee05d07a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59943) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
9710 2024.11.04 23:59:33.963972 [ 298 ] {9f7d18b2-b912-4248-8e67-4a6bee05d07a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9711 2024.11.04 23:59:33.964238 [ 298 ] {9f7d18b2-b912-4248-8e67-4a6bee05d07a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9712 2024.11.04 23:59:33.964622 [ 298 ] {9f7d18b2-b912-4248-8e67-4a6bee05d07a} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9713 2024.11.04 23:59:33.964659 [ 298 ] {9f7d18b2-b912-4248-8e67-4a6bee05d07a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
9714 2024.11.04 23:59:33.965038 [ 298 ] {9f7d18b2-b912-4248-8e67-4a6bee05d07a} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
9715 2024.11.04 23:59:33.965421 [ 298 ] {9f7d18b2-b912-4248-8e67-4a6bee05d07a} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9716 2024.11.04 23:59:33.965581 [ 298 ] {9f7d18b2-b912-4248-8e67-4a6bee05d07a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001699 sec., 37669.21718658034 rows/sec., 2.94 MiB/sec.
9717 2024.11.04 23:59:33.965771 [ 298 ] {9f7d18b2-b912-4248-8e67-4a6bee05d07a} <Debug> DynamicQueryHandler: Done processing query
9718 2024.11.04 23:59:33.965796 [ 298 ] {9f7d18b2-b912-4248-8e67-4a6bee05d07a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
9719 2024.11.04 23:59:33.965812 [ 298 ] {} <Debug> HTTP-Session: 164a5095-5991-4260-a6ed-fffa0b3d4c38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9720 2024.11.04 23:59:33.965999 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53683, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9721 2024.11.04 23:59:33.966069 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59943, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9722 2024.11.04 23:59:33.966070 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9723 2024.11.04 23:59:33.966110 [ 283 ] {} <Debug> HTTP-Session: 1175739c-3d4d-44e8-bec1-8f106c959ff2 Authenticating user 'default' from [fd00:1122:3344:101::d]:53683
9724 2024.11.04 23:59:33.966130 [ 283 ] {} <Debug> HTTP-Session: 1175739c-3d4d-44e8-bec1-8f106c959ff2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9725 2024.11.04 23:59:33.966147 [ 283 ] {} <Debug> HTTP-Session: 1175739c-3d4d-44e8-bec1-8f106c959ff2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9726 2024.11.04 23:59:33.966181 [ 283 ] {} <Trace> HTTP-Session: 1175739c-3d4d-44e8-bec1-8f106c959ff2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9727 2024.11.04 23:59:33.966356 [ 283 ] {245ad3e6-da24-44a9-b0ec-b14221a20d5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53683) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
9728 2024.11.04 23:59:33.966407 [ 283 ] {245ad3e6-da24-44a9-b0ec-b14221a20d5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9729 2024.11.04 23:59:33.966562 [ 283 ] {245ad3e6-da24-44a9-b0ec-b14221a20d5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9730 2024.11.04 23:59:33.966959 [ 283 ] {245ad3e6-da24-44a9-b0ec-b14221a20d5e} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9731 2024.11.04 23:59:33.966999 [ 283 ] {245ad3e6-da24-44a9-b0ec-b14221a20d5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
9732 2024.11.04 23:59:33.967402 [ 283 ] {245ad3e6-da24-44a9-b0ec-b14221a20d5e} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
9733 2024.11.04 23:59:33.967747 [ 283 ] {245ad3e6-da24-44a9-b0ec-b14221a20d5e} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9734 2024.11.04 23:59:33.967902 [ 283 ] {245ad3e6-da24-44a9-b0ec-b14221a20d5e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00162 sec., 98765.43209876544 rows/sec., 6.88 MiB/sec.
9735 2024.11.04 23:59:33.968113 [ 283 ] {245ad3e6-da24-44a9-b0ec-b14221a20d5e} <Debug> DynamicQueryHandler: Done processing query
9736 2024.11.04 23:59:33.968150 [ 283 ] {245ad3e6-da24-44a9-b0ec-b14221a20d5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
9737 2024.11.04 23:59:33.968181 [ 283 ] {} <Debug> HTTP-Session: 1175739c-3d4d-44e8-bec1-8f106c959ff2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9738 2024.11.04 23:59:33.968408 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53683, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9739 2024.11.04 23:59:33.968632 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49067, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9740 2024.11.04 23:59:33.968699 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9741 2024.11.04 23:59:33.968723 [ 298 ] {} <Debug> HTTP-Session: 71ddca04-72cd-4302-aaba-0c04af5f1705 Authenticating user 'default' from [fd00:1122:3344:101::d]:49067
9742 2024.11.04 23:59:33.968743 [ 298 ] {} <Debug> HTTP-Session: 71ddca04-72cd-4302-aaba-0c04af5f1705 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9743 2024.11.04 23:59:33.968760 [ 298 ] {} <Debug> HTTP-Session: 71ddca04-72cd-4302-aaba-0c04af5f1705 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9744 2024.11.04 23:59:33.968799 [ 298 ] {} <Trace> HTTP-Session: 71ddca04-72cd-4302-aaba-0c04af5f1705 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9745 2024.11.04 23:59:33.968930 [ 298 ] {fbcdd475-899c-4d32-a738-04fe6b36b2a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49067) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
9746 2024.11.04 23:59:33.968974 [ 298 ] {fbcdd475-899c-4d32-a738-04fe6b36b2a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9747 2024.11.04 23:59:33.969102 [ 298 ] {fbcdd475-899c-4d32-a738-04fe6b36b2a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9748 2024.11.04 23:59:33.969425 [ 298 ] {fbcdd475-899c-4d32-a738-04fe6b36b2a9} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9749 2024.11.04 23:59:33.969461 [ 298 ] {fbcdd475-899c-4d32-a738-04fe6b36b2a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
9750 2024.11.04 23:59:33.969821 [ 298 ] {fbcdd475-899c-4d32-a738-04fe6b36b2a9} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
9751 2024.11.04 23:59:33.970143 [ 298 ] {fbcdd475-899c-4d32-a738-04fe6b36b2a9} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9752 2024.11.04 23:59:33.970292 [ 298 ] {fbcdd475-899c-4d32-a738-04fe6b36b2a9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001412 sec., 42492.91784702549 rows/sec., 2.86 MiB/sec.
9753 2024.11.04 23:59:33.970556 [ 298 ] {fbcdd475-899c-4d32-a738-04fe6b36b2a9} <Debug> DynamicQueryHandler: Done processing query
9754 2024.11.04 23:59:33.970602 [ 298 ] {fbcdd475-899c-4d32-a738-04fe6b36b2a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
9755 2024.11.04 23:59:33.970630 [ 298 ] {} <Debug> HTTP-Session: 71ddca04-72cd-4302-aaba-0c04af5f1705 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9756 2024.11.04 23:59:33.971139 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49067, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9757 2024.11.04 23:59:38.966627 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53683, User-Agent: (none), Length: 40563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9758 2024.11.04 23:59:38.966759 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9759 2024.11.04 23:59:38.966786 [ 283 ] {} <Debug> HTTP-Session: dcb6fe08-ff38-47e9-84cb-1a1067915133 Authenticating user 'default' from [fd00:1122:3344:101::d]:53683
9760 2024.11.04 23:59:38.966811 [ 283 ] {} <Debug> HTTP-Session: dcb6fe08-ff38-47e9-84cb-1a1067915133 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9761 2024.11.04 23:59:38.966827 [ 283 ] {} <Debug> HTTP-Session: dcb6fe08-ff38-47e9-84cb-1a1067915133 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9762 2024.11.04 23:59:38.966877 [ 283 ] {} <Trace> HTTP-Session: dcb6fe08-ff38-47e9-84cb-1a1067915133 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9763 2024.11.04 23:59:38.967146 [ 283 ] {a0607cb1-2270-4316-8d6a-b6603691dde5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53683) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
9764 2024.11.04 23:59:38.967215 [ 283 ] {a0607cb1-2270-4316-8d6a-b6603691dde5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9765 2024.11.04 23:59:38.967554 [ 283 ] {a0607cb1-2270-4316-8d6a-b6603691dde5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9766 2024.11.04 23:59:38.968207 [ 283 ] {a0607cb1-2270-4316-8d6a-b6603691dde5} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9767 2024.11.04 23:59:38.968262 [ 283 ] {a0607cb1-2270-4316-8d6a-b6603691dde5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
9768 2024.11.04 23:59:38.968854 [ 283 ] {a0607cb1-2270-4316-8d6a-b6603691dde5} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
9769 2024.11.04 23:59:38.969253 [ 283 ] {a0607cb1-2270-4316-8d6a-b6603691dde5} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9770 2024.11.04 23:59:38.969428 [ 283 ] {a0607cb1-2270-4316-8d6a-b6603691dde5} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.002403 sec., 111111.11111111111 rows/sec., 9.89 MiB/sec.
9771 2024.11.04 23:59:38.969660 [ 283 ] {a0607cb1-2270-4316-8d6a-b6603691dde5} <Debug> DynamicQueryHandler: Done processing query
9772 2024.11.04 23:59:38.969688 [ 283 ] {a0607cb1-2270-4316-8d6a-b6603691dde5} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
9773 2024.11.04 23:59:38.969704 [ 283 ] {} <Debug> HTTP-Session: dcb6fe08-ff38-47e9-84cb-1a1067915133 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9774 2024.11.04 23:59:38.969922 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53683, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9775 2024.11.04 23:59:38.970049 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58647, User-Agent: (none), Length: 5644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9776 2024.11.04 23:59:38.970114 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9777 2024.11.04 23:59:38.970136 [ 298 ] {} <Debug> HTTP-Session: e231a183-d157-4fa2-98d2-02a095ebef1c Authenticating user 'default' from [fd00:1122:3344:101::d]:58647
9778 2024.11.04 23:59:38.970155 [ 298 ] {} <Debug> HTTP-Session: e231a183-d157-4fa2-98d2-02a095ebef1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9779 2024.11.04 23:59:38.970168 [ 298 ] {} <Debug> HTTP-Session: e231a183-d157-4fa2-98d2-02a095ebef1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9780 2024.11.04 23:59:38.970206 [ 298 ] {} <Trace> HTTP-Session: e231a183-d157-4fa2-98d2-02a095ebef1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9781 2024.11.04 23:59:38.970336 [ 298 ] {48fb6aa5-5b8c-4027-82a6-edbf46e6fe0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58647) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
9782 2024.11.04 23:59:38.970387 [ 298 ] {48fb6aa5-5b8c-4027-82a6-edbf46e6fe0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9783 2024.11.04 23:59:38.970631 [ 298 ] {48fb6aa5-5b8c-4027-82a6-edbf46e6fe0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9784 2024.11.04 23:59:38.971023 [ 298 ] {48fb6aa5-5b8c-4027-82a6-edbf46e6fe0f} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9785 2024.11.04 23:59:38.971087 [ 298 ] {48fb6aa5-5b8c-4027-82a6-edbf46e6fe0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
9786 2024.11.04 23:59:38.971549 [ 298 ] {48fb6aa5-5b8c-4027-82a6-edbf46e6fe0f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
9787 2024.11.04 23:59:38.971990 [ 298 ] {48fb6aa5-5b8c-4027-82a6-edbf46e6fe0f} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9788 2024.11.04 23:59:38.972156 [ 298 ] {48fb6aa5-5b8c-4027-82a6-edbf46e6fe0f} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001855 sec., 21024.258760107816 rows/sec., 1.54 MiB/sec.
9789 2024.11.04 23:59:38.972395 [ 298 ] {48fb6aa5-5b8c-4027-82a6-edbf46e6fe0f} <Debug> DynamicQueryHandler: Done processing query
9790 2024.11.04 23:59:38.972421 [ 298 ] {48fb6aa5-5b8c-4027-82a6-edbf46e6fe0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
9791 2024.11.04 23:59:38.972438 [ 298 ] {} <Debug> HTTP-Session: e231a183-d157-4fa2-98d2-02a095ebef1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9792 2024.11.04 23:59:38.972598 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53683, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9793 2024.11.04 23:59:38.972612 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58647, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9794 2024.11.04 23:59:38.972659 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9795 2024.11.04 23:59:38.972679 [ 283 ] {} <Debug> HTTP-Session: de3ad2fd-0ef6-4415-a38e-113a204fe992 Authenticating user 'default' from [fd00:1122:3344:101::d]:53683
9796 2024.11.04 23:59:38.972700 [ 283 ] {} <Debug> HTTP-Session: de3ad2fd-0ef6-4415-a38e-113a204fe992 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9797 2024.11.04 23:59:38.972720 [ 283 ] {} <Debug> HTTP-Session: de3ad2fd-0ef6-4415-a38e-113a204fe992 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9798 2024.11.04 23:59:38.972758 [ 283 ] {} <Trace> HTTP-Session: de3ad2fd-0ef6-4415-a38e-113a204fe992 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9799 2024.11.04 23:59:38.972867 [ 283 ] {7abaf549-abc5-4b99-b5d3-fe8bb7d733f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53683) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
9800 2024.11.04 23:59:38.972910 [ 283 ] {7abaf549-abc5-4b99-b5d3-fe8bb7d733f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9801 2024.11.04 23:59:38.973136 [ 283 ] {7abaf549-abc5-4b99-b5d3-fe8bb7d733f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9802 2024.11.04 23:59:38.973461 [ 283 ] {7abaf549-abc5-4b99-b5d3-fe8bb7d733f7} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9803 2024.11.04 23:59:38.973498 [ 283 ] {7abaf549-abc5-4b99-b5d3-fe8bb7d733f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
9804 2024.11.04 23:59:38.973862 [ 283 ] {7abaf549-abc5-4b99-b5d3-fe8bb7d733f7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
9805 2024.11.04 23:59:38.974221 [ 283 ] {7abaf549-abc5-4b99-b5d3-fe8bb7d733f7} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9806 2024.11.04 23:59:38.974352 [ 283 ] {7abaf549-abc5-4b99-b5d3-fe8bb7d733f7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001512 sec., 9259.25925925926 rows/sec., 648.46 KiB/sec.
9807 2024.11.04 23:59:38.974641 [ 283 ] {7abaf549-abc5-4b99-b5d3-fe8bb7d733f7} <Debug> DynamicQueryHandler: Done processing query
9808 2024.11.04 23:59:38.974674 [ 283 ] {7abaf549-abc5-4b99-b5d3-fe8bb7d733f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9809 2024.11.04 23:59:38.974690 [ 283 ] {} <Debug> HTTP-Session: de3ad2fd-0ef6-4415-a38e-113a204fe992 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9810 2024.11.04 23:59:38.974844 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53683, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9811 2024.11.04 23:59:38.974956 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42679, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9812 2024.11.04 23:59:38.975019 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9813 2024.11.04 23:59:38.975045 [ 298 ] {} <Debug> HTTP-Session: a9949df0-0b3c-45ca-9703-afb4f4e2fa54 Authenticating user 'default' from [fd00:1122:3344:101::d]:42679
9814 2024.11.04 23:59:38.975066 [ 298 ] {} <Debug> HTTP-Session: a9949df0-0b3c-45ca-9703-afb4f4e2fa54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9815 2024.11.04 23:59:38.975084 [ 298 ] {} <Debug> HTTP-Session: a9949df0-0b3c-45ca-9703-afb4f4e2fa54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9816 2024.11.04 23:59:38.975123 [ 298 ] {} <Trace> HTTP-Session: a9949df0-0b3c-45ca-9703-afb4f4e2fa54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9817 2024.11.04 23:59:38.975244 [ 298 ] {54502926-b273-488a-8296-c93e4f45cbb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42679) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
9818 2024.11.04 23:59:38.975297 [ 298 ] {54502926-b273-488a-8296-c93e4f45cbb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9819 2024.11.04 23:59:38.975602 [ 298 ] {54502926-b273-488a-8296-c93e4f45cbb3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9820 2024.11.04 23:59:38.975955 [ 298 ] {54502926-b273-488a-8296-c93e4f45cbb3} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9821 2024.11.04 23:59:38.975995 [ 298 ] {54502926-b273-488a-8296-c93e4f45cbb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
9822 2024.11.04 23:59:38.976347 [ 298 ] {54502926-b273-488a-8296-c93e4f45cbb3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
9823 2024.11.04 23:59:38.976713 [ 298 ] {54502926-b273-488a-8296-c93e4f45cbb3} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9824 2024.11.04 23:59:38.976849 [ 298 ] {54502926-b273-488a-8296-c93e4f45cbb3} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001636 sec., 3667.481662591687 rows/sec., 216.68 KiB/sec.
9825 2024.11.04 23:59:38.977095 [ 298 ] {54502926-b273-488a-8296-c93e4f45cbb3} <Debug> DynamicQueryHandler: Done processing query
9826 2024.11.04 23:59:38.977121 [ 298 ] {54502926-b273-488a-8296-c93e4f45cbb3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9827 2024.11.04 23:59:38.977138 [ 298 ] {} <Debug> HTTP-Session: a9949df0-0b3c-45ca-9703-afb4f4e2fa54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9828 2024.11.04 23:59:38.977398 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42679, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9829 2024.11.04 23:59:38.977428 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53683, User-Agent: (none), Length: 68384, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9830 2024.11.04 23:59:38.977493 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9831 2024.11.04 23:59:38.977516 [ 283 ] {} <Debug> HTTP-Session: 9a1e4fc6-1497-49e0-9512-ab460b7ea8b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:53683
9832 2024.11.04 23:59:38.977538 [ 283 ] {} <Debug> HTTP-Session: 9a1e4fc6-1497-49e0-9512-ab460b7ea8b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9833 2024.11.04 23:59:38.977557 [ 283 ] {} <Debug> HTTP-Session: 9a1e4fc6-1497-49e0-9512-ab460b7ea8b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9834 2024.11.04 23:59:38.977596 [ 283 ] {} <Trace> HTTP-Session: 9a1e4fc6-1497-49e0-9512-ab460b7ea8b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9835 2024.11.04 23:59:38.977855 [ 283 ] {bbbc2332-8a47-4f24-8645-083a550cbe92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53683) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
9836 2024.11.04 23:59:38.977908 [ 283 ] {bbbc2332-8a47-4f24-8645-083a550cbe92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9837 2024.11.04 23:59:38.978147 [ 283 ] {bbbc2332-8a47-4f24-8645-083a550cbe92} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9838 2024.11.04 23:59:38.978734 [ 283 ] {bbbc2332-8a47-4f24-8645-083a550cbe92} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9839 2024.11.04 23:59:38.978771 [ 283 ] {bbbc2332-8a47-4f24-8645-083a550cbe92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
9840 2024.11.04 23:59:38.979144 [ 283 ] {bbbc2332-8a47-4f24-8645-083a550cbe92} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
9841 2024.11.04 23:59:38.979489 [ 283 ] {bbbc2332-8a47-4f24-8645-083a550cbe92} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9842 2024.11.04 23:59:38.979620 [ 283 ] {bbbc2332-8a47-4f24-8645-083a550cbe92} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001898 sec., 221812.43414120126 rows/sec., 15.85 MiB/sec.
9843 2024.11.04 23:59:38.979793 [ 283 ] {bbbc2332-8a47-4f24-8645-083a550cbe92} <Debug> DynamicQueryHandler: Done processing query
9844 2024.11.04 23:59:38.979817 [ 283 ] {bbbc2332-8a47-4f24-8645-083a550cbe92} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
9845 2024.11.04 23:59:38.979833 [ 283 ] {} <Debug> HTTP-Session: 9a1e4fc6-1497-49e0-9512-ab460b7ea8b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9846 2024.11.04 23:59:38.980049 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53683, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9847 2024.11.04 23:59:38.980129 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61701, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9848 2024.11.04 23:59:38.980193 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9849 2024.11.04 23:59:38.980218 [ 298 ] {} <Debug> HTTP-Session: 5b3a7d2f-d8df-4ca9-9315-322581006892 Authenticating user 'default' from [fd00:1122:3344:101::d]:61701
9850 2024.11.04 23:59:38.980238 [ 298 ] {} <Debug> HTTP-Session: 5b3a7d2f-d8df-4ca9-9315-322581006892 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9851 2024.11.04 23:59:38.980255 [ 298 ] {} <Debug> HTTP-Session: 5b3a7d2f-d8df-4ca9-9315-322581006892 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9852 2024.11.04 23:59:38.980292 [ 298 ] {} <Trace> HTTP-Session: 5b3a7d2f-d8df-4ca9-9315-322581006892 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9853 2024.11.04 23:59:38.980409 [ 298 ] {3032e5be-ff44-4333-8e09-52998438c306} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61701) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
9854 2024.11.04 23:59:38.980463 [ 298 ] {3032e5be-ff44-4333-8e09-52998438c306} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9855 2024.11.04 23:59:38.980623 [ 298 ] {3032e5be-ff44-4333-8e09-52998438c306} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9856 2024.11.04 23:59:38.980943 [ 298 ] {3032e5be-ff44-4333-8e09-52998438c306} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9857 2024.11.04 23:59:38.980987 [ 298 ] {3032e5be-ff44-4333-8e09-52998438c306} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
9858 2024.11.04 23:59:38.981344 [ 298 ] {3032e5be-ff44-4333-8e09-52998438c306} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
9859 2024.11.04 23:59:38.981673 [ 298 ] {3032e5be-ff44-4333-8e09-52998438c306} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9860 2024.11.04 23:59:38.981810 [ 298 ] {3032e5be-ff44-4333-8e09-52998438c306} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001429 sec., 4198.740377886635 rows/sec., 219.37 KiB/sec.
9861 2024.11.04 23:59:38.982232 [ 298 ] {3032e5be-ff44-4333-8e09-52998438c306} <Debug> DynamicQueryHandler: Done processing query
9862 2024.11.04 23:59:38.982319 [ 298 ] {3032e5be-ff44-4333-8e09-52998438c306} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
9863 2024.11.04 23:59:38.982397 [ 298 ] {} <Debug> HTTP-Session: 5b3a7d2f-d8df-4ca9-9315-322581006892 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9864 2024.11.04 23:59:38.982679 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53683, User-Agent: (none), Length: 44639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9865 2024.11.04 23:59:38.982697 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61701, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9866 2024.11.04 23:59:38.982744 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9867 2024.11.04 23:59:38.982774 [ 283 ] {} <Debug> HTTP-Session: 8e624b4d-0375-4705-9948-7637ca6a125a Authenticating user 'default' from [fd00:1122:3344:101::d]:53683
9868 2024.11.04 23:59:38.982794 [ 283 ] {} <Debug> HTTP-Session: 8e624b4d-0375-4705-9948-7637ca6a125a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9869 2024.11.04 23:59:38.982812 [ 283 ] {} <Debug> HTTP-Session: 8e624b4d-0375-4705-9948-7637ca6a125a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9870 2024.11.04 23:59:38.982852 [ 283 ] {} <Trace> HTTP-Session: 8e624b4d-0375-4705-9948-7637ca6a125a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9871 2024.11.04 23:59:38.983085 [ 283 ] {ea22156d-c40e-4baa-bdba-8b4bc3cf57a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53683) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
9872 2024.11.04 23:59:38.983141 [ 283 ] {ea22156d-c40e-4baa-bdba-8b4bc3cf57a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9873 2024.11.04 23:59:38.983324 [ 283 ] {ea22156d-c40e-4baa-bdba-8b4bc3cf57a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9874 2024.11.04 23:59:38.983822 [ 283 ] {ea22156d-c40e-4baa-bdba-8b4bc3cf57a5} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9875 2024.11.04 23:59:38.983865 [ 283 ] {ea22156d-c40e-4baa-bdba-8b4bc3cf57a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
9876 2024.11.04 23:59:38.984264 [ 283 ] {ea22156d-c40e-4baa-bdba-8b4bc3cf57a5} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
9877 2024.11.04 23:59:38.984598 [ 283 ] {ea22156d-c40e-4baa-bdba-8b4bc3cf57a5} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9878 2024.11.04 23:59:38.984730 [ 283 ] {ea22156d-c40e-4baa-bdba-8b4bc3cf57a5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001772 sec., 133747.17832957112 rows/sec., 8.96 MiB/sec.
9879 2024.11.04 23:59:38.985002 [ 283 ] {ea22156d-c40e-4baa-bdba-8b4bc3cf57a5} <Debug> DynamicQueryHandler: Done processing query
9880 2024.11.04 23:59:38.985062 [ 283 ] {ea22156d-c40e-4baa-bdba-8b4bc3cf57a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
9881 2024.11.04 23:59:38.985091 [ 283 ] {} <Debug> HTTP-Session: 8e624b4d-0375-4705-9948-7637ca6a125a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9882 2024.11.04 23:59:38.985293 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53683, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9883 2024.11.04 23:59:38.985410 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59988, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9884 2024.11.04 23:59:38.985472 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9885 2024.11.04 23:59:38.985498 [ 298 ] {} <Debug> HTTP-Session: 1034a68d-35d6-46a8-aca6-a4a539433951 Authenticating user 'default' from [fd00:1122:3344:101::d]:59988
9886 2024.11.04 23:59:38.985518 [ 298 ] {} <Debug> HTTP-Session: 1034a68d-35d6-46a8-aca6-a4a539433951 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9887 2024.11.04 23:59:38.985535 [ 298 ] {} <Debug> HTTP-Session: 1034a68d-35d6-46a8-aca6-a4a539433951 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9888 2024.11.04 23:59:38.985574 [ 298 ] {} <Trace> HTTP-Session: 1034a68d-35d6-46a8-aca6-a4a539433951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9889 2024.11.04 23:59:38.985691 [ 298 ] {af57bbfb-6886-4bba-a22e-2d4a243ea8d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59988) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
9890 2024.11.04 23:59:38.985745 [ 298 ] {af57bbfb-6886-4bba-a22e-2d4a243ea8d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9891 2024.11.04 23:59:38.985915 [ 298 ] {af57bbfb-6886-4bba-a22e-2d4a243ea8d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9892 2024.11.04 23:59:38.986190 [ 298 ] {af57bbfb-6886-4bba-a22e-2d4a243ea8d5} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9893 2024.11.04 23:59:38.986225 [ 298 ] {af57bbfb-6886-4bba-a22e-2d4a243ea8d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
9894 2024.11.04 23:59:38.986572 [ 298 ] {af57bbfb-6886-4bba-a22e-2d4a243ea8d5} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
9895 2024.11.04 23:59:38.986900 [ 298 ] {af57bbfb-6886-4bba-a22e-2d4a243ea8d5} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9896 2024.11.04 23:59:38.987034 [ 298 ] {af57bbfb-6886-4bba-a22e-2d4a243ea8d5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001373 sec., 728.3321194464676 rows/sec., 49.08 KiB/sec.
9897 2024.11.04 23:59:38.987578 [ 298 ] {af57bbfb-6886-4bba-a22e-2d4a243ea8d5} <Debug> DynamicQueryHandler: Done processing query
9898 2024.11.04 23:59:38.987665 [ 298 ] {af57bbfb-6886-4bba-a22e-2d4a243ea8d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
9899 2024.11.04 23:59:38.987733 [ 298 ] {} <Debug> HTTP-Session: 1034a68d-35d6-46a8-aca6-a4a539433951 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9900 2024.11.04 23:59:38.987975 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59988, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9901 2024.11.04 23:59:38.988034 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53683, User-Agent: (none), Length: 65616, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9902 2024.11.04 23:59:38.988099 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9903 2024.11.04 23:59:38.988124 [ 283 ] {} <Debug> HTTP-Session: 09fdb322-67c4-40e4-b71e-783ce38deda0 Authenticating user 'default' from [fd00:1122:3344:101::d]:53683
9904 2024.11.04 23:59:38.988144 [ 283 ] {} <Debug> HTTP-Session: 09fdb322-67c4-40e4-b71e-783ce38deda0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9905 2024.11.04 23:59:38.988162 [ 283 ] {} <Debug> HTTP-Session: 09fdb322-67c4-40e4-b71e-783ce38deda0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9906 2024.11.04 23:59:38.988201 [ 283 ] {} <Trace> HTTP-Session: 09fdb322-67c4-40e4-b71e-783ce38deda0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9907 2024.11.04 23:59:38.988685 [ 283 ] {f1fefa93-aff8-488c-925d-163b51674f32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53683) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
9908 2024.11.04 23:59:38.988767 [ 283 ] {f1fefa93-aff8-488c-925d-163b51674f32} <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
9909 2024.11.04 23:59:38.989238 [ 283 ] {f1fefa93-aff8-488c-925d-163b51674f32} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9910 2024.11.04 23:59:38.990009 [ 283 ] {f1fefa93-aff8-488c-925d-163b51674f32} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9911 2024.11.04 23:59:38.990046 [ 283 ] {f1fefa93-aff8-488c-925d-163b51674f32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
9912 2024.11.04 23:59:38.990696 [ 283 ] {f1fefa93-aff8-488c-925d-163b51674f32} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
9913 2024.11.04 23:59:38.991097 [ 283 ] {f1fefa93-aff8-488c-925d-163b51674f32} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9914 2024.11.04 23:59:38.991246 [ 283 ] {f1fefa93-aff8-488c-925d-163b51674f32} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002929 sec., 13315.124615909866 rows/sec., 23.86 MiB/sec.
9915 2024.11.04 23:59:38.991476 [ 283 ] {f1fefa93-aff8-488c-925d-163b51674f32} <Debug> DynamicQueryHandler: Done processing query
9916 2024.11.04 23:59:38.991500 [ 283 ] {f1fefa93-aff8-488c-925d-163b51674f32} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB.
9917 2024.11.04 23:59:38.991516 [ 283 ] {} <Debug> HTTP-Session: 09fdb322-67c4-40e4-b71e-783ce38deda0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9918 2024.11.04 23:59:38.991700 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53683, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9919 2024.11.04 23:59:38.991774 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46549, User-Agent: (none), Length: 12146, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9920 2024.11.04 23:59:38.991837 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9921 2024.11.04 23:59:38.991862 [ 298 ] {} <Debug> HTTP-Session: 386ace24-6db8-4252-a6f3-907efa0b11d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:46549
9922 2024.11.04 23:59:38.991883 [ 298 ] {} <Debug> HTTP-Session: 386ace24-6db8-4252-a6f3-907efa0b11d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9923 2024.11.04 23:59:38.991901 [ 298 ] {} <Debug> HTTP-Session: 386ace24-6db8-4252-a6f3-907efa0b11d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9924 2024.11.04 23:59:38.991938 [ 298 ] {} <Trace> HTTP-Session: 386ace24-6db8-4252-a6f3-907efa0b11d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9925 2024.11.04 23:59:38.992081 [ 298 ] {cc692391-bdf5-48ba-9726-66ab77652c44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46549) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
9926 2024.11.04 23:59:38.992136 [ 298 ] {cc692391-bdf5-48ba-9726-66ab77652c44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9927 2024.11.04 23:59:38.992292 [ 298 ] {cc692391-bdf5-48ba-9726-66ab77652c44} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9928 2024.11.04 23:59:38.992676 [ 298 ] {cc692391-bdf5-48ba-9726-66ab77652c44} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9929 2024.11.04 23:59:38.992718 [ 298 ] {cc692391-bdf5-48ba-9726-66ab77652c44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
9930 2024.11.04 23:59:38.993111 [ 298 ] {cc692391-bdf5-48ba-9726-66ab77652c44} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
9931 2024.11.04 23:59:38.993429 [ 298 ] {cc692391-bdf5-48ba-9726-66ab77652c44} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9932 2024.11.04 23:59:38.993555 [ 298 ] {cc692391-bdf5-48ba-9726-66ab77652c44} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00153 sec., 53594.77124183007 rows/sec., 3.40 MiB/sec.
9933 2024.11.04 23:59:38.993820 [ 298 ] {cc692391-bdf5-48ba-9726-66ab77652c44} <Debug> DynamicQueryHandler: Done processing query
9934 2024.11.04 23:59:38.993883 [ 298 ] {cc692391-bdf5-48ba-9726-66ab77652c44} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9935 2024.11.04 23:59:38.993942 [ 298 ] {} <Debug> HTTP-Session: 386ace24-6db8-4252-a6f3-907efa0b11d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9936 2024.11.04 23:59:38.994355 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46549, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9937 2024.11.04 23:59:39.435108 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59034, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9938 2024.11.04 23:59:39.463117 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46710, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9939 2024.11.04 23:59:39.572255 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52988, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9940 2024.11.04 23:59:39.885408 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39291, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9941 2024.11.04 23:59:39.904469 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:32957, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9942 2024.11.04 23:59:40.001022 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34152, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9943 2024.11.04 23:59:40.008629 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41007, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9944 2024.11.04 23:59:40.089694 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56399, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9945 2024.11.04 23:59:40.132447 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52959, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9946 2024.11.04 23:59:40.135964 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36125, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9947 2024.11.04 23:59:40.161174 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60461, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9948 2024.11.04 23:59:40.196288 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59765, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9949 2024.11.04 23:59:40.198153 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51684, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9950 2024.11.04 23:59:40.203628 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51438, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9951 2024.11.04 23:59:40.224773 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63449, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9952 2024.11.04 23:59:40.240350 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38327, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9953 2024.11.04 23:59:40.252115 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55410, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9954 2024.11.04 23:59:40.253651 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39523, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9955 2024.11.04 23:59:40.292008 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63947, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9956 2024.11.04 23:59:40.299715 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46531, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9957 2024.11.04 23:59:40.313485 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50824, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9958 2024.11.04 23:59:40.327081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56925, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9959 2024.11.04 23:59:40.384515 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51948, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9960 2024.11.04 23:59:40.409974 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:38013, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9961 2024.11.04 23:59:40.656779 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 924
9962 2024.11.04 23:59:40.659587 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9963 2024.11.04 23:59:40.659639 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
9964 2024.11.04 23:59:40.661156 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
9965 2024.11.04 23:59:40.662138 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9966 2024.11.04 23:59:40.662953 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 924
9967 2024.11.04 23:59:43.958313 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40679, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9968 2024.11.04 23:59:43.958441 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9969 2024.11.04 23:59:43.958471 [ 283 ] {} <Debug> HTTP-Session: 647c9fa2-077a-4f2e-824c-8375057c68d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40679
9970 2024.11.04 23:59:43.958499 [ 283 ] {} <Debug> HTTP-Session: 647c9fa2-077a-4f2e-824c-8375057c68d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9971 2024.11.04 23:59:43.958517 [ 283 ] {} <Debug> HTTP-Session: 647c9fa2-077a-4f2e-824c-8375057c68d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9972 2024.11.04 23:59:43.958577 [ 283 ] {} <Trace> HTTP-Session: 647c9fa2-077a-4f2e-824c-8375057c68d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9973 2024.11.04 23:59:43.958775 [ 283 ] {e7c80581-9913-4628-acad-df4748ecdfe4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40679) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
9974 2024.11.04 23:59:43.958853 [ 283 ] {e7c80581-9913-4628-acad-df4748ecdfe4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9975 2024.11.04 23:59:43.959239 [ 283 ] {e7c80581-9913-4628-acad-df4748ecdfe4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9976 2024.11.04 23:59:43.959654 [ 283 ] {e7c80581-9913-4628-acad-df4748ecdfe4} <Trace> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9977 2024.11.04 23:59:43.959701 [ 283 ] {e7c80581-9913-4628-acad-df4748ecdfe4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
9978 2024.11.04 23:59:43.960120 [ 283 ] {e7c80581-9913-4628-acad-df4748ecdfe4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
9979 2024.11.04 23:59:43.960515 [ 283 ] {e7c80581-9913-4628-acad-df4748ecdfe4} <Trace> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9980 2024.11.04 23:59:43.960705 [ 283 ] {e7c80581-9913-4628-acad-df4748ecdfe4} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001984 sec., 1008.0645161290322 rows/sec., 82.20 KiB/sec.
9981 2024.11.04 23:59:43.960929 [ 283 ] {e7c80581-9913-4628-acad-df4748ecdfe4} <Debug> DynamicQueryHandler: Done processing query
9982 2024.11.04 23:59:43.960957 [ 283 ] {e7c80581-9913-4628-acad-df4748ecdfe4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
9983 2024.11.04 23:59:43.960975 [ 283 ] {} <Debug> HTTP-Session: 647c9fa2-077a-4f2e-824c-8375057c68d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9984 2024.11.04 23:59:43.961187 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40679, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9985 2024.11.04 23:59:43.961322 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36627, User-Agent: (none), Length: 7972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9986 2024.11.04 23:59:43.961441 [ 299 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9987 2024.11.04 23:59:43.961469 [ 299 ] {} <Debug> HTTP-Session: 963d4318-5661-4b05-8b44-02597658bfd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36627
9988 2024.11.04 23:59:43.961493 [ 299 ] {} <Debug> HTTP-Session: 963d4318-5661-4b05-8b44-02597658bfd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9989 2024.11.04 23:59:43.961507 [ 299 ] {} <Debug> HTTP-Session: 963d4318-5661-4b05-8b44-02597658bfd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9990 2024.11.04 23:59:43.961563 [ 299 ] {} <Trace> HTTP-Session: 963d4318-5661-4b05-8b44-02597658bfd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9991 2024.11.04 23:59:43.961778 [ 299 ] {7f77f23f-9be1-4be6-8a0d-cd43910a342e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36627) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
9992 2024.11.04 23:59:43.961852 [ 299 ] {7f77f23f-9be1-4be6-8a0d-cd43910a342e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9993 2024.11.04 23:59:43.962202 [ 299 ] {7f77f23f-9be1-4be6-8a0d-cd43910a342e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9994 2024.11.04 23:59:43.962597 [ 299 ] {7f77f23f-9be1-4be6-8a0d-cd43910a342e} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9995 2024.11.04 23:59:43.962638 [ 299 ] {7f77f23f-9be1-4be6-8a0d-cd43910a342e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
9996 2024.11.04 23:59:43.963055 [ 299 ] {7f77f23f-9be1-4be6-8a0d-cd43910a342e} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
9997 2024.11.04 23:59:43.963463 [ 299 ] {7f77f23f-9be1-4be6-8a0d-cd43910a342e} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9998 2024.11.04 23:59:43.963637 [ 299 ] {7f77f23f-9be1-4be6-8a0d-cd43910a342e} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001935 sec., 29457.36434108527 rows/sec., 2.26 MiB/sec.
9999 2024.11.04 23:59:43.963825 [ 299 ] {7f77f23f-9be1-4be6-8a0d-cd43910a342e} <Debug> DynamicQueryHandler: Done processing query
10000 2024.11.04 23:59:43.963851 [ 299 ] {7f77f23f-9be1-4be6-8a0d-cd43910a342e} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
10001 2024.11.04 23:59:43.963868 [ 299 ] {} <Debug> HTTP-Session: 963d4318-5661-4b05-8b44-02597658bfd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10002 2024.11.04 23:59:43.964028 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36627, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10003 2024.11.04 23:59:43.964152 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49042, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10004 2024.11.04 23:59:43.964225 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10005 2024.11.04 23:59:43.964247 [ 283 ] {} <Debug> HTTP-Session: a637653a-80ac-47be-bd80-e609ca751cbf Authenticating user 'default' from [fd00:1122:3344:101::d]:49042
10006 2024.11.04 23:59:43.964267 [ 283 ] {} <Debug> HTTP-Session: a637653a-80ac-47be-bd80-e609ca751cbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10007 2024.11.04 23:59:43.964281 [ 283 ] {} <Debug> HTTP-Session: a637653a-80ac-47be-bd80-e609ca751cbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10008 2024.11.04 23:59:43.964325 [ 283 ] {} <Trace> HTTP-Session: a637653a-80ac-47be-bd80-e609ca751cbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10009 2024.11.04 23:59:43.964444 [ 283 ] {8cb568b8-5d8f-4fae-8414-c0d9a847764b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49042) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
10010 2024.11.04 23:59:43.964497 [ 283 ] {8cb568b8-5d8f-4fae-8414-c0d9a847764b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10011 2024.11.04 23:59:43.964778 [ 283 ] {8cb568b8-5d8f-4fae-8414-c0d9a847764b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10012 2024.11.04 23:59:43.965087 [ 283 ] {8cb568b8-5d8f-4fae-8414-c0d9a847764b} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10013 2024.11.04 23:59:43.965127 [ 283 ] {8cb568b8-5d8f-4fae-8414-c0d9a847764b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
10014 2024.11.04 23:59:43.965495 [ 283 ] {8cb568b8-5d8f-4fae-8414-c0d9a847764b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10015 2024.11.04 23:59:43.965885 [ 283 ] {8cb568b8-5d8f-4fae-8414-c0d9a847764b} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10016 2024.11.04 23:59:43.966049 [ 134 ] {} <Debug> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
10017 2024.11.04 23:59:43.966054 [ 283 ] {8cb568b8-5d8f-4fae-8414-c0d9a847764b} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001635 sec., 1223.2415902140674 rows/sec., 85.41 KiB/sec.
10018 2024.11.04 23:59:43.966145 [ 134 ] {} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10019 2024.11.04 23:59:43.966211 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
10020 2024.11.04 23:59:43.966460 [ 283 ] {8cb568b8-5d8f-4fae-8414-c0d9a847764b} <Debug> DynamicQueryHandler: Done processing query
10021 2024.11.04 23:59:43.966539 [ 283 ] {8cb568b8-5d8f-4fae-8414-c0d9a847764b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
10022 2024.11.04 23:59:43.966558 [ 192 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full
10023 2024.11.04 23:59:43.966620 [ 283 ] {} <Debug> HTTP-Session: a637653a-80ac-47be-bd80-e609ca751cbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10024 2024.11.04 23:59:43.966965 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36627, User-Agent: (none), Length: 11229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10025 2024.11.04 23:59:43.967026 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49042, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10026 2024.11.04 23:59:43.967175 [ 299 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10027 2024.11.04 23:59:43.967324 [ 299 ] {} <Debug> HTTP-Session: 94c4bdd4-c3fd-4101-84eb-35b52eaf53c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:36627
10028 2024.11.04 23:59:43.967331 [ 192 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10029 2024.11.04 23:59:43.967395 [ 283 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below):
10030 
10031 (version 23.8.7.1)
10032 2024.11.04 23:59:43.967395 [ 299 ] {} <Debug> HTTP-Session: 94c4bdd4-c3fd-4101-84eb-35b52eaf53c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10033 2024.11.04 23:59:43.967432 [ 192 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 57 rows starting from the beginning of the part
10034 2024.11.04 23:59:43.967446 [ 299 ] {} <Debug> HTTP-Session: 94c4bdd4-c3fd-4101-84eb-35b52eaf53c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10035 2024.11.04 23:59:43.967516 [ 299 ] {} <Trace> HTTP-Session: 94c4bdd4-c3fd-4101-84eb-35b52eaf53c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10036 2024.11.04 23:59:43.967594 [ 192 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 2 rows starting from the beginning of the part
10037 2024.11.04 23:59:43.967737 [ 192 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 39 rows starting from the beginning of the part
10038 2024.11.04 23:59:43.967777 [ 299 ] {43b88f34-a996-4ce1-b0c8-cad8b77093e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36627) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
10039 2024.11.04 23:59:43.967946 [ 299 ] {43b88f34-a996-4ce1-b0c8-cad8b77093e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10040 2024.11.04 23:59:43.967953 [ 192 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 4 rows starting from the beginning of the part
10041 2024.11.04 23:59:43.968148 [ 192 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 39 rows starting from the beginning of the part
10042 2024.11.04 23:59:43.968342 [ 192 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 2 rows starting from the beginning of the part
10043 2024.11.04 23:59:43.968821 [ 299 ] {43b88f34-a996-4ce1-b0c8-cad8b77093e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10044 2024.11.04 23:59:43.969326 [ 299 ] {43b88f34-a996-4ce1-b0c8-cad8b77093e3} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10045 2024.11.04 23:59:43.969367 [ 299 ] {43b88f34-a996-4ce1-b0c8-cad8b77093e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
10046 2024.11.04 23:59:43.970021 [ 299 ] {43b88f34-a996-4ce1-b0c8-cad8b77093e3} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
10047 2024.11.04 23:59:43.970053 [ 201 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 143 rows, containing 5 columns (5 merged, 0 gathered) in 0.003718436 sec., 38457.028707768535 rows/sec., 2.93 MiB/sec.
10048 2024.11.04 23:59:43.970315 [ 201 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
10049 2024.11.04 23:59:43.970907 [ 299 ] {43b88f34-a996-4ce1-b0c8-cad8b77093e3} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10050 2024.11.04 23:59:43.971348 [ 299 ] {43b88f34-a996-4ce1-b0c8-cad8b77093e3} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.00366 sec., 18032.7868852459 rows/sec., 1.41 MiB/sec.
10051 2024.11.04 23:59:43.971592 [ 201 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_36_7} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10052 2024.11.04 23:59:43.971963 [ 201 ] {34fef8e2-d1f9-4f22-bf52-55c907cfd790::all_1_36_7} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
10053 2024.11.04 23:59:43.972160 [ 299 ] {43b88f34-a996-4ce1-b0c8-cad8b77093e3} <Debug> DynamicQueryHandler: Done processing query
10054 2024.11.04 23:59:43.972264 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
10055 2024.11.04 23:59:43.972289 [ 299 ] {43b88f34-a996-4ce1-b0c8-cad8b77093e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
10056 2024.11.04 23:59:43.972375 [ 299 ] {} <Debug> HTTP-Session: 94c4bdd4-c3fd-4101-84eb-35b52eaf53c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10057 2024.11.04 23:59:43.972625 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36627, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10058 2024.11.04 23:59:43.972762 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39342, User-Agent: (none), Length: 24711, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10059 2024.11.04 23:59:43.972815 [ 299 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below):
10060 
10061 (version 23.8.7.1)
10062 2024.11.04 23:59:43.972840 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10063 2024.11.04 23:59:43.972884 [ 283 ] {} <Debug> HTTP-Session: d871227e-f049-4c9b-a33d-b01ce9fbd31e Authenticating user 'default' from [fd00:1122:3344:101::d]:39342
10064 2024.11.04 23:59:43.972907 [ 283 ] {} <Debug> HTTP-Session: d871227e-f049-4c9b-a33d-b01ce9fbd31e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10065 2024.11.04 23:59:43.972925 [ 283 ] {} <Debug> HTTP-Session: d871227e-f049-4c9b-a33d-b01ce9fbd31e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10066 2024.11.04 23:59:43.972968 [ 283 ] {} <Trace> HTTP-Session: d871227e-f049-4c9b-a33d-b01ce9fbd31e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10067 2024.11.04 23:59:43.973165 [ 283 ] {3bcd8789-6a7a-45a5-bfdf-f2b2928863b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39342) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
10068 2024.11.04 23:59:43.973218 [ 283 ] {3bcd8789-6a7a-45a5-bfdf-f2b2928863b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10069 2024.11.04 23:59:43.973401 [ 283 ] {3bcd8789-6a7a-45a5-bfdf-f2b2928863b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10070 2024.11.04 23:59:43.973787 [ 283 ] {3bcd8789-6a7a-45a5-bfdf-f2b2928863b0} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10071 2024.11.04 23:59:43.973824 [ 283 ] {3bcd8789-6a7a-45a5-bfdf-f2b2928863b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
10072 2024.11.04 23:59:43.974229 [ 283 ] {3bcd8789-6a7a-45a5-bfdf-f2b2928863b0} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
10073 2024.11.04 23:59:43.974585 [ 283 ] {3bcd8789-6a7a-45a5-bfdf-f2b2928863b0} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10074 2024.11.04 23:59:43.974752 [ 283 ] {3bcd8789-6a7a-45a5-bfdf-f2b2928863b0} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001669 sec., 77291.79149191132 rows/sec., 5.38 MiB/sec.
10075 2024.11.04 23:59:43.974937 [ 283 ] {3bcd8789-6a7a-45a5-bfdf-f2b2928863b0} <Debug> DynamicQueryHandler: Done processing query
10076 2024.11.04 23:59:43.974963 [ 283 ] {3bcd8789-6a7a-45a5-bfdf-f2b2928863b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
10077 2024.11.04 23:59:43.974979 [ 283 ] {} <Debug> HTTP-Session: d871227e-f049-4c9b-a33d-b01ce9fbd31e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10078 2024.11.04 23:59:43.975129 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39342, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10079 2024.11.04 23:59:43.975231 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39571, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10080 2024.11.04 23:59:43.975299 [ 299 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10081 2024.11.04 23:59:43.975323 [ 299 ] {} <Debug> HTTP-Session: 9229adea-5f5b-4396-870d-20f154ff4638 Authenticating user 'default' from [fd00:1122:3344:101::d]:39571
10082 2024.11.04 23:59:43.975344 [ 299 ] {} <Debug> HTTP-Session: 9229adea-5f5b-4396-870d-20f154ff4638 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10083 2024.11.04 23:59:43.975361 [ 299 ] {} <Debug> HTTP-Session: 9229adea-5f5b-4396-870d-20f154ff4638 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10084 2024.11.04 23:59:43.975406 [ 299 ] {} <Trace> HTTP-Session: 9229adea-5f5b-4396-870d-20f154ff4638 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10085 2024.11.04 23:59:43.975561 [ 299 ] {7c9e6ae5-8f6e-4a0f-8aaa-16a74905ec96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
10086 2024.11.04 23:59:43.975619 [ 299 ] {7c9e6ae5-8f6e-4a0f-8aaa-16a74905ec96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10087 2024.11.04 23:59:43.975814 [ 299 ] {7c9e6ae5-8f6e-4a0f-8aaa-16a74905ec96} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10088 2024.11.04 23:59:43.976147 [ 299 ] {7c9e6ae5-8f6e-4a0f-8aaa-16a74905ec96} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10089 2024.11.04 23:59:43.976189 [ 299 ] {7c9e6ae5-8f6e-4a0f-8aaa-16a74905ec96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
10090 2024.11.04 23:59:43.976571 [ 299 ] {7c9e6ae5-8f6e-4a0f-8aaa-16a74905ec96} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
10091 2024.11.04 23:59:43.976916 [ 299 ] {7c9e6ae5-8f6e-4a0f-8aaa-16a74905ec96} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10092 2024.11.04 23:59:43.977074 [ 299 ] {7c9e6ae5-8f6e-4a0f-8aaa-16a74905ec96} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001566 sec., 30651.340996168583 rows/sec., 2.07 MiB/sec.
10093 2024.11.04 23:59:43.977347 [ 299 ] {7c9e6ae5-8f6e-4a0f-8aaa-16a74905ec96} <Debug> DynamicQueryHandler: Done processing query
10094 2024.11.04 23:59:43.977409 [ 299 ] {7c9e6ae5-8f6e-4a0f-8aaa-16a74905ec96} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
10095 2024.11.04 23:59:43.977450 [ 299 ] {} <Debug> HTTP-Session: 9229adea-5f5b-4396-870d-20f154ff4638 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10096 2024.11.04 23:59:43.977696 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39571, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10097 2024.11.04 23:59:45.419576 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache
10098 2024.11.04 23:59:45.419638 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache
10099 2024.11.04 23:59:48.961021 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64894, User-Agent: (none), Length: 7838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10100 2024.11.04 23:59:48.961131 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10101 2024.11.04 23:59:48.961161 [ 283 ] {} <Debug> HTTP-Session: 25ebf4f2-421b-402a-a683-c32f5b0b7298 Authenticating user 'default' from [fd00:1122:3344:101::d]:64894
10102 2024.11.04 23:59:48.961186 [ 283 ] {} <Debug> HTTP-Session: 25ebf4f2-421b-402a-a683-c32f5b0b7298 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10103 2024.11.04 23:59:48.961202 [ 283 ] {} <Debug> HTTP-Session: 25ebf4f2-421b-402a-a683-c32f5b0b7298 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10104 2024.11.04 23:59:48.961255 [ 283 ] {} <Trace> HTTP-Session: 25ebf4f2-421b-402a-a683-c32f5b0b7298 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10105 2024.11.04 23:59:48.961463 [ 283 ] {b8913587-487e-4de5-b46a-24237318a105} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64894) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
10106 2024.11.04 23:59:48.961563 [ 283 ] {b8913587-487e-4de5-b46a-24237318a105} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10107 2024.11.04 23:59:48.961904 [ 283 ] {b8913587-487e-4de5-b46a-24237318a105} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10108 2024.11.04 23:59:48.962384 [ 283 ] {b8913587-487e-4de5-b46a-24237318a105} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10109 2024.11.04 23:59:48.962430 [ 283 ] {b8913587-487e-4de5-b46a-24237318a105} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
10110 2024.11.04 23:59:48.962861 [ 283 ] {b8913587-487e-4de5-b46a-24237318a105} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
10111 2024.11.04 23:59:48.963246 [ 283 ] {b8913587-487e-4de5-b46a-24237318a105} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10112 2024.11.04 23:59:48.963397 [ 283 ] {b8913587-487e-4de5-b46a-24237318a105} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002004 sec., 27944.111776447106 rows/sec., 2.15 MiB/sec.
10113 2024.11.04 23:59:48.963407 [ 129 ] {} <Debug> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
10114 2024.11.04 23:59:48.963484 [ 129 ] {} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10115 2024.11.04 23:59:48.963517 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
10116 2024.11.04 23:59:48.963693 [ 283 ] {b8913587-487e-4de5-b46a-24237318a105} <Debug> DynamicQueryHandler: Done processing query
10117 2024.11.04 23:59:48.963750 [ 283 ] {b8913587-487e-4de5-b46a-24237318a105} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
10118 2024.11.04 23:59:48.963796 [ 196 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full
10119 2024.11.04 23:59:48.963817 [ 283 ] {} <Debug> HTTP-Session: 25ebf4f2-421b-402a-a683-c32f5b0b7298 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10120 2024.11.04 23:59:48.964210 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64894, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10121 2024.11.04 23:59:48.964325 [ 196 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10122 2024.11.04 23:59:48.964336 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48445, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10123 2024.11.04 23:59:48.964396 [ 196 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1418 rows starting from the beginning of the part
10124 2024.11.04 23:59:48.964503 [ 299 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10125 2024.11.04 23:59:48.964586 [ 299 ] {} <Debug> HTTP-Session: c8996cc3-bd36-4224-84fc-fe0bf6836637 Authenticating user 'default' from [fd00:1122:3344:101::d]:48445
10126 2024.11.04 23:59:48.964620 [ 196 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 58 rows starting from the beginning of the part
10127 2024.11.04 23:59:48.964645 [ 299 ] {} <Debug> HTTP-Session: c8996cc3-bd36-4224-84fc-fe0bf6836637 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10128 2024.11.04 23:59:48.964687 [ 299 ] {} <Debug> HTTP-Session: c8996cc3-bd36-4224-84fc-fe0bf6836637 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10129 2024.11.04 23:59:48.964748 [ 196 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 56 rows starting from the beginning of the part
10130 2024.11.04 23:59:48.964817 [ 299 ] {} <Trace> HTTP-Session: c8996cc3-bd36-4224-84fc-fe0bf6836637 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10131 2024.11.04 23:59:48.965067 [ 196 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 267 rows starting from the beginning of the part
10132 2024.11.04 23:59:48.965222 [ 196 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 57 rows starting from the beginning of the part
10133 2024.11.04 23:59:48.965260 [ 299 ] {1dc6d4ea-5a9a-441a-874e-788161bbec6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48445) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
10134 2024.11.04 23:59:48.965338 [ 196 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 56 rows starting from the beginning of the part
10135 2024.11.04 23:59:48.965382 [ 299 ] {1dc6d4ea-5a9a-441a-874e-788161bbec6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10136 2024.11.04 23:59:48.965983 [ 299 ] {1dc6d4ea-5a9a-441a-874e-788161bbec6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10137 2024.11.04 23:59:48.966701 [ 299 ] {1dc6d4ea-5a9a-441a-874e-788161bbec6b} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10138 2024.11.04 23:59:48.966752 [ 299 ] {1dc6d4ea-5a9a-441a-874e-788161bbec6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
10139 2024.11.04 23:59:48.967263 [ 299 ] {1dc6d4ea-5a9a-441a-874e-788161bbec6b} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
10140 2024.11.04 23:59:48.967386 [ 198 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1912 rows, containing 5 columns (5 merged, 0 gathered) in 0.003786197 sec., 504992.2125024134 rows/sec., 44.20 MiB/sec.
10141 2024.11.04 23:59:48.967823 [ 198 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
10142 2024.11.04 23:59:48.967893 [ 299 ] {1dc6d4ea-5a9a-441a-874e-788161bbec6b} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10143 2024.11.04 23:59:48.968232 [ 129 ] {} <Debug> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
10144 2024.11.04 23:59:48.968305 [ 299 ] {1dc6d4ea-5a9a-441a-874e-788161bbec6b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003127 sec., 20466.901183242724 rows/sec., 1.60 MiB/sec.
10145 2024.11.04 23:59:48.968346 [ 129 ] {} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10146 2024.11.04 23:59:48.968453 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
10147 2024.11.04 23:59:48.968937 [ 190 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full
10148 2024.11.04 23:59:48.969407 [ 299 ] {1dc6d4ea-5a9a-441a-874e-788161bbec6b} <Debug> DynamicQueryHandler: Done processing query
10149 2024.11.04 23:59:48.969506 [ 299 ] {1dc6d4ea-5a9a-441a-874e-788161bbec6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
10150 2024.11.04 23:59:48.969519 [ 190 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10151 2024.11.04 23:59:48.969531 [ 196 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_56_11} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10152 2024.11.04 23:59:48.969546 [ 299 ] {} <Debug> HTTP-Session: c8996cc3-bd36-4224-84fc-fe0bf6836637 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10153 2024.11.04 23:59:48.969641 [ 190 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 913 rows starting from the beginning of the part
10154 2024.11.04 23:59:48.969829 [ 196 ] {7239f046-d3dd-44bf-bd08-e69100b39c82::all_1_56_11} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
10155 2024.11.04 23:59:48.970041 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48445, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10156 2024.11.04 23:59:48.970071 [ 190 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 68 rows starting from the beginning of the part
10157 2024.11.04 23:59:48.970164 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48396, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10158 2024.11.04 23:59:48.970531 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10159 2024.11.04 23:59:48.970459 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB.
10160 2024.11.04 23:59:48.970639 [ 190 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 64 rows starting from the beginning of the part
10161 2024.11.04 23:59:48.970651 [ 283 ] {} <Debug> HTTP-Session: f94ace24-20fb-41e3-9fc4-c163eaee1289 Authenticating user 'default' from [fd00:1122:3344:101::d]:48396
10162 2024.11.04 23:59:48.970682 [ 299 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below):
10163 
10164 (version 23.8.7.1)
10165 2024.11.04 23:59:48.970788 [ 283 ] {} <Debug> HTTP-Session: f94ace24-20fb-41e3-9fc4-c163eaee1289 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10166 2024.11.04 23:59:48.970905 [ 283 ] {} <Debug> HTTP-Session: f94ace24-20fb-41e3-9fc4-c163eaee1289 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10167 2024.11.04 23:59:48.971062 [ 190 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 421 rows starting from the beginning of the part
10168 2024.11.04 23:59:48.971092 [ 283 ] {} <Trace> HTTP-Session: f94ace24-20fb-41e3-9fc4-c163eaee1289 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10169 2024.11.04 23:59:48.971308 [ 190 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 66 rows starting from the beginning of the part
10170 2024.11.04 23:59:48.971531 [ 190 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 64 rows starting from the beginning of the part
10171 2024.11.04 23:59:48.971782 [ 283 ] {bbe1815d-2145-4706-b172-ffb141f110cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48396) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
10172 2024.11.04 23:59:48.971933 [ 283 ] {bbe1815d-2145-4706-b172-ffb141f110cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10173 2024.11.04 23:59:48.972532 [ 283 ] {bbe1815d-2145-4706-b172-ffb141f110cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10174 2024.11.04 23:59:48.973485 [ 283 ] {bbe1815d-2145-4706-b172-ffb141f110cf} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10175 2024.11.04 23:59:48.973558 [ 283 ] {bbe1815d-2145-4706-b172-ffb141f110cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
10176 2024.11.04 23:59:48.974504 [ 283 ] {bbe1815d-2145-4706-b172-ffb141f110cf} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
10177 2024.11.04 23:59:48.974561 [ 198 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1596 rows, containing 5 columns (5 merged, 0 gathered) in 0.005925252 sec., 269355.63246930257 rows/sec., 20.77 MiB/sec.
10178 2024.11.04 23:59:48.974875 [ 198 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
10179 2024.11.04 23:59:48.975163 [ 283 ] {bbe1815d-2145-4706-b172-ffb141f110cf} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10180 2024.11.04 23:59:48.975574 [ 129 ] {} <Debug> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
10181 2024.11.04 23:59:48.975710 [ 129 ] {} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10182 2024.11.04 23:59:48.975716 [ 283 ] {bbe1815d-2145-4706-b172-ffb141f110cf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00425 sec., 37647.05882352941 rows/sec., 2.62 MiB/sec.
10183 2024.11.04 23:59:48.975798 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
10184 2024.11.04 23:59:48.976337 [ 283 ] {bbe1815d-2145-4706-b172-ffb141f110cf} <Debug> DynamicQueryHandler: Done processing query
10185 2024.11.04 23:59:48.976425 [ 283 ] {bbe1815d-2145-4706-b172-ffb141f110cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
10186 2024.11.04 23:59:48.976499 [ 283 ] {} <Debug> HTTP-Session: f94ace24-20fb-41e3-9fc4-c163eaee1289 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10187 2024.11.04 23:59:48.976530 [ 198 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_56_11} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10188 2024.11.04 23:59:48.976772 [ 196 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full
10189 2024.11.04 23:59:48.976847 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48396, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10190 2024.11.04 23:59:48.977015 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61983, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10191 2024.11.04 23:59:48.977201 [ 299 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10192 2024.11.04 23:59:48.977299 [ 299 ] {} <Debug> HTTP-Session: 46c43683-3fb5-43aa-ad1f-8c861e61d81b Authenticating user 'default' from [fd00:1122:3344:101::d]:61983
10193 2024.11.04 23:59:48.977373 [ 299 ] {} <Debug> HTTP-Session: 46c43683-3fb5-43aa-ad1f-8c861e61d81b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10194 2024.11.04 23:59:48.977449 [ 299 ] {} <Debug> HTTP-Session: 46c43683-3fb5-43aa-ad1f-8c861e61d81b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10195 2024.11.04 23:59:48.977607 [ 299 ] {} <Trace> HTTP-Session: 46c43683-3fb5-43aa-ad1f-8c861e61d81b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10196 2024.11.04 23:59:48.977656 [ 196 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10197 2024.11.04 23:59:48.977821 [ 196 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 9762 rows starting from the beginning of the part
10198 2024.11.04 23:59:48.977896 [ 198 ] {23c52eb0-4796-4e26-9de1-669bec3321ed::all_1_56_11} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
10199 2024.11.04 23:59:48.978091 [ 299 ] {53f6cfd1-daec-4f75-9f1f-236a2b7f51b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61983) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
10200 2024.11.04 23:59:48.978265 [ 196 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 162 rows starting from the beginning of the part
10201 2024.11.04 23:59:48.978356 [ 299 ] {53f6cfd1-daec-4f75-9f1f-236a2b7f51b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10202 2024.11.04 23:59:48.978400 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB.
10203 2024.11.04 23:59:48.978707 [ 196 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part
10204 2024.11.04 23:59:48.979032 [ 196 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 237 rows starting from the beginning of the part
10205 2024.11.04 23:59:48.979286 [ 196 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 129 rows starting from the beginning of the part
10206 2024.11.04 23:59:48.979537 [ 299 ] {53f6cfd1-daec-4f75-9f1f-236a2b7f51b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10207 2024.11.04 23:59:48.979592 [ 196 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part
10208 2024.11.04 23:59:48.980241 [ 299 ] {53f6cfd1-daec-4f75-9f1f-236a2b7f51b9} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10209 2024.11.04 23:59:48.980287 [ 299 ] {53f6cfd1-daec-4f75-9f1f-236a2b7f51b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
10210 2024.11.04 23:59:48.980714 [ 299 ] {53f6cfd1-daec-4f75-9f1f-236a2b7f51b9} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
10211 2024.11.04 23:59:48.981304 [ 299 ] {53f6cfd1-daec-4f75-9f1f-236a2b7f51b9} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10212 2024.11.04 23:59:48.981566 [ 299 ] {53f6cfd1-daec-4f75-9f1f-236a2b7f51b9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003663 sec., 16380.01638001638 rows/sec., 1.10 MiB/sec.
10213 2024.11.04 23:59:48.981565 [ 129 ] {} <Debug> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
10214 2024.11.04 23:59:48.981748 [ 129 ] {} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10215 2024.11.04 23:59:48.981862 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
10216 2024.11.04 23:59:48.982164 [ 299 ] {53f6cfd1-daec-4f75-9f1f-236a2b7f51b9} <Debug> DynamicQueryHandler: Done processing query
10217 2024.11.04 23:59:48.982237 [ 299 ] {53f6cfd1-daec-4f75-9f1f-236a2b7f51b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
10218 2024.11.04 23:59:48.982293 [ 299 ] {} <Debug> HTTP-Session: 46c43683-3fb5-43aa-ad1f-8c861e61d81b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10219 2024.11.04 23:59:48.982317 [ 198 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full
10220 2024.11.04 23:59:48.982495 [ 198 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10221 2024.11.04 23:59:48.982600 [ 198 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3048 rows starting from the beginning of the part
10222 2024.11.04 23:59:48.982612 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61983, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10223 2024.11.04 23:59:48.982839 [ 198 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part
10224 2024.11.04 23:59:48.983213 [ 198 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part
10225 2024.11.04 23:59:48.983411 [ 198 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 82 rows starting from the beginning of the part
10226 2024.11.04 23:59:48.983617 [ 198 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 48 rows starting from the beginning of the part
10227 2024.11.04 23:59:48.983841 [ 198 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part
10228 2024.11.04 23:59:48.984734 [ 193 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10610 rows, containing 5 columns (5 merged, 0 gathered) in 0.008538866 sec., 1242553.7536248958 rows/sec., 84.65 MiB/sec.
10229 2024.11.04 23:59:48.985082 [ 198 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
10230 2024.11.04 23:59:48.986076 [ 195 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10231 2024.11.04 23:59:48.986241 [ 195 ] {24d1f75a-74fd-4320-bc6a-0f2e6b5a0894::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
10232 2024.11.04 23:59:48.986588 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.03 MiB.
10233 2024.11.04 23:59:48.986682 [ 198 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3358 rows, containing 4 columns (4 merged, 0 gathered) in 0.004637806 sec., 724049.2594989958 rows/sec., 47.40 MiB/sec.
10234 2024.11.04 23:59:48.986964 [ 195 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
10235 2024.11.04 23:59:48.987391 [ 195 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_56_11} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10236 2024.11.04 23:59:48.987477 [ 195 ] {bb2928f9-33e4-4373-b933-10b8e856e09c::all_1_56_11} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
10237 2024.11.04 23:59:48.987566 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB.
10238 2024.11.04 23:59:50.663235 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 944
10239 2024.11.04 23:59:50.666181 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10240 2024.11.04 23:59:50.666236 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
10241 2024.11.04 23:59:50.667722 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
10242 2024.11.04 23:59:50.668719 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10243 2024.11.04 23:59:50.669362 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 944
10244 2024.11.04 23:59:51.159364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63677, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10245 2024.11.04 23:59:51.328892 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56150, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10246 2024.11.04 23:59:51.349397 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55141, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10247 2024.11.04 23:59:51.375753 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59321, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10248 2024.11.04 23:59:51.403126 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52291, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10249 2024.11.04 23:59:51.481489 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51088, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10250 2024.11.04 23:59:51.499778 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45515, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10251 2024.11.04 23:59:51.508003 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39884, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10252 2024.11.04 23:59:53.966469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52053, User-Agent: (none), Length: 40563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10253 2024.11.04 23:59:53.966594 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10254 2024.11.04 23:59:53.966620 [ 3 ] {} <Debug> HTTP-Session: 7ec137f9-a127-41f8-97cf-b2c45aae0ae1 Authenticating user 'default' from [fd00:1122:3344:101::d]:52053
10255 2024.11.04 23:59:53.966644 [ 3 ] {} <Debug> HTTP-Session: 7ec137f9-a127-41f8-97cf-b2c45aae0ae1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10256 2024.11.04 23:59:53.966659 [ 3 ] {} <Debug> HTTP-Session: 7ec137f9-a127-41f8-97cf-b2c45aae0ae1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10257 2024.11.04 23:59:53.966711 [ 3 ] {} <Trace> HTTP-Session: 7ec137f9-a127-41f8-97cf-b2c45aae0ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10258 2024.11.04 23:59:53.966979 [ 3 ] {cc433fa2-5e45-4306-bb27-b5031b4a6134} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52053) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
10259 2024.11.04 23:59:53.967051 [ 3 ] {cc433fa2-5e45-4306-bb27-b5031b4a6134} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10260 2024.11.04 23:59:53.967392 [ 3 ] {cc433fa2-5e45-4306-bb27-b5031b4a6134} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10261 2024.11.04 23:59:53.968004 [ 3 ] {cc433fa2-5e45-4306-bb27-b5031b4a6134} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10262 2024.11.04 23:59:53.968052 [ 3 ] {cc433fa2-5e45-4306-bb27-b5031b4a6134} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
10263 2024.11.04 23:59:53.968506 [ 3 ] {cc433fa2-5e45-4306-bb27-b5031b4a6134} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
10264 2024.11.04 23:59:53.968907 [ 3 ] {cc433fa2-5e45-4306-bb27-b5031b4a6134} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10265 2024.11.04 23:59:53.969075 [ 3 ] {cc433fa2-5e45-4306-bb27-b5031b4a6134} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.002217 sec., 120433.01759133967 rows/sec., 10.72 MiB/sec.
10266 2024.11.04 23:59:53.969310 [ 3 ] {cc433fa2-5e45-4306-bb27-b5031b4a6134} <Debug> DynamicQueryHandler: Done processing query
10267 2024.11.04 23:59:53.969338 [ 3 ] {cc433fa2-5e45-4306-bb27-b5031b4a6134} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
10268 2024.11.04 23:59:53.969355 [ 3 ] {} <Debug> HTTP-Session: 7ec137f9-a127-41f8-97cf-b2c45aae0ae1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10269 2024.11.04 23:59:53.969581 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52053, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10270 2024.11.04 23:59:53.969718 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60629, User-Agent: (none), Length: 5644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10271 2024.11.04 23:59:53.969798 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10272 2024.11.04 23:59:53.969825 [ 283 ] {} <Debug> HTTP-Session: 93471813-0294-41f2-9bc8-26bd5df38818 Authenticating user 'default' from [fd00:1122:3344:101::d]:60629
10273 2024.11.04 23:59:53.969848 [ 283 ] {} <Debug> HTTP-Session: 93471813-0294-41f2-9bc8-26bd5df38818 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10274 2024.11.04 23:59:53.969865 [ 283 ] {} <Debug> HTTP-Session: 93471813-0294-41f2-9bc8-26bd5df38818 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10275 2024.11.04 23:59:53.969909 [ 283 ] {} <Trace> HTTP-Session: 93471813-0294-41f2-9bc8-26bd5df38818 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10276 2024.11.04 23:59:53.970063 [ 283 ] {c3cc8c96-f916-47a9-abe6-2abecf8986fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60629) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
10277 2024.11.04 23:59:53.970122 [ 283 ] {c3cc8c96-f916-47a9-abe6-2abecf8986fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10278 2024.11.04 23:59:53.970426 [ 283 ] {c3cc8c96-f916-47a9-abe6-2abecf8986fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10279 2024.11.04 23:59:53.970797 [ 283 ] {c3cc8c96-f916-47a9-abe6-2abecf8986fc} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10280 2024.11.04 23:59:53.970836 [ 283 ] {c3cc8c96-f916-47a9-abe6-2abecf8986fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
10281 2024.11.04 23:59:53.971233 [ 283 ] {c3cc8c96-f916-47a9-abe6-2abecf8986fc} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10282 2024.11.04 23:59:53.971606 [ 283 ] {c3cc8c96-f916-47a9-abe6-2abecf8986fc} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10283 2024.11.04 23:59:53.971776 [ 283 ] {c3cc8c96-f916-47a9-abe6-2abecf8986fc} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001754 sec., 22234.891676168758 rows/sec., 1.63 MiB/sec.
10284 2024.11.04 23:59:53.972074 [ 283 ] {c3cc8c96-f916-47a9-abe6-2abecf8986fc} <Debug> DynamicQueryHandler: Done processing query
10285 2024.11.04 23:59:53.972127 [ 283 ] {c3cc8c96-f916-47a9-abe6-2abecf8986fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
10286 2024.11.04 23:59:53.972163 [ 283 ] {} <Debug> HTTP-Session: 93471813-0294-41f2-9bc8-26bd5df38818 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10287 2024.11.04 23:59:53.972302 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60629, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10288 2024.11.04 23:59:53.972322 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52053, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10289 2024.11.04 23:59:53.972387 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10290 2024.11.04 23:59:53.972409 [ 3 ] {} <Debug> HTTP-Session: bbf1ad96-8478-498a-a98c-c4e4ed60256f Authenticating user 'default' from [fd00:1122:3344:101::d]:52053
10291 2024.11.04 23:59:53.972428 [ 3 ] {} <Debug> HTTP-Session: bbf1ad96-8478-498a-a98c-c4e4ed60256f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10292 2024.11.04 23:59:53.972444 [ 3 ] {} <Debug> HTTP-Session: bbf1ad96-8478-498a-a98c-c4e4ed60256f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10293 2024.11.04 23:59:53.972480 [ 3 ] {} <Trace> HTTP-Session: bbf1ad96-8478-498a-a98c-c4e4ed60256f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10294 2024.11.04 23:59:53.972601 [ 3 ] {b53280eb-40dd-49d1-9d36-1113733afdc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52053) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
10295 2024.11.04 23:59:53.972657 [ 3 ] {b53280eb-40dd-49d1-9d36-1113733afdc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10296 2024.11.04 23:59:53.972967 [ 3 ] {b53280eb-40dd-49d1-9d36-1113733afdc5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10297 2024.11.04 23:59:53.973336 [ 3 ] {b53280eb-40dd-49d1-9d36-1113733afdc5} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10298 2024.11.04 23:59:53.973382 [ 3 ] {b53280eb-40dd-49d1-9d36-1113733afdc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
10299 2024.11.04 23:59:53.973775 [ 3 ] {b53280eb-40dd-49d1-9d36-1113733afdc5} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
10300 2024.11.04 23:59:53.974139 [ 3 ] {b53280eb-40dd-49d1-9d36-1113733afdc5} <Trace> oximeter.fields_u32 (2df03ead-aa06-4cae-9b8c-f816012738cf): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10301 2024.11.04 23:59:53.974308 [ 3 ] {b53280eb-40dd-49d1-9d36-1113733afdc5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001731 sec., 8087.810514153669 rows/sec., 566.42 KiB/sec.
10302 2024.11.04 23:59:53.974506 [ 3 ] {b53280eb-40dd-49d1-9d36-1113733afdc5} <Debug> DynamicQueryHandler: Done processing query
10303 2024.11.04 23:59:53.974532 [ 3 ] {b53280eb-40dd-49d1-9d36-1113733afdc5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10304 2024.11.04 23:59:53.974548 [ 3 ] {} <Debug> HTTP-Session: bbf1ad96-8478-498a-a98c-c4e4ed60256f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10305 2024.11.04 23:59:53.974727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52053, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10306 2024.11.04 23:59:53.974778 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55378, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10307 2024.11.04 23:59:53.974847 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10308 2024.11.04 23:59:53.974873 [ 283 ] {} <Debug> HTTP-Session: 8447e365-79bf-4123-9b1f-e1d285312ee1 Authenticating user 'default' from [fd00:1122:3344:101::d]:55378
10309 2024.11.04 23:59:53.974894 [ 283 ] {} <Debug> HTTP-Session: 8447e365-79bf-4123-9b1f-e1d285312ee1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10310 2024.11.04 23:59:53.974911 [ 283 ] {} <Debug> HTTP-Session: 8447e365-79bf-4123-9b1f-e1d285312ee1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10311 2024.11.04 23:59:53.974950 [ 283 ] {} <Trace> HTTP-Session: 8447e365-79bf-4123-9b1f-e1d285312ee1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10312 2024.11.04 23:59:53.975069 [ 283 ] {f1816f91-0a22-43fe-83d9-f51dbe2b51ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55378) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
10313 2024.11.04 23:59:53.975122 [ 283 ] {f1816f91-0a22-43fe-83d9-f51dbe2b51ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10314 2024.11.04 23:59:53.975406 [ 283 ] {f1816f91-0a22-43fe-83d9-f51dbe2b51ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10315 2024.11.04 23:59:53.975729 [ 283 ] {f1816f91-0a22-43fe-83d9-f51dbe2b51ee} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10316 2024.11.04 23:59:53.975765 [ 283 ] {f1816f91-0a22-43fe-83d9-f51dbe2b51ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
10317 2024.11.04 23:59:53.976116 [ 283 ] {f1816f91-0a22-43fe-83d9-f51dbe2b51ee} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
10318 2024.11.04 23:59:53.976480 [ 283 ] {f1816f91-0a22-43fe-83d9-f51dbe2b51ee} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10319 2024.11.04 23:59:53.976635 [ 283 ] {f1816f91-0a22-43fe-83d9-f51dbe2b51ee} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001592 sec., 3768.8442211055276 rows/sec., 222.67 KiB/sec.
10320 2024.11.04 23:59:53.976652 [ 124 ] {} <Debug> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
10321 2024.11.04 23:59:53.976777 [ 124 ] {} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10322 2024.11.04 23:59:53.976818 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
10323 2024.11.04 23:59:53.976914 [ 283 ] {f1816f91-0a22-43fe-83d9-f51dbe2b51ee} <Debug> DynamicQueryHandler: Done processing query
10324 2024.11.04 23:59:53.977002 [ 283 ] {f1816f91-0a22-43fe-83d9-f51dbe2b51ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10325 2024.11.04 23:59:53.977077 [ 283 ] {} <Debug> HTTP-Session: 8447e365-79bf-4123-9b1f-e1d285312ee1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10326 2024.11.04 23:59:53.977131 [ 195 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full
10327 2024.11.04 23:59:53.977335 [ 195 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10328 2024.11.04 23:59:53.977409 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55378, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10329 2024.11.04 23:59:53.977416 [ 195 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 6 rows starting from the beginning of the part
10330 2024.11.04 23:59:53.977534 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36727, User-Agent: (none), Length: 68384, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10331 2024.11.04 23:59:53.977722 [ 195 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part
10332 2024.11.04 23:59:53.977734 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10333 2024.11.04 23:59:53.977814 [ 298 ] {} <Debug> HTTP-Session: 24d989f1-d57c-4860-a9ad-4016cc568acf Authenticating user 'default' from [fd00:1122:3344:101::d]:36727
10334 2024.11.04 23:59:53.977890 [ 298 ] {} <Debug> HTTP-Session: 24d989f1-d57c-4860-a9ad-4016cc568acf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10335 2024.11.04 23:59:53.977954 [ 298 ] {} <Debug> HTTP-Session: 24d989f1-d57c-4860-a9ad-4016cc568acf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10336 2024.11.04 23:59:53.977987 [ 195 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part
10337 2024.11.04 23:59:53.978072 [ 298 ] {} <Trace> HTTP-Session: 24d989f1-d57c-4860-a9ad-4016cc568acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10338 2024.11.04 23:59:53.978250 [ 195 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part
10339 2024.11.04 23:59:53.978653 [ 195 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part
10340 2024.11.04 23:59:53.978708 [ 298 ] {b723be8b-c78b-4cb8-893f-260db702f823} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36727) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
10341 2024.11.04 23:59:53.978934 [ 298 ] {b723be8b-c78b-4cb8-893f-260db702f823} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10342 2024.11.04 23:59:53.979896 [ 298 ] {b723be8b-c78b-4cb8-893f-260db702f823} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10343 2024.11.04 23:59:53.981232 [ 195 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004302998 sec., 6971.883324138194 rows/sec., 442.55 KiB/sec.
10344 2024.11.04 23:59:53.981257 [ 298 ] {b723be8b-c78b-4cb8-893f-260db702f823} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10345 2024.11.04 23:59:53.981313 [ 298 ] {b723be8b-c78b-4cb8-893f-260db702f823} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
10346 2024.11.04 23:59:53.981413 [ 197 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
10347 2024.11.04 23:59:53.981925 [ 298 ] {b723be8b-c78b-4cb8-893f-260db702f823} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
10348 2024.11.04 23:59:53.982008 [ 197 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_21_5} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10349 2024.11.04 23:59:53.982114 [ 197 ] {ea876567-95bb-4626-a35f-2379a2a00f6c::all_1_21_5} <Trace> oximeter.fields_u8 (ea876567-95bb-4626-a35f-2379a2a00f6c) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
10350 2024.11.04 23:59:53.982253 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
10351 2024.11.04 23:59:53.982415 [ 298 ] {b723be8b-c78b-4cb8-893f-260db702f823} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10352 2024.11.04 23:59:53.982576 [ 298 ] {b723be8b-c78b-4cb8-893f-260db702f823} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.004227 sec., 99597.82351549562 rows/sec., 7.12 MiB/sec.
10353 2024.11.04 23:59:53.982795 [ 298 ] {b723be8b-c78b-4cb8-893f-260db702f823} <Debug> DynamicQueryHandler: Done processing query
10354 2024.11.04 23:59:53.982819 [ 298 ] {b723be8b-c78b-4cb8-893f-260db702f823} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
10355 2024.11.04 23:59:53.982835 [ 298 ] {} <Debug> HTTP-Session: 24d989f1-d57c-4860-a9ad-4016cc568acf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10356 2024.11.04 23:59:53.983025 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36727, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10357 2024.11.04 23:59:53.983134 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38252, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10358 2024.11.04 23:59:53.983199 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10359 2024.11.04 23:59:53.983224 [ 283 ] {} <Debug> HTTP-Session: d18e465e-4c35-40d2-897e-fd2343769290 Authenticating user 'default' from [fd00:1122:3344:101::d]:38252
10360 2024.11.04 23:59:53.983244 [ 283 ] {} <Debug> HTTP-Session: d18e465e-4c35-40d2-897e-fd2343769290 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10361 2024.11.04 23:59:53.983261 [ 283 ] {} <Debug> HTTP-Session: d18e465e-4c35-40d2-897e-fd2343769290 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10362 2024.11.04 23:59:53.983299 [ 283 ] {} <Trace> HTTP-Session: d18e465e-4c35-40d2-897e-fd2343769290 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10363 2024.11.04 23:59:53.983419 [ 283 ] {8f6524ac-a84d-4206-8893-a9e88fd1db3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38252) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
10364 2024.11.04 23:59:53.983475 [ 283 ] {8f6524ac-a84d-4206-8893-a9e88fd1db3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10365 2024.11.04 23:59:53.983627 [ 283 ] {8f6524ac-a84d-4206-8893-a9e88fd1db3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10366 2024.11.04 23:59:53.983955 [ 283 ] {8f6524ac-a84d-4206-8893-a9e88fd1db3f} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10367 2024.11.04 23:59:53.983991 [ 283 ] {8f6524ac-a84d-4206-8893-a9e88fd1db3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
10368 2024.11.04 23:59:53.984346 [ 283 ] {8f6524ac-a84d-4206-8893-a9e88fd1db3f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
10369 2024.11.04 23:59:53.984683 [ 283 ] {8f6524ac-a84d-4206-8893-a9e88fd1db3f} <Trace> oximeter.measurements_bool (744a1a8c-157a-4c45-9067-8b92aca37976): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10370 2024.11.04 23:59:53.984849 [ 283 ] {8f6524ac-a84d-4206-8893-a9e88fd1db3f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001456 sec., 4120.879120879121 rows/sec., 215.30 KiB/sec.
10371 2024.11.04 23:59:53.985207 [ 283 ] {8f6524ac-a84d-4206-8893-a9e88fd1db3f} <Debug> DynamicQueryHandler: Done processing query
10372 2024.11.04 23:59:53.985232 [ 283 ] {8f6524ac-a84d-4206-8893-a9e88fd1db3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
10373 2024.11.04 23:59:53.985248 [ 283 ] {} <Debug> HTTP-Session: d18e465e-4c35-40d2-897e-fd2343769290 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10374 2024.11.04 23:59:53.985461 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38252, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10375 2024.11.04 23:59:53.985490 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36727, User-Agent: (none), Length: 44639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10376 2024.11.04 23:59:53.985554 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10377 2024.11.04 23:59:53.985579 [ 298 ] {} <Debug> HTTP-Session: baca5410-bfa1-4aa8-ba49-5cb35a8ff240 Authenticating user 'default' from [fd00:1122:3344:101::d]:36727
10378 2024.11.04 23:59:53.985600 [ 298 ] {} <Debug> HTTP-Session: baca5410-bfa1-4aa8-ba49-5cb35a8ff240 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10379 2024.11.04 23:59:53.985617 [ 298 ] {} <Debug> HTTP-Session: baca5410-bfa1-4aa8-ba49-5cb35a8ff240 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10380 2024.11.04 23:59:53.985655 [ 298 ] {} <Trace> HTTP-Session: baca5410-bfa1-4aa8-ba49-5cb35a8ff240 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10381 2024.11.04 23:59:53.985898 [ 298 ] {1db77dbc-7f34-4650-b868-ef1b75ecd284} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36727) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
10382 2024.11.04 23:59:53.985956 [ 298 ] {1db77dbc-7f34-4650-b868-ef1b75ecd284} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10383 2024.11.04 23:59:53.986157 [ 298 ] {1db77dbc-7f34-4650-b868-ef1b75ecd284} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10384 2024.11.04 23:59:53.986640 [ 298 ] {1db77dbc-7f34-4650-b868-ef1b75ecd284} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10385 2024.11.04 23:59:53.986676 [ 298 ] {1db77dbc-7f34-4650-b868-ef1b75ecd284} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
10386 2024.11.04 23:59:53.987063 [ 298 ] {1db77dbc-7f34-4650-b868-ef1b75ecd284} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
10387 2024.11.04 23:59:53.987396 [ 298 ] {1db77dbc-7f34-4650-b868-ef1b75ecd284} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10388 2024.11.04 23:59:53.987559 [ 298 ] {1db77dbc-7f34-4650-b868-ef1b75ecd284} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00179 sec., 132402.23463687152 rows/sec., 8.87 MiB/sec.
10389 2024.11.04 23:59:53.987804 [ 298 ] {1db77dbc-7f34-4650-b868-ef1b75ecd284} <Debug> DynamicQueryHandler: Done processing query
10390 2024.11.04 23:59:53.987861 [ 298 ] {1db77dbc-7f34-4650-b868-ef1b75ecd284} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
10391 2024.11.04 23:59:53.987910 [ 298 ] {} <Debug> HTTP-Session: baca5410-bfa1-4aa8-ba49-5cb35a8ff240 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10392 2024.11.04 23:59:53.988117 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36727, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10393 2024.11.04 23:59:53.988179 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41461, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10394 2024.11.04 23:59:53.988246 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10395 2024.11.04 23:59:53.988271 [ 283 ] {} <Debug> HTTP-Session: 57c45239-7415-4720-a7ee-bb68d4d48fda Authenticating user 'default' from [fd00:1122:3344:101::d]:41461
10396 2024.11.04 23:59:53.988291 [ 283 ] {} <Debug> HTTP-Session: 57c45239-7415-4720-a7ee-bb68d4d48fda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10397 2024.11.04 23:59:53.988308 [ 283 ] {} <Debug> HTTP-Session: 57c45239-7415-4720-a7ee-bb68d4d48fda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10398 2024.11.04 23:59:53.988346 [ 283 ] {} <Trace> HTTP-Session: 57c45239-7415-4720-a7ee-bb68d4d48fda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10399 2024.11.04 23:59:53.988464 [ 283 ] {2e24ab3c-9e75-4fbd-b968-41621bdc618f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41461) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
10400 2024.11.04 23:59:53.988520 [ 283 ] {2e24ab3c-9e75-4fbd-b968-41621bdc618f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10401 2024.11.04 23:59:53.988674 [ 283 ] {2e24ab3c-9e75-4fbd-b968-41621bdc618f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10402 2024.11.04 23:59:53.988954 [ 283 ] {2e24ab3c-9e75-4fbd-b968-41621bdc618f} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10403 2024.11.04 23:59:53.988990 [ 283 ] {2e24ab3c-9e75-4fbd-b968-41621bdc618f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
10404 2024.11.04 23:59:53.989337 [ 283 ] {2e24ab3c-9e75-4fbd-b968-41621bdc618f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
10405 2024.11.04 23:59:53.989658 [ 283 ] {2e24ab3c-9e75-4fbd-b968-41621bdc618f} <Trace> oximeter.measurements_f64 (29ba1375-f8d3-4478-ae71-2af3dd308947): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10406 2024.11.04 23:59:53.989801 [ 283 ] {2e24ab3c-9e75-4fbd-b968-41621bdc618f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001363 sec., 733.6757153338224 rows/sec., 49.44 KiB/sec.
10407 2024.11.04 23:59:53.989981 [ 283 ] {2e24ab3c-9e75-4fbd-b968-41621bdc618f} <Debug> DynamicQueryHandler: Done processing query
10408 2024.11.04 23:59:53.990006 [ 283 ] {2e24ab3c-9e75-4fbd-b968-41621bdc618f} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
10409 2024.11.04 23:59:53.990022 [ 283 ] {} <Debug> HTTP-Session: 57c45239-7415-4720-a7ee-bb68d4d48fda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10410 2024.11.04 23:59:53.990218 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41461, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10411 2024.11.04 23:59:53.990345 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33846, User-Agent: (none), Length: 65680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10412 2024.11.04 23:59:53.990397 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10413 2024.11.04 23:59:53.990416 [ 298 ] {} <Debug> HTTP-Session: 537aeefd-fafe-4444-bb4e-d81952bbb040 Authenticating user 'default' from [fd00:1122:3344:101::d]:33846
10414 2024.11.04 23:59:53.990432 [ 298 ] {} <Debug> HTTP-Session: 537aeefd-fafe-4444-bb4e-d81952bbb040 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10415 2024.11.04 23:59:53.990446 [ 298 ] {} <Debug> HTTP-Session: 537aeefd-fafe-4444-bb4e-d81952bbb040 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10416 2024.11.04 23:59:53.990478 [ 298 ] {} <Trace> HTTP-Session: 537aeefd-fafe-4444-bb4e-d81952bbb040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10417 2024.11.04 23:59:53.990954 [ 298 ] {6e787283-60c6-464c-a9f3-79c859d82ff6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33846) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
10418 2024.11.04 23:59:53.991019 [ 298 ] {6e787283-60c6-464c-a9f3-79c859d82ff6} <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
10419 2024.11.04 23:59:53.991457 [ 298 ] {6e787283-60c6-464c-a9f3-79c859d82ff6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10420 2024.11.04 23:59:53.992254 [ 298 ] {6e787283-60c6-464c-a9f3-79c859d82ff6} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10421 2024.11.04 23:59:53.992291 [ 298 ] {6e787283-60c6-464c-a9f3-79c859d82ff6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
10422 2024.11.04 23:59:53.992955 [ 298 ] {6e787283-60c6-464c-a9f3-79c859d82ff6} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
10423 2024.11.04 23:59:53.993364 [ 298 ] {6e787283-60c6-464c-a9f3-79c859d82ff6} <Trace> oximeter.measurements_histogramu64 (2b76007b-eead-4748-92f1-84f0bc8d33ec): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10424 2024.11.04 23:59:53.993550 [ 298 ] {6e787283-60c6-464c-a9f3-79c859d82ff6} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002969 sec., 13135.735938026271 rows/sec., 23.54 MiB/sec.
10425 2024.11.04 23:59:53.993784 [ 298 ] {6e787283-60c6-464c-a9f3-79c859d82ff6} <Debug> DynamicQueryHandler: Done processing query
10426 2024.11.04 23:59:53.993808 [ 298 ] {6e787283-60c6-464c-a9f3-79c859d82ff6} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB.
10427 2024.11.04 23:59:53.993824 [ 298 ] {} <Debug> HTTP-Session: 537aeefd-fafe-4444-bb4e-d81952bbb040 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10428 2024.11.04 23:59:53.993994 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41461, User-Agent: (none), Length: 12146, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10429 2024.11.04 23:59:53.994011 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33846, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10430 2024.11.04 23:59:53.994056 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10431 2024.11.04 23:59:53.994084 [ 283 ] {} <Debug> HTTP-Session: d287e58c-2b8d-48fc-90e0-45847e0b0a50 Authenticating user 'default' from [fd00:1122:3344:101::d]:41461
10432 2024.11.04 23:59:53.994107 [ 283 ] {} <Debug> HTTP-Session: d287e58c-2b8d-48fc-90e0-45847e0b0a50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10433 2024.11.04 23:59:53.994126 [ 283 ] {} <Debug> HTTP-Session: d287e58c-2b8d-48fc-90e0-45847e0b0a50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10434 2024.11.04 23:59:53.994164 [ 283 ] {} <Trace> HTTP-Session: d287e58c-2b8d-48fc-90e0-45847e0b0a50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10435 2024.11.04 23:59:53.994320 [ 283 ] {bb6784aa-2d9d-452a-a816-74a5bddba882} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41461) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
10436 2024.11.04 23:59:53.994374 [ 283 ] {bb6784aa-2d9d-452a-a816-74a5bddba882} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10437 2024.11.04 23:59:53.994530 [ 283 ] {bb6784aa-2d9d-452a-a816-74a5bddba882} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10438 2024.11.04 23:59:53.994847 [ 283 ] {bb6784aa-2d9d-452a-a816-74a5bddba882} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10439 2024.11.04 23:59:53.994883 [ 283 ] {bb6784aa-2d9d-452a-a816-74a5bddba882} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
10440 2024.11.04 23:59:53.995250 [ 283 ] {bb6784aa-2d9d-452a-a816-74a5bddba882} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
10441 2024.11.04 23:59:53.995574 [ 283 ] {bb6784aa-2d9d-452a-a816-74a5bddba882} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10442 2024.11.04 23:59:53.995722 [ 283 ] {bb6784aa-2d9d-452a-a816-74a5bddba882} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001464 sec., 56010.928961748636 rows/sec., 3.56 MiB/sec.
10443 2024.11.04 23:59:53.995985 [ 283 ] {bb6784aa-2d9d-452a-a816-74a5bddba882} <Debug> DynamicQueryHandler: Done processing query
10444 2024.11.04 23:59:53.996043 [ 283 ] {bb6784aa-2d9d-452a-a816-74a5bddba882} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10445 2024.11.04 23:59:53.996103 [ 283 ] {} <Debug> HTTP-Session: d287e58c-2b8d-48fc-90e0-45847e0b0a50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10446 2024.11.04 23:59:53.996560 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41461, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10447 2024.11.04 23:59:58.959187 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44616, User-Agent: (none), Length: 1609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10448 2024.11.04 23:59:58.959385 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10449 2024.11.04 23:59:58.959433 [ 283 ] {} <Debug> HTTP-Session: 49535597-939a-4c28-b1d8-58e55c29ff88 Authenticating user 'default' from [fd00:1122:3344:101::d]:44616
10450 2024.11.04 23:59:58.959474 [ 283 ] {} <Debug> HTTP-Session: 49535597-939a-4c28-b1d8-58e55c29ff88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10451 2024.11.04 23:59:58.959502 [ 283 ] {} <Debug> HTTP-Session: 49535597-939a-4c28-b1d8-58e55c29ff88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10452 2024.11.04 23:59:58.959583 [ 283 ] {} <Trace> HTTP-Session: 49535597-939a-4c28-b1d8-58e55c29ff88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10453 2024.11.04 23:59:58.959856 [ 283 ] {c00fe9a3-aaaa-4b96-8b2e-37a96f52ae73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44616) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
10454 2024.11.04 23:59:58.959925 [ 283 ] {c00fe9a3-aaaa-4b96-8b2e-37a96f52ae73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10455 2024.11.04 23:59:58.960272 [ 283 ] {c00fe9a3-aaaa-4b96-8b2e-37a96f52ae73} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10456 2024.11.04 23:59:58.960743 [ 283 ] {c00fe9a3-aaaa-4b96-8b2e-37a96f52ae73} <Trace> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10457 2024.11.04 23:59:58.960789 [ 283 ] {c00fe9a3-aaaa-4b96-8b2e-37a96f52ae73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
10458 2024.11.04 23:59:58.961214 [ 283 ] {c00fe9a3-aaaa-4b96-8b2e-37a96f52ae73} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
10459 2024.11.04 23:59:58.961615 [ 283 ] {c00fe9a3-aaaa-4b96-8b2e-37a96f52ae73} <Trace> oximeter.fields_ipaddr (ce9dbc75-98e0-4a02-b67c-85bb7a65062d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10460 2024.11.04 23:59:58.961804 [ 283 ] {c00fe9a3-aaaa-4b96-8b2e-37a96f52ae73} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.00201 sec., 4975.124378109453 rows/sec., 405.69 KiB/sec.
10461 2024.11.04 23:59:58.962037 [ 283 ] {c00fe9a3-aaaa-4b96-8b2e-37a96f52ae73} <Debug> DynamicQueryHandler: Done processing query
10462 2024.11.04 23:59:58.962066 [ 283 ] {c00fe9a3-aaaa-4b96-8b2e-37a96f52ae73} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10463 2024.11.04 23:59:58.962082 [ 283 ] {} <Debug> HTTP-Session: 49535597-939a-4c28-b1d8-58e55c29ff88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10464 2024.11.04 23:59:58.962277 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44616, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10465 2024.11.04 23:59:58.962396 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55721, User-Agent: (none), Length: 8503, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10466 2024.11.04 23:59:58.962476 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10467 2024.11.04 23:59:58.962502 [ 298 ] {} <Debug> HTTP-Session: d7a71f68-86c5-498c-9549-14490dccaf76 Authenticating user 'default' from [fd00:1122:3344:101::d]:55721
10468 2024.11.04 23:59:58.962524 [ 298 ] {} <Debug> HTTP-Session: d7a71f68-86c5-498c-9549-14490dccaf76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10469 2024.11.04 23:59:58.962542 [ 298 ] {} <Debug> HTTP-Session: d7a71f68-86c5-498c-9549-14490dccaf76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10470 2024.11.04 23:59:58.962584 [ 298 ] {} <Trace> HTTP-Session: d7a71f68-86c5-498c-9549-14490dccaf76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10471 2024.11.04 23:59:58.962748 [ 298 ] {d7c28ebf-9bfe-4a95-9126-d596ee1d378f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55721) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
10472 2024.11.04 23:59:58.962805 [ 298 ] {d7c28ebf-9bfe-4a95-9126-d596ee1d378f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10473 2024.11.04 23:59:58.963044 [ 298 ] {d7c28ebf-9bfe-4a95-9126-d596ee1d378f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10474 2024.11.04 23:59:58.963438 [ 298 ] {d7c28ebf-9bfe-4a95-9126-d596ee1d378f} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10475 2024.11.04 23:59:58.963475 [ 298 ] {d7c28ebf-9bfe-4a95-9126-d596ee1d378f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
10476 2024.11.04 23:59:58.963835 [ 298 ] {d7c28ebf-9bfe-4a95-9126-d596ee1d378f} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
10477 2024.11.04 23:59:58.964193 [ 298 ] {d7c28ebf-9bfe-4a95-9126-d596ee1d378f} <Trace> oximeter.fields_string (7239f046-d3dd-44bf-bd08-e69100b39c82): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10478 2024.11.04 23:59:58.964365 [ 298 ] {d7c28ebf-9bfe-4a95-9126-d596ee1d378f} <Debug> executeQuery: Read 61 rows, 4.77 KiB in 0.001667 sec., 36592.68146370726 rows/sec., 2.80 MiB/sec.
10479 2024.11.04 23:59:58.964549 [ 298 ] {d7c28ebf-9bfe-4a95-9126-d596ee1d378f} <Debug> DynamicQueryHandler: Done processing query
10480 2024.11.04 23:59:58.964574 [ 298 ] {d7c28ebf-9bfe-4a95-9126-d596ee1d378f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
10481 2024.11.04 23:59:58.964590 [ 298 ] {} <Debug> HTTP-Session: d7a71f68-86c5-498c-9549-14490dccaf76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10482 2024.11.04 23:59:58.964787 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55721, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10483 2024.11.04 23:59:58.964912 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50010, User-Agent: (none), Length: 1446, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10484 2024.11.04 23:59:58.964976 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10485 2024.11.04 23:59:58.965002 [ 283 ] {} <Debug> HTTP-Session: 2bc02450-f774-448d-a57c-6a486f948ed6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50010
10486 2024.11.04 23:59:58.965022 [ 283 ] {} <Debug> HTTP-Session: 2bc02450-f774-448d-a57c-6a486f948ed6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10487 2024.11.04 23:59:58.965039 [ 283 ] {} <Debug> HTTP-Session: 2bc02450-f774-448d-a57c-6a486f948ed6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10488 2024.11.04 23:59:58.965077 [ 283 ] {} <Trace> HTTP-Session: 2bc02450-f774-448d-a57c-6a486f948ed6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10489 2024.11.04 23:59:58.965199 [ 283 ] {a7526f21-07cc-435d-be99-1cafa90b917a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50010) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
10490 2024.11.04 23:59:58.965251 [ 283 ] {a7526f21-07cc-435d-be99-1cafa90b917a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10491 2024.11.04 23:59:58.965534 [ 283 ] {a7526f21-07cc-435d-be99-1cafa90b917a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10492 2024.11.04 23:59:58.965883 [ 283 ] {a7526f21-07cc-435d-be99-1cafa90b917a} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10493 2024.11.04 23:59:58.965921 [ 283 ] {a7526f21-07cc-435d-be99-1cafa90b917a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
10494 2024.11.04 23:59:58.966263 [ 283 ] {a7526f21-07cc-435d-be99-1cafa90b917a} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
10495 2024.11.04 23:59:58.966620 [ 283 ] {a7526f21-07cc-435d-be99-1cafa90b917a} <Trace> oximeter.fields_u16 (34fef8e2-d1f9-4f22-bf52-55c907cfd790): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10496 2024.11.04 23:59:58.966790 [ 283 ] {a7526f21-07cc-435d-be99-1cafa90b917a} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.001624 sec., 6157.635467980295 rows/sec., 429.95 KiB/sec.
10497 2024.11.04 23:59:58.966976 [ 283 ] {a7526f21-07cc-435d-be99-1cafa90b917a} <Debug> DynamicQueryHandler: Done processing query
10498 2024.11.04 23:59:58.967001 [ 283 ] {a7526f21-07cc-435d-be99-1cafa90b917a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10499 2024.11.04 23:59:58.967017 [ 283 ] {} <Debug> HTTP-Session: 2bc02450-f774-448d-a57c-6a486f948ed6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10500 2024.11.04 23:59:58.967227 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50010, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10501 2024.11.04 23:59:58.967240 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55721, User-Agent: (none), Length: 12591, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10502 2024.11.04 23:59:58.967309 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10503 2024.11.04 23:59:58.967333 [ 298 ] {} <Debug> HTTP-Session: 193ecaf6-ae37-4d6c-b776-bae97473f3b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:55721
10504 2024.11.04 23:59:58.967356 [ 298 ] {} <Debug> HTTP-Session: 193ecaf6-ae37-4d6c-b776-bae97473f3b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10505 2024.11.04 23:59:58.967374 [ 298 ] {} <Debug> HTTP-Session: 193ecaf6-ae37-4d6c-b776-bae97473f3b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10506 2024.11.04 23:59:58.967412 [ 298 ] {} <Trace> HTTP-Session: 193ecaf6-ae37-4d6c-b776-bae97473f3b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10507 2024.11.04 23:59:58.967551 [ 298 ] {bf40bcfa-1ab9-44c2-b1d9-66d69b2b664d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55721) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
10508 2024.11.04 23:59:58.967602 [ 298 ] {bf40bcfa-1ab9-44c2-b1d9-66d69b2b664d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10509 2024.11.04 23:59:58.967864 [ 298 ] {bf40bcfa-1ab9-44c2-b1d9-66d69b2b664d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10510 2024.11.04 23:59:58.968271 [ 298 ] {bf40bcfa-1ab9-44c2-b1d9-66d69b2b664d} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10511 2024.11.04 23:59:58.968307 [ 298 ] {bf40bcfa-1ab9-44c2-b1d9-66d69b2b664d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
10512 2024.11.04 23:59:58.968654 [ 298 ] {bf40bcfa-1ab9-44c2-b1d9-66d69b2b664d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
10513 2024.11.04 23:59:58.969001 [ 298 ] {bf40bcfa-1ab9-44c2-b1d9-66d69b2b664d} <Trace> oximeter.fields_uuid (23c52eb0-4796-4e26-9de1-669bec3321ed): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10514 2024.11.04 23:59:58.969163 [ 298 ] {bf40bcfa-1ab9-44c2-b1d9-66d69b2b664d} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.001666 sec., 44417.76710684274 rows/sec., 3.48 MiB/sec.
10515 2024.11.04 23:59:58.969342 [ 298 ] {bf40bcfa-1ab9-44c2-b1d9-66d69b2b664d} <Debug> DynamicQueryHandler: Done processing query
10516 2024.11.04 23:59:58.969366 [ 298 ] {bf40bcfa-1ab9-44c2-b1d9-66d69b2b664d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
10517 2024.11.04 23:59:58.969382 [ 298 ] {} <Debug> HTTP-Session: 193ecaf6-ae37-4d6c-b776-bae97473f3b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10518 2024.11.04 23:59:58.969571 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55721, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10519 2024.11.04 23:59:58.969653 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52414, User-Agent: (none), Length: 25468, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10520 2024.11.04 23:59:58.969717 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10521 2024.11.04 23:59:58.969742 [ 283 ] {} <Debug> HTTP-Session: 07eaebd7-0bc2-4ea2-8f7f-374045f197a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:52414
10522 2024.11.04 23:59:58.969765 [ 283 ] {} <Debug> HTTP-Session: 07eaebd7-0bc2-4ea2-8f7f-374045f197a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10523 2024.11.04 23:59:58.969782 [ 283 ] {} <Debug> HTTP-Session: 07eaebd7-0bc2-4ea2-8f7f-374045f197a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10524 2024.11.04 23:59:58.969819 [ 283 ] {} <Trace> HTTP-Session: 07eaebd7-0bc2-4ea2-8f7f-374045f197a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10525 2024.11.04 23:59:58.969990 [ 283 ] {aaa01196-d70f-4591-9ccb-a3d3604181d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
10526 2024.11.04 23:59:58.970046 [ 283 ] {aaa01196-d70f-4591-9ccb-a3d3604181d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10527 2024.11.04 23:59:58.970226 [ 283 ] {aaa01196-d70f-4591-9ccb-a3d3604181d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10528 2024.11.04 23:59:58.970649 [ 283 ] {aaa01196-d70f-4591-9ccb-a3d3604181d2} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10529 2024.11.04 23:59:58.970694 [ 283 ] {aaa01196-d70f-4591-9ccb-a3d3604181d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
10530 2024.11.04 23:59:58.971094 [ 283 ] {aaa01196-d70f-4591-9ccb-a3d3604181d2} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
10531 2024.11.04 23:59:58.971443 [ 283 ] {aaa01196-d70f-4591-9ccb-a3d3604181d2} <Trace> oximeter.measurements_cumulativeu64 (24d1f75a-74fd-4320-bc6a-0f2e6b5a0894): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10532 2024.11.04 23:59:58.971587 [ 283 ] {aaa01196-d70f-4591-9ccb-a3d3604181d2} <Debug> executeQuery: Read 133 rows, 9.48 KiB in 0.001674 sec., 79450.41816009558 rows/sec., 5.53 MiB/sec.
10533 2024.11.04 23:59:58.971797 [ 283 ] {aaa01196-d70f-4591-9ccb-a3d3604181d2} <Debug> DynamicQueryHandler: Done processing query
10534 2024.11.04 23:59:58.971821 [ 283 ] {aaa01196-d70f-4591-9ccb-a3d3604181d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
10535 2024.11.04 23:59:58.971837 [ 283 ] {} <Debug> HTTP-Session: 07eaebd7-0bc2-4ea2-8f7f-374045f197a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10536 2024.11.04 23:59:58.972003 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52414, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10537 2024.11.04 23:59:58.972115 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60462, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10538 2024.11.04 23:59:58.972176 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10539 2024.11.04 23:59:58.972200 [ 298 ] {} <Debug> HTTP-Session: 7af2f1bc-8ee6-40a8-bed0-8fcb6effd89a Authenticating user 'default' from [fd00:1122:3344:101::d]:60462
10540 2024.11.04 23:59:58.972219 [ 298 ] {} <Debug> HTTP-Session: 7af2f1bc-8ee6-40a8-bed0-8fcb6effd89a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10541 2024.11.04 23:59:58.972237 [ 298 ] {} <Debug> HTTP-Session: 7af2f1bc-8ee6-40a8-bed0-8fcb6effd89a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10542 2024.11.04 23:59:58.972274 [ 298 ] {} <Trace> HTTP-Session: 7af2f1bc-8ee6-40a8-bed0-8fcb6effd89a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10543 2024.11.04 23:59:58.972423 [ 298 ] {91db9f6f-fe4e-425a-9d08-cb3e8c409bc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60462) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
10544 2024.11.04 23:59:58.972476 [ 298 ] {91db9f6f-fe4e-425a-9d08-cb3e8c409bc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10545 2024.11.04 23:59:58.972644 [ 298 ] {91db9f6f-fe4e-425a-9d08-cb3e8c409bc7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10546 2024.11.04 23:59:58.972956 [ 298 ] {91db9f6f-fe4e-425a-9d08-cb3e8c409bc7} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10547 2024.11.04 23:59:58.972992 [ 298 ] {91db9f6f-fe4e-425a-9d08-cb3e8c409bc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
10548 2024.11.04 23:59:58.973348 [ 298 ] {91db9f6f-fe4e-425a-9d08-cb3e8c409bc7} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
10549 2024.11.04 23:59:58.973673 [ 298 ] {91db9f6f-fe4e-425a-9d08-cb3e8c409bc7} <Trace> oximeter.measurements_u64 (bb2928f9-33e4-4373-b933-10b8e856e09c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10550 2024.11.04 23:59:58.973832 [ 298 ] {91db9f6f-fe4e-425a-9d08-cb3e8c409bc7} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001464 sec., 32786.88524590164 rows/sec., 2.21 MiB/sec.
10551 2024.11.04 23:59:58.974011 [ 298 ] {91db9f6f-fe4e-425a-9d08-cb3e8c409bc7} <Debug> DynamicQueryHandler: Done processing query
10552 2024.11.04 23:59:58.974036 [ 298 ] {91db9f6f-fe4e-425a-9d08-cb3e8c409bc7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
10553 2024.11.04 23:59:58.974052 [ 298 ] {} <Debug> HTTP-Session: 7af2f1bc-8ee6-40a8-bed0-8fcb6effd89a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10554 2024.11.04 23:59:58.974313 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60462, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10555 2024.11.05 00:00:00.419693 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache
10556 2024.11.05 00:00:00.419761 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache
10557 2024.11.05 00:00:00.669611 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 976
10558 2024.11.05 00:00:00.672748 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10559 2024.11.05 00:00:00.672801 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
10560 2024.11.05 00:00:00.674327 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
10561 2024.11.05 00:00:00.675614 [ 242 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10562 2024.11.05 00:00:00.675826 [ 118 ] {} <Debug> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
10563 2024.11.05 00:00:00.675883 [ 118 ] {} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10564 2024.11.05 00:00:00.675921 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
10565 2024.11.05 00:00:00.676295 [ 198 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full
10566 2024.11.05 00:00:00.677554 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 976
10567 2024.11.05 00:00:00.678084 [ 198 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10568 2024.11.05 00:00:00.678247 [ 198 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 844 rows starting from the beginning of the part
10569 2024.11.05 00:00:00.678734 [ 198 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 20 rows starting from the beginning of the part
10570 2024.11.05 00:00:00.679142 [ 198 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 32 rows starting from the beginning of the part
10571 2024.11.05 00:00:00.679534 [ 198 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 28 rows starting from the beginning of the part
10572 2024.11.05 00:00:00.679924 [ 198 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 20 rows starting from the beginning of the part
10573 2024.11.05 00:00:00.680303 [ 198 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 32 rows starting from the beginning of the part
10574 2024.11.05 00:00:00.689779 [ 195 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 976 rows, containing 72 columns (72 merged, 0 gathered) in 0.013768922 sec., 70884.27111432544 rows/sec., 50.20 MiB/sec.
10575 2024.11.05 00:00:00.691181 [ 195 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
10576 2024.11.05 00:00:00.693368 [ 195 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_31_6} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10577 2024.11.05 00:00:00.693478 [ 195 ] {685d6bfc-bf89-4b03-89db-24b5a1bdaf45::all_1_31_6} <Trace> system.query_log (685d6bfc-bf89-4b03-89db-24b5a1bdaf45) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
10578 2024.11.05 00:00:00.693824 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB.
10579 2024.11.05 00:00:01.000176 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.45 MiB, peak 177.28 MiB, free memory in arenas 0.00 B, will set to 169.47 MiB (RSS), difference: 1.02 MiB