Max level shown:
1 [ Nov 9 02:46:17 Enabled. ]
2 [ Nov 9 02:46:17 Rereading configuration. ]
3 [ Nov 9 02:46:19 Rereading configuration. ]
4 [ Nov 9 02:46:30 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 9 02:46:30 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.09 02:46:30.997290 [ 1 ] {} <Information> Application: Will watch for the process with pid 29544
29 2024.11.09 02:46:30.997708 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2024.11.09 02:46:31.268256 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 29544
31 2024.11.09 02:46:31.269037 [ 1 ] {} <Information> Application: starting up
32 2024.11.09 02:46:31.269755 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2024.11.09 02:46:31.369060 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2024.11.09 02:46:31.389793 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2024.11.09 02:46:31.389847 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2024.11.09 02:46:31.389863 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2024.11.09 02:46:31.389934 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2024.11.09 02:46:31.390330 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2024.11.09 02:46:31.391997 [ 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.09 02:46:31.392577 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2024.11.09 02:46:31.393401 [ 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.09 02:46:31.393423 [ 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.09 02:46:31.393438 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2024.11.09 02:46:31.393604 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2024.11.09 02:46:31.394720 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2024.11.09 02:46:31.400774 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2024.11.09 02:46:31.401588 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2024.11.09 02:46:31.402901 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2024.11.09 02:46:31.402969 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2024.11.09 02:46:31.404563 [ 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.09 02:46:31.404884 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2024.11.09 02:46:31.409293 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2024.11.09 02:46:31.409759 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2024.11.09 02:46:31.411399 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2024.11.09 02:46:31.411968 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2024.11.09 02:46:31.412372 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2024.11.09 02:46:31.412809 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2024.11.09 02:46:31.414288 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2024.11.09 02:46:31.414318 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2024.11.09 02:46:31.414399 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache
65 2024.11.09 02:46:31.414516 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache
66 2024.11.09 02:46:31.423935 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2024.11.09 02:46:31.423963 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000159303 sec
68 2024.11.09 02:46:31.424010 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2024.11.09 02:46:31.424026 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2024.11.09 02:46:31.425218 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2024.11.09 02:46:31.426311 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2024.11.09 02:46:31.439539 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2024.11.09 02:46:31.439596 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2024.11.09 02:46:31.439621 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2024.11.09 02:46:31.439634 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2024.11.09 02:46:31.439667 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2024.11.09 02:46:31.439686 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config
78 2024.11.09 02:46:31.439699 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2024.11.09 02:46:31.439733 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2024.11.09 02:46:31.439750 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config
81 2024.11.09 02:46:31.439762 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2024.11.09 02:46:31.439774 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2024.11.09 02:46:31.439813 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2024.11.09 02:46:31.439825 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2024.11.09 02:46:31.439837 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2024.11.09 02:46:31.439870 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2024.11.09 02:46:31.439884 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2024.11.09 02:46:31.469337 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2024.11.09 02:46:31.470764 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2024.11.09 02:46:31.470792 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.7132e-05 sec
91 2024.11.09 02:46:31.470806 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2024.11.09 02:46:31.470818 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2024.11.09 02:46:31.470842 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2024.11.09 02:46:31.471039 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2024.11.09 02:46:31.471079 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2024.11.09 02:46:31.471092 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2024.11.09 02:46:31.471104 [ 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.09 02:46:31.471122 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2024.11.09 02:46:31.475972 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2024.11.09 02:46:31.476196 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.70 MiB, peak 24.70 MiB, free memory in arenas 0.00 B, will set to 116.71 MiB (RSS), difference: 92.00 MiB
101 2024.11.09 02:46:31.477057 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.278e-05 sec.
102 2024.11.09 02:46:31.477415 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2024.11.09 02:46:31.477482 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2024.11.09 02:46:31.477505 [ 1 ] {} <Information> Application: Ready for connections.
105 2024.11.09 02:46:31.510854 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61546
106 2024.11.09 02:46:31.511155 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
107 2024.11.09 02:46:31.511215 [ 3 ] {} <Debug> TCP-Session: 0502671d-b876-49de-bc6c-c0715a06a651 Authenticating user 'default' from [fd00:1122:3344:101::b]:61546
108 2024.11.09 02:46:31.511251 [ 3 ] {} <Debug> TCP-Session: 0502671d-b876-49de-bc6c-c0715a06a651 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2024.11.09 02:46:31.511281 [ 3 ] {} <Debug> TCP-Session: 0502671d-b876-49de-bc6c-c0715a06a651 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2024.11.09 02:46:31.511382 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2024.11.09 02:46:31.511413 [ 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.09 02:46:31.511438 [ 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.09 02:46:31.514192 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57798
114 2024.11.09 02:46:31.514350 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
115 2024.11.09 02:46:31.514393 [ 4 ] {} <Debug> TCP-Session: 30c78412-6b94-4bfc-ba86-0d02aea4b43b Authenticating user 'default' from [fd00:1122:3344:101::c]:57798
116 2024.11.09 02:46:31.514439 [ 4 ] {} <Debug> TCP-Session: 30c78412-6b94-4bfc-ba86-0d02aea4b43b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
117 2024.11.09 02:46:31.514464 [ 4 ] {} <Debug> TCP-Session: 30c78412-6b94-4bfc-ba86-0d02aea4b43b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
118 2024.11.09 02:46:31.514499 [ 250 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34231
119 2024.11.09 02:46:31.514511 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50549
120 2024.11.09 02:46:31.514551 [ 4 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
121 2024.11.09 02:46:31.514604 [ 251 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40740
122 2024.11.09 02:46:31.514673 [ 250 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
123 2024.11.09 02:46:31.514861 [ 251 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
124 2024.11.09 02:46:31.514775 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
125 2024.11.09 02:46:31.514861 [ 252 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54906
126 2024.11.09 02:46:31.514832 [ 4 ] {} <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
127 2024.11.09 02:46:31.514978 [ 251 ] {} <Debug> TCP-Session: 1b317ac5-ea92-4584-946e-69be7859d4fa Authenticating user 'default' from [fd00:1122:3344:101::b]:40740
128 2024.11.09 02:46:31.514991 [ 5 ] {} <Debug> TCP-Session: 2c39b23f-fdd9-4c06-a235-54a1fe335a4c Authenticating user 'default' from [fd00:1122:3344:101::b]:50549
129 2024.11.09 02:46:31.515035 [ 4 ] {} <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
130 2024.11.09 02:46:31.515055 [ 251 ] {} <Debug> TCP-Session: 1b317ac5-ea92-4584-946e-69be7859d4fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
131 2024.11.09 02:46:31.514971 [ 250 ] {} <Debug> TCP-Session: ec197bfc-5929-4130-b629-0208870ef6a9 Authenticating user 'default' from [fd00:1122:3344:101::b]:34231
132 2024.11.09 02:46:31.515276 [ 250 ] {} <Debug> TCP-Session: ec197bfc-5929-4130-b629-0208870ef6a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
133 2024.11.09 02:46:31.515304 [ 5 ] {} <Debug> TCP-Session: 2c39b23f-fdd9-4c06-a235-54a1fe335a4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
134 2024.11.09 02:46:31.515333 [ 250 ] {} <Debug> TCP-Session: ec197bfc-5929-4130-b629-0208870ef6a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
135 2024.11.09 02:46:31.515306 [ 252 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
136 2024.11.09 02:46:31.515371 [ 5 ] {} <Debug> TCP-Session: 2c39b23f-fdd9-4c06-a235-54a1fe335a4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
137 2024.11.09 02:46:31.515305 [ 251 ] {} <Debug> TCP-Session: 1b317ac5-ea92-4584-946e-69be7859d4fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
138 2024.11.09 02:46:31.515434 [ 252 ] {} <Debug> TCP-Session: 1024ce7b-d3c4-4c4d-9f86-921d1f7ffb32 Authenticating user 'default' from [fd00:1122:3344:101::b]:54906
139 2024.11.09 02:46:31.515502 [ 252 ] {} <Debug> TCP-Session: 1024ce7b-d3c4-4c4d-9f86-921d1f7ffb32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
140 2024.11.09 02:46:31.515544 [ 252 ] {} <Debug> TCP-Session: 1024ce7b-d3c4-4c4d-9f86-921d1f7ffb32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
141 2024.11.09 02:46:31.515870 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55700
142 2024.11.09 02:46:31.516245 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39278
143 2024.11.09 02:46:31.516247 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38295
144 2024.11.09 02:46:31.516419 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52997
145 2024.11.09 02:46:31.516522 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58354
146 2024.11.09 02:46:31.516704 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61532
147 2024.11.09 02:46:31.516710 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
148 2024.11.09 02:46:31.516722 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
149 2024.11.09 02:46:31.516875 [ 256 ] {} <Debug> TCP-Session: 6e785f50-27cd-4e33-b72e-9e73cc30ba13 Authenticating user 'default' from [fd00:1122:3344:101::c]:52997
150 2024.11.09 02:46:31.516887 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62875
151 2024.11.09 02:46:31.516909 [ 256 ] {} <Debug> TCP-Session: 6e785f50-27cd-4e33-b72e-9e73cc30ba13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
152 2024.11.09 02:46:31.516937 [ 257 ] {} <Debug> TCP-Session: 6e44c078-0f8e-4434-8d67-00b4fde76447 Authenticating user 'default' from [fd00:1122:3344:101::c]:58354
153 2024.11.09 02:46:31.516966 [ 256 ] {} <Debug> TCP-Session: 6e785f50-27cd-4e33-b72e-9e73cc30ba13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
154 2024.11.09 02:46:31.517067 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37179
155 2024.11.09 02:46:31.517113 [ 257 ] {} <Debug> TCP-Session: 6e44c078-0f8e-4434-8d67-00b4fde76447 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
156 2024.11.09 02:46:31.517164 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55563
157 2024.11.09 02:46:31.517202 [ 257 ] {} <Debug> TCP-Session: 6e44c078-0f8e-4434-8d67-00b4fde76447 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
158 2024.11.09 02:46:31.517380 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64580
159 2024.11.09 02:46:31.524282 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
160 2024.11.09 02:46:31.524322 [ 255 ] {} <Debug> TCP-Session: 39bdfc73-855f-40c1-9c5b-190a4108a144 Authenticating user 'default' from [fd00:1122:3344:101::b]:39278
161 2024.11.09 02:46:31.524349 [ 255 ] {} <Debug> TCP-Session: 39bdfc73-855f-40c1-9c5b-190a4108a144 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
162 2024.11.09 02:46:31.524369 [ 255 ] {} <Debug> TCP-Session: 39bdfc73-855f-40c1-9c5b-190a4108a144 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
163 2024.11.09 02:46:31.525392 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
164 2024.11.09 02:46:31.525404 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
165 2024.11.09 02:46:31.525435 [ 253 ] {} <Debug> TCP-Session: faf1cf5b-d31f-47e7-b01b-83e9ee03f144 Authenticating user 'default' from [fd00:1122:3344:101::b]:55700
166 2024.11.09 02:46:31.525479 [ 254 ] {} <Debug> TCP-Session: 575d1791-b2c5-4379-ab1c-ce0f4f81eead Authenticating user 'default' from [fd00:1122:3344:101::b]:38295
167 2024.11.09 02:46:31.525488 [ 253 ] {} <Debug> TCP-Session: faf1cf5b-d31f-47e7-b01b-83e9ee03f144 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
168 2024.11.09 02:46:31.525513 [ 254 ] {} <Debug> TCP-Session: 575d1791-b2c5-4379-ab1c-ce0f4f81eead Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
169 2024.11.09 02:46:31.525537 [ 253 ] {} <Debug> TCP-Session: faf1cf5b-d31f-47e7-b01b-83e9ee03f144 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
170 2024.11.09 02:46:31.525544 [ 254 ] {} <Debug> TCP-Session: 575d1791-b2c5-4379-ab1c-ce0f4f81eead Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
171 2024.11.09 02:46:31.528966 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
172 2024.11.09 02:46:31.529006 [ 260 ] {} <Debug> TCP-Session: 79b6d6fc-143b-46e8-8929-5f038acea23e Authenticating user 'default' from [fd00:1122:3344:101::c]:37179
173 2024.11.09 02:46:31.529025 [ 260 ] {} <Debug> TCP-Session: 79b6d6fc-143b-46e8-8929-5f038acea23e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
174 2024.11.09 02:46:31.529051 [ 260 ] {} <Debug> TCP-Session: 79b6d6fc-143b-46e8-8929-5f038acea23e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
175 2024.11.09 02:46:31.529573 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
176 2024.11.09 02:46:31.529603 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
177 2024.11.09 02:46:31.529629 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
178 2024.11.09 02:46:31.529614 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
179 2024.11.09 02:46:31.531076 [ 262 ] {} <Debug> TCP-Session: 66f996e2-cdcd-4937-9363-efa9bd878e52 Authenticating user 'default' from [fd00:1122:3344:101::c]:64580
180 2024.11.09 02:46:31.531117 [ 259 ] {} <Debug> TCP-Session: 684bb0ac-c158-472e-899e-7c9edaee31c8 Authenticating user 'default' from [fd00:1122:3344:101::c]:62875
181 2024.11.09 02:46:31.531127 [ 262 ] {} <Debug> TCP-Session: 66f996e2-cdcd-4937-9363-efa9bd878e52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
182 2024.11.09 02:46:31.531145 [ 258 ] {} <Debug> TCP-Session: a3cf2a9b-5591-454f-8232-b5cc7f0dcff7 Authenticating user 'default' from [fd00:1122:3344:101::c]:61532
183 2024.11.09 02:46:31.531180 [ 261 ] {} <Debug> TCP-Session: aca97ec8-62d2-421c-9131-df7b2cc356c8 Authenticating user 'default' from [fd00:1122:3344:101::c]:55563
184 2024.11.09 02:46:31.531221 [ 262 ] {} <Debug> TCP-Session: 66f996e2-cdcd-4937-9363-efa9bd878e52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
185 2024.11.09 02:46:31.531245 [ 258 ] {} <Debug> TCP-Session: a3cf2a9b-5591-454f-8232-b5cc7f0dcff7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
186 2024.11.09 02:46:31.531234 [ 259 ] {} <Debug> TCP-Session: 684bb0ac-c158-472e-899e-7c9edaee31c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
187 2024.11.09 02:46:31.531309 [ 261 ] {} <Debug> TCP-Session: aca97ec8-62d2-421c-9131-df7b2cc356c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
188 2024.11.09 02:46:31.531333 [ 258 ] {} <Debug> TCP-Session: a3cf2a9b-5591-454f-8232-b5cc7f0dcff7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
189 2024.11.09 02:46:31.531357 [ 259 ] {} <Debug> TCP-Session: 684bb0ac-c158-472e-899e-7c9edaee31c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
190 2024.11.09 02:46:31.531372 [ 261 ] {} <Debug> TCP-Session: aca97ec8-62d2-421c-9131-df7b2cc356c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
191 2024.11.09 02:46:31.952254 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57406
192 2024.11.09 02:46:31.952463 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
193 2024.11.09 02:46:31.952532 [ 263 ] {} <Debug> TCP-Session: eb3aec1c-0e8f-4a49-b17e-d41bbcd08cc4 Authenticating user 'default' from [fd00:1122:3344:101::a]:57406
194 2024.11.09 02:46:31.952576 [ 263 ] {} <Debug> TCP-Session: eb3aec1c-0e8f-4a49-b17e-d41bbcd08cc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
195 2024.11.09 02:46:31.952596 [ 263 ] {} <Debug> TCP-Session: eb3aec1c-0e8f-4a49-b17e-d41bbcd08cc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
196 2024.11.09 02:46:31.952673 [ 263 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
197 2024.11.09 02:46:31.952706 [ 263 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
198 2024.11.09 02:46:31.952739 [ 263 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
199 2024.11.09 02:46:31.953306 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42598
200 2024.11.09 02:46:31.953387 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43776
201 2024.11.09 02:46:31.953542 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
202 2024.11.09 02:46:31.953637 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59880
203 2024.11.09 02:46:31.953658 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
204 2024.11.09 02:46:31.953676 [ 264 ] {} <Debug> TCP-Session: 9ebb25b5-ca99-494c-9195-0707219fa5c9 Authenticating user 'default' from [fd00:1122:3344:101::a]:42598
205 2024.11.09 02:46:31.953705 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:65246
206 2024.11.09 02:46:31.953739 [ 265 ] {} <Debug> TCP-Session: 6665104b-9827-4d1d-89f1-5408cd4165ce Authenticating user 'default' from [fd00:1122:3344:101::a]:43776
207 2024.11.09 02:46:31.953757 [ 264 ] {} <Debug> TCP-Session: 9ebb25b5-ca99-494c-9195-0707219fa5c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
208 2024.11.09 02:46:31.953883 [ 265 ] {} <Debug> TCP-Session: 6665104b-9827-4d1d-89f1-5408cd4165ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
209 2024.11.09 02:46:31.953891 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62598
210 2024.11.09 02:46:31.953909 [ 264 ] {} <Debug> TCP-Session: 9ebb25b5-ca99-494c-9195-0707219fa5c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
211 2024.11.09 02:46:31.953910 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
212 2024.11.09 02:46:31.954103 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
213 2024.11.09 02:46:31.954223 [ 266 ] {} <Debug> TCP-Session: 27d658f3-45e4-42e3-a11b-29bb90f26959 Authenticating user 'default' from [fd00:1122:3344:101::a]:59880
214 2024.11.09 02:46:31.954313 [ 267 ] {} <Debug> TCP-Session: 3afe46bf-7e4f-46ad-aa1b-dc80ba7600e4 Authenticating user 'default' from [fd00:1122:3344:101::a]:65246
215 2024.11.09 02:46:31.954301 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
216 2024.11.09 02:46:31.954357 [ 266 ] {} <Debug> TCP-Session: 27d658f3-45e4-42e3-a11b-29bb90f26959 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
217 2024.11.09 02:46:31.954332 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43385
218 2024.11.09 02:46:31.954400 [ 267 ] {} <Debug> TCP-Session: 3afe46bf-7e4f-46ad-aa1b-dc80ba7600e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
219 2024.11.09 02:46:31.954333 [ 265 ] {} <Debug> TCP-Session: 6665104b-9827-4d1d-89f1-5408cd4165ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
220 2024.11.09 02:46:31.954443 [ 268 ] {} <Debug> TCP-Session: 6ef2f15f-0018-46d5-beea-2862d4cf0148 Authenticating user 'default' from [fd00:1122:3344:101::a]:62598
221 2024.11.09 02:46:31.954493 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33770
222 2024.11.09 02:46:31.954462 [ 266 ] {} <Debug> TCP-Session: 27d658f3-45e4-42e3-a11b-29bb90f26959 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
223 2024.11.09 02:46:31.954644 [ 267 ] {} <Debug> TCP-Session: 3afe46bf-7e4f-46ad-aa1b-dc80ba7600e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
224 2024.11.09 02:46:31.954684 [ 268 ] {} <Debug> TCP-Session: 6ef2f15f-0018-46d5-beea-2862d4cf0148 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
225 2024.11.09 02:46:31.954709 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
226 2024.11.09 02:46:31.954767 [ 268 ] {} <Debug> TCP-Session: 6ef2f15f-0018-46d5-beea-2862d4cf0148 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
227 2024.11.09 02:46:31.954794 [ 269 ] {} <Debug> TCP-Session: 1f5042c0-3990-42f5-8635-756622230299 Authenticating user 'default' from [fd00:1122:3344:101::a]:43385
228 2024.11.09 02:46:31.954936 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
229 2024.11.09 02:46:31.954979 [ 269 ] {} <Debug> TCP-Session: 1f5042c0-3990-42f5-8635-756622230299 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
230 2024.11.09 02:46:31.955010 [ 270 ] {} <Debug> TCP-Session: ff06b9e8-1110-4ef4-8fa1-af88b747a619 Authenticating user 'default' from [fd00:1122:3344:101::a]:33770
231 2024.11.09 02:46:31.955042 [ 269 ] {} <Debug> TCP-Session: 1f5042c0-3990-42f5-8635-756622230299 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
232 2024.11.09 02:46:31.955054 [ 270 ] {} <Debug> TCP-Session: ff06b9e8-1110-4ef4-8fa1-af88b747a619 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
233 2024.11.09 02:46:31.955110 [ 270 ] {} <Debug> TCP-Session: ff06b9e8-1110-4ef4-8fa1-af88b747a619 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
234 2024.11.09 02:46:32.000302 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 116.86 MiB, peak 116.86 MiB, free memory in arenas 0.00 B, will set to 119.45 MiB (RSS), difference: 2.59 MiB
235 2024.11.09 02:46:34.715970 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42518
236 2024.11.09 02:46:34.716173 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
237 2024.11.09 02:46:34.716217 [ 271 ] {} <Debug> TCP-Session: e12026de-93fd-4be6-8141-de33e5999895 Authenticating user 'default' from [fd00:1122:3344:101::d]:42518
238 2024.11.09 02:46:34.716245 [ 271 ] {} <Debug> TCP-Session: e12026de-93fd-4be6-8141-de33e5999895 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
239 2024.11.09 02:46:34.716262 [ 271 ] {} <Debug> TCP-Session: e12026de-93fd-4be6-8141-de33e5999895 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
240 2024.11.09 02:46:34.716332 [ 271 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
241 2024.11.09 02:46:34.716361 [ 271 ] {} <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
242 2024.11.09 02:46:34.716392 [ 271 ] {} <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
243 2024.11.09 02:46:34.716909 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41224
244 2024.11.09 02:46:34.716910 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46773
245 2024.11.09 02:46:34.716992 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52268
246 2024.11.09 02:46:34.717064 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57586
247 2024.11.09 02:46:34.717203 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
248 2024.11.09 02:46:34.717206 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63314
249 2024.11.09 02:46:34.717501 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61957
250 2024.11.09 02:46:34.717552 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
251 2024.11.09 02:46:34.717730 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
252 2024.11.09 02:46:34.717820 [ 273 ] {} <Debug> TCP-Session: 191f3a8a-932d-4750-8d38-cf5e9faa9213 Authenticating user 'default' from [fd00:1122:3344:101::d]:46773
253 2024.11.09 02:46:34.717962 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
254 2024.11.09 02:46:34.717982 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40936
255 2024.11.09 02:46:34.717652 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
256 2024.11.09 02:46:34.718017 [ 273 ] {} <Debug> TCP-Session: 191f3a8a-932d-4750-8d38-cf5e9faa9213 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
257 2024.11.09 02:46:34.718024 [ 272 ] {} <Debug> TCP-Session: a5ddab67-9f98-41f3-a870-4481b4c0eb54 Authenticating user 'default' from [fd00:1122:3344:101::d]:41224
258 2024.11.09 02:46:34.717806 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
259 2024.11.09 02:46:34.717969 [ 275 ] {} <Debug> TCP-Session: e06f941f-a36d-42da-984e-5ff5bb2feb9a Authenticating user 'default' from [fd00:1122:3344:101::d]:57586
260 2024.11.09 02:46:34.718088 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34058
261 2024.11.09 02:46:34.718185 [ 277 ] {} <Debug> TCP-Session: 31cc136a-8306-4418-944e-6d7435c939cb Authenticating user 'default' from [fd00:1122:3344:101::d]:61957
262 2024.11.09 02:46:34.718196 [ 274 ] {} <Debug> TCP-Session: a0e82d87-09ea-45e2-a5af-9f6b4632d1e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:52268
263 2024.11.09 02:46:34.718188 [ 273 ] {} <Debug> TCP-Session: 191f3a8a-932d-4750-8d38-cf5e9faa9213 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
264 2024.11.09 02:46:34.718374 [ 277 ] {} <Debug> TCP-Session: 31cc136a-8306-4418-944e-6d7435c939cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
265 2024.11.09 02:46:34.718389 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
266 2024.11.09 02:46:34.718388 [ 274 ] {} <Debug> TCP-Session: a0e82d87-09ea-45e2-a5af-9f6b4632d1e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
267 2024.11.09 02:46:34.718414 [ 272 ] {} <Debug> TCP-Session: a5ddab67-9f98-41f3-a870-4481b4c0eb54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
268 2024.11.09 02:46:34.718515 [ 275 ] {} <Debug> TCP-Session: e06f941f-a36d-42da-984e-5ff5bb2feb9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
269 2024.11.09 02:46:34.718571 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
270 2024.11.09 02:46:34.718633 [ 279 ] {} <Debug> TCP-Session: 2216f9da-e378-4faa-ac40-32af28051eac Authenticating user 'default' from [fd00:1122:3344:101::d]:34058
271 2024.11.09 02:46:34.718634 [ 274 ] {} <Debug> TCP-Session: a0e82d87-09ea-45e2-a5af-9f6b4632d1e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
272 2024.11.09 02:46:34.718651 [ 275 ] {} <Debug> TCP-Session: e06f941f-a36d-42da-984e-5ff5bb2feb9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
273 2024.11.09 02:46:34.718728 [ 278 ] {} <Debug> TCP-Session: c04d7c3b-58ec-4118-8c4c-ac4ee12defb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:40936
274 2024.11.09 02:46:34.718731 [ 279 ] {} <Debug> TCP-Session: 2216f9da-e378-4faa-ac40-32af28051eac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
275 2024.11.09 02:46:34.718743 [ 272 ] {} <Debug> TCP-Session: a5ddab67-9f98-41f3-a870-4481b4c0eb54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
276 2024.11.09 02:46:34.718774 [ 276 ] {} <Debug> TCP-Session: 7031f982-c323-44c3-92c4-54552a40ab73 Authenticating user 'default' from [fd00:1122:3344:101::d]:63314
277 2024.11.09 02:46:34.718824 [ 279 ] {} <Debug> TCP-Session: 2216f9da-e378-4faa-ac40-32af28051eac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
278 2024.11.09 02:46:34.718854 [ 278 ] {} <Debug> TCP-Session: c04d7c3b-58ec-4118-8c4c-ac4ee12defb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
279 2024.11.09 02:46:34.718955 [ 278 ] {} <Debug> TCP-Session: c04d7c3b-58ec-4118-8c4c-ac4ee12defb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
280 2024.11.09 02:46:34.718966 [ 276 ] {} <Debug> TCP-Session: 7031f982-c323-44c3-92c4-54552a40ab73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
281 2024.11.09 02:46:34.719015 [ 277 ] {} <Debug> TCP-Session: 31cc136a-8306-4418-944e-6d7435c939cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
282 2024.11.09 02:46:34.719049 [ 276 ] {} <Debug> TCP-Session: 7031f982-c323-44c3-92c4-54552a40ab73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
283 2024.11.09 02:46:34.724038 [ 271 ] {} <Trace> TCP-Session: e12026de-93fd-4be6-8141-de33e5999895 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
284 2024.11.09 02:46:34.733323 [ 271 ] {30ff38d9-4d60-4fde-bbc6-0447e978d576} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42518) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
285 2024.11.09 02:46:34.788442 [ 271 ] {30ff38d9-4d60-4fde-bbc6-0447e978d576} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:42518) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
286 
287 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
288 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
289 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
290 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
291 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
292 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
293 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
294 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
295 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
296 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
297 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
298 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
299 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
300 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
301 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
302 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
303 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
304 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
305 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
306 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
307 20. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1
308 
309 2024.11.09 02:46:34.789707 [ 271 ] {30ff38d9-4d60-4fde-bbc6-0447e978d576} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
310 
311 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
312 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
313 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
314 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
315 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
316 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
317 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
318 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
319 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
320 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
321 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
322 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
323 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
324 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
325 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
326 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
327 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
328 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
329 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
330 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
331 20. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1
332 
333 2024.11.09 02:46:34.789817 [ 271 ] {30ff38d9-4d60-4fde-bbc6-0447e978d576} <Debug> TCPHandler: Processed in 0.068881644 sec.
334 2024.11.09 02:46:34.790164 [ 273 ] {} <Trace> TCP-Session: 191f3a8a-932d-4750-8d38-cf5e9faa9213 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
335 2024.11.09 02:46:34.790385 [ 273 ] {cf087f73-6b53-4f9c-9359-152b2b534d34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46773) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
336 2024.11.09 02:46:34.790792 [ 273 ] {cf087f73-6b53-4f9c-9359-152b2b534d34} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:46773) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
337 
338 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
339 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
340 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
341 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
342 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
343 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
344 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
345 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
346 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
347 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
348 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
349 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
350 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
351 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
352 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
353 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
354 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
355 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
356 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
357 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
358 20. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1
359 
360 2024.11.09 02:46:34.790935 [ 273 ] {cf087f73-6b53-4f9c-9359-152b2b534d34} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
361 
362 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
363 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
364 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
365 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
366 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
367 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
368 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
369 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
370 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
371 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
372 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
373 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
374 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
375 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
376 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
377 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
378 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
379 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
380 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
381 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
382 20. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1
383 
384 2024.11.09 02:46:34.791041 [ 273 ] {cf087f73-6b53-4f9c-9359-152b2b534d34} <Debug> TCPHandler: Processed in 0.001031471 sec.
385 2024.11.09 02:46:34.791392 [ 271 ] {} <Trace> TCP-Session: e12026de-93fd-4be6-8141-de33e5999895 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
386 2024.11.09 02:46:34.792613 [ 271 ] {a66c36ea-2ac3-4ecf-9d25-63207834374f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42518) DROP DATABASE IF EXISTS oximeter (stage: Complete)
387 2024.11.09 02:46:34.793225 [ 271 ] {a66c36ea-2ac3-4ecf-9d25-63207834374f} <Debug> TCPHandler: Processed in 0.00195202 sec.
388 2024.11.09 02:46:34.793434 [ 273 ] {} <Trace> TCP-Session: 191f3a8a-932d-4750-8d38-cf5e9faa9213 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
389 2024.11.09 02:46:34.793581 [ 273 ] {c902df06-394f-4f37-bec6-59539b86b484} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46773) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
390 2024.11.09 02:46:34.793699 [ 273 ] {c902df06-394f-4f37-bec6-59539b86b484} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
391 2024.11.09 02:46:34.794960 [ 273 ] {c902df06-394f-4f37-bec6-59539b86b484} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
392 2024.11.09 02:46:34.794991 [ 273 ] {c902df06-394f-4f37-bec6-59539b86b484} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.7131e-05 sec
393 2024.11.09 02:46:34.795009 [ 273 ] {c902df06-394f-4f37-bec6-59539b86b484} <Trace> ReferentialDeps: No tables
394 2024.11.09 02:46:34.795037 [ 273 ] {c902df06-394f-4f37-bec6-59539b86b484} <Trace> LoadingDeps: No tables
395 2024.11.09 02:46:34.795073 [ 273 ] {c902df06-394f-4f37-bec6-59539b86b484} <Information> DatabaseAtomic (oximeter): Starting up tables.
396 2024.11.09 02:46:34.795124 [ 273 ] {c902df06-394f-4f37-bec6-59539b86b484} <Debug> TCPHandler: Processed in 0.001759207 sec.
397 2024.11.09 02:46:34.795311 [ 271 ] {} <Trace> TCP-Session: e12026de-93fd-4be6-8141-de33e5999895 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
398 2024.11.09 02:46:34.795531 [ 271 ] {bfbc41fc-076c-4d77-8619-6b0f4a09533c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42518) /* The version table contains metadata about the `oximeter` database */
399 CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete)
400 2024.11.09 02:46:34.795587 [ 271 ] {bfbc41fc-076c-4d77-8619-6b0f4a09533c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
401 2024.11.09 02:46:34.802050 [ 271 ] {bfbc41fc-076c-4d77-8619-6b0f4a09533c} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
402 2024.11.09 02:46:34.808868 [ 271 ] {bfbc41fc-076c-4d77-8619-6b0f4a09533c} <Debug> oximeter.version (3558cfd5-886e-4f9e-851b-a834ada4f3e9): Loading data parts
403 2024.11.09 02:46:34.809386 [ 271 ] {bfbc41fc-076c-4d77-8619-6b0f4a09533c} <Debug> oximeter.version (3558cfd5-886e-4f9e-851b-a834ada4f3e9): There are no data parts
404 2024.11.09 02:46:34.812456 [ 271 ] {bfbc41fc-076c-4d77-8619-6b0f4a09533c} <Debug> TCPHandler: Processed in 0.017209706 sec.
405 2024.11.09 02:46:34.812651 [ 273 ] {} <Trace> TCP-Session: 191f3a8a-932d-4750-8d38-cf5e9faa9213 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
406 2024.11.09 02:46:34.812919 [ 273 ] {5684f729-3286-4ff7-afcd-2df7b98d26f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46773) /* The measurement tables contain all individual samples from each timeseries.
407 *
408 * Each table stores a single datum type, and otherwise contains nearly the same
409 * structure. The primary sorting key is on the timeseries name, key, and then
410 * timestamp, so that all timeseries from the same schema are grouped, followed
411 * by all samples from the same timeseries.
412 *
413 * This reflects that one usually looks up the _key_ in one or more field table,
414 * and then uses that to index quickly into the measurements tables.
415 */
416 CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
417 2024.11.09 02:46:34.813024 [ 273 ] {5684f729-3286-4ff7-afcd-2df7b98d26f9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
418 2024.11.09 02:46:34.824314 [ 273 ] {5684f729-3286-4ff7-afcd-2df7b98d26f9} <Debug> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Loading data parts
419 2024.11.09 02:46:34.824577 [ 273 ] {5684f729-3286-4ff7-afcd-2df7b98d26f9} <Debug> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): There are no data parts
420 2024.11.09 02:46:34.826259 [ 273 ] {5684f729-3286-4ff7-afcd-2df7b98d26f9} <Debug> TCPHandler: Processed in 0.013679413 sec.
421 2024.11.09 02:46:34.826461 [ 271 ] {} <Trace> TCP-Session: e12026de-93fd-4be6-8141-de33e5999895 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
422 2024.11.09 02:46:34.826700 [ 271 ] {ebe60b30-09ff-4bcf-818f-f763a8574bbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42518) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
423 2024.11.09 02:46:34.826762 [ 271 ] {ebe60b30-09ff-4bcf-818f-f763a8574bbd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
424 2024.11.09 02:46:34.828634 [ 271 ] {ebe60b30-09ff-4bcf-818f-f763a8574bbd} <Debug> oximeter.measurements_i8 (5dbeaad3-c5f5-4cf1-b7fa-da839228e6db): Loading data parts
425 2024.11.09 02:46:34.828792 [ 271 ] {ebe60b30-09ff-4bcf-818f-f763a8574bbd} <Debug> oximeter.measurements_i8 (5dbeaad3-c5f5-4cf1-b7fa-da839228e6db): There are no data parts
426 2024.11.09 02:46:34.829931 [ 271 ] {ebe60b30-09ff-4bcf-818f-f763a8574bbd} <Debug> TCPHandler: Processed in 0.003528903 sec.
427 2024.11.09 02:46:34.830118 [ 273 ] {} <Trace> TCP-Session: 191f3a8a-932d-4750-8d38-cf5e9faa9213 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
428 2024.11.09 02:46:34.830324 [ 273 ] {1f2ac175-5277-4be4-a1fb-d641391fd735} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46773) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
429 2024.11.09 02:46:34.830398 [ 273 ] {1f2ac175-5277-4be4-a1fb-d641391fd735} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
430 2024.11.09 02:46:34.832132 [ 273 ] {1f2ac175-5277-4be4-a1fb-d641391fd735} <Debug> oximeter.measurements_u8 (fc72b340-8e42-4763-b006-532316f8ea61): Loading data parts
431 2024.11.09 02:46:34.832297 [ 273 ] {1f2ac175-5277-4be4-a1fb-d641391fd735} <Debug> oximeter.measurements_u8 (fc72b340-8e42-4763-b006-532316f8ea61): There are no data parts
432 2024.11.09 02:46:34.833460 [ 273 ] {1f2ac175-5277-4be4-a1fb-d641391fd735} <Debug> TCPHandler: Processed in 0.00340012 sec.
433 2024.11.09 02:46:34.833646 [ 271 ] {} <Trace> TCP-Session: e12026de-93fd-4be6-8141-de33e5999895 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
434 2024.11.09 02:46:34.833876 [ 271 ] {f3ebd455-f70f-4a46-ad2e-e5b744a6f9eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42518) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
435 2024.11.09 02:46:34.833932 [ 271 ] {f3ebd455-f70f-4a46-ad2e-e5b744a6f9eb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
436 2024.11.09 02:46:34.835715 [ 271 ] {f3ebd455-f70f-4a46-ad2e-e5b744a6f9eb} <Debug> oximeter.measurements_i16 (41e0a91d-f5ea-49f3-9069-9cb4429b35ca): Loading data parts
437 2024.11.09 02:46:34.835837 [ 271 ] {f3ebd455-f70f-4a46-ad2e-e5b744a6f9eb} <Debug> oximeter.measurements_i16 (41e0a91d-f5ea-49f3-9069-9cb4429b35ca): There are no data parts
438 2024.11.09 02:46:34.836951 [ 271 ] {f3ebd455-f70f-4a46-ad2e-e5b744a6f9eb} <Debug> TCPHandler: Processed in 0.00336321 sec.
439 2024.11.09 02:46:34.837135 [ 273 ] {} <Trace> TCP-Session: 191f3a8a-932d-4750-8d38-cf5e9faa9213 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
440 2024.11.09 02:46:34.837382 [ 273 ] {f0501f42-58e4-42f2-9509-6ec0f507dc84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46773) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
441 2024.11.09 02:46:34.837465 [ 273 ] {f0501f42-58e4-42f2-9509-6ec0f507dc84} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
442 2024.11.09 02:46:34.839366 [ 273 ] {f0501f42-58e4-42f2-9509-6ec0f507dc84} <Debug> oximeter.measurements_u16 (3238a47b-cb2d-42b8-8e16-a455916abd39): Loading data parts
443 2024.11.09 02:46:34.839538 [ 273 ] {f0501f42-58e4-42f2-9509-6ec0f507dc84} <Debug> oximeter.measurements_u16 (3238a47b-cb2d-42b8-8e16-a455916abd39): There are no data parts
444 2024.11.09 02:46:34.840709 [ 273 ] {f0501f42-58e4-42f2-9509-6ec0f507dc84} <Debug> TCPHandler: Processed in 0.003638045 sec.
445 2024.11.09 02:46:34.840896 [ 271 ] {} <Trace> TCP-Session: e12026de-93fd-4be6-8141-de33e5999895 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
446 2024.11.09 02:46:34.841164 [ 271 ] {010e08a5-c715-4343-92ff-41e332bbd4b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42518) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
447 2024.11.09 02:46:34.841233 [ 271 ] {010e08a5-c715-4343-92ff-41e332bbd4b5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
448 2024.11.09 02:46:34.843101 [ 271 ] {010e08a5-c715-4343-92ff-41e332bbd4b5} <Debug> oximeter.measurements_i32 (9087fa91-2522-4005-807a-81809b3f9b38): Loading data parts
449 2024.11.09 02:46:34.843221 [ 271 ] {010e08a5-c715-4343-92ff-41e332bbd4b5} <Debug> oximeter.measurements_i32 (9087fa91-2522-4005-807a-81809b3f9b38): There are no data parts
450 2024.11.09 02:46:34.844266 [ 271 ] {010e08a5-c715-4343-92ff-41e332bbd4b5} <Debug> TCPHandler: Processed in 0.003493042 sec.
451 2024.11.09 02:46:34.844506 [ 273 ] {} <Trace> TCP-Session: 191f3a8a-932d-4750-8d38-cf5e9faa9213 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
452 2024.11.09 02:46:34.844753 [ 273 ] {0ea88812-34f0-47b9-b6fc-a73d135eef54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46773) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
453 2024.11.09 02:46:34.844834 [ 273 ] {0ea88812-34f0-47b9-b6fc-a73d135eef54} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
454 2024.11.09 02:46:34.846592 [ 273 ] {0ea88812-34f0-47b9-b6fc-a73d135eef54} <Debug> oximeter.measurements_u32 (2623bbd3-1608-44ae-8d14-faadba37a896): Loading data parts
455 2024.11.09 02:46:34.846744 [ 273 ] {0ea88812-34f0-47b9-b6fc-a73d135eef54} <Debug> oximeter.measurements_u32 (2623bbd3-1608-44ae-8d14-faadba37a896): There are no data parts
456 2024.11.09 02:46:34.847846 [ 273 ] {0ea88812-34f0-47b9-b6fc-a73d135eef54} <Debug> TCPHandler: Processed in 0.00340752 sec.
457 2024.11.09 02:46:34.848023 [ 271 ] {} <Trace> TCP-Session: e12026de-93fd-4be6-8141-de33e5999895 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
458 2024.11.09 02:46:34.848251 [ 271 ] {140bee4f-a285-4776-bcfa-48c7bbbff62f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42518) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
459 2024.11.09 02:46:34.848309 [ 271 ] {140bee4f-a285-4776-bcfa-48c7bbbff62f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
460 2024.11.09 02:46:34.850035 [ 271 ] {140bee4f-a285-4776-bcfa-48c7bbbff62f} <Debug> oximeter.measurements_i64 (1fa4bb4f-08c2-4324-8781-8e2e17895eeb): Loading data parts
461 2024.11.09 02:46:34.850164 [ 271 ] {140bee4f-a285-4776-bcfa-48c7bbbff62f} <Debug> oximeter.measurements_i64 (1fa4bb4f-08c2-4324-8781-8e2e17895eeb): There are no data parts
462 2024.11.09 02:46:34.851278 [ 271 ] {140bee4f-a285-4776-bcfa-48c7bbbff62f} <Debug> TCPHandler: Processed in 0.003311898 sec.
463 2024.11.09 02:46:34.851473 [ 273 ] {} <Trace> TCP-Session: 191f3a8a-932d-4750-8d38-cf5e9faa9213 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
464 2024.11.09 02:46:34.851718 [ 273 ] {dae589e1-dc99-4e4b-a059-586ca08ffb45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46773) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
465 2024.11.09 02:46:34.851800 [ 273 ] {dae589e1-dc99-4e4b-a059-586ca08ffb45} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
466 2024.11.09 02:46:34.853573 [ 273 ] {dae589e1-dc99-4e4b-a059-586ca08ffb45} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Loading data parts
467 2024.11.09 02:46:34.853728 [ 273 ] {dae589e1-dc99-4e4b-a059-586ca08ffb45} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): There are no data parts
468 2024.11.09 02:46:34.854859 [ 273 ] {dae589e1-dc99-4e4b-a059-586ca08ffb45} <Debug> TCPHandler: Processed in 0.003457401 sec.
469 2024.11.09 02:46:34.855051 [ 271 ] {} <Trace> TCP-Session: e12026de-93fd-4be6-8141-de33e5999895 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
470 2024.11.09 02:46:34.855283 [ 271 ] {14d21d18-7991-4ea9-acf4-59c3bc12ef5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42518) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
471 2024.11.09 02:46:34.855337 [ 271 ] {14d21d18-7991-4ea9-acf4-59c3bc12ef5a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
472 2024.11.09 02:46:34.857142 [ 271 ] {14d21d18-7991-4ea9-acf4-59c3bc12ef5a} <Debug> oximeter.measurements_f32 (243b2ba8-de97-4b5d-ae57-2ba406228a62): Loading data parts
473 2024.11.09 02:46:34.857268 [ 271 ] {14d21d18-7991-4ea9-acf4-59c3bc12ef5a} <Debug> oximeter.measurements_f32 (243b2ba8-de97-4b5d-ae57-2ba406228a62): There are no data parts
474 2024.11.09 02:46:34.858383 [ 271 ] {14d21d18-7991-4ea9-acf4-59c3bc12ef5a} <Debug> TCPHandler: Processed in 0.00339826 sec.
475 2024.11.09 02:46:34.858587 [ 273 ] {} <Trace> TCP-Session: 191f3a8a-932d-4750-8d38-cf5e9faa9213 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
476 2024.11.09 02:46:34.858833 [ 273 ] {eb2c4ade-3a3d-450a-a05d-92c3248f3bab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46773) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
477 2024.11.09 02:46:34.858916 [ 273 ] {eb2c4ade-3a3d-450a-a05d-92c3248f3bab} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
478 2024.11.09 02:46:34.860680 [ 273 ] {eb2c4ade-3a3d-450a-a05d-92c3248f3bab} <Debug> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Loading data parts
479 2024.11.09 02:46:34.860837 [ 273 ] {eb2c4ade-3a3d-450a-a05d-92c3248f3bab} <Debug> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): There are no data parts
480 2024.11.09 02:46:34.861944 [ 273 ] {eb2c4ade-3a3d-450a-a05d-92c3248f3bab} <Debug> TCPHandler: Processed in 0.003425741 sec.
481 2024.11.09 02:46:34.862138 [ 271 ] {} <Trace> TCP-Session: e12026de-93fd-4be6-8141-de33e5999895 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
482 2024.11.09 02:46:34.862365 [ 271 ] {51e9fe9f-5c1b-4e2a-8db0-112a37a2f244} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42518) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
483 2024.11.09 02:46:34.862418 [ 271 ] {51e9fe9f-5c1b-4e2a-8db0-112a37a2f244} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
484 2024.11.09 02:46:34.864127 [ 271 ] {51e9fe9f-5c1b-4e2a-8db0-112a37a2f244} <Debug> oximeter.measurements_string (f5188f6c-0edf-4f99-9864-b1082e778931): Loading data parts
485 2024.11.09 02:46:34.864246 [ 271 ] {51e9fe9f-5c1b-4e2a-8db0-112a37a2f244} <Debug> oximeter.measurements_string (f5188f6c-0edf-4f99-9864-b1082e778931): There are no data parts
486 2024.11.09 02:46:34.865370 [ 271 ] {51e9fe9f-5c1b-4e2a-8db0-112a37a2f244} <Debug> TCPHandler: Processed in 0.003297558 sec.
487 2024.11.09 02:46:34.865549 [ 273 ] {} <Trace> TCP-Session: 191f3a8a-932d-4750-8d38-cf5e9faa9213 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
488 2024.11.09 02:46:34.865754 [ 273 ] {ec10ba8e-8065-4e73-973a-e2c4c2a114b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46773) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /*
489 * NOTE: Right now we can't unambiguously record a nullable byte array.
490 * Arrays cannot be nested in `Nullable()` types, and encoding the array as
491 * a string isn't palatable for a few reasons.
492 * See: https://github.com/oxidecomputer/omicron/issues/4551 for more
493 * details.
494 */
495 datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
496 2024.11.09 02:46:34.865824 [ 273 ] {ec10ba8e-8065-4e73-973a-e2c4c2a114b2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
497 2024.11.09 02:46:34.867528 [ 273 ] {ec10ba8e-8065-4e73-973a-e2c4c2a114b2} <Debug> oximeter.measurements_bytes (976ce12c-09ff-4dfa-9865-91f752ff59f2): Loading data parts
498 2024.11.09 02:46:34.867677 [ 273 ] {ec10ba8e-8065-4e73-973a-e2c4c2a114b2} <Debug> oximeter.measurements_bytes (976ce12c-09ff-4dfa-9865-91f752ff59f2): There are no data parts
499 2024.11.09 02:46:34.868892 [ 273 ] {ec10ba8e-8065-4e73-973a-e2c4c2a114b2} <Debug> TCPHandler: Processed in 0.0033984 sec.
500 2024.11.09 02:46:34.869083 [ 271 ] {} <Trace> TCP-Session: e12026de-93fd-4be6-8141-de33e5999895 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
501 2024.11.09 02:46:34.869334 [ 271 ] {7e50a474-a3ca-46b6-8352-f020fb04ec2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42518) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
502 2024.11.09 02:46:34.869417 [ 271 ] {7e50a474-a3ca-46b6-8352-f020fb04ec2f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
503 2024.11.09 02:46:34.871406 [ 271 ] {7e50a474-a3ca-46b6-8352-f020fb04ec2f} <Debug> oximeter.measurements_cumulativei64 (ca79d52c-f2b4-4fdf-a5e6-0884957d1994): Loading data parts
504 2024.11.09 02:46:34.871528 [ 271 ] {7e50a474-a3ca-46b6-8352-f020fb04ec2f} <Debug> oximeter.measurements_cumulativei64 (ca79d52c-f2b4-4fdf-a5e6-0884957d1994): There are no data parts
505 2024.11.09 02:46:34.872644 [ 271 ] {7e50a474-a3ca-46b6-8352-f020fb04ec2f} <Debug> TCPHandler: Processed in 0.003619195 sec.
506 2024.11.09 02:46:34.872839 [ 273 ] {} <Trace> TCP-Session: 191f3a8a-932d-4750-8d38-cf5e9faa9213 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
507 2024.11.09 02:46:34.873083 [ 273 ] {5a57c971-aabd-4e05-a687-841bd9655bc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46773) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
508 2024.11.09 02:46:34.873159 [ 273 ] {5a57c971-aabd-4e05-a687-841bd9655bc7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
509 2024.11.09 02:46:34.874988 [ 273 ] {5a57c971-aabd-4e05-a687-841bd9655bc7} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Loading data parts
510 2024.11.09 02:46:34.875150 [ 273 ] {5a57c971-aabd-4e05-a687-841bd9655bc7} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): There are no data parts
511 2024.11.09 02:46:34.876289 [ 273 ] {5a57c971-aabd-4e05-a687-841bd9655bc7} <Debug> TCPHandler: Processed in 0.003508382 sec.
512 2024.11.09 02:46:34.876474 [ 271 ] {} <Trace> TCP-Session: e12026de-93fd-4be6-8141-de33e5999895 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
513 2024.11.09 02:46:34.876759 [ 271 ] {3e96c388-677c-4330-8be2-dcf56f102fb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42518) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
514 2024.11.09 02:46:34.876826 [ 271 ] {3e96c388-677c-4330-8be2-dcf56f102fb2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
515 2024.11.09 02:46:34.878657 [ 271 ] {3e96c388-677c-4330-8be2-dcf56f102fb2} <Debug> oximeter.measurements_cumulativef32 (e24b6fb5-760a-4abf-84ce-b662f11da8b4): Loading data parts
516 2024.11.09 02:46:34.878793 [ 271 ] {3e96c388-677c-4330-8be2-dcf56f102fb2} <Debug> oximeter.measurements_cumulativef32 (e24b6fb5-760a-4abf-84ce-b662f11da8b4): There are no data parts
517 2024.11.09 02:46:34.879938 [ 271 ] {3e96c388-677c-4330-8be2-dcf56f102fb2} <Debug> TCPHandler: Processed in 0.003532973 sec.
518 2024.11.09 02:46:34.880115 [ 273 ] {} <Trace> TCP-Session: 191f3a8a-932d-4750-8d38-cf5e9faa9213 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
519 2024.11.09 02:46:34.880378 [ 273 ] {d9e56187-f6f6-464f-806c-c4ce2479efa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46773) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
520 2024.11.09 02:46:34.880469 [ 273 ] {d9e56187-f6f6-464f-806c-c4ce2479efa5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
521 2024.11.09 02:46:34.882409 [ 273 ] {d9e56187-f6f6-464f-806c-c4ce2479efa5} <Debug> oximeter.measurements_cumulativef64 (b26ad4e4-817c-4c4e-9ab7-8180774ee641): Loading data parts
522 2024.11.09 02:46:34.882571 [ 273 ] {d9e56187-f6f6-464f-806c-c4ce2479efa5} <Debug> oximeter.measurements_cumulativef64 (b26ad4e4-817c-4c4e-9ab7-8180774ee641): There are no data parts
523 2024.11.09 02:46:34.883719 [ 273 ] {d9e56187-f6f6-464f-806c-c4ce2479efa5} <Debug> TCPHandler: Processed in 0.003662246 sec.
524 2024.11.09 02:46:34.883908 [ 271 ] {} <Trace> TCP-Session: e12026de-93fd-4be6-8141-de33e5999895 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
525 2024.11.09 02:46:34.884262 [ 271 ] {7b1e0e59-8e82-42b2-8e4c-26d8173811fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42518) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /*
526 * NOTE: Array types cannot be Nullable, see
527 * https://clickhouse.com/docs/en/sql-reference/data-types/nullable
528 * for more details.
529 *
530 * This means we need to use empty arrays to indicate a missing value. This
531 * is unfortunate, and at this point relies on the fact that an
532 * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need
533 * to figure out another way to represent missing samples here.
534 */
535 bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
536 2024.11.09 02:46:34.884331 [ 271 ] {7b1e0e59-8e82-42b2-8e4c-26d8173811fb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
537 2024.11.09 02:46:34.886402 [ 271 ] {7b1e0e59-8e82-42b2-8e4c-26d8173811fb} <Debug> oximeter.measurements_histogrami8 (95d00f34-c4d3-4489-bb4f-8bb32e7dc1cd): Loading data parts
538 2024.11.09 02:46:34.886526 [ 271 ] {7b1e0e59-8e82-42b2-8e4c-26d8173811fb} <Debug> oximeter.measurements_histogrami8 (95d00f34-c4d3-4489-bb4f-8bb32e7dc1cd): There are no data parts
539 2024.11.09 02:46:34.887703 [ 271 ] {7b1e0e59-8e82-42b2-8e4c-26d8173811fb} <Debug> TCPHandler: Processed in 0.00386277 sec.
540 2024.11.09 02:46:34.887896 [ 273 ] {} <Trace> TCP-Session: 191f3a8a-932d-4750-8d38-cf5e9faa9213 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
541 2024.11.09 02:46:34.888249 [ 273 ] {fec8c1fa-3670-4a8c-8a16-fe22cddcbe4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46773) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
542 2024.11.09 02:46:34.888349 [ 273 ] {fec8c1fa-3670-4a8c-8a16-fe22cddcbe4d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
543 2024.11.09 02:46:34.890571 [ 273 ] {fec8c1fa-3670-4a8c-8a16-fe22cddcbe4d} <Debug> oximeter.measurements_histogramu8 (b5e513a0-cdc7-4aff-85c1-ad8aef78ac8b): Loading data parts
544 2024.11.09 02:46:34.890751 [ 273 ] {fec8c1fa-3670-4a8c-8a16-fe22cddcbe4d} <Debug> oximeter.measurements_histogramu8 (b5e513a0-cdc7-4aff-85c1-ad8aef78ac8b): There are no data parts
545 2024.11.09 02:46:34.891958 [ 273 ] {fec8c1fa-3670-4a8c-8a16-fe22cddcbe4d} <Debug> TCPHandler: Processed in 0.004132446 sec.
546 2024.11.09 02:46:34.892147 [ 271 ] {} <Trace> TCP-Session: e12026de-93fd-4be6-8141-de33e5999895 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
547 2024.11.09 02:46:34.892460 [ 271 ] {3240cdc9-ac83-46d9-b84b-26b163c1cf77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42518) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
548 2024.11.09 02:46:34.892525 [ 271 ] {3240cdc9-ac83-46d9-b84b-26b163c1cf77} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
549 2024.11.09 02:46:34.894626 [ 271 ] {3240cdc9-ac83-46d9-b84b-26b163c1cf77} <Debug> oximeter.measurements_histogrami16 (7bde4991-10a0-489d-86ba-c170d4cd1856): Loading data parts
550 2024.11.09 02:46:34.894768 [ 271 ] {3240cdc9-ac83-46d9-b84b-26b163c1cf77} <Debug> oximeter.measurements_histogrami16 (7bde4991-10a0-489d-86ba-c170d4cd1856): There are no data parts
551 2024.11.09 02:46:34.896097 [ 271 ] {3240cdc9-ac83-46d9-b84b-26b163c1cf77} <Debug> TCPHandler: Processed in 0.004015543 sec.
552 2024.11.09 02:46:34.896290 [ 273 ] {} <Trace> TCP-Session: 191f3a8a-932d-4750-8d38-cf5e9faa9213 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
553 2024.11.09 02:46:34.896643 [ 273 ] {2220647f-ff1f-4e88-9a8b-36f2f0c3f0a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46773) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
554 2024.11.09 02:46:34.896747 [ 273 ] {2220647f-ff1f-4e88-9a8b-36f2f0c3f0a8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
555 2024.11.09 02:46:34.898943 [ 273 ] {2220647f-ff1f-4e88-9a8b-36f2f0c3f0a8} <Debug> oximeter.measurements_histogramu16 (44c941bf-e440-4525-9060-1db1704a6a63): Loading data parts
556 2024.11.09 02:46:34.899137 [ 273 ] {2220647f-ff1f-4e88-9a8b-36f2f0c3f0a8} <Debug> oximeter.measurements_histogramu16 (44c941bf-e440-4525-9060-1db1704a6a63): There are no data parts
557 2024.11.09 02:46:34.900372 [ 273 ] {2220647f-ff1f-4e88-9a8b-36f2f0c3f0a8} <Debug> TCPHandler: Processed in 0.004149716 sec.
558 2024.11.09 02:46:34.900570 [ 271 ] {} <Trace> TCP-Session: e12026de-93fd-4be6-8141-de33e5999895 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
559 2024.11.09 02:46:34.900904 [ 271 ] {42bc7e6a-1fee-4d44-b183-bf90a9d14f20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42518) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
560 2024.11.09 02:46:34.900987 [ 271 ] {42bc7e6a-1fee-4d44-b183-bf90a9d14f20} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
561 2024.11.09 02:46:34.904421 [ 271 ] {42bc7e6a-1fee-4d44-b183-bf90a9d14f20} <Debug> oximeter.measurements_histogrami32 (511e207c-7b08-42f7-a2ae-d4d7150ccd9e): Loading data parts
562 2024.11.09 02:46:34.904560 [ 271 ] {42bc7e6a-1fee-4d44-b183-bf90a9d14f20} <Debug> oximeter.measurements_histogrami32 (511e207c-7b08-42f7-a2ae-d4d7150ccd9e): There are no data parts
563 2024.11.09 02:46:34.905919 [ 271 ] {42bc7e6a-1fee-4d44-b183-bf90a9d14f20} <Debug> TCPHandler: Processed in 0.005405621 sec.
564 2024.11.09 02:46:34.906130 [ 273 ] {} <Trace> TCP-Session: 191f3a8a-932d-4750-8d38-cf5e9faa9213 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
565 2024.11.09 02:46:34.906429 [ 273 ] {ed523e2b-acf8-4dd8-8d66-d3ac9f9c6209} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46773) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
566 2024.11.09 02:46:34.906518 [ 273 ] {ed523e2b-acf8-4dd8-8d66-d3ac9f9c6209} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
567 2024.11.09 02:46:34.908618 [ 273 ] {ed523e2b-acf8-4dd8-8d66-d3ac9f9c6209} <Debug> oximeter.measurements_histogramu32 (00ea1eaa-130f-48ff-b6b8-8e0d422c6d74): Loading data parts
568 2024.11.09 02:46:34.908796 [ 273 ] {ed523e2b-acf8-4dd8-8d66-d3ac9f9c6209} <Debug> oximeter.measurements_histogramu32 (00ea1eaa-130f-48ff-b6b8-8e0d422c6d74): There are no data parts
569 2024.11.09 02:46:34.910068 [ 273 ] {ed523e2b-acf8-4dd8-8d66-d3ac9f9c6209} <Debug> TCPHandler: Processed in 0.004000853 sec.
570 2024.11.09 02:46:34.910250 [ 271 ] {} <Trace> TCP-Session: e12026de-93fd-4be6-8141-de33e5999895 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
571 2024.11.09 02:46:34.910588 [ 271 ] {d3b1cebb-568f-442a-b47b-b17e7088afff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42518) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
572 2024.11.09 02:46:34.910674 [ 271 ] {d3b1cebb-568f-442a-b47b-b17e7088afff} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
573 2024.11.09 02:46:34.912770 [ 271 ] {d3b1cebb-568f-442a-b47b-b17e7088afff} <Debug> oximeter.measurements_histogrami64 (1d4f6024-96ca-4121-9f90-07f1b844eceb): Loading data parts
574 2024.11.09 02:46:34.912903 [ 271 ] {d3b1cebb-568f-442a-b47b-b17e7088afff} <Debug> oximeter.measurements_histogrami64 (1d4f6024-96ca-4121-9f90-07f1b844eceb): There are no data parts
575 2024.11.09 02:46:34.914134 [ 271 ] {d3b1cebb-568f-442a-b47b-b17e7088afff} <Debug> TCPHandler: Processed in 0.003943021 sec.
576 2024.11.09 02:46:34.914325 [ 273 ] {} <Trace> TCP-Session: 191f3a8a-932d-4750-8d38-cf5e9faa9213 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
577 2024.11.09 02:46:34.914618 [ 273 ] {34650263-6f3c-4a81-9f97-96f09d31c1f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46773) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
578 2024.11.09 02:46:34.914711 [ 273 ] {34650263-6f3c-4a81-9f97-96f09d31c1f0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
579 2024.11.09 02:46:34.916764 [ 273 ] {34650263-6f3c-4a81-9f97-96f09d31c1f0} <Debug> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Loading data parts
580 2024.11.09 02:46:34.916932 [ 273 ] {34650263-6f3c-4a81-9f97-96f09d31c1f0} <Debug> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): There are no data parts
581 2024.11.09 02:46:34.918171 [ 273 ] {34650263-6f3c-4a81-9f97-96f09d31c1f0} <Debug> TCPHandler: Processed in 0.003905241 sec.
582 2024.11.09 02:46:34.918355 [ 271 ] {} <Trace> TCP-Session: e12026de-93fd-4be6-8141-de33e5999895 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
583 2024.11.09 02:46:34.918686 [ 271 ] {f7a14b8a-6100-46f4-969c-597fd969af47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42518) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
584 2024.11.09 02:46:34.918770 [ 271 ] {f7a14b8a-6100-46f4-969c-597fd969af47} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
585 2024.11.09 02:46:34.920858 [ 271 ] {f7a14b8a-6100-46f4-969c-597fd969af47} <Debug> oximeter.measurements_histogramf32 (42b7cd9b-2118-46c8-869b-1867ca3bd191): Loading data parts
586 2024.11.09 02:46:34.920997 [ 271 ] {f7a14b8a-6100-46f4-969c-597fd969af47} <Debug> oximeter.measurements_histogramf32 (42b7cd9b-2118-46c8-869b-1867ca3bd191): There are no data parts
587 2024.11.09 02:46:34.922201 [ 271 ] {f7a14b8a-6100-46f4-969c-597fd969af47} <Debug> TCPHandler: Processed in 0.003906001 sec.
588 2024.11.09 02:46:34.922393 [ 273 ] {} <Trace> TCP-Session: 191f3a8a-932d-4750-8d38-cf5e9faa9213 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
589 2024.11.09 02:46:34.922746 [ 273 ] {e00ef9cb-1ef8-46ee-b7a9-934609881e11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46773) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
590 2024.11.09 02:46:34.922851 [ 273 ] {e00ef9cb-1ef8-46ee-b7a9-934609881e11} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
591 2024.11.09 02:46:34.924963 [ 273 ] {e00ef9cb-1ef8-46ee-b7a9-934609881e11} <Debug> oximeter.measurements_histogramf64 (f19bc13b-a92a-490a-9322-3e93fc8cc96a): Loading data parts
592 2024.11.09 02:46:34.925131 [ 273 ] {e00ef9cb-1ef8-46ee-b7a9-934609881e11} <Debug> oximeter.measurements_histogramf64 (f19bc13b-a92a-490a-9322-3e93fc8cc96a): There are no data parts
593 2024.11.09 02:46:34.926341 [ 273 ] {e00ef9cb-1ef8-46ee-b7a9-934609881e11} <Debug> TCPHandler: Processed in 0.004017743 sec.
594 2024.11.09 02:46:34.926521 [ 271 ] {} <Trace> TCP-Session: e12026de-93fd-4be6-8141-de33e5999895 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
595 2024.11.09 02:46:34.926770 [ 271 ] {9ffdf9b7-2fdb-4450-9429-1c1338d73fd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42518) /* The field tables store named dimensions of each timeseries.
596 *
597 * As with the measurement tables, there is one field table for each field data
598 * type. Fields are deduplicated by using the "replacing merge tree", though
599 * this behavior **must not** be relied upon for query correctness.
600 *
601 * The index for the fields differs from the measurements, however. Rows are
602 * sorted by timeseries name, then field name, field value, and finally
603 * timeseries key. This reflects the most common pattern for looking them up:
604 * by field name and possibly value, within a timeseries. The resulting keys are
605 * usually then used to look up measurements.
606 *
607 * NOTE: We may want to consider a secondary index on these tables, sorting by
608 * timeseries name and then key, since it would improve lookups where one
609 * already has the key. Realistically though, these tables are quite small and
610 * so performance benefits will be low in absolute terms.
611 *
612 * TTL: We use a materialized column to expire old field table records. This
613 * column is generated automatically by the database whenever a new row is
614 * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *`
615 * query. Since these tables are `ReplacingMergeTree`s, that means the last
616 * record will remain during a deduplication, which will have the last
617 * timestamp. ClickHouse will then expire old data for us, similar to the
618 * measurement tables.
619 */
620 CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value 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)
621 2024.11.09 02:46:34.926837 [ 271 ] {9ffdf9b7-2fdb-4450-9429-1c1338d73fd8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
622 2024.11.09 02:46:34.928759 [ 271 ] {9ffdf9b7-2fdb-4450-9429-1c1338d73fd8} <Debug> oximeter.fields_bool (3b54d85e-10a4-4f22-835a-71fb8c1c0724): Loading data parts
623 2024.11.09 02:46:34.928881 [ 271 ] {9ffdf9b7-2fdb-4450-9429-1c1338d73fd8} <Debug> oximeter.fields_bool (3b54d85e-10a4-4f22-835a-71fb8c1c0724): There are no data parts
624 2024.11.09 02:46:34.930036 [ 271 ] {9ffdf9b7-2fdb-4450-9429-1c1338d73fd8} <Debug> TCPHandler: Processed in 0.003574424 sec.
625 2024.11.09 02:46:34.930258 [ 273 ] {} <Trace> TCP-Session: 191f3a8a-932d-4750-8d38-cf5e9faa9213 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
626 2024.11.09 02:46:34.930507 [ 273 ] {cca1cc82-408a-4a33-a1e3-e995e9ac7fe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46773) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
627 2024.11.09 02:46:34.930600 [ 273 ] {cca1cc82-408a-4a33-a1e3-e995e9ac7fe1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
628 2024.11.09 02:46:34.932541 [ 273 ] {cca1cc82-408a-4a33-a1e3-e995e9ac7fe1} <Debug> oximeter.fields_i8 (56257a9f-776e-4efa-b769-2332a4c2cbaf): Loading data parts
629 2024.11.09 02:46:34.932714 [ 273 ] {cca1cc82-408a-4a33-a1e3-e995e9ac7fe1} <Debug> oximeter.fields_i8 (56257a9f-776e-4efa-b769-2332a4c2cbaf): There are no data parts
630 2024.11.09 02:46:34.933830 [ 273 ] {cca1cc82-408a-4a33-a1e3-e995e9ac7fe1} <Debug> TCPHandler: Processed in 0.003640985 sec.
631 2024.11.09 02:46:34.933999 [ 271 ] {} <Trace> TCP-Session: e12026de-93fd-4be6-8141-de33e5999895 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
632 2024.11.09 02:46:34.934235 [ 271 ] {a93cda3a-e139-46f5-8ccb-b807f5811e3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42518) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
633 2024.11.09 02:46:34.934283 [ 271 ] {a93cda3a-e139-46f5-8ccb-b807f5811e3c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
634 2024.11.09 02:46:34.936113 [ 271 ] {a93cda3a-e139-46f5-8ccb-b807f5811e3c} <Debug> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Loading data parts
635 2024.11.09 02:46:34.936316 [ 271 ] {a93cda3a-e139-46f5-8ccb-b807f5811e3c} <Debug> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): There are no data parts
636 2024.11.09 02:46:34.937444 [ 271 ] {a93cda3a-e139-46f5-8ccb-b807f5811e3c} <Debug> TCPHandler: Processed in 0.003501633 sec.
637 2024.11.09 02:46:34.937651 [ 273 ] {} <Trace> TCP-Session: 191f3a8a-932d-4750-8d38-cf5e9faa9213 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
638 2024.11.09 02:46:34.937903 [ 273 ] {42526d5e-413f-474c-ab28-91085962abf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46773) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
639 2024.11.09 02:46:34.937997 [ 273 ] {42526d5e-413f-474c-ab28-91085962abf4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
640 2024.11.09 02:46:34.939831 [ 273 ] {42526d5e-413f-474c-ab28-91085962abf4} <Debug> oximeter.fields_i16 (57fa6574-2e22-422f-b2c2-d7259b14b224): Loading data parts
641 2024.11.09 02:46:34.940015 [ 273 ] {42526d5e-413f-474c-ab28-91085962abf4} <Debug> oximeter.fields_i16 (57fa6574-2e22-422f-b2c2-d7259b14b224): There are no data parts
642 2024.11.09 02:46:34.941075 [ 273 ] {42526d5e-413f-474c-ab28-91085962abf4} <Debug> TCPHandler: Processed in 0.003536293 sec.
643 2024.11.09 02:46:34.941236 [ 271 ] {} <Trace> TCP-Session: e12026de-93fd-4be6-8141-de33e5999895 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
644 2024.11.09 02:46:34.941528 [ 271 ] {704da521-40dd-4d32-8e9a-952ad489ceeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42518) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
645 2024.11.09 02:46:34.941591 [ 271 ] {704da521-40dd-4d32-8e9a-952ad489ceeb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
646 2024.11.09 02:46:34.943482 [ 271 ] {704da521-40dd-4d32-8e9a-952ad489ceeb} <Debug> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Loading data parts
647 2024.11.09 02:46:34.943614 [ 271 ] {704da521-40dd-4d32-8e9a-952ad489ceeb} <Debug> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): There are no data parts
648 2024.11.09 02:46:34.944859 [ 271 ] {704da521-40dd-4d32-8e9a-952ad489ceeb} <Debug> TCPHandler: Processed in 0.003625585 sec.
649 2024.11.09 02:46:34.945058 [ 273 ] {} <Trace> TCP-Session: 191f3a8a-932d-4750-8d38-cf5e9faa9213 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
650 2024.11.09 02:46:34.945308 [ 273 ] {647f0059-b93b-40a1-9f1c-d47d2bee659c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46773) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
651 2024.11.09 02:46:34.945398 [ 273 ] {647f0059-b93b-40a1-9f1c-d47d2bee659c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
652 2024.11.09 02:46:34.947465 [ 273 ] {647f0059-b93b-40a1-9f1c-d47d2bee659c} <Debug> oximeter.fields_i32 (1fa2b49b-0cf4-4c42-b5c4-6c73fa5316d1): Loading data parts
653 2024.11.09 02:46:34.947625 [ 273 ] {647f0059-b93b-40a1-9f1c-d47d2bee659c} <Debug> oximeter.fields_i32 (1fa2b49b-0cf4-4c42-b5c4-6c73fa5316d1): There are no data parts
654 2024.11.09 02:46:34.948843 [ 273 ] {647f0059-b93b-40a1-9f1c-d47d2bee659c} <Debug> TCPHandler: Processed in 0.003852899 sec.
655 2024.11.09 02:46:34.949011 [ 271 ] {} <Trace> TCP-Session: e12026de-93fd-4be6-8141-de33e5999895 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
656 2024.11.09 02:46:34.949246 [ 271 ] {1406a850-8c21-48a0-bb7e-43fc42d3ee33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42518) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
657 2024.11.09 02:46:34.949314 [ 271 ] {1406a850-8c21-48a0-bb7e-43fc42d3ee33} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
658 2024.11.09 02:46:34.951190 [ 271 ] {1406a850-8c21-48a0-bb7e-43fc42d3ee33} <Debug> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Loading data parts
659 2024.11.09 02:46:34.951305 [ 271 ] {1406a850-8c21-48a0-bb7e-43fc42d3ee33} <Debug> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): There are no data parts
660 2024.11.09 02:46:34.952568 [ 271 ] {1406a850-8c21-48a0-bb7e-43fc42d3ee33} <Debug> TCPHandler: Processed in 0.003625084 sec.
661 2024.11.09 02:46:34.952749 [ 273 ] {} <Trace> TCP-Session: 191f3a8a-932d-4750-8d38-cf5e9faa9213 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
662 2024.11.09 02:46:34.952982 [ 273 ] {28c40a93-c2bb-45d8-8209-a16630db3426} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46773) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
663 2024.11.09 02:46:34.953075 [ 273 ] {28c40a93-c2bb-45d8-8209-a16630db3426} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
664 2024.11.09 02:46:34.954918 [ 273 ] {28c40a93-c2bb-45d8-8209-a16630db3426} <Debug> oximeter.fields_i64 (4683d0c9-f306-4831-a813-9baf7089961d): Loading data parts
665 2024.11.09 02:46:34.955126 [ 273 ] {28c40a93-c2bb-45d8-8209-a16630db3426} <Debug> oximeter.fields_i64 (4683d0c9-f306-4831-a813-9baf7089961d): There are no data parts
666 2024.11.09 02:46:34.956381 [ 273 ] {28c40a93-c2bb-45d8-8209-a16630db3426} <Debug> TCPHandler: Processed in 0.003678046 sec.
667 2024.11.09 02:46:34.956563 [ 271 ] {} <Trace> TCP-Session: e12026de-93fd-4be6-8141-de33e5999895 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
668 2024.11.09 02:46:34.956803 [ 271 ] {667b63a8-f274-49b6-ad23-2d0c0a12780d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42518) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
669 2024.11.09 02:46:34.956866 [ 271 ] {667b63a8-f274-49b6-ad23-2d0c0a12780d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
670 2024.11.09 02:46:34.958709 [ 271 ] {667b63a8-f274-49b6-ad23-2d0c0a12780d} <Debug> oximeter.fields_u64 (5c13563b-e847-45e4-a234-ddb988a62968): Loading data parts
671 2024.11.09 02:46:34.958907 [ 271 ] {667b63a8-f274-49b6-ad23-2d0c0a12780d} <Debug> oximeter.fields_u64 (5c13563b-e847-45e4-a234-ddb988a62968): There are no data parts
672 2024.11.09 02:46:34.960142 [ 271 ] {667b63a8-f274-49b6-ad23-2d0c0a12780d} <Debug> TCPHandler: Processed in 0.003636375 sec.
673 2024.11.09 02:46:34.960337 [ 273 ] {} <Trace> TCP-Session: 191f3a8a-932d-4750-8d38-cf5e9faa9213 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
674 2024.11.09 02:46:34.960590 [ 273 ] {0eeeb534-39c9-437e-8f85-4de4264f7c4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46773) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
675 2024.11.09 02:46:34.960687 [ 273 ] {0eeeb534-39c9-437e-8f85-4de4264f7c4a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
676 2024.11.09 02:46:34.962656 [ 273 ] {0eeeb534-39c9-437e-8f85-4de4264f7c4a} <Debug> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Loading data parts
677 2024.11.09 02:46:34.962820 [ 273 ] {0eeeb534-39c9-437e-8f85-4de4264f7c4a} <Debug> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): There are no data parts
678 2024.11.09 02:46:34.964074 [ 273 ] {0eeeb534-39c9-437e-8f85-4de4264f7c4a} <Debug> TCPHandler: Processed in 0.003805499 sec.
679 2024.11.09 02:46:34.964272 [ 271 ] {} <Trace> TCP-Session: e12026de-93fd-4be6-8141-de33e5999895 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
680 2024.11.09 02:46:34.964546 [ 271 ] {72b2d3fd-0d9d-4440-98c5-8dbd8f6240db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42518) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
681 2024.11.09 02:46:34.964617 [ 271 ] {72b2d3fd-0d9d-4440-98c5-8dbd8f6240db} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
682 2024.11.09 02:46:34.966549 [ 271 ] {72b2d3fd-0d9d-4440-98c5-8dbd8f6240db} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Loading data parts
683 2024.11.09 02:46:34.966668 [ 271 ] {72b2d3fd-0d9d-4440-98c5-8dbd8f6240db} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): There are no data parts
684 2024.11.09 02:46:34.967897 [ 271 ] {72b2d3fd-0d9d-4440-98c5-8dbd8f6240db} <Debug> TCPHandler: Processed in 0.003690946 sec.
685 2024.11.09 02:46:34.968074 [ 273 ] {} <Trace> TCP-Session: 191f3a8a-932d-4750-8d38-cf5e9faa9213 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
686 2024.11.09 02:46:34.968316 [ 273 ] {be4d39ac-9f2a-4660-9fa0-1a150644aa75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46773) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
687 2024.11.09 02:46:34.968407 [ 273 ] {be4d39ac-9f2a-4660-9fa0-1a150644aa75} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
688 2024.11.09 02:46:34.970424 [ 273 ] {be4d39ac-9f2a-4660-9fa0-1a150644aa75} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Loading data parts
689 2024.11.09 02:46:34.970594 [ 273 ] {be4d39ac-9f2a-4660-9fa0-1a150644aa75} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): There are no data parts
690 2024.11.09 02:46:34.971699 [ 273 ] {be4d39ac-9f2a-4660-9fa0-1a150644aa75} <Debug> TCPHandler: Processed in 0.003682465 sec.
691 2024.11.09 02:46:34.971902 [ 271 ] {} <Trace> TCP-Session: e12026de-93fd-4be6-8141-de33e5999895 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
692 2024.11.09 02:46:34.972241 [ 271 ] {8b2ac763-19c7-4675-917d-37ef3a998aaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42518) /* The timeseries schema table stores the extracted schema for the samples
693 * oximeter collects.
694 */
695 CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete)
696 2024.11.09 02:46:34.972331 [ 271 ] {8b2ac763-19c7-4675-917d-37ef3a998aaa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
697 2024.11.09 02:46:34.974764 [ 271 ] {8b2ac763-19c7-4675-917d-37ef3a998aaa} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe): Loading data parts
698 2024.11.09 02:46:34.974899 [ 271 ] {8b2ac763-19c7-4675-917d-37ef3a998aaa} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe): There are no data parts
699 2024.11.09 02:46:34.976959 [ 271 ] {8b2ac763-19c7-4675-917d-37ef3a998aaa} <Debug> TCPHandler: Processed in 0.005159117 sec.
700 2024.11.09 02:46:34.977146 [ 273 ] {} <Trace> TCP-Session: 191f3a8a-932d-4750-8d38-cf5e9faa9213 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
701 2024.11.09 02:46:34.977431 [ 273 ] {52926aca-afb0-4997-9cc6-c32220fa7044} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46773) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
702 2024.11.09 02:46:34.978177 [ 273 ] {52926aca-afb0-4997-9cc6-c32220fa7044} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
703 2024.11.09 02:46:34.985992 [ 281 ] {52926aca-afb0-4997-9cc6-c32220fa7044} <Trace> oximeter.version (3558cfd5-886e-4f9e-851b-a834ada4f3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
704 2024.11.09 02:46:34.986066 [ 281 ] {52926aca-afb0-4997-9cc6-c32220fa7044} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
705 2024.11.09 02:46:34.990550 [ 281 ] {52926aca-afb0-4997-9cc6-c32220fa7044} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
706 2024.11.09 02:46:34.991590 [ 281 ] {52926aca-afb0-4997-9cc6-c32220fa7044} <Trace> oximeter.version (3558cfd5-886e-4f9e-851b-a834ada4f3e9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
707 2024.11.09 02:46:34.991905 [ 273 ] {52926aca-afb0-4997-9cc6-c32220fa7044} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.014552 sec., 68.71907641561297 rows/sec., 1.07 KiB/sec.
708 2024.11.09 02:46:34.992176 [ 273 ] {52926aca-afb0-4997-9cc6-c32220fa7044} <Debug> TCPHandler: Processed in 0.015038821 sec.
709 2024.11.09 02:46:35.000247 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 126.89 MiB, peak 126.89 MiB, free memory in arenas 0.00 B, will set to 139.95 MiB (RSS), difference: 13.07 MiB
710 2024.11.09 02:46:41.440742 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90
711 2024.11.09 02:46:41.440877 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
712 2024.11.09 02:46:41.446558 [ 242 ] {} <Debug> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Loading data parts
713 2024.11.09 02:46:41.446800 [ 242 ] {} <Debug> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): There are no data parts
714 2024.11.09 02:46:41.452896 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
715 2024.11.09 02:46:41.452932 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
716 2024.11.09 02:46:41.455132 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
717 2024.11.09 02:46:41.456139 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): 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.09 02:46:41.456544 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90
719 2024.11.09 02:46:42.000251 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 144.31 MiB, peak 144.31 MiB, free memory in arenas 0.00 B, will set to 141.94 MiB (RSS), difference: -2.38 MiB
720 2024.11.09 02:46:46.414564 [ 115 ] {} <Debug> DNSResolver: Updating DNS cache
721 2024.11.09 02:46:46.414652 [ 115 ] {} <Debug> DNSResolver: Updated DNS cache
722 2024.11.09 02:46:50.806904 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60598, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
723 2024.11.09 02:46:51.034624 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57360, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
724 2024.11.09 02:46:51.063263 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35976, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
725 2024.11.09 02:46:51.071718 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52874, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
726 2024.11.09 02:46:51.074986 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34702, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
727 2024.11.09 02:46:51.170544 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61341, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
728 2024.11.09 02:46:51.170615 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50933, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
729 2024.11.09 02:46:51.182994 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46994, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
730 2024.11.09 02:46:52.000199 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 138.31 MiB, peak 144.31 MiB, free memory in arenas 0.00 B, will set to 142.38 MiB (RSS), difference: 4.07 MiB
731 2024.11.09 02:46:54.999611 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60598, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
732 2024.11.09 02:46:54.999995 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
733 2024.11.09 02:46:55.000034 [ 282 ] {} <Debug> HTTP-Session: 24491027-232d-44c2-bf72-ff6d7d3c8ef0 Authenticating user 'default' from [fd00:1122:3344:101::d]:60598
734 2024.11.09 02:46:55.000067 [ 282 ] {} <Debug> HTTP-Session: 24491027-232d-44c2-bf72-ff6d7d3c8ef0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
735 2024.11.09 02:46:55.000123 [ 282 ] {} <Debug> HTTP-Session: 24491027-232d-44c2-bf72-ff6d7d3c8ef0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
736 2024.11.09 02:46:55.000181 [ 282 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
737 2024.11.09 02:46:55.000290 [ 282 ] {} <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.09 02:46:55.000396 [ 282 ] {} <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.09 02:46:55.000548 [ 282 ] {} <Trace> HTTP-Session: 24491027-232d-44c2-bf72-ff6d7d3c8ef0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
740 2024.11.09 02:46:55.000925 [ 282 ] {7aed797c-165c-47e5-b190-eb275be464c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60598) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete)
741 2024.11.09 02:46:55.001382 [ 282 ] {7aed797c-165c-47e5-b190-eb275be464c5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
742 2024.11.09 02:46:55.001637 [ 282 ] {7aed797c-165c-47e5-b190-eb275be464c5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
743 2024.11.09 02:46:55.004542 [ 282 ] {7aed797c-165c-47e5-b190-eb275be464c5} <Debug> DynamicQueryHandler: Done processing query
744 2024.11.09 02:46:55.004590 [ 282 ] {7aed797c-165c-47e5-b190-eb275be464c5} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
745 2024.11.09 02:46:55.004608 [ 282 ] {} <Debug> HTTP-Session: 24491027-232d-44c2-bf72-ff6d7d3c8ef0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
746 2024.11.09 02:46:55.008939 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60598, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
747 2024.11.09 02:46:55.009210 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46017, User-Agent: (none), Length: 129, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
748 2024.11.09 02:46:55.009415 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
749 2024.11.09 02:46:55.009466 [ 289 ] {} <Debug> HTTP-Session: 537d9085-6650-4ffb-ab2f-ce94c70a7e4c Authenticating user 'default' from [fd00:1122:3344:101::d]:46017
750 2024.11.09 02:46:55.009507 [ 289 ] {} <Debug> HTTP-Session: 537d9085-6650-4ffb-ab2f-ce94c70a7e4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
751 2024.11.09 02:46:55.009536 [ 289 ] {} <Debug> HTTP-Session: 537d9085-6650-4ffb-ab2f-ce94c70a7e4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
752 2024.11.09 02:46:55.009606 [ 289 ] {} <Trace> HTTP-Session: 537d9085-6650-4ffb-ab2f-ce94c70a7e4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
753 2024.11.09 02:46:55.009856 [ 289 ] {a56a61d1-67e9-489e-82f2-19d33bfdccaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46017) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete)
754 2024.11.09 02:46:55.011632 [ 289 ] {a56a61d1-67e9-489e-82f2-19d33bfdccaf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
755 2024.11.09 02:46:55.011703 [ 289 ] {a56a61d1-67e9-489e-82f2-19d33bfdccaf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
756 2024.11.09 02:46:55.012936 [ 289 ] {a56a61d1-67e9-489e-82f2-19d33bfdccaf} <Debug> DynamicQueryHandler: Done processing query
757 2024.11.09 02:46:55.012967 [ 289 ] {a56a61d1-67e9-489e-82f2-19d33bfdccaf} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
758 2024.11.09 02:46:55.012986 [ 289 ] {} <Debug> HTTP-Session: 537d9085-6650-4ffb-ab2f-ce94c70a7e4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
759 2024.11.09 02:46:55.013350 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60598, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
760 2024.11.09 02:46:55.013370 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46017, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
761 2024.11.09 02:46:55.013448 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
762 2024.11.09 02:46:55.013484 [ 282 ] {} <Debug> HTTP-Session: 2e00441c-2c5c-4517-9364-f346291844d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:60598
763 2024.11.09 02:46:55.013508 [ 282 ] {} <Debug> HTTP-Session: 2e00441c-2c5c-4517-9364-f346291844d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
764 2024.11.09 02:46:55.013525 [ 282 ] {} <Debug> HTTP-Session: 2e00441c-2c5c-4517-9364-f346291844d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
765 2024.11.09 02:46:55.013587 [ 282 ] {} <Trace> HTTP-Session: 2e00441c-2c5c-4517-9364-f346291844d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
766 2024.11.09 02:46:55.013773 [ 282 ] {036abfed-80c2-4956-b2ce-b748017e4929} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60598) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete)
767 2024.11.09 02:46:55.014324 [ 282 ] {036abfed-80c2-4956-b2ce-b748017e4929} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
768 2024.11.09 02:46:55.014401 [ 282 ] {036abfed-80c2-4956-b2ce-b748017e4929} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
769 2024.11.09 02:46:55.015542 [ 282 ] {036abfed-80c2-4956-b2ce-b748017e4929} <Debug> DynamicQueryHandler: Done processing query
770 2024.11.09 02:46:55.015567 [ 282 ] {036abfed-80c2-4956-b2ce-b748017e4929} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
771 2024.11.09 02:46:55.015585 [ 282 ] {} <Debug> HTTP-Session: 2e00441c-2c5c-4517-9364-f346291844d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
772 2024.11.09 02:46:55.015874 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60598, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
773 2024.11.09 02:46:55.015963 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56052, User-Agent: (none), Length: 198, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
774 2024.11.09 02:46:55.016033 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
775 2024.11.09 02:46:55.016058 [ 289 ] {} <Debug> HTTP-Session: cd320ebe-c692-44fb-a470-6ecafb8ee235 Authenticating user 'default' from [fd00:1122:3344:101::d]:56052
776 2024.11.09 02:46:55.016079 [ 289 ] {} <Debug> HTTP-Session: cd320ebe-c692-44fb-a470-6ecafb8ee235 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
777 2024.11.09 02:46:55.016096 [ 289 ] {} <Debug> HTTP-Session: cd320ebe-c692-44fb-a470-6ecafb8ee235 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
778 2024.11.09 02:46:55.016142 [ 289 ] {} <Trace> HTTP-Session: cd320ebe-c692-44fb-a470-6ecafb8ee235 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
779 2024.11.09 02:46:55.016303 [ 289 ] {ee6855ca-13ff-4189-a429-1953448a5fb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56052) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
780 2024.11.09 02:46:55.016711 [ 289 ] {ee6855ca-13ff-4189-a429-1953448a5fb0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
781 2024.11.09 02:46:55.016768 [ 289 ] {ee6855ca-13ff-4189-a429-1953448a5fb0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
782 2024.11.09 02:46:55.017726 [ 289 ] {ee6855ca-13ff-4189-a429-1953448a5fb0} <Debug> DynamicQueryHandler: Done processing query
783 2024.11.09 02:46:55.017752 [ 289 ] {ee6855ca-13ff-4189-a429-1953448a5fb0} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
784 2024.11.09 02:46:55.017770 [ 289 ] {} <Debug> HTTP-Session: cd320ebe-c692-44fb-a470-6ecafb8ee235 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
785 2024.11.09 02:46:55.018082 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60598, User-Agent: (none), Length: 239, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
786 2024.11.09 02:46:55.018094 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56052, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
787 2024.11.09 02:46:55.018170 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
788 2024.11.09 02:46:55.018203 [ 282 ] {} <Debug> HTTP-Session: 25bbc210-2aa7-497b-9ef9-a587aa4b3222 Authenticating user 'default' from [fd00:1122:3344:101::d]:60598
789 2024.11.09 02:46:55.018225 [ 282 ] {} <Debug> HTTP-Session: 25bbc210-2aa7-497b-9ef9-a587aa4b3222 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
790 2024.11.09 02:46:55.018254 [ 282 ] {} <Debug> HTTP-Session: 25bbc210-2aa7-497b-9ef9-a587aa4b3222 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
791 2024.11.09 02:46:55.018307 [ 282 ] {} <Trace> HTTP-Session: 25bbc210-2aa7-497b-9ef9-a587aa4b3222 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
792 2024.11.09 02:46:55.018480 [ 282 ] {213f0078-ab2b-4b09-853e-f21ca6f11744} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60598) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
793 2024.11.09 02:46:55.018863 [ 282 ] {213f0078-ab2b-4b09-853e-f21ca6f11744} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
794 2024.11.09 02:46:55.018920 [ 282 ] {213f0078-ab2b-4b09-853e-f21ca6f11744} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
795 2024.11.09 02:46:55.019734 [ 282 ] {213f0078-ab2b-4b09-853e-f21ca6f11744} <Debug> DynamicQueryHandler: Done processing query
796 2024.11.09 02:46:55.019759 [ 282 ] {213f0078-ab2b-4b09-853e-f21ca6f11744} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
797 2024.11.09 02:46:55.019777 [ 282 ] {} <Debug> HTTP-Session: 25bbc210-2aa7-497b-9ef9-a587aa4b3222 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
798 2024.11.09 02:46:55.020015 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60598, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
799 2024.11.09 02:46:55.020078 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45875, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
800 2024.11.09 02:46:55.020164 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
801 2024.11.09 02:46:55.020189 [ 289 ] {} <Debug> HTTP-Session: d07a86c2-7981-482d-bd05-3c61a3b66368 Authenticating user 'default' from [fd00:1122:3344:101::d]:45875
802 2024.11.09 02:46:55.020207 [ 289 ] {} <Debug> HTTP-Session: d07a86c2-7981-482d-bd05-3c61a3b66368 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
803 2024.11.09 02:46:55.020222 [ 289 ] {} <Debug> HTTP-Session: d07a86c2-7981-482d-bd05-3c61a3b66368 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
804 2024.11.09 02:46:55.020262 [ 289 ] {} <Trace> HTTP-Session: d07a86c2-7981-482d-bd05-3c61a3b66368 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
805 2024.11.09 02:46:55.020401 [ 289 ] {b31226d8-4f72-43c4-9804-808e527907d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45875) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
806 2024.11.09 02:46:55.020768 [ 289 ] {b31226d8-4f72-43c4-9804-808e527907d2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
807 2024.11.09 02:46:55.020824 [ 289 ] {b31226d8-4f72-43c4-9804-808e527907d2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
808 2024.11.09 02:46:55.021761 [ 289 ] {b31226d8-4f72-43c4-9804-808e527907d2} <Debug> DynamicQueryHandler: Done processing query
809 2024.11.09 02:46:55.021787 [ 289 ] {b31226d8-4f72-43c4-9804-808e527907d2} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
810 2024.11.09 02:46:55.021806 [ 289 ] {} <Debug> HTTP-Session: d07a86c2-7981-482d-bd05-3c61a3b66368 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
811 2024.11.09 02:46:55.022072 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45875, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
812 2024.11.09 02:46:55.022167 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42132, User-Agent: (none), Length: 324, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
813 2024.11.09 02:46:55.022238 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
814 2024.11.09 02:46:55.022263 [ 282 ] {} <Debug> HTTP-Session: 79f335e4-b1fe-4468-ad6d-03637054a753 Authenticating user 'default' from [fd00:1122:3344:101::d]:42132
815 2024.11.09 02:46:55.022285 [ 282 ] {} <Debug> HTTP-Session: 79f335e4-b1fe-4468-ad6d-03637054a753 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
816 2024.11.09 02:46:55.022302 [ 282 ] {} <Debug> HTTP-Session: 79f335e4-b1fe-4468-ad6d-03637054a753 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
817 2024.11.09 02:46:55.022346 [ 282 ] {} <Trace> HTTP-Session: 79f335e4-b1fe-4468-ad6d-03637054a753 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
818 2024.11.09 02:46:55.022515 [ 282 ] {a6831997-671f-4e7e-9ec9-325f27b2b46d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42132) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
819 2024.11.09 02:46:55.022895 [ 282 ] {a6831997-671f-4e7e-9ec9-325f27b2b46d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
820 2024.11.09 02:46:55.022951 [ 282 ] {a6831997-671f-4e7e-9ec9-325f27b2b46d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
821 2024.11.09 02:46:55.023956 [ 282 ] {a6831997-671f-4e7e-9ec9-325f27b2b46d} <Debug> DynamicQueryHandler: Done processing query
822 2024.11.09 02:46:55.023983 [ 282 ] {a6831997-671f-4e7e-9ec9-325f27b2b46d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
823 2024.11.09 02:46:55.024000 [ 282 ] {} <Debug> HTTP-Session: 79f335e4-b1fe-4468-ad6d-03637054a753 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
824 2024.11.09 02:46:55.024298 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45875, User-Agent: (none), Length: 358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
825 2024.11.09 02:46:55.024333 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42132, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
826 2024.11.09 02:46:55.024438 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
827 2024.11.09 02:46:55.024496 [ 289 ] {} <Debug> HTTP-Session: 1aec14b7-b595-4854-8836-eb671bf89397 Authenticating user 'default' from [fd00:1122:3344:101::d]:45875
828 2024.11.09 02:46:55.024537 [ 289 ] {} <Debug> HTTP-Session: 1aec14b7-b595-4854-8836-eb671bf89397 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
829 2024.11.09 02:46:55.024566 [ 289 ] {} <Debug> HTTP-Session: 1aec14b7-b595-4854-8836-eb671bf89397 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
830 2024.11.09 02:46:55.024622 [ 289 ] {} <Trace> HTTP-Session: 1aec14b7-b595-4854-8836-eb671bf89397 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
831 2024.11.09 02:46:55.024788 [ 289 ] {99151dee-b06c-403d-9c21-c1179cbd9e73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45875) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
832 2024.11.09 02:46:55.025241 [ 289 ] {99151dee-b06c-403d-9c21-c1179cbd9e73} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
833 2024.11.09 02:46:55.025309 [ 289 ] {99151dee-b06c-403d-9c21-c1179cbd9e73} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
834 2024.11.09 02:46:55.026343 [ 289 ] {99151dee-b06c-403d-9c21-c1179cbd9e73} <Debug> DynamicQueryHandler: Done processing query
835 2024.11.09 02:46:55.026369 [ 289 ] {99151dee-b06c-403d-9c21-c1179cbd9e73} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
836 2024.11.09 02:46:55.026387 [ 289 ] {} <Debug> HTTP-Session: 1aec14b7-b595-4854-8836-eb671bf89397 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
837 2024.11.09 02:46:55.026608 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45875, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
838 2024.11.09 02:46:55.026722 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60940, User-Agent: (none), Length: 396, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
839 2024.11.09 02:46:55.026790 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
840 2024.11.09 02:46:55.026814 [ 282 ] {} <Debug> HTTP-Session: 7f8792d5-e758-44a3-b004-8a6c1a5ecfe6 Authenticating user 'default' from [fd00:1122:3344:101::d]:60940
841 2024.11.09 02:46:55.026834 [ 282 ] {} <Debug> HTTP-Session: 7f8792d5-e758-44a3-b004-8a6c1a5ecfe6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
842 2024.11.09 02:46:55.026852 [ 282 ] {} <Debug> HTTP-Session: 7f8792d5-e758-44a3-b004-8a6c1a5ecfe6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
843 2024.11.09 02:46:55.026896 [ 282 ] {} <Trace> HTTP-Session: 7f8792d5-e758-44a3-b004-8a6c1a5ecfe6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
844 2024.11.09 02:46:55.027066 [ 282 ] {8e9e0e00-ebd7-4278-8816-5f999b42ca10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60940) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
845 2024.11.09 02:46:55.027518 [ 282 ] {8e9e0e00-ebd7-4278-8816-5f999b42ca10} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
846 2024.11.09 02:46:55.027578 [ 282 ] {8e9e0e00-ebd7-4278-8816-5f999b42ca10} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
847 2024.11.09 02:46:55.028523 [ 282 ] {8e9e0e00-ebd7-4278-8816-5f999b42ca10} <Debug> DynamicQueryHandler: Done processing query
848 2024.11.09 02:46:55.028549 [ 282 ] {8e9e0e00-ebd7-4278-8816-5f999b42ca10} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
849 2024.11.09 02:46:55.028567 [ 282 ] {} <Debug> HTTP-Session: 7f8792d5-e758-44a3-b004-8a6c1a5ecfe6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
850 2024.11.09 02:46:55.028824 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60940, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
851 2024.11.09 02:46:55.028844 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45875, User-Agent: (none), Length: 431, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
852 2024.11.09 02:46:55.028984 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
853 2024.11.09 02:46:55.029028 [ 289 ] {} <Debug> HTTP-Session: 592af88d-a38d-4a3f-befb-b70dfd1f336c Authenticating user 'default' from [fd00:1122:3344:101::d]:45875
854 2024.11.09 02:46:55.029062 [ 289 ] {} <Debug> HTTP-Session: 592af88d-a38d-4a3f-befb-b70dfd1f336c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
855 2024.11.09 02:46:55.029091 [ 289 ] {} <Debug> HTTP-Session: 592af88d-a38d-4a3f-befb-b70dfd1f336c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
856 2024.11.09 02:46:55.029157 [ 289 ] {} <Trace> HTTP-Session: 592af88d-a38d-4a3f-befb-b70dfd1f336c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
857 2024.11.09 02:46:55.029439 [ 289 ] {7722cded-8d41-4e00-b82c-ed3326314675} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45875) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
858 2024.11.09 02:46:55.029885 [ 289 ] {7722cded-8d41-4e00-b82c-ed3326314675} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
859 2024.11.09 02:46:55.029940 [ 289 ] {7722cded-8d41-4e00-b82c-ed3326314675} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
860 2024.11.09 02:46:55.030871 [ 289 ] {7722cded-8d41-4e00-b82c-ed3326314675} <Debug> DynamicQueryHandler: Done processing query
861 2024.11.09 02:46:55.030896 [ 289 ] {7722cded-8d41-4e00-b82c-ed3326314675} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
862 2024.11.09 02:46:55.030914 [ 289 ] {} <Debug> HTTP-Session: 592af88d-a38d-4a3f-befb-b70dfd1f336c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
863 2024.11.09 02:46:55.031157 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45875, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
864 2024.11.09 02:46:55.031221 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57371, User-Agent: (none), Length: 470, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
865 2024.11.09 02:46:55.031305 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
866 2024.11.09 02:46:55.031330 [ 282 ] {} <Debug> HTTP-Session: b1059045-1076-4fd9-a918-f844931de50c Authenticating user 'default' from [fd00:1122:3344:101::d]:57371
867 2024.11.09 02:46:55.031348 [ 282 ] {} <Debug> HTTP-Session: b1059045-1076-4fd9-a918-f844931de50c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
868 2024.11.09 02:46:55.031362 [ 282 ] {} <Debug> HTTP-Session: b1059045-1076-4fd9-a918-f844931de50c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
869 2024.11.09 02:46:55.031401 [ 282 ] {} <Trace> HTTP-Session: b1059045-1076-4fd9-a918-f844931de50c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
870 2024.11.09 02:46:55.031545 [ 282 ] {8c954144-747f-4cbb-9315-c08f480d0b2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57371) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
871 2024.11.09 02:46:55.031936 [ 282 ] {8c954144-747f-4cbb-9315-c08f480d0b2c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
872 2024.11.09 02:46:55.031993 [ 282 ] {8c954144-747f-4cbb-9315-c08f480d0b2c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
873 2024.11.09 02:46:55.033180 [ 282 ] {8c954144-747f-4cbb-9315-c08f480d0b2c} <Debug> DynamicQueryHandler: Done processing query
874 2024.11.09 02:46:55.033206 [ 282 ] {8c954144-747f-4cbb-9315-c08f480d0b2c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
875 2024.11.09 02:46:55.033224 [ 282 ] {} <Debug> HTTP-Session: b1059045-1076-4fd9-a918-f844931de50c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
876 2024.11.09 02:46:55.033468 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57371, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
877 2024.11.09 02:46:55.033526 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50681, User-Agent: (none), Length: 502, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
878 2024.11.09 02:46:55.033604 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
879 2024.11.09 02:46:55.033630 [ 289 ] {} <Debug> HTTP-Session: 2f519a20-b04b-44cb-8f59-0f6f6b7e42ff Authenticating user 'default' from [fd00:1122:3344:101::d]:50681
880 2024.11.09 02:46:55.033650 [ 289 ] {} <Debug> HTTP-Session: 2f519a20-b04b-44cb-8f59-0f6f6b7e42ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
881 2024.11.09 02:46:55.033667 [ 289 ] {} <Debug> HTTP-Session: 2f519a20-b04b-44cb-8f59-0f6f6b7e42ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
882 2024.11.09 02:46:55.033712 [ 289 ] {} <Trace> HTTP-Session: 2f519a20-b04b-44cb-8f59-0f6f6b7e42ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
883 2024.11.09 02:46:55.033885 [ 289 ] {49229ffb-88f1-4fb9-9883-2ff7ba60aaee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50681) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
884 2024.11.09 02:46:55.034351 [ 289 ] {49229ffb-88f1-4fb9-9883-2ff7ba60aaee} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
885 2024.11.09 02:46:55.034419 [ 289 ] {49229ffb-88f1-4fb9-9883-2ff7ba60aaee} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
886 2024.11.09 02:46:55.035393 [ 289 ] {49229ffb-88f1-4fb9-9883-2ff7ba60aaee} <Debug> DynamicQueryHandler: Done processing query
887 2024.11.09 02:46:55.035419 [ 289 ] {49229ffb-88f1-4fb9-9883-2ff7ba60aaee} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
888 2024.11.09 02:46:55.035437 [ 289 ] {} <Debug> HTTP-Session: 2f519a20-b04b-44cb-8f59-0f6f6b7e42ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
889 2024.11.09 02:46:55.035726 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50681, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
890 2024.11.09 02:46:55.035787 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49348, User-Agent: (none), Length: 538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
891 2024.11.09 02:46:55.035865 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
892 2024.11.09 02:46:55.035895 [ 282 ] {} <Debug> HTTP-Session: eb0af283-e6cd-4631-b408-b1b2fefcfb82 Authenticating user 'default' from [fd00:1122:3344:101::d]:49348
893 2024.11.09 02:46:55.035916 [ 282 ] {} <Debug> HTTP-Session: eb0af283-e6cd-4631-b408-b1b2fefcfb82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
894 2024.11.09 02:46:55.035933 [ 282 ] {} <Debug> HTTP-Session: eb0af283-e6cd-4631-b408-b1b2fefcfb82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
895 2024.11.09 02:46:55.035978 [ 282 ] {} <Trace> HTTP-Session: eb0af283-e6cd-4631-b408-b1b2fefcfb82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
896 2024.11.09 02:46:55.036155 [ 282 ] {cf83887f-4368-49fe-952c-72ea1a8ef173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49348) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
897 2024.11.09 02:46:55.036605 [ 282 ] {cf83887f-4368-49fe-952c-72ea1a8ef173} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
898 2024.11.09 02:46:55.036661 [ 282 ] {cf83887f-4368-49fe-952c-72ea1a8ef173} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
899 2024.11.09 02:46:55.037557 [ 282 ] {cf83887f-4368-49fe-952c-72ea1a8ef173} <Debug> DynamicQueryHandler: Done processing query
900 2024.11.09 02:46:55.037583 [ 282 ] {cf83887f-4368-49fe-952c-72ea1a8ef173} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
901 2024.11.09 02:46:55.037600 [ 282 ] {} <Debug> HTTP-Session: eb0af283-e6cd-4631-b408-b1b2fefcfb82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
902 2024.11.09 02:46:55.037833 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49348, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
903 2024.11.09 02:46:55.037967 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57969, User-Agent: (none), Length: 579, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
904 2024.11.09 02:46:55.038074 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
905 2024.11.09 02:46:55.038115 [ 289 ] {} <Debug> HTTP-Session: ebee386a-28f0-4738-a4b3-ecb9582e4124 Authenticating user 'default' from [fd00:1122:3344:101::d]:57969
906 2024.11.09 02:46:55.038148 [ 289 ] {} <Debug> HTTP-Session: ebee386a-28f0-4738-a4b3-ecb9582e4124 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
907 2024.11.09 02:46:55.038177 [ 289 ] {} <Debug> HTTP-Session: ebee386a-28f0-4738-a4b3-ecb9582e4124 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
908 2024.11.09 02:46:55.038245 [ 289 ] {} <Trace> HTTP-Session: ebee386a-28f0-4738-a4b3-ecb9582e4124 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
909 2024.11.09 02:46:55.038522 [ 289 ] {722b0016-a7ee-43d2-8e13-f1c4bea377fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57969) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
910 2024.11.09 02:46:55.038934 [ 289 ] {722b0016-a7ee-43d2-8e13-f1c4bea377fd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
911 2024.11.09 02:46:55.038991 [ 289 ] {722b0016-a7ee-43d2-8e13-f1c4bea377fd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
912 2024.11.09 02:46:55.040039 [ 289 ] {722b0016-a7ee-43d2-8e13-f1c4bea377fd} <Debug> DynamicQueryHandler: Done processing query
913 2024.11.09 02:46:55.040066 [ 289 ] {722b0016-a7ee-43d2-8e13-f1c4bea377fd} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
914 2024.11.09 02:46:55.040084 [ 289 ] {} <Debug> HTTP-Session: ebee386a-28f0-4738-a4b3-ecb9582e4124 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
915 2024.11.09 02:46:55.040350 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49348, User-Agent: (none), Length: 607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
916 2024.11.09 02:46:55.040377 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57969, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
917 2024.11.09 02:46:55.040445 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
918 2024.11.09 02:46:55.040478 [ 282 ] {} <Debug> HTTP-Session: dcc79e00-4ff2-4183-815a-715ee9f2f8bf Authenticating user 'default' from [fd00:1122:3344:101::d]:49348
919 2024.11.09 02:46:55.040498 [ 282 ] {} <Debug> HTTP-Session: dcc79e00-4ff2-4183-815a-715ee9f2f8bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
920 2024.11.09 02:46:55.040522 [ 282 ] {} <Debug> HTTP-Session: dcc79e00-4ff2-4183-815a-715ee9f2f8bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
921 2024.11.09 02:46:55.040568 [ 282 ] {} <Trace> HTTP-Session: dcc79e00-4ff2-4183-815a-715ee9f2f8bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
922 2024.11.09 02:46:55.040734 [ 282 ] {a41c8fb0-23b1-440e-bea9-c453a76f82f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49348) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
923 2024.11.09 02:46:55.041248 [ 282 ] {a41c8fb0-23b1-440e-bea9-c453a76f82f9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
924 2024.11.09 02:46:55.041315 [ 282 ] {a41c8fb0-23b1-440e-bea9-c453a76f82f9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
925 2024.11.09 02:46:55.042343 [ 282 ] {a41c8fb0-23b1-440e-bea9-c453a76f82f9} <Debug> DynamicQueryHandler: Done processing query
926 2024.11.09 02:46:55.042369 [ 282 ] {a41c8fb0-23b1-440e-bea9-c453a76f82f9} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
927 2024.11.09 02:46:55.042386 [ 282 ] {} <Debug> HTTP-Session: dcc79e00-4ff2-4183-815a-715ee9f2f8bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
928 2024.11.09 02:46:55.042613 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49348, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
929 2024.11.09 02:46:55.042724 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42229, User-Agent: (none), Length: 639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
930 2024.11.09 02:46:55.042833 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
931 2024.11.09 02:46:55.042871 [ 289 ] {} <Debug> HTTP-Session: 0aab0ca5-d8e2-4320-a870-a9823c358bd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:42229
932 2024.11.09 02:46:55.042904 [ 289 ] {} <Debug> HTTP-Session: 0aab0ca5-d8e2-4320-a870-a9823c358bd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
933 2024.11.09 02:46:55.042932 [ 289 ] {} <Debug> HTTP-Session: 0aab0ca5-d8e2-4320-a870-a9823c358bd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
934 2024.11.09 02:46:55.042999 [ 289 ] {} <Trace> HTTP-Session: 0aab0ca5-d8e2-4320-a870-a9823c358bd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
935 2024.11.09 02:46:55.043275 [ 289 ] {a81cbe4a-1586-457d-8225-3b5e846b402a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
936 2024.11.09 02:46:55.043810 [ 289 ] {a81cbe4a-1586-457d-8225-3b5e846b402a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
937 2024.11.09 02:46:55.043864 [ 289 ] {a81cbe4a-1586-457d-8225-3b5e846b402a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
938 2024.11.09 02:46:55.044781 [ 289 ] {a81cbe4a-1586-457d-8225-3b5e846b402a} <Debug> DynamicQueryHandler: Done processing query
939 2024.11.09 02:46:55.044807 [ 289 ] {a81cbe4a-1586-457d-8225-3b5e846b402a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
940 2024.11.09 02:46:55.044824 [ 289 ] {} <Debug> HTTP-Session: 0aab0ca5-d8e2-4320-a870-a9823c358bd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
941 2024.11.09 02:46:55.045107 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49348, User-Agent: (none), Length: 671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
942 2024.11.09 02:46:55.045125 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42229, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
943 2024.11.09 02:46:55.045196 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
944 2024.11.09 02:46:55.045238 [ 282 ] {} <Debug> HTTP-Session: 1beeb6da-670f-406f-93dc-e8f85bf2b0d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:49348
945 2024.11.09 02:46:55.045260 [ 282 ] {} <Debug> HTTP-Session: 1beeb6da-670f-406f-93dc-e8f85bf2b0d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
946 2024.11.09 02:46:55.045291 [ 282 ] {} <Debug> HTTP-Session: 1beeb6da-670f-406f-93dc-e8f85bf2b0d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
947 2024.11.09 02:46:55.045343 [ 282 ] {} <Trace> HTTP-Session: 1beeb6da-670f-406f-93dc-e8f85bf2b0d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
948 2024.11.09 02:46:55.045520 [ 282 ] {c1a8166c-d063-4790-b99a-1fa4f68571b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49348) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
949 2024.11.09 02:46:55.045934 [ 282 ] {c1a8166c-d063-4790-b99a-1fa4f68571b2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
950 2024.11.09 02:46:55.045991 [ 282 ] {c1a8166c-d063-4790-b99a-1fa4f68571b2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
951 2024.11.09 02:46:55.046944 [ 282 ] {c1a8166c-d063-4790-b99a-1fa4f68571b2} <Debug> DynamicQueryHandler: Done processing query
952 2024.11.09 02:46:55.046969 [ 282 ] {c1a8166c-d063-4790-b99a-1fa4f68571b2} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
953 2024.11.09 02:46:55.046987 [ 282 ] {} <Debug> HTTP-Session: 1beeb6da-670f-406f-93dc-e8f85bf2b0d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
954 2024.11.09 02:46:55.047267 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49348, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
955 2024.11.09 02:46:55.047328 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35081, User-Agent: (none), Length: 713, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
956 2024.11.09 02:46:55.047413 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
957 2024.11.09 02:46:55.047439 [ 289 ] {} <Debug> HTTP-Session: ae4a54a6-8b83-4bf3-a194-95f21cd0b4b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35081
958 2024.11.09 02:46:55.047457 [ 289 ] {} <Debug> HTTP-Session: ae4a54a6-8b83-4bf3-a194-95f21cd0b4b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
959 2024.11.09 02:46:55.047471 [ 289 ] {} <Debug> HTTP-Session: ae4a54a6-8b83-4bf3-a194-95f21cd0b4b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
960 2024.11.09 02:46:55.047510 [ 289 ] {} <Trace> HTTP-Session: ae4a54a6-8b83-4bf3-a194-95f21cd0b4b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
961 2024.11.09 02:46:55.047687 [ 289 ] {ff8040be-9544-46da-8345-bfe6cc9fb11b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35081) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
962 2024.11.09 02:46:55.048179 [ 289 ] {ff8040be-9544-46da-8345-bfe6cc9fb11b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
963 2024.11.09 02:46:55.048252 [ 289 ] {ff8040be-9544-46da-8345-bfe6cc9fb11b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
964 2024.11.09 02:46:55.049320 [ 289 ] {ff8040be-9544-46da-8345-bfe6cc9fb11b} <Debug> DynamicQueryHandler: Done processing query
965 2024.11.09 02:46:55.049346 [ 289 ] {ff8040be-9544-46da-8345-bfe6cc9fb11b} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
966 2024.11.09 02:46:55.049363 [ 289 ] {} <Debug> HTTP-Session: ae4a54a6-8b83-4bf3-a194-95f21cd0b4b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
967 2024.11.09 02:46:55.054337 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35081, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
968 2024.11.09 02:46:55.054564 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52033, User-Agent: (none), Length: 5000, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
969 2024.11.09 02:46:55.054648 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
970 2024.11.09 02:46:55.054672 [ 282 ] {} <Debug> HTTP-Session: f4f2e099-791c-4f4c-82dc-0920226b1416 Authenticating user 'default' from [fd00:1122:3344:101::d]:52033
971 2024.11.09 02:46:55.054693 [ 282 ] {} <Debug> HTTP-Session: f4f2e099-791c-4f4c-82dc-0920226b1416 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
972 2024.11.09 02:46:55.054711 [ 282 ] {} <Debug> HTTP-Session: f4f2e099-791c-4f4c-82dc-0920226b1416 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
973 2024.11.09 02:46:55.054759 [ 282 ] {} <Trace> HTTP-Session: f4f2e099-791c-4f4c-82dc-0920226b1416 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
974 2024.11.09 02:46:55.054925 [ 282 ] {4ca03337-0b9d-4de8-8647-3c7e2dcbfaa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52033) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
975 2024.11.09 02:46:55.054988 [ 282 ] {4ca03337-0b9d-4de8-8647-3c7e2dcbfaa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
976 2024.11.09 02:46:55.055275 [ 282 ] {4ca03337-0b9d-4de8-8647-3c7e2dcbfaa9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
977 2024.11.09 02:46:55.055770 [ 282 ] {4ca03337-0b9d-4de8-8647-3c7e2dcbfaa9} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
978 2024.11.09 02:46:55.055810 [ 282 ] {4ca03337-0b9d-4de8-8647-3c7e2dcbfaa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
979 2024.11.09 02:46:55.056369 [ 282 ] {4ca03337-0b9d-4de8-8647-3c7e2dcbfaa9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
980 2024.11.09 02:46:55.056698 [ 282 ] {4ca03337-0b9d-4de8-8647-3c7e2dcbfaa9} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
981 2024.11.09 02:46:55.056873 [ 282 ] {4ca03337-0b9d-4de8-8647-3c7e2dcbfaa9} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002009 sec., 8959.681433549029 rows/sec., 1.22 MiB/sec.
982 2024.11.09 02:46:55.057093 [ 282 ] {4ca03337-0b9d-4de8-8647-3c7e2dcbfaa9} <Debug> DynamicQueryHandler: Done processing query
983 2024.11.09 02:46:55.057118 [ 282 ] {4ca03337-0b9d-4de8-8647-3c7e2dcbfaa9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
984 2024.11.09 02:46:55.057134 [ 282 ] {} <Debug> HTTP-Session: f4f2e099-791c-4f4c-82dc-0920226b1416 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
985 2024.11.09 02:46:55.057318 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35081, User-Agent: (none), Length: 4211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
986 2024.11.09 02:46:55.057331 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52033, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
987 2024.11.09 02:46:55.057407 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
988 2024.11.09 02:46:55.057443 [ 289 ] {} <Debug> HTTP-Session: 8b8cfe2d-4895-406a-a900-7de3456d0860 Authenticating user 'default' from [fd00:1122:3344:101::d]:35081
989 2024.11.09 02:46:55.057477 [ 289 ] {} <Debug> HTTP-Session: 8b8cfe2d-4895-406a-a900-7de3456d0860 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
990 2024.11.09 02:46:55.057499 [ 289 ] {} <Debug> HTTP-Session: 8b8cfe2d-4895-406a-a900-7de3456d0860 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
991 2024.11.09 02:46:55.057546 [ 289 ] {} <Trace> HTTP-Session: 8b8cfe2d-4895-406a-a900-7de3456d0860 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
992 2024.11.09 02:46:55.057778 [ 289 ] {b1603c15-006f-49a9-9e35-bbdeaeeabe8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
993 2024.11.09 02:46:55.057865 [ 289 ] {b1603c15-006f-49a9-9e35-bbdeaeeabe8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
994 2024.11.09 02:46:55.058365 [ 289 ] {b1603c15-006f-49a9-9e35-bbdeaeeabe8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
995 2024.11.09 02:46:55.059488 [ 289 ] {b1603c15-006f-49a9-9e35-bbdeaeeabe8f} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
996 2024.11.09 02:46:55.059527 [ 289 ] {b1603c15-006f-49a9-9e35-bbdeaeeabe8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
997 2024.11.09 02:46:55.059955 [ 289 ] {b1603c15-006f-49a9-9e35-bbdeaeeabe8f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
998 2024.11.09 02:46:55.060344 [ 289 ] {b1603c15-006f-49a9-9e35-bbdeaeeabe8f} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
999 2024.11.09 02:46:55.060511 [ 289 ] {b1603c15-006f-49a9-9e35-bbdeaeeabe8f} <Debug> executeQuery: Read 30 rows, 2.34 KiB in 0.002806 sec., 10691.375623663578 rows/sec., 835.26 KiB/sec.
1000 2024.11.09 02:46:55.060695 [ 289 ] {b1603c15-006f-49a9-9e35-bbdeaeeabe8f} <Debug> DynamicQueryHandler: Done processing query
1001 2024.11.09 02:46:55.060719 [ 289 ] {b1603c15-006f-49a9-9e35-bbdeaeeabe8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
1002 2024.11.09 02:46:55.060735 [ 289 ] {} <Debug> HTTP-Session: 8b8cfe2d-4895-406a-a900-7de3456d0860 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1003 2024.11.09 02:46:55.060887 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35081, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1004 2024.11.09 02:46:55.061026 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52245, User-Agent: (none), Length: 6152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1005 2024.11.09 02:46:55.061099 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1006 2024.11.09 02:46:55.061120 [ 282 ] {} <Debug> HTTP-Session: 4f3baa52-d814-4081-9b8b-432259ebe80b Authenticating user 'default' from [fd00:1122:3344:101::d]:52245
1007 2024.11.09 02:46:55.061137 [ 282 ] {} <Debug> HTTP-Session: 4f3baa52-d814-4081-9b8b-432259ebe80b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1008 2024.11.09 02:46:55.061151 [ 282 ] {} <Debug> HTTP-Session: 4f3baa52-d814-4081-9b8b-432259ebe80b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1009 2024.11.09 02:46:55.061189 [ 282 ] {} <Trace> HTTP-Session: 4f3baa52-d814-4081-9b8b-432259ebe80b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1010 2024.11.09 02:46:55.061317 [ 282 ] {46b3403c-46f7-4980-ba6b-368f5177508a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52245) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1011 2024.11.09 02:46:55.061365 [ 282 ] {46b3403c-46f7-4980-ba6b-368f5177508a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1012 2024.11.09 02:46:55.061640 [ 282 ] {46b3403c-46f7-4980-ba6b-368f5177508a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1013 2024.11.09 02:46:55.062001 [ 282 ] {46b3403c-46f7-4980-ba6b-368f5177508a} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1014 2024.11.09 02:46:55.062039 [ 282 ] {46b3403c-46f7-4980-ba6b-368f5177508a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
1015 2024.11.09 02:46:55.062453 [ 282 ] {46b3403c-46f7-4980-ba6b-368f5177508a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1016 2024.11.09 02:46:55.062831 [ 282 ] {46b3403c-46f7-4980-ba6b-368f5177508a} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1017 2024.11.09 02:46:55.062985 [ 282 ] {46b3403c-46f7-4980-ba6b-368f5177508a} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.00171 sec., 21052.63157894737 rows/sec., 1.64 MiB/sec.
1018 2024.11.09 02:46:55.063155 [ 282 ] {46b3403c-46f7-4980-ba6b-368f5177508a} <Debug> DynamicQueryHandler: Done processing query
1019 2024.11.09 02:46:55.063179 [ 282 ] {46b3403c-46f7-4980-ba6b-368f5177508a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
1020 2024.11.09 02:46:55.063195 [ 282 ] {} <Debug> HTTP-Session: 4f3baa52-d814-4081-9b8b-432259ebe80b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1021 2024.11.09 02:46:55.063415 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52245, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1022 2024.11.09 02:46:55.063528 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42968, User-Agent: (none), Length: 21077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1023 2024.11.09 02:46:55.063636 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1024 2024.11.09 02:46:55.063675 [ 289 ] {} <Debug> HTTP-Session: 294ba9bd-97d1-4dbc-aa15-8671204862c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:42968
1025 2024.11.09 02:46:55.063707 [ 289 ] {} <Debug> HTTP-Session: 294ba9bd-97d1-4dbc-aa15-8671204862c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1026 2024.11.09 02:46:55.063737 [ 289 ] {} <Debug> HTTP-Session: 294ba9bd-97d1-4dbc-aa15-8671204862c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1027 2024.11.09 02:46:55.063803 [ 289 ] {} <Trace> HTTP-Session: 294ba9bd-97d1-4dbc-aa15-8671204862c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1028 2024.11.09 02:46:55.064121 [ 289 ] {475e1daa-f8da-4773-9c10-1ff758cd025c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42968) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
1029 2024.11.09 02:46:55.064214 [ 289 ] {475e1daa-f8da-4773-9c10-1ff758cd025c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1030 2024.11.09 02:46:55.064581 [ 289 ] {475e1daa-f8da-4773-9c10-1ff758cd025c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1031 2024.11.09 02:46:55.065043 [ 289 ] {475e1daa-f8da-4773-9c10-1ff758cd025c} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1032 2024.11.09 02:46:55.065076 [ 289 ] {475e1daa-f8da-4773-9c10-1ff758cd025c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
1033 2024.11.09 02:46:55.065523 [ 289 ] {475e1daa-f8da-4773-9c10-1ff758cd025c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1034 2024.11.09 02:46:55.065884 [ 289 ] {475e1daa-f8da-4773-9c10-1ff758cd025c} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1035 2024.11.09 02:46:55.066015 [ 289 ] {475e1daa-f8da-4773-9c10-1ff758cd025c} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.002026 sec., 54294.17571569595 rows/sec., 3.79 MiB/sec.
1036 2024.11.09 02:46:55.066314 [ 289 ] {475e1daa-f8da-4773-9c10-1ff758cd025c} <Debug> DynamicQueryHandler: Done processing query
1037 2024.11.09 02:46:55.066339 [ 289 ] {475e1daa-f8da-4773-9c10-1ff758cd025c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
1038 2024.11.09 02:46:55.066356 [ 289 ] {} <Debug> HTTP-Session: 294ba9bd-97d1-4dbc-aa15-8671204862c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1039 2024.11.09 02:46:55.066516 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52245, User-Agent: (none), Length: 6087, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1040 2024.11.09 02:46:55.066537 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42968, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1041 2024.11.09 02:46:55.066610 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1042 2024.11.09 02:46:55.066648 [ 282 ] {} <Debug> HTTP-Session: d84e88ad-f39d-44f4-a62c-bf458575dfe8 Authenticating user 'default' from [fd00:1122:3344:101::d]:52245
1043 2024.11.09 02:46:55.066678 [ 282 ] {} <Debug> HTTP-Session: d84e88ad-f39d-44f4-a62c-bf458575dfe8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1044 2024.11.09 02:46:55.066701 [ 282 ] {} <Debug> HTTP-Session: d84e88ad-f39d-44f4-a62c-bf458575dfe8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1045 2024.11.09 02:46:55.066746 [ 282 ] {} <Trace> HTTP-Session: d84e88ad-f39d-44f4-a62c-bf458575dfe8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1046 2024.11.09 02:46:55.066891 [ 282 ] {5d4cda1f-9ffb-495a-908a-086456e5c5ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52245) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
1047 2024.11.09 02:46:55.066948 [ 282 ] {5d4cda1f-9ffb-495a-908a-086456e5c5ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1048 2024.11.09 02:46:55.067140 [ 282 ] {5d4cda1f-9ffb-495a-908a-086456e5c5ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1049 2024.11.09 02:46:55.067452 [ 282 ] {5d4cda1f-9ffb-495a-908a-086456e5c5ed} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1050 2024.11.09 02:46:55.067496 [ 282 ] {5d4cda1f-9ffb-495a-908a-086456e5c5ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
1051 2024.11.09 02:46:55.067892 [ 282 ] {5d4cda1f-9ffb-495a-908a-086456e5c5ed} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1052 2024.11.09 02:46:55.068226 [ 282 ] {5d4cda1f-9ffb-495a-908a-086456e5c5ed} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1053 2024.11.09 02:46:55.068384 [ 282 ] {5d4cda1f-9ffb-495a-908a-086456e5c5ed} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.001538 sec., 26007.80234070221 rows/sec., 1.74 MiB/sec.
1054 2024.11.09 02:46:55.068581 [ 282 ] {5d4cda1f-9ffb-495a-908a-086456e5c5ed} <Debug> DynamicQueryHandler: Done processing query
1055 2024.11.09 02:46:55.068606 [ 282 ] {5d4cda1f-9ffb-495a-908a-086456e5c5ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
1056 2024.11.09 02:46:55.068622 [ 282 ] {} <Debug> HTTP-Session: d84e88ad-f39d-44f4-a62c-bf458575dfe8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1057 2024.11.09 02:46:55.068811 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52245, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1058 2024.11.09 02:46:56.000259 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 143.19 MiB, peak 148.33 MiB, free memory in arenas 0.00 B, will set to 144.52 MiB (RSS), difference: 1.32 MiB
1059 2024.11.09 02:46:59.782222 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52090, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1060 2024.11.09 02:47:00.004431 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62803, User-Agent: (none), Length: 4211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1061 2024.11.09 02:47:00.004556 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1062 2024.11.09 02:47:00.004584 [ 282 ] {} <Debug> HTTP-Session: 1df14582-f34c-42a5-bf60-afeb8eb39b05 Authenticating user 'default' from [fd00:1122:3344:101::d]:62803
1063 2024.11.09 02:47:00.004610 [ 282 ] {} <Debug> HTTP-Session: 1df14582-f34c-42a5-bf60-afeb8eb39b05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1064 2024.11.09 02:47:00.004625 [ 282 ] {} <Debug> HTTP-Session: 1df14582-f34c-42a5-bf60-afeb8eb39b05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1065 2024.11.09 02:47:00.004678 [ 282 ] {} <Trace> HTTP-Session: 1df14582-f34c-42a5-bf60-afeb8eb39b05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1066 2024.11.09 02:47:00.004899 [ 282 ] {ce56a871-b013-4813-bde5-9b66a8b269de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62803) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1067 2024.11.09 02:47:00.004975 [ 282 ] {ce56a871-b013-4813-bde5-9b66a8b269de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1068 2024.11.09 02:47:00.005357 [ 282 ] {ce56a871-b013-4813-bde5-9b66a8b269de} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1069 2024.11.09 02:47:00.005846 [ 282 ] {ce56a871-b013-4813-bde5-9b66a8b269de} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1070 2024.11.09 02:47:00.005900 [ 282 ] {ce56a871-b013-4813-bde5-9b66a8b269de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1071 2024.11.09 02:47:00.006351 [ 282 ] {ce56a871-b013-4813-bde5-9b66a8b269de} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1072 2024.11.09 02:47:00.006766 [ 282 ] {ce56a871-b013-4813-bde5-9b66a8b269de} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1073 2024.11.09 02:47:00.006996 [ 282 ] {ce56a871-b013-4813-bde5-9b66a8b269de} <Debug> executeQuery: Read 30 rows, 2.34 KiB in 0.002153 sec., 13934.045517882025 rows/sec., 1.06 MiB/sec.
1074 2024.11.09 02:47:00.007361 [ 282 ] {ce56a871-b013-4813-bde5-9b66a8b269de} <Debug> DynamicQueryHandler: Done processing query
1075 2024.11.09 02:47:00.007394 [ 282 ] {ce56a871-b013-4813-bde5-9b66a8b269de} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
1076 2024.11.09 02:47:00.007412 [ 282 ] {} <Debug> HTTP-Session: 1df14582-f34c-42a5-bf60-afeb8eb39b05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1077 2024.11.09 02:47:00.007664 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62803, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1078 2024.11.09 02:47:00.007743 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38681, User-Agent: (none), Length: 6152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1079 2024.11.09 02:47:00.007876 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1080 2024.11.09 02:47:00.007906 [ 289 ] {} <Debug> HTTP-Session: 5bc76e6c-cb2c-4404-a575-36ac5dc2a711 Authenticating user 'default' from [fd00:1122:3344:101::d]:38681
1081 2024.11.09 02:47:00.007934 [ 289 ] {} <Debug> HTTP-Session: 5bc76e6c-cb2c-4404-a575-36ac5dc2a711 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1082 2024.11.09 02:47:00.007951 [ 289 ] {} <Debug> HTTP-Session: 5bc76e6c-cb2c-4404-a575-36ac5dc2a711 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1083 2024.11.09 02:47:00.008008 [ 289 ] {} <Trace> HTTP-Session: 5bc76e6c-cb2c-4404-a575-36ac5dc2a711 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1084 2024.11.09 02:47:00.008218 [ 289 ] {ca53029b-af02-4c9e-a2da-f85e6617a8af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38681) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1085 2024.11.09 02:47:00.008292 [ 289 ] {ca53029b-af02-4c9e-a2da-f85e6617a8af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1086 2024.11.09 02:47:00.008666 [ 289 ] {ca53029b-af02-4c9e-a2da-f85e6617a8af} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1087 2024.11.09 02:47:00.009093 [ 289 ] {ca53029b-af02-4c9e-a2da-f85e6617a8af} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1088 2024.11.09 02:47:00.009133 [ 289 ] {ca53029b-af02-4c9e-a2da-f85e6617a8af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1089 2024.11.09 02:47:00.009546 [ 289 ] {ca53029b-af02-4c9e-a2da-f85e6617a8af} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1090 2024.11.09 02:47:00.009954 [ 289 ] {ca53029b-af02-4c9e-a2da-f85e6617a8af} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1091 2024.11.09 02:47:00.010118 [ 289 ] {ca53029b-af02-4c9e-a2da-f85e6617a8af} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001964 sec., 18329.938900203666 rows/sec., 1.43 MiB/sec.
1092 2024.11.09 02:47:00.010487 [ 289 ] {ca53029b-af02-4c9e-a2da-f85e6617a8af} <Debug> DynamicQueryHandler: Done processing query
1093 2024.11.09 02:47:00.010513 [ 289 ] {ca53029b-af02-4c9e-a2da-f85e6617a8af} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
1094 2024.11.09 02:47:00.010531 [ 289 ] {} <Debug> HTTP-Session: 5bc76e6c-cb2c-4404-a575-36ac5dc2a711 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1095 2024.11.09 02:47:00.010728 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38681, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1096 2024.11.09 02:47:00.010829 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61156, User-Agent: (none), Length: 21079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1097 2024.11.09 02:47:00.010911 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1098 2024.11.09 02:47:00.010938 [ 282 ] {} <Debug> HTTP-Session: 8daaac9e-edcc-4ea3-92ba-8236dfb2f27a Authenticating user 'default' from [fd00:1122:3344:101::d]:61156
1099 2024.11.09 02:47:00.010963 [ 282 ] {} <Debug> HTTP-Session: 8daaac9e-edcc-4ea3-92ba-8236dfb2f27a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1100 2024.11.09 02:47:00.010981 [ 282 ] {} <Debug> HTTP-Session: 8daaac9e-edcc-4ea3-92ba-8236dfb2f27a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1101 2024.11.09 02:47:00.011032 [ 282 ] {} <Trace> HTTP-Session: 8daaac9e-edcc-4ea3-92ba-8236dfb2f27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1102 2024.11.09 02:47:00.011254 [ 282 ] {0163a71a-9bb8-4b06-97c0-b16507642b20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61156) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
1103 2024.11.09 02:47:00.011325 [ 282 ] {0163a71a-9bb8-4b06-97c0-b16507642b20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1104 2024.11.09 02:47:00.011553 [ 282 ] {0163a71a-9bb8-4b06-97c0-b16507642b20} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1105 2024.11.09 02:47:00.011969 [ 282 ] {0163a71a-9bb8-4b06-97c0-b16507642b20} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1106 2024.11.09 02:47:00.012013 [ 282 ] {0163a71a-9bb8-4b06-97c0-b16507642b20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1107 2024.11.09 02:47:00.012451 [ 282 ] {0163a71a-9bb8-4b06-97c0-b16507642b20} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1108 2024.11.09 02:47:00.012829 [ 282 ] {0163a71a-9bb8-4b06-97c0-b16507642b20} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1109 2024.11.09 02:47:00.013005 [ 282 ] {0163a71a-9bb8-4b06-97c0-b16507642b20} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.00184 sec., 59782.60869565217 rows/sec., 4.17 MiB/sec.
1110 2024.11.09 02:47:00.013232 [ 282 ] {0163a71a-9bb8-4b06-97c0-b16507642b20} <Debug> DynamicQueryHandler: Done processing query
1111 2024.11.09 02:47:00.013261 [ 282 ] {0163a71a-9bb8-4b06-97c0-b16507642b20} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
1112 2024.11.09 02:47:00.013277 [ 282 ] {} <Debug> HTTP-Session: 8daaac9e-edcc-4ea3-92ba-8236dfb2f27a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1113 2024.11.09 02:47:00.013445 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61156, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1114 2024.11.09 02:47:00.013464 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38681, User-Agent: (none), Length: 6087, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1115 2024.11.09 02:47:00.013554 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1116 2024.11.09 02:47:00.013588 [ 289 ] {} <Debug> HTTP-Session: 9b36eef2-6984-4ffd-bb36-56ddf7542208 Authenticating user 'default' from [fd00:1122:3344:101::d]:38681
1117 2024.11.09 02:47:00.013608 [ 289 ] {} <Debug> HTTP-Session: 9b36eef2-6984-4ffd-bb36-56ddf7542208 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1118 2024.11.09 02:47:00.013624 [ 289 ] {} <Debug> HTTP-Session: 9b36eef2-6984-4ffd-bb36-56ddf7542208 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1119 2024.11.09 02:47:00.013665 [ 289 ] {} <Trace> HTTP-Session: 9b36eef2-6984-4ffd-bb36-56ddf7542208 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1120 2024.11.09 02:47:00.013792 [ 289 ] {dc280455-8052-450b-9095-8fcdeb87e129} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38681) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
1121 2024.11.09 02:47:00.013842 [ 289 ] {dc280455-8052-450b-9095-8fcdeb87e129} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1122 2024.11.09 02:47:00.014002 [ 289 ] {dc280455-8052-450b-9095-8fcdeb87e129} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1123 2024.11.09 02:47:00.014383 [ 289 ] {dc280455-8052-450b-9095-8fcdeb87e129} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1124 2024.11.09 02:47:00.014419 [ 289 ] {dc280455-8052-450b-9095-8fcdeb87e129} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1125 2024.11.09 02:47:00.014802 [ 289 ] {dc280455-8052-450b-9095-8fcdeb87e129} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1126 2024.11.09 02:47:00.015146 [ 289 ] {dc280455-8052-450b-9095-8fcdeb87e129} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1127 2024.11.09 02:47:00.015314 [ 289 ] {dc280455-8052-450b-9095-8fcdeb87e129} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.001559 sec., 25657.472738935216 rows/sec., 1.71 MiB/sec.
1128 2024.11.09 02:47:00.015492 [ 289 ] {dc280455-8052-450b-9095-8fcdeb87e129} <Debug> DynamicQueryHandler: Done processing query
1129 2024.11.09 02:47:00.015518 [ 289 ] {dc280455-8052-450b-9095-8fcdeb87e129} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
1130 2024.11.09 02:47:00.015535 [ 289 ] {} <Debug> HTTP-Session: 9b36eef2-6984-4ffd-bb36-56ddf7542208 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1131 2024.11.09 02:47:00.015719 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38681, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1132 2024.11.09 02:47:00.462044 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43410, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1133 2024.11.09 02:47:00.473531 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45537, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1134 2024.11.09 02:47:00.540954 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40395, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1135 2024.11.09 02:47:00.546367 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43344, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1136 2024.11.09 02:47:00.566894 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48946, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1137 2024.11.09 02:47:00.616376 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56240, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1138 2024.11.09 02:47:00.705356 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62860, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1139 2024.11.09 02:47:01.414711 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache
1140 2024.11.09 02:47:01.414813 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache
1141 2024.11.09 02:47:01.457364 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 144
1142 2024.11.09 02:47:01.461396 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1143 2024.11.09 02:47:01.461446 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1144 2024.11.09 02:47:01.463105 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1145 2024.11.09 02:47:01.464140 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1146 2024.11.09 02:47:01.464906 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 144
1147 2024.11.09 02:47:01.606474 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63510, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1148 2024.11.09 02:47:01.610587 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53419, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1149 2024.11.09 02:47:02.023016 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51199, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1150 2024.11.09 02:47:02.090688 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63069, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1151 2024.11.09 02:47:02.133533 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49620, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1152 2024.11.09 02:47:02.165364 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63069, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1153 2024.11.09 02:47:02.251573 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35970, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1154 2024.11.09 02:47:02.276892 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57881, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1155 2024.11.09 02:47:02.297152 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45806, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1156 2024.11.09 02:47:02.298466 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39063, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1157 2024.11.09 02:47:02.319464 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39657, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1158 2024.11.09 02:47:02.381865 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48580, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1159 2024.11.09 02:47:02.464353 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36039, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1160 2024.11.09 02:47:02.464643 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45187, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1161 2024.11.09 02:47:02.470973 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62703, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1162 2024.11.09 02:47:02.518387 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42259, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1163 2024.11.09 02:47:05.003427 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64966, User-Agent: (none), Length: 4211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1164 2024.11.09 02:47:05.003588 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1165 2024.11.09 02:47:05.003620 [ 294 ] {} <Debug> HTTP-Session: 8045a4bb-2f91-4ae0-96de-f8489d7862fb Authenticating user 'default' from [fd00:1122:3344:101::d]:64966
1166 2024.11.09 02:47:05.003649 [ 294 ] {} <Debug> HTTP-Session: 8045a4bb-2f91-4ae0-96de-f8489d7862fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1167 2024.11.09 02:47:05.003667 [ 294 ] {} <Debug> HTTP-Session: 8045a4bb-2f91-4ae0-96de-f8489d7862fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1168 2024.11.09 02:47:05.003725 [ 294 ] {} <Trace> HTTP-Session: 8045a4bb-2f91-4ae0-96de-f8489d7862fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1169 2024.11.09 02:47:05.003978 [ 294 ] {06233532-5080-4607-b325-d476fde2862e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64966) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1170 2024.11.09 02:47:05.004056 [ 294 ] {06233532-5080-4607-b325-d476fde2862e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1171 2024.11.09 02:47:05.004411 [ 294 ] {06233532-5080-4607-b325-d476fde2862e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1172 2024.11.09 02:47:05.004883 [ 294 ] {06233532-5080-4607-b325-d476fde2862e} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1173 2024.11.09 02:47:05.004927 [ 294 ] {06233532-5080-4607-b325-d476fde2862e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1174 2024.11.09 02:47:05.005427 [ 294 ] {06233532-5080-4607-b325-d476fde2862e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1175 2024.11.09 02:47:05.005840 [ 294 ] {06233532-5080-4607-b325-d476fde2862e} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1176 2024.11.09 02:47:05.006020 [ 294 ] {06233532-5080-4607-b325-d476fde2862e} <Debug> executeQuery: Read 30 rows, 2.34 KiB in 0.002119 sec., 14157.62151958471 rows/sec., 1.08 MiB/sec.
1177 2024.11.09 02:47:05.006244 [ 294 ] {06233532-5080-4607-b325-d476fde2862e} <Debug> DynamicQueryHandler: Done processing query
1178 2024.11.09 02:47:05.006277 [ 294 ] {06233532-5080-4607-b325-d476fde2862e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
1179 2024.11.09 02:47:05.006294 [ 294 ] {} <Debug> HTTP-Session: 8045a4bb-2f91-4ae0-96de-f8489d7862fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1180 2024.11.09 02:47:05.006476 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64966, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1181 2024.11.09 02:47:05.006650 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32848, User-Agent: (none), Length: 6152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1182 2024.11.09 02:47:05.006776 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1183 2024.11.09 02:47:05.006803 [ 295 ] {} <Debug> HTTP-Session: 73395c24-3043-466e-906b-3e7fe7ab2393 Authenticating user 'default' from [fd00:1122:3344:101::d]:32848
1184 2024.11.09 02:47:05.006827 [ 295 ] {} <Debug> HTTP-Session: 73395c24-3043-466e-906b-3e7fe7ab2393 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1185 2024.11.09 02:47:05.006841 [ 295 ] {} <Debug> HTTP-Session: 73395c24-3043-466e-906b-3e7fe7ab2393 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1186 2024.11.09 02:47:05.006901 [ 295 ] {} <Trace> HTTP-Session: 73395c24-3043-466e-906b-3e7fe7ab2393 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1187 2024.11.09 02:47:05.007145 [ 295 ] {e18e488a-ef98-4af1-9ab4-fab0354d92c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32848) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1188 2024.11.09 02:47:05.007229 [ 295 ] {e18e488a-ef98-4af1-9ab4-fab0354d92c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1189 2024.11.09 02:47:05.007633 [ 295 ] {e18e488a-ef98-4af1-9ab4-fab0354d92c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1190 2024.11.09 02:47:05.008090 [ 295 ] {e18e488a-ef98-4af1-9ab4-fab0354d92c5} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1191 2024.11.09 02:47:05.008133 [ 295 ] {e18e488a-ef98-4af1-9ab4-fab0354d92c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1192 2024.11.09 02:47:05.008567 [ 295 ] {e18e488a-ef98-4af1-9ab4-fab0354d92c5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1193 2024.11.09 02:47:05.008968 [ 295 ] {e18e488a-ef98-4af1-9ab4-fab0354d92c5} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1194 2024.11.09 02:47:05.009142 [ 295 ] {e18e488a-ef98-4af1-9ab4-fab0354d92c5} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.002081 sec., 17299.375300336378 rows/sec., 1.35 MiB/sec.
1195 2024.11.09 02:47:05.009337 [ 295 ] {e18e488a-ef98-4af1-9ab4-fab0354d92c5} <Debug> DynamicQueryHandler: Done processing query
1196 2024.11.09 02:47:05.009364 [ 295 ] {e18e488a-ef98-4af1-9ab4-fab0354d92c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
1197 2024.11.09 02:47:05.009381 [ 295 ] {} <Debug> HTTP-Session: 73395c24-3043-466e-906b-3e7fe7ab2393 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1198 2024.11.09 02:47:05.009639 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32848, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1199 2024.11.09 02:47:05.009732 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43507, User-Agent: (none), Length: 21086, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1200 2024.11.09 02:47:05.009819 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1201 2024.11.09 02:47:05.009851 [ 294 ] {} <Debug> HTTP-Session: 24148d1e-4a8e-41a0-a4ea-dac452d36d89 Authenticating user 'default' from [fd00:1122:3344:101::d]:43507
1202 2024.11.09 02:47:05.009875 [ 294 ] {} <Debug> HTTP-Session: 24148d1e-4a8e-41a0-a4ea-dac452d36d89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1203 2024.11.09 02:47:05.009889 [ 294 ] {} <Debug> HTTP-Session: 24148d1e-4a8e-41a0-a4ea-dac452d36d89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1204 2024.11.09 02:47:05.009933 [ 294 ] {} <Trace> HTTP-Session: 24148d1e-4a8e-41a0-a4ea-dac452d36d89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1205 2024.11.09 02:47:05.010114 [ 294 ] {7ef71475-4439-49bc-beba-561dbf45c500} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43507) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
1206 2024.11.09 02:47:05.010170 [ 294 ] {7ef71475-4439-49bc-beba-561dbf45c500} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1207 2024.11.09 02:47:05.010356 [ 294 ] {7ef71475-4439-49bc-beba-561dbf45c500} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1208 2024.11.09 02:47:05.010749 [ 294 ] {7ef71475-4439-49bc-beba-561dbf45c500} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1209 2024.11.09 02:47:05.010789 [ 294 ] {7ef71475-4439-49bc-beba-561dbf45c500} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1210 2024.11.09 02:47:05.011225 [ 294 ] {7ef71475-4439-49bc-beba-561dbf45c500} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1211 2024.11.09 02:47:05.011607 [ 294 ] {7ef71475-4439-49bc-beba-561dbf45c500} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1212 2024.11.09 02:47:05.011776 [ 294 ] {7ef71475-4439-49bc-beba-561dbf45c500} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.00174 sec., 63218.3908045977 rows/sec., 4.41 MiB/sec.
1213 2024.11.09 02:47:05.011977 [ 294 ] {7ef71475-4439-49bc-beba-561dbf45c500} <Debug> DynamicQueryHandler: Done processing query
1214 2024.11.09 02:47:05.012004 [ 294 ] {7ef71475-4439-49bc-beba-561dbf45c500} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
1215 2024.11.09 02:47:05.012022 [ 294 ] {} <Debug> HTTP-Session: 24148d1e-4a8e-41a0-a4ea-dac452d36d89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1216 2024.11.09 02:47:05.012209 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43507, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1217 2024.11.09 02:47:05.012354 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49926, User-Agent: (none), Length: 6087, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1218 2024.11.09 02:47:05.012453 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1219 2024.11.09 02:47:05.012490 [ 295 ] {} <Debug> HTTP-Session: 22d13fc4-2078-4b14-b21a-d156ead25d87 Authenticating user 'default' from [fd00:1122:3344:101::d]:49926
1220 2024.11.09 02:47:05.012522 [ 295 ] {} <Debug> HTTP-Session: 22d13fc4-2078-4b14-b21a-d156ead25d87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1221 2024.11.09 02:47:05.012547 [ 295 ] {} <Debug> HTTP-Session: 22d13fc4-2078-4b14-b21a-d156ead25d87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1222 2024.11.09 02:47:05.012610 [ 295 ] {} <Trace> HTTP-Session: 22d13fc4-2078-4b14-b21a-d156ead25d87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1223 2024.11.09 02:47:05.012830 [ 295 ] {bfd2eda4-ad64-4095-8b34-a1719eb0bf93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49926) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
1224 2024.11.09 02:47:05.012902 [ 295 ] {bfd2eda4-ad64-4095-8b34-a1719eb0bf93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1225 2024.11.09 02:47:05.013063 [ 295 ] {bfd2eda4-ad64-4095-8b34-a1719eb0bf93} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1226 2024.11.09 02:47:05.013369 [ 295 ] {bfd2eda4-ad64-4095-8b34-a1719eb0bf93} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1227 2024.11.09 02:47:05.013405 [ 295 ] {bfd2eda4-ad64-4095-8b34-a1719eb0bf93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1228 2024.11.09 02:47:05.013788 [ 295 ] {bfd2eda4-ad64-4095-8b34-a1719eb0bf93} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1229 2024.11.09 02:47:05.014128 [ 295 ] {bfd2eda4-ad64-4095-8b34-a1719eb0bf93} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1230 2024.11.09 02:47:05.014246 [ 295 ] {bfd2eda4-ad64-4095-8b34-a1719eb0bf93} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.001496 sec., 26737.967914438505 rows/sec., 1.78 MiB/sec.
1231 2024.11.09 02:47:05.014419 [ 295 ] {bfd2eda4-ad64-4095-8b34-a1719eb0bf93} <Debug> DynamicQueryHandler: Done processing query
1232 2024.11.09 02:47:05.014444 [ 295 ] {bfd2eda4-ad64-4095-8b34-a1719eb0bf93} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
1233 2024.11.09 02:47:05.014460 [ 295 ] {} <Debug> HTTP-Session: 22d13fc4-2078-4b14-b21a-d156ead25d87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1234 2024.11.09 02:47:05.014671 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49926, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1235 2024.11.09 02:47:05.564347 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43507, User-Agent: (none), Length: 754, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1236 2024.11.09 02:47:05.564524 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1237 2024.11.09 02:47:05.564570 [ 294 ] {} <Debug> HTTP-Session: 1ce96a6e-a3c6-4c65-ac58-7e5a8fbbe261 Authenticating user 'default' from [fd00:1122:3344:101::d]:43507
1238 2024.11.09 02:47:05.564613 [ 294 ] {} <Debug> HTTP-Session: 1ce96a6e-a3c6-4c65-ac58-7e5a8fbbe261 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1239 2024.11.09 02:47:05.564642 [ 294 ] {} <Debug> HTTP-Session: 1ce96a6e-a3c6-4c65-ac58-7e5a8fbbe261 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1240 2024.11.09 02:47:05.564729 [ 294 ] {} <Trace> HTTP-Session: 1ce96a6e-a3c6-4c65-ac58-7e5a8fbbe261 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1241 2024.11.09 02:47:05.565032 [ 294 ] {9bd43054-1a98-48c6-99c1-aa5edb5bb11a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43507) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
1242 2024.11.09 02:47:05.565477 [ 294 ] {9bd43054-1a98-48c6-99c1-aa5edb5bb11a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1243 2024.11.09 02:47:05.565557 [ 294 ] {9bd43054-1a98-48c6-99c1-aa5edb5bb11a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1244 2024.11.09 02:47:05.565884 [ 294 ] {9bd43054-1a98-48c6-99c1-aa5edb5bb11a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1245 2024.11.09 02:47:05.566081 [ 294 ] {9bd43054-1a98-48c6-99c1-aa5edb5bb11a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1246 2024.11.09 02:47:05.566400 [ 294 ] {9bd43054-1a98-48c6-99c1-aa5edb5bb11a} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Key condition: (column 0 notIn 18-element set)
1247 2024.11.09 02:47:05.567621 [ 294 ] {9bd43054-1a98-48c6-99c1-aa5edb5bb11a} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1248 2024.11.09 02:47:05.567677 [ 294 ] {9bd43054-1a98-48c6-99c1-aa5edb5bb11a} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (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
1249 2024.11.09 02:47:05.567700 [ 294 ] {9bd43054-1a98-48c6-99c1-aa5edb5bb11a} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1250 2024.11.09 02:47:05.567821 [ 294 ] {9bd43054-1a98-48c6-99c1-aa5edb5bb11a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1251 2024.11.09 02:47:05.567850 [ 294 ] {9bd43054-1a98-48c6-99c1-aa5edb5bb11a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1252 2024.11.09 02:47:05.570123 [ 294 ] {9bd43054-1a98-48c6-99c1-aa5edb5bb11a} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.005193 sec., 3466.204506065858 rows/sec., 141.79 KiB/sec.
1253 2024.11.09 02:47:05.570430 [ 294 ] {9bd43054-1a98-48c6-99c1-aa5edb5bb11a} <Debug> DynamicQueryHandler: Done processing query
1254 2024.11.09 02:47:05.570459 [ 294 ] {9bd43054-1a98-48c6-99c1-aa5edb5bb11a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1255 2024.11.09 02:47:05.570477 [ 294 ] {} <Debug> HTTP-Session: 1ce96a6e-a3c6-4c65-ac58-7e5a8fbbe261 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1256 2024.11.09 02:47:05.570921 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43507, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1257 2024.11.09 02:47:05.571075 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35849, User-Agent: (none), Length: 787, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1258 2024.11.09 02:47:05.571159 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1259 2024.11.09 02:47:05.571183 [ 295 ] {} <Debug> HTTP-Session: 75c099c6-5bdd-445d-a8a8-f2e88ce15a80 Authenticating user 'default' from [fd00:1122:3344:101::d]:35849
1260 2024.11.09 02:47:05.571205 [ 295 ] {} <Debug> HTTP-Session: 75c099c6-5bdd-445d-a8a8-f2e88ce15a80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1261 2024.11.09 02:47:05.571219 [ 295 ] {} <Debug> HTTP-Session: 75c099c6-5bdd-445d-a8a8-f2e88ce15a80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1262 2024.11.09 02:47:05.571271 [ 295 ] {} <Trace> HTTP-Session: 75c099c6-5bdd-445d-a8a8-f2e88ce15a80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1263 2024.11.09 02:47:05.571477 [ 295 ] {bfd6fcb3-3db9-48ff-9d9c-dcc1353dfd86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35849) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
1264 2024.11.09 02:47:05.571840 [ 295 ] {bfd6fcb3-3db9-48ff-9d9c-dcc1353dfd86} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1265 2024.11.09 02:47:05.571883 [ 295 ] {bfd6fcb3-3db9-48ff-9d9c-dcc1353dfd86} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE
1266 2024.11.09 02:47:05.572211 [ 295 ] {bfd6fcb3-3db9-48ff-9d9c-dcc1353dfd86} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1267 2024.11.09 02:47:05.572294 [ 295 ] {bfd6fcb3-3db9-48ff-9d9c-dcc1353dfd86} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1268 2024.11.09 02:47:05.572474 [ 295 ] {bfd6fcb3-3db9-48ff-9d9c-dcc1353dfd86} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
1269 2024.11.09 02:47:05.572513 [ 295 ] {bfd6fcb3-3db9-48ff-9d9c-dcc1353dfd86} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1270 2024.11.09 02:47:05.572539 [ 295 ] {bfd6fcb3-3db9-48ff-9d9c-dcc1353dfd86} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (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
1271 2024.11.09 02:47:05.572556 [ 295 ] {bfd6fcb3-3db9-48ff-9d9c-dcc1353dfd86} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1272 2024.11.09 02:47:05.572605 [ 295 ] {bfd6fcb3-3db9-48ff-9d9c-dcc1353dfd86} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))"
1273 2024.11.09 02:47:05.572629 [ 295 ] {bfd6fcb3-3db9-48ff-9d9c-dcc1353dfd86} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1274 2024.11.09 02:47:05.573560 [ 295 ] {bfd6fcb3-3db9-48ff-9d9c-dcc1353dfd86} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002165 sec., 8314.087759815244 rows/sec., 340.11 KiB/sec.
1275 2024.11.09 02:47:05.573863 [ 295 ] {bfd6fcb3-3db9-48ff-9d9c-dcc1353dfd86} <Debug> DynamicQueryHandler: Done processing query
1276 2024.11.09 02:47:05.573890 [ 295 ] {bfd6fcb3-3db9-48ff-9d9c-dcc1353dfd86} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1277 2024.11.09 02:47:05.573906 [ 295 ] {} <Debug> HTTP-Session: 75c099c6-5bdd-445d-a8a8-f2e88ce15a80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1278 2024.11.09 02:47:05.574590 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35849, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1279 2024.11.09 02:47:05.574646 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43507, User-Agent: (none), Length: 815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1280 2024.11.09 02:47:05.574803 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1281 2024.11.09 02:47:05.574845 [ 294 ] {} <Debug> HTTP-Session: 19b8e8bf-5898-4c87-8cf7-aa2284e3a1b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:43507
1282 2024.11.09 02:47:05.574884 [ 294 ] {} <Debug> HTTP-Session: 19b8e8bf-5898-4c87-8cf7-aa2284e3a1b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1283 2024.11.09 02:47:05.574909 [ 294 ] {} <Debug> HTTP-Session: 19b8e8bf-5898-4c87-8cf7-aa2284e3a1b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1284 2024.11.09 02:47:05.574953 [ 294 ] {} <Trace> HTTP-Session: 19b8e8bf-5898-4c87-8cf7-aa2284e3a1b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1285 2024.11.09 02:47:05.575131 [ 294 ] {e36bdb40-cbfd-479a-9c61-9c6b8e4a3862} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43507) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
1286 2024.11.09 02:47:05.575452 [ 294 ] {e36bdb40-cbfd-479a-9c61-9c6b8e4a3862} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1287 2024.11.09 02:47:05.575495 [ 294 ] {e36bdb40-cbfd-479a-9c61-9c6b8e4a3862} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE
1288 2024.11.09 02:47:05.575771 [ 294 ] {e36bdb40-cbfd-479a-9c61-9c6b8e4a3862} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1289 2024.11.09 02:47:05.575840 [ 294 ] {e36bdb40-cbfd-479a-9c61-9c6b8e4a3862} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1290 2024.11.09 02:47:05.575994 [ 294 ] {e36bdb40-cbfd-479a-9c61-9c6b8e4a3862} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
1291 2024.11.09 02:47:05.576029 [ 294 ] {e36bdb40-cbfd-479a-9c61-9c6b8e4a3862} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1292 2024.11.09 02:47:05.576054 [ 294 ] {e36bdb40-cbfd-479a-9c61-9c6b8e4a3862} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (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
1293 2024.11.09 02:47:05.576073 [ 294 ] {e36bdb40-cbfd-479a-9c61-9c6b8e4a3862} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1294 2024.11.09 02:47:05.576119 [ 294 ] {e36bdb40-cbfd-479a-9c61-9c6b8e4a3862} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))"
1295 2024.11.09 02:47:05.576143 [ 294 ] {e36bdb40-cbfd-479a-9c61-9c6b8e4a3862} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1296 2024.11.09 02:47:05.577020 [ 294 ] {e36bdb40-cbfd-479a-9c61-9c6b8e4a3862} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001972 sec., 9127.789046653144 rows/sec., 373.39 KiB/sec.
1297 2024.11.09 02:47:05.577289 [ 294 ] {e36bdb40-cbfd-479a-9c61-9c6b8e4a3862} <Debug> DynamicQueryHandler: Done processing query
1298 2024.11.09 02:47:05.577316 [ 294 ] {e36bdb40-cbfd-479a-9c61-9c6b8e4a3862} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1299 2024.11.09 02:47:05.577333 [ 294 ] {} <Debug> HTTP-Session: 19b8e8bf-5898-4c87-8cf7-aa2284e3a1b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1300 2024.11.09 02:47:05.577717 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43507, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1301 2024.11.09 02:47:05.577780 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33354, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1302 2024.11.09 02:47:05.577875 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1303 2024.11.09 02:47:05.577904 [ 295 ] {} <Debug> HTTP-Session: 1e690469-d183-4403-80b9-b37ab83d084a Authenticating user 'default' from [fd00:1122:3344:101::d]:33354
1304 2024.11.09 02:47:05.577929 [ 295 ] {} <Debug> HTTP-Session: 1e690469-d183-4403-80b9-b37ab83d084a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1305 2024.11.09 02:47:05.577946 [ 295 ] {} <Debug> HTTP-Session: 1e690469-d183-4403-80b9-b37ab83d084a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1306 2024.11.09 02:47:05.577995 [ 295 ] {} <Trace> HTTP-Session: 1e690469-d183-4403-80b9-b37ab83d084a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1307 2024.11.09 02:47:05.578196 [ 295 ] {ec27690d-afdc-4b23-b93c-87e7d8124baf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33354) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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') FORMAT JSONEachRow; (stage: Complete)
1308 2024.11.09 02:47:05.578572 [ 295 ] {ec27690d-afdc-4b23-b93c-87e7d8124baf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1309 2024.11.09 02:47:05.578626 [ 295 ] {ec27690d-afdc-4b23-b93c-87e7d8124baf} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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')" moved to PREWHERE
1310 2024.11.09 02:47:05.578950 [ 295 ] {ec27690d-afdc-4b23-b93c-87e7d8124baf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1311 2024.11.09 02:47:05.579019 [ 295 ] {ec27690d-afdc-4b23-b93c-87e7d8124baf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1312 2024.11.09 02:47:05.579173 [ 295 ] {ec27690d-afdc-4b23-b93c-87e7d8124baf} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
1313 2024.11.09 02:47:05.579208 [ 295 ] {ec27690d-afdc-4b23-b93c-87e7d8124baf} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1314 2024.11.09 02:47:05.579232 [ 295 ] {ec27690d-afdc-4b23-b93c-87e7d8124baf} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (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
1315 2024.11.09 02:47:05.579253 [ 295 ] {ec27690d-afdc-4b23-b93c-87e7d8124baf} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1316 2024.11.09 02:47:05.579298 [ 295 ] {ec27690d-afdc-4b23-b93c-87e7d8124baf} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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', 'mg_lower:routes_blocked_by_link_state', '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'))"
1317 2024.11.09 02:47:05.579322 [ 295 ] {ec27690d-afdc-4b23-b93c-87e7d8124baf} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1318 2024.11.09 02:47:05.580186 [ 295 ] {ec27690d-afdc-4b23-b93c-87e7d8124baf} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00209 sec., 8612.44019138756 rows/sec., 352.31 KiB/sec.
1319 2024.11.09 02:47:05.580438 [ 295 ] {ec27690d-afdc-4b23-b93c-87e7d8124baf} <Debug> DynamicQueryHandler: Done processing query
1320 2024.11.09 02:47:05.580464 [ 295 ] {ec27690d-afdc-4b23-b93c-87e7d8124baf} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1321 2024.11.09 02:47:05.580481 [ 295 ] {} <Debug> HTTP-Session: 1e690469-d183-4403-80b9-b37ab83d084a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1322 2024.11.09 02:47:05.580860 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33354, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1323 2024.11.09 02:47:05.580923 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55806, User-Agent: (none), Length: 866, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1324 2024.11.09 02:47:05.581012 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1325 2024.11.09 02:47:05.581035 [ 294 ] {} <Debug> HTTP-Session: 51813feb-a599-47e9-ad57-5ffc5fc5dd4c Authenticating user 'default' from [fd00:1122:3344:101::d]:55806
1326 2024.11.09 02:47:05.581054 [ 294 ] {} <Debug> HTTP-Session: 51813feb-a599-47e9-ad57-5ffc5fc5dd4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1327 2024.11.09 02:47:05.581069 [ 294 ] {} <Debug> HTTP-Session: 51813feb-a599-47e9-ad57-5ffc5fc5dd4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1328 2024.11.09 02:47:05.581110 [ 294 ] {} <Trace> HTTP-Session: 51813feb-a599-47e9-ad57-5ffc5fc5dd4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1329 2024.11.09 02:47:05.581280 [ 294 ] {842758fb-36d4-4790-bbbc-98b5caa29829} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55806) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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:occupancy') FORMAT JSONEachRow; (stage: Complete)
1330 2024.11.09 02:47:05.581599 [ 294 ] {842758fb-36d4-4790-bbbc-98b5caa29829} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1331 2024.11.09 02:47:05.581642 [ 294 ] {842758fb-36d4-4790-bbbc-98b5caa29829} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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:occupancy')" moved to PREWHERE
1332 2024.11.09 02:47:05.581923 [ 294 ] {842758fb-36d4-4790-bbbc-98b5caa29829} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1333 2024.11.09 02:47:05.581992 [ 294 ] {842758fb-36d4-4790-bbbc-98b5caa29829} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1334 2024.11.09 02:47:05.582145 [ 294 ] {842758fb-36d4-4790-bbbc-98b5caa29829} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Key condition: (column 0 notIn 22-element set)
1335 2024.11.09 02:47:05.582180 [ 294 ] {842758fb-36d4-4790-bbbc-98b5caa29829} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1336 2024.11.09 02:47:05.582205 [ 294 ] {842758fb-36d4-4790-bbbc-98b5caa29829} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (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
1337 2024.11.09 02:47:05.582224 [ 294 ] {842758fb-36d4-4790-bbbc-98b5caa29829} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1338 2024.11.09 02:47:05.582267 [ 294 ] {842758fb-36d4-4790-bbbc-98b5caa29829} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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', 'mg_lower:routes_blocked_by_link_state', '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:occupancy'))"
1339 2024.11.09 02:47:05.582292 [ 294 ] {842758fb-36d4-4790-bbbc-98b5caa29829} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1340 2024.11.09 02:47:05.583251 [ 294 ] {842758fb-36d4-4790-bbbc-98b5caa29829} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002053 sec., 8767.657087189478 rows/sec., 358.66 KiB/sec.
1341 2024.11.09 02:47:05.583526 [ 294 ] {842758fb-36d4-4790-bbbc-98b5caa29829} <Debug> DynamicQueryHandler: Done processing query
1342 2024.11.09 02:47:05.583553 [ 294 ] {842758fb-36d4-4790-bbbc-98b5caa29829} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1343 2024.11.09 02:47:05.583571 [ 294 ] {} <Debug> HTTP-Session: 51813feb-a599-47e9-ad57-5ffc5fc5dd4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1344 2024.11.09 02:47:05.583904 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55806, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1345 2024.11.09 02:47:05.584020 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51813, User-Agent: (none), Length: 890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1346 2024.11.09 02:47:05.584104 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1347 2024.11.09 02:47:05.584141 [ 295 ] {} <Debug> HTTP-Session: ace95687-46e8-47ef-a292-0feeeacab9fd Authenticating user 'default' from [fd00:1122:3344:101::d]:51813
1348 2024.11.09 02:47:05.584168 [ 295 ] {} <Debug> HTTP-Session: ace95687-46e8-47ef-a292-0feeeacab9fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1349 2024.11.09 02:47:05.584185 [ 295 ] {} <Debug> HTTP-Session: ace95687-46e8-47ef-a292-0feeeacab9fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1350 2024.11.09 02:47:05.584232 [ 295 ] {} <Trace> HTTP-Session: ace95687-46e8-47ef-a292-0feeeacab9fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1351 2024.11.09 02:47:05.584428 [ 295 ] {25025fd4-db48-46db-bc5f-41011c07f831} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51813) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete)
1352 2024.11.09 02:47:05.584888 [ 295 ] {25025fd4-db48-46db-bc5f-41011c07f831} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1353 2024.11.09 02:47:05.584932 [ 295 ] {25025fd4-db48-46db-bc5f-41011c07f831} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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:inserts', 'switch_table:occupancy')" moved to PREWHERE
1354 2024.11.09 02:47:05.585211 [ 295 ] {25025fd4-db48-46db-bc5f-41011c07f831} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1355 2024.11.09 02:47:05.585279 [ 295 ] {25025fd4-db48-46db-bc5f-41011c07f831} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1356 2024.11.09 02:47:05.585430 [ 295 ] {25025fd4-db48-46db-bc5f-41011c07f831} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Key condition: (column 0 notIn 23-element set)
1357 2024.11.09 02:47:05.585464 [ 295 ] {25025fd4-db48-46db-bc5f-41011c07f831} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1358 2024.11.09 02:47:05.585487 [ 295 ] {25025fd4-db48-46db-bc5f-41011c07f831} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (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
1359 2024.11.09 02:47:05.585505 [ 295 ] {25025fd4-db48-46db-bc5f-41011c07f831} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1360 2024.11.09 02:47:05.585549 [ 295 ] {25025fd4-db48-46db-bc5f-41011c07f831} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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', 'mg_lower:routes_blocked_by_link_state', '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:inserts', 'switch_table:occupancy'))"
1361 2024.11.09 02:47:05.585573 [ 295 ] {25025fd4-db48-46db-bc5f-41011c07f831} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1362 2024.11.09 02:47:05.586443 [ 295 ] {25025fd4-db48-46db-bc5f-41011c07f831} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00211 sec., 8530.805687203792 rows/sec., 348.97 KiB/sec.
1363 2024.11.09 02:47:05.586684 [ 295 ] {25025fd4-db48-46db-bc5f-41011c07f831} <Debug> DynamicQueryHandler: Done processing query
1364 2024.11.09 02:47:05.586709 [ 295 ] {25025fd4-db48-46db-bc5f-41011c07f831} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1365 2024.11.09 02:47:05.586726 [ 295 ] {} <Debug> HTTP-Session: ace95687-46e8-47ef-a292-0feeeacab9fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1366 2024.11.09 02:47:05.586997 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51813, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1367 2024.11.09 02:47:05.587092 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44078, User-Agent: (none), Length: 914, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1368 2024.11.09 02:47:05.587217 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1369 2024.11.09 02:47:05.587265 [ 294 ] {} <Debug> HTTP-Session: f8e0383a-65e7-4a32-b3d1-7b15d4e60cf3 Authenticating user 'default' from [fd00:1122:3344:101::d]:44078
1370 2024.11.09 02:47:05.587300 [ 294 ] {} <Debug> HTTP-Session: f8e0383a-65e7-4a32-b3d1-7b15d4e60cf3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1371 2024.11.09 02:47:05.587329 [ 294 ] {} <Debug> HTTP-Session: f8e0383a-65e7-4a32-b3d1-7b15d4e60cf3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1372 2024.11.09 02:47:05.587400 [ 294 ] {} <Trace> HTTP-Session: f8e0383a-65e7-4a32-b3d1-7b15d4e60cf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1373 2024.11.09 02:47:05.587712 [ 294 ] {9993dac8-99f5-4395-be16-edb6e106a413} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44078) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete)
1374 2024.11.09 02:47:05.588113 [ 294 ] {9993dac8-99f5-4395-be16-edb6e106a413} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1375 2024.11.09 02:47:05.588157 [ 294 ] {9993dac8-99f5-4395-be16-edb6e106a413} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1376 2024.11.09 02:47:05.588442 [ 294 ] {9993dac8-99f5-4395-be16-edb6e106a413} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1377 2024.11.09 02:47:05.588511 [ 294 ] {9993dac8-99f5-4395-be16-edb6e106a413} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1378 2024.11.09 02:47:05.588663 [ 294 ] {9993dac8-99f5-4395-be16-edb6e106a413} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
1379 2024.11.09 02:47:05.588698 [ 294 ] {9993dac8-99f5-4395-be16-edb6e106a413} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1380 2024.11.09 02:47:05.588723 [ 294 ] {9993dac8-99f5-4395-be16-edb6e106a413} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (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
1381 2024.11.09 02:47:05.588740 [ 294 ] {9993dac8-99f5-4395-be16-edb6e106a413} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1382 2024.11.09 02:47:05.588784 [ 294 ] {9993dac8-99f5-4395-be16-edb6e106a413} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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', 'mg_lower:routes_blocked_by_link_state', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy'))"
1383 2024.11.09 02:47:05.588809 [ 294 ] {9993dac8-99f5-4395-be16-edb6e106a413} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1384 2024.11.09 02:47:05.589590 [ 294 ] {9993dac8-99f5-4395-be16-edb6e106a413} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002037 sec., 8836.524300441826 rows/sec., 361.48 KiB/sec.
1385 2024.11.09 02:47:05.589846 [ 294 ] {9993dac8-99f5-4395-be16-edb6e106a413} <Debug> DynamicQueryHandler: Done processing query
1386 2024.11.09 02:47:05.589872 [ 294 ] {9993dac8-99f5-4395-be16-edb6e106a413} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1387 2024.11.09 02:47:05.589891 [ 294 ] {} <Debug> HTTP-Session: f8e0383a-65e7-4a32-b3d1-7b15d4e60cf3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1388 2024.11.09 02:47:05.590164 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44078, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1389 2024.11.09 02:47:05.590284 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39846, User-Agent: (none), Length: 938, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1390 2024.11.09 02:47:05.590346 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1391 2024.11.09 02:47:05.590366 [ 295 ] {} <Debug> HTTP-Session: 0d50864f-d09a-444e-8143-12c7ef83ea95 Authenticating user 'default' from [fd00:1122:3344:101::d]:39846
1392 2024.11.09 02:47:05.590384 [ 295 ] {} <Debug> HTTP-Session: 0d50864f-d09a-444e-8143-12c7ef83ea95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1393 2024.11.09 02:47:05.590398 [ 295 ] {} <Debug> HTTP-Session: 0d50864f-d09a-444e-8143-12c7ef83ea95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1394 2024.11.09 02:47:05.590438 [ 295 ] {} <Trace> HTTP-Session: 0d50864f-d09a-444e-8143-12c7ef83ea95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1395 2024.11.09 02:47:05.590603 [ 295 ] {10b20381-7067-4591-954f-a3217f3b6ddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39846) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
1396 2024.11.09 02:47:05.590911 [ 295 ] {10b20381-7067-4591-954f-a3217f3b6ddb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1397 2024.11.09 02:47:05.590954 [ 295 ] {10b20381-7067-4591-954f-a3217f3b6ddb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1398 2024.11.09 02:47:05.591240 [ 295 ] {10b20381-7067-4591-954f-a3217f3b6ddb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1399 2024.11.09 02:47:05.591306 [ 295 ] {10b20381-7067-4591-954f-a3217f3b6ddb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1400 2024.11.09 02:47:05.591455 [ 295 ] {10b20381-7067-4591-954f-a3217f3b6ddb} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1401 2024.11.09 02:47:05.591489 [ 295 ] {10b20381-7067-4591-954f-a3217f3b6ddb} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1402 2024.11.09 02:47:05.591512 [ 295 ] {10b20381-7067-4591-954f-a3217f3b6ddb} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (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
1403 2024.11.09 02:47:05.591529 [ 295 ] {10b20381-7067-4591-954f-a3217f3b6ddb} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1404 2024.11.09 02:47:05.591572 [ 295 ] {10b20381-7067-4591-954f-a3217f3b6ddb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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', 'mg_lower:routes_blocked_by_link_state', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1405 2024.11.09 02:47:05.591597 [ 295 ] {10b20381-7067-4591-954f-a3217f3b6ddb} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1406 2024.11.09 02:47:05.592477 [ 295 ] {10b20381-7067-4591-954f-a3217f3b6ddb} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001955 sec., 9207.161125319692 rows/sec., 376.64 KiB/sec.
1407 2024.11.09 02:47:05.592719 [ 295 ] {10b20381-7067-4591-954f-a3217f3b6ddb} <Debug> DynamicQueryHandler: Done processing query
1408 2024.11.09 02:47:05.592745 [ 295 ] {10b20381-7067-4591-954f-a3217f3b6ddb} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1409 2024.11.09 02:47:05.592762 [ 295 ] {} <Debug> HTTP-Session: 0d50864f-d09a-444e-8143-12c7ef83ea95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1410 2024.11.09 02:47:05.593059 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44078, User-Agent: (none), Length: 965, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1411 2024.11.09 02:47:05.593075 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39846, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1412 2024.11.09 02:47:05.593159 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1413 2024.11.09 02:47:05.593200 [ 294 ] {} <Debug> HTTP-Session: 911d4c54-c6ce-414a-a090-f049c724edc6 Authenticating user 'default' from [fd00:1122:3344:101::d]:44078
1414 2024.11.09 02:47:05.593224 [ 294 ] {} <Debug> HTTP-Session: 911d4c54-c6ce-414a-a090-f049c724edc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1415 2024.11.09 02:47:05.593257 [ 294 ] {} <Debug> HTTP-Session: 911d4c54-c6ce-414a-a090-f049c724edc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1416 2024.11.09 02:47:05.593305 [ 294 ] {} <Trace> HTTP-Session: 911d4c54-c6ce-414a-a090-f049c724edc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1417 2024.11.09 02:47:05.593503 [ 294 ] {625ba51f-3e91-49a7-8559-4a4155466a2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44078) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
1418 2024.11.09 02:47:05.593875 [ 294 ] {625ba51f-3e91-49a7-8559-4a4155466a2a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1419 2024.11.09 02:47:05.593920 [ 294 ] {625ba51f-3e91-49a7-8559-4a4155466a2a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1420 2024.11.09 02:47:05.594205 [ 294 ] {625ba51f-3e91-49a7-8559-4a4155466a2a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1421 2024.11.09 02:47:05.594272 [ 294 ] {625ba51f-3e91-49a7-8559-4a4155466a2a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1422 2024.11.09 02:47:05.594422 [ 294 ] {625ba51f-3e91-49a7-8559-4a4155466a2a} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
1423 2024.11.09 02:47:05.594455 [ 294 ] {625ba51f-3e91-49a7-8559-4a4155466a2a} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1424 2024.11.09 02:47:05.594479 [ 294 ] {625ba51f-3e91-49a7-8559-4a4155466a2a} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (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
1425 2024.11.09 02:47:05.594497 [ 294 ] {625ba51f-3e91-49a7-8559-4a4155466a2a} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1426 2024.11.09 02:47:05.594541 [ 294 ] {625ba51f-3e91-49a7-8559-4a4155466a2a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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', 'mg_lower:routes_blocked_by_link_state', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1427 2024.11.09 02:47:05.594567 [ 294 ] {625ba51f-3e91-49a7-8559-4a4155466a2a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1428 2024.11.09 02:47:05.595623 [ 294 ] {625ba51f-3e91-49a7-8559-4a4155466a2a} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002211 sec., 8141.11261872456 rows/sec., 333.03 KiB/sec.
1429 2024.11.09 02:47:05.595927 [ 294 ] {625ba51f-3e91-49a7-8559-4a4155466a2a} <Debug> DynamicQueryHandler: Done processing query
1430 2024.11.09 02:47:05.595957 [ 294 ] {625ba51f-3e91-49a7-8559-4a4155466a2a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1431 2024.11.09 02:47:05.595981 [ 294 ] {} <Debug> HTTP-Session: 911d4c54-c6ce-414a-a090-f049c724edc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1432 2024.11.09 02:47:05.596303 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44078, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1433 2024.11.09 02:47:05.596395 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46399, User-Agent: (none), Length: 995, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1434 2024.11.09 02:47:05.596487 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1435 2024.11.09 02:47:05.596514 [ 295 ] {} <Debug> HTTP-Session: 7a253ebf-dc75-4b80-b30d-ad59ef392157 Authenticating user 'default' from [fd00:1122:3344:101::d]:46399
1436 2024.11.09 02:47:05.596535 [ 295 ] {} <Debug> HTTP-Session: 7a253ebf-dc75-4b80-b30d-ad59ef392157 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1437 2024.11.09 02:47:05.596552 [ 295 ] {} <Debug> HTTP-Session: 7a253ebf-dc75-4b80-b30d-ad59ef392157 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1438 2024.11.09 02:47:05.596603 [ 295 ] {} <Trace> HTTP-Session: 7a253ebf-dc75-4b80-b30d-ad59ef392157 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1439 2024.11.09 02:47:05.596804 [ 295 ] {2f487188-b1e7-4cf7-ad33-0c294dd7663b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46399) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
1440 2024.11.09 02:47:05.597129 [ 295 ] {2f487188-b1e7-4cf7-ad33-0c294dd7663b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1441 2024.11.09 02:47:05.597172 [ 295 ] {2f487188-b1e7-4cf7-ad33-0c294dd7663b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1442 2024.11.09 02:47:05.597464 [ 295 ] {2f487188-b1e7-4cf7-ad33-0c294dd7663b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1443 2024.11.09 02:47:05.597531 [ 295 ] {2f487188-b1e7-4cf7-ad33-0c294dd7663b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1444 2024.11.09 02:47:05.597678 [ 295 ] {2f487188-b1e7-4cf7-ad33-0c294dd7663b} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
1445 2024.11.09 02:47:05.597710 [ 295 ] {2f487188-b1e7-4cf7-ad33-0c294dd7663b} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1446 2024.11.09 02:47:05.597733 [ 295 ] {2f487188-b1e7-4cf7-ad33-0c294dd7663b} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (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
1447 2024.11.09 02:47:05.597749 [ 295 ] {2f487188-b1e7-4cf7-ad33-0c294dd7663b} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1448 2024.11.09 02:47:05.597792 [ 295 ] {2f487188-b1e7-4cf7-ad33-0c294dd7663b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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', 'mg_lower:routes_blocked_by_link_state', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1449 2024.11.09 02:47:05.597817 [ 295 ] {2f487188-b1e7-4cf7-ad33-0c294dd7663b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1450 2024.11.09 02:47:05.598681 [ 295 ] {2f487188-b1e7-4cf7-ad33-0c294dd7663b} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001979 sec., 9095.502779181405 rows/sec., 372.07 KiB/sec.
1451 2024.11.09 02:47:05.598921 [ 295 ] {2f487188-b1e7-4cf7-ad33-0c294dd7663b} <Debug> DynamicQueryHandler: Done processing query
1452 2024.11.09 02:47:05.598947 [ 295 ] {2f487188-b1e7-4cf7-ad33-0c294dd7663b} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1453 2024.11.09 02:47:05.598963 [ 295 ] {} <Debug> HTTP-Session: 7a253ebf-dc75-4b80-b30d-ad59ef392157 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1454 2024.11.09 02:47:05.599219 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46399, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1455 2024.11.09 02:47:05.599368 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39227, User-Agent: (none), Length: 1025, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1456 2024.11.09 02:47:05.599498 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1457 2024.11.09 02:47:05.599541 [ 294 ] {} <Debug> HTTP-Session: fa394947-496b-4220-b9a6-fcb70c531860 Authenticating user 'default' from [fd00:1122:3344:101::d]:39227
1458 2024.11.09 02:47:05.599575 [ 294 ] {} <Debug> HTTP-Session: fa394947-496b-4220-b9a6-fcb70c531860 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1459 2024.11.09 02:47:05.599603 [ 294 ] {} <Debug> HTTP-Session: fa394947-496b-4220-b9a6-fcb70c531860 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1460 2024.11.09 02:47:05.599674 [ 294 ] {} <Trace> HTTP-Session: fa394947-496b-4220-b9a6-fcb70c531860 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1461 2024.11.09 02:47:05.599971 [ 294 ] {07a06d4a-1b6a-42d3-81d8-d83430481f19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39227) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
1462 2024.11.09 02:47:05.600292 [ 294 ] {07a06d4a-1b6a-42d3-81d8-d83430481f19} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1463 2024.11.09 02:47:05.600337 [ 294 ] {07a06d4a-1b6a-42d3-81d8-d83430481f19} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1464 2024.11.09 02:47:05.600634 [ 294 ] {07a06d4a-1b6a-42d3-81d8-d83430481f19} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1465 2024.11.09 02:47:05.600702 [ 294 ] {07a06d4a-1b6a-42d3-81d8-d83430481f19} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1466 2024.11.09 02:47:05.600855 [ 294 ] {07a06d4a-1b6a-42d3-81d8-d83430481f19} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
1467 2024.11.09 02:47:05.600889 [ 294 ] {07a06d4a-1b6a-42d3-81d8-d83430481f19} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1468 2024.11.09 02:47:05.600914 [ 294 ] {07a06d4a-1b6a-42d3-81d8-d83430481f19} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (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
1469 2024.11.09 02:47:05.600932 [ 294 ] {07a06d4a-1b6a-42d3-81d8-d83430481f19} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1470 2024.11.09 02:47:05.600975 [ 294 ] {07a06d4a-1b6a-42d3-81d8-d83430481f19} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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', 'mg_lower:routes_blocked_by_link_state', '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:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1471 2024.11.09 02:47:05.601000 [ 294 ] {07a06d4a-1b6a-42d3-81d8-d83430481f19} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1472 2024.11.09 02:47:05.601952 [ 294 ] {07a06d4a-1b6a-42d3-81d8-d83430481f19} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002095 sec., 8591.885441527445 rows/sec., 351.47 KiB/sec.
1473 2024.11.09 02:47:05.602212 [ 294 ] {07a06d4a-1b6a-42d3-81d8-d83430481f19} <Debug> DynamicQueryHandler: Done processing query
1474 2024.11.09 02:47:05.602239 [ 294 ] {07a06d4a-1b6a-42d3-81d8-d83430481f19} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1475 2024.11.09 02:47:05.602258 [ 294 ] {} <Debug> HTTP-Session: fa394947-496b-4220-b9a6-fcb70c531860 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1476 2024.11.09 02:47:05.606819 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39227, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1477 2024.11.09 02:47:05.606904 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48981, User-Agent: (none), Length: 1052, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1478 2024.11.09 02:47:05.606996 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1479 2024.11.09 02:47:05.607034 [ 295 ] {} <Debug> HTTP-Session: ed7debe5-d5ff-49c4-bb38-4e689a97c131 Authenticating user 'default' from [fd00:1122:3344:101::d]:48981
1480 2024.11.09 02:47:05.607057 [ 295 ] {} <Debug> HTTP-Session: ed7debe5-d5ff-49c4-bb38-4e689a97c131 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1481 2024.11.09 02:47:05.607074 [ 295 ] {} <Debug> HTTP-Session: ed7debe5-d5ff-49c4-bb38-4e689a97c131 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1482 2024.11.09 02:47:05.607119 [ 295 ] {} <Trace> HTTP-Session: ed7debe5-d5ff-49c4-bb38-4e689a97c131 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1483 2024.11.09 02:47:05.607322 [ 295 ] {6db0bc67-c585-43cf-a2e7-3be40284f8b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48981) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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)
1484 2024.11.09 02:47:05.607702 [ 295 ] {6db0bc67-c585-43cf-a2e7-3be40284f8b4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1485 2024.11.09 02:47:05.607758 [ 295 ] {6db0bc67-c585-43cf-a2e7-3be40284f8b4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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
1486 2024.11.09 02:47:05.608077 [ 295 ] {6db0bc67-c585-43cf-a2e7-3be40284f8b4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1487 2024.11.09 02:47:05.608145 [ 295 ] {6db0bc67-c585-43cf-a2e7-3be40284f8b4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1488 2024.11.09 02:47:05.608294 [ 295 ] {6db0bc67-c585-43cf-a2e7-3be40284f8b4} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
1489 2024.11.09 02:47:05.608328 [ 295 ] {6db0bc67-c585-43cf-a2e7-3be40284f8b4} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1490 2024.11.09 02:47:05.608350 [ 295 ] {6db0bc67-c585-43cf-a2e7-3be40284f8b4} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (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
1491 2024.11.09 02:47:05.608368 [ 295 ] {6db0bc67-c585-43cf-a2e7-3be40284f8b4} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1492 2024.11.09 02:47:05.608412 [ 295 ] {6db0bc67-c585-43cf-a2e7-3be40284f8b4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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', 'mg_lower:routes_blocked_by_link_state', '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'))"
1493 2024.11.09 02:47:05.608436 [ 295 ] {6db0bc67-c585-43cf-a2e7-3be40284f8b4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1494 2024.11.09 02:47:05.609337 [ 295 ] {6db0bc67-c585-43cf-a2e7-3be40284f8b4} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002119 sec., 8494.572911750827 rows/sec., 347.49 KiB/sec.
1495 2024.11.09 02:47:05.609607 [ 295 ] {6db0bc67-c585-43cf-a2e7-3be40284f8b4} <Debug> DynamicQueryHandler: Done processing query
1496 2024.11.09 02:47:05.609634 [ 295 ] {6db0bc67-c585-43cf-a2e7-3be40284f8b4} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1497 2024.11.09 02:47:05.609651 [ 295 ] {} <Debug> HTTP-Session: ed7debe5-d5ff-49c4-bb38-4e689a97c131 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1498 2024.11.09 02:47:05.610069 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48981, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1499 2024.11.09 02:47:05.610201 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52776, User-Agent: (none), Length: 1091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1500 2024.11.09 02:47:05.610324 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1501 2024.11.09 02:47:05.610366 [ 294 ] {} <Debug> HTTP-Session: e07d99c4-891c-4adc-b243-f474dab5e0a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:52776
1502 2024.11.09 02:47:05.610399 [ 294 ] {} <Debug> HTTP-Session: e07d99c4-891c-4adc-b243-f474dab5e0a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1503 2024.11.09 02:47:05.610427 [ 294 ] {} <Debug> HTTP-Session: e07d99c4-891c-4adc-b243-f474dab5e0a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1504 2024.11.09 02:47:05.610497 [ 294 ] {} <Trace> HTTP-Session: e07d99c4-891c-4adc-b243-f474dab5e0a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1505 2024.11.09 02:47:05.610853 [ 294 ] {b5990267-e50e-4ee9-9d1e-aea056472b54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52776) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', '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)
1506 2024.11.09 02:47:05.611207 [ 294 ] {b5990267-e50e-4ee9-9d1e-aea056472b54} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1507 2024.11.09 02:47:05.611252 [ 294 ] {b5990267-e50e-4ee9-9d1e-aea056472b54} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', '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
1508 2024.11.09 02:47:05.611554 [ 294 ] {b5990267-e50e-4ee9-9d1e-aea056472b54} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1509 2024.11.09 02:47:05.611621 [ 294 ] {b5990267-e50e-4ee9-9d1e-aea056472b54} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1510 2024.11.09 02:47:05.611775 [ 294 ] {b5990267-e50e-4ee9-9d1e-aea056472b54} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
1511 2024.11.09 02:47:05.611808 [ 294 ] {b5990267-e50e-4ee9-9d1e-aea056472b54} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1512 2024.11.09 02:47:05.611832 [ 294 ] {b5990267-e50e-4ee9-9d1e-aea056472b54} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (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
1513 2024.11.09 02:47:05.611848 [ 294 ] {b5990267-e50e-4ee9-9d1e-aea056472b54} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1514 2024.11.09 02:47:05.611894 [ 294 ] {b5990267-e50e-4ee9-9d1e-aea056472b54} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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', 'mg_lower:routes_blocked_by_link_state', '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'))"
1515 2024.11.09 02:47:05.611919 [ 294 ] {b5990267-e50e-4ee9-9d1e-aea056472b54} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1516 2024.11.09 02:47:05.613010 [ 294 ] {b5990267-e50e-4ee9-9d1e-aea056472b54} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002331 sec., 7722.007722007721 rows/sec., 315.89 KiB/sec.
1517 2024.11.09 02:47:05.613263 [ 294 ] {b5990267-e50e-4ee9-9d1e-aea056472b54} <Debug> DynamicQueryHandler: Done processing query
1518 2024.11.09 02:47:05.613289 [ 294 ] {b5990267-e50e-4ee9-9d1e-aea056472b54} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1519 2024.11.09 02:47:05.613307 [ 294 ] {} <Debug> HTTP-Session: e07d99c4-891c-4adc-b243-f474dab5e0a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1520 2024.11.09 02:47:05.614765 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52776, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1521 2024.11.09 02:47:05.614801 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54846, User-Agent: (none), Length: 1133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1522 2024.11.09 02:47:05.614886 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1523 2024.11.09 02:47:05.614939 [ 295 ] {} <Debug> HTTP-Session: a3981084-bd0a-4c3f-8eb5-e2736f1b478b Authenticating user 'default' from [fd00:1122:3344:101::d]:54846
1524 2024.11.09 02:47:05.614977 [ 295 ] {} <Debug> HTTP-Session: a3981084-bd0a-4c3f-8eb5-e2736f1b478b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1525 2024.11.09 02:47:05.615009 [ 295 ] {} <Debug> HTTP-Session: a3981084-bd0a-4c3f-8eb5-e2736f1b478b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1526 2024.11.09 02:47:05.615079 [ 295 ] {} <Trace> HTTP-Session: a3981084-bd0a-4c3f-8eb5-e2736f1b478b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1527 2024.11.09 02:47:05.615407 [ 295 ] {54a2aecb-60eb-4934-906d-092e8748bf47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54846) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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)
1528 2024.11.09 02:47:05.615977 [ 295 ] {54a2aecb-60eb-4934-906d-092e8748bf47} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1529 2024.11.09 02:47:05.616023 [ 295 ] {54a2aecb-60eb-4934-906d-092e8748bf47} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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
1530 2024.11.09 02:47:05.616327 [ 295 ] {54a2aecb-60eb-4934-906d-092e8748bf47} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1531 2024.11.09 02:47:05.616393 [ 295 ] {54a2aecb-60eb-4934-906d-092e8748bf47} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1532 2024.11.09 02:47:05.616541 [ 295 ] {54a2aecb-60eb-4934-906d-092e8748bf47} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
1533 2024.11.09 02:47:05.616574 [ 295 ] {54a2aecb-60eb-4934-906d-092e8748bf47} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1534 2024.11.09 02:47:05.616597 [ 295 ] {54a2aecb-60eb-4934-906d-092e8748bf47} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (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
1535 2024.11.09 02:47:05.616614 [ 295 ] {54a2aecb-60eb-4934-906d-092e8748bf47} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1536 2024.11.09 02:47:05.616657 [ 295 ] {54a2aecb-60eb-4934-906d-092e8748bf47} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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', 'mg_lower:routes_blocked_by_link_state', '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'))"
1537 2024.11.09 02:47:05.616683 [ 295 ] {54a2aecb-60eb-4934-906d-092e8748bf47} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1538 2024.11.09 02:47:05.617539 [ 295 ] {54a2aecb-60eb-4934-906d-092e8748bf47} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002307 sec., 7802.340702210663 rows/sec., 319.17 KiB/sec.
1539 2024.11.09 02:47:05.617822 [ 295 ] {54a2aecb-60eb-4934-906d-092e8748bf47} <Debug> DynamicQueryHandler: Done processing query
1540 2024.11.09 02:47:05.617851 [ 295 ] {54a2aecb-60eb-4934-906d-092e8748bf47} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1541 2024.11.09 02:47:05.617868 [ 295 ] {} <Debug> HTTP-Session: a3981084-bd0a-4c3f-8eb5-e2736f1b478b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1542 2024.11.09 02:47:05.618218 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54846, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1543 2024.11.09 02:47:05.618301 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39948, User-Agent: (none), Length: 1167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1544 2024.11.09 02:47:05.618394 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1545 2024.11.09 02:47:05.618420 [ 294 ] {} <Debug> HTTP-Session: a0105956-900a-4237-b5a9-9f0bd5482bd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:39948
1546 2024.11.09 02:47:05.618443 [ 294 ] {} <Debug> HTTP-Session: a0105956-900a-4237-b5a9-9f0bd5482bd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1547 2024.11.09 02:47:05.618462 [ 294 ] {} <Debug> HTTP-Session: a0105956-900a-4237-b5a9-9f0bd5482bd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1548 2024.11.09 02:47:05.618508 [ 294 ] {} <Trace> HTTP-Session: a0105956-900a-4237-b5a9-9f0bd5482bd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1549 2024.11.09 02:47:05.618721 [ 294 ] {ecfca044-4339-428a-b476-030e691cde22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39948) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', '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)
1550 2024.11.09 02:47:05.619087 [ 294 ] {ecfca044-4339-428a-b476-030e691cde22} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1551 2024.11.09 02:47:05.619136 [ 294 ] {ecfca044-4339-428a-b476-030e691cde22} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', '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
1552 2024.11.09 02:47:05.619448 [ 294 ] {ecfca044-4339-428a-b476-030e691cde22} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1553 2024.11.09 02:47:05.619515 [ 294 ] {ecfca044-4339-428a-b476-030e691cde22} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1554 2024.11.09 02:47:05.619668 [ 294 ] {ecfca044-4339-428a-b476-030e691cde22} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
1555 2024.11.09 02:47:05.619701 [ 294 ] {ecfca044-4339-428a-b476-030e691cde22} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1556 2024.11.09 02:47:05.619725 [ 294 ] {ecfca044-4339-428a-b476-030e691cde22} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (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
1557 2024.11.09 02:47:05.619742 [ 294 ] {ecfca044-4339-428a-b476-030e691cde22} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1558 2024.11.09 02:47:05.619787 [ 294 ] {ecfca044-4339-428a-b476-030e691cde22} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', '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'))"
1559 2024.11.09 02:47:05.619812 [ 294 ] {ecfca044-4339-428a-b476-030e691cde22} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1560 2024.11.09 02:47:05.620731 [ 294 ] {ecfca044-4339-428a-b476-030e691cde22} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002088 sec., 8620.689655172413 rows/sec., 352.65 KiB/sec.
1561 2024.11.09 02:47:05.620990 [ 294 ] {ecfca044-4339-428a-b476-030e691cde22} <Debug> DynamicQueryHandler: Done processing query
1562 2024.11.09 02:47:05.621015 [ 294 ] {ecfca044-4339-428a-b476-030e691cde22} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1563 2024.11.09 02:47:05.621032 [ 294 ] {} <Debug> HTTP-Session: a0105956-900a-4237-b5a9-9f0bd5482bd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1564 2024.11.09 02:47:05.621340 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39948, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1565 2024.11.09 02:47:05.621439 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35894, User-Agent: (none), Length: 1197, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1566 2024.11.09 02:47:05.621513 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1567 2024.11.09 02:47:05.621540 [ 295 ] {} <Debug> HTTP-Session: 9162a1a4-3bca-4d53-a74d-1ff538f44b34 Authenticating user 'default' from [fd00:1122:3344:101::d]:35894
1568 2024.11.09 02:47:05.621562 [ 295 ] {} <Debug> HTTP-Session: 9162a1a4-3bca-4d53-a74d-1ff538f44b34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1569 2024.11.09 02:47:05.621579 [ 295 ] {} <Debug> HTTP-Session: 9162a1a4-3bca-4d53-a74d-1ff538f44b34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1570 2024.11.09 02:47:05.621624 [ 295 ] {} <Trace> HTTP-Session: 9162a1a4-3bca-4d53-a74d-1ff538f44b34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1571 2024.11.09 02:47:05.621830 [ 295 ] {583a8934-6399-4423-a1f7-9d188dcef12f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35894) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_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)
1572 2024.11.09 02:47:05.622167 [ 295 ] {583a8934-6399-4423-a1f7-9d188dcef12f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1573 2024.11.09 02:47:05.622213 [ 295 ] {583a8934-6399-4423-a1f7-9d188dcef12f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_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
1574 2024.11.09 02:47:05.622526 [ 295 ] {583a8934-6399-4423-a1f7-9d188dcef12f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1575 2024.11.09 02:47:05.622592 [ 295 ] {583a8934-6399-4423-a1f7-9d188dcef12f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1576 2024.11.09 02:47:05.622741 [ 295 ] {583a8934-6399-4423-a1f7-9d188dcef12f} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
1577 2024.11.09 02:47:05.622774 [ 295 ] {583a8934-6399-4423-a1f7-9d188dcef12f} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1578 2024.11.09 02:47:05.622797 [ 295 ] {583a8934-6399-4423-a1f7-9d188dcef12f} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (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
1579 2024.11.09 02:47:05.622814 [ 295 ] {583a8934-6399-4423-a1f7-9d188dcef12f} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1580 2024.11.09 02:47:05.622857 [ 295 ] {583a8934-6399-4423-a1f7-9d188dcef12f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_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'))"
1581 2024.11.09 02:47:05.622883 [ 295 ] {583a8934-6399-4423-a1f7-9d188dcef12f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1582 2024.11.09 02:47:05.623730 [ 295 ] {583a8934-6399-4423-a1f7-9d188dcef12f} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00201 sec., 8955.223880597016 rows/sec., 366.33 KiB/sec.
1583 2024.11.09 02:47:05.623990 [ 295 ] {583a8934-6399-4423-a1f7-9d188dcef12f} <Debug> DynamicQueryHandler: Done processing query
1584 2024.11.09 02:47:05.624016 [ 295 ] {583a8934-6399-4423-a1f7-9d188dcef12f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1585 2024.11.09 02:47:05.624032 [ 295 ] {} <Debug> HTTP-Session: 9162a1a4-3bca-4d53-a74d-1ff538f44b34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1586 2024.11.09 02:47:05.624344 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35894, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1587 2024.11.09 02:47:05.624412 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36538, User-Agent: (none), Length: 1230, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1588 2024.11.09 02:47:05.624503 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1589 2024.11.09 02:47:05.624537 [ 294 ] {} <Debug> HTTP-Session: 5c13b888-de06-4c8a-af90-d1c3c1a71b4f Authenticating user 'default' from [fd00:1122:3344:101::d]:36538
1590 2024.11.09 02:47:05.624560 [ 294 ] {} <Debug> HTTP-Session: 5c13b888-de06-4c8a-af90-d1c3c1a71b4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1591 2024.11.09 02:47:05.624577 [ 294 ] {} <Debug> HTTP-Session: 5c13b888-de06-4c8a-af90-d1c3c1a71b4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1592 2024.11.09 02:47:05.624621 [ 294 ] {} <Trace> HTTP-Session: 5c13b888-de06-4c8a-af90-d1c3c1a71b4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1593 2024.11.09 02:47:05.624832 [ 294 ] {20ce935e-495a-4e08-af84-04e1fd54282e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36538) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_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)
1594 2024.11.09 02:47:05.625172 [ 294 ] {20ce935e-495a-4e08-af84-04e1fd54282e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1595 2024.11.09 02:47:05.625219 [ 294 ] {20ce935e-495a-4e08-af84-04e1fd54282e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_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
1596 2024.11.09 02:47:05.625537 [ 294 ] {20ce935e-495a-4e08-af84-04e1fd54282e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1597 2024.11.09 02:47:05.625603 [ 294 ] {20ce935e-495a-4e08-af84-04e1fd54282e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1598 2024.11.09 02:47:05.625755 [ 294 ] {20ce935e-495a-4e08-af84-04e1fd54282e} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
1599 2024.11.09 02:47:05.625788 [ 294 ] {20ce935e-495a-4e08-af84-04e1fd54282e} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1600 2024.11.09 02:47:05.625811 [ 294 ] {20ce935e-495a-4e08-af84-04e1fd54282e} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (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
1601 2024.11.09 02:47:05.625829 [ 294 ] {20ce935e-495a-4e08-af84-04e1fd54282e} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1602 2024.11.09 02:47:05.625875 [ 294 ] {20ce935e-495a-4e08-af84-04e1fd54282e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_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'))"
1603 2024.11.09 02:47:05.625898 [ 294 ] {20ce935e-495a-4e08-af84-04e1fd54282e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1604 2024.11.09 02:47:05.626719 [ 294 ] {20ce935e-495a-4e08-af84-04e1fd54282e} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001998 sec., 9009.009009009009 rows/sec., 368.53 KiB/sec.
1605 2024.11.09 02:47:05.626973 [ 294 ] {20ce935e-495a-4e08-af84-04e1fd54282e} <Debug> DynamicQueryHandler: Done processing query
1606 2024.11.09 02:47:05.626997 [ 294 ] {20ce935e-495a-4e08-af84-04e1fd54282e} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB.
1607 2024.11.09 02:47:05.627015 [ 294 ] {} <Debug> HTTP-Session: 5c13b888-de06-4c8a-af90-d1c3c1a71b4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1608 2024.11.09 02:47:05.627327 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36538, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1609 2024.11.09 02:47:05.627411 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46596, User-Agent: (none), Length: 1265, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1610 2024.11.09 02:47:05.627490 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1611 2024.11.09 02:47:05.627516 [ 295 ] {} <Debug> HTTP-Session: 228765e9-6bde-43c3-b3f8-e18422eb358d Authenticating user 'default' from [fd00:1122:3344:101::d]:46596
1612 2024.11.09 02:47:05.627538 [ 295 ] {} <Debug> HTTP-Session: 228765e9-6bde-43c3-b3f8-e18422eb358d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1613 2024.11.09 02:47:05.627556 [ 295 ] {} <Debug> HTTP-Session: 228765e9-6bde-43c3-b3f8-e18422eb358d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1614 2024.11.09 02:47:05.627601 [ 295 ] {} <Trace> HTTP-Session: 228765e9-6bde-43c3-b3f8-e18422eb358d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1615 2024.11.09 02:47:05.627836 [ 295 ] {ea0c4f5a-313c-42c1-968a-a975b72fc9ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46596) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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)
1616 2024.11.09 02:47:05.628176 [ 295 ] {ea0c4f5a-313c-42c1-968a-a975b72fc9ee} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1617 2024.11.09 02:47:05.628224 [ 295 ] {ea0c4f5a-313c-42c1-968a-a975b72fc9ee} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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
1618 2024.11.09 02:47:05.628543 [ 295 ] {ea0c4f5a-313c-42c1-968a-a975b72fc9ee} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1619 2024.11.09 02:47:05.628608 [ 295 ] {ea0c4f5a-313c-42c1-968a-a975b72fc9ee} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1620 2024.11.09 02:47:05.628757 [ 295 ] {ea0c4f5a-313c-42c1-968a-a975b72fc9ee} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
1621 2024.11.09 02:47:05.628790 [ 295 ] {ea0c4f5a-313c-42c1-968a-a975b72fc9ee} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1622 2024.11.09 02:47:05.628813 [ 295 ] {ea0c4f5a-313c-42c1-968a-a975b72fc9ee} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (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
1623 2024.11.09 02:47:05.628829 [ 295 ] {ea0c4f5a-313c-42c1-968a-a975b72fc9ee} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1624 2024.11.09 02:47:05.628876 [ 295 ] {ea0c4f5a-313c-42c1-968a-a975b72fc9ee} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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'))"
1625 2024.11.09 02:47:05.628902 [ 295 ] {ea0c4f5a-313c-42c1-968a-a975b72fc9ee} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1626 2024.11.09 02:47:05.629735 [ 295 ] {ea0c4f5a-313c-42c1-968a-a975b72fc9ee} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002011 sec., 8950.770760815514 rows/sec., 366.15 KiB/sec.
1627 2024.11.09 02:47:05.629992 [ 295 ] {ea0c4f5a-313c-42c1-968a-a975b72fc9ee} <Debug> DynamicQueryHandler: Done processing query
1628 2024.11.09 02:47:05.630017 [ 295 ] {ea0c4f5a-313c-42c1-968a-a975b72fc9ee} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB.
1629 2024.11.09 02:47:05.630033 [ 295 ] {} <Debug> HTTP-Session: 228765e9-6bde-43c3-b3f8-e18422eb358d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1630 2024.11.09 02:47:05.630336 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46596, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1631 2024.11.09 02:47:05.630431 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40600, User-Agent: (none), Length: 1294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1632 2024.11.09 02:47:05.630511 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1633 2024.11.09 02:47:05.630537 [ 294 ] {} <Debug> HTTP-Session: ba1b1282-6710-46c0-929b-7ce1536455e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:40600
1634 2024.11.09 02:47:05.630558 [ 294 ] {} <Debug> HTTP-Session: ba1b1282-6710-46c0-929b-7ce1536455e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1635 2024.11.09 02:47:05.630576 [ 294 ] {} <Debug> HTTP-Session: ba1b1282-6710-46c0-929b-7ce1536455e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1636 2024.11.09 02:47:05.630622 [ 294 ] {} <Trace> HTTP-Session: ba1b1282-6710-46c0-929b-7ce1536455e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1637 2024.11.09 02:47:05.630835 [ 294 ] {15f05a74-5b22-45d2-b201-56155ab57322} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40600) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', '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)
1638 2024.11.09 02:47:05.631180 [ 294 ] {15f05a74-5b22-45d2-b201-56155ab57322} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1639 2024.11.09 02:47:05.631229 [ 294 ] {15f05a74-5b22-45d2-b201-56155ab57322} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', '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
1640 2024.11.09 02:47:05.631556 [ 294 ] {15f05a74-5b22-45d2-b201-56155ab57322} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1641 2024.11.09 02:47:05.631622 [ 294 ] {15f05a74-5b22-45d2-b201-56155ab57322} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1642 2024.11.09 02:47:05.631772 [ 294 ] {15f05a74-5b22-45d2-b201-56155ab57322} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Key condition: (column 0 notIn 36-element set)
1643 2024.11.09 02:47:05.631805 [ 294 ] {15f05a74-5b22-45d2-b201-56155ab57322} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1644 2024.11.09 02:47:05.631829 [ 294 ] {15f05a74-5b22-45d2-b201-56155ab57322} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (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
1645 2024.11.09 02:47:05.631846 [ 294 ] {15f05a74-5b22-45d2-b201-56155ab57322} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1646 2024.11.09 02:47:05.631891 [ 294 ] {15f05a74-5b22-45d2-b201-56155ab57322} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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', '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', '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'))"
1647 2024.11.09 02:47:05.631917 [ 294 ] {15f05a74-5b22-45d2-b201-56155ab57322} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1648 2024.11.09 02:47:05.632842 [ 294 ] {15f05a74-5b22-45d2-b201-56155ab57322} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002118 sec., 8498.583569405098 rows/sec., 347.65 KiB/sec.
1649 2024.11.09 02:47:05.633086 [ 294 ] {15f05a74-5b22-45d2-b201-56155ab57322} <Debug> DynamicQueryHandler: Done processing query
1650 2024.11.09 02:47:05.633111 [ 294 ] {15f05a74-5b22-45d2-b201-56155ab57322} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB.
1651 2024.11.09 02:47:05.633128 [ 294 ] {} <Debug> HTTP-Session: ba1b1282-6710-46c0-929b-7ce1536455e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1652 2024.11.09 02:47:05.638311 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40600, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1653 2024.11.09 02:47:05.745520 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59558, User-Agent: (none), Length: 6623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1654 2024.11.09 02:47:05.745582 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1655 2024.11.09 02:47:05.745603 [ 294 ] {} <Debug> HTTP-Session: 61d94157-5726-4230-9c34-961c53d175df Authenticating user 'default' from [fd00:1122:3344:101::d]:59558
1656 2024.11.09 02:47:05.745620 [ 294 ] {} <Debug> HTTP-Session: 61d94157-5726-4230-9c34-961c53d175df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1657 2024.11.09 02:47:05.745634 [ 294 ] {} <Debug> HTTP-Session: 61d94157-5726-4230-9c34-961c53d175df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1658 2024.11.09 02:47:05.745668 [ 294 ] {} <Trace> HTTP-Session: 61d94157-5726-4230-9c34-961c53d175df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1659 2024.11.09 02:47:05.745810 [ 294 ] {cc11dfb3-5991-4536-9f9a-badb99986379} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59558) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
1660 2024.11.09 02:47:05.745859 [ 294 ] {cc11dfb3-5991-4536-9f9a-badb99986379} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1661 2024.11.09 02:47:05.746035 [ 294 ] {cc11dfb3-5991-4536-9f9a-badb99986379} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1662 2024.11.09 02:47:05.746436 [ 294 ] {cc11dfb3-5991-4536-9f9a-badb99986379} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1663 2024.11.09 02:47:05.746478 [ 294 ] {cc11dfb3-5991-4536-9f9a-badb99986379} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1664 2024.11.09 02:47:05.747095 [ 294 ] {cc11dfb3-5991-4536-9f9a-badb99986379} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1665 2024.11.09 02:47:05.747441 [ 294 ] {cc11dfb3-5991-4536-9f9a-badb99986379} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1666 2024.11.09 02:47:05.747605 [ 294 ] {cc11dfb3-5991-4536-9f9a-badb99986379} <Debug> executeQuery: Read 19 rows, 3.55 KiB in 0.001847 sec., 10286.951813752032 rows/sec., 1.87 MiB/sec.
1667 2024.11.09 02:47:05.747792 [ 294 ] {cc11dfb3-5991-4536-9f9a-badb99986379} <Debug> DynamicQueryHandler: Done processing query
1668 2024.11.09 02:47:05.747817 [ 294 ] {cc11dfb3-5991-4536-9f9a-badb99986379} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
1669 2024.11.09 02:47:05.747833 [ 294 ] {} <Debug> HTTP-Session: 61d94157-5726-4230-9c34-961c53d175df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1670 2024.11.09 02:47:05.748175 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59558, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1671 2024.11.09 02:47:05.748321 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34536, User-Agent: (none), Length: 192259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1672 2024.11.09 02:47:05.748396 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1673 2024.11.09 02:47:05.748422 [ 295 ] {} <Debug> HTTP-Session: b8d7ed9f-c40f-47e2-b0cd-0a4a7d50e457 Authenticating user 'default' from [fd00:1122:3344:101::d]:34536
1674 2024.11.09 02:47:05.748444 [ 295 ] {} <Debug> HTTP-Session: b8d7ed9f-c40f-47e2-b0cd-0a4a7d50e457 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1675 2024.11.09 02:47:05.748462 [ 295 ] {} <Debug> HTTP-Session: b8d7ed9f-c40f-47e2-b0cd-0a4a7d50e457 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1676 2024.11.09 02:47:05.748508 [ 295 ] {} <Trace> HTTP-Session: b8d7ed9f-c40f-47e2-b0cd-0a4a7d50e457 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1677 2024.11.09 02:47:05.749966 [ 295 ] {e1729a8d-fbd7-43ca-9424-1f0f47c40162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34536) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1678 2024.11.09 02:47:05.750022 [ 295 ] {e1729a8d-fbd7-43ca-9424-1f0f47c40162} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1679 2024.11.09 02:47:05.750304 [ 295 ] {e1729a8d-fbd7-43ca-9424-1f0f47c40162} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1680 2024.11.09 02:47:05.751625 [ 295 ] {e1729a8d-fbd7-43ca-9424-1f0f47c40162} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1681 2024.11.09 02:47:05.751664 [ 295 ] {e1729a8d-fbd7-43ca-9424-1f0f47c40162} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1682 2024.11.09 02:47:05.752314 [ 295 ] {e1729a8d-fbd7-43ca-9424-1f0f47c40162} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1683 2024.11.09 02:47:05.752721 [ 295 ] {e1729a8d-fbd7-43ca-9424-1f0f47c40162} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1684 2024.11.09 02:47:05.752866 [ 295 ] {e1729a8d-fbd7-43ca-9424-1f0f47c40162} <Debug> executeQuery: Read 1315 rows, 112.71 KiB in 0.004017 sec., 327358.7254169779 rows/sec., 27.40 MiB/sec.
1685 2024.11.09 02:47:05.753080 [ 295 ] {e1729a8d-fbd7-43ca-9424-1f0f47c40162} <Debug> DynamicQueryHandler: Done processing query
1686 2024.11.09 02:47:05.753106 [ 295 ] {e1729a8d-fbd7-43ca-9424-1f0f47c40162} <Debug> MemoryTracker: Peak memory usage (for query): 4.99 MiB.
1687 2024.11.09 02:47:05.753123 [ 295 ] {} <Debug> HTTP-Session: b8d7ed9f-c40f-47e2-b0cd-0a4a7d50e457 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1688 2024.11.09 02:47:05.753438 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34536, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1689 2024.11.09 02:47:05.753449 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59558, User-Agent: (none), Length: 1200, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1690 2024.11.09 02:47:05.753573 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1691 2024.11.09 02:47:05.753619 [ 294 ] {} <Debug> HTTP-Session: 62a6fab2-8660-46ac-bbf3-d80d60c19580 Authenticating user 'default' from [fd00:1122:3344:101::d]:59558
1692 2024.11.09 02:47:05.753655 [ 294 ] {} <Debug> HTTP-Session: 62a6fab2-8660-46ac-bbf3-d80d60c19580 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1693 2024.11.09 02:47:05.753683 [ 294 ] {} <Debug> HTTP-Session: 62a6fab2-8660-46ac-bbf3-d80d60c19580 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1694 2024.11.09 02:47:05.753752 [ 294 ] {} <Trace> HTTP-Session: 62a6fab2-8660-46ac-bbf3-d80d60c19580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1695 2024.11.09 02:47:05.753964 [ 294 ] {4a6f9877-818b-401e-a3da-42d2190406d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59558) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
1696 2024.11.09 02:47:05.754013 [ 294 ] {4a6f9877-818b-401e-a3da-42d2190406d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1697 2024.11.09 02:47:05.754285 [ 294 ] {4a6f9877-818b-401e-a3da-42d2190406d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1698 2024.11.09 02:47:05.754701 [ 294 ] {4a6f9877-818b-401e-a3da-42d2190406d7} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1699 2024.11.09 02:47:05.754735 [ 294 ] {4a6f9877-818b-401e-a3da-42d2190406d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1700 2024.11.09 02:47:05.755106 [ 294 ] {4a6f9877-818b-401e-a3da-42d2190406d7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1701 2024.11.09 02:47:05.755478 [ 294 ] {4a6f9877-818b-401e-a3da-42d2190406d7} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1702 2024.11.09 02:47:05.755633 [ 294 ] {4a6f9877-818b-401e-a3da-42d2190406d7} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001726 sec., 4634.994206257242 rows/sec., 348.53 KiB/sec.
1703 2024.11.09 02:47:05.755924 [ 294 ] {4a6f9877-818b-401e-a3da-42d2190406d7} <Debug> DynamicQueryHandler: Done processing query
1704 2024.11.09 02:47:05.755950 [ 294 ] {4a6f9877-818b-401e-a3da-42d2190406d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
1705 2024.11.09 02:47:05.755968 [ 294 ] {} <Debug> HTTP-Session: 62a6fab2-8660-46ac-bbf3-d80d60c19580 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1706 2024.11.09 02:47:05.756198 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59558, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1707 2024.11.09 02:47:05.756432 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61370, User-Agent: (none), Length: 32338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1708 2024.11.09 02:47:05.756545 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1709 2024.11.09 02:47:05.756585 [ 295 ] {} <Debug> HTTP-Session: a137da42-a166-4116-97c9-e19e442f7cd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61370
1710 2024.11.09 02:47:05.756619 [ 295 ] {} <Debug> HTTP-Session: a137da42-a166-4116-97c9-e19e442f7cd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1711 2024.11.09 02:47:05.756647 [ 295 ] {} <Debug> HTTP-Session: a137da42-a166-4116-97c9-e19e442f7cd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1712 2024.11.09 02:47:05.756717 [ 295 ] {} <Trace> HTTP-Session: a137da42-a166-4116-97c9-e19e442f7cd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1713 2024.11.09 02:47:05.757014 [ 295 ] {59b0e897-7fd7-4505-a363-f6896cbaa4d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61370) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
1714 2024.11.09 02:47:05.757062 [ 295 ] {59b0e897-7fd7-4505-a363-f6896cbaa4d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1715 2024.11.09 02:47:05.757325 [ 295 ] {59b0e897-7fd7-4505-a363-f6896cbaa4d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1716 2024.11.09 02:47:05.757803 [ 295 ] {59b0e897-7fd7-4505-a363-f6896cbaa4d0} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1717 2024.11.09 02:47:05.757839 [ 295 ] {59b0e897-7fd7-4505-a363-f6896cbaa4d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1718 2024.11.09 02:47:05.758239 [ 295 ] {59b0e897-7fd7-4505-a363-f6896cbaa4d0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1719 2024.11.09 02:47:05.758620 [ 295 ] {59b0e897-7fd7-4505-a363-f6896cbaa4d0} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1720 2024.11.09 02:47:05.758757 [ 295 ] {59b0e897-7fd7-4505-a363-f6896cbaa4d0} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001882 sec., 128586.60998937301 rows/sec., 8.71 MiB/sec.
1721 2024.11.09 02:47:05.759063 [ 295 ] {59b0e897-7fd7-4505-a363-f6896cbaa4d0} <Debug> DynamicQueryHandler: Done processing query
1722 2024.11.09 02:47:05.759090 [ 295 ] {59b0e897-7fd7-4505-a363-f6896cbaa4d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
1723 2024.11.09 02:47:05.759106 [ 295 ] {} <Debug> HTTP-Session: a137da42-a166-4116-97c9-e19e442f7cd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1724 2024.11.09 02:47:05.759298 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61370, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1725 2024.11.09 02:47:05.759317 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59558, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1726 2024.11.09 02:47:05.759454 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1727 2024.11.09 02:47:05.759500 [ 294 ] {} <Debug> HTTP-Session: c6028301-fb54-480f-804d-a72d38381005 Authenticating user 'default' from [fd00:1122:3344:101::d]:59558
1728 2024.11.09 02:47:05.759533 [ 294 ] {} <Debug> HTTP-Session: c6028301-fb54-480f-804d-a72d38381005 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1729 2024.11.09 02:47:05.759560 [ 294 ] {} <Debug> HTTP-Session: c6028301-fb54-480f-804d-a72d38381005 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1730 2024.11.09 02:47:05.759628 [ 294 ] {} <Trace> HTTP-Session: c6028301-fb54-480f-804d-a72d38381005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1731 2024.11.09 02:47:05.759829 [ 294 ] {be52e2f4-8096-4043-9e75-0306d9a2e0c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59558) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
1732 2024.11.09 02:47:05.759917 [ 294 ] {be52e2f4-8096-4043-9e75-0306d9a2e0c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1733 2024.11.09 02:47:05.760171 [ 294 ] {be52e2f4-8096-4043-9e75-0306d9a2e0c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1734 2024.11.09 02:47:05.760487 [ 294 ] {be52e2f4-8096-4043-9e75-0306d9a2e0c6} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1735 2024.11.09 02:47:05.760526 [ 294 ] {be52e2f4-8096-4043-9e75-0306d9a2e0c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1736 2024.11.09 02:47:05.760903 [ 294 ] {be52e2f4-8096-4043-9e75-0306d9a2e0c6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1737 2024.11.09 02:47:05.761266 [ 294 ] {be52e2f4-8096-4043-9e75-0306d9a2e0c6} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1738 2024.11.09 02:47:05.761430 [ 294 ] {be52e2f4-8096-4043-9e75-0306d9a2e0c6} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001658 sec., 3618.8178528347407 rows/sec., 213.81 KiB/sec.
1739 2024.11.09 02:47:05.761734 [ 294 ] {be52e2f4-8096-4043-9e75-0306d9a2e0c6} <Debug> DynamicQueryHandler: Done processing query
1740 2024.11.09 02:47:05.761759 [ 294 ] {be52e2f4-8096-4043-9e75-0306d9a2e0c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
1741 2024.11.09 02:47:05.761777 [ 294 ] {} <Debug> HTTP-Session: c6028301-fb54-480f-804d-a72d38381005 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1742 2024.11.09 02:47:05.762084 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59558, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1743 2024.11.09 02:47:05.762211 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44134, User-Agent: (none), Length: 131997, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1744 2024.11.09 02:47:05.762285 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1745 2024.11.09 02:47:05.762310 [ 295 ] {} <Debug> HTTP-Session: fd56c619-6fdf-493b-b255-9b832d39763b Authenticating user 'default' from [fd00:1122:3344:101::d]:44134
1746 2024.11.09 02:47:05.762332 [ 295 ] {} <Debug> HTTP-Session: fd56c619-6fdf-493b-b255-9b832d39763b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1747 2024.11.09 02:47:05.762349 [ 295 ] {} <Debug> HTTP-Session: fd56c619-6fdf-493b-b255-9b832d39763b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1748 2024.11.09 02:47:05.762395 [ 295 ] {} <Trace> HTTP-Session: fd56c619-6fdf-493b-b255-9b832d39763b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1749 2024.11.09 02:47:05.762858 [ 295 ] {1c6a8e02-6f05-4c0a-9c81-268825c050e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1750 2024.11.09 02:47:05.762914 [ 295 ] {1c6a8e02-6f05-4c0a-9c81-268825c050e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1751 2024.11.09 02:47:05.763173 [ 295 ] {1c6a8e02-6f05-4c0a-9c81-268825c050e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1752 2024.11.09 02:47:05.763974 [ 295 ] {1c6a8e02-6f05-4c0a-9c81-268825c050e6} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1753 2024.11.09 02:47:05.764011 [ 295 ] {1c6a8e02-6f05-4c0a-9c81-268825c050e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1754 2024.11.09 02:47:05.764521 [ 295 ] {1c6a8e02-6f05-4c0a-9c81-268825c050e6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1755 2024.11.09 02:47:05.764926 [ 295 ] {1c6a8e02-6f05-4c0a-9c81-268825c050e6} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1756 2024.11.09 02:47:05.765088 [ 295 ] {1c6a8e02-6f05-4c0a-9c81-268825c050e6} <Debug> executeQuery: Read 810 rows, 59.73 KiB in 0.002498 sec., 324259.40752602083 rows/sec., 23.35 MiB/sec.
1757 2024.11.09 02:47:05.765407 [ 295 ] {1c6a8e02-6f05-4c0a-9c81-268825c050e6} <Debug> DynamicQueryHandler: Done processing query
1758 2024.11.09 02:47:05.765433 [ 295 ] {1c6a8e02-6f05-4c0a-9c81-268825c050e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.73 MiB.
1759 2024.11.09 02:47:05.765449 [ 295 ] {} <Debug> HTTP-Session: fd56c619-6fdf-493b-b255-9b832d39763b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1760 2024.11.09 02:47:05.765691 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44134, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1761 2024.11.09 02:47:05.765712 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59558, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1762 2024.11.09 02:47:05.765808 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1763 2024.11.09 02:47:05.765844 [ 294 ] {} <Debug> HTTP-Session: 8b086b31-437a-4a6f-b3b8-4253e61c93a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:59558
1764 2024.11.09 02:47:05.765866 [ 294 ] {} <Debug> HTTP-Session: 8b086b31-437a-4a6f-b3b8-4253e61c93a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1765 2024.11.09 02:47:05.765884 [ 294 ] {} <Debug> HTTP-Session: 8b086b31-437a-4a6f-b3b8-4253e61c93a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1766 2024.11.09 02:47:05.765928 [ 294 ] {} <Trace> HTTP-Session: 8b086b31-437a-4a6f-b3b8-4253e61c93a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1767 2024.11.09 02:47:05.766058 [ 294 ] {6fe667b7-9367-4048-836f-17dffeabda7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59558) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
1768 2024.11.09 02:47:05.766113 [ 294 ] {6fe667b7-9367-4048-836f-17dffeabda7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1769 2024.11.09 02:47:05.766286 [ 294 ] {6fe667b7-9367-4048-836f-17dffeabda7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1770 2024.11.09 02:47:05.766605 [ 294 ] {6fe667b7-9367-4048-836f-17dffeabda7a} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1771 2024.11.09 02:47:05.766648 [ 294 ] {6fe667b7-9367-4048-836f-17dffeabda7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1772 2024.11.09 02:47:05.767091 [ 294 ] {6fe667b7-9367-4048-836f-17dffeabda7a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1773 2024.11.09 02:47:05.767445 [ 294 ] {6fe667b7-9367-4048-836f-17dffeabda7a} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1774 2024.11.09 02:47:05.767609 [ 294 ] {6fe667b7-9367-4048-836f-17dffeabda7a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001581 sec., 3795.066413662239 rows/sec., 198.28 KiB/sec.
1775 2024.11.09 02:47:05.767883 [ 294 ] {6fe667b7-9367-4048-836f-17dffeabda7a} <Debug> DynamicQueryHandler: Done processing query
1776 2024.11.09 02:47:05.767908 [ 294 ] {6fe667b7-9367-4048-836f-17dffeabda7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
1777 2024.11.09 02:47:05.767925 [ 294 ] {} <Debug> HTTP-Session: 8b086b31-437a-4a6f-b3b8-4253e61c93a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1778 2024.11.09 02:47:05.769067 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59558, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1779 2024.11.09 02:47:05.769148 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38656, User-Agent: (none), Length: 590075, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1780 2024.11.09 02:47:05.769242 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1781 2024.11.09 02:47:05.769270 [ 295 ] {} <Debug> HTTP-Session: 32b3a323-b616-4328-b435-c674815638d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:38656
1782 2024.11.09 02:47:05.769293 [ 295 ] {} <Debug> HTTP-Session: 32b3a323-b616-4328-b435-c674815638d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1783 2024.11.09 02:47:05.769310 [ 295 ] {} <Debug> HTTP-Session: 32b3a323-b616-4328-b435-c674815638d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1784 2024.11.09 02:47:05.769356 [ 295 ] {} <Trace> HTTP-Session: 32b3a323-b616-4328-b435-c674815638d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1785 2024.11.09 02:47:05.771122 [ 295 ] {a6fefc50-d70d-494f-9cbc-e5adbf7f111d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
1786 2024.11.09 02:47:05.771178 [ 295 ] {a6fefc50-d70d-494f-9cbc-e5adbf7f111d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1787 2024.11.09 02:47:05.771369 [ 295 ] {a6fefc50-d70d-494f-9cbc-e5adbf7f111d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1788 2024.11.09 02:47:05.773705 [ 295 ] {a6fefc50-d70d-494f-9cbc-e5adbf7f111d} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1789 2024.11.09 02:47:05.773748 [ 295 ] {a6fefc50-d70d-494f-9cbc-e5adbf7f111d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1790 2024.11.09 02:47:05.774501 [ 295 ] {a6fefc50-d70d-494f-9cbc-e5adbf7f111d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1791 2024.11.09 02:47:05.774868 [ 295 ] {a6fefc50-d70d-494f-9cbc-e5adbf7f111d} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1792 2024.11.09 02:47:05.775030 [ 295 ] {a6fefc50-d70d-494f-9cbc-e5adbf7f111d} <Debug> executeQuery: Read 3123 rows, 213.10 KiB in 0.004871 sec., 641141.4493943749 rows/sec., 42.72 MiB/sec.
1793 2024.11.09 02:47:05.775220 [ 295 ] {a6fefc50-d70d-494f-9cbc-e5adbf7f111d} <Debug> DynamicQueryHandler: Done processing query
1794 2024.11.09 02:47:05.775247 [ 295 ] {a6fefc50-d70d-494f-9cbc-e5adbf7f111d} <Debug> MemoryTracker: Peak memory usage (for query): 5.61 MiB.
1795 2024.11.09 02:47:05.775264 [ 295 ] {} <Debug> HTTP-Session: 32b3a323-b616-4328-b435-c674815638d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1796 2024.11.09 02:47:05.775654 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38656, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1797 2024.11.09 02:47:05.775742 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50585, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1798 2024.11.09 02:47:05.775853 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1799 2024.11.09 02:47:05.775892 [ 294 ] {} <Debug> HTTP-Session: e2cf399b-d4e8-4006-bba5-0e2a0a04a958 Authenticating user 'default' from [fd00:1122:3344:101::d]:50585
1800 2024.11.09 02:47:05.775927 [ 294 ] {} <Debug> HTTP-Session: e2cf399b-d4e8-4006-bba5-0e2a0a04a958 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1801 2024.11.09 02:47:05.775955 [ 294 ] {} <Debug> HTTP-Session: e2cf399b-d4e8-4006-bba5-0e2a0a04a958 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1802 2024.11.09 02:47:05.776022 [ 294 ] {} <Trace> HTTP-Session: e2cf399b-d4e8-4006-bba5-0e2a0a04a958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1803 2024.11.09 02:47:05.776217 [ 294 ] {be8a9103-0deb-4ef3-ba23-dedd40287fd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50585) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
1804 2024.11.09 02:47:05.776343 [ 294 ] {be8a9103-0deb-4ef3-ba23-dedd40287fd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1805 2024.11.09 02:47:05.776659 [ 294 ] {be8a9103-0deb-4ef3-ba23-dedd40287fd1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1806 2024.11.09 02:47:05.777043 [ 294 ] {be8a9103-0deb-4ef3-ba23-dedd40287fd1} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1807 2024.11.09 02:47:05.777080 [ 294 ] {be8a9103-0deb-4ef3-ba23-dedd40287fd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1808 2024.11.09 02:47:05.778043 [ 294 ] {be8a9103-0deb-4ef3-ba23-dedd40287fd1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1809 2024.11.09 02:47:05.778380 [ 294 ] {be8a9103-0deb-4ef3-ba23-dedd40287fd1} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1810 2024.11.09 02:47:05.778612 [ 294 ] {be8a9103-0deb-4ef3-ba23-dedd40287fd1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002451 sec., 407.99673602611176 rows/sec., 27.49 KiB/sec.
1811 2024.11.09 02:47:05.778826 [ 294 ] {be8a9103-0deb-4ef3-ba23-dedd40287fd1} <Debug> DynamicQueryHandler: Done processing query
1812 2024.11.09 02:47:05.778850 [ 294 ] {be8a9103-0deb-4ef3-ba23-dedd40287fd1} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
1813 2024.11.09 02:47:05.778866 [ 294 ] {} <Debug> HTTP-Session: e2cf399b-d4e8-4006-bba5-0e2a0a04a958 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1814 2024.11.09 02:47:05.779037 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50585, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1815 2024.11.09 02:47:05.779082 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38656, User-Agent: (none), Length: 14117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1816 2024.11.09 02:47:05.779166 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1817 2024.11.09 02:47:05.779202 [ 295 ] {} <Debug> HTTP-Session: 59375397-55e2-40aa-bf18-cf9fbcfb9fa1 Authenticating user 'default' from [fd00:1122:3344:101::d]:38656
1818 2024.11.09 02:47:05.779233 [ 295 ] {} <Debug> HTTP-Session: 59375397-55e2-40aa-bf18-cf9fbcfb9fa1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1819 2024.11.09 02:47:05.779342 [ 295 ] {} <Debug> HTTP-Session: 59375397-55e2-40aa-bf18-cf9fbcfb9fa1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1820 2024.11.09 02:47:05.779389 [ 295 ] {} <Trace> HTTP-Session: 59375397-55e2-40aa-bf18-cf9fbcfb9fa1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1821 2024.11.09 02:47:05.779592 [ 295 ] {c4317c44-2fe8-4cab-a2e8-b07c585dbfe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38656) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
1822 2024.11.09 02:47:05.779681 [ 295 ] {c4317c44-2fe8-4cab-a2e8-b07c585dbfe7} <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
1823 2024.11.09 02:47:05.780201 [ 295 ] {c4317c44-2fe8-4cab-a2e8-b07c585dbfe7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1824 2024.11.09 02:47:05.780911 [ 295 ] {c4317c44-2fe8-4cab-a2e8-b07c585dbfe7} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1825 2024.11.09 02:47:05.780949 [ 295 ] {c4317c44-2fe8-4cab-a2e8-b07c585dbfe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1826 2024.11.09 02:47:05.783793 [ 295 ] {c4317c44-2fe8-4cab-a2e8-b07c585dbfe7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1827 2024.11.09 02:47:05.784278 [ 295 ] {c4317c44-2fe8-4cab-a2e8-b07c585dbfe7} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1828 2024.11.09 02:47:05.784471 [ 295 ] {c4317c44-2fe8-4cab-a2e8-b07c585dbfe7} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004966 sec., 1610.9544905356424 rows/sec., 2.89 MiB/sec.
1829 2024.11.09 02:47:05.784920 [ 295 ] {c4317c44-2fe8-4cab-a2e8-b07c585dbfe7} <Debug> DynamicQueryHandler: Done processing query
1830 2024.11.09 02:47:05.784946 [ 295 ] {c4317c44-2fe8-4cab-a2e8-b07c585dbfe7} <Debug> MemoryTracker: Peak memory usage (for query): 4.52 MiB.
1831 2024.11.09 02:47:05.784962 [ 295 ] {} <Debug> HTTP-Session: 59375397-55e2-40aa-bf18-cf9fbcfb9fa1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1832 2024.11.09 02:47:05.785147 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38656, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1833 2024.11.09 02:47:05.785225 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59046, User-Agent: (none), Length: 3688, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1834 2024.11.09 02:47:05.785344 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1835 2024.11.09 02:47:05.785383 [ 294 ] {} <Debug> HTTP-Session: c96ce3ad-51a2-4dda-99b2-9595c6cf4730 Authenticating user 'default' from [fd00:1122:3344:101::d]:59046
1836 2024.11.09 02:47:05.785416 [ 294 ] {} <Debug> HTTP-Session: c96ce3ad-51a2-4dda-99b2-9595c6cf4730 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1837 2024.11.09 02:47:05.785444 [ 294 ] {} <Debug> HTTP-Session: c96ce3ad-51a2-4dda-99b2-9595c6cf4730 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1838 2024.11.09 02:47:05.785512 [ 294 ] {} <Trace> HTTP-Session: c96ce3ad-51a2-4dda-99b2-9595c6cf4730 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1839 2024.11.09 02:47:05.785738 [ 294 ] {15c6927a-7b2a-43b1-9234-0a7c3d8fdc49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59046) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
1840 2024.11.09 02:47:05.785828 [ 294 ] {15c6927a-7b2a-43b1-9234-0a7c3d8fdc49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1841 2024.11.09 02:47:05.786034 [ 294 ] {15c6927a-7b2a-43b1-9234-0a7c3d8fdc49} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1842 2024.11.09 02:47:05.786298 [ 294 ] {15c6927a-7b2a-43b1-9234-0a7c3d8fdc49} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1843 2024.11.09 02:47:05.786334 [ 294 ] {15c6927a-7b2a-43b1-9234-0a7c3d8fdc49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1844 2024.11.09 02:47:05.786692 [ 294 ] {15c6927a-7b2a-43b1-9234-0a7c3d8fdc49} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1845 2024.11.09 02:47:05.787042 [ 294 ] {15c6927a-7b2a-43b1-9234-0a7c3d8fdc49} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1846 2024.11.09 02:47:05.787195 [ 294 ] {15c6927a-7b2a-43b1-9234-0a7c3d8fdc49} <Debug> executeQuery: Read 26 rows, 1.47 KiB in 0.001528 sec., 17015.70680628272 rows/sec., 964.42 KiB/sec.
1847 2024.11.09 02:47:05.787363 [ 294 ] {15c6927a-7b2a-43b1-9234-0a7c3d8fdc49} <Debug> DynamicQueryHandler: Done processing query
1848 2024.11.09 02:47:05.787387 [ 294 ] {15c6927a-7b2a-43b1-9234-0a7c3d8fdc49} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
1849 2024.11.09 02:47:05.787403 [ 294 ] {} <Debug> HTTP-Session: c96ce3ad-51a2-4dda-99b2-9595c6cf4730 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1850 2024.11.09 02:47:05.796553 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59046, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1851 2024.11.09 02:47:06.000213 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.05 MiB, peak 154.12 MiB, free memory in arenas 0.00 B, will set to 150.17 MiB (RSS), difference: 2.13 MiB
1852 2024.11.09 02:47:10.004502 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47142, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1853 2024.11.09 02:47:10.004645 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1854 2024.11.09 02:47:10.004670 [ 294 ] {} <Debug> HTTP-Session: 9af8022f-30a8-4cb2-9e0d-7f5585a99905 Authenticating user 'default' from [fd00:1122:3344:101::d]:47142
1855 2024.11.09 02:47:10.004695 [ 294 ] {} <Debug> HTTP-Session: 9af8022f-30a8-4cb2-9e0d-7f5585a99905 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1856 2024.11.09 02:47:10.004711 [ 294 ] {} <Debug> HTTP-Session: 9af8022f-30a8-4cb2-9e0d-7f5585a99905 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1857 2024.11.09 02:47:10.004763 [ 294 ] {} <Trace> HTTP-Session: 9af8022f-30a8-4cb2-9e0d-7f5585a99905 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1858 2024.11.09 02:47:10.004971 [ 294 ] {72e72eab-a640-428b-a7ff-af77b4c6e307} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47142) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1859 2024.11.09 02:47:10.005045 [ 294 ] {72e72eab-a640-428b-a7ff-af77b4c6e307} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1860 2024.11.09 02:47:10.005392 [ 294 ] {72e72eab-a640-428b-a7ff-af77b4c6e307} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1861 2024.11.09 02:47:10.005854 [ 294 ] {72e72eab-a640-428b-a7ff-af77b4c6e307} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1862 2024.11.09 02:47:10.005897 [ 294 ] {72e72eab-a640-428b-a7ff-af77b4c6e307} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1863 2024.11.09 02:47:10.006324 [ 294 ] {72e72eab-a640-428b-a7ff-af77b4c6e307} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1864 2024.11.09 02:47:10.006714 [ 294 ] {72e72eab-a640-428b-a7ff-af77b4c6e307} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1865 2024.11.09 02:47:10.006868 [ 294 ] {72e72eab-a640-428b-a7ff-af77b4c6e307} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001962 sec., 28542.303771661565 rows/sec., 2.19 MiB/sec.
1866 2024.11.09 02:47:10.007102 [ 294 ] {72e72eab-a640-428b-a7ff-af77b4c6e307} <Debug> DynamicQueryHandler: Done processing query
1867 2024.11.09 02:47:10.007129 [ 294 ] {72e72eab-a640-428b-a7ff-af77b4c6e307} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
1868 2024.11.09 02:47:10.007146 [ 294 ] {} <Debug> HTTP-Session: 9af8022f-30a8-4cb2-9e0d-7f5585a99905 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1869 2024.11.09 02:47:10.007364 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47142, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1870 2024.11.09 02:47:10.007541 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34093, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1871 2024.11.09 02:47:10.007659 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1872 2024.11.09 02:47:10.007688 [ 295 ] {} <Debug> HTTP-Session: 4273380b-e0d5-4e31-b1a9-9fcf4a4418b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34093
1873 2024.11.09 02:47:10.007717 [ 295 ] {} <Debug> HTTP-Session: 4273380b-e0d5-4e31-b1a9-9fcf4a4418b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1874 2024.11.09 02:47:10.007735 [ 295 ] {} <Debug> HTTP-Session: 4273380b-e0d5-4e31-b1a9-9fcf4a4418b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1875 2024.11.09 02:47:10.007795 [ 295 ] {} <Trace> HTTP-Session: 4273380b-e0d5-4e31-b1a9-9fcf4a4418b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1876 2024.11.09 02:47:10.008024 [ 295 ] {daf40c28-d6ad-4264-9167-3def6ed4391c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1877 2024.11.09 02:47:10.008091 [ 295 ] {daf40c28-d6ad-4264-9167-3def6ed4391c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1878 2024.11.09 02:47:10.008430 [ 295 ] {daf40c28-d6ad-4264-9167-3def6ed4391c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1879 2024.11.09 02:47:10.008810 [ 295 ] {daf40c28-d6ad-4264-9167-3def6ed4391c} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1880 2024.11.09 02:47:10.008851 [ 295 ] {daf40c28-d6ad-4264-9167-3def6ed4391c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1881 2024.11.09 02:47:10.009298 [ 295 ] {daf40c28-d6ad-4264-9167-3def6ed4391c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1882 2024.11.09 02:47:10.009698 [ 295 ] {daf40c28-d6ad-4264-9167-3def6ed4391c} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1883 2024.11.09 02:47:10.009872 [ 295 ] {daf40c28-d6ad-4264-9167-3def6ed4391c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001919 sec., 33350.70349140177 rows/sec., 2.60 MiB/sec.
1884 2024.11.09 02:47:10.010097 [ 295 ] {daf40c28-d6ad-4264-9167-3def6ed4391c} <Debug> DynamicQueryHandler: Done processing query
1885 2024.11.09 02:47:10.010124 [ 295 ] {daf40c28-d6ad-4264-9167-3def6ed4391c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
1886 2024.11.09 02:47:10.010140 [ 295 ] {} <Debug> HTTP-Session: 4273380b-e0d5-4e31-b1a9-9fcf4a4418b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1887 2024.11.09 02:47:10.010349 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47142, User-Agent: (none), Length: 24539, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1888 2024.11.09 02:47:10.010404 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34093, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1889 2024.11.09 02:47:10.010469 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1890 2024.11.09 02:47:10.010509 [ 294 ] {} <Debug> HTTP-Session: efe33b2c-4615-4d8c-a1dc-1d042c48338c Authenticating user 'default' from [fd00:1122:3344:101::d]:47142
1891 2024.11.09 02:47:10.010543 [ 294 ] {} <Debug> HTTP-Session: efe33b2c-4615-4d8c-a1dc-1d042c48338c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1892 2024.11.09 02:47:10.010565 [ 294 ] {} <Debug> HTTP-Session: efe33b2c-4615-4d8c-a1dc-1d042c48338c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1893 2024.11.09 02:47:10.010625 [ 294 ] {} <Trace> HTTP-Session: efe33b2c-4615-4d8c-a1dc-1d042c48338c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1894 2024.11.09 02:47:10.010835 [ 294 ] {792502ad-1001-4e06-b98f-145f49fcedd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
1895 2024.11.09 02:47:10.010900 [ 294 ] {792502ad-1001-4e06-b98f-145f49fcedd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1896 2024.11.09 02:47:10.011097 [ 294 ] {792502ad-1001-4e06-b98f-145f49fcedd7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1897 2024.11.09 02:47:10.011468 [ 294 ] {792502ad-1001-4e06-b98f-145f49fcedd7} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1898 2024.11.09 02:47:10.011507 [ 294 ] {792502ad-1001-4e06-b98f-145f49fcedd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1899 2024.11.09 02:47:10.011909 [ 294 ] {792502ad-1001-4e06-b98f-145f49fcedd7} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1900 2024.11.09 02:47:10.012262 [ 294 ] {792502ad-1001-4e06-b98f-145f49fcedd7} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1901 2024.11.09 02:47:10.012427 [ 294 ] {792502ad-1001-4e06-b98f-145f49fcedd7} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001674 sec., 76463.56033452808 rows/sec., 5.33 MiB/sec.
1902 2024.11.09 02:47:10.012617 [ 294 ] {792502ad-1001-4e06-b98f-145f49fcedd7} <Debug> DynamicQueryHandler: Done processing query
1903 2024.11.09 02:47:10.012643 [ 294 ] {792502ad-1001-4e06-b98f-145f49fcedd7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
1904 2024.11.09 02:47:10.012660 [ 294 ] {} <Debug> HTTP-Session: efe33b2c-4615-4d8c-a1dc-1d042c48338c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1905 2024.11.09 02:47:10.012795 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47142, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1906 2024.11.09 02:47:10.012897 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33052, User-Agent: (none), Length: 7317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1907 2024.11.09 02:47:10.012970 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1908 2024.11.09 02:47:10.012997 [ 295 ] {} <Debug> HTTP-Session: 9b4b1d07-2058-452c-869f-b8e6f23534b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:33052
1909 2024.11.09 02:47:10.013019 [ 295 ] {} <Debug> HTTP-Session: 9b4b1d07-2058-452c-869f-b8e6f23534b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1910 2024.11.09 02:47:10.013036 [ 295 ] {} <Debug> HTTP-Session: 9b4b1d07-2058-452c-869f-b8e6f23534b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1911 2024.11.09 02:47:10.013083 [ 295 ] {} <Trace> HTTP-Session: 9b4b1d07-2058-452c-869f-b8e6f23534b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1912 2024.11.09 02:47:10.013232 [ 295 ] {dd2ed9a2-48aa-4cc8-a667-8632219e8c93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33052) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
1913 2024.11.09 02:47:10.013288 [ 295 ] {dd2ed9a2-48aa-4cc8-a667-8632219e8c93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1914 2024.11.09 02:47:10.013478 [ 295 ] {dd2ed9a2-48aa-4cc8-a667-8632219e8c93} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1915 2024.11.09 02:47:10.013873 [ 295 ] {dd2ed9a2-48aa-4cc8-a667-8632219e8c93} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1916 2024.11.09 02:47:10.013917 [ 295 ] {dd2ed9a2-48aa-4cc8-a667-8632219e8c93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1917 2024.11.09 02:47:10.014314 [ 295 ] {dd2ed9a2-48aa-4cc8-a667-8632219e8c93} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1918 2024.11.09 02:47:10.014653 [ 295 ] {dd2ed9a2-48aa-4cc8-a667-8632219e8c93} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1919 2024.11.09 02:47:10.014813 [ 295 ] {dd2ed9a2-48aa-4cc8-a667-8632219e8c93} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001625 sec., 29538.46153846154 rows/sec., 1.99 MiB/sec.
1920 2024.11.09 02:47:10.014999 [ 295 ] {dd2ed9a2-48aa-4cc8-a667-8632219e8c93} <Debug> DynamicQueryHandler: Done processing query
1921 2024.11.09 02:47:10.015025 [ 295 ] {dd2ed9a2-48aa-4cc8-a667-8632219e8c93} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
1922 2024.11.09 02:47:10.015041 [ 295 ] {} <Debug> HTTP-Session: 9b4b1d07-2058-452c-869f-b8e6f23534b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1923 2024.11.09 02:47:10.015279 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33052, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1924 2024.11.09 02:47:11.466115 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 76 entries to flush up to offset 220
1925 2024.11.09 02:47:11.469879 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1926 2024.11.09 02:47:11.469937 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1927 2024.11.09 02:47:11.471685 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1928 2024.11.09 02:47:11.472698 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1929 2024.11.09 02:47:11.473309 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 220
1930 2024.11.09 02:47:15.006705 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40842, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1931 2024.11.09 02:47:15.006854 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1932 2024.11.09 02:47:15.006881 [ 293 ] {} <Debug> HTTP-Session: 6fd335d8-bb04-4417-8cc5-52c23f6305bc Authenticating user 'default' from [fd00:1122:3344:101::d]:40842
1933 2024.11.09 02:47:15.006906 [ 293 ] {} <Debug> HTTP-Session: 6fd335d8-bb04-4417-8cc5-52c23f6305bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1934 2024.11.09 02:47:15.006921 [ 293 ] {} <Debug> HTTP-Session: 6fd335d8-bb04-4417-8cc5-52c23f6305bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1935 2024.11.09 02:47:15.006970 [ 293 ] {} <Trace> HTTP-Session: 6fd335d8-bb04-4417-8cc5-52c23f6305bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1936 2024.11.09 02:47:15.007217 [ 293 ] {958b9c93-e1a3-42e5-8558-581e5fd99596} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40842) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1937 2024.11.09 02:47:15.007297 [ 293 ] {958b9c93-e1a3-42e5-8558-581e5fd99596} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1938 2024.11.09 02:47:15.007649 [ 293 ] {958b9c93-e1a3-42e5-8558-581e5fd99596} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1939 2024.11.09 02:47:15.008120 [ 293 ] {958b9c93-e1a3-42e5-8558-581e5fd99596} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1940 2024.11.09 02:47:15.008170 [ 293 ] {958b9c93-e1a3-42e5-8558-581e5fd99596} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1941 2024.11.09 02:47:15.008601 [ 293 ] {958b9c93-e1a3-42e5-8558-581e5fd99596} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1942 2024.11.09 02:47:15.009000 [ 293 ] {958b9c93-e1a3-42e5-8558-581e5fd99596} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1943 2024.11.09 02:47:15.009173 [ 74 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1944 2024.11.09 02:47:15.009186 [ 293 ] {958b9c93-e1a3-42e5-8558-581e5fd99596} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00205 sec., 27317.073170731706 rows/sec., 2.10 MiB/sec.
1945 2024.11.09 02:47:15.009277 [ 74 ] {} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1946 2024.11.09 02:47:15.009343 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1947 2024.11.09 02:47:15.009623 [ 293 ] {958b9c93-e1a3-42e5-8558-581e5fd99596} <Debug> DynamicQueryHandler: Done processing query
1948 2024.11.09 02:47:15.009675 [ 293 ] {958b9c93-e1a3-42e5-8558-581e5fd99596} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
1949 2024.11.09 02:47:15.009683 [ 190 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::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
1950 2024.11.09 02:47:15.009693 [ 293 ] {} <Debug> HTTP-Session: 6fd335d8-bb04-4417-8cc5-52c23f6305bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1951 2024.11.09 02:47:15.009842 [ 190 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1952 2024.11.09 02:47:15.009904 [ 190 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part
1953 2024.11.09 02:47:15.009955 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40842, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1954 2024.11.09 02:47:15.010216 [ 190 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part
1955 2024.11.09 02:47:15.010211 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41732, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1956 2024.11.09 02:47:15.010507 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1957 2024.11.09 02:47:15.010620 [ 190 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part
1958 2024.11.09 02:47:15.010640 [ 294 ] {} <Debug> HTTP-Session: 511a9157-211d-4736-8263-314aa3b8c3ba Authenticating user 'default' from [fd00:1122:3344:101::d]:41732
1959 2024.11.09 02:47:15.010738 [ 294 ] {} <Debug> HTTP-Session: 511a9157-211d-4736-8263-314aa3b8c3ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1960 2024.11.09 02:47:15.010841 [ 294 ] {} <Debug> HTTP-Session: 511a9157-211d-4736-8263-314aa3b8c3ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1961 2024.11.09 02:47:15.010882 [ 190 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1315 rows starting from the beginning of the part
1962 2024.11.09 02:47:15.011016 [ 294 ] {} <Trace> HTTP-Session: 511a9157-211d-4736-8263-314aa3b8c3ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1963 2024.11.09 02:47:15.011138 [ 190 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part
1964 2024.11.09 02:47:15.011222 [ 190 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part
1965 2024.11.09 02:47:15.011756 [ 294 ] {fc0a927c-3a45-4376-8d7e-6caa9f42cc28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41732) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1966 2024.11.09 02:47:15.011877 [ 294 ] {fc0a927c-3a45-4376-8d7e-6caa9f42cc28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1967 2024.11.09 02:47:15.012987 [ 294 ] {fc0a927c-3a45-4376-8d7e-6caa9f42cc28} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1968 2024.11.09 02:47:15.013841 [ 294 ] {fc0a927c-3a45-4376-8d7e-6caa9f42cc28} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1969 2024.11.09 02:47:15.013922 [ 294 ] {fc0a927c-3a45-4376-8d7e-6caa9f42cc28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1970 2024.11.09 02:47:15.014209 [ 190 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1517 rows, containing 5 columns (5 merged, 0 gathered) in 0.004758538 sec., 318795.39471997495 rows/sec., 27.60 MiB/sec.
1971 2024.11.09 02:47:15.014544 [ 190 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1972 2024.11.09 02:47:15.014893 [ 294 ] {fc0a927c-3a45-4376-8d7e-6caa9f42cc28} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1973 2024.11.09 02:47:15.015571 [ 190 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_6_1} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1974 2024.11.09 02:47:15.015739 [ 190 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_6_1} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1975 2024.11.09 02:47:15.015908 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
1976 2024.11.09 02:47:15.015916 [ 294 ] {fc0a927c-3a45-4376-8d7e-6caa9f42cc28} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1977 2024.11.09 02:47:15.016105 [ 294 ] {fc0a927c-3a45-4376-8d7e-6caa9f42cc28} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004596 sec., 13925.15230635335 rows/sec., 1.09 MiB/sec.
1978 2024.11.09 02:47:15.016114 [ 73 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1979 2024.11.09 02:47:15.016181 [ 73 ] {} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1980 2024.11.09 02:47:15.016228 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1981 2024.11.09 02:47:15.016450 [ 294 ] {fc0a927c-3a45-4376-8d7e-6caa9f42cc28} <Debug> DynamicQueryHandler: Done processing query
1982 2024.11.09 02:47:15.016523 [ 294 ] {fc0a927c-3a45-4376-8d7e-6caa9f42cc28} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
1983 2024.11.09 02:47:15.016584 [ 195 ] {48637766-a340-4af8-ae3d-4486ac21e344::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
1984 2024.11.09 02:47:15.016597 [ 294 ] {} <Debug> HTTP-Session: 511a9157-211d-4736-8263-314aa3b8c3ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1985 2024.11.09 02:47:15.016839 [ 195 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1986 2024.11.09 02:47:15.016886 [ 195 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 36 rows starting from the beginning of the part
1987 2024.11.09 02:47:15.017002 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41732, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1988 2024.11.09 02:47:15.017177 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57332, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1989 2024.11.09 02:47:15.017235 [ 195 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 36 rows starting from the beginning of the part
1990 2024.11.09 02:47:15.017382 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1991 2024.11.09 02:47:15.017468 [ 289 ] {} <Debug> HTTP-Session: dd869ce2-d95c-4f68-a8ba-dc30bc7639c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:57332
1992 2024.11.09 02:47:15.017557 [ 289 ] {} <Debug> HTTP-Session: dd869ce2-d95c-4f68-a8ba-dc30bc7639c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1993 2024.11.09 02:47:15.017609 [ 195 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 36 rows starting from the beginning of the part
1994 2024.11.09 02:47:15.017619 [ 289 ] {} <Debug> HTTP-Session: dd869ce2-d95c-4f68-a8ba-dc30bc7639c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1995 2024.11.09 02:47:15.017760 [ 289 ] {} <Trace> HTTP-Session: dd869ce2-d95c-4f68-a8ba-dc30bc7639c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1996 2024.11.09 02:47:15.017898 [ 195 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 810 rows starting from the beginning of the part
1997 2024.11.09 02:47:15.018147 [ 195 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part
1998 2024.11.09 02:47:15.018294 [ 289 ] {7c37319e-b72c-4eb4-92c2-cbd77c118b79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
1999 2024.11.09 02:47:15.018445 [ 195 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part
2000 2024.11.09 02:47:15.018488 [ 289 ] {7c37319e-b72c-4eb4-92c2-cbd77c118b79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2001 2024.11.09 02:47:15.019313 [ 289 ] {7c37319e-b72c-4eb4-92c2-cbd77c118b79} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2002 2024.11.09 02:47:15.020135 [ 289 ] {7c37319e-b72c-4eb4-92c2-cbd77c118b79} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2003 2024.11.09 02:47:15.020205 [ 289 ] {7c37319e-b72c-4eb4-92c2-cbd77c118b79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
2004 2024.11.09 02:47:15.021200 [ 289 ] {7c37319e-b72c-4eb4-92c2-cbd77c118b79} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2005 2024.11.09 02:47:15.021733 [ 195 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1046 rows, containing 5 columns (5 merged, 0 gathered) in 0.005402301 sec., 193621.19955922486 rows/sec., 14.95 MiB/sec.
2006 2024.11.09 02:47:15.021993 [ 195 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2007 2024.11.09 02:47:15.022027 [ 289 ] {7c37319e-b72c-4eb4-92c2-cbd77c118b79} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2008 2024.11.09 02:47:15.022309 [ 73 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2009 2024.11.09 02:47:15.022369 [ 289 ] {7c37319e-b72c-4eb4-92c2-cbd77c118b79} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004296 sec., 37243.947858472995 rows/sec., 2.59 MiB/sec.
2010 2024.11.09 02:47:15.022410 [ 73 ] {} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2011 2024.11.09 02:47:15.022494 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
2012 2024.11.09 02:47:15.023204 [ 289 ] {7c37319e-b72c-4eb4-92c2-cbd77c118b79} <Debug> DynamicQueryHandler: Done processing query
2013 2024.11.09 02:47:15.023285 [ 289 ] {7c37319e-b72c-4eb4-92c2-cbd77c118b79} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
2014 2024.11.09 02:47:15.023371 [ 289 ] {} <Debug> HTTP-Session: dd869ce2-d95c-4f68-a8ba-dc30bc7639c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2015 2024.11.09 02:47:15.023531 [ 186 ] {173f980a-35dc-47ba-ab5b-853644c4390e::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
2016 2024.11.09 02:47:15.023682 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57332, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2017 2024.11.09 02:47:15.023833 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65074, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2018 2024.11.09 02:47:15.023954 [ 195 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_6_1} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2019 2024.11.09 02:47:15.024023 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2020 2024.11.09 02:47:15.024120 [ 294 ] {} <Debug> HTTP-Session: a5bf775a-6608-4eb9-adbc-14701203e4c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:65074
2021 2024.11.09 02:47:15.024192 [ 294 ] {} <Debug> HTTP-Session: a5bf775a-6608-4eb9-adbc-14701203e4c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2022 2024.11.09 02:47:15.024248 [ 294 ] {} <Debug> HTTP-Session: a5bf775a-6608-4eb9-adbc-14701203e4c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2023 2024.11.09 02:47:15.024251 [ 195 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_6_1} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2024 2024.11.09 02:47:15.024317 [ 186 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2025 2024.11.09 02:47:15.024343 [ 294 ] {} <Trace> HTTP-Session: a5bf775a-6608-4eb9-adbc-14701203e4c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2026 2024.11.09 02:47:15.024485 [ 186 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 110 rows starting from the beginning of the part
2027 2024.11.09 02:47:15.024513 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB.
2028 2024.11.09 02:47:15.024821 [ 186 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 110 rows starting from the beginning of the part
2029 2024.11.09 02:47:15.024822 [ 294 ] {a78a8f10-eadf-468d-bd52-a18ebb7fca43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65074) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
2030 2024.11.09 02:47:15.025062 [ 294 ] {a78a8f10-eadf-468d-bd52-a18ebb7fca43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2031 2024.11.09 02:47:15.025083 [ 186 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 110 rows starting from the beginning of the part
2032 2024.11.09 02:47:15.025406 [ 186 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 3123 rows starting from the beginning of the part
2033 2024.11.09 02:47:15.025746 [ 186 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 128 rows starting from the beginning of the part
2034 2024.11.09 02:47:15.026074 [ 186 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part
2035 2024.11.09 02:47:15.026425 [ 294 ] {a78a8f10-eadf-468d-bd52-a18ebb7fca43} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2036 2024.11.09 02:47:15.027247 [ 294 ] {a78a8f10-eadf-468d-bd52-a18ebb7fca43} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2037 2024.11.09 02:47:15.027310 [ 294 ] {a78a8f10-eadf-468d-bd52-a18ebb7fca43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
2038 2024.11.09 02:47:15.028244 [ 294 ] {a78a8f10-eadf-468d-bd52-a18ebb7fca43} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2039 2024.11.09 02:47:15.028983 [ 294 ] {a78a8f10-eadf-468d-bd52-a18ebb7fca43} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2040 2024.11.09 02:47:15.029194 [ 73 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2041 2024.11.09 02:47:15.029255 [ 73 ] {} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2042 2024.11.09 02:47:15.029260 [ 294 ] {a78a8f10-eadf-468d-bd52-a18ebb7fca43} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004686 sec., 12804.097311139565 rows/sec., 883.62 KiB/sec.
2043 2024.11.09 02:47:15.029282 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
2044 2024.11.09 02:47:15.029824 [ 191 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::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
2045 2024.11.09 02:47:15.029829 [ 294 ] {a78a8f10-eadf-468d-bd52-a18ebb7fca43} <Debug> DynamicQueryHandler: Done processing query
2046 2024.11.09 02:47:15.029978 [ 294 ] {a78a8f10-eadf-468d-bd52-a18ebb7fca43} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
2047 2024.11.09 02:47:15.030081 [ 294 ] {} <Debug> HTTP-Session: a5bf775a-6608-4eb9-adbc-14701203e4c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2048 2024.11.09 02:47:15.030204 [ 195 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3741 rows, containing 5 columns (5 merged, 0 gathered) in 0.006966864 sec., 536970.4360527204 rows/sec., 36.06 MiB/sec.
2049 2024.11.09 02:47:15.030251 [ 191 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2050 2024.11.09 02:47:15.030296 [ 191 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 40 rows starting from the beginning of the part
2051 2024.11.09 02:47:15.030444 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65074, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2052 2024.11.09 02:47:15.030552 [ 191 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 40 rows starting from the beginning of the part
2053 2024.11.09 02:47:15.030688 [ 195 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2054 2024.11.09 02:47:15.030928 [ 191 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 40 rows starting from the beginning of the part
2055 2024.11.09 02:47:15.031350 [ 191 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part
2056 2024.11.09 02:47:15.031696 [ 191 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 48 rows starting from the beginning of the part
2057 2024.11.09 02:47:15.032058 [ 191 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part
2058 2024.11.09 02:47:15.032742 [ 195 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2059 2024.11.09 02:47:15.032863 [ 195 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2060 2024.11.09 02:47:15.032976 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB.
2061 2024.11.09 02:47:15.033561 [ 187 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 254 rows, containing 4 columns (4 merged, 0 gathered) in 0.004116515 sec., 61702.678114861716 rows/sec., 4.06 MiB/sec.
2062 2024.11.09 02:47:15.033719 [ 187 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2063 2024.11.09 02:47:15.034093 [ 187 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_6_1} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2064 2024.11.09 02:47:15.034168 [ 187 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_6_1} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2065 2024.11.09 02:47:15.034235 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
2066 2024.11.09 02:47:16.414881 [ 71 ] {} <Debug> DNSResolver: Updating DNS cache
2067 2024.11.09 02:47:16.414954 [ 71 ] {} <Debug> DNSResolver: Updated DNS cache
2068 2024.11.09 02:47:20.011403 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34587, User-Agent: (none), Length: 30941, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2069 2024.11.09 02:47:20.011578 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2070 2024.11.09 02:47:20.011609 [ 294 ] {} <Debug> HTTP-Session: 4b0eaf9d-038a-4c94-bde7-ab14d878fb0c Authenticating user 'default' from [fd00:1122:3344:101::d]:34587
2071 2024.11.09 02:47:20.011638 [ 294 ] {} <Debug> HTTP-Session: 4b0eaf9d-038a-4c94-bde7-ab14d878fb0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2072 2024.11.09 02:47:20.011656 [ 294 ] {} <Debug> HTTP-Session: 4b0eaf9d-038a-4c94-bde7-ab14d878fb0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2073 2024.11.09 02:47:20.011715 [ 294 ] {} <Trace> HTTP-Session: 4b0eaf9d-038a-4c94-bde7-ab14d878fb0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2074 2024.11.09 02:47:20.012003 [ 294 ] {4326d381-c2a2-4de7-9bf9-4e7f3e3151db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34587) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2075 2024.11.09 02:47:20.012081 [ 294 ] {4326d381-c2a2-4de7-9bf9-4e7f3e3151db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2076 2024.11.09 02:47:20.012439 [ 294 ] {4326d381-c2a2-4de7-9bf9-4e7f3e3151db} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2077 2024.11.09 02:47:20.013225 [ 294 ] {4326d381-c2a2-4de7-9bf9-4e7f3e3151db} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2078 2024.11.09 02:47:20.013267 [ 294 ] {4326d381-c2a2-4de7-9bf9-4e7f3e3151db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
2079 2024.11.09 02:47:20.013723 [ 294 ] {4326d381-c2a2-4de7-9bf9-4e7f3e3151db} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2080 2024.11.09 02:47:20.014147 [ 294 ] {4326d381-c2a2-4de7-9bf9-4e7f3e3151db} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2081 2024.11.09 02:47:20.014329 [ 294 ] {4326d381-c2a2-4de7-9bf9-4e7f3e3151db} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.002444 sec., 83878.88707037643 rows/sec., 7.39 MiB/sec.
2082 2024.11.09 02:47:20.014666 [ 294 ] {4326d381-c2a2-4de7-9bf9-4e7f3e3151db} <Debug> DynamicQueryHandler: Done processing query
2083 2024.11.09 02:47:20.014692 [ 294 ] {4326d381-c2a2-4de7-9bf9-4e7f3e3151db} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
2084 2024.11.09 02:47:20.014710 [ 294 ] {} <Debug> HTTP-Session: 4b0eaf9d-038a-4c94-bde7-ab14d878fb0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2085 2024.11.09 02:47:20.014932 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34587, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2086 2024.11.09 02:47:20.014967 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61029, User-Agent: (none), Length: 1200, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2087 2024.11.09 02:47:20.015041 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2088 2024.11.09 02:47:20.015063 [ 289 ] {} <Debug> HTTP-Session: c67fbe0e-9dba-4765-b5b1-cc65588d1a87 Authenticating user 'default' from [fd00:1122:3344:101::d]:61029
2089 2024.11.09 02:47:20.015085 [ 289 ] {} <Debug> HTTP-Session: c67fbe0e-9dba-4765-b5b1-cc65588d1a87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2090 2024.11.09 02:47:20.015101 [ 289 ] {} <Debug> HTTP-Session: c67fbe0e-9dba-4765-b5b1-cc65588d1a87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2091 2024.11.09 02:47:20.015134 [ 289 ] {} <Trace> HTTP-Session: c67fbe0e-9dba-4765-b5b1-cc65588d1a87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2092 2024.11.09 02:47:20.015256 [ 289 ] {ae89e364-51dd-4fa7-9d59-10985363c47e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61029) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
2093 2024.11.09 02:47:20.015311 [ 289 ] {ae89e364-51dd-4fa7-9d59-10985363c47e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2094 2024.11.09 02:47:20.015613 [ 289 ] {ae89e364-51dd-4fa7-9d59-10985363c47e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2095 2024.11.09 02:47:20.016007 [ 289 ] {ae89e364-51dd-4fa7-9d59-10985363c47e} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2096 2024.11.09 02:47:20.016051 [ 289 ] {ae89e364-51dd-4fa7-9d59-10985363c47e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
2097 2024.11.09 02:47:20.016429 [ 289 ] {ae89e364-51dd-4fa7-9d59-10985363c47e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2098 2024.11.09 02:47:20.016804 [ 289 ] {ae89e364-51dd-4fa7-9d59-10985363c47e} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2099 2024.11.09 02:47:20.016959 [ 289 ] {ae89e364-51dd-4fa7-9d59-10985363c47e} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001736 sec., 4608.294930875576 rows/sec., 346.52 KiB/sec.
2100 2024.11.09 02:47:20.017174 [ 289 ] {ae89e364-51dd-4fa7-9d59-10985363c47e} <Debug> DynamicQueryHandler: Done processing query
2101 2024.11.09 02:47:20.017200 [ 289 ] {ae89e364-51dd-4fa7-9d59-10985363c47e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2102 2024.11.09 02:47:20.017216 [ 289 ] {} <Debug> HTTP-Session: c67fbe0e-9dba-4765-b5b1-cc65588d1a87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2103 2024.11.09 02:47:20.017385 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61029, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2104 2024.11.09 02:47:20.017482 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53767, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2105 2024.11.09 02:47:20.017546 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2106 2024.11.09 02:47:20.017570 [ 294 ] {} <Debug> HTTP-Session: d2a57bf1-a1c1-47af-8b48-044f8fe2710d Authenticating user 'default' from [fd00:1122:3344:101::d]:53767
2107 2024.11.09 02:47:20.017591 [ 294 ] {} <Debug> HTTP-Session: d2a57bf1-a1c1-47af-8b48-044f8fe2710d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2108 2024.11.09 02:47:20.017608 [ 294 ] {} <Debug> HTTP-Session: d2a57bf1-a1c1-47af-8b48-044f8fe2710d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2109 2024.11.09 02:47:20.017647 [ 294 ] {} <Trace> HTTP-Session: d2a57bf1-a1c1-47af-8b48-044f8fe2710d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2110 2024.11.09 02:47:20.017770 [ 294 ] {15db1564-416d-4a62-9092-596bcc9042dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53767) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
2111 2024.11.09 02:47:20.017821 [ 294 ] {15db1564-416d-4a62-9092-596bcc9042dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2112 2024.11.09 02:47:20.018104 [ 294 ] {15db1564-416d-4a62-9092-596bcc9042dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2113 2024.11.09 02:47:20.018459 [ 294 ] {15db1564-416d-4a62-9092-596bcc9042dd} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2114 2024.11.09 02:47:20.018496 [ 294 ] {15db1564-416d-4a62-9092-596bcc9042dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
2115 2024.11.09 02:47:20.018849 [ 294 ] {15db1564-416d-4a62-9092-596bcc9042dd} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2116 2024.11.09 02:47:20.019209 [ 294 ] {15db1564-416d-4a62-9092-596bcc9042dd} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2117 2024.11.09 02:47:20.019377 [ 294 ] {15db1564-416d-4a62-9092-596bcc9042dd} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001632 sec., 8578.43137254902 rows/sec., 600.78 KiB/sec.
2118 2024.11.09 02:47:20.019689 [ 294 ] {15db1564-416d-4a62-9092-596bcc9042dd} <Debug> DynamicQueryHandler: Done processing query
2119 2024.11.09 02:47:20.019713 [ 294 ] {15db1564-416d-4a62-9092-596bcc9042dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2120 2024.11.09 02:47:20.019730 [ 294 ] {} <Debug> HTTP-Session: d2a57bf1-a1c1-47af-8b48-044f8fe2710d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2121 2024.11.09 02:47:20.019865 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61029, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2122 2024.11.09 02:47:20.019867 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53767, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2123 2024.11.09 02:47:20.019932 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2124 2024.11.09 02:47:20.019960 [ 289 ] {} <Debug> HTTP-Session: 17709fd2-641e-42b4-a1e0-cdab5b1afcd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61029
2125 2024.11.09 02:47:20.019984 [ 289 ] {} <Debug> HTTP-Session: 17709fd2-641e-42b4-a1e0-cdab5b1afcd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2126 2024.11.09 02:47:20.020001 [ 289 ] {} <Debug> HTTP-Session: 17709fd2-641e-42b4-a1e0-cdab5b1afcd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2127 2024.11.09 02:47:20.020041 [ 289 ] {} <Trace> HTTP-Session: 17709fd2-641e-42b4-a1e0-cdab5b1afcd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2128 2024.11.09 02:47:20.020161 [ 289 ] {b73cb0f8-7ce0-4e69-9a9d-429548121789} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61029) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
2129 2024.11.09 02:47:20.020209 [ 289 ] {b73cb0f8-7ce0-4e69-9a9d-429548121789} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2130 2024.11.09 02:47:20.020457 [ 289 ] {b73cb0f8-7ce0-4e69-9a9d-429548121789} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2131 2024.11.09 02:47:20.020772 [ 289 ] {b73cb0f8-7ce0-4e69-9a9d-429548121789} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2132 2024.11.09 02:47:20.020810 [ 289 ] {b73cb0f8-7ce0-4e69-9a9d-429548121789} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
2133 2024.11.09 02:47:20.021167 [ 289 ] {b73cb0f8-7ce0-4e69-9a9d-429548121789} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2134 2024.11.09 02:47:20.021541 [ 289 ] {b73cb0f8-7ce0-4e69-9a9d-429548121789} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2135 2024.11.09 02:47:20.021703 [ 289 ] {b73cb0f8-7ce0-4e69-9a9d-429548121789} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001569 sec., 3824.091778202677 rows/sec., 225.94 KiB/sec.
2136 2024.11.09 02:47:20.021921 [ 289 ] {b73cb0f8-7ce0-4e69-9a9d-429548121789} <Debug> DynamicQueryHandler: Done processing query
2137 2024.11.09 02:47:20.021945 [ 289 ] {b73cb0f8-7ce0-4e69-9a9d-429548121789} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
2138 2024.11.09 02:47:20.021961 [ 289 ] {} <Debug> HTTP-Session: 17709fd2-641e-42b4-a1e0-cdab5b1afcd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2139 2024.11.09 02:47:20.022298 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61029, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2140 2024.11.09 02:47:20.022327 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38315, User-Agent: (none), Length: 63123, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2141 2024.11.09 02:47:20.022396 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2142 2024.11.09 02:47:20.022424 [ 294 ] {} <Debug> HTTP-Session: 571c4ff4-4af7-49bc-a033-5b3171ca1667 Authenticating user 'default' from [fd00:1122:3344:101::d]:38315
2143 2024.11.09 02:47:20.022445 [ 294 ] {} <Debug> HTTP-Session: 571c4ff4-4af7-49bc-a033-5b3171ca1667 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2144 2024.11.09 02:47:20.022462 [ 294 ] {} <Debug> HTTP-Session: 571c4ff4-4af7-49bc-a033-5b3171ca1667 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2145 2024.11.09 02:47:20.022501 [ 294 ] {} <Trace> HTTP-Session: 571c4ff4-4af7-49bc-a033-5b3171ca1667 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2146 2024.11.09 02:47:20.022739 [ 294 ] {6730b758-67ea-4778-bf40-acd426074ee1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38315) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2147 2024.11.09 02:47:20.022793 [ 294 ] {6730b758-67ea-4778-bf40-acd426074ee1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2148 2024.11.09 02:47:20.023071 [ 294 ] {6730b758-67ea-4778-bf40-acd426074ee1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2149 2024.11.09 02:47:20.023643 [ 294 ] {6730b758-67ea-4778-bf40-acd426074ee1} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2150 2024.11.09 02:47:20.023680 [ 294 ] {6730b758-67ea-4778-bf40-acd426074ee1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
2151 2024.11.09 02:47:20.024061 [ 294 ] {6730b758-67ea-4778-bf40-acd426074ee1} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2152 2024.11.09 02:47:20.024419 [ 294 ] {6730b758-67ea-4778-bf40-acd426074ee1} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2153 2024.11.09 02:47:20.024584 [ 294 ] {6730b758-67ea-4778-bf40-acd426074ee1} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001979 sec., 197069.22688226379 rows/sec., 13.98 MiB/sec.
2154 2024.11.09 02:47:20.024917 [ 294 ] {6730b758-67ea-4778-bf40-acd426074ee1} <Debug> DynamicQueryHandler: Done processing query
2155 2024.11.09 02:47:20.024942 [ 294 ] {6730b758-67ea-4778-bf40-acd426074ee1} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB.
2156 2024.11.09 02:47:20.024959 [ 294 ] {} <Debug> HTTP-Session: 571c4ff4-4af7-49bc-a033-5b3171ca1667 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2157 2024.11.09 02:47:20.025172 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38315, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2158 2024.11.09 02:47:20.025269 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34879, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2159 2024.11.09 02:47:20.025324 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2160 2024.11.09 02:47:20.025344 [ 289 ] {} <Debug> HTTP-Session: 802b0654-cfaa-44fe-8a20-9689353e7eb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34879
2161 2024.11.09 02:47:20.025361 [ 289 ] {} <Debug> HTTP-Session: 802b0654-cfaa-44fe-8a20-9689353e7eb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2162 2024.11.09 02:47:20.025375 [ 289 ] {} <Debug> HTTP-Session: 802b0654-cfaa-44fe-8a20-9689353e7eb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2163 2024.11.09 02:47:20.025406 [ 289 ] {} <Trace> HTTP-Session: 802b0654-cfaa-44fe-8a20-9689353e7eb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2164 2024.11.09 02:47:20.025503 [ 289 ] {9ef65207-05f0-499e-baa6-c3141eb73740} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34879) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
2165 2024.11.09 02:47:20.025549 [ 289 ] {9ef65207-05f0-499e-baa6-c3141eb73740} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2166 2024.11.09 02:47:20.025708 [ 289 ] {9ef65207-05f0-499e-baa6-c3141eb73740} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2167 2024.11.09 02:47:20.025991 [ 289 ] {9ef65207-05f0-499e-baa6-c3141eb73740} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2168 2024.11.09 02:47:20.026027 [ 289 ] {9ef65207-05f0-499e-baa6-c3141eb73740} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
2169 2024.11.09 02:47:20.026385 [ 289 ] {9ef65207-05f0-499e-baa6-c3141eb73740} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2170 2024.11.09 02:47:20.026715 [ 289 ] {9ef65207-05f0-499e-baa6-c3141eb73740} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2171 2024.11.09 02:47:20.026868 [ 289 ] {9ef65207-05f0-499e-baa6-c3141eb73740} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001386 sec., 4329.004329004329 rows/sec., 226.17 KiB/sec.
2172 2024.11.09 02:47:20.027076 [ 289 ] {9ef65207-05f0-499e-baa6-c3141eb73740} <Debug> DynamicQueryHandler: Done processing query
2173 2024.11.09 02:47:20.027102 [ 289 ] {9ef65207-05f0-499e-baa6-c3141eb73740} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
2174 2024.11.09 02:47:20.027118 [ 289 ] {} <Debug> HTTP-Session: 802b0654-cfaa-44fe-8a20-9689353e7eb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2175 2024.11.09 02:47:20.027389 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34879, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2176 2024.11.09 02:47:20.027411 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38315, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2177 2024.11.09 02:47:20.027473 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2178 2024.11.09 02:47:20.027500 [ 294 ] {} <Debug> HTTP-Session: d1c01cb9-5b69-4947-be87-105df8de7085 Authenticating user 'default' from [fd00:1122:3344:101::d]:38315
2179 2024.11.09 02:47:20.027523 [ 294 ] {} <Debug> HTTP-Session: d1c01cb9-5b69-4947-be87-105df8de7085 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2180 2024.11.09 02:47:20.027543 [ 294 ] {} <Debug> HTTP-Session: d1c01cb9-5b69-4947-be87-105df8de7085 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2181 2024.11.09 02:47:20.027581 [ 294 ] {} <Trace> HTTP-Session: d1c01cb9-5b69-4947-be87-105df8de7085 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2182 2024.11.09 02:47:20.027809 [ 294 ] {4d767e38-c8f9-4d39-b5d0-2619e6bf7f56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38315) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
2183 2024.11.09 02:47:20.027864 [ 294 ] {4d767e38-c8f9-4d39-b5d0-2619e6bf7f56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2184 2024.11.09 02:47:20.028043 [ 294 ] {4d767e38-c8f9-4d39-b5d0-2619e6bf7f56} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2185 2024.11.09 02:47:20.028519 [ 294 ] {4d767e38-c8f9-4d39-b5d0-2619e6bf7f56} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2186 2024.11.09 02:47:20.028556 [ 294 ] {4d767e38-c8f9-4d39-b5d0-2619e6bf7f56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
2187 2024.11.09 02:47:20.028967 [ 294 ] {4d767e38-c8f9-4d39-b5d0-2619e6bf7f56} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2188 2024.11.09 02:47:20.029310 [ 294 ] {4d767e38-c8f9-4d39-b5d0-2619e6bf7f56} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2189 2024.11.09 02:47:20.029465 [ 294 ] {4d767e38-c8f9-4d39-b5d0-2619e6bf7f56} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001781 sec., 133071.30825379 rows/sec., 8.92 MiB/sec.
2190 2024.11.09 02:47:20.029638 [ 294 ] {4d767e38-c8f9-4d39-b5d0-2619e6bf7f56} <Debug> DynamicQueryHandler: Done processing query
2191 2024.11.09 02:47:20.029662 [ 294 ] {4d767e38-c8f9-4d39-b5d0-2619e6bf7f56} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
2192 2024.11.09 02:47:20.029679 [ 294 ] {} <Debug> HTTP-Session: d1c01cb9-5b69-4947-be87-105df8de7085 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2193 2024.11.09 02:47:20.029890 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38315, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2194 2024.11.09 02:47:20.029944 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54227, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2195 2024.11.09 02:47:20.030000 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2196 2024.11.09 02:47:20.030021 [ 289 ] {} <Debug> HTTP-Session: 9c2e84f4-049d-401e-af57-e3c2fda115ab Authenticating user 'default' from [fd00:1122:3344:101::d]:54227
2197 2024.11.09 02:47:20.030039 [ 289 ] {} <Debug> HTTP-Session: 9c2e84f4-049d-401e-af57-e3c2fda115ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2198 2024.11.09 02:47:20.030054 [ 289 ] {} <Debug> HTTP-Session: 9c2e84f4-049d-401e-af57-e3c2fda115ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2199 2024.11.09 02:47:20.030085 [ 289 ] {} <Trace> HTTP-Session: 9c2e84f4-049d-401e-af57-e3c2fda115ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2200 2024.11.09 02:47:20.030184 [ 289 ] {14e170f7-9cab-44b0-bb66-52b152594ff1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54227) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
2201 2024.11.09 02:47:20.030229 [ 289 ] {14e170f7-9cab-44b0-bb66-52b152594ff1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2202 2024.11.09 02:47:20.030359 [ 289 ] {14e170f7-9cab-44b0-bb66-52b152594ff1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2203 2024.11.09 02:47:20.030636 [ 289 ] {14e170f7-9cab-44b0-bb66-52b152594ff1} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2204 2024.11.09 02:47:20.030673 [ 289 ] {14e170f7-9cab-44b0-bb66-52b152594ff1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
2205 2024.11.09 02:47:20.031022 [ 289 ] {14e170f7-9cab-44b0-bb66-52b152594ff1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2206 2024.11.09 02:47:20.031351 [ 289 ] {14e170f7-9cab-44b0-bb66-52b152594ff1} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2207 2024.11.09 02:47:20.031498 [ 289 ] {14e170f7-9cab-44b0-bb66-52b152594ff1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001329 sec., 752.4454477050414 rows/sec., 50.70 KiB/sec.
2208 2024.11.09 02:47:20.031760 [ 289 ] {14e170f7-9cab-44b0-bb66-52b152594ff1} <Debug> DynamicQueryHandler: Done processing query
2209 2024.11.09 02:47:20.031785 [ 289 ] {14e170f7-9cab-44b0-bb66-52b152594ff1} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
2210 2024.11.09 02:47:20.031802 [ 289 ] {} <Debug> HTTP-Session: 9c2e84f4-049d-401e-af57-e3c2fda115ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2211 2024.11.09 02:47:20.031954 [ 289 ] {} <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)
2212 2024.11.09 02:47:20.032035 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59034, User-Agent: (none), Length: 14181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2213 2024.11.09 02:47:20.032087 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2214 2024.11.09 02:47:20.032109 [ 294 ] {} <Debug> HTTP-Session: a8e7d5ee-51d9-4afa-b84e-24cc2a57b93d Authenticating user 'default' from [fd00:1122:3344:101::d]:59034
2215 2024.11.09 02:47:20.032127 [ 294 ] {} <Debug> HTTP-Session: a8e7d5ee-51d9-4afa-b84e-24cc2a57b93d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2216 2024.11.09 02:47:20.032141 [ 294 ] {} <Debug> HTTP-Session: a8e7d5ee-51d9-4afa-b84e-24cc2a57b93d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2217 2024.11.09 02:47:20.032172 [ 294 ] {} <Trace> HTTP-Session: a8e7d5ee-51d9-4afa-b84e-24cc2a57b93d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2218 2024.11.09 02:47:20.032366 [ 294 ] {b5a3d212-cc18-4201-96e9-7f12866cdf44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59034) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
2219 2024.11.09 02:47:20.032449 [ 294 ] {b5a3d212-cc18-4201-96e9-7f12866cdf44} <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
2220 2024.11.09 02:47:20.032968 [ 294 ] {b5a3d212-cc18-4201-96e9-7f12866cdf44} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2221 2024.11.09 02:47:20.033520 [ 294 ] {b5a3d212-cc18-4201-96e9-7f12866cdf44} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2222 2024.11.09 02:47:20.033556 [ 294 ] {b5a3d212-cc18-4201-96e9-7f12866cdf44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
2223 2024.11.09 02:47:20.034182 [ 294 ] {b5a3d212-cc18-4201-96e9-7f12866cdf44} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2224 2024.11.09 02:47:20.034596 [ 294 ] {b5a3d212-cc18-4201-96e9-7f12866cdf44} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2225 2024.11.09 02:47:20.034755 [ 294 ] {b5a3d212-cc18-4201-96e9-7f12866cdf44} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002488 sec., 3215.434083601286 rows/sec., 5.76 MiB/sec.
2226 2024.11.09 02:47:20.034988 [ 294 ] {b5a3d212-cc18-4201-96e9-7f12866cdf44} <Debug> DynamicQueryHandler: Done processing query
2227 2024.11.09 02:47:20.035014 [ 294 ] {b5a3d212-cc18-4201-96e9-7f12866cdf44} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
2228 2024.11.09 02:47:20.035030 [ 294 ] {} <Debug> HTTP-Session: a8e7d5ee-51d9-4afa-b84e-24cc2a57b93d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2229 2024.11.09 02:47:20.035189 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59034, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2230 2024.11.09 02:47:20.035281 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33432, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2231 2024.11.09 02:47:20.035334 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2232 2024.11.09 02:47:20.035354 [ 289 ] {} <Debug> HTTP-Session: be28ca33-5e60-4a7f-a6ff-4e6f460a4709 Authenticating user 'default' from [fd00:1122:3344:101::d]:33432
2233 2024.11.09 02:47:20.035370 [ 289 ] {} <Debug> HTTP-Session: be28ca33-5e60-4a7f-a6ff-4e6f460a4709 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2234 2024.11.09 02:47:20.035384 [ 289 ] {} <Debug> HTTP-Session: be28ca33-5e60-4a7f-a6ff-4e6f460a4709 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2235 2024.11.09 02:47:20.035415 [ 289 ] {} <Trace> HTTP-Session: be28ca33-5e60-4a7f-a6ff-4e6f460a4709 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2236 2024.11.09 02:47:20.035535 [ 289 ] {c87cc913-ddd2-41c6-9742-2cb5abf971ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33432) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
2237 2024.11.09 02:47:20.035580 [ 289 ] {c87cc913-ddd2-41c6-9742-2cb5abf971ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2238 2024.11.09 02:47:20.035705 [ 289 ] {c87cc913-ddd2-41c6-9742-2cb5abf971ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2239 2024.11.09 02:47:20.036024 [ 289 ] {c87cc913-ddd2-41c6-9742-2cb5abf971ef} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2240 2024.11.09 02:47:20.036060 [ 289 ] {c87cc913-ddd2-41c6-9742-2cb5abf971ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
2241 2024.11.09 02:47:20.036426 [ 289 ] {c87cc913-ddd2-41c6-9742-2cb5abf971ef} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2242 2024.11.09 02:47:20.036749 [ 289 ] {c87cc913-ddd2-41c6-9742-2cb5abf971ef} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2243 2024.11.09 02:47:20.036901 [ 289 ] {c87cc913-ddd2-41c6-9742-2cb5abf971ef} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001409 sec., 58197.30305180979 rows/sec., 3.70 MiB/sec.
2244 2024.11.09 02:47:20.037072 [ 289 ] {c87cc913-ddd2-41c6-9742-2cb5abf971ef} <Debug> DynamicQueryHandler: Done processing query
2245 2024.11.09 02:47:20.037096 [ 289 ] {c87cc913-ddd2-41c6-9742-2cb5abf971ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2246 2024.11.09 02:47:20.037113 [ 289 ] {} <Debug> HTTP-Session: be28ca33-5e60-4a7f-a6ff-4e6f460a4709 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2247 2024.11.09 02:47:20.037364 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33432, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2248 2024.11.09 02:47:20.819639 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59034, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2249 2024.11.09 02:47:21.043044 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57347, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2250 2024.11.09 02:47:21.071488 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38128, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2251 2024.11.09 02:47:21.073919 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50284, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2252 2024.11.09 02:47:21.080275 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38679, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2253 2024.11.09 02:47:21.181834 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33174, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2254 2024.11.09 02:47:21.192118 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37028, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2255 2024.11.09 02:47:21.193419 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55444, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2256 2024.11.09 02:47:21.474502 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 248
2257 2024.11.09 02:47:21.477253 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2258 2024.11.09 02:47:21.477308 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
2259 2024.11.09 02:47:21.478828 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2260 2024.11.09 02:47:21.479835 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2261 2024.11.09 02:47:21.480393 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 248
2262 2024.11.09 02:47:25.001426 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35712, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2263 2024.11.09 02:47:25.001573 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2264 2024.11.09 02:47:25.001603 [ 289 ] {} <Debug> HTTP-Session: 483c1e81-e5b0-4eec-a479-a551df76334e Authenticating user 'default' from [fd00:1122:3344:101::d]:35712
2265 2024.11.09 02:47:25.001632 [ 289 ] {} <Debug> HTTP-Session: 483c1e81-e5b0-4eec-a479-a551df76334e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2266 2024.11.09 02:47:25.001651 [ 289 ] {} <Debug> HTTP-Session: 483c1e81-e5b0-4eec-a479-a551df76334e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2267 2024.11.09 02:47:25.001709 [ 289 ] {} <Trace> HTTP-Session: 483c1e81-e5b0-4eec-a479-a551df76334e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2268 2024.11.09 02:47:25.001998 [ 289 ] {53c9b8f4-33be-4cf6-91ec-d908bab90257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35712) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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)
2269 2024.11.09 02:47:25.002452 [ 289 ] {53c9b8f4-33be-4cf6-91ec-d908bab90257} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2270 2024.11.09 02:47:25.002505 [ 289 ] {53c9b8f4-33be-4cf6-91ec-d908bab90257} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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
2271 2024.11.09 02:47:25.002878 [ 289 ] {53c9b8f4-33be-4cf6-91ec-d908bab90257} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2272 2024.11.09 02:47:25.002961 [ 289 ] {53c9b8f4-33be-4cf6-91ec-d908bab90257} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2273 2024.11.09 02:47:25.003138 [ 289 ] {53c9b8f4-33be-4cf6-91ec-d908bab90257} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Key condition: (column 0 notIn 37-element set)
2274 2024.11.09 02:47:25.003301 [ 297 ] {53c9b8f4-33be-4cf6-91ec-d908bab90257} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2275 2024.11.09 02:47:25.003306 [ 296 ] {53c9b8f4-33be-4cf6-91ec-d908bab90257} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2276 2024.11.09 02:47:25.003488 [ 289 ] {53c9b8f4-33be-4cf6-91ec-d908bab90257} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (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
2277 2024.11.09 02:47:25.003521 [ 289 ] {53c9b8f4-33be-4cf6-91ec-d908bab90257} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
2278 2024.11.09 02:47:25.003796 [ 289 ] {53c9b8f4-33be-4cf6-91ec-d908bab90257} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2279 2024.11.09 02:47:25.003888 [ 289 ] {53c9b8f4-33be-4cf6-91ec-d908bab90257} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Reading approx. 37 rows with 2 streams
2280 2024.11.09 02:47:25.003949 [ 289 ] {53c9b8f4-33be-4cf6-91ec-d908bab90257} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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', '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'))"
2281 2024.11.09 02:47:25.004001 [ 289 ] {53c9b8f4-33be-4cf6-91ec-d908bab90257} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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', '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'))"
2282 2024.11.09 02:47:25.005918 [ 289 ] {53c9b8f4-33be-4cf6-91ec-d908bab90257} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.004056 sec., 9122.287968441815 rows/sec., 341.89 KiB/sec.
2283 2024.11.09 02:47:25.006278 [ 289 ] {53c9b8f4-33be-4cf6-91ec-d908bab90257} <Debug> DynamicQueryHandler: Done processing query
2284 2024.11.09 02:47:25.006306 [ 289 ] {53c9b8f4-33be-4cf6-91ec-d908bab90257} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
2285 2024.11.09 02:47:25.006324 [ 289 ] {} <Debug> HTTP-Session: 483c1e81-e5b0-4eec-a479-a551df76334e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2286 2024.11.09 02:47:25.006675 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35712, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2287 2024.11.09 02:47:25.006814 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48691, User-Agent: (none), Length: 1363, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2288 2024.11.09 02:47:25.006911 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2289 2024.11.09 02:47:25.006937 [ 282 ] {} <Debug> HTTP-Session: 1434cf88-d381-410e-9519-c596eff0516a Authenticating user 'default' from [fd00:1122:3344:101::d]:48691
2290 2024.11.09 02:47:25.006961 [ 282 ] {} <Debug> HTTP-Session: 1434cf88-d381-410e-9519-c596eff0516a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2291 2024.11.09 02:47:25.006976 [ 282 ] {} <Debug> HTTP-Session: 1434cf88-d381-410e-9519-c596eff0516a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2292 2024.11.09 02:47:25.007029 [ 282 ] {} <Trace> HTTP-Session: 1434cf88-d381-410e-9519-c596eff0516a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2293 2024.11.09 02:47:25.007278 [ 282 ] {6f065e5b-8b48-4947-91a6-08df5a6e796e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48691) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', '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', '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)
2294 2024.11.09 02:47:25.007704 [ 282 ] {6f065e5b-8b48-4947-91a6-08df5a6e796e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2295 2024.11.09 02:47:25.007757 [ 282 ] {6f065e5b-8b48-4947-91a6-08df5a6e796e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', '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', '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
2296 2024.11.09 02:47:25.008124 [ 282 ] {6f065e5b-8b48-4947-91a6-08df5a6e796e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2297 2024.11.09 02:47:25.008207 [ 282 ] {6f065e5b-8b48-4947-91a6-08df5a6e796e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2298 2024.11.09 02:47:25.008387 [ 282 ] {6f065e5b-8b48-4947-91a6-08df5a6e796e} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Key condition: (column 0 notIn 38-element set)
2299 2024.11.09 02:47:25.008504 [ 301 ] {6f065e5b-8b48-4947-91a6-08df5a6e796e} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2300 2024.11.09 02:47:25.008513 [ 300 ] {6f065e5b-8b48-4947-91a6-08df5a6e796e} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2301 2024.11.09 02:47:25.008633 [ 282 ] {6f065e5b-8b48-4947-91a6-08df5a6e796e} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (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
2302 2024.11.09 02:47:25.008663 [ 282 ] {6f065e5b-8b48-4947-91a6-08df5a6e796e} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
2303 2024.11.09 02:47:25.008754 [ 282 ] {6f065e5b-8b48-4947-91a6-08df5a6e796e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2304 2024.11.09 02:47:25.008777 [ 282 ] {6f065e5b-8b48-4947-91a6-08df5a6e796e} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Reading approx. 37 rows with 2 streams
2305 2024.11.09 02:47:25.008820 [ 282 ] {6f065e5b-8b48-4947-91a6-08df5a6e796e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', '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', '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'))"
2306 2024.11.09 02:47:25.008872 [ 282 ] {6f065e5b-8b48-4947-91a6-08df5a6e796e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', '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', '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'))"
2307 2024.11.09 02:47:25.010395 [ 282 ] {6f065e5b-8b48-4947-91a6-08df5a6e796e} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003241 sec., 11416.229558778155 rows/sec., 427.87 KiB/sec.
2308 2024.11.09 02:47:25.010731 [ 282 ] {6f065e5b-8b48-4947-91a6-08df5a6e796e} <Debug> DynamicQueryHandler: Done processing query
2309 2024.11.09 02:47:25.010758 [ 282 ] {6f065e5b-8b48-4947-91a6-08df5a6e796e} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
2310 2024.11.09 02:47:25.010776 [ 282 ] {} <Debug> HTTP-Session: 1434cf88-d381-410e-9519-c596eff0516a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2311 2024.11.09 02:47:25.011065 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48691, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2312 2024.11.09 02:47:25.011064 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35712, User-Agent: (none), Length: 1400, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2313 2024.11.09 02:47:25.011175 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2314 2024.11.09 02:47:25.011197 [ 289 ] {} <Debug> HTTP-Session: 03ab93f9-3dd0-4385-8636-99433b00b8de Authenticating user 'default' from [fd00:1122:3344:101::d]:35712
2315 2024.11.09 02:47:25.011218 [ 289 ] {} <Debug> HTTP-Session: 03ab93f9-3dd0-4385-8636-99433b00b8de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2316 2024.11.09 02:47:25.011242 [ 289 ] {} <Debug> HTTP-Session: 03ab93f9-3dd0-4385-8636-99433b00b8de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2317 2024.11.09 02:47:25.011292 [ 289 ] {} <Trace> HTTP-Session: 03ab93f9-3dd0-4385-8636-99433b00b8de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2318 2024.11.09 02:47:25.011516 [ 289 ] {377b2e3d-60d9-4148-86ff-7ce758ed2e62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35712) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', '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', '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)
2319 2024.11.09 02:47:25.011936 [ 289 ] {377b2e3d-60d9-4148-86ff-7ce758ed2e62} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2320 2024.11.09 02:47:25.011998 [ 289 ] {377b2e3d-60d9-4148-86ff-7ce758ed2e62} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', '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', '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
2321 2024.11.09 02:47:25.012389 [ 289 ] {377b2e3d-60d9-4148-86ff-7ce758ed2e62} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2322 2024.11.09 02:47:25.012459 [ 289 ] {377b2e3d-60d9-4148-86ff-7ce758ed2e62} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2323 2024.11.09 02:47:25.012609 [ 289 ] {377b2e3d-60d9-4148-86ff-7ce758ed2e62} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Key condition: (column 0 notIn 39-element set)
2324 2024.11.09 02:47:25.012726 [ 296 ] {377b2e3d-60d9-4148-86ff-7ce758ed2e62} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2325 2024.11.09 02:47:25.012727 [ 302 ] {377b2e3d-60d9-4148-86ff-7ce758ed2e62} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2326 2024.11.09 02:47:25.012851 [ 289 ] {377b2e3d-60d9-4148-86ff-7ce758ed2e62} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (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
2327 2024.11.09 02:47:25.012881 [ 289 ] {377b2e3d-60d9-4148-86ff-7ce758ed2e62} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
2328 2024.11.09 02:47:25.012966 [ 289 ] {377b2e3d-60d9-4148-86ff-7ce758ed2e62} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2329 2024.11.09 02:47:25.012988 [ 289 ] {377b2e3d-60d9-4148-86ff-7ce758ed2e62} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Reading approx. 37 rows with 2 streams
2330 2024.11.09 02:47:25.013032 [ 289 ] {377b2e3d-60d9-4148-86ff-7ce758ed2e62} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', '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', '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'))"
2331 2024.11.09 02:47:25.013083 [ 289 ] {377b2e3d-60d9-4148-86ff-7ce758ed2e62} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', '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', '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'))"
2332 2024.11.09 02:47:25.014449 [ 289 ] {377b2e3d-60d9-4148-86ff-7ce758ed2e62} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003052 sec., 12123.197903014418 rows/sec., 454.36 KiB/sec.
2333 2024.11.09 02:47:25.014748 [ 289 ] {377b2e3d-60d9-4148-86ff-7ce758ed2e62} <Debug> DynamicQueryHandler: Done processing query
2334 2024.11.09 02:47:25.014774 [ 289 ] {377b2e3d-60d9-4148-86ff-7ce758ed2e62} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
2335 2024.11.09 02:47:25.014792 [ 289 ] {} <Debug> HTTP-Session: 03ab93f9-3dd0-4385-8636-99433b00b8de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2336 2024.11.09 02:47:25.019811 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35712, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2337 2024.11.09 02:47:25.021714 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35712, User-Agent: (none), Length: 638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2338 2024.11.09 02:47:25.021774 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2339 2024.11.09 02:47:25.021799 [ 289 ] {} <Debug> HTTP-Session: e5e5e752-1138-4bce-8129-771008b0fa80 Authenticating user 'default' from [fd00:1122:3344:101::d]:35712
2340 2024.11.09 02:47:25.021819 [ 289 ] {} <Debug> HTTP-Session: e5e5e752-1138-4bce-8129-771008b0fa80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2341 2024.11.09 02:47:25.021836 [ 289 ] {} <Debug> HTTP-Session: e5e5e752-1138-4bce-8129-771008b0fa80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2342 2024.11.09 02:47:25.021874 [ 289 ] {} <Trace> HTTP-Session: e5e5e752-1138-4bce-8129-771008b0fa80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2343 2024.11.09 02:47:25.022006 [ 289 ] {e5e65a8f-3be5-416b-b2aa-0a30a1c4ac17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35712) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
2344 2024.11.09 02:47:25.022065 [ 289 ] {e5e65a8f-3be5-416b-b2aa-0a30a1c4ac17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2345 2024.11.09 02:47:25.022267 [ 289 ] {e5e65a8f-3be5-416b-b2aa-0a30a1c4ac17} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2346 2024.11.09 02:47:25.022624 [ 289 ] {e5e65a8f-3be5-416b-b2aa-0a30a1c4ac17} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2347 2024.11.09 02:47:25.022663 [ 289 ] {e5e65a8f-3be5-416b-b2aa-0a30a1c4ac17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
2348 2024.11.09 02:47:25.023179 [ 289 ] {e5e65a8f-3be5-416b-b2aa-0a30a1c4ac17} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2349 2024.11.09 02:47:25.023512 [ 289 ] {e5e65a8f-3be5-416b-b2aa-0a30a1c4ac17} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2350 2024.11.09 02:47:25.023681 [ 289 ] {e5e65a8f-3be5-416b-b2aa-0a30a1c4ac17} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.00171 sec., 1754.3859649122808 rows/sec., 159.90 KiB/sec.
2351 2024.11.09 02:47:25.023960 [ 289 ] {e5e65a8f-3be5-416b-b2aa-0a30a1c4ac17} <Debug> DynamicQueryHandler: Done processing query
2352 2024.11.09 02:47:25.023987 [ 289 ] {e5e65a8f-3be5-416b-b2aa-0a30a1c4ac17} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
2353 2024.11.09 02:47:25.024003 [ 289 ] {} <Debug> HTTP-Session: e5e5e752-1138-4bce-8129-771008b0fa80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2354 2024.11.09 02:47:25.024220 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35712, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2355 2024.11.09 02:47:25.024291 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54733, User-Agent: (none), Length: 13091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2356 2024.11.09 02:47:25.024362 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2357 2024.11.09 02:47:25.024387 [ 282 ] {} <Debug> HTTP-Session: eabe5fec-a17b-452b-b090-984fad4c1e88 Authenticating user 'default' from [fd00:1122:3344:101::d]:54733
2358 2024.11.09 02:47:25.024407 [ 282 ] {} <Debug> HTTP-Session: eabe5fec-a17b-452b-b090-984fad4c1e88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2359 2024.11.09 02:47:25.024421 [ 282 ] {} <Debug> HTTP-Session: eabe5fec-a17b-452b-b090-984fad4c1e88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2360 2024.11.09 02:47:25.024465 [ 282 ] {} <Trace> HTTP-Session: eabe5fec-a17b-452b-b090-984fad4c1e88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2361 2024.11.09 02:47:25.024625 [ 282 ] {719c12ff-4c94-4093-a5af-19f26e20bd44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54733) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2362 2024.11.09 02:47:25.024677 [ 282 ] {719c12ff-4c94-4093-a5af-19f26e20bd44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2363 2024.11.09 02:47:25.024952 [ 282 ] {719c12ff-4c94-4093-a5af-19f26e20bd44} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2364 2024.11.09 02:47:25.025357 [ 282 ] {719c12ff-4c94-4093-a5af-19f26e20bd44} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2365 2024.11.09 02:47:25.025397 [ 282 ] {719c12ff-4c94-4093-a5af-19f26e20bd44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
2366 2024.11.09 02:47:25.025827 [ 282 ] {719c12ff-4c94-4093-a5af-19f26e20bd44} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2367 2024.11.09 02:47:25.026223 [ 282 ] {719c12ff-4c94-4093-a5af-19f26e20bd44} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2368 2024.11.09 02:47:25.026399 [ 282 ] {719c12ff-4c94-4093-a5af-19f26e20bd44} <Debug> executeQuery: Read 90 rows, 7.59 KiB in 0.001841 sec., 48886.47474198805 rows/sec., 4.03 MiB/sec.
2369 2024.11.09 02:47:25.026772 [ 282 ] {719c12ff-4c94-4093-a5af-19f26e20bd44} <Debug> DynamicQueryHandler: Done processing query
2370 2024.11.09 02:47:25.026798 [ 282 ] {719c12ff-4c94-4093-a5af-19f26e20bd44} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
2371 2024.11.09 02:47:25.026814 [ 282 ] {} <Debug> HTTP-Session: eabe5fec-a17b-452b-b090-984fad4c1e88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2372 2024.11.09 02:47:25.027005 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54733, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2373 2024.11.09 02:47:25.027179 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65278, User-Agent: (none), Length: 2486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2374 2024.11.09 02:47:25.027294 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2375 2024.11.09 02:47:25.027333 [ 289 ] {} <Debug> HTTP-Session: 4f1ba560-06ff-4d0e-836d-4bbcba23f958 Authenticating user 'default' from [fd00:1122:3344:101::d]:65278
2376 2024.11.09 02:47:25.027355 [ 289 ] {} <Debug> HTTP-Session: 4f1ba560-06ff-4d0e-836d-4bbcba23f958 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2377 2024.11.09 02:47:25.027373 [ 289 ] {} <Debug> HTTP-Session: 4f1ba560-06ff-4d0e-836d-4bbcba23f958 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2378 2024.11.09 02:47:25.027419 [ 289 ] {} <Trace> HTTP-Session: 4f1ba560-06ff-4d0e-836d-4bbcba23f958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2379 2024.11.09 02:47:25.027556 [ 289 ] {538588b9-f588-4c7f-9985-2cb02c5fe83d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65278) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
2380 2024.11.09 02:47:25.027613 [ 289 ] {538588b9-f588-4c7f-9985-2cb02c5fe83d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2381 2024.11.09 02:47:25.027918 [ 289 ] {538588b9-f588-4c7f-9985-2cb02c5fe83d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2382 2024.11.09 02:47:25.028308 [ 289 ] {538588b9-f588-4c7f-9985-2cb02c5fe83d} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2383 2024.11.09 02:47:25.028347 [ 289 ] {538588b9-f588-4c7f-9985-2cb02c5fe83d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
2384 2024.11.09 02:47:25.028728 [ 289 ] {538588b9-f588-4c7f-9985-2cb02c5fe83d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2385 2024.11.09 02:47:25.029124 [ 289 ] {538588b9-f588-4c7f-9985-2cb02c5fe83d} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2386 2024.11.09 02:47:25.029276 [ 289 ] {538588b9-f588-4c7f-9985-2cb02c5fe83d} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001752 sec., 9703.196347031962 rows/sec., 729.63 KiB/sec.
2387 2024.11.09 02:47:25.029578 [ 289 ] {538588b9-f588-4c7f-9985-2cb02c5fe83d} <Debug> DynamicQueryHandler: Done processing query
2388 2024.11.09 02:47:25.029605 [ 289 ] {538588b9-f588-4c7f-9985-2cb02c5fe83d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2389 2024.11.09 02:47:25.029621 [ 289 ] {} <Debug> HTTP-Session: 4f1ba560-06ff-4d0e-836d-4bbcba23f958 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2390 2024.11.09 02:47:25.029809 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65278, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2391 2024.11.09 02:47:25.029824 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54733, User-Agent: (none), Length: 14972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2392 2024.11.09 02:47:25.029915 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2393 2024.11.09 02:47:25.029939 [ 282 ] {} <Debug> HTTP-Session: d1daba01-b0c4-4584-adb2-f8eb9b213285 Authenticating user 'default' from [fd00:1122:3344:101::d]:54733
2394 2024.11.09 02:47:25.029971 [ 282 ] {} <Debug> HTTP-Session: d1daba01-b0c4-4584-adb2-f8eb9b213285 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2395 2024.11.09 02:47:25.029991 [ 282 ] {} <Debug> HTTP-Session: d1daba01-b0c4-4584-adb2-f8eb9b213285 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2396 2024.11.09 02:47:25.030040 [ 282 ] {} <Trace> HTTP-Session: d1daba01-b0c4-4584-adb2-f8eb9b213285 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2397 2024.11.09 02:47:25.030206 [ 282 ] {eeb18af8-7861-42ad-bb8e-f3371262d35e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54733) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2398 2024.11.09 02:47:25.030265 [ 282 ] {eeb18af8-7861-42ad-bb8e-f3371262d35e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2399 2024.11.09 02:47:25.030523 [ 282 ] {eeb18af8-7861-42ad-bb8e-f3371262d35e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2400 2024.11.09 02:47:25.030926 [ 282 ] {eeb18af8-7861-42ad-bb8e-f3371262d35e} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2401 2024.11.09 02:47:25.030964 [ 282 ] {eeb18af8-7861-42ad-bb8e-f3371262d35e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
2402 2024.11.09 02:47:25.031347 [ 282 ] {eeb18af8-7861-42ad-bb8e-f3371262d35e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2403 2024.11.09 02:47:25.031744 [ 282 ] {eeb18af8-7861-42ad-bb8e-f3371262d35e} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2404 2024.11.09 02:47:25.031884 [ 282 ] {eeb18af8-7861-42ad-bb8e-f3371262d35e} <Debug> executeQuery: Read 88 rows, 7.05 KiB in 0.001743 sec., 50487.66494549627 rows/sec., 3.95 MiB/sec.
2405 2024.11.09 02:47:25.032073 [ 282 ] {eeb18af8-7861-42ad-bb8e-f3371262d35e} <Debug> DynamicQueryHandler: Done processing query
2406 2024.11.09 02:47:25.032097 [ 282 ] {eeb18af8-7861-42ad-bb8e-f3371262d35e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
2407 2024.11.09 02:47:25.032114 [ 282 ] {} <Debug> HTTP-Session: d1daba01-b0c4-4584-adb2-f8eb9b213285 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2408 2024.11.09 02:47:25.032272 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54733, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2409 2024.11.09 02:47:25.032407 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65030, User-Agent: (none), Length: 28744, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2410 2024.11.09 02:47:25.032478 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2411 2024.11.09 02:47:25.032507 [ 289 ] {} <Debug> HTTP-Session: e0034cd6-f28e-4306-a586-15061a693022 Authenticating user 'default' from [fd00:1122:3344:101::d]:65030
2412 2024.11.09 02:47:25.032529 [ 289 ] {} <Debug> HTTP-Session: e0034cd6-f28e-4306-a586-15061a693022 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2413 2024.11.09 02:47:25.032546 [ 289 ] {} <Debug> HTTP-Session: e0034cd6-f28e-4306-a586-15061a693022 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2414 2024.11.09 02:47:25.032590 [ 289 ] {} <Trace> HTTP-Session: e0034cd6-f28e-4306-a586-15061a693022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2415 2024.11.09 02:47:25.032786 [ 289 ] {6c0b0192-0c0a-4ae9-817b-e96a1db8d53b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65030) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
2416 2024.11.09 02:47:25.032846 [ 289 ] {6c0b0192-0c0a-4ae9-817b-e96a1db8d53b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2417 2024.11.09 02:47:25.033061 [ 289 ] {6c0b0192-0c0a-4ae9-817b-e96a1db8d53b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2418 2024.11.09 02:47:25.033478 [ 289 ] {6c0b0192-0c0a-4ae9-817b-e96a1db8d53b} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2419 2024.11.09 02:47:25.033515 [ 289 ] {6c0b0192-0c0a-4ae9-817b-e96a1db8d53b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
2420 2024.11.09 02:47:25.033927 [ 289 ] {6c0b0192-0c0a-4ae9-817b-e96a1db8d53b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2421 2024.11.09 02:47:25.034310 [ 289 ] {6c0b0192-0c0a-4ae9-817b-e96a1db8d53b} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2422 2024.11.09 02:47:25.034466 [ 289 ] {6c0b0192-0c0a-4ae9-817b-e96a1db8d53b} <Debug> executeQuery: Read 150 rows, 10.70 KiB in 0.001769 sec., 84793.66873940079 rows/sec., 5.91 MiB/sec.
2423 2024.11.09 02:47:25.034637 [ 289 ] {6c0b0192-0c0a-4ae9-817b-e96a1db8d53b} <Debug> DynamicQueryHandler: Done processing query
2424 2024.11.09 02:47:25.034662 [ 289 ] {6c0b0192-0c0a-4ae9-817b-e96a1db8d53b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
2425 2024.11.09 02:47:25.034732 [ 289 ] {} <Debug> HTTP-Session: e0034cd6-f28e-4306-a586-15061a693022 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2426 2024.11.09 02:47:25.034928 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65030, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2427 2024.11.09 02:47:25.035017 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42019, User-Agent: (none), Length: 27649, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2428 2024.11.09 02:47:25.035093 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2429 2024.11.09 02:47:25.035118 [ 282 ] {} <Debug> HTTP-Session: e14fdc04-0901-4696-8991-0a2f8491a0bd Authenticating user 'default' from [fd00:1122:3344:101::d]:42019
2430 2024.11.09 02:47:25.035140 [ 282 ] {} <Debug> HTTP-Session: e14fdc04-0901-4696-8991-0a2f8491a0bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2431 2024.11.09 02:47:25.035157 [ 282 ] {} <Debug> HTTP-Session: e14fdc04-0901-4696-8991-0a2f8491a0bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2432 2024.11.09 02:47:25.035203 [ 282 ] {} <Trace> HTTP-Session: e14fdc04-0901-4696-8991-0a2f8491a0bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2433 2024.11.09 02:47:25.035487 [ 282 ] {555766d2-b9a5-4109-9f94-78899b9d80c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42019) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
2434 2024.11.09 02:47:25.035655 [ 282 ] {555766d2-b9a5-4109-9f94-78899b9d80c7} <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
2435 2024.11.09 02:47:25.036153 [ 282 ] {555766d2-b9a5-4109-9f94-78899b9d80c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2436 2024.11.09 02:47:25.036719 [ 282 ] {555766d2-b9a5-4109-9f94-78899b9d80c7} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2437 2024.11.09 02:47:25.036757 [ 282 ] {555766d2-b9a5-4109-9f94-78899b9d80c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
2438 2024.11.09 02:47:25.037413 [ 282 ] {555766d2-b9a5-4109-9f94-78899b9d80c7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2439 2024.11.09 02:47:25.037833 [ 282 ] {555766d2-b9a5-4109-9f94-78899b9d80c7} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2440 2024.11.09 02:47:25.038016 [ 282 ] {555766d2-b9a5-4109-9f94-78899b9d80c7} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002709 sec., 6275.378368401624 rows/sec., 11.25 MiB/sec.
2441 2024.11.09 02:47:25.038250 [ 282 ] {555766d2-b9a5-4109-9f94-78899b9d80c7} <Debug> DynamicQueryHandler: Done processing query
2442 2024.11.09 02:47:25.038275 [ 282 ] {555766d2-b9a5-4109-9f94-78899b9d80c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB.
2443 2024.11.09 02:47:25.038291 [ 282 ] {} <Debug> HTTP-Session: e14fdc04-0901-4696-8991-0a2f8491a0bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2444 2024.11.09 02:47:25.038464 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65030, User-Agent: (none), Length: 1977, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2445 2024.11.09 02:47:25.038497 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42019, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2446 2024.11.09 02:47:25.038598 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2447 2024.11.09 02:47:25.038651 [ 289 ] {} <Debug> HTTP-Session: 31f003c6-4066-4bf1-a0cb-01d08ea80754 Authenticating user 'default' from [fd00:1122:3344:101::d]:65030
2448 2024.11.09 02:47:25.038699 [ 289 ] {} <Debug> HTTP-Session: 31f003c6-4066-4bf1-a0cb-01d08ea80754 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2449 2024.11.09 02:47:25.038728 [ 289 ] {} <Debug> HTTP-Session: 31f003c6-4066-4bf1-a0cb-01d08ea80754 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2450 2024.11.09 02:47:25.038793 [ 289 ] {} <Trace> HTTP-Session: 31f003c6-4066-4bf1-a0cb-01d08ea80754 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2451 2024.11.09 02:47:25.039007 [ 289 ] {1427e7de-88f3-41a8-b719-5968df80e272} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65030) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
2452 2024.11.09 02:47:25.039098 [ 289 ] {1427e7de-88f3-41a8-b719-5968df80e272} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2453 2024.11.09 02:47:25.039363 [ 289 ] {1427e7de-88f3-41a8-b719-5968df80e272} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2454 2024.11.09 02:47:25.039644 [ 289 ] {1427e7de-88f3-41a8-b719-5968df80e272} <Trace> oximeter.measurements_i64 (1fa4bb4f-08c2-4324-8781-8e2e17895eeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2455 2024.11.09 02:47:25.039682 [ 289 ] {1427e7de-88f3-41a8-b719-5968df80e272} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
2456 2024.11.09 02:47:25.040064 [ 289 ] {1427e7de-88f3-41a8-b719-5968df80e272} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2457 2024.11.09 02:47:25.040441 [ 289 ] {1427e7de-88f3-41a8-b719-5968df80e272} <Trace> oximeter.measurements_i64 (1fa4bb4f-08c2-4324-8781-8e2e17895eeb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2458 2024.11.09 02:47:25.040605 [ 289 ] {1427e7de-88f3-41a8-b719-5968df80e272} <Debug> executeQuery: Read 12 rows, 926.00 B in 0.001661 sec., 7224.563515954244 rows/sec., 544.43 KiB/sec.
2459 2024.11.09 02:47:25.040811 [ 289 ] {1427e7de-88f3-41a8-b719-5968df80e272} <Debug> DynamicQueryHandler: Done processing query
2460 2024.11.09 02:47:25.040836 [ 289 ] {1427e7de-88f3-41a8-b719-5968df80e272} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
2461 2024.11.09 02:47:25.040853 [ 289 ] {} <Debug> HTTP-Session: 31f003c6-4066-4bf1-a0cb-01d08ea80754 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2462 2024.11.09 02:47:25.041010 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65030, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2463 2024.11.09 02:47:25.041108 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60860, User-Agent: (none), Length: 8523, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2464 2024.11.09 02:47:25.041179 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2465 2024.11.09 02:47:25.041204 [ 282 ] {} <Debug> HTTP-Session: ca70f4da-4884-43d8-8aaf-3873e171f3d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:60860
2466 2024.11.09 02:47:25.041225 [ 282 ] {} <Debug> HTTP-Session: ca70f4da-4884-43d8-8aaf-3873e171f3d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2467 2024.11.09 02:47:25.041242 [ 282 ] {} <Debug> HTTP-Session: ca70f4da-4884-43d8-8aaf-3873e171f3d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2468 2024.11.09 02:47:25.041287 [ 282 ] {} <Trace> HTTP-Session: ca70f4da-4884-43d8-8aaf-3873e171f3d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2469 2024.11.09 02:47:25.041449 [ 282 ] {7cf3e4ca-3549-43c8-8502-1d846a97bbfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60860) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
2470 2024.11.09 02:47:25.041508 [ 282 ] {7cf3e4ca-3549-43c8-8502-1d846a97bbfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2471 2024.11.09 02:47:25.041700 [ 282 ] {7cf3e4ca-3549-43c8-8502-1d846a97bbfe} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2472 2024.11.09 02:47:25.042027 [ 282 ] {7cf3e4ca-3549-43c8-8502-1d846a97bbfe} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2473 2024.11.09 02:47:25.042072 [ 282 ] {7cf3e4ca-3549-43c8-8502-1d846a97bbfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
2474 2024.11.09 02:47:25.042475 [ 282 ] {7cf3e4ca-3549-43c8-8502-1d846a97bbfe} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2475 2024.11.09 02:47:25.042807 [ 282 ] {7cf3e4ca-3549-43c8-8502-1d846a97bbfe} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2476 2024.11.09 02:47:25.042966 [ 282 ] {7cf3e4ca-3549-43c8-8502-1d846a97bbfe} <Debug> executeQuery: Read 56 rows, 3.86 KiB in 0.00158 sec., 35443.037974683546 rows/sec., 2.39 MiB/sec.
2477 2024.11.09 02:47:25.043141 [ 282 ] {7cf3e4ca-3549-43c8-8502-1d846a97bbfe} <Debug> DynamicQueryHandler: Done processing query
2478 2024.11.09 02:47:25.043165 [ 282 ] {7cf3e4ca-3549-43c8-8502-1d846a97bbfe} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
2479 2024.11.09 02:47:25.043181 [ 282 ] {} <Debug> HTTP-Session: ca70f4da-4884-43d8-8aaf-3873e171f3d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2480 2024.11.09 02:47:25.043461 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60860, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2481 2024.11.09 02:47:29.796966 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41618, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2482 2024.11.09 02:47:30.006234 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65030, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2483 2024.11.09 02:47:30.006356 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2484 2024.11.09 02:47:30.006386 [ 289 ] {} <Debug> HTTP-Session: 76a7c770-c298-40b2-9683-399db32df8c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:65030
2485 2024.11.09 02:47:30.006415 [ 289 ] {} <Debug> HTTP-Session: 76a7c770-c298-40b2-9683-399db32df8c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2486 2024.11.09 02:47:30.006431 [ 289 ] {} <Debug> HTTP-Session: 76a7c770-c298-40b2-9683-399db32df8c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2487 2024.11.09 02:47:30.006482 [ 289 ] {} <Trace> HTTP-Session: 76a7c770-c298-40b2-9683-399db32df8c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2488 2024.11.09 02:47:30.006679 [ 289 ] {8340ccbd-e26e-4d63-ba13-5cf4f950ebe9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65030) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2489 2024.11.09 02:47:30.006745 [ 289 ] {8340ccbd-e26e-4d63-ba13-5cf4f950ebe9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2490 2024.11.09 02:47:30.007083 [ 289 ] {8340ccbd-e26e-4d63-ba13-5cf4f950ebe9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2491 2024.11.09 02:47:30.007572 [ 289 ] {8340ccbd-e26e-4d63-ba13-5cf4f950ebe9} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2492 2024.11.09 02:47:30.007611 [ 289 ] {8340ccbd-e26e-4d63-ba13-5cf4f950ebe9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
2493 2024.11.09 02:47:30.008038 [ 289 ] {8340ccbd-e26e-4d63-ba13-5cf4f950ebe9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2494 2024.11.09 02:47:30.008442 [ 289 ] {8340ccbd-e26e-4d63-ba13-5cf4f950ebe9} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2495 2024.11.09 02:47:30.008588 [ 289 ] {8340ccbd-e26e-4d63-ba13-5cf4f950ebe9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001976 sec., 28340.08097165992 rows/sec., 2.18 MiB/sec.
2496 2024.11.09 02:47:30.008939 [ 289 ] {8340ccbd-e26e-4d63-ba13-5cf4f950ebe9} <Debug> DynamicQueryHandler: Done processing query
2497 2024.11.09 02:47:30.008967 [ 289 ] {8340ccbd-e26e-4d63-ba13-5cf4f950ebe9} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
2498 2024.11.09 02:47:30.008984 [ 289 ] {} <Debug> HTTP-Session: 76a7c770-c298-40b2-9683-399db32df8c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2499 2024.11.09 02:47:30.009244 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65030, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2500 2024.11.09 02:47:30.009390 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37508, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2501 2024.11.09 02:47:30.009531 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2502 2024.11.09 02:47:30.009564 [ 282 ] {} <Debug> HTTP-Session: 1695b863-a5cd-4ac0-9654-4d57af0ea786 Authenticating user 'default' from [fd00:1122:3344:101::d]:37508
2503 2024.11.09 02:47:30.009593 [ 282 ] {} <Debug> HTTP-Session: 1695b863-a5cd-4ac0-9654-4d57af0ea786 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2504 2024.11.09 02:47:30.009612 [ 282 ] {} <Debug> HTTP-Session: 1695b863-a5cd-4ac0-9654-4d57af0ea786 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2505 2024.11.09 02:47:30.009674 [ 282 ] {} <Trace> HTTP-Session: 1695b863-a5cd-4ac0-9654-4d57af0ea786 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2506 2024.11.09 02:47:30.009920 [ 282 ] {d1a57721-9eea-4bae-bdd6-5770f6576160} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2507 2024.11.09 02:47:30.010002 [ 282 ] {d1a57721-9eea-4bae-bdd6-5770f6576160} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2508 2024.11.09 02:47:30.010409 [ 282 ] {d1a57721-9eea-4bae-bdd6-5770f6576160} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2509 2024.11.09 02:47:30.010867 [ 282 ] {d1a57721-9eea-4bae-bdd6-5770f6576160} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2510 2024.11.09 02:47:30.010923 [ 282 ] {d1a57721-9eea-4bae-bdd6-5770f6576160} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
2511 2024.11.09 02:47:30.011414 [ 282 ] {d1a57721-9eea-4bae-bdd6-5770f6576160} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2512 2024.11.09 02:47:30.011813 [ 282 ] {d1a57721-9eea-4bae-bdd6-5770f6576160} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2513 2024.11.09 02:47:30.012058 [ 282 ] {d1a57721-9eea-4bae-bdd6-5770f6576160} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002225 sec., 28764.044943820227 rows/sec., 2.25 MiB/sec.
2514 2024.11.09 02:47:30.012330 [ 282 ] {d1a57721-9eea-4bae-bdd6-5770f6576160} <Debug> DynamicQueryHandler: Done processing query
2515 2024.11.09 02:47:30.012363 [ 282 ] {d1a57721-9eea-4bae-bdd6-5770f6576160} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
2516 2024.11.09 02:47:30.012381 [ 282 ] {} <Debug> HTTP-Session: 1695b863-a5cd-4ac0-9654-4d57af0ea786 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2517 2024.11.09 02:47:30.012605 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65030, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2518 2024.11.09 02:47:30.012629 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37508, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2519 2024.11.09 02:47:30.012712 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2520 2024.11.09 02:47:30.012749 [ 289 ] {} <Debug> HTTP-Session: 3b60f45b-3b4c-4111-9722-fda11a52ffd7 Authenticating user 'default' from [fd00:1122:3344:101::d]:65030
2521 2024.11.09 02:47:30.012775 [ 289 ] {} <Debug> HTTP-Session: 3b60f45b-3b4c-4111-9722-fda11a52ffd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2522 2024.11.09 02:47:30.012802 [ 289 ] {} <Debug> HTTP-Session: 3b60f45b-3b4c-4111-9722-fda11a52ffd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2523 2024.11.09 02:47:30.012856 [ 289 ] {} <Trace> HTTP-Session: 3b60f45b-3b4c-4111-9722-fda11a52ffd7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2524 2024.11.09 02:47:30.013060 [ 289 ] {70540d79-680d-4c35-b2f1-cbd8e698e059} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65030) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
2525 2024.11.09 02:47:30.013122 [ 289 ] {70540d79-680d-4c35-b2f1-cbd8e698e059} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2526 2024.11.09 02:47:30.013336 [ 289 ] {70540d79-680d-4c35-b2f1-cbd8e698e059} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2527 2024.11.09 02:47:30.013748 [ 289 ] {70540d79-680d-4c35-b2f1-cbd8e698e059} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2528 2024.11.09 02:47:30.013784 [ 289 ] {70540d79-680d-4c35-b2f1-cbd8e698e059} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
2529 2024.11.09 02:47:30.014195 [ 289 ] {70540d79-680d-4c35-b2f1-cbd8e698e059} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2530 2024.11.09 02:47:30.014562 [ 289 ] {70540d79-680d-4c35-b2f1-cbd8e698e059} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2531 2024.11.09 02:47:30.014703 [ 289 ] {70540d79-680d-4c35-b2f1-cbd8e698e059} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001735 sec., 92219.02017291066 rows/sec., 6.42 MiB/sec.
2532 2024.11.09 02:47:30.014938 [ 289 ] {70540d79-680d-4c35-b2f1-cbd8e698e059} <Debug> DynamicQueryHandler: Done processing query
2533 2024.11.09 02:47:30.014964 [ 289 ] {70540d79-680d-4c35-b2f1-cbd8e698e059} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
2534 2024.11.09 02:47:30.014980 [ 289 ] {} <Debug> HTTP-Session: 3b60f45b-3b4c-4111-9722-fda11a52ffd7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2535 2024.11.09 02:47:30.015166 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65030, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2536 2024.11.09 02:47:30.015276 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44485, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2537 2024.11.09 02:47:30.015361 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2538 2024.11.09 02:47:30.015388 [ 282 ] {} <Debug> HTTP-Session: dc1b67c4-1699-4a78-a4b4-a39da8fbb707 Authenticating user 'default' from [fd00:1122:3344:101::d]:44485
2539 2024.11.09 02:47:30.015412 [ 282 ] {} <Debug> HTTP-Session: dc1b67c4-1699-4a78-a4b4-a39da8fbb707 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2540 2024.11.09 02:47:30.015429 [ 282 ] {} <Debug> HTTP-Session: dc1b67c4-1699-4a78-a4b4-a39da8fbb707 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2541 2024.11.09 02:47:30.015481 [ 282 ] {} <Trace> HTTP-Session: dc1b67c4-1699-4a78-a4b4-a39da8fbb707 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2542 2024.11.09 02:47:30.015675 [ 282 ] {36797885-46b3-4290-b030-d8c089304542} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44485) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
2543 2024.11.09 02:47:30.015741 [ 282 ] {36797885-46b3-4290-b030-d8c089304542} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2544 2024.11.09 02:47:30.015938 [ 282 ] {36797885-46b3-4290-b030-d8c089304542} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2545 2024.11.09 02:47:30.016293 [ 282 ] {36797885-46b3-4290-b030-d8c089304542} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2546 2024.11.09 02:47:30.016341 [ 282 ] {36797885-46b3-4290-b030-d8c089304542} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
2547 2024.11.09 02:47:30.016750 [ 282 ] {36797885-46b3-4290-b030-d8c089304542} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2548 2024.11.09 02:47:30.017098 [ 282 ] {36797885-46b3-4290-b030-d8c089304542} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2549 2024.11.09 02:47:30.017264 [ 282 ] {36797885-46b3-4290-b030-d8c089304542} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00167 sec., 35928.14371257485 rows/sec., 2.42 MiB/sec.
2550 2024.11.09 02:47:30.017447 [ 282 ] {36797885-46b3-4290-b030-d8c089304542} <Debug> DynamicQueryHandler: Done processing query
2551 2024.11.09 02:47:30.017473 [ 282 ] {36797885-46b3-4290-b030-d8c089304542} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
2552 2024.11.09 02:47:30.017490 [ 282 ] {} <Debug> HTTP-Session: dc1b67c4-1699-4a78-a4b4-a39da8fbb707 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2553 2024.11.09 02:47:30.017742 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44485, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2554 2024.11.09 02:47:30.465377 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60994, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2555 2024.11.09 02:47:30.482733 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43235, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2556 2024.11.09 02:47:30.550167 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36237, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2557 2024.11.09 02:47:30.567515 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46425, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2558 2024.11.09 02:47:30.578957 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63446, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2559 2024.11.09 02:47:30.626315 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62618, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2560 2024.11.09 02:47:30.715259 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39221, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2561 2024.11.09 02:47:31.415223 [ 65 ] {} <Debug> DNSResolver: Updating DNS cache
2562 2024.11.09 02:47:31.415282 [ 65 ] {} <Debug> DNSResolver: Updated DNS cache
2563 2024.11.09 02:47:31.480523 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 278
2564 2024.11.09 02:47:31.483336 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2565 2024.11.09 02:47:31.483394 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
2566 2024.11.09 02:47:31.485155 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2567 2024.11.09 02:47:31.486610 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2568 2024.11.09 02:47:31.487846 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 278
2569 2024.11.09 02:47:31.619275 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45312, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2570 2024.11.09 02:47:31.620342 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61223, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2571 2024.11.09 02:47:32.038237 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51452, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2572 2024.11.09 02:47:32.093016 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59651, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2573 2024.11.09 02:47:32.134863 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64530, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2574 2024.11.09 02:47:32.175583 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57942, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2575 2024.11.09 02:47:32.259811 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:61576, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2576 2024.11.09 02:47:32.282293 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48530, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2577 2024.11.09 02:47:32.311713 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50853, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2578 2024.11.09 02:47:32.316187 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58859, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2579 2024.11.09 02:47:32.335781 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36140, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2580 2024.11.09 02:47:32.399423 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41288, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2581 2024.11.09 02:47:32.466787 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61179, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2582 2024.11.09 02:47:32.477149 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33073, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2583 2024.11.09 02:47:32.481528 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49113, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2584 2024.11.09 02:47:32.527820 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36135, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2585 2024.11.09 02:47:34.721521 [ 271 ] {} <Debug> TCPHandler: Done processing connection.
2586 2024.11.09 02:47:34.721669 [ 271 ] {} <Debug> TCP-Session: e12026de-93fd-4be6-8141-de33e5999895 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2587 2024.11.09 02:47:35.000186 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 149.41 MiB, peak 159.92 MiB, free memory in arenas 0.00 B, will set to 151.48 MiB (RSS), difference: 2.07 MiB
2588 2024.11.09 02:47:35.013521 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65030, User-Agent: (none), Length: 36185, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2589 2024.11.09 02:47:35.013646 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2590 2024.11.09 02:47:35.013672 [ 289 ] {} <Debug> HTTP-Session: 20e9c1d8-2909-4eb9-b251-e2533f7ae1dd Authenticating user 'default' from [fd00:1122:3344:101::d]:65030
2591 2024.11.09 02:47:35.013698 [ 289 ] {} <Debug> HTTP-Session: 20e9c1d8-2909-4eb9-b251-e2533f7ae1dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2592 2024.11.09 02:47:35.013714 [ 289 ] {} <Debug> HTTP-Session: 20e9c1d8-2909-4eb9-b251-e2533f7ae1dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2593 2024.11.09 02:47:35.013765 [ 289 ] {} <Trace> HTTP-Session: 20e9c1d8-2909-4eb9-b251-e2533f7ae1dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2594 2024.11.09 02:47:35.014040 [ 289 ] {2735950b-dcd8-44f4-8a40-77a40dbc7193} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65030) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2595 2024.11.09 02:47:35.014111 [ 289 ] {2735950b-dcd8-44f4-8a40-77a40dbc7193} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2596 2024.11.09 02:47:35.014458 [ 289 ] {2735950b-dcd8-44f4-8a40-77a40dbc7193} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2597 2024.11.09 02:47:35.015071 [ 289 ] {2735950b-dcd8-44f4-8a40-77a40dbc7193} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2598 2024.11.09 02:47:35.015116 [ 289 ] {2735950b-dcd8-44f4-8a40-77a40dbc7193} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
2599 2024.11.09 02:47:35.015581 [ 289 ] {2735950b-dcd8-44f4-8a40-77a40dbc7193} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2600 2024.11.09 02:47:35.015994 [ 289 ] {2735950b-dcd8-44f4-8a40-77a40dbc7193} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2601 2024.11.09 02:47:35.016163 [ 289 ] {2735950b-dcd8-44f4-8a40-77a40dbc7193} <Debug> executeQuery: Read 239 rows, 21.67 KiB in 0.002229 sec., 107222.96994167787 rows/sec., 9.50 MiB/sec.
2602 2024.11.09 02:47:35.016610 [ 289 ] {2735950b-dcd8-44f4-8a40-77a40dbc7193} <Debug> DynamicQueryHandler: Done processing query
2603 2024.11.09 02:47:35.016675 [ 289 ] {2735950b-dcd8-44f4-8a40-77a40dbc7193} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
2604 2024.11.09 02:47:35.016722 [ 289 ] {} <Debug> HTTP-Session: 20e9c1d8-2909-4eb9-b251-e2533f7ae1dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2605 2024.11.09 02:47:35.016936 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65030, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2606 2024.11.09 02:47:35.017083 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50922, User-Agent: (none), Length: 3635, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2607 2024.11.09 02:47:35.017185 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2608 2024.11.09 02:47:35.017210 [ 295 ] {} <Debug> HTTP-Session: e647c059-e09a-46d8-aebd-748ef8addb7e Authenticating user 'default' from [fd00:1122:3344:101::d]:50922
2609 2024.11.09 02:47:35.017238 [ 295 ] {} <Debug> HTTP-Session: e647c059-e09a-46d8-aebd-748ef8addb7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2610 2024.11.09 02:47:35.017254 [ 295 ] {} <Debug> HTTP-Session: e647c059-e09a-46d8-aebd-748ef8addb7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2611 2024.11.09 02:47:35.017308 [ 295 ] {} <Trace> HTTP-Session: e647c059-e09a-46d8-aebd-748ef8addb7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2612 2024.11.09 02:47:35.017495 [ 295 ] {2aad1700-7d50-489b-bc09-40f46d81c71d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50922) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
2613 2024.11.09 02:47:35.017564 [ 295 ] {2aad1700-7d50-489b-bc09-40f46d81c71d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2614 2024.11.09 02:47:35.017903 [ 295 ] {2aad1700-7d50-489b-bc09-40f46d81c71d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2615 2024.11.09 02:47:35.018300 [ 295 ] {2aad1700-7d50-489b-bc09-40f46d81c71d} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2616 2024.11.09 02:47:35.018340 [ 295 ] {2aad1700-7d50-489b-bc09-40f46d81c71d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
2617 2024.11.09 02:47:35.018764 [ 295 ] {2aad1700-7d50-489b-bc09-40f46d81c71d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2618 2024.11.09 02:47:35.019177 [ 295 ] {2aad1700-7d50-489b-bc09-40f46d81c71d} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2619 2024.11.09 02:47:35.019399 [ 295 ] {2aad1700-7d50-489b-bc09-40f46d81c71d} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001948 sec., 12833.675564681724 rows/sec., 965.03 KiB/sec.
2620 2024.11.09 02:47:35.019875 [ 295 ] {2aad1700-7d50-489b-bc09-40f46d81c71d} <Debug> DynamicQueryHandler: Done processing query
2621 2024.11.09 02:47:35.019902 [ 295 ] {2aad1700-7d50-489b-bc09-40f46d81c71d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2622 2024.11.09 02:47:35.019919 [ 295 ] {} <Debug> HTTP-Session: e647c059-e09a-46d8-aebd-748ef8addb7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2623 2024.11.09 02:47:35.020070 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65030, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2624 2024.11.09 02:47:35.020112 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50922, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2625 2024.11.09 02:47:35.020178 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2626 2024.11.09 02:47:35.020218 [ 289 ] {} <Debug> HTTP-Session: ba22f5af-98c6-4930-ac80-c0e1e9e7fb0f Authenticating user 'default' from [fd00:1122:3344:101::d]:65030
2627 2024.11.09 02:47:35.020246 [ 289 ] {} <Debug> HTTP-Session: ba22f5af-98c6-4930-ac80-c0e1e9e7fb0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2628 2024.11.09 02:47:35.020261 [ 289 ] {} <Debug> HTTP-Session: ba22f5af-98c6-4930-ac80-c0e1e9e7fb0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2629 2024.11.09 02:47:35.020313 [ 289 ] {} <Trace> HTTP-Session: ba22f5af-98c6-4930-ac80-c0e1e9e7fb0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2630 2024.11.09 02:47:35.020432 [ 289 ] {a2fcc275-8bad-4079-a46d-469fd33cfe49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65030) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
2631 2024.11.09 02:47:35.020479 [ 289 ] {a2fcc275-8bad-4079-a46d-469fd33cfe49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2632 2024.11.09 02:47:35.020743 [ 289 ] {a2fcc275-8bad-4079-a46d-469fd33cfe49} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2633 2024.11.09 02:47:35.021133 [ 289 ] {a2fcc275-8bad-4079-a46d-469fd33cfe49} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2634 2024.11.09 02:47:35.021172 [ 289 ] {a2fcc275-8bad-4079-a46d-469fd33cfe49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
2635 2024.11.09 02:47:35.021544 [ 289 ] {a2fcc275-8bad-4079-a46d-469fd33cfe49} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2636 2024.11.09 02:47:35.021936 [ 289 ] {a2fcc275-8bad-4079-a46d-469fd33cfe49} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2637 2024.11.09 02:47:35.022101 [ 289 ] {a2fcc275-8bad-4079-a46d-469fd33cfe49} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001696 sec., 8254.716981132075 rows/sec., 578.11 KiB/sec.
2638 2024.11.09 02:47:35.022309 [ 289 ] {a2fcc275-8bad-4079-a46d-469fd33cfe49} <Debug> DynamicQueryHandler: Done processing query
2639 2024.11.09 02:47:35.022335 [ 289 ] {a2fcc275-8bad-4079-a46d-469fd33cfe49} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2640 2024.11.09 02:47:35.022351 [ 289 ] {} <Debug> HTTP-Session: ba22f5af-98c6-4930-ac80-c0e1e9e7fb0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2641 2024.11.09 02:47:35.022506 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65030, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2642 2024.11.09 02:47:35.022644 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46123, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2643 2024.11.09 02:47:35.022719 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2644 2024.11.09 02:47:35.022744 [ 295 ] {} <Debug> HTTP-Session: 572ccd4e-911a-44d0-904e-7a89c878c5b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:46123
2645 2024.11.09 02:47:35.022766 [ 295 ] {} <Debug> HTTP-Session: 572ccd4e-911a-44d0-904e-7a89c878c5b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2646 2024.11.09 02:47:35.022784 [ 295 ] {} <Debug> HTTP-Session: 572ccd4e-911a-44d0-904e-7a89c878c5b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2647 2024.11.09 02:47:35.022830 [ 295 ] {} <Trace> HTTP-Session: 572ccd4e-911a-44d0-904e-7a89c878c5b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2648 2024.11.09 02:47:35.022960 [ 295 ] {63a36b73-fdad-4333-9957-d58b6d78b031} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46123) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
2649 2024.11.09 02:47:35.023015 [ 295 ] {63a36b73-fdad-4333-9957-d58b6d78b031} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2650 2024.11.09 02:47:35.023333 [ 295 ] {63a36b73-fdad-4333-9957-d58b6d78b031} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2651 2024.11.09 02:47:35.023715 [ 295 ] {63a36b73-fdad-4333-9957-d58b6d78b031} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2652 2024.11.09 02:47:35.023762 [ 295 ] {63a36b73-fdad-4333-9957-d58b6d78b031} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
2653 2024.11.09 02:47:35.024126 [ 295 ] {63a36b73-fdad-4333-9957-d58b6d78b031} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2654 2024.11.09 02:47:35.024500 [ 295 ] {63a36b73-fdad-4333-9957-d58b6d78b031} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2655 2024.11.09 02:47:35.024663 [ 295 ] {63a36b73-fdad-4333-9957-d58b6d78b031} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001729 sec., 3470.213996529786 rows/sec., 205.03 KiB/sec.
2656 2024.11.09 02:47:35.025097 [ 295 ] {63a36b73-fdad-4333-9957-d58b6d78b031} <Debug> DynamicQueryHandler: Done processing query
2657 2024.11.09 02:47:35.025123 [ 295 ] {63a36b73-fdad-4333-9957-d58b6d78b031} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
2658 2024.11.09 02:47:35.025139 [ 295 ] {} <Debug> HTTP-Session: 572ccd4e-911a-44d0-904e-7a89c878c5b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2659 2024.11.09 02:47:35.025443 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46123, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2660 2024.11.09 02:47:35.025541 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52832, User-Agent: (none), Length: 66000, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2661 2024.11.09 02:47:35.025612 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2662 2024.11.09 02:47:35.025632 [ 294 ] {} <Debug> HTTP-Session: ad3f478e-1398-4f3b-8db4-d889ca9ec441 Authenticating user 'default' from [fd00:1122:3344:101::d]:52832
2663 2024.11.09 02:47:35.025650 [ 294 ] {} <Debug> HTTP-Session: ad3f478e-1398-4f3b-8db4-d889ca9ec441 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2664 2024.11.09 02:47:35.025665 [ 294 ] {} <Debug> HTTP-Session: ad3f478e-1398-4f3b-8db4-d889ca9ec441 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2665 2024.11.09 02:47:35.025703 [ 294 ] {} <Trace> HTTP-Session: ad3f478e-1398-4f3b-8db4-d889ca9ec441 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2666 2024.11.09 02:47:35.026029 [ 294 ] {369a6b83-511d-43be-a94c-ba8c9c0d5fad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2667 2024.11.09 02:47:35.026080 [ 294 ] {369a6b83-511d-43be-a94c-ba8c9c0d5fad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2668 2024.11.09 02:47:35.026336 [ 294 ] {369a6b83-511d-43be-a94c-ba8c9c0d5fad} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2669 2024.11.09 02:47:35.026920 [ 294 ] {369a6b83-511d-43be-a94c-ba8c9c0d5fad} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2670 2024.11.09 02:47:35.026958 [ 294 ] {369a6b83-511d-43be-a94c-ba8c9c0d5fad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
2671 2024.11.09 02:47:35.027344 [ 294 ] {369a6b83-511d-43be-a94c-ba8c9c0d5fad} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2672 2024.11.09 02:47:35.027707 [ 294 ] {369a6b83-511d-43be-a94c-ba8c9c0d5fad} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2673 2024.11.09 02:47:35.027876 [ 294 ] {369a6b83-511d-43be-a94c-ba8c9c0d5fad} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.002034 sec., 200098.3284169125 rows/sec., 14.25 MiB/sec.
2674 2024.11.09 02:47:35.028428 [ 294 ] {369a6b83-511d-43be-a94c-ba8c9c0d5fad} <Debug> DynamicQueryHandler: Done processing query
2675 2024.11.09 02:47:35.028454 [ 294 ] {369a6b83-511d-43be-a94c-ba8c9c0d5fad} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
2676 2024.11.09 02:47:35.028471 [ 294 ] {} <Debug> HTTP-Session: ad3f478e-1398-4f3b-8db4-d889ca9ec441 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2677 2024.11.09 02:47:35.028675 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52832, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2678 2024.11.09 02:47:35.028675 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46123, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2679 2024.11.09 02:47:35.028787 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2680 2024.11.09 02:47:35.028828 [ 295 ] {} <Debug> HTTP-Session: a65a7e16-5fb3-480b-9e33-4c36d63ef124 Authenticating user 'default' from [fd00:1122:3344:101::d]:46123
2681 2024.11.09 02:47:35.028855 [ 295 ] {} <Debug> HTTP-Session: a65a7e16-5fb3-480b-9e33-4c36d63ef124 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2682 2024.11.09 02:47:35.028874 [ 295 ] {} <Debug> HTTP-Session: a65a7e16-5fb3-480b-9e33-4c36d63ef124 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2683 2024.11.09 02:47:35.028919 [ 295 ] {} <Trace> HTTP-Session: a65a7e16-5fb3-480b-9e33-4c36d63ef124 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2684 2024.11.09 02:47:35.029047 [ 295 ] {7f7ffd5c-926e-44f4-8edc-b56ca73b36f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46123) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
2685 2024.11.09 02:47:35.029106 [ 295 ] {7f7ffd5c-926e-44f4-8edc-b56ca73b36f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2686 2024.11.09 02:47:35.029317 [ 295 ] {7f7ffd5c-926e-44f4-8edc-b56ca73b36f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2687 2024.11.09 02:47:35.029630 [ 295 ] {7f7ffd5c-926e-44f4-8edc-b56ca73b36f5} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2688 2024.11.09 02:47:35.029666 [ 295 ] {7f7ffd5c-926e-44f4-8edc-b56ca73b36f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
2689 2024.11.09 02:47:35.030055 [ 295 ] {7f7ffd5c-926e-44f4-8edc-b56ca73b36f5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2690 2024.11.09 02:47:35.030390 [ 295 ] {7f7ffd5c-926e-44f4-8edc-b56ca73b36f5} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2691 2024.11.09 02:47:35.030550 [ 295 ] {7f7ffd5c-926e-44f4-8edc-b56ca73b36f5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001525 sec., 3934.4262295081967 rows/sec., 205.56 KiB/sec.
2692 2024.11.09 02:47:35.030949 [ 295 ] {7f7ffd5c-926e-44f4-8edc-b56ca73b36f5} <Debug> DynamicQueryHandler: Done processing query
2693 2024.11.09 02:47:35.030975 [ 295 ] {7f7ffd5c-926e-44f4-8edc-b56ca73b36f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
2694 2024.11.09 02:47:35.030991 [ 295 ] {} <Debug> HTTP-Session: a65a7e16-5fb3-480b-9e33-4c36d63ef124 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2695 2024.11.09 02:47:35.031167 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46123, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2696 2024.11.09 02:47:35.031293 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51251, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2697 2024.11.09 02:47:35.031356 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2698 2024.11.09 02:47:35.031378 [ 294 ] {} <Debug> HTTP-Session: 7b42902a-a0dc-4091-a9e7-29a6068d8281 Authenticating user 'default' from [fd00:1122:3344:101::d]:51251
2699 2024.11.09 02:47:35.031396 [ 294 ] {} <Debug> HTTP-Session: 7b42902a-a0dc-4091-a9e7-29a6068d8281 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2700 2024.11.09 02:47:35.031410 [ 294 ] {} <Debug> HTTP-Session: 7b42902a-a0dc-4091-a9e7-29a6068d8281 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2701 2024.11.09 02:47:35.031448 [ 294 ] {} <Trace> HTTP-Session: 7b42902a-a0dc-4091-a9e7-29a6068d8281 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2702 2024.11.09 02:47:35.031676 [ 294 ] {568c49b0-80ab-454d-83ee-621f62c4f48d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51251) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
2703 2024.11.09 02:47:35.031728 [ 294 ] {568c49b0-80ab-454d-83ee-621f62c4f48d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2704 2024.11.09 02:47:35.031899 [ 294 ] {568c49b0-80ab-454d-83ee-621f62c4f48d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2705 2024.11.09 02:47:35.032337 [ 294 ] {568c49b0-80ab-454d-83ee-621f62c4f48d} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2706 2024.11.09 02:47:35.032373 [ 294 ] {568c49b0-80ab-454d-83ee-621f62c4f48d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
2707 2024.11.09 02:47:35.032775 [ 294 ] {568c49b0-80ab-454d-83ee-621f62c4f48d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2708 2024.11.09 02:47:35.033121 [ 294 ] {568c49b0-80ab-454d-83ee-621f62c4f48d} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2709 2024.11.09 02:47:35.033285 [ 294 ] {568c49b0-80ab-454d-83ee-621f62c4f48d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00171 sec., 138596.49122807017 rows/sec., 9.29 MiB/sec.
2710 2024.11.09 02:47:35.033504 [ 294 ] {568c49b0-80ab-454d-83ee-621f62c4f48d} <Debug> DynamicQueryHandler: Done processing query
2711 2024.11.09 02:47:35.033529 [ 294 ] {568c49b0-80ab-454d-83ee-621f62c4f48d} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
2712 2024.11.09 02:47:35.033545 [ 294 ] {} <Debug> HTTP-Session: 7b42902a-a0dc-4091-a9e7-29a6068d8281 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2713 2024.11.09 02:47:35.033734 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46123, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2714 2024.11.09 02:47:35.033748 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51251, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2715 2024.11.09 02:47:35.033829 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2716 2024.11.09 02:47:35.033870 [ 295 ] {} <Debug> HTTP-Session: 76bd00b4-2bfa-4a77-9c26-ad6537438711 Authenticating user 'default' from [fd00:1122:3344:101::d]:46123
2717 2024.11.09 02:47:35.033907 [ 295 ] {} <Debug> HTTP-Session: 76bd00b4-2bfa-4a77-9c26-ad6537438711 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2718 2024.11.09 02:47:35.033929 [ 295 ] {} <Debug> HTTP-Session: 76bd00b4-2bfa-4a77-9c26-ad6537438711 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2719 2024.11.09 02:47:35.033976 [ 295 ] {} <Trace> HTTP-Session: 76bd00b4-2bfa-4a77-9c26-ad6537438711 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2720 2024.11.09 02:47:35.034099 [ 295 ] {a3f7abdd-caee-4753-a160-310a3d9bb9f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46123) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
2721 2024.11.09 02:47:35.034159 [ 295 ] {a3f7abdd-caee-4753-a160-310a3d9bb9f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2722 2024.11.09 02:47:35.034363 [ 295 ] {a3f7abdd-caee-4753-a160-310a3d9bb9f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2723 2024.11.09 02:47:35.034694 [ 295 ] {a3f7abdd-caee-4753-a160-310a3d9bb9f0} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2724 2024.11.09 02:47:35.034739 [ 295 ] {a3f7abdd-caee-4753-a160-310a3d9bb9f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
2725 2024.11.09 02:47:35.035102 [ 295 ] {a3f7abdd-caee-4753-a160-310a3d9bb9f0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2726 2024.11.09 02:47:35.035436 [ 295 ] {a3f7abdd-caee-4753-a160-310a3d9bb9f0} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2727 2024.11.09 02:47:35.035558 [ 295 ] {a3f7abdd-caee-4753-a160-310a3d9bb9f0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00149 sec., 671.1409395973154 rows/sec., 45.22 KiB/sec.
2728 2024.11.09 02:47:35.035839 [ 295 ] {a3f7abdd-caee-4753-a160-310a3d9bb9f0} <Debug> DynamicQueryHandler: Done processing query
2729 2024.11.09 02:47:35.035864 [ 295 ] {a3f7abdd-caee-4753-a160-310a3d9bb9f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
2730 2024.11.09 02:47:35.035880 [ 295 ] {} <Debug> HTTP-Session: 76bd00b4-2bfa-4a77-9c26-ad6537438711 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2731 2024.11.09 02:47:35.036048 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46123, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2732 2024.11.09 02:47:35.036177 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46217, User-Agent: (none), Length: 41766, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2733 2024.11.09 02:47:35.036250 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2734 2024.11.09 02:47:35.036275 [ 294 ] {} <Debug> HTTP-Session: e611e7d5-a624-4b64-a99d-150fb2e5a4f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:46217
2735 2024.11.09 02:47:35.036296 [ 294 ] {} <Debug> HTTP-Session: e611e7d5-a624-4b64-a99d-150fb2e5a4f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2736 2024.11.09 02:47:35.036314 [ 294 ] {} <Debug> HTTP-Session: e611e7d5-a624-4b64-a99d-150fb2e5a4f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2737 2024.11.09 02:47:35.036359 [ 294 ] {} <Trace> HTTP-Session: e611e7d5-a624-4b64-a99d-150fb2e5a4f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2738 2024.11.09 02:47:35.036871 [ 294 ] {ff8178a8-9ea3-454b-b88a-a33ad4169404} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46217) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
2739 2024.11.09 02:47:35.036951 [ 294 ] {ff8178a8-9ea3-454b-b88a-a33ad4169404} <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
2740 2024.11.09 02:47:35.037431 [ 294 ] {ff8178a8-9ea3-454b-b88a-a33ad4169404} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2741 2024.11.09 02:47:35.038100 [ 294 ] {ff8178a8-9ea3-454b-b88a-a33ad4169404} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2742 2024.11.09 02:47:35.038137 [ 294 ] {ff8178a8-9ea3-454b-b88a-a33ad4169404} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
2743 2024.11.09 02:47:35.038830 [ 294 ] {ff8178a8-9ea3-454b-b88a-a33ad4169404} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2744 2024.11.09 02:47:35.039394 [ 294 ] {ff8178a8-9ea3-454b-b88a-a33ad4169404} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2745 2024.11.09 02:47:35.039598 [ 294 ] {ff8178a8-9ea3-454b-b88a-a33ad4169404} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.003128 sec., 7992.3273657289 rows/sec., 14.32 MiB/sec.
2746 2024.11.09 02:47:35.039924 [ 294 ] {ff8178a8-9ea3-454b-b88a-a33ad4169404} <Debug> DynamicQueryHandler: Done processing query
2747 2024.11.09 02:47:35.039952 [ 294 ] {ff8178a8-9ea3-454b-b88a-a33ad4169404} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
2748 2024.11.09 02:47:35.039970 [ 294 ] {} <Debug> HTTP-Session: e611e7d5-a624-4b64-a99d-150fb2e5a4f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2749 2024.11.09 02:47:35.040144 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46217, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2750 2024.11.09 02:47:35.040189 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46123, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2751 2024.11.09 02:47:35.040272 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2752 2024.11.09 02:47:35.040303 [ 295 ] {} <Debug> HTTP-Session: 80f8ecf7-a51a-48a3-987e-916ae480b1f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:46123
2753 2024.11.09 02:47:35.040326 [ 295 ] {} <Debug> HTTP-Session: 80f8ecf7-a51a-48a3-987e-916ae480b1f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2754 2024.11.09 02:47:35.040340 [ 295 ] {} <Debug> HTTP-Session: 80f8ecf7-a51a-48a3-987e-916ae480b1f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2755 2024.11.09 02:47:35.040381 [ 295 ] {} <Trace> HTTP-Session: 80f8ecf7-a51a-48a3-987e-916ae480b1f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2756 2024.11.09 02:47:35.040535 [ 295 ] {e41dc1ad-8939-4fa3-bb0e-6691b497f9c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46123) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
2757 2024.11.09 02:47:35.040586 [ 295 ] {e41dc1ad-8939-4fa3-bb0e-6691b497f9c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2758 2024.11.09 02:47:35.040755 [ 295 ] {e41dc1ad-8939-4fa3-bb0e-6691b497f9c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2759 2024.11.09 02:47:35.041128 [ 295 ] {e41dc1ad-8939-4fa3-bb0e-6691b497f9c0} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2760 2024.11.09 02:47:35.041169 [ 295 ] {e41dc1ad-8939-4fa3-bb0e-6691b497f9c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
2761 2024.11.09 02:47:35.041574 [ 295 ] {e41dc1ad-8939-4fa3-bb0e-6691b497f9c0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2762 2024.11.09 02:47:35.042012 [ 295 ] {e41dc1ad-8939-4fa3-bb0e-6691b497f9c0} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2763 2024.11.09 02:47:35.042156 [ 295 ] {e41dc1ad-8939-4fa3-bb0e-6691b497f9c0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001685 sec., 48664.6884272997 rows/sec., 3.09 MiB/sec.
2764 2024.11.09 02:47:35.042489 [ 295 ] {e41dc1ad-8939-4fa3-bb0e-6691b497f9c0} <Debug> DynamicQueryHandler: Done processing query
2765 2024.11.09 02:47:35.042519 [ 295 ] {e41dc1ad-8939-4fa3-bb0e-6691b497f9c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2766 2024.11.09 02:47:35.042537 [ 295 ] {} <Debug> HTTP-Session: 80f8ecf7-a51a-48a3-987e-916ae480b1f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2767 2024.11.09 02:47:35.042904 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46123, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2768 2024.11.09 02:47:40.007910 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64478, User-Agent: (none), Length: 11549, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2769 2024.11.09 02:47:40.008033 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2770 2024.11.09 02:47:40.008063 [ 295 ] {} <Debug> HTTP-Session: 311571af-56f0-4bf5-8748-71d5f5633caf Authenticating user 'default' from [fd00:1122:3344:101::d]:64478
2771 2024.11.09 02:47:40.008091 [ 295 ] {} <Debug> HTTP-Session: 311571af-56f0-4bf5-8748-71d5f5633caf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2772 2024.11.09 02:47:40.008109 [ 295 ] {} <Debug> HTTP-Session: 311571af-56f0-4bf5-8748-71d5f5633caf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2773 2024.11.09 02:47:40.008166 [ 295 ] {} <Trace> HTTP-Session: 311571af-56f0-4bf5-8748-71d5f5633caf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2774 2024.11.09 02:47:40.008402 [ 295 ] {c89f07ed-a56e-4303-a171-5918638f1527} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64478) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2775 2024.11.09 02:47:40.008475 [ 295 ] {c89f07ed-a56e-4303-a171-5918638f1527} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2776 2024.11.09 02:47:40.008855 [ 295 ] {c89f07ed-a56e-4303-a171-5918638f1527} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2777 2024.11.09 02:47:40.009369 [ 295 ] {c89f07ed-a56e-4303-a171-5918638f1527} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2778 2024.11.09 02:47:40.009411 [ 295 ] {c89f07ed-a56e-4303-a171-5918638f1527} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB.
2779 2024.11.09 02:47:40.009837 [ 295 ] {c89f07ed-a56e-4303-a171-5918638f1527} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2780 2024.11.09 02:47:40.010230 [ 295 ] {c89f07ed-a56e-4303-a171-5918638f1527} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2781 2024.11.09 02:47:40.010401 [ 52 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2782 2024.11.09 02:47:40.010414 [ 295 ] {c89f07ed-a56e-4303-a171-5918638f1527} <Debug> executeQuery: Read 80 rows, 6.66 KiB in 0.002089 sec., 38295.835327908084 rows/sec., 3.11 MiB/sec.
2783 2024.11.09 02:47:40.010490 [ 52 ] {} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2784 2024.11.09 02:47:40.010558 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB.
2785 2024.11.09 02:47:40.010741 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::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
2786 2024.11.09 02:47:40.010784 [ 295 ] {c89f07ed-a56e-4303-a171-5918638f1527} <Debug> DynamicQueryHandler: Done processing query
2787 2024.11.09 02:47:40.010823 [ 295 ] {c89f07ed-a56e-4303-a171-5918638f1527} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
2788 2024.11.09 02:47:40.010856 [ 295 ] {} <Debug> HTTP-Session: 311571af-56f0-4bf5-8748-71d5f5633caf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2789 2024.11.09 02:47:40.010980 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2790 2024.11.09 02:47:40.011021 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1345 rows starting from the beginning of the part
2791 2024.11.09 02:47:40.011081 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64478, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2792 2024.11.09 02:47:40.011379 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 205 rows starting from the beginning of the part
2793 2024.11.09 02:47:40.011382 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38226, User-Agent: (none), Length: 1770, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2794 2024.11.09 02:47:40.011548 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 90 rows starting from the beginning of the part
2795 2024.11.09 02:47:40.011651 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2796 2024.11.09 02:47:40.011770 [ 294 ] {} <Debug> HTTP-Session: 88e6fb0a-cfff-4989-9236-88c0049afc1c Authenticating user 'default' from [fd00:1122:3344:101::d]:38226
2797 2024.11.09 02:47:40.011856 [ 294 ] {} <Debug> HTTP-Session: 88e6fb0a-cfff-4989-9236-88c0049afc1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2798 2024.11.09 02:47:40.011853 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part
2799 2024.11.09 02:47:40.011913 [ 294 ] {} <Debug> HTTP-Session: 88e6fb0a-cfff-4989-9236-88c0049afc1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2800 2024.11.09 02:47:40.012127 [ 294 ] {} <Trace> HTTP-Session: 88e6fb0a-cfff-4989-9236-88c0049afc1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2801 2024.11.09 02:47:40.012239 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 239 rows starting from the beginning of the part
2802 2024.11.09 02:47:40.012518 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 80 rows starting from the beginning of the part
2803 2024.11.09 02:47:40.012601 [ 294 ] {d9c94fe2-0c89-4d6e-8f8c-721178dc1963} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38226) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
2804 2024.11.09 02:47:40.012815 [ 294 ] {d9c94fe2-0c89-4d6e-8f8c-721178dc1963} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2805 2024.11.09 02:47:40.013982 [ 294 ] {d9c94fe2-0c89-4d6e-8f8c-721178dc1963} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2806 2024.11.09 02:47:40.015018 [ 294 ] {d9c94fe2-0c89-4d6e-8f8c-721178dc1963} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2807 2024.11.09 02:47:40.015112 [ 294 ] {d9c94fe2-0c89-4d6e-8f8c-721178dc1963} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB.
2808 2024.11.09 02:47:40.016028 [ 294 ] {d9c94fe2-0c89-4d6e-8f8c-721178dc1963} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2809 2024.11.09 02:47:40.016045 [ 191 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2015 rows, containing 5 columns (5 merged, 0 gathered) in 0.00535789 sec., 376080.882586242 rows/sec., 33.12 MiB/sec.
2810 2024.11.09 02:47:40.016429 [ 191 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2811 2024.11.09 02:47:40.016723 [ 294 ] {d9c94fe2-0c89-4d6e-8f8c-721178dc1963} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2812 2024.11.09 02:47:40.017230 [ 294 ] {d9c94fe2-0c89-4d6e-8f8c-721178dc1963} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.004808 sec., 2495.840266222962 rows/sec., 187.68 KiB/sec.
2813 2024.11.09 02:47:40.017533 [ 191 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_11_2} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2814 2024.11.09 02:47:40.017656 [ 191 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_11_2} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2815 2024.11.09 02:47:40.017682 [ 294 ] {d9c94fe2-0c89-4d6e-8f8c-721178dc1963} <Debug> DynamicQueryHandler: Done processing query
2816 2024.11.09 02:47:40.017745 [ 294 ] {d9c94fe2-0c89-4d6e-8f8c-721178dc1963} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2817 2024.11.09 02:47:40.017807 [ 294 ] {} <Debug> HTTP-Session: 88e6fb0a-cfff-4989-9236-88c0049afc1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2818 2024.11.09 02:47:40.017815 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB.
2819 2024.11.09 02:47:40.018023 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38226, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2820 2024.11.09 02:47:40.018117 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60121, User-Agent: (none), Length: 15144, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2821 2024.11.09 02:47:40.018205 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2822 2024.11.09 02:47:40.018231 [ 295 ] {} <Debug> HTTP-Session: da9185f7-9703-4bdb-8a67-a51addd5d45c Authenticating user 'default' from [fd00:1122:3344:101::d]:60121
2823 2024.11.09 02:47:40.018254 [ 295 ] {} <Debug> HTTP-Session: da9185f7-9703-4bdb-8a67-a51addd5d45c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2824 2024.11.09 02:47:40.018272 [ 295 ] {} <Debug> HTTP-Session: da9185f7-9703-4bdb-8a67-a51addd5d45c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2825 2024.11.09 02:47:40.018323 [ 295 ] {} <Trace> HTTP-Session: da9185f7-9703-4bdb-8a67-a51addd5d45c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2826 2024.11.09 02:47:40.018517 [ 295 ] {328bab05-9b4e-495a-a9cd-617149689b4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60121) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2827 2024.11.09 02:47:40.018578 [ 295 ] {328bab05-9b4e-495a-a9cd-617149689b4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2828 2024.11.09 02:47:40.018907 [ 295 ] {328bab05-9b4e-495a-a9cd-617149689b4e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2829 2024.11.09 02:47:40.019310 [ 295 ] {328bab05-9b4e-495a-a9cd-617149689b4e} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2830 2024.11.09 02:47:40.019349 [ 295 ] {328bab05-9b4e-495a-a9cd-617149689b4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB.
2831 2024.11.09 02:47:40.019727 [ 295 ] {328bab05-9b4e-495a-a9cd-617149689b4e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2832 2024.11.09 02:47:40.020109 [ 295 ] {328bab05-9b4e-495a-a9cd-617149689b4e} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2833 2024.11.09 02:47:40.020283 [ 52 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2834 2024.11.09 02:47:40.020291 [ 295 ] {328bab05-9b4e-495a-a9cd-617149689b4e} <Debug> executeQuery: Read 89 rows, 7.13 KiB in 0.001846 sec., 48212.35102925244 rows/sec., 3.77 MiB/sec.
2835 2024.11.09 02:47:40.020331 [ 52 ] {} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2836 2024.11.09 02:47:40.020402 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB.
2837 2024.11.09 02:47:40.020648 [ 295 ] {328bab05-9b4e-495a-a9cd-617149689b4e} <Debug> DynamicQueryHandler: Done processing query
2838 2024.11.09 02:47:40.020649 [ 201 ] {48637766-a340-4af8-ae3d-4486ac21e344::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
2839 2024.11.09 02:47:40.020691 [ 295 ] {328bab05-9b4e-495a-a9cd-617149689b4e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
2840 2024.11.09 02:47:40.020719 [ 295 ] {} <Debug> HTTP-Session: da9185f7-9703-4bdb-8a67-a51addd5d45c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2841 2024.11.09 02:47:40.020829 [ 201 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2842 2024.11.09 02:47:40.020867 [ 201 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 846 rows starting from the beginning of the part
2843 2024.11.09 02:47:40.020928 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60121, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2844 2024.11.09 02:47:40.021159 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62490, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2845 2024.11.09 02:47:40.021198 [ 201 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 390 rows starting from the beginning of the part
2846 2024.11.09 02:47:40.021366 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2847 2024.11.09 02:47:40.021425 [ 201 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 88 rows starting from the beginning of the part
2848 2024.11.09 02:47:40.021468 [ 294 ] {} <Debug> HTTP-Session: 1b3d2e5d-0642-413b-bd29-9844ae791d2a Authenticating user 'default' from [fd00:1122:3344:101::d]:62490
2849 2024.11.09 02:47:40.021582 [ 294 ] {} <Debug> HTTP-Session: 1b3d2e5d-0642-413b-bd29-9844ae791d2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2850 2024.11.09 02:47:40.021660 [ 294 ] {} <Debug> HTTP-Session: 1b3d2e5d-0642-413b-bd29-9844ae791d2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2851 2024.11.09 02:47:40.021702 [ 201 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part
2852 2024.11.09 02:47:40.021803 [ 294 ] {} <Trace> HTTP-Session: 1b3d2e5d-0642-413b-bd29-9844ae791d2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2853 2024.11.09 02:47:40.021910 [ 201 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 407 rows starting from the beginning of the part
2854 2024.11.09 02:47:40.022164 [ 201 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 89 rows starting from the beginning of the part
2855 2024.11.09 02:47:40.022361 [ 294 ] {92d561a6-74d9-4437-a316-d77715b7981d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62490) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
2856 2024.11.09 02:47:40.022449 [ 295 ] {} <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):
2857 
2858 (version 23.8.7.1)
2859 2024.11.09 02:47:40.022582 [ 294 ] {92d561a6-74d9-4437-a316-d77715b7981d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2860 2024.11.09 02:47:40.023146 [ 294 ] {92d561a6-74d9-4437-a316-d77715b7981d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2861 2024.11.09 02:47:40.024354 [ 294 ] {92d561a6-74d9-4437-a316-d77715b7981d} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2862 2024.11.09 02:47:40.024420 [ 294 ] {92d561a6-74d9-4437-a316-d77715b7981d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB.
2863 2024.11.09 02:47:40.025401 [ 294 ] {92d561a6-74d9-4437-a316-d77715b7981d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2864 2024.11.09 02:47:40.025413 [ 201 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1884 rows, containing 5 columns (5 merged, 0 gathered) in 0.004892471 sec., 385081.4854089069 rows/sec., 29.40 MiB/sec.
2865 2024.11.09 02:47:40.025700 [ 195 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2866 2024.11.09 02:47:40.026058 [ 294 ] {92d561a6-74d9-4437-a316-d77715b7981d} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2867 2024.11.09 02:47:40.026448 [ 52 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2868 2024.11.09 02:47:40.026541 [ 52 ] {} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2869 2024.11.09 02:47:40.026533 [ 294 ] {92d561a6-74d9-4437-a316-d77715b7981d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004401 sec., 36355.37377868666 rows/sec., 2.53 MiB/sec.
2870 2024.11.09 02:47:40.026592 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB.
2871 2024.11.09 02:47:40.026848 [ 195 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_11_2} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2872 2024.11.09 02:47:40.027131 [ 188 ] {173f980a-35dc-47ba-ab5b-853644c4390e::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
2873 2024.11.09 02:47:40.027190 [ 195 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_11_2} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2874 2024.11.09 02:47:40.027237 [ 294 ] {92d561a6-74d9-4437-a316-d77715b7981d} <Debug> DynamicQueryHandler: Done processing query
2875 2024.11.09 02:47:40.027309 [ 294 ] {92d561a6-74d9-4437-a316-d77715b7981d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
2876 2024.11.09 02:47:40.027389 [ 294 ] {} <Debug> HTTP-Session: 1b3d2e5d-0642-413b-bd29-9844ae791d2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2877 2024.11.09 02:47:40.027475 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
2878 2024.11.09 02:47:40.027579 [ 188 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2879 2024.11.09 02:47:40.027641 [ 188 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 3741 rows starting from the beginning of the part
2880 2024.11.09 02:47:40.027677 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62490, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2881 2024.11.09 02:47:40.027854 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39168, User-Agent: (none), Length: 19885, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2882 2024.11.09 02:47:40.028076 [ 188 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 237 rows starting from the beginning of the part
2883 2024.11.09 02:47:40.028089 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2884 2024.11.09 02:47:40.028191 [ 295 ] {} <Debug> HTTP-Session: 2b99ec6c-4ebe-437d-8ae6-be5989eb572d Authenticating user 'default' from [fd00:1122:3344:101::d]:39168
2885 2024.11.09 02:47:40.028285 [ 295 ] {} <Debug> HTTP-Session: 2b99ec6c-4ebe-437d-8ae6-be5989eb572d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2886 2024.11.09 02:47:40.028386 [ 295 ] {} <Debug> HTTP-Session: 2b99ec6c-4ebe-437d-8ae6-be5989eb572d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2887 2024.11.09 02:47:40.028407 [ 188 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 150 rows starting from the beginning of the part
2888 2024.11.09 02:47:40.028510 [ 295 ] {} <Trace> HTTP-Session: 2b99ec6c-4ebe-437d-8ae6-be5989eb572d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2889 2024.11.09 02:47:40.028719 [ 188 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part
2890 2024.11.09 02:47:40.028899 [ 188 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 237 rows starting from the beginning of the part
2891 2024.11.09 02:47:40.029132 [ 295 ] {15ca5c5b-88e7-4695-ab9f-92cb5149bc28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39168) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
2892 2024.11.09 02:47:40.029156 [ 188 ] {173f980a-35dc-47ba-ab5b-853644c4390e::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
2893 2024.11.09 02:47:40.029608 [ 295 ] {15ca5c5b-88e7-4695-ab9f-92cb5149bc28} <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
2894 2024.11.09 02:47:40.031309 [ 295 ] {15ca5c5b-88e7-4695-ab9f-92cb5149bc28} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2895 2024.11.09 02:47:40.032961 [ 295 ] {15ca5c5b-88e7-4695-ab9f-92cb5149bc28} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2896 2024.11.09 02:47:40.033072 [ 295 ] {15ca5c5b-88e7-4695-ab9f-92cb5149bc28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB.
2897 2024.11.09 02:47:40.034469 [ 188 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4685 rows, containing 5 columns (5 merged, 0 gathered) in 0.007688509 sec., 609350.9157627311 rows/sec., 41.06 MiB/sec.
2898 2024.11.09 02:47:40.034709 [ 295 ] {15ca5c5b-88e7-4695-ab9f-92cb5149bc28} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2899 2024.11.09 02:47:40.034952 [ 188 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2900 2024.11.09 02:47:40.035841 [ 295 ] {15ca5c5b-88e7-4695-ab9f-92cb5149bc28} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2901 2024.11.09 02:47:40.036067 [ 188 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2902 2024.11.09 02:47:40.036347 [ 295 ] {15ca5c5b-88e7-4695-ab9f-92cb5149bc28} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.007504 sec., 1599.1471215351812 rows/sec., 2.87 MiB/sec.
2903 2024.11.09 02:47:40.036420 [ 188 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2904 2024.11.09 02:47:40.036810 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB.
2905 2024.11.09 02:47:40.037060 [ 295 ] {15ca5c5b-88e7-4695-ab9f-92cb5149bc28} <Debug> DynamicQueryHandler: Done processing query
2906 2024.11.09 02:47:40.037090 [ 295 ] {15ca5c5b-88e7-4695-ab9f-92cb5149bc28} <Debug> MemoryTracker: Peak memory usage (for query): 4.43 MiB.
2907 2024.11.09 02:47:40.037108 [ 295 ] {} <Debug> HTTP-Session: 2b99ec6c-4ebe-437d-8ae6-be5989eb572d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2908 2024.11.09 02:47:40.037288 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39168, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2909 2024.11.09 02:47:40.037356 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46851, User-Agent: (none), Length: 2406, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2910 2024.11.09 02:47:40.037457 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2911 2024.11.09 02:47:40.037487 [ 294 ] {} <Debug> HTTP-Session: 5c19451c-27df-4814-804a-bfb2fb66f94f Authenticating user 'default' from [fd00:1122:3344:101::d]:46851
2912 2024.11.09 02:47:40.037515 [ 294 ] {} <Debug> HTTP-Session: 5c19451c-27df-4814-804a-bfb2fb66f94f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2913 2024.11.09 02:47:40.037532 [ 294 ] {} <Debug> HTTP-Session: 5c19451c-27df-4814-804a-bfb2fb66f94f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2914 2024.11.09 02:47:40.037583 [ 294 ] {} <Trace> HTTP-Session: 5c19451c-27df-4814-804a-bfb2fb66f94f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2915 2024.11.09 02:47:40.037736 [ 294 ] {e73126e5-e6ff-4ee9-8643-2d5321d9b87e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46851) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
2916 2024.11.09 02:47:40.037802 [ 294 ] {e73126e5-e6ff-4ee9-8643-2d5321d9b87e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2917 2024.11.09 02:47:40.037990 [ 294 ] {e73126e5-e6ff-4ee9-8643-2d5321d9b87e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2918 2024.11.09 02:47:40.038281 [ 294 ] {e73126e5-e6ff-4ee9-8643-2d5321d9b87e} <Trace> oximeter.measurements_i64 (1fa4bb4f-08c2-4324-8781-8e2e17895eeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2919 2024.11.09 02:47:40.038321 [ 294 ] {e73126e5-e6ff-4ee9-8643-2d5321d9b87e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB.
2920 2024.11.09 02:47:40.038719 [ 294 ] {e73126e5-e6ff-4ee9-8643-2d5321d9b87e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2921 2024.11.09 02:47:40.039077 [ 294 ] {e73126e5-e6ff-4ee9-8643-2d5321d9b87e} <Trace> oximeter.measurements_i64 (1fa4bb4f-08c2-4324-8781-8e2e17895eeb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2922 2024.11.09 02:47:40.039212 [ 294 ] {e73126e5-e6ff-4ee9-8643-2d5321d9b87e} <Debug> executeQuery: Read 15 rows, 1.09 KiB in 0.001526 sec., 9829.61992136304 rows/sec., 712.90 KiB/sec.
2923 2024.11.09 02:47:40.039494 [ 294 ] {e73126e5-e6ff-4ee9-8643-2d5321d9b87e} <Debug> DynamicQueryHandler: Done processing query
2924 2024.11.09 02:47:40.039520 [ 294 ] {e73126e5-e6ff-4ee9-8643-2d5321d9b87e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
2925 2024.11.09 02:47:40.039539 [ 294 ] {} <Debug> HTTP-Session: 5c19451c-27df-4814-804a-bfb2fb66f94f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2926 2024.11.09 02:47:40.039735 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46851, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2927 2024.11.09 02:47:40.039783 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40553, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2928 2024.11.09 02:47:40.039877 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2929 2024.11.09 02:47:40.039906 [ 295 ] {} <Debug> HTTP-Session: 293661ee-da6b-4326-a37f-ac70a603ff84 Authenticating user 'default' from [fd00:1122:3344:101::d]:40553
2930 2024.11.09 02:47:40.039932 [ 295 ] {} <Debug> HTTP-Session: 293661ee-da6b-4326-a37f-ac70a603ff84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2931 2024.11.09 02:47:40.039951 [ 295 ] {} <Debug> HTTP-Session: 293661ee-da6b-4326-a37f-ac70a603ff84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2932 2024.11.09 02:47:40.040001 [ 295 ] {} <Trace> HTTP-Session: 293661ee-da6b-4326-a37f-ac70a603ff84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2933 2024.11.09 02:47:40.040164 [ 295 ] {7c0cb8e8-da08-429c-b64b-8c70bb2ce654} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40553) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
2934 2024.11.09 02:47:40.040224 [ 295 ] {7c0cb8e8-da08-429c-b64b-8c70bb2ce654} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2935 2024.11.09 02:47:40.040412 [ 295 ] {7c0cb8e8-da08-429c-b64b-8c70bb2ce654} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2936 2024.11.09 02:47:40.040808 [ 295 ] {7c0cb8e8-da08-429c-b64b-8c70bb2ce654} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2937 2024.11.09 02:47:40.040853 [ 295 ] {7c0cb8e8-da08-429c-b64b-8c70bb2ce654} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB.
2938 2024.11.09 02:47:40.041265 [ 295 ] {7c0cb8e8-da08-429c-b64b-8c70bb2ce654} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2939 2024.11.09 02:47:40.041632 [ 295 ] {7c0cb8e8-da08-429c-b64b-8c70bb2ce654} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2940 2024.11.09 02:47:40.041800 [ 53 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2941 2024.11.09 02:47:40.041809 [ 295 ] {7c0cb8e8-da08-429c-b64b-8c70bb2ce654} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001692 sec., 35460.99290780142 rows/sec., 2.39 MiB/sec.
2942 2024.11.09 02:47:40.041857 [ 53 ] {} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2943 2024.11.09 02:47:40.041922 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB.
2944 2024.11.09 02:47:40.042288 [ 195 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::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
2945 2024.11.09 02:47:40.042320 [ 295 ] {7c0cb8e8-da08-429c-b64b-8c70bb2ce654} <Debug> DynamicQueryHandler: Done processing query
2946 2024.11.09 02:47:40.042408 [ 295 ] {7c0cb8e8-da08-429c-b64b-8c70bb2ce654} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
2947 2024.11.09 02:47:40.042447 [ 295 ] {} <Debug> HTTP-Session: 293661ee-da6b-4326-a37f-ac70a603ff84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2948 2024.11.09 02:47:40.042555 [ 195 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2949 2024.11.09 02:47:40.042592 [ 195 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 254 rows starting from the beginning of the part
2950 2024.11.09 02:47:40.042703 [ 195 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 82 rows starting from the beginning of the part
2951 2024.11.09 02:47:40.042777 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40553, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2952 2024.11.09 02:47:40.042979 [ 195 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::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
2953 2024.11.09 02:47:40.043190 [ 195 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part
2954 2024.11.09 02:47:40.043360 [ 195 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 82 rows starting from the beginning of the part
2955 2024.11.09 02:47:40.043525 [ 195 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::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
2956 2024.11.09 02:47:40.044716 [ 188 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 594 rows, containing 4 columns (4 merged, 0 gathered) in 0.002687076 sec., 221058.13158987687 rows/sec., 14.51 MiB/sec.
2957 2024.11.09 02:47:40.044901 [ 188 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2958 2024.11.09 02:47:40.045315 [ 188 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_11_2} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2959 2024.11.09 02:47:40.045395 [ 188 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_11_2} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2960 2024.11.09 02:47:40.045479 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
2961 2024.11.09 02:47:41.488335 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 312
2962 2024.11.09 02:47:41.491193 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2963 2024.11.09 02:47:41.491241 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB.
2964 2024.11.09 02:47:41.492903 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2965 2024.11.09 02:47:41.493915 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2966 2024.11.09 02:47:41.494122 [ 51 ] {} <Debug> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2967 2024.11.09 02:47:41.494258 [ 51 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2968 2024.11.09 02:47:41.494319 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB.
2969 2024.11.09 02:47:41.494692 [ 195 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::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
2970 2024.11.09 02:47:41.495223 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 312
2971 2024.11.09 02:47:41.495771 [ 195 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2972 2024.11.09 02:47:41.495897 [ 195 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::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
2973 2024.11.09 02:47:41.496434 [ 195 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 54 rows starting from the beginning of the part
2974 2024.11.09 02:47:41.496971 [ 195 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 76 rows starting from the beginning of the part
2975 2024.11.09 02:47:41.497479 [ 195 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 28 rows starting from the beginning of the part
2976 2024.11.09 02:47:41.497949 [ 195 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::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
2977 2024.11.09 02:47:41.498417 [ 195 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 34 rows starting from the beginning of the part
2978 2024.11.09 02:47:41.512158 [ 197 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 312 rows, containing 72 columns (72 merged, 0 gathered) in 0.017723106 sec., 17604.137784878116 rows/sec., 15.83 MiB/sec.
2979 2024.11.09 02:47:41.513253 [ 196 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2980 2024.11.09 02:47:41.515050 [ 196 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_6_1} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2981 2024.11.09 02:47:41.515146 [ 196 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_6_1} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2982 2024.11.09 02:47:41.515464 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.70 MiB.
2983 2024.11.09 02:47:42.000251 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 152.82 MiB, peak 161.65 MiB, free memory in arenas 0.00 B, will set to 154.30 MiB (RSS), difference: 1.48 MiB
2984 2024.11.09 02:47:45.007176 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63719, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2985 2024.11.09 02:47:45.007302 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2986 2024.11.09 02:47:45.007343 [ 293 ] {} <Debug> HTTP-Session: 2edba88f-d913-402a-a00d-c74f94a63978 Authenticating user 'default' from [fd00:1122:3344:101::d]:63719
2987 2024.11.09 02:47:45.007382 [ 293 ] {} <Debug> HTTP-Session: 2edba88f-d913-402a-a00d-c74f94a63978 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2988 2024.11.09 02:47:45.007409 [ 293 ] {} <Debug> HTTP-Session: 2edba88f-d913-402a-a00d-c74f94a63978 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2989 2024.11.09 02:47:45.007556 [ 293 ] {} <Trace> HTTP-Session: 2edba88f-d913-402a-a00d-c74f94a63978 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2990 2024.11.09 02:47:45.007866 [ 293 ] {afe494a9-f493-4e4c-aba9-65fa914b99b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63719) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2991 2024.11.09 02:47:45.007978 [ 293 ] {afe494a9-f493-4e4c-aba9-65fa914b99b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2992 2024.11.09 02:47:45.008460 [ 293 ] {afe494a9-f493-4e4c-aba9-65fa914b99b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2993 2024.11.09 02:47:45.008933 [ 293 ] {afe494a9-f493-4e4c-aba9-65fa914b99b2} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2994 2024.11.09 02:47:45.008976 [ 293 ] {afe494a9-f493-4e4c-aba9-65fa914b99b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB.
2995 2024.11.09 02:47:45.009400 [ 293 ] {afe494a9-f493-4e4c-aba9-65fa914b99b2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2996 2024.11.09 02:47:45.009797 [ 293 ] {afe494a9-f493-4e4c-aba9-65fa914b99b2} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2997 2024.11.09 02:47:45.009969 [ 293 ] {afe494a9-f493-4e4c-aba9-65fa914b99b2} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002212 sec., 25316.45569620253 rows/sec., 1.94 MiB/sec.
2998 2024.11.09 02:47:45.010187 [ 293 ] {afe494a9-f493-4e4c-aba9-65fa914b99b2} <Debug> DynamicQueryHandler: Done processing query
2999 2024.11.09 02:47:45.010213 [ 293 ] {afe494a9-f493-4e4c-aba9-65fa914b99b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
3000 2024.11.09 02:47:45.010230 [ 293 ] {} <Debug> HTTP-Session: 2edba88f-d913-402a-a00d-c74f94a63978 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3001 2024.11.09 02:47:45.010453 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63719, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3002 2024.11.09 02:47:45.010520 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35933, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3003 2024.11.09 02:47:45.010647 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3004 2024.11.09 02:47:45.010677 [ 295 ] {} <Debug> HTTP-Session: 54201de8-e039-4379-96cf-41adf66f11ca Authenticating user 'default' from [fd00:1122:3344:101::d]:35933
3005 2024.11.09 02:47:45.010705 [ 295 ] {} <Debug> HTTP-Session: 54201de8-e039-4379-96cf-41adf66f11ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3006 2024.11.09 02:47:45.010723 [ 295 ] {} <Debug> HTTP-Session: 54201de8-e039-4379-96cf-41adf66f11ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3007 2024.11.09 02:47:45.010785 [ 295 ] {} <Trace> HTTP-Session: 54201de8-e039-4379-96cf-41adf66f11ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3008 2024.11.09 02:47:45.011013 [ 295 ] {523597b6-1542-43d5-bbfd-8bd6e067e51c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35933) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3009 2024.11.09 02:47:45.011088 [ 295 ] {523597b6-1542-43d5-bbfd-8bd6e067e51c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3010 2024.11.09 02:47:45.011464 [ 295 ] {523597b6-1542-43d5-bbfd-8bd6e067e51c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3011 2024.11.09 02:47:45.011935 [ 295 ] {523597b6-1542-43d5-bbfd-8bd6e067e51c} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3012 2024.11.09 02:47:45.011980 [ 295 ] {523597b6-1542-43d5-bbfd-8bd6e067e51c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB.
3013 2024.11.09 02:47:45.012418 [ 295 ] {523597b6-1542-43d5-bbfd-8bd6e067e51c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3014 2024.11.09 02:47:45.012831 [ 295 ] {523597b6-1542-43d5-bbfd-8bd6e067e51c} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3015 2024.11.09 02:47:45.013014 [ 295 ] {523597b6-1542-43d5-bbfd-8bd6e067e51c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002084 sec., 30710.17274472169 rows/sec., 2.40 MiB/sec.
3016 2024.11.09 02:47:45.013240 [ 295 ] {523597b6-1542-43d5-bbfd-8bd6e067e51c} <Debug> DynamicQueryHandler: Done processing query
3017 2024.11.09 02:47:45.013268 [ 295 ] {523597b6-1542-43d5-bbfd-8bd6e067e51c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
3018 2024.11.09 02:47:45.013284 [ 295 ] {} <Debug> HTTP-Session: 54201de8-e039-4379-96cf-41adf66f11ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3019 2024.11.09 02:47:45.013487 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35933, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3020 2024.11.09 02:47:45.013630 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44263, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3021 2024.11.09 02:47:45.013748 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3022 2024.11.09 02:47:45.013778 [ 294 ] {} <Debug> HTTP-Session: 2fb0e336-a9aa-4f83-bdd1-e83a2354a665 Authenticating user 'default' from [fd00:1122:3344:101::d]:44263
3023 2024.11.09 02:47:45.013807 [ 294 ] {} <Debug> HTTP-Session: 2fb0e336-a9aa-4f83-bdd1-e83a2354a665 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3024 2024.11.09 02:47:45.013826 [ 294 ] {} <Debug> HTTP-Session: 2fb0e336-a9aa-4f83-bdd1-e83a2354a665 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3025 2024.11.09 02:47:45.013889 [ 294 ] {} <Trace> HTTP-Session: 2fb0e336-a9aa-4f83-bdd1-e83a2354a665 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3026 2024.11.09 02:47:45.014178 [ 294 ] {28aa494d-84e0-4e8f-96bb-d18ab23087ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44263) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
3027 2024.11.09 02:47:45.014261 [ 294 ] {28aa494d-84e0-4e8f-96bb-d18ab23087ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3028 2024.11.09 02:47:45.014490 [ 294 ] {28aa494d-84e0-4e8f-96bb-d18ab23087ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3029 2024.11.09 02:47:45.014936 [ 294 ] {28aa494d-84e0-4e8f-96bb-d18ab23087ad} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3030 2024.11.09 02:47:45.014982 [ 294 ] {28aa494d-84e0-4e8f-96bb-d18ab23087ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB.
3031 2024.11.09 02:47:45.015476 [ 294 ] {28aa494d-84e0-4e8f-96bb-d18ab23087ad} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3032 2024.11.09 02:47:45.015881 [ 294 ] {28aa494d-84e0-4e8f-96bb-d18ab23087ad} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3033 2024.11.09 02:47:45.016064 [ 294 ] {28aa494d-84e0-4e8f-96bb-d18ab23087ad} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002022 sec., 79129.57467853611 rows/sec., 5.51 MiB/sec.
3034 2024.11.09 02:47:45.016276 [ 294 ] {28aa494d-84e0-4e8f-96bb-d18ab23087ad} <Debug> DynamicQueryHandler: Done processing query
3035 2024.11.09 02:47:45.016308 [ 294 ] {28aa494d-84e0-4e8f-96bb-d18ab23087ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
3036 2024.11.09 02:47:45.016325 [ 294 ] {} <Debug> HTTP-Session: 2fb0e336-a9aa-4f83-bdd1-e83a2354a665 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3037 2024.11.09 02:47:45.016512 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44263, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3038 2024.11.09 02:47:45.016534 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35933, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3039 2024.11.09 02:47:45.016639 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3040 2024.11.09 02:47:45.016669 [ 295 ] {} <Debug> HTTP-Session: 392f9a42-5d9b-4615-b485-567ea95c9812 Authenticating user 'default' from [fd00:1122:3344:101::d]:35933
3041 2024.11.09 02:47:45.016700 [ 295 ] {} <Debug> HTTP-Session: 392f9a42-5d9b-4615-b485-567ea95c9812 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3042 2024.11.09 02:47:45.016725 [ 295 ] {} <Debug> HTTP-Session: 392f9a42-5d9b-4615-b485-567ea95c9812 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3043 2024.11.09 02:47:45.016778 [ 295 ] {} <Trace> HTTP-Session: 392f9a42-5d9b-4615-b485-567ea95c9812 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3044 2024.11.09 02:47:45.016958 [ 295 ] {71402e17-76fa-4042-a528-65ceadfb739b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35933) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
3045 2024.11.09 02:47:45.017020 [ 295 ] {71402e17-76fa-4042-a528-65ceadfb739b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3046 2024.11.09 02:47:45.017222 [ 295 ] {71402e17-76fa-4042-a528-65ceadfb739b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3047 2024.11.09 02:47:45.017587 [ 295 ] {71402e17-76fa-4042-a528-65ceadfb739b} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3048 2024.11.09 02:47:45.017627 [ 295 ] {71402e17-76fa-4042-a528-65ceadfb739b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB.
3049 2024.11.09 02:47:45.018044 [ 295 ] {71402e17-76fa-4042-a528-65ceadfb739b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3050 2024.11.09 02:47:45.018399 [ 295 ] {71402e17-76fa-4042-a528-65ceadfb739b} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3051 2024.11.09 02:47:45.018564 [ 295 ] {71402e17-76fa-4042-a528-65ceadfb739b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001671 sec., 35906.64272890485 rows/sec., 2.42 MiB/sec.
3052 2024.11.09 02:47:45.018766 [ 295 ] {71402e17-76fa-4042-a528-65ceadfb739b} <Debug> DynamicQueryHandler: Done processing query
3053 2024.11.09 02:47:45.018792 [ 295 ] {71402e17-76fa-4042-a528-65ceadfb739b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
3054 2024.11.09 02:47:45.018809 [ 295 ] {} <Debug> HTTP-Session: 392f9a42-5d9b-4615-b485-567ea95c9812 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3055 2024.11.09 02:47:45.019032 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35933, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3056 2024.11.09 02:47:46.416349 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache
3057 2024.11.09 02:47:46.416448 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache
3058 2024.11.09 02:47:50.014047 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37481, User-Agent: (none), Length: 40824, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3059 2024.11.09 02:47:50.014166 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3060 2024.11.09 02:47:50.014197 [ 295 ] {} <Debug> HTTP-Session: 409c9eee-180e-4ca5-ad2f-4e395b73ef75 Authenticating user 'default' from [fd00:1122:3344:101::d]:37481
3061 2024.11.09 02:47:50.014224 [ 295 ] {} <Debug> HTTP-Session: 409c9eee-180e-4ca5-ad2f-4e395b73ef75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3062 2024.11.09 02:47:50.014242 [ 295 ] {} <Debug> HTTP-Session: 409c9eee-180e-4ca5-ad2f-4e395b73ef75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3063 2024.11.09 02:47:50.014299 [ 295 ] {} <Trace> HTTP-Session: 409c9eee-180e-4ca5-ad2f-4e395b73ef75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3064 2024.11.09 02:47:50.014597 [ 295 ] {9b306ea0-0d5c-4288-92cd-9b43f2189c92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37481) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3065 2024.11.09 02:47:50.014664 [ 295 ] {9b306ea0-0d5c-4288-92cd-9b43f2189c92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3066 2024.11.09 02:47:50.014991 [ 295 ] {9b306ea0-0d5c-4288-92cd-9b43f2189c92} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3067 2024.11.09 02:47:50.015678 [ 295 ] {9b306ea0-0d5c-4288-92cd-9b43f2189c92} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3068 2024.11.09 02:47:50.015721 [ 295 ] {9b306ea0-0d5c-4288-92cd-9b43f2189c92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3069 2024.11.09 02:47:50.016179 [ 295 ] {9b306ea0-0d5c-4288-92cd-9b43f2189c92} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3070 2024.11.09 02:47:50.016574 [ 295 ] {9b306ea0-0d5c-4288-92cd-9b43f2189c92} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3071 2024.11.09 02:47:50.016757 [ 295 ] {9b306ea0-0d5c-4288-92cd-9b43f2189c92} <Debug> executeQuery: Read 269 rows, 24.50 KiB in 0.002285 sec., 117724.28884026257 rows/sec., 10.47 MiB/sec.
3072 2024.11.09 02:47:50.017028 [ 295 ] {9b306ea0-0d5c-4288-92cd-9b43f2189c92} <Debug> DynamicQueryHandler: Done processing query
3073 2024.11.09 02:47:50.017056 [ 295 ] {9b306ea0-0d5c-4288-92cd-9b43f2189c92} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
3074 2024.11.09 02:47:50.017073 [ 295 ] {} <Debug> HTTP-Session: 409c9eee-180e-4ca5-ad2f-4e395b73ef75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3075 2024.11.09 02:47:50.017351 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37481, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3076 2024.11.09 02:47:50.017576 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33418, User-Agent: (none), Length: 5783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3077 2024.11.09 02:47:50.017695 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3078 2024.11.09 02:47:50.017725 [ 294 ] {} <Debug> HTTP-Session: fd01a455-cb77-4e2a-9511-d676187819dc Authenticating user 'default' from [fd00:1122:3344:101::d]:33418
3079 2024.11.09 02:47:50.017753 [ 294 ] {} <Debug> HTTP-Session: fd01a455-cb77-4e2a-9511-d676187819dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3080 2024.11.09 02:47:50.017771 [ 294 ] {} <Debug> HTTP-Session: fd01a455-cb77-4e2a-9511-d676187819dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3081 2024.11.09 02:47:50.017832 [ 294 ] {} <Trace> HTTP-Session: fd01a455-cb77-4e2a-9511-d676187819dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3082 2024.11.09 02:47:50.018045 [ 294 ] {d8a63baa-b073-46ac-96e9-2501d2462a5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33418) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
3083 2024.11.09 02:47:50.018122 [ 294 ] {d8a63baa-b073-46ac-96e9-2501d2462a5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3084 2024.11.09 02:47:50.018511 [ 294 ] {d8a63baa-b073-46ac-96e9-2501d2462a5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3085 2024.11.09 02:47:50.018927 [ 294 ] {d8a63baa-b073-46ac-96e9-2501d2462a5b} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3086 2024.11.09 02:47:50.018967 [ 294 ] {d8a63baa-b073-46ac-96e9-2501d2462a5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3087 2024.11.09 02:47:50.019394 [ 294 ] {d8a63baa-b073-46ac-96e9-2501d2462a5b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3088 2024.11.09 02:47:50.019828 [ 294 ] {d8a63baa-b073-46ac-96e9-2501d2462a5b} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3089 2024.11.09 02:47:50.019970 [ 41 ] {} <Debug> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
3090 2024.11.09 02:47:50.019979 [ 294 ] {d8a63baa-b073-46ac-96e9-2501d2462a5b} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.002006 sec., 19940.179461615156 rows/sec., 1.46 MiB/sec.
3091 2024.11.09 02:47:50.020017 [ 41 ] {} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3092 2024.11.09 02:47:50.020058 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3093 2024.11.09 02:47:50.020173 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::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
3094 2024.11.09 02:47:50.020219 [ 294 ] {d8a63baa-b073-46ac-96e9-2501d2462a5b} <Debug> DynamicQueryHandler: Done processing query
3095 2024.11.09 02:47:50.020250 [ 294 ] {d8a63baa-b073-46ac-96e9-2501d2462a5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
3096 2024.11.09 02:47:50.020275 [ 294 ] {} <Debug> HTTP-Session: fd01a455-cb77-4e2a-9511-d676187819dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3097 2024.11.09 02:47:50.020327 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3098 2024.11.09 02:47:50.020359 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part
3099 2024.11.09 02:47:50.020439 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part
3100 2024.11.09 02:47:50.020586 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33418, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3101 2024.11.09 02:47:50.020792 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45644, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3102 2024.11.09 02:47:50.020840 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 17 rows starting from the beginning of the part
3103 2024.11.09 02:47:50.020987 [ 294 ] {} <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):
3104 
3105 (version 23.8.7.1)
3106 2024.11.09 02:47:50.021093 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3107 2024.11.09 02:47:50.021318 [ 295 ] {} <Debug> HTTP-Session: e3eccf3a-f34f-472f-9842-8d4bba0233f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:45644
3108 2024.11.09 02:47:50.021347 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 25 rows starting from the beginning of the part
3109 2024.11.09 02:47:50.021429 [ 295 ] {} <Debug> HTTP-Session: e3eccf3a-f34f-472f-9842-8d4bba0233f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3110 2024.11.09 02:47:50.021532 [ 295 ] {} <Debug> HTTP-Session: e3eccf3a-f34f-472f-9842-8d4bba0233f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3111 2024.11.09 02:47:50.021728 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part
3112 2024.11.09 02:47:50.021773 [ 295 ] {} <Trace> HTTP-Session: e3eccf3a-f34f-472f-9842-8d4bba0233f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3113 2024.11.09 02:47:50.022051 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 40 rows starting from the beginning of the part
3114 2024.11.09 02:47:50.022098 [ 295 ] {9048c3f0-c6a7-4d4d-a473-8272906d6a61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45644) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
3115 2024.11.09 02:47:50.022268 [ 295 ] {9048c3f0-c6a7-4d4d-a473-8272906d6a61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3116 2024.11.09 02:47:50.023242 [ 295 ] {9048c3f0-c6a7-4d4d-a473-8272906d6a61} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3117 2024.11.09 02:47:50.024190 [ 295 ] {9048c3f0-c6a7-4d4d-a473-8272906d6a61} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3118 2024.11.09 02:47:50.024246 [ 295 ] {9048c3f0-c6a7-4d4d-a473-8272906d6a61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3119 2024.11.09 02:47:50.025042 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 110 rows, containing 5 columns (5 merged, 0 gathered) in 0.004904871 sec., 22426.685635565136 rows/sec., 1.73 MiB/sec.
3120 2024.11.09 02:47:50.025259 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
3121 2024.11.09 02:47:50.025269 [ 295 ] {9048c3f0-c6a7-4d4d-a473-8272906d6a61} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3122 2024.11.09 02:47:50.026498 [ 295 ] {9048c3f0-c6a7-4d4d-a473-8272906d6a61} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3123 2024.11.09 02:47:50.026502 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_6_1} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3124 2024.11.09 02:47:50.026759 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_6_1} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
3125 2024.11.09 02:47:50.026874 [ 295 ] {9048c3f0-c6a7-4d4d-a473-8272906d6a61} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004876 sec., 2871.2059064807218 rows/sec., 201.08 KiB/sec.
3126 2024.11.09 02:47:50.026946 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
3127 2024.11.09 02:47:50.027224 [ 295 ] {9048c3f0-c6a7-4d4d-a473-8272906d6a61} <Debug> DynamicQueryHandler: Done processing query
3128 2024.11.09 02:47:50.027255 [ 295 ] {9048c3f0-c6a7-4d4d-a473-8272906d6a61} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3129 2024.11.09 02:47:50.027272 [ 295 ] {} <Debug> HTTP-Session: e3eccf3a-f34f-472f-9842-8d4bba0233f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3130 2024.11.09 02:47:50.027463 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45644, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3131 2024.11.09 02:47:50.027549 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60555, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3132 2024.11.09 02:47:50.027655 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3133 2024.11.09 02:47:50.027682 [ 294 ] {} <Debug> HTTP-Session: 1790248f-394e-4ee0-aafb-f356dd28f2a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:60555
3134 2024.11.09 02:47:50.027713 [ 294 ] {} <Debug> HTTP-Session: 1790248f-394e-4ee0-aafb-f356dd28f2a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3135 2024.11.09 02:47:50.027740 [ 294 ] {} <Debug> HTTP-Session: 1790248f-394e-4ee0-aafb-f356dd28f2a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3136 2024.11.09 02:47:50.027790 [ 294 ] {} <Trace> HTTP-Session: 1790248f-394e-4ee0-aafb-f356dd28f2a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3137 2024.11.09 02:47:50.027925 [ 294 ] {0cd72796-7bff-4ac2-942a-9c90b78bce50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60555) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
3138 2024.11.09 02:47:50.027983 [ 294 ] {0cd72796-7bff-4ac2-942a-9c90b78bce50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3139 2024.11.09 02:47:50.028297 [ 294 ] {0cd72796-7bff-4ac2-942a-9c90b78bce50} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3140 2024.11.09 02:47:50.028738 [ 294 ] {0cd72796-7bff-4ac2-942a-9c90b78bce50} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3141 2024.11.09 02:47:50.028774 [ 294 ] {0cd72796-7bff-4ac2-942a-9c90b78bce50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3142 2024.11.09 02:47:50.029144 [ 294 ] {0cd72796-7bff-4ac2-942a-9c90b78bce50} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3143 2024.11.09 02:47:50.029531 [ 294 ] {0cd72796-7bff-4ac2-942a-9c90b78bce50} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3144 2024.11.09 02:47:50.029675 [ 294 ] {0cd72796-7bff-4ac2-942a-9c90b78bce50} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001787 sec., 3357.582540570789 rows/sec., 198.37 KiB/sec.
3145 2024.11.09 02:47:50.029888 [ 294 ] {0cd72796-7bff-4ac2-942a-9c90b78bce50} <Debug> DynamicQueryHandler: Done processing query
3146 2024.11.09 02:47:50.029913 [ 294 ] {0cd72796-7bff-4ac2-942a-9c90b78bce50} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
3147 2024.11.09 02:47:50.029931 [ 294 ] {} <Debug> HTTP-Session: 1790248f-394e-4ee0-aafb-f356dd28f2a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3148 2024.11.09 02:47:50.030176 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60555, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3149 2024.11.09 02:47:50.030375 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42702, User-Agent: (none), Length: 68538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3150 2024.11.09 02:47:50.030493 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3151 2024.11.09 02:47:50.030533 [ 295 ] {} <Debug> HTTP-Session: 0a7a2c23-aca3-470a-bb30-b1a109f1013d Authenticating user 'default' from [fd00:1122:3344:101::d]:42702
3152 2024.11.09 02:47:50.030568 [ 295 ] {} <Debug> HTTP-Session: 0a7a2c23-aca3-470a-bb30-b1a109f1013d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3153 2024.11.09 02:47:50.030598 [ 295 ] {} <Debug> HTTP-Session: 0a7a2c23-aca3-470a-bb30-b1a109f1013d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3154 2024.11.09 02:47:50.030646 [ 295 ] {} <Trace> HTTP-Session: 0a7a2c23-aca3-470a-bb30-b1a109f1013d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3155 2024.11.09 02:47:50.030922 [ 295 ] {ae53de04-a59c-4787-a070-1a8c6dad4911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3156 2024.11.09 02:47:50.030975 [ 295 ] {ae53de04-a59c-4787-a070-1a8c6dad4911} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3157 2024.11.09 02:47:50.031249 [ 295 ] {ae53de04-a59c-4787-a070-1a8c6dad4911} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3158 2024.11.09 02:47:50.031855 [ 295 ] {ae53de04-a59c-4787-a070-1a8c6dad4911} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3159 2024.11.09 02:47:50.031894 [ 295 ] {ae53de04-a59c-4787-a070-1a8c6dad4911} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3160 2024.11.09 02:47:50.032300 [ 295 ] {ae53de04-a59c-4787-a070-1a8c6dad4911} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3161 2024.11.09 02:47:50.032681 [ 295 ] {ae53de04-a59c-4787-a070-1a8c6dad4911} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3162 2024.11.09 02:47:50.032847 [ 295 ] {ae53de04-a59c-4787-a070-1a8c6dad4911} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.002048 sec., 206054.6875 rows/sec., 14.73 MiB/sec.
3163 2024.11.09 02:47:50.033096 [ 295 ] {ae53de04-a59c-4787-a070-1a8c6dad4911} <Debug> DynamicQueryHandler: Done processing query
3164 2024.11.09 02:47:50.033122 [ 295 ] {ae53de04-a59c-4787-a070-1a8c6dad4911} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
3165 2024.11.09 02:47:50.033139 [ 295 ] {} <Debug> HTTP-Session: 0a7a2c23-aca3-470a-bb30-b1a109f1013d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3166 2024.11.09 02:47:50.033326 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60555, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3167 2024.11.09 02:47:50.033340 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42702, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3168 2024.11.09 02:47:50.033424 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3169 2024.11.09 02:47:50.033467 [ 294 ] {} <Debug> HTTP-Session: 9859248c-dadf-4af2-be8f-fe8615ebd541 Authenticating user 'default' from [fd00:1122:3344:101::d]:60555
3170 2024.11.09 02:47:50.033498 [ 294 ] {} <Debug> HTTP-Session: 9859248c-dadf-4af2-be8f-fe8615ebd541 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3171 2024.11.09 02:47:50.033520 [ 294 ] {} <Debug> HTTP-Session: 9859248c-dadf-4af2-be8f-fe8615ebd541 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3172 2024.11.09 02:47:50.033569 [ 294 ] {} <Trace> HTTP-Session: 9859248c-dadf-4af2-be8f-fe8615ebd541 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3173 2024.11.09 02:47:50.033704 [ 294 ] {cae973af-5e6c-4744-824d-2f206017d6fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60555) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
3174 2024.11.09 02:47:50.033761 [ 294 ] {cae973af-5e6c-4744-824d-2f206017d6fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3175 2024.11.09 02:47:50.033955 [ 294 ] {cae973af-5e6c-4744-824d-2f206017d6fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3176 2024.11.09 02:47:50.034300 [ 294 ] {cae973af-5e6c-4744-824d-2f206017d6fd} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3177 2024.11.09 02:47:50.034345 [ 294 ] {cae973af-5e6c-4744-824d-2f206017d6fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3178 2024.11.09 02:47:50.034754 [ 294 ] {cae973af-5e6c-4744-824d-2f206017d6fd} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3179 2024.11.09 02:47:50.035101 [ 294 ] {cae973af-5e6c-4744-824d-2f206017d6fd} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3180 2024.11.09 02:47:50.035229 [ 294 ] {cae973af-5e6c-4744-824d-2f206017d6fd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001563 sec., 3838.7715930902114 rows/sec., 200.56 KiB/sec.
3181 2024.11.09 02:47:50.035399 [ 294 ] {cae973af-5e6c-4744-824d-2f206017d6fd} <Debug> DynamicQueryHandler: Done processing query
3182 2024.11.09 02:47:50.035425 [ 294 ] {cae973af-5e6c-4744-824d-2f206017d6fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
3183 2024.11.09 02:47:50.035442 [ 294 ] {} <Debug> HTTP-Session: 9859248c-dadf-4af2-be8f-fe8615ebd541 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3184 2024.11.09 02:47:50.035629 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60555, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3185 2024.11.09 02:47:50.035715 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46027, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3186 2024.11.09 02:47:50.035779 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3187 2024.11.09 02:47:50.035799 [ 295 ] {} <Debug> HTTP-Session: c68641e7-b2d5-4818-9191-7db79b69240b Authenticating user 'default' from [fd00:1122:3344:101::d]:46027
3188 2024.11.09 02:47:50.035818 [ 295 ] {} <Debug> HTTP-Session: c68641e7-b2d5-4818-9191-7db79b69240b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3189 2024.11.09 02:47:50.035831 [ 295 ] {} <Debug> HTTP-Session: c68641e7-b2d5-4818-9191-7db79b69240b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3190 2024.11.09 02:47:50.035873 [ 295 ] {} <Trace> HTTP-Session: c68641e7-b2d5-4818-9191-7db79b69240b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3191 2024.11.09 02:47:50.036111 [ 295 ] {0a65b107-e01d-4ebd-abca-2847c2b0dfa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46027) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
3192 2024.11.09 02:47:50.036164 [ 295 ] {0a65b107-e01d-4ebd-abca-2847c2b0dfa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3193 2024.11.09 02:47:50.036350 [ 295 ] {0a65b107-e01d-4ebd-abca-2847c2b0dfa7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3194 2024.11.09 02:47:50.036799 [ 295 ] {0a65b107-e01d-4ebd-abca-2847c2b0dfa7} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3195 2024.11.09 02:47:50.036838 [ 295 ] {0a65b107-e01d-4ebd-abca-2847c2b0dfa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3196 2024.11.09 02:47:50.037247 [ 295 ] {0a65b107-e01d-4ebd-abca-2847c2b0dfa7} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3197 2024.11.09 02:47:50.037597 [ 295 ] {0a65b107-e01d-4ebd-abca-2847c2b0dfa7} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3198 2024.11.09 02:47:50.037772 [ 295 ] {0a65b107-e01d-4ebd-abca-2847c2b0dfa7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001784 sec., 132847.533632287 rows/sec., 8.90 MiB/sec.
3199 2024.11.09 02:47:50.038145 [ 295 ] {0a65b107-e01d-4ebd-abca-2847c2b0dfa7} <Debug> DynamicQueryHandler: Done processing query
3200 2024.11.09 02:47:50.038178 [ 295 ] {0a65b107-e01d-4ebd-abca-2847c2b0dfa7} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
3201 2024.11.09 02:47:50.038194 [ 295 ] {} <Debug> HTTP-Session: c68641e7-b2d5-4818-9191-7db79b69240b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3202 2024.11.09 02:47:50.038411 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46027, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3203 2024.11.09 02:47:50.038412 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60555, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3204 2024.11.09 02:47:50.038568 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3205 2024.11.09 02:47:50.038618 [ 294 ] {} <Debug> HTTP-Session: 0abfba67-754f-46b4-b593-2bfb5b81b672 Authenticating user 'default' from [fd00:1122:3344:101::d]:60555
3206 2024.11.09 02:47:50.038644 [ 294 ] {} <Debug> HTTP-Session: 0abfba67-754f-46b4-b593-2bfb5b81b672 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3207 2024.11.09 02:47:50.038661 [ 294 ] {} <Debug> HTTP-Session: 0abfba67-754f-46b4-b593-2bfb5b81b672 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3208 2024.11.09 02:47:50.038707 [ 294 ] {} <Trace> HTTP-Session: 0abfba67-754f-46b4-b593-2bfb5b81b672 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3209 2024.11.09 02:47:50.038833 [ 294 ] {c2dab29a-a654-429e-89e3-ec2fd91417b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60555) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
3210 2024.11.09 02:47:50.038891 [ 294 ] {c2dab29a-a654-429e-89e3-ec2fd91417b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3211 2024.11.09 02:47:50.039072 [ 294 ] {c2dab29a-a654-429e-89e3-ec2fd91417b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3212 2024.11.09 02:47:50.039374 [ 294 ] {c2dab29a-a654-429e-89e3-ec2fd91417b5} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3213 2024.11.09 02:47:50.039417 [ 294 ] {c2dab29a-a654-429e-89e3-ec2fd91417b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3214 2024.11.09 02:47:50.039821 [ 294 ] {c2dab29a-a654-429e-89e3-ec2fd91417b5} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3215 2024.11.09 02:47:50.040188 [ 294 ] {c2dab29a-a654-429e-89e3-ec2fd91417b5} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3216 2024.11.09 02:47:50.040322 [ 294 ] {c2dab29a-a654-429e-89e3-ec2fd91417b5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001516 sec., 659.6306068601583 rows/sec., 44.45 KiB/sec.
3217 2024.11.09 02:47:50.040615 [ 294 ] {c2dab29a-a654-429e-89e3-ec2fd91417b5} <Debug> DynamicQueryHandler: Done processing query
3218 2024.11.09 02:47:50.040642 [ 294 ] {c2dab29a-a654-429e-89e3-ec2fd91417b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
3219 2024.11.09 02:47:50.040659 [ 294 ] {} <Debug> HTTP-Session: 0abfba67-754f-46b4-b593-2bfb5b81b672 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3220 2024.11.09 02:47:50.040867 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60555, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3221 2024.11.09 02:47:50.041041 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50750, User-Agent: (none), Length: 66627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3222 2024.11.09 02:47:50.041153 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3223 2024.11.09 02:47:50.041193 [ 295 ] {} <Debug> HTTP-Session: 14f52780-6ef0-4e0f-a156-96f406558b39 Authenticating user 'default' from [fd00:1122:3344:101::d]:50750
3224 2024.11.09 02:47:50.041227 [ 295 ] {} <Debug> HTTP-Session: 14f52780-6ef0-4e0f-a156-96f406558b39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3225 2024.11.09 02:47:50.041254 [ 295 ] {} <Debug> HTTP-Session: 14f52780-6ef0-4e0f-a156-96f406558b39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3226 2024.11.09 02:47:50.041323 [ 295 ] {} <Trace> HTTP-Session: 14f52780-6ef0-4e0f-a156-96f406558b39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3227 2024.11.09 02:47:50.042113 [ 295 ] {cf95517e-45da-4c2f-bcb1-e45c1eb390b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50750) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
3228 2024.11.09 02:47:50.042192 [ 295 ] {cf95517e-45da-4c2f-bcb1-e45c1eb390b9} <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
3229 2024.11.09 02:47:50.042672 [ 295 ] {cf95517e-45da-4c2f-bcb1-e45c1eb390b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3230 2024.11.09 02:47:50.043451 [ 295 ] {cf95517e-45da-4c2f-bcb1-e45c1eb390b9} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3231 2024.11.09 02:47:50.043489 [ 295 ] {cf95517e-45da-4c2f-bcb1-e45c1eb390b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3232 2024.11.09 02:47:50.044179 [ 295 ] {cf95517e-45da-4c2f-bcb1-e45c1eb390b9} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3233 2024.11.09 02:47:50.044627 [ 295 ] {cf95517e-45da-4c2f-bcb1-e45c1eb390b9} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3234 2024.11.09 02:47:50.044830 [ 41 ] {} <Debug> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
3235 2024.11.09 02:47:50.044843 [ 295 ] {cf95517e-45da-4c2f-bcb1-e45c1eb390b9} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.003305 sec., 12102.87443267776 rows/sec., 21.69 MiB/sec.
3236 2024.11.09 02:47:50.044915 [ 41 ] {} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3237 2024.11.09 02:47:50.045026 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3238 2024.11.09 02:47:50.045304 [ 197 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::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
3239 2024.11.09 02:47:50.045378 [ 295 ] {cf95517e-45da-4c2f-bcb1-e45c1eb390b9} <Debug> DynamicQueryHandler: Done processing query
3240 2024.11.09 02:47:50.045409 [ 295 ] {cf95517e-45da-4c2f-bcb1-e45c1eb390b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB.
3241 2024.11.09 02:47:50.045431 [ 295 ] {} <Debug> HTTP-Session: 14f52780-6ef0-4e0f-a156-96f406558b39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3242 2024.11.09 02:47:50.045653 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50750, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3243 2024.11.09 02:47:50.045766 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60555, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3244 2024.11.09 02:47:50.045828 [ 197 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3245 2024.11.09 02:47:50.045914 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3246 2024.11.09 02:47:50.045966 [ 197 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part
3247 2024.11.09 02:47:50.045981 [ 294 ] {} <Debug> HTTP-Session: 788b3d14-2dcd-4157-9993-4a4ee8eeaa8a Authenticating user 'default' from [fd00:1122:3344:101::d]:60555
3248 2024.11.09 02:47:50.046027 [ 294 ] {} <Debug> HTTP-Session: 788b3d14-2dcd-4157-9993-4a4ee8eeaa8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3249 2024.11.09 02:47:50.046068 [ 294 ] {} <Debug> HTTP-Session: 788b3d14-2dcd-4157-9993-4a4ee8eeaa8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3250 2024.11.09 02:47:50.046169 [ 294 ] {} <Trace> HTTP-Session: 788b3d14-2dcd-4157-9993-4a4ee8eeaa8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3251 2024.11.09 02:47:50.046544 [ 197 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part
3252 2024.11.09 02:47:50.046666 [ 294 ] {64d67fa5-e513-41a3-b043-dac0bf60fe95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60555) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
3253 2024.11.09 02:47:50.046915 [ 294 ] {64d67fa5-e513-41a3-b043-dac0bf60fe95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3254 2024.11.09 02:47:50.047141 [ 197 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 17 rows starting from the beginning of the part
3255 2024.11.09 02:47:50.047886 [ 294 ] {64d67fa5-e513-41a3-b043-dac0bf60fe95} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3256 2024.11.09 02:47:50.047937 [ 197 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 25 rows starting from the beginning of the part
3257 2024.11.09 02:47:50.048526 [ 197 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part
3258 2024.11.09 02:47:50.049129 [ 294 ] {64d67fa5-e513-41a3-b043-dac0bf60fe95} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3259 2024.11.09 02:47:50.049161 [ 197 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 40 rows starting from the beginning of the part
3260 2024.11.09 02:47:50.049207 [ 294 ] {64d67fa5-e513-41a3-b043-dac0bf60fe95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3261 2024.11.09 02:47:50.050494 [ 294 ] {64d67fa5-e513-41a3-b043-dac0bf60fe95} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3262 2024.11.09 02:47:50.051523 [ 294 ] {64d67fa5-e513-41a3-b043-dac0bf60fe95} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3263 2024.11.09 02:47:50.051960 [ 294 ] {64d67fa5-e513-41a3-b043-dac0bf60fe95} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005446 sec., 15056.922511935365 rows/sec., 979.25 KiB/sec.
3264 2024.11.09 02:47:50.052726 [ 294 ] {64d67fa5-e513-41a3-b043-dac0bf60fe95} <Debug> DynamicQueryHandler: Done processing query
3265 2024.11.09 02:47:50.052774 [ 294 ] {64d67fa5-e513-41a3-b043-dac0bf60fe95} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3266 2024.11.09 02:47:50.052822 [ 294 ] {} <Debug> HTTP-Session: 788b3d14-2dcd-4157-9993-4a4ee8eeaa8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3267 2024.11.09 02:47:50.053249 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60555, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3268 2024.11.09 02:47:50.054368 [ 192 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 110 rows, containing 19 columns (19 merged, 0 gathered) in 0.00919016 sec., 11969.323711447898 rows/sec., 21.45 MiB/sec.
3269 2024.11.09 02:47:50.055016 [ 198 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
3270 2024.11.09 02:47:50.055932 [ 198 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3271 2024.11.09 02:47:50.056026 [ 198 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
3272 2024.11.09 02:47:50.056183 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.88 MiB.
3273 2024.11.09 02:47:50.828571 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34135, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3274 2024.11.09 02:47:51.058160 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52838, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3275 2024.11.09 02:47:51.075624 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55776, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3276 2024.11.09 02:47:51.089002 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40686, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3277 2024.11.09 02:47:51.096328 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44270, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3278 2024.11.09 02:47:51.194881 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47265, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3279 2024.11.09 02:47:51.199242 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65218, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3280 2024.11.09 02:47:51.202658 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63795, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3281 2024.11.09 02:47:51.495766 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 340
3282 2024.11.09 02:47:51.498570 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3283 2024.11.09 02:47:51.498628 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3284 2024.11.09 02:47:51.500220 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3285 2024.11.09 02:47:51.501230 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3286 2024.11.09 02:47:51.501842 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 340
3287 2024.11.09 02:47:54.998615 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51298, User-Agent: (none), Length: 1452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3288 2024.11.09 02:47:54.998811 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3289 2024.11.09 02:47:54.998867 [ 289 ] {} <Debug> HTTP-Session: cee52df0-df46-42ee-a94d-2767d3e4b378 Authenticating user 'default' from [fd00:1122:3344:101::d]:51298
3290 2024.11.09 02:47:54.998918 [ 289 ] {} <Debug> HTTP-Session: cee52df0-df46-42ee-a94d-2767d3e4b378 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3291 2024.11.09 02:47:54.998952 [ 289 ] {} <Debug> HTTP-Session: cee52df0-df46-42ee-a94d-2767d3e4b378 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3292 2024.11.09 02:47:54.999049 [ 289 ] {} <Trace> HTTP-Session: cee52df0-df46-42ee-a94d-2767d3e4b378 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3293 2024.11.09 02:47:54.999396 [ 289 ] {3eb122cd-9c1f-4094-b574-e208a847002a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51298) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', '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', '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)
3294 2024.11.09 02:47:54.999878 [ 289 ] {3eb122cd-9c1f-4094-b574-e208a847002a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
3295 2024.11.09 02:47:54.999935 [ 289 ] {3eb122cd-9c1f-4094-b574-e208a847002a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', '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', '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
3296 2024.11.09 02:47:55.000176 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.86 MiB, peak 163.81 MiB, free memory in arenas 0.00 B, will set to 154.86 MiB (RSS), difference: -1.00 MiB
3297 2024.11.09 02:47:55.000723 [ 289 ] {3eb122cd-9c1f-4094-b574-e208a847002a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3298 2024.11.09 02:47:55.000911 [ 289 ] {3eb122cd-9c1f-4094-b574-e208a847002a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
3299 2024.11.09 02:47:55.001101 [ 289 ] {3eb122cd-9c1f-4094-b574-e208a847002a} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Key condition: (column 0 notIn 40-element set)
3300 2024.11.09 02:47:55.001281 [ 301 ] {3eb122cd-9c1f-4094-b574-e208a847002a} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
3301 2024.11.09 02:47:55.001307 [ 297 ] {3eb122cd-9c1f-4094-b574-e208a847002a} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
3302 2024.11.09 02:47:55.001281 [ 296 ] {3eb122cd-9c1f-4094-b574-e208a847002a} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
3303 2024.11.09 02:47:55.001478 [ 289 ] {3eb122cd-9c1f-4094-b574-e208a847002a} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges
3304 2024.11.09 02:47:55.001511 [ 289 ] {3eb122cd-9c1f-4094-b574-e208a847002a} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
3305 2024.11.09 02:47:55.001636 [ 289 ] {3eb122cd-9c1f-4094-b574-e208a847002a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
3306 2024.11.09 02:47:55.001660 [ 289 ] {3eb122cd-9c1f-4094-b574-e208a847002a} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Reading approx. 40 rows with 3 streams
3307 2024.11.09 02:47:55.001705 [ 289 ] {3eb122cd-9c1f-4094-b574-e208a847002a} <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', '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', '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'))"
3308 2024.11.09 02:47:55.001755 [ 289 ] {3eb122cd-9c1f-4094-b574-e208a847002a} <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', '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', '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'))"
3309 2024.11.09 02:47:55.001802 [ 289 ] {3eb122cd-9c1f-4094-b574-e208a847002a} <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', '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', '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'))"
3310 2024.11.09 02:47:55.003738 [ 289 ] {3eb122cd-9c1f-4094-b574-e208a847002a} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.004481 sec., 8926.578888640928 rows/sec., 340.41 KiB/sec.
3311 2024.11.09 02:47:55.004158 [ 289 ] {3eb122cd-9c1f-4094-b574-e208a847002a} <Debug> DynamicQueryHandler: Done processing query
3312 2024.11.09 02:47:55.004191 [ 289 ] {3eb122cd-9c1f-4094-b574-e208a847002a} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB.
3313 2024.11.09 02:47:55.004214 [ 289 ] {} <Debug> HTTP-Session: cee52df0-df46-42ee-a94d-2767d3e4b378 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3314 2024.11.09 02:47:55.011785 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51298, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3315 2024.11.09 02:47:55.013524 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39079, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3316 2024.11.09 02:47:55.013583 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3317 2024.11.09 02:47:55.013605 [ 289 ] {} <Debug> HTTP-Session: 0d8b6c0e-f6d2-44c6-a0b9-8e87ab264ae9 Authenticating user 'default' from [fd00:1122:3344:101::d]:39079
3318 2024.11.09 02:47:55.013626 [ 289 ] {} <Debug> HTTP-Session: 0d8b6c0e-f6d2-44c6-a0b9-8e87ab264ae9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3319 2024.11.09 02:47:55.013642 [ 289 ] {} <Debug> HTTP-Session: 0d8b6c0e-f6d2-44c6-a0b9-8e87ab264ae9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3320 2024.11.09 02:47:55.013680 [ 289 ] {} <Trace> HTTP-Session: 0d8b6c0e-f6d2-44c6-a0b9-8e87ab264ae9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3321 2024.11.09 02:47:55.013809 [ 289 ] {5d45cbad-8a4d-41ae-9878-1b94f95aa390} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39079) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
3322 2024.11.09 02:47:55.013872 [ 289 ] {5d45cbad-8a4d-41ae-9878-1b94f95aa390} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3323 2024.11.09 02:47:55.014082 [ 289 ] {5d45cbad-8a4d-41ae-9878-1b94f95aa390} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3324 2024.11.09 02:47:55.014487 [ 289 ] {5d45cbad-8a4d-41ae-9878-1b94f95aa390} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3325 2024.11.09 02:47:55.014535 [ 289 ] {5d45cbad-8a4d-41ae-9878-1b94f95aa390} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3326 2024.11.09 02:47:55.015090 [ 289 ] {5d45cbad-8a4d-41ae-9878-1b94f95aa390} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3327 2024.11.09 02:47:55.015425 [ 289 ] {5d45cbad-8a4d-41ae-9878-1b94f95aa390} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3328 2024.11.09 02:47:55.015600 [ 289 ] {5d45cbad-8a4d-41ae-9878-1b94f95aa390} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001825 sec., 547.945205479452 rows/sec., 124.14 KiB/sec.
3329 2024.11.09 02:47:55.015924 [ 289 ] {5d45cbad-8a4d-41ae-9878-1b94f95aa390} <Debug> DynamicQueryHandler: Done processing query
3330 2024.11.09 02:47:55.015951 [ 289 ] {5d45cbad-8a4d-41ae-9878-1b94f95aa390} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
3331 2024.11.09 02:47:55.015969 [ 289 ] {} <Debug> HTTP-Session: 0d8b6c0e-f6d2-44c6-a0b9-8e87ab264ae9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3332 2024.11.09 02:47:55.016169 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39079, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3333 2024.11.09 02:47:55.016305 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35661, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3334 2024.11.09 02:47:55.016398 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3335 2024.11.09 02:47:55.016427 [ 282 ] {} <Debug> HTTP-Session: 536dd84e-384b-4be5-8804-9ea8cdcf338e Authenticating user 'default' from [fd00:1122:3344:101::d]:35661
3336 2024.11.09 02:47:55.016455 [ 282 ] {} <Debug> HTTP-Session: 536dd84e-384b-4be5-8804-9ea8cdcf338e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3337 2024.11.09 02:47:55.016472 [ 282 ] {} <Debug> HTTP-Session: 536dd84e-384b-4be5-8804-9ea8cdcf338e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3338 2024.11.09 02:47:55.016532 [ 282 ] {} <Trace> HTTP-Session: 536dd84e-384b-4be5-8804-9ea8cdcf338e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3339 2024.11.09 02:47:55.016723 [ 282 ] {dcf6cb8f-af96-4d23-a26e-1b4209ad24a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35661) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
3340 2024.11.09 02:47:55.016798 [ 282 ] {dcf6cb8f-af96-4d23-a26e-1b4209ad24a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3341 2024.11.09 02:47:55.017126 [ 282 ] {dcf6cb8f-af96-4d23-a26e-1b4209ad24a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3342 2024.11.09 02:47:55.017498 [ 282 ] {dcf6cb8f-af96-4d23-a26e-1b4209ad24a7} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3343 2024.11.09 02:47:55.017541 [ 282 ] {dcf6cb8f-af96-4d23-a26e-1b4209ad24a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3344 2024.11.09 02:47:55.017949 [ 282 ] {dcf6cb8f-af96-4d23-a26e-1b4209ad24a7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
3345 2024.11.09 02:47:55.018350 [ 282 ] {dcf6cb8f-af96-4d23-a26e-1b4209ad24a7} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3346 2024.11.09 02:47:55.018547 [ 282 ] {dcf6cb8f-af96-4d23-a26e-1b4209ad24a7} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001874 sec., 2134.4717182497334 rows/sec., 174.05 KiB/sec.
3347 2024.11.09 02:47:55.018874 [ 282 ] {dcf6cb8f-af96-4d23-a26e-1b4209ad24a7} <Debug> DynamicQueryHandler: Done processing query
3348 2024.11.09 02:47:55.018901 [ 282 ] {dcf6cb8f-af96-4d23-a26e-1b4209ad24a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
3349 2024.11.09 02:47:55.018917 [ 282 ] {} <Debug> HTTP-Session: 536dd84e-384b-4be5-8804-9ea8cdcf338e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3350 2024.11.09 02:47:55.019132 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39079, User-Agent: (none), Length: 8114, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3351 2024.11.09 02:47:55.019167 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35661, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3352 2024.11.09 02:47:55.019268 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3353 2024.11.09 02:47:55.019316 [ 289 ] {} <Debug> HTTP-Session: 61401acd-6baa-4294-9d12-f3ff5a7551ab Authenticating user 'default' from [fd00:1122:3344:101::d]:39079
3354 2024.11.09 02:47:55.019358 [ 289 ] {} <Debug> HTTP-Session: 61401acd-6baa-4294-9d12-f3ff5a7551ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3355 2024.11.09 02:47:55.019395 [ 289 ] {} <Debug> HTTP-Session: 61401acd-6baa-4294-9d12-f3ff5a7551ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3356 2024.11.09 02:47:55.019469 [ 289 ] {} <Trace> HTTP-Session: 61401acd-6baa-4294-9d12-f3ff5a7551ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3357 2024.11.09 02:47:55.019707 [ 289 ] {2250ef84-c84d-4208-9e41-432b3da521e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39079) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3358 2024.11.09 02:47:55.019799 [ 289 ] {2250ef84-c84d-4208-9e41-432b3da521e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3359 2024.11.09 02:47:55.020068 [ 289 ] {2250ef84-c84d-4208-9e41-432b3da521e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3360 2024.11.09 02:47:55.020446 [ 289 ] {2250ef84-c84d-4208-9e41-432b3da521e9} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3361 2024.11.09 02:47:55.020483 [ 289 ] {2250ef84-c84d-4208-9e41-432b3da521e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3362 2024.11.09 02:47:55.020884 [ 289 ] {2250ef84-c84d-4208-9e41-432b3da521e9} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3363 2024.11.09 02:47:55.021278 [ 289 ] {2250ef84-c84d-4208-9e41-432b3da521e9} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3364 2024.11.09 02:47:55.021452 [ 289 ] {2250ef84-c84d-4208-9e41-432b3da521e9} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.001827 sec., 31746.031746031746 rows/sec., 2.43 MiB/sec.
3365 2024.11.09 02:47:55.021873 [ 289 ] {2250ef84-c84d-4208-9e41-432b3da521e9} <Debug> DynamicQueryHandler: Done processing query
3366 2024.11.09 02:47:55.021899 [ 289 ] {2250ef84-c84d-4208-9e41-432b3da521e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
3367 2024.11.09 02:47:55.021916 [ 289 ] {} <Debug> HTTP-Session: 61401acd-6baa-4294-9d12-f3ff5a7551ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3368 2024.11.09 02:47:55.022057 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39079, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3369 2024.11.09 02:47:55.022156 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38900, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3370 2024.11.09 02:47:55.022238 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3371 2024.11.09 02:47:55.022263 [ 282 ] {} <Debug> HTTP-Session: 1fcc0455-8461-4a0b-8ed6-f325bbf4a6f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38900
3372 2024.11.09 02:47:55.022287 [ 282 ] {} <Debug> HTTP-Session: 1fcc0455-8461-4a0b-8ed6-f325bbf4a6f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3373 2024.11.09 02:47:55.022304 [ 282 ] {} <Debug> HTTP-Session: 1fcc0455-8461-4a0b-8ed6-f325bbf4a6f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3374 2024.11.09 02:47:55.022351 [ 282 ] {} <Trace> HTTP-Session: 1fcc0455-8461-4a0b-8ed6-f325bbf4a6f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3375 2024.11.09 02:47:55.022488 [ 282 ] {40035189-0d95-44cb-a9f7-96659a2dc159} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38900) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
3376 2024.11.09 02:47:55.022549 [ 282 ] {40035189-0d95-44cb-a9f7-96659a2dc159} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3377 2024.11.09 02:47:55.022856 [ 282 ] {40035189-0d95-44cb-a9f7-96659a2dc159} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3378 2024.11.09 02:47:55.023180 [ 282 ] {40035189-0d95-44cb-a9f7-96659a2dc159} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3379 2024.11.09 02:47:55.023218 [ 282 ] {40035189-0d95-44cb-a9f7-96659a2dc159} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3380 2024.11.09 02:47:55.023572 [ 282 ] {40035189-0d95-44cb-a9f7-96659a2dc159} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3381 2024.11.09 02:47:55.023945 [ 282 ] {40035189-0d95-44cb-a9f7-96659a2dc159} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3382 2024.11.09 02:47:55.024098 [ 282 ] {40035189-0d95-44cb-a9f7-96659a2dc159} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.00168 sec., 2380.9523809523807 rows/sec., 166.25 KiB/sec.
3383 2024.11.09 02:47:55.024309 [ 282 ] {40035189-0d95-44cb-a9f7-96659a2dc159} <Debug> DynamicQueryHandler: Done processing query
3384 2024.11.09 02:47:55.024332 [ 282 ] {40035189-0d95-44cb-a9f7-96659a2dc159} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
3385 2024.11.09 02:47:55.024348 [ 282 ] {} <Debug> HTTP-Session: 1fcc0455-8461-4a0b-8ed6-f325bbf4a6f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3386 2024.11.09 02:47:55.024505 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38900, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3387 2024.11.09 02:47:55.024672 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55284, User-Agent: (none), Length: 11580, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3388 2024.11.09 02:47:55.024736 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3389 2024.11.09 02:47:55.024757 [ 289 ] {} <Debug> HTTP-Session: 3289f776-35c0-4e6a-be63-091a32ba0383 Authenticating user 'default' from [fd00:1122:3344:101::d]:55284
3390 2024.11.09 02:47:55.024774 [ 289 ] {} <Debug> HTTP-Session: 3289f776-35c0-4e6a-be63-091a32ba0383 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3391 2024.11.09 02:47:55.024788 [ 289 ] {} <Debug> HTTP-Session: 3289f776-35c0-4e6a-be63-091a32ba0383 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3392 2024.11.09 02:47:55.024827 [ 289 ] {} <Trace> HTTP-Session: 3289f776-35c0-4e6a-be63-091a32ba0383 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3393 2024.11.09 02:47:55.024976 [ 289 ] {35a3b11a-7952-4845-89c2-e14664ad91a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55284) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3394 2024.11.09 02:47:55.025025 [ 289 ] {35a3b11a-7952-4845-89c2-e14664ad91a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3395 2024.11.09 02:47:55.025287 [ 289 ] {35a3b11a-7952-4845-89c2-e14664ad91a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3396 2024.11.09 02:47:55.025664 [ 289 ] {35a3b11a-7952-4845-89c2-e14664ad91a9} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3397 2024.11.09 02:47:55.025701 [ 289 ] {35a3b11a-7952-4845-89c2-e14664ad91a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3398 2024.11.09 02:47:55.026055 [ 289 ] {35a3b11a-7952-4845-89c2-e14664ad91a9} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3399 2024.11.09 02:47:55.026425 [ 289 ] {35a3b11a-7952-4845-89c2-e14664ad91a9} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3400 2024.11.09 02:47:55.026589 [ 289 ] {35a3b11a-7952-4845-89c2-e14664ad91a9} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001662 sec., 40914.56077015644 rows/sec., 3.20 MiB/sec.
3401 2024.11.09 02:47:55.026766 [ 289 ] {35a3b11a-7952-4845-89c2-e14664ad91a9} <Debug> DynamicQueryHandler: Done processing query
3402 2024.11.09 02:47:55.026791 [ 289 ] {35a3b11a-7952-4845-89c2-e14664ad91a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
3403 2024.11.09 02:47:55.026807 [ 289 ] {} <Debug> HTTP-Session: 3289f776-35c0-4e6a-be63-091a32ba0383 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3404 2024.11.09 02:47:55.026986 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55284, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3405 2024.11.09 02:47:55.027043 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38900, User-Agent: (none), Length: 24920, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3406 2024.11.09 02:47:55.027128 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3407 2024.11.09 02:47:55.027156 [ 282 ] {} <Debug> HTTP-Session: 1157792a-0869-4c8e-93a5-0f806ff56d98 Authenticating user 'default' from [fd00:1122:3344:101::d]:38900
3408 2024.11.09 02:47:55.027178 [ 282 ] {} <Debug> HTTP-Session: 1157792a-0869-4c8e-93a5-0f806ff56d98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3409 2024.11.09 02:47:55.027195 [ 282 ] {} <Debug> HTTP-Session: 1157792a-0869-4c8e-93a5-0f806ff56d98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3410 2024.11.09 02:47:55.027240 [ 282 ] {} <Trace> HTTP-Session: 1157792a-0869-4c8e-93a5-0f806ff56d98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3411 2024.11.09 02:47:55.027432 [ 282 ] {387eddba-d3bd-4632-8aee-f5f788c9e86c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38900) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
3412 2024.11.09 02:47:55.027495 [ 282 ] {387eddba-d3bd-4632-8aee-f5f788c9e86c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3413 2024.11.09 02:47:55.027709 [ 282 ] {387eddba-d3bd-4632-8aee-f5f788c9e86c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3414 2024.11.09 02:47:55.028121 [ 282 ] {387eddba-d3bd-4632-8aee-f5f788c9e86c} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3415 2024.11.09 02:47:55.028158 [ 282 ] {387eddba-d3bd-4632-8aee-f5f788c9e86c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3416 2024.11.09 02:47:55.028556 [ 282 ] {387eddba-d3bd-4632-8aee-f5f788c9e86c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3417 2024.11.09 02:47:55.028907 [ 282 ] {387eddba-d3bd-4632-8aee-f5f788c9e86c} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3418 2024.11.09 02:47:55.029068 [ 282 ] {387eddba-d3bd-4632-8aee-f5f788c9e86c} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001724 sec., 75406.0324825986 rows/sec., 5.25 MiB/sec.
3419 2024.11.09 02:47:55.029247 [ 282 ] {387eddba-d3bd-4632-8aee-f5f788c9e86c} <Debug> DynamicQueryHandler: Done processing query
3420 2024.11.09 02:47:55.029272 [ 282 ] {387eddba-d3bd-4632-8aee-f5f788c9e86c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
3421 2024.11.09 02:47:55.029288 [ 282 ] {} <Debug> HTTP-Session: 1157792a-0869-4c8e-93a5-0f806ff56d98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3422 2024.11.09 02:47:55.029457 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38900, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3423 2024.11.09 02:47:55.029526 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54194, User-Agent: (none), Length: 7317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3424 2024.11.09 02:47:55.029604 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3425 2024.11.09 02:47:55.029637 [ 289 ] {} <Debug> HTTP-Session: ac3b5c42-1726-48c4-b06c-8201a976a04e Authenticating user 'default' from [fd00:1122:3344:101::d]:54194
3426 2024.11.09 02:47:55.029659 [ 289 ] {} <Debug> HTTP-Session: ac3b5c42-1726-48c4-b06c-8201a976a04e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3427 2024.11.09 02:47:55.029676 [ 289 ] {} <Debug> HTTP-Session: ac3b5c42-1726-48c4-b06c-8201a976a04e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3428 2024.11.09 02:47:55.029720 [ 289 ] {} <Trace> HTTP-Session: ac3b5c42-1726-48c4-b06c-8201a976a04e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3429 2024.11.09 02:47:55.029867 [ 289 ] {3b01c20f-1d46-455e-aba1-25b82a70ef26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54194) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
3430 2024.11.09 02:47:55.029923 [ 289 ] {3b01c20f-1d46-455e-aba1-25b82a70ef26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3431 2024.11.09 02:47:55.030113 [ 289 ] {3b01c20f-1d46-455e-aba1-25b82a70ef26} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3432 2024.11.09 02:47:55.030486 [ 289 ] {3b01c20f-1d46-455e-aba1-25b82a70ef26} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3433 2024.11.09 02:47:55.030530 [ 289 ] {3b01c20f-1d46-455e-aba1-25b82a70ef26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3434 2024.11.09 02:47:55.030937 [ 289 ] {3b01c20f-1d46-455e-aba1-25b82a70ef26} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3435 2024.11.09 02:47:55.031258 [ 289 ] {3b01c20f-1d46-455e-aba1-25b82a70ef26} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3436 2024.11.09 02:47:55.031419 [ 289 ] {3b01c20f-1d46-455e-aba1-25b82a70ef26} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001593 sec., 30131.826741996232 rows/sec., 2.03 MiB/sec.
3437 2024.11.09 02:47:55.031584 [ 289 ] {3b01c20f-1d46-455e-aba1-25b82a70ef26} <Debug> DynamicQueryHandler: Done processing query
3438 2024.11.09 02:47:55.031608 [ 289 ] {3b01c20f-1d46-455e-aba1-25b82a70ef26} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
3439 2024.11.09 02:47:55.031625 [ 289 ] {} <Debug> HTTP-Session: ac3b5c42-1726-48c4-b06c-8201a976a04e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3440 2024.11.09 02:47:55.032049 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54194, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3441 2024.11.09 02:47:59.806986 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62986, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3442 2024.11.09 02:48:00.007169 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33506, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3443 2024.11.09 02:48:00.007298 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3444 2024.11.09 02:48:00.007329 [ 289 ] {} <Debug> HTTP-Session: 8a4a2e6e-6913-4f46-87ba-c72caea2cbff Authenticating user 'default' from [fd00:1122:3344:101::d]:33506
3445 2024.11.09 02:48:00.007357 [ 289 ] {} <Debug> HTTP-Session: 8a4a2e6e-6913-4f46-87ba-c72caea2cbff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3446 2024.11.09 02:48:00.007375 [ 289 ] {} <Debug> HTTP-Session: 8a4a2e6e-6913-4f46-87ba-c72caea2cbff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3447 2024.11.09 02:48:00.007434 [ 289 ] {} <Trace> HTTP-Session: 8a4a2e6e-6913-4f46-87ba-c72caea2cbff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3448 2024.11.09 02:48:00.007672 [ 289 ] {183f9fb2-c236-49fe-ba98-c50ccf0df7db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33506) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3449 2024.11.09 02:48:00.007750 [ 289 ] {183f9fb2-c236-49fe-ba98-c50ccf0df7db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3450 2024.11.09 02:48:00.008119 [ 289 ] {183f9fb2-c236-49fe-ba98-c50ccf0df7db} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3451 2024.11.09 02:48:00.008616 [ 289 ] {183f9fb2-c236-49fe-ba98-c50ccf0df7db} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3452 2024.11.09 02:48:00.008659 [ 289 ] {183f9fb2-c236-49fe-ba98-c50ccf0df7db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3453 2024.11.09 02:48:00.009073 [ 289 ] {183f9fb2-c236-49fe-ba98-c50ccf0df7db} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3454 2024.11.09 02:48:00.009450 [ 289 ] {183f9fb2-c236-49fe-ba98-c50ccf0df7db} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3455 2024.11.09 02:48:00.009641 [ 289 ] {183f9fb2-c236-49fe-ba98-c50ccf0df7db} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002036 sec., 27504.911591355598 rows/sec., 2.11 MiB/sec.
3456 2024.11.09 02:48:00.009844 [ 289 ] {183f9fb2-c236-49fe-ba98-c50ccf0df7db} <Debug> DynamicQueryHandler: Done processing query
3457 2024.11.09 02:48:00.009871 [ 289 ] {183f9fb2-c236-49fe-ba98-c50ccf0df7db} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
3458 2024.11.09 02:48:00.009889 [ 289 ] {} <Debug> HTTP-Session: 8a4a2e6e-6913-4f46-87ba-c72caea2cbff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3459 2024.11.09 02:48:00.010142 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33506, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3460 2024.11.09 02:48:00.010245 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35071, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3461 2024.11.09 02:48:00.010397 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3462 2024.11.09 02:48:00.010430 [ 282 ] {} <Debug> HTTP-Session: bcf38015-f9fa-49d1-b9a8-decfefc7734a Authenticating user 'default' from [fd00:1122:3344:101::d]:35071
3463 2024.11.09 02:48:00.010459 [ 282 ] {} <Debug> HTTP-Session: bcf38015-f9fa-49d1-b9a8-decfefc7734a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3464 2024.11.09 02:48:00.010477 [ 282 ] {} <Debug> HTTP-Session: bcf38015-f9fa-49d1-b9a8-decfefc7734a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3465 2024.11.09 02:48:00.010538 [ 282 ] {} <Trace> HTTP-Session: bcf38015-f9fa-49d1-b9a8-decfefc7734a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3466 2024.11.09 02:48:00.010806 [ 282 ] {5c780f0d-98cc-4a34-a64c-deb894f6d4b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35071) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3467 2024.11.09 02:48:00.010913 [ 282 ] {5c780f0d-98cc-4a34-a64c-deb894f6d4b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3468 2024.11.09 02:48:00.011341 [ 282 ] {5c780f0d-98cc-4a34-a64c-deb894f6d4b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3469 2024.11.09 02:48:00.011825 [ 282 ] {5c780f0d-98cc-4a34-a64c-deb894f6d4b0} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3470 2024.11.09 02:48:00.011881 [ 282 ] {5c780f0d-98cc-4a34-a64c-deb894f6d4b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3471 2024.11.09 02:48:00.012352 [ 282 ] {5c780f0d-98cc-4a34-a64c-deb894f6d4b0} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3472 2024.11.09 02:48:00.012778 [ 282 ] {5c780f0d-98cc-4a34-a64c-deb894f6d4b0} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3473 2024.11.09 02:48:00.012977 [ 282 ] {5c780f0d-98cc-4a34-a64c-deb894f6d4b0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002261 sec., 28306.05926581159 rows/sec., 2.21 MiB/sec.
3474 2024.11.09 02:48:00.013369 [ 282 ] {5c780f0d-98cc-4a34-a64c-deb894f6d4b0} <Debug> DynamicQueryHandler: Done processing query
3475 2024.11.09 02:48:00.013403 [ 282 ] {5c780f0d-98cc-4a34-a64c-deb894f6d4b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
3476 2024.11.09 02:48:00.013421 [ 282 ] {} <Debug> HTTP-Session: bcf38015-f9fa-49d1-b9a8-decfefc7734a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3477 2024.11.09 02:48:00.013675 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35071, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3478 2024.11.09 02:48:00.013872 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46789, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3479 2024.11.09 02:48:00.013945 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3480 2024.11.09 02:48:00.013970 [ 289 ] {} <Debug> HTTP-Session: e81f66d2-cce1-4fe0-bf61-ccc2b5d76afc Authenticating user 'default' from [fd00:1122:3344:101::d]:46789
3481 2024.11.09 02:48:00.013993 [ 289 ] {} <Debug> HTTP-Session: e81f66d2-cce1-4fe0-bf61-ccc2b5d76afc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3482 2024.11.09 02:48:00.014011 [ 289 ] {} <Debug> HTTP-Session: e81f66d2-cce1-4fe0-bf61-ccc2b5d76afc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3483 2024.11.09 02:48:00.014057 [ 289 ] {} <Trace> HTTP-Session: e81f66d2-cce1-4fe0-bf61-ccc2b5d76afc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3484 2024.11.09 02:48:00.014266 [ 289 ] {532cb32c-3312-4a83-91fc-d016dc0747b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
3485 2024.11.09 02:48:00.014330 [ 289 ] {532cb32c-3312-4a83-91fc-d016dc0747b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3486 2024.11.09 02:48:00.014548 [ 289 ] {532cb32c-3312-4a83-91fc-d016dc0747b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3487 2024.11.09 02:48:00.015010 [ 289 ] {532cb32c-3312-4a83-91fc-d016dc0747b0} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3488 2024.11.09 02:48:00.015049 [ 289 ] {532cb32c-3312-4a83-91fc-d016dc0747b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3489 2024.11.09 02:48:00.015442 [ 289 ] {532cb32c-3312-4a83-91fc-d016dc0747b0} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3490 2024.11.09 02:48:00.015794 [ 289 ] {532cb32c-3312-4a83-91fc-d016dc0747b0} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3491 2024.11.09 02:48:00.015954 [ 289 ] {532cb32c-3312-4a83-91fc-d016dc0747b0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001776 sec., 90090.09009009009 rows/sec., 6.27 MiB/sec.
3492 2024.11.09 02:48:00.016141 [ 289 ] {532cb32c-3312-4a83-91fc-d016dc0747b0} <Debug> DynamicQueryHandler: Done processing query
3493 2024.11.09 02:48:00.016165 [ 289 ] {532cb32c-3312-4a83-91fc-d016dc0747b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
3494 2024.11.09 02:48:00.016182 [ 289 ] {} <Debug> HTTP-Session: e81f66d2-cce1-4fe0-bf61-ccc2b5d76afc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3495 2024.11.09 02:48:00.016355 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35071, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3496 2024.11.09 02:48:00.016376 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46789, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3497 2024.11.09 02:48:00.016470 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3498 2024.11.09 02:48:00.016503 [ 282 ] {} <Debug> HTTP-Session: 86c5b913-77f9-4824-b41b-c693b0376eb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35071
3499 2024.11.09 02:48:00.016535 [ 282 ] {} <Debug> HTTP-Session: 86c5b913-77f9-4824-b41b-c693b0376eb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3500 2024.11.09 02:48:00.016560 [ 282 ] {} <Debug> HTTP-Session: 86c5b913-77f9-4824-b41b-c693b0376eb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3501 2024.11.09 02:48:00.016612 [ 282 ] {} <Trace> HTTP-Session: 86c5b913-77f9-4824-b41b-c693b0376eb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3502 2024.11.09 02:48:00.016809 [ 282 ] {043dad21-00a7-43e5-bf16-df60c0a7fd99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35071) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
3503 2024.11.09 02:48:00.016875 [ 282 ] {043dad21-00a7-43e5-bf16-df60c0a7fd99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3504 2024.11.09 02:48:00.017059 [ 282 ] {043dad21-00a7-43e5-bf16-df60c0a7fd99} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3505 2024.11.09 02:48:00.017387 [ 282 ] {043dad21-00a7-43e5-bf16-df60c0a7fd99} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3506 2024.11.09 02:48:00.017426 [ 282 ] {043dad21-00a7-43e5-bf16-df60c0a7fd99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3507 2024.11.09 02:48:00.017824 [ 282 ] {043dad21-00a7-43e5-bf16-df60c0a7fd99} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3508 2024.11.09 02:48:00.018180 [ 282 ] {043dad21-00a7-43e5-bf16-df60c0a7fd99} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3509 2024.11.09 02:48:00.018349 [ 282 ] {043dad21-00a7-43e5-bf16-df60c0a7fd99} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001609 sec., 37290.24238657551 rows/sec., 2.51 MiB/sec.
3510 2024.11.09 02:48:00.018528 [ 282 ] {043dad21-00a7-43e5-bf16-df60c0a7fd99} <Debug> DynamicQueryHandler: Done processing query
3511 2024.11.09 02:48:00.018554 [ 282 ] {043dad21-00a7-43e5-bf16-df60c0a7fd99} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
3512 2024.11.09 02:48:00.018570 [ 282 ] {} <Debug> HTTP-Session: 86c5b913-77f9-4824-b41b-c693b0376eb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3513 2024.11.09 02:48:00.018844 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35071, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3514 2024.11.09 02:48:00.480508 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57317, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3515 2024.11.09 02:48:00.500983 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34041, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3516 2024.11.09 02:48:00.557617 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54164, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3517 2024.11.09 02:48:00.580907 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56834, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3518 2024.11.09 02:48:00.597172 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61296, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3519 2024.11.09 02:48:00.631369 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:42139, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3520 2024.11.09 02:48:00.729009 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52748, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3521 2024.11.09 02:48:01.416517 [ 27 ] {} <Debug> DNSResolver: Updating DNS cache
3522 2024.11.09 02:48:01.416588 [ 27 ] {} <Debug> DNSResolver: Updated DNS cache
3523 2024.11.09 02:48:01.502070 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 364
3524 2024.11.09 02:48:01.504810 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3525 2024.11.09 02:48:01.504877 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3526 2024.11.09 02:48:01.506472 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3527 2024.11.09 02:48:01.507484 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3528 2024.11.09 02:48:01.508381 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 364
3529 2024.11.09 02:48:01.627546 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53986, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3530 2024.11.09 02:48:01.629951 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41533, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3531 2024.11.09 02:48:02.048350 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57535, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3532 2024.11.09 02:48:02.112128 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33154, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3533 2024.11.09 02:48:02.154850 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44907, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3534 2024.11.09 02:48:02.185579 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39004, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3535 2024.11.09 02:48:02.264546 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62364, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3536 2024.11.09 02:48:02.301912 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59312, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3537 2024.11.09 02:48:02.327257 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59169, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3538 2024.11.09 02:48:02.330552 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55672, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3539 2024.11.09 02:48:02.343886 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64699, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3540 2024.11.09 02:48:02.405486 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37619, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3541 2024.11.09 02:48:02.479057 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46692, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3542 2024.11.09 02:48:02.497600 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34243, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3543 2024.11.09 02:48:02.499999 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34692, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3544 2024.11.09 02:48:02.548493 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45575, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3545 2024.11.09 02:48:05.012540 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57820, User-Agent: (none), Length: 40824, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3546 2024.11.09 02:48:05.012701 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3547 2024.11.09 02:48:05.012737 [ 291 ] {} <Debug> HTTP-Session: e7d65b41-bdd3-4150-9392-353aa1cf14ea Authenticating user 'default' from [fd00:1122:3344:101::d]:57820
3548 2024.11.09 02:48:05.012765 [ 291 ] {} <Debug> HTTP-Session: e7d65b41-bdd3-4150-9392-353aa1cf14ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3549 2024.11.09 02:48:05.012784 [ 291 ] {} <Debug> HTTP-Session: e7d65b41-bdd3-4150-9392-353aa1cf14ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3550 2024.11.09 02:48:05.012842 [ 291 ] {} <Trace> HTTP-Session: e7d65b41-bdd3-4150-9392-353aa1cf14ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3551 2024.11.09 02:48:05.013195 [ 291 ] {f037917b-75e8-4685-ad02-cf3ae5297528} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3552 2024.11.09 02:48:05.013277 [ 291 ] {f037917b-75e8-4685-ad02-cf3ae5297528} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3553 2024.11.09 02:48:05.013652 [ 291 ] {f037917b-75e8-4685-ad02-cf3ae5297528} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3554 2024.11.09 02:48:05.014465 [ 291 ] {f037917b-75e8-4685-ad02-cf3ae5297528} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3555 2024.11.09 02:48:05.014515 [ 291 ] {f037917b-75e8-4685-ad02-cf3ae5297528} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3556 2024.11.09 02:48:05.015016 [ 291 ] {f037917b-75e8-4685-ad02-cf3ae5297528} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3557 2024.11.09 02:48:05.015433 [ 291 ] {f037917b-75e8-4685-ad02-cf3ae5297528} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3558 2024.11.09 02:48:05.015587 [ 25 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3559 2024.11.09 02:48:05.015595 [ 291 ] {f037917b-75e8-4685-ad02-cf3ae5297528} <Debug> executeQuery: Read 269 rows, 24.50 KiB in 0.002573 sec., 104547.22114263506 rows/sec., 9.30 MiB/sec.
3560 2024.11.09 02:48:05.015636 [ 25 ] {} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3561 2024.11.09 02:48:05.015671 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3562 2024.11.09 02:48:05.015864 [ 196 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::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
3563 2024.11.09 02:48:05.015971 [ 291 ] {f037917b-75e8-4685-ad02-cf3ae5297528} <Debug> DynamicQueryHandler: Done processing query
3564 2024.11.09 02:48:05.016010 [ 291 ] {f037917b-75e8-4685-ad02-cf3ae5297528} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
3565 2024.11.09 02:48:05.016039 [ 291 ] {} <Debug> HTTP-Session: e7d65b41-bdd3-4150-9392-353aa1cf14ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3566 2024.11.09 02:48:05.016077 [ 196 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3567 2024.11.09 02:48:05.016113 [ 196 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1403 rows starting from the beginning of the part
3568 2024.11.09 02:48:05.016187 [ 196 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 56 rows starting from the beginning of the part
3569 2024.11.09 02:48:05.016470 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57820, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3570 2024.11.09 02:48:05.016626 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35071, User-Agent: (none), Length: 5783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3571 2024.11.09 02:48:05.016692 [ 196 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 269 rows starting from the beginning of the part
3572 2024.11.09 02:48:05.016973 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3573 2024.11.09 02:48:05.016986 [ 196 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 58 rows starting from the beginning of the part
3574 2024.11.09 02:48:05.017079 [ 282 ] {} <Debug> HTTP-Session: 063d1661-d279-4f59-83df-8219c602b765 Authenticating user 'default' from [fd00:1122:3344:101::d]:35071
3575 2024.11.09 02:48:05.017200 [ 282 ] {} <Debug> HTTP-Session: 063d1661-d279-4f59-83df-8219c602b765 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3576 2024.11.09 02:48:05.017241 [ 196 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part
3577 2024.11.09 02:48:05.017270 [ 282 ] {} <Debug> HTTP-Session: 063d1661-d279-4f59-83df-8219c602b765 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3578 2024.11.09 02:48:05.017453 [ 282 ] {} <Trace> HTTP-Session: 063d1661-d279-4f59-83df-8219c602b765 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3579 2024.11.09 02:48:05.017522 [ 196 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 269 rows starting from the beginning of the part
3580 2024.11.09 02:48:05.017959 [ 282 ] {549fc61b-7f79-43e0-b15b-b37dae5b9000} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35071) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
3581 2024.11.09 02:48:05.018162 [ 282 ] {549fc61b-7f79-43e0-b15b-b37dae5b9000} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3582 2024.11.09 02:48:05.018975 [ 282 ] {549fc61b-7f79-43e0-b15b-b37dae5b9000} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3583 2024.11.09 02:48:05.020099 [ 282 ] {549fc61b-7f79-43e0-b15b-b37dae5b9000} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3584 2024.11.09 02:48:05.020177 [ 282 ] {549fc61b-7f79-43e0-b15b-b37dae5b9000} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3585 2024.11.09 02:48:05.020980 [ 196 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2111 rows, containing 5 columns (5 merged, 0 gathered) in 0.005241289 sec., 402763.5186687855 rows/sec., 35.60 MiB/sec.
3586 2024.11.09 02:48:05.020984 [ 282 ] {549fc61b-7f79-43e0-b15b-b37dae5b9000} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3587 2024.11.09 02:48:05.021367 [ 198 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3588 2024.11.09 02:48:05.021774 [ 282 ] {549fc61b-7f79-43e0-b15b-b37dae5b9000} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3589 2024.11.09 02:48:05.022314 [ 282 ] {549fc61b-7f79-43e0-b15b-b37dae5b9000} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.004547 sec., 8797.009016934242 rows/sec., 661.49 KiB/sec.
3590 2024.11.09 02:48:05.022607 [ 198 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_16_3} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3591 2024.11.09 02:48:05.022751 [ 282 ] {549fc61b-7f79-43e0-b15b-b37dae5b9000} <Debug> DynamicQueryHandler: Done processing query
3592 2024.11.09 02:48:05.022761 [ 198 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_16_3} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3593 2024.11.09 02:48:05.022796 [ 282 ] {549fc61b-7f79-43e0-b15b-b37dae5b9000} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
3594 2024.11.09 02:48:05.022825 [ 282 ] {} <Debug> HTTP-Session: 063d1661-d279-4f59-83df-8219c602b765 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3595 2024.11.09 02:48:05.022966 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
3596 2024.11.09 02:48:05.023072 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35071, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3597 2024.11.09 02:48:05.023172 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59685, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3598 2024.11.09 02:48:05.023247 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3599 2024.11.09 02:48:05.023269 [ 291 ] {} <Debug> HTTP-Session: c363e366-625b-4aa7-b834-58908ec63e0b Authenticating user 'default' from [fd00:1122:3344:101::d]:59685
3600 2024.11.09 02:48:05.023288 [ 291 ] {} <Debug> HTTP-Session: c363e366-625b-4aa7-b834-58908ec63e0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3601 2024.11.09 02:48:05.023302 [ 291 ] {} <Debug> HTTP-Session: c363e366-625b-4aa7-b834-58908ec63e0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3602 2024.11.09 02:48:05.023346 [ 291 ] {} <Trace> HTTP-Session: c363e366-625b-4aa7-b834-58908ec63e0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3603 2024.11.09 02:48:05.023479 [ 291 ] {f58665ac-3dd7-4ae3-b8c7-d3d8d290ee31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59685) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
3604 2024.11.09 02:48:05.023532 [ 291 ] {f58665ac-3dd7-4ae3-b8c7-d3d8d290ee31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3605 2024.11.09 02:48:05.023807 [ 291 ] {f58665ac-3dd7-4ae3-b8c7-d3d8d290ee31} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3606 2024.11.09 02:48:05.024141 [ 291 ] {f58665ac-3dd7-4ae3-b8c7-d3d8d290ee31} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3607 2024.11.09 02:48:05.024179 [ 291 ] {f58665ac-3dd7-4ae3-b8c7-d3d8d290ee31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3608 2024.11.09 02:48:05.024567 [ 291 ] {f58665ac-3dd7-4ae3-b8c7-d3d8d290ee31} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3609 2024.11.09 02:48:05.024944 [ 291 ] {f58665ac-3dd7-4ae3-b8c7-d3d8d290ee31} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3610 2024.11.09 02:48:05.025081 [ 291 ] {f58665ac-3dd7-4ae3-b8c7-d3d8d290ee31} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001643 sec., 8520.99817407182 rows/sec., 596.76 KiB/sec.
3611 2024.11.09 02:48:05.025386 [ 291 ] {f58665ac-3dd7-4ae3-b8c7-d3d8d290ee31} <Debug> DynamicQueryHandler: Done processing query
3612 2024.11.09 02:48:05.025412 [ 291 ] {f58665ac-3dd7-4ae3-b8c7-d3d8d290ee31} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3613 2024.11.09 02:48:05.025429 [ 291 ] {} <Debug> HTTP-Session: c363e366-625b-4aa7-b834-58908ec63e0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3614 2024.11.09 02:48:05.025592 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35071, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3615 2024.11.09 02:48:05.025608 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59685, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3616 2024.11.09 02:48:05.025686 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3617 2024.11.09 02:48:05.025721 [ 282 ] {} <Debug> HTTP-Session: 5d442279-4788-422f-b542-b2f105dbeb6d Authenticating user 'default' from [fd00:1122:3344:101::d]:35071
3618 2024.11.09 02:48:05.025750 [ 282 ] {} <Debug> HTTP-Session: 5d442279-4788-422f-b542-b2f105dbeb6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3619 2024.11.09 02:48:05.025770 [ 282 ] {} <Debug> HTTP-Session: 5d442279-4788-422f-b542-b2f105dbeb6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3620 2024.11.09 02:48:05.025819 [ 282 ] {} <Trace> HTTP-Session: 5d442279-4788-422f-b542-b2f105dbeb6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3621 2024.11.09 02:48:05.025957 [ 282 ] {cdbf4364-02c7-4d8f-9daf-b3fa6e344232} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35071) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
3622 2024.11.09 02:48:05.026017 [ 282 ] {cdbf4364-02c7-4d8f-9daf-b3fa6e344232} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3623 2024.11.09 02:48:05.026311 [ 282 ] {cdbf4364-02c7-4d8f-9daf-b3fa6e344232} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3624 2024.11.09 02:48:05.026651 [ 282 ] {cdbf4364-02c7-4d8f-9daf-b3fa6e344232} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3625 2024.11.09 02:48:05.026690 [ 282 ] {cdbf4364-02c7-4d8f-9daf-b3fa6e344232} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3626 2024.11.09 02:48:05.027055 [ 282 ] {cdbf4364-02c7-4d8f-9daf-b3fa6e344232} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3627 2024.11.09 02:48:05.027434 [ 282 ] {cdbf4364-02c7-4d8f-9daf-b3fa6e344232} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3628 2024.11.09 02:48:05.027584 [ 25 ] {} <Debug> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
3629 2024.11.09 02:48:05.027600 [ 282 ] {cdbf4364-02c7-4d8f-9daf-b3fa6e344232} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001674 sec., 3584.2293906810037 rows/sec., 211.76 KiB/sec.
3630 2024.11.09 02:48:05.027638 [ 25 ] {} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3631 2024.11.09 02:48:05.027705 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3632 2024.11.09 02:48:05.027978 [ 192 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::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
3633 2024.11.09 02:48:05.028007 [ 282 ] {cdbf4364-02c7-4d8f-9daf-b3fa6e344232} <Debug> DynamicQueryHandler: Done processing query
3634 2024.11.09 02:48:05.028094 [ 282 ] {cdbf4364-02c7-4d8f-9daf-b3fa6e344232} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
3635 2024.11.09 02:48:05.028158 [ 282 ] {} <Debug> HTTP-Session: 5d442279-4788-422f-b542-b2f105dbeb6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3636 2024.11.09 02:48:05.028277 [ 192 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3637 2024.11.09 02:48:05.028312 [ 192 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::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
3638 2024.11.09 02:48:05.028473 [ 192 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::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
3639 2024.11.09 02:48:05.028550 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35071, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3640 2024.11.09 02:48:05.028624 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64958, User-Agent: (none), Length: 68538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3641 2024.11.09 02:48:05.028835 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3642 2024.11.09 02:48:05.028874 [ 192 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::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
3643 2024.11.09 02:48:05.028901 [ 291 ] {} <Debug> HTTP-Session: 031d5bdc-4742-47aa-863b-7a61c2c6c983 Authenticating user 'default' from [fd00:1122:3344:101::d]:64958
3644 2024.11.09 02:48:05.029015 [ 291 ] {} <Debug> HTTP-Session: 031d5bdc-4742-47aa-863b-7a61c2c6c983 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3645 2024.11.09 02:48:05.029046 [ 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):
3646 
3647 (version 23.8.7.1)
3648 2024.11.09 02:48:05.029160 [ 291 ] {} <Debug> HTTP-Session: 031d5bdc-4742-47aa-863b-7a61c2c6c983 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3649 2024.11.09 02:48:05.029277 [ 192 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::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
3650 2024.11.09 02:48:05.029374 [ 291 ] {} <Trace> HTTP-Session: 031d5bdc-4742-47aa-863b-7a61c2c6c983 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3651 2024.11.09 02:48:05.029764 [ 192 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::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
3652 2024.11.09 02:48:05.030059 [ 291 ] {c6814d25-75e7-4339-828f-9f3d4d04250f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64958) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3653 2024.11.09 02:48:05.030178 [ 291 ] {c6814d25-75e7-4339-828f-9f3d4d04250f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3654 2024.11.09 02:48:05.030598 [ 291 ] {c6814d25-75e7-4339-828f-9f3d4d04250f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3655 2024.11.09 02:48:05.031481 [ 198 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.003684116 sec., 8143.066070666613 rows/sec., 516.89 KiB/sec.
3656 2024.11.09 02:48:05.031607 [ 291 ] {c6814d25-75e7-4339-828f-9f3d4d04250f} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3657 2024.11.09 02:48:05.031664 [ 198 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
3658 2024.11.09 02:48:05.031673 [ 291 ] {c6814d25-75e7-4339-828f-9f3d4d04250f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3659 2024.11.09 02:48:05.032679 [ 291 ] {c6814d25-75e7-4339-828f-9f3d4d04250f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3660 2024.11.09 02:48:05.032683 [ 198 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_5_1} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3661 2024.11.09 02:48:05.032856 [ 198 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_5_1} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
3662 2024.11.09 02:48:05.033042 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3663 2024.11.09 02:48:05.033359 [ 291 ] {c6814d25-75e7-4339-828f-9f3d4d04250f} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3664 2024.11.09 02:48:05.033500 [ 25 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3665 2024.11.09 02:48:05.033505 [ 291 ] {c6814d25-75e7-4339-828f-9f3d4d04250f} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.003743 sec., 112743.78840502271 rows/sec., 8.06 MiB/sec.
3666 2024.11.09 02:48:05.033532 [ 25 ] {} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3667 2024.11.09 02:48:05.033570 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3668 2024.11.09 02:48:05.033706 [ 192 ] {48637766-a340-4af8-ae3d-4486ac21e344::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
3669 2024.11.09 02:48:05.033776 [ 291 ] {c6814d25-75e7-4339-828f-9f3d4d04250f} <Debug> DynamicQueryHandler: Done processing query
3670 2024.11.09 02:48:05.033805 [ 291 ] {c6814d25-75e7-4339-828f-9f3d4d04250f} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
3671 2024.11.09 02:48:05.033834 [ 291 ] {} <Debug> HTTP-Session: 031d5bdc-4742-47aa-863b-7a61c2c6c983 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3672 2024.11.09 02:48:05.033854 [ 192 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3673 2024.11.09 02:48:05.033887 [ 192 ] {48637766-a340-4af8-ae3d-4486ac21e344::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
3674 2024.11.09 02:48:05.034016 [ 192 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 64 rows starting from the beginning of the part
3675 2024.11.09 02:48:05.034066 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64958, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3676 2024.11.09 02:48:05.034277 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45788, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3677 2024.11.09 02:48:05.034406 [ 192 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 422 rows starting from the beginning of the part
3678 2024.11.09 02:48:05.034513 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3679 2024.11.09 02:48:05.034669 [ 282 ] {} <Debug> HTTP-Session: b35f2971-ef84-4e03-ac1c-a3c042b6c983 Authenticating user 'default' from [fd00:1122:3344:101::d]:45788
3680 2024.11.09 02:48:05.034721 [ 192 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 68 rows starting from the beginning of the part
3681 2024.11.09 02:48:05.034769 [ 282 ] {} <Debug> HTTP-Session: b35f2971-ef84-4e03-ac1c-a3c042b6c983 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3682 2024.11.09 02:48:05.034847 [ 282 ] {} <Debug> HTTP-Session: b35f2971-ef84-4e03-ac1c-a3c042b6c983 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3683 2024.11.09 02:48:05.035028 [ 192 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part
3684 2024.11.09 02:48:05.035090 [ 282 ] {} <Trace> HTTP-Session: b35f2971-ef84-4e03-ac1c-a3c042b6c983 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3685 2024.11.09 02:48:05.035362 [ 192 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 422 rows starting from the beginning of the part
3686 2024.11.09 02:48:05.035501 [ 282 ] {4cc7e34a-7225-46cb-8df4-ba13672d582a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45788) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
3687 2024.11.09 02:48:05.035735 [ 282 ] {4cc7e34a-7225-46cb-8df4-ba13672d582a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3688 2024.11.09 02:48:05.036342 [ 282 ] {4cc7e34a-7225-46cb-8df4-ba13672d582a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3689 2024.11.09 02:48:05.037011 [ 282 ] {4cc7e34a-7225-46cb-8df4-ba13672d582a} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3690 2024.11.09 02:48:05.037077 [ 282 ] {4cc7e34a-7225-46cb-8df4-ba13672d582a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3691 2024.11.09 02:48:05.037981 [ 282 ] {4cc7e34a-7225-46cb-8df4-ba13672d582a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3692 2024.11.09 02:48:05.038594 [ 282 ] {4cc7e34a-7225-46cb-8df4-ba13672d582a} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3693 2024.11.09 02:48:05.038615 [ 194 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1933 rows, containing 5 columns (5 merged, 0 gathered) in 0.004968223 sec., 389072.7127184106 rows/sec., 29.75 MiB/sec.
3694 2024.11.09 02:48:05.038790 [ 282 ] {4cc7e34a-7225-46cb-8df4-ba13672d582a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003441 sec., 1743.6791630340017 rows/sec., 91.10 KiB/sec.
3695 2024.11.09 02:48:05.039079 [ 194 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3696 2024.11.09 02:48:05.039093 [ 282 ] {4cc7e34a-7225-46cb-8df4-ba13672d582a} <Debug> DynamicQueryHandler: Done processing query
3697 2024.11.09 02:48:05.039177 [ 282 ] {4cc7e34a-7225-46cb-8df4-ba13672d582a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
3698 2024.11.09 02:48:05.039238 [ 282 ] {} <Debug> HTTP-Session: b35f2971-ef84-4e03-ac1c-a3c042b6c983 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3699 2024.11.09 02:48:05.039601 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45788, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3700 2024.11.09 02:48:05.039652 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41677, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3701 2024.11.09 02:48:05.039834 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3702 2024.11.09 02:48:05.039878 [ 291 ] {} <Debug> HTTP-Session: e035e161-2f98-4da5-b9dd-00aa7a7616d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:41677
3703 2024.11.09 02:48:05.039894 [ 282 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below):
3704 
3705 (version 23.8.7.1)
3706 2024.11.09 02:48:05.039932 [ 291 ] {} <Debug> HTTP-Session: e035e161-2f98-4da5-b9dd-00aa7a7616d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3707 2024.11.09 02:48:05.039983 [ 291 ] {} <Debug> HTTP-Session: e035e161-2f98-4da5-b9dd-00aa7a7616d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3708 2024.11.09 02:48:05.040061 [ 291 ] {} <Trace> HTTP-Session: e035e161-2f98-4da5-b9dd-00aa7a7616d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3709 2024.11.09 02:48:05.040128 [ 194 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_16_3} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3710 2024.11.09 02:48:05.040296 [ 194 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_16_3} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3711 2024.11.09 02:48:05.040428 [ 291 ] {cd893a97-ae51-4564-a2ee-f6849f9c9f7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41677) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
3712 2024.11.09 02:48:05.040432 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
3713 2024.11.09 02:48:05.040509 [ 291 ] {cd893a97-ae51-4564-a2ee-f6849f9c9f7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3714 2024.11.09 02:48:05.040688 [ 291 ] {cd893a97-ae51-4564-a2ee-f6849f9c9f7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3715 2024.11.09 02:48:05.041128 [ 291 ] {cd893a97-ae51-4564-a2ee-f6849f9c9f7e} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3716 2024.11.09 02:48:05.041167 [ 291 ] {cd893a97-ae51-4564-a2ee-f6849f9c9f7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3717 2024.11.09 02:48:05.041569 [ 291 ] {cd893a97-ae51-4564-a2ee-f6849f9c9f7e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3718 2024.11.09 02:48:05.041921 [ 291 ] {cd893a97-ae51-4564-a2ee-f6849f9c9f7e} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3719 2024.11.09 02:48:05.042083 [ 24 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3720 2024.11.09 02:48:05.042086 [ 291 ] {cd893a97-ae51-4564-a2ee-f6849f9c9f7e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001841 sec., 128734.3834872352 rows/sec., 8.63 MiB/sec.
3721 2024.11.09 02:48:05.042136 [ 24 ] {} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3722 2024.11.09 02:48:05.042198 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3723 2024.11.09 02:48:05.042427 [ 291 ] {cd893a97-ae51-4564-a2ee-f6849f9c9f7e} <Debug> DynamicQueryHandler: Done processing query
3724 2024.11.09 02:48:05.042442 [ 193 ] {173f980a-35dc-47ba-ab5b-853644c4390e::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
3725 2024.11.09 02:48:05.042466 [ 291 ] {cd893a97-ae51-4564-a2ee-f6849f9c9f7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
3726 2024.11.09 02:48:05.042529 [ 291 ] {} <Debug> HTTP-Session: e035e161-2f98-4da5-b9dd-00aa7a7616d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3727 2024.11.09 02:48:05.042706 [ 193 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3728 2024.11.09 02:48:05.042738 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41677, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3729 2024.11.09 02:48:05.042862 [ 193 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4685 rows starting from the beginning of the part
3730 2024.11.09 02:48:05.042846 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58988, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3731 2024.11.09 02:48:05.042999 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3732 2024.11.09 02:48:05.043094 [ 282 ] {} <Debug> HTTP-Session: a7043289-642d-4ddb-8a58-cea6e01ada85 Authenticating user 'default' from [fd00:1122:3344:101::d]:58988
3733 2024.11.09 02:48:05.043156 [ 193 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part
3734 2024.11.09 02:48:05.043174 [ 282 ] {} <Debug> HTTP-Session: a7043289-642d-4ddb-8a58-cea6e01ada85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3735 2024.11.09 02:48:05.043239 [ 282 ] {} <Debug> HTTP-Session: a7043289-642d-4ddb-8a58-cea6e01ada85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3736 2024.11.09 02:48:05.043405 [ 282 ] {} <Trace> HTTP-Session: a7043289-642d-4ddb-8a58-cea6e01ada85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3737 2024.11.09 02:48:05.043579 [ 193 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 237 rows starting from the beginning of the part
3738 2024.11.09 02:48:05.043812 [ 282 ] {1212c0b4-57c8-499b-8c01-aca0750dccca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58988) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
3739 2024.11.09 02:48:05.043895 [ 193 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 130 rows starting from the beginning of the part
3740 2024.11.09 02:48:05.043978 [ 282 ] {1212c0b4-57c8-499b-8c01-aca0750dccca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3741 2024.11.09 02:48:05.044338 [ 193 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part
3742 2024.11.09 02:48:05.044712 [ 193 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 237 rows starting from the beginning of the part
3743 2024.11.09 02:48:05.044874 [ 282 ] {1212c0b4-57c8-499b-8c01-aca0750dccca} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3744 2024.11.09 02:48:05.045638 [ 282 ] {1212c0b4-57c8-499b-8c01-aca0750dccca} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3745 2024.11.09 02:48:05.045688 [ 282 ] {1212c0b4-57c8-499b-8c01-aca0750dccca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3746 2024.11.09 02:48:05.046290 [ 282 ] {1212c0b4-57c8-499b-8c01-aca0750dccca} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3747 2024.11.09 02:48:05.047239 [ 282 ] {1212c0b4-57c8-499b-8c01-aca0750dccca} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3748 2024.11.09 02:48:05.047550 [ 24 ] {} <Debug> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
3749 2024.11.09 02:48:05.047644 [ 24 ] {} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3750 2024.11.09 02:48:05.047702 [ 282 ] {1212c0b4-57c8-499b-8c01-aca0750dccca} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004024 sec., 248.5089463220676 rows/sec., 16.75 KiB/sec.
3751 2024.11.09 02:48:05.047708 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3752 2024.11.09 02:48:05.048322 [ 192 ] {88a23b06-e353-416c-8860-9499dcb823f7::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
3753 2024.11.09 02:48:05.048385 [ 282 ] {1212c0b4-57c8-499b-8c01-aca0750dccca} <Debug> DynamicQueryHandler: Done processing query
3754 2024.11.09 02:48:05.048441 [ 282 ] {1212c0b4-57c8-499b-8c01-aca0750dccca} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
3755 2024.11.09 02:48:05.048525 [ 282 ] {} <Debug> HTTP-Session: a7043289-642d-4ddb-8a58-cea6e01ada85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3756 2024.11.09 02:48:05.048722 [ 192 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3757 2024.11.09 02:48:05.048759 [ 192 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part
3758 2024.11.09 02:48:05.048799 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58988, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3759 2024.11.09 02:48:05.049043 [ 192 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part
3760 2024.11.09 02:48:05.049068 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56582, User-Agent: (none), Length: 66696, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3761 2024.11.09 02:48:05.049110 [ 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):
3762 
3763 (version 23.8.7.1)
3764 2024.11.09 02:48:05.049316 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3765 2024.11.09 02:48:05.049356 [ 192 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part
3766 2024.11.09 02:48:05.049437 [ 292 ] {} <Debug> HTTP-Session: 10ed0d0a-c14c-48d5-aa91-9ffac0b26aef Authenticating user 'default' from [fd00:1122:3344:101::d]:56582
3767 2024.11.09 02:48:05.049545 [ 292 ] {} <Debug> HTTP-Session: 10ed0d0a-c14c-48d5-aa91-9ffac0b26aef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3768 2024.11.09 02:48:05.049618 [ 292 ] {} <Debug> HTTP-Session: 10ed0d0a-c14c-48d5-aa91-9ffac0b26aef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3769 2024.11.09 02:48:05.049683 [ 192 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part
3770 2024.11.09 02:48:05.049733 [ 292 ] {} <Trace> HTTP-Session: 10ed0d0a-c14c-48d5-aa91-9ffac0b26aef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3771 2024.11.09 02:48:05.049956 [ 192 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part
3772 2024.11.09 02:48:05.050976 [ 194 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5609 rows, containing 5 columns (5 merged, 0 gathered) in 0.008645788 sec., 648755.2088947821 rows/sec., 43.82 MiB/sec.
3773 2024.11.09 02:48:05.051371 [ 292 ] {1fdfb043-b0bb-439d-8c25-c18e11752b42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56582) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
3774 2024.11.09 02:48:05.051669 [ 292 ] {1fdfb043-b0bb-439d-8c25-c18e11752b42} <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
3775 2024.11.09 02:48:05.051773 [ 194 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3776 2024.11.09 02:48:05.054662 [ 192 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.00673793 sec., 742.0676676664792 rows/sec., 50.00 KiB/sec.
3777 2024.11.09 02:48:05.054988 [ 192 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
3778 2024.11.09 02:48:05.054969 [ 194 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3779 2024.11.09 02:48:05.055646 [ 292 ] {1fdfb043-b0bb-439d-8c25-c18e11752b42} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3780 2024.11.09 02:48:05.055779 [ 194 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3781 2024.11.09 02:48:05.056197 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.29 MiB.
3782 2024.11.09 02:48:05.056321 [ 192 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_5_1} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3783 2024.11.09 02:48:05.056476 [ 192 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_5_1} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
3784 2024.11.09 02:48:05.056572 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB.
3785 2024.11.09 02:48:05.057033 [ 292 ] {1fdfb043-b0bb-439d-8c25-c18e11752b42} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3786 2024.11.09 02:48:05.057076 [ 292 ] {1fdfb043-b0bb-439d-8c25-c18e11752b42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3787 2024.11.09 02:48:05.057805 [ 292 ] {1fdfb043-b0bb-439d-8c25-c18e11752b42} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3788 2024.11.09 02:48:05.058258 [ 292 ] {1fdfb043-b0bb-439d-8c25-c18e11752b42} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3789 2024.11.09 02:48:05.058411 [ 292 ] {1fdfb043-b0bb-439d-8c25-c18e11752b42} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.008378 sec., 4774.4091668656 rows/sec., 8.56 MiB/sec.
3790 2024.11.09 02:48:05.058664 [ 292 ] {1fdfb043-b0bb-439d-8c25-c18e11752b42} <Debug> DynamicQueryHandler: Done processing query
3791 2024.11.09 02:48:05.058690 [ 292 ] {1fdfb043-b0bb-439d-8c25-c18e11752b42} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB.
3792 2024.11.09 02:48:05.058708 [ 292 ] {} <Debug> HTTP-Session: 10ed0d0a-c14c-48d5-aa91-9ffac0b26aef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3793 2024.11.09 02:48:05.058874 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56582, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3794 2024.11.09 02:48:05.058942 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61407, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3795 2024.11.09 02:48:05.059002 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3796 2024.11.09 02:48:05.059026 [ 282 ] {} <Debug> HTTP-Session: d7130e76-f5e9-4ce0-a532-3d838dca61cb Authenticating user 'default' from [fd00:1122:3344:101::d]:61407
3797 2024.11.09 02:48:05.059045 [ 282 ] {} <Debug> HTTP-Session: d7130e76-f5e9-4ce0-a532-3d838dca61cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3798 2024.11.09 02:48:05.059063 [ 282 ] {} <Debug> HTTP-Session: d7130e76-f5e9-4ce0-a532-3d838dca61cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3799 2024.11.09 02:48:05.059101 [ 282 ] {} <Trace> HTTP-Session: d7130e76-f5e9-4ce0-a532-3d838dca61cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3800 2024.11.09 02:48:05.059268 [ 282 ] {c9da9b6a-3b6f-4acd-a250-adf1cee0280b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61407) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
3801 2024.11.09 02:48:05.059323 [ 282 ] {c9da9b6a-3b6f-4acd-a250-adf1cee0280b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3802 2024.11.09 02:48:05.059483 [ 282 ] {c9da9b6a-3b6f-4acd-a250-adf1cee0280b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3803 2024.11.09 02:48:05.059830 [ 282 ] {c9da9b6a-3b6f-4acd-a250-adf1cee0280b} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3804 2024.11.09 02:48:05.059872 [ 282 ] {c9da9b6a-3b6f-4acd-a250-adf1cee0280b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3805 2024.11.09 02:48:05.060279 [ 282 ] {c9da9b6a-3b6f-4acd-a250-adf1cee0280b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3806 2024.11.09 02:48:05.060604 [ 282 ] {c9da9b6a-3b6f-4acd-a250-adf1cee0280b} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3807 2024.11.09 02:48:05.060726 [ 24 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3808 2024.11.09 02:48:05.060730 [ 282 ] {c9da9b6a-3b6f-4acd-a250-adf1cee0280b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001539 sec., 53281.35152696556 rows/sec., 3.38 MiB/sec.
3809 2024.11.09 02:48:05.060757 [ 24 ] {} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3810 2024.11.09 02:48:05.060788 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3811 2024.11.09 02:48:05.060975 [ 282 ] {c9da9b6a-3b6f-4acd-a250-adf1cee0280b} <Debug> DynamicQueryHandler: Done processing query
3812 2024.11.09 02:48:05.060987 [ 189 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::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
3813 2024.11.09 02:48:05.061007 [ 282 ] {c9da9b6a-3b6f-4acd-a250-adf1cee0280b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3814 2024.11.09 02:48:05.061063 [ 282 ] {} <Debug> HTTP-Session: d7130e76-f5e9-4ce0-a532-3d838dca61cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3815 2024.11.09 02:48:05.061193 [ 189 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3816 2024.11.09 02:48:05.061236 [ 189 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 594 rows starting from the beginning of the part
3817 2024.11.09 02:48:05.061328 [ 189 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part
3818 2024.11.09 02:48:05.061439 [ 189 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 82 rows starting from the beginning of the part
3819 2024.11.09 02:48:05.061698 [ 189 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 48 rows starting from the beginning of the part
3820 2024.11.09 02:48:05.061814 [ 189 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part
3821 2024.11.09 02:48:05.062006 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61407, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3822 2024.11.09 02:48:05.062133 [ 189 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 82 rows starting from the beginning of the part
3823 2024.11.09 02:48:05.062369 [ 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):
3824 
3825 (version 23.8.7.1)
3826 2024.11.09 02:48:05.063540 [ 194 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 926 rows, containing 4 columns (4 merged, 0 gathered) in 0.002648864 sec., 349583.82159295457 rows/sec., 22.93 MiB/sec.
3827 2024.11.09 02:48:05.063714 [ 189 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3828 2024.11.09 02:48:05.064098 [ 189 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_16_3} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3829 2024.11.09 02:48:05.064178 [ 189 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_16_3} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3830 2024.11.09 02:48:05.064256 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB.
3831 2024.11.09 02:48:10.005788 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64622, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3832 2024.11.09 02:48:10.005922 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3833 2024.11.09 02:48:10.005948 [ 282 ] {} <Debug> HTTP-Session: 03e7d166-62a6-4969-83c5-0b4a6a34cc8f Authenticating user 'default' from [fd00:1122:3344:101::d]:64622
3834 2024.11.09 02:48:10.005974 [ 282 ] {} <Debug> HTTP-Session: 03e7d166-62a6-4969-83c5-0b4a6a34cc8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3835 2024.11.09 02:48:10.005989 [ 282 ] {} <Debug> HTTP-Session: 03e7d166-62a6-4969-83c5-0b4a6a34cc8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3836 2024.11.09 02:48:10.006039 [ 282 ] {} <Trace> HTTP-Session: 03e7d166-62a6-4969-83c5-0b4a6a34cc8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3837 2024.11.09 02:48:10.006223 [ 282 ] {16fa74d0-ee05-4afd-bced-f76e821ed247} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64622) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
3838 2024.11.09 02:48:10.006291 [ 282 ] {16fa74d0-ee05-4afd-bced-f76e821ed247} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3839 2024.11.09 02:48:10.006632 [ 282 ] {16fa74d0-ee05-4afd-bced-f76e821ed247} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3840 2024.11.09 02:48:10.007083 [ 282 ] {16fa74d0-ee05-4afd-bced-f76e821ed247} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3841 2024.11.09 02:48:10.007128 [ 282 ] {16fa74d0-ee05-4afd-bced-f76e821ed247} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3842 2024.11.09 02:48:10.007542 [ 282 ] {16fa74d0-ee05-4afd-bced-f76e821ed247} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
3843 2024.11.09 02:48:10.007936 [ 282 ] {16fa74d0-ee05-4afd-bced-f76e821ed247} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3844 2024.11.09 02:48:10.008122 [ 282 ] {16fa74d0-ee05-4afd-bced-f76e821ed247} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001947 sec., 4108.885464817668 rows/sec., 335.05 KiB/sec.
3845 2024.11.09 02:48:10.008525 [ 282 ] {16fa74d0-ee05-4afd-bced-f76e821ed247} <Debug> DynamicQueryHandler: Done processing query
3846 2024.11.09 02:48:10.008552 [ 282 ] {16fa74d0-ee05-4afd-bced-f76e821ed247} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3847 2024.11.09 02:48:10.008569 [ 282 ] {} <Debug> HTTP-Session: 03e7d166-62a6-4969-83c5-0b4a6a34cc8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3848 2024.11.09 02:48:10.008838 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64622, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3849 2024.11.09 02:48:10.008993 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34392, User-Agent: (none), Length: 8380, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3850 2024.11.09 02:48:10.009060 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3851 2024.11.09 02:48:10.009081 [ 292 ] {} <Debug> HTTP-Session: ec1747ae-09b8-4acc-a5fa-2287577945c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34392
3852 2024.11.09 02:48:10.009101 [ 292 ] {} <Debug> HTTP-Session: ec1747ae-09b8-4acc-a5fa-2287577945c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3853 2024.11.09 02:48:10.009115 [ 292 ] {} <Debug> HTTP-Session: ec1747ae-09b8-4acc-a5fa-2287577945c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3854 2024.11.09 02:48:10.009152 [ 292 ] {} <Trace> HTTP-Session: ec1747ae-09b8-4acc-a5fa-2287577945c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3855 2024.11.09 02:48:10.009283 [ 292 ] {fdbed1c3-fe88-4e85-9de8-657c245af0fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34392) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3856 2024.11.09 02:48:10.009333 [ 292 ] {fdbed1c3-fe88-4e85-9de8-657c245af0fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3857 2024.11.09 02:48:10.009617 [ 292 ] {fdbed1c3-fe88-4e85-9de8-657c245af0fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3858 2024.11.09 02:48:10.009990 [ 292 ] {fdbed1c3-fe88-4e85-9de8-657c245af0fe} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3859 2024.11.09 02:48:10.010026 [ 292 ] {fdbed1c3-fe88-4e85-9de8-657c245af0fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3860 2024.11.09 02:48:10.010388 [ 292 ] {fdbed1c3-fe88-4e85-9de8-657c245af0fe} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3861 2024.11.09 02:48:10.010761 [ 292 ] {fdbed1c3-fe88-4e85-9de8-657c245af0fe} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3862 2024.11.09 02:48:10.010922 [ 292 ] {fdbed1c3-fe88-4e85-9de8-657c245af0fe} <Debug> executeQuery: Read 60 rows, 4.70 KiB in 0.001679 sec., 35735.5568790947 rows/sec., 2.73 MiB/sec.
3863 2024.11.09 02:48:10.011090 [ 292 ] {fdbed1c3-fe88-4e85-9de8-657c245af0fe} <Debug> DynamicQueryHandler: Done processing query
3864 2024.11.09 02:48:10.011115 [ 292 ] {fdbed1c3-fe88-4e85-9de8-657c245af0fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
3865 2024.11.09 02:48:10.011132 [ 292 ] {} <Debug> HTTP-Session: ec1747ae-09b8-4acc-a5fa-2287577945c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3866 2024.11.09 02:48:10.011305 [ 292 ] {} <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)
3867 2024.11.09 02:48:10.011323 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64622, User-Agent: (none), Length: 1168, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3868 2024.11.09 02:48:10.011388 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3869 2024.11.09 02:48:10.011409 [ 282 ] {} <Debug> HTTP-Session: 09e2fdcd-2892-4e76-bd48-c261a17c619d Authenticating user 'default' from [fd00:1122:3344:101::d]:64622
3870 2024.11.09 02:48:10.011426 [ 282 ] {} <Debug> HTTP-Session: 09e2fdcd-2892-4e76-bd48-c261a17c619d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3871 2024.11.09 02:48:10.011441 [ 282 ] {} <Debug> HTTP-Session: 09e2fdcd-2892-4e76-bd48-c261a17c619d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3872 2024.11.09 02:48:10.011479 [ 282 ] {} <Trace> HTTP-Session: 09e2fdcd-2892-4e76-bd48-c261a17c619d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3873 2024.11.09 02:48:10.011591 [ 282 ] {b4c5cdd4-98f0-48ea-96a7-9840b83fa374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64622) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
3874 2024.11.09 02:48:10.011638 [ 282 ] {b4c5cdd4-98f0-48ea-96a7-9840b83fa374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3875 2024.11.09 02:48:10.011872 [ 282 ] {b4c5cdd4-98f0-48ea-96a7-9840b83fa374} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3876 2024.11.09 02:48:10.012261 [ 282 ] {b4c5cdd4-98f0-48ea-96a7-9840b83fa374} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3877 2024.11.09 02:48:10.012299 [ 282 ] {b4c5cdd4-98f0-48ea-96a7-9840b83fa374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3878 2024.11.09 02:48:10.012657 [ 282 ] {b4c5cdd4-98f0-48ea-96a7-9840b83fa374} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3879 2024.11.09 02:48:10.013031 [ 282 ] {b4c5cdd4-98f0-48ea-96a7-9840b83fa374} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3880 2024.11.09 02:48:10.013200 [ 282 ] {b4c5cdd4-98f0-48ea-96a7-9840b83fa374} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.001628 sec., 4914.004914004914 rows/sec., 343.12 KiB/sec.
3881 2024.11.09 02:48:10.013383 [ 282 ] {b4c5cdd4-98f0-48ea-96a7-9840b83fa374} <Debug> DynamicQueryHandler: Done processing query
3882 2024.11.09 02:48:10.013408 [ 282 ] {b4c5cdd4-98f0-48ea-96a7-9840b83fa374} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3883 2024.11.09 02:48:10.013424 [ 282 ] {} <Debug> HTTP-Session: 09e2fdcd-2892-4e76-bd48-c261a17c619d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3884 2024.11.09 02:48:10.013603 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64622, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3885 2024.11.09 02:48:10.013758 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46275, User-Agent: (none), Length: 12262, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3886 2024.11.09 02:48:10.013829 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3887 2024.11.09 02:48:10.013854 [ 292 ] {} <Debug> HTTP-Session: 7eb450ce-a3eb-4f49-b1ee-36abb42e783b Authenticating user 'default' from [fd00:1122:3344:101::d]:46275
3888 2024.11.09 02:48:10.013875 [ 292 ] {} <Debug> HTTP-Session: 7eb450ce-a3eb-4f49-b1ee-36abb42e783b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3889 2024.11.09 02:48:10.013891 [ 292 ] {} <Debug> HTTP-Session: 7eb450ce-a3eb-4f49-b1ee-36abb42e783b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3890 2024.11.09 02:48:10.013931 [ 292 ] {} <Trace> HTTP-Session: 7eb450ce-a3eb-4f49-b1ee-36abb42e783b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3891 2024.11.09 02:48:10.014083 [ 292 ] {ac250119-4510-40a1-a77c-f4354dee2984} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46275) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3892 2024.11.09 02:48:10.014138 [ 292 ] {ac250119-4510-40a1-a77c-f4354dee2984} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3893 2024.11.09 02:48:10.014415 [ 292 ] {ac250119-4510-40a1-a77c-f4354dee2984} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3894 2024.11.09 02:48:10.014768 [ 292 ] {ac250119-4510-40a1-a77c-f4354dee2984} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3895 2024.11.09 02:48:10.014805 [ 292 ] {ac250119-4510-40a1-a77c-f4354dee2984} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3896 2024.11.09 02:48:10.015171 [ 292 ] {ac250119-4510-40a1-a77c-f4354dee2984} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3897 2024.11.09 02:48:10.015530 [ 292 ] {ac250119-4510-40a1-a77c-f4354dee2984} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3898 2024.11.09 02:48:10.015687 [ 292 ] {ac250119-4510-40a1-a77c-f4354dee2984} <Debug> executeQuery: Read 72 rows, 5.77 KiB in 0.001649 sec., 43662.82595512432 rows/sec., 3.42 MiB/sec.
3899 2024.11.09 02:48:10.015907 [ 292 ] {ac250119-4510-40a1-a77c-f4354dee2984} <Debug> DynamicQueryHandler: Done processing query
3900 2024.11.09 02:48:10.015931 [ 292 ] {ac250119-4510-40a1-a77c-f4354dee2984} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
3901 2024.11.09 02:48:10.015947 [ 292 ] {} <Debug> HTTP-Session: 7eb450ce-a3eb-4f49-b1ee-36abb42e783b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3902 2024.11.09 02:48:10.016128 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46275, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3903 2024.11.09 02:48:10.016152 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64622, User-Agent: (none), Length: 25297, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3904 2024.11.09 02:48:10.016215 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3905 2024.11.09 02:48:10.016242 [ 282 ] {} <Debug> HTTP-Session: c55d4a8d-1692-4f23-8c90-ba5d3613a043 Authenticating user 'default' from [fd00:1122:3344:101::d]:64622
3906 2024.11.09 02:48:10.016266 [ 282 ] {} <Debug> HTTP-Session: c55d4a8d-1692-4f23-8c90-ba5d3613a043 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3907 2024.11.09 02:48:10.016285 [ 282 ] {} <Debug> HTTP-Session: c55d4a8d-1692-4f23-8c90-ba5d3613a043 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3908 2024.11.09 02:48:10.016324 [ 282 ] {} <Trace> HTTP-Session: c55d4a8d-1692-4f23-8c90-ba5d3613a043 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3909 2024.11.09 02:48:10.016495 [ 282 ] {1826ad4a-b59c-47bd-ac8b-ba8706421418} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64622) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
3910 2024.11.09 02:48:10.016552 [ 282 ] {1826ad4a-b59c-47bd-ac8b-ba8706421418} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3911 2024.11.09 02:48:10.016734 [ 282 ] {1826ad4a-b59c-47bd-ac8b-ba8706421418} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3912 2024.11.09 02:48:10.017158 [ 282 ] {1826ad4a-b59c-47bd-ac8b-ba8706421418} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3913 2024.11.09 02:48:10.017202 [ 282 ] {1826ad4a-b59c-47bd-ac8b-ba8706421418} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3914 2024.11.09 02:48:10.017614 [ 282 ] {1826ad4a-b59c-47bd-ac8b-ba8706421418} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3915 2024.11.09 02:48:10.017951 [ 282 ] {1826ad4a-b59c-47bd-ac8b-ba8706421418} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3916 2024.11.09 02:48:10.018111 [ 282 ] {1826ad4a-b59c-47bd-ac8b-ba8706421418} <Debug> executeQuery: Read 132 rows, 9.41 KiB in 0.001684 sec., 78384.79809976247 rows/sec., 5.46 MiB/sec.
3917 2024.11.09 02:48:10.018480 [ 282 ] {1826ad4a-b59c-47bd-ac8b-ba8706421418} <Debug> DynamicQueryHandler: Done processing query
3918 2024.11.09 02:48:10.018505 [ 282 ] {1826ad4a-b59c-47bd-ac8b-ba8706421418} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
3919 2024.11.09 02:48:10.018522 [ 282 ] {} <Debug> HTTP-Session: c55d4a8d-1692-4f23-8c90-ba5d3613a043 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3920 2024.11.09 02:48:10.018733 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64622, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3921 2024.11.09 02:48:10.018809 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56266, User-Agent: (none), Length: 7317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3922 2024.11.09 02:48:10.018871 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3923 2024.11.09 02:48:10.018899 [ 292 ] {} <Debug> HTTP-Session: 3df85d84-c27c-41dd-979b-c888367d3d11 Authenticating user 'default' from [fd00:1122:3344:101::d]:56266
3924 2024.11.09 02:48:10.018922 [ 292 ] {} <Debug> HTTP-Session: 3df85d84-c27c-41dd-979b-c888367d3d11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3925 2024.11.09 02:48:10.018939 [ 292 ] {} <Debug> HTTP-Session: 3df85d84-c27c-41dd-979b-c888367d3d11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3926 2024.11.09 02:48:10.018978 [ 292 ] {} <Trace> HTTP-Session: 3df85d84-c27c-41dd-979b-c888367d3d11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3927 2024.11.09 02:48:10.019116 [ 292 ] {162396cc-38b1-408c-ae12-84bcda0a68dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
3928 2024.11.09 02:48:10.019174 [ 292 ] {162396cc-38b1-408c-ae12-84bcda0a68dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3929 2024.11.09 02:48:10.019358 [ 292 ] {162396cc-38b1-408c-ae12-84bcda0a68dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3930 2024.11.09 02:48:10.019648 [ 292 ] {162396cc-38b1-408c-ae12-84bcda0a68dd} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3931 2024.11.09 02:48:10.019685 [ 292 ] {162396cc-38b1-408c-ae12-84bcda0a68dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3932 2024.11.09 02:48:10.020087 [ 292 ] {162396cc-38b1-408c-ae12-84bcda0a68dd} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3933 2024.11.09 02:48:10.020409 [ 292 ] {162396cc-38b1-408c-ae12-84bcda0a68dd} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3934 2024.11.09 02:48:10.020560 [ 292 ] {162396cc-38b1-408c-ae12-84bcda0a68dd} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001484 sec., 32345.013477088945 rows/sec., 2.18 MiB/sec.
3935 2024.11.09 02:48:10.020712 [ 292 ] {162396cc-38b1-408c-ae12-84bcda0a68dd} <Debug> DynamicQueryHandler: Done processing query
3936 2024.11.09 02:48:10.020735 [ 292 ] {162396cc-38b1-408c-ae12-84bcda0a68dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
3937 2024.11.09 02:48:10.020752 [ 292 ] {} <Debug> HTTP-Session: 3df85d84-c27c-41dd-979b-c888367d3d11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3938 2024.11.09 02:48:10.021205 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56266, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3939 2024.11.09 02:48:11.508603 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 396
3940 2024.11.09 02:48:11.511527 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3941 2024.11.09 02:48:11.511586 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3942 2024.11.09 02:48:11.513108 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3943 2024.11.09 02:48:11.514167 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3944 2024.11.09 02:48:11.515083 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 396
3945 2024.11.09 02:48:15.006833 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57305, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3946 2024.11.09 02:48:15.006957 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3947 2024.11.09 02:48:15.006983 [ 290 ] {} <Debug> HTTP-Session: ed999c45-baf1-4cd3-bc53-8c35af14b2c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:57305
3948 2024.11.09 02:48:15.007008 [ 290 ] {} <Debug> HTTP-Session: ed999c45-baf1-4cd3-bc53-8c35af14b2c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3949 2024.11.09 02:48:15.007023 [ 290 ] {} <Debug> HTTP-Session: ed999c45-baf1-4cd3-bc53-8c35af14b2c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3950 2024.11.09 02:48:15.007073 [ 290 ] {} <Trace> HTTP-Session: ed999c45-baf1-4cd3-bc53-8c35af14b2c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3951 2024.11.09 02:48:15.007304 [ 290 ] {2b6027c1-3af7-4178-8cac-28edce3baf34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57305) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3952 2024.11.09 02:48:15.007379 [ 290 ] {2b6027c1-3af7-4178-8cac-28edce3baf34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3953 2024.11.09 02:48:15.007727 [ 290 ] {2b6027c1-3af7-4178-8cac-28edce3baf34} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3954 2024.11.09 02:48:15.008254 [ 290 ] {2b6027c1-3af7-4178-8cac-28edce3baf34} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3955 2024.11.09 02:48:15.008296 [ 290 ] {2b6027c1-3af7-4178-8cac-28edce3baf34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3956 2024.11.09 02:48:15.008723 [ 290 ] {2b6027c1-3af7-4178-8cac-28edce3baf34} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3957 2024.11.09 02:48:15.009121 [ 290 ] {2b6027c1-3af7-4178-8cac-28edce3baf34} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3958 2024.11.09 02:48:15.009298 [ 290 ] {2b6027c1-3af7-4178-8cac-28edce3baf34} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002073 sec., 27013.98938736131 rows/sec., 2.08 MiB/sec.
3959 2024.11.09 02:48:15.009526 [ 290 ] {2b6027c1-3af7-4178-8cac-28edce3baf34} <Debug> DynamicQueryHandler: Done processing query
3960 2024.11.09 02:48:15.009553 [ 290 ] {2b6027c1-3af7-4178-8cac-28edce3baf34} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
3961 2024.11.09 02:48:15.009570 [ 290 ] {} <Debug> HTTP-Session: ed999c45-baf1-4cd3-bc53-8c35af14b2c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3962 2024.11.09 02:48:15.009813 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57305, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3963 2024.11.09 02:48:15.009927 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35140, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3964 2024.11.09 02:48:15.010054 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3965 2024.11.09 02:48:15.010084 [ 282 ] {} <Debug> HTTP-Session: 3a5dd69e-b254-4b0b-96a4-c008bc958725 Authenticating user 'default' from [fd00:1122:3344:101::d]:35140
3966 2024.11.09 02:48:15.010113 [ 282 ] {} <Debug> HTTP-Session: 3a5dd69e-b254-4b0b-96a4-c008bc958725 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3967 2024.11.09 02:48:15.010131 [ 282 ] {} <Debug> HTTP-Session: 3a5dd69e-b254-4b0b-96a4-c008bc958725 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3968 2024.11.09 02:48:15.010193 [ 282 ] {} <Trace> HTTP-Session: 3a5dd69e-b254-4b0b-96a4-c008bc958725 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3969 2024.11.09 02:48:15.010437 [ 282 ] {2b835870-d74d-4311-a206-01735ac02133} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35140) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3970 2024.11.09 02:48:15.010516 [ 282 ] {2b835870-d74d-4311-a206-01735ac02133} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3971 2024.11.09 02:48:15.010879 [ 282 ] {2b835870-d74d-4311-a206-01735ac02133} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3972 2024.11.09 02:48:15.011310 [ 282 ] {2b835870-d74d-4311-a206-01735ac02133} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3973 2024.11.09 02:48:15.011355 [ 282 ] {2b835870-d74d-4311-a206-01735ac02133} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3974 2024.11.09 02:48:15.011802 [ 282 ] {2b835870-d74d-4311-a206-01735ac02133} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3975 2024.11.09 02:48:15.012209 [ 282 ] {2b835870-d74d-4311-a206-01735ac02133} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3976 2024.11.09 02:48:15.012381 [ 282 ] {2b835870-d74d-4311-a206-01735ac02133} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00203 sec., 31527.093596059112 rows/sec., 2.46 MiB/sec.
3977 2024.11.09 02:48:15.012782 [ 282 ] {2b835870-d74d-4311-a206-01735ac02133} <Debug> DynamicQueryHandler: Done processing query
3978 2024.11.09 02:48:15.012818 [ 282 ] {2b835870-d74d-4311-a206-01735ac02133} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
3979 2024.11.09 02:48:15.012836 [ 282 ] {} <Debug> HTTP-Session: 3a5dd69e-b254-4b0b-96a4-c008bc958725 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3980 2024.11.09 02:48:15.013067 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35140, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3981 2024.11.09 02:48:15.013187 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60704, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3982 2024.11.09 02:48:15.013248 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3983 2024.11.09 02:48:15.013270 [ 292 ] {} <Debug> HTTP-Session: edb52cb2-dd89-44c7-83db-0e4ed081a165 Authenticating user 'default' from [fd00:1122:3344:101::d]:60704
3984 2024.11.09 02:48:15.013289 [ 292 ] {} <Debug> HTTP-Session: edb52cb2-dd89-44c7-83db-0e4ed081a165 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3985 2024.11.09 02:48:15.013302 [ 292 ] {} <Debug> HTTP-Session: edb52cb2-dd89-44c7-83db-0e4ed081a165 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3986 2024.11.09 02:48:15.013343 [ 292 ] {} <Trace> HTTP-Session: edb52cb2-dd89-44c7-83db-0e4ed081a165 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3987 2024.11.09 02:48:15.013632 [ 292 ] {1a72c2c3-6bde-49a5-80d0-54883427370f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60704) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
3988 2024.11.09 02:48:15.013713 [ 292 ] {1a72c2c3-6bde-49a5-80d0-54883427370f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3989 2024.11.09 02:48:15.013898 [ 292 ] {1a72c2c3-6bde-49a5-80d0-54883427370f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3990 2024.11.09 02:48:15.014312 [ 292 ] {1a72c2c3-6bde-49a5-80d0-54883427370f} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3991 2024.11.09 02:48:15.014351 [ 292 ] {1a72c2c3-6bde-49a5-80d0-54883427370f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
3992 2024.11.09 02:48:15.014781 [ 292 ] {1a72c2c3-6bde-49a5-80d0-54883427370f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3993 2024.11.09 02:48:15.015155 [ 292 ] {1a72c2c3-6bde-49a5-80d0-54883427370f} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3994 2024.11.09 02:48:15.015310 [ 292 ] {1a72c2c3-6bde-49a5-80d0-54883427370f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001841 sec., 86909.28843020098 rows/sec., 6.05 MiB/sec.
3995 2024.11.09 02:48:15.015647 [ 292 ] {1a72c2c3-6bde-49a5-80d0-54883427370f} <Debug> DynamicQueryHandler: Done processing query
3996 2024.11.09 02:48:15.015674 [ 292 ] {1a72c2c3-6bde-49a5-80d0-54883427370f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
3997 2024.11.09 02:48:15.015692 [ 292 ] {} <Debug> HTTP-Session: edb52cb2-dd89-44c7-83db-0e4ed081a165 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3998 2024.11.09 02:48:15.015896 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60704, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3999 2024.11.09 02:48:15.015935 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35140, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4000 2024.11.09 02:48:15.016010 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4001 2024.11.09 02:48:15.016041 [ 282 ] {} <Debug> HTTP-Session: 3a68eef6-8804-471b-84ad-956d2381a862 Authenticating user 'default' from [fd00:1122:3344:101::d]:35140
4002 2024.11.09 02:48:15.016065 [ 282 ] {} <Debug> HTTP-Session: 3a68eef6-8804-471b-84ad-956d2381a862 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4003 2024.11.09 02:48:15.016086 [ 282 ] {} <Debug> HTTP-Session: 3a68eef6-8804-471b-84ad-956d2381a862 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4004 2024.11.09 02:48:15.016131 [ 282 ] {} <Trace> HTTP-Session: 3a68eef6-8804-471b-84ad-956d2381a862 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4005 2024.11.09 02:48:15.016310 [ 282 ] {26f88b21-6384-445b-9a68-f2da781b2751} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35140) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4006 2024.11.09 02:48:15.016374 [ 282 ] {26f88b21-6384-445b-9a68-f2da781b2751} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4007 2024.11.09 02:48:15.016569 [ 282 ] {26f88b21-6384-445b-9a68-f2da781b2751} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4008 2024.11.09 02:48:15.016920 [ 282 ] {26f88b21-6384-445b-9a68-f2da781b2751} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4009 2024.11.09 02:48:15.016958 [ 282 ] {26f88b21-6384-445b-9a68-f2da781b2751} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB.
4010 2024.11.09 02:48:15.017345 [ 282 ] {26f88b21-6384-445b-9a68-f2da781b2751} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4011 2024.11.09 02:48:15.017679 [ 282 ] {26f88b21-6384-445b-9a68-f2da781b2751} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4012 2024.11.09 02:48:15.017822 [ 282 ] {26f88b21-6384-445b-9a68-f2da781b2751} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001573 sec., 38143.67450731087 rows/sec., 2.57 MiB/sec.
4013 2024.11.09 02:48:15.018140 [ 282 ] {26f88b21-6384-445b-9a68-f2da781b2751} <Debug> DynamicQueryHandler: Done processing query
4014 2024.11.09 02:48:15.018166 [ 282 ] {26f88b21-6384-445b-9a68-f2da781b2751} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
4015 2024.11.09 02:48:15.018183 [ 282 ] {} <Debug> HTTP-Session: 3a68eef6-8804-471b-84ad-956d2381a862 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4016 2024.11.09 02:48:15.018442 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35140, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4017 2024.11.09 02:48:16.416671 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache
4018 2024.11.09 02:48:16.416799 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache
4019 2024.11.09 02:48:16.588566 [ 125 ] {} <Debug> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
4020 2024.11.09 02:48:16.588631 [ 125 ] {} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4021 2024.11.09 02:48:16.588660 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4022 2024.11.09 02:48:16.588821 [ 192 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::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
4023 2024.11.09 02:48:16.589035 [ 192 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4024 2024.11.09 02:48:16.589074 [ 192 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::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
4025 2024.11.09 02:48:16.589151 [ 192 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::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
4026 2024.11.09 02:48:16.589337 [ 192 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::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
4027 2024.11.09 02:48:16.589583 [ 192 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::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
4028 2024.11.09 02:48:16.589821 [ 192 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::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
4029 2024.11.09 02:48:16.591024 [ 189 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.002292098 sec., 13088.445607474026 rows/sec., 683.82 KiB/sec.
4030 2024.11.09 02:48:16.591228 [ 190 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
4031 2024.11.09 02:48:16.591688 [ 190 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_5_1} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4032 2024.11.09 02:48:16.591774 [ 190 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_5_1} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
4033 2024.11.09 02:48:16.591874 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
4034 2024.11.09 02:48:19.184955 [ 70 ] {} <Debug> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
4035 2024.11.09 02:48:19.185018 [ 70 ] {} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4036 2024.11.09 02:48:19.185042 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4037 2024.11.09 02:48:19.185391 [ 190 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::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
4038 2024.11.09 02:48:19.185683 [ 190 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4039 2024.11.09 02:48:19.185750 [ 190 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 242 rows starting from the beginning of the part
4040 2024.11.09 02:48:19.185833 [ 190 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part
4041 2024.11.09 02:48:19.185980 [ 190 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part
4042 2024.11.09 02:48:19.186233 [ 190 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part
4043 2024.11.09 02:48:19.186393 [ 190 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part
4044 2024.11.09 02:48:19.187464 [ 189 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002330729 sec., 127856.99238306984 rows/sec., 8.70 MiB/sec.
4045 2024.11.09 02:48:19.187645 [ 186 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
4046 2024.11.09 02:48:19.188160 [ 186 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_5_1} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4047 2024.11.09 02:48:19.188257 [ 186 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_5_1} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
4048 2024.11.09 02:48:19.188351 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
4049 2024.11.09 02:48:20.013114 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51759, User-Agent: (none), Length: 40824, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4050 2024.11.09 02:48:20.013245 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4051 2024.11.09 02:48:20.013274 [ 282 ] {} <Debug> HTTP-Session: 749ae2bd-12cf-4f7c-9d54-a6d6cb37150e Authenticating user 'default' from [fd00:1122:3344:101::d]:51759
4052 2024.11.09 02:48:20.013302 [ 282 ] {} <Debug> HTTP-Session: 749ae2bd-12cf-4f7c-9d54-a6d6cb37150e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4053 2024.11.09 02:48:20.013320 [ 282 ] {} <Debug> HTTP-Session: 749ae2bd-12cf-4f7c-9d54-a6d6cb37150e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4054 2024.11.09 02:48:20.013377 [ 282 ] {} <Trace> HTTP-Session: 749ae2bd-12cf-4f7c-9d54-a6d6cb37150e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4055 2024.11.09 02:48:20.013670 [ 282 ] {f1a873aa-7eb8-404c-a3e5-ab0931d58525} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51759) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4056 2024.11.09 02:48:20.013745 [ 282 ] {f1a873aa-7eb8-404c-a3e5-ab0931d58525} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4057 2024.11.09 02:48:20.014091 [ 282 ] {f1a873aa-7eb8-404c-a3e5-ab0931d58525} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4058 2024.11.09 02:48:20.014696 [ 282 ] {f1a873aa-7eb8-404c-a3e5-ab0931d58525} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4059 2024.11.09 02:48:20.014734 [ 282 ] {f1a873aa-7eb8-404c-a3e5-ab0931d58525} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4060 2024.11.09 02:48:20.015184 [ 282 ] {f1a873aa-7eb8-404c-a3e5-ab0931d58525} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4061 2024.11.09 02:48:20.015569 [ 282 ] {f1a873aa-7eb8-404c-a3e5-ab0931d58525} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4062 2024.11.09 02:48:20.015717 [ 282 ] {f1a873aa-7eb8-404c-a3e5-ab0931d58525} <Debug> executeQuery: Read 269 rows, 24.50 KiB in 0.002187 sec., 122999.54275262916 rows/sec., 10.94 MiB/sec.
4063 2024.11.09 02:48:20.015952 [ 282 ] {f1a873aa-7eb8-404c-a3e5-ab0931d58525} <Debug> DynamicQueryHandler: Done processing query
4064 2024.11.09 02:48:20.015978 [ 282 ] {f1a873aa-7eb8-404c-a3e5-ab0931d58525} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
4065 2024.11.09 02:48:20.015995 [ 282 ] {} <Debug> HTTP-Session: 749ae2bd-12cf-4f7c-9d54-a6d6cb37150e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4066 2024.11.09 02:48:20.016208 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51759, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4067 2024.11.09 02:48:20.016307 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60429, User-Agent: (none), Length: 5783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4068 2024.11.09 02:48:20.016381 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4069 2024.11.09 02:48:20.016406 [ 292 ] {} <Debug> HTTP-Session: de805217-8089-4252-a6c1-964e6088b042 Authenticating user 'default' from [fd00:1122:3344:101::d]:60429
4070 2024.11.09 02:48:20.016428 [ 292 ] {} <Debug> HTTP-Session: de805217-8089-4252-a6c1-964e6088b042 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4071 2024.11.09 02:48:20.016445 [ 292 ] {} <Debug> HTTP-Session: de805217-8089-4252-a6c1-964e6088b042 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4072 2024.11.09 02:48:20.016484 [ 292 ] {} <Trace> HTTP-Session: de805217-8089-4252-a6c1-964e6088b042 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4073 2024.11.09 02:48:20.016622 [ 292 ] {13be9477-b0bb-4b44-baf0-18472755d7f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60429) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
4074 2024.11.09 02:48:20.016677 [ 292 ] {13be9477-b0bb-4b44-baf0-18472755d7f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4075 2024.11.09 02:48:20.016929 [ 292 ] {13be9477-b0bb-4b44-baf0-18472755d7f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4076 2024.11.09 02:48:20.017288 [ 292 ] {13be9477-b0bb-4b44-baf0-18472755d7f3} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4077 2024.11.09 02:48:20.017324 [ 292 ] {13be9477-b0bb-4b44-baf0-18472755d7f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4078 2024.11.09 02:48:20.017678 [ 292 ] {13be9477-b0bb-4b44-baf0-18472755d7f3} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
4079 2024.11.09 02:48:20.018034 [ 292 ] {13be9477-b0bb-4b44-baf0-18472755d7f3} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4080 2024.11.09 02:48:20.018168 [ 292 ] {13be9477-b0bb-4b44-baf0-18472755d7f3} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001589 sec., 25173.064820641914 rows/sec., 1.85 MiB/sec.
4081 2024.11.09 02:48:20.018343 [ 292 ] {13be9477-b0bb-4b44-baf0-18472755d7f3} <Debug> DynamicQueryHandler: Done processing query
4082 2024.11.09 02:48:20.018368 [ 292 ] {13be9477-b0bb-4b44-baf0-18472755d7f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
4083 2024.11.09 02:48:20.018384 [ 292 ] {} <Debug> HTTP-Session: de805217-8089-4252-a6c1-964e6088b042 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4084 2024.11.09 02:48:20.018537 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60429, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4085 2024.11.09 02:48:20.018546 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51759, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4086 2024.11.09 02:48:20.018614 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4087 2024.11.09 02:48:20.018639 [ 282 ] {} <Debug> HTTP-Session: ec9ae2a2-beb1-41e1-adfa-2855a098dc23 Authenticating user 'default' from [fd00:1122:3344:101::d]:51759
4088 2024.11.09 02:48:20.018660 [ 282 ] {} <Debug> HTTP-Session: ec9ae2a2-beb1-41e1-adfa-2855a098dc23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4089 2024.11.09 02:48:20.018677 [ 282 ] {} <Debug> HTTP-Session: ec9ae2a2-beb1-41e1-adfa-2855a098dc23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4090 2024.11.09 02:48:20.018716 [ 282 ] {} <Trace> HTTP-Session: ec9ae2a2-beb1-41e1-adfa-2855a098dc23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4091 2024.11.09 02:48:20.018843 [ 282 ] {a341143d-d425-4b10-92c0-ae024f46d2f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51759) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
4092 2024.11.09 02:48:20.018895 [ 282 ] {a341143d-d425-4b10-92c0-ae024f46d2f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4093 2024.11.09 02:48:20.019168 [ 282 ] {a341143d-d425-4b10-92c0-ae024f46d2f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4094 2024.11.09 02:48:20.019517 [ 282 ] {a341143d-d425-4b10-92c0-ae024f46d2f2} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4095 2024.11.09 02:48:20.019560 [ 282 ] {a341143d-d425-4b10-92c0-ae024f46d2f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4096 2024.11.09 02:48:20.019966 [ 282 ] {a341143d-d425-4b10-92c0-ae024f46d2f2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
4097 2024.11.09 02:48:20.020341 [ 282 ] {a341143d-d425-4b10-92c0-ae024f46d2f2} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4098 2024.11.09 02:48:20.020471 [ 282 ] {a341143d-d425-4b10-92c0-ae024f46d2f2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001671 sec., 8378.216636744464 rows/sec., 586.76 KiB/sec.
4099 2024.11.09 02:48:20.020627 [ 282 ] {a341143d-d425-4b10-92c0-ae024f46d2f2} <Debug> DynamicQueryHandler: Done processing query
4100 2024.11.09 02:48:20.020651 [ 282 ] {a341143d-d425-4b10-92c0-ae024f46d2f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4101 2024.11.09 02:48:20.020668 [ 282 ] {} <Debug> HTTP-Session: ec9ae2a2-beb1-41e1-adfa-2855a098dc23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4102 2024.11.09 02:48:20.020868 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51759, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4103 2024.11.09 02:48:20.020906 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38724, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4104 2024.11.09 02:48:20.020972 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4105 2024.11.09 02:48:20.020991 [ 292 ] {} <Debug> HTTP-Session: 3827ba60-ab6c-4682-a113-e933c57e55e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:38724
4106 2024.11.09 02:48:20.021008 [ 292 ] {} <Debug> HTTP-Session: 3827ba60-ab6c-4682-a113-e933c57e55e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4107 2024.11.09 02:48:20.021021 [ 292 ] {} <Debug> HTTP-Session: 3827ba60-ab6c-4682-a113-e933c57e55e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4108 2024.11.09 02:48:20.021052 [ 292 ] {} <Trace> HTTP-Session: 3827ba60-ab6c-4682-a113-e933c57e55e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4109 2024.11.09 02:48:20.021162 [ 292 ] {33f3ef8c-96e0-48e3-b159-32921708599e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38724) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
4110 2024.11.09 02:48:20.021205 [ 292 ] {33f3ef8c-96e0-48e3-b159-32921708599e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4111 2024.11.09 02:48:20.021425 [ 292 ] {33f3ef8c-96e0-48e3-b159-32921708599e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4112 2024.11.09 02:48:20.021718 [ 292 ] {33f3ef8c-96e0-48e3-b159-32921708599e} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4113 2024.11.09 02:48:20.021753 [ 292 ] {33f3ef8c-96e0-48e3-b159-32921708599e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4114 2024.11.09 02:48:20.022090 [ 292 ] {33f3ef8c-96e0-48e3-b159-32921708599e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
4115 2024.11.09 02:48:20.022447 [ 292 ] {33f3ef8c-96e0-48e3-b159-32921708599e} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4116 2024.11.09 02:48:20.022570 [ 292 ] {33f3ef8c-96e0-48e3-b159-32921708599e} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001433 sec., 4187.02023726448 rows/sec., 247.38 KiB/sec.
4117 2024.11.09 02:48:20.022740 [ 292 ] {33f3ef8c-96e0-48e3-b159-32921708599e} <Debug> DynamicQueryHandler: Done processing query
4118 2024.11.09 02:48:20.022764 [ 292 ] {33f3ef8c-96e0-48e3-b159-32921708599e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
4119 2024.11.09 02:48:20.022780 [ 292 ] {} <Debug> HTTP-Session: 3827ba60-ab6c-4682-a113-e933c57e55e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4120 2024.11.09 02:48:20.023080 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38724, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4121 2024.11.09 02:48:20.023152 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40798, User-Agent: (none), Length: 68538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4122 2024.11.09 02:48:20.023213 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4123 2024.11.09 02:48:20.023236 [ 282 ] {} <Debug> HTTP-Session: d7e1c520-3533-451b-bd9f-09b6d67940e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:40798
4124 2024.11.09 02:48:20.023256 [ 282 ] {} <Debug> HTTP-Session: d7e1c520-3533-451b-bd9f-09b6d67940e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4125 2024.11.09 02:48:20.023272 [ 282 ] {} <Debug> HTTP-Session: d7e1c520-3533-451b-bd9f-09b6d67940e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4126 2024.11.09 02:48:20.023310 [ 282 ] {} <Trace> HTTP-Session: d7e1c520-3533-451b-bd9f-09b6d67940e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4127 2024.11.09 02:48:20.023642 [ 282 ] {e0580d27-2926-4b4e-817f-596f0c8377bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40798) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4128 2024.11.09 02:48:20.023695 [ 282 ] {e0580d27-2926-4b4e-817f-596f0c8377bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4129 2024.11.09 02:48:20.023937 [ 282 ] {e0580d27-2926-4b4e-817f-596f0c8377bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4130 2024.11.09 02:48:20.024473 [ 282 ] {e0580d27-2926-4b4e-817f-596f0c8377bc} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4131 2024.11.09 02:48:20.024509 [ 282 ] {e0580d27-2926-4b4e-817f-596f0c8377bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4132 2024.11.09 02:48:20.024896 [ 282 ] {e0580d27-2926-4b4e-817f-596f0c8377bc} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4133 2024.11.09 02:48:20.025254 [ 282 ] {e0580d27-2926-4b4e-817f-596f0c8377bc} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4134 2024.11.09 02:48:20.025384 [ 282 ] {e0580d27-2926-4b4e-817f-596f0c8377bc} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001961 sec., 215196.32840387555 rows/sec., 15.38 MiB/sec.
4135 2024.11.09 02:48:20.025541 [ 282 ] {e0580d27-2926-4b4e-817f-596f0c8377bc} <Debug> DynamicQueryHandler: Done processing query
4136 2024.11.09 02:48:20.025565 [ 282 ] {e0580d27-2926-4b4e-817f-596f0c8377bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
4137 2024.11.09 02:48:20.025582 [ 282 ] {} <Debug> HTTP-Session: d7e1c520-3533-451b-bd9f-09b6d67940e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4138 2024.11.09 02:48:20.025756 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38724, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4139 2024.11.09 02:48:20.025762 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40798, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4140 2024.11.09 02:48:20.025816 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4141 2024.11.09 02:48:20.025841 [ 292 ] {} <Debug> HTTP-Session: 82c126fe-f5f8-4458-9bb2-8bffb0cc8b24 Authenticating user 'default' from [fd00:1122:3344:101::d]:38724
4142 2024.11.09 02:48:20.025862 [ 292 ] {} <Debug> HTTP-Session: 82c126fe-f5f8-4458-9bb2-8bffb0cc8b24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4143 2024.11.09 02:48:20.025880 [ 292 ] {} <Debug> HTTP-Session: 82c126fe-f5f8-4458-9bb2-8bffb0cc8b24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4144 2024.11.09 02:48:20.025919 [ 292 ] {} <Trace> HTTP-Session: 82c126fe-f5f8-4458-9bb2-8bffb0cc8b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4145 2024.11.09 02:48:20.026034 [ 292 ] {e33002ce-c2ad-4b74-a23b-a1949e86a42a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38724) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
4146 2024.11.09 02:48:20.026086 [ 292 ] {e33002ce-c2ad-4b74-a23b-a1949e86a42a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4147 2024.11.09 02:48:20.026242 [ 292 ] {e33002ce-c2ad-4b74-a23b-a1949e86a42a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4148 2024.11.09 02:48:20.026544 [ 292 ] {e33002ce-c2ad-4b74-a23b-a1949e86a42a} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4149 2024.11.09 02:48:20.026586 [ 292 ] {e33002ce-c2ad-4b74-a23b-a1949e86a42a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4150 2024.11.09 02:48:20.026954 [ 292 ] {e33002ce-c2ad-4b74-a23b-a1949e86a42a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
4151 2024.11.09 02:48:20.027270 [ 292 ] {e33002ce-c2ad-4b74-a23b-a1949e86a42a} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4152 2024.11.09 02:48:20.027392 [ 292 ] {e33002ce-c2ad-4b74-a23b-a1949e86a42a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001391 sec., 4313.443565780014 rows/sec., 225.36 KiB/sec.
4153 2024.11.09 02:48:20.027552 [ 292 ] {e33002ce-c2ad-4b74-a23b-a1949e86a42a} <Debug> DynamicQueryHandler: Done processing query
4154 2024.11.09 02:48:20.027576 [ 292 ] {e33002ce-c2ad-4b74-a23b-a1949e86a42a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
4155 2024.11.09 02:48:20.027592 [ 292 ] {} <Debug> HTTP-Session: 82c126fe-f5f8-4458-9bb2-8bffb0cc8b24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4156 2024.11.09 02:48:20.027773 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38724, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4157 2024.11.09 02:48:20.027832 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44517, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4158 2024.11.09 02:48:20.027887 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4159 2024.11.09 02:48:20.027910 [ 282 ] {} <Debug> HTTP-Session: 5487b001-d94a-4ce0-a697-ecaa0a26fc00 Authenticating user 'default' from [fd00:1122:3344:101::d]:44517
4160 2024.11.09 02:48:20.027927 [ 282 ] {} <Debug> HTTP-Session: 5487b001-d94a-4ce0-a697-ecaa0a26fc00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4161 2024.11.09 02:48:20.027940 [ 282 ] {} <Debug> HTTP-Session: 5487b001-d94a-4ce0-a697-ecaa0a26fc00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4162 2024.11.09 02:48:20.027972 [ 282 ] {} <Trace> HTTP-Session: 5487b001-d94a-4ce0-a697-ecaa0a26fc00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4163 2024.11.09 02:48:20.028155 [ 282 ] {335bd9c9-bae1-47cc-8581-badbcc6ac175} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44517) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
4164 2024.11.09 02:48:20.028201 [ 282 ] {335bd9c9-bae1-47cc-8581-badbcc6ac175} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4165 2024.11.09 02:48:20.028346 [ 282 ] {335bd9c9-bae1-47cc-8581-badbcc6ac175} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4166 2024.11.09 02:48:20.028753 [ 282 ] {335bd9c9-bae1-47cc-8581-badbcc6ac175} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4167 2024.11.09 02:48:20.028789 [ 282 ] {335bd9c9-bae1-47cc-8581-badbcc6ac175} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4168 2024.11.09 02:48:20.029175 [ 282 ] {335bd9c9-bae1-47cc-8581-badbcc6ac175} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4169 2024.11.09 02:48:20.029507 [ 282 ] {335bd9c9-bae1-47cc-8581-badbcc6ac175} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4170 2024.11.09 02:48:20.029635 [ 282 ] {335bd9c9-bae1-47cc-8581-badbcc6ac175} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001574 sec., 150571.79161372298 rows/sec., 10.09 MiB/sec.
4171 2024.11.09 02:48:20.029794 [ 282 ] {335bd9c9-bae1-47cc-8581-badbcc6ac175} <Debug> DynamicQueryHandler: Done processing query
4172 2024.11.09 02:48:20.029818 [ 282 ] {335bd9c9-bae1-47cc-8581-badbcc6ac175} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
4173 2024.11.09 02:48:20.029838 [ 282 ] {} <Debug> HTTP-Session: 5487b001-d94a-4ce0-a697-ecaa0a26fc00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4174 2024.11.09 02:48:20.030015 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44517, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4175 2024.11.09 02:48:20.030142 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52846, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4176 2024.11.09 02:48:20.030200 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4177 2024.11.09 02:48:20.030224 [ 292 ] {} <Debug> HTTP-Session: 8a2d598e-ed16-487a-ae57-6afcb127303e Authenticating user 'default' from [fd00:1122:3344:101::d]:52846
4178 2024.11.09 02:48:20.030243 [ 292 ] {} <Debug> HTTP-Session: 8a2d598e-ed16-487a-ae57-6afcb127303e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4179 2024.11.09 02:48:20.030260 [ 292 ] {} <Debug> HTTP-Session: 8a2d598e-ed16-487a-ae57-6afcb127303e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4180 2024.11.09 02:48:20.030298 [ 292 ] {} <Trace> HTTP-Session: 8a2d598e-ed16-487a-ae57-6afcb127303e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4181 2024.11.09 02:48:20.030410 [ 292 ] {c32adb12-ea85-45ef-9f27-7e0efa9ab802} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52846) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
4182 2024.11.09 02:48:20.030463 [ 292 ] {c32adb12-ea85-45ef-9f27-7e0efa9ab802} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4183 2024.11.09 02:48:20.030619 [ 292 ] {c32adb12-ea85-45ef-9f27-7e0efa9ab802} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4184 2024.11.09 02:48:20.030909 [ 292 ] {c32adb12-ea85-45ef-9f27-7e0efa9ab802} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4185 2024.11.09 02:48:20.030943 [ 292 ] {c32adb12-ea85-45ef-9f27-7e0efa9ab802} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4186 2024.11.09 02:48:20.031273 [ 292 ] {c32adb12-ea85-45ef-9f27-7e0efa9ab802} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
4187 2024.11.09 02:48:20.031587 [ 292 ] {c32adb12-ea85-45ef-9f27-7e0efa9ab802} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4188 2024.11.09 02:48:20.031706 [ 292 ] {c32adb12-ea85-45ef-9f27-7e0efa9ab802} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001326 sec., 754.1478129713424 rows/sec., 50.82 KiB/sec.
4189 2024.11.09 02:48:20.031851 [ 292 ] {c32adb12-ea85-45ef-9f27-7e0efa9ab802} <Debug> DynamicQueryHandler: Done processing query
4190 2024.11.09 02:48:20.031875 [ 292 ] {c32adb12-ea85-45ef-9f27-7e0efa9ab802} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
4191 2024.11.09 02:48:20.031891 [ 292 ] {} <Debug> HTTP-Session: 8a2d598e-ed16-487a-ae57-6afcb127303e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4192 2024.11.09 02:48:20.032060 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52846, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4193 2024.11.09 02:48:20.032126 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44517, User-Agent: (none), Length: 66736, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4194 2024.11.09 02:48:20.032186 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4195 2024.11.09 02:48:20.032211 [ 282 ] {} <Debug> HTTP-Session: 3fb1c8fa-cf73-4cf6-bc9a-3b8f4ddd6ff8 Authenticating user 'default' from [fd00:1122:3344:101::d]:44517
4196 2024.11.09 02:48:20.032232 [ 282 ] {} <Debug> HTTP-Session: 3fb1c8fa-cf73-4cf6-bc9a-3b8f4ddd6ff8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4197 2024.11.09 02:48:20.032249 [ 282 ] {} <Debug> HTTP-Session: 3fb1c8fa-cf73-4cf6-bc9a-3b8f4ddd6ff8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4198 2024.11.09 02:48:20.032287 [ 282 ] {} <Trace> HTTP-Session: 3fb1c8fa-cf73-4cf6-bc9a-3b8f4ddd6ff8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4199 2024.11.09 02:48:20.033231 [ 282 ] {fa49b08c-d61d-45d3-beb7-f904197a507c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44517) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
4200 2024.11.09 02:48:20.033296 [ 282 ] {fa49b08c-d61d-45d3-beb7-f904197a507c} <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
4201 2024.11.09 02:48:20.033722 [ 282 ] {fa49b08c-d61d-45d3-beb7-f904197a507c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4202 2024.11.09 02:48:20.034510 [ 282 ] {fa49b08c-d61d-45d3-beb7-f904197a507c} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4203 2024.11.09 02:48:20.034547 [ 282 ] {fa49b08c-d61d-45d3-beb7-f904197a507c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4204 2024.11.09 02:48:20.035204 [ 282 ] {fa49b08c-d61d-45d3-beb7-f904197a507c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
4205 2024.11.09 02:48:20.035623 [ 282 ] {fa49b08c-d61d-45d3-beb7-f904197a507c} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4206 2024.11.09 02:48:20.035770 [ 282 ] {fa49b08c-d61d-45d3-beb7-f904197a507c} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.003374 sec., 11855.364552459989 rows/sec., 21.24 MiB/sec.
4207 2024.11.09 02:48:20.035990 [ 282 ] {fa49b08c-d61d-45d3-beb7-f904197a507c} <Debug> DynamicQueryHandler: Done processing query
4208 2024.11.09 02:48:20.036016 [ 282 ] {fa49b08c-d61d-45d3-beb7-f904197a507c} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB.
4209 2024.11.09 02:48:20.036032 [ 282 ] {} <Debug> HTTP-Session: 3fb1c8fa-cf73-4cf6-bc9a-3b8f4ddd6ff8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4210 2024.11.09 02:48:20.036213 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44517, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4211 2024.11.09 02:48:20.036303 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41212, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4212 2024.11.09 02:48:20.036362 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4213 2024.11.09 02:48:20.036385 [ 292 ] {} <Debug> HTTP-Session: 42cc90cd-8569-4505-bf45-59d74eb0c9b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:41212
4214 2024.11.09 02:48:20.036404 [ 292 ] {} <Debug> HTTP-Session: 42cc90cd-8569-4505-bf45-59d74eb0c9b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4215 2024.11.09 02:48:20.036420 [ 292 ] {} <Debug> HTTP-Session: 42cc90cd-8569-4505-bf45-59d74eb0c9b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4216 2024.11.09 02:48:20.036457 [ 292 ] {} <Trace> HTTP-Session: 42cc90cd-8569-4505-bf45-59d74eb0c9b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4217 2024.11.09 02:48:20.036592 [ 292 ] {8bbd893d-92ea-474e-82e5-50b32f6853cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41212) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4218 2024.11.09 02:48:20.036645 [ 292 ] {8bbd893d-92ea-474e-82e5-50b32f6853cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4219 2024.11.09 02:48:20.036791 [ 292 ] {8bbd893d-92ea-474e-82e5-50b32f6853cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4220 2024.11.09 02:48:20.037084 [ 292 ] {8bbd893d-92ea-474e-82e5-50b32f6853cf} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4221 2024.11.09 02:48:20.037118 [ 292 ] {8bbd893d-92ea-474e-82e5-50b32f6853cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4222 2024.11.09 02:48:20.037463 [ 292 ] {8bbd893d-92ea-474e-82e5-50b32f6853cf} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4223 2024.11.09 02:48:20.037777 [ 292 ] {8bbd893d-92ea-474e-82e5-50b32f6853cf} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4224 2024.11.09 02:48:20.037916 [ 292 ] {8bbd893d-92ea-474e-82e5-50b32f6853cf} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001373 sec., 59723.233794610336 rows/sec., 3.79 MiB/sec.
4225 2024.11.09 02:48:20.038077 [ 292 ] {8bbd893d-92ea-474e-82e5-50b32f6853cf} <Debug> DynamicQueryHandler: Done processing query
4226 2024.11.09 02:48:20.038101 [ 292 ] {8bbd893d-92ea-474e-82e5-50b32f6853cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4227 2024.11.09 02:48:20.038117 [ 292 ] {} <Debug> HTTP-Session: 42cc90cd-8569-4505-bf45-59d74eb0c9b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4228 2024.11.09 02:48:20.038543 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41212, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4229 2024.11.09 02:48:20.831341 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44517, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4230 2024.11.09 02:48:21.068008 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54392, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4231 2024.11.09 02:48:21.091535 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54579, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4232 2024.11.09 02:48:21.104798 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41212, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4233 2024.11.09 02:48:21.111083 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40378, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4234 2024.11.09 02:48:21.205354 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63461, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4235 2024.11.09 02:48:21.205391 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43691, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4236 2024.11.09 02:48:21.213722 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51959, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4237 2024.11.09 02:48:21.515311 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 424
4238 2024.11.09 02:48:21.518179 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4239 2024.11.09 02:48:21.518228 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4240 2024.11.09 02:48:21.519765 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
4241 2024.11.09 02:48:21.520763 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4242 2024.11.09 02:48:21.521687 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 424
4243 2024.11.09 02:48:25.006255 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37661, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4244 2024.11.09 02:48:25.006384 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4245 2024.11.09 02:48:25.006414 [ 292 ] {} <Debug> HTTP-Session: e2070724-175c-4f63-b30a-2afbc41d26fe Authenticating user 'default' from [fd00:1122:3344:101::d]:37661
4246 2024.11.09 02:48:25.006443 [ 292 ] {} <Debug> HTTP-Session: e2070724-175c-4f63-b30a-2afbc41d26fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4247 2024.11.09 02:48:25.006461 [ 292 ] {} <Debug> HTTP-Session: e2070724-175c-4f63-b30a-2afbc41d26fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4248 2024.11.09 02:48:25.006519 [ 292 ] {} <Trace> HTTP-Session: e2070724-175c-4f63-b30a-2afbc41d26fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4249 2024.11.09 02:48:25.006719 [ 292 ] {ddd84c55-0f76-4b6d-a155-ef2fc1ab8026} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37661) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
4250 2024.11.09 02:48:25.006796 [ 292 ] {ddd84c55-0f76-4b6d-a155-ef2fc1ab8026} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4251 2024.11.09 02:48:25.007152 [ 292 ] {ddd84c55-0f76-4b6d-a155-ef2fc1ab8026} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4252 2024.11.09 02:48:25.007576 [ 292 ] {ddd84c55-0f76-4b6d-a155-ef2fc1ab8026} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4253 2024.11.09 02:48:25.007617 [ 292 ] {ddd84c55-0f76-4b6d-a155-ef2fc1ab8026} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4254 2024.11.09 02:48:25.008028 [ 292 ] {ddd84c55-0f76-4b6d-a155-ef2fc1ab8026} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
4255 2024.11.09 02:48:25.008426 [ 292 ] {ddd84c55-0f76-4b6d-a155-ef2fc1ab8026} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4256 2024.11.09 02:48:25.008599 [ 292 ] {ddd84c55-0f76-4b6d-a155-ef2fc1ab8026} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001927 sec., 1037.8827192527244 rows/sec., 84.63 KiB/sec.
4257 2024.11.09 02:48:25.008919 [ 292 ] {ddd84c55-0f76-4b6d-a155-ef2fc1ab8026} <Debug> DynamicQueryHandler: Done processing query
4258 2024.11.09 02:48:25.008946 [ 292 ] {ddd84c55-0f76-4b6d-a155-ef2fc1ab8026} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
4259 2024.11.09 02:48:25.008963 [ 292 ] {} <Debug> HTTP-Session: e2070724-175c-4f63-b30a-2afbc41d26fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4260 2024.11.09 02:48:25.009213 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37661, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4261 2024.11.09 02:48:25.009252 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35258, User-Agent: (none), Length: 7980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4262 2024.11.09 02:48:25.009401 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4263 2024.11.09 02:48:25.009428 [ 293 ] {} <Debug> HTTP-Session: 73e198f0-3b05-423e-91ac-574b8bca2b2a Authenticating user 'default' from [fd00:1122:3344:101::d]:35258
4264 2024.11.09 02:48:25.009454 [ 293 ] {} <Debug> HTTP-Session: 73e198f0-3b05-423e-91ac-574b8bca2b2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4265 2024.11.09 02:48:25.009469 [ 293 ] {} <Debug> HTTP-Session: 73e198f0-3b05-423e-91ac-574b8bca2b2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4266 2024.11.09 02:48:25.009525 [ 293 ] {} <Trace> HTTP-Session: 73e198f0-3b05-423e-91ac-574b8bca2b2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4267 2024.11.09 02:48:25.009719 [ 293 ] {34c1e781-3a1b-4b7c-a2a6-ea0d67223b75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35258) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4268 2024.11.09 02:48:25.009786 [ 293 ] {34c1e781-3a1b-4b7c-a2a6-ea0d67223b75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4269 2024.11.09 02:48:25.010135 [ 293 ] {34c1e781-3a1b-4b7c-a2a6-ea0d67223b75} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4270 2024.11.09 02:48:25.010547 [ 293 ] {34c1e781-3a1b-4b7c-a2a6-ea0d67223b75} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4271 2024.11.09 02:48:25.010587 [ 293 ] {34c1e781-3a1b-4b7c-a2a6-ea0d67223b75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4272 2024.11.09 02:48:25.011041 [ 293 ] {34c1e781-3a1b-4b7c-a2a6-ea0d67223b75} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4273 2024.11.09 02:48:25.011452 [ 293 ] {34c1e781-3a1b-4b7c-a2a6-ea0d67223b75} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4274 2024.11.09 02:48:25.011599 [ 293 ] {34c1e781-3a1b-4b7c-a2a6-ea0d67223b75} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001948 sec., 29260.780287474332 rows/sec., 2.25 MiB/sec.
4275 2024.11.09 02:48:25.011806 [ 293 ] {34c1e781-3a1b-4b7c-a2a6-ea0d67223b75} <Debug> DynamicQueryHandler: Done processing query
4276 2024.11.09 02:48:25.011831 [ 293 ] {34c1e781-3a1b-4b7c-a2a6-ea0d67223b75} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
4277 2024.11.09 02:48:25.011848 [ 293 ] {} <Debug> HTTP-Session: 73e198f0-3b05-423e-91ac-574b8bca2b2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4278 2024.11.09 02:48:25.012018 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35258, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4279 2024.11.09 02:48:25.012079 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51752, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4280 2024.11.09 02:48:25.012174 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4281 2024.11.09 02:48:25.012201 [ 292 ] {} <Debug> HTTP-Session: 33e2a3aa-903c-4c93-8595-3a7841dbcd41 Authenticating user 'default' from [fd00:1122:3344:101::d]:51752
4282 2024.11.09 02:48:25.012224 [ 292 ] {} <Debug> HTTP-Session: 33e2a3aa-903c-4c93-8595-3a7841dbcd41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4283 2024.11.09 02:48:25.012241 [ 292 ] {} <Debug> HTTP-Session: 33e2a3aa-903c-4c93-8595-3a7841dbcd41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4284 2024.11.09 02:48:25.012289 [ 292 ] {} <Trace> HTTP-Session: 33e2a3aa-903c-4c93-8595-3a7841dbcd41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4285 2024.11.09 02:48:25.012416 [ 292 ] {efc0206b-1601-4804-b3a1-06bba54a9b18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51752) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
4286 2024.11.09 02:48:25.012473 [ 292 ] {efc0206b-1601-4804-b3a1-06bba54a9b18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4287 2024.11.09 02:48:25.012788 [ 292 ] {efc0206b-1601-4804-b3a1-06bba54a9b18} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4288 2024.11.09 02:48:25.013122 [ 292 ] {efc0206b-1601-4804-b3a1-06bba54a9b18} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4289 2024.11.09 02:48:25.013160 [ 292 ] {efc0206b-1601-4804-b3a1-06bba54a9b18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4290 2024.11.09 02:48:25.013523 [ 292 ] {efc0206b-1601-4804-b3a1-06bba54a9b18} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4291 2024.11.09 02:48:25.013908 [ 292 ] {efc0206b-1601-4804-b3a1-06bba54a9b18} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4292 2024.11.09 02:48:25.014076 [ 292 ] {efc0206b-1601-4804-b3a1-06bba54a9b18} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001681 sec., 1189.767995240928 rows/sec., 83.07 KiB/sec.
4293 2024.11.09 02:48:25.014078 [ 127 ] {} <Debug> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
4294 2024.11.09 02:48:25.014176 [ 127 ] {} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4295 2024.11.09 02:48:25.014230 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4296 2024.11.09 02:48:25.014406 [ 292 ] {efc0206b-1601-4804-b3a1-06bba54a9b18} <Debug> DynamicQueryHandler: Done processing query
4297 2024.11.09 02:48:25.014496 [ 292 ] {efc0206b-1601-4804-b3a1-06bba54a9b18} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
4298 2024.11.09 02:48:25.014575 [ 190 ] {799662db-f528-424d-a8f1-7a3df786217a::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
4299 2024.11.09 02:48:25.014601 [ 292 ] {} <Debug> HTTP-Session: 33e2a3aa-903c-4c93-8595-3a7841dbcd41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4300 2024.11.09 02:48:25.014842 [ 190 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4301 2024.11.09 02:48:25.014925 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51752, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4302 2024.11.09 02:48:25.014935 [ 190 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 40 rows starting from the beginning of the part
4303 2024.11.09 02:48:25.015012 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56112, User-Agent: (none), Length: 11237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4304 2024.11.09 02:48:25.015196 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4305 2024.11.09 02:48:25.015227 [ 190 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part
4306 2024.11.09 02:48:25.015247 [ 293 ] {} <Debug> HTTP-Session: af81eb66-7354-4d7c-8a0e-cc670f04a4cc Authenticating user 'default' from [fd00:1122:3344:101::d]:56112
4307 2024.11.09 02:48:25.015298 [ 293 ] {} <Debug> HTTP-Session: af81eb66-7354-4d7c-8a0e-cc670f04a4cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4308 2024.11.09 02:48:25.015354 [ 293 ] {} <Debug> HTTP-Session: af81eb66-7354-4d7c-8a0e-cc670f04a4cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4309 2024.11.09 02:48:25.015470 [ 190 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 40 rows starting from the beginning of the part
4310 2024.11.09 02:48:25.015484 [ 293 ] {} <Trace> HTTP-Session: af81eb66-7354-4d7c-8a0e-cc670f04a4cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4311 2024.11.09 02:48:25.015891 [ 190 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part
4312 2024.11.09 02:48:25.015902 [ 293 ] {6c273c48-16a4-47df-ba22-a2204e329b29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56112) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4313 2024.11.09 02:48:25.016032 [ 293 ] {6c273c48-16a4-47df-ba22-a2204e329b29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4314 2024.11.09 02:48:25.016138 [ 190 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 40 rows starting from the beginning of the part
4315 2024.11.09 02:48:25.016532 [ 190 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part
4316 2024.11.09 02:48:25.017207 [ 293 ] {6c273c48-16a4-47df-ba22-a2204e329b29} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4317 2024.11.09 02:48:25.017811 [ 293 ] {6c273c48-16a4-47df-ba22-a2204e329b29} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4318 2024.11.09 02:48:25.017858 [ 293 ] {6c273c48-16a4-47df-ba22-a2204e329b29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4319 2024.11.09 02:48:25.018446 [ 187 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 134 rows, containing 5 columns (5 merged, 0 gathered) in 0.004125975 sec., 32477.17206236102 rows/sec., 2.49 MiB/sec.
4320 2024.11.09 02:48:25.018486 [ 293 ] {6c273c48-16a4-47df-ba22-a2204e329b29} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4321 2024.11.09 02:48:25.018682 [ 187 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
4322 2024.11.09 02:48:25.019462 [ 293 ] {6c273c48-16a4-47df-ba22-a2204e329b29} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4323 2024.11.09 02:48:25.019805 [ 293 ] {6c273c48-16a4-47df-ba22-a2204e329b29} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.0041 sec., 16097.560975609755 rows/sec., 1.26 MiB/sec.
4324 2024.11.09 02:48:25.020053 [ 189 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_11_2} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4325 2024.11.09 02:48:25.020187 [ 293 ] {6c273c48-16a4-47df-ba22-a2204e329b29} <Debug> DynamicQueryHandler: Done processing query
4326 2024.11.09 02:48:25.020242 [ 293 ] {6c273c48-16a4-47df-ba22-a2204e329b29} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
4327 2024.11.09 02:48:25.020281 [ 293 ] {} <Debug> HTTP-Session: af81eb66-7354-4d7c-8a0e-cc670f04a4cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4328 2024.11.09 02:48:25.020417 [ 189 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_11_2} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
4329 2024.11.09 02:48:25.020526 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56112, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4330 2024.11.09 02:48:25.020667 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50958, User-Agent: (none), Length: 24728, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4331 2024.11.09 02:48:25.020757 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
4332 2024.11.09 02:48:25.020846 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4333 2024.11.09 02:48:25.020885 [ 292 ] {} <Debug> HTTP-Session: 74f7f0f0-c30b-408e-b795-8a76cbda4663 Authenticating user 'default' from [fd00:1122:3344:101::d]:50958
4334 2024.11.09 02:48:25.020904 [ 292 ] {} <Debug> HTTP-Session: 74f7f0f0-c30b-408e-b795-8a76cbda4663 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4335 2024.11.09 02:48:25.020918 [ 292 ] {} <Debug> HTTP-Session: 74f7f0f0-c30b-408e-b795-8a76cbda4663 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4336 2024.11.09 02:48:25.020958 [ 292 ] {} <Trace> HTTP-Session: 74f7f0f0-c30b-408e-b795-8a76cbda4663 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4337 2024.11.09 02:48:25.021135 [ 292 ] {9ec1dc06-99cf-4ab2-a9cf-d03d5c92d6f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50958) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
4338 2024.11.09 02:48:25.021188 [ 292 ] {9ec1dc06-99cf-4ab2-a9cf-d03d5c92d6f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4339 2024.11.09 02:48:25.021371 [ 292 ] {9ec1dc06-99cf-4ab2-a9cf-d03d5c92d6f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4340 2024.11.09 02:48:25.021755 [ 292 ] {9ec1dc06-99cf-4ab2-a9cf-d03d5c92d6f2} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4341 2024.11.09 02:48:25.021793 [ 292 ] {9ec1dc06-99cf-4ab2-a9cf-d03d5c92d6f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4342 2024.11.09 02:48:25.022198 [ 292 ] {9ec1dc06-99cf-4ab2-a9cf-d03d5c92d6f2} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4343 2024.11.09 02:48:25.022550 [ 292 ] {9ec1dc06-99cf-4ab2-a9cf-d03d5c92d6f2} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4344 2024.11.09 02:48:25.022724 [ 292 ] {9ec1dc06-99cf-4ab2-a9cf-d03d5c92d6f2} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001656 sec., 77898.55072463768 rows/sec., 5.42 MiB/sec.
4345 2024.11.09 02:48:25.022898 [ 292 ] {9ec1dc06-99cf-4ab2-a9cf-d03d5c92d6f2} <Debug> DynamicQueryHandler: Done processing query
4346 2024.11.09 02:48:25.022924 [ 292 ] {9ec1dc06-99cf-4ab2-a9cf-d03d5c92d6f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
4347 2024.11.09 02:48:25.022941 [ 292 ] {} <Debug> HTTP-Session: 74f7f0f0-c30b-408e-b795-8a76cbda4663 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4348 2024.11.09 02:48:25.023110 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50958, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4349 2024.11.09 02:48:25.023199 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59431, User-Agent: (none), Length: 7317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4350 2024.11.09 02:48:25.023270 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4351 2024.11.09 02:48:25.023293 [ 293 ] {} <Debug> HTTP-Session: 4d644d65-43ef-4d3d-aea2-d813bb4cf3a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:59431
4352 2024.11.09 02:48:25.023315 [ 293 ] {} <Debug> HTTP-Session: 4d644d65-43ef-4d3d-aea2-d813bb4cf3a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4353 2024.11.09 02:48:25.023333 [ 293 ] {} <Debug> HTTP-Session: 4d644d65-43ef-4d3d-aea2-d813bb4cf3a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4354 2024.11.09 02:48:25.023377 [ 293 ] {} <Trace> HTTP-Session: 4d644d65-43ef-4d3d-aea2-d813bb4cf3a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4355 2024.11.09 02:48:25.023530 [ 293 ] {f80c70d3-7973-463e-a2e8-0a68deb5ce04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59431) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4356 2024.11.09 02:48:25.023587 [ 293 ] {f80c70d3-7973-463e-a2e8-0a68deb5ce04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4357 2024.11.09 02:48:25.023775 [ 293 ] {f80c70d3-7973-463e-a2e8-0a68deb5ce04} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4358 2024.11.09 02:48:25.024101 [ 293 ] {f80c70d3-7973-463e-a2e8-0a68deb5ce04} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4359 2024.11.09 02:48:25.024136 [ 293 ] {f80c70d3-7973-463e-a2e8-0a68deb5ce04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4360 2024.11.09 02:48:25.024515 [ 293 ] {f80c70d3-7973-463e-a2e8-0a68deb5ce04} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4361 2024.11.09 02:48:25.024846 [ 293 ] {f80c70d3-7973-463e-a2e8-0a68deb5ce04} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4362 2024.11.09 02:48:25.024977 [ 293 ] {f80c70d3-7973-463e-a2e8-0a68deb5ce04} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001506 sec., 31872.509960159365 rows/sec., 2.15 MiB/sec.
4363 2024.11.09 02:48:25.025147 [ 293 ] {f80c70d3-7973-463e-a2e8-0a68deb5ce04} <Debug> DynamicQueryHandler: Done processing query
4364 2024.11.09 02:48:25.025171 [ 293 ] {f80c70d3-7973-463e-a2e8-0a68deb5ce04} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
4365 2024.11.09 02:48:25.025188 [ 293 ] {} <Debug> HTTP-Session: 4d644d65-43ef-4d3d-aea2-d813bb4cf3a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4366 2024.11.09 02:48:25.025425 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59431, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4367 2024.11.09 02:48:29.822764 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63971, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4368 2024.11.09 02:48:30.007294 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50958, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4369 2024.11.09 02:48:30.007404 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4370 2024.11.09 02:48:30.007428 [ 292 ] {} <Debug> HTTP-Session: 9c31909f-6297-44ca-9617-2299b73c87ae Authenticating user 'default' from [fd00:1122:3344:101::d]:50958
4371 2024.11.09 02:48:30.007452 [ 292 ] {} <Debug> HTTP-Session: 9c31909f-6297-44ca-9617-2299b73c87ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4372 2024.11.09 02:48:30.007466 [ 292 ] {} <Debug> HTTP-Session: 9c31909f-6297-44ca-9617-2299b73c87ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4373 2024.11.09 02:48:30.007518 [ 292 ] {} <Trace> HTTP-Session: 9c31909f-6297-44ca-9617-2299b73c87ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4374 2024.11.09 02:48:30.007710 [ 292 ] {2aa83f1b-a881-4515-a217-f5b5d9deffba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50958) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4375 2024.11.09 02:48:30.007776 [ 292 ] {2aa83f1b-a881-4515-a217-f5b5d9deffba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4376 2024.11.09 02:48:30.008112 [ 292 ] {2aa83f1b-a881-4515-a217-f5b5d9deffba} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4377 2024.11.09 02:48:30.008518 [ 292 ] {2aa83f1b-a881-4515-a217-f5b5d9deffba} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4378 2024.11.09 02:48:30.008558 [ 292 ] {2aa83f1b-a881-4515-a217-f5b5d9deffba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4379 2024.11.09 02:48:30.008970 [ 292 ] {2aa83f1b-a881-4515-a217-f5b5d9deffba} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4380 2024.11.09 02:48:30.009326 [ 292 ] {2aa83f1b-a881-4515-a217-f5b5d9deffba} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4381 2024.11.09 02:48:30.009490 [ 292 ] {2aa83f1b-a881-4515-a217-f5b5d9deffba} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001871 sec., 29930.51843933725 rows/sec., 2.30 MiB/sec.
4382 2024.11.09 02:48:30.009503 [ 147 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4383 2024.11.09 02:48:30.009599 [ 147 ] {} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4384 2024.11.09 02:48:30.009657 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4385 2024.11.09 02:48:30.009774 [ 292 ] {2aa83f1b-a881-4515-a217-f5b5d9deffba} <Debug> DynamicQueryHandler: Done processing query
4386 2024.11.09 02:48:30.009808 [ 292 ] {2aa83f1b-a881-4515-a217-f5b5d9deffba} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
4387 2024.11.09 02:48:30.009813 [ 187 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::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
4388 2024.11.09 02:48:30.009825 [ 292 ] {} <Debug> HTTP-Session: 9c31909f-6297-44ca-9617-2299b73c87ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4389 2024.11.09 02:48:30.010031 [ 187 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4390 2024.11.09 02:48:30.010072 [ 187 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1411 rows starting from the beginning of the part
4391 2024.11.09 02:48:30.010188 [ 187 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::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
4392 2024.11.09 02:48:30.010347 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50958, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4393 2024.11.09 02:48:30.010683 [ 187 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 56 rows starting from the beginning of the part
4394 2024.11.09 02:48:30.010774 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51401, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4395 2024.11.09 02:48:30.010884 [ 187 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 269 rows starting from the beginning of the part
4396 2024.11.09 02:48:30.011087 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4397 2024.11.09 02:48:30.011175 [ 187 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 57 rows starting from the beginning of the part
4398 2024.11.09 02:48:30.011202 [ 271 ] {} <Debug> HTTP-Session: 1049a187-2602-47b6-b5a2-1ae3d8cfd307 Authenticating user 'default' from [fd00:1122:3344:101::d]:51401
4399 2024.11.09 02:48:30.011292 [ 271 ] {} <Debug> HTTP-Session: 1049a187-2602-47b6-b5a2-1ae3d8cfd307 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4400 2024.11.09 02:48:30.011362 [ 271 ] {} <Debug> HTTP-Session: 1049a187-2602-47b6-b5a2-1ae3d8cfd307 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4401 2024.11.09 02:48:30.011471 [ 187 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 56 rows starting from the beginning of the part
4402 2024.11.09 02:48:30.011531 [ 271 ] {} <Trace> HTTP-Session: 1049a187-2602-47b6-b5a2-1ae3d8cfd307 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4403 2024.11.09 02:48:30.012056 [ 271 ] {caeed5cd-762f-4d22-b0fb-0f86cf1b4b21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51401) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4404 2024.11.09 02:48:30.012178 [ 271 ] {caeed5cd-762f-4d22-b0fb-0f86cf1b4b21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4405 2024.11.09 02:48:30.013157 [ 271 ] {caeed5cd-762f-4d22-b0fb-0f86cf1b4b21} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4406 2024.11.09 02:48:30.014130 [ 271 ] {caeed5cd-762f-4d22-b0fb-0f86cf1b4b21} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4407 2024.11.09 02:48:30.014182 [ 271 ] {caeed5cd-762f-4d22-b0fb-0f86cf1b4b21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4408 2024.11.09 02:48:30.014974 [ 189 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1909 rows, containing 5 columns (5 merged, 0 gathered) in 0.005159697 sec., 369982.9660540144 rows/sec., 32.39 MiB/sec.
4409 2024.11.09 02:48:30.015153 [ 271 ] {caeed5cd-762f-4d22-b0fb-0f86cf1b4b21} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4410 2024.11.09 02:48:30.015433 [ 189 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4411 2024.11.09 02:48:30.015853 [ 271 ] {caeed5cd-762f-4d22-b0fb-0f86cf1b4b21} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4412 2024.11.09 02:48:30.016257 [ 147 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4413 2024.11.09 02:48:30.016319 [ 147 ] {} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4414 2024.11.09 02:48:30.016317 [ 271 ] {caeed5cd-762f-4d22-b0fb-0f86cf1b4b21} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004402 sec., 14538.84597910041 rows/sec., 1.13 MiB/sec.
4415 2024.11.09 02:48:30.016371 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4416 2024.11.09 02:48:30.016839 [ 191 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_21_4} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4417 2024.11.09 02:48:30.017029 [ 187 ] {48637766-a340-4af8-ae3d-4486ac21e344::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
4418 2024.11.09 02:48:30.017288 [ 271 ] {caeed5cd-762f-4d22-b0fb-0f86cf1b4b21} <Debug> DynamicQueryHandler: Done processing query
4419 2024.11.09 02:48:30.017369 [ 191 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_21_4} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4420 2024.11.09 02:48:30.017423 [ 271 ] {caeed5cd-762f-4d22-b0fb-0f86cf1b4b21} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
4421 2024.11.09 02:48:30.017556 [ 271 ] {} <Debug> HTTP-Session: 1049a187-2602-47b6-b5a2-1ae3d8cfd307 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4422 2024.11.09 02:48:30.017736 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB.
4423 2024.11.09 02:48:30.017759 [ 187 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4424 2024.11.09 02:48:30.017793 [ 187 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 900 rows starting from the beginning of the part
4425 2024.11.09 02:48:30.017855 [ 187 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 72 rows starting from the beginning of the part
4426 2024.11.09 02:48:30.018052 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51401, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4427 2024.11.09 02:48:30.018124 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43385, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4428 2024.11.09 02:48:30.018304 [ 187 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 64 rows starting from the beginning of the part
4429 2024.11.09 02:48:30.018407 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4430 2024.11.09 02:48:30.018525 [ 292 ] {} <Debug> HTTP-Session: 67cc8990-6798-45d0-a1df-a24ed75d1733 Authenticating user 'default' from [fd00:1122:3344:101::d]:43385
4431 2024.11.09 02:48:30.018642 [ 292 ] {} <Debug> HTTP-Session: 67cc8990-6798-45d0-a1df-a24ed75d1733 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4432 2024.11.09 02:48:30.018716 [ 292 ] {} <Debug> HTTP-Session: 67cc8990-6798-45d0-a1df-a24ed75d1733 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4433 2024.11.09 02:48:30.018731 [ 187 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 422 rows starting from the beginning of the part
4434 2024.11.09 02:48:30.018850 [ 292 ] {} <Trace> HTTP-Session: 67cc8990-6798-45d0-a1df-a24ed75d1733 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4435 2024.11.09 02:48:30.019041 [ 271 ] {} <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):
4436 
4437 (version 23.8.7.1)
4438 2024.11.09 02:48:30.019080 [ 187 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 66 rows starting from the beginning of the part
4439 2024.11.09 02:48:30.019455 [ 292 ] {3b7f69b6-2217-40ec-bbae-97065f86dd79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
4440 2024.11.09 02:48:30.019500 [ 187 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 64 rows starting from the beginning of the part
4441 2024.11.09 02:48:30.019602 [ 292 ] {3b7f69b6-2217-40ec-bbae-97065f86dd79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4442 2024.11.09 02:48:30.020172 [ 292 ] {3b7f69b6-2217-40ec-bbae-97065f86dd79} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4443 2024.11.09 02:48:30.020769 [ 292 ] {3b7f69b6-2217-40ec-bbae-97065f86dd79} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4444 2024.11.09 02:48:30.020822 [ 292 ] {3b7f69b6-2217-40ec-bbae-97065f86dd79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4445 2024.11.09 02:48:30.021421 [ 292 ] {3b7f69b6-2217-40ec-bbae-97065f86dd79} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4446 2024.11.09 02:48:30.021437 [ 189 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1588 rows, containing 5 columns (5 merged, 0 gathered) in 0.004909151 sec., 323477.52187700075 rows/sec., 24.93 MiB/sec.
4447 2024.11.09 02:48:30.021666 [ 191 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4448 2024.11.09 02:48:30.021983 [ 292 ] {3b7f69b6-2217-40ec-bbae-97065f86dd79} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4449 2024.11.09 02:48:30.022228 [ 147 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4450 2024.11.09 02:48:30.022264 [ 292 ] {3b7f69b6-2217-40ec-bbae-97065f86dd79} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003106 sec., 51513.200257566 rows/sec., 3.59 MiB/sec.
4451 2024.11.09 02:48:30.022297 [ 147 ] {} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4452 2024.11.09 02:48:30.022383 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4453 2024.11.09 02:48:30.022487 [ 191 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_21_4} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4454 2024.11.09 02:48:30.022684 [ 187 ] {173f980a-35dc-47ba-ab5b-853644c4390e::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
4455 2024.11.09 02:48:30.022733 [ 191 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_21_4} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4456 2024.11.09 02:48:30.022782 [ 292 ] {3b7f69b6-2217-40ec-bbae-97065f86dd79} <Debug> DynamicQueryHandler: Done processing query
4457 2024.11.09 02:48:30.022843 [ 292 ] {3b7f69b6-2217-40ec-bbae-97065f86dd79} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
4458 2024.11.09 02:48:30.022890 [ 292 ] {} <Debug> HTTP-Session: 67cc8990-6798-45d0-a1df-a24ed75d1733 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4459 2024.11.09 02:48:30.022905 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB.
4460 2024.11.09 02:48:30.022933 [ 187 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4461 2024.11.09 02:48:30.022974 [ 187 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5609 rows starting from the beginning of the part
4462 2024.11.09 02:48:30.023083 [ 187 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 132 rows starting from the beginning of the part
4463 2024.11.09 02:48:30.023221 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43385, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4464 2024.11.09 02:48:30.023497 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64525, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4465 2024.11.09 02:48:30.023540 [ 187 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part
4466 2024.11.09 02:48:30.023721 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4467 2024.11.09 02:48:30.023831 [ 271 ] {} <Debug> HTTP-Session: e2afba30-54fa-4f7a-a54f-90ac5699e087 Authenticating user 'default' from [fd00:1122:3344:101::d]:64525
4468 2024.11.09 02:48:30.023895 [ 187 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 237 rows starting from the beginning of the part
4469 2024.11.09 02:48:30.023921 [ 271 ] {} <Debug> HTTP-Session: e2afba30-54fa-4f7a-a54f-90ac5699e087 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4470 2024.11.09 02:48:30.023982 [ 271 ] {} <Debug> HTTP-Session: e2afba30-54fa-4f7a-a54f-90ac5699e087 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4471 2024.11.09 02:48:30.024128 [ 271 ] {} <Trace> HTTP-Session: e2afba30-54fa-4f7a-a54f-90ac5699e087 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4472 2024.11.09 02:48:30.024215 [ 187 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 129 rows starting from the beginning of the part
4473 2024.11.09 02:48:30.024486 [ 271 ] {e7583dc3-7750-41cb-9714-2028666d9b6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64525) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4474 2024.11.09 02:48:30.024511 [ 187 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part
4475 2024.11.09 02:48:30.024636 [ 271 ] {e7583dc3-7750-41cb-9714-2028666d9b6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4476 2024.11.09 02:48:30.025332 [ 271 ] {e7583dc3-7750-41cb-9714-2028666d9b6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4477 2024.11.09 02:48:30.025863 [ 271 ] {e7583dc3-7750-41cb-9714-2028666d9b6b} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4478 2024.11.09 02:48:30.025906 [ 271 ] {e7583dc3-7750-41cb-9714-2028666d9b6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4479 2024.11.09 02:48:30.026699 [ 271 ] {e7583dc3-7750-41cb-9714-2028666d9b6b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4480 2024.11.09 02:48:30.027558 [ 271 ] {e7583dc3-7750-41cb-9714-2028666d9b6b} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4481 2024.11.09 02:48:30.027706 [ 147 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4482 2024.11.09 02:48:30.027712 [ 271 ] {e7583dc3-7750-41cb-9714-2028666d9b6b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003404 sec., 17626.32197414806 rows/sec., 1.19 MiB/sec.
4483 2024.11.09 02:48:30.027778 [ 147 ] {} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4484 2024.11.09 02:48:30.027814 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4485 2024.11.09 02:48:30.028182 [ 189 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::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
4486 2024.11.09 02:48:30.028194 [ 271 ] {e7583dc3-7750-41cb-9714-2028666d9b6b} <Debug> DynamicQueryHandler: Done processing query
4487 2024.11.09 02:48:30.028257 [ 271 ] {e7583dc3-7750-41cb-9714-2028666d9b6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
4488 2024.11.09 02:48:30.028299 [ 271 ] {} <Debug> HTTP-Session: e2afba30-54fa-4f7a-a54f-90ac5699e087 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4489 2024.11.09 02:48:30.028421 [ 189 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4490 2024.11.09 02:48:30.028465 [ 189 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 926 rows starting from the beginning of the part
4491 2024.11.09 02:48:30.028703 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64525, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4492 2024.11.09 02:48:30.028955 [ 189 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 48 rows starting from the beginning of the part
4493 2024.11.09 02:48:30.029030 [ 271 ] {} <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):
4494 
4495 (version 23.8.7.1)
4496 2024.11.09 02:48:30.029261 [ 201 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6427 rows, containing 5 columns (5 merged, 0 gathered) in 0.006720459 sec., 956333.4885310661 rows/sec., 64.75 MiB/sec.
4497 2024.11.09 02:48:30.029318 [ 189 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part
4498 2024.11.09 02:48:30.029466 [ 189 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 82 rows starting from the beginning of the part
4499 2024.11.09 02:48:30.029627 [ 189 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 48 rows starting from the beginning of the part
4500 2024.11.09 02:48:30.029791 [ 189 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part
4501 2024.11.09 02:48:30.029887 [ 201 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4502 2024.11.09 02:48:30.030666 [ 201 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4503 2024.11.09 02:48:30.030788 [ 201 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4504 2024.11.09 02:48:30.030909 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.35 MiB.
4505 2024.11.09 02:48:30.031338 [ 187 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1224 rows, containing 4 columns (4 merged, 0 gathered) in 0.003349399 sec., 365438.69512112474 rows/sec., 24.04 MiB/sec.
4506 2024.11.09 02:48:30.031514 [ 201 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4507 2024.11.09 02:48:30.031879 [ 201 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_21_4} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4508 2024.11.09 02:48:30.031951 [ 201 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_21_4} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4509 2024.11.09 02:48:30.032025 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB.
4510 2024.11.09 02:48:30.490143 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63601, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4511 2024.11.09 02:48:30.511734 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63410, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4512 2024.11.09 02:48:30.561047 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60942, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4513 2024.11.09 02:48:30.584426 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34528, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4514 2024.11.09 02:48:30.607760 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46136, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4515 2024.11.09 02:48:30.651113 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58126, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4516 2024.11.09 02:48:30.736740 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46583, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4517 2024.11.09 02:48:31.416856 [ 146 ] {} <Debug> DNSResolver: Updating DNS cache
4518 2024.11.09 02:48:31.416911 [ 146 ] {} <Debug> DNSResolver: Updated DNS cache
4519 2024.11.09 02:48:31.521904 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 444
4520 2024.11.09 02:48:31.524527 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4521 2024.11.09 02:48:31.524576 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4522 2024.11.09 02:48:31.526047 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4523 2024.11.09 02:48:31.527059 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4524 2024.11.09 02:48:31.527286 [ 146 ] {} <Debug> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
4525 2024.11.09 02:48:31.527401 [ 146 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4526 2024.11.09 02:48:31.527477 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4527 2024.11.09 02:48:31.528123 [ 188 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::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
4528 2024.11.09 02:48:31.528500 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 444
4529 2024.11.09 02:48:31.529333 [ 188 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4530 2024.11.09 02:48:31.529509 [ 188 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 312 rows starting from the beginning of the part
4531 2024.11.09 02:48:31.530137 [ 188 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 28 rows starting from the beginning of the part
4532 2024.11.09 02:48:31.530713 [ 188 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part
4533 2024.11.09 02:48:31.531243 [ 188 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 32 rows starting from the beginning of the part
4534 2024.11.09 02:48:31.531761 [ 188 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 28 rows starting from the beginning of the part
4535 2024.11.09 02:48:31.532245 [ 188 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 20 rows starting from the beginning of the part
4536 2024.11.09 02:48:31.540415 [ 199 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 444 rows, containing 72 columns (72 merged, 0 gathered) in 0.012713863 sec., 34922.509389947016 rows/sec., 28.96 MiB/sec.
4537 2024.11.09 02:48:31.541485 [ 199 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
4538 2024.11.09 02:48:31.543091 [ 199 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_11_2} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4539 2024.11.09 02:48:31.543174 [ 199 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_11_2} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
4540 2024.11.09 02:48:31.543470 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.79 MiB.
4541 2024.11.09 02:48:31.636347 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34062, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4542 2024.11.09 02:48:31.642121 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58911, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4543 2024.11.09 02:48:32.002087 [ 245 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001606834 sec.
4544 2024.11.09 02:48:32.061436 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45901, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4545 2024.11.09 02:48:32.124842 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49217, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4546 2024.11.09 02:48:32.169867 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58325, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4547 2024.11.09 02:48:32.201532 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60351, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4548 2024.11.09 02:48:32.277421 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48171, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4549 2024.11.09 02:48:32.304685 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49620, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4550 2024.11.09 02:48:32.339277 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47326, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4551 2024.11.09 02:48:32.345590 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42199, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4552 2024.11.09 02:48:32.364745 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61868, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4553 2024.11.09 02:48:32.415362 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54061, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4554 2024.11.09 02:48:32.481874 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41933, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4555 2024.11.09 02:48:32.515260 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63103, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4556 2024.11.09 02:48:32.517547 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33335, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4557 2024.11.09 02:48:32.564976 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44738, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4558 2024.11.09 02:48:35.013377 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33222, User-Agent: (none), Length: 40824, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4559 2024.11.09 02:48:35.013533 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4560 2024.11.09 02:48:35.013561 [ 285 ] {} <Debug> HTTP-Session: a6f27182-d0fb-4711-b412-5f8f5647d0fb Authenticating user 'default' from [fd00:1122:3344:101::d]:33222
4561 2024.11.09 02:48:35.013587 [ 285 ] {} <Debug> HTTP-Session: a6f27182-d0fb-4711-b412-5f8f5647d0fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4562 2024.11.09 02:48:35.013604 [ 285 ] {} <Debug> HTTP-Session: a6f27182-d0fb-4711-b412-5f8f5647d0fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4563 2024.11.09 02:48:35.013659 [ 285 ] {} <Trace> HTTP-Session: a6f27182-d0fb-4711-b412-5f8f5647d0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4564 2024.11.09 02:48:35.013976 [ 285 ] {42343c54-6010-4129-82ea-45310de6dffb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33222) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4565 2024.11.09 02:48:35.014060 [ 285 ] {42343c54-6010-4129-82ea-45310de6dffb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4566 2024.11.09 02:48:35.014419 [ 285 ] {42343c54-6010-4129-82ea-45310de6dffb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4567 2024.11.09 02:48:35.015047 [ 285 ] {42343c54-6010-4129-82ea-45310de6dffb} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4568 2024.11.09 02:48:35.015098 [ 285 ] {42343c54-6010-4129-82ea-45310de6dffb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4569 2024.11.09 02:48:35.015577 [ 285 ] {42343c54-6010-4129-82ea-45310de6dffb} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4570 2024.11.09 02:48:35.016003 [ 285 ] {42343c54-6010-4129-82ea-45310de6dffb} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4571 2024.11.09 02:48:35.016159 [ 285 ] {42343c54-6010-4129-82ea-45310de6dffb} <Debug> executeQuery: Read 269 rows, 24.50 KiB in 0.002337 sec., 115104.8352588789 rows/sec., 10.24 MiB/sec.
4572 2024.11.09 02:48:35.016464 [ 285 ] {42343c54-6010-4129-82ea-45310de6dffb} <Debug> DynamicQueryHandler: Done processing query
4573 2024.11.09 02:48:35.016499 [ 285 ] {42343c54-6010-4129-82ea-45310de6dffb} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
4574 2024.11.09 02:48:35.016522 [ 285 ] {} <Debug> HTTP-Session: a6f27182-d0fb-4711-b412-5f8f5647d0fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4575 2024.11.09 02:48:35.016743 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33222, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4576 2024.11.09 02:48:35.016897 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53689, User-Agent: (none), Length: 5783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4577 2024.11.09 02:48:35.017048 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4578 2024.11.09 02:48:35.017082 [ 286 ] {} <Debug> HTTP-Session: 78b75eee-ccab-47ef-bff8-0ba745eff1ce Authenticating user 'default' from [fd00:1122:3344:101::d]:53689
4579 2024.11.09 02:48:35.017111 [ 286 ] {} <Debug> HTTP-Session: 78b75eee-ccab-47ef-bff8-0ba745eff1ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4580 2024.11.09 02:48:35.017129 [ 286 ] {} <Debug> HTTP-Session: 78b75eee-ccab-47ef-bff8-0ba745eff1ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4581 2024.11.09 02:48:35.017192 [ 286 ] {} <Trace> HTTP-Session: 78b75eee-ccab-47ef-bff8-0ba745eff1ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4582 2024.11.09 02:48:35.017450 [ 286 ] {940ac160-c29d-4e38-ae47-5eba5f4d527d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53689) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
4583 2024.11.09 02:48:35.017533 [ 286 ] {940ac160-c29d-4e38-ae47-5eba5f4d527d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4584 2024.11.09 02:48:35.017900 [ 286 ] {940ac160-c29d-4e38-ae47-5eba5f4d527d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4585 2024.11.09 02:48:35.018305 [ 286 ] {940ac160-c29d-4e38-ae47-5eba5f4d527d} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4586 2024.11.09 02:48:35.018352 [ 286 ] {940ac160-c29d-4e38-ae47-5eba5f4d527d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4587 2024.11.09 02:48:35.018793 [ 286 ] {940ac160-c29d-4e38-ae47-5eba5f4d527d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4588 2024.11.09 02:48:35.019195 [ 286 ] {940ac160-c29d-4e38-ae47-5eba5f4d527d} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4589 2024.11.09 02:48:35.019376 [ 286 ] {940ac160-c29d-4e38-ae47-5eba5f4d527d} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.002018 sec., 19821.605550049557 rows/sec., 1.46 MiB/sec.
4590 2024.11.09 02:48:35.019603 [ 286 ] {940ac160-c29d-4e38-ae47-5eba5f4d527d} <Debug> DynamicQueryHandler: Done processing query
4591 2024.11.09 02:48:35.019631 [ 286 ] {940ac160-c29d-4e38-ae47-5eba5f4d527d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
4592 2024.11.09 02:48:35.019648 [ 286 ] {} <Debug> HTTP-Session: 78b75eee-ccab-47ef-bff8-0ba745eff1ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4593 2024.11.09 02:48:35.019849 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53689, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4594 2024.11.09 02:48:35.019849 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33222, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4595 2024.11.09 02:48:35.019966 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4596 2024.11.09 02:48:35.020009 [ 285 ] {} <Debug> HTTP-Session: bdd52012-5c37-4f45-b7d0-73e1ecde9d73 Authenticating user 'default' from [fd00:1122:3344:101::d]:33222
4597 2024.11.09 02:48:35.020037 [ 285 ] {} <Debug> HTTP-Session: bdd52012-5c37-4f45-b7d0-73e1ecde9d73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4598 2024.11.09 02:48:35.020057 [ 285 ] {} <Debug> HTTP-Session: bdd52012-5c37-4f45-b7d0-73e1ecde9d73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4599 2024.11.09 02:48:35.020110 [ 285 ] {} <Trace> HTTP-Session: bdd52012-5c37-4f45-b7d0-73e1ecde9d73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4600 2024.11.09 02:48:35.020266 [ 285 ] {cc8fda19-f7c4-40b9-8502-3d0295001628} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33222) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
4601 2024.11.09 02:48:35.020324 [ 285 ] {cc8fda19-f7c4-40b9-8502-3d0295001628} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4602 2024.11.09 02:48:35.020822 [ 285 ] {cc8fda19-f7c4-40b9-8502-3d0295001628} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4603 2024.11.09 02:48:35.021146 [ 285 ] {cc8fda19-f7c4-40b9-8502-3d0295001628} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4604 2024.11.09 02:48:35.021183 [ 285 ] {cc8fda19-f7c4-40b9-8502-3d0295001628} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4605 2024.11.09 02:48:35.021549 [ 285 ] {cc8fda19-f7c4-40b9-8502-3d0295001628} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
4606 2024.11.09 02:48:35.021929 [ 285 ] {cc8fda19-f7c4-40b9-8502-3d0295001628} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4607 2024.11.09 02:48:35.022065 [ 285 ] {cc8fda19-f7c4-40b9-8502-3d0295001628} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001849 sec., 7571.660356949703 rows/sec., 530.27 KiB/sec.
4608 2024.11.09 02:48:35.022242 [ 285 ] {cc8fda19-f7c4-40b9-8502-3d0295001628} <Debug> DynamicQueryHandler: Done processing query
4609 2024.11.09 02:48:35.022266 [ 285 ] {cc8fda19-f7c4-40b9-8502-3d0295001628} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4610 2024.11.09 02:48:35.022282 [ 285 ] {} <Debug> HTTP-Session: bdd52012-5c37-4f45-b7d0-73e1ecde9d73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4611 2024.11.09 02:48:35.022430 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33222, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4612 2024.11.09 02:48:35.022549 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65436, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4613 2024.11.09 02:48:35.022637 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4614 2024.11.09 02:48:35.022665 [ 286 ] {} <Debug> HTTP-Session: 9f5cff4d-1281-4db5-aa8f-fabadfc97be7 Authenticating user 'default' from [fd00:1122:3344:101::d]:65436
4615 2024.11.09 02:48:35.022691 [ 286 ] {} <Debug> HTTP-Session: 9f5cff4d-1281-4db5-aa8f-fabadfc97be7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4616 2024.11.09 02:48:35.022708 [ 286 ] {} <Debug> HTTP-Session: 9f5cff4d-1281-4db5-aa8f-fabadfc97be7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4617 2024.11.09 02:48:35.022758 [ 286 ] {} <Trace> HTTP-Session: 9f5cff4d-1281-4db5-aa8f-fabadfc97be7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4618 2024.11.09 02:48:35.022906 [ 286 ] {c266c980-bfe8-4fdc-9b30-862f05a72927} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65436) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
4619 2024.11.09 02:48:35.022971 [ 286 ] {c266c980-bfe8-4fdc-9b30-862f05a72927} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4620 2024.11.09 02:48:35.023306 [ 286 ] {c266c980-bfe8-4fdc-9b30-862f05a72927} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4621 2024.11.09 02:48:35.023654 [ 286 ] {c266c980-bfe8-4fdc-9b30-862f05a72927} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4622 2024.11.09 02:48:35.023695 [ 286 ] {c266c980-bfe8-4fdc-9b30-862f05a72927} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4623 2024.11.09 02:48:35.024081 [ 286 ] {c266c980-bfe8-4fdc-9b30-862f05a72927} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
4624 2024.11.09 02:48:35.024461 [ 286 ] {c266c980-bfe8-4fdc-9b30-862f05a72927} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4625 2024.11.09 02:48:35.024646 [ 286 ] {c266c980-bfe8-4fdc-9b30-862f05a72927} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001769 sec., 3391.7467495760316 rows/sec., 200.39 KiB/sec.
4626 2024.11.09 02:48:35.024992 [ 286 ] {c266c980-bfe8-4fdc-9b30-862f05a72927} <Debug> DynamicQueryHandler: Done processing query
4627 2024.11.09 02:48:35.025018 [ 286 ] {c266c980-bfe8-4fdc-9b30-862f05a72927} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
4628 2024.11.09 02:48:35.025035 [ 286 ] {} <Debug> HTTP-Session: 9f5cff4d-1281-4db5-aa8f-fabadfc97be7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4629 2024.11.09 02:48:35.025245 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65436, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4630 2024.11.09 02:48:35.025308 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33222, User-Agent: (none), Length: 68538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4631 2024.11.09 02:48:35.025401 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4632 2024.11.09 02:48:35.025435 [ 285 ] {} <Debug> HTTP-Session: 9e4f5eeb-51ec-4d52-8ad3-b3989a2904d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33222
4633 2024.11.09 02:48:35.025457 [ 285 ] {} <Debug> HTTP-Session: 9e4f5eeb-51ec-4d52-8ad3-b3989a2904d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4634 2024.11.09 02:48:35.025474 [ 285 ] {} <Debug> HTTP-Session: 9e4f5eeb-51ec-4d52-8ad3-b3989a2904d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4635 2024.11.09 02:48:35.025520 [ 285 ] {} <Trace> HTTP-Session: 9e4f5eeb-51ec-4d52-8ad3-b3989a2904d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4636 2024.11.09 02:48:35.025797 [ 285 ] {dc73ac85-8a21-4718-8ed7-991140ff5d7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33222) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4637 2024.11.09 02:48:35.025852 [ 285 ] {dc73ac85-8a21-4718-8ed7-991140ff5d7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4638 2024.11.09 02:48:35.026140 [ 285 ] {dc73ac85-8a21-4718-8ed7-991140ff5d7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4639 2024.11.09 02:48:35.026756 [ 285 ] {dc73ac85-8a21-4718-8ed7-991140ff5d7d} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4640 2024.11.09 02:48:35.026793 [ 285 ] {dc73ac85-8a21-4718-8ed7-991140ff5d7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4641 2024.11.09 02:48:35.027167 [ 285 ] {dc73ac85-8a21-4718-8ed7-991140ff5d7d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4642 2024.11.09 02:48:35.027521 [ 285 ] {dc73ac85-8a21-4718-8ed7-991140ff5d7d} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4643 2024.11.09 02:48:35.027652 [ 285 ] {dc73ac85-8a21-4718-8ed7-991140ff5d7d} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.002004 sec., 210578.84231536926 rows/sec., 15.05 MiB/sec.
4644 2024.11.09 02:48:35.027986 [ 285 ] {dc73ac85-8a21-4718-8ed7-991140ff5d7d} <Debug> DynamicQueryHandler: Done processing query
4645 2024.11.09 02:48:35.028010 [ 285 ] {dc73ac85-8a21-4718-8ed7-991140ff5d7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
4646 2024.11.09 02:48:35.028027 [ 285 ] {} <Debug> HTTP-Session: 9e4f5eeb-51ec-4d52-8ad3-b3989a2904d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4647 2024.11.09 02:48:35.028214 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33222, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4648 2024.11.09 02:48:35.028314 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51701, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4649 2024.11.09 02:48:35.028388 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4650 2024.11.09 02:48:35.028413 [ 286 ] {} <Debug> HTTP-Session: 8419b123-e87a-4d1c-9d02-c05fe89de3b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51701
4651 2024.11.09 02:48:35.028435 [ 286 ] {} <Debug> HTTP-Session: 8419b123-e87a-4d1c-9d02-c05fe89de3b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4652 2024.11.09 02:48:35.028452 [ 286 ] {} <Debug> HTTP-Session: 8419b123-e87a-4d1c-9d02-c05fe89de3b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4653 2024.11.09 02:48:35.028501 [ 286 ] {} <Trace> HTTP-Session: 8419b123-e87a-4d1c-9d02-c05fe89de3b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4654 2024.11.09 02:48:35.028647 [ 286 ] {0c36d406-77b7-4870-a4de-c680bf860d37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51701) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
4655 2024.11.09 02:48:35.028707 [ 286 ] {0c36d406-77b7-4870-a4de-c680bf860d37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4656 2024.11.09 02:48:35.028889 [ 286 ] {0c36d406-77b7-4870-a4de-c680bf860d37} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4657 2024.11.09 02:48:35.029205 [ 286 ] {0c36d406-77b7-4870-a4de-c680bf860d37} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4658 2024.11.09 02:48:35.029249 [ 286 ] {0c36d406-77b7-4870-a4de-c680bf860d37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4659 2024.11.09 02:48:35.029631 [ 286 ] {0c36d406-77b7-4870-a4de-c680bf860d37} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
4660 2024.11.09 02:48:35.029975 [ 286 ] {0c36d406-77b7-4870-a4de-c680bf860d37} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4661 2024.11.09 02:48:35.030149 [ 286 ] {0c36d406-77b7-4870-a4de-c680bf860d37} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001531 sec., 3919.0071848465054 rows/sec., 204.75 KiB/sec.
4662 2024.11.09 02:48:35.030426 [ 286 ] {0c36d406-77b7-4870-a4de-c680bf860d37} <Debug> DynamicQueryHandler: Done processing query
4663 2024.11.09 02:48:35.030450 [ 286 ] {0c36d406-77b7-4870-a4de-c680bf860d37} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
4664 2024.11.09 02:48:35.030466 [ 286 ] {} <Debug> HTTP-Session: 8419b123-e87a-4d1c-9d02-c05fe89de3b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4665 2024.11.09 02:48:35.030653 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33222, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4666 2024.11.09 02:48:35.030671 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51701, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4667 2024.11.09 02:48:35.030747 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4668 2024.11.09 02:48:35.030781 [ 285 ] {} <Debug> HTTP-Session: 2f20346e-20f2-4958-b672-c55d91987b71 Authenticating user 'default' from [fd00:1122:3344:101::d]:33222
4669 2024.11.09 02:48:35.030801 [ 285 ] {} <Debug> HTTP-Session: 2f20346e-20f2-4958-b672-c55d91987b71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4670 2024.11.09 02:48:35.030825 [ 285 ] {} <Debug> HTTP-Session: 2f20346e-20f2-4958-b672-c55d91987b71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4671 2024.11.09 02:48:35.030875 [ 285 ] {} <Trace> HTTP-Session: 2f20346e-20f2-4958-b672-c55d91987b71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4672 2024.11.09 02:48:35.031105 [ 285 ] {288d0a48-5f3a-44ab-8b6e-3ad26c706387} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33222) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
4673 2024.11.09 02:48:35.031156 [ 285 ] {288d0a48-5f3a-44ab-8b6e-3ad26c706387} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4674 2024.11.09 02:48:35.031326 [ 285 ] {288d0a48-5f3a-44ab-8b6e-3ad26c706387} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4675 2024.11.09 02:48:35.031814 [ 285 ] {288d0a48-5f3a-44ab-8b6e-3ad26c706387} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4676 2024.11.09 02:48:35.031851 [ 285 ] {288d0a48-5f3a-44ab-8b6e-3ad26c706387} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4677 2024.11.09 02:48:35.032263 [ 285 ] {288d0a48-5f3a-44ab-8b6e-3ad26c706387} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4678 2024.11.09 02:48:35.032613 [ 285 ] {288d0a48-5f3a-44ab-8b6e-3ad26c706387} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4679 2024.11.09 02:48:35.032744 [ 285 ] {288d0a48-5f3a-44ab-8b6e-3ad26c706387} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001762 sec., 134506.24290578888 rows/sec., 9.02 MiB/sec.
4680 2024.11.09 02:48:35.033000 [ 285 ] {288d0a48-5f3a-44ab-8b6e-3ad26c706387} <Debug> DynamicQueryHandler: Done processing query
4681 2024.11.09 02:48:35.033024 [ 285 ] {288d0a48-5f3a-44ab-8b6e-3ad26c706387} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
4682 2024.11.09 02:48:35.033041 [ 285 ] {} <Debug> HTTP-Session: 2f20346e-20f2-4958-b672-c55d91987b71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4683 2024.11.09 02:48:35.033181 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33222, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4684 2024.11.09 02:48:35.033271 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53389, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4685 2024.11.09 02:48:35.033342 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4686 2024.11.09 02:48:35.033363 [ 286 ] {} <Debug> HTTP-Session: 84463fd1-e0ec-4bed-86bd-9d60f7e2790d Authenticating user 'default' from [fd00:1122:3344:101::d]:53389
4687 2024.11.09 02:48:35.033380 [ 286 ] {} <Debug> HTTP-Session: 84463fd1-e0ec-4bed-86bd-9d60f7e2790d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4688 2024.11.09 02:48:35.033394 [ 286 ] {} <Debug> HTTP-Session: 84463fd1-e0ec-4bed-86bd-9d60f7e2790d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4689 2024.11.09 02:48:35.033434 [ 286 ] {} <Trace> HTTP-Session: 84463fd1-e0ec-4bed-86bd-9d60f7e2790d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4690 2024.11.09 02:48:35.033540 [ 286 ] {caa51c35-c67c-4448-bcae-1d4b6bdce0e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53389) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
4691 2024.11.09 02:48:35.033591 [ 286 ] {caa51c35-c67c-4448-bcae-1d4b6bdce0e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4692 2024.11.09 02:48:35.033754 [ 286 ] {caa51c35-c67c-4448-bcae-1d4b6bdce0e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4693 2024.11.09 02:48:35.034033 [ 286 ] {caa51c35-c67c-4448-bcae-1d4b6bdce0e6} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4694 2024.11.09 02:48:35.034071 [ 286 ] {caa51c35-c67c-4448-bcae-1d4b6bdce0e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4695 2024.11.09 02:48:35.034421 [ 286 ] {caa51c35-c67c-4448-bcae-1d4b6bdce0e6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
4696 2024.11.09 02:48:35.034757 [ 286 ] {caa51c35-c67c-4448-bcae-1d4b6bdce0e6} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4697 2024.11.09 02:48:35.034921 [ 286 ] {caa51c35-c67c-4448-bcae-1d4b6bdce0e6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0014 sec., 714.2857142857143 rows/sec., 48.13 KiB/sec.
4698 2024.11.09 02:48:35.035095 [ 286 ] {caa51c35-c67c-4448-bcae-1d4b6bdce0e6} <Debug> DynamicQueryHandler: Done processing query
4699 2024.11.09 02:48:35.035120 [ 286 ] {caa51c35-c67c-4448-bcae-1d4b6bdce0e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
4700 2024.11.09 02:48:35.035136 [ 286 ] {} <Debug> HTTP-Session: 84463fd1-e0ec-4bed-86bd-9d60f7e2790d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4701 2024.11.09 02:48:35.035340 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53389, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4702 2024.11.09 02:48:35.035380 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33222, User-Agent: (none), Length: 66723, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4703 2024.11.09 02:48:35.035471 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4704 2024.11.09 02:48:35.035508 [ 285 ] {} <Debug> HTTP-Session: 4652791e-6586-4a8f-902e-242fa375085c Authenticating user 'default' from [fd00:1122:3344:101::d]:33222
4705 2024.11.09 02:48:35.035531 [ 285 ] {} <Debug> HTTP-Session: 4652791e-6586-4a8f-902e-242fa375085c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4706 2024.11.09 02:48:35.035548 [ 285 ] {} <Debug> HTTP-Session: 4652791e-6586-4a8f-902e-242fa375085c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4707 2024.11.09 02:48:35.035593 [ 285 ] {} <Trace> HTTP-Session: 4652791e-6586-4a8f-902e-242fa375085c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4708 2024.11.09 02:48:35.036385 [ 285 ] {2a3722c7-2d74-4ae8-a9ae-ec45189a98f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33222) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
4709 2024.11.09 02:48:35.036465 [ 285 ] {2a3722c7-2d74-4ae8-a9ae-ec45189a98f8} <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
4710 2024.11.09 02:48:35.036940 [ 285 ] {2a3722c7-2d74-4ae8-a9ae-ec45189a98f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4711 2024.11.09 02:48:35.037700 [ 285 ] {2a3722c7-2d74-4ae8-a9ae-ec45189a98f8} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4712 2024.11.09 02:48:35.037737 [ 285 ] {2a3722c7-2d74-4ae8-a9ae-ec45189a98f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4713 2024.11.09 02:48:35.038398 [ 285 ] {2a3722c7-2d74-4ae8-a9ae-ec45189a98f8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
4714 2024.11.09 02:48:35.038819 [ 285 ] {2a3722c7-2d74-4ae8-a9ae-ec45189a98f8} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4715 2024.11.09 02:48:35.038967 [ 285 ] {2a3722c7-2d74-4ae8-a9ae-ec45189a98f8} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.003255 sec., 12288.78648233487 rows/sec., 22.02 MiB/sec.
4716 2024.11.09 02:48:35.039189 [ 285 ] {2a3722c7-2d74-4ae8-a9ae-ec45189a98f8} <Debug> DynamicQueryHandler: Done processing query
4717 2024.11.09 02:48:35.039214 [ 285 ] {2a3722c7-2d74-4ae8-a9ae-ec45189a98f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB.
4718 2024.11.09 02:48:35.039231 [ 285 ] {} <Debug> HTTP-Session: 4652791e-6586-4a8f-902e-242fa375085c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4719 2024.11.09 02:48:35.039432 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33222, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4720 2024.11.09 02:48:35.039517 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44424, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4721 2024.11.09 02:48:35.039601 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4722 2024.11.09 02:48:35.039626 [ 286 ] {} <Debug> HTTP-Session: f3c1209c-4cf6-40f4-9175-67a0c0da9b6d Authenticating user 'default' from [fd00:1122:3344:101::d]:44424
4723 2024.11.09 02:48:35.039646 [ 286 ] {} <Debug> HTTP-Session: f3c1209c-4cf6-40f4-9175-67a0c0da9b6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4724 2024.11.09 02:48:35.039663 [ 286 ] {} <Debug> HTTP-Session: f3c1209c-4cf6-40f4-9175-67a0c0da9b6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4725 2024.11.09 02:48:35.039707 [ 286 ] {} <Trace> HTTP-Session: f3c1209c-4cf6-40f4-9175-67a0c0da9b6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4726 2024.11.09 02:48:35.039886 [ 286 ] {a5821048-9dc3-4315-82a9-15addaaf0d2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44424) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4727 2024.11.09 02:48:35.039952 [ 286 ] {a5821048-9dc3-4315-82a9-15addaaf0d2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4728 2024.11.09 02:48:35.040144 [ 286 ] {a5821048-9dc3-4315-82a9-15addaaf0d2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4729 2024.11.09 02:48:35.040481 [ 286 ] {a5821048-9dc3-4315-82a9-15addaaf0d2a} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4730 2024.11.09 02:48:35.040518 [ 286 ] {a5821048-9dc3-4315-82a9-15addaaf0d2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4731 2024.11.09 02:48:35.040889 [ 286 ] {a5821048-9dc3-4315-82a9-15addaaf0d2a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4732 2024.11.09 02:48:35.041231 [ 286 ] {a5821048-9dc3-4315-82a9-15addaaf0d2a} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4733 2024.11.09 02:48:35.041385 [ 286 ] {a5821048-9dc3-4315-82a9-15addaaf0d2a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001575 sec., 52063.49206349206 rows/sec., 3.31 MiB/sec.
4734 2024.11.09 02:48:35.041539 [ 286 ] {a5821048-9dc3-4315-82a9-15addaaf0d2a} <Debug> DynamicQueryHandler: Done processing query
4735 2024.11.09 02:48:35.041562 [ 286 ] {a5821048-9dc3-4315-82a9-15addaaf0d2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4736 2024.11.09 02:48:35.041577 [ 286 ] {} <Debug> HTTP-Session: f3c1209c-4cf6-40f4-9175-67a0c0da9b6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4737 2024.11.09 02:48:35.041975 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44424, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4738 2024.11.09 02:48:40.005550 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52713, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4739 2024.11.09 02:48:40.005687 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4740 2024.11.09 02:48:40.005712 [ 285 ] {} <Debug> HTTP-Session: f235d97c-058f-4ad2-8955-11ead07e1a0f Authenticating user 'default' from [fd00:1122:3344:101::d]:52713
4741 2024.11.09 02:48:40.005737 [ 285 ] {} <Debug> HTTP-Session: f235d97c-058f-4ad2-8955-11ead07e1a0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4742 2024.11.09 02:48:40.005751 [ 285 ] {} <Debug> HTTP-Session: f235d97c-058f-4ad2-8955-11ead07e1a0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4743 2024.11.09 02:48:40.005802 [ 285 ] {} <Trace> HTTP-Session: f235d97c-058f-4ad2-8955-11ead07e1a0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4744 2024.11.09 02:48:40.005992 [ 285 ] {3e11fe77-5a66-4dc1-b5cb-0373ad6acbdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52713) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
4745 2024.11.09 02:48:40.006063 [ 285 ] {3e11fe77-5a66-4dc1-b5cb-0373ad6acbdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4746 2024.11.09 02:48:40.006414 [ 285 ] {3e11fe77-5a66-4dc1-b5cb-0373ad6acbdb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4747 2024.11.09 02:48:40.006892 [ 285 ] {3e11fe77-5a66-4dc1-b5cb-0373ad6acbdb} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4748 2024.11.09 02:48:40.006936 [ 285 ] {3e11fe77-5a66-4dc1-b5cb-0373ad6acbdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4749 2024.11.09 02:48:40.007351 [ 285 ] {3e11fe77-5a66-4dc1-b5cb-0373ad6acbdb} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
4750 2024.11.09 02:48:40.007746 [ 285 ] {3e11fe77-5a66-4dc1-b5cb-0373ad6acbdb} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4751 2024.11.09 02:48:40.007920 [ 285 ] {3e11fe77-5a66-4dc1-b5cb-0373ad6acbdb} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001972 sec., 2028.397565922921 rows/sec., 165.40 KiB/sec.
4752 2024.11.09 02:48:40.008274 [ 285 ] {3e11fe77-5a66-4dc1-b5cb-0373ad6acbdb} <Debug> DynamicQueryHandler: Done processing query
4753 2024.11.09 02:48:40.008302 [ 285 ] {3e11fe77-5a66-4dc1-b5cb-0373ad6acbdb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
4754 2024.11.09 02:48:40.008319 [ 285 ] {} <Debug> HTTP-Session: f235d97c-058f-4ad2-8955-11ead07e1a0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4755 2024.11.09 02:48:40.008484 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52713, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4756 2024.11.09 02:48:40.008627 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44963, User-Agent: (none), Length: 8114, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4757 2024.11.09 02:48:40.008734 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4758 2024.11.09 02:48:40.008759 [ 286 ] {} <Debug> HTTP-Session: 4975fea0-44e5-4f9d-919d-90abcf213357 Authenticating user 'default' from [fd00:1122:3344:101::d]:44963
4759 2024.11.09 02:48:40.008784 [ 286 ] {} <Debug> HTTP-Session: 4975fea0-44e5-4f9d-919d-90abcf213357 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4760 2024.11.09 02:48:40.008798 [ 286 ] {} <Debug> HTTP-Session: 4975fea0-44e5-4f9d-919d-90abcf213357 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4761 2024.11.09 02:48:40.008851 [ 286 ] {} <Trace> HTTP-Session: 4975fea0-44e5-4f9d-919d-90abcf213357 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4762 2024.11.09 02:48:40.009051 [ 286 ] {508cc3cd-ef88-4906-aa00-cec24740a614} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44963) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4763 2024.11.09 02:48:40.009122 [ 286 ] {508cc3cd-ef88-4906-aa00-cec24740a614} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4764 2024.11.09 02:48:40.009476 [ 286 ] {508cc3cd-ef88-4906-aa00-cec24740a614} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4765 2024.11.09 02:48:40.009959 [ 286 ] {508cc3cd-ef88-4906-aa00-cec24740a614} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4766 2024.11.09 02:48:40.010012 [ 286 ] {508cc3cd-ef88-4906-aa00-cec24740a614} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4767 2024.11.09 02:48:40.010447 [ 286 ] {508cc3cd-ef88-4906-aa00-cec24740a614} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4768 2024.11.09 02:48:40.010845 [ 286 ] {508cc3cd-ef88-4906-aa00-cec24740a614} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4769 2024.11.09 02:48:40.011031 [ 286 ] {508cc3cd-ef88-4906-aa00-cec24740a614} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.002047 sec., 28334.147532975083 rows/sec., 2.17 MiB/sec.
4770 2024.11.09 02:48:40.011249 [ 286 ] {508cc3cd-ef88-4906-aa00-cec24740a614} <Debug> DynamicQueryHandler: Done processing query
4771 2024.11.09 02:48:40.011276 [ 286 ] {508cc3cd-ef88-4906-aa00-cec24740a614} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
4772 2024.11.09 02:48:40.011293 [ 286 ] {} <Debug> HTTP-Session: 4975fea0-44e5-4f9d-919d-90abcf213357 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4773 2024.11.09 02:48:40.011454 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44963, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4774 2024.11.09 02:48:40.011472 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52713, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4775 2024.11.09 02:48:40.011574 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4776 2024.11.09 02:48:40.011609 [ 285 ] {} <Debug> HTTP-Session: c6d84199-c79e-4355-9d09-ba1a5ae65159 Authenticating user 'default' from [fd00:1122:3344:101::d]:52713
4777 2024.11.09 02:48:40.011637 [ 285 ] {} <Debug> HTTP-Session: c6d84199-c79e-4355-9d09-ba1a5ae65159 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4778 2024.11.09 02:48:40.011655 [ 285 ] {} <Debug> HTTP-Session: c6d84199-c79e-4355-9d09-ba1a5ae65159 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4779 2024.11.09 02:48:40.011708 [ 285 ] {} <Trace> HTTP-Session: c6d84199-c79e-4355-9d09-ba1a5ae65159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4780 2024.11.09 02:48:40.011857 [ 285 ] {313a215e-38fd-4dcc-b32c-cb7efbf61e79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52713) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
4781 2024.11.09 02:48:40.011919 [ 285 ] {313a215e-38fd-4dcc-b32c-cb7efbf61e79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4782 2024.11.09 02:48:40.012254 [ 285 ] {313a215e-38fd-4dcc-b32c-cb7efbf61e79} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4783 2024.11.09 02:48:40.012621 [ 285 ] {313a215e-38fd-4dcc-b32c-cb7efbf61e79} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4784 2024.11.09 02:48:40.012660 [ 285 ] {313a215e-38fd-4dcc-b32c-cb7efbf61e79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4785 2024.11.09 02:48:40.013030 [ 285 ] {313a215e-38fd-4dcc-b32c-cb7efbf61e79} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4786 2024.11.09 02:48:40.013420 [ 285 ] {313a215e-38fd-4dcc-b32c-cb7efbf61e79} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4787 2024.11.09 02:48:40.013598 [ 285 ] {313a215e-38fd-4dcc-b32c-cb7efbf61e79} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001778 sec., 2249.718785151856 rows/sec., 157.08 KiB/sec.
4788 2024.11.09 02:48:40.013959 [ 285 ] {313a215e-38fd-4dcc-b32c-cb7efbf61e79} <Debug> DynamicQueryHandler: Done processing query
4789 2024.11.09 02:48:40.013986 [ 285 ] {313a215e-38fd-4dcc-b32c-cb7efbf61e79} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
4790 2024.11.09 02:48:40.014003 [ 285 ] {} <Debug> HTTP-Session: c6d84199-c79e-4355-9d09-ba1a5ae65159 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4791 2024.11.09 02:48:40.014153 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52713, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4792 2024.11.09 02:48:40.014256 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42111, User-Agent: (none), Length: 11580, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4793 2024.11.09 02:48:40.014329 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4794 2024.11.09 02:48:40.014354 [ 286 ] {} <Debug> HTTP-Session: e788646b-51eb-4fbd-bacd-aaa0ab012eae Authenticating user 'default' from [fd00:1122:3344:101::d]:42111
4795 2024.11.09 02:48:40.014378 [ 286 ] {} <Debug> HTTP-Session: e788646b-51eb-4fbd-bacd-aaa0ab012eae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4796 2024.11.09 02:48:40.014396 [ 286 ] {} <Debug> HTTP-Session: e788646b-51eb-4fbd-bacd-aaa0ab012eae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4797 2024.11.09 02:48:40.014444 [ 286 ] {} <Trace> HTTP-Session: e788646b-51eb-4fbd-bacd-aaa0ab012eae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4798 2024.11.09 02:48:40.014598 [ 286 ] {8da53bbb-6208-4e7e-9e3d-66abb402f650} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42111) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4799 2024.11.09 02:48:40.014649 [ 286 ] {8da53bbb-6208-4e7e-9e3d-66abb402f650} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4800 2024.11.09 02:48:40.014911 [ 286 ] {8da53bbb-6208-4e7e-9e3d-66abb402f650} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4801 2024.11.09 02:48:40.015287 [ 286 ] {8da53bbb-6208-4e7e-9e3d-66abb402f650} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4802 2024.11.09 02:48:40.015324 [ 286 ] {8da53bbb-6208-4e7e-9e3d-66abb402f650} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4803 2024.11.09 02:48:40.015705 [ 286 ] {8da53bbb-6208-4e7e-9e3d-66abb402f650} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4804 2024.11.09 02:48:40.016074 [ 286 ] {8da53bbb-6208-4e7e-9e3d-66abb402f650} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4805 2024.11.09 02:48:40.016238 [ 286 ] {8da53bbb-6208-4e7e-9e3d-66abb402f650} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001691 sec., 40212.89178001183 rows/sec., 3.14 MiB/sec.
4806 2024.11.09 02:48:40.016591 [ 286 ] {8da53bbb-6208-4e7e-9e3d-66abb402f650} <Debug> DynamicQueryHandler: Done processing query
4807 2024.11.09 02:48:40.016615 [ 286 ] {8da53bbb-6208-4e7e-9e3d-66abb402f650} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
4808 2024.11.09 02:48:40.016632 [ 286 ] {} <Debug> HTTP-Session: e788646b-51eb-4fbd-bacd-aaa0ab012eae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4809 2024.11.09 02:48:40.016798 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42111, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4810 2024.11.09 02:48:40.016861 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52713, User-Agent: (none), Length: 24918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4811 2024.11.09 02:48:40.016951 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4812 2024.11.09 02:48:40.016978 [ 285 ] {} <Debug> HTTP-Session: 42761bce-8f7c-4e0f-98db-4b5283bb7887 Authenticating user 'default' from [fd00:1122:3344:101::d]:52713
4813 2024.11.09 02:48:40.017000 [ 285 ] {} <Debug> HTTP-Session: 42761bce-8f7c-4e0f-98db-4b5283bb7887 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4814 2024.11.09 02:48:40.017018 [ 285 ] {} <Debug> HTTP-Session: 42761bce-8f7c-4e0f-98db-4b5283bb7887 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4815 2024.11.09 02:48:40.017067 [ 285 ] {} <Trace> HTTP-Session: 42761bce-8f7c-4e0f-98db-4b5283bb7887 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4816 2024.11.09 02:48:40.017272 [ 285 ] {6ddccba9-6f1b-415e-b610-f930abd8dac9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52713) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
4817 2024.11.09 02:48:40.017339 [ 285 ] {6ddccba9-6f1b-415e-b610-f930abd8dac9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4818 2024.11.09 02:48:40.017550 [ 285 ] {6ddccba9-6f1b-415e-b610-f930abd8dac9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4819 2024.11.09 02:48:40.017935 [ 285 ] {6ddccba9-6f1b-415e-b610-f930abd8dac9} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4820 2024.11.09 02:48:40.017973 [ 285 ] {6ddccba9-6f1b-415e-b610-f930abd8dac9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4821 2024.11.09 02:48:40.018377 [ 285 ] {6ddccba9-6f1b-415e-b610-f930abd8dac9} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4822 2024.11.09 02:48:40.018725 [ 285 ] {6ddccba9-6f1b-415e-b610-f930abd8dac9} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4823 2024.11.09 02:48:40.018889 [ 285 ] {6ddccba9-6f1b-415e-b610-f930abd8dac9} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001706 sec., 76201.64126611958 rows/sec., 5.31 MiB/sec.
4824 2024.11.09 02:48:40.019226 [ 285 ] {6ddccba9-6f1b-415e-b610-f930abd8dac9} <Debug> DynamicQueryHandler: Done processing query
4825 2024.11.09 02:48:40.019252 [ 285 ] {6ddccba9-6f1b-415e-b610-f930abd8dac9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
4826 2024.11.09 02:48:40.019269 [ 285 ] {} <Debug> HTTP-Session: 42761bce-8f7c-4e0f-98db-4b5283bb7887 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4827 2024.11.09 02:48:40.019443 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52713, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4828 2024.11.09 02:48:40.019535 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34705, User-Agent: (none), Length: 7317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4829 2024.11.09 02:48:40.019608 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4830 2024.11.09 02:48:40.019633 [ 286 ] {} <Debug> HTTP-Session: 3963adca-0a66-4dc2-954f-b36f51b8fd06 Authenticating user 'default' from [fd00:1122:3344:101::d]:34705
4831 2024.11.09 02:48:40.019655 [ 286 ] {} <Debug> HTTP-Session: 3963adca-0a66-4dc2-954f-b36f51b8fd06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4832 2024.11.09 02:48:40.019671 [ 286 ] {} <Debug> HTTP-Session: 3963adca-0a66-4dc2-954f-b36f51b8fd06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4833 2024.11.09 02:48:40.019716 [ 286 ] {} <Trace> HTTP-Session: 3963adca-0a66-4dc2-954f-b36f51b8fd06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4834 2024.11.09 02:48:40.019865 [ 286 ] {7202233e-d041-40de-8de0-b6107b6ceafa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34705) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4835 2024.11.09 02:48:40.019922 [ 286 ] {7202233e-d041-40de-8de0-b6107b6ceafa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4836 2024.11.09 02:48:40.020102 [ 286 ] {7202233e-d041-40de-8de0-b6107b6ceafa} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4837 2024.11.09 02:48:40.020444 [ 286 ] {7202233e-d041-40de-8de0-b6107b6ceafa} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4838 2024.11.09 02:48:40.020488 [ 286 ] {7202233e-d041-40de-8de0-b6107b6ceafa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4839 2024.11.09 02:48:40.020877 [ 286 ] {7202233e-d041-40de-8de0-b6107b6ceafa} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4840 2024.11.09 02:48:40.021207 [ 286 ] {7202233e-d041-40de-8de0-b6107b6ceafa} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4841 2024.11.09 02:48:40.021361 [ 286 ] {7202233e-d041-40de-8de0-b6107b6ceafa} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00155 sec., 30967.74193548387 rows/sec., 2.09 MiB/sec.
4842 2024.11.09 02:48:40.021526 [ 286 ] {7202233e-d041-40de-8de0-b6107b6ceafa} <Debug> DynamicQueryHandler: Done processing query
4843 2024.11.09 02:48:40.021550 [ 286 ] {7202233e-d041-40de-8de0-b6107b6ceafa} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
4844 2024.11.09 02:48:40.021566 [ 286 ] {} <Debug> HTTP-Session: 3963adca-0a66-4dc2-954f-b36f51b8fd06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4845 2024.11.09 02:48:40.021772 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34705, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4846 2024.11.09 02:48:41.528712 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 476
4847 2024.11.09 02:48:41.532027 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4848 2024.11.09 02:48:41.532076 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4849 2024.11.09 02:48:41.533600 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4850 2024.11.09 02:48:41.534613 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4851 2024.11.09 02:48:41.536223 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 476
4852 2024.11.09 02:48:45.007125 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56177, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4853 2024.11.09 02:48:45.007272 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4854 2024.11.09 02:48:45.007310 [ 284 ] {} <Debug> HTTP-Session: 0ab0d6a4-4c25-46b0-b0e4-c71b2ea33a69 Authenticating user 'default' from [fd00:1122:3344:101::d]:56177
4855 2024.11.09 02:48:45.007339 [ 284 ] {} <Debug> HTTP-Session: 0ab0d6a4-4c25-46b0-b0e4-c71b2ea33a69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4856 2024.11.09 02:48:45.007358 [ 284 ] {} <Debug> HTTP-Session: 0ab0d6a4-4c25-46b0-b0e4-c71b2ea33a69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4857 2024.11.09 02:48:45.007415 [ 284 ] {} <Trace> HTTP-Session: 0ab0d6a4-4c25-46b0-b0e4-c71b2ea33a69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4858 2024.11.09 02:48:45.007672 [ 284 ] {5c604970-1814-4dd4-b436-8ddee86d7a0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56177) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4859 2024.11.09 02:48:45.007758 [ 284 ] {5c604970-1814-4dd4-b436-8ddee86d7a0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4860 2024.11.09 02:48:45.008116 [ 284 ] {5c604970-1814-4dd4-b436-8ddee86d7a0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4861 2024.11.09 02:48:45.008621 [ 284 ] {5c604970-1814-4dd4-b436-8ddee86d7a0d} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4862 2024.11.09 02:48:45.008668 [ 284 ] {5c604970-1814-4dd4-b436-8ddee86d7a0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4863 2024.11.09 02:48:45.009104 [ 284 ] {5c604970-1814-4dd4-b436-8ddee86d7a0d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4864 2024.11.09 02:48:45.009501 [ 284 ] {5c604970-1814-4dd4-b436-8ddee86d7a0d} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4865 2024.11.09 02:48:45.009682 [ 284 ] {5c604970-1814-4dd4-b436-8ddee86d7a0d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002112 sec., 26515.151515151512 rows/sec., 2.04 MiB/sec.
4866 2024.11.09 02:48:45.009908 [ 284 ] {5c604970-1814-4dd4-b436-8ddee86d7a0d} <Debug> DynamicQueryHandler: Done processing query
4867 2024.11.09 02:48:45.009935 [ 284 ] {5c604970-1814-4dd4-b436-8ddee86d7a0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
4868 2024.11.09 02:48:45.009952 [ 284 ] {} <Debug> HTTP-Session: 0ab0d6a4-4c25-46b0-b0e4-c71b2ea33a69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4869 2024.11.09 02:48:45.010160 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56177, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4870 2024.11.09 02:48:45.010306 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49555, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4871 2024.11.09 02:48:45.010433 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4872 2024.11.09 02:48:45.010462 [ 292 ] {} <Debug> HTTP-Session: facc0405-530a-4d2c-a3a7-2e211da7f924 Authenticating user 'default' from [fd00:1122:3344:101::d]:49555
4873 2024.11.09 02:48:45.010490 [ 292 ] {} <Debug> HTTP-Session: facc0405-530a-4d2c-a3a7-2e211da7f924 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4874 2024.11.09 02:48:45.010508 [ 292 ] {} <Debug> HTTP-Session: facc0405-530a-4d2c-a3a7-2e211da7f924 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4875 2024.11.09 02:48:45.010570 [ 292 ] {} <Trace> HTTP-Session: facc0405-530a-4d2c-a3a7-2e211da7f924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4876 2024.11.09 02:48:45.010794 [ 292 ] {ae95c97c-bc99-4ca7-8258-d07877f50846} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49555) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4877 2024.11.09 02:48:45.010864 [ 292 ] {ae95c97c-bc99-4ca7-8258-d07877f50846} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4878 2024.11.09 02:48:45.011217 [ 292 ] {ae95c97c-bc99-4ca7-8258-d07877f50846} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4879 2024.11.09 02:48:45.011673 [ 292 ] {ae95c97c-bc99-4ca7-8258-d07877f50846} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4880 2024.11.09 02:48:45.011717 [ 292 ] {ae95c97c-bc99-4ca7-8258-d07877f50846} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4881 2024.11.09 02:48:45.012171 [ 292 ] {ae95c97c-bc99-4ca7-8258-d07877f50846} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4882 2024.11.09 02:48:45.012594 [ 292 ] {ae95c97c-bc99-4ca7-8258-d07877f50846} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4883 2024.11.09 02:48:45.012752 [ 292 ] {ae95c97c-bc99-4ca7-8258-d07877f50846} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002035 sec., 31449.63144963145 rows/sec., 2.45 MiB/sec.
4884 2024.11.09 02:48:45.012973 [ 292 ] {ae95c97c-bc99-4ca7-8258-d07877f50846} <Debug> DynamicQueryHandler: Done processing query
4885 2024.11.09 02:48:45.013002 [ 292 ] {ae95c97c-bc99-4ca7-8258-d07877f50846} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
4886 2024.11.09 02:48:45.013020 [ 292 ] {} <Debug> HTTP-Session: facc0405-530a-4d2c-a3a7-2e211da7f924 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4887 2024.11.09 02:48:45.013274 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49555, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4888 2024.11.09 02:48:45.013291 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56177, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4889 2024.11.09 02:48:45.013398 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4890 2024.11.09 02:48:45.013423 [ 284 ] {} <Debug> HTTP-Session: 9ad5407e-22ef-4ab3-826c-a8011f1353af Authenticating user 'default' from [fd00:1122:3344:101::d]:56177
4891 2024.11.09 02:48:45.013457 [ 284 ] {} <Debug> HTTP-Session: 9ad5407e-22ef-4ab3-826c-a8011f1353af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4892 2024.11.09 02:48:45.013476 [ 284 ] {} <Debug> HTTP-Session: 9ad5407e-22ef-4ab3-826c-a8011f1353af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4893 2024.11.09 02:48:45.013527 [ 284 ] {} <Trace> HTTP-Session: 9ad5407e-22ef-4ab3-826c-a8011f1353af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4894 2024.11.09 02:48:45.013730 [ 284 ] {01939c63-aadf-405f-8f6e-5a75f6aa545b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56177) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
4895 2024.11.09 02:48:45.013787 [ 284 ] {01939c63-aadf-405f-8f6e-5a75f6aa545b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4896 2024.11.09 02:48:45.013976 [ 284 ] {01939c63-aadf-405f-8f6e-5a75f6aa545b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4897 2024.11.09 02:48:45.014382 [ 284 ] {01939c63-aadf-405f-8f6e-5a75f6aa545b} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4898 2024.11.09 02:48:45.014420 [ 284 ] {01939c63-aadf-405f-8f6e-5a75f6aa545b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4899 2024.11.09 02:48:45.014825 [ 284 ] {01939c63-aadf-405f-8f6e-5a75f6aa545b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4900 2024.11.09 02:48:45.015176 [ 284 ] {01939c63-aadf-405f-8f6e-5a75f6aa545b} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4901 2024.11.09 02:48:45.015343 [ 284 ] {01939c63-aadf-405f-8f6e-5a75f6aa545b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001697 sec., 94284.03064230997 rows/sec., 6.57 MiB/sec.
4902 2024.11.09 02:48:45.015633 [ 284 ] {01939c63-aadf-405f-8f6e-5a75f6aa545b} <Debug> DynamicQueryHandler: Done processing query
4903 2024.11.09 02:48:45.015678 [ 284 ] {01939c63-aadf-405f-8f6e-5a75f6aa545b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
4904 2024.11.09 02:48:45.015695 [ 284 ] {} <Debug> HTTP-Session: 9ad5407e-22ef-4ab3-826c-a8011f1353af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4905 2024.11.09 02:48:45.015874 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56177, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4906 2024.11.09 02:48:45.016003 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61687, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4907 2024.11.09 02:48:45.016097 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4908 2024.11.09 02:48:45.016124 [ 292 ] {} <Debug> HTTP-Session: 7632a00b-e357-4411-818f-96402166a50b Authenticating user 'default' from [fd00:1122:3344:101::d]:61687
4909 2024.11.09 02:48:45.016148 [ 292 ] {} <Debug> HTTP-Session: 7632a00b-e357-4411-818f-96402166a50b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4910 2024.11.09 02:48:45.016165 [ 292 ] {} <Debug> HTTP-Session: 7632a00b-e357-4411-818f-96402166a50b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4911 2024.11.09 02:48:45.016217 [ 292 ] {} <Trace> HTTP-Session: 7632a00b-e357-4411-818f-96402166a50b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4912 2024.11.09 02:48:45.016423 [ 292 ] {e78ab41d-2181-4e3f-aa56-83593df0d79b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61687) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4913 2024.11.09 02:48:45.016490 [ 292 ] {e78ab41d-2181-4e3f-aa56-83593df0d79b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4914 2024.11.09 02:48:45.016691 [ 292 ] {e78ab41d-2181-4e3f-aa56-83593df0d79b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4915 2024.11.09 02:48:45.017136 [ 292 ] {e78ab41d-2181-4e3f-aa56-83593df0d79b} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4916 2024.11.09 02:48:45.017176 [ 292 ] {e78ab41d-2181-4e3f-aa56-83593df0d79b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB.
4917 2024.11.09 02:48:45.017601 [ 292 ] {e78ab41d-2181-4e3f-aa56-83593df0d79b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4918 2024.11.09 02:48:45.017958 [ 292 ] {e78ab41d-2181-4e3f-aa56-83593df0d79b} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4919 2024.11.09 02:48:45.018119 [ 292 ] {e78ab41d-2181-4e3f-aa56-83593df0d79b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001772 sec., 33860.045146726865 rows/sec., 2.28 MiB/sec.
4920 2024.11.09 02:48:45.018476 [ 292 ] {e78ab41d-2181-4e3f-aa56-83593df0d79b} <Debug> DynamicQueryHandler: Done processing query
4921 2024.11.09 02:48:45.018504 [ 292 ] {e78ab41d-2181-4e3f-aa56-83593df0d79b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
4922 2024.11.09 02:48:45.018522 [ 292 ] {} <Debug> HTTP-Session: 7632a00b-e357-4411-818f-96402166a50b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4923 2024.11.09 02:48:45.018738 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61687, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4924 2024.11.09 02:48:46.416962 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache
4925 2024.11.09 02:48:46.417026 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache
4926 2024.11.09 02:48:50.014310 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56177, User-Agent: (none), Length: 40824, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4927 2024.11.09 02:48:50.014488 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4928 2024.11.09 02:48:50.014531 [ 284 ] {} <Debug> HTTP-Session: 7ea46e7d-04b8-446e-b19e-8937930a8edf Authenticating user 'default' from [fd00:1122:3344:101::d]:56177
4929 2024.11.09 02:48:50.014572 [ 284 ] {} <Debug> HTTP-Session: 7ea46e7d-04b8-446e-b19e-8937930a8edf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4930 2024.11.09 02:48:50.014600 [ 284 ] {} <Debug> HTTP-Session: 7ea46e7d-04b8-446e-b19e-8937930a8edf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4931 2024.11.09 02:48:50.014681 [ 284 ] {} <Trace> HTTP-Session: 7ea46e7d-04b8-446e-b19e-8937930a8edf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4932 2024.11.09 02:48:50.015040 [ 284 ] {39d08ba5-f982-4734-952e-414be86a4530} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56177) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4933 2024.11.09 02:48:50.015111 [ 284 ] {39d08ba5-f982-4734-952e-414be86a4530} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4934 2024.11.09 02:48:50.015452 [ 284 ] {39d08ba5-f982-4734-952e-414be86a4530} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4935 2024.11.09 02:48:50.016090 [ 284 ] {39d08ba5-f982-4734-952e-414be86a4530} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4936 2024.11.09 02:48:50.016138 [ 284 ] {39d08ba5-f982-4734-952e-414be86a4530} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
4937 2024.11.09 02:48:50.016584 [ 284 ] {39d08ba5-f982-4734-952e-414be86a4530} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4938 2024.11.09 02:48:50.016967 [ 284 ] {39d08ba5-f982-4734-952e-414be86a4530} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4939 2024.11.09 02:48:50.017155 [ 284 ] {39d08ba5-f982-4734-952e-414be86a4530} <Debug> executeQuery: Read 269 rows, 24.50 KiB in 0.002233 sec., 120465.74115539632 rows/sec., 10.71 MiB/sec.
4940 2024.11.09 02:48:50.017517 [ 284 ] {39d08ba5-f982-4734-952e-414be86a4530} <Debug> DynamicQueryHandler: Done processing query
4941 2024.11.09 02:48:50.017571 [ 284 ] {39d08ba5-f982-4734-952e-414be86a4530} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
4942 2024.11.09 02:48:50.017607 [ 284 ] {} <Debug> HTTP-Session: 7ea46e7d-04b8-446e-b19e-8937930a8edf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4943 2024.11.09 02:48:50.017853 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56177, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4944 2024.11.09 02:48:50.018016 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52145, User-Agent: (none), Length: 5783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4945 2024.11.09 02:48:50.018127 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4946 2024.11.09 02:48:50.018152 [ 292 ] {} <Debug> HTTP-Session: deed3eac-d559-4ac8-9bcd-874c8be46700 Authenticating user 'default' from [fd00:1122:3344:101::d]:52145
4947 2024.11.09 02:48:50.018176 [ 292 ] {} <Debug> HTTP-Session: deed3eac-d559-4ac8-9bcd-874c8be46700 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4948 2024.11.09 02:48:50.018189 [ 292 ] {} <Debug> HTTP-Session: deed3eac-d559-4ac8-9bcd-874c8be46700 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4949 2024.11.09 02:48:50.018241 [ 292 ] {} <Trace> HTTP-Session: deed3eac-d559-4ac8-9bcd-874c8be46700 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4950 2024.11.09 02:48:50.018435 [ 292 ] {697dc365-b687-48c2-b3e7-6099476f80bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52145) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
4951 2024.11.09 02:48:50.018503 [ 292 ] {697dc365-b687-48c2-b3e7-6099476f80bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4952 2024.11.09 02:48:50.018848 [ 292 ] {697dc365-b687-48c2-b3e7-6099476f80bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4953 2024.11.09 02:48:50.019241 [ 292 ] {697dc365-b687-48c2-b3e7-6099476f80bc} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4954 2024.11.09 02:48:50.019287 [ 292 ] {697dc365-b687-48c2-b3e7-6099476f80bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
4955 2024.11.09 02:48:50.019699 [ 292 ] {697dc365-b687-48c2-b3e7-6099476f80bc} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4956 2024.11.09 02:48:50.020094 [ 292 ] {697dc365-b687-48c2-b3e7-6099476f80bc} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4957 2024.11.09 02:48:50.020292 [ 292 ] {697dc365-b687-48c2-b3e7-6099476f80bc} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001909 sec., 20953.378732320587 rows/sec., 1.54 MiB/sec.
4958 2024.11.09 02:48:50.020582 [ 292 ] {697dc365-b687-48c2-b3e7-6099476f80bc} <Debug> DynamicQueryHandler: Done processing query
4959 2024.11.09 02:48:50.020610 [ 292 ] {697dc365-b687-48c2-b3e7-6099476f80bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
4960 2024.11.09 02:48:50.020628 [ 292 ] {} <Debug> HTTP-Session: deed3eac-d559-4ac8-9bcd-874c8be46700 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4961 2024.11.09 02:48:50.020860 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52145, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4962 2024.11.09 02:48:50.020872 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56177, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4963 2024.11.09 02:48:50.021024 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4964 2024.11.09 02:48:50.021075 [ 284 ] {} <Debug> HTTP-Session: 1e2a4dc4-1bd5-4f57-973d-f418a19b3bec Authenticating user 'default' from [fd00:1122:3344:101::d]:56177
4965 2024.11.09 02:48:50.021111 [ 284 ] {} <Debug> HTTP-Session: 1e2a4dc4-1bd5-4f57-973d-f418a19b3bec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4966 2024.11.09 02:48:50.021139 [ 284 ] {} <Debug> HTTP-Session: 1e2a4dc4-1bd5-4f57-973d-f418a19b3bec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4967 2024.11.09 02:48:50.021211 [ 284 ] {} <Trace> HTTP-Session: 1e2a4dc4-1bd5-4f57-973d-f418a19b3bec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4968 2024.11.09 02:48:50.021427 [ 284 ] {5357c26b-27de-4c05-a7dc-289a25d03aaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56177) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
4969 2024.11.09 02:48:50.021520 [ 284 ] {5357c26b-27de-4c05-a7dc-289a25d03aaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4970 2024.11.09 02:48:50.021970 [ 284 ] {5357c26b-27de-4c05-a7dc-289a25d03aaa} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4971 2024.11.09 02:48:50.022289 [ 284 ] {5357c26b-27de-4c05-a7dc-289a25d03aaa} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4972 2024.11.09 02:48:50.022325 [ 284 ] {5357c26b-27de-4c05-a7dc-289a25d03aaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
4973 2024.11.09 02:48:50.022660 [ 284 ] {5357c26b-27de-4c05-a7dc-289a25d03aaa} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
4974 2024.11.09 02:48:50.023071 [ 284 ] {5357c26b-27de-4c05-a7dc-289a25d03aaa} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4975 2024.11.09 02:48:50.023238 [ 284 ] {5357c26b-27de-4c05-a7dc-289a25d03aaa} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001878 sec., 7454.739084132056 rows/sec., 522.08 KiB/sec.
4976 2024.11.09 02:48:50.023554 [ 284 ] {5357c26b-27de-4c05-a7dc-289a25d03aaa} <Debug> DynamicQueryHandler: Done processing query
4977 2024.11.09 02:48:50.023579 [ 284 ] {5357c26b-27de-4c05-a7dc-289a25d03aaa} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4978 2024.11.09 02:48:50.023596 [ 284 ] {} <Debug> HTTP-Session: 1e2a4dc4-1bd5-4f57-973d-f418a19b3bec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4979 2024.11.09 02:48:50.023733 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56177, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4980 2024.11.09 02:48:50.023816 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45499, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4981 2024.11.09 02:48:50.023890 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4982 2024.11.09 02:48:50.023912 [ 292 ] {} <Debug> HTTP-Session: f971a9b5-c091-4587-a77f-a97bb470b203 Authenticating user 'default' from [fd00:1122:3344:101::d]:45499
4983 2024.11.09 02:48:50.023932 [ 292 ] {} <Debug> HTTP-Session: f971a9b5-c091-4587-a77f-a97bb470b203 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4984 2024.11.09 02:48:50.023947 [ 292 ] {} <Debug> HTTP-Session: f971a9b5-c091-4587-a77f-a97bb470b203 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4985 2024.11.09 02:48:50.023989 [ 292 ] {} <Trace> HTTP-Session: f971a9b5-c091-4587-a77f-a97bb470b203 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4986 2024.11.09 02:48:50.024114 [ 292 ] {e6d36a7c-9641-45d9-9dbe-578c4f4afe3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45499) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
4987 2024.11.09 02:48:50.024166 [ 292 ] {e6d36a7c-9641-45d9-9dbe-578c4f4afe3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4988 2024.11.09 02:48:50.024439 [ 292 ] {e6d36a7c-9641-45d9-9dbe-578c4f4afe3d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4989 2024.11.09 02:48:50.024766 [ 292 ] {e6d36a7c-9641-45d9-9dbe-578c4f4afe3d} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4990 2024.11.09 02:48:50.024805 [ 292 ] {e6d36a7c-9641-45d9-9dbe-578c4f4afe3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
4991 2024.11.09 02:48:50.025163 [ 292 ] {e6d36a7c-9641-45d9-9dbe-578c4f4afe3d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
4992 2024.11.09 02:48:50.025534 [ 292 ] {e6d36a7c-9641-45d9-9dbe-578c4f4afe3d} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4993 2024.11.09 02:48:50.025688 [ 292 ] {e6d36a7c-9641-45d9-9dbe-578c4f4afe3d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001609 sec., 3729.0242386575515 rows/sec., 220.32 KiB/sec.
4994 2024.11.09 02:48:50.025857 [ 292 ] {e6d36a7c-9641-45d9-9dbe-578c4f4afe3d} <Debug> DynamicQueryHandler: Done processing query
4995 2024.11.09 02:48:50.025882 [ 292 ] {e6d36a7c-9641-45d9-9dbe-578c4f4afe3d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
4996 2024.11.09 02:48:50.025897 [ 292 ] {} <Debug> HTTP-Session: f971a9b5-c091-4587-a77f-a97bb470b203 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4997 2024.11.09 02:48:50.026146 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45499, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4998 2024.11.09 02:48:50.026257 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39185, User-Agent: (none), Length: 68538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4999 2024.11.09 02:48:50.026395 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5000 2024.11.09 02:48:50.026435 [ 271 ] {} <Debug> HTTP-Session: 9c08fbbe-da3f-4285-9757-e15aaede9b69 Authenticating user 'default' from [fd00:1122:3344:101::d]:39185
5001 2024.11.09 02:48:50.026469 [ 271 ] {} <Debug> HTTP-Session: 9c08fbbe-da3f-4285-9757-e15aaede9b69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5002 2024.11.09 02:48:50.026496 [ 271 ] {} <Debug> HTTP-Session: 9c08fbbe-da3f-4285-9757-e15aaede9b69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5003 2024.11.09 02:48:50.026562 [ 271 ] {} <Trace> HTTP-Session: 9c08fbbe-da3f-4285-9757-e15aaede9b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5004 2024.11.09 02:48:50.027970 [ 271 ] {022466e2-75b8-45ba-ba44-e499cbf92df2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39185) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
5005 2024.11.09 02:48:50.028021 [ 271 ] {022466e2-75b8-45ba-ba44-e499cbf92df2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5006 2024.11.09 02:48:50.028289 [ 271 ] {022466e2-75b8-45ba-ba44-e499cbf92df2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5007 2024.11.09 02:48:50.028913 [ 271 ] {022466e2-75b8-45ba-ba44-e499cbf92df2} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5008 2024.11.09 02:48:50.028950 [ 271 ] {022466e2-75b8-45ba-ba44-e499cbf92df2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5009 2024.11.09 02:48:50.029335 [ 271 ] {022466e2-75b8-45ba-ba44-e499cbf92df2} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5010 2024.11.09 02:48:50.029704 [ 271 ] {022466e2-75b8-45ba-ba44-e499cbf92df2} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5011 2024.11.09 02:48:50.029878 [ 271 ] {022466e2-75b8-45ba-ba44-e499cbf92df2} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.002022 sec., 208704.25321463897 rows/sec., 14.92 MiB/sec.
5012 2024.11.09 02:48:50.030068 [ 271 ] {022466e2-75b8-45ba-ba44-e499cbf92df2} <Debug> DynamicQueryHandler: Done processing query
5013 2024.11.09 02:48:50.030093 [ 271 ] {022466e2-75b8-45ba-ba44-e499cbf92df2} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
5014 2024.11.09 02:48:50.030109 [ 271 ] {} <Debug> HTTP-Session: 9c08fbbe-da3f-4285-9757-e15aaede9b69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5015 2024.11.09 02:48:50.030321 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39185, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5016 2024.11.09 02:48:50.030404 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53879, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5017 2024.11.09 02:48:50.030478 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5018 2024.11.09 02:48:50.030504 [ 292 ] {} <Debug> HTTP-Session: 7831590c-534a-47c9-9c2a-40ae173d5a8b Authenticating user 'default' from [fd00:1122:3344:101::d]:53879
5019 2024.11.09 02:48:50.030526 [ 292 ] {} <Debug> HTTP-Session: 7831590c-534a-47c9-9c2a-40ae173d5a8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5020 2024.11.09 02:48:50.030543 [ 292 ] {} <Debug> HTTP-Session: 7831590c-534a-47c9-9c2a-40ae173d5a8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5021 2024.11.09 02:48:50.030590 [ 292 ] {} <Trace> HTTP-Session: 7831590c-534a-47c9-9c2a-40ae173d5a8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5022 2024.11.09 02:48:50.030722 [ 292 ] {61485acf-789a-4c78-ba40-855384a0ff61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53879) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
5023 2024.11.09 02:48:50.030783 [ 292 ] {61485acf-789a-4c78-ba40-855384a0ff61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5024 2024.11.09 02:48:50.030965 [ 292 ] {61485acf-789a-4c78-ba40-855384a0ff61} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5025 2024.11.09 02:48:50.031241 [ 292 ] {61485acf-789a-4c78-ba40-855384a0ff61} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5026 2024.11.09 02:48:50.031277 [ 292 ] {61485acf-789a-4c78-ba40-855384a0ff61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5027 2024.11.09 02:48:50.031646 [ 292 ] {61485acf-789a-4c78-ba40-855384a0ff61} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
5028 2024.11.09 02:48:50.031973 [ 292 ] {61485acf-789a-4c78-ba40-855384a0ff61} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5029 2024.11.09 02:48:50.032130 [ 292 ] {61485acf-789a-4c78-ba40-855384a0ff61} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001446 sec., 4149.377593360996 rows/sec., 216.79 KiB/sec.
5030 2024.11.09 02:48:50.032295 [ 292 ] {61485acf-789a-4c78-ba40-855384a0ff61} <Debug> DynamicQueryHandler: Done processing query
5031 2024.11.09 02:48:50.032319 [ 292 ] {61485acf-789a-4c78-ba40-855384a0ff61} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
5032 2024.11.09 02:48:50.032334 [ 292 ] {} <Debug> HTTP-Session: 7831590c-534a-47c9-9c2a-40ae173d5a8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5033 2024.11.09 02:48:50.032554 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53879, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5034 2024.11.09 02:48:50.032686 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36079, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5035 2024.11.09 02:48:50.032795 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5036 2024.11.09 02:48:50.032834 [ 271 ] {} <Debug> HTTP-Session: 63a6b344-738a-4552-98ca-ab584b454062 Authenticating user 'default' from [fd00:1122:3344:101::d]:36079
5037 2024.11.09 02:48:50.032868 [ 271 ] {} <Debug> HTTP-Session: 63a6b344-738a-4552-98ca-ab584b454062 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5038 2024.11.09 02:48:50.032896 [ 271 ] {} <Debug> HTTP-Session: 63a6b344-738a-4552-98ca-ab584b454062 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5039 2024.11.09 02:48:50.032944 [ 271 ] {} <Trace> HTTP-Session: 63a6b344-738a-4552-98ca-ab584b454062 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5040 2024.11.09 02:48:50.033198 [ 271 ] {2eaac08e-62bd-4a18-be30-f300eccf4f64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36079) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
5041 2024.11.09 02:48:50.033260 [ 271 ] {2eaac08e-62bd-4a18-be30-f300eccf4f64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5042 2024.11.09 02:48:50.033475 [ 271 ] {2eaac08e-62bd-4a18-be30-f300eccf4f64} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5043 2024.11.09 02:48:50.033953 [ 271 ] {2eaac08e-62bd-4a18-be30-f300eccf4f64} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5044 2024.11.09 02:48:50.033990 [ 271 ] {2eaac08e-62bd-4a18-be30-f300eccf4f64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5045 2024.11.09 02:48:50.034386 [ 271 ] {2eaac08e-62bd-4a18-be30-f300eccf4f64} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5046 2024.11.09 02:48:50.034740 [ 271 ] {2eaac08e-62bd-4a18-be30-f300eccf4f64} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5047 2024.11.09 02:48:50.034908 [ 271 ] {2eaac08e-62bd-4a18-be30-f300eccf4f64} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001853 sec., 127900.70156502968 rows/sec., 8.57 MiB/sec.
5048 2024.11.09 02:48:50.035255 [ 271 ] {2eaac08e-62bd-4a18-be30-f300eccf4f64} <Debug> DynamicQueryHandler: Done processing query
5049 2024.11.09 02:48:50.035280 [ 271 ] {2eaac08e-62bd-4a18-be30-f300eccf4f64} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
5050 2024.11.09 02:48:50.035296 [ 271 ] {} <Debug> HTTP-Session: 63a6b344-738a-4552-98ca-ab584b454062 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5051 2024.11.09 02:48:50.035476 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53879, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5052 2024.11.09 02:48:50.035489 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36079, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5053 2024.11.09 02:48:50.035575 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5054 2024.11.09 02:48:50.035610 [ 292 ] {} <Debug> HTTP-Session: bba6b1fa-6f48-4748-a3ec-3525f2ab61b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:53879
5055 2024.11.09 02:48:50.035632 [ 292 ] {} <Debug> HTTP-Session: bba6b1fa-6f48-4748-a3ec-3525f2ab61b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5056 2024.11.09 02:48:50.035653 [ 292 ] {} <Debug> HTTP-Session: bba6b1fa-6f48-4748-a3ec-3525f2ab61b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5057 2024.11.09 02:48:50.035704 [ 292 ] {} <Trace> HTTP-Session: bba6b1fa-6f48-4748-a3ec-3525f2ab61b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5058 2024.11.09 02:48:50.035825 [ 292 ] {b2cfa26e-81da-4c3a-bf48-36cbb83180ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53879) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
5059 2024.11.09 02:48:50.035880 [ 292 ] {b2cfa26e-81da-4c3a-bf48-36cbb83180ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5060 2024.11.09 02:48:50.036029 [ 292 ] {b2cfa26e-81da-4c3a-bf48-36cbb83180ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5061 2024.11.09 02:48:50.036305 [ 292 ] {b2cfa26e-81da-4c3a-bf48-36cbb83180ce} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5062 2024.11.09 02:48:50.036341 [ 292 ] {b2cfa26e-81da-4c3a-bf48-36cbb83180ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5063 2024.11.09 02:48:50.036692 [ 292 ] {b2cfa26e-81da-4c3a-bf48-36cbb83180ce} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
5064 2024.11.09 02:48:50.037022 [ 292 ] {b2cfa26e-81da-4c3a-bf48-36cbb83180ce} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5065 2024.11.09 02:48:50.037181 [ 292 ] {b2cfa26e-81da-4c3a-bf48-36cbb83180ce} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001378 sec., 725.6894049346879 rows/sec., 48.90 KiB/sec.
5066 2024.11.09 02:48:50.037453 [ 292 ] {b2cfa26e-81da-4c3a-bf48-36cbb83180ce} <Debug> DynamicQueryHandler: Done processing query
5067 2024.11.09 02:48:50.037478 [ 292 ] {b2cfa26e-81da-4c3a-bf48-36cbb83180ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
5068 2024.11.09 02:48:50.037493 [ 292 ] {} <Debug> HTTP-Session: bba6b1fa-6f48-4748-a3ec-3525f2ab61b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5069 2024.11.09 02:48:50.037700 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53879, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5070 2024.11.09 02:48:50.037809 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41855, User-Agent: (none), Length: 66767, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5071 2024.11.09 02:48:50.037871 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5072 2024.11.09 02:48:50.037895 [ 271 ] {} <Debug> HTTP-Session: 5930cf47-e3da-4d65-9eea-3e5646f41cc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:41855
5073 2024.11.09 02:48:50.037916 [ 271 ] {} <Debug> HTTP-Session: 5930cf47-e3da-4d65-9eea-3e5646f41cc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5074 2024.11.09 02:48:50.037933 [ 271 ] {} <Debug> HTTP-Session: 5930cf47-e3da-4d65-9eea-3e5646f41cc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5075 2024.11.09 02:48:50.037976 [ 271 ] {} <Trace> HTTP-Session: 5930cf47-e3da-4d65-9eea-3e5646f41cc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5076 2024.11.09 02:48:50.038505 [ 271 ] {990e4295-024d-4ab4-8018-3468a797c300} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41855) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
5077 2024.11.09 02:48:50.038596 [ 271 ] {990e4295-024d-4ab4-8018-3468a797c300} <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
5078 2024.11.09 02:48:50.039107 [ 271 ] {990e4295-024d-4ab4-8018-3468a797c300} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5079 2024.11.09 02:48:50.039875 [ 271 ] {990e4295-024d-4ab4-8018-3468a797c300} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5080 2024.11.09 02:48:50.039912 [ 271 ] {990e4295-024d-4ab4-8018-3468a797c300} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5081 2024.11.09 02:48:50.040589 [ 271 ] {990e4295-024d-4ab4-8018-3468a797c300} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
5082 2024.11.09 02:48:50.041004 [ 271 ] {990e4295-024d-4ab4-8018-3468a797c300} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5083 2024.11.09 02:48:50.041228 [ 271 ] {990e4295-024d-4ab4-8018-3468a797c300} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00311 sec., 12861.736334405145 rows/sec., 23.05 MiB/sec.
5084 2024.11.09 02:48:50.041741 [ 271 ] {990e4295-024d-4ab4-8018-3468a797c300} <Debug> DynamicQueryHandler: Done processing query
5085 2024.11.09 02:48:50.041766 [ 271 ] {990e4295-024d-4ab4-8018-3468a797c300} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB.
5086 2024.11.09 02:48:50.041782 [ 271 ] {} <Debug> HTTP-Session: 5930cf47-e3da-4d65-9eea-3e5646f41cc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5087 2024.11.09 02:48:50.042002 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53879, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5088 2024.11.09 02:48:50.042018 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41855, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5089 2024.11.09 02:48:50.042098 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5090 2024.11.09 02:48:50.042123 [ 292 ] {} <Debug> HTTP-Session: d4c50376-aa3e-474b-b73d-8d513e8060eb Authenticating user 'default' from [fd00:1122:3344:101::d]:53879
5091 2024.11.09 02:48:50.042150 [ 292 ] {} <Debug> HTTP-Session: d4c50376-aa3e-474b-b73d-8d513e8060eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5092 2024.11.09 02:48:50.042173 [ 292 ] {} <Debug> HTTP-Session: d4c50376-aa3e-474b-b73d-8d513e8060eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5093 2024.11.09 02:48:50.042218 [ 292 ] {} <Trace> HTTP-Session: d4c50376-aa3e-474b-b73d-8d513e8060eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5094 2024.11.09 02:48:50.042360 [ 292 ] {0f43ff98-906c-4f97-8f31-eba7b674da8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53879) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
5095 2024.11.09 02:48:50.042409 [ 292 ] {0f43ff98-906c-4f97-8f31-eba7b674da8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5096 2024.11.09 02:48:50.042560 [ 292 ] {0f43ff98-906c-4f97-8f31-eba7b674da8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5097 2024.11.09 02:48:50.042844 [ 292 ] {0f43ff98-906c-4f97-8f31-eba7b674da8e} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5098 2024.11.09 02:48:50.042879 [ 292 ] {0f43ff98-906c-4f97-8f31-eba7b674da8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5099 2024.11.09 02:48:50.043242 [ 292 ] {0f43ff98-906c-4f97-8f31-eba7b674da8e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5100 2024.11.09 02:48:50.043571 [ 292 ] {0f43ff98-906c-4f97-8f31-eba7b674da8e} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5101 2024.11.09 02:48:50.043735 [ 292 ] {0f43ff98-906c-4f97-8f31-eba7b674da8e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001428 sec., 57422.969187675066 rows/sec., 3.65 MiB/sec.
5102 2024.11.09 02:48:50.043892 [ 292 ] {0f43ff98-906c-4f97-8f31-eba7b674da8e} <Debug> DynamicQueryHandler: Done processing query
5103 2024.11.09 02:48:50.043915 [ 292 ] {0f43ff98-906c-4f97-8f31-eba7b674da8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5104 2024.11.09 02:48:50.043930 [ 292 ] {} <Debug> HTTP-Session: d4c50376-aa3e-474b-b73d-8d513e8060eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5105 2024.11.09 02:48:50.044241 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53879, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5106 2024.11.09 02:48:50.845620 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42888, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5107 2024.11.09 02:48:51.082093 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53733, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5108 2024.11.09 02:48:51.105526 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34447, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5109 2024.11.09 02:48:51.111864 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36655, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5110 2024.11.09 02:48:51.120142 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33860, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5111 2024.11.09 02:48:51.207515 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47649, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5112 2024.11.09 02:48:51.221896 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54901, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5113 2024.11.09 02:48:51.230214 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61538, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5114 2024.11.09 02:48:51.536443 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 504
5115 2024.11.09 02:48:51.539232 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5116 2024.11.09 02:48:51.539279 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5117 2024.11.09 02:48:51.540803 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
5118 2024.11.09 02:48:51.541801 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5119 2024.11.09 02:48:51.542340 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 504
5120 2024.11.09 02:48:55.007256 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42888, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5121 2024.11.09 02:48:55.007380 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5122 2024.11.09 02:48:55.007409 [ 292 ] {} <Debug> HTTP-Session: 5b1bbbd0-6b17-47fa-9351-1c71c855edce Authenticating user 'default' from [fd00:1122:3344:101::d]:42888
5123 2024.11.09 02:48:55.007436 [ 292 ] {} <Debug> HTTP-Session: 5b1bbbd0-6b17-47fa-9351-1c71c855edce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5124 2024.11.09 02:48:55.007453 [ 292 ] {} <Debug> HTTP-Session: 5b1bbbd0-6b17-47fa-9351-1c71c855edce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5125 2024.11.09 02:48:55.007509 [ 292 ] {} <Trace> HTTP-Session: 5b1bbbd0-6b17-47fa-9351-1c71c855edce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5126 2024.11.09 02:48:55.007715 [ 292 ] {dc0598fc-5ce6-4ee5-8c22-e376efa10f9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42888) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
5127 2024.11.09 02:48:55.007791 [ 292 ] {dc0598fc-5ce6-4ee5-8c22-e376efa10f9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5128 2024.11.09 02:48:55.008162 [ 292 ] {dc0598fc-5ce6-4ee5-8c22-e376efa10f9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5129 2024.11.09 02:48:55.008556 [ 292 ] {dc0598fc-5ce6-4ee5-8c22-e376efa10f9d} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5130 2024.11.09 02:48:55.008601 [ 292 ] {dc0598fc-5ce6-4ee5-8c22-e376efa10f9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5131 2024.11.09 02:48:55.009016 [ 292 ] {dc0598fc-5ce6-4ee5-8c22-e376efa10f9d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
5132 2024.11.09 02:48:55.009403 [ 292 ] {dc0598fc-5ce6-4ee5-8c22-e376efa10f9d} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5133 2024.11.09 02:48:55.009556 [ 292 ] {dc0598fc-5ce6-4ee5-8c22-e376efa10f9d} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.0019 sec., 2105.2631578947367 rows/sec., 171.67 KiB/sec.
5134 2024.11.09 02:48:55.009865 [ 292 ] {dc0598fc-5ce6-4ee5-8c22-e376efa10f9d} <Debug> DynamicQueryHandler: Done processing query
5135 2024.11.09 02:48:55.009893 [ 292 ] {dc0598fc-5ce6-4ee5-8c22-e376efa10f9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
5136 2024.11.09 02:48:55.009910 [ 292 ] {} <Debug> HTTP-Session: 5b1bbbd0-6b17-47fa-9351-1c71c855edce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5137 2024.11.09 02:48:55.010116 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42888, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5138 2024.11.09 02:48:55.010201 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34517, User-Agent: (none), Length: 8114, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5139 2024.11.09 02:48:55.010328 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5140 2024.11.09 02:48:55.010355 [ 295 ] {} <Debug> HTTP-Session: 0739fbf4-a583-4098-9d7d-0299f324773a Authenticating user 'default' from [fd00:1122:3344:101::d]:34517
5141 2024.11.09 02:48:55.010379 [ 295 ] {} <Debug> HTTP-Session: 0739fbf4-a583-4098-9d7d-0299f324773a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5142 2024.11.09 02:48:55.010393 [ 295 ] {} <Debug> HTTP-Session: 0739fbf4-a583-4098-9d7d-0299f324773a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5143 2024.11.09 02:48:55.010448 [ 295 ] {} <Trace> HTTP-Session: 0739fbf4-a583-4098-9d7d-0299f324773a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5144 2024.11.09 02:48:55.010653 [ 295 ] {ed7fd0ad-98e9-4c72-a342-e3c018890c9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34517) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
5145 2024.11.09 02:48:55.010723 [ 295 ] {ed7fd0ad-98e9-4c72-a342-e3c018890c9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5146 2024.11.09 02:48:55.011073 [ 295 ] {ed7fd0ad-98e9-4c72-a342-e3c018890c9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5147 2024.11.09 02:48:55.011497 [ 295 ] {ed7fd0ad-98e9-4c72-a342-e3c018890c9a} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5148 2024.11.09 02:48:55.011542 [ 295 ] {ed7fd0ad-98e9-4c72-a342-e3c018890c9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5149 2024.11.09 02:48:55.011987 [ 295 ] {ed7fd0ad-98e9-4c72-a342-e3c018890c9a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5150 2024.11.09 02:48:55.012394 [ 295 ] {ed7fd0ad-98e9-4c72-a342-e3c018890c9a} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5151 2024.11.09 02:48:55.012573 [ 121 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5152 2024.11.09 02:48:55.012583 [ 295 ] {ed7fd0ad-98e9-4c72-a342-e3c018890c9a} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.001994 sec., 29087.261785356066 rows/sec., 2.23 MiB/sec.
5153 2024.11.09 02:48:55.012661 [ 121 ] {} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5154 2024.11.09 02:48:55.012729 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5155 2024.11.09 02:48:55.012938 [ 187 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::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
5156 2024.11.09 02:48:55.013002 [ 295 ] {ed7fd0ad-98e9-4c72-a342-e3c018890c9a} <Debug> DynamicQueryHandler: Done processing query
5157 2024.11.09 02:48:55.013059 [ 295 ] {ed7fd0ad-98e9-4c72-a342-e3c018890c9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
5158 2024.11.09 02:48:55.013110 [ 295 ] {} <Debug> HTTP-Session: 0739fbf4-a583-4098-9d7d-0299f324773a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5159 2024.11.09 02:48:55.013207 [ 187 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5160 2024.11.09 02:48:55.013254 [ 187 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1416 rows starting from the beginning of the part
5161 2024.11.09 02:48:55.013413 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34517, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5162 2024.11.09 02:48:55.013526 [ 187 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 269 rows starting from the beginning of the part
5163 2024.11.09 02:48:55.013547 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34798, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5164 2024.11.09 02:48:55.013838 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5165 2024.11.09 02:48:55.014002 [ 292 ] {} <Debug> HTTP-Session: 636deb5d-24fd-46d8-a705-761986cd4208 Authenticating user 'default' from [fd00:1122:3344:101::d]:34798
5166 2024.11.09 02:48:55.014118 [ 292 ] {} <Debug> HTTP-Session: 636deb5d-24fd-46d8-a705-761986cd4208 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5167 2024.11.09 02:48:55.014128 [ 187 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 58 rows starting from the beginning of the part
5168 2024.11.09 02:48:55.014197 [ 292 ] {} <Debug> HTTP-Session: 636deb5d-24fd-46d8-a705-761986cd4208 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5169 2024.11.09 02:48:55.014363 [ 292 ] {} <Trace> HTTP-Session: 636deb5d-24fd-46d8-a705-761986cd4208 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5170 2024.11.09 02:48:55.014506 [ 187 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 56 rows starting from the beginning of the part
5171 2024.11.09 02:48:55.014705 [ 292 ] {4f3cd6e8-290a-4001-888c-2587942f5166} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34798) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
5172 2024.11.09 02:48:55.014791 [ 187 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 269 rows starting from the beginning of the part
5173 2024.11.09 02:48:55.014867 [ 292 ] {4f3cd6e8-290a-4001-888c-2587942f5166} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5174 2024.11.09 02:48:55.015170 [ 187 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 58 rows starting from the beginning of the part
5175 2024.11.09 02:48:55.015991 [ 292 ] {4f3cd6e8-290a-4001-888c-2587942f5166} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5176 2024.11.09 02:48:55.016429 [ 292 ] {4f3cd6e8-290a-4001-888c-2587942f5166} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5177 2024.11.09 02:48:55.016473 [ 292 ] {4f3cd6e8-290a-4001-888c-2587942f5166} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5178 2024.11.09 02:48:55.017074 [ 292 ] {4f3cd6e8-290a-4001-888c-2587942f5166} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5179 2024.11.09 02:48:55.017807 [ 292 ] {4f3cd6e8-290a-4001-888c-2587942f5166} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5180 2024.11.09 02:48:55.017884 [ 199 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2126 rows, containing 5 columns (5 merged, 0 gathered) in 0.005042984 sec., 421575.797186745 rows/sec., 37.26 MiB/sec.
5181 2024.11.09 02:48:55.018044 [ 292 ] {4f3cd6e8-290a-4001-888c-2587942f5166} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.003451 sec., 1159.0843233845262 rows/sec., 80.93 KiB/sec.
5182 2024.11.09 02:48:55.018259 [ 199 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5183 2024.11.09 02:48:55.018634 [ 292 ] {4f3cd6e8-290a-4001-888c-2587942f5166} <Debug> DynamicQueryHandler: Done processing query
5184 2024.11.09 02:48:55.018723 [ 292 ] {4f3cd6e8-290a-4001-888c-2587942f5166} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
5185 2024.11.09 02:48:55.018799 [ 292 ] {} <Debug> HTTP-Session: 636deb5d-24fd-46d8-a705-761986cd4208 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5186 2024.11.09 02:48:55.019137 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34798, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5187 2024.11.09 02:48:55.019304 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63989, User-Agent: (none), Length: 11580, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5188 2024.11.09 02:48:55.019385 [ 292 ] {} <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):
5189 
5190 (version 23.8.7.1)
5191 2024.11.09 02:48:55.019483 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5192 2024.11.09 02:48:55.019533 [ 295 ] {} <Debug> HTTP-Session: e5e0c7b3-fb76-4377-8894-6e111ede7611 Authenticating user 'default' from [fd00:1122:3344:101::d]:63989
5193 2024.11.09 02:48:55.019578 [ 295 ] {} <Debug> HTTP-Session: e5e0c7b3-fb76-4377-8894-6e111ede7611 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5194 2024.11.09 02:48:55.019616 [ 295 ] {} <Debug> HTTP-Session: e5e0c7b3-fb76-4377-8894-6e111ede7611 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5195 2024.11.09 02:48:55.019680 [ 199 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_26_5} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5196 2024.11.09 02:48:55.019708 [ 295 ] {} <Trace> HTTP-Session: e5e0c7b3-fb76-4377-8894-6e111ede7611 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5197 2024.11.09 02:48:55.019829 [ 199 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_26_5} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5198 2024.11.09 02:48:55.019985 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
5199 2024.11.09 02:48:55.020029 [ 295 ] {ee7954b9-31f4-4951-8c14-e445383c6fdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63989) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
5200 2024.11.09 02:48:55.020095 [ 295 ] {ee7954b9-31f4-4951-8c14-e445383c6fdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5201 2024.11.09 02:48:55.020367 [ 295 ] {ee7954b9-31f4-4951-8c14-e445383c6fdf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5202 2024.11.09 02:48:55.020750 [ 295 ] {ee7954b9-31f4-4951-8c14-e445383c6fdf} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5203 2024.11.09 02:48:55.020790 [ 295 ] {ee7954b9-31f4-4951-8c14-e445383c6fdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5204 2024.11.09 02:48:55.021178 [ 295 ] {ee7954b9-31f4-4951-8c14-e445383c6fdf} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5205 2024.11.09 02:48:55.021575 [ 295 ] {ee7954b9-31f4-4951-8c14-e445383c6fdf} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5206 2024.11.09 02:48:55.021746 [ 295 ] {ee7954b9-31f4-4951-8c14-e445383c6fdf} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001852 sec., 36717.062634989205 rows/sec., 2.87 MiB/sec.
5207 2024.11.09 02:48:55.021767 [ 121 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5208 2024.11.09 02:48:55.021866 [ 121 ] {} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5209 2024.11.09 02:48:55.021946 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5210 2024.11.09 02:48:55.022077 [ 295 ] {ee7954b9-31f4-4951-8c14-e445383c6fdf} <Debug> DynamicQueryHandler: Done processing query
5211 2024.11.09 02:48:55.022181 [ 295 ] {ee7954b9-31f4-4951-8c14-e445383c6fdf} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
5212 2024.11.09 02:48:55.022257 [ 295 ] {} <Debug> HTTP-Session: e5e0c7b3-fb76-4377-8894-6e111ede7611 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5213 2024.11.09 02:48:55.022317 [ 187 ] {48637766-a340-4af8-ae3d-4486ac21e344::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
5214 2024.11.09 02:48:55.022766 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63989, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5215 2024.11.09 02:48:55.022783 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62595, User-Agent: (none), Length: 31040, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5216 2024.11.09 02:48:55.022909 [ 187 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5217 2024.11.09 02:48:55.022916 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5218 2024.11.09 02:48:55.022995 [ 187 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 910 rows starting from the beginning of the part
5219 2024.11.09 02:48:55.022996 [ 292 ] {} <Debug> HTTP-Session: 82cf5560-2076-42d3-b538-509247f930aa Authenticating user 'default' from [fd00:1122:3344:101::d]:62595
5220 2024.11.09 02:48:55.023058 [ 292 ] {} <Debug> HTTP-Session: 82cf5560-2076-42d3-b538-509247f930aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5221 2024.11.09 02:48:55.023093 [ 292 ] {} <Debug> HTTP-Session: 82cf5560-2076-42d3-b538-509247f930aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5222 2024.11.09 02:48:55.023221 [ 187 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 422 rows starting from the beginning of the part
5223 2024.11.09 02:48:55.023228 [ 292 ] {} <Trace> HTTP-Session: 82cf5560-2076-42d3-b538-509247f930aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5224 2024.11.09 02:48:55.023548 [ 187 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 68 rows starting from the beginning of the part
5225 2024.11.09 02:48:55.023659 [ 292 ] {26656704-dab8-4322-8051-3ba59612fdad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
5226 2024.11.09 02:48:55.023851 [ 292 ] {26656704-dab8-4322-8051-3ba59612fdad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5227 2024.11.09 02:48:55.023906 [ 187 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 64 rows starting from the beginning of the part
5228 2024.11.09 02:48:55.024325 [ 187 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 422 rows starting from the beginning of the part
5229 2024.11.09 02:48:55.024705 [ 187 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 68 rows starting from the beginning of the part
5230 2024.11.09 02:48:55.025245 [ 292 ] {26656704-dab8-4322-8051-3ba59612fdad} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5231 2024.11.09 02:48:55.025814 [ 292 ] {26656704-dab8-4322-8051-3ba59612fdad} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5232 2024.11.09 02:48:55.025853 [ 292 ] {26656704-dab8-4322-8051-3ba59612fdad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5233 2024.11.09 02:48:55.026474 [ 292 ] {26656704-dab8-4322-8051-3ba59612fdad} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5234 2024.11.09 02:48:55.026880 [ 188 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1954 rows, containing 5 columns (5 merged, 0 gathered) in 0.004853501 sec., 402595.9817459603 rows/sec., 30.82 MiB/sec.
5235 2024.11.09 02:48:55.026994 [ 292 ] {26656704-dab8-4322-8051-3ba59612fdad} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5236 2024.11.09 02:48:55.027216 [ 188 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5237 2024.11.09 02:48:55.027229 [ 121 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5238 2024.11.09 02:48:55.027249 [ 292 ] {26656704-dab8-4322-8051-3ba59612fdad} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.003773 sec., 42936.65518155314 rows/sec., 2.99 MiB/sec.
5239 2024.11.09 02:48:55.027297 [ 121 ] {} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5240 2024.11.09 02:48:55.027369 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5241 2024.11.09 02:48:55.027941 [ 292 ] {26656704-dab8-4322-8051-3ba59612fdad} <Debug> DynamicQueryHandler: Done processing query
5242 2024.11.09 02:48:55.027991 [ 197 ] {173f980a-35dc-47ba-ab5b-853644c4390e::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
5243 2024.11.09 02:48:55.028028 [ 292 ] {26656704-dab8-4322-8051-3ba59612fdad} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
5244 2024.11.09 02:48:55.028125 [ 292 ] {} <Debug> HTTP-Session: 82cf5560-2076-42d3-b538-509247f930aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5245 2024.11.09 02:48:55.028506 [ 292 ] {} <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)
5246 2024.11.09 02:48:55.028617 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50417, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5247 2024.11.09 02:48:55.028744 [ 197 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5248 2024.11.09 02:48:55.028811 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5249 2024.11.09 02:48:55.028854 [ 197 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6427 rows starting from the beginning of the part
5250 2024.11.09 02:48:55.028887 [ 292 ] {} <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):
5251 
5252 (version 23.8.7.1)
5253 2024.11.09 02:48:55.028952 [ 295 ] {} <Debug> HTTP-Session: 1cf47443-8e95-49a5-838e-0f03d5338a3d Authenticating user 'default' from [fd00:1122:3344:101::d]:50417
5254 2024.11.09 02:48:55.028993 [ 188 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_26_5} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5255 2024.11.09 02:48:55.029087 [ 295 ] {} <Debug> HTTP-Session: 1cf47443-8e95-49a5-838e-0f03d5338a3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5256 2024.11.09 02:48:55.029216 [ 295 ] {} <Debug> HTTP-Session: 1cf47443-8e95-49a5-838e-0f03d5338a3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5257 2024.11.09 02:48:55.029272 [ 197 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 237 rows starting from the beginning of the part
5258 2024.11.09 02:48:55.029459 [ 295 ] {} <Trace> HTTP-Session: 1cf47443-8e95-49a5-838e-0f03d5338a3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5259 2024.11.09 02:48:55.029577 [ 188 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_26_5} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5260 2024.11.09 02:48:55.029770 [ 197 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 130 rows starting from the beginning of the part
5261 2024.11.09 02:48:55.030009 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
5262 2024.11.09 02:48:55.030062 [ 295 ] {ef74ca43-af3c-4074-a082-38e83c51b810} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50417) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
5263 2024.11.09 02:48:55.030176 [ 197 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part
5264 2024.11.09 02:48:55.030209 [ 295 ] {ef74ca43-af3c-4074-a082-38e83c51b810} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5265 2024.11.09 02:48:55.030448 [ 197 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 237 rows starting from the beginning of the part
5266 2024.11.09 02:48:55.030759 [ 197 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 162 rows starting from the beginning of the part
5267 2024.11.09 02:48:55.031229 [ 295 ] {ef74ca43-af3c-4074-a082-38e83c51b810} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5268 2024.11.09 02:48:55.031761 [ 295 ] {ef74ca43-af3c-4074-a082-38e83c51b810} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5269 2024.11.09 02:48:55.031799 [ 295 ] {ef74ca43-af3c-4074-a082-38e83c51b810} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5270 2024.11.09 02:48:55.032275 [ 295 ] {ef74ca43-af3c-4074-a082-38e83c51b810} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5271 2024.11.09 02:48:55.032796 [ 295 ] {ef74ca43-af3c-4074-a082-38e83c51b810} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5272 2024.11.09 02:48:55.032970 [ 295 ] {ef74ca43-af3c-4074-a082-38e83c51b810} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00319 sec., 18808.777429467085 rows/sec., 1.27 MiB/sec.
5273 2024.11.09 02:48:55.032982 [ 121 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5274 2024.11.09 02:48:55.033237 [ 121 ] {} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5275 2024.11.09 02:48:55.033299 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5276 2024.11.09 02:48:55.033555 [ 295 ] {ef74ca43-af3c-4074-a082-38e83c51b810} <Debug> DynamicQueryHandler: Done processing query
5277 2024.11.09 02:48:55.033572 [ 196 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::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
5278 2024.11.09 02:48:55.033600 [ 295 ] {ef74ca43-af3c-4074-a082-38e83c51b810} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
5279 2024.11.09 02:48:55.033654 [ 295 ] {} <Debug> HTTP-Session: 1cf47443-8e95-49a5-838e-0f03d5338a3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5280 2024.11.09 02:48:55.033811 [ 196 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5281 2024.11.09 02:48:55.033851 [ 196 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1224 rows starting from the beginning of the part
5282 2024.11.09 02:48:55.033999 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50417, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5283 2024.11.09 02:48:55.034169 [ 196 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 82 rows starting from the beginning of the part
5284 2024.11.09 02:48:55.034690 [ 196 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 48 rows starting from the beginning of the part
5285 2024.11.09 02:48:55.034825 [ 197 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7353 rows, containing 5 columns (5 merged, 0 gathered) in 0.007294901 sec., 1007964.3301533496 rows/sec., 68.32 MiB/sec.
5286 2024.11.09 02:48:55.034960 [ 196 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part
5287 2024.11.09 02:48:55.035061 [ 196 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 82 rows starting from the beginning of the part
5288 2024.11.09 02:48:55.035249 [ 196 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::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
5289 2024.11.09 02:48:55.035599 [ 197 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5290 2024.11.09 02:48:55.036568 [ 197 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5291 2024.11.09 02:48:55.036747 [ 197 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5292 2024.11.09 02:48:55.036933 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.41 MiB.
5293 2024.11.09 02:48:55.037569 [ 198 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1556 rows, containing 4 columns (4 merged, 0 gathered) in 0.004127896 sec., 376947.4812349924 rows/sec., 24.77 MiB/sec.
5294 2024.11.09 02:48:55.037971 [ 198 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5295 2024.11.09 02:48:55.038488 [ 198 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_26_5} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5296 2024.11.09 02:48:55.038579 [ 198 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_26_5} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5297 2024.11.09 02:48:55.038683 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
5298 2024.11.09 02:48:59.843214 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47935, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5299 2024.11.09 02:49:00.007697 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43662, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5300 2024.11.09 02:49:00.007811 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5301 2024.11.09 02:49:00.007837 [ 292 ] {} <Debug> HTTP-Session: 0d4be5e6-0b3a-49e3-a13a-5d76f19d2431 Authenticating user 'default' from [fd00:1122:3344:101::d]:43662
5302 2024.11.09 02:49:00.007860 [ 292 ] {} <Debug> HTTP-Session: 0d4be5e6-0b3a-49e3-a13a-5d76f19d2431 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5303 2024.11.09 02:49:00.007875 [ 292 ] {} <Debug> HTTP-Session: 0d4be5e6-0b3a-49e3-a13a-5d76f19d2431 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5304 2024.11.09 02:49:00.007926 [ 292 ] {} <Trace> HTTP-Session: 0d4be5e6-0b3a-49e3-a13a-5d76f19d2431 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5305 2024.11.09 02:49:00.008139 [ 292 ] {7a748f1e-c7d5-4545-9c8b-57b8d3fac69a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43662) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
5306 2024.11.09 02:49:00.008211 [ 292 ] {7a748f1e-c7d5-4545-9c8b-57b8d3fac69a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5307 2024.11.09 02:49:00.008564 [ 292 ] {7a748f1e-c7d5-4545-9c8b-57b8d3fac69a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5308 2024.11.09 02:49:00.009021 [ 292 ] {7a748f1e-c7d5-4545-9c8b-57b8d3fac69a} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5309 2024.11.09 02:49:00.009071 [ 292 ] {7a748f1e-c7d5-4545-9c8b-57b8d3fac69a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5310 2024.11.09 02:49:00.009519 [ 292 ] {7a748f1e-c7d5-4545-9c8b-57b8d3fac69a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5311 2024.11.09 02:49:00.009935 [ 292 ] {7a748f1e-c7d5-4545-9c8b-57b8d3fac69a} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5312 2024.11.09 02:49:00.010121 [ 292 ] {7a748f1e-c7d5-4545-9c8b-57b8d3fac69a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002046 sec., 27370.478983382207 rows/sec., 2.10 MiB/sec.
5313 2024.11.09 02:49:00.010531 [ 292 ] {7a748f1e-c7d5-4545-9c8b-57b8d3fac69a} <Debug> DynamicQueryHandler: Done processing query
5314 2024.11.09 02:49:00.010588 [ 292 ] {7a748f1e-c7d5-4545-9c8b-57b8d3fac69a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
5315 2024.11.09 02:49:00.010611 [ 292 ] {} <Debug> HTTP-Session: 0d4be5e6-0b3a-49e3-a13a-5d76f19d2431 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5316 2024.11.09 02:49:00.010889 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43662, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5317 2024.11.09 02:49:00.010994 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50417, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5318 2024.11.09 02:49:00.011173 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5319 2024.11.09 02:49:00.011220 [ 295 ] {} <Debug> HTTP-Session: caadf789-5451-4c96-bd45-f2943e881261 Authenticating user 'default' from [fd00:1122:3344:101::d]:50417
5320 2024.11.09 02:49:00.011261 [ 295 ] {} <Debug> HTTP-Session: caadf789-5451-4c96-bd45-f2943e881261 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5321 2024.11.09 02:49:00.011289 [ 295 ] {} <Debug> HTTP-Session: caadf789-5451-4c96-bd45-f2943e881261 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5322 2024.11.09 02:49:00.011346 [ 295 ] {} <Trace> HTTP-Session: caadf789-5451-4c96-bd45-f2943e881261 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5323 2024.11.09 02:49:00.011548 [ 295 ] {e8a84d88-d99a-4e48-8ed8-e9d0638c5d00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50417) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
5324 2024.11.09 02:49:00.011613 [ 295 ] {e8a84d88-d99a-4e48-8ed8-e9d0638c5d00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5325 2024.11.09 02:49:00.011954 [ 295 ] {e8a84d88-d99a-4e48-8ed8-e9d0638c5d00} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5326 2024.11.09 02:49:00.012391 [ 295 ] {e8a84d88-d99a-4e48-8ed8-e9d0638c5d00} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5327 2024.11.09 02:49:00.012432 [ 295 ] {e8a84d88-d99a-4e48-8ed8-e9d0638c5d00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5328 2024.11.09 02:49:00.012878 [ 295 ] {e8a84d88-d99a-4e48-8ed8-e9d0638c5d00} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5329 2024.11.09 02:49:00.013288 [ 295 ] {e8a84d88-d99a-4e48-8ed8-e9d0638c5d00} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5330 2024.11.09 02:49:00.013469 [ 295 ] {e8a84d88-d99a-4e48-8ed8-e9d0638c5d00} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00199 sec., 32160.804020100502 rows/sec., 2.51 MiB/sec.
5331 2024.11.09 02:49:00.013838 [ 295 ] {e8a84d88-d99a-4e48-8ed8-e9d0638c5d00} <Debug> DynamicQueryHandler: Done processing query
5332 2024.11.09 02:49:00.013868 [ 295 ] {e8a84d88-d99a-4e48-8ed8-e9d0638c5d00} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
5333 2024.11.09 02:49:00.013884 [ 295 ] {} <Debug> HTTP-Session: caadf789-5451-4c96-bd45-f2943e881261 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5334 2024.11.09 02:49:00.014086 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50417, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5335 2024.11.09 02:49:00.014229 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45470, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5336 2024.11.09 02:49:00.014302 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5337 2024.11.09 02:49:00.014323 [ 292 ] {} <Debug> HTTP-Session: d3a60dde-d48a-41ee-9ed3-f17ebbbdf65d Authenticating user 'default' from [fd00:1122:3344:101::d]:45470
5338 2024.11.09 02:49:00.014343 [ 292 ] {} <Debug> HTTP-Session: d3a60dde-d48a-41ee-9ed3-f17ebbbdf65d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5339 2024.11.09 02:49:00.014357 [ 292 ] {} <Debug> HTTP-Session: d3a60dde-d48a-41ee-9ed3-f17ebbbdf65d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5340 2024.11.09 02:49:00.014402 [ 292 ] {} <Trace> HTTP-Session: d3a60dde-d48a-41ee-9ed3-f17ebbbdf65d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5341 2024.11.09 02:49:00.014592 [ 292 ] {e10f4b64-0a5e-490f-8795-3849068e1267} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45470) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
5342 2024.11.09 02:49:00.014649 [ 292 ] {e10f4b64-0a5e-490f-8795-3849068e1267} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5343 2024.11.09 02:49:00.014832 [ 292 ] {e10f4b64-0a5e-490f-8795-3849068e1267} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5344 2024.11.09 02:49:00.015216 [ 292 ] {e10f4b64-0a5e-490f-8795-3849068e1267} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5345 2024.11.09 02:49:00.015255 [ 292 ] {e10f4b64-0a5e-490f-8795-3849068e1267} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5346 2024.11.09 02:49:00.015678 [ 292 ] {e10f4b64-0a5e-490f-8795-3849068e1267} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5347 2024.11.09 02:49:00.016032 [ 292 ] {e10f4b64-0a5e-490f-8795-3849068e1267} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5348 2024.11.09 02:49:00.016196 [ 292 ] {e10f4b64-0a5e-490f-8795-3849068e1267} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001686 sec., 94899.16963226572 rows/sec., 6.61 MiB/sec.
5349 2024.11.09 02:49:00.016373 [ 292 ] {e10f4b64-0a5e-490f-8795-3849068e1267} <Debug> DynamicQueryHandler: Done processing query
5350 2024.11.09 02:49:00.016398 [ 292 ] {e10f4b64-0a5e-490f-8795-3849068e1267} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
5351 2024.11.09 02:49:00.016414 [ 292 ] {} <Debug> HTTP-Session: d3a60dde-d48a-41ee-9ed3-f17ebbbdf65d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5352 2024.11.09 02:49:00.016660 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50417, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5353 2024.11.09 02:49:00.016687 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45470, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5354 2024.11.09 02:49:00.016811 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5355 2024.11.09 02:49:00.016860 [ 295 ] {} <Debug> HTTP-Session: 7d647ce9-ecdc-46f1-9769-f7e82fd685fc Authenticating user 'default' from [fd00:1122:3344:101::d]:50417
5356 2024.11.09 02:49:00.016905 [ 295 ] {} <Debug> HTTP-Session: 7d647ce9-ecdc-46f1-9769-f7e82fd685fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5357 2024.11.09 02:49:00.016934 [ 295 ] {} <Debug> HTTP-Session: 7d647ce9-ecdc-46f1-9769-f7e82fd685fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5358 2024.11.09 02:49:00.017005 [ 295 ] {} <Trace> HTTP-Session: 7d647ce9-ecdc-46f1-9769-f7e82fd685fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5359 2024.11.09 02:49:00.017307 [ 295 ] {73a7952d-bdd4-484a-ad66-00912807c091} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50417) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
5360 2024.11.09 02:49:00.017386 [ 295 ] {73a7952d-bdd4-484a-ad66-00912807c091} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5361 2024.11.09 02:49:00.017650 [ 295 ] {73a7952d-bdd4-484a-ad66-00912807c091} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5362 2024.11.09 02:49:00.017966 [ 295 ] {73a7952d-bdd4-484a-ad66-00912807c091} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5363 2024.11.09 02:49:00.018004 [ 295 ] {73a7952d-bdd4-484a-ad66-00912807c091} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5364 2024.11.09 02:49:00.018425 [ 295 ] {73a7952d-bdd4-484a-ad66-00912807c091} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5365 2024.11.09 02:49:00.018777 [ 295 ] {73a7952d-bdd4-484a-ad66-00912807c091} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5366 2024.11.09 02:49:00.018929 [ 295 ] {73a7952d-bdd4-484a-ad66-00912807c091} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00177 sec., 33898.30508474576 rows/sec., 2.28 MiB/sec.
5367 2024.11.09 02:49:00.019105 [ 295 ] {73a7952d-bdd4-484a-ad66-00912807c091} <Debug> DynamicQueryHandler: Done processing query
5368 2024.11.09 02:49:00.019130 [ 295 ] {73a7952d-bdd4-484a-ad66-00912807c091} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
5369 2024.11.09 02:49:00.019145 [ 295 ] {} <Debug> HTTP-Session: 7d647ce9-ecdc-46f1-9769-f7e82fd685fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5370 2024.11.09 02:49:00.019374 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50417, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5371 2024.11.09 02:49:00.493861 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45041, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5372 2024.11.09 02:49:00.519480 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56111, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5373 2024.11.09 02:49:00.561907 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54090, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5374 2024.11.09 02:49:00.596296 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59126, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5375 2024.11.09 02:49:00.628711 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62365, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5376 2024.11.09 02:49:00.672038 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59556, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5377 2024.11.09 02:49:00.752643 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57712, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5378 2024.11.09 02:49:01.417294 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache
5379 2024.11.09 02:49:01.417367 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache
5380 2024.11.09 02:49:01.542550 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 524
5381 2024.11.09 02:49:01.545249 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5382 2024.11.09 02:49:01.545289 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5383 2024.11.09 02:49:01.546814 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
5384 2024.11.09 02:49:01.547814 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5385 2024.11.09 02:49:01.548296 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 524
5386 2024.11.09 02:49:01.643051 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51951, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5387 2024.11.09 02:49:01.654704 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57173, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5388 2024.11.09 02:49:02.082562 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62835, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5389 2024.11.09 02:49:02.139406 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59069, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5390 2024.11.09 02:49:02.188046 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55590, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5391 2024.11.09 02:49:02.207753 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:61702, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5392 2024.11.09 02:49:02.287500 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46262, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5393 2024.11.09 02:49:02.325865 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58678, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5394 2024.11.09 02:49:02.345170 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58412, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5395 2024.11.09 02:49:02.352716 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36630, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5396 2024.11.09 02:49:02.369116 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39583, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5397 2024.11.09 02:49:02.421489 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49151, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5398 2024.11.09 02:49:02.492833 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60982, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5399 2024.11.09 02:49:02.519151 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54466, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5400 2024.11.09 02:49:02.531431 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:57167, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5401 2024.11.09 02:49:02.581697 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39645, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5402 2024.11.09 02:49:05.013528 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55620, User-Agent: (none), Length: 40824, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5403 2024.11.09 02:49:05.013661 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5404 2024.11.09 02:49:05.013689 [ 282 ] {} <Debug> HTTP-Session: ca9fb248-544e-4cec-b09d-3dfeb2598d5c Authenticating user 'default' from [fd00:1122:3344:101::d]:55620
5405 2024.11.09 02:49:05.013713 [ 282 ] {} <Debug> HTTP-Session: ca9fb248-544e-4cec-b09d-3dfeb2598d5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5406 2024.11.09 02:49:05.013728 [ 282 ] {} <Debug> HTTP-Session: ca9fb248-544e-4cec-b09d-3dfeb2598d5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5407 2024.11.09 02:49:05.013782 [ 282 ] {} <Trace> HTTP-Session: ca9fb248-544e-4cec-b09d-3dfeb2598d5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5408 2024.11.09 02:49:05.014075 [ 282 ] {57a9232d-21bd-4411-9279-72d7afb2aac2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55620) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
5409 2024.11.09 02:49:05.014152 [ 282 ] {57a9232d-21bd-4411-9279-72d7afb2aac2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5410 2024.11.09 02:49:05.014509 [ 282 ] {57a9232d-21bd-4411-9279-72d7afb2aac2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5411 2024.11.09 02:49:05.015115 [ 282 ] {57a9232d-21bd-4411-9279-72d7afb2aac2} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5412 2024.11.09 02:49:05.015179 [ 282 ] {57a9232d-21bd-4411-9279-72d7afb2aac2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5413 2024.11.09 02:49:05.015683 [ 282 ] {57a9232d-21bd-4411-9279-72d7afb2aac2} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5414 2024.11.09 02:49:05.016100 [ 282 ] {57a9232d-21bd-4411-9279-72d7afb2aac2} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5415 2024.11.09 02:49:05.016292 [ 282 ] {57a9232d-21bd-4411-9279-72d7afb2aac2} <Debug> executeQuery: Read 269 rows, 24.50 KiB in 0.002334 sec., 115252.78491859468 rows/sec., 10.25 MiB/sec.
5416 2024.11.09 02:49:05.016544 [ 282 ] {57a9232d-21bd-4411-9279-72d7afb2aac2} <Debug> DynamicQueryHandler: Done processing query
5417 2024.11.09 02:49:05.016575 [ 282 ] {57a9232d-21bd-4411-9279-72d7afb2aac2} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
5418 2024.11.09 02:49:05.016592 [ 282 ] {} <Debug> HTTP-Session: ca9fb248-544e-4cec-b09d-3dfeb2598d5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5419 2024.11.09 02:49:05.016805 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55620, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5420 2024.11.09 02:49:05.016911 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53708, User-Agent: (none), Length: 5783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5421 2024.11.09 02:49:05.017038 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5422 2024.11.09 02:49:05.017063 [ 293 ] {} <Debug> HTTP-Session: a098fbfb-1658-4b7b-8729-aaa82abb8fc7 Authenticating user 'default' from [fd00:1122:3344:101::d]:53708
5423 2024.11.09 02:49:05.017089 [ 293 ] {} <Debug> HTTP-Session: a098fbfb-1658-4b7b-8729-aaa82abb8fc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5424 2024.11.09 02:49:05.017104 [ 293 ] {} <Debug> HTTP-Session: a098fbfb-1658-4b7b-8729-aaa82abb8fc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5425 2024.11.09 02:49:05.017158 [ 293 ] {} <Trace> HTTP-Session: a098fbfb-1658-4b7b-8729-aaa82abb8fc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5426 2024.11.09 02:49:05.017351 [ 293 ] {ec63adc5-861e-4935-984a-869115ae3dd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53708) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
5427 2024.11.09 02:49:05.017419 [ 293 ] {ec63adc5-861e-4935-984a-869115ae3dd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5428 2024.11.09 02:49:05.017769 [ 293 ] {ec63adc5-861e-4935-984a-869115ae3dd7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5429 2024.11.09 02:49:05.018169 [ 293 ] {ec63adc5-861e-4935-984a-869115ae3dd7} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5430 2024.11.09 02:49:05.018214 [ 293 ] {ec63adc5-861e-4935-984a-869115ae3dd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5431 2024.11.09 02:49:05.018678 [ 293 ] {ec63adc5-861e-4935-984a-869115ae3dd7} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5432 2024.11.09 02:49:05.019078 [ 293 ] {ec63adc5-861e-4935-984a-869115ae3dd7} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5433 2024.11.09 02:49:05.019256 [ 293 ] {ec63adc5-861e-4935-984a-869115ae3dd7} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001963 sec., 20376.974019358127 rows/sec., 1.50 MiB/sec.
5434 2024.11.09 02:49:05.019265 [ 114 ] {} <Debug> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
5435 2024.11.09 02:49:05.019372 [ 114 ] {} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5436 2024.11.09 02:49:05.019443 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5437 2024.11.09 02:49:05.019617 [ 293 ] {ec63adc5-861e-4935-984a-869115ae3dd7} <Debug> DynamicQueryHandler: Done processing query
5438 2024.11.09 02:49:05.019691 [ 293 ] {ec63adc5-861e-4935-984a-869115ae3dd7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
5439 2024.11.09 02:49:05.019790 [ 293 ] {} <Debug> HTTP-Session: a098fbfb-1658-4b7b-8729-aaa82abb8fc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5440 2024.11.09 02:49:05.019811 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::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
5441 2024.11.09 02:49:05.020068 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53708, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5442 2024.11.09 02:49:05.020194 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55526, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5443 2024.11.09 02:49:05.020258 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5444 2024.11.09 02:49:05.020359 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5445 2024.11.09 02:49:05.020373 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 54 rows starting from the beginning of the part
5446 2024.11.09 02:49:05.020409 [ 282 ] {} <Debug> HTTP-Session: 59fce0ab-0c39-4538-bef3-b754c5a7f12d Authenticating user 'default' from [fd00:1122:3344:101::d]:55526
5447 2024.11.09 02:49:05.020454 [ 282 ] {} <Debug> HTTP-Session: 59fce0ab-0c39-4538-bef3-b754c5a7f12d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5448 2024.11.09 02:49:05.020492 [ 282 ] {} <Debug> HTTP-Session: 59fce0ab-0c39-4538-bef3-b754c5a7f12d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5449 2024.11.09 02:49:05.020618 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 40 rows starting from the beginning of the part
5450 2024.11.09 02:49:05.020660 [ 282 ] {} <Trace> HTTP-Session: 59fce0ab-0c39-4538-bef3-b754c5a7f12d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5451 2024.11.09 02:49:05.020907 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 4 rows starting from the beginning of the part
5452 2024.11.09 02:49:05.021085 [ 282 ] {162d38bc-dade-470b-a8b3-8885733ffd07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55526) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
5453 2024.11.09 02:49:05.021180 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 40 rows starting from the beginning of the part
5454 2024.11.09 02:49:05.021256 [ 282 ] {162d38bc-dade-470b-a8b3-8885733ffd07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5455 2024.11.09 02:49:05.021523 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part
5456 2024.11.09 02:49:05.022029 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 40 rows starting from the beginning of the part
5457 2024.11.09 02:49:05.022916 [ 282 ] {162d38bc-dade-470b-a8b3-8885733ffd07} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5458 2024.11.09 02:49:05.023811 [ 282 ] {162d38bc-dade-470b-a8b3-8885733ffd07} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5459 2024.11.09 02:49:05.023882 [ 282 ] {162d38bc-dade-470b-a8b3-8885733ffd07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5460 2024.11.09 02:49:05.024906 [ 282 ] {162d38bc-dade-470b-a8b3-8885733ffd07} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
5461 2024.11.09 02:49:05.024984 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 182 rows, containing 5 columns (5 merged, 0 gathered) in 0.005430623 sec., 33513.65027548405 rows/sec., 2.57 MiB/sec.
5462 2024.11.09 02:49:05.025298 [ 197 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
5463 2024.11.09 02:49:05.025591 [ 282 ] {162d38bc-dade-470b-a8b3-8885733ffd07} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5464 2024.11.09 02:49:05.026039 [ 282 ] {162d38bc-dade-470b-a8b3-8885733ffd07} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005106 sec., 2741.872307089698 rows/sec., 192.02 KiB/sec.
5465 2024.11.09 02:49:05.026666 [ 282 ] {162d38bc-dade-470b-a8b3-8885733ffd07} <Debug> DynamicQueryHandler: Done processing query
5466 2024.11.09 02:49:05.026718 [ 282 ] {162d38bc-dade-470b-a8b3-8885733ffd07} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5467 2024.11.09 02:49:05.026729 [ 197 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_16_3} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5468 2024.11.09 02:49:05.026750 [ 282 ] {} <Debug> HTTP-Session: 59fce0ab-0c39-4538-bef3-b754c5a7f12d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5469 2024.11.09 02:49:05.026873 [ 197 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_16_3} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
5470 2024.11.09 02:49:05.027022 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
5471 2024.11.09 02:49:05.027033 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55526, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5472 2024.11.09 02:49:05.027112 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57833, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5473 2024.11.09 02:49:05.027222 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5474 2024.11.09 02:49:05.027252 [ 293 ] {} <Debug> HTTP-Session: 55b50b5e-b33a-4091-a01c-08dbaa5eb5b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:57833
5475 2024.11.09 02:49:05.027276 [ 293 ] {} <Debug> HTTP-Session: 55b50b5e-b33a-4091-a01c-08dbaa5eb5b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5476 2024.11.09 02:49:05.027293 [ 293 ] {} <Debug> HTTP-Session: 55b50b5e-b33a-4091-a01c-08dbaa5eb5b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5477 2024.11.09 02:49:05.027342 [ 293 ] {} <Trace> HTTP-Session: 55b50b5e-b33a-4091-a01c-08dbaa5eb5b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5478 2024.11.09 02:49:05.027475 [ 293 ] {0edc1889-29eb-478c-a661-1055210404f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57833) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
5479 2024.11.09 02:49:05.027527 [ 293 ] {0edc1889-29eb-478c-a661-1055210404f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5480 2024.11.09 02:49:05.027797 [ 293 ] {0edc1889-29eb-478c-a661-1055210404f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5481 2024.11.09 02:49:05.028168 [ 293 ] {0edc1889-29eb-478c-a661-1055210404f4} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5482 2024.11.09 02:49:05.028206 [ 293 ] {0edc1889-29eb-478c-a661-1055210404f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5483 2024.11.09 02:49:05.028578 [ 293 ] {0edc1889-29eb-478c-a661-1055210404f4} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
5484 2024.11.09 02:49:05.028960 [ 293 ] {0edc1889-29eb-478c-a661-1055210404f4} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5485 2024.11.09 02:49:05.029114 [ 114 ] {} <Debug> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
5486 2024.11.09 02:49:05.029117 [ 293 ] {0edc1889-29eb-478c-a661-1055210404f4} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001665 sec., 3603.6036036036035 rows/sec., 212.91 KiB/sec.
5487 2024.11.09 02:49:05.029177 [ 114 ] {} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5488 2024.11.09 02:49:05.029249 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5489 2024.11.09 02:49:05.029651 [ 193 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::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
5490 2024.11.09 02:49:05.029664 [ 293 ] {0edc1889-29eb-478c-a661-1055210404f4} <Debug> DynamicQueryHandler: Done processing query
5491 2024.11.09 02:49:05.029748 [ 293 ] {0edc1889-29eb-478c-a661-1055210404f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
5492 2024.11.09 02:49:05.029786 [ 293 ] {} <Debug> HTTP-Session: 55b50b5e-b33a-4091-a01c-08dbaa5eb5b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5493 2024.11.09 02:49:05.029904 [ 193 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5494 2024.11.09 02:49:05.029947 [ 193 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::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
5495 2024.11.09 02:49:05.030079 [ 193 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::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
5496 2024.11.09 02:49:05.030159 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57833, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5497 2024.11.09 02:49:05.030420 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65325, User-Agent: (none), Length: 68538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5498 2024.11.09 02:49:05.030536 [ 193 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::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
5499 2024.11.09 02:49:05.030636 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5500 2024.11.09 02:49:05.030642 [ 293 ] {} <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):
5501 
5502 (version 23.8.7.1)
5503 2024.11.09 02:49:05.030741 [ 282 ] {} <Debug> HTTP-Session: bad49aea-77d5-4903-8992-c47613464b53 Authenticating user 'default' from [fd00:1122:3344:101::d]:65325
5504 2024.11.09 02:49:05.030845 [ 282 ] {} <Debug> HTTP-Session: bad49aea-77d5-4903-8992-c47613464b53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5505 2024.11.09 02:49:05.030866 [ 193 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::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
5506 2024.11.09 02:49:05.030913 [ 282 ] {} <Debug> HTTP-Session: bad49aea-77d5-4903-8992-c47613464b53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5507 2024.11.09 02:49:05.031092 [ 282 ] {} <Trace> HTTP-Session: bad49aea-77d5-4903-8992-c47613464b53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5508 2024.11.09 02:49:05.031129 [ 193 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::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
5509 2024.11.09 02:49:05.031617 [ 282 ] {518d0b64-9b56-4c26-8bd8-588afe8966cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65325) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
5510 2024.11.09 02:49:05.031707 [ 282 ] {518d0b64-9b56-4c26-8bd8-588afe8966cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5511 2024.11.09 02:49:05.032685 [ 282 ] {518d0b64-9b56-4c26-8bd8-588afe8966cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5512 2024.11.09 02:49:05.033439 [ 193 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004102925 sec., 7311.8567850984355 rows/sec., 464.13 KiB/sec.
5513 2024.11.09 02:49:05.033651 [ 193 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
5514 2024.11.09 02:49:05.033857 [ 282 ] {518d0b64-9b56-4c26-8bd8-588afe8966cb} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5515 2024.11.09 02:49:05.033950 [ 282 ] {518d0b64-9b56-4c26-8bd8-588afe8966cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5516 2024.11.09 02:49:05.034571 [ 193 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_9_2} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5517 2024.11.09 02:49:05.034739 [ 193 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_9_2} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
5518 2024.11.09 02:49:05.034853 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5519 2024.11.09 02:49:05.034890 [ 282 ] {518d0b64-9b56-4c26-8bd8-588afe8966cb} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5520 2024.11.09 02:49:05.035271 [ 282 ] {518d0b64-9b56-4c26-8bd8-588afe8966cb} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5521 2024.11.09 02:49:05.035434 [ 282 ] {518d0b64-9b56-4c26-8bd8-588afe8966cb} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.004046 sec., 104300.54374691052 rows/sec., 7.45 MiB/sec.
5522 2024.11.09 02:49:05.035630 [ 282 ] {518d0b64-9b56-4c26-8bd8-588afe8966cb} <Debug> DynamicQueryHandler: Done processing query
5523 2024.11.09 02:49:05.035656 [ 282 ] {518d0b64-9b56-4c26-8bd8-588afe8966cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
5524 2024.11.09 02:49:05.035673 [ 282 ] {} <Debug> HTTP-Session: bad49aea-77d5-4903-8992-c47613464b53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5525 2024.11.09 02:49:05.035878 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65325, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5526 2024.11.09 02:49:05.035960 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59672, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5527 2024.11.09 02:49:05.036070 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5528 2024.11.09 02:49:05.036108 [ 293 ] {} <Debug> HTTP-Session: 12b4d638-c5bf-4a73-9213-63b2434fdeab Authenticating user 'default' from [fd00:1122:3344:101::d]:59672
5529 2024.11.09 02:49:05.036143 [ 293 ] {} <Debug> HTTP-Session: 12b4d638-c5bf-4a73-9213-63b2434fdeab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5530 2024.11.09 02:49:05.036171 [ 293 ] {} <Debug> HTTP-Session: 12b4d638-c5bf-4a73-9213-63b2434fdeab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5531 2024.11.09 02:49:05.036239 [ 293 ] {} <Trace> HTTP-Session: 12b4d638-c5bf-4a73-9213-63b2434fdeab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5532 2024.11.09 02:49:05.036449 [ 293 ] {39ad846c-2559-43bc-b6d5-38a9dc880e79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59672) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
5533 2024.11.09 02:49:05.036514 [ 293 ] {39ad846c-2559-43bc-b6d5-38a9dc880e79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5534 2024.11.09 02:49:05.036679 [ 293 ] {39ad846c-2559-43bc-b6d5-38a9dc880e79} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5535 2024.11.09 02:49:05.036998 [ 293 ] {39ad846c-2559-43bc-b6d5-38a9dc880e79} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5536 2024.11.09 02:49:05.037035 [ 293 ] {39ad846c-2559-43bc-b6d5-38a9dc880e79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5537 2024.11.09 02:49:05.037410 [ 293 ] {39ad846c-2559-43bc-b6d5-38a9dc880e79} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
5538 2024.11.09 02:49:05.037767 [ 293 ] {39ad846c-2559-43bc-b6d5-38a9dc880e79} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5539 2024.11.09 02:49:05.037933 [ 293 ] {39ad846c-2559-43bc-b6d5-38a9dc880e79} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001542 sec., 3891.0505836575876 rows/sec., 203.29 KiB/sec.
5540 2024.11.09 02:49:05.038116 [ 293 ] {39ad846c-2559-43bc-b6d5-38a9dc880e79} <Debug> DynamicQueryHandler: Done processing query
5541 2024.11.09 02:49:05.038147 [ 293 ] {39ad846c-2559-43bc-b6d5-38a9dc880e79} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
5542 2024.11.09 02:49:05.038163 [ 293 ] {} <Debug> HTTP-Session: 12b4d638-c5bf-4a73-9213-63b2434fdeab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5543 2024.11.09 02:49:05.038385 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59672, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5544 2024.11.09 02:49:05.038404 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65325, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5545 2024.11.09 02:49:05.038487 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5546 2024.11.09 02:49:05.038526 [ 282 ] {} <Debug> HTTP-Session: d7a9d512-f0d5-49f5-9f51-7c42971b9164 Authenticating user 'default' from [fd00:1122:3344:101::d]:65325
5547 2024.11.09 02:49:05.038549 [ 282 ] {} <Debug> HTTP-Session: d7a9d512-f0d5-49f5-9f51-7c42971b9164 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5548 2024.11.09 02:49:05.038568 [ 282 ] {} <Debug> HTTP-Session: d7a9d512-f0d5-49f5-9f51-7c42971b9164 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5549 2024.11.09 02:49:05.038613 [ 282 ] {} <Trace> HTTP-Session: d7a9d512-f0d5-49f5-9f51-7c42971b9164 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5550 2024.11.09 02:49:05.038859 [ 282 ] {54966548-a306-4fbf-ac37-e99ae413d4eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65325) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
5551 2024.11.09 02:49:05.038918 [ 282 ] {54966548-a306-4fbf-ac37-e99ae413d4eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5552 2024.11.09 02:49:05.039137 [ 282 ] {54966548-a306-4fbf-ac37-e99ae413d4eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5553 2024.11.09 02:49:05.039622 [ 282 ] {54966548-a306-4fbf-ac37-e99ae413d4eb} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5554 2024.11.09 02:49:05.039658 [ 282 ] {54966548-a306-4fbf-ac37-e99ae413d4eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5555 2024.11.09 02:49:05.040058 [ 282 ] {54966548-a306-4fbf-ac37-e99ae413d4eb} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5556 2024.11.09 02:49:05.040418 [ 282 ] {54966548-a306-4fbf-ac37-e99ae413d4eb} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5557 2024.11.09 02:49:05.040569 [ 282 ] {54966548-a306-4fbf-ac37-e99ae413d4eb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001853 sec., 127900.70156502968 rows/sec., 8.57 MiB/sec.
5558 2024.11.09 02:49:05.040744 [ 282 ] {54966548-a306-4fbf-ac37-e99ae413d4eb} <Debug> DynamicQueryHandler: Done processing query
5559 2024.11.09 02:49:05.040768 [ 282 ] {54966548-a306-4fbf-ac37-e99ae413d4eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
5560 2024.11.09 02:49:05.040784 [ 282 ] {} <Debug> HTTP-Session: d7a9d512-f0d5-49f5-9f51-7c42971b9164 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5561 2024.11.09 02:49:05.040953 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65325, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5562 2024.11.09 02:49:05.041046 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5563 2024.11.09 02:49:05.041127 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5564 2024.11.09 02:49:05.041152 [ 293 ] {} <Debug> HTTP-Session: f86c7770-9f22-4bef-9a18-8a567aeb8833 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121
5565 2024.11.09 02:49:05.041174 [ 293 ] {} <Debug> HTTP-Session: f86c7770-9f22-4bef-9a18-8a567aeb8833 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5566 2024.11.09 02:49:05.041192 [ 293 ] {} <Debug> HTTP-Session: f86c7770-9f22-4bef-9a18-8a567aeb8833 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5567 2024.11.09 02:49:05.041239 [ 293 ] {} <Trace> HTTP-Session: f86c7770-9f22-4bef-9a18-8a567aeb8833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5568 2024.11.09 02:49:05.041364 [ 293 ] {b8ade58e-85e8-493a-8283-5013bbf0b4c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
5569 2024.11.09 02:49:05.041426 [ 293 ] {b8ade58e-85e8-493a-8283-5013bbf0b4c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5570 2024.11.09 02:49:05.041593 [ 293 ] {b8ade58e-85e8-493a-8283-5013bbf0b4c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5571 2024.11.09 02:49:05.041872 [ 293 ] {b8ade58e-85e8-493a-8283-5013bbf0b4c8} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5572 2024.11.09 02:49:05.041908 [ 293 ] {b8ade58e-85e8-493a-8283-5013bbf0b4c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5573 2024.11.09 02:49:05.042270 [ 293 ] {b8ade58e-85e8-493a-8283-5013bbf0b4c8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
5574 2024.11.09 02:49:05.042609 [ 293 ] {b8ade58e-85e8-493a-8283-5013bbf0b4c8} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5575 2024.11.09 02:49:05.042772 [ 293 ] {b8ade58e-85e8-493a-8283-5013bbf0b4c8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001441 sec., 693.9625260235947 rows/sec., 46.76 KiB/sec.
5576 2024.11.09 02:49:05.042995 [ 293 ] {b8ade58e-85e8-493a-8283-5013bbf0b4c8} <Debug> DynamicQueryHandler: Done processing query
5577 2024.11.09 02:49:05.043019 [ 293 ] {b8ade58e-85e8-493a-8283-5013bbf0b4c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
5578 2024.11.09 02:49:05.043035 [ 293 ] {} <Debug> HTTP-Session: f86c7770-9f22-4bef-9a18-8a567aeb8833 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5579 2024.11.09 02:49:05.043208 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5580 2024.11.09 02:49:05.043294 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49175, User-Agent: (none), Length: 66802, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5581 2024.11.09 02:49:05.043356 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5582 2024.11.09 02:49:05.043375 [ 282 ] {} <Debug> HTTP-Session: cbb8f8e2-e135-4bf4-99cc-d49054f10e21 Authenticating user 'default' from [fd00:1122:3344:101::d]:49175
5583 2024.11.09 02:49:05.043392 [ 282 ] {} <Debug> HTTP-Session: cbb8f8e2-e135-4bf4-99cc-d49054f10e21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5584 2024.11.09 02:49:05.043406 [ 282 ] {} <Debug> HTTP-Session: cbb8f8e2-e135-4bf4-99cc-d49054f10e21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5585 2024.11.09 02:49:05.043445 [ 282 ] {} <Trace> HTTP-Session: cbb8f8e2-e135-4bf4-99cc-d49054f10e21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5586 2024.11.09 02:49:05.043891 [ 282 ] {da7dbdf4-8d1c-4cbe-9920-648c41e5e86a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49175) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
5587 2024.11.09 02:49:05.043971 [ 282 ] {da7dbdf4-8d1c-4cbe-9920-648c41e5e86a} <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
5588 2024.11.09 02:49:05.044478 [ 282 ] {da7dbdf4-8d1c-4cbe-9920-648c41e5e86a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5589 2024.11.09 02:49:05.045260 [ 282 ] {da7dbdf4-8d1c-4cbe-9920-648c41e5e86a} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5590 2024.11.09 02:49:05.045296 [ 282 ] {da7dbdf4-8d1c-4cbe-9920-648c41e5e86a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5591 2024.11.09 02:49:05.045968 [ 282 ] {da7dbdf4-8d1c-4cbe-9920-648c41e5e86a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
5592 2024.11.09 02:49:05.046386 [ 282 ] {da7dbdf4-8d1c-4cbe-9920-648c41e5e86a} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5593 2024.11.09 02:49:05.046569 [ 113 ] {} <Debug> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
5594 2024.11.09 02:49:05.046594 [ 282 ] {da7dbdf4-8d1c-4cbe-9920-648c41e5e86a} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.003029 sec., 13205.678441729944 rows/sec., 23.66 MiB/sec.
5595 2024.11.09 02:49:05.046660 [ 113 ] {} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5596 2024.11.09 02:49:05.046759 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5597 2024.11.09 02:49:05.047083 [ 197 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::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
5598 2024.11.09 02:49:05.047124 [ 282 ] {da7dbdf4-8d1c-4cbe-9920-648c41e5e86a} <Debug> DynamicQueryHandler: Done processing query
5599 2024.11.09 02:49:05.047163 [ 282 ] {da7dbdf4-8d1c-4cbe-9920-648c41e5e86a} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB.
5600 2024.11.09 02:49:05.047211 [ 282 ] {} <Debug> HTTP-Session: cbb8f8e2-e135-4bf4-99cc-d49054f10e21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5601 2024.11.09 02:49:05.047495 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49175, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5602 2024.11.09 02:49:05.047513 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5603 2024.11.09 02:49:05.047734 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5604 2024.11.09 02:49:05.047808 [ 293 ] {} <Debug> HTTP-Session: 00a6e243-0bb6-4d68-a4a4-66d8b21c2aea Authenticating user 'default' from [fd00:1122:3344:101::d]:53121
5605 2024.11.09 02:49:05.047868 [ 293 ] {} <Debug> HTTP-Session: 00a6e243-0bb6-4d68-a4a4-66d8b21c2aea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5606 2024.11.09 02:49:05.047923 [ 293 ] {} <Debug> HTTP-Session: 00a6e243-0bb6-4d68-a4a4-66d8b21c2aea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5607 2024.11.09 02:49:05.047958 [ 197 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5608 2024.11.09 02:49:05.048018 [ 293 ] {} <Trace> HTTP-Session: 00a6e243-0bb6-4d68-a4a4-66d8b21c2aea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5609 2024.11.09 02:49:05.048134 [ 197 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 110 rows starting from the beginning of the part
5610 2024.11.09 02:49:05.048486 [ 293 ] {7edd86b6-deac-467f-b6dd-b5ea43362e7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
5611 2024.11.09 02:49:05.048664 [ 293 ] {7edd86b6-deac-467f-b6dd-b5ea43362e7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5612 2024.11.09 02:49:05.048803 [ 197 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 40 rows starting from the beginning of the part
5613 2024.11.09 02:49:05.049654 [ 293 ] {7edd86b6-deac-467f-b6dd-b5ea43362e7b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5614 2024.11.09 02:49:05.049678 [ 197 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 40 rows starting from the beginning of the part
5615 2024.11.09 02:49:05.050402 [ 197 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 40 rows starting from the beginning of the part
5616 2024.11.09 02:49:05.050744 [ 293 ] {7edd86b6-deac-467f-b6dd-b5ea43362e7b} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5617 2024.11.09 02:49:05.050900 [ 293 ] {7edd86b6-deac-467f-b6dd-b5ea43362e7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5618 2024.11.09 02:49:05.051082 [ 197 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 40 rows starting from the beginning of the part
5619 2024.11.09 02:49:05.051700 [ 197 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 40 rows starting from the beginning of the part
5620 2024.11.09 02:49:05.052419 [ 293 ] {7edd86b6-deac-467f-b6dd-b5ea43362e7b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5621 2024.11.09 02:49:05.053214 [ 293 ] {7edd86b6-deac-467f-b6dd-b5ea43362e7b} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5622 2024.11.09 02:49:05.053739 [ 293 ] {7edd86b6-deac-467f-b6dd-b5ea43362e7b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005477 sec., 14971.699835676465 rows/sec., 973.71 KiB/sec.
5623 2024.11.09 02:49:05.054078 [ 293 ] {7edd86b6-deac-467f-b6dd-b5ea43362e7b} <Debug> DynamicQueryHandler: Done processing query
5624 2024.11.09 02:49:05.054128 [ 293 ] {7edd86b6-deac-467f-b6dd-b5ea43362e7b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5625 2024.11.09 02:49:05.054174 [ 293 ] {} <Debug> HTTP-Session: 00a6e243-0bb6-4d68-a4a4-66d8b21c2aea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5626 2024.11.09 02:49:05.054645 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5627 2024.11.09 02:49:05.056949 [ 196 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 310 rows, containing 19 columns (19 merged, 0 gathered) in 0.010028557 sec., 30911.725385815724 rows/sec., 55.39 MiB/sec.
5628 2024.11.09 02:49:05.057696 [ 196 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
5629 2024.11.09 02:49:05.058336 [ 196 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5630 2024.11.09 02:49:05.058434 [ 196 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
5631 2024.11.09 02:49:05.058586 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.71 MiB.
5632 2024.11.09 02:49:08.188704 [ 109 ] {} <Debug> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
5633 2024.11.09 02:49:08.188850 [ 109 ] {} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5634 2024.11.09 02:49:08.188902 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5635 2024.11.09 02:49:08.189102 [ 200 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::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
5636 2024.11.09 02:49:08.189391 [ 200 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5637 2024.11.09 02:49:08.189435 [ 200 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part
5638 2024.11.09 02:49:08.189573 [ 200 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part
5639 2024.11.09 02:49:08.189850 [ 200 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::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
5640 2024.11.09 02:49:08.190045 [ 200 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part
5641 2024.11.09 02:49:08.190217 [ 200 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part
5642 2024.11.09 02:49:08.191360 [ 194 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 5 columns (5 merged, 0 gathered) in 0.002365469 sec., 9300.481215353066 rows/sec., 794.72 KiB/sec.
5643 2024.11.09 02:49:08.191583 [ 194 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
5644 2024.11.09 02:49:08.192449 [ 194 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_5_1} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5645 2024.11.09 02:49:08.192605 [ 194 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_5_1} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
5646 2024.11.09 02:49:08.192710 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5647 2024.11.09 02:49:10.005917 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56782, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5648 2024.11.09 02:49:10.006041 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5649 2024.11.09 02:49:10.006070 [ 282 ] {} <Debug> HTTP-Session: 58c80585-b671-4eee-ba66-e6c0a1aeac7d Authenticating user 'default' from [fd00:1122:3344:101::d]:56782
5650 2024.11.09 02:49:10.006095 [ 282 ] {} <Debug> HTTP-Session: 58c80585-b671-4eee-ba66-e6c0a1aeac7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5651 2024.11.09 02:49:10.006110 [ 282 ] {} <Debug> HTTP-Session: 58c80585-b671-4eee-ba66-e6c0a1aeac7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5652 2024.11.09 02:49:10.006162 [ 282 ] {} <Trace> HTTP-Session: 58c80585-b671-4eee-ba66-e6c0a1aeac7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5653 2024.11.09 02:49:10.006366 [ 282 ] {2d4c1325-b606-4520-b9e0-58e1543312bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56782) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
5654 2024.11.09 02:49:10.006441 [ 282 ] {2d4c1325-b606-4520-b9e0-58e1543312bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5655 2024.11.09 02:49:10.006798 [ 282 ] {2d4c1325-b606-4520-b9e0-58e1543312bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5656 2024.11.09 02:49:10.007297 [ 282 ] {2d4c1325-b606-4520-b9e0-58e1543312bc} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5657 2024.11.09 02:49:10.007352 [ 282 ] {2d4c1325-b606-4520-b9e0-58e1543312bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5658 2024.11.09 02:49:10.007835 [ 282 ] {2d4c1325-b606-4520-b9e0-58e1543312bc} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
5659 2024.11.09 02:49:10.008258 [ 282 ] {2d4c1325-b606-4520-b9e0-58e1543312bc} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5660 2024.11.09 02:49:10.008429 [ 282 ] {2d4c1325-b606-4520-b9e0-58e1543312bc} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.002119 sec., 3775.365738555923 rows/sec., 307.85 KiB/sec.
5661 2024.11.09 02:49:10.008704 [ 282 ] {2d4c1325-b606-4520-b9e0-58e1543312bc} <Debug> DynamicQueryHandler: Done processing query
5662 2024.11.09 02:49:10.008736 [ 282 ] {2d4c1325-b606-4520-b9e0-58e1543312bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5663 2024.11.09 02:49:10.008754 [ 282 ] {} <Debug> HTTP-Session: 58c80585-b671-4eee-ba66-e6c0a1aeac7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5664 2024.11.09 02:49:10.008989 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56782, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5665 2024.11.09 02:49:10.009088 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38984, User-Agent: (none), Length: 8380, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5666 2024.11.09 02:49:10.009217 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5667 2024.11.09 02:49:10.009242 [ 293 ] {} <Debug> HTTP-Session: dd72279a-efeb-4b31-a443-27708ae68b3c Authenticating user 'default' from [fd00:1122:3344:101::d]:38984
5668 2024.11.09 02:49:10.009267 [ 293 ] {} <Debug> HTTP-Session: dd72279a-efeb-4b31-a443-27708ae68b3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5669 2024.11.09 02:49:10.009281 [ 293 ] {} <Debug> HTTP-Session: dd72279a-efeb-4b31-a443-27708ae68b3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5670 2024.11.09 02:49:10.009333 [ 293 ] {} <Trace> HTTP-Session: dd72279a-efeb-4b31-a443-27708ae68b3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5671 2024.11.09 02:49:10.009540 [ 293 ] {7af8cf34-cbec-4e31-ac7b-114656d51de1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
5672 2024.11.09 02:49:10.009613 [ 293 ] {7af8cf34-cbec-4e31-ac7b-114656d51de1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5673 2024.11.09 02:49:10.009972 [ 293 ] {7af8cf34-cbec-4e31-ac7b-114656d51de1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5674 2024.11.09 02:49:10.010438 [ 293 ] {7af8cf34-cbec-4e31-ac7b-114656d51de1} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5675 2024.11.09 02:49:10.010484 [ 293 ] {7af8cf34-cbec-4e31-ac7b-114656d51de1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5676 2024.11.09 02:49:10.010936 [ 293 ] {7af8cf34-cbec-4e31-ac7b-114656d51de1} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5677 2024.11.09 02:49:10.011343 [ 293 ] {7af8cf34-cbec-4e31-ac7b-114656d51de1} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5678 2024.11.09 02:49:10.011517 [ 293 ] {7af8cf34-cbec-4e31-ac7b-114656d51de1} <Debug> executeQuery: Read 60 rows, 4.70 KiB in 0.002043 sec., 29368.57562408223 rows/sec., 2.25 MiB/sec.
5679 2024.11.09 02:49:10.011756 [ 293 ] {7af8cf34-cbec-4e31-ac7b-114656d51de1} <Debug> DynamicQueryHandler: Done processing query
5680 2024.11.09 02:49:10.011783 [ 293 ] {7af8cf34-cbec-4e31-ac7b-114656d51de1} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
5681 2024.11.09 02:49:10.011800 [ 293 ] {} <Debug> HTTP-Session: dd72279a-efeb-4b31-a443-27708ae68b3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5682 2024.11.09 02:49:10.012018 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38984, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5683 2024.11.09 02:49:10.012087 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55451, User-Agent: (none), Length: 1168, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5684 2024.11.09 02:49:10.012190 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5685 2024.11.09 02:49:10.012219 [ 282 ] {} <Debug> HTTP-Session: 865019b4-f680-4ea3-b1fd-9b79c2c2ad57 Authenticating user 'default' from [fd00:1122:3344:101::d]:55451
5686 2024.11.09 02:49:10.012243 [ 282 ] {} <Debug> HTTP-Session: 865019b4-f680-4ea3-b1fd-9b79c2c2ad57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5687 2024.11.09 02:49:10.012260 [ 282 ] {} <Debug> HTTP-Session: 865019b4-f680-4ea3-b1fd-9b79c2c2ad57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5688 2024.11.09 02:49:10.012312 [ 282 ] {} <Trace> HTTP-Session: 865019b4-f680-4ea3-b1fd-9b79c2c2ad57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5689 2024.11.09 02:49:10.012472 [ 282 ] {664c4c4d-6c99-4d5a-96c5-a23a3a404ccb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55451) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
5690 2024.11.09 02:49:10.012540 [ 282 ] {664c4c4d-6c99-4d5a-96c5-a23a3a404ccb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5691 2024.11.09 02:49:10.012848 [ 282 ] {664c4c4d-6c99-4d5a-96c5-a23a3a404ccb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5692 2024.11.09 02:49:10.013232 [ 282 ] {664c4c4d-6c99-4d5a-96c5-a23a3a404ccb} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5693 2024.11.09 02:49:10.013274 [ 282 ] {664c4c4d-6c99-4d5a-96c5-a23a3a404ccb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5694 2024.11.09 02:49:10.013679 [ 282 ] {664c4c4d-6c99-4d5a-96c5-a23a3a404ccb} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5695 2024.11.09 02:49:10.014090 [ 282 ] {664c4c4d-6c99-4d5a-96c5-a23a3a404ccb} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5696 2024.11.09 02:49:10.014242 [ 282 ] {664c4c4d-6c99-4d5a-96c5-a23a3a404ccb} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.001816 sec., 4405.286343612335 rows/sec., 307.60 KiB/sec.
5697 2024.11.09 02:49:10.014460 [ 282 ] {664c4c4d-6c99-4d5a-96c5-a23a3a404ccb} <Debug> DynamicQueryHandler: Done processing query
5698 2024.11.09 02:49:10.014487 [ 282 ] {664c4c4d-6c99-4d5a-96c5-a23a3a404ccb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5699 2024.11.09 02:49:10.014505 [ 282 ] {} <Debug> HTTP-Session: 865019b4-f680-4ea3-b1fd-9b79c2c2ad57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5700 2024.11.09 02:49:10.014714 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55451, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5701 2024.11.09 02:49:10.014811 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37118, User-Agent: (none), Length: 12262, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5702 2024.11.09 02:49:10.014889 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5703 2024.11.09 02:49:10.014913 [ 293 ] {} <Debug> HTTP-Session: bac96650-2245-40dd-b12d-0ca85949b853 Authenticating user 'default' from [fd00:1122:3344:101::d]:37118
5704 2024.11.09 02:49:10.014937 [ 293 ] {} <Debug> HTTP-Session: bac96650-2245-40dd-b12d-0ca85949b853 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5705 2024.11.09 02:49:10.014954 [ 293 ] {} <Debug> HTTP-Session: bac96650-2245-40dd-b12d-0ca85949b853 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5706 2024.11.09 02:49:10.015003 [ 293 ] {} <Trace> HTTP-Session: bac96650-2245-40dd-b12d-0ca85949b853 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5707 2024.11.09 02:49:10.015173 [ 293 ] {c0bfbf67-3fec-4799-9c6d-d1aa5ca0ac17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
5708 2024.11.09 02:49:10.015234 [ 293 ] {c0bfbf67-3fec-4799-9c6d-d1aa5ca0ac17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5709 2024.11.09 02:49:10.015565 [ 293 ] {c0bfbf67-3fec-4799-9c6d-d1aa5ca0ac17} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5710 2024.11.09 02:49:10.015960 [ 293 ] {c0bfbf67-3fec-4799-9c6d-d1aa5ca0ac17} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5711 2024.11.09 02:49:10.015997 [ 293 ] {c0bfbf67-3fec-4799-9c6d-d1aa5ca0ac17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5712 2024.11.09 02:49:10.016376 [ 293 ] {c0bfbf67-3fec-4799-9c6d-d1aa5ca0ac17} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5713 2024.11.09 02:49:10.016752 [ 293 ] {c0bfbf67-3fec-4799-9c6d-d1aa5ca0ac17} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5714 2024.11.09 02:49:10.016904 [ 293 ] {c0bfbf67-3fec-4799-9c6d-d1aa5ca0ac17} <Debug> executeQuery: Read 72 rows, 5.77 KiB in 0.001788 sec., 40268.45637583893 rows/sec., 3.15 MiB/sec.
5715 2024.11.09 02:49:10.017091 [ 293 ] {c0bfbf67-3fec-4799-9c6d-d1aa5ca0ac17} <Debug> DynamicQueryHandler: Done processing query
5716 2024.11.09 02:49:10.017116 [ 293 ] {c0bfbf67-3fec-4799-9c6d-d1aa5ca0ac17} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
5717 2024.11.09 02:49:10.017133 [ 293 ] {} <Debug> HTTP-Session: bac96650-2245-40dd-b12d-0ca85949b853 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5718 2024.11.09 02:49:10.017343 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55451, User-Agent: (none), Length: 25298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5719 2024.11.09 02:49:10.017355 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37118, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5720 2024.11.09 02:49:10.017441 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5721 2024.11.09 02:49:10.017475 [ 282 ] {} <Debug> HTTP-Session: 3638e64c-566a-4ffe-bc5b-592116619c56 Authenticating user 'default' from [fd00:1122:3344:101::d]:55451
5722 2024.11.09 02:49:10.017498 [ 282 ] {} <Debug> HTTP-Session: 3638e64c-566a-4ffe-bc5b-592116619c56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5723 2024.11.09 02:49:10.017524 [ 282 ] {} <Debug> HTTP-Session: 3638e64c-566a-4ffe-bc5b-592116619c56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5724 2024.11.09 02:49:10.017578 [ 282 ] {} <Trace> HTTP-Session: 3638e64c-566a-4ffe-bc5b-592116619c56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5725 2024.11.09 02:49:10.017773 [ 282 ] {28d7a225-e33f-4035-a10d-62d6bbd2bed9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55451) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
5726 2024.11.09 02:49:10.017831 [ 282 ] {28d7a225-e33f-4035-a10d-62d6bbd2bed9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5727 2024.11.09 02:49:10.018020 [ 282 ] {28d7a225-e33f-4035-a10d-62d6bbd2bed9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5728 2024.11.09 02:49:10.018413 [ 282 ] {28d7a225-e33f-4035-a10d-62d6bbd2bed9} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5729 2024.11.09 02:49:10.018449 [ 282 ] {28d7a225-e33f-4035-a10d-62d6bbd2bed9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5730 2024.11.09 02:49:10.018875 [ 282 ] {28d7a225-e33f-4035-a10d-62d6bbd2bed9} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5731 2024.11.09 02:49:10.019230 [ 282 ] {28d7a225-e33f-4035-a10d-62d6bbd2bed9} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5732 2024.11.09 02:49:10.019361 [ 282 ] {28d7a225-e33f-4035-a10d-62d6bbd2bed9} <Debug> executeQuery: Read 132 rows, 9.41 KiB in 0.001674 sec., 78853.04659498208 rows/sec., 5.49 MiB/sec.
5733 2024.11.09 02:49:10.019672 [ 282 ] {28d7a225-e33f-4035-a10d-62d6bbd2bed9} <Debug> DynamicQueryHandler: Done processing query
5734 2024.11.09 02:49:10.019704 [ 282 ] {28d7a225-e33f-4035-a10d-62d6bbd2bed9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
5735 2024.11.09 02:49:10.019721 [ 282 ] {} <Debug> HTTP-Session: 3638e64c-566a-4ffe-bc5b-592116619c56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5736 2024.11.09 02:49:10.019888 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55451, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5737 2024.11.09 02:49:10.019960 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33436, User-Agent: (none), Length: 7317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5738 2024.11.09 02:49:10.020040 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5739 2024.11.09 02:49:10.020076 [ 293 ] {} <Debug> HTTP-Session: 076ed961-8fc6-41f1-8840-67eaa4e79d08 Authenticating user 'default' from [fd00:1122:3344:101::d]:33436
5740 2024.11.09 02:49:10.020099 [ 293 ] {} <Debug> HTTP-Session: 076ed961-8fc6-41f1-8840-67eaa4e79d08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5741 2024.11.09 02:49:10.020116 [ 293 ] {} <Debug> HTTP-Session: 076ed961-8fc6-41f1-8840-67eaa4e79d08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5742 2024.11.09 02:49:10.020164 [ 293 ] {} <Trace> HTTP-Session: 076ed961-8fc6-41f1-8840-67eaa4e79d08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5743 2024.11.09 02:49:10.020345 [ 293 ] {3ae18447-3aa2-4aa4-8729-9f11d23b9447} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33436) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
5744 2024.11.09 02:49:10.020404 [ 293 ] {3ae18447-3aa2-4aa4-8729-9f11d23b9447} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5745 2024.11.09 02:49:10.020597 [ 293 ] {3ae18447-3aa2-4aa4-8729-9f11d23b9447} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5746 2024.11.09 02:49:10.020911 [ 293 ] {3ae18447-3aa2-4aa4-8729-9f11d23b9447} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5747 2024.11.09 02:49:10.020947 [ 293 ] {3ae18447-3aa2-4aa4-8729-9f11d23b9447} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5748 2024.11.09 02:49:10.021329 [ 293 ] {3ae18447-3aa2-4aa4-8729-9f11d23b9447} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5749 2024.11.09 02:49:10.021660 [ 293 ] {3ae18447-3aa2-4aa4-8729-9f11d23b9447} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5750 2024.11.09 02:49:10.021815 [ 293 ] {3ae18447-3aa2-4aa4-8729-9f11d23b9447} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001523 sec., 31516.743269862112 rows/sec., 2.12 MiB/sec.
5751 2024.11.09 02:49:10.021989 [ 293 ] {3ae18447-3aa2-4aa4-8729-9f11d23b9447} <Debug> DynamicQueryHandler: Done processing query
5752 2024.11.09 02:49:10.022013 [ 293 ] {3ae18447-3aa2-4aa4-8729-9f11d23b9447} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
5753 2024.11.09 02:49:10.022029 [ 293 ] {} <Debug> HTTP-Session: 076ed961-8fc6-41f1-8840-67eaa4e79d08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5754 2024.11.09 02:49:10.022272 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33436, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5755 2024.11.09 02:49:11.548484 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 556
5756 2024.11.09 02:49:11.551496 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5757 2024.11.09 02:49:11.551554 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5758 2024.11.09 02:49:11.553066 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5759 2024.11.09 02:49:11.554113 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5760 2024.11.09 02:49:11.554624 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 556
5761 2024.11.09 02:49:15.007525 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40829, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5762 2024.11.09 02:49:15.007654 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5763 2024.11.09 02:49:15.007684 [ 291 ] {} <Debug> HTTP-Session: 055b7ebc-2121-4d8d-84d1-9449de2faa33 Authenticating user 'default' from [fd00:1122:3344:101::d]:40829
5764 2024.11.09 02:49:15.007712 [ 291 ] {} <Debug> HTTP-Session: 055b7ebc-2121-4d8d-84d1-9449de2faa33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5765 2024.11.09 02:49:15.007730 [ 291 ] {} <Debug> HTTP-Session: 055b7ebc-2121-4d8d-84d1-9449de2faa33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5766 2024.11.09 02:49:15.007788 [ 291 ] {} <Trace> HTTP-Session: 055b7ebc-2121-4d8d-84d1-9449de2faa33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5767 2024.11.09 02:49:15.008016 [ 291 ] {e97aee0b-00aa-413a-bfc1-9f49521f4bef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40829) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
5768 2024.11.09 02:49:15.008086 [ 291 ] {e97aee0b-00aa-413a-bfc1-9f49521f4bef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5769 2024.11.09 02:49:15.008429 [ 291 ] {e97aee0b-00aa-413a-bfc1-9f49521f4bef} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5770 2024.11.09 02:49:15.008915 [ 291 ] {e97aee0b-00aa-413a-bfc1-9f49521f4bef} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5771 2024.11.09 02:49:15.008959 [ 291 ] {e97aee0b-00aa-413a-bfc1-9f49521f4bef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5772 2024.11.09 02:49:15.009400 [ 291 ] {e97aee0b-00aa-413a-bfc1-9f49521f4bef} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5773 2024.11.09 02:49:15.009800 [ 291 ] {e97aee0b-00aa-413a-bfc1-9f49521f4bef} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5774 2024.11.09 02:49:15.009980 [ 291 ] {e97aee0b-00aa-413a-bfc1-9f49521f4bef} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002022 sec., 27695.351137487636 rows/sec., 2.13 MiB/sec.
5775 2024.11.09 02:49:15.010318 [ 291 ] {e97aee0b-00aa-413a-bfc1-9f49521f4bef} <Debug> DynamicQueryHandler: Done processing query
5776 2024.11.09 02:49:15.010350 [ 291 ] {e97aee0b-00aa-413a-bfc1-9f49521f4bef} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
5777 2024.11.09 02:49:15.010367 [ 291 ] {} <Debug> HTTP-Session: 055b7ebc-2121-4d8d-84d1-9449de2faa33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5778 2024.11.09 02:49:15.010581 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40829, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5779 2024.11.09 02:49:15.010777 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51710, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5780 2024.11.09 02:49:15.010845 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5781 2024.11.09 02:49:15.010867 [ 289 ] {} <Debug> HTTP-Session: 8763830d-f302-4b78-9075-a0064565a985 Authenticating user 'default' from [fd00:1122:3344:101::d]:51710
5782 2024.11.09 02:49:15.010884 [ 289 ] {} <Debug> HTTP-Session: 8763830d-f302-4b78-9075-a0064565a985 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5783 2024.11.09 02:49:15.010900 [ 289 ] {} <Debug> HTTP-Session: 8763830d-f302-4b78-9075-a0064565a985 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5784 2024.11.09 02:49:15.010933 [ 289 ] {} <Trace> HTTP-Session: 8763830d-f302-4b78-9075-a0064565a985 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5785 2024.11.09 02:49:15.011068 [ 289 ] {c9c24841-d322-4773-a122-62e7d90ae099} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51710) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
5786 2024.11.09 02:49:15.011116 [ 289 ] {c9c24841-d322-4773-a122-62e7d90ae099} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5787 2024.11.09 02:49:15.011366 [ 289 ] {c9c24841-d322-4773-a122-62e7d90ae099} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5788 2024.11.09 02:49:15.011728 [ 289 ] {c9c24841-d322-4773-a122-62e7d90ae099} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5789 2024.11.09 02:49:15.011767 [ 289 ] {c9c24841-d322-4773-a122-62e7d90ae099} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5790 2024.11.09 02:49:15.012144 [ 289 ] {c9c24841-d322-4773-a122-62e7d90ae099} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5791 2024.11.09 02:49:15.012526 [ 289 ] {c9c24841-d322-4773-a122-62e7d90ae099} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5792 2024.11.09 02:49:15.012685 [ 289 ] {c9c24841-d322-4773-a122-62e7d90ae099} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00165 sec., 38787.87878787879 rows/sec., 3.03 MiB/sec.
5793 2024.11.09 02:49:15.012870 [ 289 ] {c9c24841-d322-4773-a122-62e7d90ae099} <Debug> DynamicQueryHandler: Done processing query
5794 2024.11.09 02:49:15.012896 [ 289 ] {c9c24841-d322-4773-a122-62e7d90ae099} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
5795 2024.11.09 02:49:15.012913 [ 289 ] {} <Debug> HTTP-Session: 8763830d-f302-4b78-9075-a0064565a985 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5796 2024.11.09 02:49:15.013110 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40829, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5797 2024.11.09 02:49:15.013123 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51710, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5798 2024.11.09 02:49:15.013174 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5799 2024.11.09 02:49:15.013203 [ 291 ] {} <Debug> HTTP-Session: a345de67-f9ea-4ebd-ac69-8d1141648f3b Authenticating user 'default' from [fd00:1122:3344:101::d]:40829
5800 2024.11.09 02:49:15.013224 [ 291 ] {} <Debug> HTTP-Session: a345de67-f9ea-4ebd-ac69-8d1141648f3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5801 2024.11.09 02:49:15.013241 [ 291 ] {} <Debug> HTTP-Session: a345de67-f9ea-4ebd-ac69-8d1141648f3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5802 2024.11.09 02:49:15.013281 [ 291 ] {} <Trace> HTTP-Session: a345de67-f9ea-4ebd-ac69-8d1141648f3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5803 2024.11.09 02:49:15.013468 [ 291 ] {fa77a016-71fe-4f98-976b-02247d1efbfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40829) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
5804 2024.11.09 02:49:15.013526 [ 291 ] {fa77a016-71fe-4f98-976b-02247d1efbfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5805 2024.11.09 02:49:15.013708 [ 291 ] {fa77a016-71fe-4f98-976b-02247d1efbfc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5806 2024.11.09 02:49:15.014109 [ 291 ] {fa77a016-71fe-4f98-976b-02247d1efbfc} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5807 2024.11.09 02:49:15.014146 [ 291 ] {fa77a016-71fe-4f98-976b-02247d1efbfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5808 2024.11.09 02:49:15.014542 [ 291 ] {fa77a016-71fe-4f98-976b-02247d1efbfc} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5809 2024.11.09 02:49:15.014895 [ 291 ] {fa77a016-71fe-4f98-976b-02247d1efbfc} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5810 2024.11.09 02:49:15.015070 [ 291 ] {fa77a016-71fe-4f98-976b-02247d1efbfc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001671 sec., 95751.04727707959 rows/sec., 6.67 MiB/sec.
5811 2024.11.09 02:49:15.015375 [ 291 ] {fa77a016-71fe-4f98-976b-02247d1efbfc} <Debug> DynamicQueryHandler: Done processing query
5812 2024.11.09 02:49:15.015418 [ 291 ] {fa77a016-71fe-4f98-976b-02247d1efbfc} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
5813 2024.11.09 02:49:15.015436 [ 291 ] {} <Debug> HTTP-Session: a345de67-f9ea-4ebd-ac69-8d1141648f3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5814 2024.11.09 02:49:15.015622 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40829, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5815 2024.11.09 02:49:15.015712 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45076, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5816 2024.11.09 02:49:15.015762 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5817 2024.11.09 02:49:15.015781 [ 289 ] {} <Debug> HTTP-Session: ac1f04ab-f2f0-483f-9025-b6adf3e84aa1 Authenticating user 'default' from [fd00:1122:3344:101::d]:45076
5818 2024.11.09 02:49:15.015797 [ 289 ] {} <Debug> HTTP-Session: ac1f04ab-f2f0-483f-9025-b6adf3e84aa1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5819 2024.11.09 02:49:15.015812 [ 289 ] {} <Debug> HTTP-Session: ac1f04ab-f2f0-483f-9025-b6adf3e84aa1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5820 2024.11.09 02:49:15.015842 [ 289 ] {} <Trace> HTTP-Session: ac1f04ab-f2f0-483f-9025-b6adf3e84aa1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5821 2024.11.09 02:49:15.015956 [ 289 ] {882b4776-6b0f-4f3e-bf8e-193721af0baa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45076) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
5822 2024.11.09 02:49:15.016005 [ 289 ] {882b4776-6b0f-4f3e-bf8e-193721af0baa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5823 2024.11.09 02:49:15.016153 [ 289 ] {882b4776-6b0f-4f3e-bf8e-193721af0baa} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5824 2024.11.09 02:49:15.016516 [ 289 ] {882b4776-6b0f-4f3e-bf8e-193721af0baa} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5825 2024.11.09 02:49:15.016553 [ 289 ] {882b4776-6b0f-4f3e-bf8e-193721af0baa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5826 2024.11.09 02:49:15.016919 [ 289 ] {882b4776-6b0f-4f3e-bf8e-193721af0baa} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5827 2024.11.09 02:49:15.017276 [ 289 ] {882b4776-6b0f-4f3e-bf8e-193721af0baa} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5828 2024.11.09 02:49:15.017429 [ 289 ] {882b4776-6b0f-4f3e-bf8e-193721af0baa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001502 sec., 39946.73768308921 rows/sec., 2.69 MiB/sec.
5829 2024.11.09 02:49:15.017612 [ 289 ] {882b4776-6b0f-4f3e-bf8e-193721af0baa} <Debug> DynamicQueryHandler: Done processing query
5830 2024.11.09 02:49:15.017636 [ 289 ] {882b4776-6b0f-4f3e-bf8e-193721af0baa} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
5831 2024.11.09 02:49:15.017652 [ 289 ] {} <Debug> HTTP-Session: ac1f04ab-f2f0-483f-9025-b6adf3e84aa1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5832 2024.11.09 02:49:15.017909 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45076, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5833 2024.11.09 02:49:16.417628 [ 101 ] {} <Debug> DNSResolver: Updating DNS cache
5834 2024.11.09 02:49:16.417694 [ 101 ] {} <Debug> DNSResolver: Updated DNS cache
5835 2024.11.09 02:49:16.999545 [ 101 ] {} <Debug> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
5836 2024.11.09 02:49:16.999642 [ 101 ] {} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5837 2024.11.09 02:49:16.999683 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5838 2024.11.09 02:49:16.999963 [ 186 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::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
5839 2024.11.09 02:49:17.000682 [ 186 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5840 2024.11.09 02:49:17.000829 [ 186 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::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
5841 2024.11.09 02:49:17.000952 [ 186 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::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
5842 2024.11.09 02:49:17.001194 [ 186 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::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
5843 2024.11.09 02:49:17.001396 [ 186 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::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
5844 2024.11.09 02:49:17.001588 [ 186 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::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
5845 2024.11.09 02:49:17.002705 [ 194 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 4 columns (4 merged, 0 gathered) in 0.00290681 sec., 18577.065580481696 rows/sec., 970.58 KiB/sec.
5846 2024.11.09 02:49:17.002842 [ 186 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
5847 2024.11.09 02:49:17.003236 [ 186 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_9_2} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5848 2024.11.09 02:49:17.003315 [ 186 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_9_2} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
5849 2024.11.09 02:49:17.003393 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
5850 2024.11.09 02:49:18.228766 [ 101 ] {} <Debug> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
5851 2024.11.09 02:49:18.228869 [ 101 ] {} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5852 2024.11.09 02:49:18.228911 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5853 2024.11.09 02:49:18.229132 [ 200 ] {88a23b06-e353-416c-8860-9499dcb823f7::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
5854 2024.11.09 02:49:18.229338 [ 200 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5855 2024.11.09 02:49:18.229382 [ 200 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part
5856 2024.11.09 02:49:18.229475 [ 200 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part
5857 2024.11.09 02:49:18.229707 [ 200 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part
5858 2024.11.09 02:49:18.230018 [ 200 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part
5859 2024.11.09 02:49:18.230256 [ 200 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part
5860 2024.11.09 02:49:18.231492 [ 186 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9 rows, containing 4 columns (4 merged, 0 gathered) in 0.002485301 sec., 3621.291746955399 rows/sec., 244.01 KiB/sec.
5861 2024.11.09 02:49:18.231650 [ 200 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
5862 2024.11.09 02:49:18.232038 [ 200 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_9_2} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5863 2024.11.09 02:49:18.232116 [ 200 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_9_2} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
5864 2024.11.09 02:49:18.232193 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
5865 2024.11.09 02:49:19.994072 [ 98 ] {} <Debug> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
5866 2024.11.09 02:49:19.994152 [ 98 ] {} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5867 2024.11.09 02:49:19.994179 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5868 2024.11.09 02:49:19.994352 [ 190 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::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
5869 2024.11.09 02:49:19.994556 [ 190 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5870 2024.11.09 02:49:19.994599 [ 190 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 242 rows starting from the beginning of the part
5871 2024.11.09 02:49:19.994697 [ 190 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part
5872 2024.11.09 02:49:19.994810 [ 190 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part
5873 2024.11.09 02:49:19.995106 [ 190 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part
5874 2024.11.09 02:49:19.995226 [ 190 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part
5875 2024.11.09 02:49:19.996338 [ 200 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002073953 sec., 143686.9591548121 rows/sec., 9.78 MiB/sec.
5876 2024.11.09 02:49:19.996571 [ 186 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
5877 2024.11.09 02:49:19.997101 [ 186 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_9_2} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5878 2024.11.09 02:49:19.997182 [ 186 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_9_2} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
5879 2024.11.09 02:49:19.997267 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
5880 2024.11.09 02:49:20.013042 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40829, User-Agent: (none), Length: 41147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5881 2024.11.09 02:49:20.013160 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5882 2024.11.09 02:49:20.013191 [ 291 ] {} <Debug> HTTP-Session: fb6e5880-4960-4000-a4cf-927cd012387c Authenticating user 'default' from [fd00:1122:3344:101::d]:40829
5883 2024.11.09 02:49:20.013219 [ 291 ] {} <Debug> HTTP-Session: fb6e5880-4960-4000-a4cf-927cd012387c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5884 2024.11.09 02:49:20.013336 [ 291 ] {} <Debug> HTTP-Session: fb6e5880-4960-4000-a4cf-927cd012387c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5885 2024.11.09 02:49:20.013397 [ 291 ] {} <Trace> HTTP-Session: fb6e5880-4960-4000-a4cf-927cd012387c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5886 2024.11.09 02:49:20.013701 [ 291 ] {2e9dc9ad-294c-4bf7-9323-1c7f966e7115} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40829) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
5887 2024.11.09 02:49:20.013778 [ 291 ] {2e9dc9ad-294c-4bf7-9323-1c7f966e7115} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5888 2024.11.09 02:49:20.014148 [ 291 ] {2e9dc9ad-294c-4bf7-9323-1c7f966e7115} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5889 2024.11.09 02:49:20.014735 [ 291 ] {2e9dc9ad-294c-4bf7-9323-1c7f966e7115} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5890 2024.11.09 02:49:20.014778 [ 291 ] {2e9dc9ad-294c-4bf7-9323-1c7f966e7115} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5891 2024.11.09 02:49:20.015231 [ 291 ] {2e9dc9ad-294c-4bf7-9323-1c7f966e7115} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5892 2024.11.09 02:49:20.015657 [ 291 ] {2e9dc9ad-294c-4bf7-9323-1c7f966e7115} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5893 2024.11.09 02:49:20.015820 [ 291 ] {2e9dc9ad-294c-4bf7-9323-1c7f966e7115} <Debug> executeQuery: Read 271 rows, 24.70 KiB in 0.002259 sec., 119964.58610004425 rows/sec., 10.68 MiB/sec.
5894 2024.11.09 02:49:20.015846 [ 98 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5895 2024.11.09 02:49:20.015984 [ 98 ] {} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5896 2024.11.09 02:49:20.016045 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5897 2024.11.09 02:49:20.016183 [ 291 ] {2e9dc9ad-294c-4bf7-9323-1c7f966e7115} <Debug> DynamicQueryHandler: Done processing query
5898 2024.11.09 02:49:20.016288 [ 291 ] {2e9dc9ad-294c-4bf7-9323-1c7f966e7115} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
5899 2024.11.09 02:49:20.016369 [ 291 ] {} <Debug> HTTP-Session: fb6e5880-4960-4000-a4cf-927cd012387c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5900 2024.11.09 02:49:20.016565 [ 190 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::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
5901 2024.11.09 02:49:20.016786 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40829, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5902 2024.11.09 02:49:20.016947 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57867, User-Agent: (none), Length: 5927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5903 2024.11.09 02:49:20.017130 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5904 2024.11.09 02:49:20.017146 [ 190 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5905 2024.11.09 02:49:20.017176 [ 289 ] {} <Debug> HTTP-Session: 3f73d8dc-d71c-4cfa-b30e-9bee2fbf2029 Authenticating user 'default' from [fd00:1122:3344:101::d]:57867
5906 2024.11.09 02:49:20.017208 [ 190 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::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
5907 2024.11.09 02:49:20.017219 [ 289 ] {} <Debug> HTTP-Session: 3f73d8dc-d71c-4cfa-b30e-9bee2fbf2029 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5908 2024.11.09 02:49:20.017264 [ 289 ] {} <Debug> HTTP-Session: 3f73d8dc-d71c-4cfa-b30e-9bee2fbf2029 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5909 2024.11.09 02:49:20.017407 [ 289 ] {} <Trace> HTTP-Session: 3f73d8dc-d71c-4cfa-b30e-9bee2fbf2029 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5910 2024.11.09 02:49:20.017426 [ 190 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 56 rows starting from the beginning of the part
5911 2024.11.09 02:49:20.017742 [ 190 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 269 rows starting from the beginning of the part
5912 2024.11.09 02:49:20.017865 [ 289 ] {e4a94800-6918-4aad-a0dc-a02dcb785241} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57867) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
5913 2024.11.09 02:49:20.018066 [ 190 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::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
5914 2024.11.09 02:49:20.018074 [ 289 ] {e4a94800-6918-4aad-a0dc-a02dcb785241} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5915 2024.11.09 02:49:20.018363 [ 190 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 56 rows starting from the beginning of the part
5916 2024.11.09 02:49:20.018655 [ 190 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 271 rows starting from the beginning of the part
5917 2024.11.09 02:49:20.019458 [ 289 ] {e4a94800-6918-4aad-a0dc-a02dcb785241} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5918 2024.11.09 02:49:20.020236 [ 289 ] {e4a94800-6918-4aad-a0dc-a02dcb785241} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5919 2024.11.09 02:49:20.020315 [ 289 ] {e4a94800-6918-4aad-a0dc-a02dcb785241} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5920 2024.11.09 02:49:20.021480 [ 289 ] {e4a94800-6918-4aad-a0dc-a02dcb785241} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5921 2024.11.09 02:49:20.022408 [ 289 ] {e4a94800-6918-4aad-a0dc-a02dcb785241} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5922 2024.11.09 02:49:20.022430 [ 190 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2130 rows, containing 5 columns (5 merged, 0 gathered) in 0.006265949 sec., 339932.5465304617 rows/sec., 30.04 MiB/sec.
5923 2024.11.09 02:49:20.022693 [ 289 ] {e4a94800-6918-4aad-a0dc-a02dcb785241} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.005031 sec., 8149.4732657523355 rows/sec., 612.80 KiB/sec.
5924 2024.11.09 02:49:20.022786 [ 190 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5925 2024.11.09 02:49:20.023074 [ 289 ] {e4a94800-6918-4aad-a0dc-a02dcb785241} <Debug> DynamicQueryHandler: Done processing query
5926 2024.11.09 02:49:20.023129 [ 289 ] {e4a94800-6918-4aad-a0dc-a02dcb785241} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
5927 2024.11.09 02:49:20.023200 [ 289 ] {} <Debug> HTTP-Session: 3f73d8dc-d71c-4cfa-b30e-9bee2fbf2029 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5928 2024.11.09 02:49:20.023450 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57867, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5929 2024.11.09 02:49:20.023582 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34080, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5930 2024.11.09 02:49:20.023611 [ 190 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_31_6} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5931 2024.11.09 02:49:20.023736 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5932 2024.11.09 02:49:20.023764 [ 190 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_31_6} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5933 2024.11.09 02:49:20.023780 [ 283 ] {} <Debug> HTTP-Session: 7ff0d3e3-5074-437d-999c-cc05c1dcfd9a Authenticating user 'default' from [fd00:1122:3344:101::d]:34080
5934 2024.11.09 02:49:20.023839 [ 283 ] {} <Debug> HTTP-Session: 7ff0d3e3-5074-437d-999c-cc05c1dcfd9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5935 2024.11.09 02:49:20.023897 [ 283 ] {} <Debug> HTTP-Session: 7ff0d3e3-5074-437d-999c-cc05c1dcfd9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5936 2024.11.09 02:49:20.023916 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
5937 2024.11.09 02:49:20.023973 [ 283 ] {} <Trace> HTTP-Session: 7ff0d3e3-5074-437d-999c-cc05c1dcfd9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5938 2024.11.09 02:49:20.024172 [ 283 ] {287abb3d-68a7-4766-9ff4-c1006b1a6b97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34080) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
5939 2024.11.09 02:49:20.024246 [ 283 ] {287abb3d-68a7-4766-9ff4-c1006b1a6b97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5940 2024.11.09 02:49:20.024593 [ 283 ] {287abb3d-68a7-4766-9ff4-c1006b1a6b97} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5941 2024.11.09 02:49:20.024963 [ 283 ] {287abb3d-68a7-4766-9ff4-c1006b1a6b97} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5942 2024.11.09 02:49:20.024999 [ 283 ] {287abb3d-68a7-4766-9ff4-c1006b1a6b97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5943 2024.11.09 02:49:20.025422 [ 283 ] {287abb3d-68a7-4766-9ff4-c1006b1a6b97} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
5944 2024.11.09 02:49:20.025822 [ 283 ] {287abb3d-68a7-4766-9ff4-c1006b1a6b97} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5945 2024.11.09 02:49:20.025960 [ 283 ] {287abb3d-68a7-4766-9ff4-c1006b1a6b97} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001862 sec., 7518.796992481203 rows/sec., 526.57 KiB/sec.
5946 2024.11.09 02:49:20.026146 [ 283 ] {287abb3d-68a7-4766-9ff4-c1006b1a6b97} <Debug> DynamicQueryHandler: Done processing query
5947 2024.11.09 02:49:20.026171 [ 283 ] {287abb3d-68a7-4766-9ff4-c1006b1a6b97} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5948 2024.11.09 02:49:20.026187 [ 283 ] {} <Debug> HTTP-Session: 7ff0d3e3-5074-437d-999c-cc05c1dcfd9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5949 2024.11.09 02:49:20.026373 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34080, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5950 2024.11.09 02:49:20.026438 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35047, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5951 2024.11.09 02:49:20.026515 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5952 2024.11.09 02:49:20.026556 [ 289 ] {} <Debug> HTTP-Session: 2ae15241-ea20-492c-8a76-26f53d785184 Authenticating user 'default' from [fd00:1122:3344:101::d]:35047
5953 2024.11.09 02:49:20.026582 [ 289 ] {} <Debug> HTTP-Session: 2ae15241-ea20-492c-8a76-26f53d785184 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5954 2024.11.09 02:49:20.026602 [ 289 ] {} <Debug> HTTP-Session: 2ae15241-ea20-492c-8a76-26f53d785184 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5955 2024.11.09 02:49:20.026647 [ 289 ] {} <Trace> HTTP-Session: 2ae15241-ea20-492c-8a76-26f53d785184 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5956 2024.11.09 02:49:20.026775 [ 289 ] {c6e2a5c9-7c52-46c2-9f45-e93c663986dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35047) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
5957 2024.11.09 02:49:20.026831 [ 289 ] {c6e2a5c9-7c52-46c2-9f45-e93c663986dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5958 2024.11.09 02:49:20.027123 [ 289 ] {c6e2a5c9-7c52-46c2-9f45-e93c663986dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5959 2024.11.09 02:49:20.027440 [ 289 ] {c6e2a5c9-7c52-46c2-9f45-e93c663986dd} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5960 2024.11.09 02:49:20.027476 [ 289 ] {c6e2a5c9-7c52-46c2-9f45-e93c663986dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5961 2024.11.09 02:49:20.027833 [ 289 ] {c6e2a5c9-7c52-46c2-9f45-e93c663986dd} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
5962 2024.11.09 02:49:20.028206 [ 289 ] {c6e2a5c9-7c52-46c2-9f45-e93c663986dd} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5963 2024.11.09 02:49:20.028363 [ 289 ] {c6e2a5c9-7c52-46c2-9f45-e93c663986dd} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001613 sec., 3719.7768133911964 rows/sec., 219.77 KiB/sec.
5964 2024.11.09 02:49:20.028537 [ 289 ] {c6e2a5c9-7c52-46c2-9f45-e93c663986dd} <Debug> DynamicQueryHandler: Done processing query
5965 2024.11.09 02:49:20.028561 [ 289 ] {c6e2a5c9-7c52-46c2-9f45-e93c663986dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5966 2024.11.09 02:49:20.028577 [ 289 ] {} <Debug> HTTP-Session: 2ae15241-ea20-492c-8a76-26f53d785184 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5967 2024.11.09 02:49:20.028795 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35047, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5968 2024.11.09 02:49:20.028933 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45448, User-Agent: (none), Length: 68708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5969 2024.11.09 02:49:20.029047 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5970 2024.11.09 02:49:20.029071 [ 283 ] {} <Debug> HTTP-Session: bb5a58cd-92fa-4814-b593-79f7a2131171 Authenticating user 'default' from [fd00:1122:3344:101::d]:45448
5971 2024.11.09 02:49:20.029092 [ 283 ] {} <Debug> HTTP-Session: bb5a58cd-92fa-4814-b593-79f7a2131171 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5972 2024.11.09 02:49:20.029109 [ 283 ] {} <Debug> HTTP-Session: bb5a58cd-92fa-4814-b593-79f7a2131171 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5973 2024.11.09 02:49:20.029153 [ 283 ] {} <Trace> HTTP-Session: bb5a58cd-92fa-4814-b593-79f7a2131171 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5974 2024.11.09 02:49:20.029447 [ 283 ] {44f776ff-9020-4b64-9d88-0b1f930ea08f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45448) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
5975 2024.11.09 02:49:20.029501 [ 283 ] {44f776ff-9020-4b64-9d88-0b1f930ea08f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5976 2024.11.09 02:49:20.029809 [ 283 ] {44f776ff-9020-4b64-9d88-0b1f930ea08f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5977 2024.11.09 02:49:20.030460 [ 283 ] {44f776ff-9020-4b64-9d88-0b1f930ea08f} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5978 2024.11.09 02:49:20.030496 [ 283 ] {44f776ff-9020-4b64-9d88-0b1f930ea08f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5979 2024.11.09 02:49:20.030906 [ 283 ] {44f776ff-9020-4b64-9d88-0b1f930ea08f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5980 2024.11.09 02:49:20.031309 [ 283 ] {44f776ff-9020-4b64-9d88-0b1f930ea08f} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5981 2024.11.09 02:49:20.031431 [ 98 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5982 2024.11.09 02:49:20.031436 [ 283 ] {44f776ff-9020-4b64-9d88-0b1f930ea08f} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002151 sec., 196652.71966527196 rows/sec., 14.06 MiB/sec.
5983 2024.11.09 02:49:20.031469 [ 98 ] {} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5984 2024.11.09 02:49:20.031506 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
5985 2024.11.09 02:49:20.031692 [ 200 ] {48637766-a340-4af8-ae3d-4486ac21e344::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
5986 2024.11.09 02:49:20.031727 [ 283 ] {44f776ff-9020-4b64-9d88-0b1f930ea08f} <Debug> DynamicQueryHandler: Done processing query
5987 2024.11.09 02:49:20.031765 [ 283 ] {44f776ff-9020-4b64-9d88-0b1f930ea08f} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
5988 2024.11.09 02:49:20.031799 [ 283 ] {} <Debug> HTTP-Session: bb5a58cd-92fa-4814-b593-79f7a2131171 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5989 2024.11.09 02:49:20.031901 [ 200 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5990 2024.11.09 02:49:20.031939 [ 200 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 914 rows starting from the beginning of the part
5991 2024.11.09 02:49:20.032108 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45448, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5992 2024.11.09 02:49:20.032159 [ 200 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 64 rows starting from the beginning of the part
5993 2024.11.09 02:49:20.032264 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57346, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5994 2024.11.09 02:49:20.032507 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5995 2024.11.09 02:49:20.032520 [ 200 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 422 rows starting from the beginning of the part
5996 2024.11.09 02:49:20.032546 [ 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):
5997 
5998 (version 23.8.7.1)
5999 2024.11.09 02:49:20.032654 [ 289 ] {} <Debug> HTTP-Session: ff59c3ac-1aa4-4b9a-95fa-9a5fc5e3e4bd Authenticating user 'default' from [fd00:1122:3344:101::d]:57346
6000 2024.11.09 02:49:20.032803 [ 289 ] {} <Debug> HTTP-Session: ff59c3ac-1aa4-4b9a-95fa-9a5fc5e3e4bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6001 2024.11.09 02:49:20.032906 [ 289 ] {} <Debug> HTTP-Session: ff59c3ac-1aa4-4b9a-95fa-9a5fc5e3e4bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6002 2024.11.09 02:49:20.032940 [ 200 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 72 rows starting from the beginning of the part
6003 2024.11.09 02:49:20.033041 [ 289 ] {} <Trace> HTTP-Session: ff59c3ac-1aa4-4b9a-95fa-9a5fc5e3e4bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6004 2024.11.09 02:49:20.033154 [ 200 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 64 rows starting from the beginning of the part
6005 2024.11.09 02:49:20.033390 [ 289 ] {cb1e3c8e-e961-4ddb-b6d2-240d1064d239} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57346) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
6006 2024.11.09 02:49:20.033515 [ 200 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 423 rows starting from the beginning of the part
6007 2024.11.09 02:49:20.033558 [ 289 ] {cb1e3c8e-e961-4ddb-b6d2-240d1064d239} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6008 2024.11.09 02:49:20.034151 [ 289 ] {cb1e3c8e-e961-4ddb-b6d2-240d1064d239} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6009 2024.11.09 02:49:20.034572 [ 289 ] {cb1e3c8e-e961-4ddb-b6d2-240d1064d239} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6010 2024.11.09 02:49:20.034614 [ 289 ] {cb1e3c8e-e961-4ddb-b6d2-240d1064d239} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
6011 2024.11.09 02:49:20.035274 [ 289 ] {cb1e3c8e-e961-4ddb-b6d2-240d1064d239} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
6012 2024.11.09 02:49:20.035734 [ 289 ] {cb1e3c8e-e961-4ddb-b6d2-240d1064d239} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6013 2024.11.09 02:49:20.035783 [ 189 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1959 rows, containing 5 columns (5 merged, 0 gathered) in 0.004176566 sec., 469045.62264788826 rows/sec., 35.91 MiB/sec.
6014 2024.11.09 02:49:20.035990 [ 289 ] {cb1e3c8e-e961-4ddb-b6d2-240d1064d239} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002754 sec., 2178.649237472767 rows/sec., 113.83 KiB/sec.
6015 2024.11.09 02:49:20.036156 [ 189 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6016 2024.11.09 02:49:20.036500 [ 289 ] {cb1e3c8e-e961-4ddb-b6d2-240d1064d239} <Debug> DynamicQueryHandler: Done processing query
6017 2024.11.09 02:49:20.036544 [ 289 ] {cb1e3c8e-e961-4ddb-b6d2-240d1064d239} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
6018 2024.11.09 02:49:20.036574 [ 289 ] {} <Debug> HTTP-Session: ff59c3ac-1aa4-4b9a-95fa-9a5fc5e3e4bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6019 2024.11.09 02:49:20.036821 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57346, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6020 2024.11.09 02:49:20.036914 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57469, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6021 2024.11.09 02:49:20.036999 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6022 2024.11.09 02:49:20.037062 [ 283 ] {} <Debug> HTTP-Session: df760b9c-7cd3-41b5-a5d9-d4ee21de7122 Authenticating user 'default' from [fd00:1122:3344:101::d]:57469
6023 2024.11.09 02:49:20.037084 [ 189 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_31_6} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6024 2024.11.09 02:49:20.037090 [ 283 ] {} <Debug> HTTP-Session: df760b9c-7cd3-41b5-a5d9-d4ee21de7122 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6025 2024.11.09 02:49:20.037117 [ 283 ] {} <Debug> HTTP-Session: df760b9c-7cd3-41b5-a5d9-d4ee21de7122 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6026 2024.11.09 02:49:20.037167 [ 283 ] {} <Trace> HTTP-Session: df760b9c-7cd3-41b5-a5d9-d4ee21de7122 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6027 2024.11.09 02:49:20.037198 [ 189 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_31_6} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6028 2024.11.09 02:49:20.037304 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
6029 2024.11.09 02:49:20.037398 [ 283 ] {b11e9c08-36dd-42cf-a6b3-2da1637882e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57469) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
6030 2024.11.09 02:49:20.037448 [ 283 ] {b11e9c08-36dd-42cf-a6b3-2da1637882e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6031 2024.11.09 02:49:20.037614 [ 283 ] {b11e9c08-36dd-42cf-a6b3-2da1637882e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6032 2024.11.09 02:49:20.038078 [ 283 ] {b11e9c08-36dd-42cf-a6b3-2da1637882e9} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6033 2024.11.09 02:49:20.038113 [ 283 ] {b11e9c08-36dd-42cf-a6b3-2da1637882e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
6034 2024.11.09 02:49:20.038528 [ 283 ] {b11e9c08-36dd-42cf-a6b3-2da1637882e9} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6035 2024.11.09 02:49:20.038883 [ 283 ] {b11e9c08-36dd-42cf-a6b3-2da1637882e9} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6036 2024.11.09 02:49:20.039031 [ 283 ] {b11e9c08-36dd-42cf-a6b3-2da1637882e9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001752 sec., 135273.97260273973 rows/sec., 9.07 MiB/sec.
6037 2024.11.09 02:49:20.039055 [ 97 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6038 2024.11.09 02:49:20.039138 [ 97 ] {} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6039 2024.11.09 02:49:20.039198 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
6040 2024.11.09 02:49:20.039326 [ 283 ] {b11e9c08-36dd-42cf-a6b3-2da1637882e9} <Debug> DynamicQueryHandler: Done processing query
6041 2024.11.09 02:49:20.039398 [ 283 ] {b11e9c08-36dd-42cf-a6b3-2da1637882e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
6042 2024.11.09 02:49:20.039478 [ 283 ] {} <Debug> HTTP-Session: df760b9c-7cd3-41b5-a5d9-d4ee21de7122 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6043 2024.11.09 02:49:20.039544 [ 201 ] {173f980a-35dc-47ba-ab5b-853644c4390e::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
6044 2024.11.09 02:49:20.039791 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57469, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6045 2024.11.09 02:49:20.039955 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49729, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6046 2024.11.09 02:49:20.040108 [ 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):
6047 
6048 (version 23.8.7.1)
6049 2024.11.09 02:49:20.040194 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6050 2024.11.09 02:49:20.040317 [ 285 ] {} <Debug> HTTP-Session: 0938c46b-8478-4fa1-aafd-2241d39c47b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:49729
6051 2024.11.09 02:49:20.040405 [ 285 ] {} <Debug> HTTP-Session: 0938c46b-8478-4fa1-aafd-2241d39c47b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6052 2024.11.09 02:49:20.040484 [ 285 ] {} <Debug> HTTP-Session: 0938c46b-8478-4fa1-aafd-2241d39c47b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6053 2024.11.09 02:49:20.040548 [ 201 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6054 2024.11.09 02:49:20.040625 [ 285 ] {} <Trace> HTTP-Session: 0938c46b-8478-4fa1-aafd-2241d39c47b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6055 2024.11.09 02:49:20.040660 [ 201 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7353 rows starting from the beginning of the part
6056 2024.11.09 02:49:20.040920 [ 201 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part
6057 2024.11.09 02:49:20.040939 [ 285 ] {f1f9d592-0cc8-44a8-86eb-6b2d2f1fb0b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49729) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
6058 2024.11.09 02:49:20.041135 [ 285 ] {f1f9d592-0cc8-44a8-86eb-6b2d2f1fb0b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6059 2024.11.09 02:49:20.041226 [ 201 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 237 rows starting from the beginning of the part
6060 2024.11.09 02:49:20.041651 [ 201 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 132 rows starting from the beginning of the part
6061 2024.11.09 02:49:20.042050 [ 201 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part
6062 2024.11.09 02:49:20.042054 [ 285 ] {f1f9d592-0cc8-44a8-86eb-6b2d2f1fb0b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6063 2024.11.09 02:49:20.042393 [ 201 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 237 rows starting from the beginning of the part
6064 2024.11.09 02:49:20.043109 [ 285 ] {f1f9d592-0cc8-44a8-86eb-6b2d2f1fb0b8} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6065 2024.11.09 02:49:20.043162 [ 285 ] {f1f9d592-0cc8-44a8-86eb-6b2d2f1fb0b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
6066 2024.11.09 02:49:20.043941 [ 285 ] {f1f9d592-0cc8-44a8-86eb-6b2d2f1fb0b8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
6067 2024.11.09 02:49:20.044301 [ 285 ] {f1f9d592-0cc8-44a8-86eb-6b2d2f1fb0b8} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6068 2024.11.09 02:49:20.044442 [ 285 ] {f1f9d592-0cc8-44a8-86eb-6b2d2f1fb0b8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00366 sec., 273.224043715847 rows/sec., 18.41 KiB/sec.
6069 2024.11.09 02:49:20.045004 [ 285 ] {f1f9d592-0cc8-44a8-86eb-6b2d2f1fb0b8} <Debug> DynamicQueryHandler: Done processing query
6070 2024.11.09 02:49:20.045055 [ 285 ] {f1f9d592-0cc8-44a8-86eb-6b2d2f1fb0b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
6071 2024.11.09 02:49:20.045092 [ 285 ] {} <Debug> HTTP-Session: 0938c46b-8478-4fa1-aafd-2241d39c47b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6072 2024.11.09 02:49:20.045410 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49729, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6073 2024.11.09 02:49:20.045452 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47701, User-Agent: (none), Length: 68462, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6074 2024.11.09 02:49:20.045582 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6075 2024.11.09 02:49:20.045670 [ 283 ] {} <Debug> HTTP-Session: 6aa04492-d33a-474a-ba7f-ba47df00db2e Authenticating user 'default' from [fd00:1122:3344:101::d]:47701
6076 2024.11.09 02:49:20.045711 [ 283 ] {} <Debug> HTTP-Session: 6aa04492-d33a-474a-ba7f-ba47df00db2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6077 2024.11.09 02:49:20.045729 [ 283 ] {} <Debug> HTTP-Session: 6aa04492-d33a-474a-ba7f-ba47df00db2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6078 2024.11.09 02:49:20.045857 [ 283 ] {} <Trace> HTTP-Session: 6aa04492-d33a-474a-ba7f-ba47df00db2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6079 2024.11.09 02:49:20.046852 [ 283 ] {11544427-fb65-4795-b984-58626c1686a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47701) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
6080 2024.11.09 02:49:20.046930 [ 283 ] {11544427-fb65-4795-b984-58626c1686a0} <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
6081 2024.11.09 02:49:20.047488 [ 283 ] {11544427-fb65-4795-b984-58626c1686a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6082 2024.11.09 02:49:20.047713 [ 201 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8279 rows, containing 5 columns (5 merged, 0 gathered) in 0.008426344 sec., 982513.8873988529 rows/sec., 66.66 MiB/sec.
6083 2024.11.09 02:49:20.047904 [ 200 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6084 2024.11.09 02:49:20.049040 [ 200 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6085 2024.11.09 02:49:20.049218 [ 283 ] {11544427-fb65-4795-b984-58626c1686a0} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6086 2024.11.09 02:49:20.049268 [ 200 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6087 2024.11.09 02:49:20.049276 [ 283 ] {11544427-fb65-4795-b984-58626c1686a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
6088 2024.11.09 02:49:20.049443 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.42 MiB.
6089 2024.11.09 02:49:20.050131 [ 283 ] {11544427-fb65-4795-b984-58626c1686a0} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
6090 2024.11.09 02:49:20.050566 [ 283 ] {11544427-fb65-4795-b984-58626c1686a0} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6091 2024.11.09 02:49:20.050756 [ 283 ] {11544427-fb65-4795-b984-58626c1686a0} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.004691 sec., 8740.140694947773 rows/sec., 15.66 MiB/sec.
6092 2024.11.09 02:49:20.050996 [ 283 ] {11544427-fb65-4795-b984-58626c1686a0} <Debug> DynamicQueryHandler: Done processing query
6093 2024.11.09 02:49:20.051021 [ 283 ] {11544427-fb65-4795-b984-58626c1686a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB.
6094 2024.11.09 02:49:20.051037 [ 283 ] {} <Debug> HTTP-Session: 6aa04492-d33a-474a-ba7f-ba47df00db2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6095 2024.11.09 02:49:20.051217 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47701, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6096 2024.11.09 02:49:20.051280 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44811, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6097 2024.11.09 02:49:20.051356 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6098 2024.11.09 02:49:20.051378 [ 285 ] {} <Debug> HTTP-Session: 96ee79fe-f2d5-4bb4-bf84-dd5d196e590d Authenticating user 'default' from [fd00:1122:3344:101::d]:44811
6099 2024.11.09 02:49:20.051395 [ 285 ] {} <Debug> HTTP-Session: 96ee79fe-f2d5-4bb4-bf84-dd5d196e590d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6100 2024.11.09 02:49:20.051409 [ 285 ] {} <Debug> HTTP-Session: 96ee79fe-f2d5-4bb4-bf84-dd5d196e590d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6101 2024.11.09 02:49:20.051449 [ 285 ] {} <Trace> HTTP-Session: 96ee79fe-f2d5-4bb4-bf84-dd5d196e590d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6102 2024.11.09 02:49:20.051587 [ 285 ] {90a9e8fb-57a2-4bde-9dec-4d14303c38f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44811) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6103 2024.11.09 02:49:20.051635 [ 285 ] {90a9e8fb-57a2-4bde-9dec-4d14303c38f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6104 2024.11.09 02:49:20.051795 [ 285 ] {90a9e8fb-57a2-4bde-9dec-4d14303c38f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6105 2024.11.09 02:49:20.052142 [ 285 ] {90a9e8fb-57a2-4bde-9dec-4d14303c38f0} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6106 2024.11.09 02:49:20.052178 [ 285 ] {90a9e8fb-57a2-4bde-9dec-4d14303c38f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
6107 2024.11.09 02:49:20.052552 [ 285 ] {90a9e8fb-57a2-4bde-9dec-4d14303c38f0} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6108 2024.11.09 02:49:20.052889 [ 285 ] {90a9e8fb-57a2-4bde-9dec-4d14303c38f0} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6109 2024.11.09 02:49:20.053016 [ 97 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6110 2024.11.09 02:49:20.053021 [ 285 ] {90a9e8fb-57a2-4bde-9dec-4d14303c38f0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001487 sec., 55144.58641560188 rows/sec., 3.50 MiB/sec.
6111 2024.11.09 02:49:20.053058 [ 97 ] {} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6112 2024.11.09 02:49:20.053098 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB.
6113 2024.11.09 02:49:20.053311 [ 285 ] {90a9e8fb-57a2-4bde-9dec-4d14303c38f0} <Debug> DynamicQueryHandler: Done processing query
6114 2024.11.09 02:49:20.053386 [ 285 ] {90a9e8fb-57a2-4bde-9dec-4d14303c38f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6115 2024.11.09 02:49:20.053463 [ 285 ] {} <Debug> HTTP-Session: 96ee79fe-f2d5-4bb4-bf84-dd5d196e590d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6116 2024.11.09 02:49:20.053473 [ 195 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::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
6117 2024.11.09 02:49:20.053885 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44811, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6118 2024.11.09 02:49:20.053900 [ 195 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6119 2024.11.09 02:49:20.053964 [ 195 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1556 rows starting from the beginning of the part
6120 2024.11.09 02:49:20.054111 [ 195 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part
6121 2024.11.09 02:49:20.054243 [ 195 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 82 rows starting from the beginning of the part
6122 2024.11.09 02:49:20.054460 [ 195 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 48 rows starting from the beginning of the part
6123 2024.11.09 02:49:20.054537 [ 195 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part
6124 2024.11.09 02:49:20.054727 [ 195 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 82 rows starting from the beginning of the part
6125 2024.11.09 02:49:20.056232 [ 200 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1888 rows, containing 4 columns (4 merged, 0 gathered) in 0.003034873 sec., 622101.814474609 rows/sec., 40.85 MiB/sec.
6126 2024.11.09 02:49:20.056559 [ 201 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6127 2024.11.09 02:49:20.057023 [ 201 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_31_6} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6128 2024.11.09 02:49:20.057113 [ 201 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_31_6} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6129 2024.11.09 02:49:20.057200 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
6130 2024.11.09 02:49:20.854273 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36535, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6131 2024.11.09 02:49:21.000272 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 162.38 MiB, peak 170.52 MiB, free memory in arenas 0.00 B, will set to 164.01 MiB (RSS), difference: 1.64 MiB
6132 2024.11.09 02:49:21.095829 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53001, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6133 2024.11.09 02:49:21.123438 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51591, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6134 2024.11.09 02:49:21.124810 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36786, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6135 2024.11.09 02:49:21.141039 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43215, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6136 2024.11.09 02:49:21.222236 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42448, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6137 2024.11.09 02:49:21.231537 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64605, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6138 2024.11.09 02:49:21.242822 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46796, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6139 2024.11.09 02:49:21.554853 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 584
6140 2024.11.09 02:49:21.557774 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6141 2024.11.09 02:49:21.557826 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6142 2024.11.09 02:49:21.559304 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
6143 2024.11.09 02:49:21.560317 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6144 2024.11.09 02:49:21.560505 [ 96 ] {} <Debug> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
6145 2024.11.09 02:49:21.560571 [ 96 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6146 2024.11.09 02:49:21.560613 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6147 2024.11.09 02:49:21.561161 [ 200 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::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
6148 2024.11.09 02:49:21.561654 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 584
6149 2024.11.09 02:49:21.562410 [ 200 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6150 2024.11.09 02:49:21.562591 [ 200 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::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
6151 2024.11.09 02:49:21.563225 [ 200 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 32 rows starting from the beginning of the part
6152 2024.11.09 02:49:21.563851 [ 200 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 28 rows starting from the beginning of the part
6153 2024.11.09 02:49:21.564402 [ 200 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 20 rows starting from the beginning of the part
6154 2024.11.09 02:49:21.564919 [ 200 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 32 rows starting from the beginning of the part
6155 2024.11.09 02:49:21.565292 [ 200 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 28 rows starting from the beginning of the part
6156 2024.11.09 02:49:21.574824 [ 201 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 584 rows, containing 72 columns (72 merged, 0 gathered) in 0.014040651 sec., 41593.51300733848 rows/sec., 32.22 MiB/sec.
6157 2024.11.09 02:49:21.576028 [ 199 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
6158 2024.11.09 02:49:21.577759 [ 199 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_16_3} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6159 2024.11.09 02:49:21.577840 [ 199 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_16_3} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
6160 2024.11.09 02:49:21.578151 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.94 MiB.
6161 2024.11.09 02:49:25.006431 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37179, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6162 2024.11.09 02:49:25.006531 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6163 2024.11.09 02:49:25.006555 [ 283 ] {} <Debug> HTTP-Session: fe9c6cd6-f983-4176-89ce-639c58a8ba0e Authenticating user 'default' from [fd00:1122:3344:101::d]:37179
6164 2024.11.09 02:49:25.006580 [ 283 ] {} <Debug> HTTP-Session: fe9c6cd6-f983-4176-89ce-639c58a8ba0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6165 2024.11.09 02:49:25.006595 [ 283 ] {} <Debug> HTTP-Session: fe9c6cd6-f983-4176-89ce-639c58a8ba0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6166 2024.11.09 02:49:25.006643 [ 283 ] {} <Trace> HTTP-Session: fe9c6cd6-f983-4176-89ce-639c58a8ba0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6167 2024.11.09 02:49:25.006814 [ 283 ] {7e9b4583-8ed2-4f8a-9560-cf4920fa0e1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37179) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
6168 2024.11.09 02:49:25.006877 [ 283 ] {7e9b4583-8ed2-4f8a-9560-cf4920fa0e1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6169 2024.11.09 02:49:25.007207 [ 283 ] {7e9b4583-8ed2-4f8a-9560-cf4920fa0e1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6170 2024.11.09 02:49:25.007710 [ 283 ] {7e9b4583-8ed2-4f8a-9560-cf4920fa0e1d} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6171 2024.11.09 02:49:25.007748 [ 283 ] {7e9b4583-8ed2-4f8a-9560-cf4920fa0e1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6172 2024.11.09 02:49:25.008166 [ 283 ] {7e9b4583-8ed2-4f8a-9560-cf4920fa0e1d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
6173 2024.11.09 02:49:25.008570 [ 283 ] {7e9b4583-8ed2-4f8a-9560-cf4920fa0e1d} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6174 2024.11.09 02:49:25.008712 [ 283 ] {7e9b4583-8ed2-4f8a-9560-cf4920fa0e1d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001946 sec., 1027.749229188078 rows/sec., 83.81 KiB/sec.
6175 2024.11.09 02:49:25.009047 [ 283 ] {7e9b4583-8ed2-4f8a-9560-cf4920fa0e1d} <Debug> DynamicQueryHandler: Done processing query
6176 2024.11.09 02:49:25.009074 [ 283 ] {7e9b4583-8ed2-4f8a-9560-cf4920fa0e1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
6177 2024.11.09 02:49:25.009091 [ 283 ] {} <Debug> HTTP-Session: fe9c6cd6-f983-4176-89ce-639c58a8ba0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6178 2024.11.09 02:49:25.009313 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37179, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6179 2024.11.09 02:49:25.009434 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53849, User-Agent: (none), Length: 7980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6180 2024.11.09 02:49:25.009553 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6181 2024.11.09 02:49:25.009581 [ 286 ] {} <Debug> HTTP-Session: 0682534f-1cc2-42f5-84f3-50608d14e7f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:53849
6182 2024.11.09 02:49:25.009609 [ 286 ] {} <Debug> HTTP-Session: 0682534f-1cc2-42f5-84f3-50608d14e7f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6183 2024.11.09 02:49:25.009627 [ 286 ] {} <Debug> HTTP-Session: 0682534f-1cc2-42f5-84f3-50608d14e7f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6184 2024.11.09 02:49:25.009688 [ 286 ] {} <Trace> HTTP-Session: 0682534f-1cc2-42f5-84f3-50608d14e7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6185 2024.11.09 02:49:25.009926 [ 286 ] {d13079dc-746c-4706-af2c-6d7099c57544} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53849) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
6186 2024.11.09 02:49:25.010001 [ 286 ] {d13079dc-746c-4706-af2c-6d7099c57544} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6187 2024.11.09 02:49:25.010352 [ 286 ] {d13079dc-746c-4706-af2c-6d7099c57544} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6188 2024.11.09 02:49:25.010775 [ 286 ] {d13079dc-746c-4706-af2c-6d7099c57544} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6189 2024.11.09 02:49:25.010816 [ 286 ] {d13079dc-746c-4706-af2c-6d7099c57544} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6190 2024.11.09 02:49:25.011236 [ 286 ] {d13079dc-746c-4706-af2c-6d7099c57544} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6191 2024.11.09 02:49:25.011632 [ 286 ] {d13079dc-746c-4706-af2c-6d7099c57544} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6192 2024.11.09 02:49:25.011812 [ 286 ] {d13079dc-746c-4706-af2c-6d7099c57544} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001959 sec., 29096.477794793263 rows/sec., 2.23 MiB/sec.
6193 2024.11.09 02:49:25.012033 [ 286 ] {d13079dc-746c-4706-af2c-6d7099c57544} <Debug> DynamicQueryHandler: Done processing query
6194 2024.11.09 02:49:25.012060 [ 286 ] {d13079dc-746c-4706-af2c-6d7099c57544} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
6195 2024.11.09 02:49:25.012076 [ 286 ] {} <Debug> HTTP-Session: 0682534f-1cc2-42f5-84f3-50608d14e7f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6196 2024.11.09 02:49:25.012279 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53849, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6197 2024.11.09 02:49:25.012339 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33843, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6198 2024.11.09 02:49:25.012422 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6199 2024.11.09 02:49:25.012448 [ 283 ] {} <Debug> HTTP-Session: 6030c884-4a28-4637-8765-da79ca449fd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:33843
6200 2024.11.09 02:49:25.012471 [ 283 ] {} <Debug> HTTP-Session: 6030c884-4a28-4637-8765-da79ca449fd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6201 2024.11.09 02:49:25.012489 [ 283 ] {} <Debug> HTTP-Session: 6030c884-4a28-4637-8765-da79ca449fd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6202 2024.11.09 02:49:25.012535 [ 283 ] {} <Trace> HTTP-Session: 6030c884-4a28-4637-8765-da79ca449fd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6203 2024.11.09 02:49:25.012658 [ 283 ] {6aa06c60-d40c-4174-abd7-4d1ca424bcb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33843) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
6204 2024.11.09 02:49:25.012713 [ 283 ] {6aa06c60-d40c-4174-abd7-4d1ca424bcb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6205 2024.11.09 02:49:25.013023 [ 283 ] {6aa06c60-d40c-4174-abd7-4d1ca424bcb1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6206 2024.11.09 02:49:25.013360 [ 283 ] {6aa06c60-d40c-4174-abd7-4d1ca424bcb1} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6207 2024.11.09 02:49:25.013397 [ 283 ] {6aa06c60-d40c-4174-abd7-4d1ca424bcb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6208 2024.11.09 02:49:25.013751 [ 283 ] {6aa06c60-d40c-4174-abd7-4d1ca424bcb1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6209 2024.11.09 02:49:25.014135 [ 283 ] {6aa06c60-d40c-4174-abd7-4d1ca424bcb1} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6210 2024.11.09 02:49:25.014272 [ 283 ] {6aa06c60-d40c-4174-abd7-4d1ca424bcb1} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001647 sec., 1214.3290831815423 rows/sec., 84.79 KiB/sec.
6211 2024.11.09 02:49:25.014450 [ 283 ] {6aa06c60-d40c-4174-abd7-4d1ca424bcb1} <Debug> DynamicQueryHandler: Done processing query
6212 2024.11.09 02:49:25.014476 [ 283 ] {6aa06c60-d40c-4174-abd7-4d1ca424bcb1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
6213 2024.11.09 02:49:25.014492 [ 283 ] {} <Debug> HTTP-Session: 6030c884-4a28-4637-8765-da79ca449fd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6214 2024.11.09 02:49:25.014643 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33843, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6215 2024.11.09 02:49:25.014719 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45578, User-Agent: (none), Length: 11237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6216 2024.11.09 02:49:25.014791 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6217 2024.11.09 02:49:25.014816 [ 286 ] {} <Debug> HTTP-Session: 035e5613-eb5d-4578-859f-226974758ee3 Authenticating user 'default' from [fd00:1122:3344:101::d]:45578
6218 2024.11.09 02:49:25.014837 [ 286 ] {} <Debug> HTTP-Session: 035e5613-eb5d-4578-859f-226974758ee3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6219 2024.11.09 02:49:25.014855 [ 286 ] {} <Debug> HTTP-Session: 035e5613-eb5d-4578-859f-226974758ee3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6220 2024.11.09 02:49:25.014900 [ 286 ] {} <Trace> HTTP-Session: 035e5613-eb5d-4578-859f-226974758ee3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6221 2024.11.09 02:49:25.015054 [ 286 ] {1e673a4f-0ca8-4ce0-9362-77193fdfd368} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45578) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
6222 2024.11.09 02:49:25.015111 [ 286 ] {1e673a4f-0ca8-4ce0-9362-77193fdfd368} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6223 2024.11.09 02:49:25.015379 [ 286 ] {1e673a4f-0ca8-4ce0-9362-77193fdfd368} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6224 2024.11.09 02:49:25.015749 [ 286 ] {1e673a4f-0ca8-4ce0-9362-77193fdfd368} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6225 2024.11.09 02:49:25.015786 [ 286 ] {1e673a4f-0ca8-4ce0-9362-77193fdfd368} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6226 2024.11.09 02:49:25.016153 [ 286 ] {1e673a4f-0ca8-4ce0-9362-77193fdfd368} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6227 2024.11.09 02:49:25.016522 [ 286 ] {1e673a4f-0ca8-4ce0-9362-77193fdfd368} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6228 2024.11.09 02:49:25.016685 [ 286 ] {1e673a4f-0ca8-4ce0-9362-77193fdfd368} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001684 sec., 39192.399049881235 rows/sec., 3.06 MiB/sec.
6229 2024.11.09 02:49:25.016908 [ 286 ] {1e673a4f-0ca8-4ce0-9362-77193fdfd368} <Debug> DynamicQueryHandler: Done processing query
6230 2024.11.09 02:49:25.016933 [ 286 ] {1e673a4f-0ca8-4ce0-9362-77193fdfd368} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
6231 2024.11.09 02:49:25.016950 [ 286 ] {} <Debug> HTTP-Session: 035e5613-eb5d-4578-859f-226974758ee3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6232 2024.11.09 02:49:25.017144 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45578, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6233 2024.11.09 02:49:25.017289 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49554, User-Agent: (none), Length: 24728, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6234 2024.11.09 02:49:25.017360 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6235 2024.11.09 02:49:25.017385 [ 283 ] {} <Debug> HTTP-Session: 21a265fe-e5f4-4a6e-93ab-e98c90117523 Authenticating user 'default' from [fd00:1122:3344:101::d]:49554
6236 2024.11.09 02:49:25.017406 [ 283 ] {} <Debug> HTTP-Session: 21a265fe-e5f4-4a6e-93ab-e98c90117523 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6237 2024.11.09 02:49:25.017423 [ 283 ] {} <Debug> HTTP-Session: 21a265fe-e5f4-4a6e-93ab-e98c90117523 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6238 2024.11.09 02:49:25.017469 [ 283 ] {} <Trace> HTTP-Session: 21a265fe-e5f4-4a6e-93ab-e98c90117523 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6239 2024.11.09 02:49:25.017661 [ 283 ] {8aab189f-6648-45a6-8625-3a7da69c96ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49554) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
6240 2024.11.09 02:49:25.017720 [ 283 ] {8aab189f-6648-45a6-8625-3a7da69c96ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6241 2024.11.09 02:49:25.017931 [ 283 ] {8aab189f-6648-45a6-8625-3a7da69c96ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6242 2024.11.09 02:49:25.018337 [ 283 ] {8aab189f-6648-45a6-8625-3a7da69c96ef} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6243 2024.11.09 02:49:25.018373 [ 283 ] {8aab189f-6648-45a6-8625-3a7da69c96ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6244 2024.11.09 02:49:25.018781 [ 283 ] {8aab189f-6648-45a6-8625-3a7da69c96ef} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6245 2024.11.09 02:49:25.019133 [ 283 ] {8aab189f-6648-45a6-8625-3a7da69c96ef} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6246 2024.11.09 02:49:25.019262 [ 283 ] {8aab189f-6648-45a6-8625-3a7da69c96ef} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001689 sec., 76376.5541740675 rows/sec., 5.32 MiB/sec.
6247 2024.11.09 02:49:25.019444 [ 283 ] {8aab189f-6648-45a6-8625-3a7da69c96ef} <Debug> DynamicQueryHandler: Done processing query
6248 2024.11.09 02:49:25.019469 [ 283 ] {8aab189f-6648-45a6-8625-3a7da69c96ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
6249 2024.11.09 02:49:25.019485 [ 283 ] {} <Debug> HTTP-Session: 21a265fe-e5f4-4a6e-93ab-e98c90117523 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6250 2024.11.09 02:49:25.019677 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49554, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6251 2024.11.09 02:49:25.019676 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45578, User-Agent: (none), Length: 7317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6252 2024.11.09 02:49:25.019787 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6253 2024.11.09 02:49:25.019824 [ 286 ] {} <Debug> HTTP-Session: d22cd62e-2bd8-4ff4-a0be-a19af3713af0 Authenticating user 'default' from [fd00:1122:3344:101::d]:45578
6254 2024.11.09 02:49:25.019851 [ 286 ] {} <Debug> HTTP-Session: d22cd62e-2bd8-4ff4-a0be-a19af3713af0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6255 2024.11.09 02:49:25.019869 [ 286 ] {} <Debug> HTTP-Session: d22cd62e-2bd8-4ff4-a0be-a19af3713af0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6256 2024.11.09 02:49:25.019914 [ 286 ] {} <Trace> HTTP-Session: d22cd62e-2bd8-4ff4-a0be-a19af3713af0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6257 2024.11.09 02:49:25.020062 [ 286 ] {c87c4d1d-9868-4813-914b-ceed8a2ccd21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45578) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6258 2024.11.09 02:49:25.020120 [ 286 ] {c87c4d1d-9868-4813-914b-ceed8a2ccd21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6259 2024.11.09 02:49:25.020295 [ 286 ] {c87c4d1d-9868-4813-914b-ceed8a2ccd21} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6260 2024.11.09 02:49:25.020662 [ 286 ] {c87c4d1d-9868-4813-914b-ceed8a2ccd21} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6261 2024.11.09 02:49:25.020698 [ 286 ] {c87c4d1d-9868-4813-914b-ceed8a2ccd21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6262 2024.11.09 02:49:25.021074 [ 286 ] {c87c4d1d-9868-4813-914b-ceed8a2ccd21} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6263 2024.11.09 02:49:25.021433 [ 286 ] {c87c4d1d-9868-4813-914b-ceed8a2ccd21} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6264 2024.11.09 02:49:25.021589 [ 286 ] {c87c4d1d-9868-4813-914b-ceed8a2ccd21} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001577 sec., 30437.539632213062 rows/sec., 2.05 MiB/sec.
6265 2024.11.09 02:49:25.021764 [ 286 ] {c87c4d1d-9868-4813-914b-ceed8a2ccd21} <Debug> DynamicQueryHandler: Done processing query
6266 2024.11.09 02:49:25.021789 [ 286 ] {c87c4d1d-9868-4813-914b-ceed8a2ccd21} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
6267 2024.11.09 02:49:25.021805 [ 286 ] {} <Debug> HTTP-Session: d22cd62e-2bd8-4ff4-a0be-a19af3713af0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6268 2024.11.09 02:49:25.022025 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45578, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6269 2024.11.09 02:49:29.859792 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57268, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6270 2024.11.09 02:49:30.007842 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63852, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6271 2024.11.09 02:49:30.007958 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6272 2024.11.09 02:49:30.007991 [ 283 ] {} <Debug> HTTP-Session: 54f4feec-5423-43ce-b854-3c860950a5e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:63852
6273 2024.11.09 02:49:30.008021 [ 283 ] {} <Debug> HTTP-Session: 54f4feec-5423-43ce-b854-3c860950a5e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6274 2024.11.09 02:49:30.008042 [ 283 ] {} <Debug> HTTP-Session: 54f4feec-5423-43ce-b854-3c860950a5e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6275 2024.11.09 02:49:30.008108 [ 283 ] {} <Trace> HTTP-Session: 54f4feec-5423-43ce-b854-3c860950a5e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6276 2024.11.09 02:49:30.008356 [ 283 ] {fa40d238-47c2-48be-bab4-c3d3b1084453} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63852) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
6277 2024.11.09 02:49:30.008422 [ 283 ] {fa40d238-47c2-48be-bab4-c3d3b1084453} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6278 2024.11.09 02:49:30.008789 [ 283 ] {fa40d238-47c2-48be-bab4-c3d3b1084453} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6279 2024.11.09 02:49:30.009298 [ 283 ] {fa40d238-47c2-48be-bab4-c3d3b1084453} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6280 2024.11.09 02:49:30.009340 [ 283 ] {fa40d238-47c2-48be-bab4-c3d3b1084453} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6281 2024.11.09 02:49:30.009763 [ 283 ] {fa40d238-47c2-48be-bab4-c3d3b1084453} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6282 2024.11.09 02:49:30.010152 [ 283 ] {fa40d238-47c2-48be-bab4-c3d3b1084453} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6283 2024.11.09 02:49:30.010325 [ 283 ] {fa40d238-47c2-48be-bab4-c3d3b1084453} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002056 sec., 27237.35408560311 rows/sec., 2.09 MiB/sec.
6284 2024.11.09 02:49:30.010559 [ 283 ] {fa40d238-47c2-48be-bab4-c3d3b1084453} <Debug> DynamicQueryHandler: Done processing query
6285 2024.11.09 02:49:30.010587 [ 283 ] {fa40d238-47c2-48be-bab4-c3d3b1084453} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
6286 2024.11.09 02:49:30.010604 [ 283 ] {} <Debug> HTTP-Session: 54f4feec-5423-43ce-b854-3c860950a5e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6287 2024.11.09 02:49:30.010799 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63852, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6288 2024.11.09 02:49:30.010948 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46775, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6289 2024.11.09 02:49:30.011058 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6290 2024.11.09 02:49:30.011082 [ 286 ] {} <Debug> HTTP-Session: 6e2d3424-e790-4763-a43a-16205205897c Authenticating user 'default' from [fd00:1122:3344:101::d]:46775
6291 2024.11.09 02:49:30.011106 [ 286 ] {} <Debug> HTTP-Session: 6e2d3424-e790-4763-a43a-16205205897c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6292 2024.11.09 02:49:30.011121 [ 286 ] {} <Debug> HTTP-Session: 6e2d3424-e790-4763-a43a-16205205897c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6293 2024.11.09 02:49:30.011176 [ 286 ] {} <Trace> HTTP-Session: 6e2d3424-e790-4763-a43a-16205205897c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6294 2024.11.09 02:49:30.011387 [ 286 ] {c626377c-5a9b-407f-81dc-e6b38f642c55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46775) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
6295 2024.11.09 02:49:30.011456 [ 286 ] {c626377c-5a9b-407f-81dc-e6b38f642c55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6296 2024.11.09 02:49:30.011801 [ 286 ] {c626377c-5a9b-407f-81dc-e6b38f642c55} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6297 2024.11.09 02:49:30.012233 [ 286 ] {c626377c-5a9b-407f-81dc-e6b38f642c55} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6298 2024.11.09 02:49:30.012273 [ 286 ] {c626377c-5a9b-407f-81dc-e6b38f642c55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6299 2024.11.09 02:49:30.012692 [ 286 ] {c626377c-5a9b-407f-81dc-e6b38f642c55} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6300 2024.11.09 02:49:30.013081 [ 286 ] {c626377c-5a9b-407f-81dc-e6b38f642c55} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6301 2024.11.09 02:49:30.013244 [ 286 ] {c626377c-5a9b-407f-81dc-e6b38f642c55} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001937 sec., 33040.78471863707 rows/sec., 2.58 MiB/sec.
6302 2024.11.09 02:49:30.013472 [ 286 ] {c626377c-5a9b-407f-81dc-e6b38f642c55} <Debug> DynamicQueryHandler: Done processing query
6303 2024.11.09 02:49:30.013498 [ 286 ] {c626377c-5a9b-407f-81dc-e6b38f642c55} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
6304 2024.11.09 02:49:30.013516 [ 286 ] {} <Debug> HTTP-Session: 6e2d3424-e790-4763-a43a-16205205897c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6305 2024.11.09 02:49:30.013716 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63852, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6306 2024.11.09 02:49:30.013730 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46775, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6307 2024.11.09 02:49:30.013808 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6308 2024.11.09 02:49:30.013848 [ 283 ] {} <Debug> HTTP-Session: e60393c4-7910-4213-aa6f-6b629c40b05e Authenticating user 'default' from [fd00:1122:3344:101::d]:63852
6309 2024.11.09 02:49:30.013870 [ 283 ] {} <Debug> HTTP-Session: e60393c4-7910-4213-aa6f-6b629c40b05e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6310 2024.11.09 02:49:30.013888 [ 283 ] {} <Debug> HTTP-Session: e60393c4-7910-4213-aa6f-6b629c40b05e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6311 2024.11.09 02:49:30.013943 [ 283 ] {} <Trace> HTTP-Session: e60393c4-7910-4213-aa6f-6b629c40b05e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6312 2024.11.09 02:49:30.014149 [ 283 ] {8991f9a6-de2a-4ae9-b0f8-9a0531df7a2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
6313 2024.11.09 02:49:30.014210 [ 283 ] {8991f9a6-de2a-4ae9-b0f8-9a0531df7a2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6314 2024.11.09 02:49:30.014413 [ 283 ] {8991f9a6-de2a-4ae9-b0f8-9a0531df7a2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6315 2024.11.09 02:49:30.014820 [ 283 ] {8991f9a6-de2a-4ae9-b0f8-9a0531df7a2e} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6316 2024.11.09 02:49:30.014858 [ 283 ] {8991f9a6-de2a-4ae9-b0f8-9a0531df7a2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6317 2024.11.09 02:49:30.015266 [ 283 ] {8991f9a6-de2a-4ae9-b0f8-9a0531df7a2e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6318 2024.11.09 02:49:30.015621 [ 283 ] {8991f9a6-de2a-4ae9-b0f8-9a0531df7a2e} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6319 2024.11.09 02:49:30.015772 [ 283 ] {8991f9a6-de2a-4ae9-b0f8-9a0531df7a2e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001712 sec., 93457.94392523365 rows/sec., 6.51 MiB/sec.
6320 2024.11.09 02:49:30.015956 [ 283 ] {8991f9a6-de2a-4ae9-b0f8-9a0531df7a2e} <Debug> DynamicQueryHandler: Done processing query
6321 2024.11.09 02:49:30.015981 [ 283 ] {8991f9a6-de2a-4ae9-b0f8-9a0531df7a2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
6322 2024.11.09 02:49:30.015997 [ 283 ] {} <Debug> HTTP-Session: e60393c4-7910-4213-aa6f-6b629c40b05e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6323 2024.11.09 02:49:30.016224 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63852, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6324 2024.11.09 02:49:30.016290 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63714, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6325 2024.11.09 02:49:30.016372 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6326 2024.11.09 02:49:30.016398 [ 286 ] {} <Debug> HTTP-Session: 218cb350-545a-4a25-a30c-8a3ffbfc6179 Authenticating user 'default' from [fd00:1122:3344:101::d]:63714
6327 2024.11.09 02:49:30.016420 [ 286 ] {} <Debug> HTTP-Session: 218cb350-545a-4a25-a30c-8a3ffbfc6179 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6328 2024.11.09 02:49:30.016438 [ 286 ] {} <Debug> HTTP-Session: 218cb350-545a-4a25-a30c-8a3ffbfc6179 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6329 2024.11.09 02:49:30.016482 [ 286 ] {} <Trace> HTTP-Session: 218cb350-545a-4a25-a30c-8a3ffbfc6179 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6330 2024.11.09 02:49:30.016642 [ 286 ] {5d19d9ac-3786-476f-919a-256e9156e1ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63714) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6331 2024.11.09 02:49:30.016701 [ 286 ] {5d19d9ac-3786-476f-919a-256e9156e1ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6332 2024.11.09 02:49:30.016887 [ 286 ] {5d19d9ac-3786-476f-919a-256e9156e1ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6333 2024.11.09 02:49:30.017244 [ 286 ] {5d19d9ac-3786-476f-919a-256e9156e1ca} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6334 2024.11.09 02:49:30.017288 [ 286 ] {5d19d9ac-3786-476f-919a-256e9156e1ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6335 2024.11.09 02:49:30.017685 [ 286 ] {5d19d9ac-3786-476f-919a-256e9156e1ca} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6336 2024.11.09 02:49:30.018026 [ 286 ] {5d19d9ac-3786-476f-919a-256e9156e1ca} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6337 2024.11.09 02:49:30.018177 [ 286 ] {5d19d9ac-3786-476f-919a-256e9156e1ca} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001591 sec., 37712.13073538655 rows/sec., 2.54 MiB/sec.
6338 2024.11.09 02:49:30.018354 [ 286 ] {5d19d9ac-3786-476f-919a-256e9156e1ca} <Debug> DynamicQueryHandler: Done processing query
6339 2024.11.09 02:49:30.018378 [ 286 ] {5d19d9ac-3786-476f-919a-256e9156e1ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
6340 2024.11.09 02:49:30.018393 [ 286 ] {} <Debug> HTTP-Session: 218cb350-545a-4a25-a30c-8a3ffbfc6179 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6341 2024.11.09 02:49:30.018608 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63714, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6342 2024.11.09 02:49:30.496395 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41854, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6343 2024.11.09 02:49:30.521045 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33450, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6344 2024.11.09 02:49:30.579022 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36909, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6345 2024.11.09 02:49:30.603447 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39730, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6346 2024.11.09 02:49:30.643769 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41303, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6347 2024.11.09 02:49:30.678174 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44230, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6348 2024.11.09 02:49:30.771121 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36844, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6349 2024.11.09 02:49:31.417958 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache
6350 2024.11.09 02:49:31.418039 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache
6351 2024.11.09 02:49:31.561934 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 604
6352 2024.11.09 02:49:31.565043 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6353 2024.11.09 02:49:31.565099 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6354 2024.11.09 02:49:31.566637 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
6355 2024.11.09 02:49:31.567638 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6356 2024.11.09 02:49:31.568683 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 604
6357 2024.11.09 02:49:31.647296 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55057, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6358 2024.11.09 02:49:31.669447 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:61677, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6359 2024.11.09 02:49:32.088808 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48407, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6360 2024.11.09 02:49:32.158824 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47897, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6361 2024.11.09 02:49:32.209170 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35539, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6362 2024.11.09 02:49:32.219723 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36598, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6363 2024.11.09 02:49:32.302549 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58482, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6364 2024.11.09 02:49:32.343872 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:61519, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6365 2024.11.09 02:49:32.366222 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45785, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6366 2024.11.09 02:49:32.372829 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36295, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6367 2024.11.09 02:49:32.382408 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40921, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6368 2024.11.09 02:49:32.432804 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51301, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6369 2024.11.09 02:49:32.505251 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38574, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6370 2024.11.09 02:49:32.527790 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:57075, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6371 2024.11.09 02:49:32.547242 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64695, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6372 2024.11.09 02:49:32.591588 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64037, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6373 2024.11.09 02:49:35.013828 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63630, User-Agent: (none), Length: 41147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6374 2024.11.09 02:49:35.013959 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6375 2024.11.09 02:49:35.013987 [ 284 ] {} <Debug> HTTP-Session: 9098fbe7-4b53-45cb-afab-5c05ea265b6b Authenticating user 'default' from [fd00:1122:3344:101::d]:63630
6376 2024.11.09 02:49:35.014016 [ 284 ] {} <Debug> HTTP-Session: 9098fbe7-4b53-45cb-afab-5c05ea265b6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6377 2024.11.09 02:49:35.014034 [ 284 ] {} <Debug> HTTP-Session: 9098fbe7-4b53-45cb-afab-5c05ea265b6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6378 2024.11.09 02:49:35.014092 [ 284 ] {} <Trace> HTTP-Session: 9098fbe7-4b53-45cb-afab-5c05ea265b6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6379 2024.11.09 02:49:35.014398 [ 284 ] {434b12ae-084e-4077-9410-17f8fbbff5f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63630) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
6380 2024.11.09 02:49:35.014477 [ 284 ] {434b12ae-084e-4077-9410-17f8fbbff5f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6381 2024.11.09 02:49:35.014887 [ 284 ] {434b12ae-084e-4077-9410-17f8fbbff5f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6382 2024.11.09 02:49:35.015544 [ 284 ] {434b12ae-084e-4077-9410-17f8fbbff5f7} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6383 2024.11.09 02:49:35.015594 [ 284 ] {434b12ae-084e-4077-9410-17f8fbbff5f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6384 2024.11.09 02:49:35.016084 [ 284 ] {434b12ae-084e-4077-9410-17f8fbbff5f7} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
6385 2024.11.09 02:49:35.016480 [ 284 ] {434b12ae-084e-4077-9410-17f8fbbff5f7} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6386 2024.11.09 02:49:35.016662 [ 284 ] {434b12ae-084e-4077-9410-17f8fbbff5f7} <Debug> executeQuery: Read 271 rows, 24.70 KiB in 0.002399 sec., 112963.7348895373 rows/sec., 10.05 MiB/sec.
6387 2024.11.09 02:49:35.016901 [ 284 ] {434b12ae-084e-4077-9410-17f8fbbff5f7} <Debug> DynamicQueryHandler: Done processing query
6388 2024.11.09 02:49:35.016928 [ 284 ] {434b12ae-084e-4077-9410-17f8fbbff5f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
6389 2024.11.09 02:49:35.016945 [ 284 ] {} <Debug> HTTP-Session: 9098fbe7-4b53-45cb-afab-5c05ea265b6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6390 2024.11.09 02:49:35.017222 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63630, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6391 2024.11.09 02:49:35.017298 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64643, User-Agent: (none), Length: 5927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6392 2024.11.09 02:49:35.017419 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6393 2024.11.09 02:49:35.017443 [ 292 ] {} <Debug> HTTP-Session: 4e3e60d8-c6e4-436a-a947-c8d8118fd04a Authenticating user 'default' from [fd00:1122:3344:101::d]:64643
6394 2024.11.09 02:49:35.017467 [ 292 ] {} <Debug> HTTP-Session: 4e3e60d8-c6e4-436a-a947-c8d8118fd04a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6395 2024.11.09 02:49:35.017482 [ 292 ] {} <Debug> HTTP-Session: 4e3e60d8-c6e4-436a-a947-c8d8118fd04a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6396 2024.11.09 02:49:35.017535 [ 292 ] {} <Trace> HTTP-Session: 4e3e60d8-c6e4-436a-a947-c8d8118fd04a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6397 2024.11.09 02:49:35.017752 [ 292 ] {226b5b0a-588a-4f32-8d73-3723ed63de07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64643) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
6398 2024.11.09 02:49:35.017827 [ 292 ] {226b5b0a-588a-4f32-8d73-3723ed63de07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6399 2024.11.09 02:49:35.018231 [ 292 ] {226b5b0a-588a-4f32-8d73-3723ed63de07} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6400 2024.11.09 02:49:35.018706 [ 292 ] {226b5b0a-588a-4f32-8d73-3723ed63de07} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6401 2024.11.09 02:49:35.018750 [ 292 ] {226b5b0a-588a-4f32-8d73-3723ed63de07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6402 2024.11.09 02:49:35.019218 [ 292 ] {226b5b0a-588a-4f32-8d73-3723ed63de07} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6403 2024.11.09 02:49:35.019633 [ 292 ] {226b5b0a-588a-4f32-8d73-3723ed63de07} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6404 2024.11.09 02:49:35.019792 [ 292 ] {226b5b0a-588a-4f32-8d73-3723ed63de07} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.002116 sec., 19376.181474480152 rows/sec., 1.42 MiB/sec.
6405 2024.11.09 02:49:35.020011 [ 292 ] {226b5b0a-588a-4f32-8d73-3723ed63de07} <Debug> DynamicQueryHandler: Done processing query
6406 2024.11.09 02:49:35.020039 [ 292 ] {226b5b0a-588a-4f32-8d73-3723ed63de07} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
6407 2024.11.09 02:49:35.020056 [ 292 ] {} <Debug> HTTP-Session: 4e3e60d8-c6e4-436a-a947-c8d8118fd04a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6408 2024.11.09 02:49:35.020229 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64643, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6409 2024.11.09 02:49:35.020303 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58540, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6410 2024.11.09 02:49:35.020389 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6411 2024.11.09 02:49:35.020410 [ 284 ] {} <Debug> HTTP-Session: 471902a6-6185-40ef-abc9-8a1e6260be8c Authenticating user 'default' from [fd00:1122:3344:101::d]:58540
6412 2024.11.09 02:49:35.020430 [ 284 ] {} <Debug> HTTP-Session: 471902a6-6185-40ef-abc9-8a1e6260be8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6413 2024.11.09 02:49:35.020445 [ 284 ] {} <Debug> HTTP-Session: 471902a6-6185-40ef-abc9-8a1e6260be8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6414 2024.11.09 02:49:35.020488 [ 284 ] {} <Trace> HTTP-Session: 471902a6-6185-40ef-abc9-8a1e6260be8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6415 2024.11.09 02:49:35.020617 [ 284 ] {dfed062c-2a8f-4603-ab5c-79e806b86f67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58540) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
6416 2024.11.09 02:49:35.020671 [ 284 ] {dfed062c-2a8f-4603-ab5c-79e806b86f67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6417 2024.11.09 02:49:35.020948 [ 284 ] {dfed062c-2a8f-4603-ab5c-79e806b86f67} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6418 2024.11.09 02:49:35.021284 [ 284 ] {dfed062c-2a8f-4603-ab5c-79e806b86f67} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6419 2024.11.09 02:49:35.021323 [ 284 ] {dfed062c-2a8f-4603-ab5c-79e806b86f67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6420 2024.11.09 02:49:35.021697 [ 284 ] {dfed062c-2a8f-4603-ab5c-79e806b86f67} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
6421 2024.11.09 02:49:35.022069 [ 284 ] {dfed062c-2a8f-4603-ab5c-79e806b86f67} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6422 2024.11.09 02:49:35.022243 [ 284 ] {dfed062c-2a8f-4603-ab5c-79e806b86f67} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001666 sec., 8403.361344537816 rows/sec., 588.52 KiB/sec.
6423 2024.11.09 02:49:35.022475 [ 284 ] {dfed062c-2a8f-4603-ab5c-79e806b86f67} <Debug> DynamicQueryHandler: Done processing query
6424 2024.11.09 02:49:35.022501 [ 284 ] {dfed062c-2a8f-4603-ab5c-79e806b86f67} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6425 2024.11.09 02:49:35.022516 [ 284 ] {} <Debug> HTTP-Session: 471902a6-6185-40ef-abc9-8a1e6260be8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6426 2024.11.09 02:49:35.022647 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58540, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6427 2024.11.09 02:49:35.022734 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43626, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6428 2024.11.09 02:49:35.022811 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6429 2024.11.09 02:49:35.022830 [ 292 ] {} <Debug> HTTP-Session: ad123e4a-0cca-43f7-8ad5-41dea1814456 Authenticating user 'default' from [fd00:1122:3344:101::d]:43626
6430 2024.11.09 02:49:35.022850 [ 292 ] {} <Debug> HTTP-Session: ad123e4a-0cca-43f7-8ad5-41dea1814456 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6431 2024.11.09 02:49:35.022866 [ 292 ] {} <Debug> HTTP-Session: ad123e4a-0cca-43f7-8ad5-41dea1814456 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6432 2024.11.09 02:49:35.022910 [ 292 ] {} <Trace> HTTP-Session: ad123e4a-0cca-43f7-8ad5-41dea1814456 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6433 2024.11.09 02:49:35.023035 [ 292 ] {b0fa3094-0b7b-4c5f-a1f1-6a8b4801f2ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43626) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
6434 2024.11.09 02:49:35.023085 [ 292 ] {b0fa3094-0b7b-4c5f-a1f1-6a8b4801f2ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6435 2024.11.09 02:49:35.023363 [ 292 ] {b0fa3094-0b7b-4c5f-a1f1-6a8b4801f2ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6436 2024.11.09 02:49:35.023750 [ 292 ] {b0fa3094-0b7b-4c5f-a1f1-6a8b4801f2ef} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6437 2024.11.09 02:49:35.023786 [ 292 ] {b0fa3094-0b7b-4c5f-a1f1-6a8b4801f2ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6438 2024.11.09 02:49:35.024143 [ 292 ] {b0fa3094-0b7b-4c5f-a1f1-6a8b4801f2ef} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
6439 2024.11.09 02:49:35.024517 [ 292 ] {b0fa3094-0b7b-4c5f-a1f1-6a8b4801f2ef} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6440 2024.11.09 02:49:35.024652 [ 292 ] {b0fa3094-0b7b-4c5f-a1f1-6a8b4801f2ef} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001657 sec., 3621.0018105009053 rows/sec., 213.94 KiB/sec.
6441 2024.11.09 02:49:35.024967 [ 292 ] {b0fa3094-0b7b-4c5f-a1f1-6a8b4801f2ef} <Debug> DynamicQueryHandler: Done processing query
6442 2024.11.09 02:49:35.024991 [ 292 ] {b0fa3094-0b7b-4c5f-a1f1-6a8b4801f2ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6443 2024.11.09 02:49:35.025007 [ 292 ] {} <Debug> HTTP-Session: ad123e4a-0cca-43f7-8ad5-41dea1814456 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6444 2024.11.09 02:49:35.025315 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43626, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6445 2024.11.09 02:49:35.025399 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63277, User-Agent: (none), Length: 68708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6446 2024.11.09 02:49:35.025473 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6447 2024.11.09 02:49:35.025497 [ 284 ] {} <Debug> HTTP-Session: af43d0ff-ed71-4dfc-a932-e25bf4e8586d Authenticating user 'default' from [fd00:1122:3344:101::d]:63277
6448 2024.11.09 02:49:35.025518 [ 284 ] {} <Debug> HTTP-Session: af43d0ff-ed71-4dfc-a932-e25bf4e8586d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6449 2024.11.09 02:49:35.025536 [ 284 ] {} <Debug> HTTP-Session: af43d0ff-ed71-4dfc-a932-e25bf4e8586d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6450 2024.11.09 02:49:35.025583 [ 284 ] {} <Trace> HTTP-Session: af43d0ff-ed71-4dfc-a932-e25bf4e8586d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6451 2024.11.09 02:49:35.025864 [ 284 ] {c0546fb2-9d10-48fe-ad17-2e6ac459b3f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63277) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
6452 2024.11.09 02:49:35.025922 [ 284 ] {c0546fb2-9d10-48fe-ad17-2e6ac459b3f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6453 2024.11.09 02:49:35.026235 [ 284 ] {c0546fb2-9d10-48fe-ad17-2e6ac459b3f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6454 2024.11.09 02:49:35.026875 [ 284 ] {c0546fb2-9d10-48fe-ad17-2e6ac459b3f8} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6455 2024.11.09 02:49:35.026911 [ 284 ] {c0546fb2-9d10-48fe-ad17-2e6ac459b3f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6456 2024.11.09 02:49:35.027302 [ 284 ] {c0546fb2-9d10-48fe-ad17-2e6ac459b3f8} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
6457 2024.11.09 02:49:35.027668 [ 284 ] {c0546fb2-9d10-48fe-ad17-2e6ac459b3f8} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6458 2024.11.09 02:49:35.027831 [ 284 ] {c0546fb2-9d10-48fe-ad17-2e6ac459b3f8} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002112 sec., 200284.09090909088 rows/sec., 14.32 MiB/sec.
6459 2024.11.09 02:49:35.028075 [ 284 ] {c0546fb2-9d10-48fe-ad17-2e6ac459b3f8} <Debug> DynamicQueryHandler: Done processing query
6460 2024.11.09 02:49:35.028101 [ 284 ] {c0546fb2-9d10-48fe-ad17-2e6ac459b3f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
6461 2024.11.09 02:49:35.028117 [ 284 ] {} <Debug> HTTP-Session: af43d0ff-ed71-4dfc-a932-e25bf4e8586d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6462 2024.11.09 02:49:35.028280 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63277, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6463 2024.11.09 02:49:35.028298 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43626, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6464 2024.11.09 02:49:35.028393 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6465 2024.11.09 02:49:35.028425 [ 292 ] {} <Debug> HTTP-Session: 57eb03b0-ee1a-4a5f-a4ac-c3f99df7cf49 Authenticating user 'default' from [fd00:1122:3344:101::d]:43626
6466 2024.11.09 02:49:35.028450 [ 292 ] {} <Debug> HTTP-Session: 57eb03b0-ee1a-4a5f-a4ac-c3f99df7cf49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6467 2024.11.09 02:49:35.028471 [ 292 ] {} <Debug> HTTP-Session: 57eb03b0-ee1a-4a5f-a4ac-c3f99df7cf49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6468 2024.11.09 02:49:35.028515 [ 292 ] {} <Trace> HTTP-Session: 57eb03b0-ee1a-4a5f-a4ac-c3f99df7cf49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6469 2024.11.09 02:49:35.028643 [ 292 ] {812e24ce-48ab-467a-b56d-50f47061f1e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43626) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
6470 2024.11.09 02:49:35.028700 [ 292 ] {812e24ce-48ab-467a-b56d-50f47061f1e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6471 2024.11.09 02:49:35.028890 [ 292 ] {812e24ce-48ab-467a-b56d-50f47061f1e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6472 2024.11.09 02:49:35.029220 [ 292 ] {812e24ce-48ab-467a-b56d-50f47061f1e6} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6473 2024.11.09 02:49:35.029263 [ 292 ] {812e24ce-48ab-467a-b56d-50f47061f1e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6474 2024.11.09 02:49:35.029676 [ 292 ] {812e24ce-48ab-467a-b56d-50f47061f1e6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
6475 2024.11.09 02:49:35.030008 [ 292 ] {812e24ce-48ab-467a-b56d-50f47061f1e6} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6476 2024.11.09 02:49:35.030138 [ 292 ] {812e24ce-48ab-467a-b56d-50f47061f1e6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001529 sec., 3924.133420536298 rows/sec., 205.02 KiB/sec.
6477 2024.11.09 02:49:35.030429 [ 292 ] {812e24ce-48ab-467a-b56d-50f47061f1e6} <Debug> DynamicQueryHandler: Done processing query
6478 2024.11.09 02:49:35.030453 [ 292 ] {812e24ce-48ab-467a-b56d-50f47061f1e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
6479 2024.11.09 02:49:35.030469 [ 292 ] {} <Debug> HTTP-Session: 57eb03b0-ee1a-4a5f-a4ac-c3f99df7cf49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6480 2024.11.09 02:49:35.030709 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43626, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6481 2024.11.09 02:49:35.030820 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55903, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6482 2024.11.09 02:49:35.030895 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6483 2024.11.09 02:49:35.030919 [ 284 ] {} <Debug> HTTP-Session: 35e29035-496e-4693-a596-1ba893646033 Authenticating user 'default' from [fd00:1122:3344:101::d]:55903
6484 2024.11.09 02:49:35.030940 [ 284 ] {} <Debug> HTTP-Session: 35e29035-496e-4693-a596-1ba893646033 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6485 2024.11.09 02:49:35.030958 [ 284 ] {} <Debug> HTTP-Session: 35e29035-496e-4693-a596-1ba893646033 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6486 2024.11.09 02:49:35.031003 [ 284 ] {} <Trace> HTTP-Session: 35e29035-496e-4693-a596-1ba893646033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6487 2024.11.09 02:49:35.031285 [ 284 ] {6136e6bd-8add-4772-b553-9567543d369b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55903) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
6488 2024.11.09 02:49:35.031347 [ 284 ] {6136e6bd-8add-4772-b553-9567543d369b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6489 2024.11.09 02:49:35.031564 [ 284 ] {6136e6bd-8add-4772-b553-9567543d369b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6490 2024.11.09 02:49:35.032048 [ 284 ] {6136e6bd-8add-4772-b553-9567543d369b} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6491 2024.11.09 02:49:35.032086 [ 284 ] {6136e6bd-8add-4772-b553-9567543d369b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6492 2024.11.09 02:49:35.032500 [ 284 ] {6136e6bd-8add-4772-b553-9567543d369b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
6493 2024.11.09 02:49:35.032844 [ 284 ] {6136e6bd-8add-4772-b553-9567543d369b} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6494 2024.11.09 02:49:35.032980 [ 284 ] {6136e6bd-8add-4772-b553-9567543d369b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001845 sec., 128455.28455284552 rows/sec., 8.61 MiB/sec.
6495 2024.11.09 02:49:35.033201 [ 284 ] {6136e6bd-8add-4772-b553-9567543d369b} <Debug> DynamicQueryHandler: Done processing query
6496 2024.11.09 02:49:35.033225 [ 284 ] {6136e6bd-8add-4772-b553-9567543d369b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
6497 2024.11.09 02:49:35.033242 [ 284 ] {} <Debug> HTTP-Session: 35e29035-496e-4693-a596-1ba893646033 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6498 2024.11.09 02:49:35.033405 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43626, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6499 2024.11.09 02:49:35.033432 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55903, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6500 2024.11.09 02:49:35.033498 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6501 2024.11.09 02:49:35.033533 [ 292 ] {} <Debug> HTTP-Session: 036a0024-64fc-41ed-afb3-38b65b24f2f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:43626
6502 2024.11.09 02:49:35.033567 [ 292 ] {} <Debug> HTTP-Session: 036a0024-64fc-41ed-afb3-38b65b24f2f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6503 2024.11.09 02:49:35.033590 [ 292 ] {} <Debug> HTTP-Session: 036a0024-64fc-41ed-afb3-38b65b24f2f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6504 2024.11.09 02:49:35.033636 [ 292 ] {} <Trace> HTTP-Session: 036a0024-64fc-41ed-afb3-38b65b24f2f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6505 2024.11.09 02:49:35.033766 [ 292 ] {bf33c891-3d1e-4ef6-b4e6-7cfc9a0818af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43626) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
6506 2024.11.09 02:49:35.033824 [ 292 ] {bf33c891-3d1e-4ef6-b4e6-7cfc9a0818af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6507 2024.11.09 02:49:35.034013 [ 292 ] {bf33c891-3d1e-4ef6-b4e6-7cfc9a0818af} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6508 2024.11.09 02:49:35.034308 [ 292 ] {bf33c891-3d1e-4ef6-b4e6-7cfc9a0818af} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6509 2024.11.09 02:49:35.034355 [ 292 ] {bf33c891-3d1e-4ef6-b4e6-7cfc9a0818af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6510 2024.11.09 02:49:35.034739 [ 292 ] {bf33c891-3d1e-4ef6-b4e6-7cfc9a0818af} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
6511 2024.11.09 02:49:35.035068 [ 292 ] {bf33c891-3d1e-4ef6-b4e6-7cfc9a0818af} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6512 2024.11.09 02:49:35.035231 [ 292 ] {bf33c891-3d1e-4ef6-b4e6-7cfc9a0818af} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001488 sec., 672.0430107526882 rows/sec., 45.28 KiB/sec.
6513 2024.11.09 02:49:35.035517 [ 292 ] {bf33c891-3d1e-4ef6-b4e6-7cfc9a0818af} <Debug> DynamicQueryHandler: Done processing query
6514 2024.11.09 02:49:35.035542 [ 292 ] {bf33c891-3d1e-4ef6-b4e6-7cfc9a0818af} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
6515 2024.11.09 02:49:35.035557 [ 292 ] {} <Debug> HTTP-Session: 036a0024-64fc-41ed-afb3-38b65b24f2f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6516 2024.11.09 02:49:35.035766 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43626, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6517 2024.11.09 02:49:35.035856 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64669, User-Agent: (none), Length: 68537, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6518 2024.11.09 02:49:35.035928 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6519 2024.11.09 02:49:35.035952 [ 284 ] {} <Debug> HTTP-Session: ba8a7e8f-1f0c-413c-94a9-ec40f77a76e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64669
6520 2024.11.09 02:49:35.035973 [ 284 ] {} <Debug> HTTP-Session: ba8a7e8f-1f0c-413c-94a9-ec40f77a76e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6521 2024.11.09 02:49:35.035990 [ 284 ] {} <Debug> HTTP-Session: ba8a7e8f-1f0c-413c-94a9-ec40f77a76e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6522 2024.11.09 02:49:35.036035 [ 284 ] {} <Trace> HTTP-Session: ba8a7e8f-1f0c-413c-94a9-ec40f77a76e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6523 2024.11.09 02:49:35.036529 [ 284 ] {33340222-4701-47c4-bd2d-a022ba891497} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64669) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
6524 2024.11.09 02:49:35.036615 [ 284 ] {33340222-4701-47c4-bd2d-a022ba891497} <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
6525 2024.11.09 02:49:35.037080 [ 284 ] {33340222-4701-47c4-bd2d-a022ba891497} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6526 2024.11.09 02:49:35.037839 [ 284 ] {33340222-4701-47c4-bd2d-a022ba891497} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6527 2024.11.09 02:49:35.037875 [ 284 ] {33340222-4701-47c4-bd2d-a022ba891497} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6528 2024.11.09 02:49:35.038547 [ 284 ] {33340222-4701-47c4-bd2d-a022ba891497} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
6529 2024.11.09 02:49:35.038960 [ 284 ] {33340222-4701-47c4-bd2d-a022ba891497} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6530 2024.11.09 02:49:35.039106 [ 284 ] {33340222-4701-47c4-bd2d-a022ba891497} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002949 sec., 13903.017972193966 rows/sec., 24.91 MiB/sec.
6531 2024.11.09 02:49:35.039333 [ 284 ] {33340222-4701-47c4-bd2d-a022ba891497} <Debug> DynamicQueryHandler: Done processing query
6532 2024.11.09 02:49:35.039358 [ 284 ] {33340222-4701-47c4-bd2d-a022ba891497} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB.
6533 2024.11.09 02:49:35.039374 [ 284 ] {} <Debug> HTTP-Session: ba8a7e8f-1f0c-413c-94a9-ec40f77a76e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6534 2024.11.09 02:49:35.039551 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64669, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6535 2024.11.09 02:49:35.039593 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43626, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6536 2024.11.09 02:49:35.039672 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6537 2024.11.09 02:49:35.039707 [ 292 ] {} <Debug> HTTP-Session: 77b90e77-cc03-4ad0-9519-f1c8dc130990 Authenticating user 'default' from [fd00:1122:3344:101::d]:43626
6538 2024.11.09 02:49:35.039729 [ 292 ] {} <Debug> HTTP-Session: 77b90e77-cc03-4ad0-9519-f1c8dc130990 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6539 2024.11.09 02:49:35.039746 [ 292 ] {} <Debug> HTTP-Session: 77b90e77-cc03-4ad0-9519-f1c8dc130990 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6540 2024.11.09 02:49:35.039790 [ 292 ] {} <Trace> HTTP-Session: 77b90e77-cc03-4ad0-9519-f1c8dc130990 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6541 2024.11.09 02:49:35.039968 [ 292 ] {636e5c8d-04a4-4cde-8908-4a4ca3ea2d20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43626) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6542 2024.11.09 02:49:35.040023 [ 292 ] {636e5c8d-04a4-4cde-8908-4a4ca3ea2d20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6543 2024.11.09 02:49:35.040210 [ 292 ] {636e5c8d-04a4-4cde-8908-4a4ca3ea2d20} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6544 2024.11.09 02:49:35.040568 [ 292 ] {636e5c8d-04a4-4cde-8908-4a4ca3ea2d20} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6545 2024.11.09 02:49:35.040604 [ 292 ] {636e5c8d-04a4-4cde-8908-4a4ca3ea2d20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6546 2024.11.09 02:49:35.040967 [ 292 ] {636e5c8d-04a4-4cde-8908-4a4ca3ea2d20} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
6547 2024.11.09 02:49:35.041287 [ 292 ] {636e5c8d-04a4-4cde-8908-4a4ca3ea2d20} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6548 2024.11.09 02:49:35.041442 [ 292 ] {636e5c8d-04a4-4cde-8908-4a4ca3ea2d20} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001545 sec., 53074.43365695793 rows/sec., 3.37 MiB/sec.
6549 2024.11.09 02:49:35.041769 [ 292 ] {636e5c8d-04a4-4cde-8908-4a4ca3ea2d20} <Debug> DynamicQueryHandler: Done processing query
6550 2024.11.09 02:49:35.041795 [ 292 ] {636e5c8d-04a4-4cde-8908-4a4ca3ea2d20} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6551 2024.11.09 02:49:35.041812 [ 292 ] {} <Debug> HTTP-Session: 77b90e77-cc03-4ad0-9519-f1c8dc130990 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6552 2024.11.09 02:49:35.042180 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43626, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6553 2024.11.09 02:49:40.007921 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50642, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6554 2024.11.09 02:49:40.008120 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6555 2024.11.09 02:49:40.008165 [ 284 ] {} <Debug> HTTP-Session: 5df0d50b-28c4-43eb-8a9b-3cc3634ba320 Authenticating user 'default' from [fd00:1122:3344:101::d]:50642
6556 2024.11.09 02:49:40.008207 [ 284 ] {} <Debug> HTTP-Session: 5df0d50b-28c4-43eb-8a9b-3cc3634ba320 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6557 2024.11.09 02:49:40.008236 [ 284 ] {} <Debug> HTTP-Session: 5df0d50b-28c4-43eb-8a9b-3cc3634ba320 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6558 2024.11.09 02:49:40.008319 [ 284 ] {} <Trace> HTTP-Session: 5df0d50b-28c4-43eb-8a9b-3cc3634ba320 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6559 2024.11.09 02:49:40.008612 [ 284 ] {7cb443e4-e12a-425d-987a-f8fc86d50b4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50642) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
6560 2024.11.09 02:49:40.008725 [ 284 ] {7cb443e4-e12a-425d-987a-f8fc86d50b4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6561 2024.11.09 02:49:40.009095 [ 284 ] {7cb443e4-e12a-425d-987a-f8fc86d50b4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6562 2024.11.09 02:49:40.009563 [ 284 ] {7cb443e4-e12a-425d-987a-f8fc86d50b4a} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6563 2024.11.09 02:49:40.009611 [ 284 ] {7cb443e4-e12a-425d-987a-f8fc86d50b4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6564 2024.11.09 02:49:40.010036 [ 284 ] {7cb443e4-e12a-425d-987a-f8fc86d50b4a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
6565 2024.11.09 02:49:40.010443 [ 284 ] {7cb443e4-e12a-425d-987a-f8fc86d50b4a} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6566 2024.11.09 02:49:40.010618 [ 284 ] {7cb443e4-e12a-425d-987a-f8fc86d50b4a} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002088 sec., 1915.7088122605364 rows/sec., 156.21 KiB/sec.
6567 2024.11.09 02:49:40.010990 [ 284 ] {7cb443e4-e12a-425d-987a-f8fc86d50b4a} <Debug> DynamicQueryHandler: Done processing query
6568 2024.11.09 02:49:40.011018 [ 284 ] {7cb443e4-e12a-425d-987a-f8fc86d50b4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
6569 2024.11.09 02:49:40.011035 [ 284 ] {} <Debug> HTTP-Session: 5df0d50b-28c4-43eb-8a9b-3cc3634ba320 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6570 2024.11.09 02:49:40.011310 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50642, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6571 2024.11.09 02:49:40.011456 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38505, User-Agent: (none), Length: 8114, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6572 2024.11.09 02:49:40.011567 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6573 2024.11.09 02:49:40.011592 [ 292 ] {} <Debug> HTTP-Session: ca72b1eb-a1d8-46a7-86b3-932682f884fc Authenticating user 'default' from [fd00:1122:3344:101::d]:38505
6574 2024.11.09 02:49:40.011615 [ 292 ] {} <Debug> HTTP-Session: ca72b1eb-a1d8-46a7-86b3-932682f884fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6575 2024.11.09 02:49:40.011630 [ 292 ] {} <Debug> HTTP-Session: ca72b1eb-a1d8-46a7-86b3-932682f884fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6576 2024.11.09 02:49:40.011683 [ 292 ] {} <Trace> HTTP-Session: ca72b1eb-a1d8-46a7-86b3-932682f884fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6577 2024.11.09 02:49:40.011883 [ 292 ] {869dae90-4e41-44a5-b96e-cffb5113a6eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38505) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
6578 2024.11.09 02:49:40.012047 [ 292 ] {869dae90-4e41-44a5-b96e-cffb5113a6eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6579 2024.11.09 02:49:40.012384 [ 292 ] {869dae90-4e41-44a5-b96e-cffb5113a6eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6580 2024.11.09 02:49:40.012850 [ 292 ] {869dae90-4e41-44a5-b96e-cffb5113a6eb} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6581 2024.11.09 02:49:40.012896 [ 292 ] {869dae90-4e41-44a5-b96e-cffb5113a6eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6582 2024.11.09 02:49:40.013364 [ 292 ] {869dae90-4e41-44a5-b96e-cffb5113a6eb} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6583 2024.11.09 02:49:40.013776 [ 292 ] {869dae90-4e41-44a5-b96e-cffb5113a6eb} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6584 2024.11.09 02:49:40.013943 [ 292 ] {869dae90-4e41-44a5-b96e-cffb5113a6eb} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.002129 sec., 27242.837012682012 rows/sec., 2.09 MiB/sec.
6585 2024.11.09 02:49:40.014342 [ 292 ] {869dae90-4e41-44a5-b96e-cffb5113a6eb} <Debug> DynamicQueryHandler: Done processing query
6586 2024.11.09 02:49:40.014373 [ 292 ] {869dae90-4e41-44a5-b96e-cffb5113a6eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
6587 2024.11.09 02:49:40.014391 [ 292 ] {} <Debug> HTTP-Session: ca72b1eb-a1d8-46a7-86b3-932682f884fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6588 2024.11.09 02:49:40.014570 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38505, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6589 2024.11.09 02:49:40.014605 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50642, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6590 2024.11.09 02:49:40.014694 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6591 2024.11.09 02:49:40.014724 [ 284 ] {} <Debug> HTTP-Session: 68fbf3b5-a6b6-4a8c-8561-8547cb34fe47 Authenticating user 'default' from [fd00:1122:3344:101::d]:50642
6592 2024.11.09 02:49:40.014749 [ 284 ] {} <Debug> HTTP-Session: 68fbf3b5-a6b6-4a8c-8561-8547cb34fe47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6593 2024.11.09 02:49:40.014767 [ 284 ] {} <Debug> HTTP-Session: 68fbf3b5-a6b6-4a8c-8561-8547cb34fe47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6594 2024.11.09 02:49:40.014815 [ 284 ] {} <Trace> HTTP-Session: 68fbf3b5-a6b6-4a8c-8561-8547cb34fe47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6595 2024.11.09 02:49:40.014951 [ 284 ] {38ee4e6a-982e-4084-b6bb-9995cbdf76cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50642) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
6596 2024.11.09 02:49:40.015011 [ 284 ] {38ee4e6a-982e-4084-b6bb-9995cbdf76cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6597 2024.11.09 02:49:40.015333 [ 284 ] {38ee4e6a-982e-4084-b6bb-9995cbdf76cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6598 2024.11.09 02:49:40.015723 [ 284 ] {38ee4e6a-982e-4084-b6bb-9995cbdf76cc} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6599 2024.11.09 02:49:40.015769 [ 284 ] {38ee4e6a-982e-4084-b6bb-9995cbdf76cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6600 2024.11.09 02:49:40.016128 [ 284 ] {38ee4e6a-982e-4084-b6bb-9995cbdf76cc} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6601 2024.11.09 02:49:40.016502 [ 284 ] {38ee4e6a-982e-4084-b6bb-9995cbdf76cc} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6602 2024.11.09 02:49:40.016661 [ 284 ] {38ee4e6a-982e-4084-b6bb-9995cbdf76cc} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001743 sec., 2294.8938611589215 rows/sec., 160.24 KiB/sec.
6603 2024.11.09 02:49:40.016671 [ 80 ] {} <Debug> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
6604 2024.11.09 02:49:40.016758 [ 80 ] {} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6605 2024.11.09 02:49:40.016807 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6606 2024.11.09 02:49:40.016999 [ 284 ] {38ee4e6a-982e-4084-b6bb-9995cbdf76cc} <Debug> DynamicQueryHandler: Done processing query
6607 2024.11.09 02:49:40.017094 [ 284 ] {38ee4e6a-982e-4084-b6bb-9995cbdf76cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
6608 2024.11.09 02:49:40.017186 [ 284 ] {} <Debug> HTTP-Session: 68fbf3b5-a6b6-4a8c-8561-8547cb34fe47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6609 2024.11.09 02:49:40.017327 [ 201 ] {799662db-f528-424d-a8f1-7a3df786217a::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
6610 2024.11.09 02:49:40.017493 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50642, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6611 2024.11.09 02:49:40.017594 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46988, User-Agent: (none), Length: 11580, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6612 2024.11.09 02:49:40.017778 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6613 2024.11.09 02:49:40.017793 [ 201 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6614 2024.11.09 02:49:40.017824 [ 292 ] {} <Debug> HTTP-Session: c706b91b-41e3-4bf3-8f5a-e73e3c208ef2 Authenticating user 'default' from [fd00:1122:3344:101::d]:46988
6615 2024.11.09 02:49:40.017859 [ 201 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 58 rows starting from the beginning of the part
6616 2024.11.09 02:49:40.017875 [ 292 ] {} <Debug> HTTP-Session: c706b91b-41e3-4bf3-8f5a-e73e3c208ef2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6617 2024.11.09 02:49:40.017919 [ 292 ] {} <Debug> HTTP-Session: c706b91b-41e3-4bf3-8f5a-e73e3c208ef2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6618 2024.11.09 02:49:40.018089 [ 201 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part
6619 2024.11.09 02:49:40.018095 [ 292 ] {} <Trace> HTTP-Session: c706b91b-41e3-4bf3-8f5a-e73e3c208ef2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6620 2024.11.09 02:49:40.018300 [ 201 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 41 rows starting from the beginning of the part
6621 2024.11.09 02:49:40.018661 [ 201 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part
6622 2024.11.09 02:49:40.018655 [ 292 ] {bd709763-fb33-48d8-ac5f-4ae81ed881ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46988) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
6623 2024.11.09 02:49:40.018880 [ 201 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 41 rows starting from the beginning of the part
6624 2024.11.09 02:49:40.018880 [ 292 ] {bd709763-fb33-48d8-ac5f-4ae81ed881ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6625 2024.11.09 02:49:40.019209 [ 201 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 4 rows starting from the beginning of the part
6626 2024.11.09 02:49:40.020135 [ 292 ] {bd709763-fb33-48d8-ac5f-4ae81ed881ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6627 2024.11.09 02:49:40.021276 [ 292 ] {bd709763-fb33-48d8-ac5f-4ae81ed881ee} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6628 2024.11.09 02:49:40.021363 [ 292 ] {bd709763-fb33-48d8-ac5f-4ae81ed881ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6629 2024.11.09 02:49:40.022219 [ 188 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 154 rows, containing 5 columns (5 merged, 0 gathered) in 0.005263728 sec., 29256.830900076904 rows/sec., 2.23 MiB/sec.
6630 2024.11.09 02:49:40.022367 [ 292 ] {bd709763-fb33-48d8-ac5f-4ae81ed881ee} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6631 2024.11.09 02:49:40.022489 [ 188 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
6632 2024.11.09 02:49:40.023299 [ 292 ] {bd709763-fb33-48d8-ac5f-4ae81ed881ee} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6633 2024.11.09 02:49:40.023654 [ 292 ] {bd709763-fb33-48d8-ac5f-4ae81ed881ee} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.005258 sec., 12932.67402054013 rows/sec., 1.01 MiB/sec.
6634 2024.11.09 02:49:40.023804 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_21_4} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6635 2024.11.09 02:49:40.024235 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_21_4} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
6636 2024.11.09 02:49:40.024287 [ 292 ] {bd709763-fb33-48d8-ac5f-4ae81ed881ee} <Debug> DynamicQueryHandler: Done processing query
6637 2024.11.09 02:49:40.024372 [ 292 ] {bd709763-fb33-48d8-ac5f-4ae81ed881ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
6638 2024.11.09 02:49:40.024505 [ 292 ] {} <Debug> HTTP-Session: c706b91b-41e3-4bf3-8f5a-e73e3c208ef2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6639 2024.11.09 02:49:40.024622 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
6640 2024.11.09 02:49:40.024824 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46988, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6641 2024.11.09 02:49:40.024930 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33508, User-Agent: (none), Length: 31036, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6642 2024.11.09 02:49:40.025003 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6643 2024.11.09 02:49:40.025029 [ 284 ] {} <Debug> HTTP-Session: 02bfbc9d-b129-4126-832b-e37cd2e703ab Authenticating user 'default' from [fd00:1122:3344:101::d]:33508
6644 2024.11.09 02:49:40.025051 [ 284 ] {} <Debug> HTTP-Session: 02bfbc9d-b129-4126-832b-e37cd2e703ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6645 2024.11.09 02:49:40.025069 [ 284 ] {} <Debug> HTTP-Session: 02bfbc9d-b129-4126-832b-e37cd2e703ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6646 2024.11.09 02:49:40.025116 [ 284 ] {} <Trace> HTTP-Session: 02bfbc9d-b129-4126-832b-e37cd2e703ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6647 2024.11.09 02:49:40.025331 [ 284 ] {a6ef574b-172f-4f67-a3fd-8d540e711625} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33508) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
6648 2024.11.09 02:49:40.025397 [ 284 ] {a6ef574b-172f-4f67-a3fd-8d540e711625} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6649 2024.11.09 02:49:40.025620 [ 284 ] {a6ef574b-172f-4f67-a3fd-8d540e711625} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6650 2024.11.09 02:49:40.026049 [ 284 ] {a6ef574b-172f-4f67-a3fd-8d540e711625} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6651 2024.11.09 02:49:40.026089 [ 284 ] {a6ef574b-172f-4f67-a3fd-8d540e711625} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6652 2024.11.09 02:49:40.026506 [ 284 ] {a6ef574b-172f-4f67-a3fd-8d540e711625} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6653 2024.11.09 02:49:40.026869 [ 284 ] {a6ef574b-172f-4f67-a3fd-8d540e711625} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6654 2024.11.09 02:49:40.027037 [ 284 ] {a6ef574b-172f-4f67-a3fd-8d540e711625} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001807 sec., 89651.35583840619 rows/sec., 6.24 MiB/sec.
6655 2024.11.09 02:49:40.027419 [ 284 ] {a6ef574b-172f-4f67-a3fd-8d540e711625} <Debug> DynamicQueryHandler: Done processing query
6656 2024.11.09 02:49:40.027451 [ 284 ] {a6ef574b-172f-4f67-a3fd-8d540e711625} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
6657 2024.11.09 02:49:40.027468 [ 284 ] {} <Debug> HTTP-Session: 02bfbc9d-b129-4126-832b-e37cd2e703ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6658 2024.11.09 02:49:40.027619 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46988, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6659 2024.11.09 02:49:40.027637 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33508, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6660 2024.11.09 02:49:40.027709 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6661 2024.11.09 02:49:40.027734 [ 292 ] {} <Debug> HTTP-Session: adb56c80-0d3b-4e02-aa8f-caae39eb198f Authenticating user 'default' from [fd00:1122:3344:101::d]:46988
6662 2024.11.09 02:49:40.027761 [ 292 ] {} <Debug> HTTP-Session: adb56c80-0d3b-4e02-aa8f-caae39eb198f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6663 2024.11.09 02:49:40.027786 [ 292 ] {} <Debug> HTTP-Session: adb56c80-0d3b-4e02-aa8f-caae39eb198f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6664 2024.11.09 02:49:40.027827 [ 292 ] {} <Trace> HTTP-Session: adb56c80-0d3b-4e02-aa8f-caae39eb198f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6665 2024.11.09 02:49:40.027963 [ 292 ] {89d49593-6791-4652-aac5-a75886d183df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46988) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6666 2024.11.09 02:49:40.028010 [ 292 ] {89d49593-6791-4652-aac5-a75886d183df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6667 2024.11.09 02:49:40.028155 [ 292 ] {89d49593-6791-4652-aac5-a75886d183df} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6668 2024.11.09 02:49:40.028464 [ 292 ] {89d49593-6791-4652-aac5-a75886d183df} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6669 2024.11.09 02:49:40.028499 [ 292 ] {89d49593-6791-4652-aac5-a75886d183df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6670 2024.11.09 02:49:40.028880 [ 292 ] {89d49593-6791-4652-aac5-a75886d183df} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6671 2024.11.09 02:49:40.029268 [ 292 ] {89d49593-6791-4652-aac5-a75886d183df} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6672 2024.11.09 02:49:40.029775 [ 292 ] {89d49593-6791-4652-aac5-a75886d183df} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00186 sec., 32258.06451612903 rows/sec., 2.17 MiB/sec.
6673 2024.11.09 02:49:40.030109 [ 292 ] {89d49593-6791-4652-aac5-a75886d183df} <Debug> DynamicQueryHandler: Done processing query
6674 2024.11.09 02:49:40.030137 [ 292 ] {89d49593-6791-4652-aac5-a75886d183df} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
6675 2024.11.09 02:49:40.030155 [ 292 ] {} <Debug> HTTP-Session: adb56c80-0d3b-4e02-aa8f-caae39eb198f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6676 2024.11.09 02:49:40.030430 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46988, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6677 2024.11.09 02:49:41.568880 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 636
6678 2024.11.09 02:49:41.572139 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6679 2024.11.09 02:49:41.572200 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6680 2024.11.09 02:49:41.573802 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
6681 2024.11.09 02:49:41.574883 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6682 2024.11.09 02:49:41.576421 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 636
6683 2024.11.09 02:49:45.007735 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37700, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6684 2024.11.09 02:49:45.007905 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6685 2024.11.09 02:49:45.007952 [ 293 ] {} <Debug> HTTP-Session: d30fd1ec-e22e-4406-9a2b-87bd1fd1af93 Authenticating user 'default' from [fd00:1122:3344:101::d]:37700
6686 2024.11.09 02:49:45.007994 [ 293 ] {} <Debug> HTTP-Session: d30fd1ec-e22e-4406-9a2b-87bd1fd1af93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6687 2024.11.09 02:49:45.008023 [ 293 ] {} <Debug> HTTP-Session: d30fd1ec-e22e-4406-9a2b-87bd1fd1af93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6688 2024.11.09 02:49:45.008103 [ 293 ] {} <Trace> HTTP-Session: d30fd1ec-e22e-4406-9a2b-87bd1fd1af93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6689 2024.11.09 02:49:45.008408 [ 293 ] {42737a20-466d-4dc8-b41a-94f2c0e78b69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37700) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
6690 2024.11.09 02:49:45.008519 [ 293 ] {42737a20-466d-4dc8-b41a-94f2c0e78b69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6691 2024.11.09 02:49:45.009036 [ 293 ] {42737a20-466d-4dc8-b41a-94f2c0e78b69} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6692 2024.11.09 02:49:45.009591 [ 293 ] {42737a20-466d-4dc8-b41a-94f2c0e78b69} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6693 2024.11.09 02:49:45.009636 [ 293 ] {42737a20-466d-4dc8-b41a-94f2c0e78b69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6694 2024.11.09 02:49:45.010100 [ 293 ] {42737a20-466d-4dc8-b41a-94f2c0e78b69} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6695 2024.11.09 02:49:45.010492 [ 293 ] {42737a20-466d-4dc8-b41a-94f2c0e78b69} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6696 2024.11.09 02:49:45.010638 [ 75 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
6697 2024.11.09 02:49:45.010642 [ 293 ] {42737a20-466d-4dc8-b41a-94f2c0e78b69} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002345 sec., 23880.597014925374 rows/sec., 1.83 MiB/sec.
6698 2024.11.09 02:49:45.010682 [ 75 ] {} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6699 2024.11.09 02:49:45.010718 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6700 2024.11.09 02:49:45.010986 [ 201 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::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
6701 2024.11.09 02:49:45.011001 [ 293 ] {42737a20-466d-4dc8-b41a-94f2c0e78b69} <Debug> DynamicQueryHandler: Done processing query
6702 2024.11.09 02:49:45.011062 [ 293 ] {42737a20-466d-4dc8-b41a-94f2c0e78b69} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
6703 2024.11.09 02:49:45.011090 [ 293 ] {} <Debug> HTTP-Session: d30fd1ec-e22e-4406-9a2b-87bd1fd1af93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6704 2024.11.09 02:49:45.011213 [ 201 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6705 2024.11.09 02:49:45.011256 [ 201 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1420 rows starting from the beginning of the part
6706 2024.11.09 02:49:45.011434 [ 201 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 57 rows starting from the beginning of the part
6707 2024.11.09 02:49:45.011467 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37700, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6708 2024.11.09 02:49:45.011854 [ 293 ] {} <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):
6709 
6710 (version 23.8.7.1)
6711 2024.11.09 02:49:45.011928 [ 201 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 56 rows starting from the beginning of the part
6712 2024.11.09 02:49:45.011976 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37452, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6713 2024.11.09 02:49:45.012233 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6714 2024.11.09 02:49:45.012239 [ 201 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 271 rows starting from the beginning of the part
6715 2024.11.09 02:49:45.012315 [ 291 ] {} <Debug> HTTP-Session: fd270197-eb41-485c-9ef6-1a72cb13db6d Authenticating user 'default' from [fd00:1122:3344:101::d]:37452
6716 2024.11.09 02:49:45.012403 [ 291 ] {} <Debug> HTTP-Session: fd270197-eb41-485c-9ef6-1a72cb13db6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6717 2024.11.09 02:49:45.012474 [ 291 ] {} <Debug> HTTP-Session: fd270197-eb41-485c-9ef6-1a72cb13db6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6718 2024.11.09 02:49:45.012542 [ 201 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 58 rows starting from the beginning of the part
6719 2024.11.09 02:49:45.012614 [ 291 ] {} <Trace> HTTP-Session: fd270197-eb41-485c-9ef6-1a72cb13db6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6720 2024.11.09 02:49:45.012737 [ 201 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 56 rows starting from the beginning of the part
6721 2024.11.09 02:49:45.013165 [ 291 ] {ff447b8e-4f5d-4c73-8fd0-fefd515672e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37452) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
6722 2024.11.09 02:49:45.013312 [ 291 ] {ff447b8e-4f5d-4c73-8fd0-fefd515672e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6723 2024.11.09 02:49:45.014138 [ 291 ] {ff447b8e-4f5d-4c73-8fd0-fefd515672e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6724 2024.11.09 02:49:45.015369 [ 291 ] {ff447b8e-4f5d-4c73-8fd0-fefd515672e8} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6725 2024.11.09 02:49:45.015422 [ 291 ] {ff447b8e-4f5d-4c73-8fd0-fefd515672e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6726 2024.11.09 02:49:45.016118 [ 201 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1918 rows, containing 5 columns (5 merged, 0 gathered) in 0.005259068 sec., 364703.40372096346 rows/sec., 31.93 MiB/sec.
6727 2024.11.09 02:49:45.016296 [ 291 ] {ff447b8e-4f5d-4c73-8fd0-fefd515672e8} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6728 2024.11.09 02:49:45.016618 [ 198 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
6729 2024.11.09 02:49:45.017109 [ 291 ] {ff447b8e-4f5d-4c73-8fd0-fefd515672e8} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6730 2024.11.09 02:49:45.017539 [ 75 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
6731 2024.11.09 02:49:45.017628 [ 75 ] {} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6732 2024.11.09 02:49:45.017638 [ 291 ] {ff447b8e-4f5d-4c73-8fd0-fefd515672e8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004723 sec., 13550.709294939657 rows/sec., 1.06 MiB/sec.
6733 2024.11.09 02:49:45.017679 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6734 2024.11.09 02:49:45.017864 [ 198 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_36_7} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6735 2024.11.09 02:49:45.018202 [ 198 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_36_7} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
6736 2024.11.09 02:49:45.018248 [ 193 ] {48637766-a340-4af8-ae3d-4486ac21e344::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
6737 2024.11.09 02:49:45.018327 [ 291 ] {ff447b8e-4f5d-4c73-8fd0-fefd515672e8} <Debug> DynamicQueryHandler: Done processing query
6738 2024.11.09 02:49:45.018412 [ 291 ] {ff447b8e-4f5d-4c73-8fd0-fefd515672e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
6739 2024.11.09 02:49:45.018453 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB.
6740 2024.11.09 02:49:45.018479 [ 291 ] {} <Debug> HTTP-Session: fd270197-eb41-485c-9ef6-1a72cb13db6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6741 2024.11.09 02:49:45.018646 [ 193 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6742 2024.11.09 02:49:45.018688 [ 193 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 915 rows starting from the beginning of the part
6743 2024.11.09 02:49:45.018782 [ 193 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 66 rows starting from the beginning of the part
6744 2024.11.09 02:49:45.018920 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37452, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6745 2024.11.09 02:49:45.019133 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64977, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6746 2024.11.09 02:49:45.019249 [ 193 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 64 rows starting from the beginning of the part
6747 2024.11.09 02:49:45.019394 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6748 2024.11.09 02:49:45.019557 [ 282 ] {} <Debug> HTTP-Session: b00e6b8a-0590-4313-84e1-fcf7e984d6b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64977
6749 2024.11.09 02:49:45.019571 [ 193 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 423 rows starting from the beginning of the part
6750 2024.11.09 02:49:45.019607 [ 282 ] {} <Debug> HTTP-Session: b00e6b8a-0590-4313-84e1-fcf7e984d6b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6751 2024.11.09 02:49:45.019669 [ 282 ] {} <Debug> HTTP-Session: b00e6b8a-0590-4313-84e1-fcf7e984d6b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6752 2024.11.09 02:49:45.019893 [ 282 ] {} <Trace> HTTP-Session: b00e6b8a-0590-4313-84e1-fcf7e984d6b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6753 2024.11.09 02:49:45.019929 [ 193 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 68 rows starting from the beginning of the part
6754 2024.11.09 02:49:45.020101 [ 193 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 64 rows starting from the beginning of the part
6755 2024.11.09 02:49:45.020478 [ 282 ] {f8ca63d0-e677-4281-8048-2c635c67feb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
6756 2024.11.09 02:49:45.020599 [ 282 ] {f8ca63d0-e677-4281-8048-2c635c67feb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6757 2024.11.09 02:49:45.021301 [ 282 ] {f8ca63d0-e677-4281-8048-2c635c67feb1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6758 2024.11.09 02:49:45.022402 [ 282 ] {f8ca63d0-e677-4281-8048-2c635c67feb1} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6759 2024.11.09 02:49:45.022493 [ 282 ] {f8ca63d0-e677-4281-8048-2c635c67feb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6760 2024.11.09 02:49:45.023279 [ 198 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1600 rows, containing 5 columns (5 merged, 0 gathered) in 0.00536016 sec., 298498.55228202144 rows/sec., 23.02 MiB/sec.
6761 2024.11.09 02:49:45.023487 [ 282 ] {f8ca63d0-e677-4281-8048-2c635c67feb1} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6762 2024.11.09 02:49:45.023538 [ 201 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
6763 2024.11.09 02:49:45.024422 [ 282 ] {f8ca63d0-e677-4281-8048-2c635c67feb1} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6764 2024.11.09 02:49:45.024538 [ 201 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_36_7} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6765 2024.11.09 02:49:45.024759 [ 75 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
6766 2024.11.09 02:49:45.024753 [ 201 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_36_7} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
6767 2024.11.09 02:49:45.024831 [ 282 ] {f8ca63d0-e677-4281-8048-2c635c67feb1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004643 sec., 34460.478139134175 rows/sec., 2.40 MiB/sec.
6768 2024.11.09 02:49:45.024842 [ 75 ] {} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6769 2024.11.09 02:49:45.025050 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB.
6770 2024.11.09 02:49:45.025096 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6771 2024.11.09 02:49:45.025502 [ 197 ] {173f980a-35dc-47ba-ab5b-853644c4390e::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
6772 2024.11.09 02:49:45.025519 [ 282 ] {f8ca63d0-e677-4281-8048-2c635c67feb1} <Debug> DynamicQueryHandler: Done processing query
6773 2024.11.09 02:49:45.025639 [ 282 ] {f8ca63d0-e677-4281-8048-2c635c67feb1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
6774 2024.11.09 02:49:45.025721 [ 282 ] {} <Debug> HTTP-Session: b00e6b8a-0590-4313-84e1-fcf7e984d6b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6775 2024.11.09 02:49:45.026133 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64977, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6776 2024.11.09 02:49:45.026317 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62514, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6777 2024.11.09 02:49:45.026481 [ 197 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6778 2024.11.09 02:49:45.026534 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6779 2024.11.09 02:49:45.026575 [ 197 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 8279 rows starting from the beginning of the part
6780 2024.11.09 02:49:45.026587 [ 291 ] {} <Debug> HTTP-Session: 36d64e3a-4818-419a-a2b5-ca22bcd0ec1a Authenticating user 'default' from [fd00:1122:3344:101::d]:62514
6781 2024.11.09 02:49:45.026638 [ 291 ] {} <Debug> HTTP-Session: 36d64e3a-4818-419a-a2b5-ca22bcd0ec1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6782 2024.11.09 02:49:45.026721 [ 291 ] {} <Debug> HTTP-Session: 36d64e3a-4818-419a-a2b5-ca22bcd0ec1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6783 2024.11.09 02:49:45.026814 [ 197 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 129 rows starting from the beginning of the part
6784 2024.11.09 02:49:45.026896 [ 291 ] {} <Trace> HTTP-Session: 36d64e3a-4818-419a-a2b5-ca22bcd0ec1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6785 2024.11.09 02:49:45.027032 [ 197 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part
6786 2024.11.09 02:49:45.027289 [ 291 ] {3b242bea-c224-4284-9e40-71a9a2a38fdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62514) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6787 2024.11.09 02:49:45.027445 [ 197 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 237 rows starting from the beginning of the part
6788 2024.11.09 02:49:45.027464 [ 291 ] {3b242bea-c224-4284-9e40-71a9a2a38fdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6789 2024.11.09 02:49:45.027757 [ 197 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 162 rows starting from the beginning of the part
6790 2024.11.09 02:49:45.028093 [ 197 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part
6791 2024.11.09 02:49:45.028702 [ 291 ] {3b242bea-c224-4284-9e40-71a9a2a38fdd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6792 2024.11.09 02:49:45.029420 [ 291 ] {3b242bea-c224-4284-9e40-71a9a2a38fdd} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6793 2024.11.09 02:49:45.029460 [ 291 ] {3b242bea-c224-4284-9e40-71a9a2a38fdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6794 2024.11.09 02:49:45.030194 [ 291 ] {3b242bea-c224-4284-9e40-71a9a2a38fdd} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6795 2024.11.09 02:49:45.031148 [ 291 ] {3b242bea-c224-4284-9e40-71a9a2a38fdd} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6796 2024.11.09 02:49:45.031352 [ 75 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
6797 2024.11.09 02:49:45.031361 [ 291 ] {3b242bea-c224-4284-9e40-71a9a2a38fdd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004162 sec., 14416.146083613648 rows/sec., 994.86 KiB/sec.
6798 2024.11.09 02:49:45.031397 [ 75 ] {} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6799 2024.11.09 02:49:45.031472 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6800 2024.11.09 02:49:45.031780 [ 198 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::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
6801 2024.11.09 02:49:45.031956 [ 291 ] {3b242bea-c224-4284-9e40-71a9a2a38fdd} <Debug> DynamicQueryHandler: Done processing query
6802 2024.11.09 02:49:45.032036 [ 291 ] {3b242bea-c224-4284-9e40-71a9a2a38fdd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
6803 2024.11.09 02:49:45.032097 [ 291 ] {} <Debug> HTTP-Session: 36d64e3a-4818-419a-a2b5-ca22bcd0ec1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6804 2024.11.09 02:49:45.032213 [ 198 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6805 2024.11.09 02:49:45.032254 [ 198 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1888 rows starting from the beginning of the part
6806 2024.11.09 02:49:45.032384 [ 198 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 48 rows starting from the beginning of the part
6807 2024.11.09 02:49:45.032477 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62514, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6808 2024.11.09 02:49:45.032714 [ 198 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part
6809 2024.11.09 02:49:45.032966 [ 198 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 82 rows starting from the beginning of the part
6810 2024.11.09 02:49:45.033178 [ 198 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::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
6811 2024.11.09 02:49:45.033545 [ 198 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part
6812 2024.11.09 02:49:45.034170 [ 197 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9127 rows, containing 5 columns (5 merged, 0 gathered) in 0.008863034 sec., 1029782.8034959586 rows/sec., 69.96 MiB/sec.
6813 2024.11.09 02:49:45.034513 [ 192 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
6814 2024.11.09 02:49:45.035644 [ 192 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6815 2024.11.09 02:49:45.035840 [ 192 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
6816 2024.11.09 02:49:45.035955 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.11 MiB.
6817 2024.11.09 02:49:45.036240 [ 192 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2198 rows, containing 4 columns (4 merged, 0 gathered) in 0.004608785 sec., 476915.2824442885 rows/sec., 31.36 MiB/sec.
6818 2024.11.09 02:49:45.036449 [ 194 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
6819 2024.11.09 02:49:45.036832 [ 194 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_36_7} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6820 2024.11.09 02:49:45.036906 [ 194 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_36_7} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
6821 2024.11.09 02:49:45.036977 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB.
6822 2024.11.09 02:49:46.418100 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache
6823 2024.11.09 02:49:46.418197 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache
6824 2024.11.09 02:49:50.013954 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61362, User-Agent: (none), Length: 41147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6825 2024.11.09 02:49:50.014126 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6826 2024.11.09 02:49:50.014172 [ 291 ] {} <Debug> HTTP-Session: 893450dc-5d7a-4b50-9734-34d1d7bd0519 Authenticating user 'default' from [fd00:1122:3344:101::d]:61362
6827 2024.11.09 02:49:50.014200 [ 291 ] {} <Debug> HTTP-Session: 893450dc-5d7a-4b50-9734-34d1d7bd0519 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6828 2024.11.09 02:49:50.014217 [ 291 ] {} <Debug> HTTP-Session: 893450dc-5d7a-4b50-9734-34d1d7bd0519 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6829 2024.11.09 02:49:50.014274 [ 291 ] {} <Trace> HTTP-Session: 893450dc-5d7a-4b50-9734-34d1d7bd0519 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6830 2024.11.09 02:49:50.014568 [ 291 ] {61d78f8b-9bd7-4721-b36e-fe288547ced0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61362) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
6831 2024.11.09 02:49:50.014644 [ 291 ] {61d78f8b-9bd7-4721-b36e-fe288547ced0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6832 2024.11.09 02:49:50.015028 [ 291 ] {61d78f8b-9bd7-4721-b36e-fe288547ced0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6833 2024.11.09 02:49:50.015680 [ 291 ] {61d78f8b-9bd7-4721-b36e-fe288547ced0} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6834 2024.11.09 02:49:50.015722 [ 291 ] {61d78f8b-9bd7-4721-b36e-fe288547ced0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6835 2024.11.09 02:49:50.016173 [ 291 ] {61d78f8b-9bd7-4721-b36e-fe288547ced0} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6836 2024.11.09 02:49:50.016585 [ 291 ] {61d78f8b-9bd7-4721-b36e-fe288547ced0} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6837 2024.11.09 02:49:50.016763 [ 291 ] {61d78f8b-9bd7-4721-b36e-fe288547ced0} <Debug> executeQuery: Read 271 rows, 24.70 KiB in 0.002329 sec., 116358.95234006012 rows/sec., 10.36 MiB/sec.
6838 2024.11.09 02:49:50.016975 [ 291 ] {61d78f8b-9bd7-4721-b36e-fe288547ced0} <Debug> DynamicQueryHandler: Done processing query
6839 2024.11.09 02:49:50.017000 [ 291 ] {61d78f8b-9bd7-4721-b36e-fe288547ced0} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
6840 2024.11.09 02:49:50.017017 [ 291 ] {} <Debug> HTTP-Session: 893450dc-5d7a-4b50-9734-34d1d7bd0519 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6841 2024.11.09 02:49:50.017257 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61362, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6842 2024.11.09 02:49:50.017409 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44985, User-Agent: (none), Length: 5927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6843 2024.11.09 02:49:50.017531 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6844 2024.11.09 02:49:50.017561 [ 282 ] {} <Debug> HTTP-Session: 3d83caf6-697c-4e23-8a6a-28d746e6a423 Authenticating user 'default' from [fd00:1122:3344:101::d]:44985
6845 2024.11.09 02:49:50.017590 [ 282 ] {} <Debug> HTTP-Session: 3d83caf6-697c-4e23-8a6a-28d746e6a423 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6846 2024.11.09 02:49:50.017607 [ 282 ] {} <Debug> HTTP-Session: 3d83caf6-697c-4e23-8a6a-28d746e6a423 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6847 2024.11.09 02:49:50.017667 [ 282 ] {} <Trace> HTTP-Session: 3d83caf6-697c-4e23-8a6a-28d746e6a423 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6848 2024.11.09 02:49:50.017885 [ 282 ] {98500d4a-bf70-4f78-9099-97205458ef28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44985) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
6849 2024.11.09 02:49:50.017961 [ 282 ] {98500d4a-bf70-4f78-9099-97205458ef28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6850 2024.11.09 02:49:50.018334 [ 282 ] {98500d4a-bf70-4f78-9099-97205458ef28} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6851 2024.11.09 02:49:50.018735 [ 282 ] {98500d4a-bf70-4f78-9099-97205458ef28} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6852 2024.11.09 02:49:50.018784 [ 282 ] {98500d4a-bf70-4f78-9099-97205458ef28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6853 2024.11.09 02:49:50.019219 [ 282 ] {98500d4a-bf70-4f78-9099-97205458ef28} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6854 2024.11.09 02:49:50.019652 [ 282 ] {98500d4a-bf70-4f78-9099-97205458ef28} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6855 2024.11.09 02:49:50.019849 [ 282 ] {98500d4a-bf70-4f78-9099-97205458ef28} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.002028 sec., 20216.962524654835 rows/sec., 1.48 MiB/sec.
6856 2024.11.09 02:49:50.020069 [ 282 ] {98500d4a-bf70-4f78-9099-97205458ef28} <Debug> DynamicQueryHandler: Done processing query
6857 2024.11.09 02:49:50.020096 [ 282 ] {98500d4a-bf70-4f78-9099-97205458ef28} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
6858 2024.11.09 02:49:50.020113 [ 282 ] {} <Debug> HTTP-Session: 3d83caf6-697c-4e23-8a6a-28d746e6a423 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6859 2024.11.09 02:49:50.020287 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44985, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6860 2024.11.09 02:49:50.020346 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61362, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6861 2024.11.09 02:49:50.020490 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6862 2024.11.09 02:49:50.020535 [ 291 ] {} <Debug> HTTP-Session: 0d3ab82c-1e19-4275-87e4-35c8c0cbeee3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61362
6863 2024.11.09 02:49:50.020569 [ 291 ] {} <Debug> HTTP-Session: 0d3ab82c-1e19-4275-87e4-35c8c0cbeee3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6864 2024.11.09 02:49:50.020596 [ 291 ] {} <Debug> HTTP-Session: 0d3ab82c-1e19-4275-87e4-35c8c0cbeee3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6865 2024.11.09 02:49:50.020663 [ 291 ] {} <Trace> HTTP-Session: 0d3ab82c-1e19-4275-87e4-35c8c0cbeee3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6866 2024.11.09 02:49:50.020875 [ 291 ] {15c1cb1e-2dc8-4127-9be5-9b524ba72eff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61362) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
6867 2024.11.09 02:49:50.020960 [ 291 ] {15c1cb1e-2dc8-4127-9be5-9b524ba72eff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6868 2024.11.09 02:49:50.021319 [ 291 ] {15c1cb1e-2dc8-4127-9be5-9b524ba72eff} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6869 2024.11.09 02:49:50.021648 [ 291 ] {15c1cb1e-2dc8-4127-9be5-9b524ba72eff} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6870 2024.11.09 02:49:50.021685 [ 291 ] {15c1cb1e-2dc8-4127-9be5-9b524ba72eff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6871 2024.11.09 02:49:50.022045 [ 291 ] {15c1cb1e-2dc8-4127-9be5-9b524ba72eff} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
6872 2024.11.09 02:49:50.022417 [ 291 ] {15c1cb1e-2dc8-4127-9be5-9b524ba72eff} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6873 2024.11.09 02:49:50.022587 [ 291 ] {15c1cb1e-2dc8-4127-9be5-9b524ba72eff} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001775 sec., 7887.3239436619715 rows/sec., 552.38 KiB/sec.
6874 2024.11.09 02:49:50.022763 [ 291 ] {15c1cb1e-2dc8-4127-9be5-9b524ba72eff} <Debug> DynamicQueryHandler: Done processing query
6875 2024.11.09 02:49:50.022787 [ 291 ] {15c1cb1e-2dc8-4127-9be5-9b524ba72eff} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6876 2024.11.09 02:49:50.022804 [ 291 ] {} <Debug> HTTP-Session: 0d3ab82c-1e19-4275-87e4-35c8c0cbeee3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6877 2024.11.09 02:49:50.023023 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61362, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6878 2024.11.09 02:49:50.023086 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52884, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6879 2024.11.09 02:49:50.023175 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6880 2024.11.09 02:49:50.023205 [ 282 ] {} <Debug> HTTP-Session: 16a839e3-6e83-4707-9991-1c88689bf8b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:52884
6881 2024.11.09 02:49:50.023229 [ 282 ] {} <Debug> HTTP-Session: 16a839e3-6e83-4707-9991-1c88689bf8b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6882 2024.11.09 02:49:50.023246 [ 282 ] {} <Debug> HTTP-Session: 16a839e3-6e83-4707-9991-1c88689bf8b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6883 2024.11.09 02:49:50.023294 [ 282 ] {} <Trace> HTTP-Session: 16a839e3-6e83-4707-9991-1c88689bf8b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6884 2024.11.09 02:49:50.023433 [ 282 ] {87e6af59-7f8d-4ed2-b584-c0b36ec0ab90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52884) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
6885 2024.11.09 02:49:50.023493 [ 282 ] {87e6af59-7f8d-4ed2-b584-c0b36ec0ab90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6886 2024.11.09 02:49:50.023818 [ 282 ] {87e6af59-7f8d-4ed2-b584-c0b36ec0ab90} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6887 2024.11.09 02:49:50.024220 [ 282 ] {87e6af59-7f8d-4ed2-b584-c0b36ec0ab90} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6888 2024.11.09 02:49:50.024259 [ 282 ] {87e6af59-7f8d-4ed2-b584-c0b36ec0ab90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6889 2024.11.09 02:49:50.024630 [ 282 ] {87e6af59-7f8d-4ed2-b584-c0b36ec0ab90} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
6890 2024.11.09 02:49:50.025005 [ 282 ] {87e6af59-7f8d-4ed2-b584-c0b36ec0ab90} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6891 2024.11.09 02:49:50.025196 [ 282 ] {87e6af59-7f8d-4ed2-b584-c0b36ec0ab90} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001794 sec., 3344.4816053511704 rows/sec., 197.60 KiB/sec.
6892 2024.11.09 02:49:50.025389 [ 282 ] {87e6af59-7f8d-4ed2-b584-c0b36ec0ab90} <Debug> DynamicQueryHandler: Done processing query
6893 2024.11.09 02:49:50.025413 [ 282 ] {87e6af59-7f8d-4ed2-b584-c0b36ec0ab90} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6894 2024.11.09 02:49:50.025430 [ 282 ] {} <Debug> HTTP-Session: 16a839e3-6e83-4707-9991-1c88689bf8b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6895 2024.11.09 02:49:50.025731 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52884, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6896 2024.11.09 02:49:50.025840 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39415, User-Agent: (none), Length: 68708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6897 2024.11.09 02:49:50.025910 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6898 2024.11.09 02:49:50.025935 [ 291 ] {} <Debug> HTTP-Session: bde2075d-f8bf-4357-b6fd-c6a3995ed957 Authenticating user 'default' from [fd00:1122:3344:101::d]:39415
6899 2024.11.09 02:49:50.025956 [ 291 ] {} <Debug> HTTP-Session: bde2075d-f8bf-4357-b6fd-c6a3995ed957 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6900 2024.11.09 02:49:50.025974 [ 291 ] {} <Debug> HTTP-Session: bde2075d-f8bf-4357-b6fd-c6a3995ed957 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6901 2024.11.09 02:49:50.026018 [ 291 ] {} <Trace> HTTP-Session: bde2075d-f8bf-4357-b6fd-c6a3995ed957 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6902 2024.11.09 02:49:50.026258 [ 291 ] {6d961816-4cee-4621-8902-bfa846dfa5f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39415) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
6903 2024.11.09 02:49:50.026306 [ 291 ] {6d961816-4cee-4621-8902-bfa846dfa5f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6904 2024.11.09 02:49:50.026573 [ 291 ] {6d961816-4cee-4621-8902-bfa846dfa5f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6905 2024.11.09 02:49:50.027133 [ 291 ] {6d961816-4cee-4621-8902-bfa846dfa5f8} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6906 2024.11.09 02:49:50.027170 [ 291 ] {6d961816-4cee-4621-8902-bfa846dfa5f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6907 2024.11.09 02:49:50.027564 [ 291 ] {6d961816-4cee-4621-8902-bfa846dfa5f8} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6908 2024.11.09 02:49:50.027930 [ 291 ] {6d961816-4cee-4621-8902-bfa846dfa5f8} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6909 2024.11.09 02:49:50.028092 [ 291 ] {6d961816-4cee-4621-8902-bfa846dfa5f8} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001939 sec., 218153.6874677669 rows/sec., 15.60 MiB/sec.
6910 2024.11.09 02:49:50.028264 [ 291 ] {6d961816-4cee-4621-8902-bfa846dfa5f8} <Debug> DynamicQueryHandler: Done processing query
6911 2024.11.09 02:49:50.028288 [ 291 ] {6d961816-4cee-4621-8902-bfa846dfa5f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
6912 2024.11.09 02:49:50.028305 [ 291 ] {} <Debug> HTTP-Session: bde2075d-f8bf-4357-b6fd-c6a3995ed957 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6913 2024.11.09 02:49:50.028503 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52884, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6914 2024.11.09 02:49:50.028513 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39415, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6915 2024.11.09 02:49:50.028592 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6916 2024.11.09 02:49:50.028628 [ 282 ] {} <Debug> HTTP-Session: 79f0b8c0-2014-4767-8407-b01e26804179 Authenticating user 'default' from [fd00:1122:3344:101::d]:52884
6917 2024.11.09 02:49:50.028649 [ 282 ] {} <Debug> HTTP-Session: 79f0b8c0-2014-4767-8407-b01e26804179 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6918 2024.11.09 02:49:50.028675 [ 282 ] {} <Debug> HTTP-Session: 79f0b8c0-2014-4767-8407-b01e26804179 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6919 2024.11.09 02:49:50.028723 [ 282 ] {} <Trace> HTTP-Session: 79f0b8c0-2014-4767-8407-b01e26804179 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6920 2024.11.09 02:49:50.028854 [ 282 ] {7e81bb08-b315-4db0-a6ab-cabf32f8d34e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52884) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
6921 2024.11.09 02:49:50.028912 [ 282 ] {7e81bb08-b315-4db0-a6ab-cabf32f8d34e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6922 2024.11.09 02:49:50.029104 [ 282 ] {7e81bb08-b315-4db0-a6ab-cabf32f8d34e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6923 2024.11.09 02:49:50.029400 [ 282 ] {7e81bb08-b315-4db0-a6ab-cabf32f8d34e} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6924 2024.11.09 02:49:50.029437 [ 282 ] {7e81bb08-b315-4db0-a6ab-cabf32f8d34e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6925 2024.11.09 02:49:50.029805 [ 282 ] {7e81bb08-b315-4db0-a6ab-cabf32f8d34e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
6926 2024.11.09 02:49:50.030140 [ 282 ] {7e81bb08-b315-4db0-a6ab-cabf32f8d34e} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6927 2024.11.09 02:49:50.030307 [ 282 ] {7e81bb08-b315-4db0-a6ab-cabf32f8d34e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001481 sec., 4051.3166779203243 rows/sec., 211.67 KiB/sec.
6928 2024.11.09 02:49:50.030642 [ 282 ] {7e81bb08-b315-4db0-a6ab-cabf32f8d34e} <Debug> DynamicQueryHandler: Done processing query
6929 2024.11.09 02:49:50.030667 [ 282 ] {7e81bb08-b315-4db0-a6ab-cabf32f8d34e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
6930 2024.11.09 02:49:50.030682 [ 282 ] {} <Debug> HTTP-Session: 79f0b8c0-2014-4767-8407-b01e26804179 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6931 2024.11.09 02:49:50.030847 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52884, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6932 2024.11.09 02:49:50.030935 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40032, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6933 2024.11.09 02:49:50.031012 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6934 2024.11.09 02:49:50.031042 [ 291 ] {} <Debug> HTTP-Session: c282ad78-a1d7-4fe7-96fc-4f7de465798e Authenticating user 'default' from [fd00:1122:3344:101::d]:40032
6935 2024.11.09 02:49:50.031062 [ 291 ] {} <Debug> HTTP-Session: c282ad78-a1d7-4fe7-96fc-4f7de465798e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6936 2024.11.09 02:49:50.031079 [ 291 ] {} <Debug> HTTP-Session: c282ad78-a1d7-4fe7-96fc-4f7de465798e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6937 2024.11.09 02:49:50.031123 [ 291 ] {} <Trace> HTTP-Session: c282ad78-a1d7-4fe7-96fc-4f7de465798e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6938 2024.11.09 02:49:50.031343 [ 291 ] {e93ade21-0b40-4f15-b665-a7de971f3862} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40032) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
6939 2024.11.09 02:49:50.031392 [ 291 ] {e93ade21-0b40-4f15-b665-a7de971f3862} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6940 2024.11.09 02:49:50.031564 [ 291 ] {e93ade21-0b40-4f15-b665-a7de971f3862} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6941 2024.11.09 02:49:50.031998 [ 291 ] {e93ade21-0b40-4f15-b665-a7de971f3862} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6942 2024.11.09 02:49:50.032035 [ 291 ] {e93ade21-0b40-4f15-b665-a7de971f3862} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6943 2024.11.09 02:49:50.032457 [ 291 ] {e93ade21-0b40-4f15-b665-a7de971f3862} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6944 2024.11.09 02:49:50.032801 [ 291 ] {e93ade21-0b40-4f15-b665-a7de971f3862} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6945 2024.11.09 02:49:50.032924 [ 291 ] {e93ade21-0b40-4f15-b665-a7de971f3862} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001702 sec., 139247.9435957697 rows/sec., 9.33 MiB/sec.
6946 2024.11.09 02:49:50.033081 [ 291 ] {e93ade21-0b40-4f15-b665-a7de971f3862} <Debug> DynamicQueryHandler: Done processing query
6947 2024.11.09 02:49:50.033105 [ 291 ] {e93ade21-0b40-4f15-b665-a7de971f3862} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
6948 2024.11.09 02:49:50.033121 [ 291 ] {} <Debug> HTTP-Session: c282ad78-a1d7-4fe7-96fc-4f7de465798e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6949 2024.11.09 02:49:50.033294 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40032, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6950 2024.11.09 02:49:50.033364 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58838, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6951 2024.11.09 02:49:50.033451 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6952 2024.11.09 02:49:50.033478 [ 282 ] {} <Debug> HTTP-Session: b93ce117-2731-4c8b-adfc-bc1f409d7a3e Authenticating user 'default' from [fd00:1122:3344:101::d]:58838
6953 2024.11.09 02:49:50.033499 [ 282 ] {} <Debug> HTTP-Session: b93ce117-2731-4c8b-adfc-bc1f409d7a3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6954 2024.11.09 02:49:50.033516 [ 282 ] {} <Debug> HTTP-Session: b93ce117-2731-4c8b-adfc-bc1f409d7a3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6955 2024.11.09 02:49:50.033560 [ 282 ] {} <Trace> HTTP-Session: b93ce117-2731-4c8b-adfc-bc1f409d7a3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6956 2024.11.09 02:49:50.033685 [ 282 ] {4c7d631b-cc06-4993-8cd8-8c4f9eaf7747} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58838) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
6957 2024.11.09 02:49:50.033743 [ 282 ] {4c7d631b-cc06-4993-8cd8-8c4f9eaf7747} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6958 2024.11.09 02:49:50.033932 [ 282 ] {4c7d631b-cc06-4993-8cd8-8c4f9eaf7747} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6959 2024.11.09 02:49:50.034223 [ 282 ] {4c7d631b-cc06-4993-8cd8-8c4f9eaf7747} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6960 2024.11.09 02:49:50.034259 [ 282 ] {4c7d631b-cc06-4993-8cd8-8c4f9eaf7747} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6961 2024.11.09 02:49:50.034652 [ 282 ] {4c7d631b-cc06-4993-8cd8-8c4f9eaf7747} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
6962 2024.11.09 02:49:50.034984 [ 282 ] {4c7d631b-cc06-4993-8cd8-8c4f9eaf7747} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6963 2024.11.09 02:49:50.035146 [ 282 ] {4c7d631b-cc06-4993-8cd8-8c4f9eaf7747} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001487 sec., 672.4949562878278 rows/sec., 45.31 KiB/sec.
6964 2024.11.09 02:49:50.035462 [ 282 ] {4c7d631b-cc06-4993-8cd8-8c4f9eaf7747} <Debug> DynamicQueryHandler: Done processing query
6965 2024.11.09 02:49:50.035488 [ 282 ] {4c7d631b-cc06-4993-8cd8-8c4f9eaf7747} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
6966 2024.11.09 02:49:50.035504 [ 282 ] {} <Debug> HTTP-Session: b93ce117-2731-4c8b-adfc-bc1f409d7a3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6967 2024.11.09 02:49:50.035692 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58838, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6968 2024.11.09 02:49:50.035819 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44364, User-Agent: (none), Length: 68618, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6969 2024.11.09 02:49:50.035890 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6970 2024.11.09 02:49:50.035913 [ 291 ] {} <Debug> HTTP-Session: 19876cd5-a132-4d53-9041-5abd331ddd85 Authenticating user 'default' from [fd00:1122:3344:101::d]:44364
6971 2024.11.09 02:49:50.035934 [ 291 ] {} <Debug> HTTP-Session: 19876cd5-a132-4d53-9041-5abd331ddd85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6972 2024.11.09 02:49:50.035951 [ 291 ] {} <Debug> HTTP-Session: 19876cd5-a132-4d53-9041-5abd331ddd85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6973 2024.11.09 02:49:50.035995 [ 291 ] {} <Trace> HTTP-Session: 19876cd5-a132-4d53-9041-5abd331ddd85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6974 2024.11.09 02:49:50.036476 [ 291 ] {662f2cac-0e11-44f3-a590-a2a3a0ebc47d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44364) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
6975 2024.11.09 02:49:50.036556 [ 291 ] {662f2cac-0e11-44f3-a590-a2a3a0ebc47d} <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
6976 2024.11.09 02:49:50.037038 [ 291 ] {662f2cac-0e11-44f3-a590-a2a3a0ebc47d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6977 2024.11.09 02:49:50.037800 [ 291 ] {662f2cac-0e11-44f3-a590-a2a3a0ebc47d} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6978 2024.11.09 02:49:50.037835 [ 291 ] {662f2cac-0e11-44f3-a590-a2a3a0ebc47d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6979 2024.11.09 02:49:50.038520 [ 291 ] {662f2cac-0e11-44f3-a590-a2a3a0ebc47d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
6980 2024.11.09 02:49:50.038938 [ 291 ] {662f2cac-0e11-44f3-a590-a2a3a0ebc47d} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6981 2024.11.09 02:49:50.039090 [ 291 ] {662f2cac-0e11-44f3-a590-a2a3a0ebc47d} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002966 sec., 13823.331085637223 rows/sec., 24.77 MiB/sec.
6982 2024.11.09 02:49:50.039331 [ 291 ] {662f2cac-0e11-44f3-a590-a2a3a0ebc47d} <Debug> DynamicQueryHandler: Done processing query
6983 2024.11.09 02:49:50.039356 [ 291 ] {662f2cac-0e11-44f3-a590-a2a3a0ebc47d} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB.
6984 2024.11.09 02:49:50.039373 [ 291 ] {} <Debug> HTTP-Session: 19876cd5-a132-4d53-9041-5abd331ddd85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6985 2024.11.09 02:49:50.039589 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58838, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6986 2024.11.09 02:49:50.039606 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44364, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6987 2024.11.09 02:49:50.039673 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6988 2024.11.09 02:49:50.039706 [ 282 ] {} <Debug> HTTP-Session: 059bc9d8-a561-4b8c-bd2a-87020271d6fb Authenticating user 'default' from [fd00:1122:3344:101::d]:58838
6989 2024.11.09 02:49:50.039727 [ 282 ] {} <Debug> HTTP-Session: 059bc9d8-a561-4b8c-bd2a-87020271d6fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6990 2024.11.09 02:49:50.039744 [ 282 ] {} <Debug> HTTP-Session: 059bc9d8-a561-4b8c-bd2a-87020271d6fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6991 2024.11.09 02:49:50.039802 [ 282 ] {} <Trace> HTTP-Session: 059bc9d8-a561-4b8c-bd2a-87020271d6fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6992 2024.11.09 02:49:50.039980 [ 282 ] {eff65384-89d0-4719-b8fc-9976bbc29c6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58838) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6993 2024.11.09 02:49:50.040037 [ 282 ] {eff65384-89d0-4719-b8fc-9976bbc29c6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6994 2024.11.09 02:49:50.040215 [ 282 ] {eff65384-89d0-4719-b8fc-9976bbc29c6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6995 2024.11.09 02:49:50.040528 [ 282 ] {eff65384-89d0-4719-b8fc-9976bbc29c6d} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6996 2024.11.09 02:49:50.040563 [ 282 ] {eff65384-89d0-4719-b8fc-9976bbc29c6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
6997 2024.11.09 02:49:50.040941 [ 282 ] {eff65384-89d0-4719-b8fc-9976bbc29c6d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6998 2024.11.09 02:49:50.041263 [ 282 ] {eff65384-89d0-4719-b8fc-9976bbc29c6d} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6999 2024.11.09 02:49:50.041409 [ 282 ] {eff65384-89d0-4719-b8fc-9976bbc29c6d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001503 sec., 54557.551563539586 rows/sec., 3.47 MiB/sec.
7000 2024.11.09 02:49:50.041584 [ 282 ] {eff65384-89d0-4719-b8fc-9976bbc29c6d} <Debug> DynamicQueryHandler: Done processing query
7001 2024.11.09 02:49:50.041611 [ 282 ] {eff65384-89d0-4719-b8fc-9976bbc29c6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7002 2024.11.09 02:49:50.041627 [ 282 ] {} <Debug> HTTP-Session: 059bc9d8-a561-4b8c-bd2a-87020271d6fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7003 2024.11.09 02:49:50.041917 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58838, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7004 2024.11.09 02:49:50.856873 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52544, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7005 2024.11.09 02:49:51.106473 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47969, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7006 2024.11.09 02:49:51.142888 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35243, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7007 2024.11.09 02:49:51.142940 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64021, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7008 2024.11.09 02:49:51.160149 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43316, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7009 2024.11.09 02:49:51.240527 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40575, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7010 2024.11.09 02:49:51.244811 [ 282 ] {} <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)
7011 2024.11.09 02:49:51.247064 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39581, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7012 2024.11.09 02:49:51.576647 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 664
7013 2024.11.09 02:49:51.579504 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7014 2024.11.09 02:49:51.579554 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
7015 2024.11.09 02:49:51.581100 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
7016 2024.11.09 02:49:51.582087 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7017 2024.11.09 02:49:51.583152 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 664
7018 2024.11.09 02:49:55.006872 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51920, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7019 2024.11.09 02:49:55.007001 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7020 2024.11.09 02:49:55.007030 [ 282 ] {} <Debug> HTTP-Session: 542a7f91-f79d-44a4-bf59-b96478d29c9e Authenticating user 'default' from [fd00:1122:3344:101::d]:51920
7021 2024.11.09 02:49:55.007055 [ 282 ] {} <Debug> HTTP-Session: 542a7f91-f79d-44a4-bf59-b96478d29c9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7022 2024.11.09 02:49:55.007069 [ 282 ] {} <Debug> HTTP-Session: 542a7f91-f79d-44a4-bf59-b96478d29c9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7023 2024.11.09 02:49:55.007122 [ 282 ] {} <Trace> HTTP-Session: 542a7f91-f79d-44a4-bf59-b96478d29c9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7024 2024.11.09 02:49:55.007329 [ 282 ] {8d4edbae-f064-4fab-a12a-ba490cbb6e68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51920) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
7025 2024.11.09 02:49:55.007405 [ 282 ] {8d4edbae-f064-4fab-a12a-ba490cbb6e68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7026 2024.11.09 02:49:55.007768 [ 282 ] {8d4edbae-f064-4fab-a12a-ba490cbb6e68} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7027 2024.11.09 02:49:55.008233 [ 282 ] {8d4edbae-f064-4fab-a12a-ba490cbb6e68} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7028 2024.11.09 02:49:55.008288 [ 282 ] {8d4edbae-f064-4fab-a12a-ba490cbb6e68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
7029 2024.11.09 02:49:55.008755 [ 282 ] {8d4edbae-f064-4fab-a12a-ba490cbb6e68} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
7030 2024.11.09 02:49:55.009205 [ 282 ] {8d4edbae-f064-4fab-a12a-ba490cbb6e68} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7031 2024.11.09 02:49:55.009395 [ 282 ] {8d4edbae-f064-4fab-a12a-ba490cbb6e68} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002117 sec., 1889.4662257912141 rows/sec., 154.07 KiB/sec.
7032 2024.11.09 02:49:55.009712 [ 282 ] {8d4edbae-f064-4fab-a12a-ba490cbb6e68} <Debug> DynamicQueryHandler: Done processing query
7033 2024.11.09 02:49:55.009744 [ 282 ] {8d4edbae-f064-4fab-a12a-ba490cbb6e68} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
7034 2024.11.09 02:49:55.009762 [ 282 ] {} <Debug> HTTP-Session: 542a7f91-f79d-44a4-bf59-b96478d29c9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7035 2024.11.09 02:49:55.009987 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51920, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7036 2024.11.09 02:49:55.010103 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35504, User-Agent: (none), Length: 8114, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7037 2024.11.09 02:49:55.010292 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7038 2024.11.09 02:49:55.010338 [ 293 ] {} <Debug> HTTP-Session: 8ac48d37-f928-4eaf-b3ab-537547b81cfd Authenticating user 'default' from [fd00:1122:3344:101::d]:35504
7039 2024.11.09 02:49:55.010372 [ 293 ] {} <Debug> HTTP-Session: 8ac48d37-f928-4eaf-b3ab-537547b81cfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7040 2024.11.09 02:49:55.010387 [ 293 ] {} <Debug> HTTP-Session: 8ac48d37-f928-4eaf-b3ab-537547b81cfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7041 2024.11.09 02:49:55.010442 [ 293 ] {} <Trace> HTTP-Session: 8ac48d37-f928-4eaf-b3ab-537547b81cfd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7042 2024.11.09 02:49:55.010643 [ 293 ] {f16d4060-ff37-492e-a3b2-f7a7572691b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
7043 2024.11.09 02:49:55.010712 [ 293 ] {f16d4060-ff37-492e-a3b2-f7a7572691b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7044 2024.11.09 02:49:55.011065 [ 293 ] {f16d4060-ff37-492e-a3b2-f7a7572691b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7045 2024.11.09 02:49:55.011491 [ 293 ] {f16d4060-ff37-492e-a3b2-f7a7572691b3} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7046 2024.11.09 02:49:55.011532 [ 293 ] {f16d4060-ff37-492e-a3b2-f7a7572691b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
7047 2024.11.09 02:49:55.011977 [ 293 ] {f16d4060-ff37-492e-a3b2-f7a7572691b3} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7048 2024.11.09 02:49:55.012387 [ 293 ] {f16d4060-ff37-492e-a3b2-f7a7572691b3} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7049 2024.11.09 02:49:55.012549 [ 293 ] {f16d4060-ff37-492e-a3b2-f7a7572691b3} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.001977 sec., 29337.379868487606 rows/sec., 2.25 MiB/sec.
7050 2024.11.09 02:49:55.012771 [ 293 ] {f16d4060-ff37-492e-a3b2-f7a7572691b3} <Debug> DynamicQueryHandler: Done processing query
7051 2024.11.09 02:49:55.012798 [ 293 ] {f16d4060-ff37-492e-a3b2-f7a7572691b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
7052 2024.11.09 02:49:55.012815 [ 293 ] {} <Debug> HTTP-Session: 8ac48d37-f928-4eaf-b3ab-537547b81cfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7053 2024.11.09 02:49:55.012965 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35504, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7054 2024.11.09 02:49:55.013045 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55327, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7055 2024.11.09 02:49:55.013136 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7056 2024.11.09 02:49:55.013159 [ 282 ] {} <Debug> HTTP-Session: 0a52c926-5aa3-4c9c-b937-c1855e9d38ff Authenticating user 'default' from [fd00:1122:3344:101::d]:55327
7057 2024.11.09 02:49:55.013180 [ 282 ] {} <Debug> HTTP-Session: 0a52c926-5aa3-4c9c-b937-c1855e9d38ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7058 2024.11.09 02:49:55.013194 [ 282 ] {} <Debug> HTTP-Session: 0a52c926-5aa3-4c9c-b937-c1855e9d38ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7059 2024.11.09 02:49:55.013241 [ 282 ] {} <Trace> HTTP-Session: 0a52c926-5aa3-4c9c-b937-c1855e9d38ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7060 2024.11.09 02:49:55.013380 [ 282 ] {4384c248-5292-4391-bc92-76ab91b05594} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55327) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
7061 2024.11.09 02:49:55.013437 [ 282 ] {4384c248-5292-4391-bc92-76ab91b05594} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7062 2024.11.09 02:49:55.013750 [ 282 ] {4384c248-5292-4391-bc92-76ab91b05594} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7063 2024.11.09 02:49:55.014101 [ 282 ] {4384c248-5292-4391-bc92-76ab91b05594} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7064 2024.11.09 02:49:55.014145 [ 282 ] {4384c248-5292-4391-bc92-76ab91b05594} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
7065 2024.11.09 02:49:55.014539 [ 282 ] {4384c248-5292-4391-bc92-76ab91b05594} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7066 2024.11.09 02:49:55.014937 [ 282 ] {4384c248-5292-4391-bc92-76ab91b05594} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7067 2024.11.09 02:49:55.015118 [ 282 ] {4384c248-5292-4391-bc92-76ab91b05594} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001769 sec., 2261.1644997173544 rows/sec., 157.88 KiB/sec.
7068 2024.11.09 02:49:55.015497 [ 282 ] {4384c248-5292-4391-bc92-76ab91b05594} <Debug> DynamicQueryHandler: Done processing query
7069 2024.11.09 02:49:55.015526 [ 282 ] {4384c248-5292-4391-bc92-76ab91b05594} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
7070 2024.11.09 02:49:55.015543 [ 282 ] {} <Debug> HTTP-Session: 0a52c926-5aa3-4c9c-b937-c1855e9d38ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7071 2024.11.09 02:49:55.015730 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55327, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7072 2024.11.09 02:49:55.015884 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36813, User-Agent: (none), Length: 11580, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7073 2024.11.09 02:49:55.016002 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7074 2024.11.09 02:49:55.016041 [ 293 ] {} <Debug> HTTP-Session: 91708fc9-f8cf-4bfa-bc05-f540abec0744 Authenticating user 'default' from [fd00:1122:3344:101::d]:36813
7075 2024.11.09 02:49:55.016077 [ 293 ] {} <Debug> HTTP-Session: 91708fc9-f8cf-4bfa-bc05-f540abec0744 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7076 2024.11.09 02:49:55.016106 [ 293 ] {} <Debug> HTTP-Session: 91708fc9-f8cf-4bfa-bc05-f540abec0744 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7077 2024.11.09 02:49:55.016186 [ 293 ] {} <Trace> HTTP-Session: 91708fc9-f8cf-4bfa-bc05-f540abec0744 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7078 2024.11.09 02:49:55.016550 [ 293 ] {f7c40d44-c996-4eef-9adf-7b860d477290} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36813) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
7079 2024.11.09 02:49:55.016609 [ 293 ] {f7c40d44-c996-4eef-9adf-7b860d477290} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7080 2024.11.09 02:49:55.016884 [ 293 ] {f7c40d44-c996-4eef-9adf-7b860d477290} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7081 2024.11.09 02:49:55.017265 [ 293 ] {f7c40d44-c996-4eef-9adf-7b860d477290} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7082 2024.11.09 02:49:55.017303 [ 293 ] {f7c40d44-c996-4eef-9adf-7b860d477290} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
7083 2024.11.09 02:49:55.017709 [ 293 ] {f7c40d44-c996-4eef-9adf-7b860d477290} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7084 2024.11.09 02:49:55.018076 [ 293 ] {f7c40d44-c996-4eef-9adf-7b860d477290} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7085 2024.11.09 02:49:55.018221 [ 293 ] {f7c40d44-c996-4eef-9adf-7b860d477290} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001823 sec., 37301.15194733955 rows/sec., 2.91 MiB/sec.
7086 2024.11.09 02:49:55.018444 [ 293 ] {f7c40d44-c996-4eef-9adf-7b860d477290} <Debug> DynamicQueryHandler: Done processing query
7087 2024.11.09 02:49:55.018468 [ 293 ] {f7c40d44-c996-4eef-9adf-7b860d477290} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
7088 2024.11.09 02:49:55.018487 [ 293 ] {} <Debug> HTTP-Session: 91708fc9-f8cf-4bfa-bc05-f540abec0744 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7089 2024.11.09 02:49:55.018654 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55327, User-Agent: (none), Length: 24922, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7090 2024.11.09 02:49:55.018676 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36813, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7091 2024.11.09 02:49:55.018742 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7092 2024.11.09 02:49:55.018774 [ 282 ] {} <Debug> HTTP-Session: 2235cb80-f3a7-4fb3-b6ab-2abcae3099f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55327
7093 2024.11.09 02:49:55.018796 [ 282 ] {} <Debug> HTTP-Session: 2235cb80-f3a7-4fb3-b6ab-2abcae3099f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7094 2024.11.09 02:49:55.018820 [ 282 ] {} <Debug> HTTP-Session: 2235cb80-f3a7-4fb3-b6ab-2abcae3099f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7095 2024.11.09 02:49:55.018879 [ 282 ] {} <Trace> HTTP-Session: 2235cb80-f3a7-4fb3-b6ab-2abcae3099f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7096 2024.11.09 02:49:55.019064 [ 282 ] {9beec31d-897d-4804-876b-f024f014adca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55327) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7097 2024.11.09 02:49:55.019123 [ 282 ] {9beec31d-897d-4804-876b-f024f014adca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7098 2024.11.09 02:49:55.019318 [ 282 ] {9beec31d-897d-4804-876b-f024f014adca} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7099 2024.11.09 02:49:55.019709 [ 282 ] {9beec31d-897d-4804-876b-f024f014adca} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7100 2024.11.09 02:49:55.019748 [ 282 ] {9beec31d-897d-4804-876b-f024f014adca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
7101 2024.11.09 02:49:55.020186 [ 282 ] {9beec31d-897d-4804-876b-f024f014adca} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7102 2024.11.09 02:49:55.020553 [ 282 ] {9beec31d-897d-4804-876b-f024f014adca} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7103 2024.11.09 02:49:55.020740 [ 282 ] {9beec31d-897d-4804-876b-f024f014adca} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001746 sec., 74455.89919816724 rows/sec., 5.18 MiB/sec.
7104 2024.11.09 02:49:55.020950 [ 282 ] {9beec31d-897d-4804-876b-f024f014adca} <Debug> DynamicQueryHandler: Done processing query
7105 2024.11.09 02:49:55.020975 [ 282 ] {9beec31d-897d-4804-876b-f024f014adca} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
7106 2024.11.09 02:49:55.020993 [ 282 ] {} <Debug> HTTP-Session: 2235cb80-f3a7-4fb3-b6ab-2abcae3099f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7107 2024.11.09 02:49:55.021142 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55327, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7108 2024.11.09 02:49:55.021243 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44009, User-Agent: (none), Length: 7317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7109 2024.11.09 02:49:55.021348 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7110 2024.11.09 02:49:55.021372 [ 293 ] {} <Debug> HTTP-Session: 401bce2a-d9e1-480a-aac0-04d95facd297 Authenticating user 'default' from [fd00:1122:3344:101::d]:44009
7111 2024.11.09 02:49:55.021394 [ 293 ] {} <Debug> HTTP-Session: 401bce2a-d9e1-480a-aac0-04d95facd297 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7112 2024.11.09 02:49:55.021411 [ 293 ] {} <Debug> HTTP-Session: 401bce2a-d9e1-480a-aac0-04d95facd297 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7113 2024.11.09 02:49:55.021456 [ 293 ] {} <Trace> HTTP-Session: 401bce2a-d9e1-480a-aac0-04d95facd297 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7114 2024.11.09 02:49:55.021614 [ 293 ] {c5a8f1aa-08e6-420c-89ac-82ca7f860696} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44009) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
7115 2024.11.09 02:49:55.021674 [ 293 ] {c5a8f1aa-08e6-420c-89ac-82ca7f860696} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7116 2024.11.09 02:49:55.021869 [ 293 ] {c5a8f1aa-08e6-420c-89ac-82ca7f860696} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7117 2024.11.09 02:49:55.022271 [ 293 ] {c5a8f1aa-08e6-420c-89ac-82ca7f860696} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7118 2024.11.09 02:49:55.022314 [ 293 ] {c5a8f1aa-08e6-420c-89ac-82ca7f860696} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
7119 2024.11.09 02:49:55.022704 [ 293 ] {c5a8f1aa-08e6-420c-89ac-82ca7f860696} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7120 2024.11.09 02:49:55.023045 [ 293 ] {c5a8f1aa-08e6-420c-89ac-82ca7f860696} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7121 2024.11.09 02:49:55.023177 [ 293 ] {c5a8f1aa-08e6-420c-89ac-82ca7f860696} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001622 sec., 29593.094944512948 rows/sec., 1.99 MiB/sec.
7122 2024.11.09 02:49:55.023353 [ 293 ] {c5a8f1aa-08e6-420c-89ac-82ca7f860696} <Debug> DynamicQueryHandler: Done processing query
7123 2024.11.09 02:49:55.023377 [ 293 ] {c5a8f1aa-08e6-420c-89ac-82ca7f860696} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
7124 2024.11.09 02:49:55.023393 [ 293 ] {} <Debug> HTTP-Session: 401bce2a-d9e1-480a-aac0-04d95facd297 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7125 2024.11.09 02:49:55.023591 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44009, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7126 2024.11.09 02:49:59.873967 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45507, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7127 2024.11.09 02:50:00.008198 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55327, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7128 2024.11.09 02:50:00.008333 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7129 2024.11.09 02:50:00.008366 [ 282 ] {} <Debug> HTTP-Session: 5339e5a7-7ba5-4d5f-a565-16a2e7ae207b Authenticating user 'default' from [fd00:1122:3344:101::d]:55327
7130 2024.11.09 02:50:00.008396 [ 282 ] {} <Debug> HTTP-Session: 5339e5a7-7ba5-4d5f-a565-16a2e7ae207b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7131 2024.11.09 02:50:00.008414 [ 282 ] {} <Debug> HTTP-Session: 5339e5a7-7ba5-4d5f-a565-16a2e7ae207b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7132 2024.11.09 02:50:00.008473 [ 282 ] {} <Trace> HTTP-Session: 5339e5a7-7ba5-4d5f-a565-16a2e7ae207b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7133 2024.11.09 02:50:00.008698 [ 282 ] {f79c7afa-541d-41e8-80d5-a15889417609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55327) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
7134 2024.11.09 02:50:00.008773 [ 282 ] {f79c7afa-541d-41e8-80d5-a15889417609} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7135 2024.11.09 02:50:00.009130 [ 282 ] {f79c7afa-541d-41e8-80d5-a15889417609} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7136 2024.11.09 02:50:00.009618 [ 282 ] {f79c7afa-541d-41e8-80d5-a15889417609} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7137 2024.11.09 02:50:00.009670 [ 282 ] {f79c7afa-541d-41e8-80d5-a15889417609} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
7138 2024.11.09 02:50:00.010143 [ 282 ] {f79c7afa-541d-41e8-80d5-a15889417609} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
7139 2024.11.09 02:50:00.010562 [ 282 ] {f79c7afa-541d-41e8-80d5-a15889417609} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7140 2024.11.09 02:50:00.010760 [ 282 ] {f79c7afa-541d-41e8-80d5-a15889417609} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002125 sec., 26352.941176470587 rows/sec., 2.02 MiB/sec.
7141 2024.11.09 02:50:00.011024 [ 282 ] {f79c7afa-541d-41e8-80d5-a15889417609} <Debug> DynamicQueryHandler: Done processing query
7142 2024.11.09 02:50:00.011055 [ 282 ] {f79c7afa-541d-41e8-80d5-a15889417609} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
7143 2024.11.09 02:50:00.011072 [ 282 ] {} <Debug> HTTP-Session: 5339e5a7-7ba5-4d5f-a565-16a2e7ae207b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7144 2024.11.09 02:50:00.011354 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55327, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7145 2024.11.09 02:50:00.011484 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64680, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7146 2024.11.09 02:50:00.011596 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7147 2024.11.09 02:50:00.011624 [ 284 ] {} <Debug> HTTP-Session: ec4d3fdc-906d-43f1-8f9b-11b716a44543 Authenticating user 'default' from [fd00:1122:3344:101::d]:64680
7148 2024.11.09 02:50:00.011651 [ 284 ] {} <Debug> HTTP-Session: ec4d3fdc-906d-43f1-8f9b-11b716a44543 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7149 2024.11.09 02:50:00.011669 [ 284 ] {} <Debug> HTTP-Session: ec4d3fdc-906d-43f1-8f9b-11b716a44543 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7150 2024.11.09 02:50:00.011729 [ 284 ] {} <Trace> HTTP-Session: ec4d3fdc-906d-43f1-8f9b-11b716a44543 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7151 2024.11.09 02:50:00.011952 [ 284 ] {f48c5734-be57-42c1-82e8-24cc4d39e2c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64680) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
7152 2024.11.09 02:50:00.012029 [ 284 ] {f48c5734-be57-42c1-82e8-24cc4d39e2c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7153 2024.11.09 02:50:00.012423 [ 284 ] {f48c5734-be57-42c1-82e8-24cc4d39e2c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7154 2024.11.09 02:50:00.012877 [ 284 ] {f48c5734-be57-42c1-82e8-24cc4d39e2c9} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7155 2024.11.09 02:50:00.012919 [ 284 ] {f48c5734-be57-42c1-82e8-24cc4d39e2c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
7156 2024.11.09 02:50:00.013362 [ 284 ] {f48c5734-be57-42c1-82e8-24cc4d39e2c9} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
7157 2024.11.09 02:50:00.013776 [ 284 ] {f48c5734-be57-42c1-82e8-24cc4d39e2c9} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7158 2024.11.09 02:50:00.013924 [ 284 ] {f48c5734-be57-42c1-82e8-24cc4d39e2c9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002056 sec., 31128.404669260697 rows/sec., 2.43 MiB/sec.
7159 2024.11.09 02:50:00.014305 [ 284 ] {f48c5734-be57-42c1-82e8-24cc4d39e2c9} <Debug> DynamicQueryHandler: Done processing query
7160 2024.11.09 02:50:00.014358 [ 284 ] {f48c5734-be57-42c1-82e8-24cc4d39e2c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
7161 2024.11.09 02:50:00.014402 [ 284 ] {} <Debug> HTTP-Session: ec4d3fdc-906d-43f1-8f9b-11b716a44543 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7162 2024.11.09 02:50:00.014647 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64680, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7163 2024.11.09 02:50:00.014653 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55327, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7164 2024.11.09 02:50:00.014761 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7165 2024.11.09 02:50:00.014799 [ 282 ] {} <Debug> HTTP-Session: ccea7bd1-6363-478e-a315-f28040a07db7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55327
7166 2024.11.09 02:50:00.014824 [ 282 ] {} <Debug> HTTP-Session: ccea7bd1-6363-478e-a315-f28040a07db7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7167 2024.11.09 02:50:00.014841 [ 282 ] {} <Debug> HTTP-Session: ccea7bd1-6363-478e-a315-f28040a07db7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7168 2024.11.09 02:50:00.014889 [ 282 ] {} <Trace> HTTP-Session: ccea7bd1-6363-478e-a315-f28040a07db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7169 2024.11.09 02:50:00.015100 [ 282 ] {db4301d6-b205-41cd-b25c-870d6cd8f724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55327) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7170 2024.11.09 02:50:00.015164 [ 282 ] {db4301d6-b205-41cd-b25c-870d6cd8f724} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7171 2024.11.09 02:50:00.015377 [ 282 ] {db4301d6-b205-41cd-b25c-870d6cd8f724} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7172 2024.11.09 02:50:00.015861 [ 282 ] {db4301d6-b205-41cd-b25c-870d6cd8f724} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7173 2024.11.09 02:50:00.015901 [ 282 ] {db4301d6-b205-41cd-b25c-870d6cd8f724} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
7174 2024.11.09 02:50:00.016317 [ 282 ] {db4301d6-b205-41cd-b25c-870d6cd8f724} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
7175 2024.11.09 02:50:00.016669 [ 282 ] {db4301d6-b205-41cd-b25c-870d6cd8f724} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7176 2024.11.09 02:50:00.016836 [ 282 ] {db4301d6-b205-41cd-b25c-870d6cd8f724} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001795 sec., 89136.49025069638 rows/sec., 6.21 MiB/sec.
7177 2024.11.09 02:50:00.017030 [ 282 ] {db4301d6-b205-41cd-b25c-870d6cd8f724} <Debug> DynamicQueryHandler: Done processing query
7178 2024.11.09 02:50:00.017055 [ 282 ] {db4301d6-b205-41cd-b25c-870d6cd8f724} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
7179 2024.11.09 02:50:00.017073 [ 282 ] {} <Debug> HTTP-Session: ccea7bd1-6363-478e-a315-f28040a07db7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7180 2024.11.09 02:50:00.017281 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55327, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7181 2024.11.09 02:50:00.017423 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7182 2024.11.09 02:50:00.017543 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7183 2024.11.09 02:50:00.017570 [ 284 ] {} <Debug> HTTP-Session: 56f6badf-fb55-4e72-90c6-168145b2625a Authenticating user 'default' from [fd00:1122:3344:101::d]:40878
7184 2024.11.09 02:50:00.017592 [ 284 ] {} <Debug> HTTP-Session: 56f6badf-fb55-4e72-90c6-168145b2625a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7185 2024.11.09 02:50:00.017609 [ 284 ] {} <Debug> HTTP-Session: 56f6badf-fb55-4e72-90c6-168145b2625a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7186 2024.11.09 02:50:00.017658 [ 284 ] {} <Trace> HTTP-Session: 56f6badf-fb55-4e72-90c6-168145b2625a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7187 2024.11.09 02:50:00.017838 [ 284 ] {09d5786d-5630-4c12-8be9-632205d834c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
7188 2024.11.09 02:50:00.017899 [ 284 ] {09d5786d-5630-4c12-8be9-632205d834c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7189 2024.11.09 02:50:00.018099 [ 284 ] {09d5786d-5630-4c12-8be9-632205d834c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7190 2024.11.09 02:50:00.018452 [ 284 ] {09d5786d-5630-4c12-8be9-632205d834c7} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7191 2024.11.09 02:50:00.018494 [ 284 ] {09d5786d-5630-4c12-8be9-632205d834c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
7192 2024.11.09 02:50:00.018887 [ 284 ] {09d5786d-5630-4c12-8be9-632205d834c7} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
7193 2024.11.09 02:50:00.019222 [ 284 ] {09d5786d-5630-4c12-8be9-632205d834c7} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7194 2024.11.09 02:50:00.019352 [ 284 ] {09d5786d-5630-4c12-8be9-632205d834c7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001593 sec., 37664.78342749529 rows/sec., 2.54 MiB/sec.
7195 2024.11.09 02:50:00.019525 [ 284 ] {09d5786d-5630-4c12-8be9-632205d834c7} <Debug> DynamicQueryHandler: Done processing query
7196 2024.11.09 02:50:00.019549 [ 284 ] {09d5786d-5630-4c12-8be9-632205d834c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
7197 2024.11.09 02:50:00.019566 [ 284 ] {} <Debug> HTTP-Session: 56f6badf-fb55-4e72-90c6-168145b2625a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7198 2024.11.09 02:50:00.019838 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7199 2024.11.09 02:50:00.501935 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34021, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7200 2024.11.09 02:50:00.532287 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39086, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7201 2024.11.09 02:50:00.587608 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49008, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7202 2024.11.09 02:50:00.621406 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34582, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7203 2024.11.09 02:50:00.650414 [ 284 ] {} <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)
7204 2024.11.09 02:50:00.686840 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35733, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7205 2024.11.09 02:50:00.778880 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33413, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7206 2024.11.09 02:50:01.418259 [ 6 ] {} <Debug> DNSResolver: Updating DNS cache
7207 2024.11.09 02:50:01.418339 [ 6 ] {} <Debug> DNSResolver: Updated DNS cache
7208 2024.11.09 02:50:01.583355 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 684
7209 2024.11.09 02:50:01.586032 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7210 2024.11.09 02:50:01.586085 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
7211 2024.11.09 02:50:01.587609 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
7212 2024.11.09 02:50:01.588633 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7213 2024.11.09 02:50:01.589403 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 684
7214 2024.11.09 02:50:01.666657 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35745, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7215 2024.11.09 02:50:01.681013 [ 292 ] {} <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)
7216 2024.11.09 02:50:02.104740 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55323, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7217 2024.11.09 02:50:02.174110 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46246, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7218 2024.11.09 02:50:02.222437 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60367, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7219 2024.11.09 02:50:02.224773 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:52776, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7220 2024.11.09 02:50:02.315895 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51373, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7221 2024.11.09 02:50:02.365433 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41860, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7222 2024.11.09 02:50:02.380971 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41785, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7223 2024.11.09 02:50:02.391521 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38807, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7224 2024.11.09 02:50:02.403007 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35175, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7225 2024.11.09 02:50:02.439381 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38254, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7226 2024.11.09 02:50:02.523826 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62927, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7227 2024.11.09 02:50:02.543229 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33067, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7228 2024.11.09 02:50:02.549623 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40102, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7229 2024.11.09 02:50:02.595059 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55047, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7230 2024.11.09 02:50:05.014848 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55327, User-Agent: (none), Length: 41147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7231 2024.11.09 02:50:05.014985 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7232 2024.11.09 02:50:05.015014 [ 282 ] {} <Debug> HTTP-Session: a1cecf49-507d-417e-90b1-288c72f5a0a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55327
7233 2024.11.09 02:50:05.015039 [ 282 ] {} <Debug> HTTP-Session: a1cecf49-507d-417e-90b1-288c72f5a0a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7234 2024.11.09 02:50:05.015054 [ 282 ] {} <Debug> HTTP-Session: a1cecf49-507d-417e-90b1-288c72f5a0a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7235 2024.11.09 02:50:05.015108 [ 282 ] {} <Trace> HTTP-Session: a1cecf49-507d-417e-90b1-288c72f5a0a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7236 2024.11.09 02:50:05.015436 [ 282 ] {adbd900d-e00e-44ed-8435-40ac06d9aaa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55327) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
7237 2024.11.09 02:50:05.015511 [ 282 ] {adbd900d-e00e-44ed-8435-40ac06d9aaa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7238 2024.11.09 02:50:05.015869 [ 282 ] {adbd900d-e00e-44ed-8435-40ac06d9aaa0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7239 2024.11.09 02:50:05.016496 [ 282 ] {adbd900d-e00e-44ed-8435-40ac06d9aaa0} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7240 2024.11.09 02:50:05.016554 [ 282 ] {adbd900d-e00e-44ed-8435-40ac06d9aaa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
7241 2024.11.09 02:50:05.017026 [ 282 ] {adbd900d-e00e-44ed-8435-40ac06d9aaa0} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
7242 2024.11.09 02:50:05.017432 [ 282 ] {adbd900d-e00e-44ed-8435-40ac06d9aaa0} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7243 2024.11.09 02:50:05.017620 [ 282 ] {adbd900d-e00e-44ed-8435-40ac06d9aaa0} <Debug> executeQuery: Read 271 rows, 24.70 KiB in 0.002338 sec., 115911.03507271173 rows/sec., 10.32 MiB/sec.
7244 2024.11.09 02:50:05.018011 [ 282 ] {adbd900d-e00e-44ed-8435-40ac06d9aaa0} <Debug> DynamicQueryHandler: Done processing query
7245 2024.11.09 02:50:05.018069 [ 282 ] {adbd900d-e00e-44ed-8435-40ac06d9aaa0} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
7246 2024.11.09 02:50:05.018120 [ 282 ] {} <Debug> HTTP-Session: a1cecf49-507d-417e-90b1-288c72f5a0a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7247 2024.11.09 02:50:05.018362 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55327, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7248 2024.11.09 02:50:05.018522 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53875, User-Agent: (none), Length: 5927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7249 2024.11.09 02:50:05.018710 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7250 2024.11.09 02:50:05.018745 [ 286 ] {} <Debug> HTTP-Session: eb5a0f4d-ab56-45fb-9d80-251d6a7a7b0f Authenticating user 'default' from [fd00:1122:3344:101::d]:53875
7251 2024.11.09 02:50:05.018773 [ 286 ] {} <Debug> HTTP-Session: eb5a0f4d-ab56-45fb-9d80-251d6a7a7b0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7252 2024.11.09 02:50:05.018792 [ 286 ] {} <Debug> HTTP-Session: eb5a0f4d-ab56-45fb-9d80-251d6a7a7b0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7253 2024.11.09 02:50:05.018851 [ 286 ] {} <Trace> HTTP-Session: eb5a0f4d-ab56-45fb-9d80-251d6a7a7b0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7254 2024.11.09 02:50:05.019057 [ 286 ] {5527731c-6c5a-4e1a-bf23-3d4b3bf68a0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53875) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
7255 2024.11.09 02:50:05.019133 [ 286 ] {5527731c-6c5a-4e1a-bf23-3d4b3bf68a0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7256 2024.11.09 02:50:05.019516 [ 286 ] {5527731c-6c5a-4e1a-bf23-3d4b3bf68a0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7257 2024.11.09 02:50:05.019939 [ 286 ] {5527731c-6c5a-4e1a-bf23-3d4b3bf68a0a} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7258 2024.11.09 02:50:05.019980 [ 286 ] {5527731c-6c5a-4e1a-bf23-3d4b3bf68a0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
7259 2024.11.09 02:50:05.020400 [ 286 ] {5527731c-6c5a-4e1a-bf23-3d4b3bf68a0a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7260 2024.11.09 02:50:05.020794 [ 286 ] {5527731c-6c5a-4e1a-bf23-3d4b3bf68a0a} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7261 2024.11.09 02:50:05.020940 [ 286 ] {5527731c-6c5a-4e1a-bf23-3d4b3bf68a0a} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001958 sec., 20939.73442288049 rows/sec., 1.54 MiB/sec.
7262 2024.11.09 02:50:05.021244 [ 286 ] {5527731c-6c5a-4e1a-bf23-3d4b3bf68a0a} <Debug> DynamicQueryHandler: Done processing query
7263 2024.11.09 02:50:05.021290 [ 286 ] {5527731c-6c5a-4e1a-bf23-3d4b3bf68a0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
7264 2024.11.09 02:50:05.021315 [ 286 ] {} <Debug> HTTP-Session: eb5a0f4d-ab56-45fb-9d80-251d6a7a7b0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7265 2024.11.09 02:50:05.021510 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53875, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7266 2024.11.09 02:50:05.021624 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57974, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7267 2024.11.09 02:50:05.021717 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7268 2024.11.09 02:50:05.021745 [ 282 ] {} <Debug> HTTP-Session: bee4ff83-2319-4be9-9995-4478652f95a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:57974
7269 2024.11.09 02:50:05.021771 [ 282 ] {} <Debug> HTTP-Session: bee4ff83-2319-4be9-9995-4478652f95a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7270 2024.11.09 02:50:05.021785 [ 282 ] {} <Debug> HTTP-Session: bee4ff83-2319-4be9-9995-4478652f95a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7271 2024.11.09 02:50:05.021830 [ 282 ] {} <Trace> HTTP-Session: bee4ff83-2319-4be9-9995-4478652f95a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7272 2024.11.09 02:50:05.021972 [ 282 ] {006438be-a66c-4e38-8afe-fa652583545b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57974) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
7273 2024.11.09 02:50:05.022025 [ 282 ] {006438be-a66c-4e38-8afe-fa652583545b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7274 2024.11.09 02:50:05.022329 [ 282 ] {006438be-a66c-4e38-8afe-fa652583545b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7275 2024.11.09 02:50:05.022655 [ 282 ] {006438be-a66c-4e38-8afe-fa652583545b} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7276 2024.11.09 02:50:05.022694 [ 282 ] {006438be-a66c-4e38-8afe-fa652583545b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
7277 2024.11.09 02:50:05.023072 [ 282 ] {006438be-a66c-4e38-8afe-fa652583545b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
7278 2024.11.09 02:50:05.023483 [ 282 ] {006438be-a66c-4e38-8afe-fa652583545b} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7279 2024.11.09 02:50:05.023662 [ 282 ] {006438be-a66c-4e38-8afe-fa652583545b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001728 sec., 8101.851851851852 rows/sec., 567.40 KiB/sec.
7280 2024.11.09 02:50:05.024055 [ 282 ] {006438be-a66c-4e38-8afe-fa652583545b} <Debug> DynamicQueryHandler: Done processing query
7281 2024.11.09 02:50:05.024082 [ 282 ] {006438be-a66c-4e38-8afe-fa652583545b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7282 2024.11.09 02:50:05.024099 [ 282 ] {} <Debug> HTTP-Session: bee4ff83-2319-4be9-9995-4478652f95a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7283 2024.11.09 02:50:05.024298 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57974, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7284 2024.11.09 02:50:05.024447 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48371, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7285 2024.11.09 02:50:05.024603 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7286 2024.11.09 02:50:05.024645 [ 290 ] {} <Debug> HTTP-Session: b4b7101e-4df5-46a7-9753-cdb1e256e7e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:48371
7287 2024.11.09 02:50:05.024684 [ 290 ] {} <Debug> HTTP-Session: b4b7101e-4df5-46a7-9753-cdb1e256e7e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7288 2024.11.09 02:50:05.024711 [ 290 ] {} <Debug> HTTP-Session: b4b7101e-4df5-46a7-9753-cdb1e256e7e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7289 2024.11.09 02:50:05.024770 [ 290 ] {} <Trace> HTTP-Session: b4b7101e-4df5-46a7-9753-cdb1e256e7e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7290 2024.11.09 02:50:05.024946 [ 290 ] {f24f64ad-fbf9-497e-9b7d-be4369d83ba8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48371) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
7291 2024.11.09 02:50:05.025013 [ 290 ] {f24f64ad-fbf9-497e-9b7d-be4369d83ba8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7292 2024.11.09 02:50:05.025356 [ 290 ] {f24f64ad-fbf9-497e-9b7d-be4369d83ba8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7293 2024.11.09 02:50:05.025745 [ 290 ] {f24f64ad-fbf9-497e-9b7d-be4369d83ba8} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7294 2024.11.09 02:50:05.025789 [ 290 ] {f24f64ad-fbf9-497e-9b7d-be4369d83ba8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
7295 2024.11.09 02:50:05.026223 [ 290 ] {f24f64ad-fbf9-497e-9b7d-be4369d83ba8} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
7296 2024.11.09 02:50:05.026623 [ 290 ] {f24f64ad-fbf9-497e-9b7d-be4369d83ba8} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7297 2024.11.09 02:50:05.026789 [ 59 ] {} <Debug> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
7298 2024.11.09 02:50:05.026808 [ 290 ] {f24f64ad-fbf9-497e-9b7d-be4369d83ba8} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001906 sec., 3147.953830010493 rows/sec., 185.99 KiB/sec.
7299 2024.11.09 02:50:05.026864 [ 59 ] {} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7300 2024.11.09 02:50:05.026931 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
7301 2024.11.09 02:50:05.027229 [ 194 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::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
7302 2024.11.09 02:50:05.027264 [ 290 ] {f24f64ad-fbf9-497e-9b7d-be4369d83ba8} <Debug> DynamicQueryHandler: Done processing query
7303 2024.11.09 02:50:05.027336 [ 290 ] {f24f64ad-fbf9-497e-9b7d-be4369d83ba8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7304 2024.11.09 02:50:05.027386 [ 290 ] {} <Debug> HTTP-Session: b4b7101e-4df5-46a7-9753-cdb1e256e7e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7305 2024.11.09 02:50:05.027533 [ 194 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7306 2024.11.09 02:50:05.027577 [ 194 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::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
7307 2024.11.09 02:50:05.027718 [ 194 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::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
7308 2024.11.09 02:50:05.027768 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57974, User-Agent: (none), Length: 68708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7309 2024.11.09 02:50:05.027875 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48371, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7310 2024.11.09 02:50:05.028028 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7311 2024.11.09 02:50:05.028154 [ 282 ] {} <Debug> HTTP-Session: 34e7c6cc-4781-444b-91a6-3cbd455ef217 Authenticating user 'default' from [fd00:1122:3344:101::d]:57974
7312 2024.11.09 02:50:05.028261 [ 282 ] {} <Debug> HTTP-Session: 34e7c6cc-4781-444b-91a6-3cbd455ef217 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7313 2024.11.09 02:50:05.028276 [ 194 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::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
7314 2024.11.09 02:50:05.028345 [ 282 ] {} <Debug> HTTP-Session: 34e7c6cc-4781-444b-91a6-3cbd455ef217 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7315 2024.11.09 02:50:05.028348 [ 290 ] {} <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):
7316 
7317 (version 23.8.7.1)
7318 2024.11.09 02:50:05.028526 [ 282 ] {} <Trace> HTTP-Session: 34e7c6cc-4781-444b-91a6-3cbd455ef217 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7319 2024.11.09 02:50:05.028647 [ 194 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::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
7320 2024.11.09 02:50:05.028925 [ 194 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::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
7321 2024.11.09 02:50:05.029073 [ 282 ] {9ca0a942-b21f-4824-bfaf-587623faf33c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57974) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
7322 2024.11.09 02:50:05.029253 [ 282 ] {9ca0a942-b21f-4824-bfaf-587623faf33c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7323 2024.11.09 02:50:05.030314 [ 282 ] {9ca0a942-b21f-4824-bfaf-587623faf33c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7324 2024.11.09 02:50:05.031874 [ 194 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.00483319 sec., 6207.080623770222 rows/sec., 394.00 KiB/sec.
7325 2024.11.09 02:50:05.032058 [ 282 ] {9ca0a942-b21f-4824-bfaf-587623faf33c} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7326 2024.11.09 02:50:05.032105 [ 192 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
7327 2024.11.09 02:50:05.032114 [ 282 ] {9ca0a942-b21f-4824-bfaf-587623faf33c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
7328 2024.11.09 02:50:05.033093 [ 282 ] {9ca0a942-b21f-4824-bfaf-587623faf33c} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
7329 2024.11.09 02:50:05.033186 [ 192 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_13_3} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7330 2024.11.09 02:50:05.033413 [ 192 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_13_3} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
7331 2024.11.09 02:50:05.033668 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
7332 2024.11.09 02:50:05.033848 [ 282 ] {9ca0a942-b21f-4824-bfaf-587623faf33c} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7333 2024.11.09 02:50:05.034035 [ 282 ] {9ca0a942-b21f-4824-bfaf-587623faf33c} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.005214 sec., 81127.7330264672 rows/sec., 5.80 MiB/sec.
7334 2024.11.09 02:50:05.034232 [ 282 ] {9ca0a942-b21f-4824-bfaf-587623faf33c} <Debug> DynamicQueryHandler: Done processing query
7335 2024.11.09 02:50:05.034257 [ 282 ] {9ca0a942-b21f-4824-bfaf-587623faf33c} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
7336 2024.11.09 02:50:05.034274 [ 282 ] {} <Debug> HTTP-Session: 34e7c6cc-4781-444b-91a6-3cbd455ef217 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7337 2024.11.09 02:50:05.034510 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57974, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7338 2024.11.09 02:50:05.034610 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39646, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7339 2024.11.09 02:50:05.034676 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7340 2024.11.09 02:50:05.034697 [ 290 ] {} <Debug> HTTP-Session: 1de4cc43-7a6e-4174-b8d5-a6b61ec83be0 Authenticating user 'default' from [fd00:1122:3344:101::d]:39646
7341 2024.11.09 02:50:05.034717 [ 290 ] {} <Debug> HTTP-Session: 1de4cc43-7a6e-4174-b8d5-a6b61ec83be0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7342 2024.11.09 02:50:05.034731 [ 290 ] {} <Debug> HTTP-Session: 1de4cc43-7a6e-4174-b8d5-a6b61ec83be0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7343 2024.11.09 02:50:05.034773 [ 290 ] {} <Trace> HTTP-Session: 1de4cc43-7a6e-4174-b8d5-a6b61ec83be0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7344 2024.11.09 02:50:05.034898 [ 290 ] {a08045f3-ac98-476c-ba52-1a6894698eb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39646) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
7345 2024.11.09 02:50:05.034952 [ 290 ] {a08045f3-ac98-476c-ba52-1a6894698eb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7346 2024.11.09 02:50:05.035118 [ 290 ] {a08045f3-ac98-476c-ba52-1a6894698eb0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7347 2024.11.09 02:50:05.035416 [ 290 ] {a08045f3-ac98-476c-ba52-1a6894698eb0} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7348 2024.11.09 02:50:05.035454 [ 290 ] {a08045f3-ac98-476c-ba52-1a6894698eb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
7349 2024.11.09 02:50:05.035839 [ 290 ] {a08045f3-ac98-476c-ba52-1a6894698eb0} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
7350 2024.11.09 02:50:05.036190 [ 290 ] {a08045f3-ac98-476c-ba52-1a6894698eb0} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7351 2024.11.09 02:50:05.036356 [ 290 ] {a08045f3-ac98-476c-ba52-1a6894698eb0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001483 sec., 4045.853000674309 rows/sec., 211.38 KiB/sec.
7352 2024.11.09 02:50:05.036568 [ 290 ] {a08045f3-ac98-476c-ba52-1a6894698eb0} <Debug> DynamicQueryHandler: Done processing query
7353 2024.11.09 02:50:05.036592 [ 290 ] {a08045f3-ac98-476c-ba52-1a6894698eb0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
7354 2024.11.09 02:50:05.036609 [ 290 ] {} <Debug> HTTP-Session: 1de4cc43-7a6e-4174-b8d5-a6b61ec83be0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7355 2024.11.09 02:50:05.036792 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39646, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7356 2024.11.09 02:50:05.036849 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57974, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7357 2024.11.09 02:50:05.036937 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7358 2024.11.09 02:50:05.036972 [ 282 ] {} <Debug> HTTP-Session: 8a3a22f2-b285-43ad-b306-b7ef7265fff3 Authenticating user 'default' from [fd00:1122:3344:101::d]:57974
7359 2024.11.09 02:50:05.036994 [ 282 ] {} <Debug> HTTP-Session: 8a3a22f2-b285-43ad-b306-b7ef7265fff3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7360 2024.11.09 02:50:05.037009 [ 282 ] {} <Debug> HTTP-Session: 8a3a22f2-b285-43ad-b306-b7ef7265fff3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7361 2024.11.09 02:50:05.037048 [ 282 ] {} <Trace> HTTP-Session: 8a3a22f2-b285-43ad-b306-b7ef7265fff3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7362 2024.11.09 02:50:05.037263 [ 282 ] {72f7b903-5d38-488c-8e83-b5c1134377ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57974) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7363 2024.11.09 02:50:05.037316 [ 282 ] {72f7b903-5d38-488c-8e83-b5c1134377ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7364 2024.11.09 02:50:05.037498 [ 282 ] {72f7b903-5d38-488c-8e83-b5c1134377ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7365 2024.11.09 02:50:05.037950 [ 282 ] {72f7b903-5d38-488c-8e83-b5c1134377ca} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7366 2024.11.09 02:50:05.037986 [ 282 ] {72f7b903-5d38-488c-8e83-b5c1134377ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
7367 2024.11.09 02:50:05.038386 [ 282 ] {72f7b903-5d38-488c-8e83-b5c1134377ca} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
7368 2024.11.09 02:50:05.038734 [ 282 ] {72f7b903-5d38-488c-8e83-b5c1134377ca} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7369 2024.11.09 02:50:05.038897 [ 282 ] {72f7b903-5d38-488c-8e83-b5c1134377ca} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001744 sec., 135894.49541284403 rows/sec., 9.11 MiB/sec.
7370 2024.11.09 02:50:05.039068 [ 282 ] {72f7b903-5d38-488c-8e83-b5c1134377ca} <Debug> DynamicQueryHandler: Done processing query
7371 2024.11.09 02:50:05.039093 [ 282 ] {72f7b903-5d38-488c-8e83-b5c1134377ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
7372 2024.11.09 02:50:05.039109 [ 282 ] {} <Debug> HTTP-Session: 8a3a22f2-b285-43ad-b306-b7ef7265fff3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7373 2024.11.09 02:50:05.039294 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57974, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7374 2024.11.09 02:50:05.039351 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45995, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7375 2024.11.09 02:50:05.039430 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7376 2024.11.09 02:50:05.039459 [ 290 ] {} <Debug> HTTP-Session: 83f47cc0-55cb-47da-ab8a-132d3d2c20fb Authenticating user 'default' from [fd00:1122:3344:101::d]:45995
7377 2024.11.09 02:50:05.039481 [ 290 ] {} <Debug> HTTP-Session: 83f47cc0-55cb-47da-ab8a-132d3d2c20fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7378 2024.11.09 02:50:05.039498 [ 290 ] {} <Debug> HTTP-Session: 83f47cc0-55cb-47da-ab8a-132d3d2c20fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7379 2024.11.09 02:50:05.039544 [ 290 ] {} <Trace> HTTP-Session: 83f47cc0-55cb-47da-ab8a-132d3d2c20fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7380 2024.11.09 02:50:05.039686 [ 290 ] {e3166c13-0355-4f06-917d-f3601106cac4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45995) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
7381 2024.11.09 02:50:05.039741 [ 290 ] {e3166c13-0355-4f06-917d-f3601106cac4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7382 2024.11.09 02:50:05.039905 [ 290 ] {e3166c13-0355-4f06-917d-f3601106cac4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7383 2024.11.09 02:50:05.040183 [ 290 ] {e3166c13-0355-4f06-917d-f3601106cac4} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7384 2024.11.09 02:50:05.040220 [ 290 ] {e3166c13-0355-4f06-917d-f3601106cac4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
7385 2024.11.09 02:50:05.040587 [ 290 ] {e3166c13-0355-4f06-917d-f3601106cac4} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
7386 2024.11.09 02:50:05.040928 [ 290 ] {e3166c13-0355-4f06-917d-f3601106cac4} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7387 2024.11.09 02:50:05.041092 [ 290 ] {e3166c13-0355-4f06-917d-f3601106cac4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001428 sec., 700.2801120448179 rows/sec., 47.19 KiB/sec.
7388 2024.11.09 02:50:05.041409 [ 290 ] {e3166c13-0355-4f06-917d-f3601106cac4} <Debug> DynamicQueryHandler: Done processing query
7389 2024.11.09 02:50:05.041436 [ 290 ] {e3166c13-0355-4f06-917d-f3601106cac4} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
7390 2024.11.09 02:50:05.041452 [ 290 ] {} <Debug> HTTP-Session: 83f47cc0-55cb-47da-ab8a-132d3d2c20fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7391 2024.11.09 02:50:05.041621 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45995, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7392 2024.11.09 02:50:05.041711 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32888, User-Agent: (none), Length: 68632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7393 2024.11.09 02:50:05.041774 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7394 2024.11.09 02:50:05.041794 [ 282 ] {} <Debug> HTTP-Session: 95cf55c2-cfb5-4234-9c5f-2b92107bc42a Authenticating user 'default' from [fd00:1122:3344:101::d]:32888
7395 2024.11.09 02:50:05.041812 [ 282 ] {} <Debug> HTTP-Session: 95cf55c2-cfb5-4234-9c5f-2b92107bc42a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7396 2024.11.09 02:50:05.041826 [ 282 ] {} <Debug> HTTP-Session: 95cf55c2-cfb5-4234-9c5f-2b92107bc42a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7397 2024.11.09 02:50:05.041864 [ 282 ] {} <Trace> HTTP-Session: 95cf55c2-cfb5-4234-9c5f-2b92107bc42a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7398 2024.11.09 02:50:05.042337 [ 282 ] {25229564-6a58-41e4-9db9-2e03ad92bb87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32888) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
7399 2024.11.09 02:50:05.042414 [ 282 ] {25229564-6a58-41e4-9db9-2e03ad92bb87} <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
7400 2024.11.09 02:50:05.042894 [ 282 ] {25229564-6a58-41e4-9db9-2e03ad92bb87} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7401 2024.11.09 02:50:05.043646 [ 282 ] {25229564-6a58-41e4-9db9-2e03ad92bb87} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7402 2024.11.09 02:50:05.043682 [ 282 ] {25229564-6a58-41e4-9db9-2e03ad92bb87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
7403 2024.11.09 02:50:05.044378 [ 282 ] {25229564-6a58-41e4-9db9-2e03ad92bb87} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
7404 2024.11.09 02:50:05.044796 [ 282 ] {25229564-6a58-41e4-9db9-2e03ad92bb87} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7405 2024.11.09 02:50:05.045004 [ 282 ] {25229564-6a58-41e4-9db9-2e03ad92bb87} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.00302 sec., 13576.15894039735 rows/sec., 24.33 MiB/sec.
7406 2024.11.09 02:50:05.045553 [ 282 ] {25229564-6a58-41e4-9db9-2e03ad92bb87} <Debug> DynamicQueryHandler: Done processing query
7407 2024.11.09 02:50:05.045579 [ 282 ] {25229564-6a58-41e4-9db9-2e03ad92bb87} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB.
7408 2024.11.09 02:50:05.045595 [ 282 ] {} <Debug> HTTP-Session: 95cf55c2-cfb5-4234-9c5f-2b92107bc42a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7409 2024.11.09 02:50:05.045760 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32888, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7410 2024.11.09 02:50:05.045799 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45995, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7411 2024.11.09 02:50:05.045881 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7412 2024.11.09 02:50:05.045918 [ 290 ] {} <Debug> HTTP-Session: 738e1100-7956-4fa3-89dc-5cd1c1130be9 Authenticating user 'default' from [fd00:1122:3344:101::d]:45995
7413 2024.11.09 02:50:05.045944 [ 290 ] {} <Debug> HTTP-Session: 738e1100-7956-4fa3-89dc-5cd1c1130be9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7414 2024.11.09 02:50:05.045963 [ 290 ] {} <Debug> HTTP-Session: 738e1100-7956-4fa3-89dc-5cd1c1130be9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7415 2024.11.09 02:50:05.046008 [ 290 ] {} <Trace> HTTP-Session: 738e1100-7956-4fa3-89dc-5cd1c1130be9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7416 2024.11.09 02:50:05.046178 [ 290 ] {63e84eba-84b7-441f-bbd0-62bad899d43b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45995) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
7417 2024.11.09 02:50:05.046235 [ 290 ] {63e84eba-84b7-441f-bbd0-62bad899d43b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7418 2024.11.09 02:50:05.046419 [ 290 ] {63e84eba-84b7-441f-bbd0-62bad899d43b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7419 2024.11.09 02:50:05.046775 [ 290 ] {63e84eba-84b7-441f-bbd0-62bad899d43b} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7420 2024.11.09 02:50:05.046811 [ 290 ] {63e84eba-84b7-441f-bbd0-62bad899d43b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
7421 2024.11.09 02:50:05.047185 [ 290 ] {63e84eba-84b7-441f-bbd0-62bad899d43b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
7422 2024.11.09 02:50:05.047522 [ 290 ] {63e84eba-84b7-441f-bbd0-62bad899d43b} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7423 2024.11.09 02:50:05.047686 [ 290 ] {63e84eba-84b7-441f-bbd0-62bad899d43b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001572 sec., 52162.849872773535 rows/sec., 3.31 MiB/sec.
7424 2024.11.09 02:50:05.048022 [ 290 ] {63e84eba-84b7-441f-bbd0-62bad899d43b} <Debug> DynamicQueryHandler: Done processing query
7425 2024.11.09 02:50:05.048066 [ 290 ] {63e84eba-84b7-441f-bbd0-62bad899d43b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7426 2024.11.09 02:50:05.048091 [ 290 ] {} <Debug> HTTP-Session: 738e1100-7956-4fa3-89dc-5cd1c1130be9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7427 2024.11.09 02:50:05.048912 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45995, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7428 2024.11.09 02:50:07.264506 [ 61 ] {} <Debug> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
7429 2024.11.09 02:50:07.264625 [ 61 ] {} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7430 2024.11.09 02:50:07.264669 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
7431 2024.11.09 02:50:07.264868 [ 186 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::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
7432 2024.11.09 02:50:07.265066 [ 186 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7433 2024.11.09 02:50:07.265107 [ 186 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::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
7434 2024.11.09 02:50:07.265201 [ 186 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part
7435 2024.11.09 02:50:07.265442 [ 186 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::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
7436 2024.11.09 02:50:07.265617 [ 186 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part
7437 2024.11.09 02:50:07.265799 [ 186 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part
7438 2024.11.09 02:50:07.266881 [ 192 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002116914 sec., 17005.886871171904 rows/sec., 1.42 MiB/sec.
7439 2024.11.09 02:50:07.267042 [ 194 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
7440 2024.11.09 02:50:07.267538 [ 194 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_9_2} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7441 2024.11.09 02:50:07.267633 [ 194 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_9_2} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
7442 2024.11.09 02:50:07.267720 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
7443 2024.11.09 02:50:10.008924 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47164, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7444 2024.11.09 02:50:10.009056 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7445 2024.11.09 02:50:10.009087 [ 282 ] {} <Debug> HTTP-Session: b7bf23ff-3b07-490a-9ca1-6fdf16f412a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:47164
7446 2024.11.09 02:50:10.009115 [ 282 ] {} <Debug> HTTP-Session: b7bf23ff-3b07-490a-9ca1-6fdf16f412a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7447 2024.11.09 02:50:10.009134 [ 282 ] {} <Debug> HTTP-Session: b7bf23ff-3b07-490a-9ca1-6fdf16f412a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7448 2024.11.09 02:50:10.009194 [ 282 ] {} <Trace> HTTP-Session: b7bf23ff-3b07-490a-9ca1-6fdf16f412a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7449 2024.11.09 02:50:10.009409 [ 282 ] {358c4cdc-d2d5-4528-80fc-5d17330428ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47164) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
7450 2024.11.09 02:50:10.009491 [ 282 ] {358c4cdc-d2d5-4528-80fc-5d17330428ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7451 2024.11.09 02:50:10.009899 [ 282 ] {358c4cdc-d2d5-4528-80fc-5d17330428ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7452 2024.11.09 02:50:10.010403 [ 282 ] {358c4cdc-d2d5-4528-80fc-5d17330428ee} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7453 2024.11.09 02:50:10.010452 [ 282 ] {358c4cdc-d2d5-4528-80fc-5d17330428ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
7454 2024.11.09 02:50:10.010871 [ 282 ] {358c4cdc-d2d5-4528-80fc-5d17330428ee} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
7455 2024.11.09 02:50:10.011267 [ 282 ] {358c4cdc-d2d5-4528-80fc-5d17330428ee} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7456 2024.11.09 02:50:10.011462 [ 282 ] {358c4cdc-d2d5-4528-80fc-5d17330428ee} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.002114 sec., 3784.295175023652 rows/sec., 308.58 KiB/sec.
7457 2024.11.09 02:50:10.011704 [ 282 ] {358c4cdc-d2d5-4528-80fc-5d17330428ee} <Debug> DynamicQueryHandler: Done processing query
7458 2024.11.09 02:50:10.011732 [ 282 ] {358c4cdc-d2d5-4528-80fc-5d17330428ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7459 2024.11.09 02:50:10.011749 [ 282 ] {} <Debug> HTTP-Session: b7bf23ff-3b07-490a-9ca1-6fdf16f412a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7460 2024.11.09 02:50:10.012006 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47164, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7461 2024.11.09 02:50:10.012154 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53471, User-Agent: (none), Length: 8380, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7462 2024.11.09 02:50:10.012279 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7463 2024.11.09 02:50:10.012310 [ 290 ] {} <Debug> HTTP-Session: b445c9f4-f1ee-4e07-9cbc-f6ccf9bb543b Authenticating user 'default' from [fd00:1122:3344:101::d]:53471
7464 2024.11.09 02:50:10.012337 [ 290 ] {} <Debug> HTTP-Session: b445c9f4-f1ee-4e07-9cbc-f6ccf9bb543b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7465 2024.11.09 02:50:10.012355 [ 290 ] {} <Debug> HTTP-Session: b445c9f4-f1ee-4e07-9cbc-f6ccf9bb543b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7466 2024.11.09 02:50:10.012416 [ 290 ] {} <Trace> HTTP-Session: b445c9f4-f1ee-4e07-9cbc-f6ccf9bb543b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7467 2024.11.09 02:50:10.012639 [ 290 ] {eec9b116-fc2a-40d4-94b6-3eb1705ca57d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53471) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
7468 2024.11.09 02:50:10.012712 [ 290 ] {eec9b116-fc2a-40d4-94b6-3eb1705ca57d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7469 2024.11.09 02:50:10.013197 [ 290 ] {eec9b116-fc2a-40d4-94b6-3eb1705ca57d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7470 2024.11.09 02:50:10.013854 [ 290 ] {eec9b116-fc2a-40d4-94b6-3eb1705ca57d} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7471 2024.11.09 02:50:10.013896 [ 290 ] {eec9b116-fc2a-40d4-94b6-3eb1705ca57d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
7472 2024.11.09 02:50:10.014342 [ 290 ] {eec9b116-fc2a-40d4-94b6-3eb1705ca57d} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
7473 2024.11.09 02:50:10.014753 [ 290 ] {eec9b116-fc2a-40d4-94b6-3eb1705ca57d} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7474 2024.11.09 02:50:10.014933 [ 63 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
7475 2024.11.09 02:50:10.014935 [ 290 ] {eec9b116-fc2a-40d4-94b6-3eb1705ca57d} <Debug> executeQuery: Read 60 rows, 4.70 KiB in 0.002374 sec., 25273.799494524013 rows/sec., 1.93 MiB/sec.
7476 2024.11.09 02:50:10.015026 [ 63 ] {} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7477 2024.11.09 02:50:10.015091 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
7478 2024.11.09 02:50:10.015422 [ 290 ] {eec9b116-fc2a-40d4-94b6-3eb1705ca57d} <Debug> DynamicQueryHandler: Done processing query
7479 2024.11.09 02:50:10.015502 [ 290 ] {eec9b116-fc2a-40d4-94b6-3eb1705ca57d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
7480 2024.11.09 02:50:10.015500 [ 191 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::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
7481 2024.11.09 02:50:10.015548 [ 290 ] {} <Debug> HTTP-Session: b445c9f4-f1ee-4e07-9cbc-f6ccf9bb543b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7482 2024.11.09 02:50:10.015921 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47164, User-Agent: (none), Length: 1168, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7483 2024.11.09 02:50:10.015951 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53471, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7484 2024.11.09 02:50:10.016117 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7485 2024.11.09 02:50:10.016179 [ 282 ] {} <Debug> HTTP-Session: 123bf5a8-3a50-4721-acf0-c690b7a384e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:47164
7486 2024.11.09 02:50:10.016180 [ 191 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7487 2024.11.09 02:50:10.016208 [ 282 ] {} <Debug> HTTP-Session: 123bf5a8-3a50-4721-acf0-c690b7a384e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7488 2024.11.09 02:50:10.016245 [ 282 ] {} <Debug> HTTP-Session: 123bf5a8-3a50-4721-acf0-c690b7a384e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7489 2024.11.09 02:50:10.016248 [ 191 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1420 rows starting from the beginning of the part
7490 2024.11.09 02:50:10.016301 [ 282 ] {} <Trace> HTTP-Session: 123bf5a8-3a50-4721-acf0-c690b7a384e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7491 2024.11.09 02:50:10.016404 [ 191 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 271 rows starting from the beginning of the part
7492 2024.11.09 02:50:10.016611 [ 282 ] {4eeab235-62e5-46b6-8a0b-578b89a2556b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47164) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
7493 2024.11.09 02:50:10.016689 [ 191 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 58 rows starting from the beginning of the part
7494 2024.11.09 02:50:10.016726 [ 282 ] {4eeab235-62e5-46b6-8a0b-578b89a2556b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7495 2024.11.09 02:50:10.017021 [ 191 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 56 rows starting from the beginning of the part
7496 2024.11.09 02:50:10.017253 [ 191 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 271 rows starting from the beginning of the part
7497 2024.11.09 02:50:10.017519 [ 191 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::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
7498 2024.11.09 02:50:10.018046 [ 282 ] {4eeab235-62e5-46b6-8a0b-578b89a2556b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7499 2024.11.09 02:50:10.018639 [ 282 ] {4eeab235-62e5-46b6-8a0b-578b89a2556b} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7500 2024.11.09 02:50:10.018689 [ 282 ] {4eeab235-62e5-46b6-8a0b-578b89a2556b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
7501 2024.11.09 02:50:10.019231 [ 282 ] {4eeab235-62e5-46b6-8a0b-578b89a2556b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7502 2024.11.09 02:50:10.019936 [ 282 ] {4eeab235-62e5-46b6-8a0b-578b89a2556b} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7503 2024.11.09 02:50:10.020029 [ 194 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2136 rows, containing 5 columns (5 merged, 0 gathered) in 0.0048087 sec., 444194.8967496413 rows/sec., 39.26 MiB/sec.
7504 2024.11.09 02:50:10.020198 [ 282 ] {4eeab235-62e5-46b6-8a0b-578b89a2556b} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.003739 sec., 2139.6095212623695 rows/sec., 149.40 KiB/sec.
7505 2024.11.09 02:50:10.020407 [ 194 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
7506 2024.11.09 02:50:10.020859 [ 282 ] {4eeab235-62e5-46b6-8a0b-578b89a2556b} <Debug> DynamicQueryHandler: Done processing query
7507 2024.11.09 02:50:10.020903 [ 282 ] {4eeab235-62e5-46b6-8a0b-578b89a2556b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7508 2024.11.09 02:50:10.020937 [ 282 ] {} <Debug> HTTP-Session: 123bf5a8-3a50-4721-acf0-c690b7a384e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7509 2024.11.09 02:50:10.021235 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47164, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7510 2024.11.09 02:50:10.021352 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65386, User-Agent: (none), Length: 12262, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7511 2024.11.09 02:50:10.021377 [ 194 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_41_8} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7512 2024.11.09 02:50:10.021470 [ 282 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below):
7513 
7514 (version 23.8.7.1)
7515 2024.11.09 02:50:10.021513 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7516 2024.11.09 02:50:10.021575 [ 290 ] {} <Debug> HTTP-Session: e58e2e6f-0d20-45ce-a6d0-c199b5786328 Authenticating user 'default' from [fd00:1122:3344:101::d]:65386
7517 2024.11.09 02:50:10.021603 [ 194 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_41_8} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
7518 2024.11.09 02:50:10.021632 [ 290 ] {} <Debug> HTTP-Session: e58e2e6f-0d20-45ce-a6d0-c199b5786328 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7519 2024.11.09 02:50:10.021659 [ 290 ] {} <Debug> HTTP-Session: e58e2e6f-0d20-45ce-a6d0-c199b5786328 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7520 2024.11.09 02:50:10.021773 [ 290 ] {} <Trace> HTTP-Session: e58e2e6f-0d20-45ce-a6d0-c199b5786328 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7521 2024.11.09 02:50:10.021786 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB.
7522 2024.11.09 02:50:10.021973 [ 290 ] {32d3581a-00be-49c8-8ecd-a7ea1caf6936} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65386) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
7523 2024.11.09 02:50:10.022026 [ 290 ] {32d3581a-00be-49c8-8ecd-a7ea1caf6936} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7524 2024.11.09 02:50:10.022295 [ 290 ] {32d3581a-00be-49c8-8ecd-a7ea1caf6936} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7525 2024.11.09 02:50:10.022713 [ 290 ] {32d3581a-00be-49c8-8ecd-a7ea1caf6936} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7526 2024.11.09 02:50:10.022752 [ 290 ] {32d3581a-00be-49c8-8ecd-a7ea1caf6936} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
7527 2024.11.09 02:50:10.023167 [ 290 ] {32d3581a-00be-49c8-8ecd-a7ea1caf6936} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
7528 2024.11.09 02:50:10.023552 [ 290 ] {32d3581a-00be-49c8-8ecd-a7ea1caf6936} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7529 2024.11.09 02:50:10.023712 [ 63 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
7530 2024.11.09 02:50:10.023721 [ 290 ] {32d3581a-00be-49c8-8ecd-a7ea1caf6936} <Debug> executeQuery: Read 72 rows, 5.77 KiB in 0.001807 sec., 39845.04703929165 rows/sec., 3.12 MiB/sec.
7531 2024.11.09 02:50:10.023762 [ 63 ] {} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7532 2024.11.09 02:50:10.023834 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
7533 2024.11.09 02:50:10.024054 [ 191 ] {48637766-a340-4af8-ae3d-4486ac21e344::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
7534 2024.11.09 02:50:10.024119 [ 290 ] {32d3581a-00be-49c8-8ecd-a7ea1caf6936} <Debug> DynamicQueryHandler: Done processing query
7535 2024.11.09 02:50:10.024165 [ 290 ] {32d3581a-00be-49c8-8ecd-a7ea1caf6936} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
7536 2024.11.09 02:50:10.024208 [ 290 ] {} <Debug> HTTP-Session: e58e2e6f-0d20-45ce-a6d0-c199b5786328 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7537 2024.11.09 02:50:10.024294 [ 191 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7538 2024.11.09 02:50:10.024328 [ 191 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 915 rows starting from the beginning of the part
7539 2024.11.09 02:50:10.024506 [ 191 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 423 rows starting from the beginning of the part
7540 2024.11.09 02:50:10.024584 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65386, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7541 2024.11.09 02:50:10.024646 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58035, User-Agent: (none), Length: 31418, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7542 2024.11.09 02:50:10.024898 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7543 2024.11.09 02:50:10.024919 [ 191 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 68 rows starting from the beginning of the part
7544 2024.11.09 02:50:10.025006 [ 290 ] {} <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):
7545 
7546 (version 23.8.7.1)
7547 2024.11.09 02:50:10.025021 [ 282 ] {} <Debug> HTTP-Session: 3272f7eb-cf79-4ad0-ad09-3e4fb4a76aeb Authenticating user 'default' from [fd00:1122:3344:101::d]:58035
7548 2024.11.09 02:50:10.025137 [ 282 ] {} <Debug> HTTP-Session: 3272f7eb-cf79-4ad0-ad09-3e4fb4a76aeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7549 2024.11.09 02:50:10.025208 [ 282 ] {} <Debug> HTTP-Session: 3272f7eb-cf79-4ad0-ad09-3e4fb4a76aeb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7550 2024.11.09 02:50:10.025223 [ 191 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 64 rows starting from the beginning of the part
7551 2024.11.09 02:50:10.025285 [ 282 ] {} <Trace> HTTP-Session: 3272f7eb-cf79-4ad0-ad09-3e4fb4a76aeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7552 2024.11.09 02:50:10.025381 [ 191 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 423 rows starting from the beginning of the part
7553 2024.11.09 02:50:10.025511 [ 191 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 72 rows starting from the beginning of the part
7554 2024.11.09 02:50:10.025628 [ 282 ] {f0cc612c-3db2-4d67-b352-feb1a982817e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58035) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7555 2024.11.09 02:50:10.025736 [ 282 ] {f0cc612c-3db2-4d67-b352-feb1a982817e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7556 2024.11.09 02:50:10.026006 [ 282 ] {f0cc612c-3db2-4d67-b352-feb1a982817e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7557 2024.11.09 02:50:10.026823 [ 282 ] {f0cc612c-3db2-4d67-b352-feb1a982817e} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7558 2024.11.09 02:50:10.026869 [ 282 ] {f0cc612c-3db2-4d67-b352-feb1a982817e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
7559 2024.11.09 02:50:10.027545 [ 282 ] {f0cc612c-3db2-4d67-b352-feb1a982817e} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
7560 2024.11.09 02:50:10.027630 [ 194 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1965 rows, containing 5 columns (5 merged, 0 gathered) in 0.003694097 sec., 531929.724639066 rows/sec., 40.74 MiB/sec.
7561 2024.11.09 02:50:10.027945 [ 194 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
7562 2024.11.09 02:50:10.028221 [ 282 ] {f0cc612c-3db2-4d67-b352-feb1a982817e} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7563 2024.11.09 02:50:10.028693 [ 63 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
7564 2024.11.09 02:50:10.028810 [ 63 ] {} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7565 2024.11.09 02:50:10.028867 [ 282 ] {f0cc612c-3db2-4d67-b352-feb1a982817e} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.003362 sec., 48780.48780487805 rows/sec., 3.40 MiB/sec.
7566 2024.11.09 02:50:10.028873 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
7567 2024.11.09 02:50:10.029362 [ 194 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_41_8} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7568 2024.11.09 02:50:10.029411 [ 191 ] {173f980a-35dc-47ba-ab5b-853644c4390e::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
7569 2024.11.09 02:50:10.029528 [ 282 ] {f0cc612c-3db2-4d67-b352-feb1a982817e} <Debug> DynamicQueryHandler: Done processing query
7570 2024.11.09 02:50:10.029593 [ 282 ] {f0cc612c-3db2-4d67-b352-feb1a982817e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
7571 2024.11.09 02:50:10.029619 [ 194 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_41_8} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
7572 2024.11.09 02:50:10.029658 [ 282 ] {} <Debug> HTTP-Session: 3272f7eb-cf79-4ad0-ad09-3e4fb4a76aeb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7573 2024.11.09 02:50:10.029836 [ 191 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7574 2024.11.09 02:50:10.029852 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
7575 2024.11.09 02:50:10.029950 [ 191 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 9127 rows starting from the beginning of the part
7576 2024.11.09 02:50:10.029973 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58035, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7577 2024.11.09 02:50:10.030004 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36651, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7578 2024.11.09 02:50:10.030243 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7579 2024.11.09 02:50:10.030276 [ 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):
7580 
7581 (version 23.8.7.1)
7582 2024.11.09 02:50:10.030286 [ 191 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 237 rows starting from the beginning of the part
7583 2024.11.09 02:50:10.030333 [ 290 ] {} <Debug> HTTP-Session: 5630d8d0-8898-4c71-b241-467ac4a765eb Authenticating user 'default' from [fd00:1122:3344:101::d]:36651
7584 2024.11.09 02:50:10.030406 [ 290 ] {} <Debug> HTTP-Session: 5630d8d0-8898-4c71-b241-467ac4a765eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7585 2024.11.09 02:50:10.030527 [ 290 ] {} <Debug> HTTP-Session: 5630d8d0-8898-4c71-b241-467ac4a765eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7586 2024.11.09 02:50:10.030592 [ 191 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 130 rows starting from the beginning of the part
7587 2024.11.09 02:50:10.030684 [ 290 ] {} <Trace> HTTP-Session: 5630d8d0-8898-4c71-b241-467ac4a765eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7588 2024.11.09 02:50:10.030831 [ 191 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part
7589 2024.11.09 02:50:10.031104 [ 191 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 237 rows starting from the beginning of the part
7590 2024.11.09 02:50:10.031199 [ 290 ] {371a05c5-caa6-4499-afc7-a7700e944c86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
7591 2024.11.09 02:50:10.031386 [ 191 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 164 rows starting from the beginning of the part
7592 2024.11.09 02:50:10.031430 [ 290 ] {371a05c5-caa6-4499-afc7-a7700e944c86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7593 2024.11.09 02:50:10.032281 [ 290 ] {371a05c5-caa6-4499-afc7-a7700e944c86} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7594 2024.11.09 02:50:10.032909 [ 290 ] {371a05c5-caa6-4499-afc7-a7700e944c86} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7595 2024.11.09 02:50:10.032960 [ 290 ] {371a05c5-caa6-4499-afc7-a7700e944c86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
7596 2024.11.09 02:50:10.033583 [ 290 ] {371a05c5-caa6-4499-afc7-a7700e944c86} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
7597 2024.11.09 02:50:10.034623 [ 290 ] {371a05c5-caa6-4499-afc7-a7700e944c86} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7598 2024.11.09 02:50:10.034947 [ 63 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
7599 2024.11.09 02:50:10.035013 [ 290 ] {371a05c5-caa6-4499-afc7-a7700e944c86} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0041 sec., 14634.146341463413 rows/sec., 1009.91 KiB/sec.
7600 2024.11.09 02:50:10.035078 [ 63 ] {} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7601 2024.11.09 02:50:10.035246 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
7602 2024.11.09 02:50:10.035757 [ 290 ] {371a05c5-caa6-4499-afc7-a7700e944c86} <Debug> DynamicQueryHandler: Done processing query
7603 2024.11.09 02:50:10.035816 [ 290 ] {371a05c5-caa6-4499-afc7-a7700e944c86} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
7604 2024.11.09 02:50:10.035856 [ 194 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::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
7605 2024.11.09 02:50:10.035883 [ 290 ] {} <Debug> HTTP-Session: 5630d8d0-8898-4c71-b241-467ac4a765eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7606 2024.11.09 02:50:10.036729 [ 194 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7607 2024.11.09 02:50:10.036789 [ 194 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2198 rows starting from the beginning of the part
7608 2024.11.09 02:50:10.036939 [ 194 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 82 rows starting from the beginning of the part
7609 2024.11.09 02:50:10.037105 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36651, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7610 2024.11.09 02:50:10.037258 [ 194 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 48 rows starting from the beginning of the part
7611 2024.11.09 02:50:10.037718 [ 194 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part
7612 2024.11.09 02:50:10.038116 [ 194 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 82 rows starting from the beginning of the part
7613 2024.11.09 02:50:10.038201 [ 195 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10055 rows, containing 5 columns (5 merged, 0 gathered) in 0.009133859 sec., 1100849.049673309 rows/sec., 74.83 MiB/sec.
7614 2024.11.09 02:50:10.038375 [ 194 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::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
7615 2024.11.09 02:50:10.038612 [ 195 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
7616 2024.11.09 02:50:10.039737 [ 195 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7617 2024.11.09 02:50:10.039887 [ 195 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
7618 2024.11.09 02:50:10.040051 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.93 MiB.
7619 2024.11.09 02:50:10.040853 [ 195 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2530 rows, containing 4 columns (4 merged, 0 gathered) in 0.005494283 sec., 460478.64662231633 rows/sec., 30.27 MiB/sec.
7620 2024.11.09 02:50:10.041127 [ 190 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
7621 2024.11.09 02:50:10.041597 [ 190 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_41_8} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7622 2024.11.09 02:50:10.041691 [ 190 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_41_8} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
7623 2024.11.09 02:50:10.041781 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB.
7624 2024.11.09 02:50:11.589599 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 716
7625 2024.11.09 02:50:11.592516 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7626 2024.11.09 02:50:11.592567 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
7627 2024.11.09 02:50:11.594055 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
7628 2024.11.09 02:50:11.595012 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7629 2024.11.09 02:50:11.595196 [ 60 ] {} <Debug> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
7630 2024.11.09 02:50:11.595261 [ 60 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7631 2024.11.09 02:50:11.595307 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
7632 2024.11.09 02:50:11.595874 [ 194 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::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
7633 2024.11.09 02:50:11.596783 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 716
7634 2024.11.09 02:50:11.597543 [ 194 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7635 2024.11.09 02:50:11.597727 [ 194 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 584 rows starting from the beginning of the part
7636 2024.11.09 02:50:11.598247 [ 194 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 20 rows starting from the beginning of the part
7637 2024.11.09 02:50:11.598723 [ 194 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 32 rows starting from the beginning of the part
7638 2024.11.09 02:50:11.599168 [ 194 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 28 rows starting from the beginning of the part
7639 2024.11.09 02:50:11.599604 [ 194 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 20 rows starting from the beginning of the part
7640 2024.11.09 02:50:11.600027 [ 194 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 32 rows starting from the beginning of the part
7641 2024.11.09 02:50:11.608406 [ 187 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 716 rows, containing 72 columns (72 merged, 0 gathered) in 0.012953698 sec., 55273.79131426408 rows/sec., 41.07 MiB/sec.
7642 2024.11.09 02:50:11.609861 [ 200 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
7643 2024.11.09 02:50:11.611719 [ 200 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_21_4} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7644 2024.11.09 02:50:11.611853 [ 200 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_21_4} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
7645 2024.11.09 02:50:11.612213 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.18 MiB.
7646 2024.11.09 02:50:15.008369 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63313, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7647 2024.11.09 02:50:15.008540 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7648 2024.11.09 02:50:15.008585 [ 285 ] {} <Debug> HTTP-Session: c3d0cd4a-c3b0-4997-9620-a5d363a096a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:63313
7649 2024.11.09 02:50:15.008628 [ 285 ] {} <Debug> HTTP-Session: c3d0cd4a-c3b0-4997-9620-a5d363a096a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7650 2024.11.09 02:50:15.008657 [ 285 ] {} <Debug> HTTP-Session: c3d0cd4a-c3b0-4997-9620-a5d363a096a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7651 2024.11.09 02:50:15.008738 [ 285 ] {} <Trace> HTTP-Session: c3d0cd4a-c3b0-4997-9620-a5d363a096a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7652 2024.11.09 02:50:15.009086 [ 285 ] {642895d7-3b6a-4283-9409-058b44e111ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63313) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
7653 2024.11.09 02:50:15.009166 [ 285 ] {642895d7-3b6a-4283-9409-058b44e111ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7654 2024.11.09 02:50:15.009508 [ 285 ] {642895d7-3b6a-4283-9409-058b44e111ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7655 2024.11.09 02:50:15.010065 [ 285 ] {642895d7-3b6a-4283-9409-058b44e111ff} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7656 2024.11.09 02:50:15.010109 [ 285 ] {642895d7-3b6a-4283-9409-058b44e111ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
7657 2024.11.09 02:50:15.010540 [ 285 ] {642895d7-3b6a-4283-9409-058b44e111ff} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
7658 2024.11.09 02:50:15.010935 [ 285 ] {642895d7-3b6a-4283-9409-058b44e111ff} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7659 2024.11.09 02:50:15.011082 [ 285 ] {642895d7-3b6a-4283-9409-058b44e111ff} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00211 sec., 26540.284360189577 rows/sec., 2.04 MiB/sec.
7660 2024.11.09 02:50:15.011298 [ 285 ] {642895d7-3b6a-4283-9409-058b44e111ff} <Debug> DynamicQueryHandler: Done processing query
7661 2024.11.09 02:50:15.011326 [ 285 ] {642895d7-3b6a-4283-9409-058b44e111ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
7662 2024.11.09 02:50:15.011343 [ 285 ] {} <Debug> HTTP-Session: c3d0cd4a-c3b0-4997-9620-a5d363a096a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7663 2024.11.09 02:50:15.011556 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63313, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7664 2024.11.09 02:50:15.011727 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43924, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7665 2024.11.09 02:50:15.011870 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7666 2024.11.09 02:50:15.011900 [ 282 ] {} <Debug> HTTP-Session: ad8a82c5-80ee-40a0-8c21-c370684d4033 Authenticating user 'default' from [fd00:1122:3344:101::d]:43924
7667 2024.11.09 02:50:15.011937 [ 282 ] {} <Debug> HTTP-Session: ad8a82c5-80ee-40a0-8c21-c370684d4033 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7668 2024.11.09 02:50:15.011958 [ 282 ] {} <Debug> HTTP-Session: ad8a82c5-80ee-40a0-8c21-c370684d4033 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7669 2024.11.09 02:50:15.012021 [ 282 ] {} <Trace> HTTP-Session: ad8a82c5-80ee-40a0-8c21-c370684d4033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7670 2024.11.09 02:50:15.012254 [ 282 ] {4cef0f01-2fd5-4b5c-b036-08168d5425ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43924) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
7671 2024.11.09 02:50:15.012325 [ 282 ] {4cef0f01-2fd5-4b5c-b036-08168d5425ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7672 2024.11.09 02:50:15.012684 [ 282 ] {4cef0f01-2fd5-4b5c-b036-08168d5425ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7673 2024.11.09 02:50:15.013132 [ 282 ] {4cef0f01-2fd5-4b5c-b036-08168d5425ab} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7674 2024.11.09 02:50:15.013185 [ 282 ] {4cef0f01-2fd5-4b5c-b036-08168d5425ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
7675 2024.11.09 02:50:15.013669 [ 282 ] {4cef0f01-2fd5-4b5c-b036-08168d5425ab} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
7676 2024.11.09 02:50:15.014107 [ 282 ] {4cef0f01-2fd5-4b5c-b036-08168d5425ab} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7677 2024.11.09 02:50:15.014297 [ 282 ] {4cef0f01-2fd5-4b5c-b036-08168d5425ab} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002117 sec., 30231.459612659426 rows/sec., 2.36 MiB/sec.
7678 2024.11.09 02:50:15.014602 [ 282 ] {4cef0f01-2fd5-4b5c-b036-08168d5425ab} <Debug> DynamicQueryHandler: Done processing query
7679 2024.11.09 02:50:15.014635 [ 282 ] {4cef0f01-2fd5-4b5c-b036-08168d5425ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
7680 2024.11.09 02:50:15.014652 [ 282 ] {} <Debug> HTTP-Session: ad8a82c5-80ee-40a0-8c21-c370684d4033 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7681 2024.11.09 02:50:15.014886 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63313, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7682 2024.11.09 02:50:15.014897 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43924, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7683 2024.11.09 02:50:15.014978 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7684 2024.11.09 02:50:15.015004 [ 285 ] {} <Debug> HTTP-Session: 5b43d7c0-05e2-4145-adbc-b83d0717bd37 Authenticating user 'default' from [fd00:1122:3344:101::d]:63313
7685 2024.11.09 02:50:15.015032 [ 285 ] {} <Debug> HTTP-Session: 5b43d7c0-05e2-4145-adbc-b83d0717bd37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7686 2024.11.09 02:50:15.015046 [ 285 ] {} <Debug> HTTP-Session: 5b43d7c0-05e2-4145-adbc-b83d0717bd37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7687 2024.11.09 02:50:15.015103 [ 285 ] {} <Trace> HTTP-Session: 5b43d7c0-05e2-4145-adbc-b83d0717bd37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7688 2024.11.09 02:50:15.015290 [ 285 ] {485620c8-6260-4bdf-ab89-e73368da3b4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63313) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7689 2024.11.09 02:50:15.015348 [ 285 ] {485620c8-6260-4bdf-ab89-e73368da3b4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7690 2024.11.09 02:50:15.015533 [ 285 ] {485620c8-6260-4bdf-ab89-e73368da3b4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7691 2024.11.09 02:50:15.015958 [ 285 ] {485620c8-6260-4bdf-ab89-e73368da3b4f} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7692 2024.11.09 02:50:15.015996 [ 285 ] {485620c8-6260-4bdf-ab89-e73368da3b4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
7693 2024.11.09 02:50:15.016422 [ 285 ] {485620c8-6260-4bdf-ab89-e73368da3b4f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
7694 2024.11.09 02:50:15.016784 [ 285 ] {485620c8-6260-4bdf-ab89-e73368da3b4f} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7695 2024.11.09 02:50:15.016916 [ 285 ] {485620c8-6260-4bdf-ab89-e73368da3b4f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00171 sec., 93567.25146198831 rows/sec., 6.52 MiB/sec.
7696 2024.11.09 02:50:15.017103 [ 285 ] {485620c8-6260-4bdf-ab89-e73368da3b4f} <Debug> DynamicQueryHandler: Done processing query
7697 2024.11.09 02:50:15.017127 [ 285 ] {485620c8-6260-4bdf-ab89-e73368da3b4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
7698 2024.11.09 02:50:15.017143 [ 285 ] {} <Debug> HTTP-Session: 5b43d7c0-05e2-4145-adbc-b83d0717bd37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7699 2024.11.09 02:50:15.017309 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63313, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7700 2024.11.09 02:50:15.017412 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52592, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7701 2024.11.09 02:50:15.017498 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7702 2024.11.09 02:50:15.017524 [ 282 ] {} <Debug> HTTP-Session: ff72b813-7db0-4be6-b71e-2e26e90f26ce Authenticating user 'default' from [fd00:1122:3344:101::d]:52592
7703 2024.11.09 02:50:15.017548 [ 282 ] {} <Debug> HTTP-Session: ff72b813-7db0-4be6-b71e-2e26e90f26ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7704 2024.11.09 02:50:15.017566 [ 282 ] {} <Debug> HTTP-Session: ff72b813-7db0-4be6-b71e-2e26e90f26ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7705 2024.11.09 02:50:15.017618 [ 282 ] {} <Trace> HTTP-Session: ff72b813-7db0-4be6-b71e-2e26e90f26ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7706 2024.11.09 02:50:15.017811 [ 282 ] {19a3fc75-4c61-44fa-bc1f-4864f246a216} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52592) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
7707 2024.11.09 02:50:15.017878 [ 282 ] {19a3fc75-4c61-44fa-bc1f-4864f246a216} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7708 2024.11.09 02:50:15.018081 [ 282 ] {19a3fc75-4c61-44fa-bc1f-4864f246a216} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7709 2024.11.09 02:50:15.018488 [ 282 ] {19a3fc75-4c61-44fa-bc1f-4864f246a216} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7710 2024.11.09 02:50:15.018529 [ 282 ] {19a3fc75-4c61-44fa-bc1f-4864f246a216} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
7711 2024.11.09 02:50:15.018955 [ 282 ] {19a3fc75-4c61-44fa-bc1f-4864f246a216} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
7712 2024.11.09 02:50:15.019310 [ 282 ] {19a3fc75-4c61-44fa-bc1f-4864f246a216} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7713 2024.11.09 02:50:15.019485 [ 282 ] {19a3fc75-4c61-44fa-bc1f-4864f246a216} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001741 sec., 34462.95232624928 rows/sec., 2.32 MiB/sec.
7714 2024.11.09 02:50:15.019854 [ 282 ] {19a3fc75-4c61-44fa-bc1f-4864f246a216} <Debug> DynamicQueryHandler: Done processing query
7715 2024.11.09 02:50:15.019886 [ 282 ] {19a3fc75-4c61-44fa-bc1f-4864f246a216} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
7716 2024.11.09 02:50:15.019903 [ 282 ] {} <Debug> HTTP-Session: ff72b813-7db0-4be6-b71e-2e26e90f26ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7717 2024.11.09 02:50:15.020131 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52592, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7718 2024.11.09 02:50:16.418406 [ 56 ] {} <Debug> DNSResolver: Updating DNS cache
7719 2024.11.09 02:50:16.418470 [ 56 ] {} <Debug> DNSResolver: Updated DNS cache
7720 2024.11.09 02:50:16.455784 [ 56 ] {} <Debug> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
7721 2024.11.09 02:50:16.455837 [ 56 ] {} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7722 2024.11.09 02:50:16.455859 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
7723 2024.11.09 02:50:16.456009 [ 195 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::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
7724 2024.11.09 02:50:16.456181 [ 195 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7725 2024.11.09 02:50:16.456224 [ 195 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::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
7726 2024.11.09 02:50:16.456308 [ 195 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::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
7727 2024.11.09 02:50:16.456492 [ 195 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::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
7728 2024.11.09 02:50:16.456753 [ 195 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::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
7729 2024.11.09 02:50:16.456878 [ 195 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::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
7730 2024.11.09 02:50:16.458016 [ 200 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 78 rows, containing 4 columns (4 merged, 0 gathered) in 0.002087284 sec., 37369.13615971761 rows/sec., 1.91 MiB/sec.
7731 2024.11.09 02:50:16.458213 [ 200 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
7732 2024.11.09 02:50:16.458673 [ 200 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_13_3} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7733 2024.11.09 02:50:16.458767 [ 200 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_13_3} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
7734 2024.11.09 02:50:16.458870 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7735 2024.11.09 02:50:16.545570 [ 56 ] {} <Debug> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
7736 2024.11.09 02:50:16.545637 [ 56 ] {} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7737 2024.11.09 02:50:16.545674 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
7738 2024.11.09 02:50:16.545972 [ 188 ] {88a23b06-e353-416c-8860-9499dcb823f7::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
7739 2024.11.09 02:50:16.546321 [ 188 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7740 2024.11.09 02:50:16.546395 [ 188 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 9 rows starting from the beginning of the part
7741 2024.11.09 02:50:16.546533 [ 188 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part
7742 2024.11.09 02:50:16.546758 [ 188 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part
7743 2024.11.09 02:50:16.546945 [ 188 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part
7744 2024.11.09 02:50:16.547154 [ 188 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part
7745 2024.11.09 02:50:16.548230 [ 199 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13 rows, containing 4 columns (4 merged, 0 gathered) in 0.002464031 sec., 5275.907648889157 rows/sec., 355.51 KiB/sec.
7746 2024.11.09 02:50:16.548356 [ 188 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
7747 2024.11.09 02:50:16.548722 [ 188 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_13_3} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7748 2024.11.09 02:50:16.548799 [ 188 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_13_3} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
7749 2024.11.09 02:50:16.548869 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
7750 2024.11.09 02:50:17.744890 [ 54 ] {} <Debug> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
7751 2024.11.09 02:50:17.744959 [ 54 ] {} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7752 2024.11.09 02:50:17.744982 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
7753 2024.11.09 02:50:17.745176 [ 196 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::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
7754 2024.11.09 02:50:17.745399 [ 196 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7755 2024.11.09 02:50:17.745439 [ 196 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 242 rows starting from the beginning of the part
7756 2024.11.09 02:50:17.745522 [ 196 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part
7757 2024.11.09 02:50:17.745747 [ 196 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part
7758 2024.11.09 02:50:17.745926 [ 196 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part
7759 2024.11.09 02:50:17.746177 [ 196 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part
7760 2024.11.09 02:50:17.747475 [ 199 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.00240932 sec., 123686.35133564657 rows/sec., 8.42 MiB/sec.
7761 2024.11.09 02:50:17.747728 [ 198 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
7762 2024.11.09 02:50:17.748310 [ 198 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_13_3} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7763 2024.11.09 02:50:17.748406 [ 198 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_13_3} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
7764 2024.11.09 02:50:17.748516 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
7765 2024.11.09 02:50:20.014048 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63313, User-Agent: (none), Length: 41147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7766 2024.11.09 02:50:20.014161 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7767 2024.11.09 02:50:20.014186 [ 285 ] {} <Debug> HTTP-Session: 81c993de-840a-47b9-9f90-b3eb36afd75e Authenticating user 'default' from [fd00:1122:3344:101::d]:63313
7768 2024.11.09 02:50:20.014212 [ 285 ] {} <Debug> HTTP-Session: 81c993de-840a-47b9-9f90-b3eb36afd75e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7769 2024.11.09 02:50:20.014226 [ 285 ] {} <Debug> HTTP-Session: 81c993de-840a-47b9-9f90-b3eb36afd75e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7770 2024.11.09 02:50:20.014277 [ 285 ] {} <Trace> HTTP-Session: 81c993de-840a-47b9-9f90-b3eb36afd75e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7771 2024.11.09 02:50:20.014541 [ 285 ] {55fe4b6e-3ede-4fb5-b2f0-5e385fde6c1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63313) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
7772 2024.11.09 02:50:20.014611 [ 285 ] {55fe4b6e-3ede-4fb5-b2f0-5e385fde6c1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7773 2024.11.09 02:50:20.014947 [ 285 ] {55fe4b6e-3ede-4fb5-b2f0-5e385fde6c1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7774 2024.11.09 02:50:20.015606 [ 285 ] {55fe4b6e-3ede-4fb5-b2f0-5e385fde6c1a} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7775 2024.11.09 02:50:20.015649 [ 285 ] {55fe4b6e-3ede-4fb5-b2f0-5e385fde6c1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
7776 2024.11.09 02:50:20.016099 [ 285 ] {55fe4b6e-3ede-4fb5-b2f0-5e385fde6c1a} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
7777 2024.11.09 02:50:20.016500 [ 285 ] {55fe4b6e-3ede-4fb5-b2f0-5e385fde6c1a} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7778 2024.11.09 02:50:20.016655 [ 285 ] {55fe4b6e-3ede-4fb5-b2f0-5e385fde6c1a} <Debug> executeQuery: Read 271 rows, 24.70 KiB in 0.002237 sec., 121144.38980777828 rows/sec., 10.78 MiB/sec.
7779 2024.11.09 02:50:20.016920 [ 285 ] {55fe4b6e-3ede-4fb5-b2f0-5e385fde6c1a} <Debug> DynamicQueryHandler: Done processing query
7780 2024.11.09 02:50:20.016950 [ 285 ] {55fe4b6e-3ede-4fb5-b2f0-5e385fde6c1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
7781 2024.11.09 02:50:20.016968 [ 285 ] {} <Debug> HTTP-Session: 81c993de-840a-47b9-9f90-b3eb36afd75e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7782 2024.11.09 02:50:20.017208 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63313, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7783 2024.11.09 02:50:20.017297 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47348, User-Agent: (none), Length: 5927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7784 2024.11.09 02:50:20.017426 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7785 2024.11.09 02:50:20.017455 [ 282 ] {} <Debug> HTTP-Session: 88eca1aa-b321-4012-9747-e55af1a9ee9c Authenticating user 'default' from [fd00:1122:3344:101::d]:47348
7786 2024.11.09 02:50:20.017482 [ 282 ] {} <Debug> HTTP-Session: 88eca1aa-b321-4012-9747-e55af1a9ee9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7787 2024.11.09 02:50:20.017500 [ 282 ] {} <Debug> HTTP-Session: 88eca1aa-b321-4012-9747-e55af1a9ee9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7788 2024.11.09 02:50:20.017559 [ 282 ] {} <Trace> HTTP-Session: 88eca1aa-b321-4012-9747-e55af1a9ee9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7789 2024.11.09 02:50:20.017788 [ 282 ] {1555217f-95b6-493c-87f3-b2c70ac04486} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47348) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
7790 2024.11.09 02:50:20.017865 [ 282 ] {1555217f-95b6-493c-87f3-b2c70ac04486} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7791 2024.11.09 02:50:20.018251 [ 282 ] {1555217f-95b6-493c-87f3-b2c70ac04486} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7792 2024.11.09 02:50:20.018653 [ 282 ] {1555217f-95b6-493c-87f3-b2c70ac04486} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7793 2024.11.09 02:50:20.018703 [ 282 ] {1555217f-95b6-493c-87f3-b2c70ac04486} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
7794 2024.11.09 02:50:20.019134 [ 282 ] {1555217f-95b6-493c-87f3-b2c70ac04486} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7795 2024.11.09 02:50:20.019578 [ 282 ] {1555217f-95b6-493c-87f3-b2c70ac04486} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7796 2024.11.09 02:50:20.019786 [ 282 ] {1555217f-95b6-493c-87f3-b2c70ac04486} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.002067 sec., 19835.510401548137 rows/sec., 1.46 MiB/sec.
7797 2024.11.09 02:50:20.019796 [ 53 ] {} <Debug> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
7798 2024.11.09 02:50:20.019922 [ 53 ] {} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7799 2024.11.09 02:50:20.020009 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
7800 2024.11.09 02:50:20.020151 [ 282 ] {1555217f-95b6-493c-87f3-b2c70ac04486} <Debug> DynamicQueryHandler: Done processing query
7801 2024.11.09 02:50:20.020190 [ 282 ] {1555217f-95b6-493c-87f3-b2c70ac04486} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
7802 2024.11.09 02:50:20.020190 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::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
7803 2024.11.09 02:50:20.020209 [ 282 ] {} <Debug> HTTP-Session: 88eca1aa-b321-4012-9747-e55af1a9ee9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7804 2024.11.09 02:50:20.020340 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7805 2024.11.09 02:50:20.020374 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 59 rows starting from the beginning of the part
7806 2024.11.09 02:50:20.020401 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47348, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7807 2024.11.09 02:50:20.020548 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 41 rows starting from the beginning of the part
7808 2024.11.09 02:50:20.020639 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36505, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7809 2024.11.09 02:50:20.020919 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 4 rows starting from the beginning of the part
7810 2024.11.09 02:50:20.020961 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7811 2024.11.09 02:50:20.021129 [ 290 ] {} <Debug> HTTP-Session: 88d712c8-37c8-4df7-8bea-d3cece14a00b Authenticating user 'default' from [fd00:1122:3344:101::d]:36505
7812 2024.11.09 02:50:20.021245 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 41 rows starting from the beginning of the part
7813 2024.11.09 02:50:20.021275 [ 290 ] {} <Debug> HTTP-Session: 88d712c8-37c8-4df7-8bea-d3cece14a00b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7814 2024.11.09 02:50:20.021345 [ 290 ] {} <Debug> HTTP-Session: 88d712c8-37c8-4df7-8bea-d3cece14a00b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7815 2024.11.09 02:50:20.021503 [ 290 ] {} <Trace> HTTP-Session: 88d712c8-37c8-4df7-8bea-d3cece14a00b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7816 2024.11.09 02:50:20.021520 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part
7817 2024.11.09 02:50:20.021784 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 41 rows starting from the beginning of the part
7818 2024.11.09 02:50:20.021865 [ 290 ] {7d74f808-60f0-437e-8eac-0902f6b77ec0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36505) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
7819 2024.11.09 02:50:20.022059 [ 290 ] {7d74f808-60f0-437e-8eac-0902f6b77ec0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7820 2024.11.09 02:50:20.023074 [ 290 ] {7d74f808-60f0-437e-8eac-0902f6b77ec0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7821 2024.11.09 02:50:20.024072 [ 290 ] {7d74f808-60f0-437e-8eac-0902f6b77ec0} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7822 2024.11.09 02:50:20.024148 [ 290 ] {7d74f808-60f0-437e-8eac-0902f6b77ec0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
7823 2024.11.09 02:50:20.024816 [ 198 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 194 rows, containing 5 columns (5 merged, 0 gathered) in 0.004690587 sec., 41359.429001103694 rows/sec., 3.16 MiB/sec.
7824 2024.11.09 02:50:20.025165 [ 198 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
7825 2024.11.09 02:50:20.025206 [ 290 ] {7d74f808-60f0-437e-8eac-0902f6b77ec0} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
7826 2024.11.09 02:50:20.026262 [ 290 ] {7d74f808-60f0-437e-8eac-0902f6b77ec0} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7827 2024.11.09 02:50:20.026409 [ 198 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_26_5} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7828 2024.11.09 02:50:20.026603 [ 290 ] {7d74f808-60f0-437e-8eac-0902f6b77ec0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004866 sec., 2877.106452938759 rows/sec., 201.49 KiB/sec.
7829 2024.11.09 02:50:20.026642 [ 198 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_26_5} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
7830 2024.11.09 02:50:20.026918 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
7831 2024.11.09 02:50:20.027044 [ 290 ] {7d74f808-60f0-437e-8eac-0902f6b77ec0} <Debug> DynamicQueryHandler: Done processing query
7832 2024.11.09 02:50:20.027076 [ 290 ] {7d74f808-60f0-437e-8eac-0902f6b77ec0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7833 2024.11.09 02:50:20.027093 [ 290 ] {} <Debug> HTTP-Session: 88d712c8-37c8-4df7-8bea-d3cece14a00b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7834 2024.11.09 02:50:20.027308 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36505, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7835 2024.11.09 02:50:20.027367 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49626, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7836 2024.11.09 02:50:20.027457 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7837 2024.11.09 02:50:20.027480 [ 282 ] {} <Debug> HTTP-Session: cbd3ffe8-f788-4346-ab25-36a0496e403c Authenticating user 'default' from [fd00:1122:3344:101::d]:49626
7838 2024.11.09 02:50:20.027501 [ 282 ] {} <Debug> HTTP-Session: cbd3ffe8-f788-4346-ab25-36a0496e403c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7839 2024.11.09 02:50:20.027516 [ 282 ] {} <Debug> HTTP-Session: cbd3ffe8-f788-4346-ab25-36a0496e403c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7840 2024.11.09 02:50:20.027559 [ 282 ] {} <Trace> HTTP-Session: cbd3ffe8-f788-4346-ab25-36a0496e403c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7841 2024.11.09 02:50:20.027678 [ 282 ] {f22d05fa-9c48-40e2-b76e-ac0e2c8631e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49626) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
7842 2024.11.09 02:50:20.027731 [ 282 ] {f22d05fa-9c48-40e2-b76e-ac0e2c8631e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7843 2024.11.09 02:50:20.028004 [ 282 ] {f22d05fa-9c48-40e2-b76e-ac0e2c8631e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7844 2024.11.09 02:50:20.028319 [ 282 ] {f22d05fa-9c48-40e2-b76e-ac0e2c8631e1} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7845 2024.11.09 02:50:20.028357 [ 282 ] {f22d05fa-9c48-40e2-b76e-ac0e2c8631e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
7846 2024.11.09 02:50:20.028721 [ 282 ] {f22d05fa-9c48-40e2-b76e-ac0e2c8631e1} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
7847 2024.11.09 02:50:20.029098 [ 282 ] {f22d05fa-9c48-40e2-b76e-ac0e2c8631e1} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7848 2024.11.09 02:50:20.029260 [ 282 ] {f22d05fa-9c48-40e2-b76e-ac0e2c8631e1} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001611 sec., 3724.3947858472998 rows/sec., 220.04 KiB/sec.
7849 2024.11.09 02:50:20.029474 [ 282 ] {f22d05fa-9c48-40e2-b76e-ac0e2c8631e1} <Debug> DynamicQueryHandler: Done processing query
7850 2024.11.09 02:50:20.029498 [ 282 ] {f22d05fa-9c48-40e2-b76e-ac0e2c8631e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7851 2024.11.09 02:50:20.029514 [ 282 ] {} <Debug> HTTP-Session: cbd3ffe8-f788-4346-ab25-36a0496e403c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7852 2024.11.09 02:50:20.029803 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49626, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7853 2024.11.09 02:50:20.029891 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42360, User-Agent: (none), Length: 68708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7854 2024.11.09 02:50:20.029963 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7855 2024.11.09 02:50:20.029987 [ 290 ] {} <Debug> HTTP-Session: 8225f0b7-f0dd-4a41-8767-26fca8ddcadf Authenticating user 'default' from [fd00:1122:3344:101::d]:42360
7856 2024.11.09 02:50:20.030009 [ 290 ] {} <Debug> HTTP-Session: 8225f0b7-f0dd-4a41-8767-26fca8ddcadf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7857 2024.11.09 02:50:20.030026 [ 290 ] {} <Debug> HTTP-Session: 8225f0b7-f0dd-4a41-8767-26fca8ddcadf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7858 2024.11.09 02:50:20.030071 [ 290 ] {} <Trace> HTTP-Session: 8225f0b7-f0dd-4a41-8767-26fca8ddcadf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7859 2024.11.09 02:50:20.030370 [ 290 ] {7c58a64e-5262-4fc9-bc80-d9c8cffa87d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42360) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
7860 2024.11.09 02:50:20.030420 [ 290 ] {7c58a64e-5262-4fc9-bc80-d9c8cffa87d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7861 2024.11.09 02:50:20.030695 [ 290 ] {7c58a64e-5262-4fc9-bc80-d9c8cffa87d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7862 2024.11.09 02:50:20.031271 [ 290 ] {7c58a64e-5262-4fc9-bc80-d9c8cffa87d6} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7863 2024.11.09 02:50:20.031308 [ 290 ] {7c58a64e-5262-4fc9-bc80-d9c8cffa87d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
7864 2024.11.09 02:50:20.031714 [ 290 ] {7c58a64e-5262-4fc9-bc80-d9c8cffa87d6} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
7865 2024.11.09 02:50:20.032094 [ 290 ] {7c58a64e-5262-4fc9-bc80-d9c8cffa87d6} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7866 2024.11.09 02:50:20.032241 [ 290 ] {7c58a64e-5262-4fc9-bc80-d9c8cffa87d6} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002026 sec., 208785.7847976308 rows/sec., 14.93 MiB/sec.
7867 2024.11.09 02:50:20.032432 [ 290 ] {7c58a64e-5262-4fc9-bc80-d9c8cffa87d6} <Debug> DynamicQueryHandler: Done processing query
7868 2024.11.09 02:50:20.032457 [ 290 ] {7c58a64e-5262-4fc9-bc80-d9c8cffa87d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
7869 2024.11.09 02:50:20.032473 [ 290 ] {} <Debug> HTTP-Session: 8225f0b7-f0dd-4a41-8767-26fca8ddcadf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7870 2024.11.09 02:50:20.032669 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49626, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7871 2024.11.09 02:50:20.032685 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42360, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7872 2024.11.09 02:50:20.032763 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7873 2024.11.09 02:50:20.032799 [ 282 ] {} <Debug> HTTP-Session: 0fea1876-4416-4005-8bff-c319303317db Authenticating user 'default' from [fd00:1122:3344:101::d]:49626
7874 2024.11.09 02:50:20.032819 [ 282 ] {} <Debug> HTTP-Session: 0fea1876-4416-4005-8bff-c319303317db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7875 2024.11.09 02:50:20.032841 [ 282 ] {} <Debug> HTTP-Session: 0fea1876-4416-4005-8bff-c319303317db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7876 2024.11.09 02:50:20.032884 [ 282 ] {} <Trace> HTTP-Session: 0fea1876-4416-4005-8bff-c319303317db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7877 2024.11.09 02:50:20.032992 [ 282 ] {0dc0cf04-0505-40d3-a96d-0b13a107cf7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49626) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
7878 2024.11.09 02:50:20.033040 [ 282 ] {0dc0cf04-0505-40d3-a96d-0b13a107cf7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7879 2024.11.09 02:50:20.033200 [ 282 ] {0dc0cf04-0505-40d3-a96d-0b13a107cf7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7880 2024.11.09 02:50:20.033499 [ 282 ] {0dc0cf04-0505-40d3-a96d-0b13a107cf7d} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7881 2024.11.09 02:50:20.033535 [ 282 ] {0dc0cf04-0505-40d3-a96d-0b13a107cf7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
7882 2024.11.09 02:50:20.033895 [ 282 ] {0dc0cf04-0505-40d3-a96d-0b13a107cf7d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
7883 2024.11.09 02:50:20.034228 [ 282 ] {0dc0cf04-0505-40d3-a96d-0b13a107cf7d} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7884 2024.11.09 02:50:20.034379 [ 282 ] {0dc0cf04-0505-40d3-a96d-0b13a107cf7d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001411 sec., 4252.303330970943 rows/sec., 222.17 KiB/sec.
7885 2024.11.09 02:50:20.034544 [ 282 ] {0dc0cf04-0505-40d3-a96d-0b13a107cf7d} <Debug> DynamicQueryHandler: Done processing query
7886 2024.11.09 02:50:20.034567 [ 282 ] {0dc0cf04-0505-40d3-a96d-0b13a107cf7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
7887 2024.11.09 02:50:20.034589 [ 282 ] {} <Debug> HTTP-Session: 0fea1876-4416-4005-8bff-c319303317db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7888 2024.11.09 02:50:20.034761 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49626, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7889 2024.11.09 02:50:20.034892 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40518, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7890 2024.11.09 02:50:20.034961 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7891 2024.11.09 02:50:20.034986 [ 290 ] {} <Debug> HTTP-Session: c663ae9a-5492-4686-8d95-e8e8d96fe927 Authenticating user 'default' from [fd00:1122:3344:101::d]:40518
7892 2024.11.09 02:50:20.035007 [ 290 ] {} <Debug> HTTP-Session: c663ae9a-5492-4686-8d95-e8e8d96fe927 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7893 2024.11.09 02:50:20.035024 [ 290 ] {} <Debug> HTTP-Session: c663ae9a-5492-4686-8d95-e8e8d96fe927 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7894 2024.11.09 02:50:20.035069 [ 290 ] {} <Trace> HTTP-Session: c663ae9a-5492-4686-8d95-e8e8d96fe927 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7895 2024.11.09 02:50:20.035291 [ 290 ] {fabb74c8-dc14-4ca9-86ce-62e2508f694f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40518) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7896 2024.11.09 02:50:20.035342 [ 290 ] {fabb74c8-dc14-4ca9-86ce-62e2508f694f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7897 2024.11.09 02:50:20.035522 [ 290 ] {fabb74c8-dc14-4ca9-86ce-62e2508f694f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7898 2024.11.09 02:50:20.035941 [ 290 ] {fabb74c8-dc14-4ca9-86ce-62e2508f694f} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7899 2024.11.09 02:50:20.035977 [ 290 ] {fabb74c8-dc14-4ca9-86ce-62e2508f694f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
7900 2024.11.09 02:50:20.036382 [ 290 ] {fabb74c8-dc14-4ca9-86ce-62e2508f694f} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
7901 2024.11.09 02:50:20.036740 [ 290 ] {fabb74c8-dc14-4ca9-86ce-62e2508f694f} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7902 2024.11.09 02:50:20.036897 [ 290 ] {fabb74c8-dc14-4ca9-86ce-62e2508f694f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001713 sec., 138353.765323993 rows/sec., 9.27 MiB/sec.
7903 2024.11.09 02:50:20.037070 [ 290 ] {fabb74c8-dc14-4ca9-86ce-62e2508f694f} <Debug> DynamicQueryHandler: Done processing query
7904 2024.11.09 02:50:20.037095 [ 290 ] {fabb74c8-dc14-4ca9-86ce-62e2508f694f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
7905 2024.11.09 02:50:20.037110 [ 290 ] {} <Debug> HTTP-Session: c663ae9a-5492-4686-8d95-e8e8d96fe927 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7906 2024.11.09 02:50:20.037275 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49626, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7907 2024.11.09 02:50:20.037291 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40518, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7908 2024.11.09 02:50:20.037375 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7909 2024.11.09 02:50:20.037414 [ 282 ] {} <Debug> HTTP-Session: 1214be72-e9ed-4940-a6ee-c21d299baffe Authenticating user 'default' from [fd00:1122:3344:101::d]:49626
7910 2024.11.09 02:50:20.037437 [ 282 ] {} <Debug> HTTP-Session: 1214be72-e9ed-4940-a6ee-c21d299baffe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7911 2024.11.09 02:50:20.037462 [ 282 ] {} <Debug> HTTP-Session: 1214be72-e9ed-4940-a6ee-c21d299baffe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7912 2024.11.09 02:50:20.037510 [ 282 ] {} <Trace> HTTP-Session: 1214be72-e9ed-4940-a6ee-c21d299baffe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7913 2024.11.09 02:50:20.037633 [ 282 ] {1c95e8ae-5faa-47c7-9e21-4eae37d7fc91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49626) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
7914 2024.11.09 02:50:20.037691 [ 282 ] {1c95e8ae-5faa-47c7-9e21-4eae37d7fc91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7915 2024.11.09 02:50:20.037881 [ 282 ] {1c95e8ae-5faa-47c7-9e21-4eae37d7fc91} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7916 2024.11.09 02:50:20.038199 [ 282 ] {1c95e8ae-5faa-47c7-9e21-4eae37d7fc91} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7917 2024.11.09 02:50:20.038242 [ 282 ] {1c95e8ae-5faa-47c7-9e21-4eae37d7fc91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
7918 2024.11.09 02:50:20.038622 [ 282 ] {1c95e8ae-5faa-47c7-9e21-4eae37d7fc91} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
7919 2024.11.09 02:50:20.038958 [ 282 ] {1c95e8ae-5faa-47c7-9e21-4eae37d7fc91} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7920 2024.11.09 02:50:20.039119 [ 282 ] {1c95e8ae-5faa-47c7-9e21-4eae37d7fc91} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001517 sec., 659.1957811470007 rows/sec., 44.42 KiB/sec.
7921 2024.11.09 02:50:20.039273 [ 282 ] {1c95e8ae-5faa-47c7-9e21-4eae37d7fc91} <Debug> DynamicQueryHandler: Done processing query
7922 2024.11.09 02:50:20.039297 [ 282 ] {1c95e8ae-5faa-47c7-9e21-4eae37d7fc91} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
7923 2024.11.09 02:50:20.039313 [ 282 ] {} <Debug> HTTP-Session: 1214be72-e9ed-4940-a6ee-c21d299baffe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7924 2024.11.09 02:50:20.039482 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49626, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7925 2024.11.09 02:50:20.039583 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38827, User-Agent: (none), Length: 68694, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7926 2024.11.09 02:50:20.039655 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7927 2024.11.09 02:50:20.039680 [ 290 ] {} <Debug> HTTP-Session: e5d537db-1259-472a-8491-76a4b2da33f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:38827
7928 2024.11.09 02:50:20.039702 [ 290 ] {} <Debug> HTTP-Session: e5d537db-1259-472a-8491-76a4b2da33f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7929 2024.11.09 02:50:20.039719 [ 290 ] {} <Debug> HTTP-Session: e5d537db-1259-472a-8491-76a4b2da33f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7930 2024.11.09 02:50:20.039764 [ 290 ] {} <Trace> HTTP-Session: e5d537db-1259-472a-8491-76a4b2da33f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7931 2024.11.09 02:50:20.040294 [ 290 ] {e9712210-8787-4f7f-90aa-54ec7467102a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38827) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
7932 2024.11.09 02:50:20.040395 [ 290 ] {e9712210-8787-4f7f-90aa-54ec7467102a} <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
7933 2024.11.09 02:50:20.041029 [ 290 ] {e9712210-8787-4f7f-90aa-54ec7467102a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7934 2024.11.09 02:50:20.041789 [ 290 ] {e9712210-8787-4f7f-90aa-54ec7467102a} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7935 2024.11.09 02:50:20.041830 [ 290 ] {e9712210-8787-4f7f-90aa-54ec7467102a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
7936 2024.11.09 02:50:20.042653 [ 290 ] {e9712210-8787-4f7f-90aa-54ec7467102a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
7937 2024.11.09 02:50:20.043186 [ 290 ] {e9712210-8787-4f7f-90aa-54ec7467102a} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7938 2024.11.09 02:50:20.043384 [ 53 ] {} <Debug> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
7939 2024.11.09 02:50:20.043414 [ 290 ] {e9712210-8787-4f7f-90aa-54ec7467102a} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003529 sec., 11618.022102578634 rows/sec., 20.82 MiB/sec.
7940 2024.11.09 02:50:20.043452 [ 53 ] {} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7941 2024.11.09 02:50:20.043525 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
7942 2024.11.09 02:50:20.043803 [ 201 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::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
7943 2024.11.09 02:50:20.043948 [ 290 ] {e9712210-8787-4f7f-90aa-54ec7467102a} <Debug> DynamicQueryHandler: Done processing query
7944 2024.11.09 02:50:20.043985 [ 290 ] {e9712210-8787-4f7f-90aa-54ec7467102a} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB.
7945 2024.11.09 02:50:20.044023 [ 290 ] {} <Debug> HTTP-Session: e5d537db-1259-472a-8491-76a4b2da33f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7946 2024.11.09 02:50:20.044273 [ 201 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7947 2024.11.09 02:50:20.044285 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38827, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7948 2024.11.09 02:50:20.044306 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49626, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7949 2024.11.09 02:50:20.044408 [ 201 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 310 rows starting from the beginning of the part
7950 2024.11.09 02:50:20.044456 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7951 2024.11.09 02:50:20.044547 [ 282 ] {} <Debug> HTTP-Session: cdd73983-f8f0-42b2-8786-3434b5118a03 Authenticating user 'default' from [fd00:1122:3344:101::d]:49626
7952 2024.11.09 02:50:20.044614 [ 282 ] {} <Debug> HTTP-Session: cdd73983-f8f0-42b2-8786-3434b5118a03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7953 2024.11.09 02:50:20.044729 [ 282 ] {} <Debug> HTTP-Session: cdd73983-f8f0-42b2-8786-3434b5118a03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7954 2024.11.09 02:50:20.044924 [ 282 ] {} <Trace> HTTP-Session: cdd73983-f8f0-42b2-8786-3434b5118a03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7955 2024.11.09 02:50:20.045011 [ 201 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 41 rows starting from the beginning of the part
7956 2024.11.09 02:50:20.045403 [ 282 ] {73c1390e-e0f9-4788-bd98-072a391af09b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49626) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
7957 2024.11.09 02:50:20.045530 [ 201 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 41 rows starting from the beginning of the part
7958 2024.11.09 02:50:20.045541 [ 282 ] {73c1390e-e0f9-4788-bd98-072a391af09b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7959 2024.11.09 02:50:20.046434 [ 201 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 41 rows starting from the beginning of the part
7960 2024.11.09 02:50:20.046480 [ 282 ] {73c1390e-e0f9-4788-bd98-072a391af09b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7961 2024.11.09 02:50:20.046964 [ 201 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 41 rows starting from the beginning of the part
7962 2024.11.09 02:50:20.047626 [ 201 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 41 rows starting from the beginning of the part
7963 2024.11.09 02:50:20.047790 [ 282 ] {73c1390e-e0f9-4788-bd98-072a391af09b} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7964 2024.11.09 02:50:20.047901 [ 282 ] {73c1390e-e0f9-4788-bd98-072a391af09b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
7965 2024.11.09 02:50:20.049133 [ 282 ] {73c1390e-e0f9-4788-bd98-072a391af09b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
7966 2024.11.09 02:50:20.049956 [ 282 ] {73c1390e-e0f9-4788-bd98-072a391af09b} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7967 2024.11.09 02:50:20.050335 [ 282 ] {73c1390e-e0f9-4788-bd98-072a391af09b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005195 sec., 15784.408084696825 rows/sec., 1.00 MiB/sec.
7968 2024.11.09 02:50:20.050718 [ 282 ] {73c1390e-e0f9-4788-bd98-072a391af09b} <Debug> DynamicQueryHandler: Done processing query
7969 2024.11.09 02:50:20.050777 [ 282 ] {73c1390e-e0f9-4788-bd98-072a391af09b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7970 2024.11.09 02:50:20.050814 [ 282 ] {} <Debug> HTTP-Session: cdd73983-f8f0-42b2-8786-3434b5118a03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7971 2024.11.09 02:50:20.051237 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49626, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7972 2024.11.09 02:50:20.052910 [ 199 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 515 rows, containing 19 columns (19 merged, 0 gathered) in 0.009250301 sec., 55673.864018046545 rows/sec., 99.77 MiB/sec.
7973 2024.11.09 02:50:20.053720 [ 197 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
7974 2024.11.09 02:50:20.054271 [ 197 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7975 2024.11.09 02:50:20.054424 [ 197 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
7976 2024.11.09 02:50:20.054527 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.46 MiB.
7977 2024.11.09 02:50:20.865001 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48770, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7978 2024.11.09 02:50:21.115492 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38895, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7979 2024.11.09 02:50:21.151851 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39507, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7980 2024.11.09 02:50:21.153093 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56920, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7981 2024.11.09 02:50:21.166438 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46195, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7982 2024.11.09 02:50:21.245792 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35651, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7983 2024.11.09 02:50:21.259180 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57480, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7984 2024.11.09 02:50:21.266550 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51055, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7985 2024.11.09 02:50:21.597021 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 744
7986 2024.11.09 02:50:21.599826 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7987 2024.11.09 02:50:21.599878 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
7988 2024.11.09 02:50:21.601442 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7989 2024.11.09 02:50:21.602432 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7990 2024.11.09 02:50:21.603683 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 744
7991 2024.11.09 02:50:25.006763 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44678, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7992 2024.11.09 02:50:25.006882 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7993 2024.11.09 02:50:25.006913 [ 290 ] {} <Debug> HTTP-Session: 93fc8bfe-3f94-4cf3-98b4-28f608ca415a Authenticating user 'default' from [fd00:1122:3344:101::d]:44678
7994 2024.11.09 02:50:25.006941 [ 290 ] {} <Debug> HTTP-Session: 93fc8bfe-3f94-4cf3-98b4-28f608ca415a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7995 2024.11.09 02:50:25.006959 [ 290 ] {} <Debug> HTTP-Session: 93fc8bfe-3f94-4cf3-98b4-28f608ca415a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7996 2024.11.09 02:50:25.007016 [ 290 ] {} <Trace> HTTP-Session: 93fc8bfe-3f94-4cf3-98b4-28f608ca415a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7997 2024.11.09 02:50:25.007212 [ 290 ] {b911b4ca-df23-42bf-85a2-382992c0299a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44678) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
7998 2024.11.09 02:50:25.007286 [ 290 ] {b911b4ca-df23-42bf-85a2-382992c0299a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7999 2024.11.09 02:50:25.007639 [ 290 ] {b911b4ca-df23-42bf-85a2-382992c0299a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8000 2024.11.09 02:50:25.008058 [ 290 ] {b911b4ca-df23-42bf-85a2-382992c0299a} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8001 2024.11.09 02:50:25.008101 [ 290 ] {b911b4ca-df23-42bf-85a2-382992c0299a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
8002 2024.11.09 02:50:25.008529 [ 290 ] {b911b4ca-df23-42bf-85a2-382992c0299a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
8003 2024.11.09 02:50:25.008932 [ 290 ] {b911b4ca-df23-42bf-85a2-382992c0299a} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8004 2024.11.09 02:50:25.009125 [ 290 ] {b911b4ca-df23-42bf-85a2-382992c0299a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001967 sec., 1016.7768174885613 rows/sec., 82.91 KiB/sec.
8005 2024.11.09 02:50:25.009494 [ 290 ] {b911b4ca-df23-42bf-85a2-382992c0299a} <Debug> DynamicQueryHandler: Done processing query
8006 2024.11.09 02:50:25.009522 [ 290 ] {b911b4ca-df23-42bf-85a2-382992c0299a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
8007 2024.11.09 02:50:25.009539 [ 290 ] {} <Debug> HTTP-Session: 93fc8bfe-3f94-4cf3-98b4-28f608ca415a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8008 2024.11.09 02:50:25.009707 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44678, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8009 2024.11.09 02:50:25.009876 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41196, User-Agent: (none), Length: 7980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8010 2024.11.09 02:50:25.010029 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8011 2024.11.09 02:50:25.010059 [ 291 ] {} <Debug> HTTP-Session: 4b4f399f-6e15-49bd-b67e-1222cee53e0b Authenticating user 'default' from [fd00:1122:3344:101::d]:41196
8012 2024.11.09 02:50:25.010087 [ 291 ] {} <Debug> HTTP-Session: 4b4f399f-6e15-49bd-b67e-1222cee53e0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8013 2024.11.09 02:50:25.010106 [ 291 ] {} <Debug> HTTP-Session: 4b4f399f-6e15-49bd-b67e-1222cee53e0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8014 2024.11.09 02:50:25.010168 [ 291 ] {} <Trace> HTTP-Session: 4b4f399f-6e15-49bd-b67e-1222cee53e0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8015 2024.11.09 02:50:25.010405 [ 291 ] {b6e8eb06-acb2-47ea-8996-fd8186b80b3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41196) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8016 2024.11.09 02:50:25.010481 [ 291 ] {b6e8eb06-acb2-47ea-8996-fd8186b80b3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8017 2024.11.09 02:50:25.010829 [ 291 ] {b6e8eb06-acb2-47ea-8996-fd8186b80b3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8018 2024.11.09 02:50:25.011260 [ 291 ] {b6e8eb06-acb2-47ea-8996-fd8186b80b3b} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8019 2024.11.09 02:50:25.011303 [ 291 ] {b6e8eb06-acb2-47ea-8996-fd8186b80b3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
8020 2024.11.09 02:50:25.011747 [ 291 ] {b6e8eb06-acb2-47ea-8996-fd8186b80b3b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
8021 2024.11.09 02:50:25.012154 [ 291 ] {b6e8eb06-acb2-47ea-8996-fd8186b80b3b} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8022 2024.11.09 02:50:25.012338 [ 291 ] {b6e8eb06-acb2-47ea-8996-fd8186b80b3b} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.002011 sec., 28344.107409249125 rows/sec., 2.17 MiB/sec.
8023 2024.11.09 02:50:25.012559 [ 291 ] {b6e8eb06-acb2-47ea-8996-fd8186b80b3b} <Debug> DynamicQueryHandler: Done processing query
8024 2024.11.09 02:50:25.012585 [ 291 ] {b6e8eb06-acb2-47ea-8996-fd8186b80b3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
8025 2024.11.09 02:50:25.012602 [ 291 ] {} <Debug> HTTP-Session: 4b4f399f-6e15-49bd-b67e-1222cee53e0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8026 2024.11.09 02:50:25.012756 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41196, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8027 2024.11.09 02:50:25.012818 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44678, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8028 2024.11.09 02:50:25.012966 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8029 2024.11.09 02:50:25.013007 [ 290 ] {} <Debug> HTTP-Session: 7cbbfd7f-e59f-4ca6-a86a-c97a30eaadcc Authenticating user 'default' from [fd00:1122:3344:101::d]:44678
8030 2024.11.09 02:50:25.013043 [ 290 ] {} <Debug> HTTP-Session: 7cbbfd7f-e59f-4ca6-a86a-c97a30eaadcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8031 2024.11.09 02:50:25.013071 [ 290 ] {} <Debug> HTTP-Session: 7cbbfd7f-e59f-4ca6-a86a-c97a30eaadcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8032 2024.11.09 02:50:25.013144 [ 290 ] {} <Trace> HTTP-Session: 7cbbfd7f-e59f-4ca6-a86a-c97a30eaadcc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8033 2024.11.09 02:50:25.013356 [ 290 ] {23696d3b-e2f3-4ec9-b3f3-bdcd2782e2d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44678) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
8034 2024.11.09 02:50:25.013447 [ 290 ] {23696d3b-e2f3-4ec9-b3f3-bdcd2782e2d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8035 2024.11.09 02:50:25.013738 [ 290 ] {23696d3b-e2f3-4ec9-b3f3-bdcd2782e2d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8036 2024.11.09 02:50:25.014047 [ 290 ] {23696d3b-e2f3-4ec9-b3f3-bdcd2782e2d7} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8037 2024.11.09 02:50:25.014085 [ 290 ] {23696d3b-e2f3-4ec9-b3f3-bdcd2782e2d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
8038 2024.11.09 02:50:25.014448 [ 290 ] {23696d3b-e2f3-4ec9-b3f3-bdcd2782e2d7} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8039 2024.11.09 02:50:25.014835 [ 290 ] {23696d3b-e2f3-4ec9-b3f3-bdcd2782e2d7} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8040 2024.11.09 02:50:25.014961 [ 290 ] {23696d3b-e2f3-4ec9-b3f3-bdcd2782e2d7} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001673 sec., 1195.457262402869 rows/sec., 83.47 KiB/sec.
8041 2024.11.09 02:50:25.015160 [ 290 ] {23696d3b-e2f3-4ec9-b3f3-bdcd2782e2d7} <Debug> DynamicQueryHandler: Done processing query
8042 2024.11.09 02:50:25.015193 [ 290 ] {23696d3b-e2f3-4ec9-b3f3-bdcd2782e2d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
8043 2024.11.09 02:50:25.015215 [ 290 ] {} <Debug> HTTP-Session: 7cbbfd7f-e59f-4ca6-a86a-c97a30eaadcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8044 2024.11.09 02:50:25.015387 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44678, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8045 2024.11.09 02:50:25.015474 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39519, User-Agent: (none), Length: 11237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8046 2024.11.09 02:50:25.015567 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8047 2024.11.09 02:50:25.015594 [ 291 ] {} <Debug> HTTP-Session: ac7051b4-9bbe-47ef-a64b-30b787bfeab2 Authenticating user 'default' from [fd00:1122:3344:101::d]:39519
8048 2024.11.09 02:50:25.015617 [ 291 ] {} <Debug> HTTP-Session: ac7051b4-9bbe-47ef-a64b-30b787bfeab2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8049 2024.11.09 02:50:25.015635 [ 291 ] {} <Debug> HTTP-Session: ac7051b4-9bbe-47ef-a64b-30b787bfeab2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8050 2024.11.09 02:50:25.015686 [ 291 ] {} <Trace> HTTP-Session: ac7051b4-9bbe-47ef-a64b-30b787bfeab2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8051 2024.11.09 02:50:25.015860 [ 291 ] {fa4ea5e4-ead5-4a6b-9926-81c9392f2e57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39519) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8052 2024.11.09 02:50:25.015922 [ 291 ] {fa4ea5e4-ead5-4a6b-9926-81c9392f2e57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8053 2024.11.09 02:50:25.016246 [ 291 ] {fa4ea5e4-ead5-4a6b-9926-81c9392f2e57} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8054 2024.11.09 02:50:25.016646 [ 291 ] {fa4ea5e4-ead5-4a6b-9926-81c9392f2e57} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8055 2024.11.09 02:50:25.016686 [ 291 ] {fa4ea5e4-ead5-4a6b-9926-81c9392f2e57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
8056 2024.11.09 02:50:25.017074 [ 291 ] {fa4ea5e4-ead5-4a6b-9926-81c9392f2e57} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
8057 2024.11.09 02:50:25.017446 [ 291 ] {fa4ea5e4-ead5-4a6b-9926-81c9392f2e57} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8058 2024.11.09 02:50:25.017613 [ 291 ] {fa4ea5e4-ead5-4a6b-9926-81c9392f2e57} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.00181 sec., 36464.08839779005 rows/sec., 2.85 MiB/sec.
8059 2024.11.09 02:50:25.017796 [ 291 ] {fa4ea5e4-ead5-4a6b-9926-81c9392f2e57} <Debug> DynamicQueryHandler: Done processing query
8060 2024.11.09 02:50:25.017820 [ 291 ] {fa4ea5e4-ead5-4a6b-9926-81c9392f2e57} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
8061 2024.11.09 02:50:25.017837 [ 291 ] {} <Debug> HTTP-Session: ac7051b4-9bbe-47ef-a64b-30b787bfeab2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8062 2024.11.09 02:50:25.018016 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39519, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8063 2024.11.09 02:50:25.018110 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34913, User-Agent: (none), Length: 24729, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8064 2024.11.09 02:50:25.018183 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8065 2024.11.09 02:50:25.018208 [ 290 ] {} <Debug> HTTP-Session: 26f7a700-0de7-4e13-b7c9-564babba017a Authenticating user 'default' from [fd00:1122:3344:101::d]:34913
8066 2024.11.09 02:50:25.018229 [ 290 ] {} <Debug> HTTP-Session: 26f7a700-0de7-4e13-b7c9-564babba017a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8067 2024.11.09 02:50:25.018247 [ 290 ] {} <Debug> HTTP-Session: 26f7a700-0de7-4e13-b7c9-564babba017a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8068 2024.11.09 02:50:25.018295 [ 290 ] {} <Trace> HTTP-Session: 26f7a700-0de7-4e13-b7c9-564babba017a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8069 2024.11.09 02:50:25.018500 [ 290 ] {481764b9-21a6-4929-885d-e258bd704fda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34913) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
8070 2024.11.09 02:50:25.018554 [ 290 ] {481764b9-21a6-4929-885d-e258bd704fda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8071 2024.11.09 02:50:25.018745 [ 290 ] {481764b9-21a6-4929-885d-e258bd704fda} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8072 2024.11.09 02:50:25.019127 [ 290 ] {481764b9-21a6-4929-885d-e258bd704fda} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8073 2024.11.09 02:50:25.019163 [ 290 ] {481764b9-21a6-4929-885d-e258bd704fda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
8074 2024.11.09 02:50:25.019571 [ 290 ] {481764b9-21a6-4929-885d-e258bd704fda} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
8075 2024.11.09 02:50:25.019930 [ 290 ] {481764b9-21a6-4929-885d-e258bd704fda} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8076 2024.11.09 02:50:25.020061 [ 290 ] {481764b9-21a6-4929-885d-e258bd704fda} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.00164 sec., 78658.53658536586 rows/sec., 5.48 MiB/sec.
8077 2024.11.09 02:50:25.020223 [ 290 ] {481764b9-21a6-4929-885d-e258bd704fda} <Debug> DynamicQueryHandler: Done processing query
8078 2024.11.09 02:50:25.020247 [ 290 ] {481764b9-21a6-4929-885d-e258bd704fda} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
8079 2024.11.09 02:50:25.020263 [ 290 ] {} <Debug> HTTP-Session: 26f7a700-0de7-4e13-b7c9-564babba017a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8080 2024.11.09 02:50:25.020444 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39519, User-Agent: (none), Length: 7317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8081 2024.11.09 02:50:25.020457 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34913, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8082 2024.11.09 02:50:25.020536 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8083 2024.11.09 02:50:25.020576 [ 291 ] {} <Debug> HTTP-Session: 0b6ad52c-d4b7-4c68-bc5a-b886bb207e20 Authenticating user 'default' from [fd00:1122:3344:101::d]:39519
8084 2024.11.09 02:50:25.020606 [ 291 ] {} <Debug> HTTP-Session: 0b6ad52c-d4b7-4c68-bc5a-b886bb207e20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8085 2024.11.09 02:50:25.020626 [ 291 ] {} <Debug> HTTP-Session: 0b6ad52c-d4b7-4c68-bc5a-b886bb207e20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8086 2024.11.09 02:50:25.020673 [ 291 ] {} <Trace> HTTP-Session: 0b6ad52c-d4b7-4c68-bc5a-b886bb207e20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8087 2024.11.09 02:50:25.020831 [ 291 ] {1898e8e5-3dfa-4402-8e23-0bc367f5d3d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39519) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8088 2024.11.09 02:50:25.020890 [ 291 ] {1898e8e5-3dfa-4402-8e23-0bc367f5d3d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8089 2024.11.09 02:50:25.021083 [ 291 ] {1898e8e5-3dfa-4402-8e23-0bc367f5d3d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8090 2024.11.09 02:50:25.021459 [ 291 ] {1898e8e5-3dfa-4402-8e23-0bc367f5d3d1} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8091 2024.11.09 02:50:25.021495 [ 291 ] {1898e8e5-3dfa-4402-8e23-0bc367f5d3d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
8092 2024.11.09 02:50:25.021878 [ 291 ] {1898e8e5-3dfa-4402-8e23-0bc367f5d3d1} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
8093 2024.11.09 02:50:25.022214 [ 291 ] {1898e8e5-3dfa-4402-8e23-0bc367f5d3d1} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8094 2024.11.09 02:50:25.022365 [ 291 ] {1898e8e5-3dfa-4402-8e23-0bc367f5d3d1} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001586 sec., 30264.817150063052 rows/sec., 2.04 MiB/sec.
8095 2024.11.09 02:50:25.022528 [ 291 ] {1898e8e5-3dfa-4402-8e23-0bc367f5d3d1} <Debug> DynamicQueryHandler: Done processing query
8096 2024.11.09 02:50:25.022553 [ 291 ] {1898e8e5-3dfa-4402-8e23-0bc367f5d3d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
8097 2024.11.09 02:50:25.022570 [ 291 ] {} <Debug> HTTP-Session: 0b6ad52c-d4b7-4c68-bc5a-b886bb207e20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8098 2024.11.09 02:50:25.022888 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39519, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8099 2024.11.09 02:50:29.886159 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54331, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8100 2024.11.09 02:50:30.008027 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56105, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8101 2024.11.09 02:50:30.008165 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8102 2024.11.09 02:50:30.008208 [ 290 ] {} <Debug> HTTP-Session: 90cd6760-b119-41a3-bb22-26e69155431d Authenticating user 'default' from [fd00:1122:3344:101::d]:56105
8103 2024.11.09 02:50:30.008250 [ 290 ] {} <Debug> HTTP-Session: 90cd6760-b119-41a3-bb22-26e69155431d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8104 2024.11.09 02:50:30.008279 [ 290 ] {} <Debug> HTTP-Session: 90cd6760-b119-41a3-bb22-26e69155431d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8105 2024.11.09 02:50:30.008358 [ 290 ] {} <Trace> HTTP-Session: 90cd6760-b119-41a3-bb22-26e69155431d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8106 2024.11.09 02:50:30.008662 [ 290 ] {09c6e39f-f698-4837-85d3-416292e01ac8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56105) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8107 2024.11.09 02:50:30.008725 [ 290 ] {09c6e39f-f698-4837-85d3-416292e01ac8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8108 2024.11.09 02:50:30.009052 [ 290 ] {09c6e39f-f698-4837-85d3-416292e01ac8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8109 2024.11.09 02:50:30.009564 [ 290 ] {09c6e39f-f698-4837-85d3-416292e01ac8} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8110 2024.11.09 02:50:30.009607 [ 290 ] {09c6e39f-f698-4837-85d3-416292e01ac8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
8111 2024.11.09 02:50:30.010031 [ 290 ] {09c6e39f-f698-4837-85d3-416292e01ac8} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
8112 2024.11.09 02:50:30.010415 [ 290 ] {09c6e39f-f698-4837-85d3-416292e01ac8} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8113 2024.11.09 02:50:30.010602 [ 290 ] {09c6e39f-f698-4837-85d3-416292e01ac8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002035 sec., 27518.42751842752 rows/sec., 2.11 MiB/sec.
8114 2024.11.09 02:50:30.010951 [ 290 ] {09c6e39f-f698-4837-85d3-416292e01ac8} <Debug> DynamicQueryHandler: Done processing query
8115 2024.11.09 02:50:30.011002 [ 290 ] {09c6e39f-f698-4837-85d3-416292e01ac8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
8116 2024.11.09 02:50:30.011037 [ 290 ] {} <Debug> HTTP-Session: 90cd6760-b119-41a3-bb22-26e69155431d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8117 2024.11.09 02:50:30.011233 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56105, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8118 2024.11.09 02:50:30.011363 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47450, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8119 2024.11.09 02:50:30.011508 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8120 2024.11.09 02:50:30.011537 [ 291 ] {} <Debug> HTTP-Session: 888806ea-c361-4ed9-9665-4496b05576c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:47450
8121 2024.11.09 02:50:30.011565 [ 291 ] {} <Debug> HTTP-Session: 888806ea-c361-4ed9-9665-4496b05576c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8122 2024.11.09 02:50:30.011583 [ 291 ] {} <Debug> HTTP-Session: 888806ea-c361-4ed9-9665-4496b05576c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8123 2024.11.09 02:50:30.011644 [ 291 ] {} <Trace> HTTP-Session: 888806ea-c361-4ed9-9665-4496b05576c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8124 2024.11.09 02:50:30.011865 [ 291 ] {94b1af12-23fe-4776-9b2f-2370b20fb8e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47450) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8125 2024.11.09 02:50:30.011933 [ 291 ] {94b1af12-23fe-4776-9b2f-2370b20fb8e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8126 2024.11.09 02:50:30.012279 [ 291 ] {94b1af12-23fe-4776-9b2f-2370b20fb8e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8127 2024.11.09 02:50:30.012695 [ 291 ] {94b1af12-23fe-4776-9b2f-2370b20fb8e0} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8128 2024.11.09 02:50:30.012737 [ 291 ] {94b1af12-23fe-4776-9b2f-2370b20fb8e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
8129 2024.11.09 02:50:30.013182 [ 291 ] {94b1af12-23fe-4776-9b2f-2370b20fb8e0} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
8130 2024.11.09 02:50:30.013615 [ 291 ] {94b1af12-23fe-4776-9b2f-2370b20fb8e0} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8131 2024.11.09 02:50:30.013803 [ 291 ] {94b1af12-23fe-4776-9b2f-2370b20fb8e0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00201 sec., 31840.796019900496 rows/sec., 2.49 MiB/sec.
8132 2024.11.09 02:50:30.014054 [ 291 ] {94b1af12-23fe-4776-9b2f-2370b20fb8e0} <Debug> DynamicQueryHandler: Done processing query
8133 2024.11.09 02:50:30.014086 [ 291 ] {94b1af12-23fe-4776-9b2f-2370b20fb8e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
8134 2024.11.09 02:50:30.014102 [ 291 ] {} <Debug> HTTP-Session: 888806ea-c361-4ed9-9665-4496b05576c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8135 2024.11.09 02:50:30.014267 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47450, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8136 2024.11.09 02:50:30.014365 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51682, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8137 2024.11.09 02:50:30.014487 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8138 2024.11.09 02:50:30.014528 [ 290 ] {} <Debug> HTTP-Session: 4fd04771-0f99-45d6-9f16-ccae89aa0c52 Authenticating user 'default' from [fd00:1122:3344:101::d]:51682
8139 2024.11.09 02:50:30.014563 [ 290 ] {} <Debug> HTTP-Session: 4fd04771-0f99-45d6-9f16-ccae89aa0c52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8140 2024.11.09 02:50:30.014590 [ 290 ] {} <Debug> HTTP-Session: 4fd04771-0f99-45d6-9f16-ccae89aa0c52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8141 2024.11.09 02:50:30.014663 [ 290 ] {} <Trace> HTTP-Session: 4fd04771-0f99-45d6-9f16-ccae89aa0c52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8142 2024.11.09 02:50:30.014859 [ 290 ] {e3a07718-aae9-4f31-ad3f-36cced8e5ccb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51682) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
8143 2024.11.09 02:50:30.014913 [ 290 ] {e3a07718-aae9-4f31-ad3f-36cced8e5ccb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8144 2024.11.09 02:50:30.015104 [ 290 ] {e3a07718-aae9-4f31-ad3f-36cced8e5ccb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8145 2024.11.09 02:50:30.015527 [ 290 ] {e3a07718-aae9-4f31-ad3f-36cced8e5ccb} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8146 2024.11.09 02:50:30.015564 [ 290 ] {e3a07718-aae9-4f31-ad3f-36cced8e5ccb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
8147 2024.11.09 02:50:30.015976 [ 290 ] {e3a07718-aae9-4f31-ad3f-36cced8e5ccb} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
8148 2024.11.09 02:50:30.016349 [ 290 ] {e3a07718-aae9-4f31-ad3f-36cced8e5ccb} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8149 2024.11.09 02:50:30.016526 [ 290 ] {e3a07718-aae9-4f31-ad3f-36cced8e5ccb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001742 sec., 91848.45005740528 rows/sec., 6.40 MiB/sec.
8150 2024.11.09 02:50:30.016706 [ 290 ] {e3a07718-aae9-4f31-ad3f-36cced8e5ccb} <Debug> DynamicQueryHandler: Done processing query
8151 2024.11.09 02:50:30.016732 [ 290 ] {e3a07718-aae9-4f31-ad3f-36cced8e5ccb} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
8152 2024.11.09 02:50:30.016749 [ 290 ] {} <Debug> HTTP-Session: 4fd04771-0f99-45d6-9f16-ccae89aa0c52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8153 2024.11.09 02:50:30.016962 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51682, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8154 2024.11.09 02:50:30.017027 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63830, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8155 2024.11.09 02:50:30.017116 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8156 2024.11.09 02:50:30.017142 [ 291 ] {} <Debug> HTTP-Session: 44813931-0954-4697-ba23-1d8e7be456f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:63830
8157 2024.11.09 02:50:30.017164 [ 291 ] {} <Debug> HTTP-Session: 44813931-0954-4697-ba23-1d8e7be456f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8158 2024.11.09 02:50:30.017181 [ 291 ] {} <Debug> HTTP-Session: 44813931-0954-4697-ba23-1d8e7be456f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8159 2024.11.09 02:50:30.017228 [ 291 ] {} <Trace> HTTP-Session: 44813931-0954-4697-ba23-1d8e7be456f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8160 2024.11.09 02:50:30.017391 [ 291 ] {6c9d4c09-5ee7-4efd-8b22-fe1634573cbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63830) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8161 2024.11.09 02:50:30.017451 [ 291 ] {6c9d4c09-5ee7-4efd-8b22-fe1634573cbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8162 2024.11.09 02:50:30.017644 [ 291 ] {6c9d4c09-5ee7-4efd-8b22-fe1634573cbb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8163 2024.11.09 02:50:30.017939 [ 291 ] {6c9d4c09-5ee7-4efd-8b22-fe1634573cbb} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8164 2024.11.09 02:50:30.017976 [ 291 ] {6c9d4c09-5ee7-4efd-8b22-fe1634573cbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
8165 2024.11.09 02:50:30.018352 [ 291 ] {6c9d4c09-5ee7-4efd-8b22-fe1634573cbb} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
8166 2024.11.09 02:50:30.018686 [ 291 ] {6c9d4c09-5ee7-4efd-8b22-fe1634573cbb} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8167 2024.11.09 02:50:30.018843 [ 291 ] {6c9d4c09-5ee7-4efd-8b22-fe1634573cbb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001509 sec., 39761.431411530815 rows/sec., 2.68 MiB/sec.
8168 2024.11.09 02:50:30.019006 [ 291 ] {6c9d4c09-5ee7-4efd-8b22-fe1634573cbb} <Debug> DynamicQueryHandler: Done processing query
8169 2024.11.09 02:50:30.019031 [ 291 ] {6c9d4c09-5ee7-4efd-8b22-fe1634573cbb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
8170 2024.11.09 02:50:30.019047 [ 291 ] {} <Debug> HTTP-Session: 44813931-0954-4697-ba23-1d8e7be456f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8171 2024.11.09 02:50:30.019451 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63830, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8172 2024.11.09 02:50:30.518130 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63996, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8173 2024.11.09 02:50:30.542269 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56393, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8174 2024.11.09 02:50:30.604640 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56365, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8175 2024.11.09 02:50:30.640972 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36499, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8176 2024.11.09 02:50:30.653410 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57141, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8177 2024.11.09 02:50:30.691955 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55275, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8178 2024.11.09 02:50:30.783655 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47761, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8179 2024.11.09 02:50:31.418734 [ 38 ] {} <Debug> DNSResolver: Updating DNS cache
8180 2024.11.09 02:50:31.418819 [ 38 ] {} <Debug> DNSResolver: Updated DNS cache
8181 2024.11.09 02:50:31.603890 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 764
8182 2024.11.09 02:50:31.606640 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8183 2024.11.09 02:50:31.606692 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
8184 2024.11.09 02:50:31.608211 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
8185 2024.11.09 02:50:31.609204 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8186 2024.11.09 02:50:31.609767 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 764
8187 2024.11.09 02:50:31.683871 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51829, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8188 2024.11.09 02:50:31.696412 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43203, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8189 2024.11.09 02:50:32.001494 [ 245 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000980591 sec.
8190 2024.11.09 02:50:32.117246 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55066, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8191 2024.11.09 02:50:32.180422 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33008, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8192 2024.11.09 02:50:32.235020 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58367, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8193 2024.11.09 02:50:32.237436 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44766, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8194 2024.11.09 02:50:32.319433 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39546, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8195 2024.11.09 02:50:32.370003 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58650, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8196 2024.11.09 02:50:32.386387 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35605, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8197 2024.11.09 02:50:32.401700 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35513, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8198 2024.11.09 02:50:32.413029 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54206, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8199 2024.11.09 02:50:32.456385 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63404, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8200 2024.11.09 02:50:32.532867 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40449, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8201 2024.11.09 02:50:32.553305 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47256, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8202 2024.11.09 02:50:32.558686 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40683, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8203 2024.11.09 02:50:32.597088 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53290, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8204 2024.11.09 02:50:35.014545 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51125, User-Agent: (none), Length: 41147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8205 2024.11.09 02:50:35.014687 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8206 2024.11.09 02:50:35.014715 [ 289 ] {} <Debug> HTTP-Session: 6e2e08ce-6a2d-4f7e-887c-ae8a75c4c685 Authenticating user 'default' from [fd00:1122:3344:101::d]:51125
8207 2024.11.09 02:50:35.014741 [ 289 ] {} <Debug> HTTP-Session: 6e2e08ce-6a2d-4f7e-887c-ae8a75c4c685 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8208 2024.11.09 02:50:35.014757 [ 289 ] {} <Debug> HTTP-Session: 6e2e08ce-6a2d-4f7e-887c-ae8a75c4c685 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8209 2024.11.09 02:50:35.014811 [ 289 ] {} <Trace> HTTP-Session: 6e2e08ce-6a2d-4f7e-887c-ae8a75c4c685 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8210 2024.11.09 02:50:35.015134 [ 289 ] {d4b1302d-0727-43f5-b356-12a4a4048ec3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51125) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8211 2024.11.09 02:50:35.015212 [ 289 ] {d4b1302d-0727-43f5-b356-12a4a4048ec3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8212 2024.11.09 02:50:35.015578 [ 289 ] {d4b1302d-0727-43f5-b356-12a4a4048ec3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8213 2024.11.09 02:50:35.016266 [ 289 ] {d4b1302d-0727-43f5-b356-12a4a4048ec3} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8214 2024.11.09 02:50:35.016323 [ 289 ] {d4b1302d-0727-43f5-b356-12a4a4048ec3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
8215 2024.11.09 02:50:35.016838 [ 289 ] {d4b1302d-0727-43f5-b356-12a4a4048ec3} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
8216 2024.11.09 02:50:35.017250 [ 289 ] {d4b1302d-0727-43f5-b356-12a4a4048ec3} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8217 2024.11.09 02:50:35.017446 [ 289 ] {d4b1302d-0727-43f5-b356-12a4a4048ec3} <Debug> executeQuery: Read 271 rows, 24.70 KiB in 0.002427 sec., 111660.48619695097 rows/sec., 9.94 MiB/sec.
8218 2024.11.09 02:50:35.017448 [ 36 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
8219 2024.11.09 02:50:35.017557 [ 36 ] {} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8220 2024.11.09 02:50:35.017612 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
8221 2024.11.09 02:50:35.017798 [ 289 ] {d4b1302d-0727-43f5-b356-12a4a4048ec3} <Debug> DynamicQueryHandler: Done processing query
8222 2024.11.09 02:50:35.017814 [ 186 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::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
8223 2024.11.09 02:50:35.017840 [ 289 ] {d4b1302d-0727-43f5-b356-12a4a4048ec3} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
8224 2024.11.09 02:50:35.017894 [ 289 ] {} <Debug> HTTP-Session: 6e2e08ce-6a2d-4f7e-887c-ae8a75c4c685 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8225 2024.11.09 02:50:35.018055 [ 186 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8226 2024.11.09 02:50:35.018129 [ 186 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1420 rows starting from the beginning of the part
8227 2024.11.09 02:50:35.018144 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51125, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8228 2024.11.09 02:50:35.018293 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45839, User-Agent: (none), Length: 5927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8229 2024.11.09 02:50:35.018462 [ 186 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 56 rows starting from the beginning of the part
8230 2024.11.09 02:50:35.018497 [ 289 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below):
8231 
8232 (version 23.8.7.1)
8233 2024.11.09 02:50:35.018546 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8234 2024.11.09 02:50:35.018666 [ 283 ] {} <Debug> HTTP-Session: 5353512b-3e91-4939-87d5-3cf606ee98cd Authenticating user 'default' from [fd00:1122:3344:101::d]:45839
8235 2024.11.09 02:50:35.018769 [ 283 ] {} <Debug> HTTP-Session: 5353512b-3e91-4939-87d5-3cf606ee98cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8236 2024.11.09 02:50:35.018838 [ 283 ] {} <Debug> HTTP-Session: 5353512b-3e91-4939-87d5-3cf606ee98cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8237 2024.11.09 02:50:35.018845 [ 186 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 271 rows starting from the beginning of the part
8238 2024.11.09 02:50:35.018940 [ 283 ] {} <Trace> HTTP-Session: 5353512b-3e91-4939-87d5-3cf606ee98cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8239 2024.11.09 02:50:35.019051 [ 186 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 57 rows starting from the beginning of the part
8240 2024.11.09 02:50:35.019349 [ 186 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 56 rows starting from the beginning of the part
8241 2024.11.09 02:50:35.019621 [ 186 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 271 rows starting from the beginning of the part
8242 2024.11.09 02:50:35.019609 [ 283 ] {f626d4b3-a9bf-4106-9daa-4fda9359e1af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45839) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
8243 2024.11.09 02:50:35.019922 [ 283 ] {f626d4b3-a9bf-4106-9daa-4fda9359e1af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8244 2024.11.09 02:50:35.020886 [ 283 ] {f626d4b3-a9bf-4106-9daa-4fda9359e1af} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8245 2024.11.09 02:50:35.021854 [ 283 ] {f626d4b3-a9bf-4106-9daa-4fda9359e1af} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8246 2024.11.09 02:50:35.021941 [ 283 ] {f626d4b3-a9bf-4106-9daa-4fda9359e1af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
8247 2024.11.09 02:50:35.022634 [ 283 ] {f626d4b3-a9bf-4106-9daa-4fda9359e1af} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8248 2024.11.09 02:50:35.023060 [ 186 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2131 rows, containing 5 columns (5 merged, 0 gathered) in 0.00533049 sec., 399775.6303829479 rows/sec., 35.35 MiB/sec.
8249 2024.11.09 02:50:35.023424 [ 186 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
8250 2024.11.09 02:50:35.023467 [ 283 ] {f626d4b3-a9bf-4106-9daa-4fda9359e1af} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8251 2024.11.09 02:50:35.023912 [ 283 ] {f626d4b3-a9bf-4106-9daa-4fda9359e1af} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.00457 sec., 8971.553610503282 rows/sec., 674.62 KiB/sec.
8252 2024.11.09 02:50:35.024803 [ 283 ] {f626d4b3-a9bf-4106-9daa-4fda9359e1af} <Debug> DynamicQueryHandler: Done processing query
8253 2024.11.09 02:50:35.024847 [ 283 ] {f626d4b3-a9bf-4106-9daa-4fda9359e1af} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
8254 2024.11.09 02:50:35.024890 [ 283 ] {} <Debug> HTTP-Session: 5353512b-3e91-4939-87d5-3cf606ee98cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8255 2024.11.09 02:50:35.025052 [ 186 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_46_9} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8256 2024.11.09 02:50:35.025135 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45839, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8257 2024.11.09 02:50:35.025239 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45116, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8258 2024.11.09 02:50:35.025287 [ 186 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_46_9} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
8259 2024.11.09 02:50:35.025359 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8260 2024.11.09 02:50:35.025454 [ 289 ] {} <Debug> HTTP-Session: 5e86ed5d-485a-40a5-ac8e-49ecb2c0b4bf Authenticating user 'default' from [fd00:1122:3344:101::d]:45116
8261 2024.11.09 02:50:35.025484 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
8262 2024.11.09 02:50:35.025494 [ 289 ] {} <Debug> HTTP-Session: 5e86ed5d-485a-40a5-ac8e-49ecb2c0b4bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8263 2024.11.09 02:50:35.025532 [ 289 ] {} <Debug> HTTP-Session: 5e86ed5d-485a-40a5-ac8e-49ecb2c0b4bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8264 2024.11.09 02:50:35.025577 [ 289 ] {} <Trace> HTTP-Session: 5e86ed5d-485a-40a5-ac8e-49ecb2c0b4bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8265 2024.11.09 02:50:35.025711 [ 289 ] {fa29e3ba-1dc8-48db-9969-5f5225ed2704} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45116) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
8266 2024.11.09 02:50:35.025765 [ 289 ] {fa29e3ba-1dc8-48db-9969-5f5225ed2704} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8267 2024.11.09 02:50:35.026046 [ 289 ] {fa29e3ba-1dc8-48db-9969-5f5225ed2704} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8268 2024.11.09 02:50:35.026401 [ 289 ] {fa29e3ba-1dc8-48db-9969-5f5225ed2704} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8269 2024.11.09 02:50:35.026443 [ 289 ] {fa29e3ba-1dc8-48db-9969-5f5225ed2704} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
8270 2024.11.09 02:50:35.026837 [ 289 ] {fa29e3ba-1dc8-48db-9969-5f5225ed2704} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
8271 2024.11.09 02:50:35.027218 [ 289 ] {fa29e3ba-1dc8-48db-9969-5f5225ed2704} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8272 2024.11.09 02:50:35.027394 [ 289 ] {fa29e3ba-1dc8-48db-9969-5f5225ed2704} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001717 sec., 8153.756552125801 rows/sec., 571.04 KiB/sec.
8273 2024.11.09 02:50:35.027721 [ 289 ] {fa29e3ba-1dc8-48db-9969-5f5225ed2704} <Debug> DynamicQueryHandler: Done processing query
8274 2024.11.09 02:50:35.027747 [ 289 ] {fa29e3ba-1dc8-48db-9969-5f5225ed2704} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8275 2024.11.09 02:50:35.027765 [ 289 ] {} <Debug> HTTP-Session: 5e86ed5d-485a-40a5-ac8e-49ecb2c0b4bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8276 2024.11.09 02:50:35.027941 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45116, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8277 2024.11.09 02:50:35.028001 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56338, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8278 2024.11.09 02:50:35.028084 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8279 2024.11.09 02:50:35.028111 [ 283 ] {} <Debug> HTTP-Session: da9b74a1-4030-4ee7-899d-478e561e748e Authenticating user 'default' from [fd00:1122:3344:101::d]:56338
8280 2024.11.09 02:50:35.028134 [ 283 ] {} <Debug> HTTP-Session: da9b74a1-4030-4ee7-899d-478e561e748e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8281 2024.11.09 02:50:35.028151 [ 283 ] {} <Debug> HTTP-Session: da9b74a1-4030-4ee7-899d-478e561e748e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8282 2024.11.09 02:50:35.028201 [ 283 ] {} <Trace> HTTP-Session: da9b74a1-4030-4ee7-899d-478e561e748e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8283 2024.11.09 02:50:35.028338 [ 283 ] {49370591-c4e8-4858-81ff-d75a752e2c0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56338) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
8284 2024.11.09 02:50:35.028396 [ 283 ] {49370591-c4e8-4858-81ff-d75a752e2c0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8285 2024.11.09 02:50:35.028718 [ 283 ] {49370591-c4e8-4858-81ff-d75a752e2c0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8286 2024.11.09 02:50:35.029091 [ 283 ] {49370591-c4e8-4858-81ff-d75a752e2c0d} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8287 2024.11.09 02:50:35.029129 [ 283 ] {49370591-c4e8-4858-81ff-d75a752e2c0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
8288 2024.11.09 02:50:35.029492 [ 283 ] {49370591-c4e8-4858-81ff-d75a752e2c0d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
8289 2024.11.09 02:50:35.029865 [ 283 ] {49370591-c4e8-4858-81ff-d75a752e2c0d} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8290 2024.11.09 02:50:35.030035 [ 283 ] {49370591-c4e8-4858-81ff-d75a752e2c0d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001737 sec., 3454.2314335060446 rows/sec., 204.08 KiB/sec.
8291 2024.11.09 02:50:35.030226 [ 283 ] {49370591-c4e8-4858-81ff-d75a752e2c0d} <Debug> DynamicQueryHandler: Done processing query
8292 2024.11.09 02:50:35.030250 [ 283 ] {49370591-c4e8-4858-81ff-d75a752e2c0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8293 2024.11.09 02:50:35.030266 [ 283 ] {} <Debug> HTTP-Session: da9b74a1-4030-4ee7-899d-478e561e748e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8294 2024.11.09 02:50:35.030463 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56338, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8295 2024.11.09 02:50:35.030588 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60819, User-Agent: (none), Length: 68708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8296 2024.11.09 02:50:35.030661 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8297 2024.11.09 02:50:35.030683 [ 289 ] {} <Debug> HTTP-Session: 118f9d2f-83c6-42ea-9dfb-68ccadc5147f Authenticating user 'default' from [fd00:1122:3344:101::d]:60819
8298 2024.11.09 02:50:35.030701 [ 289 ] {} <Debug> HTTP-Session: 118f9d2f-83c6-42ea-9dfb-68ccadc5147f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8299 2024.11.09 02:50:35.030715 [ 289 ] {} <Debug> HTTP-Session: 118f9d2f-83c6-42ea-9dfb-68ccadc5147f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8300 2024.11.09 02:50:35.030756 [ 289 ] {} <Trace> HTTP-Session: 118f9d2f-83c6-42ea-9dfb-68ccadc5147f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8301 2024.11.09 02:50:35.031078 [ 289 ] {cb089ce2-cae0-4367-b78f-ea4b137e52ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60819) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8302 2024.11.09 02:50:35.031130 [ 289 ] {cb089ce2-cae0-4367-b78f-ea4b137e52ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8303 2024.11.09 02:50:35.031399 [ 289 ] {cb089ce2-cae0-4367-b78f-ea4b137e52ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8304 2024.11.09 02:50:35.032006 [ 289 ] {cb089ce2-cae0-4367-b78f-ea4b137e52ed} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8305 2024.11.09 02:50:35.032044 [ 289 ] {cb089ce2-cae0-4367-b78f-ea4b137e52ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
8306 2024.11.09 02:50:35.032460 [ 289 ] {cb089ce2-cae0-4367-b78f-ea4b137e52ed} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
8307 2024.11.09 02:50:35.032862 [ 289 ] {cb089ce2-cae0-4367-b78f-ea4b137e52ed} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8308 2024.11.09 02:50:35.033025 [ 36 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
8309 2024.11.09 02:50:35.033032 [ 289 ] {cb089ce2-cae0-4367-b78f-ea4b137e52ed} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002154 sec., 196378.83008356544 rows/sec., 14.04 MiB/sec.
8310 2024.11.09 02:50:35.033075 [ 36 ] {} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8311 2024.11.09 02:50:35.033137 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
8312 2024.11.09 02:50:35.033378 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::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
8313 2024.11.09 02:50:35.033434 [ 289 ] {cb089ce2-cae0-4367-b78f-ea4b137e52ed} <Debug> DynamicQueryHandler: Done processing query
8314 2024.11.09 02:50:35.033476 [ 289 ] {cb089ce2-cae0-4367-b78f-ea4b137e52ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
8315 2024.11.09 02:50:35.033516 [ 289 ] {} <Debug> HTTP-Session: 118f9d2f-83c6-42ea-9dfb-68ccadc5147f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8316 2024.11.09 02:50:35.033625 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8317 2024.11.09 02:50:35.033670 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 915 rows starting from the beginning of the part
8318 2024.11.09 02:50:35.033858 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60819, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8319 2024.11.09 02:50:35.033949 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 64 rows starting from the beginning of the part
8320 2024.11.09 02:50:35.034171 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38528, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8321 2024.11.09 02:50:35.034256 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 423 rows starting from the beginning of the part
8322 2024.11.09 02:50:35.034370 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8323 2024.11.09 02:50:35.034502 [ 283 ] {} <Debug> HTTP-Session: 2348d01a-6f06-434c-8a4d-51c3442604fe Authenticating user 'default' from [fd00:1122:3344:101::d]:38528
8324 2024.11.09 02:50:35.034548 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 66 rows starting from the beginning of the part
8325 2024.11.09 02:50:35.034594 [ 283 ] {} <Debug> HTTP-Session: 2348d01a-6f06-434c-8a4d-51c3442604fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8326 2024.11.09 02:50:35.034690 [ 283 ] {} <Debug> HTTP-Session: 2348d01a-6f06-434c-8a4d-51c3442604fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8327 2024.11.09 02:50:35.034830 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 64 rows starting from the beginning of the part
8328 2024.11.09 02:50:35.034888 [ 283 ] {} <Trace> HTTP-Session: 2348d01a-6f06-434c-8a4d-51c3442604fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8329 2024.11.09 02:50:35.035071 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 423 rows starting from the beginning of the part
8330 2024.11.09 02:50:35.035330 [ 283 ] {acf22300-7ca1-46fb-8523-2bdf6a72bbb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38528) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
8331 2024.11.09 02:50:35.035508 [ 283 ] {acf22300-7ca1-46fb-8523-2bdf6a72bbb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8332 2024.11.09 02:50:35.035967 [ 283 ] {acf22300-7ca1-46fb-8523-2bdf6a72bbb6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8333 2024.11.09 02:50:35.036665 [ 283 ] {acf22300-7ca1-46fb-8523-2bdf6a72bbb6} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8334 2024.11.09 02:50:35.036724 [ 283 ] {acf22300-7ca1-46fb-8523-2bdf6a72bbb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
8335 2024.11.09 02:50:35.037744 [ 283 ] {acf22300-7ca1-46fb-8523-2bdf6a72bbb6} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
8336 2024.11.09 02:50:35.038328 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 5 columns (5 merged, 0 gathered) in 0.005085905 sec., 384395.69752089353 rows/sec., 29.42 MiB/sec.
8337 2024.11.09 02:50:35.038340 [ 283 ] {acf22300-7ca1-46fb-8523-2bdf6a72bbb6} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8338 2024.11.09 02:50:35.038590 [ 283 ] {acf22300-7ca1-46fb-8523-2bdf6a72bbb6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003456 sec., 1736.111111111111 rows/sec., 90.71 KiB/sec.
8339 2024.11.09 02:50:35.038599 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
8340 2024.11.09 02:50:35.038929 [ 283 ] {acf22300-7ca1-46fb-8523-2bdf6a72bbb6} <Debug> DynamicQueryHandler: Done processing query
8341 2024.11.09 02:50:35.038994 [ 283 ] {acf22300-7ca1-46fb-8523-2bdf6a72bbb6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
8342 2024.11.09 02:50:35.039055 [ 283 ] {} <Debug> HTTP-Session: 2348d01a-6f06-434c-8a4d-51c3442604fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8343 2024.11.09 02:50:35.039370 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38528, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8344 2024.11.09 02:50:35.039428 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_46_9} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8345 2024.11.09 02:50:35.039494 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38259, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8346 2024.11.09 02:50:35.039607 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_46_9} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
8347 2024.11.09 02:50:35.039627 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8348 2024.11.09 02:50:35.039661 [ 289 ] {} <Debug> HTTP-Session: 2a704c87-6db8-4757-93d8-4b9d41128a74 Authenticating user 'default' from [fd00:1122:3344:101::d]:38259
8349 2024.11.09 02:50:35.039727 [ 289 ] {} <Debug> HTTP-Session: 2a704c87-6db8-4757-93d8-4b9d41128a74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8350 2024.11.09 02:50:35.039759 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
8351 2024.11.09 02:50:35.039769 [ 289 ] {} <Debug> HTTP-Session: 2a704c87-6db8-4757-93d8-4b9d41128a74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8352 2024.11.09 02:50:35.039836 [ 289 ] {} <Trace> HTTP-Session: 2a704c87-6db8-4757-93d8-4b9d41128a74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8353 2024.11.09 02:50:35.040106 [ 289 ] {91fb8508-5f9a-4ca5-91d3-fbe2fdbc4197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38259) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
8354 2024.11.09 02:50:35.040160 [ 289 ] {91fb8508-5f9a-4ca5-91d3-fbe2fdbc4197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8355 2024.11.09 02:50:35.040350 [ 289 ] {91fb8508-5f9a-4ca5-91d3-fbe2fdbc4197} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8356 2024.11.09 02:50:35.040796 [ 289 ] {91fb8508-5f9a-4ca5-91d3-fbe2fdbc4197} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8357 2024.11.09 02:50:35.040836 [ 289 ] {91fb8508-5f9a-4ca5-91d3-fbe2fdbc4197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
8358 2024.11.09 02:50:35.041270 [ 289 ] {91fb8508-5f9a-4ca5-91d3-fbe2fdbc4197} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
8359 2024.11.09 02:50:35.041640 [ 289 ] {91fb8508-5f9a-4ca5-91d3-fbe2fdbc4197} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8360 2024.11.09 02:50:35.041811 [ 36 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
8361 2024.11.09 02:50:35.041819 [ 289 ] {91fb8508-5f9a-4ca5-91d3-fbe2fdbc4197} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001866 sec., 127009.6463022508 rows/sec., 8.51 MiB/sec.
8362 2024.11.09 02:50:35.041859 [ 36 ] {} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8363 2024.11.09 02:50:35.041916 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
8364 2024.11.09 02:50:35.042229 [ 289 ] {91fb8508-5f9a-4ca5-91d3-fbe2fdbc4197} <Debug> DynamicQueryHandler: Done processing query
8365 2024.11.09 02:50:35.042233 [ 192 ] {173f980a-35dc-47ba-ab5b-853644c4390e::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
8366 2024.11.09 02:50:35.042307 [ 289 ] {91fb8508-5f9a-4ca5-91d3-fbe2fdbc4197} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
8367 2024.11.09 02:50:35.042398 [ 289 ] {} <Debug> HTTP-Session: 2a704c87-6db8-4757-93d8-4b9d41128a74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8368 2024.11.09 02:50:35.042817 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38259, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8369 2024.11.09 02:50:35.042895 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54927, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8370 2024.11.09 02:50:35.043179 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8371 2024.11.09 02:50:35.043193 [ 192 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8372 2024.11.09 02:50:35.043204 [ 289 ] {} <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):
8373 
8374 (version 23.8.7.1)
8375 2024.11.09 02:50:35.043287 [ 283 ] {} <Debug> HTTP-Session: e57203cb-35a4-4d10-b305-a5b61cc7a9a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54927
8376 2024.11.09 02:50:35.043358 [ 192 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 10055 rows starting from the beginning of the part
8377 2024.11.09 02:50:35.043369 [ 283 ] {} <Debug> HTTP-Session: e57203cb-35a4-4d10-b305-a5b61cc7a9a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8378 2024.11.09 02:50:35.043417 [ 283 ] {} <Debug> HTTP-Session: e57203cb-35a4-4d10-b305-a5b61cc7a9a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8379 2024.11.09 02:50:35.043552 [ 283 ] {} <Trace> HTTP-Session: e57203cb-35a4-4d10-b305-a5b61cc7a9a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8380 2024.11.09 02:50:35.043663 [ 192 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part
8381 2024.11.09 02:50:35.043890 [ 283 ] {29747c63-1efd-45bd-bf9c-60212bb4c698} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54927) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
8382 2024.11.09 02:50:35.043976 [ 192 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 237 rows starting from the beginning of the part
8383 2024.11.09 02:50:35.044017 [ 283 ] {29747c63-1efd-45bd-bf9c-60212bb4c698} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8384 2024.11.09 02:50:35.044339 [ 192 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 129 rows starting from the beginning of the part
8385 2024.11.09 02:50:35.044702 [ 192 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part
8386 2024.11.09 02:50:35.044996 [ 283 ] {29747c63-1efd-45bd-bf9c-60212bb4c698} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8387 2024.11.09 02:50:35.045041 [ 192 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 237 rows starting from the beginning of the part
8388 2024.11.09 02:50:35.045773 [ 283 ] {29747c63-1efd-45bd-bf9c-60212bb4c698} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8389 2024.11.09 02:50:35.045829 [ 283 ] {29747c63-1efd-45bd-bf9c-60212bb4c698} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
8390 2024.11.09 02:50:35.046425 [ 283 ] {29747c63-1efd-45bd-bf9c-60212bb4c698} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
8391 2024.11.09 02:50:35.047117 [ 283 ] {29747c63-1efd-45bd-bf9c-60212bb4c698} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8392 2024.11.09 02:50:35.047501 [ 283 ] {29747c63-1efd-45bd-bf9c-60212bb4c698} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003744 sec., 267.0940170940171 rows/sec., 18.00 KiB/sec.
8393 2024.11.09 02:50:35.047888 [ 283 ] {29747c63-1efd-45bd-bf9c-60212bb4c698} <Debug> DynamicQueryHandler: Done processing query
8394 2024.11.09 02:50:35.047916 [ 283 ] {29747c63-1efd-45bd-bf9c-60212bb4c698} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
8395 2024.11.09 02:50:35.047941 [ 283 ] {} <Debug> HTTP-Session: e57203cb-35a4-4d10-b305-a5b61cc7a9a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8396 2024.11.09 02:50:35.048151 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54927, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8397 2024.11.09 02:50:35.048232 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57683, User-Agent: (none), Length: 68716, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8398 2024.11.09 02:50:35.048330 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8399 2024.11.09 02:50:35.048351 [ 289 ] {} <Debug> HTTP-Session: faf6e628-2e91-4ae4-a6d0-24ca0300ee7d Authenticating user 'default' from [fd00:1122:3344:101::d]:57683
8400 2024.11.09 02:50:35.048370 [ 289 ] {} <Debug> HTTP-Session: faf6e628-2e91-4ae4-a6d0-24ca0300ee7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8401 2024.11.09 02:50:35.048384 [ 289 ] {} <Debug> HTTP-Session: faf6e628-2e91-4ae4-a6d0-24ca0300ee7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8402 2024.11.09 02:50:35.048422 [ 289 ] {} <Trace> HTTP-Session: faf6e628-2e91-4ae4-a6d0-24ca0300ee7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8403 2024.11.09 02:50:35.049441 [ 289 ] {fc863883-8dd9-403a-b6b1-90354c8ccd09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57683) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
8404 2024.11.09 02:50:35.049517 [ 289 ] {fc863883-8dd9-403a-b6b1-90354c8ccd09} <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
8405 2024.11.09 02:50:35.050116 [ 192 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10978 rows, containing 5 columns (5 merged, 0 gathered) in 0.008083457 sec., 1358082.3155241625 rows/sec., 92.35 MiB/sec.
8406 2024.11.09 02:50:35.050288 [ 289 ] {fc863883-8dd9-403a-b6b1-90354c8ccd09} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8407 2024.11.09 02:50:35.050387 [ 192 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
8408 2024.11.09 02:50:35.050950 [ 192 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8409 2024.11.09 02:50:35.051147 [ 192 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
8410 2024.11.09 02:50:35.051258 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.07 MiB.
8411 2024.11.09 02:50:35.051390 [ 289 ] {fc863883-8dd9-403a-b6b1-90354c8ccd09} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8412 2024.11.09 02:50:35.051428 [ 289 ] {fc863883-8dd9-403a-b6b1-90354c8ccd09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
8413 2024.11.09 02:50:35.052123 [ 289 ] {fc863883-8dd9-403a-b6b1-90354c8ccd09} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
8414 2024.11.09 02:50:35.052575 [ 289 ] {fc863883-8dd9-403a-b6b1-90354c8ccd09} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8415 2024.11.09 02:50:35.052775 [ 289 ] {fc863883-8dd9-403a-b6b1-90354c8ccd09} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.004212 sec., 9734.093067426402 rows/sec., 17.44 MiB/sec.
8416 2024.11.09 02:50:35.053338 [ 289 ] {fc863883-8dd9-403a-b6b1-90354c8ccd09} <Debug> DynamicQueryHandler: Done processing query
8417 2024.11.09 02:50:35.053363 [ 289 ] {fc863883-8dd9-403a-b6b1-90354c8ccd09} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB.
8418 2024.11.09 02:50:35.053380 [ 289 ] {} <Debug> HTTP-Session: faf6e628-2e91-4ae4-a6d0-24ca0300ee7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8419 2024.11.09 02:50:35.053548 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57683, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8420 2024.11.09 02:50:35.053636 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40139, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8421 2024.11.09 02:50:35.053714 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8422 2024.11.09 02:50:35.053739 [ 283 ] {} <Debug> HTTP-Session: b9ad6617-6939-4866-8c7f-4264c94f4c09 Authenticating user 'default' from [fd00:1122:3344:101::d]:40139
8423 2024.11.09 02:50:35.053762 [ 283 ] {} <Debug> HTTP-Session: b9ad6617-6939-4866-8c7f-4264c94f4c09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8424 2024.11.09 02:50:35.053778 [ 283 ] {} <Debug> HTTP-Session: b9ad6617-6939-4866-8c7f-4264c94f4c09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8425 2024.11.09 02:50:35.053824 [ 283 ] {} <Trace> HTTP-Session: b9ad6617-6939-4866-8c7f-4264c94f4c09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8426 2024.11.09 02:50:35.053997 [ 283 ] {a4f629fd-9efb-4fc9-8e80-992b1a39deb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40139) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8427 2024.11.09 02:50:35.054054 [ 283 ] {a4f629fd-9efb-4fc9-8e80-992b1a39deb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8428 2024.11.09 02:50:35.054243 [ 283 ] {a4f629fd-9efb-4fc9-8e80-992b1a39deb5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8429 2024.11.09 02:50:35.054631 [ 283 ] {a4f629fd-9efb-4fc9-8e80-992b1a39deb5} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8430 2024.11.09 02:50:35.054673 [ 283 ] {a4f629fd-9efb-4fc9-8e80-992b1a39deb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
8431 2024.11.09 02:50:35.055074 [ 283 ] {a4f629fd-9efb-4fc9-8e80-992b1a39deb5} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
8432 2024.11.09 02:50:35.055404 [ 283 ] {a4f629fd-9efb-4fc9-8e80-992b1a39deb5} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8433 2024.11.09 02:50:35.055553 [ 283 ] {a4f629fd-9efb-4fc9-8e80-992b1a39deb5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001625 sec., 50461.53846153846 rows/sec., 3.20 MiB/sec.
8434 2024.11.09 02:50:35.055580 [ 35 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
8435 2024.11.09 02:50:35.055667 [ 35 ] {} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8436 2024.11.09 02:50:35.055713 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
8437 2024.11.09 02:50:35.055809 [ 283 ] {a4f629fd-9efb-4fc9-8e80-992b1a39deb5} <Debug> DynamicQueryHandler: Done processing query
8438 2024.11.09 02:50:35.055869 [ 283 ] {a4f629fd-9efb-4fc9-8e80-992b1a39deb5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8439 2024.11.09 02:50:35.055909 [ 283 ] {} <Debug> HTTP-Session: b9ad6617-6939-4866-8c7f-4264c94f4c09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8440 2024.11.09 02:50:35.055924 [ 199 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::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
8441 2024.11.09 02:50:35.056081 [ 199 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8442 2024.11.09 02:50:35.056115 [ 199 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2530 rows starting from the beginning of the part
8443 2024.11.09 02:50:35.056189 [ 199 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part
8444 2024.11.09 02:50:35.056401 [ 199 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 82 rows starting from the beginning of the part
8445 2024.11.09 02:50:35.056657 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40139, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8446 2024.11.09 02:50:35.056664 [ 199 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 48 rows starting from the beginning of the part
8447 2024.11.09 02:50:35.056851 [ 199 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part
8448 2024.11.09 02:50:35.056893 [ 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):
8449 
8450 (version 23.8.7.1)
8451 2024.11.09 02:50:35.057084 [ 199 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 82 rows starting from the beginning of the part
8452 2024.11.09 02:50:35.058437 [ 191 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2862 rows, containing 4 columns (4 merged, 0 gathered) in 0.002644735 sec., 1082150.0074676669 rows/sec., 71.10 MiB/sec.
8453 2024.11.09 02:50:35.058703 [ 191 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
8454 2024.11.09 02:50:35.059076 [ 191 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_46_9} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8455 2024.11.09 02:50:35.059152 [ 191 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_46_9} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
8456 2024.11.09 02:50:35.059219 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB.
8457 2024.11.09 02:50:40.006256 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60785, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8458 2024.11.09 02:50:40.006395 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8459 2024.11.09 02:50:40.006421 [ 289 ] {} <Debug> HTTP-Session: 8e0ff397-2c92-4a89-abc7-86bcd7b70759 Authenticating user 'default' from [fd00:1122:3344:101::d]:60785
8460 2024.11.09 02:50:40.006446 [ 289 ] {} <Debug> HTTP-Session: 8e0ff397-2c92-4a89-abc7-86bcd7b70759 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8461 2024.11.09 02:50:40.006461 [ 289 ] {} <Debug> HTTP-Session: 8e0ff397-2c92-4a89-abc7-86bcd7b70759 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8462 2024.11.09 02:50:40.006513 [ 289 ] {} <Trace> HTTP-Session: 8e0ff397-2c92-4a89-abc7-86bcd7b70759 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8463 2024.11.09 02:50:40.006702 [ 289 ] {d9807262-c282-4433-b263-cc6420b3adb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60785) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
8464 2024.11.09 02:50:40.006778 [ 289 ] {d9807262-c282-4433-b263-cc6420b3adb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8465 2024.11.09 02:50:40.007123 [ 289 ] {d9807262-c282-4433-b263-cc6420b3adb1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8466 2024.11.09 02:50:40.007574 [ 289 ] {d9807262-c282-4433-b263-cc6420b3adb1} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8467 2024.11.09 02:50:40.007622 [ 289 ] {d9807262-c282-4433-b263-cc6420b3adb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
8468 2024.11.09 02:50:40.008047 [ 289 ] {d9807262-c282-4433-b263-cc6420b3adb1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
8469 2024.11.09 02:50:40.008458 [ 289 ] {d9807262-c282-4433-b263-cc6420b3adb1} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8470 2024.11.09 02:50:40.008634 [ 289 ] {d9807262-c282-4433-b263-cc6420b3adb1} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00198 sec., 2020.2020202020203 rows/sec., 164.73 KiB/sec.
8471 2024.11.09 02:50:40.008904 [ 289 ] {d9807262-c282-4433-b263-cc6420b3adb1} <Debug> DynamicQueryHandler: Done processing query
8472 2024.11.09 02:50:40.008931 [ 289 ] {d9807262-c282-4433-b263-cc6420b3adb1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
8473 2024.11.09 02:50:40.008948 [ 289 ] {} <Debug> HTTP-Session: 8e0ff397-2c92-4a89-abc7-86bcd7b70759 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8474 2024.11.09 02:50:40.009170 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60785, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8475 2024.11.09 02:50:40.009268 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45595, User-Agent: (none), Length: 8114, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8476 2024.11.09 02:50:40.009396 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8477 2024.11.09 02:50:40.009424 [ 283 ] {} <Debug> HTTP-Session: f565fd88-d19d-44e4-ab90-747d74aad468 Authenticating user 'default' from [fd00:1122:3344:101::d]:45595
8478 2024.11.09 02:50:40.009449 [ 283 ] {} <Debug> HTTP-Session: f565fd88-d19d-44e4-ab90-747d74aad468 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8479 2024.11.09 02:50:40.009465 [ 283 ] {} <Debug> HTTP-Session: f565fd88-d19d-44e4-ab90-747d74aad468 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8480 2024.11.09 02:50:40.009520 [ 283 ] {} <Trace> HTTP-Session: f565fd88-d19d-44e4-ab90-747d74aad468 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8481 2024.11.09 02:50:40.009727 [ 283 ] {3156d616-95e7-43a9-868f-284f7792e99e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45595) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8482 2024.11.09 02:50:40.009799 [ 283 ] {3156d616-95e7-43a9-868f-284f7792e99e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8483 2024.11.09 02:50:40.010156 [ 283 ] {3156d616-95e7-43a9-868f-284f7792e99e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8484 2024.11.09 02:50:40.010603 [ 283 ] {3156d616-95e7-43a9-868f-284f7792e99e} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8485 2024.11.09 02:50:40.010655 [ 283 ] {3156d616-95e7-43a9-868f-284f7792e99e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
8486 2024.11.09 02:50:40.011113 [ 283 ] {3156d616-95e7-43a9-868f-284f7792e99e} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
8487 2024.11.09 02:50:40.011534 [ 283 ] {3156d616-95e7-43a9-868f-284f7792e99e} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8488 2024.11.09 02:50:40.011714 [ 283 ] {3156d616-95e7-43a9-868f-284f7792e99e} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.002056 sec., 28210.116731517508 rows/sec., 2.16 MiB/sec.
8489 2024.11.09 02:50:40.011928 [ 283 ] {3156d616-95e7-43a9-868f-284f7792e99e} <Debug> DynamicQueryHandler: Done processing query
8490 2024.11.09 02:50:40.011957 [ 283 ] {3156d616-95e7-43a9-868f-284f7792e99e} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
8491 2024.11.09 02:50:40.011974 [ 283 ] {} <Debug> HTTP-Session: f565fd88-d19d-44e4-ab90-747d74aad468 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8492 2024.11.09 02:50:40.012146 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45595, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8493 2024.11.09 02:50:40.012244 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62468, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8494 2024.11.09 02:50:40.012332 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8495 2024.11.09 02:50:40.012358 [ 289 ] {} <Debug> HTTP-Session: 59609424-f0f6-45ba-b39a-730bfb2a514d Authenticating user 'default' from [fd00:1122:3344:101::d]:62468
8496 2024.11.09 02:50:40.012382 [ 289 ] {} <Debug> HTTP-Session: 59609424-f0f6-45ba-b39a-730bfb2a514d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8497 2024.11.09 02:50:40.012400 [ 289 ] {} <Debug> HTTP-Session: 59609424-f0f6-45ba-b39a-730bfb2a514d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8498 2024.11.09 02:50:40.012448 [ 289 ] {} <Trace> HTTP-Session: 59609424-f0f6-45ba-b39a-730bfb2a514d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8499 2024.11.09 02:50:40.012592 [ 289 ] {85c5f317-8abf-48a3-8558-3bc5f9fedf74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62468) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
8500 2024.11.09 02:50:40.012653 [ 289 ] {85c5f317-8abf-48a3-8558-3bc5f9fedf74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8501 2024.11.09 02:50:40.012980 [ 289 ] {85c5f317-8abf-48a3-8558-3bc5f9fedf74} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8502 2024.11.09 02:50:40.013352 [ 289 ] {85c5f317-8abf-48a3-8558-3bc5f9fedf74} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8503 2024.11.09 02:50:40.013392 [ 289 ] {85c5f317-8abf-48a3-8558-3bc5f9fedf74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
8504 2024.11.09 02:50:40.013758 [ 289 ] {85c5f317-8abf-48a3-8558-3bc5f9fedf74} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8505 2024.11.09 02:50:40.014149 [ 289 ] {85c5f317-8abf-48a3-8558-3bc5f9fedf74} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8506 2024.11.09 02:50:40.014316 [ 289 ] {85c5f317-8abf-48a3-8558-3bc5f9fedf74} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001759 sec., 2274.019329164298 rows/sec., 158.78 KiB/sec.
8507 2024.11.09 02:50:40.014657 [ 289 ] {85c5f317-8abf-48a3-8558-3bc5f9fedf74} <Debug> DynamicQueryHandler: Done processing query
8508 2024.11.09 02:50:40.014721 [ 289 ] {85c5f317-8abf-48a3-8558-3bc5f9fedf74} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
8509 2024.11.09 02:50:40.014780 [ 289 ] {} <Debug> HTTP-Session: 59609424-f0f6-45ba-b39a-730bfb2a514d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8510 2024.11.09 02:50:40.015001 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62468, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8511 2024.11.09 02:50:40.015135 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44381, User-Agent: (none), Length: 11580, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8512 2024.11.09 02:50:40.015208 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8513 2024.11.09 02:50:40.015230 [ 283 ] {} <Debug> HTTP-Session: dad21fe3-a3f3-47a6-9666-47b44a40296a Authenticating user 'default' from [fd00:1122:3344:101::d]:44381
8514 2024.11.09 02:50:40.015250 [ 283 ] {} <Debug> HTTP-Session: dad21fe3-a3f3-47a6-9666-47b44a40296a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8515 2024.11.09 02:50:40.015265 [ 283 ] {} <Debug> HTTP-Session: dad21fe3-a3f3-47a6-9666-47b44a40296a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8516 2024.11.09 02:50:40.015311 [ 283 ] {} <Trace> HTTP-Session: dad21fe3-a3f3-47a6-9666-47b44a40296a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8517 2024.11.09 02:50:40.015466 [ 283 ] {ee0d0898-749e-4abb-b038-58086b9fbf82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44381) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8518 2024.11.09 02:50:40.015520 [ 283 ] {ee0d0898-749e-4abb-b038-58086b9fbf82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8519 2024.11.09 02:50:40.015804 [ 283 ] {ee0d0898-749e-4abb-b038-58086b9fbf82} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8520 2024.11.09 02:50:40.016195 [ 283 ] {ee0d0898-749e-4abb-b038-58086b9fbf82} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8521 2024.11.09 02:50:40.016234 [ 283 ] {ee0d0898-749e-4abb-b038-58086b9fbf82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
8522 2024.11.09 02:50:40.016630 [ 283 ] {ee0d0898-749e-4abb-b038-58086b9fbf82} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
8523 2024.11.09 02:50:40.017013 [ 283 ] {ee0d0898-749e-4abb-b038-58086b9fbf82} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8524 2024.11.09 02:50:40.017176 [ 283 ] {ee0d0898-749e-4abb-b038-58086b9fbf82} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001763 sec., 38570.61826432218 rows/sec., 3.01 MiB/sec.
8525 2024.11.09 02:50:40.017411 [ 283 ] {ee0d0898-749e-4abb-b038-58086b9fbf82} <Debug> DynamicQueryHandler: Done processing query
8526 2024.11.09 02:50:40.017440 [ 283 ] {ee0d0898-749e-4abb-b038-58086b9fbf82} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
8527 2024.11.09 02:50:40.017459 [ 283 ] {} <Debug> HTTP-Session: dad21fe3-a3f3-47a6-9666-47b44a40296a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8528 2024.11.09 02:50:40.017661 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44381, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8529 2024.11.09 02:50:40.017749 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62468, User-Agent: (none), Length: 24920, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8530 2024.11.09 02:50:40.017828 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8531 2024.11.09 02:50:40.017860 [ 289 ] {} <Debug> HTTP-Session: 8c2574c9-0ef6-4b13-a855-df6ad36e2728 Authenticating user 'default' from [fd00:1122:3344:101::d]:62468
8532 2024.11.09 02:50:40.017881 [ 289 ] {} <Debug> HTTP-Session: 8c2574c9-0ef6-4b13-a855-df6ad36e2728 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8533 2024.11.09 02:50:40.017896 [ 289 ] {} <Debug> HTTP-Session: 8c2574c9-0ef6-4b13-a855-df6ad36e2728 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8534 2024.11.09 02:50:40.017938 [ 289 ] {} <Trace> HTTP-Session: 8c2574c9-0ef6-4b13-a855-df6ad36e2728 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8535 2024.11.09 02:50:40.018115 [ 289 ] {81bc9611-f7a7-4c61-81b2-4d36bc7b24b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62468) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
8536 2024.11.09 02:50:40.018172 [ 289 ] {81bc9611-f7a7-4c61-81b2-4d36bc7b24b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8537 2024.11.09 02:50:40.018364 [ 289 ] {81bc9611-f7a7-4c61-81b2-4d36bc7b24b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8538 2024.11.09 02:50:40.018766 [ 289 ] {81bc9611-f7a7-4c61-81b2-4d36bc7b24b7} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8539 2024.11.09 02:50:40.018808 [ 289 ] {81bc9611-f7a7-4c61-81b2-4d36bc7b24b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
8540 2024.11.09 02:50:40.019235 [ 289 ] {81bc9611-f7a7-4c61-81b2-4d36bc7b24b7} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
8541 2024.11.09 02:50:40.019592 [ 289 ] {81bc9611-f7a7-4c61-81b2-4d36bc7b24b7} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8542 2024.11.09 02:50:40.019751 [ 289 ] {81bc9611-f7a7-4c61-81b2-4d36bc7b24b7} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001715 sec., 75801.74927113703 rows/sec., 5.28 MiB/sec.
8543 2024.11.09 02:50:40.019938 [ 289 ] {81bc9611-f7a7-4c61-81b2-4d36bc7b24b7} <Debug> DynamicQueryHandler: Done processing query
8544 2024.11.09 02:50:40.019962 [ 289 ] {81bc9611-f7a7-4c61-81b2-4d36bc7b24b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
8545 2024.11.09 02:50:40.019978 [ 289 ] {} <Debug> HTTP-Session: 8c2574c9-0ef6-4b13-a855-df6ad36e2728 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8546 2024.11.09 02:50:40.020189 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62468, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8547 2024.11.09 02:50:40.020276 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38718, User-Agent: (none), Length: 7317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8548 2024.11.09 02:50:40.020345 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8549 2024.11.09 02:50:40.020367 [ 283 ] {} <Debug> HTTP-Session: 58144d5d-f528-4b2e-a004-68845e14f5e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:38718
8550 2024.11.09 02:50:40.020387 [ 283 ] {} <Debug> HTTP-Session: 58144d5d-f528-4b2e-a004-68845e14f5e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8551 2024.11.09 02:50:40.020402 [ 283 ] {} <Debug> HTTP-Session: 58144d5d-f528-4b2e-a004-68845e14f5e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8552 2024.11.09 02:50:40.020444 [ 283 ] {} <Trace> HTTP-Session: 58144d5d-f528-4b2e-a004-68845e14f5e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8553 2024.11.09 02:50:40.020589 [ 283 ] {3d14d101-5a4a-45b9-a7f3-bfd737cd7deb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8554 2024.11.09 02:50:40.020642 [ 283 ] {3d14d101-5a4a-45b9-a7f3-bfd737cd7deb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8555 2024.11.09 02:50:40.020812 [ 283 ] {3d14d101-5a4a-45b9-a7f3-bfd737cd7deb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8556 2024.11.09 02:50:40.021120 [ 283 ] {3d14d101-5a4a-45b9-a7f3-bfd737cd7deb} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8557 2024.11.09 02:50:40.021158 [ 283 ] {3d14d101-5a4a-45b9-a7f3-bfd737cd7deb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
8558 2024.11.09 02:50:40.021561 [ 283 ] {3d14d101-5a4a-45b9-a7f3-bfd737cd7deb} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
8559 2024.11.09 02:50:40.021904 [ 283 ] {3d14d101-5a4a-45b9-a7f3-bfd737cd7deb} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8560 2024.11.09 02:50:40.022063 [ 283 ] {3d14d101-5a4a-45b9-a7f3-bfd737cd7deb} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001524 sec., 31496.062992125986 rows/sec., 2.12 MiB/sec.
8561 2024.11.09 02:50:40.022248 [ 283 ] {3d14d101-5a4a-45b9-a7f3-bfd737cd7deb} <Debug> DynamicQueryHandler: Done processing query
8562 2024.11.09 02:50:40.022274 [ 283 ] {3d14d101-5a4a-45b9-a7f3-bfd737cd7deb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
8563 2024.11.09 02:50:40.022290 [ 283 ] {} <Debug> HTTP-Session: 58144d5d-f528-4b2e-a004-68845e14f5e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8564 2024.11.09 02:50:40.022532 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38718, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8565 2024.11.09 02:50:41.609956 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 796
8566 2024.11.09 02:50:41.613003 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8567 2024.11.09 02:50:41.613054 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
8568 2024.11.09 02:50:41.614550 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
8569 2024.11.09 02:50:41.615528 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8570 2024.11.09 02:50:41.617192 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 796
8571 2024.11.09 02:50:45.007983 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62468, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8572 2024.11.09 02:50:45.008113 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8573 2024.11.09 02:50:45.008142 [ 289 ] {} <Debug> HTTP-Session: 091db91f-5678-494e-a833-6a05df87dc54 Authenticating user 'default' from [fd00:1122:3344:101::d]:62468
8574 2024.11.09 02:50:45.008170 [ 289 ] {} <Debug> HTTP-Session: 091db91f-5678-494e-a833-6a05df87dc54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8575 2024.11.09 02:50:45.008195 [ 289 ] {} <Debug> HTTP-Session: 091db91f-5678-494e-a833-6a05df87dc54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8576 2024.11.09 02:50:45.008274 [ 289 ] {} <Trace> HTTP-Session: 091db91f-5678-494e-a833-6a05df87dc54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8577 2024.11.09 02:50:45.008565 [ 289 ] {467bd2ab-52fe-4a09-afb0-e8558f9352b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62468) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8578 2024.11.09 02:50:45.008666 [ 289 ] {467bd2ab-52fe-4a09-afb0-e8558f9352b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8579 2024.11.09 02:50:45.009198 [ 289 ] {467bd2ab-52fe-4a09-afb0-e8558f9352b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8580 2024.11.09 02:50:45.009701 [ 289 ] {467bd2ab-52fe-4a09-afb0-e8558f9352b8} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8581 2024.11.09 02:50:45.009744 [ 289 ] {467bd2ab-52fe-4a09-afb0-e8558f9352b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
8582 2024.11.09 02:50:45.010172 [ 289 ] {467bd2ab-52fe-4a09-afb0-e8558f9352b8} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
8583 2024.11.09 02:50:45.010569 [ 289 ] {467bd2ab-52fe-4a09-afb0-e8558f9352b8} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8584 2024.11.09 02:50:45.010728 [ 289 ] {467bd2ab-52fe-4a09-afb0-e8558f9352b8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002262 sec., 24756.85234305924 rows/sec., 1.90 MiB/sec.
8585 2024.11.09 02:50:45.010953 [ 289 ] {467bd2ab-52fe-4a09-afb0-e8558f9352b8} <Debug> DynamicQueryHandler: Done processing query
8586 2024.11.09 02:50:45.010979 [ 289 ] {467bd2ab-52fe-4a09-afb0-e8558f9352b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
8587 2024.11.09 02:50:45.010996 [ 289 ] {} <Debug> HTTP-Session: 091db91f-5678-494e-a833-6a05df87dc54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8588 2024.11.09 02:50:45.011223 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62468, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8589 2024.11.09 02:50:45.011332 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33225, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8590 2024.11.09 02:50:45.011472 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8591 2024.11.09 02:50:45.011503 [ 283 ] {} <Debug> HTTP-Session: 2fc5e0ea-40c7-4787-b5de-6c3ef5ca0337 Authenticating user 'default' from [fd00:1122:3344:101::d]:33225
8592 2024.11.09 02:50:45.011532 [ 283 ] {} <Debug> HTTP-Session: 2fc5e0ea-40c7-4787-b5de-6c3ef5ca0337 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8593 2024.11.09 02:50:45.011551 [ 283 ] {} <Debug> HTTP-Session: 2fc5e0ea-40c7-4787-b5de-6c3ef5ca0337 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8594 2024.11.09 02:50:45.011614 [ 283 ] {} <Trace> HTTP-Session: 2fc5e0ea-40c7-4787-b5de-6c3ef5ca0337 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8595 2024.11.09 02:50:45.011852 [ 283 ] {c98922e0-0ed0-455d-88c2-3b29256aa0b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33225) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8596 2024.11.09 02:50:45.011926 [ 283 ] {c98922e0-0ed0-455d-88c2-3b29256aa0b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8597 2024.11.09 02:50:45.012312 [ 283 ] {c98922e0-0ed0-455d-88c2-3b29256aa0b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8598 2024.11.09 02:50:45.012750 [ 283 ] {c98922e0-0ed0-455d-88c2-3b29256aa0b8} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8599 2024.11.09 02:50:45.012793 [ 283 ] {c98922e0-0ed0-455d-88c2-3b29256aa0b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
8600 2024.11.09 02:50:45.013292 [ 283 ] {c98922e0-0ed0-455d-88c2-3b29256aa0b8} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
8601 2024.11.09 02:50:45.013700 [ 283 ] {c98922e0-0ed0-455d-88c2-3b29256aa0b8} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8602 2024.11.09 02:50:45.013872 [ 283 ] {c98922e0-0ed0-455d-88c2-3b29256aa0b8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002106 sec., 30389.36372269706 rows/sec., 2.37 MiB/sec.
8603 2024.11.09 02:50:45.014105 [ 283 ] {c98922e0-0ed0-455d-88c2-3b29256aa0b8} <Debug> DynamicQueryHandler: Done processing query
8604 2024.11.09 02:50:45.014131 [ 283 ] {c98922e0-0ed0-455d-88c2-3b29256aa0b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
8605 2024.11.09 02:50:45.014147 [ 283 ] {} <Debug> HTTP-Session: 2fc5e0ea-40c7-4787-b5de-6c3ef5ca0337 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8606 2024.11.09 02:50:45.014409 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33225, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8607 2024.11.09 02:50:45.014499 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59050, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8608 2024.11.09 02:50:45.014573 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8609 2024.11.09 02:50:45.014598 [ 285 ] {} <Debug> HTTP-Session: a9df92ce-f298-43bd-a908-61f767540305 Authenticating user 'default' from [fd00:1122:3344:101::d]:59050
8610 2024.11.09 02:50:45.014619 [ 285 ] {} <Debug> HTTP-Session: a9df92ce-f298-43bd-a908-61f767540305 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8611 2024.11.09 02:50:45.014633 [ 285 ] {} <Debug> HTTP-Session: a9df92ce-f298-43bd-a908-61f767540305 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8612 2024.11.09 02:50:45.014675 [ 285 ] {} <Trace> HTTP-Session: a9df92ce-f298-43bd-a908-61f767540305 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8613 2024.11.09 02:50:45.014872 [ 285 ] {1ee07133-6c70-4a0e-9973-ebc56e846b63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
8614 2024.11.09 02:50:45.014928 [ 285 ] {1ee07133-6c70-4a0e-9973-ebc56e846b63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8615 2024.11.09 02:50:45.015110 [ 285 ] {1ee07133-6c70-4a0e-9973-ebc56e846b63} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8616 2024.11.09 02:50:45.015518 [ 285 ] {1ee07133-6c70-4a0e-9973-ebc56e846b63} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8617 2024.11.09 02:50:45.015556 [ 285 ] {1ee07133-6c70-4a0e-9973-ebc56e846b63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
8618 2024.11.09 02:50:45.015972 [ 285 ] {1ee07133-6c70-4a0e-9973-ebc56e846b63} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
8619 2024.11.09 02:50:45.016333 [ 285 ] {1ee07133-6c70-4a0e-9973-ebc56e846b63} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8620 2024.11.09 02:50:45.016500 [ 285 ] {1ee07133-6c70-4a0e-9973-ebc56e846b63} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00171 sec., 93567.25146198831 rows/sec., 6.52 MiB/sec.
8621 2024.11.09 02:50:45.016681 [ 285 ] {1ee07133-6c70-4a0e-9973-ebc56e846b63} <Debug> DynamicQueryHandler: Done processing query
8622 2024.11.09 02:50:45.016705 [ 285 ] {1ee07133-6c70-4a0e-9973-ebc56e846b63} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
8623 2024.11.09 02:50:45.016721 [ 285 ] {} <Debug> HTTP-Session: a9df92ce-f298-43bd-a908-61f767540305 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8624 2024.11.09 02:50:45.016918 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59050, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8625 2024.11.09 02:50:45.017026 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59466, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8626 2024.11.09 02:50:45.017092 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8627 2024.11.09 02:50:45.017113 [ 283 ] {} <Debug> HTTP-Session: a8a579b1-9491-41e4-8781-6ca884d4e7c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:59466
8628 2024.11.09 02:50:45.017132 [ 283 ] {} <Debug> HTTP-Session: a8a579b1-9491-41e4-8781-6ca884d4e7c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8629 2024.11.09 02:50:45.017146 [ 283 ] {} <Debug> HTTP-Session: a8a579b1-9491-41e4-8781-6ca884d4e7c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8630 2024.11.09 02:50:45.017187 [ 283 ] {} <Trace> HTTP-Session: a8a579b1-9491-41e4-8781-6ca884d4e7c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8631 2024.11.09 02:50:45.017325 [ 283 ] {5042c924-b5c3-43e2-a62d-57c4161ac011} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59466) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8632 2024.11.09 02:50:45.017375 [ 283 ] {5042c924-b5c3-43e2-a62d-57c4161ac011} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8633 2024.11.09 02:50:45.017546 [ 283 ] {5042c924-b5c3-43e2-a62d-57c4161ac011} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8634 2024.11.09 02:50:45.017929 [ 283 ] {5042c924-b5c3-43e2-a62d-57c4161ac011} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8635 2024.11.09 02:50:45.017966 [ 283 ] {5042c924-b5c3-43e2-a62d-57c4161ac011} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
8636 2024.11.09 02:50:45.018348 [ 283 ] {5042c924-b5c3-43e2-a62d-57c4161ac011} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
8637 2024.11.09 02:50:45.018698 [ 283 ] {5042c924-b5c3-43e2-a62d-57c4161ac011} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8638 2024.11.09 02:50:45.018824 [ 283 ] {5042c924-b5c3-43e2-a62d-57c4161ac011} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001549 sec., 38734.66752743706 rows/sec., 2.61 MiB/sec.
8639 2024.11.09 02:50:45.019000 [ 283 ] {5042c924-b5c3-43e2-a62d-57c4161ac011} <Debug> DynamicQueryHandler: Done processing query
8640 2024.11.09 02:50:45.019024 [ 283 ] {5042c924-b5c3-43e2-a62d-57c4161ac011} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
8641 2024.11.09 02:50:45.019040 [ 283 ] {} <Debug> HTTP-Session: a8a579b1-9491-41e4-8781-6ca884d4e7c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8642 2024.11.09 02:50:45.019289 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59466, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8643 2024.11.09 02:50:46.418890 [ 25 ] {} <Debug> DNSResolver: Updating DNS cache
8644 2024.11.09 02:50:46.418960 [ 25 ] {} <Debug> DNSResolver: Updated DNS cache
8645 2024.11.09 02:50:50.015003 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59050, User-Agent: (none), Length: 41147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8646 2024.11.09 02:50:50.015125 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8647 2024.11.09 02:50:50.015155 [ 285 ] {} <Debug> HTTP-Session: 28a23540-d717-47c5-bde9-94b98b2802d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:59050
8648 2024.11.09 02:50:50.015183 [ 285 ] {} <Debug> HTTP-Session: 28a23540-d717-47c5-bde9-94b98b2802d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8649 2024.11.09 02:50:50.015201 [ 285 ] {} <Debug> HTTP-Session: 28a23540-d717-47c5-bde9-94b98b2802d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8650 2024.11.09 02:50:50.015260 [ 285 ] {} <Trace> HTTP-Session: 28a23540-d717-47c5-bde9-94b98b2802d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8651 2024.11.09 02:50:50.015544 [ 285 ] {067ea464-4c94-483d-9d88-41b41bd8fc46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8652 2024.11.09 02:50:50.015612 [ 285 ] {067ea464-4c94-483d-9d88-41b41bd8fc46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8653 2024.11.09 02:50:50.015958 [ 285 ] {067ea464-4c94-483d-9d88-41b41bd8fc46} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8654 2024.11.09 02:50:50.016597 [ 285 ] {067ea464-4c94-483d-9d88-41b41bd8fc46} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8655 2024.11.09 02:50:50.016640 [ 285 ] {067ea464-4c94-483d-9d88-41b41bd8fc46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
8656 2024.11.09 02:50:50.017095 [ 285 ] {067ea464-4c94-483d-9d88-41b41bd8fc46} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
8657 2024.11.09 02:50:50.017529 [ 285 ] {067ea464-4c94-483d-9d88-41b41bd8fc46} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8658 2024.11.09 02:50:50.017697 [ 285 ] {067ea464-4c94-483d-9d88-41b41bd8fc46} <Debug> executeQuery: Read 271 rows, 24.70 KiB in 0.002273 sec., 119225.69291684999 rows/sec., 10.61 MiB/sec.
8659 2024.11.09 02:50:50.017914 [ 285 ] {067ea464-4c94-483d-9d88-41b41bd8fc46} <Debug> DynamicQueryHandler: Done processing query
8660 2024.11.09 02:50:50.017942 [ 285 ] {067ea464-4c94-483d-9d88-41b41bd8fc46} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
8661 2024.11.09 02:50:50.017960 [ 285 ] {} <Debug> HTTP-Session: 28a23540-d717-47c5-bde9-94b98b2802d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8662 2024.11.09 02:50:50.018174 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59050, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8663 2024.11.09 02:50:50.018344 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38862, User-Agent: (none), Length: 5927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8664 2024.11.09 02:50:50.018472 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8665 2024.11.09 02:50:50.018502 [ 283 ] {} <Debug> HTTP-Session: acfa8c35-8e10-41af-aa32-ac957f2fd174 Authenticating user 'default' from [fd00:1122:3344:101::d]:38862
8666 2024.11.09 02:50:50.018565 [ 283 ] {} <Debug> HTTP-Session: acfa8c35-8e10-41af-aa32-ac957f2fd174 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8667 2024.11.09 02:50:50.018582 [ 283 ] {} <Debug> HTTP-Session: acfa8c35-8e10-41af-aa32-ac957f2fd174 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8668 2024.11.09 02:50:50.018643 [ 283 ] {} <Trace> HTTP-Session: acfa8c35-8e10-41af-aa32-ac957f2fd174 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8669 2024.11.09 02:50:50.018875 [ 283 ] {1f6e7f94-59b3-40ca-92c1-f177ca9e9b4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
8670 2024.11.09 02:50:50.018954 [ 283 ] {1f6e7f94-59b3-40ca-92c1-f177ca9e9b4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8671 2024.11.09 02:50:50.019355 [ 283 ] {1f6e7f94-59b3-40ca-92c1-f177ca9e9b4d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8672 2024.11.09 02:50:50.019788 [ 283 ] {1f6e7f94-59b3-40ca-92c1-f177ca9e9b4d} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8673 2024.11.09 02:50:50.019835 [ 283 ] {1f6e7f94-59b3-40ca-92c1-f177ca9e9b4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
8674 2024.11.09 02:50:50.020267 [ 283 ] {1f6e7f94-59b3-40ca-92c1-f177ca9e9b4d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8675 2024.11.09 02:50:50.020777 [ 283 ] {1f6e7f94-59b3-40ca-92c1-f177ca9e9b4d} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8676 2024.11.09 02:50:50.021024 [ 283 ] {1f6e7f94-59b3-40ca-92c1-f177ca9e9b4d} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.002222 sec., 18451.84518451845 rows/sec., 1.35 MiB/sec.
8677 2024.11.09 02:50:50.021311 [ 283 ] {1f6e7f94-59b3-40ca-92c1-f177ca9e9b4d} <Debug> DynamicQueryHandler: Done processing query
8678 2024.11.09 02:50:50.021339 [ 283 ] {1f6e7f94-59b3-40ca-92c1-f177ca9e9b4d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
8679 2024.11.09 02:50:50.021357 [ 283 ] {} <Debug> HTTP-Session: acfa8c35-8e10-41af-aa32-ac957f2fd174 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8680 2024.11.09 02:50:50.021542 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38862, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8681 2024.11.09 02:50:50.021553 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59050, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8682 2024.11.09 02:50:50.021659 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8683 2024.11.09 02:50:50.021684 [ 285 ] {} <Debug> HTTP-Session: c8f7ec8b-b14d-4aa6-96a7-3c99476ba7bb Authenticating user 'default' from [fd00:1122:3344:101::d]:59050
8684 2024.11.09 02:50:50.021715 [ 285 ] {} <Debug> HTTP-Session: c8f7ec8b-b14d-4aa6-96a7-3c99476ba7bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8685 2024.11.09 02:50:50.021737 [ 285 ] {} <Debug> HTTP-Session: c8f7ec8b-b14d-4aa6-96a7-3c99476ba7bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8686 2024.11.09 02:50:50.021786 [ 285 ] {} <Trace> HTTP-Session: c8f7ec8b-b14d-4aa6-96a7-3c99476ba7bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8687 2024.11.09 02:50:50.021932 [ 285 ] {176cf6e1-d58c-4c32-a9f2-0164b9ba53bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
8688 2024.11.09 02:50:50.021989 [ 285 ] {176cf6e1-d58c-4c32-a9f2-0164b9ba53bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8689 2024.11.09 02:50:50.022302 [ 285 ] {176cf6e1-d58c-4c32-a9f2-0164b9ba53bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8690 2024.11.09 02:50:50.022645 [ 285 ] {176cf6e1-d58c-4c32-a9f2-0164b9ba53bd} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8691 2024.11.09 02:50:50.022682 [ 285 ] {176cf6e1-d58c-4c32-a9f2-0164b9ba53bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
8692 2024.11.09 02:50:50.023048 [ 285 ] {176cf6e1-d58c-4c32-a9f2-0164b9ba53bd} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
8693 2024.11.09 02:50:50.023432 [ 285 ] {176cf6e1-d58c-4c32-a9f2-0164b9ba53bd} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8694 2024.11.09 02:50:50.023594 [ 285 ] {176cf6e1-d58c-4c32-a9f2-0164b9ba53bd} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001694 sec., 8264.462809917355 rows/sec., 578.79 KiB/sec.
8695 2024.11.09 02:50:50.023927 [ 285 ] {176cf6e1-d58c-4c32-a9f2-0164b9ba53bd} <Debug> DynamicQueryHandler: Done processing query
8696 2024.11.09 02:50:50.023954 [ 285 ] {176cf6e1-d58c-4c32-a9f2-0164b9ba53bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8697 2024.11.09 02:50:50.023970 [ 285 ] {} <Debug> HTTP-Session: c8f7ec8b-b14d-4aa6-96a7-3c99476ba7bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8698 2024.11.09 02:50:50.024178 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59050, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8699 2024.11.09 02:50:50.024346 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39229, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8700 2024.11.09 02:50:50.024449 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8701 2024.11.09 02:50:50.024475 [ 283 ] {} <Debug> HTTP-Session: 667c76bd-7a92-498c-bb67-61647c08cc19 Authenticating user 'default' from [fd00:1122:3344:101::d]:39229
8702 2024.11.09 02:50:50.024499 [ 283 ] {} <Debug> HTTP-Session: 667c76bd-7a92-498c-bb67-61647c08cc19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8703 2024.11.09 02:50:50.024518 [ 283 ] {} <Debug> HTTP-Session: 667c76bd-7a92-498c-bb67-61647c08cc19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8704 2024.11.09 02:50:50.024569 [ 283 ] {} <Trace> HTTP-Session: 667c76bd-7a92-498c-bb67-61647c08cc19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8705 2024.11.09 02:50:50.024714 [ 283 ] {d4e9f000-ca40-43fc-a742-0e5c4d648ea6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39229) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
8706 2024.11.09 02:50:50.024775 [ 283 ] {d4e9f000-ca40-43fc-a742-0e5c4d648ea6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8707 2024.11.09 02:50:50.025100 [ 283 ] {d4e9f000-ca40-43fc-a742-0e5c4d648ea6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8708 2024.11.09 02:50:50.025460 [ 283 ] {d4e9f000-ca40-43fc-a742-0e5c4d648ea6} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8709 2024.11.09 02:50:50.025501 [ 283 ] {d4e9f000-ca40-43fc-a742-0e5c4d648ea6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
8710 2024.11.09 02:50:50.025885 [ 283 ] {d4e9f000-ca40-43fc-a742-0e5c4d648ea6} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
8711 2024.11.09 02:50:50.026271 [ 283 ] {d4e9f000-ca40-43fc-a742-0e5c4d648ea6} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8712 2024.11.09 02:50:50.026438 [ 283 ] {d4e9f000-ca40-43fc-a742-0e5c4d648ea6} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001757 sec., 3414.911781445646 rows/sec., 201.76 KiB/sec.
8713 2024.11.09 02:50:50.026673 [ 283 ] {d4e9f000-ca40-43fc-a742-0e5c4d648ea6} <Debug> DynamicQueryHandler: Done processing query
8714 2024.11.09 02:50:50.026698 [ 283 ] {d4e9f000-ca40-43fc-a742-0e5c4d648ea6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8715 2024.11.09 02:50:50.026714 [ 283 ] {} <Debug> HTTP-Session: 667c76bd-7a92-498c-bb67-61647c08cc19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8716 2024.11.09 02:50:50.026981 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59050, User-Agent: (none), Length: 68708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8717 2024.11.09 02:50:50.027002 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39229, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8718 2024.11.09 02:50:50.027076 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8719 2024.11.09 02:50:50.027109 [ 285 ] {} <Debug> HTTP-Session: 74a8fc04-a425-4bc6-a623-aa19c3558455 Authenticating user 'default' from [fd00:1122:3344:101::d]:59050
8720 2024.11.09 02:50:50.027130 [ 285 ] {} <Debug> HTTP-Session: 74a8fc04-a425-4bc6-a623-aa19c3558455 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8721 2024.11.09 02:50:50.027161 [ 285 ] {} <Debug> HTTP-Session: 74a8fc04-a425-4bc6-a623-aa19c3558455 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8722 2024.11.09 02:50:50.027205 [ 285 ] {} <Trace> HTTP-Session: 74a8fc04-a425-4bc6-a623-aa19c3558455 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8723 2024.11.09 02:50:50.027444 [ 285 ] {45d4bafe-637f-4e12-a4b3-61851d051179} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8724 2024.11.09 02:50:50.027493 [ 285 ] {45d4bafe-637f-4e12-a4b3-61851d051179} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8725 2024.11.09 02:50:50.027752 [ 285 ] {45d4bafe-637f-4e12-a4b3-61851d051179} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8726 2024.11.09 02:50:50.028357 [ 285 ] {45d4bafe-637f-4e12-a4b3-61851d051179} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8727 2024.11.09 02:50:50.028396 [ 285 ] {45d4bafe-637f-4e12-a4b3-61851d051179} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
8728 2024.11.09 02:50:50.028776 [ 285 ] {45d4bafe-637f-4e12-a4b3-61851d051179} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
8729 2024.11.09 02:50:50.029148 [ 285 ] {45d4bafe-637f-4e12-a4b3-61851d051179} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8730 2024.11.09 02:50:50.029303 [ 285 ] {45d4bafe-637f-4e12-a4b3-61851d051179} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001972 sec., 214503.0425963489 rows/sec., 15.33 MiB/sec.
8731 2024.11.09 02:50:50.029489 [ 285 ] {45d4bafe-637f-4e12-a4b3-61851d051179} <Debug> DynamicQueryHandler: Done processing query
8732 2024.11.09 02:50:50.029514 [ 285 ] {45d4bafe-637f-4e12-a4b3-61851d051179} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
8733 2024.11.09 02:50:50.029530 [ 285 ] {} <Debug> HTTP-Session: 74a8fc04-a425-4bc6-a623-aa19c3558455 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8734 2024.11.09 02:50:50.029710 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59050, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8735 2024.11.09 02:50:50.029804 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34878, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8736 2024.11.09 02:50:50.029883 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8737 2024.11.09 02:50:50.029907 [ 283 ] {} <Debug> HTTP-Session: 4c0ea713-35bd-4e3f-8b22-03f55084ad50 Authenticating user 'default' from [fd00:1122:3344:101::d]:34878
8738 2024.11.09 02:50:50.029930 [ 283 ] {} <Debug> HTTP-Session: 4c0ea713-35bd-4e3f-8b22-03f55084ad50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8739 2024.11.09 02:50:50.029948 [ 283 ] {} <Debug> HTTP-Session: 4c0ea713-35bd-4e3f-8b22-03f55084ad50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8740 2024.11.09 02:50:50.029997 [ 283 ] {} <Trace> HTTP-Session: 4c0ea713-35bd-4e3f-8b22-03f55084ad50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8741 2024.11.09 02:50:50.030136 [ 283 ] {993a4d42-233f-4571-a5f5-a5a9c7275949} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34878) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
8742 2024.11.09 02:50:50.030196 [ 283 ] {993a4d42-233f-4571-a5f5-a5a9c7275949} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8743 2024.11.09 02:50:50.030389 [ 283 ] {993a4d42-233f-4571-a5f5-a5a9c7275949} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8744 2024.11.09 02:50:50.030674 [ 283 ] {993a4d42-233f-4571-a5f5-a5a9c7275949} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8745 2024.11.09 02:50:50.030711 [ 283 ] {993a4d42-233f-4571-a5f5-a5a9c7275949} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
8746 2024.11.09 02:50:50.031093 [ 283 ] {993a4d42-233f-4571-a5f5-a5a9c7275949} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
8747 2024.11.09 02:50:50.031437 [ 283 ] {993a4d42-233f-4571-a5f5-a5a9c7275949} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8748 2024.11.09 02:50:50.031601 [ 283 ] {993a4d42-233f-4571-a5f5-a5a9c7275949} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001497 sec., 4008.016032064128 rows/sec., 209.40 KiB/sec.
8749 2024.11.09 02:50:50.031928 [ 283 ] {993a4d42-233f-4571-a5f5-a5a9c7275949} <Debug> DynamicQueryHandler: Done processing query
8750 2024.11.09 02:50:50.031954 [ 283 ] {993a4d42-233f-4571-a5f5-a5a9c7275949} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
8751 2024.11.09 02:50:50.031970 [ 283 ] {} <Debug> HTTP-Session: 4c0ea713-35bd-4e3f-8b22-03f55084ad50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8752 2024.11.09 02:50:50.032194 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59050, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8753 2024.11.09 02:50:50.032209 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34878, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8754 2024.11.09 02:50:50.032283 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8755 2024.11.09 02:50:50.032321 [ 285 ] {} <Debug> HTTP-Session: 0519b509-c913-4d8d-ab2e-550bf683405f Authenticating user 'default' from [fd00:1122:3344:101::d]:59050
8756 2024.11.09 02:50:50.032355 [ 285 ] {} <Debug> HTTP-Session: 0519b509-c913-4d8d-ab2e-550bf683405f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8757 2024.11.09 02:50:50.032379 [ 285 ] {} <Debug> HTTP-Session: 0519b509-c913-4d8d-ab2e-550bf683405f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8758 2024.11.09 02:50:50.032425 [ 285 ] {} <Trace> HTTP-Session: 0519b509-c913-4d8d-ab2e-550bf683405f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8759 2024.11.09 02:50:50.032663 [ 285 ] {d8404718-4c14-4f71-8246-7290b6a32522} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
8760 2024.11.09 02:50:50.032723 [ 285 ] {d8404718-4c14-4f71-8246-7290b6a32522} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8761 2024.11.09 02:50:50.032933 [ 285 ] {d8404718-4c14-4f71-8246-7290b6a32522} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8762 2024.11.09 02:50:50.033410 [ 285 ] {d8404718-4c14-4f71-8246-7290b6a32522} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8763 2024.11.09 02:50:50.033447 [ 285 ] {d8404718-4c14-4f71-8246-7290b6a32522} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
8764 2024.11.09 02:50:50.033838 [ 285 ] {d8404718-4c14-4f71-8246-7290b6a32522} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
8765 2024.11.09 02:50:50.034183 [ 285 ] {d8404718-4c14-4f71-8246-7290b6a32522} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8766 2024.11.09 02:50:50.034337 [ 285 ] {d8404718-4c14-4f71-8246-7290b6a32522} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001795 sec., 132033.426183844 rows/sec., 8.85 MiB/sec.
8767 2024.11.09 02:50:50.034605 [ 285 ] {d8404718-4c14-4f71-8246-7290b6a32522} <Debug> DynamicQueryHandler: Done processing query
8768 2024.11.09 02:50:50.034661 [ 285 ] {d8404718-4c14-4f71-8246-7290b6a32522} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
8769 2024.11.09 02:50:50.034707 [ 285 ] {} <Debug> HTTP-Session: 0519b509-c913-4d8d-ab2e-550bf683405f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8770 2024.11.09 02:50:50.034902 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59050, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8771 2024.11.09 02:50:50.034980 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54264, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8772 2024.11.09 02:50:50.035056 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8773 2024.11.09 02:50:50.035087 [ 283 ] {} <Debug> HTTP-Session: b2d35c0a-4090-48db-a7e9-4d1f469e2c93 Authenticating user 'default' from [fd00:1122:3344:101::d]:54264
8774 2024.11.09 02:50:50.035110 [ 283 ] {} <Debug> HTTP-Session: b2d35c0a-4090-48db-a7e9-4d1f469e2c93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8775 2024.11.09 02:50:50.035127 [ 283 ] {} <Debug> HTTP-Session: b2d35c0a-4090-48db-a7e9-4d1f469e2c93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8776 2024.11.09 02:50:50.035172 [ 283 ] {} <Trace> HTTP-Session: b2d35c0a-4090-48db-a7e9-4d1f469e2c93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8777 2024.11.09 02:50:50.035294 [ 283 ] {05b4817a-21fa-4694-8fdd-562fdc28b681} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54264) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
8778 2024.11.09 02:50:50.035351 [ 283 ] {05b4817a-21fa-4694-8fdd-562fdc28b681} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8779 2024.11.09 02:50:50.035515 [ 283 ] {05b4817a-21fa-4694-8fdd-562fdc28b681} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8780 2024.11.09 02:50:50.035813 [ 283 ] {05b4817a-21fa-4694-8fdd-562fdc28b681} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8781 2024.11.09 02:50:50.035850 [ 283 ] {05b4817a-21fa-4694-8fdd-562fdc28b681} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
8782 2024.11.09 02:50:50.036215 [ 283 ] {05b4817a-21fa-4694-8fdd-562fdc28b681} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
8783 2024.11.09 02:50:50.036588 [ 283 ] {05b4817a-21fa-4694-8fdd-562fdc28b681} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8784 2024.11.09 02:50:50.036752 [ 283 ] {05b4817a-21fa-4694-8fdd-562fdc28b681} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001485 sec., 673.4006734006734 rows/sec., 45.38 KiB/sec.
8785 2024.11.09 02:50:50.037071 [ 283 ] {05b4817a-21fa-4694-8fdd-562fdc28b681} <Debug> DynamicQueryHandler: Done processing query
8786 2024.11.09 02:50:50.037096 [ 283 ] {05b4817a-21fa-4694-8fdd-562fdc28b681} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
8787 2024.11.09 02:50:50.037113 [ 283 ] {} <Debug> HTTP-Session: b2d35c0a-4090-48db-a7e9-4d1f469e2c93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8788 2024.11.09 02:50:50.037300 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54264, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8789 2024.11.09 02:50:50.037426 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61117, User-Agent: (none), Length: 68749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8790 2024.11.09 02:50:50.037489 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8791 2024.11.09 02:50:50.037510 [ 285 ] {} <Debug> HTTP-Session: f5671369-b195-4186-8b4b-f991a87ca343 Authenticating user 'default' from [fd00:1122:3344:101::d]:61117
8792 2024.11.09 02:50:50.037528 [ 285 ] {} <Debug> HTTP-Session: f5671369-b195-4186-8b4b-f991a87ca343 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8793 2024.11.09 02:50:50.037542 [ 285 ] {} <Debug> HTTP-Session: f5671369-b195-4186-8b4b-f991a87ca343 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8794 2024.11.09 02:50:50.037582 [ 285 ] {} <Trace> HTTP-Session: f5671369-b195-4186-8b4b-f991a87ca343 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8795 2024.11.09 02:50:50.038121 [ 285 ] {195ee659-2432-498c-b4f2-5fa122818f0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61117) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
8796 2024.11.09 02:50:50.038199 [ 285 ] {195ee659-2432-498c-b4f2-5fa122818f0c} <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
8797 2024.11.09 02:50:50.038688 [ 285 ] {195ee659-2432-498c-b4f2-5fa122818f0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8798 2024.11.09 02:50:50.039503 [ 285 ] {195ee659-2432-498c-b4f2-5fa122818f0c} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8799 2024.11.09 02:50:50.039540 [ 285 ] {195ee659-2432-498c-b4f2-5fa122818f0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
8800 2024.11.09 02:50:50.040222 [ 285 ] {195ee659-2432-498c-b4f2-5fa122818f0c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
8801 2024.11.09 02:50:50.040653 [ 285 ] {195ee659-2432-498c-b4f2-5fa122818f0c} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8802 2024.11.09 02:50:50.040898 [ 285 ] {195ee659-2432-498c-b4f2-5fa122818f0c} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.00315 sec., 13015.873015873016 rows/sec., 23.32 MiB/sec.
8803 2024.11.09 02:50:50.041520 [ 285 ] {195ee659-2432-498c-b4f2-5fa122818f0c} <Debug> DynamicQueryHandler: Done processing query
8804 2024.11.09 02:50:50.041546 [ 285 ] {195ee659-2432-498c-b4f2-5fa122818f0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB.
8805 2024.11.09 02:50:50.041562 [ 285 ] {} <Debug> HTTP-Session: f5671369-b195-4186-8b4b-f991a87ca343 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8806 2024.11.09 02:50:50.041753 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54264, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8807 2024.11.09 02:50:50.041772 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61117, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8808 2024.11.09 02:50:50.041852 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8809 2024.11.09 02:50:50.041885 [ 283 ] {} <Debug> HTTP-Session: 3efb32dd-f298-4e66-8316-b911a786ad5f Authenticating user 'default' from [fd00:1122:3344:101::d]:54264
8810 2024.11.09 02:50:50.041906 [ 283 ] {} <Debug> HTTP-Session: 3efb32dd-f298-4e66-8316-b911a786ad5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8811 2024.11.09 02:50:50.041925 [ 283 ] {} <Debug> HTTP-Session: 3efb32dd-f298-4e66-8316-b911a786ad5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8812 2024.11.09 02:50:50.041985 [ 283 ] {} <Trace> HTTP-Session: 3efb32dd-f298-4e66-8316-b911a786ad5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8813 2024.11.09 02:50:50.042155 [ 283 ] {effbeaef-78ed-49b1-bff8-1be0e51b1483} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54264) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8814 2024.11.09 02:50:50.042205 [ 283 ] {effbeaef-78ed-49b1-bff8-1be0e51b1483} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8815 2024.11.09 02:50:50.042361 [ 283 ] {effbeaef-78ed-49b1-bff8-1be0e51b1483} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8816 2024.11.09 02:50:50.042698 [ 283 ] {effbeaef-78ed-49b1-bff8-1be0e51b1483} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8817 2024.11.09 02:50:50.042738 [ 283 ] {effbeaef-78ed-49b1-bff8-1be0e51b1483} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
8818 2024.11.09 02:50:50.043145 [ 283 ] {effbeaef-78ed-49b1-bff8-1be0e51b1483} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
8819 2024.11.09 02:50:50.043517 [ 283 ] {effbeaef-78ed-49b1-bff8-1be0e51b1483} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8820 2024.11.09 02:50:50.043664 [ 283 ] {effbeaef-78ed-49b1-bff8-1be0e51b1483} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00158 sec., 51898.73417721519 rows/sec., 3.30 MiB/sec.
8821 2024.11.09 02:50:50.043939 [ 283 ] {effbeaef-78ed-49b1-bff8-1be0e51b1483} <Debug> DynamicQueryHandler: Done processing query
8822 2024.11.09 02:50:50.043989 [ 283 ] {effbeaef-78ed-49b1-bff8-1be0e51b1483} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8823 2024.11.09 02:50:50.044027 [ 283 ] {} <Debug> HTTP-Session: 3efb32dd-f298-4e66-8316-b911a786ad5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8824 2024.11.09 02:50:50.044412 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54264, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8825 2024.11.09 02:50:50.866717 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55549, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8826 2024.11.09 02:50:51.123308 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61423, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8827 2024.11.09 02:50:51.161636 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48256, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8828 2024.11.09 02:50:51.172997 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53060, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8829 2024.11.09 02:50:51.173341 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40667, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8830 2024.11.09 02:50:51.255875 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55947, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8831 2024.11.09 02:50:51.273280 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57082, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8832 2024.11.09 02:50:51.276606 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62190, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8833 2024.11.09 02:50:51.617411 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 824
8834 2024.11.09 02:50:51.620213 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8835 2024.11.09 02:50:51.620264 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
8836 2024.11.09 02:50:51.621744 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
8837 2024.11.09 02:50:51.622723 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8838 2024.11.09 02:50:51.623197 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 824
8839 2024.11.09 02:50:55.006874 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47628, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8840 2024.11.09 02:50:55.007012 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8841 2024.11.09 02:50:55.007042 [ 282 ] {} <Debug> HTTP-Session: ced82b1e-c1fe-493b-8266-a101d8a863a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:47628
8842 2024.11.09 02:50:55.007070 [ 282 ] {} <Debug> HTTP-Session: ced82b1e-c1fe-493b-8266-a101d8a863a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8843 2024.11.09 02:50:55.007088 [ 282 ] {} <Debug> HTTP-Session: ced82b1e-c1fe-493b-8266-a101d8a863a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8844 2024.11.09 02:50:55.007146 [ 282 ] {} <Trace> HTTP-Session: ced82b1e-c1fe-493b-8266-a101d8a863a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8845 2024.11.09 02:50:55.007358 [ 282 ] {b9aaea2c-b46b-4d98-a452-e0700ba6b9dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47628) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
8846 2024.11.09 02:50:55.007436 [ 282 ] {b9aaea2c-b46b-4d98-a452-e0700ba6b9dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8847 2024.11.09 02:50:55.007794 [ 282 ] {b9aaea2c-b46b-4d98-a452-e0700ba6b9dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8848 2024.11.09 02:50:55.008283 [ 282 ] {b9aaea2c-b46b-4d98-a452-e0700ba6b9dc} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8849 2024.11.09 02:50:55.008335 [ 282 ] {b9aaea2c-b46b-4d98-a452-e0700ba6b9dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
8850 2024.11.09 02:50:55.008774 [ 282 ] {b9aaea2c-b46b-4d98-a452-e0700ba6b9dc} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
8851 2024.11.09 02:50:55.009173 [ 282 ] {b9aaea2c-b46b-4d98-a452-e0700ba6b9dc} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8852 2024.11.09 02:50:55.009360 [ 282 ] {b9aaea2c-b46b-4d98-a452-e0700ba6b9dc} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002052 sec., 1949.317738791423 rows/sec., 158.95 KiB/sec.
8853 2024.11.09 02:50:55.009758 [ 282 ] {b9aaea2c-b46b-4d98-a452-e0700ba6b9dc} <Debug> DynamicQueryHandler: Done processing query
8854 2024.11.09 02:50:55.009785 [ 282 ] {b9aaea2c-b46b-4d98-a452-e0700ba6b9dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
8855 2024.11.09 02:50:55.009802 [ 282 ] {} <Debug> HTTP-Session: ced82b1e-c1fe-493b-8266-a101d8a863a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8856 2024.11.09 02:50:55.010033 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47628, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8857 2024.11.09 02:50:55.010137 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63782, User-Agent: (none), Length: 8114, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8858 2024.11.09 02:50:55.010251 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8859 2024.11.09 02:50:55.010282 [ 293 ] {} <Debug> HTTP-Session: 425797ce-e874-4134-8646-2e2ddf8a5178 Authenticating user 'default' from [fd00:1122:3344:101::d]:63782
8860 2024.11.09 02:50:55.010309 [ 293 ] {} <Debug> HTTP-Session: 425797ce-e874-4134-8646-2e2ddf8a5178 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8861 2024.11.09 02:50:55.010327 [ 293 ] {} <Debug> HTTP-Session: 425797ce-e874-4134-8646-2e2ddf8a5178 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8862 2024.11.09 02:50:55.010389 [ 293 ] {} <Trace> HTTP-Session: 425797ce-e874-4134-8646-2e2ddf8a5178 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8863 2024.11.09 02:50:55.010601 [ 293 ] {c55b196a-82a0-4f34-95f4-bb65b8623c78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63782) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8864 2024.11.09 02:50:55.010670 [ 293 ] {c55b196a-82a0-4f34-95f4-bb65b8623c78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8865 2024.11.09 02:50:55.011014 [ 293 ] {c55b196a-82a0-4f34-95f4-bb65b8623c78} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8866 2024.11.09 02:50:55.011478 [ 293 ] {c55b196a-82a0-4f34-95f4-bb65b8623c78} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8867 2024.11.09 02:50:55.011519 [ 293 ] {c55b196a-82a0-4f34-95f4-bb65b8623c78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
8868 2024.11.09 02:50:55.011970 [ 293 ] {c55b196a-82a0-4f34-95f4-bb65b8623c78} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
8869 2024.11.09 02:50:55.012373 [ 293 ] {c55b196a-82a0-4f34-95f4-bb65b8623c78} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8870 2024.11.09 02:50:55.012524 [ 293 ] {c55b196a-82a0-4f34-95f4-bb65b8623c78} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.001995 sec., 29072.681704260653 rows/sec., 2.23 MiB/sec.
8871 2024.11.09 02:50:55.012743 [ 293 ] {c55b196a-82a0-4f34-95f4-bb65b8623c78} <Debug> DynamicQueryHandler: Done processing query
8872 2024.11.09 02:50:55.012770 [ 293 ] {c55b196a-82a0-4f34-95f4-bb65b8623c78} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
8873 2024.11.09 02:50:55.012786 [ 293 ] {} <Debug> HTTP-Session: 425797ce-e874-4134-8646-2e2ddf8a5178 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8874 2024.11.09 02:50:55.012972 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47628, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8875 2024.11.09 02:50:55.012989 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63782, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8876 2024.11.09 02:50:55.013066 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8877 2024.11.09 02:50:55.013103 [ 282 ] {} <Debug> HTTP-Session: 1c0bd397-572f-4c5c-ba12-5541a1773fa6 Authenticating user 'default' from [fd00:1122:3344:101::d]:47628
8878 2024.11.09 02:50:55.013127 [ 282 ] {} <Debug> HTTP-Session: 1c0bd397-572f-4c5c-ba12-5541a1773fa6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8879 2024.11.09 02:50:55.013144 [ 282 ] {} <Debug> HTTP-Session: 1c0bd397-572f-4c5c-ba12-5541a1773fa6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8880 2024.11.09 02:50:55.013206 [ 282 ] {} <Trace> HTTP-Session: 1c0bd397-572f-4c5c-ba12-5541a1773fa6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8881 2024.11.09 02:50:55.013346 [ 282 ] {3fb83169-5e1f-47f3-8bbd-bf43cf6adf14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47628) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
8882 2024.11.09 02:50:55.013406 [ 282 ] {3fb83169-5e1f-47f3-8bbd-bf43cf6adf14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8883 2024.11.09 02:50:55.013709 [ 282 ] {3fb83169-5e1f-47f3-8bbd-bf43cf6adf14} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8884 2024.11.09 02:50:55.014053 [ 282 ] {3fb83169-5e1f-47f3-8bbd-bf43cf6adf14} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8885 2024.11.09 02:50:55.014091 [ 282 ] {3fb83169-5e1f-47f3-8bbd-bf43cf6adf14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
8886 2024.11.09 02:50:55.014467 [ 282 ] {3fb83169-5e1f-47f3-8bbd-bf43cf6adf14} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
8887 2024.11.09 02:50:55.014842 [ 282 ] {3fb83169-5e1f-47f3-8bbd-bf43cf6adf14} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8888 2024.11.09 02:50:55.015000 [ 282 ] {3fb83169-5e1f-47f3-8bbd-bf43cf6adf14} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001684 sec., 2375.2969121140145 rows/sec., 165.85 KiB/sec.
8889 2024.11.09 02:50:55.015012 [ 107 ] {} <Debug> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
8890 2024.11.09 02:50:55.015095 [ 107 ] {} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8891 2024.11.09 02:50:55.015151 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
8892 2024.11.09 02:50:55.015276 [ 282 ] {3fb83169-5e1f-47f3-8bbd-bf43cf6adf14} <Debug> DynamicQueryHandler: Done processing query
8893 2024.11.09 02:50:55.015312 [ 282 ] {3fb83169-5e1f-47f3-8bbd-bf43cf6adf14} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
8894 2024.11.09 02:50:55.015321 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::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
8895 2024.11.09 02:50:55.015330 [ 282 ] {} <Debug> HTTP-Session: 1c0bd397-572f-4c5c-ba12-5541a1773fa6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8896 2024.11.09 02:50:55.015476 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8897 2024.11.09 02:50:55.015515 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 59 rows starting from the beginning of the part
8898 2024.11.09 02:50:55.015542 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47628, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8899 2024.11.09 02:50:55.015824 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60730, User-Agent: (none), Length: 11580, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8900 2024.11.09 02:50:55.015852 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part
8901 2024.11.09 02:50:55.016044 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8902 2024.11.09 02:50:55.016133 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 41 rows starting from the beginning of the part
8903 2024.11.09 02:50:55.016170 [ 293 ] {} <Debug> HTTP-Session: 4a77e452-5d1c-4e22-b883-6a4ef3039887 Authenticating user 'default' from [fd00:1122:3344:101::d]:60730
8904 2024.11.09 02:50:55.016252 [ 293 ] {} <Debug> HTTP-Session: 4a77e452-5d1c-4e22-b883-6a4ef3039887 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8905 2024.11.09 02:50:55.016340 [ 293 ] {} <Debug> HTTP-Session: 4a77e452-5d1c-4e22-b883-6a4ef3039887 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8906 2024.11.09 02:50:55.016383 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 4 rows starting from the beginning of the part
8907 2024.11.09 02:50:55.016506 [ 293 ] {} <Trace> HTTP-Session: 4a77e452-5d1c-4e22-b883-6a4ef3039887 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8908 2024.11.09 02:50:55.016583 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 41 rows starting from the beginning of the part
8909 2024.11.09 02:50:55.016921 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 4 rows starting from the beginning of the part
8910 2024.11.09 02:50:55.016995 [ 293 ] {2ba4e13e-c7f5-4783-b6ae-27925d64a71d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60730) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8911 2024.11.09 02:50:55.017179 [ 293 ] {2ba4e13e-c7f5-4783-b6ae-27925d64a71d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8912 2024.11.09 02:50:55.018299 [ 293 ] {2ba4e13e-c7f5-4783-b6ae-27925d64a71d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8913 2024.11.09 02:50:55.019444 [ 293 ] {2ba4e13e-c7f5-4783-b6ae-27925d64a71d} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8914 2024.11.09 02:50:55.019523 [ 293 ] {2ba4e13e-c7f5-4783-b6ae-27925d64a71d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
8915 2024.11.09 02:50:55.020157 [ 190 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 151 rows, containing 5 columns (5 merged, 0 gathered) in 0.004910141 sec., 30752.68103298867 rows/sec., 2.35 MiB/sec.
8916 2024.11.09 02:50:55.020328 [ 190 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
8917 2024.11.09 02:50:55.020377 [ 293 ] {2ba4e13e-c7f5-4783-b6ae-27925d64a71d} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
8918 2024.11.09 02:50:55.021006 [ 293 ] {2ba4e13e-c7f5-4783-b6ae-27925d64a71d} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8919 2024.11.09 02:50:55.021081 [ 190 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_31_6} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8920 2024.11.09 02:50:55.021195 [ 293 ] {2ba4e13e-c7f5-4783-b6ae-27925d64a71d} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.004378 sec., 15532.206486980356 rows/sec., 1.21 MiB/sec.
8921 2024.11.09 02:50:55.021228 [ 190 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_31_6} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
8922 2024.11.09 02:50:55.021376 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
8923 2024.11.09 02:50:55.021467 [ 293 ] {2ba4e13e-c7f5-4783-b6ae-27925d64a71d} <Debug> DynamicQueryHandler: Done processing query
8924 2024.11.09 02:50:55.021492 [ 293 ] {2ba4e13e-c7f5-4783-b6ae-27925d64a71d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
8925 2024.11.09 02:50:55.021508 [ 293 ] {} <Debug> HTTP-Session: 4a77e452-5d1c-4e22-b883-6a4ef3039887 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8926 2024.11.09 02:50:55.021699 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60730, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8927 2024.11.09 02:50:55.021786 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42212, User-Agent: (none), Length: 24922, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8928 2024.11.09 02:50:55.021852 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8929 2024.11.09 02:50:55.021875 [ 282 ] {} <Debug> HTTP-Session: d285b02b-19cd-46cd-9338-2684554d04be Authenticating user 'default' from [fd00:1122:3344:101::d]:42212
8930 2024.11.09 02:50:55.021894 [ 282 ] {} <Debug> HTTP-Session: d285b02b-19cd-46cd-9338-2684554d04be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8931 2024.11.09 02:50:55.021908 [ 282 ] {} <Debug> HTTP-Session: d285b02b-19cd-46cd-9338-2684554d04be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8932 2024.11.09 02:50:55.021947 [ 282 ] {} <Trace> HTTP-Session: d285b02b-19cd-46cd-9338-2684554d04be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8933 2024.11.09 02:50:55.022108 [ 282 ] {3b1390b6-f01b-4b12-b60c-f18c3d31524d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42212) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
8934 2024.11.09 02:50:55.022159 [ 282 ] {3b1390b6-f01b-4b12-b60c-f18c3d31524d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8935 2024.11.09 02:50:55.022343 [ 282 ] {3b1390b6-f01b-4b12-b60c-f18c3d31524d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8936 2024.11.09 02:50:55.022768 [ 282 ] {3b1390b6-f01b-4b12-b60c-f18c3d31524d} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8937 2024.11.09 02:50:55.022803 [ 282 ] {3b1390b6-f01b-4b12-b60c-f18c3d31524d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
8938 2024.11.09 02:50:55.023192 [ 282 ] {3b1390b6-f01b-4b12-b60c-f18c3d31524d} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
8939 2024.11.09 02:50:55.023534 [ 282 ] {3b1390b6-f01b-4b12-b60c-f18c3d31524d} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8940 2024.11.09 02:50:55.023696 [ 282 ] {3b1390b6-f01b-4b12-b60c-f18c3d31524d} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001644 sec., 79075.42579075425 rows/sec., 5.51 MiB/sec.
8941 2024.11.09 02:50:55.023997 [ 282 ] {3b1390b6-f01b-4b12-b60c-f18c3d31524d} <Debug> DynamicQueryHandler: Done processing query
8942 2024.11.09 02:50:55.024050 [ 282 ] {3b1390b6-f01b-4b12-b60c-f18c3d31524d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
8943 2024.11.09 02:50:55.024087 [ 282 ] {} <Debug> HTTP-Session: d285b02b-19cd-46cd-9338-2684554d04be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8944 2024.11.09 02:50:55.024269 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42212, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8945 2024.11.09 02:50:55.024343 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60169, User-Agent: (none), Length: 7317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8946 2024.11.09 02:50:55.024414 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8947 2024.11.09 02:50:55.024438 [ 293 ] {} <Debug> HTTP-Session: d40a8197-26b6-4522-acdb-f613de0f18d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:60169
8948 2024.11.09 02:50:55.024460 [ 293 ] {} <Debug> HTTP-Session: d40a8197-26b6-4522-acdb-f613de0f18d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8949 2024.11.09 02:50:55.024476 [ 293 ] {} <Debug> HTTP-Session: d40a8197-26b6-4522-acdb-f613de0f18d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8950 2024.11.09 02:50:55.024523 [ 293 ] {} <Trace> HTTP-Session: d40a8197-26b6-4522-acdb-f613de0f18d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8951 2024.11.09 02:50:55.024666 [ 293 ] {3c58bd15-eaf5-4d99-92b3-931a4276b9a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60169) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8952 2024.11.09 02:50:55.024717 [ 293 ] {3c58bd15-eaf5-4d99-92b3-931a4276b9a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8953 2024.11.09 02:50:55.024873 [ 293 ] {3c58bd15-eaf5-4d99-92b3-931a4276b9a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8954 2024.11.09 02:50:55.025225 [ 293 ] {3c58bd15-eaf5-4d99-92b3-931a4276b9a0} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8955 2024.11.09 02:50:55.025260 [ 293 ] {3c58bd15-eaf5-4d99-92b3-931a4276b9a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
8956 2024.11.09 02:50:55.025635 [ 293 ] {3c58bd15-eaf5-4d99-92b3-931a4276b9a0} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
8957 2024.11.09 02:50:55.025994 [ 293 ] {3c58bd15-eaf5-4d99-92b3-931a4276b9a0} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8958 2024.11.09 02:50:55.026126 [ 293 ] {3c58bd15-eaf5-4d99-92b3-931a4276b9a0} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001513 sec., 31725.049570389954 rows/sec., 2.14 MiB/sec.
8959 2024.11.09 02:50:55.026297 [ 293 ] {3c58bd15-eaf5-4d99-92b3-931a4276b9a0} <Debug> DynamicQueryHandler: Done processing query
8960 2024.11.09 02:50:55.026321 [ 293 ] {3c58bd15-eaf5-4d99-92b3-931a4276b9a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
8961 2024.11.09 02:50:55.026338 [ 293 ] {} <Debug> HTTP-Session: d40a8197-26b6-4522-acdb-f613de0f18d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8962 2024.11.09 02:50:55.026665 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60169, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8963 2024.11.09 02:50:59.891456 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43448, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8964 2024.11.09 02:51:00.008439 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42212, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8965 2024.11.09 02:51:00.008567 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8966 2024.11.09 02:51:00.008596 [ 282 ] {} <Debug> HTTP-Session: 1c4e2611-6caf-4641-9989-9ecf1067c759 Authenticating user 'default' from [fd00:1122:3344:101::d]:42212
8967 2024.11.09 02:51:00.008623 [ 282 ] {} <Debug> HTTP-Session: 1c4e2611-6caf-4641-9989-9ecf1067c759 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8968 2024.11.09 02:51:00.008641 [ 282 ] {} <Debug> HTTP-Session: 1c4e2611-6caf-4641-9989-9ecf1067c759 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8969 2024.11.09 02:51:00.008698 [ 282 ] {} <Trace> HTTP-Session: 1c4e2611-6caf-4641-9989-9ecf1067c759 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8970 2024.11.09 02:51:00.008902 [ 282 ] {5d87b275-31c5-4017-af18-bd6fa1477b3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42212) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8971 2024.11.09 02:51:00.008968 [ 282 ] {5d87b275-31c5-4017-af18-bd6fa1477b3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8972 2024.11.09 02:51:00.009303 [ 282 ] {5d87b275-31c5-4017-af18-bd6fa1477b3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8973 2024.11.09 02:51:00.009793 [ 282 ] {5d87b275-31c5-4017-af18-bd6fa1477b3a} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8974 2024.11.09 02:51:00.009837 [ 282 ] {5d87b275-31c5-4017-af18-bd6fa1477b3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
8975 2024.11.09 02:51:00.010267 [ 282 ] {5d87b275-31c5-4017-af18-bd6fa1477b3a} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
8976 2024.11.09 02:51:00.010681 [ 282 ] {5d87b275-31c5-4017-af18-bd6fa1477b3a} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8977 2024.11.09 02:51:00.010832 [ 282 ] {5d87b275-31c5-4017-af18-bd6fa1477b3a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001997 sec., 28042.063094641962 rows/sec., 2.15 MiB/sec.
8978 2024.11.09 02:51:00.010842 [ 112 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
8979 2024.11.09 02:51:00.010903 [ 112 ] {} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8980 2024.11.09 02:51:00.010945 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
8981 2024.11.09 02:51:00.011136 [ 282 ] {5d87b275-31c5-4017-af18-bd6fa1477b3a} <Debug> DynamicQueryHandler: Done processing query
8982 2024.11.09 02:51:00.011215 [ 282 ] {5d87b275-31c5-4017-af18-bd6fa1477b3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
8983 2024.11.09 02:51:00.011324 [ 282 ] {} <Debug> HTTP-Session: 1c4e2611-6caf-4641-9989-9ecf1067c759 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8984 2024.11.09 02:51:00.011592 [ 194 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::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
8985 2024.11.09 02:51:00.011772 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42212, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8986 2024.11.09 02:51:00.011927 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60362, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8987 2024.11.09 02:51:00.012059 [ 194 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8988 2024.11.09 02:51:00.012069 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8989 2024.11.09 02:51:00.012106 [ 194 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1420 rows starting from the beginning of the part
8990 2024.11.09 02:51:00.012106 [ 293 ] {} <Debug> HTTP-Session: f821a5fd-92c2-4136-b38e-ee7bbec005be Authenticating user 'default' from [fd00:1122:3344:101::d]:60362
8991 2024.11.09 02:51:00.012148 [ 293 ] {} <Debug> HTTP-Session: f821a5fd-92c2-4136-b38e-ee7bbec005be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8992 2024.11.09 02:51:00.012184 [ 293 ] {} <Debug> HTTP-Session: f821a5fd-92c2-4136-b38e-ee7bbec005be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8993 2024.11.09 02:51:00.012232 [ 194 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 58 rows starting from the beginning of the part
8994 2024.11.09 02:51:00.012317 [ 293 ] {} <Trace> HTTP-Session: f821a5fd-92c2-4136-b38e-ee7bbec005be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8995 2024.11.09 02:51:00.012600 [ 194 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 56 rows starting from the beginning of the part
8996 2024.11.09 02:51:00.012846 [ 293 ] {04ab18eb-1737-4623-a5a6-ca3fb524a3f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60362) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8997 2024.11.09 02:51:00.012878 [ 194 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 271 rows starting from the beginning of the part
8998 2024.11.09 02:51:00.013023 [ 293 ] {04ab18eb-1737-4623-a5a6-ca3fb524a3f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8999 2024.11.09 02:51:00.013237 [ 194 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 58 rows starting from the beginning of the part
9000 2024.11.09 02:51:00.013551 [ 194 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 56 rows starting from the beginning of the part
9001 2024.11.09 02:51:00.014154 [ 293 ] {04ab18eb-1737-4623-a5a6-ca3fb524a3f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9002 2024.11.09 02:51:00.014764 [ 293 ] {04ab18eb-1737-4623-a5a6-ca3fb524a3f3} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9003 2024.11.09 02:51:00.014818 [ 293 ] {04ab18eb-1737-4623-a5a6-ca3fb524a3f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
9004 2024.11.09 02:51:00.015349 [ 293 ] {04ab18eb-1737-4623-a5a6-ca3fb524a3f3} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
9005 2024.11.09 02:51:00.015750 [ 194 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1919 rows, containing 5 columns (5 merged, 0 gathered) in 0.004686137 sec., 409505.7400157102 rows/sec., 35.85 MiB/sec.
9006 2024.11.09 02:51:00.015960 [ 194 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
9007 2024.11.09 02:51:00.016000 [ 293 ] {04ab18eb-1737-4623-a5a6-ca3fb524a3f3} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9008 2024.11.09 02:51:00.016301 [ 293 ] {04ab18eb-1737-4623-a5a6-ca3fb524a3f3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003629 sec., 17635.712317442823 rows/sec., 1.38 MiB/sec.
9009 2024.11.09 02:51:00.016296 [ 112 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
9010 2024.11.09 02:51:00.016425 [ 112 ] {} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9011 2024.11.09 02:51:00.016563 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
9012 2024.11.09 02:51:00.017175 [ 293 ] {04ab18eb-1737-4623-a5a6-ca3fb524a3f3} <Debug> DynamicQueryHandler: Done processing query
9013 2024.11.09 02:51:00.017344 [ 187 ] {48637766-a340-4af8-ae3d-4486ac21e344::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
9014 2024.11.09 02:51:00.017349 [ 293 ] {04ab18eb-1737-4623-a5a6-ca3fb524a3f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
9015 2024.11.09 02:51:00.017519 [ 293 ] {} <Debug> HTTP-Session: f821a5fd-92c2-4136-b38e-ee7bbec005be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9016 2024.11.09 02:51:00.018116 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47689, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9017 2024.11.09 02:51:00.018290 [ 187 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9018 2024.11.09 02:51:00.018298 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9019 2024.11.09 02:51:00.018449 [ 282 ] {} <Debug> HTTP-Session: f45edc8c-3224-4c78-bb23-1d91f23f1a70 Authenticating user 'default' from [fd00:1122:3344:101::d]:47689
9020 2024.11.09 02:51:00.018443 [ 187 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 915 rows starting from the beginning of the part
9021 2024.11.09 02:51:00.018454 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60362, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9022 2024.11.09 02:51:00.018550 [ 282 ] {} <Debug> HTTP-Session: f45edc8c-3224-4c78-bb23-1d91f23f1a70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9023 2024.11.09 02:51:00.018647 [ 282 ] {} <Debug> HTTP-Session: f45edc8c-3224-4c78-bb23-1d91f23f1a70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9024 2024.11.09 02:51:00.018793 [ 282 ] {} <Trace> HTTP-Session: f45edc8c-3224-4c78-bb23-1d91f23f1a70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9025 2024.11.09 02:51:00.018849 [ 187 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 68 rows starting from the beginning of the part
9026 2024.11.09 02:51:00.019236 [ 193 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_51_10} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9027 2024.11.09 02:51:00.019272 [ 187 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 64 rows starting from the beginning of the part
9028 2024.11.09 02:51:00.019385 [ 282 ] {30aaf14e-8ca8-4cb6-b657-4475371dee22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47689) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
9029 2024.11.09 02:51:00.019670 [ 282 ] {30aaf14e-8ca8-4cb6-b657-4475371dee22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9030 2024.11.09 02:51:00.019936 [ 187 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 423 rows starting from the beginning of the part
9031 2024.11.09 02:51:00.020415 [ 193 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_51_10} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
9032 2024.11.09 02:51:00.020711 [ 187 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 68 rows starting from the beginning of the part
9033 2024.11.09 02:51:00.020965 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB.
9034 2024.11.09 02:51:00.021201 [ 187 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 64 rows starting from the beginning of the part
9035 2024.11.09 02:51:00.021552 [ 282 ] {30aaf14e-8ca8-4cb6-b657-4475371dee22} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9036 2024.11.09 02:51:00.022556 [ 282 ] {30aaf14e-8ca8-4cb6-b657-4475371dee22} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9037 2024.11.09 02:51:00.022618 [ 282 ] {30aaf14e-8ca8-4cb6-b657-4475371dee22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
9038 2024.11.09 02:51:00.023683 [ 282 ] {30aaf14e-8ca8-4cb6-b657-4475371dee22} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
9039 2024.11.09 02:51:00.024039 [ 193 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1602 rows, containing 5 columns (5 merged, 0 gathered) in 0.007240429 sec., 221257.60780196864 rows/sec., 17.06 MiB/sec.
9040 2024.11.09 02:51:00.024382 [ 282 ] {30aaf14e-8ca8-4cb6-b657-4475371dee22} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9041 2024.11.09 02:51:00.024510 [ 193 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
9042 2024.11.09 02:51:00.024667 [ 112 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
9043 2024.11.09 02:51:00.024752 [ 282 ] {30aaf14e-8ca8-4cb6-b657-4475371dee22} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005619 sec., 28474.81758319986 rows/sec., 1.98 MiB/sec.
9044 2024.11.09 02:51:00.024806 [ 112 ] {} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9045 2024.11.09 02:51:00.024911 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
9046 2024.11.09 02:51:00.025289 [ 200 ] {173f980a-35dc-47ba-ab5b-853644c4390e::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
9047 2024.11.09 02:51:00.025351 [ 282 ] {30aaf14e-8ca8-4cb6-b657-4475371dee22} <Debug> DynamicQueryHandler: Done processing query
9048 2024.11.09 02:51:00.025461 [ 282 ] {30aaf14e-8ca8-4cb6-b657-4475371dee22} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
9049 2024.11.09 02:51:00.025573 [ 282 ] {} <Debug> HTTP-Session: f45edc8c-3224-4c78-bb23-1d91f23f1a70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9050 2024.11.09 02:51:00.025990 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47689, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9051 2024.11.09 02:51:00.026130 [ 200 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9052 2024.11.09 02:51:00.026153 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56323, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9053 2024.11.09 02:51:00.026277 [ 200 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 10978 rows starting from the beginning of the part
9054 2024.11.09 02:51:00.026424 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9055 2024.11.09 02:51:00.026585 [ 293 ] {} <Debug> HTTP-Session: 8b4a292e-0c47-4c1f-ac46-6d7b00f5cf2a Authenticating user 'default' from [fd00:1122:3344:101::d]:56323
9056 2024.11.09 02:51:00.026617 [ 200 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 130 rows starting from the beginning of the part
9057 2024.11.09 02:51:00.026728 [ 293 ] {} <Debug> HTTP-Session: 8b4a292e-0c47-4c1f-ac46-6d7b00f5cf2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9058 2024.11.09 02:51:00.026849 [ 293 ] {} <Debug> HTTP-Session: 8b4a292e-0c47-4c1f-ac46-6d7b00f5cf2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9059 2024.11.09 02:51:00.027008 [ 200 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part
9060 2024.11.09 02:51:00.027026 [ 293 ] {} <Trace> HTTP-Session: 8b4a292e-0c47-4c1f-ac46-6d7b00f5cf2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9061 2024.11.09 02:51:00.027388 [ 200 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 237 rows starting from the beginning of the part
9062 2024.11.09 02:51:00.027467 [ 293 ] {d107a177-c955-4926-8b9e-ccc27abe8104} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56323) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
9063 2024.11.09 02:51:00.027560 [ 193 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_51_10} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9064 2024.11.09 02:51:00.027666 [ 293 ] {d107a177-c955-4926-8b9e-ccc27abe8104} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9065 2024.11.09 02:51:00.027813 [ 200 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 130 rows starting from the beginning of the part
9066 2024.11.09 02:51:00.028262 [ 200 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part
9067 2024.11.09 02:51:00.028491 [ 193 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_51_10} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
9068 2024.11.09 02:51:00.029055 [ 293 ] {d107a177-c955-4926-8b9e-ccc27abe8104} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9069 2024.11.09 02:51:00.029183 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB.
9070 2024.11.09 02:51:00.029858 [ 293 ] {d107a177-c955-4926-8b9e-ccc27abe8104} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9071 2024.11.09 02:51:00.029901 [ 293 ] {d107a177-c955-4926-8b9e-ccc27abe8104} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
9072 2024.11.09 02:51:00.030383 [ 293 ] {d107a177-c955-4926-8b9e-ccc27abe8104} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
9073 2024.11.09 02:51:00.031232 [ 293 ] {d107a177-c955-4926-8b9e-ccc27abe8104} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9074 2024.11.09 02:51:00.031568 [ 112 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
9075 2024.11.09 02:51:00.031648 [ 293 ] {d107a177-c955-4926-8b9e-ccc27abe8104} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004377 sec., 13708.019191226867 rows/sec., 946.00 KiB/sec.
9076 2024.11.09 02:51:00.031702 [ 112 ] {} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9077 2024.11.09 02:51:00.031831 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
9078 2024.11.09 02:51:00.032342 [ 195 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::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
9079 2024.11.09 02:51:00.032423 [ 293 ] {d107a177-c955-4926-8b9e-ccc27abe8104} <Debug> DynamicQueryHandler: Done processing query
9080 2024.11.09 02:51:00.032474 [ 293 ] {d107a177-c955-4926-8b9e-ccc27abe8104} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
9081 2024.11.09 02:51:00.032536 [ 293 ] {} <Debug> HTTP-Session: 8b4a292e-0c47-4c1f-ac46-6d7b00f5cf2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9082 2024.11.09 02:51:00.032634 [ 195 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9083 2024.11.09 02:51:00.032701 [ 195 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2862 rows starting from the beginning of the part
9084 2024.11.09 02:51:00.032817 [ 195 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 48 rows starting from the beginning of the part
9085 2024.11.09 02:51:00.033084 [ 195 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part
9086 2024.11.09 02:51:00.033237 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56323, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9087 2024.11.09 02:51:00.033539 [ 195 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 82 rows starting from the beginning of the part
9088 2024.11.09 02:51:00.033686 [ 293 ] {} <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):
9089 
9090 (version 23.8.7.1)
9091 2024.11.09 02:51:00.033751 [ 195 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 48 rows starting from the beginning of the part
9092 2024.11.09 02:51:00.033962 [ 195 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part
9093 2024.11.09 02:51:00.034908 [ 200 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11795 rows, containing 5 columns (5 merged, 0 gathered) in 0.009833583 sec., 1199461.0713104268 rows/sec., 81.64 MiB/sec.
9094 2024.11.09 02:51:00.035335 [ 200 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
9095 2024.11.09 02:51:00.035924 [ 200 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9096 2024.11.09 02:51:00.036193 [ 200 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
9097 2024.11.09 02:51:00.036226 [ 195 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3160 rows, containing 4 columns (4 merged, 0 gathered) in 0.004243057 sec., 744746.0639817 rows/sec., 48.97 MiB/sec.
9098 2024.11.09 02:51:00.036340 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB.
9099 2024.11.09 02:51:00.036535 [ 195 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
9100 2024.11.09 02:51:00.036905 [ 195 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_51_10} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9101 2024.11.09 02:51:00.037004 [ 195 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_51_10} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
9102 2024.11.09 02:51:00.037085 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB.
9103 2024.11.09 02:51:00.520121 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59892, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9104 2024.11.09 02:51:00.547454 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57599, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9105 2024.11.09 02:51:00.615813 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40637, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9106 2024.11.09 02:51:00.656240 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49567, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9107 2024.11.09 02:51:00.658585 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39297, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9108 2024.11.09 02:51:00.706852 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:38374, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9109 2024.11.09 02:51:00.803655 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55080, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9110 2024.11.09 02:51:01.419005 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache
9111 2024.11.09 02:51:01.419069 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache
9112 2024.11.09 02:51:01.623431 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 844
9113 2024.11.09 02:51:01.626259 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9114 2024.11.09 02:51:01.626300 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
9115 2024.11.09 02:51:01.627793 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
9116 2024.11.09 02:51:01.628804 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9117 2024.11.09 02:51:01.629114 [ 145 ] {} <Debug> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
9118 2024.11.09 02:51:01.629323 [ 145 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9119 2024.11.09 02:51:01.629435 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
9120 2024.11.09 02:51:01.630011 [ 196 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::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
9121 2024.11.09 02:51:01.630193 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 844
9122 2024.11.09 02:51:01.631141 [ 196 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9123 2024.11.09 02:51:01.631317 [ 196 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 716 rows starting from the beginning of the part
9124 2024.11.09 02:51:01.631947 [ 196 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 28 rows starting from the beginning of the part
9125 2024.11.09 02:51:01.632529 [ 196 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 20 rows starting from the beginning of the part
9126 2024.11.09 02:51:01.633091 [ 196 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 32 rows starting from the beginning of the part
9127 2024.11.09 02:51:01.633638 [ 196 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 28 rows starting from the beginning of the part
9128 2024.11.09 02:51:01.634144 [ 196 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 20 rows starting from the beginning of the part
9129 2024.11.09 02:51:01.643185 [ 196 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 844 rows, containing 72 columns (72 merged, 0 gathered) in 0.013543411 sec., 62318.12650446774 rows/sec., 44.98 MiB/sec.
9130 2024.11.09 02:51:01.644470 [ 201 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
9131 2024.11.09 02:51:01.646245 [ 201 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_26_5} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9132 2024.11.09 02:51:01.646349 [ 201 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_26_5} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
9133 2024.11.09 02:51:01.646731 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB.
9134 2024.11.09 02:51:01.687939 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43980, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9135 2024.11.09 02:51:01.705320 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42476, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9136 2024.11.09 02:51:02.135120 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57992, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9137 2024.11.09 02:51:02.201250 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35932, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9138 2024.11.09 02:51:02.244778 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33840, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9139 2024.11.09 02:51:02.254053 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33261, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9140 2024.11.09 02:51:02.327704 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45396, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9141 2024.11.09 02:51:02.381216 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37867, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9142 2024.11.09 02:51:02.395723 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50087, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9143 2024.11.09 02:51:02.419027 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34740, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9144 2024.11.09 02:51:02.430814 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63185, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9145 2024.11.09 02:51:02.459093 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45768, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9146 2024.11.09 02:51:02.546483 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44873, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9147 2024.11.09 02:51:02.560813 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34694, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9148 2024.11.09 02:51:02.560840 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:57690, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9149 2024.11.09 02:51:02.609199 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62170, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9150 2024.11.09 02:51:05.014148 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44168, User-Agent: (none), Length: 41147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9151 2024.11.09 02:51:05.014282 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9152 2024.11.09 02:51:05.014308 [ 285 ] {} <Debug> HTTP-Session: 39533df4-701c-4504-85c1-21efed6b6b0b Authenticating user 'default' from [fd00:1122:3344:101::d]:44168
9153 2024.11.09 02:51:05.014333 [ 285 ] {} <Debug> HTTP-Session: 39533df4-701c-4504-85c1-21efed6b6b0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9154 2024.11.09 02:51:05.014348 [ 285 ] {} <Debug> HTTP-Session: 39533df4-701c-4504-85c1-21efed6b6b0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9155 2024.11.09 02:51:05.014401 [ 285 ] {} <Trace> HTTP-Session: 39533df4-701c-4504-85c1-21efed6b6b0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9156 2024.11.09 02:51:05.014724 [ 285 ] {3e130742-f072-4fc3-aaec-0da152e80df5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44168) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
9157 2024.11.09 02:51:05.014803 [ 285 ] {3e130742-f072-4fc3-aaec-0da152e80df5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9158 2024.11.09 02:51:05.015163 [ 285 ] {3e130742-f072-4fc3-aaec-0da152e80df5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9159 2024.11.09 02:51:05.015758 [ 285 ] {3e130742-f072-4fc3-aaec-0da152e80df5} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9160 2024.11.09 02:51:05.015812 [ 285 ] {3e130742-f072-4fc3-aaec-0da152e80df5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
9161 2024.11.09 02:51:05.016320 [ 285 ] {3e130742-f072-4fc3-aaec-0da152e80df5} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
9162 2024.11.09 02:51:05.016741 [ 285 ] {3e130742-f072-4fc3-aaec-0da152e80df5} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9163 2024.11.09 02:51:05.016934 [ 285 ] {3e130742-f072-4fc3-aaec-0da152e80df5} <Debug> executeQuery: Read 271 rows, 24.70 KiB in 0.00236 sec., 114830.50847457627 rows/sec., 10.22 MiB/sec.
9164 2024.11.09 02:51:05.017175 [ 285 ] {3e130742-f072-4fc3-aaec-0da152e80df5} <Debug> DynamicQueryHandler: Done processing query
9165 2024.11.09 02:51:05.017204 [ 285 ] {3e130742-f072-4fc3-aaec-0da152e80df5} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
9166 2024.11.09 02:51:05.017220 [ 285 ] {} <Debug> HTTP-Session: 39533df4-701c-4504-85c1-21efed6b6b0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9167 2024.11.09 02:51:05.017473 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44168, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9168 2024.11.09 02:51:05.017588 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58022, User-Agent: (none), Length: 5927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9169 2024.11.09 02:51:05.017706 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9170 2024.11.09 02:51:05.017730 [ 293 ] {} <Debug> HTTP-Session: fc8c8ab3-4caf-4d92-85dd-d5dece6101b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:58022
9171 2024.11.09 02:51:05.017755 [ 293 ] {} <Debug> HTTP-Session: fc8c8ab3-4caf-4d92-85dd-d5dece6101b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9172 2024.11.09 02:51:05.017769 [ 293 ] {} <Debug> HTTP-Session: fc8c8ab3-4caf-4d92-85dd-d5dece6101b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9173 2024.11.09 02:51:05.017825 [ 293 ] {} <Trace> HTTP-Session: fc8c8ab3-4caf-4d92-85dd-d5dece6101b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9174 2024.11.09 02:51:05.018026 [ 293 ] {a2b1e861-ecae-4c8d-82cf-4f45e0089ec4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58022) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
9175 2024.11.09 02:51:05.018096 [ 293 ] {a2b1e861-ecae-4c8d-82cf-4f45e0089ec4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9176 2024.11.09 02:51:05.018441 [ 293 ] {a2b1e861-ecae-4c8d-82cf-4f45e0089ec4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9177 2024.11.09 02:51:05.018832 [ 293 ] {a2b1e861-ecae-4c8d-82cf-4f45e0089ec4} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9178 2024.11.09 02:51:05.018876 [ 293 ] {a2b1e861-ecae-4c8d-82cf-4f45e0089ec4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
9179 2024.11.09 02:51:05.019315 [ 293 ] {a2b1e861-ecae-4c8d-82cf-4f45e0089ec4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9180 2024.11.09 02:51:05.019709 [ 293 ] {a2b1e861-ecae-4c8d-82cf-4f45e0089ec4} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9181 2024.11.09 02:51:05.019879 [ 293 ] {a2b1e861-ecae-4c8d-82cf-4f45e0089ec4} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001926 sec., 21287.642782969888 rows/sec., 1.56 MiB/sec.
9182 2024.11.09 02:51:05.020092 [ 293 ] {a2b1e861-ecae-4c8d-82cf-4f45e0089ec4} <Debug> DynamicQueryHandler: Done processing query
9183 2024.11.09 02:51:05.020120 [ 293 ] {a2b1e861-ecae-4c8d-82cf-4f45e0089ec4} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
9184 2024.11.09 02:51:05.020136 [ 293 ] {} <Debug> HTTP-Session: fc8c8ab3-4caf-4d92-85dd-d5dece6101b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9185 2024.11.09 02:51:05.020312 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44168, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9186 2024.11.09 02:51:05.020332 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58022, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9187 2024.11.09 02:51:05.020405 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9188 2024.11.09 02:51:05.020438 [ 285 ] {} <Debug> HTTP-Session: 32632149-462c-4652-b531-f5caebcaa3e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:44168
9189 2024.11.09 02:51:05.020462 [ 285 ] {} <Debug> HTTP-Session: 32632149-462c-4652-b531-f5caebcaa3e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9190 2024.11.09 02:51:05.020477 [ 285 ] {} <Debug> HTTP-Session: 32632149-462c-4652-b531-f5caebcaa3e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9191 2024.11.09 02:51:05.020536 [ 285 ] {} <Trace> HTTP-Session: 32632149-462c-4652-b531-f5caebcaa3e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9192 2024.11.09 02:51:05.020670 [ 285 ] {fae10cca-ecd2-42e2-9ee2-84e4dd2d6142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44168) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
9193 2024.11.09 02:51:05.020725 [ 285 ] {fae10cca-ecd2-42e2-9ee2-84e4dd2d6142} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9194 2024.11.09 02:51:05.021010 [ 285 ] {fae10cca-ecd2-42e2-9ee2-84e4dd2d6142} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9195 2024.11.09 02:51:05.021316 [ 285 ] {fae10cca-ecd2-42e2-9ee2-84e4dd2d6142} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9196 2024.11.09 02:51:05.021355 [ 285 ] {fae10cca-ecd2-42e2-9ee2-84e4dd2d6142} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
9197 2024.11.09 02:51:05.021742 [ 285 ] {fae10cca-ecd2-42e2-9ee2-84e4dd2d6142} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
9198 2024.11.09 02:51:05.022138 [ 285 ] {fae10cca-ecd2-42e2-9ee2-84e4dd2d6142} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9199 2024.11.09 02:51:05.022309 [ 285 ] {fae10cca-ecd2-42e2-9ee2-84e4dd2d6142} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001671 sec., 8378.216636744464 rows/sec., 586.76 KiB/sec.
9200 2024.11.09 02:51:05.022486 [ 285 ] {fae10cca-ecd2-42e2-9ee2-84e4dd2d6142} <Debug> DynamicQueryHandler: Done processing query
9201 2024.11.09 02:51:05.022511 [ 285 ] {fae10cca-ecd2-42e2-9ee2-84e4dd2d6142} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9202 2024.11.09 02:51:05.022526 [ 285 ] {} <Debug> HTTP-Session: 32632149-462c-4652-b531-f5caebcaa3e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9203 2024.11.09 02:51:05.022698 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44168, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9204 2024.11.09 02:51:05.022762 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52594, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9205 2024.11.09 02:51:05.022859 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9206 2024.11.09 02:51:05.022884 [ 293 ] {} <Debug> HTTP-Session: d74dec9f-8551-4b34-8cf7-9c9b9b06c6b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:52594
9207 2024.11.09 02:51:05.022908 [ 293 ] {} <Debug> HTTP-Session: d74dec9f-8551-4b34-8cf7-9c9b9b06c6b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9208 2024.11.09 02:51:05.022925 [ 293 ] {} <Debug> HTTP-Session: d74dec9f-8551-4b34-8cf7-9c9b9b06c6b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9209 2024.11.09 02:51:05.022975 [ 293 ] {} <Trace> HTTP-Session: d74dec9f-8551-4b34-8cf7-9c9b9b06c6b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9210 2024.11.09 02:51:05.023114 [ 293 ] {6054dbad-dc69-4828-91b4-55f079c69c96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52594) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
9211 2024.11.09 02:51:05.023174 [ 293 ] {6054dbad-dc69-4828-91b4-55f079c69c96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9212 2024.11.09 02:51:05.023494 [ 293 ] {6054dbad-dc69-4828-91b4-55f079c69c96} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9213 2024.11.09 02:51:05.023928 [ 293 ] {6054dbad-dc69-4828-91b4-55f079c69c96} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9214 2024.11.09 02:51:05.023966 [ 293 ] {6054dbad-dc69-4828-91b4-55f079c69c96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
9215 2024.11.09 02:51:05.024339 [ 293 ] {6054dbad-dc69-4828-91b4-55f079c69c96} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
9216 2024.11.09 02:51:05.024711 [ 293 ] {6054dbad-dc69-4828-91b4-55f079c69c96} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9217 2024.11.09 02:51:05.024881 [ 76 ] {} <Debug> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
9218 2024.11.09 02:51:05.024891 [ 293 ] {6054dbad-dc69-4828-91b4-55f079c69c96} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001803 sec., 3327.787021630616 rows/sec., 196.61 KiB/sec.
9219 2024.11.09 02:51:05.024976 [ 76 ] {} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9220 2024.11.09 02:51:05.025046 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
9221 2024.11.09 02:51:05.025306 [ 197 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::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
9222 2024.11.09 02:51:05.025342 [ 293 ] {6054dbad-dc69-4828-91b4-55f079c69c96} <Debug> DynamicQueryHandler: Done processing query
9223 2024.11.09 02:51:05.025430 [ 293 ] {6054dbad-dc69-4828-91b4-55f079c69c96} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9224 2024.11.09 02:51:05.025473 [ 293 ] {} <Debug> HTTP-Session: d74dec9f-8551-4b34-8cf7-9c9b9b06c6b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9225 2024.11.09 02:51:05.025598 [ 197 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9226 2024.11.09 02:51:05.025644 [ 197 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::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
9227 2024.11.09 02:51:05.025784 [ 197 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::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
9228 2024.11.09 02:51:05.025948 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52594, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9229 2024.11.09 02:51:05.025981 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48729, User-Agent: (none), Length: 68708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9230 2024.11.09 02:51:05.026183 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9231 2024.11.09 02:51:05.026284 [ 285 ] {} <Debug> HTTP-Session: dcb67035-689d-44fb-9c2e-926bbac11f92 Authenticating user 'default' from [fd00:1122:3344:101::d]:48729
9232 2024.11.09 02:51:05.026357 [ 285 ] {} <Debug> HTTP-Session: dcb67035-689d-44fb-9c2e-926bbac11f92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9233 2024.11.09 02:51:05.026405 [ 285 ] {} <Debug> HTTP-Session: dcb67035-689d-44fb-9c2e-926bbac11f92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9234 2024.11.09 02:51:05.026407 [ 197 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::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
9235 2024.11.09 02:51:05.026492 [ 285 ] {} <Trace> HTTP-Session: dcb67035-689d-44fb-9c2e-926bbac11f92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9236 2024.11.09 02:51:05.026659 [ 197 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::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
9237 2024.11.09 02:51:05.026900 [ 197 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::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
9238 2024.11.09 02:51:05.027014 [ 285 ] {9eb4db31-01d2-4696-8107-a7e8a78f9dd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
9239 2024.11.09 02:51:05.027183 [ 285 ] {9eb4db31-01d2-4696-8107-a7e8a78f9dd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9240 2024.11.09 02:51:05.027978 [ 285 ] {9eb4db31-01d2-4696-8107-a7e8a78f9dd3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9241 2024.11.09 02:51:05.029487 [ 285 ] {9eb4db31-01d2-4696-8107-a7e8a78f9dd3} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9242 2024.11.09 02:51:05.029519 [ 197 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.00434702 sec., 6901.279497218784 rows/sec., 438.07 KiB/sec.
9243 2024.11.09 02:51:05.029541 [ 285 ] {9eb4db31-01d2-4696-8107-a7e8a78f9dd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
9244 2024.11.09 02:51:05.029719 [ 197 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
9245 2024.11.09 02:51:05.030577 [ 285 ] {9eb4db31-01d2-4696-8107-a7e8a78f9dd3} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
9246 2024.11.09 02:51:05.030750 [ 189 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_17_4} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9247 2024.11.09 02:51:05.031037 [ 189 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_17_4} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
9248 2024.11.09 02:51:05.031220 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
9249 2024.11.09 02:51:05.031372 [ 285 ] {9eb4db31-01d2-4696-8107-a7e8a78f9dd3} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9250 2024.11.09 02:51:05.031548 [ 285 ] {9eb4db31-01d2-4696-8107-a7e8a78f9dd3} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.004807 sec., 87996.67152069899 rows/sec., 6.29 MiB/sec.
9251 2024.11.09 02:51:05.031897 [ 285 ] {9eb4db31-01d2-4696-8107-a7e8a78f9dd3} <Debug> DynamicQueryHandler: Done processing query
9252 2024.11.09 02:51:05.031955 [ 285 ] {9eb4db31-01d2-4696-8107-a7e8a78f9dd3} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
9253 2024.11.09 02:51:05.031997 [ 285 ] {} <Debug> HTTP-Session: dcb67035-689d-44fb-9c2e-926bbac11f92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9254 2024.11.09 02:51:05.032171 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48729, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9255 2024.11.09 02:51:05.032233 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47591, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9256 2024.11.09 02:51:05.032311 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9257 2024.11.09 02:51:05.032335 [ 293 ] {} <Debug> HTTP-Session: bc62bb70-4443-4dd3-8157-ffde0b19c5c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:47591
9258 2024.11.09 02:51:05.032355 [ 293 ] {} <Debug> HTTP-Session: bc62bb70-4443-4dd3-8157-ffde0b19c5c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9259 2024.11.09 02:51:05.032371 [ 293 ] {} <Debug> HTTP-Session: bc62bb70-4443-4dd3-8157-ffde0b19c5c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9260 2024.11.09 02:51:05.032415 [ 293 ] {} <Trace> HTTP-Session: bc62bb70-4443-4dd3-8157-ffde0b19c5c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9261 2024.11.09 02:51:05.032540 [ 293 ] {896bba2f-9103-4fd5-834e-65b4ea5a9e67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47591) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
9262 2024.11.09 02:51:05.032594 [ 293 ] {896bba2f-9103-4fd5-834e-65b4ea5a9e67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9263 2024.11.09 02:51:05.032768 [ 293 ] {896bba2f-9103-4fd5-834e-65b4ea5a9e67} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9264 2024.11.09 02:51:05.033125 [ 293 ] {896bba2f-9103-4fd5-834e-65b4ea5a9e67} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9265 2024.11.09 02:51:05.033160 [ 293 ] {896bba2f-9103-4fd5-834e-65b4ea5a9e67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
9266 2024.11.09 02:51:05.033531 [ 293 ] {896bba2f-9103-4fd5-834e-65b4ea5a9e67} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
9267 2024.11.09 02:51:05.033864 [ 293 ] {896bba2f-9103-4fd5-834e-65b4ea5a9e67} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9268 2024.11.09 02:51:05.034013 [ 293 ] {896bba2f-9103-4fd5-834e-65b4ea5a9e67} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001464 sec., 4098.360655737705 rows/sec., 214.12 KiB/sec.
9269 2024.11.09 02:51:05.034342 [ 293 ] {896bba2f-9103-4fd5-834e-65b4ea5a9e67} <Debug> DynamicQueryHandler: Done processing query
9270 2024.11.09 02:51:05.034367 [ 293 ] {896bba2f-9103-4fd5-834e-65b4ea5a9e67} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
9271 2024.11.09 02:51:05.034383 [ 293 ] {} <Debug> HTTP-Session: bc62bb70-4443-4dd3-8157-ffde0b19c5c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9272 2024.11.09 02:51:05.034583 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47591, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9273 2024.11.09 02:51:05.034664 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58401, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9274 2024.11.09 02:51:05.034744 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9275 2024.11.09 02:51:05.034768 [ 285 ] {} <Debug> HTTP-Session: f339cc5c-b07a-4fe6-8cd0-4d8a97face1b Authenticating user 'default' from [fd00:1122:3344:101::d]:58401
9276 2024.11.09 02:51:05.034789 [ 285 ] {} <Debug> HTTP-Session: f339cc5c-b07a-4fe6-8cd0-4d8a97face1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9277 2024.11.09 02:51:05.034807 [ 285 ] {} <Debug> HTTP-Session: f339cc5c-b07a-4fe6-8cd0-4d8a97face1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9278 2024.11.09 02:51:05.034852 [ 285 ] {} <Trace> HTTP-Session: f339cc5c-b07a-4fe6-8cd0-4d8a97face1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9279 2024.11.09 02:51:05.035098 [ 285 ] {b83a28c6-8c04-40ff-ab9f-1108913df4f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58401) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
9280 2024.11.09 02:51:05.035152 [ 285 ] {b83a28c6-8c04-40ff-ab9f-1108913df4f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9281 2024.11.09 02:51:05.035336 [ 285 ] {b83a28c6-8c04-40ff-ab9f-1108913df4f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9282 2024.11.09 02:51:05.035750 [ 285 ] {b83a28c6-8c04-40ff-ab9f-1108913df4f2} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9283 2024.11.09 02:51:05.035787 [ 285 ] {b83a28c6-8c04-40ff-ab9f-1108913df4f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
9284 2024.11.09 02:51:05.036192 [ 285 ] {b83a28c6-8c04-40ff-ab9f-1108913df4f2} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
9285 2024.11.09 02:51:05.036545 [ 285 ] {b83a28c6-8c04-40ff-ab9f-1108913df4f2} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9286 2024.11.09 02:51:05.036695 [ 285 ] {b83a28c6-8c04-40ff-ab9f-1108913df4f2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001733 sec., 136757.06866705135 rows/sec., 9.17 MiB/sec.
9287 2024.11.09 02:51:05.036861 [ 285 ] {b83a28c6-8c04-40ff-ab9f-1108913df4f2} <Debug> DynamicQueryHandler: Done processing query
9288 2024.11.09 02:51:05.036885 [ 285 ] {b83a28c6-8c04-40ff-ab9f-1108913df4f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
9289 2024.11.09 02:51:05.036900 [ 285 ] {} <Debug> HTTP-Session: f339cc5c-b07a-4fe6-8cd0-4d8a97face1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9290 2024.11.09 02:51:05.037019 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58401, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9291 2024.11.09 02:51:05.037118 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54301, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9292 2024.11.09 02:51:05.037189 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9293 2024.11.09 02:51:05.037213 [ 293 ] {} <Debug> HTTP-Session: 78ed66c6-c6f6-42a4-acf6-29cf03d87487 Authenticating user 'default' from [fd00:1122:3344:101::d]:54301
9294 2024.11.09 02:51:05.037234 [ 293 ] {} <Debug> HTTP-Session: 78ed66c6-c6f6-42a4-acf6-29cf03d87487 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9295 2024.11.09 02:51:05.037251 [ 293 ] {} <Debug> HTTP-Session: 78ed66c6-c6f6-42a4-acf6-29cf03d87487 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9296 2024.11.09 02:51:05.037297 [ 293 ] {} <Trace> HTTP-Session: 78ed66c6-c6f6-42a4-acf6-29cf03d87487 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9297 2024.11.09 02:51:05.037422 [ 293 ] {dc25cc12-28c2-4c57-87ae-157f82d6495c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54301) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
9298 2024.11.09 02:51:05.037481 [ 293 ] {dc25cc12-28c2-4c57-87ae-157f82d6495c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9299 2024.11.09 02:51:05.037674 [ 293 ] {dc25cc12-28c2-4c57-87ae-157f82d6495c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9300 2024.11.09 02:51:05.037978 [ 293 ] {dc25cc12-28c2-4c57-87ae-157f82d6495c} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9301 2024.11.09 02:51:05.038014 [ 293 ] {dc25cc12-28c2-4c57-87ae-157f82d6495c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
9302 2024.11.09 02:51:05.038377 [ 293 ] {dc25cc12-28c2-4c57-87ae-157f82d6495c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
9303 2024.11.09 02:51:05.038739 [ 293 ] {dc25cc12-28c2-4c57-87ae-157f82d6495c} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9304 2024.11.09 02:51:05.038904 [ 293 ] {dc25cc12-28c2-4c57-87ae-157f82d6495c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001505 sec., 664.4518272425249 rows/sec., 44.77 KiB/sec.
9305 2024.11.09 02:51:05.039081 [ 293 ] {dc25cc12-28c2-4c57-87ae-157f82d6495c} <Debug> DynamicQueryHandler: Done processing query
9306 2024.11.09 02:51:05.039104 [ 293 ] {dc25cc12-28c2-4c57-87ae-157f82d6495c} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
9307 2024.11.09 02:51:05.039121 [ 293 ] {} <Debug> HTTP-Session: 78ed66c6-c6f6-42a4-acf6-29cf03d87487 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9308 2024.11.09 02:51:05.039283 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54301, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9309 2024.11.09 02:51:05.039356 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58401, User-Agent: (none), Length: 68782, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9310 2024.11.09 02:51:05.039435 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9311 2024.11.09 02:51:05.039464 [ 285 ] {} <Debug> HTTP-Session: 754c8d7a-f8f7-455c-9f81-1dbcc411c878 Authenticating user 'default' from [fd00:1122:3344:101::d]:58401
9312 2024.11.09 02:51:05.039484 [ 285 ] {} <Debug> HTTP-Session: 754c8d7a-f8f7-455c-9f81-1dbcc411c878 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9313 2024.11.09 02:51:05.039502 [ 285 ] {} <Debug> HTTP-Session: 754c8d7a-f8f7-455c-9f81-1dbcc411c878 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9314 2024.11.09 02:51:05.039547 [ 285 ] {} <Trace> HTTP-Session: 754c8d7a-f8f7-455c-9f81-1dbcc411c878 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9315 2024.11.09 02:51:05.040014 [ 285 ] {a78eda0b-aecc-44c4-b2dd-3135a021f4bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58401) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
9316 2024.11.09 02:51:05.040092 [ 285 ] {a78eda0b-aecc-44c4-b2dd-3135a021f4bb} <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
9317 2024.11.09 02:51:05.040569 [ 285 ] {a78eda0b-aecc-44c4-b2dd-3135a021f4bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9318 2024.11.09 02:51:05.041274 [ 285 ] {a78eda0b-aecc-44c4-b2dd-3135a021f4bb} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9319 2024.11.09 02:51:05.041311 [ 285 ] {a78eda0b-aecc-44c4-b2dd-3135a021f4bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
9320 2024.11.09 02:51:05.041968 [ 285 ] {a78eda0b-aecc-44c4-b2dd-3135a021f4bb} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
9321 2024.11.09 02:51:05.042388 [ 285 ] {a78eda0b-aecc-44c4-b2dd-3135a021f4bb} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9322 2024.11.09 02:51:05.042579 [ 285 ] {a78eda0b-aecc-44c4-b2dd-3135a021f4bb} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002925 sec., 14017.094017094018 rows/sec., 25.12 MiB/sec.
9323 2024.11.09 02:51:05.042787 [ 285 ] {a78eda0b-aecc-44c4-b2dd-3135a021f4bb} <Debug> DynamicQueryHandler: Done processing query
9324 2024.11.09 02:51:05.042811 [ 285 ] {a78eda0b-aecc-44c4-b2dd-3135a021f4bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB.
9325 2024.11.09 02:51:05.042827 [ 285 ] {} <Debug> HTTP-Session: 754c8d7a-f8f7-455c-9f81-1dbcc411c878 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9326 2024.11.09 02:51:05.042965 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58401, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9327 2024.11.09 02:51:05.043069 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44323, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9328 2024.11.09 02:51:05.043142 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9329 2024.11.09 02:51:05.043165 [ 293 ] {} <Debug> HTTP-Session: b8c19b4b-f708-4e0d-9c40-c8b7dde01e18 Authenticating user 'default' from [fd00:1122:3344:101::d]:44323
9330 2024.11.09 02:51:05.043186 [ 293 ] {} <Debug> HTTP-Session: b8c19b4b-f708-4e0d-9c40-c8b7dde01e18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9331 2024.11.09 02:51:05.043203 [ 293 ] {} <Debug> HTTP-Session: b8c19b4b-f708-4e0d-9c40-c8b7dde01e18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9332 2024.11.09 02:51:05.043249 [ 293 ] {} <Trace> HTTP-Session: b8c19b4b-f708-4e0d-9c40-c8b7dde01e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9333 2024.11.09 02:51:05.043433 [ 293 ] {a48a1d67-6148-4d4b-9ffe-6eacb60677e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44323) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
9334 2024.11.09 02:51:05.043489 [ 293 ] {a48a1d67-6148-4d4b-9ffe-6eacb60677e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9335 2024.11.09 02:51:05.043678 [ 293 ] {a48a1d67-6148-4d4b-9ffe-6eacb60677e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9336 2024.11.09 02:51:05.044073 [ 293 ] {a48a1d67-6148-4d4b-9ffe-6eacb60677e2} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9337 2024.11.09 02:51:05.044111 [ 293 ] {a48a1d67-6148-4d4b-9ffe-6eacb60677e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
9338 2024.11.09 02:51:05.044491 [ 293 ] {a48a1d67-6148-4d4b-9ffe-6eacb60677e2} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
9339 2024.11.09 02:51:05.044822 [ 293 ] {a48a1d67-6148-4d4b-9ffe-6eacb60677e2} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9340 2024.11.09 02:51:05.044975 [ 293 ] {a48a1d67-6148-4d4b-9ffe-6eacb60677e2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001618 sec., 50679.85166872682 rows/sec., 3.22 MiB/sec.
9341 2024.11.09 02:51:05.045238 [ 293 ] {a48a1d67-6148-4d4b-9ffe-6eacb60677e2} <Debug> DynamicQueryHandler: Done processing query
9342 2024.11.09 02:51:05.045297 [ 293 ] {a48a1d67-6148-4d4b-9ffe-6eacb60677e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9343 2024.11.09 02:51:05.045362 [ 293 ] {} <Debug> HTTP-Session: b8c19b4b-f708-4e0d-9c40-c8b7dde01e18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9344 2024.11.09 02:51:05.045719 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44323, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9345 2024.11.09 02:51:07.967723 [ 105 ] {} <Debug> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
9346 2024.11.09 02:51:07.967812 [ 105 ] {} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9347 2024.11.09 02:51:07.967839 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
9348 2024.11.09 02:51:07.968047 [ 197 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::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
9349 2024.11.09 02:51:07.968253 [ 197 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9350 2024.11.09 02:51:07.968292 [ 197 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::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
9351 2024.11.09 02:51:07.968381 [ 197 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part
9352 2024.11.09 02:51:07.968585 [ 197 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::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
9353 2024.11.09 02:51:07.968770 [ 197 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part
9354 2024.11.09 02:51:07.968862 [ 197 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 4 rows starting from the beginning of the part
9355 2024.11.09 02:51:07.969790 [ 189 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001876348 sec., 19186.206396681213 rows/sec., 1.60 MiB/sec.
9356 2024.11.09 02:51:07.969943 [ 189 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
9357 2024.11.09 02:51:07.970368 [ 189 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_13_3} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9358 2024.11.09 02:51:07.970452 [ 189 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_13_3} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
9359 2024.11.09 02:51:07.970533 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9360 2024.11.09 02:51:10.006874 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58401, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9361 2024.11.09 02:51:10.007005 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9362 2024.11.09 02:51:10.007033 [ 285 ] {} <Debug> HTTP-Session: f826feb2-a0dd-46f8-afc9-9e4e05b0c5e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:58401
9363 2024.11.09 02:51:10.007057 [ 285 ] {} <Debug> HTTP-Session: f826feb2-a0dd-46f8-afc9-9e4e05b0c5e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9364 2024.11.09 02:51:10.007104 [ 285 ] {} <Debug> HTTP-Session: f826feb2-a0dd-46f8-afc9-9e4e05b0c5e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9365 2024.11.09 02:51:10.007162 [ 285 ] {} <Trace> HTTP-Session: f826feb2-a0dd-46f8-afc9-9e4e05b0c5e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9366 2024.11.09 02:51:10.007372 [ 285 ] {663011b9-e130-40d6-8142-de019816ffe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58401) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
9367 2024.11.09 02:51:10.007451 [ 285 ] {663011b9-e130-40d6-8142-de019816ffe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9368 2024.11.09 02:51:10.007851 [ 285 ] {663011b9-e130-40d6-8142-de019816ffe7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9369 2024.11.09 02:51:10.008338 [ 285 ] {663011b9-e130-40d6-8142-de019816ffe7} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9370 2024.11.09 02:51:10.008386 [ 285 ] {663011b9-e130-40d6-8142-de019816ffe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
9371 2024.11.09 02:51:10.008803 [ 285 ] {663011b9-e130-40d6-8142-de019816ffe7} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
9372 2024.11.09 02:51:10.009202 [ 285 ] {663011b9-e130-40d6-8142-de019816ffe7} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9373 2024.11.09 02:51:10.009378 [ 285 ] {663011b9-e130-40d6-8142-de019816ffe7} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.002067 sec., 3870.3434929850027 rows/sec., 315.60 KiB/sec.
9374 2024.11.09 02:51:10.009628 [ 285 ] {663011b9-e130-40d6-8142-de019816ffe7} <Debug> DynamicQueryHandler: Done processing query
9375 2024.11.09 02:51:10.009657 [ 285 ] {663011b9-e130-40d6-8142-de019816ffe7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9376 2024.11.09 02:51:10.009674 [ 285 ] {} <Debug> HTTP-Session: f826feb2-a0dd-46f8-afc9-9e4e05b0c5e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9377 2024.11.09 02:51:10.009877 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58401, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9378 2024.11.09 02:51:10.010071 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39537, User-Agent: (none), Length: 8380, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9379 2024.11.09 02:51:10.010209 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9380 2024.11.09 02:51:10.010233 [ 293 ] {} <Debug> HTTP-Session: faba9620-218a-4e9d-8c4f-4fd3811e3f4d Authenticating user 'default' from [fd00:1122:3344:101::d]:39537
9381 2024.11.09 02:51:10.010258 [ 293 ] {} <Debug> HTTP-Session: faba9620-218a-4e9d-8c4f-4fd3811e3f4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9382 2024.11.09 02:51:10.010272 [ 293 ] {} <Debug> HTTP-Session: faba9620-218a-4e9d-8c4f-4fd3811e3f4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9383 2024.11.09 02:51:10.010324 [ 293 ] {} <Trace> HTTP-Session: faba9620-218a-4e9d-8c4f-4fd3811e3f4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9384 2024.11.09 02:51:10.010529 [ 293 ] {e41e3dbf-e6fc-4ce2-9aa8-da37994e3eb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39537) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
9385 2024.11.09 02:51:10.010594 [ 293 ] {e41e3dbf-e6fc-4ce2-9aa8-da37994e3eb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9386 2024.11.09 02:51:10.010944 [ 293 ] {e41e3dbf-e6fc-4ce2-9aa8-da37994e3eb5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9387 2024.11.09 02:51:10.011381 [ 293 ] {e41e3dbf-e6fc-4ce2-9aa8-da37994e3eb5} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9388 2024.11.09 02:51:10.011422 [ 293 ] {e41e3dbf-e6fc-4ce2-9aa8-da37994e3eb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
9389 2024.11.09 02:51:10.011846 [ 293 ] {e41e3dbf-e6fc-4ce2-9aa8-da37994e3eb5} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
9390 2024.11.09 02:51:10.012227 [ 293 ] {e41e3dbf-e6fc-4ce2-9aa8-da37994e3eb5} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9391 2024.11.09 02:51:10.012376 [ 293 ] {e41e3dbf-e6fc-4ce2-9aa8-da37994e3eb5} <Debug> executeQuery: Read 60 rows, 4.70 KiB in 0.001922 sec., 31217.48178980229 rows/sec., 2.39 MiB/sec.
9392 2024.11.09 02:51:10.012586 [ 293 ] {e41e3dbf-e6fc-4ce2-9aa8-da37994e3eb5} <Debug> DynamicQueryHandler: Done processing query
9393 2024.11.09 02:51:10.012613 [ 293 ] {e41e3dbf-e6fc-4ce2-9aa8-da37994e3eb5} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
9394 2024.11.09 02:51:10.012629 [ 293 ] {} <Debug> HTTP-Session: faba9620-218a-4e9d-8c4f-4fd3811e3f4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9395 2024.11.09 02:51:10.012823 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39537, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9396 2024.11.09 02:51:10.012829 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58401, User-Agent: (none), Length: 1168, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9397 2024.11.09 02:51:10.012963 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9398 2024.11.09 02:51:10.013004 [ 285 ] {} <Debug> HTTP-Session: 7f9f5ecf-31b6-483f-879e-1cdb328e711e Authenticating user 'default' from [fd00:1122:3344:101::d]:58401
9399 2024.11.09 02:51:10.013036 [ 285 ] {} <Debug> HTTP-Session: 7f9f5ecf-31b6-483f-879e-1cdb328e711e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9400 2024.11.09 02:51:10.013064 [ 285 ] {} <Debug> HTTP-Session: 7f9f5ecf-31b6-483f-879e-1cdb328e711e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9401 2024.11.09 02:51:10.013130 [ 285 ] {} <Trace> HTTP-Session: 7f9f5ecf-31b6-483f-879e-1cdb328e711e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9402 2024.11.09 02:51:10.013257 [ 285 ] {52b29fda-e583-401a-825f-2b924c5cf43c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58401) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
9403 2024.11.09 02:51:10.013308 [ 285 ] {52b29fda-e583-401a-825f-2b924c5cf43c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9404 2024.11.09 02:51:10.013586 [ 285 ] {52b29fda-e583-401a-825f-2b924c5cf43c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9405 2024.11.09 02:51:10.013933 [ 285 ] {52b29fda-e583-401a-825f-2b924c5cf43c} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9406 2024.11.09 02:51:10.013973 [ 285 ] {52b29fda-e583-401a-825f-2b924c5cf43c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
9407 2024.11.09 02:51:10.014334 [ 285 ] {52b29fda-e583-401a-825f-2b924c5cf43c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9408 2024.11.09 02:51:10.014726 [ 285 ] {52b29fda-e583-401a-825f-2b924c5cf43c} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9409 2024.11.09 02:51:10.014896 [ 285 ] {52b29fda-e583-401a-825f-2b924c5cf43c} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.001665 sec., 4804.804804804805 rows/sec., 335.49 KiB/sec.
9410 2024.11.09 02:51:10.015083 [ 285 ] {52b29fda-e583-401a-825f-2b924c5cf43c} <Debug> DynamicQueryHandler: Done processing query
9411 2024.11.09 02:51:10.015109 [ 285 ] {52b29fda-e583-401a-825f-2b924c5cf43c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9412 2024.11.09 02:51:10.015126 [ 285 ] {} <Debug> HTTP-Session: 7f9f5ecf-31b6-483f-879e-1cdb328e711e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9413 2024.11.09 02:51:10.015302 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58401, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9414 2024.11.09 02:51:10.015322 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39537, User-Agent: (none), Length: 12262, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9415 2024.11.09 02:51:10.015410 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9416 2024.11.09 02:51:10.015446 [ 293 ] {} <Debug> HTTP-Session: 95841029-79f7-49d4-8c41-4cee10fab74a Authenticating user 'default' from [fd00:1122:3344:101::d]:39537
9417 2024.11.09 02:51:10.015473 [ 293 ] {} <Debug> HTTP-Session: 95841029-79f7-49d4-8c41-4cee10fab74a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9418 2024.11.09 02:51:10.015493 [ 293 ] {} <Debug> HTTP-Session: 95841029-79f7-49d4-8c41-4cee10fab74a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9419 2024.11.09 02:51:10.015541 [ 293 ] {} <Trace> HTTP-Session: 95841029-79f7-49d4-8c41-4cee10fab74a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9420 2024.11.09 02:51:10.015717 [ 293 ] {06c0d545-50e4-47ee-830a-1fe9408e3f20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39537) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
9421 2024.11.09 02:51:10.015777 [ 293 ] {06c0d545-50e4-47ee-830a-1fe9408e3f20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9422 2024.11.09 02:51:10.016100 [ 293 ] {06c0d545-50e4-47ee-830a-1fe9408e3f20} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9423 2024.11.09 02:51:10.016469 [ 293 ] {06c0d545-50e4-47ee-830a-1fe9408e3f20} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9424 2024.11.09 02:51:10.016506 [ 293 ] {06c0d545-50e4-47ee-830a-1fe9408e3f20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
9425 2024.11.09 02:51:10.016883 [ 293 ] {06c0d545-50e4-47ee-830a-1fe9408e3f20} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
9426 2024.11.09 02:51:10.017238 [ 293 ] {06c0d545-50e4-47ee-830a-1fe9408e3f20} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9427 2024.11.09 02:51:10.017371 [ 293 ] {06c0d545-50e4-47ee-830a-1fe9408e3f20} <Debug> executeQuery: Read 72 rows, 5.77 KiB in 0.001723 sec., 41787.57980266977 rows/sec., 3.27 MiB/sec.
9428 2024.11.09 02:51:10.017576 [ 293 ] {06c0d545-50e4-47ee-830a-1fe9408e3f20} <Debug> DynamicQueryHandler: Done processing query
9429 2024.11.09 02:51:10.017611 [ 293 ] {06c0d545-50e4-47ee-830a-1fe9408e3f20} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
9430 2024.11.09 02:51:10.017636 [ 293 ] {} <Debug> HTTP-Session: 95841029-79f7-49d4-8c41-4cee10fab74a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9431 2024.11.09 02:51:10.017820 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39537, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9432 2024.11.09 02:51:10.017935 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36969, User-Agent: (none), Length: 25300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9433 2024.11.09 02:51:10.018064 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9434 2024.11.09 02:51:10.018106 [ 285 ] {} <Debug> HTTP-Session: df1f9179-1740-4b9a-bf7c-675927e02e69 Authenticating user 'default' from [fd00:1122:3344:101::d]:36969
9435 2024.11.09 02:51:10.018142 [ 285 ] {} <Debug> HTTP-Session: df1f9179-1740-4b9a-bf7c-675927e02e69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9436 2024.11.09 02:51:10.018161 [ 285 ] {} <Debug> HTTP-Session: df1f9179-1740-4b9a-bf7c-675927e02e69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9437 2024.11.09 02:51:10.018207 [ 285 ] {} <Trace> HTTP-Session: df1f9179-1740-4b9a-bf7c-675927e02e69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9438 2024.11.09 02:51:10.018401 [ 285 ] {3a7a6e67-0b03-472f-90c8-4017ba706d95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36969) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
9439 2024.11.09 02:51:10.018464 [ 285 ] {3a7a6e67-0b03-472f-90c8-4017ba706d95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9440 2024.11.09 02:51:10.018680 [ 285 ] {3a7a6e67-0b03-472f-90c8-4017ba706d95} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9441 2024.11.09 02:51:10.019113 [ 285 ] {3a7a6e67-0b03-472f-90c8-4017ba706d95} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9442 2024.11.09 02:51:10.019153 [ 285 ] {3a7a6e67-0b03-472f-90c8-4017ba706d95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
9443 2024.11.09 02:51:10.019560 [ 285 ] {3a7a6e67-0b03-472f-90c8-4017ba706d95} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
9444 2024.11.09 02:51:10.019921 [ 285 ] {3a7a6e67-0b03-472f-90c8-4017ba706d95} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9445 2024.11.09 02:51:10.020085 [ 285 ] {3a7a6e67-0b03-472f-90c8-4017ba706d95} <Debug> executeQuery: Read 132 rows, 9.41 KiB in 0.00177 sec., 74576.27118644067 rows/sec., 5.19 MiB/sec.
9446 2024.11.09 02:51:10.020280 [ 285 ] {3a7a6e67-0b03-472f-90c8-4017ba706d95} <Debug> DynamicQueryHandler: Done processing query
9447 2024.11.09 02:51:10.020320 [ 285 ] {3a7a6e67-0b03-472f-90c8-4017ba706d95} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
9448 2024.11.09 02:51:10.020347 [ 285 ] {} <Debug> HTTP-Session: df1f9179-1740-4b9a-bf7c-675927e02e69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9449 2024.11.09 02:51:10.020540 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36969, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9450 2024.11.09 02:51:10.020601 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59305, User-Agent: (none), Length: 7317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9451 2024.11.09 02:51:10.020684 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9452 2024.11.09 02:51:10.020709 [ 293 ] {} <Debug> HTTP-Session: a447fc21-5506-438f-8b15-3a6e7572f5f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:59305
9453 2024.11.09 02:51:10.020732 [ 293 ] {} <Debug> HTTP-Session: a447fc21-5506-438f-8b15-3a6e7572f5f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9454 2024.11.09 02:51:10.020749 [ 293 ] {} <Debug> HTTP-Session: a447fc21-5506-438f-8b15-3a6e7572f5f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9455 2024.11.09 02:51:10.020795 [ 293 ] {} <Trace> HTTP-Session: a447fc21-5506-438f-8b15-3a6e7572f5f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9456 2024.11.09 02:51:10.020956 [ 293 ] {d1ac1ba0-99c9-4d22-95ee-c39230195031} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59305) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
9457 2024.11.09 02:51:10.021021 [ 293 ] {d1ac1ba0-99c9-4d22-95ee-c39230195031} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9458 2024.11.09 02:51:10.021203 [ 293 ] {d1ac1ba0-99c9-4d22-95ee-c39230195031} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9459 2024.11.09 02:51:10.021500 [ 293 ] {d1ac1ba0-99c9-4d22-95ee-c39230195031} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9460 2024.11.09 02:51:10.021536 [ 293 ] {d1ac1ba0-99c9-4d22-95ee-c39230195031} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
9461 2024.11.09 02:51:10.021909 [ 293 ] {d1ac1ba0-99c9-4d22-95ee-c39230195031} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
9462 2024.11.09 02:51:10.022234 [ 293 ] {d1ac1ba0-99c9-4d22-95ee-c39230195031} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9463 2024.11.09 02:51:10.022361 [ 293 ] {d1ac1ba0-99c9-4d22-95ee-c39230195031} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001465 sec., 32764.505119453926 rows/sec., 2.21 MiB/sec.
9464 2024.11.09 02:51:10.022550 [ 293 ] {d1ac1ba0-99c9-4d22-95ee-c39230195031} <Debug> DynamicQueryHandler: Done processing query
9465 2024.11.09 02:51:10.022578 [ 293 ] {d1ac1ba0-99c9-4d22-95ee-c39230195031} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
9466 2024.11.09 02:51:10.022594 [ 293 ] {} <Debug> HTTP-Session: a447fc21-5506-438f-8b15-3a6e7572f5f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9467 2024.11.09 02:51:10.022829 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59305, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9468 2024.11.09 02:51:11.630409 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 876
9469 2024.11.09 02:51:11.633340 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9470 2024.11.09 02:51:11.633394 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
9471 2024.11.09 02:51:11.634961 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
9472 2024.11.09 02:51:11.635965 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9473 2024.11.09 02:51:11.636482 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 876
9474 2024.11.09 02:51:15.009489 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64245, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9475 2024.11.09 02:51:15.009656 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9476 2024.11.09 02:51:15.009700 [ 286 ] {} <Debug> HTTP-Session: fd0e5b59-f38e-4fd2-93d4-e9b59ac5a13a Authenticating user 'default' from [fd00:1122:3344:101::d]:64245
9477 2024.11.09 02:51:15.009742 [ 286 ] {} <Debug> HTTP-Session: fd0e5b59-f38e-4fd2-93d4-e9b59ac5a13a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9478 2024.11.09 02:51:15.009771 [ 286 ] {} <Debug> HTTP-Session: fd0e5b59-f38e-4fd2-93d4-e9b59ac5a13a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9479 2024.11.09 02:51:15.009852 [ 286 ] {} <Trace> HTTP-Session: fd0e5b59-f38e-4fd2-93d4-e9b59ac5a13a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9480 2024.11.09 02:51:15.010171 [ 286 ] {63c288e6-62ff-45aa-a828-0db7502b1bac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64245) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
9481 2024.11.09 02:51:15.010284 [ 286 ] {63c288e6-62ff-45aa-a828-0db7502b1bac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9482 2024.11.09 02:51:15.010660 [ 286 ] {63c288e6-62ff-45aa-a828-0db7502b1bac} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9483 2024.11.09 02:51:15.011143 [ 286 ] {63c288e6-62ff-45aa-a828-0db7502b1bac} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9484 2024.11.09 02:51:15.011192 [ 286 ] {63c288e6-62ff-45aa-a828-0db7502b1bac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
9485 2024.11.09 02:51:15.011623 [ 286 ] {63c288e6-62ff-45aa-a828-0db7502b1bac} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
9486 2024.11.09 02:51:15.012024 [ 286 ] {63c288e6-62ff-45aa-a828-0db7502b1bac} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9487 2024.11.09 02:51:15.012202 [ 286 ] {63c288e6-62ff-45aa-a828-0db7502b1bac} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002139 sec., 26180.458158017766 rows/sec., 2.01 MiB/sec.
9488 2024.11.09 02:51:15.012569 [ 286 ] {63c288e6-62ff-45aa-a828-0db7502b1bac} <Debug> DynamicQueryHandler: Done processing query
9489 2024.11.09 02:51:15.012610 [ 286 ] {63c288e6-62ff-45aa-a828-0db7502b1bac} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
9490 2024.11.09 02:51:15.012627 [ 286 ] {} <Debug> HTTP-Session: fd0e5b59-f38e-4fd2-93d4-e9b59ac5a13a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9491 2024.11.09 02:51:15.012882 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64245, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9492 2024.11.09 02:51:15.013017 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62544, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9493 2024.11.09 02:51:15.013181 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9494 2024.11.09 02:51:15.013226 [ 283 ] {} <Debug> HTTP-Session: fc2bace1-7005-4fda-9949-262209751c6c Authenticating user 'default' from [fd00:1122:3344:101::d]:62544
9495 2024.11.09 02:51:15.013266 [ 283 ] {} <Debug> HTTP-Session: fc2bace1-7005-4fda-9949-262209751c6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9496 2024.11.09 02:51:15.013293 [ 283 ] {} <Debug> HTTP-Session: fc2bace1-7005-4fda-9949-262209751c6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9497 2024.11.09 02:51:15.013372 [ 283 ] {} <Trace> HTTP-Session: fc2bace1-7005-4fda-9949-262209751c6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9498 2024.11.09 02:51:15.013574 [ 283 ] {ab8d89e0-0e42-4d45-b401-8e6b3811618b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62544) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
9499 2024.11.09 02:51:15.013640 [ 283 ] {ab8d89e0-0e42-4d45-b401-8e6b3811618b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9500 2024.11.09 02:51:15.013982 [ 283 ] {ab8d89e0-0e42-4d45-b401-8e6b3811618b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9501 2024.11.09 02:51:15.014415 [ 283 ] {ab8d89e0-0e42-4d45-b401-8e6b3811618b} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9502 2024.11.09 02:51:15.014458 [ 283 ] {ab8d89e0-0e42-4d45-b401-8e6b3811618b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
9503 2024.11.09 02:51:15.014906 [ 283 ] {ab8d89e0-0e42-4d45-b401-8e6b3811618b} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
9504 2024.11.09 02:51:15.015315 [ 283 ] {ab8d89e0-0e42-4d45-b401-8e6b3811618b} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9505 2024.11.09 02:51:15.015491 [ 283 ] {ab8d89e0-0e42-4d45-b401-8e6b3811618b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001982 sec., 32290.615539858733 rows/sec., 2.52 MiB/sec.
9506 2024.11.09 02:51:15.015746 [ 283 ] {ab8d89e0-0e42-4d45-b401-8e6b3811618b} <Debug> DynamicQueryHandler: Done processing query
9507 2024.11.09 02:51:15.015778 [ 283 ] {ab8d89e0-0e42-4d45-b401-8e6b3811618b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
9508 2024.11.09 02:51:15.015795 [ 283 ] {} <Debug> HTTP-Session: fc2bace1-7005-4fda-9949-262209751c6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9509 2024.11.09 02:51:15.016023 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62544, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9510 2024.11.09 02:51:15.016183 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41354, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9511 2024.11.09 02:51:15.016321 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9512 2024.11.09 02:51:15.016366 [ 285 ] {} <Debug> HTTP-Session: 49b4a728-3cf5-4c82-b445-b4197be3e5b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:41354
9513 2024.11.09 02:51:15.016409 [ 285 ] {} <Debug> HTTP-Session: 49b4a728-3cf5-4c82-b445-b4197be3e5b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9514 2024.11.09 02:51:15.016437 [ 285 ] {} <Debug> HTTP-Session: 49b4a728-3cf5-4c82-b445-b4197be3e5b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9515 2024.11.09 02:51:15.016522 [ 285 ] {} <Trace> HTTP-Session: 49b4a728-3cf5-4c82-b445-b4197be3e5b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9516 2024.11.09 02:51:15.016907 [ 285 ] {6d897cdd-94ad-4e07-b86f-9123d7189b36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41354) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
9517 2024.11.09 02:51:15.017030 [ 285 ] {6d897cdd-94ad-4e07-b86f-9123d7189b36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9518 2024.11.09 02:51:15.017388 [ 285 ] {6d897cdd-94ad-4e07-b86f-9123d7189b36} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9519 2024.11.09 02:51:15.017881 [ 285 ] {6d897cdd-94ad-4e07-b86f-9123d7189b36} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9520 2024.11.09 02:51:15.017923 [ 285 ] {6d897cdd-94ad-4e07-b86f-9123d7189b36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
9521 2024.11.09 02:51:15.018397 [ 285 ] {6d897cdd-94ad-4e07-b86f-9123d7189b36} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
9522 2024.11.09 02:51:15.018791 [ 285 ] {6d897cdd-94ad-4e07-b86f-9123d7189b36} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9523 2024.11.09 02:51:15.018970 [ 285 ] {6d897cdd-94ad-4e07-b86f-9123d7189b36} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002227 sec., 71845.53210597216 rows/sec., 5.00 MiB/sec.
9524 2024.11.09 02:51:15.019332 [ 285 ] {6d897cdd-94ad-4e07-b86f-9123d7189b36} <Debug> DynamicQueryHandler: Done processing query
9525 2024.11.09 02:51:15.019373 [ 285 ] {6d897cdd-94ad-4e07-b86f-9123d7189b36} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
9526 2024.11.09 02:51:15.019391 [ 285 ] {} <Debug> HTTP-Session: 49b4a728-3cf5-4c82-b445-b4197be3e5b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9527 2024.11.09 02:51:15.019586 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62544, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9528 2024.11.09 02:51:15.019607 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41354, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9529 2024.11.09 02:51:15.019681 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9530 2024.11.09 02:51:15.019720 [ 283 ] {} <Debug> HTTP-Session: 549d2791-f13b-4987-9b4d-0f43ff567b25 Authenticating user 'default' from [fd00:1122:3344:101::d]:62544
9531 2024.11.09 02:51:15.019743 [ 283 ] {} <Debug> HTTP-Session: 549d2791-f13b-4987-9b4d-0f43ff567b25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9532 2024.11.09 02:51:15.019770 [ 283 ] {} <Debug> HTTP-Session: 549d2791-f13b-4987-9b4d-0f43ff567b25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9533 2024.11.09 02:51:15.019823 [ 283 ] {} <Trace> HTTP-Session: 549d2791-f13b-4987-9b4d-0f43ff567b25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9534 2024.11.09 02:51:15.020009 [ 283 ] {75143497-38c2-42bd-bb6e-867ddb0630aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62544) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
9535 2024.11.09 02:51:15.020072 [ 283 ] {75143497-38c2-42bd-bb6e-867ddb0630aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9536 2024.11.09 02:51:15.020271 [ 283 ] {75143497-38c2-42bd-bb6e-867ddb0630aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9537 2024.11.09 02:51:15.020638 [ 283 ] {75143497-38c2-42bd-bb6e-867ddb0630aa} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9538 2024.11.09 02:51:15.020677 [ 283 ] {75143497-38c2-42bd-bb6e-867ddb0630aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
9539 2024.11.09 02:51:15.021080 [ 283 ] {75143497-38c2-42bd-bb6e-867ddb0630aa} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
9540 2024.11.09 02:51:15.021430 [ 283 ] {75143497-38c2-42bd-bb6e-867ddb0630aa} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9541 2024.11.09 02:51:15.021593 [ 283 ] {75143497-38c2-42bd-bb6e-867ddb0630aa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001659 sec., 36166.36528028933 rows/sec., 2.44 MiB/sec.
9542 2024.11.09 02:51:15.021773 [ 283 ] {75143497-38c2-42bd-bb6e-867ddb0630aa} <Debug> DynamicQueryHandler: Done processing query
9543 2024.11.09 02:51:15.021798 [ 283 ] {75143497-38c2-42bd-bb6e-867ddb0630aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
9544 2024.11.09 02:51:15.021814 [ 283 ] {} <Debug> HTTP-Session: 549d2791-f13b-4987-9b4d-0f43ff567b25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9545 2024.11.09 02:51:15.022076 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62544, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9546 2024.11.09 02:51:16.419323 [ 147 ] {} <Debug> DNSResolver: Updating DNS cache
9547 2024.11.09 02:51:16.419415 [ 147 ] {} <Debug> DNSResolver: Updated DNS cache
9548 2024.11.09 02:51:17.288290 [ 146 ] {} <Debug> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
9549 2024.11.09 02:51:17.288367 [ 146 ] {} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9550 2024.11.09 02:51:17.288401 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
9551 2024.11.09 02:51:17.288610 [ 197 ] {88a23b06-e353-416c-8860-9499dcb823f7::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
9552 2024.11.09 02:51:17.288907 [ 197 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9553 2024.11.09 02:51:17.288953 [ 197 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 13 rows starting from the beginning of the part
9554 2024.11.09 02:51:17.289039 [ 197 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part
9555 2024.11.09 02:51:17.289161 [ 197 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part
9556 2024.11.09 02:51:17.289263 [ 197 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part
9557 2024.11.09 02:51:17.289552 [ 197 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part
9558 2024.11.09 02:51:17.290689 [ 192 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17 rows, containing 4 columns (4 merged, 0 gathered) in 0.002206216 sec., 7705.501183927594 rows/sec., 519.22 KiB/sec.
9559 2024.11.09 02:51:17.290905 [ 191 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
9560 2024.11.09 02:51:17.291441 [ 191 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_17_4} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9561 2024.11.09 02:51:17.291539 [ 191 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_17_4} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
9562 2024.11.09 02:51:17.291647 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
9563 2024.11.09 02:51:18.038275 [ 146 ] {} <Debug> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
9564 2024.11.09 02:51:18.038347 [ 146 ] {} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9565 2024.11.09 02:51:18.038374 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
9566 2024.11.09 02:51:18.038680 [ 199 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::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
9567 2024.11.09 02:51:18.039019 [ 199 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9568 2024.11.09 02:51:18.039086 [ 199 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::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
9569 2024.11.09 02:51:18.039238 [ 199 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::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
9570 2024.11.09 02:51:18.039443 [ 199 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::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
9571 2024.11.09 02:51:18.039682 [ 199 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::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
9572 2024.11.09 02:51:18.039832 [ 199 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::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
9573 2024.11.09 02:51:18.040897 [ 192 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 102 rows, containing 4 columns (4 merged, 0 gathered) in 0.00242218 sec., 42110.82578503662 rows/sec., 2.15 MiB/sec.
9574 2024.11.09 02:51:18.041132 [ 190 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
9575 2024.11.09 02:51:18.041642 [ 190 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_17_4} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9576 2024.11.09 02:51:18.041743 [ 190 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_17_4} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
9577 2024.11.09 02:51:18.041850 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9578 2024.11.09 02:51:18.316376 [ 146 ] {} <Debug> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
9579 2024.11.09 02:51:18.316468 [ 146 ] {} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9580 2024.11.09 02:51:18.316517 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
9581 2024.11.09 02:51:18.316831 [ 193 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::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
9582 2024.11.09 02:51:18.317191 [ 193 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9583 2024.11.09 02:51:18.317256 [ 193 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 242 rows starting from the beginning of the part
9584 2024.11.09 02:51:18.317459 [ 193 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part
9585 2024.11.09 02:51:18.317782 [ 193 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part
9586 2024.11.09 02:51:18.318056 [ 193 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part
9587 2024.11.09 02:51:18.318234 [ 193 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part
9588 2024.11.09 02:51:18.319242 [ 193 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002624295 sec., 113554.30696625188 rows/sec., 7.73 MiB/sec.
9589 2024.11.09 02:51:18.319371 [ 193 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
9590 2024.11.09 02:51:18.319757 [ 193 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_17_4} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9591 2024.11.09 02:51:18.319839 [ 193 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_17_4} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
9592 2024.11.09 02:51:18.319915 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
9593 2024.11.09 02:51:20.014870 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38160, User-Agent: (none), Length: 41147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9594 2024.11.09 02:51:20.014989 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9595 2024.11.09 02:51:20.015018 [ 283 ] {} <Debug> HTTP-Session: 30f62100-4269-4ba5-9164-8d9ffff8d709 Authenticating user 'default' from [fd00:1122:3344:101::d]:38160
9596 2024.11.09 02:51:20.015046 [ 283 ] {} <Debug> HTTP-Session: 30f62100-4269-4ba5-9164-8d9ffff8d709 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9597 2024.11.09 02:51:20.015065 [ 283 ] {} <Debug> HTTP-Session: 30f62100-4269-4ba5-9164-8d9ffff8d709 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9598 2024.11.09 02:51:20.015122 [ 283 ] {} <Trace> HTTP-Session: 30f62100-4269-4ba5-9164-8d9ffff8d709 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9599 2024.11.09 02:51:20.015410 [ 283 ] {b580b35b-97f9-472b-9ee8-dd6568c4fc43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38160) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
9600 2024.11.09 02:51:20.015486 [ 283 ] {b580b35b-97f9-472b-9ee8-dd6568c4fc43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9601 2024.11.09 02:51:20.015822 [ 283 ] {b580b35b-97f9-472b-9ee8-dd6568c4fc43} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9602 2024.11.09 02:51:20.016587 [ 283 ] {b580b35b-97f9-472b-9ee8-dd6568c4fc43} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9603 2024.11.09 02:51:20.016631 [ 283 ] {b580b35b-97f9-472b-9ee8-dd6568c4fc43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
9604 2024.11.09 02:51:20.017078 [ 283 ] {b580b35b-97f9-472b-9ee8-dd6568c4fc43} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
9605 2024.11.09 02:51:20.017464 [ 283 ] {b580b35b-97f9-472b-9ee8-dd6568c4fc43} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9606 2024.11.09 02:51:20.017630 [ 283 ] {b580b35b-97f9-472b-9ee8-dd6568c4fc43} <Debug> executeQuery: Read 271 rows, 24.70 KiB in 0.002352 sec., 115221.08843537416 rows/sec., 10.26 MiB/sec.
9607 2024.11.09 02:51:20.017853 [ 283 ] {b580b35b-97f9-472b-9ee8-dd6568c4fc43} <Debug> DynamicQueryHandler: Done processing query
9608 2024.11.09 02:51:20.017879 [ 283 ] {b580b35b-97f9-472b-9ee8-dd6568c4fc43} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
9609 2024.11.09 02:51:20.017895 [ 283 ] {} <Debug> HTTP-Session: 30f62100-4269-4ba5-9164-8d9ffff8d709 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9610 2024.11.09 02:51:20.018128 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38160, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9611 2024.11.09 02:51:20.018198 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38763, User-Agent: (none), Length: 5927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9612 2024.11.09 02:51:20.018323 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9613 2024.11.09 02:51:20.018349 [ 285 ] {} <Debug> HTTP-Session: 70a7195c-e92b-4a14-8c21-e27b75b26e66 Authenticating user 'default' from [fd00:1122:3344:101::d]:38763
9614 2024.11.09 02:51:20.018376 [ 285 ] {} <Debug> HTTP-Session: 70a7195c-e92b-4a14-8c21-e27b75b26e66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9615 2024.11.09 02:51:20.018391 [ 285 ] {} <Debug> HTTP-Session: 70a7195c-e92b-4a14-8c21-e27b75b26e66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9616 2024.11.09 02:51:20.018444 [ 285 ] {} <Trace> HTTP-Session: 70a7195c-e92b-4a14-8c21-e27b75b26e66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9617 2024.11.09 02:51:20.018634 [ 285 ] {d18d99fa-3b54-47b8-80e9-ba5847fac7a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38763) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
9618 2024.11.09 02:51:20.018699 [ 285 ] {d18d99fa-3b54-47b8-80e9-ba5847fac7a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9619 2024.11.09 02:51:20.019039 [ 285 ] {d18d99fa-3b54-47b8-80e9-ba5847fac7a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9620 2024.11.09 02:51:20.019486 [ 285 ] {d18d99fa-3b54-47b8-80e9-ba5847fac7a0} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9621 2024.11.09 02:51:20.019528 [ 285 ] {d18d99fa-3b54-47b8-80e9-ba5847fac7a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
9622 2024.11.09 02:51:20.019946 [ 285 ] {d18d99fa-3b54-47b8-80e9-ba5847fac7a0} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
9623 2024.11.09 02:51:20.020347 [ 285 ] {d18d99fa-3b54-47b8-80e9-ba5847fac7a0} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9624 2024.11.09 02:51:20.020529 [ 285 ] {d18d99fa-3b54-47b8-80e9-ba5847fac7a0} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001956 sec., 20961.14519427403 rows/sec., 1.54 MiB/sec.
9625 2024.11.09 02:51:20.020727 [ 285 ] {d18d99fa-3b54-47b8-80e9-ba5847fac7a0} <Debug> DynamicQueryHandler: Done processing query
9626 2024.11.09 02:51:20.020752 [ 285 ] {d18d99fa-3b54-47b8-80e9-ba5847fac7a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
9627 2024.11.09 02:51:20.020769 [ 285 ] {} <Debug> HTTP-Session: 70a7195c-e92b-4a14-8c21-e27b75b26e66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9628 2024.11.09 02:51:20.020944 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38763, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9629 2024.11.09 02:51:20.021009 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62857, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9630 2024.11.09 02:51:20.021105 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9631 2024.11.09 02:51:20.021136 [ 283 ] {} <Debug> HTTP-Session: 59c2938e-ff59-4ec8-9c7e-57cc655da06c Authenticating user 'default' from [fd00:1122:3344:101::d]:62857
9632 2024.11.09 02:51:20.021160 [ 283 ] {} <Debug> HTTP-Session: 59c2938e-ff59-4ec8-9c7e-57cc655da06c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9633 2024.11.09 02:51:20.021177 [ 283 ] {} <Debug> HTTP-Session: 59c2938e-ff59-4ec8-9c7e-57cc655da06c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9634 2024.11.09 02:51:20.021226 [ 283 ] {} <Trace> HTTP-Session: 59c2938e-ff59-4ec8-9c7e-57cc655da06c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9635 2024.11.09 02:51:20.021373 [ 283 ] {5f7a744a-c2c9-47d0-9f4d-2bbe7bb7527e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62857) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
9636 2024.11.09 02:51:20.021432 [ 283 ] {5f7a744a-c2c9-47d0-9f4d-2bbe7bb7527e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9637 2024.11.09 02:51:20.021718 [ 283 ] {5f7a744a-c2c9-47d0-9f4d-2bbe7bb7527e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9638 2024.11.09 02:51:20.022060 [ 283 ] {5f7a744a-c2c9-47d0-9f4d-2bbe7bb7527e} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9639 2024.11.09 02:51:20.022097 [ 283 ] {5f7a744a-c2c9-47d0-9f4d-2bbe7bb7527e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
9640 2024.11.09 02:51:20.022477 [ 283 ] {5f7a744a-c2c9-47d0-9f4d-2bbe7bb7527e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
9641 2024.11.09 02:51:20.022838 [ 283 ] {5f7a744a-c2c9-47d0-9f4d-2bbe7bb7527e} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9642 2024.11.09 02:51:20.022993 [ 283 ] {5f7a744a-c2c9-47d0-9f4d-2bbe7bb7527e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001661 sec., 8428.657435279953 rows/sec., 590.29 KiB/sec.
9643 2024.11.09 02:51:20.023285 [ 283 ] {5f7a744a-c2c9-47d0-9f4d-2bbe7bb7527e} <Debug> DynamicQueryHandler: Done processing query
9644 2024.11.09 02:51:20.023324 [ 283 ] {5f7a744a-c2c9-47d0-9f4d-2bbe7bb7527e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9645 2024.11.09 02:51:20.023348 [ 283 ] {} <Debug> HTTP-Session: 59c2938e-ff59-4ec8-9c7e-57cc655da06c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9646 2024.11.09 02:51:20.023516 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62857, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9647 2024.11.09 02:51:20.023610 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36019, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9648 2024.11.09 02:51:20.023684 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9649 2024.11.09 02:51:20.023709 [ 285 ] {} <Debug> HTTP-Session: cf30d308-78e2-4674-83b8-d8cd861c6bbd Authenticating user 'default' from [fd00:1122:3344:101::d]:36019
9650 2024.11.09 02:51:20.023730 [ 285 ] {} <Debug> HTTP-Session: cf30d308-78e2-4674-83b8-d8cd861c6bbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9651 2024.11.09 02:51:20.023748 [ 285 ] {} <Debug> HTTP-Session: cf30d308-78e2-4674-83b8-d8cd861c6bbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9652 2024.11.09 02:51:20.023791 [ 285 ] {} <Trace> HTTP-Session: cf30d308-78e2-4674-83b8-d8cd861c6bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9653 2024.11.09 02:51:20.023921 [ 285 ] {0585ef5d-4e88-4434-a166-89a4d653ce3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36019) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
9654 2024.11.09 02:51:20.023976 [ 285 ] {0585ef5d-4e88-4434-a166-89a4d653ce3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9655 2024.11.09 02:51:20.024291 [ 285 ] {0585ef5d-4e88-4434-a166-89a4d653ce3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9656 2024.11.09 02:51:20.024618 [ 285 ] {0585ef5d-4e88-4434-a166-89a4d653ce3e} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9657 2024.11.09 02:51:20.024655 [ 285 ] {0585ef5d-4e88-4434-a166-89a4d653ce3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
9658 2024.11.09 02:51:20.025024 [ 285 ] {0585ef5d-4e88-4434-a166-89a4d653ce3e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
9659 2024.11.09 02:51:20.025389 [ 285 ] {0585ef5d-4e88-4434-a166-89a4d653ce3e} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9660 2024.11.09 02:51:20.025534 [ 285 ] {0585ef5d-4e88-4434-a166-89a4d653ce3e} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001647 sec., 3642.9872495446266 rows/sec., 215.24 KiB/sec.
9661 2024.11.09 02:51:20.025756 [ 285 ] {0585ef5d-4e88-4434-a166-89a4d653ce3e} <Debug> DynamicQueryHandler: Done processing query
9662 2024.11.09 02:51:20.025783 [ 285 ] {0585ef5d-4e88-4434-a166-89a4d653ce3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9663 2024.11.09 02:51:20.025800 [ 285 ] {} <Debug> HTTP-Session: cf30d308-78e2-4674-83b8-d8cd861c6bbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9664 2024.11.09 02:51:20.026171 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36019, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9665 2024.11.09 02:51:20.026301 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52243, User-Agent: (none), Length: 68708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9666 2024.11.09 02:51:20.026412 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9667 2024.11.09 02:51:20.026450 [ 283 ] {} <Debug> HTTP-Session: c1d3c951-f34c-4051-bdb0-883949e21f28 Authenticating user 'default' from [fd00:1122:3344:101::d]:52243
9668 2024.11.09 02:51:20.026485 [ 283 ] {} <Debug> HTTP-Session: c1d3c951-f34c-4051-bdb0-883949e21f28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9669 2024.11.09 02:51:20.026512 [ 283 ] {} <Debug> HTTP-Session: c1d3c951-f34c-4051-bdb0-883949e21f28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9670 2024.11.09 02:51:20.026569 [ 283 ] {} <Trace> HTTP-Session: c1d3c951-f34c-4051-bdb0-883949e21f28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9671 2024.11.09 02:51:20.026803 [ 283 ] {cacf1eaa-ea40-4343-a79f-e9d3c69106c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
9672 2024.11.09 02:51:20.026853 [ 283 ] {cacf1eaa-ea40-4343-a79f-e9d3c69106c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9673 2024.11.09 02:51:20.027119 [ 283 ] {cacf1eaa-ea40-4343-a79f-e9d3c69106c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9674 2024.11.09 02:51:20.027719 [ 283 ] {cacf1eaa-ea40-4343-a79f-e9d3c69106c3} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9675 2024.11.09 02:51:20.027755 [ 283 ] {cacf1eaa-ea40-4343-a79f-e9d3c69106c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
9676 2024.11.09 02:51:20.028142 [ 283 ] {cacf1eaa-ea40-4343-a79f-e9d3c69106c3} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
9677 2024.11.09 02:51:20.028492 [ 283 ] {cacf1eaa-ea40-4343-a79f-e9d3c69106c3} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9678 2024.11.09 02:51:20.028620 [ 283 ] {cacf1eaa-ea40-4343-a79f-e9d3c69106c3} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001935 sec., 218604.6511627907 rows/sec., 15.63 MiB/sec.
9679 2024.11.09 02:51:20.028802 [ 283 ] {cacf1eaa-ea40-4343-a79f-e9d3c69106c3} <Debug> DynamicQueryHandler: Done processing query
9680 2024.11.09 02:51:20.028825 [ 283 ] {cacf1eaa-ea40-4343-a79f-e9d3c69106c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
9681 2024.11.09 02:51:20.028842 [ 283 ] {} <Debug> HTTP-Session: c1d3c951-f34c-4051-bdb0-883949e21f28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9682 2024.11.09 02:51:20.029035 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52243, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9683 2024.11.09 02:51:20.029035 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36019, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9684 2024.11.09 02:51:20.029141 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9685 2024.11.09 02:51:20.029165 [ 285 ] {} <Debug> HTTP-Session: 05da7232-0620-41fa-bfe2-457e756d4b5b Authenticating user 'default' from [fd00:1122:3344:101::d]:36019
9686 2024.11.09 02:51:20.029202 [ 285 ] {} <Debug> HTTP-Session: 05da7232-0620-41fa-bfe2-457e756d4b5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9687 2024.11.09 02:51:20.029225 [ 285 ] {} <Debug> HTTP-Session: 05da7232-0620-41fa-bfe2-457e756d4b5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9688 2024.11.09 02:51:20.029269 [ 285 ] {} <Trace> HTTP-Session: 05da7232-0620-41fa-bfe2-457e756d4b5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9689 2024.11.09 02:51:20.029398 [ 285 ] {3fc75d18-6adf-453c-aab5-940a8c359362} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36019) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
9690 2024.11.09 02:51:20.029455 [ 285 ] {3fc75d18-6adf-453c-aab5-940a8c359362} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9691 2024.11.09 02:51:20.029627 [ 285 ] {3fc75d18-6adf-453c-aab5-940a8c359362} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9692 2024.11.09 02:51:20.029896 [ 285 ] {3fc75d18-6adf-453c-aab5-940a8c359362} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9693 2024.11.09 02:51:20.029932 [ 285 ] {3fc75d18-6adf-453c-aab5-940a8c359362} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
9694 2024.11.09 02:51:20.030285 [ 285 ] {3fc75d18-6adf-453c-aab5-940a8c359362} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
9695 2024.11.09 02:51:20.030617 [ 285 ] {3fc75d18-6adf-453c-aab5-940a8c359362} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9696 2024.11.09 02:51:20.030770 [ 285 ] {3fc75d18-6adf-453c-aab5-940a8c359362} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001403 sec., 4276.550249465431 rows/sec., 223.43 KiB/sec.
9697 2024.11.09 02:51:20.030942 [ 285 ] {3fc75d18-6adf-453c-aab5-940a8c359362} <Debug> DynamicQueryHandler: Done processing query
9698 2024.11.09 02:51:20.030965 [ 285 ] {3fc75d18-6adf-453c-aab5-940a8c359362} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
9699 2024.11.09 02:51:20.030981 [ 285 ] {} <Debug> HTTP-Session: 05da7232-0620-41fa-bfe2-457e756d4b5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9700 2024.11.09 02:51:20.031176 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36019, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9701 2024.11.09 02:51:20.031236 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57854, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9702 2024.11.09 02:51:20.031303 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9703 2024.11.09 02:51:20.031323 [ 283 ] {} <Debug> HTTP-Session: aa152bf0-3f62-492f-8114-ad4ae193c10a Authenticating user 'default' from [fd00:1122:3344:101::d]:57854
9704 2024.11.09 02:51:20.031341 [ 283 ] {} <Debug> HTTP-Session: aa152bf0-3f62-492f-8114-ad4ae193c10a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9705 2024.11.09 02:51:20.031354 [ 283 ] {} <Debug> HTTP-Session: aa152bf0-3f62-492f-8114-ad4ae193c10a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9706 2024.11.09 02:51:20.031393 [ 283 ] {} <Trace> HTTP-Session: aa152bf0-3f62-492f-8114-ad4ae193c10a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9707 2024.11.09 02:51:20.031672 [ 283 ] {1ea812a2-73a4-4f43-8de3-67d525c2d936} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57854) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
9708 2024.11.09 02:51:20.031732 [ 283 ] {1ea812a2-73a4-4f43-8de3-67d525c2d936} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9709 2024.11.09 02:51:20.031942 [ 283 ] {1ea812a2-73a4-4f43-8de3-67d525c2d936} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9710 2024.11.09 02:51:20.032447 [ 283 ] {1ea812a2-73a4-4f43-8de3-67d525c2d936} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9711 2024.11.09 02:51:20.032489 [ 283 ] {1ea812a2-73a4-4f43-8de3-67d525c2d936} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
9712 2024.11.09 02:51:20.032880 [ 283 ] {1ea812a2-73a4-4f43-8de3-67d525c2d936} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
9713 2024.11.09 02:51:20.033219 [ 283 ] {1ea812a2-73a4-4f43-8de3-67d525c2d936} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9714 2024.11.09 02:51:20.033343 [ 283 ] {1ea812a2-73a4-4f43-8de3-67d525c2d936} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001852 sec., 127969.76241900648 rows/sec., 8.58 MiB/sec.
9715 2024.11.09 02:51:20.033524 [ 283 ] {1ea812a2-73a4-4f43-8de3-67d525c2d936} <Debug> DynamicQueryHandler: Done processing query
9716 2024.11.09 02:51:20.033548 [ 283 ] {1ea812a2-73a4-4f43-8de3-67d525c2d936} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
9717 2024.11.09 02:51:20.033564 [ 283 ] {} <Debug> HTTP-Session: aa152bf0-3f62-492f-8114-ad4ae193c10a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9718 2024.11.09 02:51:20.033732 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36019, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9719 2024.11.09 02:51:20.033748 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57854, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9720 2024.11.09 02:51:20.033825 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9721 2024.11.09 02:51:20.033856 [ 285 ] {} <Debug> HTTP-Session: a8255767-76b6-421f-aac3-5f5aab0bb950 Authenticating user 'default' from [fd00:1122:3344:101::d]:36019
9722 2024.11.09 02:51:20.033874 [ 285 ] {} <Debug> HTTP-Session: a8255767-76b6-421f-aac3-5f5aab0bb950 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9723 2024.11.09 02:51:20.033899 [ 285 ] {} <Debug> HTTP-Session: a8255767-76b6-421f-aac3-5f5aab0bb950 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9724 2024.11.09 02:51:20.033943 [ 285 ] {} <Trace> HTTP-Session: a8255767-76b6-421f-aac3-5f5aab0bb950 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9725 2024.11.09 02:51:20.034050 [ 285 ] {0a315867-2ace-4d5c-83b2-172b741e9ed4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36019) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
9726 2024.11.09 02:51:20.034100 [ 285 ] {0a315867-2ace-4d5c-83b2-172b741e9ed4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9727 2024.11.09 02:51:20.034263 [ 285 ] {0a315867-2ace-4d5c-83b2-172b741e9ed4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9728 2024.11.09 02:51:20.034540 [ 285 ] {0a315867-2ace-4d5c-83b2-172b741e9ed4} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9729 2024.11.09 02:51:20.034575 [ 285 ] {0a315867-2ace-4d5c-83b2-172b741e9ed4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
9730 2024.11.09 02:51:20.034925 [ 285 ] {0a315867-2ace-4d5c-83b2-172b741e9ed4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
9731 2024.11.09 02:51:20.035265 [ 285 ] {0a315867-2ace-4d5c-83b2-172b741e9ed4} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9732 2024.11.09 02:51:20.035425 [ 285 ] {0a315867-2ace-4d5c-83b2-172b741e9ed4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001394 sec., 717.3601147776184 rows/sec., 48.34 KiB/sec.
9733 2024.11.09 02:51:20.035730 [ 285 ] {0a315867-2ace-4d5c-83b2-172b741e9ed4} <Debug> DynamicQueryHandler: Done processing query
9734 2024.11.09 02:51:20.035754 [ 285 ] {0a315867-2ace-4d5c-83b2-172b741e9ed4} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
9735 2024.11.09 02:51:20.035771 [ 285 ] {} <Debug> HTTP-Session: a8255767-76b6-421f-aac3-5f5aab0bb950 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9736 2024.11.09 02:51:20.035984 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36019, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9737 2024.11.09 02:51:20.036047 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44063, User-Agent: (none), Length: 68766, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9738 2024.11.09 02:51:20.036139 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9739 2024.11.09 02:51:20.036166 [ 283 ] {} <Debug> HTTP-Session: 40b7db2a-7c41-4f91-b046-caf5288b5d23 Authenticating user 'default' from [fd00:1122:3344:101::d]:44063
9740 2024.11.09 02:51:20.036187 [ 283 ] {} <Debug> HTTP-Session: 40b7db2a-7c41-4f91-b046-caf5288b5d23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9741 2024.11.09 02:51:20.036204 [ 283 ] {} <Debug> HTTP-Session: 40b7db2a-7c41-4f91-b046-caf5288b5d23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9742 2024.11.09 02:51:20.036249 [ 283 ] {} <Trace> HTTP-Session: 40b7db2a-7c41-4f91-b046-caf5288b5d23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9743 2024.11.09 02:51:20.036766 [ 283 ] {625fc5c0-3992-4657-b699-b4d7e6903b87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44063) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
9744 2024.11.09 02:51:20.036846 [ 283 ] {625fc5c0-3992-4657-b699-b4d7e6903b87} <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
9745 2024.11.09 02:51:20.037313 [ 283 ] {625fc5c0-3992-4657-b699-b4d7e6903b87} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9746 2024.11.09 02:51:20.038105 [ 283 ] {625fc5c0-3992-4657-b699-b4d7e6903b87} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9747 2024.11.09 02:51:20.038141 [ 283 ] {625fc5c0-3992-4657-b699-b4d7e6903b87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
9748 2024.11.09 02:51:20.038798 [ 283 ] {625fc5c0-3992-4657-b699-b4d7e6903b87} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
9749 2024.11.09 02:51:20.039203 [ 283 ] {625fc5c0-3992-4657-b699-b4d7e6903b87} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9750 2024.11.09 02:51:20.039346 [ 283 ] {625fc5c0-3992-4657-b699-b4d7e6903b87} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002967 sec., 13818.672059319177 rows/sec., 24.76 MiB/sec.
9751 2024.11.09 02:51:20.040017 [ 283 ] {625fc5c0-3992-4657-b699-b4d7e6903b87} <Debug> DynamicQueryHandler: Done processing query
9752 2024.11.09 02:51:20.040042 [ 283 ] {625fc5c0-3992-4657-b699-b4d7e6903b87} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB.
9753 2024.11.09 02:51:20.040058 [ 283 ] {} <Debug> HTTP-Session: 40b7db2a-7c41-4f91-b046-caf5288b5d23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9754 2024.11.09 02:51:20.040248 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44063, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9755 2024.11.09 02:51:20.040372 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62243, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9756 2024.11.09 02:51:20.040494 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9757 2024.11.09 02:51:20.040533 [ 285 ] {} <Debug> HTTP-Session: 4cac7fae-ad08-4c66-a565-052b9904b0fe Authenticating user 'default' from [fd00:1122:3344:101::d]:62243
9758 2024.11.09 02:51:20.040563 [ 285 ] {} <Debug> HTTP-Session: 4cac7fae-ad08-4c66-a565-052b9904b0fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9759 2024.11.09 02:51:20.040579 [ 285 ] {} <Debug> HTTP-Session: 4cac7fae-ad08-4c66-a565-052b9904b0fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9760 2024.11.09 02:51:20.040624 [ 285 ] {} <Trace> HTTP-Session: 4cac7fae-ad08-4c66-a565-052b9904b0fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9761 2024.11.09 02:51:20.040791 [ 285 ] {f63a73f3-71e4-4440-befe-3141968bf593} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
9762 2024.11.09 02:51:20.040847 [ 285 ] {f63a73f3-71e4-4440-befe-3141968bf593} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9763 2024.11.09 02:51:20.041021 [ 285 ] {f63a73f3-71e4-4440-befe-3141968bf593} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9764 2024.11.09 02:51:20.041396 [ 285 ] {f63a73f3-71e4-4440-befe-3141968bf593} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9765 2024.11.09 02:51:20.041438 [ 285 ] {f63a73f3-71e4-4440-befe-3141968bf593} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
9766 2024.11.09 02:51:20.041806 [ 285 ] {f63a73f3-71e4-4440-befe-3141968bf593} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
9767 2024.11.09 02:51:20.042127 [ 285 ] {f63a73f3-71e4-4440-befe-3141968bf593} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9768 2024.11.09 02:51:20.042277 [ 285 ] {f63a73f3-71e4-4440-befe-3141968bf593} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001553 sec., 52801.03026400515 rows/sec., 3.35 MiB/sec.
9769 2024.11.09 02:51:20.042439 [ 285 ] {f63a73f3-71e4-4440-befe-3141968bf593} <Debug> DynamicQueryHandler: Done processing query
9770 2024.11.09 02:51:20.042464 [ 285 ] {f63a73f3-71e4-4440-befe-3141968bf593} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9771 2024.11.09 02:51:20.042479 [ 285 ] {} <Debug> HTTP-Session: 4cac7fae-ad08-4c66-a565-052b9904b0fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9772 2024.11.09 02:51:20.042842 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62243, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9773 2024.11.09 02:51:20.881166 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48498, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9774 2024.11.09 02:51:21.133742 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33524, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9775 2024.11.09 02:51:21.174015 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60683, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9776 2024.11.09 02:51:21.184383 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55205, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9777 2024.11.09 02:51:21.186723 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57162, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9778 2024.11.09 02:51:21.269284 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63794, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9779 2024.11.09 02:51:21.283694 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41575, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9780 2024.11.09 02:51:21.283949 [ 286 ] {} <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):
9781 
9782 (version 23.8.7.1)
9783 2024.11.09 02:51:21.288968 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46450, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9784 2024.11.09 02:51:21.636668 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 904
9785 2024.11.09 02:51:21.639600 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9786 2024.11.09 02:51:21.639650 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
9787 2024.11.09 02:51:21.641208 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
9788 2024.11.09 02:51:21.642202 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9789 2024.11.09 02:51:21.643359 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 904
9790 2024.11.09 02:51:25.007189 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36391, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9791 2024.11.09 02:51:25.007314 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9792 2024.11.09 02:51:25.007345 [ 286 ] {} <Debug> HTTP-Session: 7710ec08-8410-4188-9297-bc63038eba6a Authenticating user 'default' from [fd00:1122:3344:101::d]:36391
9793 2024.11.09 02:51:25.007372 [ 286 ] {} <Debug> HTTP-Session: 7710ec08-8410-4188-9297-bc63038eba6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9794 2024.11.09 02:51:25.007390 [ 286 ] {} <Debug> HTTP-Session: 7710ec08-8410-4188-9297-bc63038eba6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9795 2024.11.09 02:51:25.007447 [ 286 ] {} <Trace> HTTP-Session: 7710ec08-8410-4188-9297-bc63038eba6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9796 2024.11.09 02:51:25.007646 [ 286 ] {973de9df-9e5a-496d-a3fc-a3936920c890} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36391) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
9797 2024.11.09 02:51:25.007718 [ 286 ] {973de9df-9e5a-496d-a3fc-a3936920c890} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9798 2024.11.09 02:51:25.008067 [ 286 ] {973de9df-9e5a-496d-a3fc-a3936920c890} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9799 2024.11.09 02:51:25.008534 [ 286 ] {973de9df-9e5a-496d-a3fc-a3936920c890} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9800 2024.11.09 02:51:25.008577 [ 286 ] {973de9df-9e5a-496d-a3fc-a3936920c890} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
9801 2024.11.09 02:51:25.009005 [ 286 ] {973de9df-9e5a-496d-a3fc-a3936920c890} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
9802 2024.11.09 02:51:25.009413 [ 286 ] {973de9df-9e5a-496d-a3fc-a3936920c890} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9803 2024.11.09 02:51:25.009567 [ 286 ] {973de9df-9e5a-496d-a3fc-a3936920c890} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001979 sec., 1010.611419909045 rows/sec., 82.41 KiB/sec.
9804 2024.11.09 02:51:25.009797 [ 286 ] {973de9df-9e5a-496d-a3fc-a3936920c890} <Debug> DynamicQueryHandler: Done processing query
9805 2024.11.09 02:51:25.009824 [ 286 ] {973de9df-9e5a-496d-a3fc-a3936920c890} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
9806 2024.11.09 02:51:25.009842 [ 286 ] {} <Debug> HTTP-Session: 7710ec08-8410-4188-9297-bc63038eba6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9807 2024.11.09 02:51:25.010116 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36391, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9808 2024.11.09 02:51:25.010293 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35590, User-Agent: (none), Length: 7980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9809 2024.11.09 02:51:25.010370 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9810 2024.11.09 02:51:25.010396 [ 293 ] {} <Debug> HTTP-Session: 9fc14962-cad8-4f61-873b-eebdf7195f3e Authenticating user 'default' from [fd00:1122:3344:101::d]:35590
9811 2024.11.09 02:51:25.010419 [ 293 ] {} <Debug> HTTP-Session: 9fc14962-cad8-4f61-873b-eebdf7195f3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9812 2024.11.09 02:51:25.010437 [ 293 ] {} <Debug> HTTP-Session: 9fc14962-cad8-4f61-873b-eebdf7195f3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9813 2024.11.09 02:51:25.010483 [ 293 ] {} <Trace> HTTP-Session: 9fc14962-cad8-4f61-873b-eebdf7195f3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9814 2024.11.09 02:51:25.010642 [ 293 ] {6b845420-2ce2-4dd5-81be-f93f14f9c1e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35590) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
9815 2024.11.09 02:51:25.010698 [ 293 ] {6b845420-2ce2-4dd5-81be-f93f14f9c1e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9816 2024.11.09 02:51:25.010937 [ 293 ] {6b845420-2ce2-4dd5-81be-f93f14f9c1e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9817 2024.11.09 02:51:25.011324 [ 293 ] {6b845420-2ce2-4dd5-81be-f93f14f9c1e2} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9818 2024.11.09 02:51:25.011361 [ 293 ] {6b845420-2ce2-4dd5-81be-f93f14f9c1e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
9819 2024.11.09 02:51:25.011731 [ 293 ] {6b845420-2ce2-4dd5-81be-f93f14f9c1e2} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
9820 2024.11.09 02:51:25.012109 [ 293 ] {6b845420-2ce2-4dd5-81be-f93f14f9c1e2} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9821 2024.11.09 02:51:25.012245 [ 293 ] {6b845420-2ce2-4dd5-81be-f93f14f9c1e2} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001656 sec., 34420.289855072464 rows/sec., 2.64 MiB/sec.
9822 2024.11.09 02:51:25.012325 [ 137 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
9823 2024.11.09 02:51:25.012429 [ 137 ] {} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9824 2024.11.09 02:51:25.012472 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
9825 2024.11.09 02:51:25.012548 [ 293 ] {6b845420-2ce2-4dd5-81be-f93f14f9c1e2} <Debug> DynamicQueryHandler: Done processing query
9826 2024.11.09 02:51:25.012608 [ 293 ] {6b845420-2ce2-4dd5-81be-f93f14f9c1e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
9827 2024.11.09 02:51:25.012670 [ 293 ] {} <Debug> HTTP-Session: 9fc14962-cad8-4f61-873b-eebdf7195f3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9828 2024.11.09 02:51:25.012733 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::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
9829 2024.11.09 02:51:25.012873 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36391, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9830 2024.11.09 02:51:25.012890 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35590, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9831 2024.11.09 02:51:25.013010 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9832 2024.11.09 02:51:25.013096 [ 286 ] {} <Debug> HTTP-Session: c773ae70-bfd2-44d6-b0c6-8e2fbdbcb920 Authenticating user 'default' from [fd00:1122:3344:101::d]:36391
9833 2024.11.09 02:51:25.013153 [ 286 ] {} <Debug> HTTP-Session: c773ae70-bfd2-44d6-b0c6-8e2fbdbcb920 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9834 2024.11.09 02:51:25.013203 [ 286 ] {} <Debug> HTTP-Session: c773ae70-bfd2-44d6-b0c6-8e2fbdbcb920 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9835 2024.11.09 02:51:25.013251 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9836 2024.11.09 02:51:25.013276 [ 286 ] {} <Trace> HTTP-Session: c773ae70-bfd2-44d6-b0c6-8e2fbdbcb920 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9837 2024.11.09 02:51:25.013343 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1420 rows starting from the beginning of the part
9838 2024.11.09 02:51:25.013572 [ 286 ] {7ac14452-dc37-4cd5-b166-28058b2d7b09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36391) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
9839 2024.11.09 02:51:25.013625 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 271 rows starting from the beginning of the part
9840 2024.11.09 02:51:25.013863 [ 286 ] {7ac14452-dc37-4cd5-b166-28058b2d7b09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9841 2024.11.09 02:51:25.014077 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::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
9842 2024.11.09 02:51:25.014503 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 56 rows starting from the beginning of the part
9843 2024.11.09 02:51:25.014887 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 271 rows starting from the beginning of the part
9844 2024.11.09 02:51:25.015360 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 57 rows starting from the beginning of the part
9845 2024.11.09 02:51:25.015924 [ 286 ] {7ac14452-dc37-4cd5-b166-28058b2d7b09} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9846 2024.11.09 02:51:25.017009 [ 286 ] {7ac14452-dc37-4cd5-b166-28058b2d7b09} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9847 2024.11.09 02:51:25.017065 [ 286 ] {7ac14452-dc37-4cd5-b166-28058b2d7b09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
9848 2024.11.09 02:51:25.018015 [ 286 ] {7ac14452-dc37-4cd5-b166-28058b2d7b09} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
9849 2024.11.09 02:51:25.018724 [ 286 ] {7ac14452-dc37-4cd5-b166-28058b2d7b09} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9850 2024.11.09 02:51:25.019246 [ 286 ] {7ac14452-dc37-4cd5-b166-28058b2d7b09} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.005783 sec., 345.84125886218226 rows/sec., 24.15 KiB/sec.
9851 2024.11.09 02:51:25.019450 [ 200 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2135 rows, containing 5 columns (5 merged, 0 gathered) in 0.006862612 sec., 311106.03367930464 rows/sec., 27.50 MiB/sec.
9852 2024.11.09 02:51:25.019892 [ 286 ] {7ac14452-dc37-4cd5-b166-28058b2d7b09} <Debug> DynamicQueryHandler: Done processing query
9853 2024.11.09 02:51:25.019899 [ 200 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
9854 2024.11.09 02:51:25.019934 [ 286 ] {7ac14452-dc37-4cd5-b166-28058b2d7b09} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
9855 2024.11.09 02:51:25.019977 [ 286 ] {} <Debug> HTTP-Session: c773ae70-bfd2-44d6-b0c6-8e2fbdbcb920 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9856 2024.11.09 02:51:25.020327 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36391, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9857 2024.11.09 02:51:25.020390 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58577, User-Agent: (none), Length: 11237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9858 2024.11.09 02:51:25.020568 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9859 2024.11.09 02:51:25.020638 [ 293 ] {} <Debug> HTTP-Session: 364569f7-235b-4391-b1a1-00bad5b34391 Authenticating user 'default' from [fd00:1122:3344:101::d]:58577
9860 2024.11.09 02:51:25.020665 [ 293 ] {} <Debug> HTTP-Session: 364569f7-235b-4391-b1a1-00bad5b34391 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9861 2024.11.09 02:51:25.020700 [ 293 ] {} <Debug> HTTP-Session: 364569f7-235b-4391-b1a1-00bad5b34391 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9862 2024.11.09 02:51:25.020763 [ 293 ] {} <Trace> HTTP-Session: 364569f7-235b-4391-b1a1-00bad5b34391 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9863 2024.11.09 02:51:25.020920 [ 200 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_56_11} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9864 2024.11.09 02:51:25.021027 [ 293 ] {41be7e93-a669-4c2a-a078-d124350ec4fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58577) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
9865 2024.11.09 02:51:25.021105 [ 200 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_56_11} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
9866 2024.11.09 02:51:25.021116 [ 293 ] {41be7e93-a669-4c2a-a078-d124350ec4fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9867 2024.11.09 02:51:25.021304 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB.
9868 2024.11.09 02:51:25.021524 [ 293 ] {41be7e93-a669-4c2a-a078-d124350ec4fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9869 2024.11.09 02:51:25.021899 [ 293 ] {41be7e93-a669-4c2a-a078-d124350ec4fd} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9870 2024.11.09 02:51:25.021938 [ 293 ] {41be7e93-a669-4c2a-a078-d124350ec4fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
9871 2024.11.09 02:51:25.022308 [ 293 ] {41be7e93-a669-4c2a-a078-d124350ec4fd} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
9872 2024.11.09 02:51:25.022673 [ 293 ] {41be7e93-a669-4c2a-a078-d124350ec4fd} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9873 2024.11.09 02:51:25.022838 [ 137 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
9874 2024.11.09 02:51:25.022841 [ 293 ] {41be7e93-a669-4c2a-a078-d124350ec4fd} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001916 sec., 34446.76409185804 rows/sec., 2.69 MiB/sec.
9875 2024.11.09 02:51:25.022889 [ 137 ] {} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9876 2024.11.09 02:51:25.022953 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
9877 2024.11.09 02:51:25.023296 [ 293 ] {41be7e93-a669-4c2a-a078-d124350ec4fd} <Debug> DynamicQueryHandler: Done processing query
9878 2024.11.09 02:51:25.023319 [ 188 ] {48637766-a340-4af8-ae3d-4486ac21e344::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
9879 2024.11.09 02:51:25.023353 [ 293 ] {41be7e93-a669-4c2a-a078-d124350ec4fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
9880 2024.11.09 02:51:25.023430 [ 293 ] {} <Debug> HTTP-Session: 364569f7-235b-4391-b1a1-00bad5b34391 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9881 2024.11.09 02:51:25.023842 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58577, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9882 2024.11.09 02:51:25.023976 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52845, User-Agent: (none), Length: 24729, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9883 2024.11.09 02:51:25.024087 [ 188 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9884 2024.11.09 02:51:25.024210 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9885 2024.11.09 02:51:25.024245 [ 188 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 915 rows starting from the beginning of the part
9886 2024.11.09 02:51:25.024321 [ 286 ] {} <Debug> HTTP-Session: 60802111-52ed-4602-8ae6-54bda046f987 Authenticating user 'default' from [fd00:1122:3344:101::d]:52845
9887 2024.11.09 02:51:25.024463 [ 286 ] {} <Debug> HTTP-Session: 60802111-52ed-4602-8ae6-54bda046f987 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9888 2024.11.09 02:51:25.024571 [ 286 ] {} <Debug> HTTP-Session: 60802111-52ed-4602-8ae6-54bda046f987 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9889 2024.11.09 02:51:25.024678 [ 188 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 423 rows starting from the beginning of the part
9890 2024.11.09 02:51:25.024798 [ 286 ] {} <Trace> HTTP-Session: 60802111-52ed-4602-8ae6-54bda046f987 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9891 2024.11.09 02:51:25.025110 [ 188 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 72 rows starting from the beginning of the part
9892 2024.11.09 02:51:25.025515 [ 286 ] {3d136472-3aef-4b2a-a3fc-973fd0aaecbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52845) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
9893 2024.11.09 02:51:25.025632 [ 188 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 64 rows starting from the beginning of the part
9894 2024.11.09 02:51:25.025743 [ 286 ] {3d136472-3aef-4b2a-a3fc-973fd0aaecbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9895 2024.11.09 02:51:25.026000 [ 188 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 423 rows starting from the beginning of the part
9896 2024.11.09 02:51:25.026337 [ 188 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 66 rows starting from the beginning of the part
9897 2024.11.09 02:51:25.026883 [ 286 ] {3d136472-3aef-4b2a-a3fc-973fd0aaecbe} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9898 2024.11.09 02:51:25.027713 [ 286 ] {3d136472-3aef-4b2a-a3fc-973fd0aaecbe} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9899 2024.11.09 02:51:25.027783 [ 286 ] {3d136472-3aef-4b2a-a3fc-973fd0aaecbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
9900 2024.11.09 02:51:25.028917 [ 286 ] {3d136472-3aef-4b2a-a3fc-973fd0aaecbe} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
9901 2024.11.09 02:51:25.029611 [ 286 ] {3d136472-3aef-4b2a-a3fc-973fd0aaecbe} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9902 2024.11.09 02:51:25.029619 [ 194 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1963 rows, containing 5 columns (5 merged, 0 gathered) in 0.006555646 sec., 299436.5467567956 rows/sec., 22.93 MiB/sec.
9903 2024.11.09 02:51:25.029821 [ 137 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
9904 2024.11.09 02:51:25.029832 [ 286 ] {3d136472-3aef-4b2a-a3fc-973fd0aaecbe} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.004636 sec., 27825.711820534943 rows/sec., 1.94 MiB/sec.
9905 2024.11.09 02:51:25.029896 [ 137 ] {} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9906 2024.11.09 02:51:25.030002 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
9907 2024.11.09 02:51:25.030193 [ 187 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
9908 2024.11.09 02:51:25.030350 [ 198 ] {173f980a-35dc-47ba-ab5b-853644c4390e::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
9909 2024.11.09 02:51:25.030374 [ 286 ] {3d136472-3aef-4b2a-a3fc-973fd0aaecbe} <Debug> DynamicQueryHandler: Done processing query
9910 2024.11.09 02:51:25.030457 [ 286 ] {3d136472-3aef-4b2a-a3fc-973fd0aaecbe} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
9911 2024.11.09 02:51:25.030519 [ 286 ] {} <Debug> HTTP-Session: 60802111-52ed-4602-8ae6-54bda046f987 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9912 2024.11.09 02:51:25.030740 [ 198 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9913 2024.11.09 02:51:25.030851 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52845, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9914 2024.11.09 02:51:25.030866 [ 198 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 11795 rows starting from the beginning of the part
9915 2024.11.09 02:51:25.030960 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50738, User-Agent: (none), Length: 7317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9916 2024.11.09 02:51:25.031369 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9917 2024.11.09 02:51:25.031618 [ 293 ] {} <Debug> HTTP-Session: 9e5c30a5-f415-4625-b330-e00aa328adce Authenticating user 'default' from [fd00:1122:3344:101::d]:50738
9918 2024.11.09 02:51:25.031700 [ 198 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 237 rows starting from the beginning of the part
9919 2024.11.09 02:51:25.031777 [ 293 ] {} <Debug> HTTP-Session: 9e5c30a5-f415-4625-b330-e00aa328adce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9920 2024.11.09 02:51:25.031854 [ 293 ] {} <Debug> HTTP-Session: 9e5c30a5-f415-4625-b330-e00aa328adce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9921 2024.11.09 02:51:25.032039 [ 293 ] {} <Trace> HTTP-Session: 9e5c30a5-f415-4625-b330-e00aa328adce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9922 2024.11.09 02:51:25.032116 [ 198 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 132 rows starting from the beginning of the part
9923 2024.11.09 02:51:25.032446 [ 293 ] {6fb2aa6f-6fab-4107-b2fe-4c82e97f3859} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
9924 2024.11.09 02:51:25.032635 [ 198 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part
9925 2024.11.09 02:51:25.032736 [ 293 ] {6fb2aa6f-6fab-4107-b2fe-4c82e97f3859} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9926 2024.11.09 02:51:25.033055 [ 187 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_56_11} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9927 2024.11.09 02:51:25.033150 [ 198 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 237 rows starting from the beginning of the part
9928 2024.11.09 02:51:25.033630 [ 187 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_56_11} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
9929 2024.11.09 02:51:25.033649 [ 198 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 129 rows starting from the beginning of the part
9930 2024.11.09 02:51:25.034137 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
9931 2024.11.09 02:51:25.034639 [ 293 ] {6fb2aa6f-6fab-4107-b2fe-4c82e97f3859} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9932 2024.11.09 02:51:25.035126 [ 293 ] {6fb2aa6f-6fab-4107-b2fe-4c82e97f3859} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9933 2024.11.09 02:51:25.035163 [ 293 ] {6fb2aa6f-6fab-4107-b2fe-4c82e97f3859} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
9934 2024.11.09 02:51:25.035584 [ 293 ] {6fb2aa6f-6fab-4107-b2fe-4c82e97f3859} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
9935 2024.11.09 02:51:25.036061 [ 293 ] {6fb2aa6f-6fab-4107-b2fe-4c82e97f3859} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9936 2024.11.09 02:51:25.036346 [ 137 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
9937 2024.11.09 02:51:25.036371 [ 293 ] {6fb2aa6f-6fab-4107-b2fe-4c82e97f3859} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004109 sec., 11681.674373326845 rows/sec., 806.16 KiB/sec.
9938 2024.11.09 02:51:25.036457 [ 137 ] {} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9939 2024.11.09 02:51:25.036590 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
9940 2024.11.09 02:51:25.036909 [ 201 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::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
9941 2024.11.09 02:51:25.036917 [ 293 ] {6fb2aa6f-6fab-4107-b2fe-4c82e97f3859} <Debug> DynamicQueryHandler: Done processing query
9942 2024.11.09 02:51:25.037014 [ 293 ] {6fb2aa6f-6fab-4107-b2fe-4c82e97f3859} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
9943 2024.11.09 02:51:25.037044 [ 293 ] {} <Debug> HTTP-Session: 9e5c30a5-f415-4625-b330-e00aa328adce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9944 2024.11.09 02:51:25.037199 [ 201 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9945 2024.11.09 02:51:25.037242 [ 201 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3160 rows starting from the beginning of the part
9946 2024.11.09 02:51:25.037408 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50738, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9947 2024.11.09 02:51:25.037444 [ 201 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 82 rows starting from the beginning of the part
9948 2024.11.09 02:51:25.037924 [ 293 ] {} <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):
9949 
9950 (version 23.8.7.1)
9951 2024.11.09 02:51:25.037982 [ 201 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 48 rows starting from the beginning of the part
9952 2024.11.09 02:51:25.038138 [ 201 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part
9953 2024.11.09 02:51:25.038216 [ 201 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 82 rows starting from the beginning of the part
9954 2024.11.09 02:51:25.038369 [ 201 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 48 rows starting from the beginning of the part
9955 2024.11.09 02:51:25.040072 [ 196 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12690 rows, containing 5 columns (5 merged, 0 gathered) in 0.009912195 sec., 1280241.1574832818 rows/sec., 87.15 MiB/sec.
9956 2024.11.09 02:51:25.040473 [ 186 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
9957 2024.11.09 02:51:25.040878 [ 198 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3480 rows, containing 4 columns (4 merged, 0 gathered) in 0.004087684 sec., 851337.8235695323 rows/sec., 55.95 MiB/sec.
9958 2024.11.09 02:51:25.041135 [ 186 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9959 2024.11.09 02:51:25.041219 [ 186 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
9960 2024.11.09 02:51:25.041246 [ 198 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
9961 2024.11.09 02:51:25.041332 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.31 MiB.
9962 2024.11.09 02:51:25.041663 [ 198 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_56_11} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9963 2024.11.09 02:51:25.041740 [ 198 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_56_11} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
9964 2024.11.09 02:51:25.041823 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB.
9965 2024.11.09 02:51:29.900597 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33993, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9966 2024.11.09 02:51:30.008434 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60771, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9967 2024.11.09 02:51:30.008542 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9968 2024.11.09 02:51:30.008570 [ 286 ] {} <Debug> HTTP-Session: b136176f-2e4e-4e65-bb9f-b92a3549737c Authenticating user 'default' from [fd00:1122:3344:101::d]:60771
9969 2024.11.09 02:51:30.008599 [ 286 ] {} <Debug> HTTP-Session: b136176f-2e4e-4e65-bb9f-b92a3549737c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9970 2024.11.09 02:51:30.008617 [ 286 ] {} <Debug> HTTP-Session: b136176f-2e4e-4e65-bb9f-b92a3549737c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9971 2024.11.09 02:51:30.008673 [ 286 ] {} <Trace> HTTP-Session: b136176f-2e4e-4e65-bb9f-b92a3549737c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9972 2024.11.09 02:51:30.008897 [ 286 ] {65d3dec9-7409-4f51-bb06-8c31b197ba1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60771) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
9973 2024.11.09 02:51:30.008965 [ 286 ] {65d3dec9-7409-4f51-bb06-8c31b197ba1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9974 2024.11.09 02:51:30.009306 [ 286 ] {65d3dec9-7409-4f51-bb06-8c31b197ba1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9975 2024.11.09 02:51:30.009807 [ 286 ] {65d3dec9-7409-4f51-bb06-8c31b197ba1c} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9976 2024.11.09 02:51:30.009850 [ 286 ] {65d3dec9-7409-4f51-bb06-8c31b197ba1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
9977 2024.11.09 02:51:30.010291 [ 286 ] {65d3dec9-7409-4f51-bb06-8c31b197ba1c} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
9978 2024.11.09 02:51:30.010690 [ 286 ] {65d3dec9-7409-4f51-bb06-8c31b197ba1c} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9979 2024.11.09 02:51:30.010844 [ 286 ] {65d3dec9-7409-4f51-bb06-8c31b197ba1c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00202 sec., 27722.772277227723 rows/sec., 2.13 MiB/sec.
9980 2024.11.09 02:51:30.011106 [ 286 ] {65d3dec9-7409-4f51-bb06-8c31b197ba1c} <Debug> DynamicQueryHandler: Done processing query
9981 2024.11.09 02:51:30.011140 [ 286 ] {65d3dec9-7409-4f51-bb06-8c31b197ba1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
9982 2024.11.09 02:51:30.011157 [ 286 ] {} <Debug> HTTP-Session: b136176f-2e4e-4e65-bb9f-b92a3549737c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9983 2024.11.09 02:51:30.011430 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60771, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9984 2024.11.09 02:51:30.011552 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44887, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9985 2024.11.09 02:51:30.011627 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9986 2024.11.09 02:51:30.011654 [ 293 ] {} <Debug> HTTP-Session: 34c8ab0d-27d8-4bae-ad05-e466e47d9f3a Authenticating user 'default' from [fd00:1122:3344:101::d]:44887
9987 2024.11.09 02:51:30.011677 [ 293 ] {} <Debug> HTTP-Session: 34c8ab0d-27d8-4bae-ad05-e466e47d9f3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9988 2024.11.09 02:51:30.011694 [ 293 ] {} <Debug> HTTP-Session: 34c8ab0d-27d8-4bae-ad05-e466e47d9f3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9989 2024.11.09 02:51:30.011739 [ 293 ] {} <Trace> HTTP-Session: 34c8ab0d-27d8-4bae-ad05-e466e47d9f3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9990 2024.11.09 02:51:30.011900 [ 293 ] {a94a0961-fe0f-48c3-9ca1-25f41c148263} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44887) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
9991 2024.11.09 02:51:30.011948 [ 293 ] {a94a0961-fe0f-48c3-9ca1-25f41c148263} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9992 2024.11.09 02:51:30.012189 [ 293 ] {a94a0961-fe0f-48c3-9ca1-25f41c148263} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9993 2024.11.09 02:51:30.012600 [ 293 ] {a94a0961-fe0f-48c3-9ca1-25f41c148263} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9994 2024.11.09 02:51:30.012637 [ 293 ] {a94a0961-fe0f-48c3-9ca1-25f41c148263} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
9995 2024.11.09 02:51:30.013007 [ 293 ] {a94a0961-fe0f-48c3-9ca1-25f41c148263} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
9996 2024.11.09 02:51:30.013381 [ 293 ] {a94a0961-fe0f-48c3-9ca1-25f41c148263} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9997 2024.11.09 02:51:30.013519 [ 293 ] {a94a0961-fe0f-48c3-9ca1-25f41c148263} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001676 sec., 38186.15751789976 rows/sec., 2.98 MiB/sec.
9998 2024.11.09 02:51:30.013721 [ 293 ] {a94a0961-fe0f-48c3-9ca1-25f41c148263} <Debug> DynamicQueryHandler: Done processing query
9999 2024.11.09 02:51:30.013746 [ 293 ] {a94a0961-fe0f-48c3-9ca1-25f41c148263} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
10000 2024.11.09 02:51:30.013763 [ 293 ] {} <Debug> HTTP-Session: 34c8ab0d-27d8-4bae-ad05-e466e47d9f3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10001 2024.11.09 02:51:30.013957 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44887, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10002 2024.11.09 02:51:30.014000 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60771, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10003 2024.11.09 02:51:30.014067 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10004 2024.11.09 02:51:30.014094 [ 286 ] {} <Debug> HTTP-Session: 7c5522b9-bb86-41b2-af58-007b3b518233 Authenticating user 'default' from [fd00:1122:3344:101::d]:60771
10005 2024.11.09 02:51:30.014116 [ 286 ] {} <Debug> HTTP-Session: 7c5522b9-bb86-41b2-af58-007b3b518233 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10006 2024.11.09 02:51:30.014135 [ 286 ] {} <Debug> HTTP-Session: 7c5522b9-bb86-41b2-af58-007b3b518233 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10007 2024.11.09 02:51:30.014174 [ 286 ] {} <Trace> HTTP-Session: 7c5522b9-bb86-41b2-af58-007b3b518233 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10008 2024.11.09 02:51:30.014351 [ 286 ] {1b1d5efd-b1e0-496c-ab09-126a518cb9a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60771) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
10009 2024.11.09 02:51:30.014407 [ 286 ] {1b1d5efd-b1e0-496c-ab09-126a518cb9a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10010 2024.11.09 02:51:30.014587 [ 286 ] {1b1d5efd-b1e0-496c-ab09-126a518cb9a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10011 2024.11.09 02:51:30.015032 [ 286 ] {1b1d5efd-b1e0-496c-ab09-126a518cb9a1} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10012 2024.11.09 02:51:30.015068 [ 286 ] {1b1d5efd-b1e0-496c-ab09-126a518cb9a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
10013 2024.11.09 02:51:30.015484 [ 286 ] {1b1d5efd-b1e0-496c-ab09-126a518cb9a1} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
10014 2024.11.09 02:51:30.015833 [ 286 ] {1b1d5efd-b1e0-496c-ab09-126a518cb9a1} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10015 2024.11.09 02:51:30.015992 [ 286 ] {1b1d5efd-b1e0-496c-ab09-126a518cb9a1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001717 sec., 93185.789167152 rows/sec., 6.49 MiB/sec.
10016 2024.11.09 02:51:30.016271 [ 286 ] {1b1d5efd-b1e0-496c-ab09-126a518cb9a1} <Debug> DynamicQueryHandler: Done processing query
10017 2024.11.09 02:51:30.016330 [ 286 ] {1b1d5efd-b1e0-496c-ab09-126a518cb9a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
10018 2024.11.09 02:51:30.016385 [ 286 ] {} <Debug> HTTP-Session: 7c5522b9-bb86-41b2-af58-007b3b518233 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10019 2024.11.09 02:51:30.016618 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60771, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10020 2024.11.09 02:51:30.016688 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54299, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10021 2024.11.09 02:51:30.016757 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10022 2024.11.09 02:51:30.016781 [ 293 ] {} <Debug> HTTP-Session: 524789f9-cd7c-4a8f-b7c2-dfb7cd94bf28 Authenticating user 'default' from [fd00:1122:3344:101::d]:54299
10023 2024.11.09 02:51:30.016802 [ 293 ] {} <Debug> HTTP-Session: 524789f9-cd7c-4a8f-b7c2-dfb7cd94bf28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10024 2024.11.09 02:51:30.016819 [ 293 ] {} <Debug> HTTP-Session: 524789f9-cd7c-4a8f-b7c2-dfb7cd94bf28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10025 2024.11.09 02:51:30.016858 [ 293 ] {} <Trace> HTTP-Session: 524789f9-cd7c-4a8f-b7c2-dfb7cd94bf28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10026 2024.11.09 02:51:30.017003 [ 293 ] {654e925a-2a2a-43c4-b43c-b3fe3620435e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54299) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
10027 2024.11.09 02:51:30.017058 [ 293 ] {654e925a-2a2a-43c4-b43c-b3fe3620435e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10028 2024.11.09 02:51:30.017233 [ 293 ] {654e925a-2a2a-43c4-b43c-b3fe3620435e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10029 2024.11.09 02:51:30.017606 [ 293 ] {654e925a-2a2a-43c4-b43c-b3fe3620435e} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10030 2024.11.09 02:51:30.017652 [ 293 ] {654e925a-2a2a-43c4-b43c-b3fe3620435e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
10031 2024.11.09 02:51:30.018054 [ 293 ] {654e925a-2a2a-43c4-b43c-b3fe3620435e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
10032 2024.11.09 02:51:30.018371 [ 293 ] {654e925a-2a2a-43c4-b43c-b3fe3620435e} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10033 2024.11.09 02:51:30.018522 [ 293 ] {654e925a-2a2a-43c4-b43c-b3fe3620435e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001563 sec., 38387.715930902115 rows/sec., 2.59 MiB/sec.
10034 2024.11.09 02:51:30.018696 [ 293 ] {654e925a-2a2a-43c4-b43c-b3fe3620435e} <Debug> DynamicQueryHandler: Done processing query
10035 2024.11.09 02:51:30.018720 [ 293 ] {654e925a-2a2a-43c4-b43c-b3fe3620435e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
10036 2024.11.09 02:51:30.018736 [ 293 ] {} <Debug> HTTP-Session: 524789f9-cd7c-4a8f-b7c2-dfb7cd94bf28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10037 2024.11.09 02:51:30.018998 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54299, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10038 2024.11.09 02:51:30.528670 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55914, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10039 2024.11.09 02:51:30.558186 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43598, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10040 2024.11.09 02:51:30.621669 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51035, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10041 2024.11.09 02:51:30.676157 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:42586, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10042 2024.11.09 02:51:30.677544 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60684, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10043 2024.11.09 02:51:30.725965 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49264, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10044 2024.11.09 02:51:30.825081 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54965, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10045 2024.11.09 02:51:31.419470 [ 134 ] {} <Debug> DNSResolver: Updating DNS cache
10046 2024.11.09 02:51:31.419526 [ 134 ] {} <Debug> DNSResolver: Updated DNS cache
10047 2024.11.09 02:51:31.643573 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 924
10048 2024.11.09 02:51:31.646266 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10049 2024.11.09 02:51:31.646312 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
10050 2024.11.09 02:51:31.647810 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
10051 2024.11.09 02:51:31.648827 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10052 2024.11.09 02:51:31.650218 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 924
10053 2024.11.09 02:51:31.695248 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40218, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10054 2024.11.09 02:51:31.715416 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59950, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10055 2024.11.09 02:51:32.151621 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50426, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10056 2024.11.09 02:51:32.216683 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:32853, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10057 2024.11.09 02:51:32.263587 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38053, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10058 2024.11.09 02:51:32.265123 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34293, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10059 2024.11.09 02:51:32.346345 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49038, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10060 2024.11.09 02:51:32.385813 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64699, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10061 2024.11.09 02:51:32.409282 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51314, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10062 2024.11.09 02:51:32.429683 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59947, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10063 2024.11.09 02:51:32.438412 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48049, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10064 2024.11.09 02:51:32.474006 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53755, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10065 2024.11.09 02:51:32.558508 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35725, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10066 2024.11.09 02:51:32.568888 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50912, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10067 2024.11.09 02:51:32.581357 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36296, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10068 2024.11.09 02:51:32.620832 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41220, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10069 2024.11.09 02:51:35.015203 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56169, User-Agent: (none), Length: 41147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10070 2024.11.09 02:51:35.015317 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10071 2024.11.09 02:51:35.015341 [ 271 ] {} <Debug> HTTP-Session: aa119cba-9e87-4ffa-bd67-5eeb3f36aa4c Authenticating user 'default' from [fd00:1122:3344:101::d]:56169
10072 2024.11.09 02:51:35.015366 [ 271 ] {} <Debug> HTTP-Session: aa119cba-9e87-4ffa-bd67-5eeb3f36aa4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10073 2024.11.09 02:51:35.015381 [ 271 ] {} <Debug> HTTP-Session: aa119cba-9e87-4ffa-bd67-5eeb3f36aa4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10074 2024.11.09 02:51:35.015434 [ 271 ] {} <Trace> HTTP-Session: aa119cba-9e87-4ffa-bd67-5eeb3f36aa4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10075 2024.11.09 02:51:35.015701 [ 271 ] {368a6120-ee6e-4c7d-83e5-6ef8ede569ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56169) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
10076 2024.11.09 02:51:35.015769 [ 271 ] {368a6120-ee6e-4c7d-83e5-6ef8ede569ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10077 2024.11.09 02:51:35.016108 [ 271 ] {368a6120-ee6e-4c7d-83e5-6ef8ede569ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10078 2024.11.09 02:51:35.016737 [ 271 ] {368a6120-ee6e-4c7d-83e5-6ef8ede569ed} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10079 2024.11.09 02:51:35.016779 [ 271 ] {368a6120-ee6e-4c7d-83e5-6ef8ede569ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
10080 2024.11.09 02:51:35.017247 [ 271 ] {368a6120-ee6e-4c7d-83e5-6ef8ede569ed} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
10081 2024.11.09 02:51:35.017650 [ 271 ] {368a6120-ee6e-4c7d-83e5-6ef8ede569ed} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10082 2024.11.09 02:51:35.017842 [ 271 ] {368a6120-ee6e-4c7d-83e5-6ef8ede569ed} <Debug> executeQuery: Read 271 rows, 24.70 KiB in 0.002257 sec., 120070.89056269385 rows/sec., 10.69 MiB/sec.
10083 2024.11.09 02:51:35.018216 [ 271 ] {368a6120-ee6e-4c7d-83e5-6ef8ede569ed} <Debug> DynamicQueryHandler: Done processing query
10084 2024.11.09 02:51:35.018247 [ 271 ] {368a6120-ee6e-4c7d-83e5-6ef8ede569ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
10085 2024.11.09 02:51:35.018264 [ 271 ] {} <Debug> HTTP-Session: aa119cba-9e87-4ffa-bd67-5eeb3f36aa4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10086 2024.11.09 02:51:35.018462 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56169, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10087 2024.11.09 02:51:35.018542 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44432, User-Agent: (none), Length: 5927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10088 2024.11.09 02:51:35.018666 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10089 2024.11.09 02:51:35.018692 [ 295 ] {} <Debug> HTTP-Session: c0789946-5b41-4c5d-933a-b02c7d126516 Authenticating user 'default' from [fd00:1122:3344:101::d]:44432
10090 2024.11.09 02:51:35.018717 [ 295 ] {} <Debug> HTTP-Session: c0789946-5b41-4c5d-933a-b02c7d126516 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10091 2024.11.09 02:51:35.018732 [ 295 ] {} <Debug> HTTP-Session: c0789946-5b41-4c5d-933a-b02c7d126516 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10092 2024.11.09 02:51:35.018786 [ 295 ] {} <Trace> HTTP-Session: c0789946-5b41-4c5d-933a-b02c7d126516 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10093 2024.11.09 02:51:35.018986 [ 295 ] {40713c7c-42a8-456b-acfa-1658dfe53070} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44432) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
10094 2024.11.09 02:51:35.019056 [ 295 ] {40713c7c-42a8-456b-acfa-1658dfe53070} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10095 2024.11.09 02:51:35.019404 [ 295 ] {40713c7c-42a8-456b-acfa-1658dfe53070} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10096 2024.11.09 02:51:35.019838 [ 295 ] {40713c7c-42a8-456b-acfa-1658dfe53070} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10097 2024.11.09 02:51:35.019884 [ 295 ] {40713c7c-42a8-456b-acfa-1658dfe53070} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
10098 2024.11.09 02:51:35.020327 [ 295 ] {40713c7c-42a8-456b-acfa-1658dfe53070} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10099 2024.11.09 02:51:35.020740 [ 295 ] {40713c7c-42a8-456b-acfa-1658dfe53070} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10100 2024.11.09 02:51:35.020913 [ 129 ] {} <Debug> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
10101 2024.11.09 02:51:35.020923 [ 295 ] {40713c7c-42a8-456b-acfa-1658dfe53070} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.002 sec., 20500 rows/sec., 1.51 MiB/sec.
10102 2024.11.09 02:51:35.021000 [ 129 ] {} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10103 2024.11.09 02:51:35.021071 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
10104 2024.11.09 02:51:35.021405 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::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
10105 2024.11.09 02:51:35.021456 [ 295 ] {40713c7c-42a8-456b-acfa-1658dfe53070} <Debug> DynamicQueryHandler: Done processing query
10106 2024.11.09 02:51:35.021561 [ 295 ] {40713c7c-42a8-456b-acfa-1658dfe53070} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
10107 2024.11.09 02:51:35.021670 [ 295 ] {} <Debug> HTTP-Session: c0789946-5b41-4c5d-933a-b02c7d126516 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10108 2024.11.09 02:51:35.022162 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48344, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10109 2024.11.09 02:51:35.022209 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10110 2024.11.09 02:51:35.022203 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44432, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10111 2024.11.09 02:51:35.022326 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 59 rows starting from the beginning of the part
10112 2024.11.09 02:51:35.022326 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10113 2024.11.09 02:51:35.022405 [ 271 ] {} <Debug> HTTP-Session: f0684d8b-02a6-4504-909b-1c38d14a67a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:48344
10114 2024.11.09 02:51:35.022461 [ 271 ] {} <Debug> HTTP-Session: f0684d8b-02a6-4504-909b-1c38d14a67a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10115 2024.11.09 02:51:35.022539 [ 271 ] {} <Debug> HTTP-Session: f0684d8b-02a6-4504-909b-1c38d14a67a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10116 2024.11.09 02:51:35.022554 [ 295 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below):
10117 
10118 (version 23.8.7.1)
10119 2024.11.09 02:51:35.022699 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 41 rows starting from the beginning of the part
10120 2024.11.09 02:51:35.022739 [ 271 ] {} <Trace> HTTP-Session: f0684d8b-02a6-4504-909b-1c38d14a67a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10121 2024.11.09 02:51:35.022959 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 8 rows starting from the beginning of the part
10122 2024.11.09 02:51:35.023183 [ 271 ] {1a3488c8-d039-410e-b9ed-c5d1e38f99be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48344) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
10123 2024.11.09 02:51:35.023199 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 41 rows starting from the beginning of the part
10124 2024.11.09 02:51:35.023323 [ 271 ] {1a3488c8-d039-410e-b9ed-c5d1e38f99be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10125 2024.11.09 02:51:35.023517 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 2 rows starting from the beginning of the part
10126 2024.11.09 02:51:35.023844 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 41 rows starting from the beginning of the part
10127 2024.11.09 02:51:35.024867 [ 271 ] {1a3488c8-d039-410e-b9ed-c5d1e38f99be} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10128 2024.11.09 02:51:35.025824 [ 271 ] {1a3488c8-d039-410e-b9ed-c5d1e38f99be} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10129 2024.11.09 02:51:35.025887 [ 271 ] {1a3488c8-d039-410e-b9ed-c5d1e38f99be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
10130 2024.11.09 02:51:35.027040 [ 271 ] {1a3488c8-d039-410e-b9ed-c5d1e38f99be} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
10131 2024.11.09 02:51:35.027138 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 192 rows, containing 5 columns (5 merged, 0 gathered) in 0.005953953 sec., 32247.48331066772 rows/sec., 2.47 MiB/sec.
10132 2024.11.09 02:51:35.027387 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
10133 2024.11.09 02:51:35.027968 [ 271 ] {1a3488c8-d039-410e-b9ed-c5d1e38f99be} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10134 2024.11.09 02:51:35.028382 [ 271 ] {1a3488c8-d039-410e-b9ed-c5d1e38f99be} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005344 sec., 2619.7604790419164 rows/sec., 183.47 KiB/sec.
10135 2024.11.09 02:51:35.028584 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_36_7} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10136 2024.11.09 02:51:35.028962 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_36_7} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
10137 2024.11.09 02:51:35.029160 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
10138 2024.11.09 02:51:35.029176 [ 271 ] {1a3488c8-d039-410e-b9ed-c5d1e38f99be} <Debug> DynamicQueryHandler: Done processing query
10139 2024.11.09 02:51:35.029223 [ 271 ] {1a3488c8-d039-410e-b9ed-c5d1e38f99be} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10140 2024.11.09 02:51:35.029240 [ 271 ] {} <Debug> HTTP-Session: f0684d8b-02a6-4504-909b-1c38d14a67a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10141 2024.11.09 02:51:35.029416 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48344, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10142 2024.11.09 02:51:35.029512 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45412, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10143 2024.11.09 02:51:35.029584 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10144 2024.11.09 02:51:35.029611 [ 295 ] {} <Debug> HTTP-Session: 709514c5-a2ea-44d0-aee4-37e7d64a065a Authenticating user 'default' from [fd00:1122:3344:101::d]:45412
10145 2024.11.09 02:51:35.029635 [ 295 ] {} <Debug> HTTP-Session: 709514c5-a2ea-44d0-aee4-37e7d64a065a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10146 2024.11.09 02:51:35.029652 [ 295 ] {} <Debug> HTTP-Session: 709514c5-a2ea-44d0-aee4-37e7d64a065a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10147 2024.11.09 02:51:35.029703 [ 295 ] {} <Trace> HTTP-Session: 709514c5-a2ea-44d0-aee4-37e7d64a065a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10148 2024.11.09 02:51:35.029845 [ 295 ] {019da025-c42a-4513-a9ce-da16932017ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45412) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
10149 2024.11.09 02:51:35.029907 [ 295 ] {019da025-c42a-4513-a9ce-da16932017ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10150 2024.11.09 02:51:35.030213 [ 295 ] {019da025-c42a-4513-a9ce-da16932017ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10151 2024.11.09 02:51:35.030554 [ 295 ] {019da025-c42a-4513-a9ce-da16932017ac} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10152 2024.11.09 02:51:35.030593 [ 295 ] {019da025-c42a-4513-a9ce-da16932017ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
10153 2024.11.09 02:51:35.030974 [ 295 ] {019da025-c42a-4513-a9ce-da16932017ac} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
10154 2024.11.09 02:51:35.031375 [ 295 ] {019da025-c42a-4513-a9ce-da16932017ac} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10155 2024.11.09 02:51:35.031542 [ 295 ] {019da025-c42a-4513-a9ce-da16932017ac} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001731 sec., 3466.204506065858 rows/sec., 204.79 KiB/sec.
10156 2024.11.09 02:51:35.031884 [ 295 ] {019da025-c42a-4513-a9ce-da16932017ac} <Debug> DynamicQueryHandler: Done processing query
10157 2024.11.09 02:51:35.031912 [ 295 ] {019da025-c42a-4513-a9ce-da16932017ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10158 2024.11.09 02:51:35.031929 [ 295 ] {} <Debug> HTTP-Session: 709514c5-a2ea-44d0-aee4-37e7d64a065a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10159 2024.11.09 02:51:35.032167 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48344, User-Agent: (none), Length: 68708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10160 2024.11.09 02:51:35.032182 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45412, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10161 2024.11.09 02:51:35.032249 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10162 2024.11.09 02:51:35.032284 [ 271 ] {} <Debug> HTTP-Session: 42ee7a7a-7ae1-40e0-bf8d-ad1f863741f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:48344
10163 2024.11.09 02:51:35.032317 [ 271 ] {} <Debug> HTTP-Session: 42ee7a7a-7ae1-40e0-bf8d-ad1f863741f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10164 2024.11.09 02:51:35.032337 [ 271 ] {} <Debug> HTTP-Session: 42ee7a7a-7ae1-40e0-bf8d-ad1f863741f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10165 2024.11.09 02:51:35.032382 [ 271 ] {} <Trace> HTTP-Session: 42ee7a7a-7ae1-40e0-bf8d-ad1f863741f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10166 2024.11.09 02:51:35.032671 [ 271 ] {271aba12-77d4-4eba-99c3-11cd87547808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48344) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
10167 2024.11.09 02:51:35.032727 [ 271 ] {271aba12-77d4-4eba-99c3-11cd87547808} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10168 2024.11.09 02:51:35.033041 [ 271 ] {271aba12-77d4-4eba-99c3-11cd87547808} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10169 2024.11.09 02:51:35.033691 [ 271 ] {271aba12-77d4-4eba-99c3-11cd87547808} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10170 2024.11.09 02:51:35.033727 [ 271 ] {271aba12-77d4-4eba-99c3-11cd87547808} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
10171 2024.11.09 02:51:35.034127 [ 271 ] {271aba12-77d4-4eba-99c3-11cd87547808} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
10172 2024.11.09 02:51:35.034500 [ 271 ] {271aba12-77d4-4eba-99c3-11cd87547808} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10173 2024.11.09 02:51:35.034669 [ 271 ] {271aba12-77d4-4eba-99c3-11cd87547808} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002142 sec., 197478.99159663866 rows/sec., 14.12 MiB/sec.
10174 2024.11.09 02:51:35.034848 [ 271 ] {271aba12-77d4-4eba-99c3-11cd87547808} <Debug> DynamicQueryHandler: Done processing query
10175 2024.11.09 02:51:35.034873 [ 271 ] {271aba12-77d4-4eba-99c3-11cd87547808} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
10176 2024.11.09 02:51:35.034889 [ 271 ] {} <Debug> HTTP-Session: 42ee7a7a-7ae1-40e0-bf8d-ad1f863741f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10177 2024.11.09 02:51:35.035060 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48344, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10178 2024.11.09 02:51:35.035152 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57720, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10179 2024.11.09 02:51:35.035226 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10180 2024.11.09 02:51:35.035252 [ 295 ] {} <Debug> HTTP-Session: 47f04c4d-95e9-4a97-9b5e-55a6fd06a5dd Authenticating user 'default' from [fd00:1122:3344:101::d]:57720
10181 2024.11.09 02:51:35.035274 [ 295 ] {} <Debug> HTTP-Session: 47f04c4d-95e9-4a97-9b5e-55a6fd06a5dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10182 2024.11.09 02:51:35.035292 [ 295 ] {} <Debug> HTTP-Session: 47f04c4d-95e9-4a97-9b5e-55a6fd06a5dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10183 2024.11.09 02:51:35.035339 [ 295 ] {} <Trace> HTTP-Session: 47f04c4d-95e9-4a97-9b5e-55a6fd06a5dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10184 2024.11.09 02:51:35.035476 [ 295 ] {032141e7-3271-410b-90d5-1e3d77dc1d04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
10185 2024.11.09 02:51:35.035535 [ 295 ] {032141e7-3271-410b-90d5-1e3d77dc1d04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10186 2024.11.09 02:51:35.035727 [ 295 ] {032141e7-3271-410b-90d5-1e3d77dc1d04} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10187 2024.11.09 02:51:35.036063 [ 295 ] {032141e7-3271-410b-90d5-1e3d77dc1d04} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10188 2024.11.09 02:51:35.036100 [ 295 ] {032141e7-3271-410b-90d5-1e3d77dc1d04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
10189 2024.11.09 02:51:35.036468 [ 295 ] {032141e7-3271-410b-90d5-1e3d77dc1d04} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
10190 2024.11.09 02:51:35.036798 [ 295 ] {032141e7-3271-410b-90d5-1e3d77dc1d04} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10191 2024.11.09 02:51:35.036950 [ 295 ] {032141e7-3271-410b-90d5-1e3d77dc1d04} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001563 sec., 3838.7715930902114 rows/sec., 200.56 KiB/sec.
10192 2024.11.09 02:51:35.037337 [ 295 ] {032141e7-3271-410b-90d5-1e3d77dc1d04} <Debug> DynamicQueryHandler: Done processing query
10193 2024.11.09 02:51:35.037364 [ 295 ] {032141e7-3271-410b-90d5-1e3d77dc1d04} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
10194 2024.11.09 02:51:35.037380 [ 295 ] {} <Debug> HTTP-Session: 47f04c4d-95e9-4a97-9b5e-55a6fd06a5dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10195 2024.11.09 02:51:35.037572 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48344, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10196 2024.11.09 02:51:35.037584 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57720, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10197 2024.11.09 02:51:35.037664 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10198 2024.11.09 02:51:35.037708 [ 271 ] {} <Debug> HTTP-Session: 8d68aecc-583a-4e08-bc29-5fcf836a5c93 Authenticating user 'default' from [fd00:1122:3344:101::d]:48344
10199 2024.11.09 02:51:35.037742 [ 271 ] {} <Debug> HTTP-Session: 8d68aecc-583a-4e08-bc29-5fcf836a5c93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10200 2024.11.09 02:51:35.037769 [ 271 ] {} <Debug> HTTP-Session: 8d68aecc-583a-4e08-bc29-5fcf836a5c93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10201 2024.11.09 02:51:35.037813 [ 271 ] {} <Trace> HTTP-Session: 8d68aecc-583a-4e08-bc29-5fcf836a5c93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10202 2024.11.09 02:51:35.038063 [ 271 ] {11d8e684-81f6-41f1-ac38-33745193e5f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48344) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
10203 2024.11.09 02:51:35.038113 [ 271 ] {11d8e684-81f6-41f1-ac38-33745193e5f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10204 2024.11.09 02:51:35.038283 [ 271 ] {11d8e684-81f6-41f1-ac38-33745193e5f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10205 2024.11.09 02:51:35.038755 [ 271 ] {11d8e684-81f6-41f1-ac38-33745193e5f7} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10206 2024.11.09 02:51:35.038791 [ 271 ] {11d8e684-81f6-41f1-ac38-33745193e5f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
10207 2024.11.09 02:51:35.039198 [ 271 ] {11d8e684-81f6-41f1-ac38-33745193e5f7} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
10208 2024.11.09 02:51:35.039554 [ 271 ] {11d8e684-81f6-41f1-ac38-33745193e5f7} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10209 2024.11.09 02:51:35.039713 [ 271 ] {11d8e684-81f6-41f1-ac38-33745193e5f7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001783 sec., 132922.04150308468 rows/sec., 8.91 MiB/sec.
10210 2024.11.09 02:51:35.039885 [ 271 ] {11d8e684-81f6-41f1-ac38-33745193e5f7} <Debug> DynamicQueryHandler: Done processing query
10211 2024.11.09 02:51:35.039910 [ 271 ] {11d8e684-81f6-41f1-ac38-33745193e5f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
10212 2024.11.09 02:51:35.039926 [ 271 ] {} <Debug> HTTP-Session: 8d68aecc-583a-4e08-bc29-5fcf836a5c93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10213 2024.11.09 02:51:35.040088 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48344, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10214 2024.11.09 02:51:35.040124 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62422, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10215 2024.11.09 02:51:35.040219 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10216 2024.11.09 02:51:35.040264 [ 295 ] {} <Debug> HTTP-Session: 758d9d41-7dfa-49b0-a509-a2c72da79ecc Authenticating user 'default' from [fd00:1122:3344:101::d]:62422
10217 2024.11.09 02:51:35.040288 [ 295 ] {} <Debug> HTTP-Session: 758d9d41-7dfa-49b0-a509-a2c72da79ecc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10218 2024.11.09 02:51:35.040305 [ 295 ] {} <Debug> HTTP-Session: 758d9d41-7dfa-49b0-a509-a2c72da79ecc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10219 2024.11.09 02:51:35.040346 [ 295 ] {} <Trace> HTTP-Session: 758d9d41-7dfa-49b0-a509-a2c72da79ecc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10220 2024.11.09 02:51:35.040469 [ 295 ] {c74f9b80-8040-48f9-8ac6-0082cc4cc44b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62422) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
10221 2024.11.09 02:51:35.040523 [ 295 ] {c74f9b80-8040-48f9-8ac6-0082cc4cc44b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10222 2024.11.09 02:51:35.040689 [ 295 ] {c74f9b80-8040-48f9-8ac6-0082cc4cc44b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10223 2024.11.09 02:51:35.040974 [ 295 ] {c74f9b80-8040-48f9-8ac6-0082cc4cc44b} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10224 2024.11.09 02:51:35.041014 [ 295 ] {c74f9b80-8040-48f9-8ac6-0082cc4cc44b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
10225 2024.11.09 02:51:35.041407 [ 295 ] {c74f9b80-8040-48f9-8ac6-0082cc4cc44b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
10226 2024.11.09 02:51:35.041774 [ 295 ] {c74f9b80-8040-48f9-8ac6-0082cc4cc44b} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10227 2024.11.09 02:51:35.041937 [ 295 ] {c74f9b80-8040-48f9-8ac6-0082cc4cc44b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001489 sec., 671.591672263264 rows/sec., 45.25 KiB/sec.
10228 2024.11.09 02:51:35.042255 [ 295 ] {c74f9b80-8040-48f9-8ac6-0082cc4cc44b} <Debug> DynamicQueryHandler: Done processing query
10229 2024.11.09 02:51:35.042281 [ 295 ] {c74f9b80-8040-48f9-8ac6-0082cc4cc44b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
10230 2024.11.09 02:51:35.042298 [ 295 ] {} <Debug> HTTP-Session: 758d9d41-7dfa-49b0-a509-a2c72da79ecc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10231 2024.11.09 02:51:35.042468 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62422, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10232 2024.11.09 02:51:35.042549 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57929, User-Agent: (none), Length: 68774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10233 2024.11.09 02:51:35.042622 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10234 2024.11.09 02:51:35.042646 [ 271 ] {} <Debug> HTTP-Session: 09710788-8fce-4b39-b749-045956a0417d Authenticating user 'default' from [fd00:1122:3344:101::d]:57929
10235 2024.11.09 02:51:35.042668 [ 271 ] {} <Debug> HTTP-Session: 09710788-8fce-4b39-b749-045956a0417d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10236 2024.11.09 02:51:35.042686 [ 271 ] {} <Debug> HTTP-Session: 09710788-8fce-4b39-b749-045956a0417d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10237 2024.11.09 02:51:35.042730 [ 271 ] {} <Trace> HTTP-Session: 09710788-8fce-4b39-b749-045956a0417d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10238 2024.11.09 02:51:35.043204 [ 271 ] {5dcf0391-1790-4daf-bceb-aa35f3e7ada9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57929) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
10239 2024.11.09 02:51:35.043283 [ 271 ] {5dcf0391-1790-4daf-bceb-aa35f3e7ada9} <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
10240 2024.11.09 02:51:35.043774 [ 271 ] {5dcf0391-1790-4daf-bceb-aa35f3e7ada9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10241 2024.11.09 02:51:35.044586 [ 271 ] {5dcf0391-1790-4daf-bceb-aa35f3e7ada9} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10242 2024.11.09 02:51:35.044622 [ 271 ] {5dcf0391-1790-4daf-bceb-aa35f3e7ada9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
10243 2024.11.09 02:51:35.045328 [ 271 ] {5dcf0391-1790-4daf-bceb-aa35f3e7ada9} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
10244 2024.11.09 02:51:35.045767 [ 271 ] {5dcf0391-1790-4daf-bceb-aa35f3e7ada9} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10245 2024.11.09 02:51:35.045949 [ 129 ] {} <Debug> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
10246 2024.11.09 02:51:35.045972 [ 271 ] {5dcf0391-1790-4daf-bceb-aa35f3e7ada9} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003106 sec., 13200.257566001288 rows/sec., 23.65 MiB/sec.
10247 2024.11.09 02:51:35.046011 [ 129 ] {} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10248 2024.11.09 02:51:35.046073 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
10249 2024.11.09 02:51:35.046494 [ 186 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::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
10250 2024.11.09 02:51:35.046649 [ 271 ] {5dcf0391-1790-4daf-bceb-aa35f3e7ada9} <Debug> DynamicQueryHandler: Done processing query
10251 2024.11.09 02:51:35.046679 [ 271 ] {5dcf0391-1790-4daf-bceb-aa35f3e7ada9} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB.
10252 2024.11.09 02:51:35.046712 [ 271 ] {} <Debug> HTTP-Session: 09710788-8fce-4b39-b749-045956a0417d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10253 2024.11.09 02:51:35.046961 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57929, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10254 2024.11.09 02:51:35.046978 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62422, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10255 2024.11.09 02:51:35.047156 [ 186 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10256 2024.11.09 02:51:35.047170 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10257 2024.11.09 02:51:35.047243 [ 295 ] {} <Debug> HTTP-Session: c5798c71-20ab-48ea-a6b5-aaacb2cc29e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:62422
10258 2024.11.09 02:51:35.047288 [ 186 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 515 rows starting from the beginning of the part
10259 2024.11.09 02:51:35.047299 [ 295 ] {} <Debug> HTTP-Session: c5798c71-20ab-48ea-a6b5-aaacb2cc29e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10260 2024.11.09 02:51:35.047354 [ 295 ] {} <Debug> HTTP-Session: c5798c71-20ab-48ea-a6b5-aaacb2cc29e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10261 2024.11.09 02:51:35.047454 [ 295 ] {} <Trace> HTTP-Session: c5798c71-20ab-48ea-a6b5-aaacb2cc29e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10262 2024.11.09 02:51:35.047868 [ 186 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 41 rows starting from the beginning of the part
10263 2024.11.09 02:51:35.047883 [ 295 ] {591c7a5f-7b96-404b-a907-673d3f4e6860} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62422) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
10264 2024.11.09 02:51:35.048025 [ 295 ] {591c7a5f-7b96-404b-a907-673d3f4e6860} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10265 2024.11.09 02:51:35.048624 [ 186 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 41 rows starting from the beginning of the part
10266 2024.11.09 02:51:35.048876 [ 295 ] {591c7a5f-7b96-404b-a907-673d3f4e6860} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10267 2024.11.09 02:51:35.049374 [ 186 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 41 rows starting from the beginning of the part
10268 2024.11.09 02:51:35.049975 [ 186 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 41 rows starting from the beginning of the part
10269 2024.11.09 02:51:35.050241 [ 295 ] {591c7a5f-7b96-404b-a907-673d3f4e6860} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10270 2024.11.09 02:51:35.050369 [ 295 ] {591c7a5f-7b96-404b-a907-673d3f4e6860} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
10271 2024.11.09 02:51:35.050662 [ 186 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 41 rows starting from the beginning of the part
10272 2024.11.09 02:51:35.051826 [ 295 ] {591c7a5f-7b96-404b-a907-673d3f4e6860} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
10273 2024.11.09 02:51:35.052657 [ 295 ] {591c7a5f-7b96-404b-a907-673d3f4e6860} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10274 2024.11.09 02:51:35.052926 [ 295 ] {591c7a5f-7b96-404b-a907-673d3f4e6860} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005192 sec., 15793.528505392913 rows/sec., 1.00 MiB/sec.
10275 2024.11.09 02:51:35.053444 [ 295 ] {591c7a5f-7b96-404b-a907-673d3f4e6860} <Debug> DynamicQueryHandler: Done processing query
10276 2024.11.09 02:51:35.053530 [ 295 ] {591c7a5f-7b96-404b-a907-673d3f4e6860} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10277 2024.11.09 02:51:35.053618 [ 295 ] {} <Debug> HTTP-Session: c5798c71-20ab-48ea-a6b5-aaacb2cc29e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10278 2024.11.09 02:51:35.054205 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62422, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10279 2024.11.09 02:51:35.059760 [ 189 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 720 rows, containing 19 columns (19 merged, 0 gathered) in 0.01356019 sec., 53096.60115381864 rows/sec., 95.15 MiB/sec.
10280 2024.11.09 02:51:35.060818 [ 190 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
10281 2024.11.09 02:51:35.061371 [ 190 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10282 2024.11.09 02:51:35.061444 [ 190 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
10283 2024.11.09 02:51:35.061545 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.71 MiB.
10284 2024.11.09 02:51:40.006733 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41481, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10285 2024.11.09 02:51:40.006861 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10286 2024.11.09 02:51:40.006887 [ 271 ] {} <Debug> HTTP-Session: 4ca6c400-1df3-4f35-894f-cfa7a9255e4d Authenticating user 'default' from [fd00:1122:3344:101::d]:41481
10287 2024.11.09 02:51:40.006912 [ 271 ] {} <Debug> HTTP-Session: 4ca6c400-1df3-4f35-894f-cfa7a9255e4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10288 2024.11.09 02:51:40.006927 [ 271 ] {} <Debug> HTTP-Session: 4ca6c400-1df3-4f35-894f-cfa7a9255e4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10289 2024.11.09 02:51:40.006977 [ 271 ] {} <Trace> HTTP-Session: 4ca6c400-1df3-4f35-894f-cfa7a9255e4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10290 2024.11.09 02:51:40.007156 [ 271 ] {7fb2a530-1549-4df9-aad5-0c7397c5b898} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41481) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
10291 2024.11.09 02:51:40.007225 [ 271 ] {7fb2a530-1549-4df9-aad5-0c7397c5b898} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10292 2024.11.09 02:51:40.007571 [ 271 ] {7fb2a530-1549-4df9-aad5-0c7397c5b898} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10293 2024.11.09 02:51:40.007996 [ 271 ] {7fb2a530-1549-4df9-aad5-0c7397c5b898} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10294 2024.11.09 02:51:40.008036 [ 271 ] {7fb2a530-1549-4df9-aad5-0c7397c5b898} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
10295 2024.11.09 02:51:40.008456 [ 271 ] {7fb2a530-1549-4df9-aad5-0c7397c5b898} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
10296 2024.11.09 02:51:40.008854 [ 271 ] {7fb2a530-1549-4df9-aad5-0c7397c5b898} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10297 2024.11.09 02:51:40.009019 [ 271 ] {7fb2a530-1549-4df9-aad5-0c7397c5b898} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001909 sec., 2095.3378732320584 rows/sec., 170.86 KiB/sec.
10298 2024.11.09 02:51:40.009404 [ 271 ] {7fb2a530-1549-4df9-aad5-0c7397c5b898} <Debug> DynamicQueryHandler: Done processing query
10299 2024.11.09 02:51:40.009431 [ 271 ] {7fb2a530-1549-4df9-aad5-0c7397c5b898} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
10300 2024.11.09 02:51:40.009448 [ 271 ] {} <Debug> HTTP-Session: 4ca6c400-1df3-4f35-894f-cfa7a9255e4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10301 2024.11.09 02:51:40.009669 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41481, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10302 2024.11.09 02:51:40.009781 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64248, User-Agent: (none), Length: 8114, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10303 2024.11.09 02:51:40.009924 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10304 2024.11.09 02:51:40.009954 [ 295 ] {} <Debug> HTTP-Session: d499be3e-27ed-4f3c-b102-895f8faa6378 Authenticating user 'default' from [fd00:1122:3344:101::d]:64248
10305 2024.11.09 02:51:40.009982 [ 295 ] {} <Debug> HTTP-Session: d499be3e-27ed-4f3c-b102-895f8faa6378 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10306 2024.11.09 02:51:40.010000 [ 295 ] {} <Debug> HTTP-Session: d499be3e-27ed-4f3c-b102-895f8faa6378 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10307 2024.11.09 02:51:40.010061 [ 295 ] {} <Trace> HTTP-Session: d499be3e-27ed-4f3c-b102-895f8faa6378 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10308 2024.11.09 02:51:40.010277 [ 295 ] {d68350b2-e522-4374-93a9-cff29a0f27a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64248) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
10309 2024.11.09 02:51:40.010342 [ 295 ] {d68350b2-e522-4374-93a9-cff29a0f27a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10310 2024.11.09 02:51:40.010694 [ 295 ] {d68350b2-e522-4374-93a9-cff29a0f27a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10311 2024.11.09 02:51:40.011148 [ 295 ] {d68350b2-e522-4374-93a9-cff29a0f27a4} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10312 2024.11.09 02:51:40.011191 [ 295 ] {d68350b2-e522-4374-93a9-cff29a0f27a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
10313 2024.11.09 02:51:40.011634 [ 295 ] {d68350b2-e522-4374-93a9-cff29a0f27a4} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
10314 2024.11.09 02:51:40.012038 [ 295 ] {d68350b2-e522-4374-93a9-cff29a0f27a4} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10315 2024.11.09 02:51:40.012210 [ 295 ] {d68350b2-e522-4374-93a9-cff29a0f27a4} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.002007 sec., 28898.854010961633 rows/sec., 2.21 MiB/sec.
10316 2024.11.09 02:51:40.012431 [ 295 ] {d68350b2-e522-4374-93a9-cff29a0f27a4} <Debug> DynamicQueryHandler: Done processing query
10317 2024.11.09 02:51:40.012460 [ 295 ] {d68350b2-e522-4374-93a9-cff29a0f27a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
10318 2024.11.09 02:51:40.012477 [ 295 ] {} <Debug> HTTP-Session: d499be3e-27ed-4f3c-b102-895f8faa6378 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10319 2024.11.09 02:51:40.012652 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64248, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10320 2024.11.09 02:51:40.012715 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58185, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10321 2024.11.09 02:51:40.012798 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10322 2024.11.09 02:51:40.012828 [ 271 ] {} <Debug> HTTP-Session: d505eb71-fb57-489e-a8ef-6450a06e8f00 Authenticating user 'default' from [fd00:1122:3344:101::d]:58185
10323 2024.11.09 02:51:40.012850 [ 271 ] {} <Debug> HTTP-Session: d505eb71-fb57-489e-a8ef-6450a06e8f00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10324 2024.11.09 02:51:40.012867 [ 271 ] {} <Debug> HTTP-Session: d505eb71-fb57-489e-a8ef-6450a06e8f00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10325 2024.11.09 02:51:40.012912 [ 271 ] {} <Trace> HTTP-Session: d505eb71-fb57-489e-a8ef-6450a06e8f00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10326 2024.11.09 02:51:40.013039 [ 271 ] {9f320fed-3aa5-4ab8-83de-655202af327e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58185) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
10327 2024.11.09 02:51:40.013095 [ 271 ] {9f320fed-3aa5-4ab8-83de-655202af327e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10328 2024.11.09 02:51:40.013390 [ 271 ] {9f320fed-3aa5-4ab8-83de-655202af327e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10329 2024.11.09 02:51:40.013720 [ 271 ] {9f320fed-3aa5-4ab8-83de-655202af327e} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10330 2024.11.09 02:51:40.013758 [ 271 ] {9f320fed-3aa5-4ab8-83de-655202af327e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
10331 2024.11.09 02:51:40.014121 [ 271 ] {9f320fed-3aa5-4ab8-83de-655202af327e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10332 2024.11.09 02:51:40.014505 [ 271 ] {9f320fed-3aa5-4ab8-83de-655202af327e} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10333 2024.11.09 02:51:40.014659 [ 271 ] {9f320fed-3aa5-4ab8-83de-655202af327e} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001651 sec., 2422.7740763173833 rows/sec., 169.17 KiB/sec.
10334 2024.11.09 02:51:40.014837 [ 271 ] {9f320fed-3aa5-4ab8-83de-655202af327e} <Debug> DynamicQueryHandler: Done processing query
10335 2024.11.09 02:51:40.014862 [ 271 ] {9f320fed-3aa5-4ab8-83de-655202af327e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
10336 2024.11.09 02:51:40.014878 [ 271 ] {} <Debug> HTTP-Session: d505eb71-fb57-489e-a8ef-6450a06e8f00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10337 2024.11.09 02:51:40.015078 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58185, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10338 2024.11.09 02:51:40.015223 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61510, User-Agent: (none), Length: 11580, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10339 2024.11.09 02:51:40.015300 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10340 2024.11.09 02:51:40.015321 [ 295 ] {} <Debug> HTTP-Session: 107c0335-1c1f-4123-891e-a8317aaadd0b Authenticating user 'default' from [fd00:1122:3344:101::d]:61510
10341 2024.11.09 02:51:40.015341 [ 295 ] {} <Debug> HTTP-Session: 107c0335-1c1f-4123-891e-a8317aaadd0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10342 2024.11.09 02:51:40.015355 [ 295 ] {} <Debug> HTTP-Session: 107c0335-1c1f-4123-891e-a8317aaadd0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10343 2024.11.09 02:51:40.015397 [ 295 ] {} <Trace> HTTP-Session: 107c0335-1c1f-4123-891e-a8317aaadd0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10344 2024.11.09 02:51:40.015548 [ 295 ] {1f54a8d5-493a-4c6d-9f79-f1e96eb01695} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61510) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
10345 2024.11.09 02:51:40.015599 [ 295 ] {1f54a8d5-493a-4c6d-9f79-f1e96eb01695} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10346 2024.11.09 02:51:40.015874 [ 295 ] {1f54a8d5-493a-4c6d-9f79-f1e96eb01695} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10347 2024.11.09 02:51:40.016258 [ 295 ] {1f54a8d5-493a-4c6d-9f79-f1e96eb01695} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10348 2024.11.09 02:51:40.016297 [ 295 ] {1f54a8d5-493a-4c6d-9f79-f1e96eb01695} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
10349 2024.11.09 02:51:40.016680 [ 295 ] {1f54a8d5-493a-4c6d-9f79-f1e96eb01695} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
10350 2024.11.09 02:51:40.017062 [ 295 ] {1f54a8d5-493a-4c6d-9f79-f1e96eb01695} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10351 2024.11.09 02:51:40.017226 [ 295 ] {1f54a8d5-493a-4c6d-9f79-f1e96eb01695} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001727 sec., 39374.63810075275 rows/sec., 3.08 MiB/sec.
10352 2024.11.09 02:51:40.017525 [ 295 ] {1f54a8d5-493a-4c6d-9f79-f1e96eb01695} <Debug> DynamicQueryHandler: Done processing query
10353 2024.11.09 02:51:40.017586 [ 295 ] {1f54a8d5-493a-4c6d-9f79-f1e96eb01695} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
10354 2024.11.09 02:51:40.017621 [ 295 ] {} <Debug> HTTP-Session: 107c0335-1c1f-4123-891e-a8317aaadd0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10355 2024.11.09 02:51:40.017861 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58185, User-Agent: (none), Length: 24920, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10356 2024.11.09 02:51:40.017899 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61510, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10357 2024.11.09 02:51:40.017966 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10358 2024.11.09 02:51:40.018003 [ 271 ] {} <Debug> HTTP-Session: 52de9d2c-1742-402c-af70-a1b56f99a1b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:58185
10359 2024.11.09 02:51:40.018027 [ 271 ] {} <Debug> HTTP-Session: 52de9d2c-1742-402c-af70-a1b56f99a1b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10360 2024.11.09 02:51:40.018052 [ 271 ] {} <Debug> HTTP-Session: 52de9d2c-1742-402c-af70-a1b56f99a1b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10361 2024.11.09 02:51:40.018099 [ 271 ] {} <Trace> HTTP-Session: 52de9d2c-1742-402c-af70-a1b56f99a1b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10362 2024.11.09 02:51:40.018286 [ 271 ] {8efac4d2-7a6c-40bb-85be-3f3f1d52bc78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58185) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
10363 2024.11.09 02:51:40.018337 [ 271 ] {8efac4d2-7a6c-40bb-85be-3f3f1d52bc78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10364 2024.11.09 02:51:40.018513 [ 271 ] {8efac4d2-7a6c-40bb-85be-3f3f1d52bc78} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10365 2024.11.09 02:51:40.018888 [ 271 ] {8efac4d2-7a6c-40bb-85be-3f3f1d52bc78} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10366 2024.11.09 02:51:40.018923 [ 271 ] {8efac4d2-7a6c-40bb-85be-3f3f1d52bc78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
10367 2024.11.09 02:51:40.019328 [ 271 ] {8efac4d2-7a6c-40bb-85be-3f3f1d52bc78} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
10368 2024.11.09 02:51:40.019682 [ 271 ] {8efac4d2-7a6c-40bb-85be-3f3f1d52bc78} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10369 2024.11.09 02:51:40.019842 [ 271 ] {8efac4d2-7a6c-40bb-85be-3f3f1d52bc78} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.00163 sec., 79754.60122699387 rows/sec., 5.55 MiB/sec.
10370 2024.11.09 02:51:40.020010 [ 271 ] {8efac4d2-7a6c-40bb-85be-3f3f1d52bc78} <Debug> DynamicQueryHandler: Done processing query
10371 2024.11.09 02:51:40.020035 [ 271 ] {8efac4d2-7a6c-40bb-85be-3f3f1d52bc78} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
10372 2024.11.09 02:51:40.020051 [ 271 ] {} <Debug> HTTP-Session: 52de9d2c-1742-402c-af70-a1b56f99a1b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10373 2024.11.09 02:51:40.020220 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58185, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10374 2024.11.09 02:51:40.020335 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56910, User-Agent: (none), Length: 7317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10375 2024.11.09 02:51:40.020409 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10376 2024.11.09 02:51:40.020434 [ 295 ] {} <Debug> HTTP-Session: 8ae0e057-ba42-4987-989d-c3ae8609d6af Authenticating user 'default' from [fd00:1122:3344:101::d]:56910
10377 2024.11.09 02:51:40.020455 [ 295 ] {} <Debug> HTTP-Session: 8ae0e057-ba42-4987-989d-c3ae8609d6af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10378 2024.11.09 02:51:40.020472 [ 295 ] {} <Debug> HTTP-Session: 8ae0e057-ba42-4987-989d-c3ae8609d6af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10379 2024.11.09 02:51:40.020519 [ 295 ] {} <Trace> HTTP-Session: 8ae0e057-ba42-4987-989d-c3ae8609d6af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10380 2024.11.09 02:51:40.020682 [ 295 ] {57769ced-2586-4455-939c-7becd2a965b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56910) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
10381 2024.11.09 02:51:40.020740 [ 295 ] {57769ced-2586-4455-939c-7becd2a965b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10382 2024.11.09 02:51:40.020930 [ 295 ] {57769ced-2586-4455-939c-7becd2a965b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10383 2024.11.09 02:51:40.021279 [ 295 ] {57769ced-2586-4455-939c-7becd2a965b9} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10384 2024.11.09 02:51:40.021316 [ 295 ] {57769ced-2586-4455-939c-7becd2a965b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
10385 2024.11.09 02:51:40.021700 [ 295 ] {57769ced-2586-4455-939c-7becd2a965b9} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
10386 2024.11.09 02:51:40.022032 [ 295 ] {57769ced-2586-4455-939c-7becd2a965b9} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10387 2024.11.09 02:51:40.022196 [ 295 ] {57769ced-2586-4455-939c-7becd2a965b9} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001572 sec., 30534.351145038167 rows/sec., 2.06 MiB/sec.
10388 2024.11.09 02:51:40.022469 [ 295 ] {57769ced-2586-4455-939c-7becd2a965b9} <Debug> DynamicQueryHandler: Done processing query
10389 2024.11.09 02:51:40.022530 [ 295 ] {57769ced-2586-4455-939c-7becd2a965b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
10390 2024.11.09 02:51:40.022584 [ 295 ] {} <Debug> HTTP-Session: 8ae0e057-ba42-4987-989d-c3ae8609d6af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10391 2024.11.09 02:51:40.022956 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56910, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10392 2024.11.09 02:51:41.650403 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 956
10393 2024.11.09 02:51:41.653393 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10394 2024.11.09 02:51:41.653434 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
10395 2024.11.09 02:51:41.654921 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
10396 2024.11.09 02:51:41.655889 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10397 2024.11.09 02:51:41.656611 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 956
10398 2024.11.09 02:51:45.008660 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58185, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10399 2024.11.09 02:51:45.008833 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10400 2024.11.09 02:51:45.008879 [ 271 ] {} <Debug> HTTP-Session: 1f085dd5-cc1c-4e5b-917c-e89224bdffa8 Authenticating user 'default' from [fd00:1122:3344:101::d]:58185
10401 2024.11.09 02:51:45.008921 [ 271 ] {} <Debug> HTTP-Session: 1f085dd5-cc1c-4e5b-917c-e89224bdffa8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10402 2024.11.09 02:51:45.008950 [ 271 ] {} <Debug> HTTP-Session: 1f085dd5-cc1c-4e5b-917c-e89224bdffa8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10403 2024.11.09 02:51:45.009032 [ 271 ] {} <Trace> HTTP-Session: 1f085dd5-cc1c-4e5b-917c-e89224bdffa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10404 2024.11.09 02:51:45.009345 [ 271 ] {fce42aef-b864-4020-92b8-fa92ebe1116b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58185) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
10405 2024.11.09 02:51:45.009459 [ 271 ] {fce42aef-b864-4020-92b8-fa92ebe1116b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10406 2024.11.09 02:51:45.009813 [ 271 ] {fce42aef-b864-4020-92b8-fa92ebe1116b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10407 2024.11.09 02:51:45.010303 [ 271 ] {fce42aef-b864-4020-92b8-fa92ebe1116b} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10408 2024.11.09 02:51:45.010348 [ 271 ] {fce42aef-b864-4020-92b8-fa92ebe1116b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
10409 2024.11.09 02:51:45.010790 [ 271 ] {fce42aef-b864-4020-92b8-fa92ebe1116b} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
10410 2024.11.09 02:51:45.011193 [ 271 ] {fce42aef-b864-4020-92b8-fa92ebe1116b} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10411 2024.11.09 02:51:45.011361 [ 271 ] {fce42aef-b864-4020-92b8-fa92ebe1116b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002126 sec., 26340.54562558796 rows/sec., 2.02 MiB/sec.
10412 2024.11.09 02:51:45.011624 [ 271 ] {fce42aef-b864-4020-92b8-fa92ebe1116b} <Debug> DynamicQueryHandler: Done processing query
10413 2024.11.09 02:51:45.011651 [ 271 ] {fce42aef-b864-4020-92b8-fa92ebe1116b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
10414 2024.11.09 02:51:45.011668 [ 271 ] {} <Debug> HTTP-Session: 1f085dd5-cc1c-4e5b-917c-e89224bdffa8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10415 2024.11.09 02:51:45.011954 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58185, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10416 2024.11.09 02:51:45.012094 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64343, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10417 2024.11.09 02:51:45.012232 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10418 2024.11.09 02:51:45.012295 [ 292 ] {} <Debug> HTTP-Session: 6039ccc1-658a-40c8-a52e-7d2a663125d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64343
10419 2024.11.09 02:51:45.012327 [ 292 ] {} <Debug> HTTP-Session: 6039ccc1-658a-40c8-a52e-7d2a663125d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10420 2024.11.09 02:51:45.012345 [ 292 ] {} <Debug> HTTP-Session: 6039ccc1-658a-40c8-a52e-7d2a663125d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10421 2024.11.09 02:51:45.012407 [ 292 ] {} <Trace> HTTP-Session: 6039ccc1-658a-40c8-a52e-7d2a663125d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10422 2024.11.09 02:51:45.012628 [ 292 ] {ed2fe960-34b4-4d4b-a308-4997382a3aae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64343) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
10423 2024.11.09 02:51:45.012700 [ 292 ] {ed2fe960-34b4-4d4b-a308-4997382a3aae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10424 2024.11.09 02:51:45.013047 [ 292 ] {ed2fe960-34b4-4d4b-a308-4997382a3aae} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10425 2024.11.09 02:51:45.013459 [ 292 ] {ed2fe960-34b4-4d4b-a308-4997382a3aae} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10426 2024.11.09 02:51:45.013502 [ 292 ] {ed2fe960-34b4-4d4b-a308-4997382a3aae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
10427 2024.11.09 02:51:45.013940 [ 292 ] {ed2fe960-34b4-4d4b-a308-4997382a3aae} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
10428 2024.11.09 02:51:45.014349 [ 292 ] {ed2fe960-34b4-4d4b-a308-4997382a3aae} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10429 2024.11.09 02:51:45.014528 [ 292 ] {ed2fe960-34b4-4d4b-a308-4997382a3aae} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001971 sec., 32470.826991374935 rows/sec., 2.53 MiB/sec.
10430 2024.11.09 02:51:45.014857 [ 292 ] {ed2fe960-34b4-4d4b-a308-4997382a3aae} <Debug> DynamicQueryHandler: Done processing query
10431 2024.11.09 02:51:45.014921 [ 292 ] {ed2fe960-34b4-4d4b-a308-4997382a3aae} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
10432 2024.11.09 02:51:45.014980 [ 292 ] {} <Debug> HTTP-Session: 6039ccc1-658a-40c8-a52e-7d2a663125d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10433 2024.11.09 02:51:45.015299 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64343, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10434 2024.11.09 02:51:45.015320 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58185, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10435 2024.11.09 02:51:45.015419 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10436 2024.11.09 02:51:45.015445 [ 271 ] {} <Debug> HTTP-Session: bee26594-50a7-48fe-97af-54c3a3590749 Authenticating user 'default' from [fd00:1122:3344:101::d]:58185
10437 2024.11.09 02:51:45.015468 [ 271 ] {} <Debug> HTTP-Session: bee26594-50a7-48fe-97af-54c3a3590749 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10438 2024.11.09 02:51:45.015490 [ 271 ] {} <Debug> HTTP-Session: bee26594-50a7-48fe-97af-54c3a3590749 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10439 2024.11.09 02:51:45.015540 [ 271 ] {} <Trace> HTTP-Session: bee26594-50a7-48fe-97af-54c3a3590749 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10440 2024.11.09 02:51:45.015748 [ 271 ] {9b6628ad-b299-4ff1-835b-376eb36e9603} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58185) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
10441 2024.11.09 02:51:45.015812 [ 271 ] {9b6628ad-b299-4ff1-835b-376eb36e9603} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10442 2024.11.09 02:51:45.016016 [ 271 ] {9b6628ad-b299-4ff1-835b-376eb36e9603} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10443 2024.11.09 02:51:45.016436 [ 271 ] {9b6628ad-b299-4ff1-835b-376eb36e9603} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10444 2024.11.09 02:51:45.016473 [ 271 ] {9b6628ad-b299-4ff1-835b-376eb36e9603} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
10445 2024.11.09 02:51:45.016890 [ 271 ] {9b6628ad-b299-4ff1-835b-376eb36e9603} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
10446 2024.11.09 02:51:45.017266 [ 271 ] {9b6628ad-b299-4ff1-835b-376eb36e9603} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10447 2024.11.09 02:51:45.017441 [ 271 ] {9b6628ad-b299-4ff1-835b-376eb36e9603} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001776 sec., 90090.09009009009 rows/sec., 6.27 MiB/sec.
10448 2024.11.09 02:51:45.017638 [ 271 ] {9b6628ad-b299-4ff1-835b-376eb36e9603} <Debug> DynamicQueryHandler: Done processing query
10449 2024.11.09 02:51:45.017674 [ 271 ] {9b6628ad-b299-4ff1-835b-376eb36e9603} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
10450 2024.11.09 02:51:45.017695 [ 271 ] {} <Debug> HTTP-Session: bee26594-50a7-48fe-97af-54c3a3590749 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10451 2024.11.09 02:51:45.017886 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58185, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10452 2024.11.09 02:51:45.017960 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61887, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10453 2024.11.09 02:51:45.018057 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10454 2024.11.09 02:51:45.018084 [ 292 ] {} <Debug> HTTP-Session: 37e85f7c-f2c1-4ff7-9caa-4af217eee92e Authenticating user 'default' from [fd00:1122:3344:101::d]:61887
10455 2024.11.09 02:51:45.018107 [ 292 ] {} <Debug> HTTP-Session: 37e85f7c-f2c1-4ff7-9caa-4af217eee92e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10456 2024.11.09 02:51:45.018125 [ 292 ] {} <Debug> HTTP-Session: 37e85f7c-f2c1-4ff7-9caa-4af217eee92e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10457 2024.11.09 02:51:45.018172 [ 292 ] {} <Trace> HTTP-Session: 37e85f7c-f2c1-4ff7-9caa-4af217eee92e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10458 2024.11.09 02:51:45.018345 [ 292 ] {e613e32f-1ffb-403f-9e89-59fc2086de31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61887) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
10459 2024.11.09 02:51:45.018406 [ 292 ] {e613e32f-1ffb-403f-9e89-59fc2086de31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10460 2024.11.09 02:51:45.018585 [ 292 ] {e613e32f-1ffb-403f-9e89-59fc2086de31} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10461 2024.11.09 02:51:45.018966 [ 292 ] {e613e32f-1ffb-403f-9e89-59fc2086de31} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10462 2024.11.09 02:51:45.019004 [ 292 ] {e613e32f-1ffb-403f-9e89-59fc2086de31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
10463 2024.11.09 02:51:45.019402 [ 292 ] {e613e32f-1ffb-403f-9e89-59fc2086de31} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
10464 2024.11.09 02:51:45.019745 [ 292 ] {e613e32f-1ffb-403f-9e89-59fc2086de31} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10465 2024.11.09 02:51:45.019910 [ 292 ] {e613e32f-1ffb-403f-9e89-59fc2086de31} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001633 sec., 36742.19228413962 rows/sec., 2.48 MiB/sec.
10466 2024.11.09 02:51:45.020096 [ 292 ] {e613e32f-1ffb-403f-9e89-59fc2086de31} <Debug> DynamicQueryHandler: Done processing query
10467 2024.11.09 02:51:45.020122 [ 292 ] {e613e32f-1ffb-403f-9e89-59fc2086de31} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
10468 2024.11.09 02:51:45.020139 [ 292 ] {} <Debug> HTTP-Session: 37e85f7c-f2c1-4ff7-9caa-4af217eee92e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10469 2024.11.09 02:51:45.020442 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61887, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10470 2024.11.09 02:51:46.419591 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache
10471 2024.11.09 02:51:46.419710 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache
10472 2024.11.09 02:51:50.014783 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43452, User-Agent: (none), Length: 41147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10473 2024.11.09 02:51:50.014912 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10474 2024.11.09 02:51:50.014942 [ 292 ] {} <Debug> HTTP-Session: 61c25da6-d554-4bdc-a229-f9fcaadccfa1 Authenticating user 'default' from [fd00:1122:3344:101::d]:43452
10475 2024.11.09 02:51:50.014969 [ 292 ] {} <Debug> HTTP-Session: 61c25da6-d554-4bdc-a229-f9fcaadccfa1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10476 2024.11.09 02:51:50.014989 [ 292 ] {} <Debug> HTTP-Session: 61c25da6-d554-4bdc-a229-f9fcaadccfa1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10477 2024.11.09 02:51:50.015046 [ 292 ] {} <Trace> HTTP-Session: 61c25da6-d554-4bdc-a229-f9fcaadccfa1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10478 2024.11.09 02:51:50.015350 [ 292 ] {22040f85-46c7-4c99-877e-79e73d0c80c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43452) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
10479 2024.11.09 02:51:50.015425 [ 292 ] {22040f85-46c7-4c99-877e-79e73d0c80c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10480 2024.11.09 02:51:50.015784 [ 292 ] {22040f85-46c7-4c99-877e-79e73d0c80c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10481 2024.11.09 02:51:50.016389 [ 292 ] {22040f85-46c7-4c99-877e-79e73d0c80c4} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10482 2024.11.09 02:51:50.016435 [ 292 ] {22040f85-46c7-4c99-877e-79e73d0c80c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
10483 2024.11.09 02:51:50.016879 [ 292 ] {22040f85-46c7-4c99-877e-79e73d0c80c4} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
10484 2024.11.09 02:51:50.017265 [ 292 ] {22040f85-46c7-4c99-877e-79e73d0c80c4} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10485 2024.11.09 02:51:50.017443 [ 292 ] {22040f85-46c7-4c99-877e-79e73d0c80c4} <Debug> executeQuery: Read 271 rows, 24.70 KiB in 0.002231 sec., 121470.1927386822 rows/sec., 10.81 MiB/sec.
10486 2024.11.09 02:51:50.017466 [ 115 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
10487 2024.11.09 02:51:50.017572 [ 115 ] {} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10488 2024.11.09 02:51:50.017627 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
10489 2024.11.09 02:51:50.017788 [ 292 ] {22040f85-46c7-4c99-877e-79e73d0c80c4} <Debug> DynamicQueryHandler: Done processing query
10490 2024.11.09 02:51:50.017859 [ 292 ] {22040f85-46c7-4c99-877e-79e73d0c80c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
10491 2024.11.09 02:51:50.017895 [ 292 ] {} <Debug> HTTP-Session: 61c25da6-d554-4bdc-a229-f9fcaadccfa1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10492 2024.11.09 02:51:50.017925 [ 189 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
10493 2024.11.09 02:51:50.018285 [ 189 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10494 2024.11.09 02:51:50.018296 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43452, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10495 2024.11.09 02:51:50.018420 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51245, User-Agent: (none), Length: 5927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10496 2024.11.09 02:51:50.018445 [ 189 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1420 rows starting from the beginning of the part
10497 2024.11.09 02:51:50.018579 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10498 2024.11.09 02:51:50.018695 [ 271 ] {} <Debug> HTTP-Session: 34756430-17a3-4288-a854-2c4d3a78f32c Authenticating user 'default' from [fd00:1122:3344:101::d]:51245
10499 2024.11.09 02:51:50.018760 [ 271 ] {} <Debug> HTTP-Session: 34756430-17a3-4288-a854-2c4d3a78f32c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10500 2024.11.09 02:51:50.018839 [ 271 ] {} <Debug> HTTP-Session: 34756430-17a3-4288-a854-2c4d3a78f32c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10501 2024.11.09 02:51:50.018839 [ 189 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 56 rows starting from the beginning of the part
10502 2024.11.09 02:51:50.018963 [ 271 ] {} <Trace> HTTP-Session: 34756430-17a3-4288-a854-2c4d3a78f32c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10503 2024.11.09 02:51:50.019126 [ 189 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 271 rows starting from the beginning of the part
10504 2024.11.09 02:51:50.019423 [ 271 ] {554d09b0-a570-48e3-a0b1-7d1ffbf7edd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51245) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
10505 2024.11.09 02:51:50.019439 [ 189 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 58 rows starting from the beginning of the part
10506 2024.11.09 02:51:50.019579 [ 271 ] {554d09b0-a570-48e3-a0b1-7d1ffbf7edd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10507 2024.11.09 02:51:50.019706 [ 189 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 56 rows starting from the beginning of the part
10508 2024.11.09 02:51:50.020051 [ 189 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 271 rows starting from the beginning of the part
10509 2024.11.09 02:51:50.020845 [ 271 ] {554d09b0-a570-48e3-a0b1-7d1ffbf7edd2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10510 2024.11.09 02:51:50.022000 [ 271 ] {554d09b0-a570-48e3-a0b1-7d1ffbf7edd2} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10511 2024.11.09 02:51:50.022067 [ 271 ] {554d09b0-a570-48e3-a0b1-7d1ffbf7edd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
10512 2024.11.09 02:51:50.022872 [ 271 ] {554d09b0-a570-48e3-a0b1-7d1ffbf7edd2} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
10513 2024.11.09 02:51:50.023492 [ 189 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2132 rows, containing 5 columns (5 merged, 0 gathered) in 0.005757079 sec., 370326.68823894893 rows/sec., 32.74 MiB/sec.
10514 2024.11.09 02:51:50.023758 [ 271 ] {554d09b0-a570-48e3-a0b1-7d1ffbf7edd2} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10515 2024.11.09 02:51:50.023759 [ 190 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
10516 2024.11.09 02:51:50.023995 [ 271 ] {554d09b0-a570-48e3-a0b1-7d1ffbf7edd2} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.004745 sec., 8640.674394099051 rows/sec., 649.74 KiB/sec.
10517 2024.11.09 02:51:50.024716 [ 271 ] {554d09b0-a570-48e3-a0b1-7d1ffbf7edd2} <Debug> DynamicQueryHandler: Done processing query
10518 2024.11.09 02:51:50.024806 [ 271 ] {554d09b0-a570-48e3-a0b1-7d1ffbf7edd2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
10519 2024.11.09 02:51:50.024891 [ 271 ] {} <Debug> HTTP-Session: 34756430-17a3-4288-a854-2c4d3a78f32c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10520 2024.11.09 02:51:50.025228 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51245, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10521 2024.11.09 02:51:50.025349 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53718, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10522 2024.11.09 02:51:50.025482 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10523 2024.11.09 02:51:50.025532 [ 190 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_61_12} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10524 2024.11.09 02:51:50.025547 [ 292 ] {} <Debug> HTTP-Session: 65336538-2cde-43bb-977a-1bc9af26cfb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:53718
10525 2024.11.09 02:51:50.025619 [ 292 ] {} <Debug> HTTP-Session: 65336538-2cde-43bb-977a-1bc9af26cfb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10526 2024.11.09 02:51:50.025657 [ 292 ] {} <Debug> HTTP-Session: 65336538-2cde-43bb-977a-1bc9af26cfb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10527 2024.11.09 02:51:50.025696 [ 190 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_61_12} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
10528 2024.11.09 02:51:50.025721 [ 292 ] {} <Trace> HTTP-Session: 65336538-2cde-43bb-977a-1bc9af26cfb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10529 2024.11.09 02:51:50.025849 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
10530 2024.11.09 02:51:50.025925 [ 292 ] {e6f43b52-5356-461e-9b7d-d41f69cf46e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53718) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
10531 2024.11.09 02:51:50.025981 [ 292 ] {e6f43b52-5356-461e-9b7d-d41f69cf46e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10532 2024.11.09 02:51:50.026251 [ 292 ] {e6f43b52-5356-461e-9b7d-d41f69cf46e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10533 2024.11.09 02:51:50.026571 [ 292 ] {e6f43b52-5356-461e-9b7d-d41f69cf46e9} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10534 2024.11.09 02:51:50.026608 [ 292 ] {e6f43b52-5356-461e-9b7d-d41f69cf46e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
10535 2024.11.09 02:51:50.026992 [ 292 ] {e6f43b52-5356-461e-9b7d-d41f69cf46e9} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
10536 2024.11.09 02:51:50.027372 [ 292 ] {e6f43b52-5356-461e-9b7d-d41f69cf46e9} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10537 2024.11.09 02:51:50.027543 [ 292 ] {e6f43b52-5356-461e-9b7d-d41f69cf46e9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001667 sec., 8398.320335932813 rows/sec., 588.16 KiB/sec.
10538 2024.11.09 02:51:50.027875 [ 292 ] {e6f43b52-5356-461e-9b7d-d41f69cf46e9} <Debug> DynamicQueryHandler: Done processing query
10539 2024.11.09 02:51:50.027901 [ 292 ] {e6f43b52-5356-461e-9b7d-d41f69cf46e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10540 2024.11.09 02:51:50.027918 [ 292 ] {} <Debug> HTTP-Session: 65336538-2cde-43bb-977a-1bc9af26cfb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10541 2024.11.09 02:51:50.028110 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53718, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10542 2024.11.09 02:51:50.028204 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55134, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10543 2024.11.09 02:51:50.028302 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10544 2024.11.09 02:51:50.028327 [ 271 ] {} <Debug> HTTP-Session: 3950f51c-b61c-4589-99ec-28a59e179739 Authenticating user 'default' from [fd00:1122:3344:101::d]:55134
10545 2024.11.09 02:51:50.028351 [ 271 ] {} <Debug> HTTP-Session: 3950f51c-b61c-4589-99ec-28a59e179739 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10546 2024.11.09 02:51:50.028369 [ 271 ] {} <Debug> HTTP-Session: 3950f51c-b61c-4589-99ec-28a59e179739 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10547 2024.11.09 02:51:50.028419 [ 271 ] {} <Trace> HTTP-Session: 3950f51c-b61c-4589-99ec-28a59e179739 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10548 2024.11.09 02:51:50.028558 [ 271 ] {81fa4de8-671f-4f94-8407-402de0f1081f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55134) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
10549 2024.11.09 02:51:50.028620 [ 271 ] {81fa4de8-671f-4f94-8407-402de0f1081f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10550 2024.11.09 02:51:50.028893 [ 271 ] {81fa4de8-671f-4f94-8407-402de0f1081f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10551 2024.11.09 02:51:50.029219 [ 271 ] {81fa4de8-671f-4f94-8407-402de0f1081f} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10552 2024.11.09 02:51:50.029255 [ 271 ] {81fa4de8-671f-4f94-8407-402de0f1081f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
10553 2024.11.09 02:51:50.029622 [ 271 ] {81fa4de8-671f-4f94-8407-402de0f1081f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
10554 2024.11.09 02:51:50.030003 [ 271 ] {81fa4de8-671f-4f94-8407-402de0f1081f} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10555 2024.11.09 02:51:50.030139 [ 271 ] {81fa4de8-671f-4f94-8407-402de0f1081f} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001622 sec., 3699.1368680641185 rows/sec., 218.55 KiB/sec.
10556 2024.11.09 02:51:50.030372 [ 271 ] {81fa4de8-671f-4f94-8407-402de0f1081f} <Debug> DynamicQueryHandler: Done processing query
10557 2024.11.09 02:51:50.030397 [ 271 ] {81fa4de8-671f-4f94-8407-402de0f1081f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10558 2024.11.09 02:51:50.030413 [ 271 ] {} <Debug> HTTP-Session: 3950f51c-b61c-4589-99ec-28a59e179739 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10559 2024.11.09 02:51:50.030730 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55134, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10560 2024.11.09 02:51:50.030808 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36603, User-Agent: (none), Length: 68708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10561 2024.11.09 02:51:50.030894 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10562 2024.11.09 02:51:50.030923 [ 292 ] {} <Debug> HTTP-Session: cfe2cf38-d1ed-4971-ba65-44f1556ae880 Authenticating user 'default' from [fd00:1122:3344:101::d]:36603
10563 2024.11.09 02:51:50.030946 [ 292 ] {} <Debug> HTTP-Session: cfe2cf38-d1ed-4971-ba65-44f1556ae880 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10564 2024.11.09 02:51:50.030963 [ 292 ] {} <Debug> HTTP-Session: cfe2cf38-d1ed-4971-ba65-44f1556ae880 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10565 2024.11.09 02:51:50.031009 [ 292 ] {} <Trace> HTTP-Session: cfe2cf38-d1ed-4971-ba65-44f1556ae880 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10566 2024.11.09 02:51:50.031385 [ 292 ] {8441d24c-8d6a-4313-845f-7377dff60e5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
10567 2024.11.09 02:51:50.031445 [ 292 ] {8441d24c-8d6a-4313-845f-7377dff60e5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10568 2024.11.09 02:51:50.031739 [ 292 ] {8441d24c-8d6a-4313-845f-7377dff60e5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10569 2024.11.09 02:51:50.032313 [ 292 ] {8441d24c-8d6a-4313-845f-7377dff60e5d} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10570 2024.11.09 02:51:50.032350 [ 292 ] {8441d24c-8d6a-4313-845f-7377dff60e5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
10571 2024.11.09 02:51:50.032733 [ 292 ] {8441d24c-8d6a-4313-845f-7377dff60e5d} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
10572 2024.11.09 02:51:50.033095 [ 292 ] {8441d24c-8d6a-4313-845f-7377dff60e5d} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10573 2024.11.09 02:51:50.033259 [ 115 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
10574 2024.11.09 02:51:50.033268 [ 292 ] {8441d24c-8d6a-4313-845f-7377dff60e5d} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002114 sec., 200094.60737937558 rows/sec., 14.30 MiB/sec.
10575 2024.11.09 02:51:50.033318 [ 115 ] {} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10576 2024.11.09 02:51:50.033400 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
10577 2024.11.09 02:51:50.033597 [ 189 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
10578 2024.11.09 02:51:50.033612 [ 292 ] {8441d24c-8d6a-4313-845f-7377dff60e5d} <Debug> DynamicQueryHandler: Done processing query
10579 2024.11.09 02:51:50.033665 [ 292 ] {8441d24c-8d6a-4313-845f-7377dff60e5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
10580 2024.11.09 02:51:50.033701 [ 292 ] {} <Debug> HTTP-Session: cfe2cf38-d1ed-4971-ba65-44f1556ae880 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10581 2024.11.09 02:51:50.033821 [ 189 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10582 2024.11.09 02:51:50.033860 [ 189 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 915 rows starting from the beginning of the part
10583 2024.11.09 02:51:50.033954 [ 189 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 64 rows starting from the beginning of the part
10584 2024.11.09 02:51:50.034041 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36603, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10585 2024.11.09 02:51:50.034158 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49553, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10586 2024.11.09 02:51:50.034476 [ 292 ] {} <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):
10587 
10588 (version 23.8.7.1)
10589 2024.11.09 02:51:50.034513 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10590 2024.11.09 02:51:50.034547 [ 189 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 423 rows starting from the beginning of the part
10591 2024.11.09 02:51:50.034629 [ 271 ] {} <Debug> HTTP-Session: 0f715972-4149-41eb-b045-708771974497 Authenticating user 'default' from [fd00:1122:3344:101::d]:49553
10592 2024.11.09 02:51:50.034712 [ 271 ] {} <Debug> HTTP-Session: 0f715972-4149-41eb-b045-708771974497 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10593 2024.11.09 02:51:50.034800 [ 271 ] {} <Debug> HTTP-Session: 0f715972-4149-41eb-b045-708771974497 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10594 2024.11.09 02:51:50.034919 [ 189 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 68 rows starting from the beginning of the part
10595 2024.11.09 02:51:50.034929 [ 271 ] {} <Trace> HTTP-Session: 0f715972-4149-41eb-b045-708771974497 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10596 2024.11.09 02:51:50.035192 [ 189 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 64 rows starting from the beginning of the part
10597 2024.11.09 02:51:50.035226 [ 271 ] {aaa4afa1-d04c-4103-af41-63b717c2d29c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49553) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
10598 2024.11.09 02:51:50.035407 [ 271 ] {aaa4afa1-d04c-4103-af41-63b717c2d29c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10599 2024.11.09 02:51:50.035434 [ 189 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 423 rows starting from the beginning of the part
10600 2024.11.09 02:51:50.036231 [ 271 ] {aaa4afa1-d04c-4103-af41-63b717c2d29c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10601 2024.11.09 02:51:50.036931 [ 271 ] {aaa4afa1-d04c-4103-af41-63b717c2d29c} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10602 2024.11.09 02:51:50.036995 [ 271 ] {aaa4afa1-d04c-4103-af41-63b717c2d29c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
10603 2024.11.09 02:51:50.038035 [ 271 ] {aaa4afa1-d04c-4103-af41-63b717c2d29c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
10604 2024.11.09 02:51:50.038697 [ 191 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1957 rows, containing 5 columns (5 merged, 0 gathered) in 0.005178317 sec., 377922.01597546076 rows/sec., 28.93 MiB/sec.
10605 2024.11.09 02:51:50.038711 [ 271 ] {aaa4afa1-d04c-4103-af41-63b717c2d29c} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10606 2024.11.09 02:51:50.039018 [ 271 ] {aaa4afa1-d04c-4103-af41-63b717c2d29c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00389 sec., 1542.4164524421594 rows/sec., 80.59 KiB/sec.
10607 2024.11.09 02:51:50.039110 [ 191 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
10608 2024.11.09 02:51:50.039747 [ 271 ] {aaa4afa1-d04c-4103-af41-63b717c2d29c} <Debug> DynamicQueryHandler: Done processing query
10609 2024.11.09 02:51:50.039823 [ 271 ] {aaa4afa1-d04c-4103-af41-63b717c2d29c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
10610 2024.11.09 02:51:50.039905 [ 271 ] {} <Debug> HTTP-Session: 0f715972-4149-41eb-b045-708771974497 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10611 2024.11.09 02:51:50.040201 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49553, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10612 2024.11.09 02:51:50.040258 [ 191 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_61_12} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10613 2024.11.09 02:51:50.040321 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52428, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10614 2024.11.09 02:51:50.040430 [ 191 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_61_12} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
10615 2024.11.09 02:51:50.040444 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10616 2024.11.09 02:51:50.040475 [ 292 ] {} <Debug> HTTP-Session: afda4ecc-4905-4878-bfea-c084ff72a13a Authenticating user 'default' from [fd00:1122:3344:101::d]:52428
10617 2024.11.09 02:51:50.040526 [ 292 ] {} <Debug> HTTP-Session: afda4ecc-4905-4878-bfea-c084ff72a13a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10618 2024.11.09 02:51:50.040550 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
10619 2024.11.09 02:51:50.040553 [ 292 ] {} <Debug> HTTP-Session: afda4ecc-4905-4878-bfea-c084ff72a13a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10620 2024.11.09 02:51:50.040614 [ 292 ] {} <Trace> HTTP-Session: afda4ecc-4905-4878-bfea-c084ff72a13a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10621 2024.11.09 02:51:50.040893 [ 292 ] {c37fff9d-ff27-4ff1-8833-9a8fdc921d39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52428) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
10622 2024.11.09 02:51:50.040946 [ 292 ] {c37fff9d-ff27-4ff1-8833-9a8fdc921d39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10623 2024.11.09 02:51:50.041119 [ 292 ] {c37fff9d-ff27-4ff1-8833-9a8fdc921d39} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10624 2024.11.09 02:51:50.041552 [ 292 ] {c37fff9d-ff27-4ff1-8833-9a8fdc921d39} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10625 2024.11.09 02:51:50.041588 [ 292 ] {c37fff9d-ff27-4ff1-8833-9a8fdc921d39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
10626 2024.11.09 02:51:50.042005 [ 292 ] {c37fff9d-ff27-4ff1-8833-9a8fdc921d39} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
10627 2024.11.09 02:51:50.042368 [ 292 ] {c37fff9d-ff27-4ff1-8833-9a8fdc921d39} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10628 2024.11.09 02:51:50.042530 [ 115 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
10629 2024.11.09 02:51:50.042534 [ 292 ] {c37fff9d-ff27-4ff1-8833-9a8fdc921d39} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001813 sec., 130722.55929398787 rows/sec., 8.76 MiB/sec.
10630 2024.11.09 02:51:50.042589 [ 115 ] {} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10631 2024.11.09 02:51:50.042660 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
10632 2024.11.09 02:51:50.042867 [ 192 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
10633 2024.11.09 02:51:50.042886 [ 292 ] {c37fff9d-ff27-4ff1-8833-9a8fdc921d39} <Debug> DynamicQueryHandler: Done processing query
10634 2024.11.09 02:51:50.042958 [ 292 ] {c37fff9d-ff27-4ff1-8833-9a8fdc921d39} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
10635 2024.11.09 02:51:50.042987 [ 292 ] {} <Debug> HTTP-Session: afda4ecc-4905-4878-bfea-c084ff72a13a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10636 2024.11.09 02:51:50.043127 [ 192 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10637 2024.11.09 02:51:50.043203 [ 192 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 12690 rows starting from the beginning of the part
10638 2024.11.09 02:51:50.043220 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52428, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10639 2024.11.09 02:51:50.043385 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62460, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10640 2024.11.09 02:51:50.043512 [ 292 ] {} <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):
10641 
10642 (version 23.8.7.1)
10643 2024.11.09 02:51:50.043559 [ 192 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part
10644 2024.11.09 02:51:50.043613 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10645 2024.11.09 02:51:50.043739 [ 271 ] {} <Debug> HTTP-Session: 2d2eb68e-8f3b-452a-ab81-b33aa9763aa0 Authenticating user 'default' from [fd00:1122:3344:101::d]:62460
10646 2024.11.09 02:51:50.043893 [ 271 ] {} <Debug> HTTP-Session: 2d2eb68e-8f3b-452a-ab81-b33aa9763aa0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10647 2024.11.09 02:51:50.043927 [ 192 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 237 rows starting from the beginning of the part
10648 2024.11.09 02:51:50.043970 [ 271 ] {} <Debug> HTTP-Session: 2d2eb68e-8f3b-452a-ab81-b33aa9763aa0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10649 2024.11.09 02:51:50.044192 [ 271 ] {} <Trace> HTTP-Session: 2d2eb68e-8f3b-452a-ab81-b33aa9763aa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10650 2024.11.09 02:51:50.044245 [ 192 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 130 rows starting from the beginning of the part
10651 2024.11.09 02:51:50.044472 [ 192 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part
10652 2024.11.09 02:51:50.044703 [ 271 ] {8fd9c60a-cb75-4811-9cdf-5d4c6e9a1870} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62460) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
10653 2024.11.09 02:51:50.044784 [ 192 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 237 rows starting from the beginning of the part
10654 2024.11.09 02:51:50.044928 [ 271 ] {8fd9c60a-cb75-4811-9cdf-5d4c6e9a1870} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10655 2024.11.09 02:51:50.045712 [ 271 ] {8fd9c60a-cb75-4811-9cdf-5d4c6e9a1870} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10656 2024.11.09 02:51:50.046180 [ 271 ] {8fd9c60a-cb75-4811-9cdf-5d4c6e9a1870} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10657 2024.11.09 02:51:50.046223 [ 271 ] {8fd9c60a-cb75-4811-9cdf-5d4c6e9a1870} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
10658 2024.11.09 02:51:50.046743 [ 271 ] {8fd9c60a-cb75-4811-9cdf-5d4c6e9a1870} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
10659 2024.11.09 02:51:50.047605 [ 271 ] {8fd9c60a-cb75-4811-9cdf-5d4c6e9a1870} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10660 2024.11.09 02:51:50.047997 [ 271 ] {8fd9c60a-cb75-4811-9cdf-5d4c6e9a1870} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003493 sec., 286.286859433152 rows/sec., 19.29 KiB/sec.
10661 2024.11.09 02:51:50.048330 [ 271 ] {8fd9c60a-cb75-4811-9cdf-5d4c6e9a1870} <Debug> DynamicQueryHandler: Done processing query
10662 2024.11.09 02:51:50.048361 [ 271 ] {8fd9c60a-cb75-4811-9cdf-5d4c6e9a1870} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
10663 2024.11.09 02:51:50.048382 [ 271 ] {} <Debug> HTTP-Session: 2d2eb68e-8f3b-452a-ab81-b33aa9763aa0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10664 2024.11.09 02:51:50.048752 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62460, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10665 2024.11.09 02:51:50.048802 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46433, User-Agent: (none), Length: 68842, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10666 2024.11.09 02:51:50.048891 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10667 2024.11.09 02:51:50.048920 [ 292 ] {} <Debug> HTTP-Session: 3ad1144d-bcbe-4127-bea4-c842ba61770b Authenticating user 'default' from [fd00:1122:3344:101::d]:46433
10668 2024.11.09 02:51:50.048941 [ 292 ] {} <Debug> HTTP-Session: 3ad1144d-bcbe-4127-bea4-c842ba61770b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10669 2024.11.09 02:51:50.048956 [ 292 ] {} <Debug> HTTP-Session: 3ad1144d-bcbe-4127-bea4-c842ba61770b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10670 2024.11.09 02:51:50.048996 [ 292 ] {} <Trace> HTTP-Session: 3ad1144d-bcbe-4127-bea4-c842ba61770b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10671 2024.11.09 02:51:50.050145 [ 292 ] {8f6fe62b-c273-42cd-b094-37a4a3252d41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46433) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
10672 2024.11.09 02:51:50.050230 [ 292 ] {8f6fe62b-c273-42cd-b094-37a4a3252d41} <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
10673 2024.11.09 02:51:50.051188 [ 292 ] {8f6fe62b-c273-42cd-b094-37a4a3252d41} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10674 2024.11.09 02:51:50.051575 [ 192 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13614 rows, containing 5 columns (5 merged, 0 gathered) in 0.008792891 sec., 1548296.2315807166 rows/sec., 105.43 MiB/sec.
10675 2024.11.09 02:51:50.052067 [ 189 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
10676 2024.11.09 02:51:50.053045 [ 292 ] {8f6fe62b-c273-42cd-b094-37a4a3252d41} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10677 2024.11.09 02:51:50.053106 [ 292 ] {8f6fe62b-c273-42cd-b094-37a4a3252d41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
10678 2024.11.09 02:51:50.053381 [ 189 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10679 2024.11.09 02:51:50.053619 [ 189 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
10680 2024.11.09 02:51:50.053811 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.55 MiB.
10681 2024.11.09 02:51:50.054307 [ 292 ] {8f6fe62b-c273-42cd-b094-37a4a3252d41} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
10682 2024.11.09 02:51:50.054747 [ 292 ] {8f6fe62b-c273-42cd-b094-37a4a3252d41} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10683 2024.11.09 02:51:50.054940 [ 292 ] {8f6fe62b-c273-42cd-b094-37a4a3252d41} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.00575 sec., 7130.434782608696 rows/sec., 12.78 MiB/sec.
10684 2024.11.09 02:51:50.055207 [ 292 ] {8f6fe62b-c273-42cd-b094-37a4a3252d41} <Debug> DynamicQueryHandler: Done processing query
10685 2024.11.09 02:51:50.055232 [ 292 ] {8f6fe62b-c273-42cd-b094-37a4a3252d41} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB.
10686 2024.11.09 02:51:50.055250 [ 292 ] {} <Debug> HTTP-Session: 3ad1144d-bcbe-4127-bea4-c842ba61770b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10687 2024.11.09 02:51:50.055409 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46433, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10688 2024.11.09 02:51:50.055485 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39632, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10689 2024.11.09 02:51:50.055546 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10690 2024.11.09 02:51:50.055567 [ 271 ] {} <Debug> HTTP-Session: efd8bf5b-f578-4b13-89dd-3bf6057cf008 Authenticating user 'default' from [fd00:1122:3344:101::d]:39632
10691 2024.11.09 02:51:50.055585 [ 271 ] {} <Debug> HTTP-Session: efd8bf5b-f578-4b13-89dd-3bf6057cf008 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10692 2024.11.09 02:51:50.055599 [ 271 ] {} <Debug> HTTP-Session: efd8bf5b-f578-4b13-89dd-3bf6057cf008 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10693 2024.11.09 02:51:50.055641 [ 271 ] {} <Trace> HTTP-Session: efd8bf5b-f578-4b13-89dd-3bf6057cf008 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10694 2024.11.09 02:51:50.055798 [ 271 ] {33d0523c-e688-47cb-9027-d4663b67da09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39632) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
10695 2024.11.09 02:51:50.055847 [ 271 ] {33d0523c-e688-47cb-9027-d4663b67da09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10696 2024.11.09 02:51:50.056015 [ 271 ] {33d0523c-e688-47cb-9027-d4663b67da09} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10697 2024.11.09 02:51:50.056350 [ 271 ] {33d0523c-e688-47cb-9027-d4663b67da09} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10698 2024.11.09 02:51:50.056385 [ 271 ] {33d0523c-e688-47cb-9027-d4663b67da09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
10699 2024.11.09 02:51:50.056768 [ 271 ] {33d0523c-e688-47cb-9027-d4663b67da09} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
10700 2024.11.09 02:51:50.057120 [ 271 ] {33d0523c-e688-47cb-9027-d4663b67da09} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10701 2024.11.09 02:51:50.057252 [ 115 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
10702 2024.11.09 02:51:50.057256 [ 271 ] {33d0523c-e688-47cb-9027-d4663b67da09} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001525 sec., 53770.49180327869 rows/sec., 3.42 MiB/sec.
10703 2024.11.09 02:51:50.057292 [ 115 ] {} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10704 2024.11.09 02:51:50.057331 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
10705 2024.11.09 02:51:50.057504 [ 193 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
10706 2024.11.09 02:51:50.057517 [ 271 ] {33d0523c-e688-47cb-9027-d4663b67da09} <Debug> DynamicQueryHandler: Done processing query
10707 2024.11.09 02:51:50.057586 [ 271 ] {33d0523c-e688-47cb-9027-d4663b67da09} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10708 2024.11.09 02:51:50.057626 [ 271 ] {} <Debug> HTTP-Session: efd8bf5b-f578-4b13-89dd-3bf6057cf008 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10709 2024.11.09 02:51:50.057747 [ 193 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10710 2024.11.09 02:51:50.057787 [ 193 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3480 rows starting from the beginning of the part
10711 2024.11.09 02:51:50.057877 [ 193 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part
10712 2024.11.09 02:51:50.057981 [ 193 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 82 rows starting from the beginning of the part
10713 2024.11.09 02:51:50.058074 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39632, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10714 2024.11.09 02:51:50.058241 [ 193 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 48 rows starting from the beginning of the part
10715 2024.11.09 02:51:50.058393 [ 193 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part
10716 2024.11.09 02:51:50.058479 [ 193 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 82 rows starting from the beginning of the part
10717 2024.11.09 02:51:50.059995 [ 189 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3812 rows, containing 4 columns (4 merged, 0 gathered) in 0.002576594 sec., 1479472.5129376221 rows/sec., 97.21 MiB/sec.
10718 2024.11.09 02:51:50.060431 [ 187 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
10719 2024.11.09 02:51:50.060888 [ 187 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_61_12} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10720 2024.11.09 02:51:50.060976 [ 187 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_61_12} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
10721 2024.11.09 02:51:50.061064 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
10722 2024.11.09 02:51:50.885550 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46433, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10723 2024.11.09 02:51:51.144055 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35484, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10724 2024.11.09 02:51:51.189145 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51591, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10725 2024.11.09 02:51:51.193428 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40664, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10726 2024.11.09 02:51:51.199722 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46620, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10727 2024.11.09 02:51:51.279109 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36851, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10728 2024.11.09 02:51:51.296445 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42106, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10729 2024.11.09 02:51:51.297801 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39457, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10730 2024.11.09 02:51:51.656869 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 984
10731 2024.11.09 02:51:51.659968 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10732 2024.11.09 02:51:51.660017 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
10733 2024.11.09 02:51:51.661481 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
10734 2024.11.09 02:51:51.662445 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10735 2024.11.09 02:51:51.662677 [ 113 ] {} <Debug> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
10736 2024.11.09 02:51:51.662801 [ 113 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10737 2024.11.09 02:51:51.662889 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
10738 2024.11.09 02:51:51.663343 [ 189 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::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
10739 2024.11.09 02:51:51.663809 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 984
10740 2024.11.09 02:51:51.664608 [ 189 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10741 2024.11.09 02:51:51.664795 [ 189 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::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
10742 2024.11.09 02:51:51.665328 [ 189 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 32 rows starting from the beginning of the part
10743 2024.11.09 02:51:51.665814 [ 189 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 28 rows starting from the beginning of the part
10744 2024.11.09 02:51:51.666263 [ 189 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 20 rows starting from the beginning of the part
10745 2024.11.09 02:51:51.666690 [ 189 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 32 rows starting from the beginning of the part
10746 2024.11.09 02:51:51.667087 [ 189 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 28 rows starting from the beginning of the part
10747 2024.11.09 02:51:51.675166 [ 187 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 984 rows, containing 72 columns (72 merged, 0 gathered) in 0.01210297 sec., 81302.35801625552 rows/sec., 57.28 MiB/sec.
10748 2024.11.09 02:51:51.676594 [ 188 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
10749 2024.11.09 02:51:51.678268 [ 188 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_31_6} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10750 2024.11.09 02:51:51.678367 [ 188 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_31_6} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
10751 2024.11.09 02:51:51.678716 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB.
10752 2024.11.09 02:51:55.008128 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38482, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10753 2024.11.09 02:51:55.008243 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10754 2024.11.09 02:51:55.008271 [ 295 ] {} <Debug> HTTP-Session: 781c1f0e-af96-40f7-8593-cdd94108bbde Authenticating user 'default' from [fd00:1122:3344:101::d]:38482
10755 2024.11.09 02:51:55.008300 [ 295 ] {} <Debug> HTTP-Session: 781c1f0e-af96-40f7-8593-cdd94108bbde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10756 2024.11.09 02:51:55.008320 [ 295 ] {} <Debug> HTTP-Session: 781c1f0e-af96-40f7-8593-cdd94108bbde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10757 2024.11.09 02:51:55.008374 [ 295 ] {} <Trace> HTTP-Session: 781c1f0e-af96-40f7-8593-cdd94108bbde Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10758 2024.11.09 02:51:55.008568 [ 295 ] {6969aaf2-ae4c-4a44-a2a6-fafa6fc2d52d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38482) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
10759 2024.11.09 02:51:55.008667 [ 295 ] {6969aaf2-ae4c-4a44-a2a6-fafa6fc2d52d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10760 2024.11.09 02:51:55.009008 [ 295 ] {6969aaf2-ae4c-4a44-a2a6-fafa6fc2d52d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10761 2024.11.09 02:51:55.009479 [ 295 ] {6969aaf2-ae4c-4a44-a2a6-fafa6fc2d52d} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10762 2024.11.09 02:51:55.009517 [ 295 ] {6969aaf2-ae4c-4a44-a2a6-fafa6fc2d52d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
10763 2024.11.09 02:51:55.009950 [ 295 ] {6969aaf2-ae4c-4a44-a2a6-fafa6fc2d52d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
10764 2024.11.09 02:51:55.010361 [ 295 ] {6969aaf2-ae4c-4a44-a2a6-fafa6fc2d52d} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10765 2024.11.09 02:51:55.010510 [ 295 ] {6969aaf2-ae4c-4a44-a2a6-fafa6fc2d52d} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001999 sec., 2001.0005002501252 rows/sec., 163.17 KiB/sec.
10766 2024.11.09 02:51:55.010763 [ 295 ] {6969aaf2-ae4c-4a44-a2a6-fafa6fc2d52d} <Debug> DynamicQueryHandler: Done processing query
10767 2024.11.09 02:51:55.010790 [ 295 ] {6969aaf2-ae4c-4a44-a2a6-fafa6fc2d52d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
10768 2024.11.09 02:51:55.010807 [ 295 ] {} <Debug> HTTP-Session: 781c1f0e-af96-40f7-8593-cdd94108bbde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10769 2024.11.09 02:51:55.011008 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38482, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10770 2024.11.09 02:51:55.011135 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59019, User-Agent: (none), Length: 8114, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10771 2024.11.09 02:51:55.011250 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10772 2024.11.09 02:51:55.011279 [ 294 ] {} <Debug> HTTP-Session: 26de5786-6186-4b4e-8d4d-6bbc93400c19 Authenticating user 'default' from [fd00:1122:3344:101::d]:59019
10773 2024.11.09 02:51:55.011314 [ 294 ] {} <Debug> HTTP-Session: 26de5786-6186-4b4e-8d4d-6bbc93400c19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10774 2024.11.09 02:51:55.011333 [ 294 ] {} <Debug> HTTP-Session: 26de5786-6186-4b4e-8d4d-6bbc93400c19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10775 2024.11.09 02:51:55.011395 [ 294 ] {} <Trace> HTTP-Session: 26de5786-6186-4b4e-8d4d-6bbc93400c19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10776 2024.11.09 02:51:55.011616 [ 294 ] {1e259811-d9a0-44ce-b0a7-8139ad98d720} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59019) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
10777 2024.11.09 02:51:55.011693 [ 294 ] {1e259811-d9a0-44ce-b0a7-8139ad98d720} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10778 2024.11.09 02:51:55.012045 [ 294 ] {1e259811-d9a0-44ce-b0a7-8139ad98d720} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10779 2024.11.09 02:51:55.012468 [ 294 ] {1e259811-d9a0-44ce-b0a7-8139ad98d720} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10780 2024.11.09 02:51:55.012511 [ 294 ] {1e259811-d9a0-44ce-b0a7-8139ad98d720} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
10781 2024.11.09 02:51:55.012930 [ 294 ] {1e259811-d9a0-44ce-b0a7-8139ad98d720} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
10782 2024.11.09 02:51:55.013322 [ 294 ] {1e259811-d9a0-44ce-b0a7-8139ad98d720} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10783 2024.11.09 02:51:55.013500 [ 294 ] {1e259811-d9a0-44ce-b0a7-8139ad98d720} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.00196 sec., 29591.83673469388 rows/sec., 2.27 MiB/sec.
10784 2024.11.09 02:51:55.013706 [ 294 ] {1e259811-d9a0-44ce-b0a7-8139ad98d720} <Debug> DynamicQueryHandler: Done processing query
10785 2024.11.09 02:51:55.013732 [ 294 ] {1e259811-d9a0-44ce-b0a7-8139ad98d720} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
10786 2024.11.09 02:51:55.013749 [ 294 ] {} <Debug> HTTP-Session: 26de5786-6186-4b4e-8d4d-6bbc93400c19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10787 2024.11.09 02:51:55.013925 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38482, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10788 2024.11.09 02:51:55.013939 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59019, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10789 2024.11.09 02:51:55.014030 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10790 2024.11.09 02:51:55.014063 [ 295 ] {} <Debug> HTTP-Session: b9226d0f-2d17-4ff4-84de-f367cb8e4091 Authenticating user 'default' from [fd00:1122:3344:101::d]:38482
10791 2024.11.09 02:51:55.014087 [ 295 ] {} <Debug> HTTP-Session: b9226d0f-2d17-4ff4-84de-f367cb8e4091 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10792 2024.11.09 02:51:55.014117 [ 295 ] {} <Debug> HTTP-Session: b9226d0f-2d17-4ff4-84de-f367cb8e4091 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10793 2024.11.09 02:51:55.014165 [ 295 ] {} <Trace> HTTP-Session: b9226d0f-2d17-4ff4-84de-f367cb8e4091 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10794 2024.11.09 02:51:55.014286 [ 295 ] {b5cb67f4-994a-4ab6-b53c-4376ad0ab70b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38482) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
10795 2024.11.09 02:51:55.014338 [ 295 ] {b5cb67f4-994a-4ab6-b53c-4376ad0ab70b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10796 2024.11.09 02:51:55.014601 [ 295 ] {b5cb67f4-994a-4ab6-b53c-4376ad0ab70b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10797 2024.11.09 02:51:55.014953 [ 295 ] {b5cb67f4-994a-4ab6-b53c-4376ad0ab70b} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10798 2024.11.09 02:51:55.014991 [ 295 ] {b5cb67f4-994a-4ab6-b53c-4376ad0ab70b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
10799 2024.11.09 02:51:55.015358 [ 295 ] {b5cb67f4-994a-4ab6-b53c-4376ad0ab70b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
10800 2024.11.09 02:51:55.015740 [ 295 ] {b5cb67f4-994a-4ab6-b53c-4376ad0ab70b} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10801 2024.11.09 02:51:55.015868 [ 295 ] {b5cb67f4-994a-4ab6-b53c-4376ad0ab70b} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001613 sec., 2479.851208927464 rows/sec., 173.15 KiB/sec.
10802 2024.11.09 02:51:55.016168 [ 295 ] {b5cb67f4-994a-4ab6-b53c-4376ad0ab70b} <Debug> DynamicQueryHandler: Done processing query
10803 2024.11.09 02:51:55.016221 [ 295 ] {b5cb67f4-994a-4ab6-b53c-4376ad0ab70b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
10804 2024.11.09 02:51:55.016262 [ 295 ] {} <Debug> HTTP-Session: b9226d0f-2d17-4ff4-84de-f367cb8e4091 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10805 2024.11.09 02:51:55.016446 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38482, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10806 2024.11.09 02:51:55.016573 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35848, User-Agent: (none), Length: 11580, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10807 2024.11.09 02:51:55.016661 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10808 2024.11.09 02:51:55.016685 [ 294 ] {} <Debug> HTTP-Session: a1870dbb-9304-4c70-943c-a874229d49af Authenticating user 'default' from [fd00:1122:3344:101::d]:35848
10809 2024.11.09 02:51:55.016707 [ 294 ] {} <Debug> HTTP-Session: a1870dbb-9304-4c70-943c-a874229d49af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10810 2024.11.09 02:51:55.016724 [ 294 ] {} <Debug> HTTP-Session: a1870dbb-9304-4c70-943c-a874229d49af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10811 2024.11.09 02:51:55.016771 [ 294 ] {} <Trace> HTTP-Session: a1870dbb-9304-4c70-943c-a874229d49af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10812 2024.11.09 02:51:55.016917 [ 294 ] {5ea8b2e1-7d25-45df-a78c-5d49ee9e456c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35848) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
10813 2024.11.09 02:51:55.016965 [ 294 ] {5ea8b2e1-7d25-45df-a78c-5d49ee9e456c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10814 2024.11.09 02:51:55.017225 [ 294 ] {5ea8b2e1-7d25-45df-a78c-5d49ee9e456c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10815 2024.11.09 02:51:55.017599 [ 294 ] {5ea8b2e1-7d25-45df-a78c-5d49ee9e456c} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10816 2024.11.09 02:51:55.017636 [ 294 ] {5ea8b2e1-7d25-45df-a78c-5d49ee9e456c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
10817 2024.11.09 02:51:55.017998 [ 294 ] {5ea8b2e1-7d25-45df-a78c-5d49ee9e456c} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
10818 2024.11.09 02:51:55.018362 [ 294 ] {5ea8b2e1-7d25-45df-a78c-5d49ee9e456c} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10819 2024.11.09 02:51:55.018517 [ 294 ] {5ea8b2e1-7d25-45df-a78c-5d49ee9e456c} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001647 sec., 41287.18882817243 rows/sec., 3.23 MiB/sec.
10820 2024.11.09 02:51:55.018841 [ 294 ] {5ea8b2e1-7d25-45df-a78c-5d49ee9e456c} <Debug> DynamicQueryHandler: Done processing query
10821 2024.11.09 02:51:55.018906 [ 294 ] {5ea8b2e1-7d25-45df-a78c-5d49ee9e456c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
10822 2024.11.09 02:51:55.018949 [ 294 ] {} <Debug> HTTP-Session: a1870dbb-9304-4c70-943c-a874229d49af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10823 2024.11.09 02:51:55.019141 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35848, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10824 2024.11.09 02:51:55.019209 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34190, User-Agent: (none), Length: 31040, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10825 2024.11.09 02:51:55.019283 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10826 2024.11.09 02:51:55.019305 [ 295 ] {} <Debug> HTTP-Session: 4cffe8ea-efa2-487a-afa6-7c8cabb80501 Authenticating user 'default' from [fd00:1122:3344:101::d]:34190
10827 2024.11.09 02:51:55.019324 [ 295 ] {} <Debug> HTTP-Session: 4cffe8ea-efa2-487a-afa6-7c8cabb80501 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10828 2024.11.09 02:51:55.019338 [ 295 ] {} <Debug> HTTP-Session: 4cffe8ea-efa2-487a-afa6-7c8cabb80501 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10829 2024.11.09 02:51:55.019377 [ 295 ] {} <Trace> HTTP-Session: 4cffe8ea-efa2-487a-afa6-7c8cabb80501 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10830 2024.11.09 02:51:55.019547 [ 295 ] {f4871cea-a334-49e5-9642-8ac65bc4e120} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
10831 2024.11.09 02:51:55.019598 [ 295 ] {f4871cea-a334-49e5-9642-8ac65bc4e120} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10832 2024.11.09 02:51:55.019770 [ 295 ] {f4871cea-a334-49e5-9642-8ac65bc4e120} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10833 2024.11.09 02:51:55.020179 [ 295 ] {f4871cea-a334-49e5-9642-8ac65bc4e120} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10834 2024.11.09 02:51:55.020217 [ 295 ] {f4871cea-a334-49e5-9642-8ac65bc4e120} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
10835 2024.11.09 02:51:55.020636 [ 295 ] {f4871cea-a334-49e5-9642-8ac65bc4e120} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
10836 2024.11.09 02:51:55.021011 [ 295 ] {f4871cea-a334-49e5-9642-8ac65bc4e120} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10837 2024.11.09 02:51:55.021138 [ 295 ] {f4871cea-a334-49e5-9642-8ac65bc4e120} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001668 sec., 97122.30215827338 rows/sec., 6.76 MiB/sec.
10838 2024.11.09 02:51:55.021427 [ 295 ] {f4871cea-a334-49e5-9642-8ac65bc4e120} <Debug> DynamicQueryHandler: Done processing query
10839 2024.11.09 02:51:55.021488 [ 295 ] {f4871cea-a334-49e5-9642-8ac65bc4e120} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
10840 2024.11.09 02:51:55.021542 [ 295 ] {} <Debug> HTTP-Session: 4cffe8ea-efa2-487a-afa6-7c8cabb80501 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10841 2024.11.09 02:51:55.021743 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34190, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10842 2024.11.09 02:51:55.021862 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42077, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10843 2024.11.09 02:51:55.021933 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10844 2024.11.09 02:51:55.021958 [ 294 ] {} <Debug> HTTP-Session: 4ea1481d-cbd5-42f5-8158-e22ba9247553 Authenticating user 'default' from [fd00:1122:3344:101::d]:42077
10845 2024.11.09 02:51:55.021979 [ 294 ] {} <Debug> HTTP-Session: 4ea1481d-cbd5-42f5-8158-e22ba9247553 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10846 2024.11.09 02:51:55.021997 [ 294 ] {} <Debug> HTTP-Session: 4ea1481d-cbd5-42f5-8158-e22ba9247553 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10847 2024.11.09 02:51:55.022042 [ 294 ] {} <Trace> HTTP-Session: 4ea1481d-cbd5-42f5-8158-e22ba9247553 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10848 2024.11.09 02:51:55.022210 [ 294 ] {d6896b54-20ec-4d2b-882b-9650d5d4665e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
10849 2024.11.09 02:51:55.022268 [ 294 ] {d6896b54-20ec-4d2b-882b-9650d5d4665e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10850 2024.11.09 02:51:55.022462 [ 294 ] {d6896b54-20ec-4d2b-882b-9650d5d4665e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10851 2024.11.09 02:51:55.022832 [ 294 ] {d6896b54-20ec-4d2b-882b-9650d5d4665e} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10852 2024.11.09 02:51:55.022868 [ 294 ] {d6896b54-20ec-4d2b-882b-9650d5d4665e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
10853 2024.11.09 02:51:55.023246 [ 294 ] {d6896b54-20ec-4d2b-882b-9650d5d4665e} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
10854 2024.11.09 02:51:55.023580 [ 294 ] {d6896b54-20ec-4d2b-882b-9650d5d4665e} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10855 2024.11.09 02:51:55.023731 [ 294 ] {d6896b54-20ec-4d2b-882b-9650d5d4665e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001582 sec., 37926.67509481669 rows/sec., 2.56 MiB/sec.
10856 2024.11.09 02:51:55.024016 [ 294 ] {d6896b54-20ec-4d2b-882b-9650d5d4665e} <Debug> DynamicQueryHandler: Done processing query
10857 2024.11.09 02:51:55.024081 [ 294 ] {d6896b54-20ec-4d2b-882b-9650d5d4665e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
10858 2024.11.09 02:51:55.024134 [ 294 ] {} <Debug> HTTP-Session: 4ea1481d-cbd5-42f5-8158-e22ba9247553 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10859 2024.11.09 02:51:55.024437 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42077, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10860 2024.11.09 02:51:59.921981 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36458, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10861 2024.11.09 02:52:00.008722 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34190, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10862 2024.11.09 02:52:00.008841 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10863 2024.11.09 02:52:00.008869 [ 295 ] {} <Debug> HTTP-Session: d5e3b531-233c-4c25-b90c-0abfde50f230 Authenticating user 'default' from [fd00:1122:3344:101::d]:34190
10864 2024.11.09 02:52:00.008897 [ 295 ] {} <Debug> HTTP-Session: d5e3b531-233c-4c25-b90c-0abfde50f230 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10865 2024.11.09 02:52:00.008915 [ 295 ] {} <Debug> HTTP-Session: d5e3b531-233c-4c25-b90c-0abfde50f230 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10866 2024.11.09 02:52:00.008970 [ 295 ] {} <Trace> HTTP-Session: d5e3b531-233c-4c25-b90c-0abfde50f230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10867 2024.11.09 02:52:00.009166 [ 295 ] {3fe80e03-6380-4117-aa59-e2986fafd3ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34190) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
10868 2024.11.09 02:52:00.009227 [ 295 ] {3fe80e03-6380-4117-aa59-e2986fafd3ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10869 2024.11.09 02:52:00.009545 [ 295 ] {3fe80e03-6380-4117-aa59-e2986fafd3ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10870 2024.11.09 02:52:00.010013 [ 295 ] {3fe80e03-6380-4117-aa59-e2986fafd3ce} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10871 2024.11.09 02:52:00.010051 [ 295 ] {3fe80e03-6380-4117-aa59-e2986fafd3ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
10872 2024.11.09 02:52:00.010472 [ 295 ] {3fe80e03-6380-4117-aa59-e2986fafd3ce} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
10873 2024.11.09 02:52:00.010857 [ 295 ] {3fe80e03-6380-4117-aa59-e2986fafd3ce} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10874 2024.11.09 02:52:00.011004 [ 295 ] {3fe80e03-6380-4117-aa59-e2986fafd3ce} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001899 sec., 29489.20484465508 rows/sec., 2.27 MiB/sec.
10875 2024.11.09 02:52:00.011196 [ 295 ] {3fe80e03-6380-4117-aa59-e2986fafd3ce} <Debug> DynamicQueryHandler: Done processing query
10876 2024.11.09 02:52:00.011224 [ 295 ] {3fe80e03-6380-4117-aa59-e2986fafd3ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
10877 2024.11.09 02:52:00.011241 [ 295 ] {} <Debug> HTTP-Session: d5e3b531-233c-4c25-b90c-0abfde50f230 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10878 2024.11.09 02:52:00.011458 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34190, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10879 2024.11.09 02:52:00.015798 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45466, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10880 2024.11.09 02:52:00.015860 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10881 2024.11.09 02:52:00.015885 [ 295 ] {} <Debug> HTTP-Session: 83de04fb-a743-4d41-95ed-d253c7786a87 Authenticating user 'default' from [fd00:1122:3344:101::d]:45466
10882 2024.11.09 02:52:00.015906 [ 295 ] {} <Debug> HTTP-Session: 83de04fb-a743-4d41-95ed-d253c7786a87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10883 2024.11.09 02:52:00.015923 [ 295 ] {} <Debug> HTTP-Session: 83de04fb-a743-4d41-95ed-d253c7786a87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10884 2024.11.09 02:52:00.015963 [ 295 ] {} <Trace> HTTP-Session: 83de04fb-a743-4d41-95ed-d253c7786a87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10885 2024.11.09 02:52:00.016088 [ 295 ] {316c19f6-5055-4a3e-b93f-07f636805e3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45466) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
10886 2024.11.09 02:52:00.016132 [ 295 ] {316c19f6-5055-4a3e-b93f-07f636805e3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10887 2024.11.09 02:52:00.016357 [ 295 ] {316c19f6-5055-4a3e-b93f-07f636805e3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10888 2024.11.09 02:52:00.016764 [ 295 ] {316c19f6-5055-4a3e-b93f-07f636805e3f} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10889 2024.11.09 02:52:00.016800 [ 295 ] {316c19f6-5055-4a3e-b93f-07f636805e3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
10890 2024.11.09 02:52:00.017160 [ 295 ] {316c19f6-5055-4a3e-b93f-07f636805e3f} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
10891 2024.11.09 02:52:00.017523 [ 295 ] {316c19f6-5055-4a3e-b93f-07f636805e3f} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10892 2024.11.09 02:52:00.017664 [ 295 ] {316c19f6-5055-4a3e-b93f-07f636805e3f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001617 sec., 39579.468150896726 rows/sec., 3.09 MiB/sec.
10893 2024.11.09 02:52:00.017870 [ 295 ] {316c19f6-5055-4a3e-b93f-07f636805e3f} <Debug> DynamicQueryHandler: Done processing query
10894 2024.11.09 02:52:00.017908 [ 295 ] {316c19f6-5055-4a3e-b93f-07f636805e3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
10895 2024.11.09 02:52:00.017940 [ 295 ] {} <Debug> HTTP-Session: 83de04fb-a743-4d41-95ed-d253c7786a87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10896 2024.11.09 02:52:00.018110 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45466, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10897 2024.11.09 02:52:00.018246 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58627, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10898 2024.11.09 02:52:00.018370 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10899 2024.11.09 02:52:00.018400 [ 294 ] {} <Debug> HTTP-Session: 72a5341c-c3e7-4796-8c45-f223825f0ce8 Authenticating user 'default' from [fd00:1122:3344:101::d]:58627
10900 2024.11.09 02:52:00.018427 [ 294 ] {} <Debug> HTTP-Session: 72a5341c-c3e7-4796-8c45-f223825f0ce8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10901 2024.11.09 02:52:00.018445 [ 294 ] {} <Debug> HTTP-Session: 72a5341c-c3e7-4796-8c45-f223825f0ce8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10902 2024.11.09 02:52:00.018507 [ 294 ] {} <Trace> HTTP-Session: 72a5341c-c3e7-4796-8c45-f223825f0ce8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10903 2024.11.09 02:52:00.018775 [ 294 ] {8a4582a0-cad8-4aa5-85a7-531a6b0b3d17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58627) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
10904 2024.11.09 02:52:00.018855 [ 294 ] {8a4582a0-cad8-4aa5-85a7-531a6b0b3d17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10905 2024.11.09 02:52:00.019094 [ 294 ] {8a4582a0-cad8-4aa5-85a7-531a6b0b3d17} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10906 2024.11.09 02:52:00.019539 [ 294 ] {8a4582a0-cad8-4aa5-85a7-531a6b0b3d17} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10907 2024.11.09 02:52:00.019581 [ 294 ] {8a4582a0-cad8-4aa5-85a7-531a6b0b3d17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
10908 2024.11.09 02:52:00.020065 [ 294 ] {8a4582a0-cad8-4aa5-85a7-531a6b0b3d17} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
10909 2024.11.09 02:52:00.020435 [ 294 ] {8a4582a0-cad8-4aa5-85a7-531a6b0b3d17} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10910 2024.11.09 02:52:00.020615 [ 294 ] {8a4582a0-cad8-4aa5-85a7-531a6b0b3d17} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001951 sec., 82009.22603792927 rows/sec., 5.71 MiB/sec.
10911 2024.11.09 02:52:00.020809 [ 294 ] {8a4582a0-cad8-4aa5-85a7-531a6b0b3d17} <Debug> DynamicQueryHandler: Done processing query
10912 2024.11.09 02:52:00.020834 [ 294 ] {8a4582a0-cad8-4aa5-85a7-531a6b0b3d17} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
10913 2024.11.09 02:52:00.020851 [ 294 ] {} <Debug> HTTP-Session: 72a5341c-c3e7-4796-8c45-f223825f0ce8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10914 2024.11.09 02:52:00.021031 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58627, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10915 2024.11.09 02:52:00.021053 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45466, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10916 2024.11.09 02:52:00.021142 [ 295 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10917 2024.11.09 02:52:00.021180 [ 295 ] {} <Debug> HTTP-Session: f5083a51-abe6-4353-a092-42ac0e3cf486 Authenticating user 'default' from [fd00:1122:3344:101::d]:45466
10918 2024.11.09 02:52:00.021205 [ 295 ] {} <Debug> HTTP-Session: f5083a51-abe6-4353-a092-42ac0e3cf486 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10919 2024.11.09 02:52:00.021224 [ 295 ] {} <Debug> HTTP-Session: f5083a51-abe6-4353-a092-42ac0e3cf486 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10920 2024.11.09 02:52:00.021270 [ 295 ] {} <Trace> HTTP-Session: f5083a51-abe6-4353-a092-42ac0e3cf486 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10921 2024.11.09 02:52:00.021484 [ 295 ] {4b517ba2-bc44-4445-8e1a-a44528e51afe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45466) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
10922 2024.11.09 02:52:00.021542 [ 295 ] {4b517ba2-bc44-4445-8e1a-a44528e51afe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10923 2024.11.09 02:52:00.021737 [ 295 ] {4b517ba2-bc44-4445-8e1a-a44528e51afe} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10924 2024.11.09 02:52:00.022067 [ 295 ] {4b517ba2-bc44-4445-8e1a-a44528e51afe} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10925 2024.11.09 02:52:00.022104 [ 295 ] {4b517ba2-bc44-4445-8e1a-a44528e51afe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
10926 2024.11.09 02:52:00.022486 [ 295 ] {4b517ba2-bc44-4445-8e1a-a44528e51afe} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
10927 2024.11.09 02:52:00.022819 [ 295 ] {4b517ba2-bc44-4445-8e1a-a44528e51afe} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10928 2024.11.09 02:52:00.022979 [ 295 ] {4b517ba2-bc44-4445-8e1a-a44528e51afe} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001581 sec., 37950.66413662239 rows/sec., 2.56 MiB/sec.
10929 2024.11.09 02:52:00.023149 [ 295 ] {4b517ba2-bc44-4445-8e1a-a44528e51afe} <Debug> DynamicQueryHandler: Done processing query
10930 2024.11.09 02:52:00.023173 [ 295 ] {4b517ba2-bc44-4445-8e1a-a44528e51afe} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
10931 2024.11.09 02:52:00.023189 [ 295 ] {} <Debug> HTTP-Session: f5083a51-abe6-4353-a092-42ac0e3cf486 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10932 2024.11.09 02:52:00.023566 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45466, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10933 2024.11.09 02:52:00.534426 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63005, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10934 2024.11.09 02:52:00.567978 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59081, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10935 2024.11.09 02:52:00.638488 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49087, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10936 2024.11.09 02:52:00.695918 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41276, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10937 2024.11.09 02:52:00.696078 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48027, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10938 2024.11.09 02:52:00.727437 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39026, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10939 2024.11.09 02:52:00.837174 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40093, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10940 2024.11.09 02:52:01.419781 [ 103 ] {} <Debug> DNSResolver: Updating DNS cache
10941 2024.11.09 02:52:01.419858 [ 103 ] {} <Debug> DNSResolver: Updated DNS cache
10942 2024.11.09 02:52:01.664044 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1004
10943 2024.11.09 02:52:01.667285 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10944 2024.11.09 02:52:01.667352 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
10945 2024.11.09 02:52:01.668940 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
10946 2024.11.09 02:52:01.669963 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10947 2024.11.09 02:52:01.671298 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1004
10948 2024.11.09 02:52:01.707085 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38412, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10949 2024.11.09 02:52:01.722934 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64512, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10950 2024.11.09 02:52:02.165097 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48576, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10951 2024.11.09 02:52:02.236898 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56849, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10952 2024.11.09 02:52:02.268874 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43455, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10953 2024.11.09 02:52:02.276184 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50679, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10954 2024.11.09 02:52:02.349893 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43778, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10955 2024.11.09 02:52:02.405738 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64075, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10956 2024.11.09 02:52:02.415111 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34736, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10957 2024.11.09 02:52:02.439460 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48745, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10958 2024.11.09 02:52:02.441601 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35449, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10959 2024.11.09 02:52:02.481976 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44574, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10960 2024.11.09 02:52:02.570437 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64610, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10961 2024.11.09 02:52:02.572772 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35890, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10962 2024.11.09 02:52:02.591115 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40964, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10963 2024.11.09 02:52:02.638523 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54241, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10964 2024.11.09 02:52:05.014914 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53194, User-Agent: (none), Length: 41147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10965 2024.11.09 02:52:05.015081 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10966 2024.11.09 02:52:05.015127 [ 283 ] {} <Debug> HTTP-Session: 9cac9e62-011a-44ad-b6d8-dff1dd33709b Authenticating user 'default' from [fd00:1122:3344:101::d]:53194
10967 2024.11.09 02:52:05.015169 [ 283 ] {} <Debug> HTTP-Session: 9cac9e62-011a-44ad-b6d8-dff1dd33709b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10968 2024.11.09 02:52:05.015197 [ 283 ] {} <Debug> HTTP-Session: 9cac9e62-011a-44ad-b6d8-dff1dd33709b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10969 2024.11.09 02:52:05.015265 [ 283 ] {} <Trace> HTTP-Session: 9cac9e62-011a-44ad-b6d8-dff1dd33709b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10970 2024.11.09 02:52:05.015540 [ 283 ] {957a8183-810d-4ba0-b2a9-58165bf845af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53194) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
10971 2024.11.09 02:52:05.015608 [ 283 ] {957a8183-810d-4ba0-b2a9-58165bf845af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10972 2024.11.09 02:52:05.015938 [ 283 ] {957a8183-810d-4ba0-b2a9-58165bf845af} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10973 2024.11.09 02:52:05.016577 [ 283 ] {957a8183-810d-4ba0-b2a9-58165bf845af} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10974 2024.11.09 02:52:05.016621 [ 283 ] {957a8183-810d-4ba0-b2a9-58165bf845af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
10975 2024.11.09 02:52:05.017097 [ 283 ] {957a8183-810d-4ba0-b2a9-58165bf845af} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
10976 2024.11.09 02:52:05.017501 [ 283 ] {957a8183-810d-4ba0-b2a9-58165bf845af} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10977 2024.11.09 02:52:05.017672 [ 283 ] {957a8183-810d-4ba0-b2a9-58165bf845af} <Debug> executeQuery: Read 271 rows, 24.70 KiB in 0.002248 sec., 120551.60142348755 rows/sec., 10.73 MiB/sec.
10978 2024.11.09 02:52:05.017878 [ 283 ] {957a8183-810d-4ba0-b2a9-58165bf845af} <Debug> DynamicQueryHandler: Done processing query
10979 2024.11.09 02:52:05.017905 [ 283 ] {957a8183-810d-4ba0-b2a9-58165bf845af} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
10980 2024.11.09 02:52:05.017922 [ 283 ] {} <Debug> HTTP-Session: 9cac9e62-011a-44ad-b6d8-dff1dd33709b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10981 2024.11.09 02:52:05.018195 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53194, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10982 2024.11.09 02:52:05.018317 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55373, User-Agent: (none), Length: 5927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10983 2024.11.09 02:52:05.018427 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10984 2024.11.09 02:52:05.018451 [ 285 ] {} <Debug> HTTP-Session: bfbbc711-99ad-43ab-b50d-f246ac6b0a14 Authenticating user 'default' from [fd00:1122:3344:101::d]:55373
10985 2024.11.09 02:52:05.018475 [ 285 ] {} <Debug> HTTP-Session: bfbbc711-99ad-43ab-b50d-f246ac6b0a14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10986 2024.11.09 02:52:05.018490 [ 285 ] {} <Debug> HTTP-Session: bfbbc711-99ad-43ab-b50d-f246ac6b0a14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10987 2024.11.09 02:52:05.018546 [ 285 ] {} <Trace> HTTP-Session: bfbbc711-99ad-43ab-b50d-f246ac6b0a14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10988 2024.11.09 02:52:05.018745 [ 285 ] {73e38757-3011-47b4-8734-474c7737865d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55373) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
10989 2024.11.09 02:52:05.018812 [ 285 ] {73e38757-3011-47b4-8734-474c7737865d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10990 2024.11.09 02:52:05.019160 [ 285 ] {73e38757-3011-47b4-8734-474c7737865d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10991 2024.11.09 02:52:05.019560 [ 285 ] {73e38757-3011-47b4-8734-474c7737865d} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10992 2024.11.09 02:52:05.019603 [ 285 ] {73e38757-3011-47b4-8734-474c7737865d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
10993 2024.11.09 02:52:05.020025 [ 285 ] {73e38757-3011-47b4-8734-474c7737865d} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
10994 2024.11.09 02:52:05.020427 [ 285 ] {73e38757-3011-47b4-8734-474c7737865d} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10995 2024.11.09 02:52:05.020612 [ 285 ] {73e38757-3011-47b4-8734-474c7737865d} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001922 sec., 21331.94588969823 rows/sec., 1.57 MiB/sec.
10996 2024.11.09 02:52:05.020838 [ 285 ] {73e38757-3011-47b4-8734-474c7737865d} <Debug> DynamicQueryHandler: Done processing query
10997 2024.11.09 02:52:05.020865 [ 285 ] {73e38757-3011-47b4-8734-474c7737865d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
10998 2024.11.09 02:52:05.020883 [ 285 ] {} <Debug> HTTP-Session: bfbbc711-99ad-43ab-b50d-f246ac6b0a14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10999 2024.11.09 02:52:05.021076 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53194, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11000 2024.11.09 02:52:05.021093 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55373, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11001 2024.11.09 02:52:05.021176 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11002 2024.11.09 02:52:05.021211 [ 283 ] {} <Debug> HTTP-Session: 0bd31ad2-2004-4f74-ba99-24fd31c53dd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:53194
11003 2024.11.09 02:52:05.021234 [ 283 ] {} <Debug> HTTP-Session: 0bd31ad2-2004-4f74-ba99-24fd31c53dd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11004 2024.11.09 02:52:05.021252 [ 283 ] {} <Debug> HTTP-Session: 0bd31ad2-2004-4f74-ba99-24fd31c53dd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11005 2024.11.09 02:52:05.021313 [ 283 ] {} <Trace> HTTP-Session: 0bd31ad2-2004-4f74-ba99-24fd31c53dd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11006 2024.11.09 02:52:05.021469 [ 283 ] {ec994225-eb6c-42eb-bd22-4c89ab837554} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53194) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
11007 2024.11.09 02:52:05.021530 [ 283 ] {ec994225-eb6c-42eb-bd22-4c89ab837554} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11008 2024.11.09 02:52:05.021858 [ 283 ] {ec994225-eb6c-42eb-bd22-4c89ab837554} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11009 2024.11.09 02:52:05.022230 [ 283 ] {ec994225-eb6c-42eb-bd22-4c89ab837554} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11010 2024.11.09 02:52:05.022268 [ 283 ] {ec994225-eb6c-42eb-bd22-4c89ab837554} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
11011 2024.11.09 02:52:05.022646 [ 283 ] {ec994225-eb6c-42eb-bd22-4c89ab837554} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
11012 2024.11.09 02:52:05.023024 [ 283 ] {ec994225-eb6c-42eb-bd22-4c89ab837554} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11013 2024.11.09 02:52:05.023195 [ 283 ] {ec994225-eb6c-42eb-bd22-4c89ab837554} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001763 sec., 7941.009642654566 rows/sec., 556.14 KiB/sec.
11014 2024.11.09 02:52:05.023516 [ 283 ] {ec994225-eb6c-42eb-bd22-4c89ab837554} <Debug> DynamicQueryHandler: Done processing query
11015 2024.11.09 02:52:05.023543 [ 283 ] {ec994225-eb6c-42eb-bd22-4c89ab837554} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
11016 2024.11.09 02:52:05.023560 [ 283 ] {} <Debug> HTTP-Session: 0bd31ad2-2004-4f74-ba99-24fd31c53dd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11017 2024.11.09 02:52:05.023721 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53194, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11018 2024.11.09 02:52:05.023805 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33045, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11019 2024.11.09 02:52:05.023876 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11020 2024.11.09 02:52:05.023901 [ 285 ] {} <Debug> HTTP-Session: 51d8715d-a8e3-4122-a84a-ffa83a22bb72 Authenticating user 'default' from [fd00:1122:3344:101::d]:33045
11021 2024.11.09 02:52:05.023922 [ 285 ] {} <Debug> HTTP-Session: 51d8715d-a8e3-4122-a84a-ffa83a22bb72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11022 2024.11.09 02:52:05.023940 [ 285 ] {} <Debug> HTTP-Session: 51d8715d-a8e3-4122-a84a-ffa83a22bb72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11023 2024.11.09 02:52:05.023987 [ 285 ] {} <Trace> HTTP-Session: 51d8715d-a8e3-4122-a84a-ffa83a22bb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11024 2024.11.09 02:52:05.024117 [ 285 ] {755eb67a-e200-4bac-beb4-f19e1eda6c4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33045) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
11025 2024.11.09 02:52:05.024172 [ 285 ] {755eb67a-e200-4bac-beb4-f19e1eda6c4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11026 2024.11.09 02:52:05.024441 [ 285 ] {755eb67a-e200-4bac-beb4-f19e1eda6c4c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11027 2024.11.09 02:52:05.024829 [ 285 ] {755eb67a-e200-4bac-beb4-f19e1eda6c4c} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11028 2024.11.09 02:52:05.024866 [ 285 ] {755eb67a-e200-4bac-beb4-f19e1eda6c4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
11029 2024.11.09 02:52:05.025230 [ 285 ] {755eb67a-e200-4bac-beb4-f19e1eda6c4c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
11030 2024.11.09 02:52:05.025612 [ 285 ] {755eb67a-e200-4bac-beb4-f19e1eda6c4c} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11031 2024.11.09 02:52:05.025776 [ 285 ] {755eb67a-e200-4bac-beb4-f19e1eda6c4c} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001688 sec., 3554.5023696682465 rows/sec., 210.01 KiB/sec.
11032 2024.11.09 02:52:05.025775 [ 100 ] {} <Debug> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
11033 2024.11.09 02:52:05.025878 [ 100 ] {} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11034 2024.11.09 02:52:05.025927 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
11035 2024.11.09 02:52:05.026041 [ 285 ] {755eb67a-e200-4bac-beb4-f19e1eda6c4c} <Debug> DynamicQueryHandler: Done processing query
11036 2024.11.09 02:52:05.026099 [ 285 ] {755eb67a-e200-4bac-beb4-f19e1eda6c4c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
11037 2024.11.09 02:52:05.026123 [ 200 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::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
11038 2024.11.09 02:52:05.026135 [ 285 ] {} <Debug> HTTP-Session: 51d8715d-a8e3-4122-a84a-ffa83a22bb72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11039 2024.11.09 02:52:05.026331 [ 200 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11040 2024.11.09 02:52:05.026365 [ 200 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::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
11041 2024.11.09 02:52:05.026405 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33045, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11042 2024.11.09 02:52:05.026580 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53194, User-Agent: (none), Length: 68708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11043 2024.11.09 02:52:05.026629 [ 200 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::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
11044 2024.11.09 02:52:05.026694 [ 285 ] {} <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):
11045 
11046 (version 23.8.7.1)
11047 2024.11.09 02:52:05.026799 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11048 2024.11.09 02:52:05.026928 [ 200 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::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
11049 2024.11.09 02:52:05.026933 [ 283 ] {} <Debug> HTTP-Session: b5b031e4-dc55-49fa-8629-49b1c482082b Authenticating user 'default' from [fd00:1122:3344:101::d]:53194
11050 2024.11.09 02:52:05.027037 [ 283 ] {} <Debug> HTTP-Session: b5b031e4-dc55-49fa-8629-49b1c482082b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11051 2024.11.09 02:52:05.027193 [ 283 ] {} <Debug> HTTP-Session: b5b031e4-dc55-49fa-8629-49b1c482082b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11052 2024.11.09 02:52:05.027302 [ 200 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::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
11053 2024.11.09 02:52:05.027358 [ 283 ] {} <Trace> HTTP-Session: b5b031e4-dc55-49fa-8629-49b1c482082b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11054 2024.11.09 02:52:05.027656 [ 200 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::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
11055 2024.11.09 02:52:05.027862 [ 283 ] {3904ef4d-52a1-472d-b293-827dccf634ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53194) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
11056 2024.11.09 02:52:05.028020 [ 283 ] {3904ef4d-52a1-472d-b293-827dccf634ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11057 2024.11.09 02:52:05.028836 [ 283 ] {3904ef4d-52a1-472d-b293-827dccf634ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11058 2024.11.09 02:52:05.029983 [ 200 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.003976202 sec., 7544.888313018303 rows/sec., 478.92 KiB/sec.
11059 2024.11.09 02:52:05.030127 [ 200 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
11060 2024.11.09 02:52:05.030154 [ 283 ] {3904ef4d-52a1-472d-b293-827dccf634ad} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11061 2024.11.09 02:52:05.030224 [ 283 ] {3904ef4d-52a1-472d-b293-827dccf634ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
11062 2024.11.09 02:52:05.031259 [ 195 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_21_5} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11063 2024.11.09 02:52:05.031269 [ 283 ] {3904ef4d-52a1-472d-b293-827dccf634ad} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
11064 2024.11.09 02:52:05.031462 [ 195 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_21_5} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
11065 2024.11.09 02:52:05.031730 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
11066 2024.11.09 02:52:05.032008 [ 283 ] {3904ef4d-52a1-472d-b293-827dccf634ad} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11067 2024.11.09 02:52:05.032183 [ 283 ] {3904ef4d-52a1-472d-b293-827dccf634ad} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.004575 sec., 92459.01639344262 rows/sec., 6.61 MiB/sec.
11068 2024.11.09 02:52:05.032387 [ 283 ] {3904ef4d-52a1-472d-b293-827dccf634ad} <Debug> DynamicQueryHandler: Done processing query
11069 2024.11.09 02:52:05.032412 [ 283 ] {3904ef4d-52a1-472d-b293-827dccf634ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
11070 2024.11.09 02:52:05.032428 [ 283 ] {} <Debug> HTTP-Session: b5b031e4-dc55-49fa-8629-49b1c482082b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11071 2024.11.09 02:52:05.032631 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53194, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11072 2024.11.09 02:52:05.032695 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46854, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11073 2024.11.09 02:52:05.032773 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11074 2024.11.09 02:52:05.032797 [ 285 ] {} <Debug> HTTP-Session: 5661f3cc-7670-4e3f-904b-1776dd595633 Authenticating user 'default' from [fd00:1122:3344:101::d]:46854
11075 2024.11.09 02:52:05.032816 [ 285 ] {} <Debug> HTTP-Session: 5661f3cc-7670-4e3f-904b-1776dd595633 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11076 2024.11.09 02:52:05.032831 [ 285 ] {} <Debug> HTTP-Session: 5661f3cc-7670-4e3f-904b-1776dd595633 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11077 2024.11.09 02:52:05.032871 [ 285 ] {} <Trace> HTTP-Session: 5661f3cc-7670-4e3f-904b-1776dd595633 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11078 2024.11.09 02:52:05.032982 [ 285 ] {429fe988-2242-42ec-9f5d-6b501a158950} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46854) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
11079 2024.11.09 02:52:05.033031 [ 285 ] {429fe988-2242-42ec-9f5d-6b501a158950} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11080 2024.11.09 02:52:05.033191 [ 285 ] {429fe988-2242-42ec-9f5d-6b501a158950} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11081 2024.11.09 02:52:05.033522 [ 285 ] {429fe988-2242-42ec-9f5d-6b501a158950} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11082 2024.11.09 02:52:05.033559 [ 285 ] {429fe988-2242-42ec-9f5d-6b501a158950} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
11083 2024.11.09 02:52:05.033928 [ 285 ] {429fe988-2242-42ec-9f5d-6b501a158950} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
11084 2024.11.09 02:52:05.034272 [ 285 ] {429fe988-2242-42ec-9f5d-6b501a158950} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11085 2024.11.09 02:52:05.034431 [ 285 ] {429fe988-2242-42ec-9f5d-6b501a158950} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001475 sec., 4067.7966101694915 rows/sec., 212.53 KiB/sec.
11086 2024.11.09 02:52:05.034747 [ 285 ] {429fe988-2242-42ec-9f5d-6b501a158950} <Debug> DynamicQueryHandler: Done processing query
11087 2024.11.09 02:52:05.034772 [ 285 ] {429fe988-2242-42ec-9f5d-6b501a158950} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
11088 2024.11.09 02:52:05.034790 [ 285 ] {} <Debug> HTTP-Session: 5661f3cc-7670-4e3f-904b-1776dd595633 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11089 2024.11.09 02:52:05.034971 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46854, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11090 2024.11.09 02:52:05.035055 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37843, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11091 2024.11.09 02:52:05.035126 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11092 2024.11.09 02:52:05.035150 [ 283 ] {} <Debug> HTTP-Session: 8902d9f9-650d-4cee-943c-9139e536572a Authenticating user 'default' from [fd00:1122:3344:101::d]:37843
11093 2024.11.09 02:52:05.035172 [ 283 ] {} <Debug> HTTP-Session: 8902d9f9-650d-4cee-943c-9139e536572a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11094 2024.11.09 02:52:05.035190 [ 283 ] {} <Debug> HTTP-Session: 8902d9f9-650d-4cee-943c-9139e536572a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11095 2024.11.09 02:52:05.035236 [ 283 ] {} <Trace> HTTP-Session: 8902d9f9-650d-4cee-943c-9139e536572a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11096 2024.11.09 02:52:05.035499 [ 283 ] {b02a4b27-049e-4b73-a2d4-8eb03005a165} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
11097 2024.11.09 02:52:05.035561 [ 283 ] {b02a4b27-049e-4b73-a2d4-8eb03005a165} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11098 2024.11.09 02:52:05.035774 [ 283 ] {b02a4b27-049e-4b73-a2d4-8eb03005a165} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11099 2024.11.09 02:52:05.036260 [ 283 ] {b02a4b27-049e-4b73-a2d4-8eb03005a165} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11100 2024.11.09 02:52:05.036298 [ 283 ] {b02a4b27-049e-4b73-a2d4-8eb03005a165} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
11101 2024.11.09 02:52:05.036704 [ 283 ] {b02a4b27-049e-4b73-a2d4-8eb03005a165} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
11102 2024.11.09 02:52:05.037047 [ 283 ] {b02a4b27-049e-4b73-a2d4-8eb03005a165} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11103 2024.11.09 02:52:05.037196 [ 283 ] {b02a4b27-049e-4b73-a2d4-8eb03005a165} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001841 sec., 128734.3834872352 rows/sec., 8.63 MiB/sec.
11104 2024.11.09 02:52:05.037393 [ 283 ] {b02a4b27-049e-4b73-a2d4-8eb03005a165} <Debug> DynamicQueryHandler: Done processing query
11105 2024.11.09 02:52:05.037417 [ 283 ] {b02a4b27-049e-4b73-a2d4-8eb03005a165} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
11106 2024.11.09 02:52:05.037433 [ 283 ] {} <Debug> HTTP-Session: 8902d9f9-650d-4cee-943c-9139e536572a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11107 2024.11.09 02:52:05.037620 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46854, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11108 2024.11.09 02:52:05.037637 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37843, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11109 2024.11.09 02:52:05.037718 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11110 2024.11.09 02:52:05.037759 [ 285 ] {} <Debug> HTTP-Session: 228ac565-b16d-4e9f-a82f-4d546e57ae69 Authenticating user 'default' from [fd00:1122:3344:101::d]:46854
11111 2024.11.09 02:52:05.037788 [ 285 ] {} <Debug> HTTP-Session: 228ac565-b16d-4e9f-a82f-4d546e57ae69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11112 2024.11.09 02:52:05.037810 [ 285 ] {} <Debug> HTTP-Session: 228ac565-b16d-4e9f-a82f-4d546e57ae69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11113 2024.11.09 02:52:05.037855 [ 285 ] {} <Trace> HTTP-Session: 228ac565-b16d-4e9f-a82f-4d546e57ae69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11114 2024.11.09 02:52:05.037977 [ 285 ] {448b72dd-2133-406b-bdf9-ae0ce4f3d302} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46854) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
11115 2024.11.09 02:52:05.038035 [ 285 ] {448b72dd-2133-406b-bdf9-ae0ce4f3d302} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11116 2024.11.09 02:52:05.038217 [ 285 ] {448b72dd-2133-406b-bdf9-ae0ce4f3d302} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11117 2024.11.09 02:52:05.038503 [ 285 ] {448b72dd-2133-406b-bdf9-ae0ce4f3d302} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11118 2024.11.09 02:52:05.038538 [ 285 ] {448b72dd-2133-406b-bdf9-ae0ce4f3d302} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
11119 2024.11.09 02:52:05.038893 [ 285 ] {448b72dd-2133-406b-bdf9-ae0ce4f3d302} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
11120 2024.11.09 02:52:05.039222 [ 285 ] {448b72dd-2133-406b-bdf9-ae0ce4f3d302} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11121 2024.11.09 02:52:05.039351 [ 285 ] {448b72dd-2133-406b-bdf9-ae0ce4f3d302} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001405 sec., 711.7437722419929 rows/sec., 47.96 KiB/sec.
11122 2024.11.09 02:52:05.039558 [ 285 ] {448b72dd-2133-406b-bdf9-ae0ce4f3d302} <Debug> DynamicQueryHandler: Done processing query
11123 2024.11.09 02:52:05.039583 [ 285 ] {448b72dd-2133-406b-bdf9-ae0ce4f3d302} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
11124 2024.11.09 02:52:05.039600 [ 285 ] {} <Debug> HTTP-Session: 228ac565-b16d-4e9f-a82f-4d546e57ae69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11125 2024.11.09 02:52:05.039814 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46854, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11126 2024.11.09 02:52:05.040028 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42768, User-Agent: (none), Length: 68865, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11127 2024.11.09 02:52:05.040138 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11128 2024.11.09 02:52:05.040177 [ 283 ] {} <Debug> HTTP-Session: 0b1e0eed-0a53-47b8-8727-d10e56f140d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:42768
11129 2024.11.09 02:52:05.040210 [ 283 ] {} <Debug> HTTP-Session: 0b1e0eed-0a53-47b8-8727-d10e56f140d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11130 2024.11.09 02:52:05.040233 [ 283 ] {} <Debug> HTTP-Session: 0b1e0eed-0a53-47b8-8727-d10e56f140d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11131 2024.11.09 02:52:05.040278 [ 283 ] {} <Trace> HTTP-Session: 0b1e0eed-0a53-47b8-8727-d10e56f140d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11132 2024.11.09 02:52:05.040818 [ 283 ] {6abf9b2e-c047-4bbc-8053-43aea0529570} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42768) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
11133 2024.11.09 02:52:05.040911 [ 283 ] {6abf9b2e-c047-4bbc-8053-43aea0529570} <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
11134 2024.11.09 02:52:05.041433 [ 283 ] {6abf9b2e-c047-4bbc-8053-43aea0529570} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11135 2024.11.09 02:52:05.042195 [ 283 ] {6abf9b2e-c047-4bbc-8053-43aea0529570} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11136 2024.11.09 02:52:05.042234 [ 283 ] {6abf9b2e-c047-4bbc-8053-43aea0529570} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
11137 2024.11.09 02:52:05.042920 [ 283 ] {6abf9b2e-c047-4bbc-8053-43aea0529570} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
11138 2024.11.09 02:52:05.043335 [ 283 ] {6abf9b2e-c047-4bbc-8053-43aea0529570} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11139 2024.11.09 02:52:05.043526 [ 283 ] {6abf9b2e-c047-4bbc-8053-43aea0529570} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003112 sec., 13174.807197943444 rows/sec., 23.61 MiB/sec.
11140 2024.11.09 02:52:05.043755 [ 283 ] {6abf9b2e-c047-4bbc-8053-43aea0529570} <Debug> DynamicQueryHandler: Done processing query
11141 2024.11.09 02:52:05.043780 [ 283 ] {6abf9b2e-c047-4bbc-8053-43aea0529570} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB.
11142 2024.11.09 02:52:05.043796 [ 283 ] {} <Debug> HTTP-Session: 0b1e0eed-0a53-47b8-8727-d10e56f140d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11143 2024.11.09 02:52:05.043965 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46854, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11144 2024.11.09 02:52:05.043982 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42768, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11145 2024.11.09 02:52:05.044055 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11146 2024.11.09 02:52:05.044094 [ 285 ] {} <Debug> HTTP-Session: 51372d0b-9d81-4ef0-97e1-03f366f4c20f Authenticating user 'default' from [fd00:1122:3344:101::d]:46854
11147 2024.11.09 02:52:05.044123 [ 285 ] {} <Debug> HTTP-Session: 51372d0b-9d81-4ef0-97e1-03f366f4c20f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11148 2024.11.09 02:52:05.044145 [ 285 ] {} <Debug> HTTP-Session: 51372d0b-9d81-4ef0-97e1-03f366f4c20f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11149 2024.11.09 02:52:05.044191 [ 285 ] {} <Trace> HTTP-Session: 51372d0b-9d81-4ef0-97e1-03f366f4c20f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11150 2024.11.09 02:52:05.044366 [ 285 ] {a6e2bef0-c68e-46a7-bd98-01cddcda7092} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46854) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
11151 2024.11.09 02:52:05.044423 [ 285 ] {a6e2bef0-c68e-46a7-bd98-01cddcda7092} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11152 2024.11.09 02:52:05.044603 [ 285 ] {a6e2bef0-c68e-46a7-bd98-01cddcda7092} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11153 2024.11.09 02:52:05.044965 [ 285 ] {a6e2bef0-c68e-46a7-bd98-01cddcda7092} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11154 2024.11.09 02:52:05.045007 [ 285 ] {a6e2bef0-c68e-46a7-bd98-01cddcda7092} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
11155 2024.11.09 02:52:05.045422 [ 285 ] {a6e2bef0-c68e-46a7-bd98-01cddcda7092} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
11156 2024.11.09 02:52:05.045749 [ 285 ] {a6e2bef0-c68e-46a7-bd98-01cddcda7092} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11157 2024.11.09 02:52:05.045872 [ 285 ] {a6e2bef0-c68e-46a7-bd98-01cddcda7092} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001582 sec., 51833.1226295828 rows/sec., 3.29 MiB/sec.
11158 2024.11.09 02:52:05.046032 [ 285 ] {a6e2bef0-c68e-46a7-bd98-01cddcda7092} <Debug> DynamicQueryHandler: Done processing query
11159 2024.11.09 02:52:05.046056 [ 285 ] {a6e2bef0-c68e-46a7-bd98-01cddcda7092} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
11160 2024.11.09 02:52:05.046074 [ 285 ] {} <Debug> HTTP-Session: 51372d0b-9d81-4ef0-97e1-03f366f4c20f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11161 2024.11.09 02:52:05.046394 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46854, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11162 2024.11.09 02:52:06.643907 [ 99 ] {} <Debug> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
11163 2024.11.09 02:52:06.643999 [ 99 ] {} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11164 2024.11.09 02:52:06.644026 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11165 2024.11.09 02:52:06.644257 [ 195 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::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
11166 2024.11.09 02:52:06.644487 [ 195 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11167 2024.11.09 02:52:06.644530 [ 195 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 18 rows starting from the beginning of the part
11168 2024.11.09 02:52:06.644619 [ 195 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part
11169 2024.11.09 02:52:06.644873 [ 195 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part
11170 2024.11.09 02:52:06.645093 [ 195 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part
11171 2024.11.09 02:52:06.645272 [ 195 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 4 rows starting from the beginning of the part
11172 2024.11.09 02:52:06.646364 [ 198 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002250967 sec., 15993.126509628974 rows/sec., 1.33 MiB/sec.
11173 2024.11.09 02:52:06.646546 [ 199 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
11174 2024.11.09 02:52:06.647056 [ 199 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_17_4} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11175 2024.11.09 02:52:06.647159 [ 199 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_17_4} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
11176 2024.11.09 02:52:06.647256 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
11177 2024.11.09 02:52:10.007957 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33957, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11178 2024.11.09 02:52:10.008117 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11179 2024.11.09 02:52:10.008163 [ 283 ] {} <Debug> HTTP-Session: aa6aa2c7-6530-4734-b4af-cb80b1b15050 Authenticating user 'default' from [fd00:1122:3344:101::d]:33957
11180 2024.11.09 02:52:10.008206 [ 283 ] {} <Debug> HTTP-Session: aa6aa2c7-6530-4734-b4af-cb80b1b15050 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11181 2024.11.09 02:52:10.008234 [ 283 ] {} <Debug> HTTP-Session: aa6aa2c7-6530-4734-b4af-cb80b1b15050 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11182 2024.11.09 02:52:10.008316 [ 283 ] {} <Trace> HTTP-Session: aa6aa2c7-6530-4734-b4af-cb80b1b15050 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11183 2024.11.09 02:52:10.008537 [ 283 ] {7653b48a-68ec-4956-9c5b-6a03cf9c9404} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33957) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
11184 2024.11.09 02:52:10.008602 [ 283 ] {7653b48a-68ec-4956-9c5b-6a03cf9c9404} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
11185 2024.11.09 02:52:10.008931 [ 283 ] {7653b48a-68ec-4956-9c5b-6a03cf9c9404} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11186 2024.11.09 02:52:10.009369 [ 283 ] {7653b48a-68ec-4956-9c5b-6a03cf9c9404} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11187 2024.11.09 02:52:10.009409 [ 283 ] {7653b48a-68ec-4956-9c5b-6a03cf9c9404} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11188 2024.11.09 02:52:10.009814 [ 283 ] {7653b48a-68ec-4956-9c5b-6a03cf9c9404} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
11189 2024.11.09 02:52:10.010200 [ 283 ] {7653b48a-68ec-4956-9c5b-6a03cf9c9404} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11190 2024.11.09 02:52:10.010355 [ 283 ] {7653b48a-68ec-4956-9c5b-6a03cf9c9404} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001866 sec., 4287.245444801715 rows/sec., 349.59 KiB/sec.
11191 2024.11.09 02:52:10.010585 [ 283 ] {7653b48a-68ec-4956-9c5b-6a03cf9c9404} <Debug> DynamicQueryHandler: Done processing query
11192 2024.11.09 02:52:10.010613 [ 283 ] {7653b48a-68ec-4956-9c5b-6a03cf9c9404} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
11193 2024.11.09 02:52:10.010630 [ 283 ] {} <Debug> HTTP-Session: aa6aa2c7-6530-4734-b4af-cb80b1b15050 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11194 2024.11.09 02:52:10.010798 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33957, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11195 2024.11.09 02:52:10.010952 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53682, User-Agent: (none), Length: 8380, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11196 2024.11.09 02:52:10.011095 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11197 2024.11.09 02:52:10.011124 [ 285 ] {} <Debug> HTTP-Session: b9ce6a7f-167e-43a5-9154-fc82d5f62cca Authenticating user 'default' from [fd00:1122:3344:101::d]:53682
11198 2024.11.09 02:52:10.011153 [ 285 ] {} <Debug> HTTP-Session: b9ce6a7f-167e-43a5-9154-fc82d5f62cca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11199 2024.11.09 02:52:10.011172 [ 285 ] {} <Debug> HTTP-Session: b9ce6a7f-167e-43a5-9154-fc82d5f62cca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11200 2024.11.09 02:52:10.011232 [ 285 ] {} <Trace> HTTP-Session: b9ce6a7f-167e-43a5-9154-fc82d5f62cca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11201 2024.11.09 02:52:10.011453 [ 285 ] {69d37228-aed3-42f5-8d86-5b81bf43a577} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53682) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
11202 2024.11.09 02:52:10.011524 [ 285 ] {69d37228-aed3-42f5-8d86-5b81bf43a577} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11203 2024.11.09 02:52:10.011859 [ 285 ] {69d37228-aed3-42f5-8d86-5b81bf43a577} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11204 2024.11.09 02:52:10.012300 [ 285 ] {69d37228-aed3-42f5-8d86-5b81bf43a577} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11205 2024.11.09 02:52:10.012339 [ 285 ] {69d37228-aed3-42f5-8d86-5b81bf43a577} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11206 2024.11.09 02:52:10.012773 [ 285 ] {69d37228-aed3-42f5-8d86-5b81bf43a577} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
11207 2024.11.09 02:52:10.013180 [ 285 ] {69d37228-aed3-42f5-8d86-5b81bf43a577} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11208 2024.11.09 02:52:10.013336 [ 285 ] {69d37228-aed3-42f5-8d86-5b81bf43a577} <Debug> executeQuery: Read 60 rows, 4.70 KiB in 0.001955 sec., 30690.537084398973 rows/sec., 2.35 MiB/sec.
11209 2024.11.09 02:52:10.013666 [ 285 ] {69d37228-aed3-42f5-8d86-5b81bf43a577} <Debug> DynamicQueryHandler: Done processing query
11210 2024.11.09 02:52:10.013726 [ 285 ] {69d37228-aed3-42f5-8d86-5b81bf43a577} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
11211 2024.11.09 02:52:10.013768 [ 285 ] {} <Debug> HTTP-Session: b9ce6a7f-167e-43a5-9154-fc82d5f62cca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11212 2024.11.09 02:52:10.013991 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53682, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11213 2024.11.09 02:52:10.014064 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33957, User-Agent: (none), Length: 1168, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11214 2024.11.09 02:52:10.014196 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11215 2024.11.09 02:52:10.014240 [ 283 ] {} <Debug> HTTP-Session: 123fd65f-3c7f-4f71-93a6-3efd8c9db8f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:33957
11216 2024.11.09 02:52:10.014275 [ 283 ] {} <Debug> HTTP-Session: 123fd65f-3c7f-4f71-93a6-3efd8c9db8f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11217 2024.11.09 02:52:10.014303 [ 283 ] {} <Debug> HTTP-Session: 123fd65f-3c7f-4f71-93a6-3efd8c9db8f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11218 2024.11.09 02:52:10.014369 [ 283 ] {} <Trace> HTTP-Session: 123fd65f-3c7f-4f71-93a6-3efd8c9db8f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11219 2024.11.09 02:52:10.014509 [ 283 ] {ab12e99f-0903-4423-915b-a2793f89437d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33957) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
11220 2024.11.09 02:52:10.014557 [ 283 ] {ab12e99f-0903-4423-915b-a2793f89437d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11221 2024.11.09 02:52:10.014825 [ 283 ] {ab12e99f-0903-4423-915b-a2793f89437d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11222 2024.11.09 02:52:10.015175 [ 283 ] {ab12e99f-0903-4423-915b-a2793f89437d} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11223 2024.11.09 02:52:10.015212 [ 283 ] {ab12e99f-0903-4423-915b-a2793f89437d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11224 2024.11.09 02:52:10.015569 [ 283 ] {ab12e99f-0903-4423-915b-a2793f89437d} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
11225 2024.11.09 02:52:10.015943 [ 283 ] {ab12e99f-0903-4423-915b-a2793f89437d} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11226 2024.11.09 02:52:10.016091 [ 283 ] {ab12e99f-0903-4423-915b-a2793f89437d} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.001608 sec., 4975.124378109453 rows/sec., 347.38 KiB/sec.
11227 2024.11.09 02:52:10.016103 [ 97 ] {} <Debug> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
11228 2024.11.09 02:52:10.016185 [ 97 ] {} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11229 2024.11.09 02:52:10.016243 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11230 2024.11.09 02:52:10.016400 [ 283 ] {ab12e99f-0903-4423-915b-a2793f89437d} <Debug> DynamicQueryHandler: Done processing query
11231 2024.11.09 02:52:10.016454 [ 283 ] {ab12e99f-0903-4423-915b-a2793f89437d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
11232 2024.11.09 02:52:10.016467 [ 195 ] {799662db-f528-424d-a8f1-7a3df786217a::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
11233 2024.11.09 02:52:10.016481 [ 283 ] {} <Debug> HTTP-Session: 123fd65f-3c7f-4f71-93a6-3efd8c9db8f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11234 2024.11.09 02:52:10.016705 [ 195 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11235 2024.11.09 02:52:10.016745 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33957, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11236 2024.11.09 02:52:10.016810 [ 195 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 59 rows starting from the beginning of the part
11237 2024.11.09 02:52:10.016866 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64502, User-Agent: (none), Length: 12262, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11238 2024.11.09 02:52:10.017025 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11239 2024.11.09 02:52:10.017117 [ 195 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 4 rows starting from the beginning of the part
11240 2024.11.09 02:52:10.017118 [ 285 ] {} <Debug> HTTP-Session: e71fe8f9-d1f2-4d76-ba81-05e66d0596ee Authenticating user 'default' from [fd00:1122:3344:101::d]:64502
11241 2024.11.09 02:52:10.017208 [ 285 ] {} <Debug> HTTP-Session: e71fe8f9-d1f2-4d76-ba81-05e66d0596ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11242 2024.11.09 02:52:10.017273 [ 285 ] {} <Debug> HTTP-Session: e71fe8f9-d1f2-4d76-ba81-05e66d0596ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11243 2024.11.09 02:52:10.017401 [ 195 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 41 rows starting from the beginning of the part
11244 2024.11.09 02:52:10.017409 [ 285 ] {} <Trace> HTTP-Session: e71fe8f9-d1f2-4d76-ba81-05e66d0596ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11245 2024.11.09 02:52:10.017685 [ 195 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 4 rows starting from the beginning of the part
11246 2024.11.09 02:52:10.017846 [ 285 ] {ce00fa76-91b4-47ef-a3e6-8f724e9c76b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64502) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
11247 2024.11.09 02:52:10.018042 [ 195 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 41 rows starting from the beginning of the part
11248 2024.11.09 02:52:10.018115 [ 285 ] {ce00fa76-91b4-47ef-a3e6-8f724e9c76b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11249 2024.11.09 02:52:10.018403 [ 195 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 8 rows starting from the beginning of the part
11250 2024.11.09 02:52:10.019463 [ 285 ] {ce00fa76-91b4-47ef-a3e6-8f724e9c76b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11251 2024.11.09 02:52:10.020445 [ 285 ] {ce00fa76-91b4-47ef-a3e6-8f724e9c76b0} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11252 2024.11.09 02:52:10.020509 [ 285 ] {ce00fa76-91b4-47ef-a3e6-8f724e9c76b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11253 2024.11.09 02:52:10.021452 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 157 rows, containing 5 columns (5 merged, 0 gathered) in 0.005109645 sec., 30726.205049470165 rows/sec., 2.34 MiB/sec.
11254 2024.11.09 02:52:10.021480 [ 285 ] {ce00fa76-91b4-47ef-a3e6-8f724e9c76b0} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
11255 2024.11.09 02:52:10.021870 [ 186 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
11256 2024.11.09 02:52:10.022153 [ 285 ] {ce00fa76-91b4-47ef-a3e6-8f724e9c76b0} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11257 2024.11.09 02:52:10.022558 [ 285 ] {ce00fa76-91b4-47ef-a3e6-8f724e9c76b0} <Debug> executeQuery: Read 72 rows, 5.77 KiB in 0.004874 sec., 14772.260976610587 rows/sec., 1.16 MiB/sec.
11258 2024.11.09 02:52:10.023157 [ 285 ] {ce00fa76-91b4-47ef-a3e6-8f724e9c76b0} <Debug> DynamicQueryHandler: Done processing query
11259 2024.11.09 02:52:10.023201 [ 285 ] {ce00fa76-91b4-47ef-a3e6-8f724e9c76b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
11260 2024.11.09 02:52:10.023237 [ 285 ] {} <Debug> HTTP-Session: e71fe8f9-d1f2-4d76-ba81-05e66d0596ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11261 2024.11.09 02:52:10.023330 [ 197 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_41_8} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11262 2024.11.09 02:52:10.023449 [ 197 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_41_8} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
11263 2024.11.09 02:52:10.023516 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64502, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11264 2024.11.09 02:52:10.023670 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
11265 2024.11.09 02:52:10.023671 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46541, User-Agent: (none), Length: 25300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11266 2024.11.09 02:52:10.023788 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11267 2024.11.09 02:52:10.023815 [ 283 ] {} <Debug> HTTP-Session: e91c0284-d17c-46a8-9d69-eb43210547c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:46541
11268 2024.11.09 02:52:10.023836 [ 283 ] {} <Debug> HTTP-Session: e91c0284-d17c-46a8-9d69-eb43210547c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11269 2024.11.09 02:52:10.023853 [ 283 ] {} <Debug> HTTP-Session: e91c0284-d17c-46a8-9d69-eb43210547c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11270 2024.11.09 02:52:10.023898 [ 283 ] {} <Trace> HTTP-Session: e91c0284-d17c-46a8-9d69-eb43210547c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11271 2024.11.09 02:52:10.024098 [ 283 ] {2a150ee1-4c45-489b-9c08-e334715fe5d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46541) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
11272 2024.11.09 02:52:10.024156 [ 283 ] {2a150ee1-4c45-489b-9c08-e334715fe5d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11273 2024.11.09 02:52:10.024374 [ 283 ] {2a150ee1-4c45-489b-9c08-e334715fe5d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11274 2024.11.09 02:52:10.024796 [ 283 ] {2a150ee1-4c45-489b-9c08-e334715fe5d4} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11275 2024.11.09 02:52:10.024836 [ 283 ] {2a150ee1-4c45-489b-9c08-e334715fe5d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11276 2024.11.09 02:52:10.025252 [ 283 ] {2a150ee1-4c45-489b-9c08-e334715fe5d4} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
11277 2024.11.09 02:52:10.025615 [ 283 ] {2a150ee1-4c45-489b-9c08-e334715fe5d4} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11278 2024.11.09 02:52:10.025778 [ 283 ] {2a150ee1-4c45-489b-9c08-e334715fe5d4} <Debug> executeQuery: Read 132 rows, 9.41 KiB in 0.001766 sec., 74745.18686296715 rows/sec., 5.20 MiB/sec.
11279 2024.11.09 02:52:10.025955 [ 283 ] {2a150ee1-4c45-489b-9c08-e334715fe5d4} <Debug> DynamicQueryHandler: Done processing query
11280 2024.11.09 02:52:10.025980 [ 283 ] {2a150ee1-4c45-489b-9c08-e334715fe5d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
11281 2024.11.09 02:52:10.025997 [ 283 ] {} <Debug> HTTP-Session: e91c0284-d17c-46a8-9d69-eb43210547c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11282 2024.11.09 02:52:10.026160 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46541, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11283 2024.11.09 02:52:10.026235 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39549, User-Agent: (none), Length: 7317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11284 2024.11.09 02:52:10.026313 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11285 2024.11.09 02:52:10.026337 [ 285 ] {} <Debug> HTTP-Session: 5cfcd01a-7c31-45d6-a375-7ed1a66126e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:39549
11286 2024.11.09 02:52:10.026357 [ 285 ] {} <Debug> HTTP-Session: 5cfcd01a-7c31-45d6-a375-7ed1a66126e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11287 2024.11.09 02:52:10.026374 [ 285 ] {} <Debug> HTTP-Session: 5cfcd01a-7c31-45d6-a375-7ed1a66126e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11288 2024.11.09 02:52:10.026420 [ 285 ] {} <Trace> HTTP-Session: 5cfcd01a-7c31-45d6-a375-7ed1a66126e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11289 2024.11.09 02:52:10.026569 [ 285 ] {fd9b6883-2aab-47be-95c3-c8bd6368f2f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39549) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
11290 2024.11.09 02:52:10.026627 [ 285 ] {fd9b6883-2aab-47be-95c3-c8bd6368f2f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11291 2024.11.09 02:52:10.026814 [ 285 ] {fd9b6883-2aab-47be-95c3-c8bd6368f2f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11292 2024.11.09 02:52:10.027159 [ 285 ] {fd9b6883-2aab-47be-95c3-c8bd6368f2f1} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11293 2024.11.09 02:52:10.027203 [ 285 ] {fd9b6883-2aab-47be-95c3-c8bd6368f2f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11294 2024.11.09 02:52:10.027612 [ 285 ] {fd9b6883-2aab-47be-95c3-c8bd6368f2f1} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
11295 2024.11.09 02:52:10.027949 [ 285 ] {fd9b6883-2aab-47be-95c3-c8bd6368f2f1} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11296 2024.11.09 02:52:10.028109 [ 285 ] {fd9b6883-2aab-47be-95c3-c8bd6368f2f1} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001585 sec., 30283.91167192429 rows/sec., 2.04 MiB/sec.
11297 2024.11.09 02:52:10.028278 [ 285 ] {fd9b6883-2aab-47be-95c3-c8bd6368f2f1} <Debug> DynamicQueryHandler: Done processing query
11298 2024.11.09 02:52:10.028303 [ 285 ] {fd9b6883-2aab-47be-95c3-c8bd6368f2f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
11299 2024.11.09 02:52:10.028319 [ 285 ] {} <Debug> HTTP-Session: 5cfcd01a-7c31-45d6-a375-7ed1a66126e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11300 2024.11.09 02:52:10.028517 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39549, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11301 2024.11.09 02:52:11.671489 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1036
11302 2024.11.09 02:52:11.674288 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11303 2024.11.09 02:52:11.674338 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11304 2024.11.09 02:52:11.675947 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
11305 2024.11.09 02:52:11.676942 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11306 2024.11.09 02:52:11.678183 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1036
11307 2024.11.09 02:52:15.008837 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46541, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11308 2024.11.09 02:52:15.008954 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11309 2024.11.09 02:52:15.008983 [ 283 ] {} <Debug> HTTP-Session: 119f39b5-54c1-4639-8a7a-173513fb4091 Authenticating user 'default' from [fd00:1122:3344:101::d]:46541
11310 2024.11.09 02:52:15.009010 [ 283 ] {} <Debug> HTTP-Session: 119f39b5-54c1-4639-8a7a-173513fb4091 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11311 2024.11.09 02:52:15.009029 [ 283 ] {} <Debug> HTTP-Session: 119f39b5-54c1-4639-8a7a-173513fb4091 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11312 2024.11.09 02:52:15.009086 [ 283 ] {} <Trace> HTTP-Session: 119f39b5-54c1-4639-8a7a-173513fb4091 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11313 2024.11.09 02:52:15.009300 [ 283 ] {555df892-c2ad-4eb7-a0f8-d1595b022309} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46541) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
11314 2024.11.09 02:52:15.009369 [ 283 ] {555df892-c2ad-4eb7-a0f8-d1595b022309} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11315 2024.11.09 02:52:15.009726 [ 283 ] {555df892-c2ad-4eb7-a0f8-d1595b022309} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11316 2024.11.09 02:52:15.010341 [ 283 ] {555df892-c2ad-4eb7-a0f8-d1595b022309} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11317 2024.11.09 02:52:15.010379 [ 283 ] {555df892-c2ad-4eb7-a0f8-d1595b022309} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11318 2024.11.09 02:52:15.010807 [ 283 ] {555df892-c2ad-4eb7-a0f8-d1595b022309} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
11319 2024.11.09 02:52:15.011196 [ 283 ] {555df892-c2ad-4eb7-a0f8-d1595b022309} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11320 2024.11.09 02:52:15.011336 [ 283 ] {555df892-c2ad-4eb7-a0f8-d1595b022309} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002111 sec., 26527.711984841306 rows/sec., 2.04 MiB/sec.
11321 2024.11.09 02:52:15.011347 [ 94 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
11322 2024.11.09 02:52:15.011409 [ 94 ] {} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11323 2024.11.09 02:52:15.011446 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11324 2024.11.09 02:52:15.011609 [ 283 ] {555df892-c2ad-4eb7-a0f8-d1595b022309} <Debug> DynamicQueryHandler: Done processing query
11325 2024.11.09 02:52:15.011661 [ 283 ] {555df892-c2ad-4eb7-a0f8-d1595b022309} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
11326 2024.11.09 02:52:15.011694 [ 283 ] {} <Debug> HTTP-Session: 119f39b5-54c1-4639-8a7a-173513fb4091 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11327 2024.11.09 02:52:15.011709 [ 186 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
11328 2024.11.09 02:52:15.011999 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46541, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11329 2024.11.09 02:52:15.012268 [ 186 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11330 2024.11.09 02:52:15.012266 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41533, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11331 2024.11.09 02:52:15.012351 [ 186 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1420 rows starting from the beginning of the part
11332 2024.11.09 02:52:15.012548 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11333 2024.11.09 02:52:15.012666 [ 294 ] {} <Debug> HTTP-Session: c003f48a-d752-4447-ac6b-2174b5d63ae9 Authenticating user 'default' from [fd00:1122:3344:101::d]:41533
11334 2024.11.09 02:52:15.012747 [ 294 ] {} <Debug> HTTP-Session: c003f48a-d752-4447-ac6b-2174b5d63ae9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11335 2024.11.09 02:52:15.012749 [ 186 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 58 rows starting from the beginning of the part
11336 2024.11.09 02:52:15.012782 [ 294 ] {} <Debug> HTTP-Session: c003f48a-d752-4447-ac6b-2174b5d63ae9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11337 2024.11.09 02:52:15.012943 [ 294 ] {} <Trace> HTTP-Session: c003f48a-d752-4447-ac6b-2174b5d63ae9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11338 2024.11.09 02:52:15.013081 [ 186 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 56 rows starting from the beginning of the part
11339 2024.11.09 02:52:15.013362 [ 186 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 271 rows starting from the beginning of the part
11340 2024.11.09 02:52:15.013438 [ 294 ] {197c8b2c-c4b5-426a-a5ee-511d5c5f7101} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41533) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
11341 2024.11.09 02:52:15.013624 [ 294 ] {197c8b2c-c4b5-426a-a5ee-511d5c5f7101} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11342 2024.11.09 02:52:15.013636 [ 186 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part
11343 2024.11.09 02:52:15.013996 [ 186 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 56 rows starting from the beginning of the part
11344 2024.11.09 02:52:15.014812 [ 294 ] {197c8b2c-c4b5-426a-a5ee-511d5c5f7101} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11345 2024.11.09 02:52:15.015893 [ 294 ] {197c8b2c-c4b5-426a-a5ee-511d5c5f7101} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11346 2024.11.09 02:52:15.015978 [ 294 ] {197c8b2c-c4b5-426a-a5ee-511d5c5f7101} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11347 2024.11.09 02:52:15.016949 [ 294 ] {197c8b2c-c4b5-426a-a5ee-511d5c5f7101} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
11348 2024.11.09 02:52:15.017322 [ 197 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1921 rows, containing 5 columns (5 merged, 0 gathered) in 0.005777869 sec., 332475.51995380997 rows/sec., 29.10 MiB/sec.
11349 2024.11.09 02:52:15.017770 [ 197 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
11350 2024.11.09 02:52:15.017783 [ 294 ] {197c8b2c-c4b5-426a-a5ee-511d5c5f7101} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11351 2024.11.09 02:52:15.018086 [ 94 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
11352 2024.11.09 02:52:15.018173 [ 94 ] {} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11353 2024.11.09 02:52:15.018191 [ 294 ] {197c8b2c-c4b5-426a-a5ee-511d5c5f7101} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004899 sec., 13063.890589916311 rows/sec., 1.02 MiB/sec.
11354 2024.11.09 02:52:15.018239 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11355 2024.11.09 02:52:15.018946 [ 186 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
11356 2024.11.09 02:52:15.018987 [ 294 ] {197c8b2c-c4b5-426a-a5ee-511d5c5f7101} <Debug> DynamicQueryHandler: Done processing query
11357 2024.11.09 02:52:15.019064 [ 294 ] {197c8b2c-c4b5-426a-a5ee-511d5c5f7101} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
11358 2024.11.09 02:52:15.019139 [ 294 ] {} <Debug> HTTP-Session: c003f48a-d752-4447-ac6b-2174b5d63ae9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11359 2024.11.09 02:52:15.019337 [ 186 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11360 2024.11.09 02:52:15.019348 [ 197 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_66_13} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11361 2024.11.09 02:52:15.019406 [ 186 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 915 rows starting from the beginning of the part
11362 2024.11.09 02:52:15.019569 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41533, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11363 2024.11.09 02:52:15.019643 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40334, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11364 2024.11.09 02:52:15.019956 [ 294 ] {} <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):
11365 
11366 (version 23.8.7.1)
11367 2024.11.09 02:52:15.019964 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11368 2024.11.09 02:52:15.019987 [ 186 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 68 rows starting from the beginning of the part
11369 2024.11.09 02:52:15.019910 [ 197 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_66_13} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
11370 2024.11.09 02:52:15.020046 [ 282 ] {} <Debug> HTTP-Session: a1e564fc-d19e-4388-b916-72f2c5d578be Authenticating user 'default' from [fd00:1122:3344:101::d]:40334
11371 2024.11.09 02:52:15.020139 [ 282 ] {} <Debug> HTTP-Session: a1e564fc-d19e-4388-b916-72f2c5d578be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11372 2024.11.09 02:52:15.020234 [ 282 ] {} <Debug> HTTP-Session: a1e564fc-d19e-4388-b916-72f2c5d578be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11373 2024.11.09 02:52:15.020383 [ 282 ] {} <Trace> HTTP-Session: a1e564fc-d19e-4388-b916-72f2c5d578be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11374 2024.11.09 02:52:15.020396 [ 186 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 64 rows starting from the beginning of the part
11375 2024.11.09 02:52:15.020557 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB.
11376 2024.11.09 02:52:15.020779 [ 186 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 423 rows starting from the beginning of the part
11377 2024.11.09 02:52:15.020886 [ 282 ] {36f47fab-98f9-4178-92e7-ff629809144a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40334) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
11378 2024.11.09 02:52:15.021019 [ 186 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 72 rows starting from the beginning of the part
11379 2024.11.09 02:52:15.021097 [ 282 ] {36f47fab-98f9-4178-92e7-ff629809144a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11380 2024.11.09 02:52:15.021369 [ 186 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 64 rows starting from the beginning of the part
11381 2024.11.09 02:52:15.022259 [ 282 ] {36f47fab-98f9-4178-92e7-ff629809144a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11382 2024.11.09 02:52:15.023382 [ 282 ] {36f47fab-98f9-4178-92e7-ff629809144a} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11383 2024.11.09 02:52:15.023459 [ 282 ] {36f47fab-98f9-4178-92e7-ff629809144a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11384 2024.11.09 02:52:15.024502 [ 186 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1606 rows, containing 5 columns (5 merged, 0 gathered) in 0.006090816 sec., 263675.6716998182 rows/sec., 20.34 MiB/sec.
11385 2024.11.09 02:52:15.024573 [ 282 ] {36f47fab-98f9-4178-92e7-ff629809144a} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
11386 2024.11.09 02:52:15.024717 [ 186 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
11387 2024.11.09 02:52:15.025553 [ 282 ] {36f47fab-98f9-4178-92e7-ff629809144a} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11388 2024.11.09 02:52:15.025728 [ 186 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_66_13} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11389 2024.11.09 02:52:15.025937 [ 94 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
11390 2024.11.09 02:52:15.025982 [ 282 ] {36f47fab-98f9-4178-92e7-ff629809144a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00529 sec., 30245.746691871453 rows/sec., 2.11 MiB/sec.
11391 2024.11.09 02:52:15.026043 [ 94 ] {} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11392 2024.11.09 02:52:15.026060 [ 186 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_66_13} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
11393 2024.11.09 02:52:15.026152 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11394 2024.11.09 02:52:15.026456 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB.
11395 2024.11.09 02:52:15.026530 [ 282 ] {36f47fab-98f9-4178-92e7-ff629809144a} <Debug> DynamicQueryHandler: Done processing query
11396 2024.11.09 02:52:15.026536 [ 191 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
11397 2024.11.09 02:52:15.026588 [ 282 ] {36f47fab-98f9-4178-92e7-ff629809144a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
11398 2024.11.09 02:52:15.026617 [ 282 ] {} <Debug> HTTP-Session: a1e564fc-d19e-4388-b916-72f2c5d578be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11399 2024.11.09 02:52:15.026722 [ 191 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11400 2024.11.09 02:52:15.026758 [ 191 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_61_12, total 13614 rows starting from the beginning of the part
11401 2024.11.09 02:52:15.026842 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40334, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11402 2024.11.09 02:52:15.027099 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11403 2024.11.09 02:52:15.027147 [ 191 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 162 rows starting from the beginning of the part
11404 2024.11.09 02:52:15.027352 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11405 2024.11.09 02:52:15.027395 [ 191 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 160 rows starting from the beginning of the part
11406 2024.11.09 02:52:15.027446 [ 294 ] {} <Debug> HTTP-Session: c43c8164-153d-4571-8295-3520463b9b36 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
11407 2024.11.09 02:52:15.027538 [ 294 ] {} <Debug> HTTP-Session: c43c8164-153d-4571-8295-3520463b9b36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11408 2024.11.09 02:52:15.027614 [ 294 ] {} <Debug> HTTP-Session: c43c8164-153d-4571-8295-3520463b9b36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11409 2024.11.09 02:52:15.027681 [ 191 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 237 rows starting from the beginning of the part
11410 2024.11.09 02:52:15.027774 [ 294 ] {} <Trace> HTTP-Session: c43c8164-153d-4571-8295-3520463b9b36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11411 2024.11.09 02:52:15.027963 [ 191 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 132 rows starting from the beginning of the part
11412 2024.11.09 02:52:15.028185 [ 191 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part
11413 2024.11.09 02:52:15.028222 [ 294 ] {747c910d-daac-47ad-94f5-b10da08207c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
11414 2024.11.09 02:52:15.028415 [ 294 ] {747c910d-daac-47ad-94f5-b10da08207c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11415 2024.11.09 02:52:15.029231 [ 294 ] {747c910d-daac-47ad-94f5-b10da08207c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11416 2024.11.09 02:52:15.029755 [ 294 ] {747c910d-daac-47ad-94f5-b10da08207c9} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11417 2024.11.09 02:52:15.029796 [ 294 ] {747c910d-daac-47ad-94f5-b10da08207c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11418 2024.11.09 02:52:15.030537 [ 294 ] {747c910d-daac-47ad-94f5-b10da08207c9} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
11419 2024.11.09 02:52:15.031462 [ 294 ] {747c910d-daac-47ad-94f5-b10da08207c9} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11420 2024.11.09 02:52:15.031910 [ 94 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
11421 2024.11.09 02:52:15.031954 [ 283 ] {} <Error> ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::d]:46541). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below):
11422 
11423 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
11424 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
11425 2. DB::NetException::NetException<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, 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::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> >&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x0000000015b19afe in /opt/oxide/clickhouse/clickhouse
11426 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000190bd7af in /opt/oxide/clickhouse/clickhouse
11427 4. DB::HTTPServerRequest::readRequest(DB::ReadBuffer&) @ 0x00000000168c607c in /opt/oxide/clickhouse/clickhouse
11428 5. DB::HTTPServerRequest::HTTPServerRequest(std::shared_ptr<DB::IHTTPContext>, DB::HTTPServerResponse&, Poco::Net::HTTPServerSession&) @ 0x00000000168c5985 in /opt/oxide/clickhouse/clickhouse
11429 6. DB::HTTPServerConnection::run() @ 0x00000000168c4c4e in /opt/oxide/clickhouse/clickhouse
11430 7. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
11431 8. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
11432 9. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
11433 10. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
11434 11. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1
11435 (version 23.8.7.1)
11436 2024.11.09 02:52:15.031997 [ 294 ] {747c910d-daac-47ad-94f5-b10da08207c9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003916 sec., 15321.756894790602 rows/sec., 1.03 MiB/sec.
11437 2024.11.09 02:52:15.032052 [ 94 ] {} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11438 2024.11.09 02:52:15.032162 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11439 2024.11.09 02:52:15.032537 [ 194 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
11440 2024.11.09 02:52:15.032630 [ 294 ] {747c910d-daac-47ad-94f5-b10da08207c9} <Debug> DynamicQueryHandler: Done processing query
11441 2024.11.09 02:52:15.032702 [ 294 ] {747c910d-daac-47ad-94f5-b10da08207c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
11442 2024.11.09 02:52:15.032770 [ 294 ] {} <Debug> HTTP-Session: c43c8164-153d-4571-8295-3520463b9b36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11443 2024.11.09 02:52:15.032848 [ 194 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11444 2024.11.09 02:52:15.032886 [ 194 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3812 rows starting from the beginning of the part
11445 2024.11.09 02:52:15.032953 [ 194 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part
11446 2024.11.09 02:52:15.033397 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11447 2024.11.09 02:52:15.033583 [ 194 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part
11448 2024.11.09 02:52:15.033745 [ 194 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 82 rows starting from the beginning of the part
11449 2024.11.09 02:52:15.033836 [ 194 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 48 rows starting from the beginning of the part
11450 2024.11.09 02:52:15.033927 [ 194 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part
11451 2024.11.09 02:52:15.035557 [ 192 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14465 rows, containing 5 columns (5 merged, 0 gathered) in 0.009168099 sec., 1577753.4688488855 rows/sec., 107.51 MiB/sec.
11452 2024.11.09 02:52:15.036265 [ 187 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4122 rows, containing 4 columns (4 merged, 0 gathered) in 0.00388867 sec., 1060002.5201418481 rows/sec., 69.70 MiB/sec.
11453 2024.11.09 02:52:15.036314 [ 190 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
11454 2024.11.09 02:52:15.036730 [ 187 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
11455 2024.11.09 02:52:15.037018 [ 190 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11456 2024.11.09 02:52:15.037297 [ 190 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
11457 2024.11.09 02:52:15.037457 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.72 MiB.
11458 2024.11.09 02:52:15.037601 [ 187 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_66_13} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11459 2024.11.09 02:52:15.037718 [ 187 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_66_13} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
11460 2024.11.09 02:52:15.037811 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB.
11461 2024.11.09 02:52:16.420131 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache
11462 2024.11.09 02:52:16.420234 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache
11463 2024.11.09 02:52:17.727292 [ 91 ] {} <Debug> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
11464 2024.11.09 02:52:17.727362 [ 91 ] {} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11465 2024.11.09 02:52:17.727389 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11466 2024.11.09 02:52:17.727595 [ 192 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::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
11467 2024.11.09 02:52:17.727963 [ 192 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11468 2024.11.09 02:52:17.728005 [ 192 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 242 rows starting from the beginning of the part
11469 2024.11.09 02:52:17.728097 [ 192 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part
11470 2024.11.09 02:52:17.728292 [ 192 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part
11471 2024.11.09 02:52:17.728571 [ 192 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part
11472 2024.11.09 02:52:17.728756 [ 192 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part
11473 2024.11.09 02:52:17.729922 [ 187 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002455881 sec., 121341.38421202004 rows/sec., 8.26 MiB/sec.
11474 2024.11.09 02:52:17.730129 [ 187 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
11475 2024.11.09 02:52:17.730610 [ 187 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_21_5} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11476 2024.11.09 02:52:17.730699 [ 187 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_21_5} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
11477 2024.11.09 02:52:17.730802 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
11478 2024.11.09 02:52:18.283186 [ 89 ] {} <Debug> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
11479 2024.11.09 02:52:18.283262 [ 89 ] {} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11480 2024.11.09 02:52:18.283291 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11481 2024.11.09 02:52:18.283628 [ 189 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::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
11482 2024.11.09 02:52:18.283858 [ 189 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11483 2024.11.09 02:52:18.283896 [ 189 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 102 rows starting from the beginning of the part
11484 2024.11.09 02:52:18.283970 [ 189 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::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
11485 2024.11.09 02:52:18.284051 [ 189 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::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
11486 2024.11.09 02:52:18.284302 [ 189 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::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
11487 2024.11.09 02:52:18.284437 [ 189 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::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
11488 2024.11.09 02:52:18.285686 [ 188 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.002286348 sec., 55109.72082989991 rows/sec., 2.81 MiB/sec.
11489 2024.11.09 02:52:18.285856 [ 201 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
11490 2024.11.09 02:52:18.286332 [ 201 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_21_5} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11491 2024.11.09 02:52:18.286431 [ 201 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_21_5} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
11492 2024.11.09 02:52:18.286521 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
11493 2024.11.09 02:52:18.798280 [ 89 ] {} <Debug> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
11494 2024.11.09 02:52:18.798343 [ 89 ] {} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11495 2024.11.09 02:52:18.798366 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11496 2024.11.09 02:52:18.798564 [ 189 ] {88a23b06-e353-416c-8860-9499dcb823f7::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
11497 2024.11.09 02:52:18.798791 [ 189 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11498 2024.11.09 02:52:18.798829 [ 189 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 17 rows starting from the beginning of the part
11499 2024.11.09 02:52:18.798906 [ 189 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part
11500 2024.11.09 02:52:18.799089 [ 189 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part
11501 2024.11.09 02:52:18.799453 [ 189 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part
11502 2024.11.09 02:52:18.799673 [ 189 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part
11503 2024.11.09 02:52:18.800826 [ 188 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21 rows, containing 4 columns (4 merged, 0 gathered) in 0.002388509 sec., 8792.095822121666 rows/sec., 592.44 KiB/sec.
11504 2024.11.09 02:52:18.801003 [ 188 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
11505 2024.11.09 02:52:18.801457 [ 188 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_21_5} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11506 2024.11.09 02:52:18.801550 [ 188 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_21_5} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
11507 2024.11.09 02:52:18.801645 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
11508 2024.11.09 02:52:20.015647 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65473, User-Agent: (none), Length: 41147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11509 2024.11.09 02:52:20.015765 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11510 2024.11.09 02:52:20.015790 [ 294 ] {} <Debug> HTTP-Session: ce5f1a24-e9b0-4cab-884b-c3bf86a49617 Authenticating user 'default' from [fd00:1122:3344:101::d]:65473
11511 2024.11.09 02:52:20.015814 [ 294 ] {} <Debug> HTTP-Session: ce5f1a24-e9b0-4cab-884b-c3bf86a49617 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11512 2024.11.09 02:52:20.015831 [ 294 ] {} <Debug> HTTP-Session: ce5f1a24-e9b0-4cab-884b-c3bf86a49617 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11513 2024.11.09 02:52:20.015884 [ 294 ] {} <Trace> HTTP-Session: ce5f1a24-e9b0-4cab-884b-c3bf86a49617 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11514 2024.11.09 02:52:20.016176 [ 294 ] {5fe0ac6b-8b23-41b3-8a58-1c6de1b4c658} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65473) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
11515 2024.11.09 02:52:20.016247 [ 294 ] {5fe0ac6b-8b23-41b3-8a58-1c6de1b4c658} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11516 2024.11.09 02:52:20.016593 [ 294 ] {5fe0ac6b-8b23-41b3-8a58-1c6de1b4c658} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11517 2024.11.09 02:52:20.017232 [ 294 ] {5fe0ac6b-8b23-41b3-8a58-1c6de1b4c658} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11518 2024.11.09 02:52:20.017277 [ 294 ] {5fe0ac6b-8b23-41b3-8a58-1c6de1b4c658} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11519 2024.11.09 02:52:20.017731 [ 294 ] {5fe0ac6b-8b23-41b3-8a58-1c6de1b4c658} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
11520 2024.11.09 02:52:20.018133 [ 294 ] {5fe0ac6b-8b23-41b3-8a58-1c6de1b4c658} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11521 2024.11.09 02:52:20.018309 [ 294 ] {5fe0ac6b-8b23-41b3-8a58-1c6de1b4c658} <Debug> executeQuery: Read 271 rows, 24.70 KiB in 0.002253 sec., 120284.06569019087 rows/sec., 10.71 MiB/sec.
11522 2024.11.09 02:52:20.018655 [ 294 ] {5fe0ac6b-8b23-41b3-8a58-1c6de1b4c658} <Debug> DynamicQueryHandler: Done processing query
11523 2024.11.09 02:52:20.018729 [ 294 ] {5fe0ac6b-8b23-41b3-8a58-1c6de1b4c658} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
11524 2024.11.09 02:52:20.018794 [ 294 ] {} <Debug> HTTP-Session: ce5f1a24-e9b0-4cab-884b-c3bf86a49617 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11525 2024.11.09 02:52:20.019071 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65473, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11526 2024.11.09 02:52:20.019180 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59721, User-Agent: (none), Length: 5927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11527 2024.11.09 02:52:20.019301 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11528 2024.11.09 02:52:20.019327 [ 282 ] {} <Debug> HTTP-Session: ff818f3d-163f-45be-aca5-e79411d2c150 Authenticating user 'default' from [fd00:1122:3344:101::d]:59721
11529 2024.11.09 02:52:20.019351 [ 282 ] {} <Debug> HTTP-Session: ff818f3d-163f-45be-aca5-e79411d2c150 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11530 2024.11.09 02:52:20.019366 [ 282 ] {} <Debug> HTTP-Session: ff818f3d-163f-45be-aca5-e79411d2c150 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11531 2024.11.09 02:52:20.019420 [ 282 ] {} <Trace> HTTP-Session: ff818f3d-163f-45be-aca5-e79411d2c150 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11532 2024.11.09 02:52:20.019613 [ 282 ] {8dc8ef9a-7a2a-406b-9c9a-048c3375a497} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59721) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
11533 2024.11.09 02:52:20.019681 [ 282 ] {8dc8ef9a-7a2a-406b-9c9a-048c3375a497} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11534 2024.11.09 02:52:20.020024 [ 282 ] {8dc8ef9a-7a2a-406b-9c9a-048c3375a497} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11535 2024.11.09 02:52:20.020443 [ 282 ] {8dc8ef9a-7a2a-406b-9c9a-048c3375a497} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11536 2024.11.09 02:52:20.020488 [ 282 ] {8dc8ef9a-7a2a-406b-9c9a-048c3375a497} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11537 2024.11.09 02:52:20.020905 [ 282 ] {8dc8ef9a-7a2a-406b-9c9a-048c3375a497} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
11538 2024.11.09 02:52:20.021330 [ 282 ] {8dc8ef9a-7a2a-406b-9c9a-048c3375a497} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11539 2024.11.09 02:52:20.021475 [ 282 ] {8dc8ef9a-7a2a-406b-9c9a-048c3375a497} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001931 sec., 21232.522009321594 rows/sec., 1.56 MiB/sec.
11540 2024.11.09 02:52:20.021667 [ 282 ] {8dc8ef9a-7a2a-406b-9c9a-048c3375a497} <Debug> DynamicQueryHandler: Done processing query
11541 2024.11.09 02:52:20.021694 [ 282 ] {8dc8ef9a-7a2a-406b-9c9a-048c3375a497} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
11542 2024.11.09 02:52:20.021711 [ 282 ] {} <Debug> HTTP-Session: ff818f3d-163f-45be-aca5-e79411d2c150 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11543 2024.11.09 02:52:20.021914 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59721, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11544 2024.11.09 02:52:20.022022 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37634, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11545 2024.11.09 02:52:20.022177 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11546 2024.11.09 02:52:20.022222 [ 283 ] {} <Debug> HTTP-Session: 91ae5edf-8a50-48e8-aef5-9896817ba57b Authenticating user 'default' from [fd00:1122:3344:101::d]:37634
11547 2024.11.09 02:52:20.022264 [ 283 ] {} <Debug> HTTP-Session: 91ae5edf-8a50-48e8-aef5-9896817ba57b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11548 2024.11.09 02:52:20.022293 [ 283 ] {} <Debug> HTTP-Session: 91ae5edf-8a50-48e8-aef5-9896817ba57b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11549 2024.11.09 02:52:20.022375 [ 283 ] {} <Trace> HTTP-Session: 91ae5edf-8a50-48e8-aef5-9896817ba57b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11550 2024.11.09 02:52:20.022660 [ 283 ] {740ad295-e244-49cb-912b-e4f2568b4f9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37634) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
11551 2024.11.09 02:52:20.022768 [ 283 ] {740ad295-e244-49cb-912b-e4f2568b4f9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11552 2024.11.09 02:52:20.023125 [ 283 ] {740ad295-e244-49cb-912b-e4f2568b4f9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11553 2024.11.09 02:52:20.023483 [ 283 ] {740ad295-e244-49cb-912b-e4f2568b4f9c} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11554 2024.11.09 02:52:20.023525 [ 283 ] {740ad295-e244-49cb-912b-e4f2568b4f9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11555 2024.11.09 02:52:20.023967 [ 283 ] {740ad295-e244-49cb-912b-e4f2568b4f9c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
11556 2024.11.09 02:52:20.024370 [ 283 ] {740ad295-e244-49cb-912b-e4f2568b4f9c} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11557 2024.11.09 02:52:20.024550 [ 283 ] {740ad295-e244-49cb-912b-e4f2568b4f9c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001987 sec., 7045.797684952189 rows/sec., 493.44 KiB/sec.
11558 2024.11.09 02:52:20.024761 [ 283 ] {740ad295-e244-49cb-912b-e4f2568b4f9c} <Debug> DynamicQueryHandler: Done processing query
11559 2024.11.09 02:52:20.024788 [ 283 ] {740ad295-e244-49cb-912b-e4f2568b4f9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
11560 2024.11.09 02:52:20.024805 [ 283 ] {} <Debug> HTTP-Session: 91ae5edf-8a50-48e8-aef5-9896817ba57b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11561 2024.11.09 02:52:20.024955 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59721, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11562 2024.11.09 02:52:20.025007 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37634, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11563 2024.11.09 02:52:20.025085 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11564 2024.11.09 02:52:20.025129 [ 282 ] {} <Debug> HTTP-Session: 5bcac1e1-b083-474e-88cd-35b1c7954722 Authenticating user 'default' from [fd00:1122:3344:101::d]:59721
11565 2024.11.09 02:52:20.025153 [ 282 ] {} <Debug> HTTP-Session: 5bcac1e1-b083-474e-88cd-35b1c7954722 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11566 2024.11.09 02:52:20.025177 [ 282 ] {} <Debug> HTTP-Session: 5bcac1e1-b083-474e-88cd-35b1c7954722 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11567 2024.11.09 02:52:20.025223 [ 282 ] {} <Trace> HTTP-Session: 5bcac1e1-b083-474e-88cd-35b1c7954722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11568 2024.11.09 02:52:20.025244 [ 283 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below):
11569 
11570 (version 23.8.7.1)
11571 2024.11.09 02:52:20.025387 [ 282 ] {14a928a0-cee6-47e0-9258-0a494e1e2f64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59721) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
11572 2024.11.09 02:52:20.025446 [ 282 ] {14a928a0-cee6-47e0-9258-0a494e1e2f64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11573 2024.11.09 02:52:20.025760 [ 282 ] {14a928a0-cee6-47e0-9258-0a494e1e2f64} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11574 2024.11.09 02:52:20.026079 [ 282 ] {14a928a0-cee6-47e0-9258-0a494e1e2f64} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11575 2024.11.09 02:52:20.026115 [ 282 ] {14a928a0-cee6-47e0-9258-0a494e1e2f64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11576 2024.11.09 02:52:20.026486 [ 282 ] {14a928a0-cee6-47e0-9258-0a494e1e2f64} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
11577 2024.11.09 02:52:20.026863 [ 282 ] {14a928a0-cee6-47e0-9258-0a494e1e2f64} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11578 2024.11.09 02:52:20.026999 [ 282 ] {14a928a0-cee6-47e0-9258-0a494e1e2f64} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001648 sec., 3640.776699029126 rows/sec., 215.10 KiB/sec.
11579 2024.11.09 02:52:20.027328 [ 282 ] {14a928a0-cee6-47e0-9258-0a494e1e2f64} <Debug> DynamicQueryHandler: Done processing query
11580 2024.11.09 02:52:20.027354 [ 282 ] {14a928a0-cee6-47e0-9258-0a494e1e2f64} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
11581 2024.11.09 02:52:20.027370 [ 282 ] {} <Debug> HTTP-Session: 5bcac1e1-b083-474e-88cd-35b1c7954722 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11582 2024.11.09 02:52:20.027599 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59721, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11583 2024.11.09 02:52:20.027703 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44441, User-Agent: (none), Length: 68708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11584 2024.11.09 02:52:20.027773 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11585 2024.11.09 02:52:20.027794 [ 283 ] {} <Debug> HTTP-Session: 76992af8-8000-48db-a9c1-5a1dee3231f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:44441
11586 2024.11.09 02:52:20.027814 [ 283 ] {} <Debug> HTTP-Session: 76992af8-8000-48db-a9c1-5a1dee3231f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11587 2024.11.09 02:52:20.027828 [ 283 ] {} <Debug> HTTP-Session: 76992af8-8000-48db-a9c1-5a1dee3231f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11588 2024.11.09 02:52:20.027870 [ 283 ] {} <Trace> HTTP-Session: 76992af8-8000-48db-a9c1-5a1dee3231f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11589 2024.11.09 02:52:20.028147 [ 283 ] {da42ccb6-4585-4d92-9411-4856937dfe76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44441) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
11590 2024.11.09 02:52:20.028199 [ 283 ] {da42ccb6-4585-4d92-9411-4856937dfe76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11591 2024.11.09 02:52:20.028474 [ 283 ] {da42ccb6-4585-4d92-9411-4856937dfe76} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11592 2024.11.09 02:52:20.029054 [ 283 ] {da42ccb6-4585-4d92-9411-4856937dfe76} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11593 2024.11.09 02:52:20.029091 [ 283 ] {da42ccb6-4585-4d92-9411-4856937dfe76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11594 2024.11.09 02:52:20.029490 [ 283 ] {da42ccb6-4585-4d92-9411-4856937dfe76} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
11595 2024.11.09 02:52:20.029868 [ 283 ] {da42ccb6-4585-4d92-9411-4856937dfe76} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11596 2024.11.09 02:52:20.030029 [ 283 ] {da42ccb6-4585-4d92-9411-4856937dfe76} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.00203 sec., 208374.3842364532 rows/sec., 14.90 MiB/sec.
11597 2024.11.09 02:52:20.030246 [ 283 ] {da42ccb6-4585-4d92-9411-4856937dfe76} <Debug> DynamicQueryHandler: Done processing query
11598 2024.11.09 02:52:20.030284 [ 283 ] {da42ccb6-4585-4d92-9411-4856937dfe76} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
11599 2024.11.09 02:52:20.030318 [ 283 ] {} <Debug> HTTP-Session: 76992af8-8000-48db-a9c1-5a1dee3231f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11600 2024.11.09 02:52:20.030556 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44441, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11601 2024.11.09 02:52:20.030558 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59721, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11602 2024.11.09 02:52:20.030666 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11603 2024.11.09 02:52:20.030703 [ 282 ] {} <Debug> HTTP-Session: 4a81ddf5-b938-42d4-9abc-fc9d73dd30f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:59721
11604 2024.11.09 02:52:20.030728 [ 282 ] {} <Debug> HTTP-Session: 4a81ddf5-b938-42d4-9abc-fc9d73dd30f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11605 2024.11.09 02:52:20.030746 [ 282 ] {} <Debug> HTTP-Session: 4a81ddf5-b938-42d4-9abc-fc9d73dd30f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11606 2024.11.09 02:52:20.030790 [ 282 ] {} <Trace> HTTP-Session: 4a81ddf5-b938-42d4-9abc-fc9d73dd30f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11607 2024.11.09 02:52:20.030919 [ 282 ] {d17bd564-9dbe-4bbd-ba74-cf4f33944600} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59721) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
11608 2024.11.09 02:52:20.030976 [ 282 ] {d17bd564-9dbe-4bbd-ba74-cf4f33944600} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11609 2024.11.09 02:52:20.031169 [ 282 ] {d17bd564-9dbe-4bbd-ba74-cf4f33944600} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11610 2024.11.09 02:52:20.031480 [ 282 ] {d17bd564-9dbe-4bbd-ba74-cf4f33944600} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11611 2024.11.09 02:52:20.031522 [ 282 ] {d17bd564-9dbe-4bbd-ba74-cf4f33944600} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11612 2024.11.09 02:52:20.031928 [ 282 ] {d17bd564-9dbe-4bbd-ba74-cf4f33944600} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
11613 2024.11.09 02:52:20.032261 [ 282 ] {d17bd564-9dbe-4bbd-ba74-cf4f33944600} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11614 2024.11.09 02:52:20.032388 [ 282 ] {d17bd564-9dbe-4bbd-ba74-cf4f33944600} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001507 sec., 3981.4200398142 rows/sec., 208.01 KiB/sec.
11615 2024.11.09 02:52:20.032562 [ 282 ] {d17bd564-9dbe-4bbd-ba74-cf4f33944600} <Debug> DynamicQueryHandler: Done processing query
11616 2024.11.09 02:52:20.032586 [ 282 ] {d17bd564-9dbe-4bbd-ba74-cf4f33944600} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
11617 2024.11.09 02:52:20.032602 [ 282 ] {} <Debug> HTTP-Session: 4a81ddf5-b938-42d4-9abc-fc9d73dd30f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11618 2024.11.09 02:52:20.032783 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59721, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11619 2024.11.09 02:52:20.032869 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60576, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11620 2024.11.09 02:52:20.032933 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11621 2024.11.09 02:52:20.032955 [ 283 ] {} <Debug> HTTP-Session: 0f29d26b-a3ab-4949-b967-f91d859ec76a Authenticating user 'default' from [fd00:1122:3344:101::d]:60576
11622 2024.11.09 02:52:20.032974 [ 283 ] {} <Debug> HTTP-Session: 0f29d26b-a3ab-4949-b967-f91d859ec76a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11623 2024.11.09 02:52:20.032988 [ 283 ] {} <Debug> HTTP-Session: 0f29d26b-a3ab-4949-b967-f91d859ec76a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11624 2024.11.09 02:52:20.033028 [ 283 ] {} <Trace> HTTP-Session: 0f29d26b-a3ab-4949-b967-f91d859ec76a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11625 2024.11.09 02:52:20.033265 [ 283 ] {e3853f1d-1ab8-4f0a-a2f8-1a2f7cb270f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
11626 2024.11.09 02:52:20.033318 [ 283 ] {e3853f1d-1ab8-4f0a-a2f8-1a2f7cb270f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11627 2024.11.09 02:52:20.033504 [ 283 ] {e3853f1d-1ab8-4f0a-a2f8-1a2f7cb270f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11628 2024.11.09 02:52:20.033937 [ 283 ] {e3853f1d-1ab8-4f0a-a2f8-1a2f7cb270f5} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11629 2024.11.09 02:52:20.033974 [ 283 ] {e3853f1d-1ab8-4f0a-a2f8-1a2f7cb270f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11630 2024.11.09 02:52:20.034380 [ 283 ] {e3853f1d-1ab8-4f0a-a2f8-1a2f7cb270f5} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
11631 2024.11.09 02:52:20.034745 [ 283 ] {e3853f1d-1ab8-4f0a-a2f8-1a2f7cb270f5} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11632 2024.11.09 02:52:20.034898 [ 283 ] {e3853f1d-1ab8-4f0a-a2f8-1a2f7cb270f5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001764 sec., 134353.74149659864 rows/sec., 9.01 MiB/sec.
11633 2024.11.09 02:52:20.035080 [ 283 ] {e3853f1d-1ab8-4f0a-a2f8-1a2f7cb270f5} <Debug> DynamicQueryHandler: Done processing query
11634 2024.11.09 02:52:20.035105 [ 283 ] {e3853f1d-1ab8-4f0a-a2f8-1a2f7cb270f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
11635 2024.11.09 02:52:20.035122 [ 283 ] {} <Debug> HTTP-Session: 0f29d26b-a3ab-4949-b967-f91d859ec76a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11636 2024.11.09 02:52:20.035296 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59721, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11637 2024.11.09 02:52:20.035336 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60576, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11638 2024.11.09 02:52:20.035390 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11639 2024.11.09 02:52:20.035428 [ 282 ] {} <Debug> HTTP-Session: c9593604-71f8-4d5f-9091-a49f4a0fd84f Authenticating user 'default' from [fd00:1122:3344:101::d]:59721
11640 2024.11.09 02:52:20.035455 [ 282 ] {} <Debug> HTTP-Session: c9593604-71f8-4d5f-9091-a49f4a0fd84f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11641 2024.11.09 02:52:20.035473 [ 282 ] {} <Debug> HTTP-Session: c9593604-71f8-4d5f-9091-a49f4a0fd84f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11642 2024.11.09 02:52:20.035527 [ 282 ] {} <Trace> HTTP-Session: c9593604-71f8-4d5f-9091-a49f4a0fd84f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11643 2024.11.09 02:52:20.035650 [ 282 ] {cd180c68-b27a-4287-b4ae-26d0697b7efa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59721) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
11644 2024.11.09 02:52:20.035707 [ 282 ] {cd180c68-b27a-4287-b4ae-26d0697b7efa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11645 2024.11.09 02:52:20.035879 [ 282 ] {cd180c68-b27a-4287-b4ae-26d0697b7efa} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11646 2024.11.09 02:52:20.036180 [ 282 ] {cd180c68-b27a-4287-b4ae-26d0697b7efa} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11647 2024.11.09 02:52:20.036214 [ 282 ] {cd180c68-b27a-4287-b4ae-26d0697b7efa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11648 2024.11.09 02:52:20.036562 [ 282 ] {cd180c68-b27a-4287-b4ae-26d0697b7efa} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
11649 2024.11.09 02:52:20.036898 [ 282 ] {cd180c68-b27a-4287-b4ae-26d0697b7efa} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11650 2024.11.09 02:52:20.037022 [ 282 ] {cd180c68-b27a-4287-b4ae-26d0697b7efa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001405 sec., 711.7437722419929 rows/sec., 47.96 KiB/sec.
11651 2024.11.09 02:52:20.037176 [ 282 ] {cd180c68-b27a-4287-b4ae-26d0697b7efa} <Debug> DynamicQueryHandler: Done processing query
11652 2024.11.09 02:52:20.037201 [ 282 ] {cd180c68-b27a-4287-b4ae-26d0697b7efa} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
11653 2024.11.09 02:52:20.037217 [ 282 ] {} <Debug> HTTP-Session: c9593604-71f8-4d5f-9091-a49f4a0fd84f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11654 2024.11.09 02:52:20.037393 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59721, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11655 2024.11.09 02:52:20.037479 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50861, User-Agent: (none), Length: 68836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11656 2024.11.09 02:52:20.037542 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11657 2024.11.09 02:52:20.037564 [ 283 ] {} <Debug> HTTP-Session: e2981369-0194-4b5a-b927-0c1674adbc4b Authenticating user 'default' from [fd00:1122:3344:101::d]:50861
11658 2024.11.09 02:52:20.037582 [ 283 ] {} <Debug> HTTP-Session: e2981369-0194-4b5a-b927-0c1674adbc4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11659 2024.11.09 02:52:20.037596 [ 283 ] {} <Debug> HTTP-Session: e2981369-0194-4b5a-b927-0c1674adbc4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11660 2024.11.09 02:52:20.037634 [ 283 ] {} <Trace> HTTP-Session: e2981369-0194-4b5a-b927-0c1674adbc4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11661 2024.11.09 02:52:20.038095 [ 283 ] {adf3aaba-f9e4-4526-ac82-19131e6fd9c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50861) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
11662 2024.11.09 02:52:20.038177 [ 283 ] {adf3aaba-f9e4-4526-ac82-19131e6fd9c0} <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
11663 2024.11.09 02:52:20.038672 [ 283 ] {adf3aaba-f9e4-4526-ac82-19131e6fd9c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11664 2024.11.09 02:52:20.039411 [ 283 ] {adf3aaba-f9e4-4526-ac82-19131e6fd9c0} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11665 2024.11.09 02:52:20.039449 [ 283 ] {adf3aaba-f9e4-4526-ac82-19131e6fd9c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11666 2024.11.09 02:52:20.040111 [ 283 ] {adf3aaba-f9e4-4526-ac82-19131e6fd9c0} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
11667 2024.11.09 02:52:20.040543 [ 283 ] {adf3aaba-f9e4-4526-ac82-19131e6fd9c0} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11668 2024.11.09 02:52:20.040764 [ 283 ] {adf3aaba-f9e4-4526-ac82-19131e6fd9c0} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003006 sec., 13639.387890884896 rows/sec., 24.44 MiB/sec.
11669 2024.11.09 02:52:20.041422 [ 283 ] {adf3aaba-f9e4-4526-ac82-19131e6fd9c0} <Debug> DynamicQueryHandler: Done processing query
11670 2024.11.09 02:52:20.041449 [ 283 ] {adf3aaba-f9e4-4526-ac82-19131e6fd9c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB.
11671 2024.11.09 02:52:20.041468 [ 283 ] {} <Debug> HTTP-Session: e2981369-0194-4b5a-b927-0c1674adbc4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11672 2024.11.09 02:52:20.041711 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59721, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11673 2024.11.09 02:52:20.041725 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50861, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11674 2024.11.09 02:52:20.041805 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11675 2024.11.09 02:52:20.041839 [ 282 ] {} <Debug> HTTP-Session: d3b0f8cf-3d55-4589-abde-5a5ab03962dd Authenticating user 'default' from [fd00:1122:3344:101::d]:59721
11676 2024.11.09 02:52:20.041861 [ 282 ] {} <Debug> HTTP-Session: d3b0f8cf-3d55-4589-abde-5a5ab03962dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11677 2024.11.09 02:52:20.041890 [ 282 ] {} <Debug> HTTP-Session: d3b0f8cf-3d55-4589-abde-5a5ab03962dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11678 2024.11.09 02:52:20.041945 [ 282 ] {} <Trace> HTTP-Session: d3b0f8cf-3d55-4589-abde-5a5ab03962dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11679 2024.11.09 02:52:20.042129 [ 282 ] {275e7883-6136-42e3-955b-6206ec7d1853} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59721) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
11680 2024.11.09 02:52:20.042186 [ 282 ] {275e7883-6136-42e3-955b-6206ec7d1853} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11681 2024.11.09 02:52:20.042367 [ 282 ] {275e7883-6136-42e3-955b-6206ec7d1853} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11682 2024.11.09 02:52:20.042697 [ 282 ] {275e7883-6136-42e3-955b-6206ec7d1853} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11683 2024.11.09 02:52:20.042737 [ 282 ] {275e7883-6136-42e3-955b-6206ec7d1853} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11684 2024.11.09 02:52:20.043080 [ 282 ] {275e7883-6136-42e3-955b-6206ec7d1853} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
11685 2024.11.09 02:52:20.043386 [ 282 ] {275e7883-6136-42e3-955b-6206ec7d1853} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11686 2024.11.09 02:52:20.043572 [ 282 ] {275e7883-6136-42e3-955b-6206ec7d1853} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001528 sec., 53664.92146596858 rows/sec., 3.41 MiB/sec.
11687 2024.11.09 02:52:20.043727 [ 282 ] {275e7883-6136-42e3-955b-6206ec7d1853} <Debug> DynamicQueryHandler: Done processing query
11688 2024.11.09 02:52:20.043751 [ 282 ] {275e7883-6136-42e3-955b-6206ec7d1853} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
11689 2024.11.09 02:52:20.043767 [ 282 ] {} <Debug> HTTP-Session: d3b0f8cf-3d55-4589-abde-5a5ab03962dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11690 2024.11.09 02:52:20.044570 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59721, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11691 2024.11.09 02:52:20.891721 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54487, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11692 2024.11.09 02:52:21.150009 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42071, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11693 2024.11.09 02:52:21.208525 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35820, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11694 2024.11.09 02:52:21.210891 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48963, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11695 2024.11.09 02:52:21.214222 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37354, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11696 2024.11.09 02:52:21.297671 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41723, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11697 2024.11.09 02:52:21.305093 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40286, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11698 2024.11.09 02:52:21.309423 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55779, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11699 2024.11.09 02:52:21.678402 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1064
11700 2024.11.09 02:52:21.681229 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11701 2024.11.09 02:52:21.681287 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11702 2024.11.09 02:52:21.682808 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
11703 2024.11.09 02:52:21.683834 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11704 2024.11.09 02:52:21.684861 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1064
11705 2024.11.09 02:52:25.007840 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37095, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11706 2024.11.09 02:52:25.007964 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11707 2024.11.09 02:52:25.007993 [ 283 ] {} <Debug> HTTP-Session: b73cae58-40fc-4a02-9589-0d0b17fcf6db Authenticating user 'default' from [fd00:1122:3344:101::d]:37095
11708 2024.11.09 02:52:25.008022 [ 283 ] {} <Debug> HTTP-Session: b73cae58-40fc-4a02-9589-0d0b17fcf6db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11709 2024.11.09 02:52:25.008042 [ 283 ] {} <Debug> HTTP-Session: b73cae58-40fc-4a02-9589-0d0b17fcf6db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11710 2024.11.09 02:52:25.008098 [ 283 ] {} <Trace> HTTP-Session: b73cae58-40fc-4a02-9589-0d0b17fcf6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11711 2024.11.09 02:52:25.008296 [ 283 ] {813f785d-a53b-4766-969d-f0a42f64f38f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37095) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
11712 2024.11.09 02:52:25.008371 [ 283 ] {813f785d-a53b-4766-969d-f0a42f64f38f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
11713 2024.11.09 02:52:25.008768 [ 283 ] {813f785d-a53b-4766-969d-f0a42f64f38f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11714 2024.11.09 02:52:25.009205 [ 283 ] {813f785d-a53b-4766-969d-f0a42f64f38f} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11715 2024.11.09 02:52:25.009245 [ 283 ] {813f785d-a53b-4766-969d-f0a42f64f38f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11716 2024.11.09 02:52:25.009664 [ 283 ] {813f785d-a53b-4766-969d-f0a42f64f38f} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
11717 2024.11.09 02:52:25.010068 [ 283 ] {813f785d-a53b-4766-969d-f0a42f64f38f} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11718 2024.11.09 02:52:25.010253 [ 283 ] {813f785d-a53b-4766-969d-f0a42f64f38f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002003 sec., 998.502246630055 rows/sec., 81.42 KiB/sec.
11719 2024.11.09 02:52:25.010459 [ 283 ] {813f785d-a53b-4766-969d-f0a42f64f38f} <Debug> DynamicQueryHandler: Done processing query
11720 2024.11.09 02:52:25.010486 [ 283 ] {813f785d-a53b-4766-969d-f0a42f64f38f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
11721 2024.11.09 02:52:25.010504 [ 283 ] {} <Debug> HTTP-Session: b73cae58-40fc-4a02-9589-0d0b17fcf6db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11722 2024.11.09 02:52:25.010697 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37095, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11723 2024.11.09 02:52:25.010846 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43081, User-Agent: (none), Length: 7980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11724 2024.11.09 02:52:25.011024 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11725 2024.11.09 02:52:25.011068 [ 285 ] {} <Debug> HTTP-Session: ccbdb375-b32a-4473-93a9-b3d1d5c0f6d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:43081
11726 2024.11.09 02:52:25.011112 [ 285 ] {} <Debug> HTTP-Session: ccbdb375-b32a-4473-93a9-b3d1d5c0f6d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11727 2024.11.09 02:52:25.011143 [ 285 ] {} <Debug> HTTP-Session: ccbdb375-b32a-4473-93a9-b3d1d5c0f6d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11728 2024.11.09 02:52:25.011230 [ 285 ] {} <Trace> HTTP-Session: ccbdb375-b32a-4473-93a9-b3d1d5c0f6d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11729 2024.11.09 02:52:25.011551 [ 285 ] {ce86da44-9a4c-4146-b424-49cfd03c6641} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
11730 2024.11.09 02:52:25.011665 [ 285 ] {ce86da44-9a4c-4146-b424-49cfd03c6641} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11731 2024.11.09 02:52:25.012132 [ 285 ] {ce86da44-9a4c-4146-b424-49cfd03c6641} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11732 2024.11.09 02:52:25.012563 [ 285 ] {ce86da44-9a4c-4146-b424-49cfd03c6641} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11733 2024.11.09 02:52:25.012605 [ 285 ] {ce86da44-9a4c-4146-b424-49cfd03c6641} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11734 2024.11.09 02:52:25.013052 [ 285 ] {ce86da44-9a4c-4146-b424-49cfd03c6641} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
11735 2024.11.09 02:52:25.013456 [ 285 ] {ce86da44-9a4c-4146-b424-49cfd03c6641} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11736 2024.11.09 02:52:25.013636 [ 285 ] {ce86da44-9a4c-4146-b424-49cfd03c6641} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.002208 sec., 25815.217391304348 rows/sec., 1.98 MiB/sec.
11737 2024.11.09 02:52:25.013848 [ 285 ] {ce86da44-9a4c-4146-b424-49cfd03c6641} <Debug> DynamicQueryHandler: Done processing query
11738 2024.11.09 02:52:25.013875 [ 285 ] {ce86da44-9a4c-4146-b424-49cfd03c6641} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
11739 2024.11.09 02:52:25.013891 [ 285 ] {} <Debug> HTTP-Session: ccbdb375-b32a-4473-93a9-b3d1d5c0f6d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11740 2024.11.09 02:52:25.014052 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37095, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11741 2024.11.09 02:52:25.014107 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43081, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11742 2024.11.09 02:52:25.014153 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11743 2024.11.09 02:52:25.014191 [ 283 ] {} <Debug> HTTP-Session: eeb05cb4-e01e-4ef2-97ba-83a6e394ec78 Authenticating user 'default' from [fd00:1122:3344:101::d]:37095
11744 2024.11.09 02:52:25.014223 [ 283 ] {} <Debug> HTTP-Session: eeb05cb4-e01e-4ef2-97ba-83a6e394ec78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11745 2024.11.09 02:52:25.014241 [ 283 ] {} <Debug> HTTP-Session: eeb05cb4-e01e-4ef2-97ba-83a6e394ec78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11746 2024.11.09 02:52:25.014296 [ 283 ] {} <Trace> HTTP-Session: eeb05cb4-e01e-4ef2-97ba-83a6e394ec78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11747 2024.11.09 02:52:25.014428 [ 283 ] {bc16ca8f-7db6-4f2f-93c2-b2102744eecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37095) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
11748 2024.11.09 02:52:25.014485 [ 283 ] {bc16ca8f-7db6-4f2f-93c2-b2102744eecd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11749 2024.11.09 02:52:25.014803 [ 283 ] {bc16ca8f-7db6-4f2f-93c2-b2102744eecd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11750 2024.11.09 02:52:25.015128 [ 283 ] {bc16ca8f-7db6-4f2f-93c2-b2102744eecd} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11751 2024.11.09 02:52:25.015166 [ 283 ] {bc16ca8f-7db6-4f2f-93c2-b2102744eecd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11752 2024.11.09 02:52:25.015529 [ 283 ] {bc16ca8f-7db6-4f2f-93c2-b2102744eecd} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
11753 2024.11.09 02:52:25.015921 [ 283 ] {bc16ca8f-7db6-4f2f-93c2-b2102744eecd} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11754 2024.11.09 02:52:25.016079 [ 283 ] {bc16ca8f-7db6-4f2f-93c2-b2102744eecd} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001682 sec., 1189.0606420927468 rows/sec., 83.03 KiB/sec.
11755 2024.11.09 02:52:25.016285 [ 283 ] {bc16ca8f-7db6-4f2f-93c2-b2102744eecd} <Debug> DynamicQueryHandler: Done processing query
11756 2024.11.09 02:52:25.016313 [ 283 ] {bc16ca8f-7db6-4f2f-93c2-b2102744eecd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
11757 2024.11.09 02:52:25.016330 [ 283 ] {} <Debug> HTTP-Session: eeb05cb4-e01e-4ef2-97ba-83a6e394ec78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11758 2024.11.09 02:52:25.016478 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37095, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11759 2024.11.09 02:52:25.016586 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34109, User-Agent: (none), Length: 11237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11760 2024.11.09 02:52:25.016662 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11761 2024.11.09 02:52:25.016686 [ 285 ] {} <Debug> HTTP-Session: 99c4f883-9a8e-401d-9bb5-356df55f01f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34109
11762 2024.11.09 02:52:25.016708 [ 285 ] {} <Debug> HTTP-Session: 99c4f883-9a8e-401d-9bb5-356df55f01f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11763 2024.11.09 02:52:25.016726 [ 285 ] {} <Debug> HTTP-Session: 99c4f883-9a8e-401d-9bb5-356df55f01f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11764 2024.11.09 02:52:25.016773 [ 285 ] {} <Trace> HTTP-Session: 99c4f883-9a8e-401d-9bb5-356df55f01f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11765 2024.11.09 02:52:25.016934 [ 285 ] {1280717f-dd03-4fae-a7cf-54079902be7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34109) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
11766 2024.11.09 02:52:25.016986 [ 285 ] {1280717f-dd03-4fae-a7cf-54079902be7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11767 2024.11.09 02:52:25.017253 [ 285 ] {1280717f-dd03-4fae-a7cf-54079902be7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11768 2024.11.09 02:52:25.017629 [ 285 ] {1280717f-dd03-4fae-a7cf-54079902be7c} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11769 2024.11.09 02:52:25.017667 [ 285 ] {1280717f-dd03-4fae-a7cf-54079902be7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11770 2024.11.09 02:52:25.018041 [ 285 ] {1280717f-dd03-4fae-a7cf-54079902be7c} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
11771 2024.11.09 02:52:25.018422 [ 285 ] {1280717f-dd03-4fae-a7cf-54079902be7c} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11772 2024.11.09 02:52:25.018578 [ 285 ] {1280717f-dd03-4fae-a7cf-54079902be7c} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001695 sec., 38938.05309734514 rows/sec., 3.04 MiB/sec.
11773 2024.11.09 02:52:25.018770 [ 285 ] {1280717f-dd03-4fae-a7cf-54079902be7c} <Debug> DynamicQueryHandler: Done processing query
11774 2024.11.09 02:52:25.018795 [ 285 ] {1280717f-dd03-4fae-a7cf-54079902be7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
11775 2024.11.09 02:52:25.018811 [ 285 ] {} <Debug> HTTP-Session: 99c4f883-9a8e-401d-9bb5-356df55f01f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11776 2024.11.09 02:52:25.018981 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34109, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11777 2024.11.09 02:52:25.019049 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37095, User-Agent: (none), Length: 24729, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11778 2024.11.09 02:52:25.019129 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11779 2024.11.09 02:52:25.019166 [ 283 ] {} <Debug> HTTP-Session: f4227792-1a50-4448-9b73-0b9eb33b9cc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:37095
11780 2024.11.09 02:52:25.019191 [ 283 ] {} <Debug> HTTP-Session: f4227792-1a50-4448-9b73-0b9eb33b9cc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11781 2024.11.09 02:52:25.019211 [ 283 ] {} <Debug> HTTP-Session: f4227792-1a50-4448-9b73-0b9eb33b9cc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11782 2024.11.09 02:52:25.019257 [ 283 ] {} <Trace> HTTP-Session: f4227792-1a50-4448-9b73-0b9eb33b9cc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11783 2024.11.09 02:52:25.019445 [ 283 ] {e18c3548-ff74-4e81-bf56-51e0a7044c88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37095) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
11784 2024.11.09 02:52:25.019507 [ 283 ] {e18c3548-ff74-4e81-bf56-51e0a7044c88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11785 2024.11.09 02:52:25.019732 [ 283 ] {e18c3548-ff74-4e81-bf56-51e0a7044c88} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11786 2024.11.09 02:52:25.020143 [ 283 ] {e18c3548-ff74-4e81-bf56-51e0a7044c88} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11787 2024.11.09 02:52:25.020180 [ 283 ] {e18c3548-ff74-4e81-bf56-51e0a7044c88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11788 2024.11.09 02:52:25.020589 [ 283 ] {e18c3548-ff74-4e81-bf56-51e0a7044c88} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
11789 2024.11.09 02:52:25.020944 [ 283 ] {e18c3548-ff74-4e81-bf56-51e0a7044c88} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11790 2024.11.09 02:52:25.021088 [ 283 ] {e18c3548-ff74-4e81-bf56-51e0a7044c88} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001723 sec., 74869.41381311665 rows/sec., 5.21 MiB/sec.
11791 2024.11.09 02:52:25.021273 [ 283 ] {e18c3548-ff74-4e81-bf56-51e0a7044c88} <Debug> DynamicQueryHandler: Done processing query
11792 2024.11.09 02:52:25.021298 [ 283 ] {e18c3548-ff74-4e81-bf56-51e0a7044c88} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
11793 2024.11.09 02:52:25.021315 [ 283 ] {} <Debug> HTTP-Session: f4227792-1a50-4448-9b73-0b9eb33b9cc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11794 2024.11.09 02:52:25.021516 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37095, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11795 2024.11.09 02:52:25.021602 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58414, User-Agent: (none), Length: 7317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11796 2024.11.09 02:52:25.021717 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11797 2024.11.09 02:52:25.021758 [ 285 ] {} <Debug> HTTP-Session: cffff049-fd6f-4266-b786-b6c06b189f02 Authenticating user 'default' from [fd00:1122:3344:101::d]:58414
11798 2024.11.09 02:52:25.021793 [ 285 ] {} <Debug> HTTP-Session: cffff049-fd6f-4266-b786-b6c06b189f02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11799 2024.11.09 02:52:25.021821 [ 285 ] {} <Debug> HTTP-Session: cffff049-fd6f-4266-b786-b6c06b189f02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11800 2024.11.09 02:52:25.021889 [ 285 ] {} <Trace> HTTP-Session: cffff049-fd6f-4266-b786-b6c06b189f02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11801 2024.11.09 02:52:25.022072 [ 285 ] {172e2c64-7981-4a9e-b3d3-0672cd37fc69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58414) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
11802 2024.11.09 02:52:25.022123 [ 285 ] {172e2c64-7981-4a9e-b3d3-0672cd37fc69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11803 2024.11.09 02:52:25.022289 [ 285 ] {172e2c64-7981-4a9e-b3d3-0672cd37fc69} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11804 2024.11.09 02:52:25.022627 [ 285 ] {172e2c64-7981-4a9e-b3d3-0672cd37fc69} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11805 2024.11.09 02:52:25.022664 [ 285 ] {172e2c64-7981-4a9e-b3d3-0672cd37fc69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11806 2024.11.09 02:52:25.023047 [ 285 ] {172e2c64-7981-4a9e-b3d3-0672cd37fc69} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
11807 2024.11.09 02:52:25.023383 [ 285 ] {172e2c64-7981-4a9e-b3d3-0672cd37fc69} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11808 2024.11.09 02:52:25.023527 [ 285 ] {172e2c64-7981-4a9e-b3d3-0672cd37fc69} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001503 sec., 31936.127744510977 rows/sec., 2.15 MiB/sec.
11809 2024.11.09 02:52:25.023719 [ 285 ] {172e2c64-7981-4a9e-b3d3-0672cd37fc69} <Debug> DynamicQueryHandler: Done processing query
11810 2024.11.09 02:52:25.023755 [ 285 ] {172e2c64-7981-4a9e-b3d3-0672cd37fc69} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
11811 2024.11.09 02:52:25.023787 [ 285 ] {} <Debug> HTTP-Session: cffff049-fd6f-4266-b786-b6c06b189f02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11812 2024.11.09 02:52:25.024001 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58414, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11813 2024.11.09 02:52:29.925967 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57409, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11814 2024.11.09 02:52:30.009219 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39957, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11815 2024.11.09 02:52:30.009348 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11816 2024.11.09 02:52:30.009394 [ 283 ] {} <Debug> HTTP-Session: 3948d03a-fb8d-4833-b258-24790fa25e01 Authenticating user 'default' from [fd00:1122:3344:101::d]:39957
11817 2024.11.09 02:52:30.009436 [ 283 ] {} <Debug> HTTP-Session: 3948d03a-fb8d-4833-b258-24790fa25e01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11818 2024.11.09 02:52:30.009465 [ 283 ] {} <Debug> HTTP-Session: 3948d03a-fb8d-4833-b258-24790fa25e01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11819 2024.11.09 02:52:30.009547 [ 283 ] {} <Trace> HTTP-Session: 3948d03a-fb8d-4833-b258-24790fa25e01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11820 2024.11.09 02:52:30.009863 [ 283 ] {4c5c6e99-d02b-46df-9dd5-57a1d61850c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39957) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
11821 2024.11.09 02:52:30.009969 [ 283 ] {4c5c6e99-d02b-46df-9dd5-57a1d61850c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11822 2024.11.09 02:52:30.010381 [ 283 ] {4c5c6e99-d02b-46df-9dd5-57a1d61850c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11823 2024.11.09 02:52:30.010878 [ 283 ] {4c5c6e99-d02b-46df-9dd5-57a1d61850c4} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11824 2024.11.09 02:52:30.010918 [ 283 ] {4c5c6e99-d02b-46df-9dd5-57a1d61850c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11825 2024.11.09 02:52:30.011339 [ 283 ] {4c5c6e99-d02b-46df-9dd5-57a1d61850c4} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
11826 2024.11.09 02:52:30.011727 [ 283 ] {4c5c6e99-d02b-46df-9dd5-57a1d61850c4} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11827 2024.11.09 02:52:30.011902 [ 283 ] {4c5c6e99-d02b-46df-9dd5-57a1d61850c4} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002152 sec., 26022.304832713755 rows/sec., 2.00 MiB/sec.
11828 2024.11.09 02:52:30.012110 [ 283 ] {4c5c6e99-d02b-46df-9dd5-57a1d61850c4} <Debug> DynamicQueryHandler: Done processing query
11829 2024.11.09 02:52:30.012138 [ 283 ] {4c5c6e99-d02b-46df-9dd5-57a1d61850c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
11830 2024.11.09 02:52:30.012154 [ 283 ] {} <Debug> HTTP-Session: 3948d03a-fb8d-4833-b258-24790fa25e01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11831 2024.11.09 02:52:30.012347 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39957, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11832 2024.11.09 02:52:30.012472 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46532, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11833 2024.11.09 02:52:30.012596 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11834 2024.11.09 02:52:30.012625 [ 285 ] {} <Debug> HTTP-Session: 80bf9b12-9756-43b8-8a4e-5ea14c6c95fd Authenticating user 'default' from [fd00:1122:3344:101::d]:46532
11835 2024.11.09 02:52:30.012653 [ 285 ] {} <Debug> HTTP-Session: 80bf9b12-9756-43b8-8a4e-5ea14c6c95fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11836 2024.11.09 02:52:30.012671 [ 285 ] {} <Debug> HTTP-Session: 80bf9b12-9756-43b8-8a4e-5ea14c6c95fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11837 2024.11.09 02:52:30.012732 [ 285 ] {} <Trace> HTTP-Session: 80bf9b12-9756-43b8-8a4e-5ea14c6c95fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11838 2024.11.09 02:52:30.012968 [ 285 ] {3ad36977-8f42-44cc-8e0c-0aa73e05e919} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46532) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
11839 2024.11.09 02:52:30.013046 [ 285 ] {3ad36977-8f42-44cc-8e0c-0aa73e05e919} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11840 2024.11.09 02:52:30.013403 [ 285 ] {3ad36977-8f42-44cc-8e0c-0aa73e05e919} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11841 2024.11.09 02:52:30.013827 [ 285 ] {3ad36977-8f42-44cc-8e0c-0aa73e05e919} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11842 2024.11.09 02:52:30.013868 [ 285 ] {3ad36977-8f42-44cc-8e0c-0aa73e05e919} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11843 2024.11.09 02:52:30.014295 [ 285 ] {3ad36977-8f42-44cc-8e0c-0aa73e05e919} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
11844 2024.11.09 02:52:30.014697 [ 285 ] {3ad36977-8f42-44cc-8e0c-0aa73e05e919} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11845 2024.11.09 02:52:30.014860 [ 285 ] {3ad36977-8f42-44cc-8e0c-0aa73e05e919} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001979 sec., 32339.56543708944 rows/sec., 2.52 MiB/sec.
11846 2024.11.09 02:52:30.015108 [ 285 ] {3ad36977-8f42-44cc-8e0c-0aa73e05e919} <Debug> DynamicQueryHandler: Done processing query
11847 2024.11.09 02:52:30.015146 [ 285 ] {3ad36977-8f42-44cc-8e0c-0aa73e05e919} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
11848 2024.11.09 02:52:30.015179 [ 285 ] {} <Debug> HTTP-Session: 80bf9b12-9756-43b8-8a4e-5ea14c6c95fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11849 2024.11.09 02:52:30.015367 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39957, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11850 2024.11.09 02:52:30.015394 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46532, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11851 2024.11.09 02:52:30.015468 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11852 2024.11.09 02:52:30.015505 [ 283 ] {} <Debug> HTTP-Session: 18852c5a-b9bb-48fc-80d4-44d41402619b Authenticating user 'default' from [fd00:1122:3344:101::d]:39957
11853 2024.11.09 02:52:30.015527 [ 283 ] {} <Debug> HTTP-Session: 18852c5a-b9bb-48fc-80d4-44d41402619b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11854 2024.11.09 02:52:30.015546 [ 283 ] {} <Debug> HTTP-Session: 18852c5a-b9bb-48fc-80d4-44d41402619b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11855 2024.11.09 02:52:30.015601 [ 283 ] {} <Trace> HTTP-Session: 18852c5a-b9bb-48fc-80d4-44d41402619b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11856 2024.11.09 02:52:30.015817 [ 283 ] {d3eb02b3-7442-4413-9b27-1ab5cc063a36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39957) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
11857 2024.11.09 02:52:30.015876 [ 283 ] {d3eb02b3-7442-4413-9b27-1ab5cc063a36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11858 2024.11.09 02:52:30.016095 [ 283 ] {d3eb02b3-7442-4413-9b27-1ab5cc063a36} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11859 2024.11.09 02:52:30.016539 [ 283 ] {d3eb02b3-7442-4413-9b27-1ab5cc063a36} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11860 2024.11.09 02:52:30.016576 [ 283 ] {d3eb02b3-7442-4413-9b27-1ab5cc063a36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11861 2024.11.09 02:52:30.016991 [ 283 ] {d3eb02b3-7442-4413-9b27-1ab5cc063a36} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
11862 2024.11.09 02:52:30.017341 [ 283 ] {d3eb02b3-7442-4413-9b27-1ab5cc063a36} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11863 2024.11.09 02:52:30.017503 [ 283 ] {d3eb02b3-7442-4413-9b27-1ab5cc063a36} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001779 sec., 89938.16750983699 rows/sec., 6.26 MiB/sec.
11864 2024.11.09 02:52:30.017787 [ 283 ] {d3eb02b3-7442-4413-9b27-1ab5cc063a36} <Debug> DynamicQueryHandler: Done processing query
11865 2024.11.09 02:52:30.017847 [ 283 ] {d3eb02b3-7442-4413-9b27-1ab5cc063a36} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
11866 2024.11.09 02:52:30.017908 [ 283 ] {} <Debug> HTTP-Session: 18852c5a-b9bb-48fc-80d4-44d41402619b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11867 2024.11.09 02:52:30.018128 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39957, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11868 2024.11.09 02:52:30.018239 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48555, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11869 2024.11.09 02:52:30.018310 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11870 2024.11.09 02:52:30.018335 [ 285 ] {} <Debug> HTTP-Session: 2c6c91db-4c54-4f3b-a5f4-6320a8dfe318 Authenticating user 'default' from [fd00:1122:3344:101::d]:48555
11871 2024.11.09 02:52:30.018357 [ 285 ] {} <Debug> HTTP-Session: 2c6c91db-4c54-4f3b-a5f4-6320a8dfe318 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11872 2024.11.09 02:52:30.018374 [ 285 ] {} <Debug> HTTP-Session: 2c6c91db-4c54-4f3b-a5f4-6320a8dfe318 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11873 2024.11.09 02:52:30.018419 [ 285 ] {} <Trace> HTTP-Session: 2c6c91db-4c54-4f3b-a5f4-6320a8dfe318 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11874 2024.11.09 02:52:30.018590 [ 285 ] {a3078926-2307-4f73-b6bc-6d5782443d6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48555) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
11875 2024.11.09 02:52:30.018650 [ 285 ] {a3078926-2307-4f73-b6bc-6d5782443d6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11876 2024.11.09 02:52:30.018844 [ 285 ] {a3078926-2307-4f73-b6bc-6d5782443d6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11877 2024.11.09 02:52:30.019181 [ 285 ] {a3078926-2307-4f73-b6bc-6d5782443d6e} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11878 2024.11.09 02:52:30.019218 [ 285 ] {a3078926-2307-4f73-b6bc-6d5782443d6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11879 2024.11.09 02:52:30.019608 [ 285 ] {a3078926-2307-4f73-b6bc-6d5782443d6e} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
11880 2024.11.09 02:52:30.019950 [ 285 ] {a3078926-2307-4f73-b6bc-6d5782443d6e} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11881 2024.11.09 02:52:30.020102 [ 285 ] {a3078926-2307-4f73-b6bc-6d5782443d6e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001581 sec., 37950.66413662239 rows/sec., 2.56 MiB/sec.
11882 2024.11.09 02:52:30.020266 [ 285 ] {a3078926-2307-4f73-b6bc-6d5782443d6e} <Debug> DynamicQueryHandler: Done processing query
11883 2024.11.09 02:52:30.020290 [ 285 ] {a3078926-2307-4f73-b6bc-6d5782443d6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
11884 2024.11.09 02:52:30.020306 [ 285 ] {} <Debug> HTTP-Session: 2c6c91db-4c54-4f3b-a5f4-6320a8dfe318 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11885 2024.11.09 02:52:30.020541 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48555, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11886 2024.11.09 02:52:30.549172 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62659, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11887 2024.11.09 02:52:30.581928 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52147, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11888 2024.11.09 02:52:30.648311 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50554, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11889 2024.11.09 02:52:30.701674 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60769, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11890 2024.11.09 02:52:30.706975 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54700, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11891 2024.11.09 02:52:30.729312 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48848, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11892 2024.11.09 02:52:30.851269 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43033, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11893 2024.11.09 02:52:31.420317 [ 78 ] {} <Debug> DNSResolver: Updating DNS cache
11894 2024.11.09 02:52:31.420406 [ 78 ] {} <Debug> DNSResolver: Updated DNS cache
11895 2024.11.09 02:52:31.685087 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1084
11896 2024.11.09 02:52:31.688127 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11897 2024.11.09 02:52:31.688172 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11898 2024.11.09 02:52:31.689658 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
11899 2024.11.09 02:52:31.690660 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11900 2024.11.09 02:52:31.691171 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1084
11901 2024.11.09 02:52:31.713843 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34881, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11902 2024.11.09 02:52:31.738157 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57712, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11903 2024.11.09 02:52:32.001448 [ 245 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001018571 sec.
11904 2024.11.09 02:52:32.185879 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50741, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11905 2024.11.09 02:52:32.242270 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46494, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11906 2024.11.09 02:52:32.282512 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57362, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11907 2024.11.09 02:52:32.293797 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60278, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11908 2024.11.09 02:52:32.357354 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36447, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11909 2024.11.09 02:52:32.410816 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64662, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11910 2024.11.09 02:52:32.422247 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34115, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11911 2024.11.09 02:52:32.447605 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47645, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11912 2024.11.09 02:52:32.449810 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35488, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11913 2024.11.09 02:52:32.484109 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49125, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11914 2024.11.09 02:52:32.585452 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56427, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11915 2024.11.09 02:52:32.594799 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38859, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11916 2024.11.09 02:52:32.609057 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41139, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11917 2024.11.09 02:52:32.643347 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58463, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11918 2024.11.09 02:52:35.015426 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39957, User-Agent: (none), Length: 41147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11919 2024.11.09 02:52:35.015538 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11920 2024.11.09 02:52:35.015564 [ 283 ] {} <Debug> HTTP-Session: 2c11b5e1-ef81-4deb-8651-bf7b1c2faae6 Authenticating user 'default' from [fd00:1122:3344:101::d]:39957
11921 2024.11.09 02:52:35.015589 [ 283 ] {} <Debug> HTTP-Session: 2c11b5e1-ef81-4deb-8651-bf7b1c2faae6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11922 2024.11.09 02:52:35.015605 [ 283 ] {} <Debug> HTTP-Session: 2c11b5e1-ef81-4deb-8651-bf7b1c2faae6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11923 2024.11.09 02:52:35.015658 [ 283 ] {} <Trace> HTTP-Session: 2c11b5e1-ef81-4deb-8651-bf7b1c2faae6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11924 2024.11.09 02:52:35.015929 [ 283 ] {5fd60103-826c-409a-970c-654c429024a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39957) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
11925 2024.11.09 02:52:35.015997 [ 283 ] {5fd60103-826c-409a-970c-654c429024a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11926 2024.11.09 02:52:35.016333 [ 283 ] {5fd60103-826c-409a-970c-654c429024a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11927 2024.11.09 02:52:35.016979 [ 283 ] {5fd60103-826c-409a-970c-654c429024a6} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11928 2024.11.09 02:52:35.017024 [ 283 ] {5fd60103-826c-409a-970c-654c429024a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11929 2024.11.09 02:52:35.017489 [ 283 ] {5fd60103-826c-409a-970c-654c429024a6} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
11930 2024.11.09 02:52:35.017887 [ 283 ] {5fd60103-826c-409a-970c-654c429024a6} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11931 2024.11.09 02:52:35.018068 [ 283 ] {5fd60103-826c-409a-970c-654c429024a6} <Debug> executeQuery: Read 271 rows, 24.70 KiB in 0.002255 sec., 120177.38359201774 rows/sec., 10.70 MiB/sec.
11932 2024.11.09 02:52:35.018412 [ 283 ] {5fd60103-826c-409a-970c-654c429024a6} <Debug> DynamicQueryHandler: Done processing query
11933 2024.11.09 02:52:35.018472 [ 283 ] {5fd60103-826c-409a-970c-654c429024a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
11934 2024.11.09 02:52:35.018532 [ 283 ] {} <Debug> HTTP-Session: 2c11b5e1-ef81-4deb-8651-bf7b1c2faae6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11935 2024.11.09 02:52:35.018826 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39957, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11936 2024.11.09 02:52:35.018938 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36497, User-Agent: (none), Length: 5927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11937 2024.11.09 02:52:35.019061 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11938 2024.11.09 02:52:35.019086 [ 284 ] {} <Debug> HTTP-Session: d946c428-03a8-4af3-a1f8-760387b7bcf8 Authenticating user 'default' from [fd00:1122:3344:101::d]:36497
11939 2024.11.09 02:52:35.019109 [ 284 ] {} <Debug> HTTP-Session: d946c428-03a8-4af3-a1f8-760387b7bcf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11940 2024.11.09 02:52:35.019124 [ 284 ] {} <Debug> HTTP-Session: d946c428-03a8-4af3-a1f8-760387b7bcf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11941 2024.11.09 02:52:35.019178 [ 284 ] {} <Trace> HTTP-Session: d946c428-03a8-4af3-a1f8-760387b7bcf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11942 2024.11.09 02:52:35.019368 [ 284 ] {92244088-81fe-4ec5-bc71-9a5d3a82893c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36497) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
11943 2024.11.09 02:52:35.019434 [ 284 ] {92244088-81fe-4ec5-bc71-9a5d3a82893c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11944 2024.11.09 02:52:35.019775 [ 284 ] {92244088-81fe-4ec5-bc71-9a5d3a82893c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11945 2024.11.09 02:52:35.020200 [ 284 ] {92244088-81fe-4ec5-bc71-9a5d3a82893c} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11946 2024.11.09 02:52:35.020240 [ 284 ] {92244088-81fe-4ec5-bc71-9a5d3a82893c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11947 2024.11.09 02:52:35.020679 [ 284 ] {92244088-81fe-4ec5-bc71-9a5d3a82893c} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
11948 2024.11.09 02:52:35.021084 [ 284 ] {92244088-81fe-4ec5-bc71-9a5d3a82893c} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11949 2024.11.09 02:52:35.021229 [ 284 ] {92244088-81fe-4ec5-bc71-9a5d3a82893c} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001927 sec., 21276.595744680853 rows/sec., 1.56 MiB/sec.
11950 2024.11.09 02:52:35.021434 [ 284 ] {92244088-81fe-4ec5-bc71-9a5d3a82893c} <Debug> DynamicQueryHandler: Done processing query
11951 2024.11.09 02:52:35.021462 [ 284 ] {92244088-81fe-4ec5-bc71-9a5d3a82893c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
11952 2024.11.09 02:52:35.021479 [ 284 ] {} <Debug> HTTP-Session: d946c428-03a8-4af3-a1f8-760387b7bcf8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11953 2024.11.09 02:52:35.021692 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36497, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11954 2024.11.09 02:52:35.021776 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43120, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11955 2024.11.09 02:52:35.021899 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11956 2024.11.09 02:52:35.021924 [ 292 ] {} <Debug> HTTP-Session: 704a5a39-4f36-43ec-84b2-38ad5b3bdd4a Authenticating user 'default' from [fd00:1122:3344:101::d]:43120
11957 2024.11.09 02:52:35.021948 [ 292 ] {} <Debug> HTTP-Session: 704a5a39-4f36-43ec-84b2-38ad5b3bdd4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11958 2024.11.09 02:52:35.021962 [ 292 ] {} <Debug> HTTP-Session: 704a5a39-4f36-43ec-84b2-38ad5b3bdd4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11959 2024.11.09 02:52:35.022018 [ 292 ] {} <Trace> HTTP-Session: 704a5a39-4f36-43ec-84b2-38ad5b3bdd4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11960 2024.11.09 02:52:35.022204 [ 292 ] {581f169f-f02c-4c56-b9c8-50f9c636e931} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43120) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
11961 2024.11.09 02:52:35.022272 [ 292 ] {581f169f-f02c-4c56-b9c8-50f9c636e931} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11962 2024.11.09 02:52:35.022609 [ 292 ] {581f169f-f02c-4c56-b9c8-50f9c636e931} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11963 2024.11.09 02:52:35.022963 [ 292 ] {581f169f-f02c-4c56-b9c8-50f9c636e931} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11964 2024.11.09 02:52:35.023007 [ 292 ] {581f169f-f02c-4c56-b9c8-50f9c636e931} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11965 2024.11.09 02:52:35.023437 [ 292 ] {581f169f-f02c-4c56-b9c8-50f9c636e931} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
11966 2024.11.09 02:52:35.023838 [ 292 ] {581f169f-f02c-4c56-b9c8-50f9c636e931} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11967 2024.11.09 02:52:35.024024 [ 292 ] {581f169f-f02c-4c56-b9c8-50f9c636e931} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001874 sec., 7470.651013874066 rows/sec., 523.20 KiB/sec.
11968 2024.11.09 02:52:35.024344 [ 292 ] {581f169f-f02c-4c56-b9c8-50f9c636e931} <Debug> DynamicQueryHandler: Done processing query
11969 2024.11.09 02:52:35.024371 [ 292 ] {581f169f-f02c-4c56-b9c8-50f9c636e931} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
11970 2024.11.09 02:52:35.024388 [ 292 ] {} <Debug> HTTP-Session: 704a5a39-4f36-43ec-84b2-38ad5b3bdd4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11971 2024.11.09 02:52:35.024559 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43120, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11972 2024.11.09 02:52:35.024639 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37715, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11973 2024.11.09 02:52:35.024715 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11974 2024.11.09 02:52:35.024738 [ 284 ] {} <Debug> HTTP-Session: 22e94d64-02b6-4647-9587-ab70d133bba6 Authenticating user 'default' from [fd00:1122:3344:101::d]:37715
11975 2024.11.09 02:52:35.024758 [ 284 ] {} <Debug> HTTP-Session: 22e94d64-02b6-4647-9587-ab70d133bba6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11976 2024.11.09 02:52:35.024773 [ 284 ] {} <Debug> HTTP-Session: 22e94d64-02b6-4647-9587-ab70d133bba6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11977 2024.11.09 02:52:35.024815 [ 284 ] {} <Trace> HTTP-Session: 22e94d64-02b6-4647-9587-ab70d133bba6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11978 2024.11.09 02:52:35.024938 [ 284 ] {3955bee7-d1e8-41bb-b259-574a36d94d47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37715) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
11979 2024.11.09 02:52:35.024990 [ 284 ] {3955bee7-d1e8-41bb-b259-574a36d94d47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11980 2024.11.09 02:52:35.025267 [ 284 ] {3955bee7-d1e8-41bb-b259-574a36d94d47} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11981 2024.11.09 02:52:35.025624 [ 284 ] {3955bee7-d1e8-41bb-b259-574a36d94d47} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11982 2024.11.09 02:52:35.025662 [ 284 ] {3955bee7-d1e8-41bb-b259-574a36d94d47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
11983 2024.11.09 02:52:35.026030 [ 284 ] {3955bee7-d1e8-41bb-b259-574a36d94d47} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
11984 2024.11.09 02:52:35.026403 [ 284 ] {3955bee7-d1e8-41bb-b259-574a36d94d47} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11985 2024.11.09 02:52:35.026540 [ 284 ] {3955bee7-d1e8-41bb-b259-574a36d94d47} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001636 sec., 3667.481662591687 rows/sec., 216.68 KiB/sec.
11986 2024.11.09 02:52:35.026801 [ 284 ] {3955bee7-d1e8-41bb-b259-574a36d94d47} <Debug> DynamicQueryHandler: Done processing query
11987 2024.11.09 02:52:35.026826 [ 284 ] {3955bee7-d1e8-41bb-b259-574a36d94d47} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
11988 2024.11.09 02:52:35.026843 [ 284 ] {} <Debug> HTTP-Session: 22e94d64-02b6-4647-9587-ab70d133bba6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11989 2024.11.09 02:52:35.027057 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37715, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11990 2024.11.09 02:52:35.027152 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44471, User-Agent: (none), Length: 68708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11991 2024.11.09 02:52:35.027220 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11992 2024.11.09 02:52:35.027244 [ 292 ] {} <Debug> HTTP-Session: e6ab0e99-cdc2-4f11-93db-f07bf58899bf Authenticating user 'default' from [fd00:1122:3344:101::d]:44471
11993 2024.11.09 02:52:35.027266 [ 292 ] {} <Debug> HTTP-Session: e6ab0e99-cdc2-4f11-93db-f07bf58899bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11994 2024.11.09 02:52:35.027284 [ 292 ] {} <Debug> HTTP-Session: e6ab0e99-cdc2-4f11-93db-f07bf58899bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11995 2024.11.09 02:52:35.027328 [ 292 ] {} <Trace> HTTP-Session: e6ab0e99-cdc2-4f11-93db-f07bf58899bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11996 2024.11.09 02:52:35.027631 [ 292 ] {188c0d06-0885-496b-b9f1-e6ad34d5f197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44471) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
11997 2024.11.09 02:52:35.027688 [ 292 ] {188c0d06-0885-496b-b9f1-e6ad34d5f197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11998 2024.11.09 02:52:35.028001 [ 292 ] {188c0d06-0885-496b-b9f1-e6ad34d5f197} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11999 2024.11.09 02:52:35.028616 [ 292 ] {188c0d06-0885-496b-b9f1-e6ad34d5f197} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12000 2024.11.09 02:52:35.028654 [ 292 ] {188c0d06-0885-496b-b9f1-e6ad34d5f197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
12001 2024.11.09 02:52:35.029042 [ 292 ] {188c0d06-0885-496b-b9f1-e6ad34d5f197} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
12002 2024.11.09 02:52:35.029404 [ 292 ] {188c0d06-0885-496b-b9f1-e6ad34d5f197} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12003 2024.11.09 02:52:35.029571 [ 292 ] {188c0d06-0885-496b-b9f1-e6ad34d5f197} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002084 sec., 202975.04798464492 rows/sec., 14.51 MiB/sec.
12004 2024.11.09 02:52:35.029747 [ 292 ] {188c0d06-0885-496b-b9f1-e6ad34d5f197} <Debug> DynamicQueryHandler: Done processing query
12005 2024.11.09 02:52:35.029771 [ 292 ] {188c0d06-0885-496b-b9f1-e6ad34d5f197} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
12006 2024.11.09 02:52:35.029788 [ 292 ] {} <Debug> HTTP-Session: e6ab0e99-cdc2-4f11-93db-f07bf58899bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12007 2024.11.09 02:52:35.029988 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44471, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12008 2024.11.09 02:52:35.029989 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37715, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12009 2024.11.09 02:52:35.030098 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12010 2024.11.09 02:52:35.030139 [ 284 ] {} <Debug> HTTP-Session: 80e56f37-d6d8-4a4c-bc23-033551367fb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:37715
12011 2024.11.09 02:52:35.030167 [ 284 ] {} <Debug> HTTP-Session: 80e56f37-d6d8-4a4c-bc23-033551367fb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12012 2024.11.09 02:52:35.030186 [ 284 ] {} <Debug> HTTP-Session: 80e56f37-d6d8-4a4c-bc23-033551367fb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12013 2024.11.09 02:52:35.030232 [ 284 ] {} <Trace> HTTP-Session: 80e56f37-d6d8-4a4c-bc23-033551367fb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12014 2024.11.09 02:52:35.030359 [ 284 ] {7ca0865d-cfc7-4d4f-8511-fd5fc206a9ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37715) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
12015 2024.11.09 02:52:35.030410 [ 284 ] {7ca0865d-cfc7-4d4f-8511-fd5fc206a9ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12016 2024.11.09 02:52:35.030575 [ 284 ] {7ca0865d-cfc7-4d4f-8511-fd5fc206a9ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12017 2024.11.09 02:52:35.030859 [ 284 ] {7ca0865d-cfc7-4d4f-8511-fd5fc206a9ec} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12018 2024.11.09 02:52:35.030895 [ 284 ] {7ca0865d-cfc7-4d4f-8511-fd5fc206a9ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
12019 2024.11.09 02:52:35.031266 [ 284 ] {7ca0865d-cfc7-4d4f-8511-fd5fc206a9ec} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
12020 2024.11.09 02:52:35.031606 [ 284 ] {7ca0865d-cfc7-4d4f-8511-fd5fc206a9ec} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12021 2024.11.09 02:52:35.031739 [ 284 ] {7ca0865d-cfc7-4d4f-8511-fd5fc206a9ec} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00141 sec., 4255.31914893617 rows/sec., 222.32 KiB/sec.
12022 2024.11.09 02:52:35.032046 [ 284 ] {7ca0865d-cfc7-4d4f-8511-fd5fc206a9ec} <Debug> DynamicQueryHandler: Done processing query
12023 2024.11.09 02:52:35.032071 [ 284 ] {7ca0865d-cfc7-4d4f-8511-fd5fc206a9ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
12024 2024.11.09 02:52:35.032087 [ 284 ] {} <Debug> HTTP-Session: 80e56f37-d6d8-4a4c-bc23-033551367fb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12025 2024.11.09 02:52:35.032270 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37715, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12026 2024.11.09 02:52:35.032358 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42815, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12027 2024.11.09 02:52:35.032428 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12028 2024.11.09 02:52:35.032451 [ 292 ] {} <Debug> HTTP-Session: 7ab214f5-06ce-48e7-90db-a84bdf0d4b94 Authenticating user 'default' from [fd00:1122:3344:101::d]:42815
12029 2024.11.09 02:52:35.032472 [ 292 ] {} <Debug> HTTP-Session: 7ab214f5-06ce-48e7-90db-a84bdf0d4b94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12030 2024.11.09 02:52:35.032490 [ 292 ] {} <Debug> HTTP-Session: 7ab214f5-06ce-48e7-90db-a84bdf0d4b94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12031 2024.11.09 02:52:35.032535 [ 292 ] {} <Trace> HTTP-Session: 7ab214f5-06ce-48e7-90db-a84bdf0d4b94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12032 2024.11.09 02:52:35.032790 [ 292 ] {545947ba-6241-484e-bd3b-d22009fc2b71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42815) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
12033 2024.11.09 02:52:35.032850 [ 292 ] {545947ba-6241-484e-bd3b-d22009fc2b71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12034 2024.11.09 02:52:35.033065 [ 292 ] {545947ba-6241-484e-bd3b-d22009fc2b71} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12035 2024.11.09 02:52:35.033525 [ 292 ] {545947ba-6241-484e-bd3b-d22009fc2b71} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12036 2024.11.09 02:52:35.033561 [ 292 ] {545947ba-6241-484e-bd3b-d22009fc2b71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
12037 2024.11.09 02:52:35.033956 [ 292 ] {545947ba-6241-484e-bd3b-d22009fc2b71} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
12038 2024.11.09 02:52:35.034295 [ 292 ] {545947ba-6241-484e-bd3b-d22009fc2b71} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12039 2024.11.09 02:52:35.034460 [ 292 ] {545947ba-6241-484e-bd3b-d22009fc2b71} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00179 sec., 132402.23463687152 rows/sec., 8.87 MiB/sec.
12040 2024.11.09 02:52:35.034731 [ 292 ] {545947ba-6241-484e-bd3b-d22009fc2b71} <Debug> DynamicQueryHandler: Done processing query
12041 2024.11.09 02:52:35.034795 [ 292 ] {545947ba-6241-484e-bd3b-d22009fc2b71} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
12042 2024.11.09 02:52:35.034853 [ 292 ] {} <Debug> HTTP-Session: 7ab214f5-06ce-48e7-90db-a84bdf0d4b94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12043 2024.11.09 02:52:35.035073 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37715, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12044 2024.11.09 02:52:35.035085 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42815, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12045 2024.11.09 02:52:35.035162 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12046 2024.11.09 02:52:35.035196 [ 284 ] {} <Debug> HTTP-Session: 4ef264ee-3b29-4724-b54a-ebc01dc3a2e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:37715
12047 2024.11.09 02:52:35.035215 [ 284 ] {} <Debug> HTTP-Session: 4ef264ee-3b29-4724-b54a-ebc01dc3a2e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12048 2024.11.09 02:52:35.035238 [ 284 ] {} <Debug> HTTP-Session: 4ef264ee-3b29-4724-b54a-ebc01dc3a2e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12049 2024.11.09 02:52:35.035280 [ 284 ] {} <Trace> HTTP-Session: 4ef264ee-3b29-4724-b54a-ebc01dc3a2e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12050 2024.11.09 02:52:35.035384 [ 284 ] {255bbe1c-57bb-4558-8b9d-f5007a890258} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37715) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
12051 2024.11.09 02:52:35.035434 [ 284 ] {255bbe1c-57bb-4558-8b9d-f5007a890258} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12052 2024.11.09 02:52:35.035587 [ 284 ] {255bbe1c-57bb-4558-8b9d-f5007a890258} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12053 2024.11.09 02:52:35.035862 [ 284 ] {255bbe1c-57bb-4558-8b9d-f5007a890258} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12054 2024.11.09 02:52:35.035898 [ 284 ] {255bbe1c-57bb-4558-8b9d-f5007a890258} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
12055 2024.11.09 02:52:35.036258 [ 284 ] {255bbe1c-57bb-4558-8b9d-f5007a890258} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
12056 2024.11.09 02:52:35.036597 [ 284 ] {255bbe1c-57bb-4558-8b9d-f5007a890258} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12057 2024.11.09 02:52:35.036735 [ 284 ] {255bbe1c-57bb-4558-8b9d-f5007a890258} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001369 sec., 730.4601899196493 rows/sec., 49.22 KiB/sec.
12058 2024.11.09 02:52:35.037041 [ 284 ] {255bbe1c-57bb-4558-8b9d-f5007a890258} <Debug> DynamicQueryHandler: Done processing query
12059 2024.11.09 02:52:35.037066 [ 284 ] {255bbe1c-57bb-4558-8b9d-f5007a890258} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
12060 2024.11.09 02:52:35.037082 [ 284 ] {} <Debug> HTTP-Session: 4ef264ee-3b29-4724-b54a-ebc01dc3a2e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12061 2024.11.09 02:52:35.037278 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37715, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12062 2024.11.09 02:52:35.037367 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49256, User-Agent: (none), Length: 68866, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12063 2024.11.09 02:52:35.037436 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12064 2024.11.09 02:52:35.037460 [ 292 ] {} <Debug> HTTP-Session: c7d5e023-cc41-4b2a-aa3f-aa4c2a2c53c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:49256
12065 2024.11.09 02:52:35.037482 [ 292 ] {} <Debug> HTTP-Session: c7d5e023-cc41-4b2a-aa3f-aa4c2a2c53c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12066 2024.11.09 02:52:35.037499 [ 292 ] {} <Debug> HTTP-Session: c7d5e023-cc41-4b2a-aa3f-aa4c2a2c53c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12067 2024.11.09 02:52:35.037543 [ 292 ] {} <Trace> HTTP-Session: c7d5e023-cc41-4b2a-aa3f-aa4c2a2c53c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12068 2024.11.09 02:52:35.038045 [ 292 ] {619f9174-a9ba-4e3e-a4ce-6d605b14cd96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49256) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
12069 2024.11.09 02:52:35.038137 [ 292 ] {619f9174-a9ba-4e3e-a4ce-6d605b14cd96} <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
12070 2024.11.09 02:52:35.038656 [ 292 ] {619f9174-a9ba-4e3e-a4ce-6d605b14cd96} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12071 2024.11.09 02:52:35.039367 [ 292 ] {619f9174-a9ba-4e3e-a4ce-6d605b14cd96} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12072 2024.11.09 02:52:35.039403 [ 292 ] {619f9174-a9ba-4e3e-a4ce-6d605b14cd96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
12073 2024.11.09 02:52:35.040083 [ 292 ] {619f9174-a9ba-4e3e-a4ce-6d605b14cd96} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
12074 2024.11.09 02:52:35.040499 [ 292 ] {619f9174-a9ba-4e3e-a4ce-6d605b14cd96} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12075 2024.11.09 02:52:35.040701 [ 292 ] {619f9174-a9ba-4e3e-a4ce-6d605b14cd96} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.00303 sec., 13531.353135313531 rows/sec., 24.25 MiB/sec.
12076 2024.11.09 02:52:35.040921 [ 292 ] {619f9174-a9ba-4e3e-a4ce-6d605b14cd96} <Debug> DynamicQueryHandler: Done processing query
12077 2024.11.09 02:52:35.040946 [ 292 ] {619f9174-a9ba-4e3e-a4ce-6d605b14cd96} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB.
12078 2024.11.09 02:52:35.040962 [ 292 ] {} <Debug> HTTP-Session: c7d5e023-cc41-4b2a-aa3f-aa4c2a2c53c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12079 2024.11.09 02:52:35.041151 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37715, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12080 2024.11.09 02:52:35.041170 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49256, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12081 2024.11.09 02:52:35.041238 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12082 2024.11.09 02:52:35.041275 [ 284 ] {} <Debug> HTTP-Session: 102e3377-048b-41ce-bb59-b0dcb3b921bc Authenticating user 'default' from [fd00:1122:3344:101::d]:37715
12083 2024.11.09 02:52:35.041309 [ 284 ] {} <Debug> HTTP-Session: 102e3377-048b-41ce-bb59-b0dcb3b921bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12084 2024.11.09 02:52:35.041331 [ 284 ] {} <Debug> HTTP-Session: 102e3377-048b-41ce-bb59-b0dcb3b921bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12085 2024.11.09 02:52:35.041376 [ 284 ] {} <Trace> HTTP-Session: 102e3377-048b-41ce-bb59-b0dcb3b921bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12086 2024.11.09 02:52:35.041559 [ 284 ] {54d907c2-695e-4663-affb-c5e8420f445a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37715) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
12087 2024.11.09 02:52:35.041623 [ 284 ] {54d907c2-695e-4663-affb-c5e8420f445a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12088 2024.11.09 02:52:35.041811 [ 284 ] {54d907c2-695e-4663-affb-c5e8420f445a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12089 2024.11.09 02:52:35.042164 [ 284 ] {54d907c2-695e-4663-affb-c5e8420f445a} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12090 2024.11.09 02:52:35.042207 [ 284 ] {54d907c2-695e-4663-affb-c5e8420f445a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
12091 2024.11.09 02:52:35.042606 [ 284 ] {54d907c2-695e-4663-affb-c5e8420f445a} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
12092 2024.11.09 02:52:35.042942 [ 284 ] {54d907c2-695e-4663-affb-c5e8420f445a} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12093 2024.11.09 02:52:35.043074 [ 284 ] {54d907c2-695e-4663-affb-c5e8420f445a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001593 sec., 51475.2040175769 rows/sec., 3.27 MiB/sec.
12094 2024.11.09 02:52:35.043244 [ 284 ] {54d907c2-695e-4663-affb-c5e8420f445a} <Debug> DynamicQueryHandler: Done processing query
12095 2024.11.09 02:52:35.043267 [ 284 ] {54d907c2-695e-4663-affb-c5e8420f445a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
12096 2024.11.09 02:52:35.043284 [ 284 ] {} <Debug> HTTP-Session: 102e3377-048b-41ce-bb59-b0dcb3b921bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12097 2024.11.09 02:52:35.043670 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37715, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12098 2024.11.09 02:52:40.008965 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47903, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12099 2024.11.09 02:52:40.009088 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12100 2024.11.09 02:52:40.009113 [ 284 ] {} <Debug> HTTP-Session: 936ba7a4-6c82-4e98-abaf-8702daa56f7f Authenticating user 'default' from [fd00:1122:3344:101::d]:47903
12101 2024.11.09 02:52:40.009137 [ 284 ] {} <Debug> HTTP-Session: 936ba7a4-6c82-4e98-abaf-8702daa56f7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12102 2024.11.09 02:52:40.009151 [ 284 ] {} <Debug> HTTP-Session: 936ba7a4-6c82-4e98-abaf-8702daa56f7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12103 2024.11.09 02:52:40.009202 [ 284 ] {} <Trace> HTTP-Session: 936ba7a4-6c82-4e98-abaf-8702daa56f7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12104 2024.11.09 02:52:40.009379 [ 284 ] {da2472aa-58cd-442d-a134-4aa740d96908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47903) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
12105 2024.11.09 02:52:40.009448 [ 284 ] {da2472aa-58cd-442d-a134-4aa740d96908} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12106 2024.11.09 02:52:40.009790 [ 284 ] {da2472aa-58cd-442d-a134-4aa740d96908} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12107 2024.11.09 02:52:40.010267 [ 284 ] {da2472aa-58cd-442d-a134-4aa740d96908} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12108 2024.11.09 02:52:40.010309 [ 284 ] {da2472aa-58cd-442d-a134-4aa740d96908} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12109 2024.11.09 02:52:40.010727 [ 284 ] {da2472aa-58cd-442d-a134-4aa740d96908} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
12110 2024.11.09 02:52:40.011123 [ 284 ] {da2472aa-58cd-442d-a134-4aa740d96908} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12111 2024.11.09 02:52:40.011276 [ 284 ] {da2472aa-58cd-442d-a134-4aa740d96908} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001949 sec., 2052.334530528476 rows/sec., 167.35 KiB/sec.
12112 2024.11.09 02:52:40.011494 [ 284 ] {da2472aa-58cd-442d-a134-4aa740d96908} <Debug> DynamicQueryHandler: Done processing query
12113 2024.11.09 02:52:40.011522 [ 284 ] {da2472aa-58cd-442d-a134-4aa740d96908} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
12114 2024.11.09 02:52:40.011538 [ 284 ] {} <Debug> HTTP-Session: 936ba7a4-6c82-4e98-abaf-8702daa56f7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12115 2024.11.09 02:52:40.011785 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47903, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12116 2024.11.09 02:52:40.011945 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57169, User-Agent: (none), Length: 8114, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12117 2024.11.09 02:52:40.012080 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12118 2024.11.09 02:52:40.012109 [ 292 ] {} <Debug> HTTP-Session: 9afd5889-9606-4fa7-a4b4-d0e92c288a4c Authenticating user 'default' from [fd00:1122:3344:101::d]:57169
12119 2024.11.09 02:52:40.012137 [ 292 ] {} <Debug> HTTP-Session: 9afd5889-9606-4fa7-a4b4-d0e92c288a4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12120 2024.11.09 02:52:40.012154 [ 292 ] {} <Debug> HTTP-Session: 9afd5889-9606-4fa7-a4b4-d0e92c288a4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12121 2024.11.09 02:52:40.012216 [ 292 ] {} <Trace> HTTP-Session: 9afd5889-9606-4fa7-a4b4-d0e92c288a4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12122 2024.11.09 02:52:40.012452 [ 292 ] {8a08c8dc-0387-4d51-ab57-b2d8ea3baa89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57169) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
12123 2024.11.09 02:52:40.012532 [ 292 ] {8a08c8dc-0387-4d51-ab57-b2d8ea3baa89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12124 2024.11.09 02:52:40.012894 [ 292 ] {8a08c8dc-0387-4d51-ab57-b2d8ea3baa89} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12125 2024.11.09 02:52:40.013363 [ 292 ] {8a08c8dc-0387-4d51-ab57-b2d8ea3baa89} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12126 2024.11.09 02:52:40.013418 [ 292 ] {8a08c8dc-0387-4d51-ab57-b2d8ea3baa89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12127 2024.11.09 02:52:40.013874 [ 292 ] {8a08c8dc-0387-4d51-ab57-b2d8ea3baa89} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
12128 2024.11.09 02:52:40.014270 [ 292 ] {8a08c8dc-0387-4d51-ab57-b2d8ea3baa89} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12129 2024.11.09 02:52:40.014453 [ 71 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
12130 2024.11.09 02:52:40.014463 [ 292 ] {8a08c8dc-0387-4d51-ab57-b2d8ea3baa89} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.002084 sec., 27831.094049904033 rows/sec., 2.13 MiB/sec.
12131 2024.11.09 02:52:40.014515 [ 71 ] {} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12132 2024.11.09 02:52:40.014594 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12133 2024.11.09 02:52:40.014958 [ 292 ] {8a08c8dc-0387-4d51-ab57-b2d8ea3baa89} <Debug> DynamicQueryHandler: Done processing query
12134 2024.11.09 02:52:40.015011 [ 200 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full
12135 2024.11.09 02:52:40.015022 [ 292 ] {8a08c8dc-0387-4d51-ab57-b2d8ea3baa89} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
12136 2024.11.09 02:52:40.015145 [ 292 ] {} <Debug> HTTP-Session: 9afd5889-9606-4fa7-a4b4-d0e92c288a4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12137 2024.11.09 02:52:40.015625 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57169, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12138 2024.11.09 02:52:40.015686 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47903, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12139 2024.11.09 02:52:40.015858 [ 200 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12140 2024.11.09 02:52:40.015969 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12141 2024.11.09 02:52:40.016060 [ 200 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1420 rows starting from the beginning of the part
12142 2024.11.09 02:52:40.016100 [ 284 ] {} <Debug> HTTP-Session: 06740066-50bf-425e-89ae-5aadbb88c54c Authenticating user 'default' from [fd00:1122:3344:101::d]:47903
12143 2024.11.09 02:52:40.016195 [ 284 ] {} <Debug> HTTP-Session: 06740066-50bf-425e-89ae-5aadbb88c54c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12144 2024.11.09 02:52:40.016294 [ 284 ] {} <Debug> HTTP-Session: 06740066-50bf-425e-89ae-5aadbb88c54c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12145 2024.11.09 02:52:40.016591 [ 200 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 271 rows starting from the beginning of the part
12146 2024.11.09 02:52:40.016602 [ 284 ] {} <Trace> HTTP-Session: 06740066-50bf-425e-89ae-5aadbb88c54c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12147 2024.11.09 02:52:40.017123 [ 284 ] {fc5d8e62-202a-4512-8e3b-c23744267be5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47903) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
12148 2024.11.09 02:52:40.017169 [ 200 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 57 rows starting from the beginning of the part
12149 2024.11.09 02:52:40.017259 [ 284 ] {fc5d8e62-202a-4512-8e3b-c23744267be5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12150 2024.11.09 02:52:40.017497 [ 200 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 56 rows starting from the beginning of the part
12151 2024.11.09 02:52:40.017837 [ 200 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 271 rows starting from the beginning of the part
12152 2024.11.09 02:52:40.018171 [ 200 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 58 rows starting from the beginning of the part
12153 2024.11.09 02:52:40.018827 [ 284 ] {fc5d8e62-202a-4512-8e3b-c23744267be5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12154 2024.11.09 02:52:40.019602 [ 284 ] {fc5d8e62-202a-4512-8e3b-c23744267be5} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12155 2024.11.09 02:52:40.019684 [ 284 ] {fc5d8e62-202a-4512-8e3b-c23744267be5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12156 2024.11.09 02:52:40.020594 [ 284 ] {fc5d8e62-202a-4512-8e3b-c23744267be5} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
12157 2024.11.09 02:52:40.021187 [ 284 ] {fc5d8e62-202a-4512-8e3b-c23744267be5} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12158 2024.11.09 02:52:40.021579 [ 189 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2133 rows, containing 5 columns (5 merged, 0 gathered) in 0.006820881 sec., 312716.2019099879 rows/sec., 27.64 MiB/sec.
12159 2024.11.09 02:52:40.021621 [ 284 ] {fc5d8e62-202a-4512-8e3b-c23744267be5} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.004697 sec., 851.6074089844582 rows/sec., 59.46 KiB/sec.
12160 2024.11.09 02:52:40.022017 [ 189 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
12161 2024.11.09 02:52:40.022229 [ 284 ] {fc5d8e62-202a-4512-8e3b-c23744267be5} <Debug> DynamicQueryHandler: Done processing query
12162 2024.11.09 02:52:40.022302 [ 284 ] {fc5d8e62-202a-4512-8e3b-c23744267be5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
12163 2024.11.09 02:52:40.022374 [ 284 ] {} <Debug> HTTP-Session: 06740066-50bf-425e-89ae-5aadbb88c54c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12164 2024.11.09 02:52:40.022677 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47903, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12165 2024.11.09 02:52:40.022792 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56618, User-Agent: (none), Length: 11580, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12166 2024.11.09 02:52:40.022936 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12167 2024.11.09 02:52:40.022993 [ 292 ] {} <Debug> HTTP-Session: 538ee7c4-05ed-499d-a072-8277926ad413 Authenticating user 'default' from [fd00:1122:3344:101::d]:56618
12168 2024.11.09 02:52:40.023024 [ 292 ] {} <Debug> HTTP-Session: 538ee7c4-05ed-499d-a072-8277926ad413 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12169 2024.11.09 02:52:40.023066 [ 292 ] {} <Debug> HTTP-Session: 538ee7c4-05ed-499d-a072-8277926ad413 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12170 2024.11.09 02:52:40.023078 [ 189 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_71_14} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12171 2024.11.09 02:52:40.023170 [ 292 ] {} <Trace> HTTP-Session: 538ee7c4-05ed-499d-a072-8277926ad413 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12172 2024.11.09 02:52:40.023277 [ 189 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_71_14} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
12173 2024.11.09 02:52:40.023441 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
12174 2024.11.09 02:52:40.023481 [ 292 ] {4c7a2f38-3544-4ee0-b4dc-8bfb62401701} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56618) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
12175 2024.11.09 02:52:40.023551 [ 292 ] {4c7a2f38-3544-4ee0-b4dc-8bfb62401701} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12176 2024.11.09 02:52:40.023834 [ 292 ] {4c7a2f38-3544-4ee0-b4dc-8bfb62401701} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12177 2024.11.09 02:52:40.024211 [ 292 ] {4c7a2f38-3544-4ee0-b4dc-8bfb62401701} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12178 2024.11.09 02:52:40.024249 [ 292 ] {4c7a2f38-3544-4ee0-b4dc-8bfb62401701} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12179 2024.11.09 02:52:40.024628 [ 292 ] {4c7a2f38-3544-4ee0-b4dc-8bfb62401701} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
12180 2024.11.09 02:52:40.025016 [ 292 ] {4c7a2f38-3544-4ee0-b4dc-8bfb62401701} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12181 2024.11.09 02:52:40.025180 [ 292 ] {4c7a2f38-3544-4ee0-b4dc-8bfb62401701} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001842 sec., 36916.39522258414 rows/sec., 2.88 MiB/sec.
12182 2024.11.09 02:52:40.025189 [ 71 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
12183 2024.11.09 02:52:40.025259 [ 71 ] {} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12184 2024.11.09 02:52:40.025306 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12185 2024.11.09 02:52:40.025497 [ 198 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full
12186 2024.11.09 02:52:40.025551 [ 292 ] {4c7a2f38-3544-4ee0-b4dc-8bfb62401701} <Debug> DynamicQueryHandler: Done processing query
12187 2024.11.09 02:52:40.025599 [ 292 ] {4c7a2f38-3544-4ee0-b4dc-8bfb62401701} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
12188 2024.11.09 02:52:40.025639 [ 292 ] {} <Debug> HTTP-Session: 538ee7c4-05ed-499d-a072-8277926ad413 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12189 2024.11.09 02:52:40.025751 [ 198 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12190 2024.11.09 02:52:40.025795 [ 198 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 915 rows starting from the beginning of the part
12191 2024.11.09 02:52:40.025967 [ 198 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 423 rows starting from the beginning of the part
12192 2024.11.09 02:52:40.026021 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56618, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12193 2024.11.09 02:52:40.026125 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49093, User-Agent: (none), Length: 31038, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12194 2024.11.09 02:52:40.026442 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12195 2024.11.09 02:52:40.026518 [ 292 ] {} <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):
12196 
12197 (version 23.8.7.1)
12198 2024.11.09 02:52:40.026522 [ 198 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 66 rows starting from the beginning of the part
12199 2024.11.09 02:52:40.026585 [ 284 ] {} <Debug> HTTP-Session: 9b389972-68cb-4030-afb3-f08642f2864c Authenticating user 'default' from [fd00:1122:3344:101::d]:49093
12200 2024.11.09 02:52:40.026674 [ 284 ] {} <Debug> HTTP-Session: 9b389972-68cb-4030-afb3-f08642f2864c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12201 2024.11.09 02:52:40.026769 [ 284 ] {} <Debug> HTTP-Session: 9b389972-68cb-4030-afb3-f08642f2864c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12202 2024.11.09 02:52:40.026874 [ 198 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 64 rows starting from the beginning of the part
12203 2024.11.09 02:52:40.026881 [ 284 ] {} <Trace> HTTP-Session: 9b389972-68cb-4030-afb3-f08642f2864c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12204 2024.11.09 02:52:40.027005 [ 198 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 423 rows starting from the beginning of the part
12205 2024.11.09 02:52:40.027320 [ 198 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 68 rows starting from the beginning of the part
12206 2024.11.09 02:52:40.027322 [ 284 ] {02ac9efc-adac-415f-8e7d-dafd800c911d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
12207 2024.11.09 02:52:40.027574 [ 284 ] {02ac9efc-adac-415f-8e7d-dafd800c911d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12208 2024.11.09 02:52:40.028042 [ 284 ] {02ac9efc-adac-415f-8e7d-dafd800c911d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12209 2024.11.09 02:52:40.028663 [ 284 ] {02ac9efc-adac-415f-8e7d-dafd800c911d} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12210 2024.11.09 02:52:40.028709 [ 284 ] {02ac9efc-adac-415f-8e7d-dafd800c911d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12211 2024.11.09 02:52:40.029253 [ 284 ] {02ac9efc-adac-415f-8e7d-dafd800c911d} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
12212 2024.11.09 02:52:40.029442 [ 198 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1959 rows, containing 5 columns (5 merged, 0 gathered) in 0.004048124 sec., 483927.86386978265 rows/sec., 37.05 MiB/sec.
12213 2024.11.09 02:52:40.029616 [ 198 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
12214 2024.11.09 02:52:40.029716 [ 284 ] {02ac9efc-adac-415f-8e7d-dafd800c911d} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12215 2024.11.09 02:52:40.029882 [ 71 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
12216 2024.11.09 02:52:40.029947 [ 71 ] {} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12217 2024.11.09 02:52:40.029948 [ 284 ] {02ac9efc-adac-415f-8e7d-dafd800c911d} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.00289 sec., 56055.363321799305 rows/sec., 3.90 MiB/sec.
12218 2024.11.09 02:52:40.029987 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12219 2024.11.09 02:52:40.030576 [ 195 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full
12220 2024.11.09 02:52:40.030658 [ 284 ] {02ac9efc-adac-415f-8e7d-dafd800c911d} <Debug> DynamicQueryHandler: Done processing query
12221 2024.11.09 02:52:40.030721 [ 284 ] {02ac9efc-adac-415f-8e7d-dafd800c911d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
12222 2024.11.09 02:52:40.030792 [ 284 ] {} <Debug> HTTP-Session: 9b389972-68cb-4030-afb3-f08642f2864c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12223 2024.11.09 02:52:40.030896 [ 198 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_71_14} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12224 2024.11.09 02:52:40.031188 [ 195 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12225 2024.11.09 02:52:40.031184 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49093, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12226 2024.11.09 02:52:40.031226 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37518, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12227 2024.11.09 02:52:40.031256 [ 195 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_66_13, total 14465 rows starting from the beginning of the part
12228 2024.11.09 02:52:40.031179 [ 198 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_71_14} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
12229 2024.11.09 02:52:40.031521 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12230 2024.11.09 02:52:40.031775 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
12231 2024.11.09 02:52:40.031790 [ 292 ] {} <Debug> HTTP-Session: ad8f0feb-dfa4-4784-b05a-fc98e4d55692 Authenticating user 'default' from [fd00:1122:3344:101::d]:37518
12232 2024.11.09 02:52:40.031803 [ 195 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 237 rows starting from the beginning of the part
12233 2024.11.09 02:52:40.031879 [ 292 ] {} <Debug> HTTP-Session: ad8f0feb-dfa4-4784-b05a-fc98e4d55692 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12234 2024.11.09 02:52:40.031918 [ 292 ] {} <Debug> HTTP-Session: ad8f0feb-dfa4-4784-b05a-fc98e4d55692 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12235 2024.11.09 02:52:40.032031 [ 195 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 129 rows starting from the beginning of the part
12236 2024.11.09 02:52:40.032093 [ 292 ] {} <Trace> HTTP-Session: ad8f0feb-dfa4-4784-b05a-fc98e4d55692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12237 2024.11.09 02:52:40.032351 [ 195 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part
12238 2024.11.09 02:52:40.032637 [ 292 ] {e7bbec50-8798-47c1-aff7-3b17a2c338f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37518) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
12239 2024.11.09 02:52:40.032738 [ 195 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 237 rows starting from the beginning of the part
12240 2024.11.09 02:52:40.032793 [ 292 ] {e7bbec50-8798-47c1-aff7-3b17a2c338f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12241 2024.11.09 02:52:40.033035 [ 195 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 162 rows starting from the beginning of the part
12242 2024.11.09 02:52:40.033703 [ 292 ] {e7bbec50-8798-47c1-aff7-3b17a2c338f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12243 2024.11.09 02:52:40.034207 [ 292 ] {e7bbec50-8798-47c1-aff7-3b17a2c338f1} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12244 2024.11.09 02:52:40.034244 [ 292 ] {e7bbec50-8798-47c1-aff7-3b17a2c338f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12245 2024.11.09 02:52:40.034754 [ 292 ] {e7bbec50-8798-47c1-aff7-3b17a2c338f1} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
12246 2024.11.09 02:52:40.035266 [ 292 ] {e7bbec50-8798-47c1-aff7-3b17a2c338f1} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12247 2024.11.09 02:52:40.035490 [ 71 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
12248 2024.11.09 02:52:40.035531 [ 292 ] {e7bbec50-8798-47c1-aff7-3b17a2c338f1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003128 sec., 19181.58567774936 rows/sec., 1.29 MiB/sec.
12249 2024.11.09 02:52:40.035590 [ 71 ] {} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12250 2024.11.09 02:52:40.035688 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12251 2024.11.09 02:52:40.036145 [ 292 ] {e7bbec50-8798-47c1-aff7-3b17a2c338f1} <Debug> DynamicQueryHandler: Done processing query
12252 2024.11.09 02:52:40.036204 [ 292 ] {e7bbec50-8798-47c1-aff7-3b17a2c338f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
12253 2024.11.09 02:52:40.036209 [ 196 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full
12254 2024.11.09 02:52:40.036249 [ 292 ] {} <Debug> HTTP-Session: ad8f0feb-dfa4-4784-b05a-fc98e4d55692 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12255 2024.11.09 02:52:40.036671 [ 196 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12256 2024.11.09 02:52:40.036744 [ 196 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4122 rows starting from the beginning of the part
12257 2024.11.09 02:52:40.036874 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37518, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12258 2024.11.09 02:52:40.037102 [ 196 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 82 rows starting from the beginning of the part
12259 2024.11.09 02:52:40.037360 [ 196 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 48 rows starting from the beginning of the part
12260 2024.11.09 02:52:40.037540 [ 196 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part
12261 2024.11.09 02:52:40.037865 [ 196 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 82 rows starting from the beginning of the part
12262 2024.11.09 02:52:40.038145 [ 196 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part
12263 2024.11.09 02:52:40.039872 [ 194 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15390 rows, containing 5 columns (5 merged, 0 gathered) in 0.009737891 sec., 1580424.344449943 rows/sec., 107.71 MiB/sec.
12264 2024.11.09 02:52:40.040483 [ 194 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
12265 2024.11.09 02:52:40.041118 [ 194 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12266 2024.11.09 02:52:40.041125 [ 186 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4454 rows, containing 4 columns (4 merged, 0 gathered) in 0.00530435 sec., 839688.1804556637 rows/sec., 55.19 MiB/sec.
12267 2024.11.09 02:52:40.041209 [ 194 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
12268 2024.11.09 02:52:40.041297 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.05 MiB.
12269 2024.11.09 02:52:40.041590 [ 186 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
12270 2024.11.09 02:52:40.042053 [ 186 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_71_14} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12271 2024.11.09 02:52:40.042143 [ 186 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_71_14} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
12272 2024.11.09 02:52:40.042231 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB.
12273 2024.11.09 02:52:41.691462 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1116
12274 2024.11.09 02:52:41.694340 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12275 2024.11.09 02:52:41.694389 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12276 2024.11.09 02:52:41.695850 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
12277 2024.11.09 02:52:41.696820 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12278 2024.11.09 02:52:41.697117 [ 47 ] {} <Debug> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
12279 2024.11.09 02:52:41.697310 [ 47 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12280 2024.11.09 02:52:41.697410 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12281 2024.11.09 02:52:41.698154 [ 194 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::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
12282 2024.11.09 02:52:41.699156 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1116
12283 2024.11.09 02:52:41.699941 [ 194 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12284 2024.11.09 02:52:41.700139 [ 194 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 984 rows starting from the beginning of the part
12285 2024.11.09 02:52:41.700866 [ 194 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 20 rows starting from the beginning of the part
12286 2024.11.09 02:52:41.701460 [ 194 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 32 rows starting from the beginning of the part
12287 2024.11.09 02:52:41.702005 [ 194 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 28 rows starting from the beginning of the part
12288 2024.11.09 02:52:41.702578 [ 194 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 20 rows starting from the beginning of the part
12289 2024.11.09 02:52:41.703097 [ 194 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 32 rows starting from the beginning of the part
12290 2024.11.09 02:52:41.711776 [ 190 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1116 rows, containing 72 columns (72 merged, 0 gathered) in 0.014162362 sec., 78800.41478956689 rows/sec., 54.58 MiB/sec.
12291 2024.11.09 02:52:41.713136 [ 190 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
12292 2024.11.09 02:52:41.714589 [ 190 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_36_7} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12293 2024.11.09 02:52:41.714675 [ 190 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_36_7} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
12294 2024.11.09 02:52:41.714882 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.67 MiB.
12295 2024.11.09 02:52:45.009484 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51840, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12296 2024.11.09 02:52:45.009604 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12297 2024.11.09 02:52:45.009630 [ 293 ] {} <Debug> HTTP-Session: 13fe0b45-1029-42a0-b2b3-43e9d7d0c78d Authenticating user 'default' from [fd00:1122:3344:101::d]:51840
12298 2024.11.09 02:52:45.009657 [ 293 ] {} <Debug> HTTP-Session: 13fe0b45-1029-42a0-b2b3-43e9d7d0c78d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12299 2024.11.09 02:52:45.009672 [ 293 ] {} <Debug> HTTP-Session: 13fe0b45-1029-42a0-b2b3-43e9d7d0c78d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12300 2024.11.09 02:52:45.009724 [ 293 ] {} <Trace> HTTP-Session: 13fe0b45-1029-42a0-b2b3-43e9d7d0c78d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12301 2024.11.09 02:52:45.009927 [ 293 ] {40ea1a0b-77a2-4f13-a13a-7e1ca2dcaa09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51840) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
12302 2024.11.09 02:52:45.009995 [ 293 ] {40ea1a0b-77a2-4f13-a13a-7e1ca2dcaa09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12303 2024.11.09 02:52:45.010339 [ 293 ] {40ea1a0b-77a2-4f13-a13a-7e1ca2dcaa09} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12304 2024.11.09 02:52:45.010811 [ 293 ] {40ea1a0b-77a2-4f13-a13a-7e1ca2dcaa09} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12305 2024.11.09 02:52:45.010854 [ 293 ] {40ea1a0b-77a2-4f13-a13a-7e1ca2dcaa09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12306 2024.11.09 02:52:45.011318 [ 293 ] {40ea1a0b-77a2-4f13-a13a-7e1ca2dcaa09} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
12307 2024.11.09 02:52:45.011713 [ 293 ] {40ea1a0b-77a2-4f13-a13a-7e1ca2dcaa09} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12308 2024.11.09 02:52:45.011866 [ 293 ] {40ea1a0b-77a2-4f13-a13a-7e1ca2dcaa09} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002005 sec., 27930.174563591023 rows/sec., 2.15 MiB/sec.
12309 2024.11.09 02:52:45.012199 [ 293 ] {40ea1a0b-77a2-4f13-a13a-7e1ca2dcaa09} <Debug> DynamicQueryHandler: Done processing query
12310 2024.11.09 02:52:45.012261 [ 293 ] {40ea1a0b-77a2-4f13-a13a-7e1ca2dcaa09} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
12311 2024.11.09 02:52:45.012317 [ 293 ] {} <Debug> HTTP-Session: 13fe0b45-1029-42a0-b2b3-43e9d7d0c78d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12312 2024.11.09 02:52:45.012594 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51840, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12313 2024.11.09 02:52:45.012624 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55646, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12314 2024.11.09 02:52:45.012698 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12315 2024.11.09 02:52:45.012720 [ 286 ] {} <Debug> HTTP-Session: 5bec24dd-354b-4d37-a7d3-fcb46da43a29 Authenticating user 'default' from [fd00:1122:3344:101::d]:55646
12316 2024.11.09 02:52:45.012743 [ 286 ] {} <Debug> HTTP-Session: 5bec24dd-354b-4d37-a7d3-fcb46da43a29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12317 2024.11.09 02:52:45.012759 [ 286 ] {} <Debug> HTTP-Session: 5bec24dd-354b-4d37-a7d3-fcb46da43a29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12318 2024.11.09 02:52:45.012799 [ 286 ] {} <Trace> HTTP-Session: 5bec24dd-354b-4d37-a7d3-fcb46da43a29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12319 2024.11.09 02:52:45.012960 [ 286 ] {f4942644-9d92-4c7e-be5f-ad04ea1b9078} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55646) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
12320 2024.11.09 02:52:45.013012 [ 286 ] {f4942644-9d92-4c7e-be5f-ad04ea1b9078} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12321 2024.11.09 02:52:45.013280 [ 286 ] {f4942644-9d92-4c7e-be5f-ad04ea1b9078} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12322 2024.11.09 02:52:45.013640 [ 286 ] {f4942644-9d92-4c7e-be5f-ad04ea1b9078} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12323 2024.11.09 02:52:45.013680 [ 286 ] {f4942644-9d92-4c7e-be5f-ad04ea1b9078} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12324 2024.11.09 02:52:45.014074 [ 286 ] {f4942644-9d92-4c7e-be5f-ad04ea1b9078} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
12325 2024.11.09 02:52:45.014457 [ 286 ] {f4942644-9d92-4c7e-be5f-ad04ea1b9078} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12326 2024.11.09 02:52:45.014588 [ 286 ] {f4942644-9d92-4c7e-be5f-ad04ea1b9078} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001679 sec., 38117.92733770101 rows/sec., 2.98 MiB/sec.
12327 2024.11.09 02:52:45.014763 [ 286 ] {f4942644-9d92-4c7e-be5f-ad04ea1b9078} <Debug> DynamicQueryHandler: Done processing query
12328 2024.11.09 02:52:45.014788 [ 286 ] {f4942644-9d92-4c7e-be5f-ad04ea1b9078} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
12329 2024.11.09 02:52:45.014805 [ 286 ] {} <Debug> HTTP-Session: 5bec24dd-354b-4d37-a7d3-fcb46da43a29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12330 2024.11.09 02:52:45.014996 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55646, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12331 2024.11.09 02:52:45.015083 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52695, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12332 2024.11.09 02:52:45.015137 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12333 2024.11.09 02:52:45.015157 [ 293 ] {} <Debug> HTTP-Session: 1f6c6d21-eee5-47a5-9dc0-3f6822996b5f Authenticating user 'default' from [fd00:1122:3344:101::d]:52695
12334 2024.11.09 02:52:45.015174 [ 293 ] {} <Debug> HTTP-Session: 1f6c6d21-eee5-47a5-9dc0-3f6822996b5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12335 2024.11.09 02:52:45.015188 [ 293 ] {} <Debug> HTTP-Session: 1f6c6d21-eee5-47a5-9dc0-3f6822996b5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12336 2024.11.09 02:52:45.015224 [ 293 ] {} <Trace> HTTP-Session: 1f6c6d21-eee5-47a5-9dc0-3f6822996b5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12337 2024.11.09 02:52:45.015381 [ 293 ] {6cd3a7a3-67ab-4c63-8a24-7da4e5267610} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
12338 2024.11.09 02:52:45.015430 [ 293 ] {6cd3a7a3-67ab-4c63-8a24-7da4e5267610} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12339 2024.11.09 02:52:45.015578 [ 293 ] {6cd3a7a3-67ab-4c63-8a24-7da4e5267610} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12340 2024.11.09 02:52:45.015960 [ 293 ] {6cd3a7a3-67ab-4c63-8a24-7da4e5267610} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12341 2024.11.09 02:52:45.015996 [ 293 ] {6cd3a7a3-67ab-4c63-8a24-7da4e5267610} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12342 2024.11.09 02:52:45.016417 [ 293 ] {6cd3a7a3-67ab-4c63-8a24-7da4e5267610} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
12343 2024.11.09 02:52:45.016766 [ 293 ] {6cd3a7a3-67ab-4c63-8a24-7da4e5267610} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12344 2024.11.09 02:52:45.016897 [ 293 ] {6cd3a7a3-67ab-4c63-8a24-7da4e5267610} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001588 sec., 100755.66750629724 rows/sec., 7.02 MiB/sec.
12345 2024.11.09 02:52:45.017090 [ 293 ] {6cd3a7a3-67ab-4c63-8a24-7da4e5267610} <Debug> DynamicQueryHandler: Done processing query
12346 2024.11.09 02:52:45.017126 [ 293 ] {6cd3a7a3-67ab-4c63-8a24-7da4e5267610} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
12347 2024.11.09 02:52:45.017162 [ 293 ] {} <Debug> HTTP-Session: 1f6c6d21-eee5-47a5-9dc0-3f6822996b5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12348 2024.11.09 02:52:45.017337 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55646, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12349 2024.11.09 02:52:45.017350 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52695, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12350 2024.11.09 02:52:45.017405 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12351 2024.11.09 02:52:45.017434 [ 286 ] {} <Debug> HTTP-Session: 7a3d92ff-2d92-480b-8809-88f483d3bc67 Authenticating user 'default' from [fd00:1122:3344:101::d]:55646
12352 2024.11.09 02:52:45.017457 [ 286 ] {} <Debug> HTTP-Session: 7a3d92ff-2d92-480b-8809-88f483d3bc67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12353 2024.11.09 02:52:45.017479 [ 286 ] {} <Debug> HTTP-Session: 7a3d92ff-2d92-480b-8809-88f483d3bc67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12354 2024.11.09 02:52:45.017522 [ 286 ] {} <Trace> HTTP-Session: 7a3d92ff-2d92-480b-8809-88f483d3bc67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12355 2024.11.09 02:52:45.017670 [ 286 ] {d651a378-8790-468e-87af-189207f47444} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55646) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
12356 2024.11.09 02:52:45.017723 [ 286 ] {d651a378-8790-468e-87af-189207f47444} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12357 2024.11.09 02:52:45.017875 [ 286 ] {d651a378-8790-468e-87af-189207f47444} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12358 2024.11.09 02:52:45.018268 [ 286 ] {d651a378-8790-468e-87af-189207f47444} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12359 2024.11.09 02:52:45.018304 [ 286 ] {d651a378-8790-468e-87af-189207f47444} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12360 2024.11.09 02:52:45.018672 [ 286 ] {d651a378-8790-468e-87af-189207f47444} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
12361 2024.11.09 02:52:45.019020 [ 286 ] {d651a378-8790-468e-87af-189207f47444} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12362 2024.11.09 02:52:45.019143 [ 286 ] {d651a378-8790-468e-87af-189207f47444} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001531 sec., 39190.07184846506 rows/sec., 2.64 MiB/sec.
12363 2024.11.09 02:52:45.019418 [ 286 ] {d651a378-8790-468e-87af-189207f47444} <Debug> DynamicQueryHandler: Done processing query
12364 2024.11.09 02:52:45.019477 [ 286 ] {d651a378-8790-468e-87af-189207f47444} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
12365 2024.11.09 02:52:45.019542 [ 286 ] {} <Debug> HTTP-Session: 7a3d92ff-2d92-480b-8809-88f483d3bc67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12366 2024.11.09 02:52:45.019854 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55646, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12367 2024.11.09 02:52:46.420686 [ 66 ] {} <Debug> DNSResolver: Updating DNS cache
12368 2024.11.09 02:52:46.420779 [ 66 ] {} <Debug> DNSResolver: Updated DNS cache
12369 2024.11.09 02:52:50.015194 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64563, User-Agent: (none), Length: 41147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12370 2024.11.09 02:52:50.015313 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12371 2024.11.09 02:52:50.015339 [ 286 ] {} <Debug> HTTP-Session: fa715bc8-95bf-4ea0-9ca4-7eb89d07f02b Authenticating user 'default' from [fd00:1122:3344:101::d]:64563
12372 2024.11.09 02:52:50.015363 [ 286 ] {} <Debug> HTTP-Session: fa715bc8-95bf-4ea0-9ca4-7eb89d07f02b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12373 2024.11.09 02:52:50.015377 [ 286 ] {} <Debug> HTTP-Session: fa715bc8-95bf-4ea0-9ca4-7eb89d07f02b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12374 2024.11.09 02:52:50.015428 [ 286 ] {} <Trace> HTTP-Session: fa715bc8-95bf-4ea0-9ca4-7eb89d07f02b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12375 2024.11.09 02:52:50.015703 [ 286 ] {63717a7d-1f0c-4821-84c9-afdd94b097ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64563) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
12376 2024.11.09 02:52:50.015771 [ 286 ] {63717a7d-1f0c-4821-84c9-afdd94b097ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12377 2024.11.09 02:52:50.016108 [ 286 ] {63717a7d-1f0c-4821-84c9-afdd94b097ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12378 2024.11.09 02:52:50.016713 [ 286 ] {63717a7d-1f0c-4821-84c9-afdd94b097ce} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12379 2024.11.09 02:52:50.016757 [ 286 ] {63717a7d-1f0c-4821-84c9-afdd94b097ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12380 2024.11.09 02:52:50.017195 [ 286 ] {63717a7d-1f0c-4821-84c9-afdd94b097ce} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
12381 2024.11.09 02:52:50.017586 [ 286 ] {63717a7d-1f0c-4821-84c9-afdd94b097ce} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12382 2024.11.09 02:52:50.017758 [ 286 ] {63717a7d-1f0c-4821-84c9-afdd94b097ce} <Debug> executeQuery: Read 271 rows, 24.70 KiB in 0.002174 sec., 124655.01379944802 rows/sec., 11.09 MiB/sec.
12383 2024.11.09 02:52:50.017973 [ 286 ] {63717a7d-1f0c-4821-84c9-afdd94b097ce} <Debug> DynamicQueryHandler: Done processing query
12384 2024.11.09 02:52:50.018000 [ 286 ] {63717a7d-1f0c-4821-84c9-afdd94b097ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
12385 2024.11.09 02:52:50.018016 [ 286 ] {} <Debug> HTTP-Session: fa715bc8-95bf-4ea0-9ca4-7eb89d07f02b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12386 2024.11.09 02:52:50.018244 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64563, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12387 2024.11.09 02:52:50.018367 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56535, User-Agent: (none), Length: 5927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12388 2024.11.09 02:52:50.018437 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12389 2024.11.09 02:52:50.018463 [ 293 ] {} <Debug> HTTP-Session: ba2e531c-705f-4e7e-8059-b6d4c0aca0d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56535
12390 2024.11.09 02:52:50.018485 [ 293 ] {} <Debug> HTTP-Session: ba2e531c-705f-4e7e-8059-b6d4c0aca0d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12391 2024.11.09 02:52:50.018501 [ 293 ] {} <Debug> HTTP-Session: ba2e531c-705f-4e7e-8059-b6d4c0aca0d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12392 2024.11.09 02:52:50.018542 [ 293 ] {} <Trace> HTTP-Session: ba2e531c-705f-4e7e-8059-b6d4c0aca0d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12393 2024.11.09 02:52:50.018685 [ 293 ] {a8070b0c-d74f-48c8-bb11-468bb701eaaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56535) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
12394 2024.11.09 02:52:50.018741 [ 293 ] {a8070b0c-d74f-48c8-bb11-468bb701eaaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12395 2024.11.09 02:52:50.019022 [ 293 ] {a8070b0c-d74f-48c8-bb11-468bb701eaaf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12396 2024.11.09 02:52:50.019434 [ 293 ] {a8070b0c-d74f-48c8-bb11-468bb701eaaf} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12397 2024.11.09 02:52:50.019471 [ 293 ] {a8070b0c-d74f-48c8-bb11-468bb701eaaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12398 2024.11.09 02:52:50.019830 [ 293 ] {a8070b0c-d74f-48c8-bb11-468bb701eaaf} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
12399 2024.11.09 02:52:50.020198 [ 293 ] {a8070b0c-d74f-48c8-bb11-468bb701eaaf} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12400 2024.11.09 02:52:50.020369 [ 293 ] {a8070b0c-d74f-48c8-bb11-468bb701eaaf} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001718 sec., 23864.959254947615 rows/sec., 1.75 MiB/sec.
12401 2024.11.09 02:52:50.020370 [ 29 ] {} <Debug> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
12402 2024.11.09 02:52:50.020471 [ 29 ] {} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12403 2024.11.09 02:52:50.020532 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12404 2024.11.09 02:52:50.020682 [ 293 ] {a8070b0c-d74f-48c8-bb11-468bb701eaaf} <Debug> DynamicQueryHandler: Done processing query
12405 2024.11.09 02:52:50.020763 [ 293 ] {a8070b0c-d74f-48c8-bb11-468bb701eaaf} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
12406 2024.11.09 02:52:50.020831 [ 293 ] {} <Debug> HTTP-Session: ba2e531c-705f-4e7e-8059-b6d4c0aca0d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12407 2024.11.09 02:52:50.020961 [ 191 ] {799662db-f528-424d-a8f1-7a3df786217a::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
12408 2024.11.09 02:52:50.021180 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56535, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12409 2024.11.09 02:52:50.021192 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64563, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12410 2024.11.09 02:52:50.021420 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12411 2024.11.09 02:52:50.021542 [ 286 ] {} <Debug> HTTP-Session: 1509e918-3b24-4eb7-bdb1-2b6d3da9c962 Authenticating user 'default' from [fd00:1122:3344:101::d]:64563
12412 2024.11.09 02:52:50.021601 [ 286 ] {} <Debug> HTTP-Session: 1509e918-3b24-4eb7-bdb1-2b6d3da9c962 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12413 2024.11.09 02:52:50.021652 [ 286 ] {} <Debug> HTTP-Session: 1509e918-3b24-4eb7-bdb1-2b6d3da9c962 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12414 2024.11.09 02:52:50.021693 [ 191 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12415 2024.11.09 02:52:50.021730 [ 286 ] {} <Trace> HTTP-Session: 1509e918-3b24-4eb7-bdb1-2b6d3da9c962 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12416 2024.11.09 02:52:50.021758 [ 191 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 59 rows starting from the beginning of the part
12417 2024.11.09 02:52:50.021900 [ 191 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 41 rows starting from the beginning of the part
12418 2024.11.09 02:52:50.022152 [ 286 ] {bd15d2f5-01ee-4551-9509-28e5f2bdfa98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64563) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
12419 2024.11.09 02:52:50.022343 [ 286 ] {bd15d2f5-01ee-4551-9509-28e5f2bdfa98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12420 2024.11.09 02:52:50.022352 [ 191 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 2 rows starting from the beginning of the part
12421 2024.11.09 02:52:50.022740 [ 191 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 41 rows starting from the beginning of the part
12422 2024.11.09 02:52:50.023020 [ 191 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 4 rows starting from the beginning of the part
12423 2024.11.09 02:52:50.023402 [ 191 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 41 rows starting from the beginning of the part
12424 2024.11.09 02:52:50.023974 [ 286 ] {bd15d2f5-01ee-4551-9509-28e5f2bdfa98} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12425 2024.11.09 02:52:50.024880 [ 286 ] {bd15d2f5-01ee-4551-9509-28e5f2bdfa98} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12426 2024.11.09 02:52:50.024947 [ 286 ] {bd15d2f5-01ee-4551-9509-28e5f2bdfa98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12427 2024.11.09 02:52:50.026048 [ 286 ] {bd15d2f5-01ee-4551-9509-28e5f2bdfa98} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
12428 2024.11.09 02:52:50.026422 [ 191 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 188 rows, containing 5 columns (5 merged, 0 gathered) in 0.00582624 sec., 32267.80908441808 rows/sec., 2.47 MiB/sec.
12429 2024.11.09 02:52:50.026684 [ 191 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
12430 2024.11.09 02:52:50.026999 [ 286 ] {bd15d2f5-01ee-4551-9509-28e5f2bdfa98} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12431 2024.11.09 02:52:50.027536 [ 286 ] {bd15d2f5-01ee-4551-9509-28e5f2bdfa98} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005537 sec., 2528.4450063211125 rows/sec., 177.08 KiB/sec.
12432 2024.11.09 02:52:50.028186 [ 191 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_46_9} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12433 2024.11.09 02:52:50.028313 [ 286 ] {bd15d2f5-01ee-4551-9509-28e5f2bdfa98} <Debug> DynamicQueryHandler: Done processing query
12434 2024.11.09 02:52:50.028346 [ 191 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_46_9} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
12435 2024.11.09 02:52:50.028359 [ 286 ] {bd15d2f5-01ee-4551-9509-28e5f2bdfa98} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
12436 2024.11.09 02:52:50.028397 [ 286 ] {} <Debug> HTTP-Session: 1509e918-3b24-4eb7-bdb1-2b6d3da9c962 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12437 2024.11.09 02:52:50.028520 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
12438 2024.11.09 02:52:50.028605 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64563, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12439 2024.11.09 02:52:50.028723 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56581, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12440 2024.11.09 02:52:50.028797 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12441 2024.11.09 02:52:50.028823 [ 293 ] {} <Debug> HTTP-Session: ad990411-186c-4c27-92d6-6bf53ea3a80e Authenticating user 'default' from [fd00:1122:3344:101::d]:56581
12442 2024.11.09 02:52:50.028844 [ 293 ] {} <Debug> HTTP-Session: ad990411-186c-4c27-92d6-6bf53ea3a80e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12443 2024.11.09 02:52:50.028869 [ 293 ] {} <Debug> HTTP-Session: ad990411-186c-4c27-92d6-6bf53ea3a80e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12444 2024.11.09 02:52:50.028912 [ 293 ] {} <Trace> HTTP-Session: ad990411-186c-4c27-92d6-6bf53ea3a80e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12445 2024.11.09 02:52:50.029048 [ 293 ] {f14c5b6e-eb34-4170-9281-4b542173c21f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56581) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
12446 2024.11.09 02:52:50.029095 [ 293 ] {f14c5b6e-eb34-4170-9281-4b542173c21f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12447 2024.11.09 02:52:50.029360 [ 293 ] {f14c5b6e-eb34-4170-9281-4b542173c21f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12448 2024.11.09 02:52:50.029702 [ 293 ] {f14c5b6e-eb34-4170-9281-4b542173c21f} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12449 2024.11.09 02:52:50.029739 [ 293 ] {f14c5b6e-eb34-4170-9281-4b542173c21f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12450 2024.11.09 02:52:50.030112 [ 293 ] {f14c5b6e-eb34-4170-9281-4b542173c21f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
12451 2024.11.09 02:52:50.030491 [ 293 ] {f14c5b6e-eb34-4170-9281-4b542173c21f} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12452 2024.11.09 02:52:50.030630 [ 293 ] {f14c5b6e-eb34-4170-9281-4b542173c21f} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001618 sec., 3708.2818294190356 rows/sec., 219.09 KiB/sec.
12453 2024.11.09 02:52:50.030812 [ 293 ] {f14c5b6e-eb34-4170-9281-4b542173c21f} <Debug> DynamicQueryHandler: Done processing query
12454 2024.11.09 02:52:50.030838 [ 293 ] {f14c5b6e-eb34-4170-9281-4b542173c21f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
12455 2024.11.09 02:52:50.030857 [ 293 ] {} <Debug> HTTP-Session: ad990411-186c-4c27-92d6-6bf53ea3a80e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12456 2024.11.09 02:52:50.031108 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56581, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12457 2024.11.09 02:52:50.031163 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64563, User-Agent: (none), Length: 68708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12458 2024.11.09 02:52:50.031225 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12459 2024.11.09 02:52:50.031251 [ 286 ] {} <Debug> HTTP-Session: d7246bc0-a657-47a6-9152-6274a53340af Authenticating user 'default' from [fd00:1122:3344:101::d]:64563
12460 2024.11.09 02:52:50.031275 [ 286 ] {} <Debug> HTTP-Session: d7246bc0-a657-47a6-9152-6274a53340af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12461 2024.11.09 02:52:50.031295 [ 286 ] {} <Debug> HTTP-Session: d7246bc0-a657-47a6-9152-6274a53340af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12462 2024.11.09 02:52:50.031333 [ 286 ] {} <Trace> HTTP-Session: d7246bc0-a657-47a6-9152-6274a53340af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12463 2024.11.09 02:52:50.031590 [ 286 ] {cfb45254-b85a-467d-bda5-25f5ac5f2607} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64563) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
12464 2024.11.09 02:52:50.031642 [ 286 ] {cfb45254-b85a-467d-bda5-25f5ac5f2607} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12465 2024.11.09 02:52:50.031919 [ 286 ] {cfb45254-b85a-467d-bda5-25f5ac5f2607} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12466 2024.11.09 02:52:50.032552 [ 286 ] {cfb45254-b85a-467d-bda5-25f5ac5f2607} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12467 2024.11.09 02:52:50.032589 [ 286 ] {cfb45254-b85a-467d-bda5-25f5ac5f2607} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12468 2024.11.09 02:52:50.032968 [ 286 ] {cfb45254-b85a-467d-bda5-25f5ac5f2607} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
12469 2024.11.09 02:52:50.033334 [ 286 ] {cfb45254-b85a-467d-bda5-25f5ac5f2607} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12470 2024.11.09 02:52:50.033462 [ 286 ] {cfb45254-b85a-467d-bda5-25f5ac5f2607} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.00201 sec., 210447.76119402985 rows/sec., 15.04 MiB/sec.
12471 2024.11.09 02:52:50.033636 [ 286 ] {cfb45254-b85a-467d-bda5-25f5ac5f2607} <Debug> DynamicQueryHandler: Done processing query
12472 2024.11.09 02:52:50.033660 [ 286 ] {cfb45254-b85a-467d-bda5-25f5ac5f2607} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
12473 2024.11.09 02:52:50.033678 [ 286 ] {} <Debug> HTTP-Session: d7246bc0-a657-47a6-9152-6274a53340af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12474 2024.11.09 02:52:50.033926 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64563, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12475 2024.11.09 02:52:50.033963 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44759, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12476 2024.11.09 02:52:50.034029 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12477 2024.11.09 02:52:50.034058 [ 293 ] {} <Debug> HTTP-Session: d9936984-b406-4097-9642-6b7651155309 Authenticating user 'default' from [fd00:1122:3344:101::d]:44759
12478 2024.11.09 02:52:50.034079 [ 293 ] {} <Debug> HTTP-Session: d9936984-b406-4097-9642-6b7651155309 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12479 2024.11.09 02:52:50.034096 [ 293 ] {} <Debug> HTTP-Session: d9936984-b406-4097-9642-6b7651155309 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12480 2024.11.09 02:52:50.034134 [ 293 ] {} <Trace> HTTP-Session: d9936984-b406-4097-9642-6b7651155309 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12481 2024.11.09 02:52:50.034254 [ 293 ] {121b0c69-4e46-4125-acbc-1c691d633e90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44759) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
12482 2024.11.09 02:52:50.034307 [ 293 ] {121b0c69-4e46-4125-acbc-1c691d633e90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12483 2024.11.09 02:52:50.034470 [ 293 ] {121b0c69-4e46-4125-acbc-1c691d633e90} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12484 2024.11.09 02:52:50.034791 [ 293 ] {121b0c69-4e46-4125-acbc-1c691d633e90} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12485 2024.11.09 02:52:50.034835 [ 293 ] {121b0c69-4e46-4125-acbc-1c691d633e90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12486 2024.11.09 02:52:50.035234 [ 293 ] {121b0c69-4e46-4125-acbc-1c691d633e90} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
12487 2024.11.09 02:52:50.035569 [ 293 ] {121b0c69-4e46-4125-acbc-1c691d633e90} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12488 2024.11.09 02:52:50.035716 [ 293 ] {121b0c69-4e46-4125-acbc-1c691d633e90} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001496 sec., 4010.6951871657757 rows/sec., 209.54 KiB/sec.
12489 2024.11.09 02:52:50.035881 [ 293 ] {121b0c69-4e46-4125-acbc-1c691d633e90} <Debug> DynamicQueryHandler: Done processing query
12490 2024.11.09 02:52:50.035906 [ 293 ] {121b0c69-4e46-4125-acbc-1c691d633e90} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
12491 2024.11.09 02:52:50.035922 [ 293 ] {} <Debug> HTTP-Session: d9936984-b406-4097-9642-6b7651155309 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12492 2024.11.09 02:52:50.036106 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44759, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12493 2024.11.09 02:52:50.036193 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45545, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12494 2024.11.09 02:52:50.036253 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12495 2024.11.09 02:52:50.036278 [ 286 ] {} <Debug> HTTP-Session: 96dbdb42-9457-4d50-9fac-d5097a11a78a Authenticating user 'default' from [fd00:1122:3344:101::d]:45545
12496 2024.11.09 02:52:50.036298 [ 286 ] {} <Debug> HTTP-Session: 96dbdb42-9457-4d50-9fac-d5097a11a78a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12497 2024.11.09 02:52:50.036315 [ 286 ] {} <Debug> HTTP-Session: 96dbdb42-9457-4d50-9fac-d5097a11a78a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12498 2024.11.09 02:52:50.036354 [ 286 ] {} <Trace> HTTP-Session: 96dbdb42-9457-4d50-9fac-d5097a11a78a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12499 2024.11.09 02:52:50.036591 [ 286 ] {444b9d74-2722-4097-b1eb-563b242388fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45545) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
12500 2024.11.09 02:52:50.036649 [ 286 ] {444b9d74-2722-4097-b1eb-563b242388fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12501 2024.11.09 02:52:50.036823 [ 286 ] {444b9d74-2722-4097-b1eb-563b242388fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12502 2024.11.09 02:52:50.037309 [ 286 ] {444b9d74-2722-4097-b1eb-563b242388fd} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12503 2024.11.09 02:52:50.037344 [ 286 ] {444b9d74-2722-4097-b1eb-563b242388fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12504 2024.11.09 02:52:50.037739 [ 286 ] {444b9d74-2722-4097-b1eb-563b242388fd} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
12505 2024.11.09 02:52:50.038075 [ 286 ] {444b9d74-2722-4097-b1eb-563b242388fd} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12506 2024.11.09 02:52:50.038201 [ 286 ] {444b9d74-2722-4097-b1eb-563b242388fd} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001745 sec., 135816.6189111748 rows/sec., 9.10 MiB/sec.
12507 2024.11.09 02:52:50.038371 [ 286 ] {444b9d74-2722-4097-b1eb-563b242388fd} <Debug> DynamicQueryHandler: Done processing query
12508 2024.11.09 02:52:50.038396 [ 286 ] {444b9d74-2722-4097-b1eb-563b242388fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
12509 2024.11.09 02:52:50.038412 [ 286 ] {} <Debug> HTTP-Session: 96dbdb42-9457-4d50-9fac-d5097a11a78a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12510 2024.11.09 02:52:50.038555 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44759, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12511 2024.11.09 02:52:50.038581 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45545, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12512 2024.11.09 02:52:50.038619 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12513 2024.11.09 02:52:50.038640 [ 293 ] {} <Debug> HTTP-Session: 05dfa7ea-d4c2-42a5-a08d-15c3d4629017 Authenticating user 'default' from [fd00:1122:3344:101::d]:44759
12514 2024.11.09 02:52:50.038659 [ 293 ] {} <Debug> HTTP-Session: 05dfa7ea-d4c2-42a5-a08d-15c3d4629017 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12515 2024.11.09 02:52:50.038672 [ 293 ] {} <Debug> HTTP-Session: 05dfa7ea-d4c2-42a5-a08d-15c3d4629017 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12516 2024.11.09 02:52:50.038704 [ 293 ] {} <Trace> HTTP-Session: 05dfa7ea-d4c2-42a5-a08d-15c3d4629017 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12517 2024.11.09 02:52:50.038799 [ 293 ] {651ff259-a193-45b9-94c0-9bcb9e7b39de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44759) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
12518 2024.11.09 02:52:50.038845 [ 293 ] {651ff259-a193-45b9-94c0-9bcb9e7b39de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12519 2024.11.09 02:52:50.038981 [ 293 ] {651ff259-a193-45b9-94c0-9bcb9e7b39de} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12520 2024.11.09 02:52:50.039290 [ 293 ] {651ff259-a193-45b9-94c0-9bcb9e7b39de} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12521 2024.11.09 02:52:50.039325 [ 293 ] {651ff259-a193-45b9-94c0-9bcb9e7b39de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12522 2024.11.09 02:52:50.039678 [ 293 ] {651ff259-a193-45b9-94c0-9bcb9e7b39de} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
12523 2024.11.09 02:52:50.039997 [ 293 ] {651ff259-a193-45b9-94c0-9bcb9e7b39de} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12524 2024.11.09 02:52:50.040130 [ 293 ] {651ff259-a193-45b9-94c0-9bcb9e7b39de} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001354 sec., 738.5524372230428 rows/sec., 49.77 KiB/sec.
12525 2024.11.09 02:52:50.040296 [ 293 ] {651ff259-a193-45b9-94c0-9bcb9e7b39de} <Debug> DynamicQueryHandler: Done processing query
12526 2024.11.09 02:52:50.040321 [ 293 ] {651ff259-a193-45b9-94c0-9bcb9e7b39de} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
12527 2024.11.09 02:52:50.040337 [ 293 ] {} <Debug> HTTP-Session: 05dfa7ea-d4c2-42a5-a08d-15c3d4629017 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12528 2024.11.09 02:52:50.040539 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44759, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12529 2024.11.09 02:52:50.040652 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39567, User-Agent: (none), Length: 68918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12530 2024.11.09 02:52:50.040702 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12531 2024.11.09 02:52:50.040721 [ 286 ] {} <Debug> HTTP-Session: e87ac818-294a-40b6-a5eb-311bb2d7deee Authenticating user 'default' from [fd00:1122:3344:101::d]:39567
12532 2024.11.09 02:52:50.040737 [ 286 ] {} <Debug> HTTP-Session: e87ac818-294a-40b6-a5eb-311bb2d7deee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12533 2024.11.09 02:52:50.040750 [ 286 ] {} <Debug> HTTP-Session: e87ac818-294a-40b6-a5eb-311bb2d7deee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12534 2024.11.09 02:52:50.040781 [ 286 ] {} <Trace> HTTP-Session: e87ac818-294a-40b6-a5eb-311bb2d7deee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12535 2024.11.09 02:52:50.041196 [ 286 ] {e942a8dd-e2ba-4188-9ead-f027c1f99110} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39567) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
12536 2024.11.09 02:52:50.041260 [ 286 ] {e942a8dd-e2ba-4188-9ead-f027c1f99110} <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
12537 2024.11.09 02:52:50.041684 [ 286 ] {e942a8dd-e2ba-4188-9ead-f027c1f99110} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12538 2024.11.09 02:52:50.042471 [ 286 ] {e942a8dd-e2ba-4188-9ead-f027c1f99110} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12539 2024.11.09 02:52:50.042508 [ 286 ] {e942a8dd-e2ba-4188-9ead-f027c1f99110} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12540 2024.11.09 02:52:50.043173 [ 286 ] {e942a8dd-e2ba-4188-9ead-f027c1f99110} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
12541 2024.11.09 02:52:50.043584 [ 286 ] {e942a8dd-e2ba-4188-9ead-f027c1f99110} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12542 2024.11.09 02:52:50.043711 [ 39 ] {} <Debug> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
12543 2024.11.09 02:52:50.043730 [ 286 ] {e942a8dd-e2ba-4188-9ead-f027c1f99110} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002843 sec., 14421.385860007034 rows/sec., 25.84 MiB/sec.
12544 2024.11.09 02:52:50.043751 [ 39 ] {} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12545 2024.11.09 02:52:50.043786 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12546 2024.11.09 02:52:50.044049 [ 190 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::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
12547 2024.11.09 02:52:50.044248 [ 286 ] {e942a8dd-e2ba-4188-9ead-f027c1f99110} <Debug> DynamicQueryHandler: Done processing query
12548 2024.11.09 02:52:50.044294 [ 286 ] {e942a8dd-e2ba-4188-9ead-f027c1f99110} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB.
12549 2024.11.09 02:52:50.044342 [ 286 ] {} <Debug> HTTP-Session: e87ac818-294a-40b6-a5eb-311bb2d7deee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12550 2024.11.09 02:52:50.044586 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44759, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12551 2024.11.09 02:52:50.044597 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39567, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12552 2024.11.09 02:52:50.044613 [ 190 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12553 2024.11.09 02:52:50.044667 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12554 2024.11.09 02:52:50.044704 [ 293 ] {} <Debug> HTTP-Session: 49a2b392-0f8a-4e11-b392-265fd4a6a860 Authenticating user 'default' from [fd00:1122:3344:101::d]:44759
12555 2024.11.09 02:52:50.044729 [ 190 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 720 rows starting from the beginning of the part
12556 2024.11.09 02:52:50.044736 [ 293 ] {} <Debug> HTTP-Session: 49a2b392-0f8a-4e11-b392-265fd4a6a860 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12557 2024.11.09 02:52:50.044761 [ 293 ] {} <Debug> HTTP-Session: 49a2b392-0f8a-4e11-b392-265fd4a6a860 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12558 2024.11.09 02:52:50.044807 [ 293 ] {} <Trace> HTTP-Session: 49a2b392-0f8a-4e11-b392-265fd4a6a860 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12559 2024.11.09 02:52:50.045027 [ 293 ] {e54b610e-93bd-4285-a56b-4779c0e3c96c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44759) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
12560 2024.11.09 02:52:50.045080 [ 190 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 41 rows starting from the beginning of the part
12561 2024.11.09 02:52:50.045094 [ 293 ] {e54b610e-93bd-4285-a56b-4779c0e3c96c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12562 2024.11.09 02:52:50.045558 [ 190 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 41 rows starting from the beginning of the part
12563 2024.11.09 02:52:50.045568 [ 293 ] {e54b610e-93bd-4285-a56b-4779c0e3c96c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12564 2024.11.09 02:52:50.045862 [ 190 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 41 rows starting from the beginning of the part
12565 2024.11.09 02:52:50.046334 [ 190 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 41 rows starting from the beginning of the part
12566 2024.11.09 02:52:50.046381 [ 293 ] {e54b610e-93bd-4285-a56b-4779c0e3c96c} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12567 2024.11.09 02:52:50.046436 [ 293 ] {e54b610e-93bd-4285-a56b-4779c0e3c96c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12568 2024.11.09 02:52:50.046655 [ 190 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 41 rows starting from the beginning of the part
12569 2024.11.09 02:52:50.047343 [ 293 ] {e54b610e-93bd-4285-a56b-4779c0e3c96c} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
12570 2024.11.09 02:52:50.047833 [ 293 ] {e54b610e-93bd-4285-a56b-4779c0e3c96c} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12571 2024.11.09 02:52:50.048006 [ 293 ] {e54b610e-93bd-4285-a56b-4779c0e3c96c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003086 sec., 26571.613739468565 rows/sec., 1.69 MiB/sec.
12572 2024.11.09 02:52:50.048189 [ 293 ] {e54b610e-93bd-4285-a56b-4779c0e3c96c} <Debug> DynamicQueryHandler: Done processing query
12573 2024.11.09 02:52:50.048218 [ 293 ] {e54b610e-93bd-4285-a56b-4779c0e3c96c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
12574 2024.11.09 02:52:50.048238 [ 293 ] {} <Debug> HTTP-Session: 49a2b392-0f8a-4e11-b392-265fd4a6a860 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12575 2024.11.09 02:52:50.048595 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44759, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12576 2024.11.09 02:52:50.054482 [ 192 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 925 rows, containing 19 columns (19 merged, 0 gathered) in 0.01060907 sec., 87189.54630330463 rows/sec., 156.24 MiB/sec.
12577 2024.11.09 02:52:50.055732 [ 192 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
12578 2024.11.09 02:52:50.056397 [ 192 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12579 2024.11.09 02:52:50.056491 [ 192 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
12580 2024.11.09 02:52:50.056654 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.76 MiB.
12581 2024.11.09 02:52:50.903549 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45689, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12582 2024.11.09 02:52:51.161243 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61645, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12583 2024.11.09 02:52:51.224725 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62233, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12584 2024.11.09 02:52:51.225982 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34792, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12585 2024.11.09 02:52:51.231291 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45236, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12586 2024.11.09 02:52:51.308676 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38680, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12587 2024.11.09 02:52:51.311038 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48234, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12588 2024.11.09 02:52:51.319359 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62231, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12589 2024.11.09 02:52:51.699424 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1144
12590 2024.11.09 02:52:51.702169 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12591 2024.11.09 02:52:51.702227 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12592 2024.11.09 02:52:51.703754 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
12593 2024.11.09 02:52:51.704772 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12594 2024.11.09 02:52:51.706361 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1144
12595 2024.11.09 02:52:55.008082 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55228, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12596 2024.11.09 02:52:55.008193 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12597 2024.11.09 02:52:55.008217 [ 284 ] {} <Debug> HTTP-Session: fecac8d0-8ac4-4afe-afc8-9196bbf01a4a Authenticating user 'default' from [fd00:1122:3344:101::d]:55228
12598 2024.11.09 02:52:55.008243 [ 284 ] {} <Debug> HTTP-Session: fecac8d0-8ac4-4afe-afc8-9196bbf01a4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12599 2024.11.09 02:52:55.008258 [ 284 ] {} <Debug> HTTP-Session: fecac8d0-8ac4-4afe-afc8-9196bbf01a4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12600 2024.11.09 02:52:55.008309 [ 284 ] {} <Trace> HTTP-Session: fecac8d0-8ac4-4afe-afc8-9196bbf01a4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12601 2024.11.09 02:52:55.008490 [ 284 ] {e769f1a9-bd14-4fd3-a356-67725da4a3d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55228) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
12602 2024.11.09 02:52:55.008560 [ 284 ] {e769f1a9-bd14-4fd3-a356-67725da4a3d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12603 2024.11.09 02:52:55.008915 [ 284 ] {e769f1a9-bd14-4fd3-a356-67725da4a3d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12604 2024.11.09 02:52:55.009354 [ 284 ] {e769f1a9-bd14-4fd3-a356-67725da4a3d0} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12605 2024.11.09 02:52:55.009394 [ 284 ] {e769f1a9-bd14-4fd3-a356-67725da4a3d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12606 2024.11.09 02:52:55.009818 [ 284 ] {e769f1a9-bd14-4fd3-a356-67725da4a3d0} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
12607 2024.11.09 02:52:55.010249 [ 284 ] {e769f1a9-bd14-4fd3-a356-67725da4a3d0} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12608 2024.11.09 02:52:55.010400 [ 284 ] {e769f1a9-bd14-4fd3-a356-67725da4a3d0} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001965 sec., 2035.623409669211 rows/sec., 165.99 KiB/sec.
12609 2024.11.09 02:52:55.010729 [ 284 ] {e769f1a9-bd14-4fd3-a356-67725da4a3d0} <Debug> DynamicQueryHandler: Done processing query
12610 2024.11.09 02:52:55.010756 [ 284 ] {e769f1a9-bd14-4fd3-a356-67725da4a3d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
12611 2024.11.09 02:52:55.010774 [ 284 ] {} <Debug> HTTP-Session: fecac8d0-8ac4-4afe-afc8-9196bbf01a4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12612 2024.11.09 02:52:55.011000 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55228, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12613 2024.11.09 02:52:55.011178 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54297, User-Agent: (none), Length: 8114, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12614 2024.11.09 02:52:55.011320 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12615 2024.11.09 02:52:55.011356 [ 292 ] {} <Debug> HTTP-Session: 2f33575f-f50d-472a-ae7c-74590219c524 Authenticating user 'default' from [fd00:1122:3344:101::d]:54297
12616 2024.11.09 02:52:55.011388 [ 292 ] {} <Debug> HTTP-Session: 2f33575f-f50d-472a-ae7c-74590219c524 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12617 2024.11.09 02:52:55.011411 [ 292 ] {} <Debug> HTTP-Session: 2f33575f-f50d-472a-ae7c-74590219c524 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12618 2024.11.09 02:52:55.011479 [ 292 ] {} <Trace> HTTP-Session: 2f33575f-f50d-472a-ae7c-74590219c524 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12619 2024.11.09 02:52:55.011754 [ 292 ] {545d41c8-7557-40bc-812d-8e61ec1832eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54297) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
12620 2024.11.09 02:52:55.011840 [ 292 ] {545d41c8-7557-40bc-812d-8e61ec1832eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12621 2024.11.09 02:52:55.012301 [ 292 ] {545d41c8-7557-40bc-812d-8e61ec1832eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12622 2024.11.09 02:52:55.012760 [ 292 ] {545d41c8-7557-40bc-812d-8e61ec1832eb} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12623 2024.11.09 02:52:55.012811 [ 292 ] {545d41c8-7557-40bc-812d-8e61ec1832eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12624 2024.11.09 02:52:55.013362 [ 292 ] {545d41c8-7557-40bc-812d-8e61ec1832eb} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
12625 2024.11.09 02:52:55.013817 [ 292 ] {545d41c8-7557-40bc-812d-8e61ec1832eb} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12626 2024.11.09 02:52:55.013987 [ 292 ] {545d41c8-7557-40bc-812d-8e61ec1832eb} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.002337 sec., 24818.142918271285 rows/sec., 1.90 MiB/sec.
12627 2024.11.09 02:52:55.014191 [ 292 ] {545d41c8-7557-40bc-812d-8e61ec1832eb} <Debug> DynamicQueryHandler: Done processing query
12628 2024.11.09 02:52:55.014217 [ 292 ] {545d41c8-7557-40bc-812d-8e61ec1832eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
12629 2024.11.09 02:52:55.014234 [ 292 ] {} <Debug> HTTP-Session: 2f33575f-f50d-472a-ae7c-74590219c524 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12630 2024.11.09 02:52:55.014431 [ 292 ] {} <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)
12631 2024.11.09 02:52:55.014512 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63033, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12632 2024.11.09 02:52:55.014579 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12633 2024.11.09 02:52:55.014601 [ 284 ] {} <Debug> HTTP-Session: 6c3e6e66-1d0c-4507-a500-291f6138668d Authenticating user 'default' from [fd00:1122:3344:101::d]:63033
12634 2024.11.09 02:52:55.014621 [ 284 ] {} <Debug> HTTP-Session: 6c3e6e66-1d0c-4507-a500-291f6138668d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12635 2024.11.09 02:52:55.014636 [ 284 ] {} <Debug> HTTP-Session: 6c3e6e66-1d0c-4507-a500-291f6138668d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12636 2024.11.09 02:52:55.014679 [ 284 ] {} <Trace> HTTP-Session: 6c3e6e66-1d0c-4507-a500-291f6138668d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12637 2024.11.09 02:52:55.014792 [ 284 ] {5cbacf3c-7414-4d3a-90ea-1c98ab0b2e28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63033) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
12638 2024.11.09 02:52:55.014844 [ 284 ] {5cbacf3c-7414-4d3a-90ea-1c98ab0b2e28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12639 2024.11.09 02:52:55.015119 [ 284 ] {5cbacf3c-7414-4d3a-90ea-1c98ab0b2e28} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12640 2024.11.09 02:52:55.015452 [ 284 ] {5cbacf3c-7414-4d3a-90ea-1c98ab0b2e28} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12641 2024.11.09 02:52:55.015488 [ 284 ] {5cbacf3c-7414-4d3a-90ea-1c98ab0b2e28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12642 2024.11.09 02:52:55.015858 [ 284 ] {5cbacf3c-7414-4d3a-90ea-1c98ab0b2e28} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
12643 2024.11.09 02:52:55.016257 [ 284 ] {5cbacf3c-7414-4d3a-90ea-1c98ab0b2e28} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12644 2024.11.09 02:52:55.016394 [ 284 ] {5cbacf3c-7414-4d3a-90ea-1c98ab0b2e28} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.00163 sec., 2453.98773006135 rows/sec., 171.35 KiB/sec.
12645 2024.11.09 02:52:55.016583 [ 284 ] {5cbacf3c-7414-4d3a-90ea-1c98ab0b2e28} <Debug> DynamicQueryHandler: Done processing query
12646 2024.11.09 02:52:55.016608 [ 284 ] {5cbacf3c-7414-4d3a-90ea-1c98ab0b2e28} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
12647 2024.11.09 02:52:55.016625 [ 284 ] {} <Debug> HTTP-Session: 6c3e6e66-1d0c-4507-a500-291f6138668d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12648 2024.11.09 02:52:55.016796 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63033, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12649 2024.11.09 02:52:55.016939 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52630, User-Agent: (none), Length: 11580, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12650 2024.11.09 02:52:55.017010 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12651 2024.11.09 02:52:55.017034 [ 292 ] {} <Debug> HTTP-Session: ae7e1370-4efe-4d80-95df-9cf0f349ec1d Authenticating user 'default' from [fd00:1122:3344:101::d]:52630
12652 2024.11.09 02:52:55.017056 [ 292 ] {} <Debug> HTTP-Session: ae7e1370-4efe-4d80-95df-9cf0f349ec1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12653 2024.11.09 02:52:55.017073 [ 292 ] {} <Debug> HTTP-Session: ae7e1370-4efe-4d80-95df-9cf0f349ec1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12654 2024.11.09 02:52:55.017118 [ 292 ] {} <Trace> HTTP-Session: ae7e1370-4efe-4d80-95df-9cf0f349ec1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12655 2024.11.09 02:52:55.017279 [ 292 ] {f65a9beb-0a3c-416e-a879-25dd5eb3dc27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52630) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
12656 2024.11.09 02:52:55.017329 [ 292 ] {f65a9beb-0a3c-416e-a879-25dd5eb3dc27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12657 2024.11.09 02:52:55.017597 [ 292 ] {f65a9beb-0a3c-416e-a879-25dd5eb3dc27} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12658 2024.11.09 02:52:55.017931 [ 292 ] {f65a9beb-0a3c-416e-a879-25dd5eb3dc27} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12659 2024.11.09 02:52:55.017968 [ 292 ] {f65a9beb-0a3c-416e-a879-25dd5eb3dc27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12660 2024.11.09 02:52:55.018356 [ 292 ] {f65a9beb-0a3c-416e-a879-25dd5eb3dc27} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
12661 2024.11.09 02:52:55.018735 [ 292 ] {f65a9beb-0a3c-416e-a879-25dd5eb3dc27} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12662 2024.11.09 02:52:55.018894 [ 292 ] {f65a9beb-0a3c-416e-a879-25dd5eb3dc27} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001671 sec., 40694.195092758826 rows/sec., 3.18 MiB/sec.
12663 2024.11.09 02:52:55.019064 [ 292 ] {f65a9beb-0a3c-416e-a879-25dd5eb3dc27} <Debug> DynamicQueryHandler: Done processing query
12664 2024.11.09 02:52:55.019088 [ 292 ] {f65a9beb-0a3c-416e-a879-25dd5eb3dc27} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
12665 2024.11.09 02:52:55.019104 [ 292 ] {} <Debug> HTTP-Session: ae7e1370-4efe-4d80-95df-9cf0f349ec1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12666 2024.11.09 02:52:55.019281 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63033, User-Agent: (none), Length: 24922, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12667 2024.11.09 02:52:55.019306 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52630, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12668 2024.11.09 02:52:55.019380 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12669 2024.11.09 02:52:55.019412 [ 284 ] {} <Debug> HTTP-Session: a64f02ba-3b13-4878-95a8-4ae1ecbe820f Authenticating user 'default' from [fd00:1122:3344:101::d]:63033
12670 2024.11.09 02:52:55.019431 [ 284 ] {} <Debug> HTTP-Session: a64f02ba-3b13-4878-95a8-4ae1ecbe820f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12671 2024.11.09 02:52:55.019449 [ 284 ] {} <Debug> HTTP-Session: a64f02ba-3b13-4878-95a8-4ae1ecbe820f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12672 2024.11.09 02:52:55.019502 [ 284 ] {} <Trace> HTTP-Session: a64f02ba-3b13-4878-95a8-4ae1ecbe820f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12673 2024.11.09 02:52:55.019677 [ 284 ] {f1d3693e-8873-46d7-9988-76ab6b9e4e99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63033) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
12674 2024.11.09 02:52:55.019733 [ 284 ] {f1d3693e-8873-46d7-9988-76ab6b9e4e99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12675 2024.11.09 02:52:55.019924 [ 284 ] {f1d3693e-8873-46d7-9988-76ab6b9e4e99} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12676 2024.11.09 02:52:55.020306 [ 284 ] {f1d3693e-8873-46d7-9988-76ab6b9e4e99} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12677 2024.11.09 02:52:55.020342 [ 284 ] {f1d3693e-8873-46d7-9988-76ab6b9e4e99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12678 2024.11.09 02:52:55.020759 [ 284 ] {f1d3693e-8873-46d7-9988-76ab6b9e4e99} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
12679 2024.11.09 02:52:55.021124 [ 284 ] {f1d3693e-8873-46d7-9988-76ab6b9e4e99} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12680 2024.11.09 02:52:55.021257 [ 284 ] {f1d3693e-8873-46d7-9988-76ab6b9e4e99} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001656 sec., 78502.4154589372 rows/sec., 5.47 MiB/sec.
12681 2024.11.09 02:52:55.021456 [ 284 ] {f1d3693e-8873-46d7-9988-76ab6b9e4e99} <Debug> DynamicQueryHandler: Done processing query
12682 2024.11.09 02:52:55.021496 [ 284 ] {f1d3693e-8873-46d7-9988-76ab6b9e4e99} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
12683 2024.11.09 02:52:55.021530 [ 284 ] {} <Debug> HTTP-Session: a64f02ba-3b13-4878-95a8-4ae1ecbe820f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12684 2024.11.09 02:52:55.021739 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63033, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12685 2024.11.09 02:52:55.021799 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55778, User-Agent: (none), Length: 7317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12686 2024.11.09 02:52:55.021940 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12687 2024.11.09 02:52:55.021969 [ 292 ] {} <Debug> HTTP-Session: f2de71a0-b796-4efd-af33-6e0a2633bcda Authenticating user 'default' from [fd00:1122:3344:101::d]:55778
12688 2024.11.09 02:52:55.021990 [ 292 ] {} <Debug> HTTP-Session: f2de71a0-b796-4efd-af33-6e0a2633bcda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12689 2024.11.09 02:52:55.022007 [ 292 ] {} <Debug> HTTP-Session: f2de71a0-b796-4efd-af33-6e0a2633bcda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12690 2024.11.09 02:52:55.022050 [ 292 ] {} <Trace> HTTP-Session: f2de71a0-b796-4efd-af33-6e0a2633bcda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12691 2024.11.09 02:52:55.022202 [ 292 ] {94371f38-2ab8-4569-b59e-076e9f8215fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55778) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
12692 2024.11.09 02:52:55.022257 [ 292 ] {94371f38-2ab8-4569-b59e-076e9f8215fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12693 2024.11.09 02:52:55.022422 [ 292 ] {94371f38-2ab8-4569-b59e-076e9f8215fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12694 2024.11.09 02:52:55.022773 [ 292 ] {94371f38-2ab8-4569-b59e-076e9f8215fc} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12695 2024.11.09 02:52:55.022809 [ 292 ] {94371f38-2ab8-4569-b59e-076e9f8215fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12696 2024.11.09 02:52:55.023188 [ 292 ] {94371f38-2ab8-4569-b59e-076e9f8215fc} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
12697 2024.11.09 02:52:55.023519 [ 292 ] {94371f38-2ab8-4569-b59e-076e9f8215fc} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12698 2024.11.09 02:52:55.023666 [ 292 ] {94371f38-2ab8-4569-b59e-076e9f8215fc} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001515 sec., 31683.16831683168 rows/sec., 2.14 MiB/sec.
12699 2024.11.09 02:52:55.023840 [ 292 ] {94371f38-2ab8-4569-b59e-076e9f8215fc} <Debug> DynamicQueryHandler: Done processing query
12700 2024.11.09 02:52:55.023864 [ 292 ] {94371f38-2ab8-4569-b59e-076e9f8215fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
12701 2024.11.09 02:52:55.023884 [ 292 ] {} <Debug> HTTP-Session: f2de71a0-b796-4efd-af33-6e0a2633bcda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12702 2024.11.09 02:52:55.024145 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55778, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12703 2024.11.09 02:52:59.940383 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41407, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12704 2024.11.09 02:53:00.009038 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38056, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12705 2024.11.09 02:53:00.009148 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12706 2024.11.09 02:53:00.009174 [ 284 ] {} <Debug> HTTP-Session: f43ff954-6577-4f0d-9b65-b435a12f21e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:38056
12707 2024.11.09 02:53:00.009198 [ 284 ] {} <Debug> HTTP-Session: f43ff954-6577-4f0d-9b65-b435a12f21e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12708 2024.11.09 02:53:00.009213 [ 284 ] {} <Debug> HTTP-Session: f43ff954-6577-4f0d-9b65-b435a12f21e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12709 2024.11.09 02:53:00.009265 [ 284 ] {} <Trace> HTTP-Session: f43ff954-6577-4f0d-9b65-b435a12f21e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12710 2024.11.09 02:53:00.009472 [ 284 ] {fd24b130-4599-46a7-9809-f9583caab789} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38056) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
12711 2024.11.09 02:53:00.009541 [ 284 ] {fd24b130-4599-46a7-9809-f9583caab789} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12712 2024.11.09 02:53:00.009894 [ 284 ] {fd24b130-4599-46a7-9809-f9583caab789} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12713 2024.11.09 02:53:00.010403 [ 284 ] {fd24b130-4599-46a7-9809-f9583caab789} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12714 2024.11.09 02:53:00.010447 [ 284 ] {fd24b130-4599-46a7-9809-f9583caab789} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12715 2024.11.09 02:53:00.010898 [ 284 ] {fd24b130-4599-46a7-9809-f9583caab789} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
12716 2024.11.09 02:53:00.011309 [ 284 ] {fd24b130-4599-46a7-9809-f9583caab789} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12717 2024.11.09 02:53:00.011468 [ 284 ] {fd24b130-4599-46a7-9809-f9583caab789} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002066 sec., 27105.5179090029 rows/sec., 2.08 MiB/sec.
12718 2024.11.09 02:53:00.011692 [ 284 ] {fd24b130-4599-46a7-9809-f9583caab789} <Debug> DynamicQueryHandler: Done processing query
12719 2024.11.09 02:53:00.011719 [ 284 ] {fd24b130-4599-46a7-9809-f9583caab789} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
12720 2024.11.09 02:53:00.011739 [ 284 ] {} <Debug> HTTP-Session: f43ff954-6577-4f0d-9b65-b435a12f21e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12721 2024.11.09 02:53:00.011983 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38056, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12722 2024.11.09 02:53:00.012217 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64722, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12723 2024.11.09 02:53:00.012347 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12724 2024.11.09 02:53:00.012381 [ 292 ] {} <Debug> HTTP-Session: f938fd05-b208-41dd-9ba3-e1ed363e52ee Authenticating user 'default' from [fd00:1122:3344:101::d]:64722
12725 2024.11.09 02:53:00.012410 [ 292 ] {} <Debug> HTTP-Session: f938fd05-b208-41dd-9ba3-e1ed363e52ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12726 2024.11.09 02:53:00.012427 [ 292 ] {} <Debug> HTTP-Session: f938fd05-b208-41dd-9ba3-e1ed363e52ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12727 2024.11.09 02:53:00.012487 [ 292 ] {} <Trace> HTTP-Session: f938fd05-b208-41dd-9ba3-e1ed363e52ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12728 2024.11.09 02:53:00.012715 [ 292 ] {25e9a1ec-e46d-46fe-a27e-2a8350332216} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64722) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
12729 2024.11.09 02:53:00.012792 [ 292 ] {25e9a1ec-e46d-46fe-a27e-2a8350332216} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12730 2024.11.09 02:53:00.013164 [ 292 ] {25e9a1ec-e46d-46fe-a27e-2a8350332216} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12731 2024.11.09 02:53:00.013666 [ 292 ] {25e9a1ec-e46d-46fe-a27e-2a8350332216} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12732 2024.11.09 02:53:00.013721 [ 292 ] {25e9a1ec-e46d-46fe-a27e-2a8350332216} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12733 2024.11.09 02:53:00.014202 [ 292 ] {25e9a1ec-e46d-46fe-a27e-2a8350332216} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
12734 2024.11.09 02:53:00.014639 [ 292 ] {25e9a1ec-e46d-46fe-a27e-2a8350332216} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12735 2024.11.09 02:53:00.014836 [ 292 ] {25e9a1ec-e46d-46fe-a27e-2a8350332216} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002194 sec., 29170.46490428441 rows/sec., 2.28 MiB/sec.
12736 2024.11.09 02:53:00.015090 [ 292 ] {25e9a1ec-e46d-46fe-a27e-2a8350332216} <Debug> DynamicQueryHandler: Done processing query
12737 2024.11.09 02:53:00.015121 [ 292 ] {25e9a1ec-e46d-46fe-a27e-2a8350332216} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
12738 2024.11.09 02:53:00.015138 [ 292 ] {} <Debug> HTTP-Session: f938fd05-b208-41dd-9ba3-e1ed363e52ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12739 2024.11.09 02:53:00.015365 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64722, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12740 2024.11.09 02:53:00.015383 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38056, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12741 2024.11.09 02:53:00.015481 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12742 2024.11.09 02:53:00.015503 [ 284 ] {} <Debug> HTTP-Session: 6be940fc-52fa-4a2f-a4cf-df06793706b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:38056
12743 2024.11.09 02:53:00.015526 [ 284 ] {} <Debug> HTTP-Session: 6be940fc-52fa-4a2f-a4cf-df06793706b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12744 2024.11.09 02:53:00.015552 [ 284 ] {} <Debug> HTTP-Session: 6be940fc-52fa-4a2f-a4cf-df06793706b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12745 2024.11.09 02:53:00.015600 [ 284 ] {} <Trace> HTTP-Session: 6be940fc-52fa-4a2f-a4cf-df06793706b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12746 2024.11.09 02:53:00.015782 [ 284 ] {b59a9e3f-b09f-4ddb-ba65-60049116c7c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
12747 2024.11.09 02:53:00.015841 [ 284 ] {b59a9e3f-b09f-4ddb-ba65-60049116c7c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12748 2024.11.09 02:53:00.016033 [ 284 ] {b59a9e3f-b09f-4ddb-ba65-60049116c7c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12749 2024.11.09 02:53:00.016456 [ 284 ] {b59a9e3f-b09f-4ddb-ba65-60049116c7c5} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12750 2024.11.09 02:53:00.016495 [ 284 ] {b59a9e3f-b09f-4ddb-ba65-60049116c7c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12751 2024.11.09 02:53:00.016915 [ 284 ] {b59a9e3f-b09f-4ddb-ba65-60049116c7c5} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
12752 2024.11.09 02:53:00.017289 [ 284 ] {b59a9e3f-b09f-4ddb-ba65-60049116c7c5} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12753 2024.11.09 02:53:00.017444 [ 284 ] {b59a9e3f-b09f-4ddb-ba65-60049116c7c5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001739 sec., 92006.90051753882 rows/sec., 6.41 MiB/sec.
12754 2024.11.09 02:53:00.017648 [ 284 ] {b59a9e3f-b09f-4ddb-ba65-60049116c7c5} <Debug> DynamicQueryHandler: Done processing query
12755 2024.11.09 02:53:00.017673 [ 284 ] {b59a9e3f-b09f-4ddb-ba65-60049116c7c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
12756 2024.11.09 02:53:00.017693 [ 284 ] {} <Debug> HTTP-Session: 6be940fc-52fa-4a2f-a4cf-df06793706b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12757 2024.11.09 02:53:00.017861 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38056, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12758 2024.11.09 02:53:00.017958 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34705, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12759 2024.11.09 02:53:00.018046 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12760 2024.11.09 02:53:00.018068 [ 292 ] {} <Debug> HTTP-Session: c97b19fa-0aef-4f10-9f28-c0d8fd72af3b Authenticating user 'default' from [fd00:1122:3344:101::d]:34705
12761 2024.11.09 02:53:00.018089 [ 292 ] {} <Debug> HTTP-Session: c97b19fa-0aef-4f10-9f28-c0d8fd72af3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12762 2024.11.09 02:53:00.018103 [ 292 ] {} <Debug> HTTP-Session: c97b19fa-0aef-4f10-9f28-c0d8fd72af3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12763 2024.11.09 02:53:00.018148 [ 292 ] {} <Trace> HTTP-Session: c97b19fa-0aef-4f10-9f28-c0d8fd72af3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12764 2024.11.09 02:53:00.018313 [ 292 ] {11207623-d382-48d4-b224-438f93bdb952} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34705) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
12765 2024.11.09 02:53:00.018371 [ 292 ] {11207623-d382-48d4-b224-438f93bdb952} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12766 2024.11.09 02:53:00.018546 [ 292 ] {11207623-d382-48d4-b224-438f93bdb952} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12767 2024.11.09 02:53:00.018856 [ 292 ] {11207623-d382-48d4-b224-438f93bdb952} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12768 2024.11.09 02:53:00.018893 [ 292 ] {11207623-d382-48d4-b224-438f93bdb952} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12769 2024.11.09 02:53:00.019294 [ 292 ] {11207623-d382-48d4-b224-438f93bdb952} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
12770 2024.11.09 02:53:00.019637 [ 292 ] {11207623-d382-48d4-b224-438f93bdb952} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12771 2024.11.09 02:53:00.019772 [ 292 ] {11207623-d382-48d4-b224-438f93bdb952} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00152 sec., 39473.68421052631 rows/sec., 2.66 MiB/sec.
12772 2024.11.09 02:53:00.019939 [ 292 ] {11207623-d382-48d4-b224-438f93bdb952} <Debug> DynamicQueryHandler: Done processing query
12773 2024.11.09 02:53:00.019964 [ 292 ] {11207623-d382-48d4-b224-438f93bdb952} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
12774 2024.11.09 02:53:00.019980 [ 292 ] {} <Debug> HTTP-Session: c97b19fa-0aef-4f10-9f28-c0d8fd72af3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12775 2024.11.09 02:53:00.020255 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34705, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12776 2024.11.09 02:53:00.562893 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64868, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12777 2024.11.09 02:53:00.595449 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47548, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12778 2024.11.09 02:53:00.665013 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56369, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12779 2024.11.09 02:53:00.714414 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46057, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12780 2024.11.09 02:53:00.719658 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46036, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12781 2024.11.09 02:53:00.738984 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58907, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12782 2024.11.09 02:53:00.871570 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41675, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12783 2024.11.09 02:53:01.421042 [ 64 ] {} <Debug> DNSResolver: Updating DNS cache
12784 2024.11.09 02:53:01.421122 [ 64 ] {} <Debug> DNSResolver: Updated DNS cache
12785 2024.11.09 02:53:01.706561 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1164
12786 2024.11.09 02:53:01.709197 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12787 2024.11.09 02:53:01.709247 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12788 2024.11.09 02:53:01.710803 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
12789 2024.11.09 02:53:01.711814 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12790 2024.11.09 02:53:01.713082 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1164
12791 2024.11.09 02:53:01.732929 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48962, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12792 2024.11.09 02:53:01.746359 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51463, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12793 2024.11.09 02:53:02.205443 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60521, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12794 2024.11.09 02:53:02.263209 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52169, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12795 2024.11.09 02:53:02.295144 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42061, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12796 2024.11.09 02:53:02.295452 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35381, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12797 2024.11.09 02:53:02.378248 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40139, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12798 2024.11.09 02:53:02.427875 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58873, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12799 2024.11.09 02:53:02.432206 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37556, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12800 2024.11.09 02:53:02.454828 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38758, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12801 2024.11.09 02:53:02.456874 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63826, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12802 2024.11.09 02:53:02.503227 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50639, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12803 2024.11.09 02:53:02.590668 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41538, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12804 2024.11.09 02:53:02.604121 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52412, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12805 2024.11.09 02:53:02.610454 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55536, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12806 2024.11.09 02:53:02.658980 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51919, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12807 2024.11.09 02:53:05.016209 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55328, User-Agent: (none), Length: 41147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12808 2024.11.09 02:53:05.016344 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12809 2024.11.09 02:53:05.016375 [ 307 ] {} <Debug> HTTP-Session: 890e19bc-65eb-4cd4-b913-b74462a0eb26 Authenticating user 'default' from [fd00:1122:3344:101::d]:55328
12810 2024.11.09 02:53:05.016403 [ 307 ] {} <Debug> HTTP-Session: 890e19bc-65eb-4cd4-b913-b74462a0eb26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12811 2024.11.09 02:53:05.016421 [ 307 ] {} <Debug> HTTP-Session: 890e19bc-65eb-4cd4-b913-b74462a0eb26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12812 2024.11.09 02:53:05.016479 [ 307 ] {} <Trace> HTTP-Session: 890e19bc-65eb-4cd4-b913-b74462a0eb26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12813 2024.11.09 02:53:05.016770 [ 307 ] {2fb36eb2-7d65-4250-9370-fce56c465b84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55328) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
12814 2024.11.09 02:53:05.016840 [ 307 ] {2fb36eb2-7d65-4250-9370-fce56c465b84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12815 2024.11.09 02:53:05.017182 [ 307 ] {2fb36eb2-7d65-4250-9370-fce56c465b84} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12816 2024.11.09 02:53:05.017765 [ 307 ] {2fb36eb2-7d65-4250-9370-fce56c465b84} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12817 2024.11.09 02:53:05.017811 [ 307 ] {2fb36eb2-7d65-4250-9370-fce56c465b84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12818 2024.11.09 02:53:05.018267 [ 307 ] {2fb36eb2-7d65-4250-9370-fce56c465b84} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
12819 2024.11.09 02:53:05.018662 [ 307 ] {2fb36eb2-7d65-4250-9370-fce56c465b84} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12820 2024.11.09 02:53:05.018849 [ 307 ] {2fb36eb2-7d65-4250-9370-fce56c465b84} <Debug> executeQuery: Read 271 rows, 24.70 KiB in 0.00221 sec., 122624.43438914027 rows/sec., 10.91 MiB/sec.
12821 2024.11.09 02:53:05.018862 [ 58 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
12822 2024.11.09 02:53:05.018970 [ 58 ] {} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12823 2024.11.09 02:53:05.019032 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12824 2024.11.09 02:53:05.019164 [ 307 ] {2fb36eb2-7d65-4250-9370-fce56c465b84} <Debug> DynamicQueryHandler: Done processing query
12825 2024.11.09 02:53:05.019180 [ 201 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
12826 2024.11.09 02:53:05.019206 [ 307 ] {2fb36eb2-7d65-4250-9370-fce56c465b84} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
12827 2024.11.09 02:53:05.019257 [ 307 ] {} <Debug> HTTP-Session: 890e19bc-65eb-4cd4-b913-b74462a0eb26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12828 2024.11.09 02:53:05.019389 [ 201 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12829 2024.11.09 02:53:05.019430 [ 201 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1420 rows starting from the beginning of the part
12830 2024.11.09 02:53:05.019660 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55328, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12831 2024.11.09 02:53:05.019655 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34705, User-Agent: (none), Length: 5927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12832 2024.11.09 02:53:05.019711 [ 201 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 56 rows starting from the beginning of the part
12833 2024.11.09 02:53:05.019890 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12834 2024.11.09 02:53:05.020019 [ 292 ] {} <Debug> HTTP-Session: e65d32c7-5ff7-4096-8bb7-c3eb4ead724b Authenticating user 'default' from [fd00:1122:3344:101::d]:34705
12835 2024.11.09 02:53:05.020123 [ 292 ] {} <Debug> HTTP-Session: e65d32c7-5ff7-4096-8bb7-c3eb4ead724b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12836 2024.11.09 02:53:05.020152 [ 201 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 271 rows starting from the beginning of the part
12837 2024.11.09 02:53:05.020174 [ 292 ] {} <Debug> HTTP-Session: e65d32c7-5ff7-4096-8bb7-c3eb4ead724b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12838 2024.11.09 02:53:05.020312 [ 292 ] {} <Trace> HTTP-Session: e65d32c7-5ff7-4096-8bb7-c3eb4ead724b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12839 2024.11.09 02:53:05.020460 [ 201 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 58 rows starting from the beginning of the part
12840 2024.11.09 02:53:05.020615 [ 292 ] {ba1055d7-4234-4456-88e2-897b0429b96e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34705) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
12841 2024.11.09 02:53:05.020791 [ 292 ] {ba1055d7-4234-4456-88e2-897b0429b96e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12842 2024.11.09 02:53:05.020783 [ 201 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 56 rows starting from the beginning of the part
12843 2024.11.09 02:53:05.021175 [ 201 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 271 rows starting from the beginning of the part
12844 2024.11.09 02:53:05.021966 [ 292 ] {ba1055d7-4234-4456-88e2-897b0429b96e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12845 2024.11.09 02:53:05.022763 [ 292 ] {ba1055d7-4234-4456-88e2-897b0429b96e} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12846 2024.11.09 02:53:05.022838 [ 292 ] {ba1055d7-4234-4456-88e2-897b0429b96e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12847 2024.11.09 02:53:05.023870 [ 292 ] {ba1055d7-4234-4456-88e2-897b0429b96e} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
12848 2024.11.09 02:53:05.024650 [ 188 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2132 rows, containing 5 columns (5 merged, 0 gathered) in 0.005527324 sec., 385720.1061490153 rows/sec., 34.10 MiB/sec.
12849 2024.11.09 02:53:05.024671 [ 292 ] {ba1055d7-4234-4456-88e2-897b0429b96e} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12850 2024.11.09 02:53:05.024951 [ 292 ] {ba1055d7-4234-4456-88e2-897b0429b96e} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.004432 sec., 9250.902527075812 rows/sec., 695.62 KiB/sec.
12851 2024.11.09 02:53:05.025041 [ 188 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
12852 2024.11.09 02:53:05.025493 [ 292 ] {ba1055d7-4234-4456-88e2-897b0429b96e} <Debug> DynamicQueryHandler: Done processing query
12853 2024.11.09 02:53:05.025584 [ 292 ] {ba1055d7-4234-4456-88e2-897b0429b96e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
12854 2024.11.09 02:53:05.025677 [ 292 ] {} <Debug> HTTP-Session: e65d32c7-5ff7-4096-8bb7-c3eb4ead724b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12855 2024.11.09 02:53:05.026075 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34705, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12856 2024.11.09 02:53:05.026117 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60795, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12857 2024.11.09 02:53:05.026287 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12858 2024.11.09 02:53:05.026410 [ 307 ] {} <Debug> HTTP-Session: 631ba61e-40ba-4229-968e-89ded1000d7d Authenticating user 'default' from [fd00:1122:3344:101::d]:60795
12859 2024.11.09 02:53:05.026480 [ 307 ] {} <Debug> HTTP-Session: 631ba61e-40ba-4229-968e-89ded1000d7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12860 2024.11.09 02:53:05.026523 [ 307 ] {} <Debug> HTTP-Session: 631ba61e-40ba-4229-968e-89ded1000d7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12861 2024.11.09 02:53:05.026592 [ 307 ] {} <Trace> HTTP-Session: 631ba61e-40ba-4229-968e-89ded1000d7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12862 2024.11.09 02:53:05.026774 [ 307 ] {6b0bab74-5d14-4dbb-a860-b001fcb62c9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60795) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
12863 2024.11.09 02:53:05.026782 [ 188 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_76_15} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12864 2024.11.09 02:53:05.026845 [ 307 ] {6b0bab74-5d14-4dbb-a860-b001fcb62c9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12865 2024.11.09 02:53:05.026986 [ 188 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_76_15} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
12866 2024.11.09 02:53:05.027176 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB.
12867 2024.11.09 02:53:05.027341 [ 307 ] {6b0bab74-5d14-4dbb-a860-b001fcb62c9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12868 2024.11.09 02:53:05.027684 [ 307 ] {6b0bab74-5d14-4dbb-a860-b001fcb62c9f} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12869 2024.11.09 02:53:05.027722 [ 307 ] {6b0bab74-5d14-4dbb-a860-b001fcb62c9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12870 2024.11.09 02:53:05.028098 [ 307 ] {6b0bab74-5d14-4dbb-a860-b001fcb62c9f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
12871 2024.11.09 02:53:05.028488 [ 307 ] {6b0bab74-5d14-4dbb-a860-b001fcb62c9f} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12872 2024.11.09 02:53:05.028651 [ 307 ] {6b0bab74-5d14-4dbb-a860-b001fcb62c9f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001937 sec., 7227.671657201859 rows/sec., 506.18 KiB/sec.
12873 2024.11.09 02:53:05.028875 [ 307 ] {6b0bab74-5d14-4dbb-a860-b001fcb62c9f} <Debug> DynamicQueryHandler: Done processing query
12874 2024.11.09 02:53:05.028901 [ 307 ] {6b0bab74-5d14-4dbb-a860-b001fcb62c9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
12875 2024.11.09 02:53:05.028918 [ 307 ] {} <Debug> HTTP-Session: 631ba61e-40ba-4229-968e-89ded1000d7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12876 2024.11.09 02:53:05.029128 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60795, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12877 2024.11.09 02:53:05.029176 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56224, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12878 2024.11.09 02:53:05.029234 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12879 2024.11.09 02:53:05.029259 [ 292 ] {} <Debug> HTTP-Session: e349848c-e9af-40ea-8d12-eef5d7b5ccac Authenticating user 'default' from [fd00:1122:3344:101::d]:56224
12880 2024.11.09 02:53:05.029278 [ 292 ] {} <Debug> HTTP-Session: e349848c-e9af-40ea-8d12-eef5d7b5ccac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12881 2024.11.09 02:53:05.029293 [ 292 ] {} <Debug> HTTP-Session: e349848c-e9af-40ea-8d12-eef5d7b5ccac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12882 2024.11.09 02:53:05.029326 [ 292 ] {} <Trace> HTTP-Session: e349848c-e9af-40ea-8d12-eef5d7b5ccac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12883 2024.11.09 02:53:05.029438 [ 292 ] {0386a54a-140b-40be-b329-196f5ae45661} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56224) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
12884 2024.11.09 02:53:05.029484 [ 292 ] {0386a54a-140b-40be-b329-196f5ae45661} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12885 2024.11.09 02:53:05.029717 [ 292 ] {0386a54a-140b-40be-b329-196f5ae45661} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12886 2024.11.09 02:53:05.030048 [ 292 ] {0386a54a-140b-40be-b329-196f5ae45661} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12887 2024.11.09 02:53:05.030086 [ 292 ] {0386a54a-140b-40be-b329-196f5ae45661} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12888 2024.11.09 02:53:05.030453 [ 292 ] {0386a54a-140b-40be-b329-196f5ae45661} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
12889 2024.11.09 02:53:05.030828 [ 292 ] {0386a54a-140b-40be-b329-196f5ae45661} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12890 2024.11.09 02:53:05.030990 [ 57 ] {} <Debug> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
12891 2024.11.09 02:53:05.030993 [ 292 ] {0386a54a-140b-40be-b329-196f5ae45661} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001571 sec., 3819.2234245703376 rows/sec., 225.65 KiB/sec.
12892 2024.11.09 02:53:05.031056 [ 57 ] {} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12893 2024.11.09 02:53:05.031122 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12894 2024.11.09 02:53:05.031413 [ 292 ] {0386a54a-140b-40be-b329-196f5ae45661} <Debug> DynamicQueryHandler: Done processing query
12895 2024.11.09 02:53:05.031420 [ 193 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full
12896 2024.11.09 02:53:05.031464 [ 292 ] {0386a54a-140b-40be-b329-196f5ae45661} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
12897 2024.11.09 02:53:05.031553 [ 292 ] {} <Debug> HTTP-Session: e349848c-e9af-40ea-8d12-eef5d7b5ccac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12898 2024.11.09 02:53:05.031932 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56224, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12899 2024.11.09 02:53:05.032042 [ 193 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12900 2024.11.09 02:53:05.032053 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37647, User-Agent: (none), Length: 68708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12901 2024.11.09 02:53:05.032114 [ 193 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 6 rows starting from the beginning of the part
12902 2024.11.09 02:53:05.032182 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12903 2024.11.09 02:53:05.032315 [ 307 ] {} <Debug> HTTP-Session: 167c3c15-4cb0-4138-97d4-99db4b82e5d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:37647
12904 2024.11.09 02:53:05.032334 [ 193 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part
12905 2024.11.09 02:53:05.032375 [ 307 ] {} <Debug> HTTP-Session: 167c3c15-4cb0-4138-97d4-99db4b82e5d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12906 2024.11.09 02:53:05.032456 [ 307 ] {} <Debug> HTTP-Session: 167c3c15-4cb0-4138-97d4-99db4b82e5d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12907 2024.11.09 02:53:05.032617 [ 193 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part
12908 2024.11.09 02:53:05.032638 [ 307 ] {} <Trace> HTTP-Session: 167c3c15-4cb0-4138-97d4-99db4b82e5d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12909 2024.11.09 02:53:05.032909 [ 193 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part
12910 2024.11.09 02:53:05.033069 [ 193 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part
12911 2024.11.09 02:53:05.033276 [ 307 ] {90d1e1fd-8e8d-43df-a548-022cd8a5ba56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37647) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
12912 2024.11.09 02:53:05.033444 [ 307 ] {90d1e1fd-8e8d-43df-a548-022cd8a5ba56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12913 2024.11.09 02:53:05.034232 [ 307 ] {90d1e1fd-8e8d-43df-a548-022cd8a5ba56} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12914 2024.11.09 02:53:05.035355 [ 193 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004117815 sec., 7285.4171447721665 rows/sec., 462.45 KiB/sec.
12915 2024.11.09 02:53:05.035527 [ 193 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
12916 2024.11.09 02:53:05.035596 [ 307 ] {90d1e1fd-8e8d-43df-a548-022cd8a5ba56} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12917 2024.11.09 02:53:05.035661 [ 307 ] {90d1e1fd-8e8d-43df-a548-022cd8a5ba56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12918 2024.11.09 02:53:05.036450 [ 193 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_25_6} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12919 2024.11.09 02:53:05.036563 [ 307 ] {90d1e1fd-8e8d-43df-a548-022cd8a5ba56} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
12920 2024.11.09 02:53:05.036576 [ 193 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_25_6} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
12921 2024.11.09 02:53:05.036735 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
12922 2024.11.09 02:53:05.037049 [ 307 ] {90d1e1fd-8e8d-43df-a548-022cd8a5ba56} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12923 2024.11.09 02:53:05.037216 [ 307 ] {90d1e1fd-8e8d-43df-a548-022cd8a5ba56} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.004293 sec., 98532.49475890986 rows/sec., 7.04 MiB/sec.
12924 2024.11.09 02:53:05.037228 [ 57 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
12925 2024.11.09 02:53:05.037310 [ 57 ] {} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12926 2024.11.09 02:53:05.037360 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12927 2024.11.09 02:53:05.037581 [ 307 ] {90d1e1fd-8e8d-43df-a548-022cd8a5ba56} <Debug> DynamicQueryHandler: Done processing query
12928 2024.11.09 02:53:05.037596 [ 193 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
12929 2024.11.09 02:53:05.037623 [ 307 ] {90d1e1fd-8e8d-43df-a548-022cd8a5ba56} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
12930 2024.11.09 02:53:05.037682 [ 307 ] {} <Debug> HTTP-Session: 167c3c15-4cb0-4138-97d4-99db4b82e5d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12931 2024.11.09 02:53:05.037821 [ 193 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12932 2024.11.09 02:53:05.037912 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37647, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12933 2024.11.09 02:53:05.037927 [ 193 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 915 rows starting from the beginning of the part
12934 2024.11.09 02:53:05.037977 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52223, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12935 2024.11.09 02:53:05.038273 [ 193 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 64 rows starting from the beginning of the part
12936 2024.11.09 02:53:05.038284 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12937 2024.11.09 02:53:05.038366 [ 292 ] {} <Debug> HTTP-Session: 83f0619b-4692-4e6f-9e54-85d200b330be Authenticating user 'default' from [fd00:1122:3344:101::d]:52223
12938 2024.11.09 02:53:05.038494 [ 292 ] {} <Debug> HTTP-Session: 83f0619b-4692-4e6f-9e54-85d200b330be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12939 2024.11.09 02:53:05.038541 [ 193 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 423 rows starting from the beginning of the part
12940 2024.11.09 02:53:05.038570 [ 292 ] {} <Debug> HTTP-Session: 83f0619b-4692-4e6f-9e54-85d200b330be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12941 2024.11.09 02:53:05.038755 [ 292 ] {} <Trace> HTTP-Session: 83f0619b-4692-4e6f-9e54-85d200b330be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12942 2024.11.09 02:53:05.038802 [ 193 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 68 rows starting from the beginning of the part
12943 2024.11.09 02:53:05.038981 [ 193 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 64 rows starting from the beginning of the part
12944 2024.11.09 02:53:05.039168 [ 292 ] {a28e2d55-5fc9-4088-ba37-c4714b5c4e77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52223) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
12945 2024.11.09 02:53:05.039271 [ 193 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 423 rows starting from the beginning of the part
12946 2024.11.09 02:53:05.039368 [ 292 ] {a28e2d55-5fc9-4088-ba37-c4714b5c4e77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12947 2024.11.09 02:53:05.040049 [ 292 ] {a28e2d55-5fc9-4088-ba37-c4714b5c4e77} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12948 2024.11.09 02:53:05.040764 [ 292 ] {a28e2d55-5fc9-4088-ba37-c4714b5c4e77} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12949 2024.11.09 02:53:05.040831 [ 292 ] {a28e2d55-5fc9-4088-ba37-c4714b5c4e77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12950 2024.11.09 02:53:05.041820 [ 292 ] {a28e2d55-5fc9-4088-ba37-c4714b5c4e77} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
12951 2024.11.09 02:53:05.042634 [ 196 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1957 rows, containing 5 columns (5 merged, 0 gathered) in 0.005151167 sec., 379913.9107701226 rows/sec., 29.08 MiB/sec.
12952 2024.11.09 02:53:05.042685 [ 292 ] {a28e2d55-5fc9-4088-ba37-c4714b5c4e77} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12953 2024.11.09 02:53:05.042978 [ 292 ] {a28e2d55-5fc9-4088-ba37-c4714b5c4e77} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003968 sec., 1512.0967741935483 rows/sec., 79.00 KiB/sec.
12954 2024.11.09 02:53:05.042997 [ 186 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
12955 2024.11.09 02:53:05.043513 [ 292 ] {a28e2d55-5fc9-4088-ba37-c4714b5c4e77} <Debug> DynamicQueryHandler: Done processing query
12956 2024.11.09 02:53:05.043583 [ 292 ] {a28e2d55-5fc9-4088-ba37-c4714b5c4e77} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
12957 2024.11.09 02:53:05.043618 [ 292 ] {} <Debug> HTTP-Session: 83f0619b-4692-4e6f-9e54-85d200b330be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12958 2024.11.09 02:53:05.043850 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52223, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12959 2024.11.09 02:53:05.043918 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12960 2024.11.09 02:53:05.044026 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12961 2024.11.09 02:53:05.044076 [ 307 ] {} <Debug> HTTP-Session: 560f387c-dd7c-4b0f-b83e-c2675487e979 Authenticating user 'default' from [fd00:1122:3344:101::d]:36905
12962 2024.11.09 02:53:05.044116 [ 307 ] {} <Debug> HTTP-Session: 560f387c-dd7c-4b0f-b83e-c2675487e979 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12963 2024.11.09 02:53:05.044158 [ 307 ] {} <Debug> HTTP-Session: 560f387c-dd7c-4b0f-b83e-c2675487e979 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12964 2024.11.09 02:53:05.044162 [ 186 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_76_15} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12965 2024.11.09 02:53:05.044224 [ 307 ] {} <Trace> HTTP-Session: 560f387c-dd7c-4b0f-b83e-c2675487e979 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12966 2024.11.09 02:53:05.044341 [ 186 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_76_15} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
12967 2024.11.09 02:53:05.044517 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB.
12968 2024.11.09 02:53:05.044628 [ 307 ] {44afe7cc-3694-4383-b6f2-482783f11324} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
12969 2024.11.09 02:53:05.044685 [ 307 ] {44afe7cc-3694-4383-b6f2-482783f11324} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12970 2024.11.09 02:53:05.044867 [ 307 ] {44afe7cc-3694-4383-b6f2-482783f11324} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12971 2024.11.09 02:53:05.045346 [ 307 ] {44afe7cc-3694-4383-b6f2-482783f11324} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12972 2024.11.09 02:53:05.045384 [ 307 ] {44afe7cc-3694-4383-b6f2-482783f11324} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12973 2024.11.09 02:53:05.045781 [ 307 ] {44afe7cc-3694-4383-b6f2-482783f11324} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
12974 2024.11.09 02:53:05.046125 [ 307 ] {44afe7cc-3694-4383-b6f2-482783f11324} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12975 2024.11.09 02:53:05.046279 [ 307 ] {44afe7cc-3694-4383-b6f2-482783f11324} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001855 sec., 127762.80323450133 rows/sec., 8.56 MiB/sec.
12976 2024.11.09 02:53:05.046287 [ 57 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
12977 2024.11.09 02:53:05.046365 [ 57 ] {} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12978 2024.11.09 02:53:05.046409 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
12979 2024.11.09 02:53:05.046612 [ 307 ] {44afe7cc-3694-4383-b6f2-482783f11324} <Debug> DynamicQueryHandler: Done processing query
12980 2024.11.09 02:53:05.046620 [ 198 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
12981 2024.11.09 02:53:05.046650 [ 307 ] {44afe7cc-3694-4383-b6f2-482783f11324} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
12982 2024.11.09 02:53:05.046732 [ 307 ] {} <Debug> HTTP-Session: 560f387c-dd7c-4b0f-b83e-c2675487e979 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12983 2024.11.09 02:53:05.047155 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12984 2024.11.09 02:53:05.047253 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53839, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12985 2024.11.09 02:53:05.047424 [ 198 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12986 2024.11.09 02:53:05.047588 [ 307 ] {} <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):
12987 
12988 (version 23.8.7.1)
12989 2024.11.09 02:53:05.047600 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12990 2024.11.09 02:53:05.047605 [ 198 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_71_14, total 15390 rows starting from the beginning of the part
12991 2024.11.09 02:53:05.047731 [ 292 ] {} <Debug> HTTP-Session: 9dc9cf3f-fa1f-4096-aeca-8be25d9c4694 Authenticating user 'default' from [fd00:1122:3344:101::d]:53839
12992 2024.11.09 02:53:05.047852 [ 292 ] {} <Debug> HTTP-Session: 9dc9cf3f-fa1f-4096-aeca-8be25d9c4694 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12993 2024.11.09 02:53:05.047974 [ 292 ] {} <Debug> HTTP-Session: 9dc9cf3f-fa1f-4096-aeca-8be25d9c4694 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12994 2024.11.09 02:53:05.048156 [ 198 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part
12995 2024.11.09 02:53:05.048174 [ 292 ] {} <Trace> HTTP-Session: 9dc9cf3f-fa1f-4096-aeca-8be25d9c4694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12996 2024.11.09 02:53:05.048655 [ 198 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 237 rows starting from the beginning of the part
12997 2024.11.09 02:53:05.048706 [ 292 ] {c3a2ef96-2d5f-4699-971e-b8425b539e28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53839) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
12998 2024.11.09 02:53:05.048903 [ 292 ] {c3a2ef96-2d5f-4699-971e-b8425b539e28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12999 2024.11.09 02:53:05.048965 [ 198 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 130 rows starting from the beginning of the part
13000 2024.11.09 02:53:05.049386 [ 198 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part
13001 2024.11.09 02:53:05.049725 [ 198 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 237 rows starting from the beginning of the part
13002 2024.11.09 02:53:05.050201 [ 292 ] {c3a2ef96-2d5f-4699-971e-b8425b539e28} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13003 2024.11.09 02:53:05.050940 [ 292 ] {c3a2ef96-2d5f-4699-971e-b8425b539e28} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13004 2024.11.09 02:53:05.051008 [ 292 ] {c3a2ef96-2d5f-4699-971e-b8425b539e28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
13005 2024.11.09 02:53:05.051547 [ 292 ] {c3a2ef96-2d5f-4699-971e-b8425b539e28} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
13006 2024.11.09 02:53:05.052203 [ 292 ] {c3a2ef96-2d5f-4699-971e-b8425b539e28} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13007 2024.11.09 02:53:05.052555 [ 292 ] {c3a2ef96-2d5f-4699-971e-b8425b539e28} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004023 sec., 248.5707183693761 rows/sec., 16.75 KiB/sec.
13008 2024.11.09 02:53:05.053163 [ 292 ] {c3a2ef96-2d5f-4699-971e-b8425b539e28} <Debug> DynamicQueryHandler: Done processing query
13009 2024.11.09 02:53:05.053245 [ 292 ] {c3a2ef96-2d5f-4699-971e-b8425b539e28} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
13010 2024.11.09 02:53:05.053321 [ 292 ] {} <Debug> HTTP-Session: 9dc9cf3f-fa1f-4096-aeca-8be25d9c4694 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13011 2024.11.09 02:53:05.053647 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53839, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13012 2024.11.09 02:53:05.053863 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48492, User-Agent: (none), Length: 68887, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13013 2024.11.09 02:53:05.054011 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13014 2024.11.09 02:53:05.054060 [ 307 ] {} <Debug> HTTP-Session: b618a93c-4245-48c5-b82e-3784537bd10c Authenticating user 'default' from [fd00:1122:3344:101::d]:48492
13015 2024.11.09 02:53:05.054088 [ 307 ] {} <Debug> HTTP-Session: b618a93c-4245-48c5-b82e-3784537bd10c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13016 2024.11.09 02:53:05.054113 [ 307 ] {} <Debug> HTTP-Session: b618a93c-4245-48c5-b82e-3784537bd10c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13017 2024.11.09 02:53:05.054168 [ 307 ] {} <Trace> HTTP-Session: b618a93c-4245-48c5-b82e-3784537bd10c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13018 2024.11.09 02:53:05.055283 [ 307 ] {2157906f-a5ff-498c-bc1f-0fc5f36f41df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48492) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
13019 2024.11.09 02:53:05.055373 [ 307 ] {2157906f-a5ff-498c-bc1f-0fc5f36f41df} <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
13020 2024.11.09 02:53:05.055991 [ 307 ] {2157906f-a5ff-498c-bc1f-0fc5f36f41df} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13021 2024.11.09 02:53:05.057207 [ 307 ] {2157906f-a5ff-498c-bc1f-0fc5f36f41df} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13022 2024.11.09 02:53:05.057306 [ 307 ] {2157906f-a5ff-498c-bc1f-0fc5f36f41df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
13023 2024.11.09 02:53:05.057370 [ 196 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16314 rows, containing 5 columns (5 merged, 0 gathered) in 0.010868575 sec., 1501024.7433541196 rows/sec., 102.31 MiB/sec.
13024 2024.11.09 02:53:05.058145 [ 196 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
13025 2024.11.09 02:53:05.058416 [ 307 ] {2157906f-a5ff-498c-bc1f-0fc5f36f41df} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
13026 2024.11.09 02:53:05.059127 [ 196 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13027 2024.11.09 02:53:05.059292 [ 196 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
13028 2024.11.09 02:53:05.059477 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.10 MiB.
13029 2024.11.09 02:53:05.059561 [ 307 ] {2157906f-a5ff-498c-bc1f-0fc5f36f41df} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13030 2024.11.09 02:53:05.059756 [ 307 ] {2157906f-a5ff-498c-bc1f-0fc5f36f41df} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.005467 sec., 7499.542710810317 rows/sec., 13.44 MiB/sec.
13031 2024.11.09 02:53:05.060017 [ 307 ] {2157906f-a5ff-498c-bc1f-0fc5f36f41df} <Debug> DynamicQueryHandler: Done processing query
13032 2024.11.09 02:53:05.060044 [ 307 ] {2157906f-a5ff-498c-bc1f-0fc5f36f41df} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB.
13033 2024.11.09 02:53:05.060060 [ 307 ] {} <Debug> HTTP-Session: b618a93c-4245-48c5-b82e-3784537bd10c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13034 2024.11.09 02:53:05.060217 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48492, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13035 2024.11.09 02:53:05.060272 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37513, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13036 2024.11.09 02:53:05.060329 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13037 2024.11.09 02:53:05.060351 [ 292 ] {} <Debug> HTTP-Session: a7c8025a-b2ad-4740-be67-7517a97e8909 Authenticating user 'default' from [fd00:1122:3344:101::d]:37513
13038 2024.11.09 02:53:05.060374 [ 292 ] {} <Debug> HTTP-Session: a7c8025a-b2ad-4740-be67-7517a97e8909 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13039 2024.11.09 02:53:05.060390 [ 292 ] {} <Debug> HTTP-Session: a7c8025a-b2ad-4740-be67-7517a97e8909 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13040 2024.11.09 02:53:05.060426 [ 292 ] {} <Trace> HTTP-Session: a7c8025a-b2ad-4740-be67-7517a97e8909 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13041 2024.11.09 02:53:05.060573 [ 292 ] {6ba7a31a-1dd6-4d52-8461-d0e71bb33807} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37513) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
13042 2024.11.09 02:53:05.060619 [ 292 ] {6ba7a31a-1dd6-4d52-8461-d0e71bb33807} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13043 2024.11.09 02:53:05.060755 [ 292 ] {6ba7a31a-1dd6-4d52-8461-d0e71bb33807} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13044 2024.11.09 02:53:05.061072 [ 292 ] {6ba7a31a-1dd6-4d52-8461-d0e71bb33807} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13045 2024.11.09 02:53:05.061108 [ 292 ] {6ba7a31a-1dd6-4d52-8461-d0e71bb33807} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
13046 2024.11.09 02:53:05.061481 [ 292 ] {6ba7a31a-1dd6-4d52-8461-d0e71bb33807} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
13047 2024.11.09 02:53:05.061817 [ 292 ] {6ba7a31a-1dd6-4d52-8461-d0e71bb33807} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13048 2024.11.09 02:53:05.061982 [ 292 ] {6ba7a31a-1dd6-4d52-8461-d0e71bb33807} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001468 sec., 55858.310626703 rows/sec., 3.55 MiB/sec.
13049 2024.11.09 02:53:05.061988 [ 57 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
13050 2024.11.09 02:53:05.062060 [ 57 ] {} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13051 2024.11.09 02:53:05.062095 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
13052 2024.11.09 02:53:05.062250 [ 292 ] {6ba7a31a-1dd6-4d52-8461-d0e71bb33807} <Debug> DynamicQueryHandler: Done processing query
13053 2024.11.09 02:53:05.062280 [ 189 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
13054 2024.11.09 02:53:05.062291 [ 292 ] {6ba7a31a-1dd6-4d52-8461-d0e71bb33807} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
13055 2024.11.09 02:53:05.062357 [ 292 ] {} <Debug> HTTP-Session: a7c8025a-b2ad-4740-be67-7517a97e8909 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13056 2024.11.09 02:53:05.062479 [ 189 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13057 2024.11.09 02:53:05.062515 [ 189 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4454 rows starting from the beginning of the part
13058 2024.11.09 02:53:05.062580 [ 189 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part
13059 2024.11.09 02:53:05.062850 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37513, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13060 2024.11.09 02:53:05.062895 [ 189 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 82 rows starting from the beginning of the part
13061 2024.11.09 02:53:05.063097 [ 189 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 48 rows starting from the beginning of the part
13062 2024.11.09 02:53:05.063169 [ 292 ] {} <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):
13063 
13064 (version 23.8.7.1)
13065 2024.11.09 02:53:05.063340 [ 189 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part
13066 2024.11.09 02:53:05.063431 [ 189 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 82 rows starting from the beginning of the part
13067 2024.11.09 02:53:05.065334 [ 200 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4786 rows, containing 4 columns (4 merged, 0 gathered) in 0.003152335 sec., 1518239.6540976767 rows/sec., 99.77 MiB/sec.
13068 2024.11.09 02:53:05.065685 [ 195 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
13069 2024.11.09 02:53:05.066107 [ 195 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_76_15} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13070 2024.11.09 02:53:05.066187 [ 195 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_76_15} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
13071 2024.11.09 02:53:05.066278 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB.
13072 2024.11.09 02:53:06.926013 [ 54 ] {} <Debug> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
13073 2024.11.09 02:53:06.926137 [ 54 ] {} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13074 2024.11.09 02:53:06.926182 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13075 2024.11.09 02:53:06.926520 [ 196 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::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
13076 2024.11.09 02:53:06.926797 [ 196 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13077 2024.11.09 02:53:06.926834 [ 196 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 18 rows starting from the beginning of the part
13078 2024.11.09 02:53:06.926920 [ 196 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part
13079 2024.11.09 02:53:06.927124 [ 196 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part
13080 2024.11.09 02:53:06.927343 [ 196 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part
13081 2024.11.09 02:53:06.927551 [ 196 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 4 rows starting from the beginning of the part
13082 2024.11.09 02:53:06.928884 [ 195 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002575663 sec., 13976.983790193048 rows/sec., 1.17 MiB/sec.
13083 2024.11.09 02:53:06.929069 [ 200 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
13084 2024.11.09 02:53:06.929598 [ 200 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_21_5} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13085 2024.11.09 02:53:06.929697 [ 200 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_21_5} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
13086 2024.11.09 02:53:06.929782 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
13087 2024.11.09 02:53:10.007732 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55277, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13088 2024.11.09 02:53:10.007851 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13089 2024.11.09 02:53:10.007875 [ 307 ] {} <Debug> HTTP-Session: 6facca94-3cdf-498a-b0cc-6067b0ead5f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55277
13090 2024.11.09 02:53:10.007899 [ 307 ] {} <Debug> HTTP-Session: 6facca94-3cdf-498a-b0cc-6067b0ead5f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13091 2024.11.09 02:53:10.007914 [ 307 ] {} <Debug> HTTP-Session: 6facca94-3cdf-498a-b0cc-6067b0ead5f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13092 2024.11.09 02:53:10.007967 [ 307 ] {} <Trace> HTTP-Session: 6facca94-3cdf-498a-b0cc-6067b0ead5f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13093 2024.11.09 02:53:10.008157 [ 307 ] {9569b026-1655-45b1-9243-7271926e104b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55277) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
13094 2024.11.09 02:53:10.008226 [ 307 ] {9569b026-1655-45b1-9243-7271926e104b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
13095 2024.11.09 02:53:10.008567 [ 307 ] {9569b026-1655-45b1-9243-7271926e104b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13096 2024.11.09 02:53:10.009006 [ 307 ] {9569b026-1655-45b1-9243-7271926e104b} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13097 2024.11.09 02:53:10.009049 [ 307 ] {9569b026-1655-45b1-9243-7271926e104b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13098 2024.11.09 02:53:10.009456 [ 307 ] {9569b026-1655-45b1-9243-7271926e104b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
13099 2024.11.09 02:53:10.009858 [ 307 ] {9569b026-1655-45b1-9243-7271926e104b} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13100 2024.11.09 02:53:10.010041 [ 307 ] {9569b026-1655-45b1-9243-7271926e104b} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001933 sec., 4138.644593895499 rows/sec., 337.48 KiB/sec.
13101 2024.11.09 02:53:10.010438 [ 307 ] {9569b026-1655-45b1-9243-7271926e104b} <Debug> DynamicQueryHandler: Done processing query
13102 2024.11.09 02:53:10.010473 [ 307 ] {9569b026-1655-45b1-9243-7271926e104b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
13103 2024.11.09 02:53:10.010494 [ 307 ] {} <Debug> HTTP-Session: 6facca94-3cdf-498a-b0cc-6067b0ead5f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13104 2024.11.09 02:53:10.010691 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55277, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13105 2024.11.09 02:53:10.010774 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34643, User-Agent: (none), Length: 8380, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13106 2024.11.09 02:53:10.010844 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13107 2024.11.09 02:53:10.010866 [ 292 ] {} <Debug> HTTP-Session: 463c32a3-950e-464f-8799-3573652bd513 Authenticating user 'default' from [fd00:1122:3344:101::d]:34643
13108 2024.11.09 02:53:10.010886 [ 292 ] {} <Debug> HTTP-Session: 463c32a3-950e-464f-8799-3573652bd513 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13109 2024.11.09 02:53:10.010900 [ 292 ] {} <Debug> HTTP-Session: 463c32a3-950e-464f-8799-3573652bd513 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13110 2024.11.09 02:53:10.010935 [ 292 ] {} <Trace> HTTP-Session: 463c32a3-950e-464f-8799-3573652bd513 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13111 2024.11.09 02:53:10.011072 [ 292 ] {d2ef2c02-95bf-4e41-9469-910e99701ff1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34643) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
13112 2024.11.09 02:53:10.011121 [ 292 ] {d2ef2c02-95bf-4e41-9469-910e99701ff1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13113 2024.11.09 02:53:10.011383 [ 292 ] {d2ef2c02-95bf-4e41-9469-910e99701ff1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13114 2024.11.09 02:53:10.011802 [ 292 ] {d2ef2c02-95bf-4e41-9469-910e99701ff1} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13115 2024.11.09 02:53:10.011843 [ 292 ] {d2ef2c02-95bf-4e41-9469-910e99701ff1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13116 2024.11.09 02:53:10.012356 [ 292 ] {d2ef2c02-95bf-4e41-9469-910e99701ff1} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
13117 2024.11.09 02:53:10.012780 [ 292 ] {d2ef2c02-95bf-4e41-9469-910e99701ff1} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13118 2024.11.09 02:53:10.012953 [ 292 ] {d2ef2c02-95bf-4e41-9469-910e99701ff1} <Debug> executeQuery: Read 60 rows, 4.70 KiB in 0.001925 sec., 31168.83116883117 rows/sec., 2.38 MiB/sec.
13119 2024.11.09 02:53:10.013159 [ 292 ] {d2ef2c02-95bf-4e41-9469-910e99701ff1} <Debug> DynamicQueryHandler: Done processing query
13120 2024.11.09 02:53:10.013185 [ 292 ] {d2ef2c02-95bf-4e41-9469-910e99701ff1} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
13121 2024.11.09 02:53:10.013202 [ 292 ] {} <Debug> HTTP-Session: 463c32a3-950e-464f-8799-3573652bd513 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13122 2024.11.09 02:53:10.013357 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34643, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13123 2024.11.09 02:53:10.013458 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45458, User-Agent: (none), Length: 1168, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13124 2024.11.09 02:53:10.013527 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13125 2024.11.09 02:53:10.013552 [ 307 ] {} <Debug> HTTP-Session: fb70c4f6-9276-4c19-b027-40e49c1acccb Authenticating user 'default' from [fd00:1122:3344:101::d]:45458
13126 2024.11.09 02:53:10.013576 [ 307 ] {} <Debug> HTTP-Session: fb70c4f6-9276-4c19-b027-40e49c1acccb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13127 2024.11.09 02:53:10.013595 [ 307 ] {} <Debug> HTTP-Session: fb70c4f6-9276-4c19-b027-40e49c1acccb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13128 2024.11.09 02:53:10.013638 [ 307 ] {} <Trace> HTTP-Session: fb70c4f6-9276-4c19-b027-40e49c1acccb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13129 2024.11.09 02:53:10.013768 [ 307 ] {30d64451-807a-439a-af0e-0f21be58f2dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45458) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
13130 2024.11.09 02:53:10.013824 [ 307 ] {30d64451-807a-439a-af0e-0f21be58f2dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13131 2024.11.09 02:53:10.014126 [ 307 ] {30d64451-807a-439a-af0e-0f21be58f2dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13132 2024.11.09 02:53:10.014764 [ 307 ] {30d64451-807a-439a-af0e-0f21be58f2dc} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13133 2024.11.09 02:53:10.014809 [ 307 ] {30d64451-807a-439a-af0e-0f21be58f2dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13134 2024.11.09 02:53:10.015206 [ 307 ] {30d64451-807a-439a-af0e-0f21be58f2dc} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
13135 2024.11.09 02:53:10.015585 [ 307 ] {30d64451-807a-439a-af0e-0f21be58f2dc} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13136 2024.11.09 02:53:10.015760 [ 307 ] {30d64451-807a-439a-af0e-0f21be58f2dc} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.00202 sec., 3960.39603960396 rows/sec., 276.53 KiB/sec.
13137 2024.11.09 02:53:10.016151 [ 307 ] {30d64451-807a-439a-af0e-0f21be58f2dc} <Debug> DynamicQueryHandler: Done processing query
13138 2024.11.09 02:53:10.016179 [ 307 ] {30d64451-807a-439a-af0e-0f21be58f2dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
13139 2024.11.09 02:53:10.016195 [ 307 ] {} <Debug> HTTP-Session: fb70c4f6-9276-4c19-b027-40e49c1acccb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13140 2024.11.09 02:53:10.016362 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45458, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13141 2024.11.09 02:53:10.016415 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34643, User-Agent: (none), Length: 12262, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13142 2024.11.09 02:53:10.016489 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13143 2024.11.09 02:53:10.016514 [ 292 ] {} <Debug> HTTP-Session: 3e92a3b3-8d09-4376-9528-8f5916fb836e Authenticating user 'default' from [fd00:1122:3344:101::d]:34643
13144 2024.11.09 02:53:10.016536 [ 292 ] {} <Debug> HTTP-Session: 3e92a3b3-8d09-4376-9528-8f5916fb836e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13145 2024.11.09 02:53:10.016554 [ 292 ] {} <Debug> HTTP-Session: 3e92a3b3-8d09-4376-9528-8f5916fb836e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13146 2024.11.09 02:53:10.016576 [ 307 ] {} <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):
13147 
13148 (version 23.8.7.1)
13149 2024.11.09 02:53:10.016599 [ 292 ] {} <Trace> HTTP-Session: 3e92a3b3-8d09-4376-9528-8f5916fb836e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13150 2024.11.09 02:53:10.016752 [ 292 ] {9f776d40-1b8c-44e2-bb97-cbf736afe6f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34643) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
13151 2024.11.09 02:53:10.016805 [ 292 ] {9f776d40-1b8c-44e2-bb97-cbf736afe6f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13152 2024.11.09 02:53:10.017057 [ 292 ] {9f776d40-1b8c-44e2-bb97-cbf736afe6f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13153 2024.11.09 02:53:10.017438 [ 292 ] {9f776d40-1b8c-44e2-bb97-cbf736afe6f2} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13154 2024.11.09 02:53:10.017475 [ 292 ] {9f776d40-1b8c-44e2-bb97-cbf736afe6f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13155 2024.11.09 02:53:10.017841 [ 292 ] {9f776d40-1b8c-44e2-bb97-cbf736afe6f2} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
13156 2024.11.09 02:53:10.018208 [ 292 ] {9f776d40-1b8c-44e2-bb97-cbf736afe6f2} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13157 2024.11.09 02:53:10.018363 [ 292 ] {9f776d40-1b8c-44e2-bb97-cbf736afe6f2} <Debug> executeQuery: Read 72 rows, 5.77 KiB in 0.001662 sec., 43321.29963898917 rows/sec., 3.39 MiB/sec.
13158 2024.11.09 02:53:10.018538 [ 292 ] {9f776d40-1b8c-44e2-bb97-cbf736afe6f2} <Debug> DynamicQueryHandler: Done processing query
13159 2024.11.09 02:53:10.018562 [ 292 ] {9f776d40-1b8c-44e2-bb97-cbf736afe6f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
13160 2024.11.09 02:53:10.018578 [ 292 ] {} <Debug> HTTP-Session: 3e92a3b3-8d09-4376-9528-8f5916fb836e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13161 2024.11.09 02:53:10.018766 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34643, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13162 2024.11.09 02:53:10.018868 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52685, User-Agent: (none), Length: 25300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13163 2024.11.09 02:53:10.018917 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13164 2024.11.09 02:53:10.018937 [ 307 ] {} <Debug> HTTP-Session: a85fefc6-5109-48dd-8706-e4868767a60c Authenticating user 'default' from [fd00:1122:3344:101::d]:52685
13165 2024.11.09 02:53:10.018954 [ 307 ] {} <Debug> HTTP-Session: a85fefc6-5109-48dd-8706-e4868767a60c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13166 2024.11.09 02:53:10.018968 [ 307 ] {} <Debug> HTTP-Session: a85fefc6-5109-48dd-8706-e4868767a60c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13167 2024.11.09 02:53:10.019008 [ 307 ] {} <Trace> HTTP-Session: a85fefc6-5109-48dd-8706-e4868767a60c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13168 2024.11.09 02:53:10.019148 [ 307 ] {cd6c7932-3ddc-49fd-8eda-dca89affa180} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52685) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
13169 2024.11.09 02:53:10.019195 [ 307 ] {cd6c7932-3ddc-49fd-8eda-dca89affa180} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13170 2024.11.09 02:53:10.019342 [ 307 ] {cd6c7932-3ddc-49fd-8eda-dca89affa180} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13171 2024.11.09 02:53:10.019738 [ 307 ] {cd6c7932-3ddc-49fd-8eda-dca89affa180} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13172 2024.11.09 02:53:10.019774 [ 307 ] {cd6c7932-3ddc-49fd-8eda-dca89affa180} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13173 2024.11.09 02:53:10.020173 [ 307 ] {cd6c7932-3ddc-49fd-8eda-dca89affa180} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
13174 2024.11.09 02:53:10.020518 [ 307 ] {cd6c7932-3ddc-49fd-8eda-dca89affa180} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13175 2024.11.09 02:53:10.020668 [ 307 ] {cd6c7932-3ddc-49fd-8eda-dca89affa180} <Debug> executeQuery: Read 132 rows, 9.41 KiB in 0.001575 sec., 83809.5238095238 rows/sec., 5.83 MiB/sec.
13176 2024.11.09 02:53:10.020870 [ 307 ] {cd6c7932-3ddc-49fd-8eda-dca89affa180} <Debug> DynamicQueryHandler: Done processing query
13177 2024.11.09 02:53:10.020896 [ 307 ] {cd6c7932-3ddc-49fd-8eda-dca89affa180} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
13178 2024.11.09 02:53:10.020912 [ 307 ] {} <Debug> HTTP-Session: a85fefc6-5109-48dd-8706-e4868767a60c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13179 2024.11.09 02:53:10.021054 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34643, User-Agent: (none), Length: 7317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13180 2024.11.09 02:53:10.021064 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52685, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13181 2024.11.09 02:53:10.021117 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13182 2024.11.09 02:53:10.021139 [ 292 ] {} <Debug> HTTP-Session: 872b3a40-fab3-4081-a775-8efdded41738 Authenticating user 'default' from [fd00:1122:3344:101::d]:34643
13183 2024.11.09 02:53:10.021157 [ 292 ] {} <Debug> HTTP-Session: 872b3a40-fab3-4081-a775-8efdded41738 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13184 2024.11.09 02:53:10.021171 [ 292 ] {} <Debug> HTTP-Session: 872b3a40-fab3-4081-a775-8efdded41738 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13185 2024.11.09 02:53:10.021203 [ 292 ] {} <Trace> HTTP-Session: 872b3a40-fab3-4081-a775-8efdded41738 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13186 2024.11.09 02:53:10.021319 [ 292 ] {5dedf1df-15b5-44bb-b4e8-c62b3bc1ad60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34643) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
13187 2024.11.09 02:53:10.021364 [ 292 ] {5dedf1df-15b5-44bb-b4e8-c62b3bc1ad60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13188 2024.11.09 02:53:10.021494 [ 292 ] {5dedf1df-15b5-44bb-b4e8-c62b3bc1ad60} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13189 2024.11.09 02:53:10.021811 [ 292 ] {5dedf1df-15b5-44bb-b4e8-c62b3bc1ad60} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13190 2024.11.09 02:53:10.021846 [ 292 ] {5dedf1df-15b5-44bb-b4e8-c62b3bc1ad60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13191 2024.11.09 02:53:10.022232 [ 292 ] {5dedf1df-15b5-44bb-b4e8-c62b3bc1ad60} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
13192 2024.11.09 02:53:10.022565 [ 292 ] {5dedf1df-15b5-44bb-b4e8-c62b3bc1ad60} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13193 2024.11.09 02:53:10.022719 [ 292 ] {5dedf1df-15b5-44bb-b4e8-c62b3bc1ad60} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001433 sec., 33496.16189811584 rows/sec., 2.26 MiB/sec.
13194 2024.11.09 02:53:10.022888 [ 292 ] {5dedf1df-15b5-44bb-b4e8-c62b3bc1ad60} <Debug> DynamicQueryHandler: Done processing query
13195 2024.11.09 02:53:10.022912 [ 292 ] {5dedf1df-15b5-44bb-b4e8-c62b3bc1ad60} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
13196 2024.11.09 02:53:10.022928 [ 292 ] {} <Debug> HTTP-Session: 872b3a40-fab3-4081-a775-8efdded41738 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13197 2024.11.09 02:53:10.023159 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34643, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13198 2024.11.09 02:53:11.713303 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1196
13199 2024.11.09 02:53:11.716159 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13200 2024.11.09 02:53:11.716206 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13201 2024.11.09 02:53:11.717723 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
13202 2024.11.09 02:53:11.718698 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13203 2024.11.09 02:53:11.719256 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1196
13204 2024.11.09 02:53:15.009552 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38279, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13205 2024.11.09 02:53:15.009699 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13206 2024.11.09 02:53:15.009727 [ 306 ] {} <Debug> HTTP-Session: 6ff4ae66-b0e4-425a-b170-e919e7550950 Authenticating user 'default' from [fd00:1122:3344:101::d]:38279
13207 2024.11.09 02:53:15.009752 [ 306 ] {} <Debug> HTTP-Session: 6ff4ae66-b0e4-425a-b170-e919e7550950 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13208 2024.11.09 02:53:15.009767 [ 306 ] {} <Debug> HTTP-Session: 6ff4ae66-b0e4-425a-b170-e919e7550950 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13209 2024.11.09 02:53:15.009820 [ 306 ] {} <Trace> HTTP-Session: 6ff4ae66-b0e4-425a-b170-e919e7550950 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13210 2024.11.09 02:53:15.010058 [ 306 ] {4d939c5c-0c2c-4a56-a483-841c3302d53e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38279) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
13211 2024.11.09 02:53:15.010131 [ 306 ] {4d939c5c-0c2c-4a56-a483-841c3302d53e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13212 2024.11.09 02:53:15.010492 [ 306 ] {4d939c5c-0c2c-4a56-a483-841c3302d53e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13213 2024.11.09 02:53:15.010972 [ 306 ] {4d939c5c-0c2c-4a56-a483-841c3302d53e} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13214 2024.11.09 02:53:15.011032 [ 306 ] {4d939c5c-0c2c-4a56-a483-841c3302d53e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13215 2024.11.09 02:53:15.011517 [ 306 ] {4d939c5c-0c2c-4a56-a483-841c3302d53e} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
13216 2024.11.09 02:53:15.011996 [ 306 ] {4d939c5c-0c2c-4a56-a483-841c3302d53e} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13217 2024.11.09 02:53:15.012193 [ 306 ] {4d939c5c-0c2c-4a56-a483-841c3302d53e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00222 sec., 25225.225225225222 rows/sec., 1.94 MiB/sec.
13218 2024.11.09 02:53:15.012442 [ 306 ] {4d939c5c-0c2c-4a56-a483-841c3302d53e} <Debug> DynamicQueryHandler: Done processing query
13219 2024.11.09 02:53:15.012470 [ 306 ] {4d939c5c-0c2c-4a56-a483-841c3302d53e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
13220 2024.11.09 02:53:15.012487 [ 306 ] {} <Debug> HTTP-Session: 6ff4ae66-b0e4-425a-b170-e919e7550950 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13221 2024.11.09 02:53:15.012701 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38279, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13222 2024.11.09 02:53:15.012822 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59706, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13223 2024.11.09 02:53:15.012939 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13224 2024.11.09 02:53:15.012964 [ 307 ] {} <Debug> HTTP-Session: 946437fd-c910-4acc-ad3c-9099387b9a09 Authenticating user 'default' from [fd00:1122:3344:101::d]:59706
13225 2024.11.09 02:53:15.012989 [ 307 ] {} <Debug> HTTP-Session: 946437fd-c910-4acc-ad3c-9099387b9a09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13226 2024.11.09 02:53:15.013004 [ 307 ] {} <Debug> HTTP-Session: 946437fd-c910-4acc-ad3c-9099387b9a09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13227 2024.11.09 02:53:15.013060 [ 307 ] {} <Trace> HTTP-Session: 946437fd-c910-4acc-ad3c-9099387b9a09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13228 2024.11.09 02:53:15.013264 [ 307 ] {dcb60f98-357f-47ec-9836-2e738fb3731e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59706) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
13229 2024.11.09 02:53:15.013332 [ 307 ] {dcb60f98-357f-47ec-9836-2e738fb3731e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13230 2024.11.09 02:53:15.013675 [ 307 ] {dcb60f98-357f-47ec-9836-2e738fb3731e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13231 2024.11.09 02:53:15.014114 [ 307 ] {dcb60f98-357f-47ec-9836-2e738fb3731e} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13232 2024.11.09 02:53:15.014155 [ 307 ] {dcb60f98-357f-47ec-9836-2e738fb3731e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13233 2024.11.09 02:53:15.014588 [ 307 ] {dcb60f98-357f-47ec-9836-2e738fb3731e} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
13234 2024.11.09 02:53:15.014986 [ 307 ] {dcb60f98-357f-47ec-9836-2e738fb3731e} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13235 2024.11.09 02:53:15.015138 [ 307 ] {dcb60f98-357f-47ec-9836-2e738fb3731e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001947 sec., 32871.08371854135 rows/sec., 2.57 MiB/sec.
13236 2024.11.09 02:53:15.015365 [ 307 ] {dcb60f98-357f-47ec-9836-2e738fb3731e} <Debug> DynamicQueryHandler: Done processing query
13237 2024.11.09 02:53:15.015394 [ 307 ] {dcb60f98-357f-47ec-9836-2e738fb3731e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
13238 2024.11.09 02:53:15.015411 [ 307 ] {} <Debug> HTTP-Session: 946437fd-c910-4acc-ad3c-9099387b9a09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13239 2024.11.09 02:53:15.015634 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59706, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13240 2024.11.09 02:53:15.015633 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38279, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13241 2024.11.09 02:53:15.015745 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13242 2024.11.09 02:53:15.015774 [ 306 ] {} <Debug> HTTP-Session: 925980c3-d9ea-404c-8fc3-340eefef7d21 Authenticating user 'default' from [fd00:1122:3344:101::d]:38279
13243 2024.11.09 02:53:15.015800 [ 306 ] {} <Debug> HTTP-Session: 925980c3-d9ea-404c-8fc3-340eefef7d21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13244 2024.11.09 02:53:15.015821 [ 306 ] {} <Debug> HTTP-Session: 925980c3-d9ea-404c-8fc3-340eefef7d21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13245 2024.11.09 02:53:15.015874 [ 306 ] {} <Trace> HTTP-Session: 925980c3-d9ea-404c-8fc3-340eefef7d21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13246 2024.11.09 02:53:15.016086 [ 306 ] {61558700-4c76-43cc-8521-3f76cace2483} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38279) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
13247 2024.11.09 02:53:15.016149 [ 306 ] {61558700-4c76-43cc-8521-3f76cace2483} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13248 2024.11.09 02:53:15.016348 [ 306 ] {61558700-4c76-43cc-8521-3f76cace2483} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13249 2024.11.09 02:53:15.016799 [ 306 ] {61558700-4c76-43cc-8521-3f76cace2483} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13250 2024.11.09 02:53:15.016840 [ 306 ] {61558700-4c76-43cc-8521-3f76cace2483} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13251 2024.11.09 02:53:15.017300 [ 306 ] {61558700-4c76-43cc-8521-3f76cace2483} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
13252 2024.11.09 02:53:15.017674 [ 306 ] {61558700-4c76-43cc-8521-3f76cace2483} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13253 2024.11.09 02:53:15.017852 [ 306 ] {61558700-4c76-43cc-8521-3f76cace2483} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001849 sec., 86533.26122228232 rows/sec., 6.03 MiB/sec.
13254 2024.11.09 02:53:15.018077 [ 306 ] {61558700-4c76-43cc-8521-3f76cace2483} <Debug> DynamicQueryHandler: Done processing query
13255 2024.11.09 02:53:15.018103 [ 306 ] {61558700-4c76-43cc-8521-3f76cace2483} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
13256 2024.11.09 02:53:15.018120 [ 306 ] {} <Debug> HTTP-Session: 925980c3-d9ea-404c-8fc3-340eefef7d21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13257 2024.11.09 02:53:15.018287 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38279, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13258 2024.11.09 02:53:15.018390 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55836, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13259 2024.11.09 02:53:15.018467 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13260 2024.11.09 02:53:15.018492 [ 307 ] {} <Debug> HTTP-Session: da55c377-0785-4f29-a89e-c069cc07381a Authenticating user 'default' from [fd00:1122:3344:101::d]:55836
13261 2024.11.09 02:53:15.018515 [ 307 ] {} <Debug> HTTP-Session: da55c377-0785-4f29-a89e-c069cc07381a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13262 2024.11.09 02:53:15.018534 [ 307 ] {} <Debug> HTTP-Session: da55c377-0785-4f29-a89e-c069cc07381a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13263 2024.11.09 02:53:15.018583 [ 307 ] {} <Trace> HTTP-Session: da55c377-0785-4f29-a89e-c069cc07381a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13264 2024.11.09 02:53:15.018759 [ 307 ] {a2bbace3-f431-4958-9c07-06a7658cb888} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55836) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
13265 2024.11.09 02:53:15.018821 [ 307 ] {a2bbace3-f431-4958-9c07-06a7658cb888} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13266 2024.11.09 02:53:15.019010 [ 307 ] {a2bbace3-f431-4958-9c07-06a7658cb888} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13267 2024.11.09 02:53:15.019401 [ 307 ] {a2bbace3-f431-4958-9c07-06a7658cb888} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13268 2024.11.09 02:53:15.019436 [ 307 ] {a2bbace3-f431-4958-9c07-06a7658cb888} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13269 2024.11.09 02:53:15.019835 [ 307 ] {a2bbace3-f431-4958-9c07-06a7658cb888} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
13270 2024.11.09 02:53:15.020196 [ 307 ] {a2bbace3-f431-4958-9c07-06a7658cb888} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13271 2024.11.09 02:53:15.020342 [ 307 ] {a2bbace3-f431-4958-9c07-06a7658cb888} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001653 sec., 36297.640653357535 rows/sec., 2.45 MiB/sec.
13272 2024.11.09 02:53:15.020583 [ 307 ] {a2bbace3-f431-4958-9c07-06a7658cb888} <Debug> DynamicQueryHandler: Done processing query
13273 2024.11.09 02:53:15.020624 [ 307 ] {a2bbace3-f431-4958-9c07-06a7658cb888} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
13274 2024.11.09 02:53:15.020656 [ 307 ] {} <Debug> HTTP-Session: da55c377-0785-4f29-a89e-c069cc07381a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13275 2024.11.09 02:53:15.020898 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55836, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13276 2024.11.09 02:53:16.421165 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache
13277 2024.11.09 02:53:16.421234 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache
13278 2024.11.09 02:53:16.945788 [ 46 ] {} <Debug> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
13279 2024.11.09 02:53:16.945875 [ 46 ] {} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13280 2024.11.09 02:53:16.945918 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13281 2024.11.09 02:53:16.946171 [ 187 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full
13282 2024.11.09 02:53:16.946437 [ 187 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13283 2024.11.09 02:53:16.946476 [ 187 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 21 rows starting from the beginning of the part
13284 2024.11.09 02:53:16.946552 [ 187 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part
13285 2024.11.09 02:53:16.946664 [ 187 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part
13286 2024.11.09 02:53:16.946948 [ 187 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part
13287 2024.11.09 02:53:16.947128 [ 187 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part
13288 2024.11.09 02:53:16.948136 [ 200 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.002113584 sec., 11828.250024602761 rows/sec., 797.02 KiB/sec.
13289 2024.11.09 02:53:16.948369 [ 194 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
13290 2024.11.09 02:53:16.948856 [ 194 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_25_6} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13291 2024.11.09 02:53:16.948955 [ 194 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_25_6} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
13292 2024.11.09 02:53:16.949067 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
13293 2024.11.09 02:53:18.763209 [ 45 ] {} <Debug> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
13294 2024.11.09 02:53:18.763327 [ 45 ] {} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13295 2024.11.09 02:53:18.763377 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13296 2024.11.09 02:53:18.763656 [ 187 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full
13297 2024.11.09 02:53:18.764147 [ 187 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13298 2024.11.09 02:53:18.764196 [ 187 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 126 rows starting from the beginning of the part
13299 2024.11.09 02:53:18.764271 [ 187 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part
13300 2024.11.09 02:53:18.764370 [ 187 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part
13301 2024.11.09 02:53:18.764631 [ 187 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part
13302 2024.11.09 02:53:18.764822 [ 187 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part
13303 2024.11.09 02:53:18.765794 [ 192 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.002293657 sec., 65397.74691682322 rows/sec., 3.34 MiB/sec.
13304 2024.11.09 02:53:18.766032 [ 190 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
13305 2024.11.09 02:53:18.766532 [ 190 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_25_6} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13306 2024.11.09 02:53:18.766629 [ 190 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_25_6} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
13307 2024.11.09 02:53:18.766736 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
13308 2024.11.09 02:53:18.941527 [ 45 ] {} <Debug> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
13309 2024.11.09 02:53:18.941585 [ 45 ] {} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13310 2024.11.09 02:53:18.941608 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13311 2024.11.09 02:53:18.941745 [ 190 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full
13312 2024.11.09 02:53:18.941941 [ 190 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13313 2024.11.09 02:53:18.941980 [ 190 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 242 rows starting from the beginning of the part
13314 2024.11.09 02:53:18.942113 [ 190 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part
13315 2024.11.09 02:53:18.942310 [ 190 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part
13316 2024.11.09 02:53:18.942520 [ 190 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part
13317 2024.11.09 02:53:18.942698 [ 190 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part
13318 2024.11.09 02:53:18.943826 [ 192 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002150344 sec., 138582.47796631607 rows/sec., 9.43 MiB/sec.
13319 2024.11.09 02:53:18.944121 [ 192 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
13320 2024.11.09 02:53:18.944609 [ 192 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_25_6} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13321 2024.11.09 02:53:18.944697 [ 192 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_25_6} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
13322 2024.11.09 02:53:18.944795 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
13323 2024.11.09 02:53:20.015705 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38279, User-Agent: (none), Length: 41147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13324 2024.11.09 02:53:20.015825 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13325 2024.11.09 02:53:20.015849 [ 306 ] {} <Debug> HTTP-Session: 497d59eb-c80a-476d-ae4a-4d230192ea68 Authenticating user 'default' from [fd00:1122:3344:101::d]:38279
13326 2024.11.09 02:53:20.015874 [ 306 ] {} <Debug> HTTP-Session: 497d59eb-c80a-476d-ae4a-4d230192ea68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13327 2024.11.09 02:53:20.015888 [ 306 ] {} <Debug> HTTP-Session: 497d59eb-c80a-476d-ae4a-4d230192ea68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13328 2024.11.09 02:53:20.015939 [ 306 ] {} <Trace> HTTP-Session: 497d59eb-c80a-476d-ae4a-4d230192ea68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13329 2024.11.09 02:53:20.016209 [ 306 ] {8fd6c21f-0fe4-4eec-837d-565e443c55cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38279) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
13330 2024.11.09 02:53:20.016280 [ 306 ] {8fd6c21f-0fe4-4eec-837d-565e443c55cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13331 2024.11.09 02:53:20.016619 [ 306 ] {8fd6c21f-0fe4-4eec-837d-565e443c55cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13332 2024.11.09 02:53:20.017261 [ 306 ] {8fd6c21f-0fe4-4eec-837d-565e443c55cd} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13333 2024.11.09 02:53:20.017310 [ 306 ] {8fd6c21f-0fe4-4eec-837d-565e443c55cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13334 2024.11.09 02:53:20.017755 [ 306 ] {8fd6c21f-0fe4-4eec-837d-565e443c55cd} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
13335 2024.11.09 02:53:20.018147 [ 306 ] {8fd6c21f-0fe4-4eec-837d-565e443c55cd} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13336 2024.11.09 02:53:20.018323 [ 306 ] {8fd6c21f-0fe4-4eec-837d-565e443c55cd} <Debug> executeQuery: Read 271 rows, 24.70 KiB in 0.00223 sec., 121524.66367713004 rows/sec., 10.82 MiB/sec.
13337 2024.11.09 02:53:20.018563 [ 306 ] {8fd6c21f-0fe4-4eec-837d-565e443c55cd} <Debug> DynamicQueryHandler: Done processing query
13338 2024.11.09 02:53:20.018590 [ 306 ] {8fd6c21f-0fe4-4eec-837d-565e443c55cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
13339 2024.11.09 02:53:20.018607 [ 306 ] {} <Debug> HTTP-Session: 497d59eb-c80a-476d-ae4a-4d230192ea68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13340 2024.11.09 02:53:20.018830 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38279, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13341 2024.11.09 02:53:20.018968 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48921, User-Agent: (none), Length: 5927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13342 2024.11.09 02:53:20.019103 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13343 2024.11.09 02:53:20.019133 [ 307 ] {} <Debug> HTTP-Session: 5f011cae-ad71-4e59-bcb6-f09b7051c5a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48921
13344 2024.11.09 02:53:20.019160 [ 307 ] {} <Debug> HTTP-Session: 5f011cae-ad71-4e59-bcb6-f09b7051c5a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13345 2024.11.09 02:53:20.019177 [ 307 ] {} <Debug> HTTP-Session: 5f011cae-ad71-4e59-bcb6-f09b7051c5a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13346 2024.11.09 02:53:20.019236 [ 307 ] {} <Trace> HTTP-Session: 5f011cae-ad71-4e59-bcb6-f09b7051c5a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13347 2024.11.09 02:53:20.019464 [ 307 ] {833efbe3-e71d-4f83-bdd7-c002408c44f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48921) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
13348 2024.11.09 02:53:20.019540 [ 307 ] {833efbe3-e71d-4f83-bdd7-c002408c44f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13349 2024.11.09 02:53:20.019934 [ 307 ] {833efbe3-e71d-4f83-bdd7-c002408c44f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13350 2024.11.09 02:53:20.020379 [ 307 ] {833efbe3-e71d-4f83-bdd7-c002408c44f7} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13351 2024.11.09 02:53:20.020427 [ 307 ] {833efbe3-e71d-4f83-bdd7-c002408c44f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13352 2024.11.09 02:53:20.020855 [ 307 ] {833efbe3-e71d-4f83-bdd7-c002408c44f7} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
13353 2024.11.09 02:53:20.021244 [ 307 ] {833efbe3-e71d-4f83-bdd7-c002408c44f7} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13354 2024.11.09 02:53:20.021428 [ 307 ] {833efbe3-e71d-4f83-bdd7-c002408c44f7} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.002039 sec., 20107.89602746444 rows/sec., 1.48 MiB/sec.
13355 2024.11.09 02:53:20.021755 [ 307 ] {833efbe3-e71d-4f83-bdd7-c002408c44f7} <Debug> DynamicQueryHandler: Done processing query
13356 2024.11.09 02:53:20.021802 [ 307 ] {833efbe3-e71d-4f83-bdd7-c002408c44f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
13357 2024.11.09 02:53:20.021828 [ 307 ] {} <Debug> HTTP-Session: 5f011cae-ad71-4e59-bcb6-f09b7051c5a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13358 2024.11.09 02:53:20.022004 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38279, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13359 2024.11.09 02:53:20.022013 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48921, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13360 2024.11.09 02:53:20.022112 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13361 2024.11.09 02:53:20.022146 [ 306 ] {} <Debug> HTTP-Session: eb50eb97-bd9d-47f8-947c-dae717ead343 Authenticating user 'default' from [fd00:1122:3344:101::d]:38279
13362 2024.11.09 02:53:20.022169 [ 306 ] {} <Debug> HTTP-Session: eb50eb97-bd9d-47f8-947c-dae717ead343 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13363 2024.11.09 02:53:20.022187 [ 306 ] {} <Debug> HTTP-Session: eb50eb97-bd9d-47f8-947c-dae717ead343 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13364 2024.11.09 02:53:20.022238 [ 306 ] {} <Trace> HTTP-Session: eb50eb97-bd9d-47f8-947c-dae717ead343 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13365 2024.11.09 02:53:20.022382 [ 306 ] {ed0ceecb-4f0b-43b5-bc2d-e0d341fe2c30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38279) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
13366 2024.11.09 02:53:20.022441 [ 306 ] {ed0ceecb-4f0b-43b5-bc2d-e0d341fe2c30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13367 2024.11.09 02:53:20.022760 [ 306 ] {ed0ceecb-4f0b-43b5-bc2d-e0d341fe2c30} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13368 2024.11.09 02:53:20.023152 [ 306 ] {ed0ceecb-4f0b-43b5-bc2d-e0d341fe2c30} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13369 2024.11.09 02:53:20.023197 [ 306 ] {ed0ceecb-4f0b-43b5-bc2d-e0d341fe2c30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13370 2024.11.09 02:53:20.023580 [ 306 ] {ed0ceecb-4f0b-43b5-bc2d-e0d341fe2c30} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
13371 2024.11.09 02:53:20.023948 [ 306 ] {ed0ceecb-4f0b-43b5-bc2d-e0d341fe2c30} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13372 2024.11.09 02:53:20.024114 [ 306 ] {ed0ceecb-4f0b-43b5-bc2d-e0d341fe2c30} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001774 sec., 7891.770011273958 rows/sec., 552.69 KiB/sec.
13373 2024.11.09 02:53:20.024471 [ 306 ] {ed0ceecb-4f0b-43b5-bc2d-e0d341fe2c30} <Debug> DynamicQueryHandler: Done processing query
13374 2024.11.09 02:53:20.024497 [ 306 ] {ed0ceecb-4f0b-43b5-bc2d-e0d341fe2c30} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
13375 2024.11.09 02:53:20.024513 [ 306 ] {} <Debug> HTTP-Session: eb50eb97-bd9d-47f8-947c-dae717ead343 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13376 2024.11.09 02:53:20.024656 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38279, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13377 2024.11.09 02:53:20.024755 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58507, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13378 2024.11.09 02:53:20.024856 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13379 2024.11.09 02:53:20.024884 [ 307 ] {} <Debug> HTTP-Session: e7cef003-230e-4946-a244-fc50e48d9d2b Authenticating user 'default' from [fd00:1122:3344:101::d]:58507
13380 2024.11.09 02:53:20.024909 [ 307 ] {} <Debug> HTTP-Session: e7cef003-230e-4946-a244-fc50e48d9d2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13381 2024.11.09 02:53:20.024934 [ 307 ] {} <Debug> HTTP-Session: e7cef003-230e-4946-a244-fc50e48d9d2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13382 2024.11.09 02:53:20.024988 [ 307 ] {} <Trace> HTTP-Session: e7cef003-230e-4946-a244-fc50e48d9d2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13383 2024.11.09 02:53:20.025146 [ 307 ] {bcb637f4-819e-4bfd-a8c7-b06caaed001f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58507) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
13384 2024.11.09 02:53:20.025210 [ 307 ] {bcb637f4-819e-4bfd-a8c7-b06caaed001f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13385 2024.11.09 02:53:20.025512 [ 307 ] {bcb637f4-819e-4bfd-a8c7-b06caaed001f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13386 2024.11.09 02:53:20.025855 [ 307 ] {bcb637f4-819e-4bfd-a8c7-b06caaed001f} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13387 2024.11.09 02:53:20.025895 [ 307 ] {bcb637f4-819e-4bfd-a8c7-b06caaed001f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13388 2024.11.09 02:53:20.026268 [ 307 ] {bcb637f4-819e-4bfd-a8c7-b06caaed001f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
13389 2024.11.09 02:53:20.026629 [ 307 ] {bcb637f4-819e-4bfd-a8c7-b06caaed001f} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13390 2024.11.09 02:53:20.026791 [ 307 ] {bcb637f4-819e-4bfd-a8c7-b06caaed001f} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001739 sec., 3450.2587694077056 rows/sec., 203.85 KiB/sec.
13391 2024.11.09 02:53:20.027211 [ 307 ] {bcb637f4-819e-4bfd-a8c7-b06caaed001f} <Debug> DynamicQueryHandler: Done processing query
13392 2024.11.09 02:53:20.027236 [ 307 ] {bcb637f4-819e-4bfd-a8c7-b06caaed001f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
13393 2024.11.09 02:53:20.027253 [ 307 ] {} <Debug> HTTP-Session: e7cef003-230e-4946-a244-fc50e48d9d2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13394 2024.11.09 02:53:20.027498 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58507, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13395 2024.11.09 02:53:20.027612 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42668, User-Agent: (none), Length: 68708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13396 2024.11.09 02:53:20.027691 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13397 2024.11.09 02:53:20.027717 [ 292 ] {} <Debug> HTTP-Session: 888d716c-f972-4f8f-81ab-c44e7560908d Authenticating user 'default' from [fd00:1122:3344:101::d]:42668
13398 2024.11.09 02:53:20.027739 [ 292 ] {} <Debug> HTTP-Session: 888d716c-f972-4f8f-81ab-c44e7560908d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13399 2024.11.09 02:53:20.027757 [ 292 ] {} <Debug> HTTP-Session: 888d716c-f972-4f8f-81ab-c44e7560908d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13400 2024.11.09 02:53:20.027801 [ 292 ] {} <Trace> HTTP-Session: 888d716c-f972-4f8f-81ab-c44e7560908d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13401 2024.11.09 02:53:20.028086 [ 292 ] {3243e9af-95db-4025-aa36-994cee905d0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42668) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
13402 2024.11.09 02:53:20.028144 [ 292 ] {3243e9af-95db-4025-aa36-994cee905d0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13403 2024.11.09 02:53:20.028418 [ 292 ] {3243e9af-95db-4025-aa36-994cee905d0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13404 2024.11.09 02:53:20.029026 [ 292 ] {3243e9af-95db-4025-aa36-994cee905d0e} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13405 2024.11.09 02:53:20.029065 [ 292 ] {3243e9af-95db-4025-aa36-994cee905d0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13406 2024.11.09 02:53:20.029454 [ 292 ] {3243e9af-95db-4025-aa36-994cee905d0e} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
13407 2024.11.09 02:53:20.029815 [ 292 ] {3243e9af-95db-4025-aa36-994cee905d0e} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13408 2024.11.09 02:53:20.029975 [ 292 ] {3243e9af-95db-4025-aa36-994cee905d0e} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002028 sec., 208579.88165680476 rows/sec., 14.91 MiB/sec.
13409 2024.11.09 02:53:20.030249 [ 292 ] {3243e9af-95db-4025-aa36-994cee905d0e} <Debug> DynamicQueryHandler: Done processing query
13410 2024.11.09 02:53:20.030308 [ 292 ] {3243e9af-95db-4025-aa36-994cee905d0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
13411 2024.11.09 02:53:20.030367 [ 292 ] {} <Debug> HTTP-Session: 888d716c-f972-4f8f-81ab-c44e7560908d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13412 2024.11.09 02:53:20.030575 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42668, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13413 2024.11.09 02:53:20.030581 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58507, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13414 2024.11.09 02:53:20.030652 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13415 2024.11.09 02:53:20.030676 [ 307 ] {} <Debug> HTTP-Session: 5b28d35a-13c5-48b9-9380-643892fbac66 Authenticating user 'default' from [fd00:1122:3344:101::d]:58507
13416 2024.11.09 02:53:20.030695 [ 307 ] {} <Debug> HTTP-Session: 5b28d35a-13c5-48b9-9380-643892fbac66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13417 2024.11.09 02:53:20.030710 [ 307 ] {} <Debug> HTTP-Session: 5b28d35a-13c5-48b9-9380-643892fbac66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13418 2024.11.09 02:53:20.030744 [ 307 ] {} <Trace> HTTP-Session: 5b28d35a-13c5-48b9-9380-643892fbac66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13419 2024.11.09 02:53:20.030848 [ 307 ] {bfeca313-7349-491e-bcb9-456603e7fb9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58507) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
13420 2024.11.09 02:53:20.030895 [ 307 ] {bfeca313-7349-491e-bcb9-456603e7fb9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13421 2024.11.09 02:53:20.031034 [ 307 ] {bfeca313-7349-491e-bcb9-456603e7fb9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13422 2024.11.09 02:53:20.031312 [ 307 ] {bfeca313-7349-491e-bcb9-456603e7fb9d} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13423 2024.11.09 02:53:20.031346 [ 307 ] {bfeca313-7349-491e-bcb9-456603e7fb9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13424 2024.11.09 02:53:20.031703 [ 307 ] {bfeca313-7349-491e-bcb9-456603e7fb9d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
13425 2024.11.09 02:53:20.032030 [ 307 ] {bfeca313-7349-491e-bcb9-456603e7fb9d} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13426 2024.11.09 02:53:20.032193 [ 307 ] {bfeca313-7349-491e-bcb9-456603e7fb9d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001371 sec., 4376.367614879649 rows/sec., 228.65 KiB/sec.
13427 2024.11.09 02:53:20.032506 [ 307 ] {bfeca313-7349-491e-bcb9-456603e7fb9d} <Debug> DynamicQueryHandler: Done processing query
13428 2024.11.09 02:53:20.032548 [ 307 ] {bfeca313-7349-491e-bcb9-456603e7fb9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
13429 2024.11.09 02:53:20.032566 [ 307 ] {} <Debug> HTTP-Session: 5b28d35a-13c5-48b9-9380-643892fbac66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13430 2024.11.09 02:53:20.032748 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58507, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13431 2024.11.09 02:53:20.032840 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34602, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13432 2024.11.09 02:53:20.032900 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13433 2024.11.09 02:53:20.032924 [ 292 ] {} <Debug> HTTP-Session: eb56d01f-ac6b-497b-bfff-4e22e92ce307 Authenticating user 'default' from [fd00:1122:3344:101::d]:34602
13434 2024.11.09 02:53:20.032945 [ 292 ] {} <Debug> HTTP-Session: eb56d01f-ac6b-497b-bfff-4e22e92ce307 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13435 2024.11.09 02:53:20.032962 [ 292 ] {} <Debug> HTTP-Session: eb56d01f-ac6b-497b-bfff-4e22e92ce307 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13436 2024.11.09 02:53:20.033001 [ 292 ] {} <Trace> HTTP-Session: eb56d01f-ac6b-497b-bfff-4e22e92ce307 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13437 2024.11.09 02:53:20.033235 [ 292 ] {973b5ab7-6e0d-4b10-a538-8f10a5313fba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34602) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
13438 2024.11.09 02:53:20.033286 [ 292 ] {973b5ab7-6e0d-4b10-a538-8f10a5313fba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13439 2024.11.09 02:53:20.033453 [ 292 ] {973b5ab7-6e0d-4b10-a538-8f10a5313fba} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13440 2024.11.09 02:53:20.033915 [ 292 ] {973b5ab7-6e0d-4b10-a538-8f10a5313fba} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13441 2024.11.09 02:53:20.033953 [ 292 ] {973b5ab7-6e0d-4b10-a538-8f10a5313fba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13442 2024.11.09 02:53:20.034348 [ 292 ] {973b5ab7-6e0d-4b10-a538-8f10a5313fba} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
13443 2024.11.09 02:53:20.034691 [ 292 ] {973b5ab7-6e0d-4b10-a538-8f10a5313fba} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13444 2024.11.09 02:53:20.034857 [ 292 ] {973b5ab7-6e0d-4b10-a538-8f10a5313fba} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001736 sec., 136520.73732718895 rows/sec., 9.15 MiB/sec.
13445 2024.11.09 02:53:20.035121 [ 292 ] {973b5ab7-6e0d-4b10-a538-8f10a5313fba} <Debug> DynamicQueryHandler: Done processing query
13446 2024.11.09 02:53:20.035183 [ 292 ] {973b5ab7-6e0d-4b10-a538-8f10a5313fba} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
13447 2024.11.09 02:53:20.035240 [ 292 ] {} <Debug> HTTP-Session: eb56d01f-ac6b-497b-bfff-4e22e92ce307 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13448 2024.11.09 02:53:20.035438 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58507, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13449 2024.11.09 02:53:20.035439 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34602, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13450 2024.11.09 02:53:20.035501 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13451 2024.11.09 02:53:20.035528 [ 307 ] {} <Debug> HTTP-Session: 876e9620-764e-4418-84cc-7cf1af11c2e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:58507
13452 2024.11.09 02:53:20.035551 [ 307 ] {} <Debug> HTTP-Session: 876e9620-764e-4418-84cc-7cf1af11c2e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13453 2024.11.09 02:53:20.035570 [ 307 ] {} <Debug> HTTP-Session: 876e9620-764e-4418-84cc-7cf1af11c2e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13454 2024.11.09 02:53:20.035607 [ 307 ] {} <Trace> HTTP-Session: 876e9620-764e-4418-84cc-7cf1af11c2e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13455 2024.11.09 02:53:20.035725 [ 307 ] {a4423484-df3e-4d18-a9b8-26c2a2d83d1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58507) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
13456 2024.11.09 02:53:20.035780 [ 307 ] {a4423484-df3e-4d18-a9b8-26c2a2d83d1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13457 2024.11.09 02:53:20.035949 [ 307 ] {a4423484-df3e-4d18-a9b8-26c2a2d83d1e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13458 2024.11.09 02:53:20.036252 [ 307 ] {a4423484-df3e-4d18-a9b8-26c2a2d83d1e} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13459 2024.11.09 02:53:20.036293 [ 307 ] {a4423484-df3e-4d18-a9b8-26c2a2d83d1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13460 2024.11.09 02:53:20.036661 [ 307 ] {a4423484-df3e-4d18-a9b8-26c2a2d83d1e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
13461 2024.11.09 02:53:20.037005 [ 307 ] {a4423484-df3e-4d18-a9b8-26c2a2d83d1e} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13462 2024.11.09 02:53:20.037170 [ 307 ] {a4423484-df3e-4d18-a9b8-26c2a2d83d1e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001468 sec., 681.1989100817439 rows/sec., 45.90 KiB/sec.
13463 2024.11.09 02:53:20.037483 [ 307 ] {a4423484-df3e-4d18-a9b8-26c2a2d83d1e} <Debug> DynamicQueryHandler: Done processing query
13464 2024.11.09 02:53:20.037511 [ 307 ] {a4423484-df3e-4d18-a9b8-26c2a2d83d1e} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
13465 2024.11.09 02:53:20.037527 [ 307 ] {} <Debug> HTTP-Session: 876e9620-764e-4418-84cc-7cf1af11c2e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13466 2024.11.09 02:53:20.037848 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58507, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13467 2024.11.09 02:53:20.037923 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51237, User-Agent: (none), Length: 68947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13468 2024.11.09 02:53:20.037987 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13469 2024.11.09 02:53:20.038011 [ 292 ] {} <Debug> HTTP-Session: ff54985b-340d-4d6e-8cd1-64db7c92482a Authenticating user 'default' from [fd00:1122:3344:101::d]:51237
13470 2024.11.09 02:53:20.038032 [ 292 ] {} <Debug> HTTP-Session: ff54985b-340d-4d6e-8cd1-64db7c92482a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13471 2024.11.09 02:53:20.038048 [ 292 ] {} <Debug> HTTP-Session: ff54985b-340d-4d6e-8cd1-64db7c92482a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13472 2024.11.09 02:53:20.038092 [ 292 ] {} <Trace> HTTP-Session: ff54985b-340d-4d6e-8cd1-64db7c92482a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13473 2024.11.09 02:53:20.038593 [ 292 ] {9c279b4c-1dfb-416f-b1f2-ecbf23574fdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51237) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
13474 2024.11.09 02:53:20.038679 [ 292 ] {9c279b4c-1dfb-416f-b1f2-ecbf23574fdc} <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
13475 2024.11.09 02:53:20.039220 [ 292 ] {9c279b4c-1dfb-416f-b1f2-ecbf23574fdc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13476 2024.11.09 02:53:20.040042 [ 292 ] {9c279b4c-1dfb-416f-b1f2-ecbf23574fdc} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13477 2024.11.09 02:53:20.040080 [ 292 ] {9c279b4c-1dfb-416f-b1f2-ecbf23574fdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13478 2024.11.09 02:53:20.040766 [ 292 ] {9c279b4c-1dfb-416f-b1f2-ecbf23574fdc} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
13479 2024.11.09 02:53:20.041196 [ 292 ] {9c279b4c-1dfb-416f-b1f2-ecbf23574fdc} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13480 2024.11.09 02:53:20.041385 [ 292 ] {9c279b4c-1dfb-416f-b1f2-ecbf23574fdc} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003174 sec., 12917.4543163201 rows/sec., 23.15 MiB/sec.
13481 2024.11.09 02:53:20.041961 [ 292 ] {9c279b4c-1dfb-416f-b1f2-ecbf23574fdc} <Debug> DynamicQueryHandler: Done processing query
13482 2024.11.09 02:53:20.042006 [ 292 ] {9c279b4c-1dfb-416f-b1f2-ecbf23574fdc} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB.
13483 2024.11.09 02:53:20.042039 [ 292 ] {} <Debug> HTTP-Session: ff54985b-340d-4d6e-8cd1-64db7c92482a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13484 2024.11.09 02:53:20.042205 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58507, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13485 2024.11.09 02:53:20.042238 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51237, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13486 2024.11.09 02:53:20.042279 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13487 2024.11.09 02:53:20.042308 [ 307 ] {} <Debug> HTTP-Session: 64349ee5-9065-4992-8d94-c95c330e2237 Authenticating user 'default' from [fd00:1122:3344:101::d]:58507
13488 2024.11.09 02:53:20.042337 [ 307 ] {} <Debug> HTTP-Session: 64349ee5-9065-4992-8d94-c95c330e2237 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13489 2024.11.09 02:53:20.042361 [ 307 ] {} <Debug> HTTP-Session: 64349ee5-9065-4992-8d94-c95c330e2237 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13490 2024.11.09 02:53:20.042404 [ 307 ] {} <Trace> HTTP-Session: 64349ee5-9065-4992-8d94-c95c330e2237 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13491 2024.11.09 02:53:20.042535 [ 307 ] {1f0f2c1a-2120-45fd-886d-2160dbde5eed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58507) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
13492 2024.11.09 02:53:20.042585 [ 307 ] {1f0f2c1a-2120-45fd-886d-2160dbde5eed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13493 2024.11.09 02:53:20.042734 [ 307 ] {1f0f2c1a-2120-45fd-886d-2160dbde5eed} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13494 2024.11.09 02:53:20.043041 [ 307 ] {1f0f2c1a-2120-45fd-886d-2160dbde5eed} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13495 2024.11.09 02:53:20.043077 [ 307 ] {1f0f2c1a-2120-45fd-886d-2160dbde5eed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13496 2024.11.09 02:53:20.043445 [ 307 ] {1f0f2c1a-2120-45fd-886d-2160dbde5eed} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
13497 2024.11.09 02:53:20.043778 [ 307 ] {1f0f2c1a-2120-45fd-886d-2160dbde5eed} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13498 2024.11.09 02:53:20.043930 [ 307 ] {1f0f2c1a-2120-45fd-886d-2160dbde5eed} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001437 sec., 57063.326374391094 rows/sec., 3.62 MiB/sec.
13499 2024.11.09 02:53:20.044092 [ 307 ] {1f0f2c1a-2120-45fd-886d-2160dbde5eed} <Debug> DynamicQueryHandler: Done processing query
13500 2024.11.09 02:53:20.044117 [ 307 ] {1f0f2c1a-2120-45fd-886d-2160dbde5eed} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
13501 2024.11.09 02:53:20.044134 [ 307 ] {} <Debug> HTTP-Session: 64349ee5-9065-4992-8d94-c95c330e2237 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13502 2024.11.09 02:53:20.044435 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58507, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13503 2024.11.09 02:53:20.915968 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56363, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13504 2024.11.09 02:53:21.176269 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49878, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13505 2024.11.09 02:53:21.229735 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46924, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13506 2024.11.09 02:53:21.234042 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60996, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13507 2024.11.09 02:53:21.246321 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62883, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13508 2024.11.09 02:53:21.322682 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63945, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13509 2024.11.09 02:53:21.323971 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40788, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13510 2024.11.09 02:53:21.329264 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54104, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13511 2024.11.09 02:53:21.719498 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1224
13512 2024.11.09 02:53:21.722621 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13513 2024.11.09 02:53:21.722666 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13514 2024.11.09 02:53:21.724173 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
13515 2024.11.09 02:53:21.725186 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13516 2024.11.09 02:53:21.725722 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1224
13517 2024.11.09 02:53:25.007699 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47437, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13518 2024.11.09 02:53:25.007810 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13519 2024.11.09 02:53:25.007834 [ 307 ] {} <Debug> HTTP-Session: 12eec02e-f1fc-4c02-b401-8ed54b9475aa Authenticating user 'default' from [fd00:1122:3344:101::d]:47437
13520 2024.11.09 02:53:25.007859 [ 307 ] {} <Debug> HTTP-Session: 12eec02e-f1fc-4c02-b401-8ed54b9475aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13521 2024.11.09 02:53:25.007873 [ 307 ] {} <Debug> HTTP-Session: 12eec02e-f1fc-4c02-b401-8ed54b9475aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13522 2024.11.09 02:53:25.007924 [ 307 ] {} <Trace> HTTP-Session: 12eec02e-f1fc-4c02-b401-8ed54b9475aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13523 2024.11.09 02:53:25.008109 [ 307 ] {34261f57-42d0-4d08-8a23-ae0dcd0a394b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47437) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
13524 2024.11.09 02:53:25.008178 [ 307 ] {34261f57-42d0-4d08-8a23-ae0dcd0a394b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
13525 2024.11.09 02:53:25.008524 [ 307 ] {34261f57-42d0-4d08-8a23-ae0dcd0a394b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13526 2024.11.09 02:53:25.008964 [ 307 ] {34261f57-42d0-4d08-8a23-ae0dcd0a394b} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13527 2024.11.09 02:53:25.009009 [ 307 ] {34261f57-42d0-4d08-8a23-ae0dcd0a394b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13528 2024.11.09 02:53:25.009449 [ 307 ] {34261f57-42d0-4d08-8a23-ae0dcd0a394b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
13529 2024.11.09 02:53:25.009857 [ 307 ] {34261f57-42d0-4d08-8a23-ae0dcd0a394b} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13530 2024.11.09 02:53:25.010032 [ 307 ] {34261f57-42d0-4d08-8a23-ae0dcd0a394b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001978 sec., 1011.1223458038422 rows/sec., 82.45 KiB/sec.
13531 2024.11.09 02:53:25.010279 [ 307 ] {34261f57-42d0-4d08-8a23-ae0dcd0a394b} <Debug> DynamicQueryHandler: Done processing query
13532 2024.11.09 02:53:25.010307 [ 307 ] {34261f57-42d0-4d08-8a23-ae0dcd0a394b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
13533 2024.11.09 02:53:25.010323 [ 307 ] {} <Debug> HTTP-Session: 12eec02e-f1fc-4c02-b401-8ed54b9475aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13534 2024.11.09 02:53:25.010530 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47437, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13535 2024.11.09 02:53:25.010618 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59761, User-Agent: (none), Length: 7980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13536 2024.11.09 02:53:25.010687 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13537 2024.11.09 02:53:25.010711 [ 292 ] {} <Debug> HTTP-Session: 0dd9beff-a406-4e8b-9981-5cd283d440cc Authenticating user 'default' from [fd00:1122:3344:101::d]:59761
13538 2024.11.09 02:53:25.010730 [ 292 ] {} <Debug> HTTP-Session: 0dd9beff-a406-4e8b-9981-5cd283d440cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13539 2024.11.09 02:53:25.010748 [ 292 ] {} <Debug> HTTP-Session: 0dd9beff-a406-4e8b-9981-5cd283d440cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13540 2024.11.09 02:53:25.010821 [ 292 ] {} <Trace> HTTP-Session: 0dd9beff-a406-4e8b-9981-5cd283d440cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13541 2024.11.09 02:53:25.010965 [ 292 ] {d4849850-7cea-4326-af62-b5256bee7ff1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
13542 2024.11.09 02:53:25.011017 [ 292 ] {d4849850-7cea-4326-af62-b5256bee7ff1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13543 2024.11.09 02:53:25.011271 [ 292 ] {d4849850-7cea-4326-af62-b5256bee7ff1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13544 2024.11.09 02:53:25.011643 [ 292 ] {d4849850-7cea-4326-af62-b5256bee7ff1} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13545 2024.11.09 02:53:25.011681 [ 292 ] {d4849850-7cea-4326-af62-b5256bee7ff1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13546 2024.11.09 02:53:25.012060 [ 292 ] {d4849850-7cea-4326-af62-b5256bee7ff1} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
13547 2024.11.09 02:53:25.012453 [ 292 ] {d4849850-7cea-4326-af62-b5256bee7ff1} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13548 2024.11.09 02:53:25.012643 [ 292 ] {d4849850-7cea-4326-af62-b5256bee7ff1} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001728 sec., 32986.11111111111 rows/sec., 2.53 MiB/sec.
13549 2024.11.09 02:53:25.012915 [ 292 ] {d4849850-7cea-4326-af62-b5256bee7ff1} <Debug> DynamicQueryHandler: Done processing query
13550 2024.11.09 02:53:25.012973 [ 292 ] {d4849850-7cea-4326-af62-b5256bee7ff1} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
13551 2024.11.09 02:53:25.013030 [ 292 ] {} <Debug> HTTP-Session: 0dd9beff-a406-4e8b-9981-5cd283d440cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13552 2024.11.09 02:53:25.013289 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59761, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13553 2024.11.09 02:53:25.013338 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36026, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13554 2024.11.09 02:53:25.013412 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13555 2024.11.09 02:53:25.013435 [ 307 ] {} <Debug> HTTP-Session: 2031fa61-d901-44e8-ad0e-e62a8bd2d5a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36026
13556 2024.11.09 02:53:25.013458 [ 307 ] {} <Debug> HTTP-Session: 2031fa61-d901-44e8-ad0e-e62a8bd2d5a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13557 2024.11.09 02:53:25.013473 [ 307 ] {} <Debug> HTTP-Session: 2031fa61-d901-44e8-ad0e-e62a8bd2d5a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13558 2024.11.09 02:53:25.013508 [ 307 ] {} <Trace> HTTP-Session: 2031fa61-d901-44e8-ad0e-e62a8bd2d5a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13559 2024.11.09 02:53:25.013613 [ 307 ] {e90470e0-8bfc-4094-a49c-ca963053901e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36026) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
13560 2024.11.09 02:53:25.013660 [ 307 ] {e90470e0-8bfc-4094-a49c-ca963053901e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13561 2024.11.09 02:53:25.013913 [ 307 ] {e90470e0-8bfc-4094-a49c-ca963053901e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13562 2024.11.09 02:53:25.014214 [ 307 ] {e90470e0-8bfc-4094-a49c-ca963053901e} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13563 2024.11.09 02:53:25.014252 [ 307 ] {e90470e0-8bfc-4094-a49c-ca963053901e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13564 2024.11.09 02:53:25.014598 [ 307 ] {e90470e0-8bfc-4094-a49c-ca963053901e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
13565 2024.11.09 02:53:25.014965 [ 307 ] {e90470e0-8bfc-4094-a49c-ca963053901e} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13566 2024.11.09 02:53:25.015127 [ 307 ] {e90470e0-8bfc-4094-a49c-ca963053901e} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001537 sec., 1301.2361743656475 rows/sec., 90.86 KiB/sec.
13567 2024.11.09 02:53:25.015140 [ 37 ] {} <Debug> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
13568 2024.11.09 02:53:25.015253 [ 37 ] {} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13569 2024.11.09 02:53:25.015299 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13570 2024.11.09 02:53:25.015380 [ 307 ] {e90470e0-8bfc-4094-a49c-ca963053901e} <Debug> DynamicQueryHandler: Done processing query
13571 2024.11.09 02:53:25.015420 [ 307 ] {e90470e0-8bfc-4094-a49c-ca963053901e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
13572 2024.11.09 02:53:25.015440 [ 307 ] {} <Debug> HTTP-Session: 2031fa61-d901-44e8-ad0e-e62a8bd2d5a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13573 2024.11.09 02:53:25.015450 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::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
13574 2024.11.09 02:53:25.015610 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13575 2024.11.09 02:53:25.015617 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36026, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13576 2024.11.09 02:53:25.015663 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 59 rows starting from the beginning of the part
13577 2024.11.09 02:53:25.015696 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50722, User-Agent: (none), Length: 11237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13578 2024.11.09 02:53:25.015820 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13579 2024.11.09 02:53:25.015852 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 4 rows starting from the beginning of the part
13580 2024.11.09 02:53:25.015924 [ 292 ] {} <Debug> HTTP-Session: ad582e6d-ff61-4fce-918f-07cc9c26b509 Authenticating user 'default' from [fd00:1122:3344:101::d]:50722
13581 2024.11.09 02:53:25.016008 [ 292 ] {} <Debug> HTTP-Session: ad582e6d-ff61-4fce-918f-07cc9c26b509 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13582 2024.11.09 02:53:25.016129 [ 292 ] {} <Debug> HTTP-Session: ad582e6d-ff61-4fce-918f-07cc9c26b509 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13583 2024.11.09 02:53:25.016292 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 41 rows starting from the beginning of the part
13584 2024.11.09 02:53:25.016303 [ 292 ] {} <Trace> HTTP-Session: ad582e6d-ff61-4fce-918f-07cc9c26b509 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13585 2024.11.09 02:53:25.016603 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 8 rows starting from the beginning of the part
13586 2024.11.09 02:53:25.016682 [ 292 ] {b3b02f9c-b9a8-45e4-b606-c67ef40d2fdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50722) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
13587 2024.11.09 02:53:25.016867 [ 292 ] {b3b02f9c-b9a8-45e4-b606-c67ef40d2fdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13588 2024.11.09 02:53:25.016971 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 41 rows starting from the beginning of the part
13589 2024.11.09 02:53:25.017383 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 2 rows starting from the beginning of the part
13590 2024.11.09 02:53:25.018044 [ 292 ] {b3b02f9c-b9a8-45e4-b606-c67ef40d2fdf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13591 2024.11.09 02:53:25.018636 [ 292 ] {b3b02f9c-b9a8-45e4-b606-c67ef40d2fdf} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13592 2024.11.09 02:53:25.018686 [ 292 ] {b3b02f9c-b9a8-45e4-b606-c67ef40d2fdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13593 2024.11.09 02:53:25.019234 [ 190 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 155 rows, containing 5 columns (5 merged, 0 gathered) in 0.0038573 sec., 40183.54807767091 rows/sec., 3.06 MiB/sec.
13594 2024.11.09 02:53:25.019287 [ 292 ] {b3b02f9c-b9a8-45e4-b606-c67ef40d2fdf} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
13595 2024.11.09 02:53:25.019463 [ 190 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
13596 2024.11.09 02:53:25.020248 [ 292 ] {b3b02f9c-b9a8-45e4-b606-c67ef40d2fdf} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13597 2024.11.09 02:53:25.020591 [ 292 ] {b3b02f9c-b9a8-45e4-b606-c67ef40d2fdf} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.004068 sec., 16224.188790560474 rows/sec., 1.27 MiB/sec.
13598 2024.11.09 02:53:25.020775 [ 190 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_51_10} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13599 2024.11.09 02:53:25.020961 [ 190 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_51_10} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
13600 2024.11.09 02:53:25.020985 [ 292 ] {b3b02f9c-b9a8-45e4-b606-c67ef40d2fdf} <Debug> DynamicQueryHandler: Done processing query
13601 2024.11.09 02:53:25.021022 [ 292 ] {b3b02f9c-b9a8-45e4-b606-c67ef40d2fdf} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
13602 2024.11.09 02:53:25.021088 [ 292 ] {} <Debug> HTTP-Session: ad582e6d-ff61-4fce-918f-07cc9c26b509 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13603 2024.11.09 02:53:25.021151 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
13604 2024.11.09 02:53:25.021319 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50722, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13605 2024.11.09 02:53:25.021372 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36153, User-Agent: (none), Length: 24729, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13606 2024.11.09 02:53:25.021434 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13607 2024.11.09 02:53:25.021457 [ 307 ] {} <Debug> HTTP-Session: 068cd331-93cf-4eb7-8cd6-41ff85808daf Authenticating user 'default' from [fd00:1122:3344:101::d]:36153
13608 2024.11.09 02:53:25.021475 [ 307 ] {} <Debug> HTTP-Session: 068cd331-93cf-4eb7-8cd6-41ff85808daf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13609 2024.11.09 02:53:25.021489 [ 307 ] {} <Debug> HTTP-Session: 068cd331-93cf-4eb7-8cd6-41ff85808daf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13610 2024.11.09 02:53:25.021521 [ 307 ] {} <Trace> HTTP-Session: 068cd331-93cf-4eb7-8cd6-41ff85808daf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13611 2024.11.09 02:53:25.021684 [ 307 ] {a454bd4a-1535-4803-89a6-d8aef6b574b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
13612 2024.11.09 02:53:25.021732 [ 307 ] {a454bd4a-1535-4803-89a6-d8aef6b574b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13613 2024.11.09 02:53:25.021907 [ 307 ] {a454bd4a-1535-4803-89a6-d8aef6b574b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13614 2024.11.09 02:53:25.022314 [ 307 ] {a454bd4a-1535-4803-89a6-d8aef6b574b8} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13615 2024.11.09 02:53:25.022352 [ 307 ] {a454bd4a-1535-4803-89a6-d8aef6b574b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13616 2024.11.09 02:53:25.022751 [ 307 ] {a454bd4a-1535-4803-89a6-d8aef6b574b8} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
13617 2024.11.09 02:53:25.023111 [ 307 ] {a454bd4a-1535-4803-89a6-d8aef6b574b8} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13618 2024.11.09 02:53:25.023270 [ 307 ] {a454bd4a-1535-4803-89a6-d8aef6b574b8} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001651 sec., 78134.46396123563 rows/sec., 5.44 MiB/sec.
13619 2024.11.09 02:53:25.023472 [ 307 ] {a454bd4a-1535-4803-89a6-d8aef6b574b8} <Debug> DynamicQueryHandler: Done processing query
13620 2024.11.09 02:53:25.023509 [ 307 ] {a454bd4a-1535-4803-89a6-d8aef6b574b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
13621 2024.11.09 02:53:25.023542 [ 307 ] {} <Debug> HTTP-Session: 068cd331-93cf-4eb7-8cd6-41ff85808daf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13622 2024.11.09 02:53:25.023714 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36153, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13623 2024.11.09 02:53:25.023759 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40743, User-Agent: (none), Length: 7317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13624 2024.11.09 02:53:25.023816 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13625 2024.11.09 02:53:25.023837 [ 292 ] {} <Debug> HTTP-Session: efa00f8b-54af-4ff7-8e84-9242795b661f Authenticating user 'default' from [fd00:1122:3344:101::d]:40743
13626 2024.11.09 02:53:25.023853 [ 292 ] {} <Debug> HTTP-Session: efa00f8b-54af-4ff7-8e84-9242795b661f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13627 2024.11.09 02:53:25.023867 [ 292 ] {} <Debug> HTTP-Session: efa00f8b-54af-4ff7-8e84-9242795b661f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13628 2024.11.09 02:53:25.023898 [ 292 ] {} <Trace> HTTP-Session: efa00f8b-54af-4ff7-8e84-9242795b661f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13629 2024.11.09 02:53:25.024016 [ 292 ] {5b5a8287-2a65-4b69-9f83-a3b51e033268} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40743) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
13630 2024.11.09 02:53:25.024061 [ 292 ] {5b5a8287-2a65-4b69-9f83-a3b51e033268} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13631 2024.11.09 02:53:25.024191 [ 292 ] {5b5a8287-2a65-4b69-9f83-a3b51e033268} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13632 2024.11.09 02:53:25.024477 [ 292 ] {5b5a8287-2a65-4b69-9f83-a3b51e033268} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13633 2024.11.09 02:53:25.024517 [ 292 ] {5b5a8287-2a65-4b69-9f83-a3b51e033268} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13634 2024.11.09 02:53:25.024892 [ 292 ] {5b5a8287-2a65-4b69-9f83-a3b51e033268} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
13635 2024.11.09 02:53:25.025234 [ 292 ] {5b5a8287-2a65-4b69-9f83-a3b51e033268} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13636 2024.11.09 02:53:25.025392 [ 292 ] {5b5a8287-2a65-4b69-9f83-a3b51e033268} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001412 sec., 33994.33427762039 rows/sec., 2.29 MiB/sec.
13637 2024.11.09 02:53:25.025648 [ 292 ] {5b5a8287-2a65-4b69-9f83-a3b51e033268} <Debug> DynamicQueryHandler: Done processing query
13638 2024.11.09 02:53:25.025708 [ 292 ] {5b5a8287-2a65-4b69-9f83-a3b51e033268} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
13639 2024.11.09 02:53:25.025763 [ 292 ] {} <Debug> HTTP-Session: efa00f8b-54af-4ff7-8e84-9242795b661f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13640 2024.11.09 02:53:25.026062 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40743, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13641 2024.11.09 02:53:29.959808 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33772, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13642 2024.11.09 02:53:30.009629 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45266, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13643 2024.11.09 02:53:30.009769 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13644 2024.11.09 02:53:30.009799 [ 292 ] {} <Debug> HTTP-Session: 72b56aa6-c727-4564-b34e-894a39da2848 Authenticating user 'default' from [fd00:1122:3344:101::d]:45266
13645 2024.11.09 02:53:30.009828 [ 292 ] {} <Debug> HTTP-Session: 72b56aa6-c727-4564-b34e-894a39da2848 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13646 2024.11.09 02:53:30.009845 [ 292 ] {} <Debug> HTTP-Session: 72b56aa6-c727-4564-b34e-894a39da2848 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13647 2024.11.09 02:53:30.009905 [ 292 ] {} <Trace> HTTP-Session: 72b56aa6-c727-4564-b34e-894a39da2848 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13648 2024.11.09 02:53:30.010152 [ 292 ] {c6f0aa97-c133-4416-a0b9-9d38e246dbff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
13649 2024.11.09 02:53:30.010236 [ 292 ] {c6f0aa97-c133-4416-a0b9-9d38e246dbff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13650 2024.11.09 02:53:30.010634 [ 292 ] {c6f0aa97-c133-4416-a0b9-9d38e246dbff} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13651 2024.11.09 02:53:30.011106 [ 292 ] {c6f0aa97-c133-4416-a0b9-9d38e246dbff} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13652 2024.11.09 02:53:30.011182 [ 292 ] {c6f0aa97-c133-4416-a0b9-9d38e246dbff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13653 2024.11.09 02:53:30.011710 [ 292 ] {c6f0aa97-c133-4416-a0b9-9d38e246dbff} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
13654 2024.11.09 02:53:30.012125 [ 292 ] {c6f0aa97-c133-4416-a0b9-9d38e246dbff} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13655 2024.11.09 02:53:30.012317 [ 292 ] {c6f0aa97-c133-4416-a0b9-9d38e246dbff} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002237 sec., 25033.527045149756 rows/sec., 1.92 MiB/sec.
13656 2024.11.09 02:53:30.012348 [ 33 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
13657 2024.11.09 02:53:30.012454 [ 33 ] {} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13658 2024.11.09 02:53:30.012509 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13659 2024.11.09 02:53:30.012682 [ 292 ] {c6f0aa97-c133-4416-a0b9-9d38e246dbff} <Debug> DynamicQueryHandler: Done processing query
13660 2024.11.09 02:53:30.012687 [ 197 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full
13661 2024.11.09 02:53:30.012723 [ 292 ] {c6f0aa97-c133-4416-a0b9-9d38e246dbff} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
13662 2024.11.09 02:53:30.012773 [ 292 ] {} <Debug> HTTP-Session: 72b56aa6-c727-4564-b34e-894a39da2848 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13663 2024.11.09 02:53:30.012919 [ 197 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13664 2024.11.09 02:53:30.012966 [ 197 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1420 rows starting from the beginning of the part
13665 2024.11.09 02:53:30.013154 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45266, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13666 2024.11.09 02:53:30.013236 [ 197 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part
13667 2024.11.09 02:53:30.013288 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50816, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13668 2024.11.09 02:53:30.013528 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13669 2024.11.09 02:53:30.013543 [ 292 ] {} <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):
13670 
13671 (version 23.8.7.1)
13672 2024.11.09 02:53:30.013655 [ 307 ] {} <Debug> HTTP-Session: e1bc0f29-6dc1-4389-b5a7-67817d4ca737 Authenticating user 'default' from [fd00:1122:3344:101::d]:50816
13673 2024.11.09 02:53:30.013708 [ 197 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 56 rows starting from the beginning of the part
13674 2024.11.09 02:53:30.013748 [ 307 ] {} <Debug> HTTP-Session: e1bc0f29-6dc1-4389-b5a7-67817d4ca737 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13675 2024.11.09 02:53:30.013826 [ 307 ] {} <Debug> HTTP-Session: e1bc0f29-6dc1-4389-b5a7-67817d4ca737 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13676 2024.11.09 02:53:30.014035 [ 197 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 271 rows starting from the beginning of the part
13677 2024.11.09 02:53:30.014052 [ 307 ] {} <Trace> HTTP-Session: e1bc0f29-6dc1-4389-b5a7-67817d4ca737 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13678 2024.11.09 02:53:30.014245 [ 197 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 57 rows starting from the beginning of the part
13679 2024.11.09 02:53:30.014504 [ 197 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 56 rows starting from the beginning of the part
13680 2024.11.09 02:53:30.014593 [ 307 ] {c1f70f5f-6138-4619-b7cf-5e8be0011a38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50816) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
13681 2024.11.09 02:53:30.014835 [ 307 ] {c1f70f5f-6138-4619-b7cf-5e8be0011a38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13682 2024.11.09 02:53:30.015748 [ 307 ] {c1f70f5f-6138-4619-b7cf-5e8be0011a38} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13683 2024.11.09 02:53:30.016779 [ 307 ] {c1f70f5f-6138-4619-b7cf-5e8be0011a38} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13684 2024.11.09 02:53:30.016856 [ 307 ] {c1f70f5f-6138-4619-b7cf-5e8be0011a38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13685 2024.11.09 02:53:30.017654 [ 307 ] {c1f70f5f-6138-4619-b7cf-5e8be0011a38} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
13686 2024.11.09 02:53:30.017877 [ 190 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1920 rows, containing 5 columns (5 merged, 0 gathered) in 0.005275179 sec., 363968.6918680864 rows/sec., 31.86 MiB/sec.
13687 2024.11.09 02:53:30.018297 [ 190 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
13688 2024.11.09 02:53:30.018337 [ 307 ] {c1f70f5f-6138-4619-b7cf-5e8be0011a38} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13689 2024.11.09 02:53:30.018663 [ 31 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
13690 2024.11.09 02:53:30.018697 [ 307 ] {c1f70f5f-6138-4619-b7cf-5e8be0011a38} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004315 sec., 14831.981460023175 rows/sec., 1.16 MiB/sec.
13691 2024.11.09 02:53:30.018752 [ 31 ] {} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13692 2024.11.09 02:53:30.018838 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13693 2024.11.09 02:53:30.019489 [ 186 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full
13694 2024.11.09 02:53:30.019742 [ 307 ] {c1f70f5f-6138-4619-b7cf-5e8be0011a38} <Debug> DynamicQueryHandler: Done processing query
13695 2024.11.09 02:53:30.019864 [ 307 ] {c1f70f5f-6138-4619-b7cf-5e8be0011a38} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
13696 2024.11.09 02:53:30.019959 [ 307 ] {} <Debug> HTTP-Session: e1bc0f29-6dc1-4389-b5a7-67817d4ca737 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13697 2024.11.09 02:53:30.020493 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50816, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13698 2024.11.09 02:53:30.020574 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37167, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13699 2024.11.09 02:53:30.020793 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13700 2024.11.09 02:53:30.020887 [ 292 ] {} <Debug> HTTP-Session: 5f2a5322-bf76-4532-9ea1-2c292d4e07e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:37167
13701 2024.11.09 02:53:30.020979 [ 292 ] {} <Debug> HTTP-Session: 5f2a5322-bf76-4532-9ea1-2c292d4e07e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13702 2024.11.09 02:53:30.021027 [ 292 ] {} <Debug> HTTP-Session: 5f2a5322-bf76-4532-9ea1-2c292d4e07e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13703 2024.11.09 02:53:30.021191 [ 292 ] {} <Trace> HTTP-Session: 5f2a5322-bf76-4532-9ea1-2c292d4e07e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13704 2024.11.09 02:53:30.021358 [ 186 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13705 2024.11.09 02:53:30.021505 [ 186 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 915 rows starting from the beginning of the part
13706 2024.11.09 02:53:30.021620 [ 190 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_81_16} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13707 2024.11.09 02:53:30.021845 [ 186 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 72 rows starting from the beginning of the part
13708 2024.11.09 02:53:30.021902 [ 292 ] {dd25d2de-ddf5-47cf-8798-73f1460f1ab3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37167) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
13709 2024.11.09 02:53:30.022061 [ 190 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_81_16} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
13710 2024.11.09 02:53:30.022214 [ 292 ] {dd25d2de-ddf5-47cf-8798-73f1460f1ab3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13711 2024.11.09 02:53:30.022327 [ 186 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 64 rows starting from the beginning of the part
13712 2024.11.09 02:53:30.022559 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB.
13713 2024.11.09 02:53:30.022950 [ 186 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 423 rows starting from the beginning of the part
13714 2024.11.09 02:53:30.023349 [ 186 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 66 rows starting from the beginning of the part
13715 2024.11.09 02:53:30.023769 [ 186 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 64 rows starting from the beginning of the part
13716 2024.11.09 02:53:30.023996 [ 292 ] {dd25d2de-ddf5-47cf-8798-73f1460f1ab3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13717 2024.11.09 02:53:30.025073 [ 292 ] {dd25d2de-ddf5-47cf-8798-73f1460f1ab3} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13718 2024.11.09 02:53:30.025139 [ 292 ] {dd25d2de-ddf5-47cf-8798-73f1460f1ab3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13719 2024.11.09 02:53:30.026277 [ 292 ] {dd25d2de-ddf5-47cf-8798-73f1460f1ab3} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
13720 2024.11.09 02:53:30.027026 [ 189 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1604 rows, containing 5 columns (5 merged, 0 gathered) in 0.007990886 sec., 200728.68014885957 rows/sec., 15.48 MiB/sec.
13721 2024.11.09 02:53:30.027041 [ 292 ] {dd25d2de-ddf5-47cf-8798-73f1460f1ab3} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13722 2024.11.09 02:53:30.027355 [ 31 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
13723 2024.11.09 02:53:30.027400 [ 292 ] {dd25d2de-ddf5-47cf-8798-73f1460f1ab3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00584 sec., 27397.260273972603 rows/sec., 1.91 MiB/sec.
13724 2024.11.09 02:53:30.027427 [ 31 ] {} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13725 2024.11.09 02:53:30.027520 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13726 2024.11.09 02:53:30.027628 [ 189 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
13727 2024.11.09 02:53:30.027929 [ 193 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full
13728 2024.11.09 02:53:30.028008 [ 292 ] {dd25d2de-ddf5-47cf-8798-73f1460f1ab3} <Debug> DynamicQueryHandler: Done processing query
13729 2024.11.09 02:53:30.028158 [ 292 ] {dd25d2de-ddf5-47cf-8798-73f1460f1ab3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
13730 2024.11.09 02:53:30.028293 [ 292 ] {} <Debug> HTTP-Session: 5f2a5322-bf76-4532-9ea1-2c292d4e07e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13731 2024.11.09 02:53:30.028538 [ 193 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13732 2024.11.09 02:53:30.028600 [ 193 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_76_15, total 16314 rows starting from the beginning of the part
13733 2024.11.09 02:53:30.028762 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37167, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13734 2024.11.09 02:53:30.029000 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52869, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13735 2024.11.09 02:53:30.029141 [ 193 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 132 rows starting from the beginning of the part
13736 2024.11.09 02:53:30.029242 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13737 2024.11.09 02:53:30.029391 [ 307 ] {} <Debug> HTTP-Session: fb63209c-7aba-4e84-9a71-b7225268ac9d Authenticating user 'default' from [fd00:1122:3344:101::d]:52869
13738 2024.11.09 02:53:30.029560 [ 307 ] {} <Debug> HTTP-Session: fb63209c-7aba-4e84-9a71-b7225268ac9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13739 2024.11.09 02:53:30.029664 [ 307 ] {} <Debug> HTTP-Session: fb63209c-7aba-4e84-9a71-b7225268ac9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13740 2024.11.09 02:53:30.029707 [ 193 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part
13741 2024.11.09 02:53:30.029856 [ 307 ] {} <Trace> HTTP-Session: fb63209c-7aba-4e84-9a71-b7225268ac9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13742 2024.11.09 02:53:30.029875 [ 189 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_81_16} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13743 2024.11.09 02:53:30.030123 [ 193 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 237 rows starting from the beginning of the part
13744 2024.11.09 02:53:30.030383 [ 189 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_81_16} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
13745 2024.11.09 02:53:30.030590 [ 307 ] {04c29e81-8850-48c8-acdc-9f87d443d676} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
13746 2024.11.09 02:53:30.030619 [ 193 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 129 rows starting from the beginning of the part
13747 2024.11.09 02:53:30.030807 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB.
13748 2024.11.09 02:53:30.030925 [ 307 ] {04c29e81-8850-48c8-acdc-9f87d443d676} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13749 2024.11.09 02:53:30.031084 [ 193 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part
13750 2024.11.09 02:53:30.031856 [ 307 ] {04c29e81-8850-48c8-acdc-9f87d443d676} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13751 2024.11.09 02:53:30.032502 [ 307 ] {04c29e81-8850-48c8-acdc-9f87d443d676} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13752 2024.11.09 02:53:30.032550 [ 307 ] {04c29e81-8850-48c8-acdc-9f87d443d676} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13753 2024.11.09 02:53:30.033158 [ 307 ] {04c29e81-8850-48c8-acdc-9f87d443d676} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
13754 2024.11.09 02:53:30.033604 [ 307 ] {04c29e81-8850-48c8-acdc-9f87d443d676} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13755 2024.11.09 02:53:30.033890 [ 31 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
13756 2024.11.09 02:53:30.033978 [ 307 ] {04c29e81-8850-48c8-acdc-9f87d443d676} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003682 sec., 16295.491580662683 rows/sec., 1.10 MiB/sec.
13757 2024.11.09 02:53:30.034000 [ 31 ] {} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13758 2024.11.09 02:53:30.034110 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13759 2024.11.09 02:53:30.034508 [ 307 ] {04c29e81-8850-48c8-acdc-9f87d443d676} <Debug> DynamicQueryHandler: Done processing query
13760 2024.11.09 02:53:30.034559 [ 188 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full
13761 2024.11.09 02:53:30.034582 [ 307 ] {04c29e81-8850-48c8-acdc-9f87d443d676} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
13762 2024.11.09 02:53:30.034649 [ 307 ] {} <Debug> HTTP-Session: fb63209c-7aba-4e84-9a71-b7225268ac9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13763 2024.11.09 02:53:30.035051 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52869, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13764 2024.11.09 02:53:30.035119 [ 188 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13765 2024.11.09 02:53:30.035221 [ 188 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4786 rows starting from the beginning of the part
13766 2024.11.09 02:53:30.035590 [ 188 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 48 rows starting from the beginning of the part
13767 2024.11.09 02:53:30.035864 [ 188 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part
13768 2024.11.09 02:53:30.036043 [ 188 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 82 rows starting from the beginning of the part
13769 2024.11.09 02:53:30.036191 [ 188 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 48 rows starting from the beginning of the part
13770 2024.11.09 02:53:30.036403 [ 188 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part
13771 2024.11.09 02:53:30.039615 [ 201 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17132 rows, containing 5 columns (5 merged, 0 gathered) in 0.011911356 sec., 1438291.3246820932 rows/sec., 98.08 MiB/sec.
13772 2024.11.09 02:53:30.039730 [ 201 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5084 rows, containing 4 columns (4 merged, 0 gathered) in 0.005461783 sec., 930831.5617811986 rows/sec., 61.20 MiB/sec.
13773 2024.11.09 02:53:30.040006 [ 198 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
13774 2024.11.09 02:53:30.040175 [ 200 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
13775 2024.11.09 02:53:30.041256 [ 198 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13776 2024.11.09 02:53:30.041328 [ 188 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_81_16} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13777 2024.11.09 02:53:30.041437 [ 198 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
13778 2024.11.09 02:53:30.041532 [ 188 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_81_16} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
13779 2024.11.09 02:53:30.041605 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.64 MiB.
13780 2024.11.09 02:53:30.041733 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB.
13781 2024.11.09 02:53:30.572989 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58918, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13782 2024.11.09 02:53:30.599386 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55159, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13783 2024.11.09 02:53:30.675865 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37788, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13784 2024.11.09 02:53:30.719232 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:42501, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13785 2024.11.09 02:53:30.723465 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37551, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13786 2024.11.09 02:53:30.757847 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59447, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13787 2024.11.09 02:53:30.876600 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62838, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13788 2024.11.09 02:53:31.421475 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache
13789 2024.11.09 02:53:31.421534 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache
13790 2024.11.09 02:53:31.725938 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1244
13791 2024.11.09 02:53:31.728716 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13792 2024.11.09 02:53:31.728775 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13793 2024.11.09 02:53:31.730271 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
13794 2024.11.09 02:53:31.731330 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13795 2024.11.09 02:53:31.731559 [ 30 ] {} <Debug> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
13796 2024.11.09 02:53:31.731677 [ 30 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13797 2024.11.09 02:53:31.731741 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13798 2024.11.09 02:53:31.732122 [ 200 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::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
13799 2024.11.09 02:53:31.732812 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1244
13800 2024.11.09 02:53:31.733573 [ 200 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13801 2024.11.09 02:53:31.733781 [ 200 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1116 rows starting from the beginning of the part
13802 2024.11.09 02:53:31.734455 [ 200 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 28 rows starting from the beginning of the part
13803 2024.11.09 02:53:31.735051 [ 200 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 20 rows starting from the beginning of the part
13804 2024.11.09 02:53:31.735603 [ 200 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 32 rows starting from the beginning of the part
13805 2024.11.09 02:53:31.736205 [ 200 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 28 rows starting from the beginning of the part
13806 2024.11.09 02:53:31.736710 [ 200 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 20 rows starting from the beginning of the part
13807 2024.11.09 02:53:31.745755 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48532, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13808 2024.11.09 02:53:31.749942 [ 198 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1244 rows, containing 72 columns (72 merged, 0 gathered) in 0.018046672 sec., 68932.3771164013 rows/sec., 47.11 MiB/sec.
13809 2024.11.09 02:53:31.751582 [ 201 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
13810 2024.11.09 02:53:31.753408 [ 201 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_41_8} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13811 2024.11.09 02:53:31.753523 [ 201 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_41_8} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
13812 2024.11.09 02:53:31.753868 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.79 MiB.
13813 2024.11.09 02:53:31.760719 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53805, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13814 2024.11.09 02:53:32.215740 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38925, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13815 2024.11.09 02:53:32.276186 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:65428, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13816 2024.11.09 02:53:32.305461 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53745, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13817 2024.11.09 02:53:32.305544 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60681, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13818 2024.11.09 02:53:32.389121 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42157, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13819 2024.11.09 02:53:32.442572 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60911, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13820 2024.11.09 02:53:32.444856 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41946, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13821 2024.11.09 02:53:32.460822 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34535, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13822 2024.11.09 02:53:32.474122 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63772, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13823 2024.11.09 02:53:32.522176 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43278, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13824 2024.11.09 02:53:32.608525 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37548, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13825 2024.11.09 02:53:32.622833 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56814, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13826 2024.11.09 02:53:32.625153 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64685, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13827 2024.11.09 02:53:32.671432 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48956, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13828 2024.11.09 02:53:35.016655 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47648, User-Agent: (none), Length: 41147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13829 2024.11.09 02:53:35.016781 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13830 2024.11.09 02:53:35.016812 [ 285 ] {} <Debug> HTTP-Session: 0eb8e517-9812-4b10-8690-5c38fb5e9dcf Authenticating user 'default' from [fd00:1122:3344:101::d]:47648
13831 2024.11.09 02:53:35.016841 [ 285 ] {} <Debug> HTTP-Session: 0eb8e517-9812-4b10-8690-5c38fb5e9dcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13832 2024.11.09 02:53:35.016859 [ 285 ] {} <Debug> HTTP-Session: 0eb8e517-9812-4b10-8690-5c38fb5e9dcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13833 2024.11.09 02:53:35.016918 [ 285 ] {} <Trace> HTTP-Session: 0eb8e517-9812-4b10-8690-5c38fb5e9dcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13834 2024.11.09 02:53:35.017245 [ 285 ] {7e9695c2-4c4e-4c5c-9834-82e53d068129} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47648) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
13835 2024.11.09 02:53:35.017324 [ 285 ] {7e9695c2-4c4e-4c5c-9834-82e53d068129} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13836 2024.11.09 02:53:35.017709 [ 285 ] {7e9695c2-4c4e-4c5c-9834-82e53d068129} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13837 2024.11.09 02:53:35.018338 [ 285 ] {7e9695c2-4c4e-4c5c-9834-82e53d068129} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13838 2024.11.09 02:53:35.018381 [ 285 ] {7e9695c2-4c4e-4c5c-9834-82e53d068129} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13839 2024.11.09 02:53:35.018831 [ 285 ] {7e9695c2-4c4e-4c5c-9834-82e53d068129} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
13840 2024.11.09 02:53:35.019223 [ 285 ] {7e9695c2-4c4e-4c5c-9834-82e53d068129} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13841 2024.11.09 02:53:35.019391 [ 285 ] {7e9695c2-4c4e-4c5c-9834-82e53d068129} <Debug> executeQuery: Read 271 rows, 24.70 KiB in 0.002321 sec., 116760.01723395087 rows/sec., 10.39 MiB/sec.
13842 2024.11.09 02:53:35.019621 [ 285 ] {7e9695c2-4c4e-4c5c-9834-82e53d068129} <Debug> DynamicQueryHandler: Done processing query
13843 2024.11.09 02:53:35.019648 [ 285 ] {7e9695c2-4c4e-4c5c-9834-82e53d068129} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
13844 2024.11.09 02:53:35.019665 [ 285 ] {} <Debug> HTTP-Session: 0eb8e517-9812-4b10-8690-5c38fb5e9dcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13845 2024.11.09 02:53:35.019885 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47648, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13846 2024.11.09 02:53:35.019973 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36170, User-Agent: (none), Length: 5927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13847 2024.11.09 02:53:35.020094 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13848 2024.11.09 02:53:35.020119 [ 286 ] {} <Debug> HTTP-Session: dd315988-6291-4ad2-98cf-656a2615cac6 Authenticating user 'default' from [fd00:1122:3344:101::d]:36170
13849 2024.11.09 02:53:35.020143 [ 286 ] {} <Debug> HTTP-Session: dd315988-6291-4ad2-98cf-656a2615cac6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13850 2024.11.09 02:53:35.020158 [ 286 ] {} <Debug> HTTP-Session: dd315988-6291-4ad2-98cf-656a2615cac6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13851 2024.11.09 02:53:35.020214 [ 286 ] {} <Trace> HTTP-Session: dd315988-6291-4ad2-98cf-656a2615cac6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13852 2024.11.09 02:53:35.020413 [ 286 ] {74f5130a-303e-4d89-9dc1-fdc060bac125} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36170) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
13853 2024.11.09 02:53:35.020481 [ 286 ] {74f5130a-303e-4d89-9dc1-fdc060bac125} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13854 2024.11.09 02:53:35.020830 [ 286 ] {74f5130a-303e-4d89-9dc1-fdc060bac125} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13855 2024.11.09 02:53:35.021253 [ 286 ] {74f5130a-303e-4d89-9dc1-fdc060bac125} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13856 2024.11.09 02:53:35.021294 [ 286 ] {74f5130a-303e-4d89-9dc1-fdc060bac125} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13857 2024.11.09 02:53:35.021746 [ 286 ] {74f5130a-303e-4d89-9dc1-fdc060bac125} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
13858 2024.11.09 02:53:35.022137 [ 286 ] {74f5130a-303e-4d89-9dc1-fdc060bac125} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13859 2024.11.09 02:53:35.022287 [ 286 ] {74f5130a-303e-4d89-9dc1-fdc060bac125} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001943 sec., 21101.389603705607 rows/sec., 1.55 MiB/sec.
13860 2024.11.09 02:53:35.022596 [ 286 ] {74f5130a-303e-4d89-9dc1-fdc060bac125} <Debug> DynamicQueryHandler: Done processing query
13861 2024.11.09 02:53:35.022659 [ 286 ] {74f5130a-303e-4d89-9dc1-fdc060bac125} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
13862 2024.11.09 02:53:35.022704 [ 286 ] {} <Debug> HTTP-Session: dd315988-6291-4ad2-98cf-656a2615cac6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13863 2024.11.09 02:53:35.022940 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36170, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13864 2024.11.09 02:53:35.023003 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46405, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13865 2024.11.09 02:53:35.023084 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13866 2024.11.09 02:53:35.023114 [ 285 ] {} <Debug> HTTP-Session: ba41a05a-42e8-4cbb-810e-345686167600 Authenticating user 'default' from [fd00:1122:3344:101::d]:46405
13867 2024.11.09 02:53:35.023136 [ 285 ] {} <Debug> HTTP-Session: ba41a05a-42e8-4cbb-810e-345686167600 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13868 2024.11.09 02:53:35.023154 [ 285 ] {} <Debug> HTTP-Session: ba41a05a-42e8-4cbb-810e-345686167600 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13869 2024.11.09 02:53:35.023198 [ 285 ] {} <Trace> HTTP-Session: ba41a05a-42e8-4cbb-810e-345686167600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13870 2024.11.09 02:53:35.023322 [ 285 ] {297c1d2d-a460-4b4a-afb2-337e15b84915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46405) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
13871 2024.11.09 02:53:35.023371 [ 285 ] {297c1d2d-a460-4b4a-afb2-337e15b84915} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13872 2024.11.09 02:53:35.023632 [ 285 ] {297c1d2d-a460-4b4a-afb2-337e15b84915} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13873 2024.11.09 02:53:35.023945 [ 285 ] {297c1d2d-a460-4b4a-afb2-337e15b84915} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13874 2024.11.09 02:53:35.023983 [ 285 ] {297c1d2d-a460-4b4a-afb2-337e15b84915} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13875 2024.11.09 02:53:35.024392 [ 285 ] {297c1d2d-a460-4b4a-afb2-337e15b84915} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
13876 2024.11.09 02:53:35.024777 [ 285 ] {297c1d2d-a460-4b4a-afb2-337e15b84915} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13877 2024.11.09 02:53:35.024938 [ 285 ] {297c1d2d-a460-4b4a-afb2-337e15b84915} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001647 sec., 8500.303582270795 rows/sec., 595.31 KiB/sec.
13878 2024.11.09 02:53:35.025281 [ 285 ] {297c1d2d-a460-4b4a-afb2-337e15b84915} <Debug> DynamicQueryHandler: Done processing query
13879 2024.11.09 02:53:35.025306 [ 285 ] {297c1d2d-a460-4b4a-afb2-337e15b84915} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
13880 2024.11.09 02:53:35.025323 [ 285 ] {} <Debug> HTTP-Session: ba41a05a-42e8-4cbb-810e-345686167600 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13881 2024.11.09 02:53:35.025475 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46405, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13882 2024.11.09 02:53:35.025563 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42137, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13883 2024.11.09 02:53:35.025640 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13884 2024.11.09 02:53:35.025661 [ 286 ] {} <Debug> HTTP-Session: ebd227ee-019f-443d-82b3-33d794538187 Authenticating user 'default' from [fd00:1122:3344:101::d]:42137
13885 2024.11.09 02:53:35.025681 [ 286 ] {} <Debug> HTTP-Session: ebd227ee-019f-443d-82b3-33d794538187 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13886 2024.11.09 02:53:35.025695 [ 286 ] {} <Debug> HTTP-Session: ebd227ee-019f-443d-82b3-33d794538187 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13887 2024.11.09 02:53:35.025740 [ 286 ] {} <Trace> HTTP-Session: ebd227ee-019f-443d-82b3-33d794538187 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13888 2024.11.09 02:53:35.025860 [ 286 ] {d6b9b18e-47f9-4742-899d-92eeb0c76351} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42137) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
13889 2024.11.09 02:53:35.025914 [ 286 ] {d6b9b18e-47f9-4742-899d-92eeb0c76351} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13890 2024.11.09 02:53:35.026190 [ 286 ] {d6b9b18e-47f9-4742-899d-92eeb0c76351} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13891 2024.11.09 02:53:35.026513 [ 286 ] {d6b9b18e-47f9-4742-899d-92eeb0c76351} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13892 2024.11.09 02:53:35.026546 [ 286 ] {d6b9b18e-47f9-4742-899d-92eeb0c76351} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13893 2024.11.09 02:53:35.026890 [ 286 ] {d6b9b18e-47f9-4742-899d-92eeb0c76351} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
13894 2024.11.09 02:53:35.027319 [ 286 ] {d6b9b18e-47f9-4742-899d-92eeb0c76351} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13895 2024.11.09 02:53:35.027457 [ 286 ] {d6b9b18e-47f9-4742-899d-92eeb0c76351} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001631 sec., 3678.724708767627 rows/sec., 217.35 KiB/sec.
13896 2024.11.09 02:53:35.027802 [ 286 ] {d6b9b18e-47f9-4742-899d-92eeb0c76351} <Debug> DynamicQueryHandler: Done processing query
13897 2024.11.09 02:53:35.027828 [ 286 ] {d6b9b18e-47f9-4742-899d-92eeb0c76351} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
13898 2024.11.09 02:53:35.027845 [ 286 ] {} <Debug> HTTP-Session: ebd227ee-019f-443d-82b3-33d794538187 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13899 2024.11.09 02:53:35.028091 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42137, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13900 2024.11.09 02:53:35.028190 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35310, User-Agent: (none), Length: 68708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13901 2024.11.09 02:53:35.028262 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13902 2024.11.09 02:53:35.028286 [ 285 ] {} <Debug> HTTP-Session: 28d5aaff-fb0c-4b13-a61e-1f61f05f6be1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35310
13903 2024.11.09 02:53:35.028308 [ 285 ] {} <Debug> HTTP-Session: 28d5aaff-fb0c-4b13-a61e-1f61f05f6be1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13904 2024.11.09 02:53:35.028325 [ 285 ] {} <Debug> HTTP-Session: 28d5aaff-fb0c-4b13-a61e-1f61f05f6be1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13905 2024.11.09 02:53:35.028372 [ 285 ] {} <Trace> HTTP-Session: 28d5aaff-fb0c-4b13-a61e-1f61f05f6be1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13906 2024.11.09 02:53:35.028667 [ 285 ] {0af52c28-eb10-4e1c-a45a-fa3c794688eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35310) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
13907 2024.11.09 02:53:35.028724 [ 285 ] {0af52c28-eb10-4e1c-a45a-fa3c794688eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13908 2024.11.09 02:53:35.028981 [ 285 ] {0af52c28-eb10-4e1c-a45a-fa3c794688eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13909 2024.11.09 02:53:35.029605 [ 285 ] {0af52c28-eb10-4e1c-a45a-fa3c794688eb} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13910 2024.11.09 02:53:35.029643 [ 285 ] {0af52c28-eb10-4e1c-a45a-fa3c794688eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13911 2024.11.09 02:53:35.030046 [ 285 ] {0af52c28-eb10-4e1c-a45a-fa3c794688eb} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
13912 2024.11.09 02:53:35.030420 [ 285 ] {0af52c28-eb10-4e1c-a45a-fa3c794688eb} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13913 2024.11.09 02:53:35.030581 [ 285 ] {0af52c28-eb10-4e1c-a45a-fa3c794688eb} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002077 sec., 203659.12373615793 rows/sec., 14.56 MiB/sec.
13914 2024.11.09 02:53:35.030779 [ 285 ] {0af52c28-eb10-4e1c-a45a-fa3c794688eb} <Debug> DynamicQueryHandler: Done processing query
13915 2024.11.09 02:53:35.030804 [ 285 ] {0af52c28-eb10-4e1c-a45a-fa3c794688eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
13916 2024.11.09 02:53:35.030820 [ 285 ] {} <Debug> HTTP-Session: 28d5aaff-fb0c-4b13-a61e-1f61f05f6be1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13917 2024.11.09 02:53:35.031021 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35310, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13918 2024.11.09 02:53:35.031036 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42137, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13919 2024.11.09 02:53:35.031120 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13920 2024.11.09 02:53:35.031153 [ 286 ] {} <Debug> HTTP-Session: b3417cc3-740f-4f0e-bf97-3b7234b85706 Authenticating user 'default' from [fd00:1122:3344:101::d]:42137
13921 2024.11.09 02:53:35.031183 [ 286 ] {} <Debug> HTTP-Session: b3417cc3-740f-4f0e-bf97-3b7234b85706 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13922 2024.11.09 02:53:35.031198 [ 286 ] {} <Debug> HTTP-Session: b3417cc3-740f-4f0e-bf97-3b7234b85706 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13923 2024.11.09 02:53:35.031236 [ 286 ] {} <Trace> HTTP-Session: b3417cc3-740f-4f0e-bf97-3b7234b85706 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13924 2024.11.09 02:53:35.031346 [ 286 ] {dfded20c-5591-4b13-8082-08327477e814} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42137) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
13925 2024.11.09 02:53:35.031396 [ 286 ] {dfded20c-5591-4b13-8082-08327477e814} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13926 2024.11.09 02:53:35.031559 [ 286 ] {dfded20c-5591-4b13-8082-08327477e814} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13927 2024.11.09 02:53:35.031892 [ 286 ] {dfded20c-5591-4b13-8082-08327477e814} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13928 2024.11.09 02:53:35.031926 [ 286 ] {dfded20c-5591-4b13-8082-08327477e814} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13929 2024.11.09 02:53:35.032299 [ 286 ] {dfded20c-5591-4b13-8082-08327477e814} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
13930 2024.11.09 02:53:35.032644 [ 286 ] {dfded20c-5591-4b13-8082-08327477e814} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13931 2024.11.09 02:53:35.032769 [ 286 ] {dfded20c-5591-4b13-8082-08327477e814} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001452 sec., 4132.231404958678 rows/sec., 215.89 KiB/sec.
13932 2024.11.09 02:53:35.032940 [ 286 ] {dfded20c-5591-4b13-8082-08327477e814} <Debug> DynamicQueryHandler: Done processing query
13933 2024.11.09 02:53:35.032964 [ 286 ] {dfded20c-5591-4b13-8082-08327477e814} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
13934 2024.11.09 02:53:35.032980 [ 286 ] {} <Debug> HTTP-Session: b3417cc3-740f-4f0e-bf97-3b7234b85706 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13935 2024.11.09 02:53:35.033174 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42137, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13936 2024.11.09 02:53:35.033266 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41663, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13937 2024.11.09 02:53:35.033339 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13938 2024.11.09 02:53:35.033363 [ 285 ] {} <Debug> HTTP-Session: ef4cd333-294c-4b22-8594-953c1873e264 Authenticating user 'default' from [fd00:1122:3344:101::d]:41663
13939 2024.11.09 02:53:35.033385 [ 285 ] {} <Debug> HTTP-Session: ef4cd333-294c-4b22-8594-953c1873e264 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13940 2024.11.09 02:53:35.033402 [ 285 ] {} <Debug> HTTP-Session: ef4cd333-294c-4b22-8594-953c1873e264 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13941 2024.11.09 02:53:35.033447 [ 285 ] {} <Trace> HTTP-Session: ef4cd333-294c-4b22-8594-953c1873e264 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13942 2024.11.09 02:53:35.033693 [ 285 ] {0c9b3df3-d62a-4b13-bbe0-fb8fcde11642} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41663) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
13943 2024.11.09 02:53:35.033753 [ 285 ] {0c9b3df3-d62a-4b13-bbe0-fb8fcde11642} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13944 2024.11.09 02:53:35.033934 [ 285 ] {0c9b3df3-d62a-4b13-bbe0-fb8fcde11642} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13945 2024.11.09 02:53:35.034357 [ 285 ] {0c9b3df3-d62a-4b13-bbe0-fb8fcde11642} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13946 2024.11.09 02:53:35.034394 [ 285 ] {0c9b3df3-d62a-4b13-bbe0-fb8fcde11642} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13947 2024.11.09 02:53:35.034794 [ 285 ] {0c9b3df3-d62a-4b13-bbe0-fb8fcde11642} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
13948 2024.11.09 02:53:35.035140 [ 285 ] {0c9b3df3-d62a-4b13-bbe0-fb8fcde11642} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13949 2024.11.09 02:53:35.035300 [ 285 ] {0c9b3df3-d62a-4b13-bbe0-fb8fcde11642} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001741 sec., 136128.66168868466 rows/sec., 9.12 MiB/sec.
13950 2024.11.09 02:53:35.035588 [ 285 ] {0c9b3df3-d62a-4b13-bbe0-fb8fcde11642} <Debug> DynamicQueryHandler: Done processing query
13951 2024.11.09 02:53:35.035649 [ 285 ] {0c9b3df3-d62a-4b13-bbe0-fb8fcde11642} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
13952 2024.11.09 02:53:35.035707 [ 285 ] {} <Debug> HTTP-Session: ef4cd333-294c-4b22-8594-953c1873e264 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13953 2024.11.09 02:53:35.035942 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42137, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13954 2024.11.09 02:53:35.035953 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41663, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13955 2024.11.09 02:53:35.036032 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13956 2024.11.09 02:53:35.036069 [ 286 ] {} <Debug> HTTP-Session: 9513dd60-7899-4ba5-92cc-18fecc161004 Authenticating user 'default' from [fd00:1122:3344:101::d]:42137
13957 2024.11.09 02:53:35.036099 [ 286 ] {} <Debug> HTTP-Session: 9513dd60-7899-4ba5-92cc-18fecc161004 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13958 2024.11.09 02:53:35.036131 [ 286 ] {} <Debug> HTTP-Session: 9513dd60-7899-4ba5-92cc-18fecc161004 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13959 2024.11.09 02:53:35.036180 [ 286 ] {} <Trace> HTTP-Session: 9513dd60-7899-4ba5-92cc-18fecc161004 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13960 2024.11.09 02:53:35.036303 [ 286 ] {70d10251-6328-49c3-8bb3-a77fd0ff6b40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42137) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
13961 2024.11.09 02:53:35.036362 [ 286 ] {70d10251-6328-49c3-8bb3-a77fd0ff6b40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13962 2024.11.09 02:53:35.036553 [ 286 ] {70d10251-6328-49c3-8bb3-a77fd0ff6b40} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13963 2024.11.09 02:53:35.036844 [ 286 ] {70d10251-6328-49c3-8bb3-a77fd0ff6b40} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13964 2024.11.09 02:53:35.036879 [ 286 ] {70d10251-6328-49c3-8bb3-a77fd0ff6b40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13965 2024.11.09 02:53:35.037247 [ 286 ] {70d10251-6328-49c3-8bb3-a77fd0ff6b40} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
13966 2024.11.09 02:53:35.037588 [ 286 ] {70d10251-6328-49c3-8bb3-a77fd0ff6b40} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13967 2024.11.09 02:53:35.037720 [ 286 ] {70d10251-6328-49c3-8bb3-a77fd0ff6b40} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00145 sec., 689.6551724137931 rows/sec., 46.47 KiB/sec.
13968 2024.11.09 02:53:35.037986 [ 286 ] {70d10251-6328-49c3-8bb3-a77fd0ff6b40} <Debug> DynamicQueryHandler: Done processing query
13969 2024.11.09 02:53:35.038024 [ 286 ] {70d10251-6328-49c3-8bb3-a77fd0ff6b40} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
13970 2024.11.09 02:53:35.038058 [ 286 ] {} <Debug> HTTP-Session: 9513dd60-7899-4ba5-92cc-18fecc161004 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13971 2024.11.09 02:53:35.038255 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42137, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13972 2024.11.09 02:53:35.038333 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56952, User-Agent: (none), Length: 68937, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13973 2024.11.09 02:53:35.038405 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13974 2024.11.09 02:53:35.038428 [ 285 ] {} <Debug> HTTP-Session: f0b3070c-9f23-4d7e-87ad-758daf25fc64 Authenticating user 'default' from [fd00:1122:3344:101::d]:56952
13975 2024.11.09 02:53:35.038449 [ 285 ] {} <Debug> HTTP-Session: f0b3070c-9f23-4d7e-87ad-758daf25fc64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13976 2024.11.09 02:53:35.038466 [ 285 ] {} <Debug> HTTP-Session: f0b3070c-9f23-4d7e-87ad-758daf25fc64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13977 2024.11.09 02:53:35.038511 [ 285 ] {} <Trace> HTTP-Session: f0b3070c-9f23-4d7e-87ad-758daf25fc64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13978 2024.11.09 02:53:35.038968 [ 285 ] {71b41ba5-cb0d-4e7c-b2eb-19a174b3403f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56952) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
13979 2024.11.09 02:53:35.039048 [ 285 ] {71b41ba5-cb0d-4e7c-b2eb-19a174b3403f} <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
13980 2024.11.09 02:53:35.039535 [ 285 ] {71b41ba5-cb0d-4e7c-b2eb-19a174b3403f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13981 2024.11.09 02:53:35.040278 [ 285 ] {71b41ba5-cb0d-4e7c-b2eb-19a174b3403f} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13982 2024.11.09 02:53:35.040315 [ 285 ] {71b41ba5-cb0d-4e7c-b2eb-19a174b3403f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
13983 2024.11.09 02:53:35.040954 [ 285 ] {71b41ba5-cb0d-4e7c-b2eb-19a174b3403f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
13984 2024.11.09 02:53:35.041373 [ 285 ] {71b41ba5-cb0d-4e7c-b2eb-19a174b3403f} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13985 2024.11.09 02:53:35.041523 [ 285 ] {71b41ba5-cb0d-4e7c-b2eb-19a174b3403f} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002884 sec., 14216.366158113731 rows/sec., 25.48 MiB/sec.
13986 2024.11.09 02:53:35.042248 [ 285 ] {71b41ba5-cb0d-4e7c-b2eb-19a174b3403f} <Debug> DynamicQueryHandler: Done processing query
13987 2024.11.09 02:53:35.042282 [ 285 ] {71b41ba5-cb0d-4e7c-b2eb-19a174b3403f} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB.
13988 2024.11.09 02:53:35.042305 [ 285 ] {} <Debug> HTTP-Session: f0b3070c-9f23-4d7e-87ad-758daf25fc64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13989 2024.11.09 02:53:35.042566 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56952, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13990 2024.11.09 02:53:35.042587 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42137, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13991 2024.11.09 02:53:35.042723 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13992 2024.11.09 02:53:35.042790 [ 286 ] {} <Debug> HTTP-Session: 6370d3cb-855f-4700-a23a-7a20151569d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:42137
13993 2024.11.09 02:53:35.042831 [ 286 ] {} <Debug> HTTP-Session: 6370d3cb-855f-4700-a23a-7a20151569d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13994 2024.11.09 02:53:35.042863 [ 286 ] {} <Debug> HTTP-Session: 6370d3cb-855f-4700-a23a-7a20151569d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13995 2024.11.09 02:53:35.042921 [ 286 ] {} <Trace> HTTP-Session: 6370d3cb-855f-4700-a23a-7a20151569d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13996 2024.11.09 02:53:35.043092 [ 286 ] {f489599c-5d71-4e89-bf70-75a652f9149b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42137) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
13997 2024.11.09 02:53:35.043150 [ 286 ] {f489599c-5d71-4e89-bf70-75a652f9149b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13998 2024.11.09 02:53:35.043338 [ 286 ] {f489599c-5d71-4e89-bf70-75a652f9149b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13999 2024.11.09 02:53:35.043699 [ 286 ] {f489599c-5d71-4e89-bf70-75a652f9149b} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14000 2024.11.09 02:53:35.043741 [ 286 ] {f489599c-5d71-4e89-bf70-75a652f9149b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB.
14001 2024.11.09 02:53:35.044123 [ 286 ] {f489599c-5d71-4e89-bf70-75a652f9149b} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
14002 2024.11.09 02:53:35.044457 [ 286 ] {f489599c-5d71-4e89-bf70-75a652f9149b} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14003 2024.11.09 02:53:35.044613 [ 286 ] {f489599c-5d71-4e89-bf70-75a652f9149b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001587 sec., 51669.8172652804 rows/sec., 3.28 MiB/sec.
14004 2024.11.09 02:53:35.044792 [ 286 ] {f489599c-5d71-4e89-bf70-75a652f9149b} <Debug> DynamicQueryHandler: Done processing query
14005 2024.11.09 02:53:35.044816 [ 286 ] {f489599c-5d71-4e89-bf70-75a652f9149b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
14006 2024.11.09 02:53:35.044832 [ 286 ] {} <Debug> HTTP-Session: 6370d3cb-855f-4700-a23a-7a20151569d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14007 2024.11.09 02:53:35.045148 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42137, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14008 2024.11.09 02:53:40.009244 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43147, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14009 2024.11.09 02:53:40.009414 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14010 2024.11.09 02:53:40.009447 [ 285 ] {} <Debug> HTTP-Session: edb4a2ec-cfbc-49c2-9260-2ec79905b250 Authenticating user 'default' from [fd00:1122:3344:101::d]:43147
14011 2024.11.09 02:53:40.009478 [ 285 ] {} <Debug> HTTP-Session: edb4a2ec-cfbc-49c2-9260-2ec79905b250 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14012 2024.11.09 02:53:40.009496 [ 285 ] {} <Debug> HTTP-Session: edb4a2ec-cfbc-49c2-9260-2ec79905b250 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14013 2024.11.09 02:53:40.009557 [ 285 ] {} <Trace> HTTP-Session: edb4a2ec-cfbc-49c2-9260-2ec79905b250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14014 2024.11.09 02:53:40.009785 [ 285 ] {d62849e7-07e3-4eb8-936e-c78e5f5c8f86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43147) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
14015 2024.11.09 02:53:40.009865 [ 285 ] {d62849e7-07e3-4eb8-936e-c78e5f5c8f86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
14016 2024.11.09 02:53:40.010227 [ 285 ] {d62849e7-07e3-4eb8-936e-c78e5f5c8f86} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14017 2024.11.09 02:53:40.010657 [ 285 ] {d62849e7-07e3-4eb8-936e-c78e5f5c8f86} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14018 2024.11.09 02:53:40.010706 [ 285 ] {d62849e7-07e3-4eb8-936e-c78e5f5c8f86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14019 2024.11.09 02:53:40.011128 [ 285 ] {d62849e7-07e3-4eb8-936e-c78e5f5c8f86} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
14020 2024.11.09 02:53:40.011522 [ 285 ] {d62849e7-07e3-4eb8-936e-c78e5f5c8f86} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14021 2024.11.09 02:53:40.011705 [ 285 ] {d62849e7-07e3-4eb8-936e-c78e5f5c8f86} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001979 sec., 2021.22283981809 rows/sec., 164.82 KiB/sec.
14022 2024.11.09 02:53:40.012117 [ 285 ] {d62849e7-07e3-4eb8-936e-c78e5f5c8f86} <Debug> DynamicQueryHandler: Done processing query
14023 2024.11.09 02:53:40.012163 [ 285 ] {d62849e7-07e3-4eb8-936e-c78e5f5c8f86} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
14024 2024.11.09 02:53:40.012180 [ 285 ] {} <Debug> HTTP-Session: edb4a2ec-cfbc-49c2-9260-2ec79905b250 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14025 2024.11.09 02:53:40.012428 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43147, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14026 2024.11.09 02:53:40.012654 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55376, User-Agent: (none), Length: 8114, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14027 2024.11.09 02:53:40.012828 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14028 2024.11.09 02:53:40.012875 [ 286 ] {} <Debug> HTTP-Session: 1e922c4f-7ccd-4330-b0ed-161ce3ffe9a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55376
14029 2024.11.09 02:53:40.012916 [ 286 ] {} <Debug> HTTP-Session: 1e922c4f-7ccd-4330-b0ed-161ce3ffe9a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14030 2024.11.09 02:53:40.012944 [ 286 ] {} <Debug> HTTP-Session: 1e922c4f-7ccd-4330-b0ed-161ce3ffe9a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14031 2024.11.09 02:53:40.013025 [ 286 ] {} <Trace> HTTP-Session: 1e922c4f-7ccd-4330-b0ed-161ce3ffe9a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14032 2024.11.09 02:53:40.013223 [ 286 ] {86a9cde3-7725-4227-bd7f-4afdc4cbff60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55376) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
14033 2024.11.09 02:53:40.013290 [ 286 ] {86a9cde3-7725-4227-bd7f-4afdc4cbff60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14034 2024.11.09 02:53:40.013627 [ 286 ] {86a9cde3-7725-4227-bd7f-4afdc4cbff60} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14035 2024.11.09 02:53:40.014058 [ 286 ] {86a9cde3-7725-4227-bd7f-4afdc4cbff60} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14036 2024.11.09 02:53:40.014101 [ 286 ] {86a9cde3-7725-4227-bd7f-4afdc4cbff60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14037 2024.11.09 02:53:40.014550 [ 286 ] {86a9cde3-7725-4227-bd7f-4afdc4cbff60} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
14038 2024.11.09 02:53:40.014950 [ 286 ] {86a9cde3-7725-4227-bd7f-4afdc4cbff60} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14039 2024.11.09 02:53:40.015139 [ 286 ] {86a9cde3-7725-4227-bd7f-4afdc4cbff60} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.00198 sec., 29292.929292929293 rows/sec., 2.24 MiB/sec.
14040 2024.11.09 02:53:40.015360 [ 286 ] {86a9cde3-7725-4227-bd7f-4afdc4cbff60} <Debug> DynamicQueryHandler: Done processing query
14041 2024.11.09 02:53:40.015387 [ 286 ] {86a9cde3-7725-4227-bd7f-4afdc4cbff60} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
14042 2024.11.09 02:53:40.015404 [ 286 ] {} <Debug> HTTP-Session: 1e922c4f-7ccd-4330-b0ed-161ce3ffe9a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14043 2024.11.09 02:53:40.015565 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43147, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14044 2024.11.09 02:53:40.015587 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55376, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14045 2024.11.09 02:53:40.015667 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14046 2024.11.09 02:53:40.015699 [ 285 ] {} <Debug> HTTP-Session: a12ada30-f97c-4431-8453-030f6227f6d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:43147
14047 2024.11.09 02:53:40.015718 [ 285 ] {} <Debug> HTTP-Session: a12ada30-f97c-4431-8453-030f6227f6d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14048 2024.11.09 02:53:40.015740 [ 285 ] {} <Debug> HTTP-Session: a12ada30-f97c-4431-8453-030f6227f6d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14049 2024.11.09 02:53:40.015785 [ 285 ] {} <Trace> HTTP-Session: a12ada30-f97c-4431-8453-030f6227f6d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14050 2024.11.09 02:53:40.015898 [ 285 ] {714dbb87-7d71-42bd-8843-1581b5056138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43147) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
14051 2024.11.09 02:53:40.015946 [ 285 ] {714dbb87-7d71-42bd-8843-1581b5056138} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14052 2024.11.09 02:53:40.016215 [ 285 ] {714dbb87-7d71-42bd-8843-1581b5056138} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14053 2024.11.09 02:53:40.016573 [ 285 ] {714dbb87-7d71-42bd-8843-1581b5056138} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14054 2024.11.09 02:53:40.016610 [ 285 ] {714dbb87-7d71-42bd-8843-1581b5056138} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14055 2024.11.09 02:53:40.016966 [ 285 ] {714dbb87-7d71-42bd-8843-1581b5056138} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
14056 2024.11.09 02:53:40.017341 [ 285 ] {714dbb87-7d71-42bd-8843-1581b5056138} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14057 2024.11.09 02:53:40.017498 [ 285 ] {714dbb87-7d71-42bd-8843-1581b5056138} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001619 sec., 2470.660901791229 rows/sec., 172.51 KiB/sec.
14058 2024.11.09 02:53:40.017680 [ 285 ] {714dbb87-7d71-42bd-8843-1581b5056138} <Debug> DynamicQueryHandler: Done processing query
14059 2024.11.09 02:53:40.017705 [ 285 ] {714dbb87-7d71-42bd-8843-1581b5056138} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
14060 2024.11.09 02:53:40.017721 [ 285 ] {} <Debug> HTTP-Session: a12ada30-f97c-4431-8453-030f6227f6d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14061 2024.11.09 02:53:40.017880 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43147, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14062 2024.11.09 02:53:40.018012 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55091, User-Agent: (none), Length: 11580, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14063 2024.11.09 02:53:40.018125 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14064 2024.11.09 02:53:40.018166 [ 286 ] {} <Debug> HTTP-Session: 551cc8d4-5d9a-438f-8af8-b99881b84cf0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55091
14065 2024.11.09 02:53:40.018202 [ 286 ] {} <Debug> HTTP-Session: 551cc8d4-5d9a-438f-8af8-b99881b84cf0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14066 2024.11.09 02:53:40.018230 [ 286 ] {} <Debug> HTTP-Session: 551cc8d4-5d9a-438f-8af8-b99881b84cf0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14067 2024.11.09 02:53:40.018302 [ 286 ] {} <Trace> HTTP-Session: 551cc8d4-5d9a-438f-8af8-b99881b84cf0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14068 2024.11.09 02:53:40.018560 [ 286 ] {a024caab-002d-47c4-8247-0d27bf421add} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55091) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
14069 2024.11.09 02:53:40.018651 [ 286 ] {a024caab-002d-47c4-8247-0d27bf421add} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14070 2024.11.09 02:53:40.019076 [ 286 ] {a024caab-002d-47c4-8247-0d27bf421add} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14071 2024.11.09 02:53:40.019448 [ 286 ] {a024caab-002d-47c4-8247-0d27bf421add} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14072 2024.11.09 02:53:40.019485 [ 286 ] {a024caab-002d-47c4-8247-0d27bf421add} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14073 2024.11.09 02:53:40.019855 [ 286 ] {a024caab-002d-47c4-8247-0d27bf421add} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
14074 2024.11.09 02:53:40.020225 [ 286 ] {a024caab-002d-47c4-8247-0d27bf421add} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14075 2024.11.09 02:53:40.020397 [ 286 ] {a024caab-002d-47c4-8247-0d27bf421add} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.00193 sec., 35233.16062176166 rows/sec., 2.75 MiB/sec.
14076 2024.11.09 02:53:40.020617 [ 286 ] {a024caab-002d-47c4-8247-0d27bf421add} <Debug> DynamicQueryHandler: Done processing query
14077 2024.11.09 02:53:40.020652 [ 286 ] {a024caab-002d-47c4-8247-0d27bf421add} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
14078 2024.11.09 02:53:40.020674 [ 286 ] {} <Debug> HTTP-Session: 551cc8d4-5d9a-438f-8af8-b99881b84cf0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14079 2024.11.09 02:53:40.020911 [ 286 ] {} <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)
14080 2024.11.09 02:53:40.020941 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43147, User-Agent: (none), Length: 28734, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14081 2024.11.09 02:53:40.021050 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14082 2024.11.09 02:53:40.021090 [ 285 ] {} <Debug> HTTP-Session: 3adb3e88-d5b7-4510-a8cc-256fea94a34e Authenticating user 'default' from [fd00:1122:3344:101::d]:43147
14083 2024.11.09 02:53:40.021118 [ 285 ] {} <Debug> HTTP-Session: 3adb3e88-d5b7-4510-a8cc-256fea94a34e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14084 2024.11.09 02:53:40.021138 [ 285 ] {} <Debug> HTTP-Session: 3adb3e88-d5b7-4510-a8cc-256fea94a34e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14085 2024.11.09 02:53:40.021182 [ 285 ] {} <Trace> HTTP-Session: 3adb3e88-d5b7-4510-a8cc-256fea94a34e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14086 2024.11.09 02:53:40.021380 [ 285 ] {55f45c10-c6ef-4073-9a91-204f40108620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43147) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
14087 2024.11.09 02:53:40.021442 [ 285 ] {55f45c10-c6ef-4073-9a91-204f40108620} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14088 2024.11.09 02:53:40.021659 [ 285 ] {55f45c10-c6ef-4073-9a91-204f40108620} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14089 2024.11.09 02:53:40.022082 [ 285 ] {55f45c10-c6ef-4073-9a91-204f40108620} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14090 2024.11.09 02:53:40.022120 [ 285 ] {55f45c10-c6ef-4073-9a91-204f40108620} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14091 2024.11.09 02:53:40.022537 [ 285 ] {55f45c10-c6ef-4073-9a91-204f40108620} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
14092 2024.11.09 02:53:40.022905 [ 285 ] {55f45c10-c6ef-4073-9a91-204f40108620} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14093 2024.11.09 02:53:40.023052 [ 285 ] {55f45c10-c6ef-4073-9a91-204f40108620} <Debug> executeQuery: Read 150 rows, 10.69 KiB in 0.00176 sec., 85227.27272727272 rows/sec., 5.93 MiB/sec.
14094 2024.11.09 02:53:40.023235 [ 285 ] {55f45c10-c6ef-4073-9a91-204f40108620} <Debug> DynamicQueryHandler: Done processing query
14095 2024.11.09 02:53:40.023260 [ 285 ] {55f45c10-c6ef-4073-9a91-204f40108620} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
14096 2024.11.09 02:53:40.023277 [ 285 ] {} <Debug> HTTP-Session: 3adb3e88-d5b7-4510-a8cc-256fea94a34e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14097 2024.11.09 02:53:40.023462 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43147, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14098 2024.11.09 02:53:40.023522 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43756, User-Agent: (none), Length: 8233, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14099 2024.11.09 02:53:40.023600 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14100 2024.11.09 02:53:40.023624 [ 286 ] {} <Debug> HTTP-Session: c013e9cc-941b-4d34-9214-875f9274bdab Authenticating user 'default' from [fd00:1122:3344:101::d]:43756
14101 2024.11.09 02:53:40.023644 [ 286 ] {} <Debug> HTTP-Session: c013e9cc-941b-4d34-9214-875f9274bdab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14102 2024.11.09 02:53:40.023658 [ 286 ] {} <Debug> HTTP-Session: c013e9cc-941b-4d34-9214-875f9274bdab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14103 2024.11.09 02:53:40.023699 [ 286 ] {} <Trace> HTTP-Session: c013e9cc-941b-4d34-9214-875f9274bdab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14104 2024.11.09 02:53:40.023858 [ 286 ] {5c699095-3f16-4dc2-a5e7-8f1beaa8e70d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43756) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
14105 2024.11.09 02:53:40.023913 [ 286 ] {5c699095-3f16-4dc2-a5e7-8f1beaa8e70d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14106 2024.11.09 02:53:40.024083 [ 286 ] {5c699095-3f16-4dc2-a5e7-8f1beaa8e70d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14107 2024.11.09 02:53:40.024395 [ 286 ] {5c699095-3f16-4dc2-a5e7-8f1beaa8e70d} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14108 2024.11.09 02:53:40.024433 [ 286 ] {5c699095-3f16-4dc2-a5e7-8f1beaa8e70d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14109 2024.11.09 02:53:40.024835 [ 286 ] {5c699095-3f16-4dc2-a5e7-8f1beaa8e70d} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
14110 2024.11.09 02:53:40.025178 [ 286 ] {5c699095-3f16-4dc2-a5e7-8f1beaa8e70d} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14111 2024.11.09 02:53:40.025346 [ 286 ] {5c699095-3f16-4dc2-a5e7-8f1beaa8e70d} <Debug> executeQuery: Read 54 rows, 3.73 KiB in 0.001539 sec., 35087.71929824561 rows/sec., 2.37 MiB/sec.
14112 2024.11.09 02:53:40.025528 [ 286 ] {5c699095-3f16-4dc2-a5e7-8f1beaa8e70d} <Debug> DynamicQueryHandler: Done processing query
14113 2024.11.09 02:53:40.025553 [ 286 ] {5c699095-3f16-4dc2-a5e7-8f1beaa8e70d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
14114 2024.11.09 02:53:40.025569 [ 286 ] {} <Debug> HTTP-Session: c013e9cc-941b-4d34-9214-875f9274bdab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14115 2024.11.09 02:53:40.025784 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43756, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14116 2024.11.09 02:53:41.733011 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1276
14117 2024.11.09 02:53:41.735832 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14118 2024.11.09 02:53:41.735882 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14119 2024.11.09 02:53:41.737441 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
14120 2024.11.09 02:53:41.738484 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14121 2024.11.09 02:53:41.740284 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1276
14122 2024.11.09 02:53:45.009739 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42876, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14123 2024.11.09 02:53:45.009846 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14124 2024.11.09 02:53:45.009872 [ 283 ] {} <Debug> HTTP-Session: 8dacc55b-f105-4d5a-9fe1-380d61c783dd Authenticating user 'default' from [fd00:1122:3344:101::d]:42876
14125 2024.11.09 02:53:45.009896 [ 283 ] {} <Debug> HTTP-Session: 8dacc55b-f105-4d5a-9fe1-380d61c783dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14126 2024.11.09 02:53:45.009911 [ 283 ] {} <Debug> HTTP-Session: 8dacc55b-f105-4d5a-9fe1-380d61c783dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14127 2024.11.09 02:53:45.009962 [ 283 ] {} <Trace> HTTP-Session: 8dacc55b-f105-4d5a-9fe1-380d61c783dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14128 2024.11.09 02:53:45.010151 [ 283 ] {6ddfa814-3c24-4087-bd52-917b37fcfa06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42876) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
14129 2024.11.09 02:53:45.010217 [ 283 ] {6ddfa814-3c24-4087-bd52-917b37fcfa06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14130 2024.11.09 02:53:45.010554 [ 283 ] {6ddfa814-3c24-4087-bd52-917b37fcfa06} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14131 2024.11.09 02:53:45.011004 [ 283 ] {6ddfa814-3c24-4087-bd52-917b37fcfa06} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14132 2024.11.09 02:53:45.011046 [ 283 ] {6ddfa814-3c24-4087-bd52-917b37fcfa06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14133 2024.11.09 02:53:45.011480 [ 283 ] {6ddfa814-3c24-4087-bd52-917b37fcfa06} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
14134 2024.11.09 02:53:45.011879 [ 283 ] {6ddfa814-3c24-4087-bd52-917b37fcfa06} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14135 2024.11.09 02:53:45.012045 [ 283 ] {6ddfa814-3c24-4087-bd52-917b37fcfa06} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001955 sec., 28644.501278772375 rows/sec., 2.20 MiB/sec.
14136 2024.11.09 02:53:45.012238 [ 283 ] {6ddfa814-3c24-4087-bd52-917b37fcfa06} <Debug> DynamicQueryHandler: Done processing query
14137 2024.11.09 02:53:45.012266 [ 283 ] {6ddfa814-3c24-4087-bd52-917b37fcfa06} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
14138 2024.11.09 02:53:45.012283 [ 283 ] {} <Debug> HTTP-Session: 8dacc55b-f105-4d5a-9fe1-380d61c783dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14139 2024.11.09 02:53:45.012507 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42876, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14140 2024.11.09 02:53:45.012581 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54942, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14141 2024.11.09 02:53:45.012708 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14142 2024.11.09 02:53:45.012739 [ 282 ] {} <Debug> HTTP-Session: 0ce1db96-85b5-4e97-ab6f-99c07cc8fe55 Authenticating user 'default' from [fd00:1122:3344:101::d]:54942
14143 2024.11.09 02:53:45.012765 [ 282 ] {} <Debug> HTTP-Session: 0ce1db96-85b5-4e97-ab6f-99c07cc8fe55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14144 2024.11.09 02:53:45.012779 [ 282 ] {} <Debug> HTTP-Session: 0ce1db96-85b5-4e97-ab6f-99c07cc8fe55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14145 2024.11.09 02:53:45.012837 [ 282 ] {} <Trace> HTTP-Session: 0ce1db96-85b5-4e97-ab6f-99c07cc8fe55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14146 2024.11.09 02:53:45.013057 [ 282 ] {bae1cc5e-3833-4dec-a9b0-b24e490d0b5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54942) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
14147 2024.11.09 02:53:45.013129 [ 282 ] {bae1cc5e-3833-4dec-a9b0-b24e490d0b5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14148 2024.11.09 02:53:45.013486 [ 282 ] {bae1cc5e-3833-4dec-a9b0-b24e490d0b5f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14149 2024.11.09 02:53:45.013938 [ 282 ] {bae1cc5e-3833-4dec-a9b0-b24e490d0b5f} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14150 2024.11.09 02:53:45.013985 [ 282 ] {bae1cc5e-3833-4dec-a9b0-b24e490d0b5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14151 2024.11.09 02:53:45.014431 [ 282 ] {bae1cc5e-3833-4dec-a9b0-b24e490d0b5f} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
14152 2024.11.09 02:53:45.014836 [ 282 ] {bae1cc5e-3833-4dec-a9b0-b24e490d0b5f} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14153 2024.11.09 02:53:45.015018 [ 282 ] {bae1cc5e-3833-4dec-a9b0-b24e490d0b5f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002036 sec., 31434.18467583497 rows/sec., 2.45 MiB/sec.
14154 2024.11.09 02:53:45.015224 [ 282 ] {bae1cc5e-3833-4dec-a9b0-b24e490d0b5f} <Debug> DynamicQueryHandler: Done processing query
14155 2024.11.09 02:53:45.015252 [ 282 ] {bae1cc5e-3833-4dec-a9b0-b24e490d0b5f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
14156 2024.11.09 02:53:45.015274 [ 282 ] {} <Debug> HTTP-Session: 0ce1db96-85b5-4e97-ab6f-99c07cc8fe55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14157 2024.11.09 02:53:45.015473 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54942, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14158 2024.11.09 02:53:45.015570 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35875, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14159 2024.11.09 02:53:45.015638 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14160 2024.11.09 02:53:45.015660 [ 283 ] {} <Debug> HTTP-Session: e1172d65-8451-4334-8b52-1b49729c8eb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35875
14161 2024.11.09 02:53:45.015678 [ 283 ] {} <Debug> HTTP-Session: e1172d65-8451-4334-8b52-1b49729c8eb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14162 2024.11.09 02:53:45.015693 [ 283 ] {} <Debug> HTTP-Session: e1172d65-8451-4334-8b52-1b49729c8eb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14163 2024.11.09 02:53:45.015735 [ 283 ] {} <Trace> HTTP-Session: e1172d65-8451-4334-8b52-1b49729c8eb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14164 2024.11.09 02:53:45.015912 [ 283 ] {f20bd15d-47d6-4a9a-9c96-b516a409958f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35875) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
14165 2024.11.09 02:53:45.015968 [ 283 ] {f20bd15d-47d6-4a9a-9c96-b516a409958f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14166 2024.11.09 02:53:45.016153 [ 283 ] {f20bd15d-47d6-4a9a-9c96-b516a409958f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14167 2024.11.09 02:53:45.016552 [ 283 ] {f20bd15d-47d6-4a9a-9c96-b516a409958f} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14168 2024.11.09 02:53:45.016590 [ 283 ] {f20bd15d-47d6-4a9a-9c96-b516a409958f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14169 2024.11.09 02:53:45.017005 [ 283 ] {f20bd15d-47d6-4a9a-9c96-b516a409958f} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
14170 2024.11.09 02:53:45.017385 [ 283 ] {f20bd15d-47d6-4a9a-9c96-b516a409958f} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14171 2024.11.09 02:53:45.017543 [ 283 ] {f20bd15d-47d6-4a9a-9c96-b516a409958f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001709 sec., 93622.00117027502 rows/sec., 6.52 MiB/sec.
14172 2024.11.09 02:53:45.017715 [ 283 ] {f20bd15d-47d6-4a9a-9c96-b516a409958f} <Debug> DynamicQueryHandler: Done processing query
14173 2024.11.09 02:53:45.017741 [ 283 ] {f20bd15d-47d6-4a9a-9c96-b516a409958f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
14174 2024.11.09 02:53:45.017757 [ 283 ] {} <Debug> HTTP-Session: e1172d65-8451-4334-8b52-1b49729c8eb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14175 2024.11.09 02:53:45.017944 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54942, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14176 2024.11.09 02:53:45.017961 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35875, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14177 2024.11.09 02:53:45.018040 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14178 2024.11.09 02:53:45.018074 [ 282 ] {} <Debug> HTTP-Session: 621625e9-8471-4f09-8406-8f1d818cc0f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54942
14179 2024.11.09 02:53:45.018095 [ 282 ] {} <Debug> HTTP-Session: 621625e9-8471-4f09-8406-8f1d818cc0f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14180 2024.11.09 02:53:45.018125 [ 282 ] {} <Debug> HTTP-Session: 621625e9-8471-4f09-8406-8f1d818cc0f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14181 2024.11.09 02:53:45.018196 [ 282 ] {} <Trace> HTTP-Session: 621625e9-8471-4f09-8406-8f1d818cc0f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14182 2024.11.09 02:53:45.018363 [ 282 ] {2111b2e5-349e-421a-b7ae-fbf6e1773bdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54942) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
14183 2024.11.09 02:53:45.018419 [ 282 ] {2111b2e5-349e-421a-b7ae-fbf6e1773bdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14184 2024.11.09 02:53:45.018588 [ 282 ] {2111b2e5-349e-421a-b7ae-fbf6e1773bdf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14185 2024.11.09 02:53:45.018918 [ 282 ] {2111b2e5-349e-421a-b7ae-fbf6e1773bdf} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14186 2024.11.09 02:53:45.018955 [ 282 ] {2111b2e5-349e-421a-b7ae-fbf6e1773bdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14187 2024.11.09 02:53:45.019343 [ 282 ] {2111b2e5-349e-421a-b7ae-fbf6e1773bdf} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
14188 2024.11.09 02:53:45.019684 [ 282 ] {2111b2e5-349e-421a-b7ae-fbf6e1773bdf} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14189 2024.11.09 02:53:45.019849 [ 282 ] {2111b2e5-349e-421a-b7ae-fbf6e1773bdf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001532 sec., 39164.490861618804 rows/sec., 2.64 MiB/sec.
14190 2024.11.09 02:53:45.020100 [ 282 ] {2111b2e5-349e-421a-b7ae-fbf6e1773bdf} <Debug> DynamicQueryHandler: Done processing query
14191 2024.11.09 02:53:45.020161 [ 282 ] {2111b2e5-349e-421a-b7ae-fbf6e1773bdf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
14192 2024.11.09 02:53:45.020220 [ 282 ] {} <Debug> HTTP-Session: 621625e9-8471-4f09-8406-8f1d818cc0f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14193 2024.11.09 02:53:45.020534 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54942, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14194 2024.11.09 02:53:46.421806 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache
14195 2024.11.09 02:53:46.421873 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache
14196 2024.11.09 02:53:50.016151 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63042, User-Agent: (none), Length: 41147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14197 2024.11.09 02:53:50.016276 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14198 2024.11.09 02:53:50.016301 [ 282 ] {} <Debug> HTTP-Session: a01fc42d-4947-426a-849a-3d5f60bf3dde Authenticating user 'default' from [fd00:1122:3344:101::d]:63042
14199 2024.11.09 02:53:50.016326 [ 282 ] {} <Debug> HTTP-Session: a01fc42d-4947-426a-849a-3d5f60bf3dde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14200 2024.11.09 02:53:50.016340 [ 282 ] {} <Debug> HTTP-Session: a01fc42d-4947-426a-849a-3d5f60bf3dde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14201 2024.11.09 02:53:50.016391 [ 282 ] {} <Trace> HTTP-Session: a01fc42d-4947-426a-849a-3d5f60bf3dde Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14202 2024.11.09 02:53:50.016661 [ 282 ] {e9ee12ce-f0dc-4593-8d47-9755f230f81e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63042) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
14203 2024.11.09 02:53:50.016729 [ 282 ] {e9ee12ce-f0dc-4593-8d47-9755f230f81e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14204 2024.11.09 02:53:50.017062 [ 282 ] {e9ee12ce-f0dc-4593-8d47-9755f230f81e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14205 2024.11.09 02:53:50.017796 [ 282 ] {e9ee12ce-f0dc-4593-8d47-9755f230f81e} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14206 2024.11.09 02:53:50.017840 [ 282 ] {e9ee12ce-f0dc-4593-8d47-9755f230f81e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14207 2024.11.09 02:53:50.018295 [ 282 ] {e9ee12ce-f0dc-4593-8d47-9755f230f81e} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
14208 2024.11.09 02:53:50.018698 [ 282 ] {e9ee12ce-f0dc-4593-8d47-9755f230f81e} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14209 2024.11.09 02:53:50.018858 [ 282 ] {e9ee12ce-f0dc-4593-8d47-9755f230f81e} <Debug> executeQuery: Read 271 rows, 24.70 KiB in 0.002315 sec., 117062.63498920087 rows/sec., 10.42 MiB/sec.
14210 2024.11.09 02:53:50.019086 [ 282 ] {e9ee12ce-f0dc-4593-8d47-9755f230f81e} <Debug> DynamicQueryHandler: Done processing query
14211 2024.11.09 02:53:50.019114 [ 282 ] {e9ee12ce-f0dc-4593-8d47-9755f230f81e} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
14212 2024.11.09 02:53:50.019130 [ 282 ] {} <Debug> HTTP-Session: a01fc42d-4947-426a-849a-3d5f60bf3dde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14213 2024.11.09 02:53:50.019406 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63042, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14214 2024.11.09 02:53:50.019544 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44648, User-Agent: (none), Length: 5927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14215 2024.11.09 02:53:50.019667 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14216 2024.11.09 02:53:50.019698 [ 283 ] {} <Debug> HTTP-Session: 9c4080df-8719-4e6b-846a-d4a62d62e574 Authenticating user 'default' from [fd00:1122:3344:101::d]:44648
14217 2024.11.09 02:53:50.019727 [ 283 ] {} <Debug> HTTP-Session: 9c4080df-8719-4e6b-846a-d4a62d62e574 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14218 2024.11.09 02:53:50.019745 [ 283 ] {} <Debug> HTTP-Session: 9c4080df-8719-4e6b-846a-d4a62d62e574 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14219 2024.11.09 02:53:50.019806 [ 283 ] {} <Trace> HTTP-Session: 9c4080df-8719-4e6b-846a-d4a62d62e574 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14220 2024.11.09 02:53:50.020024 [ 283 ] {ad97d100-b41b-4cfe-ac71-669e5e1e6cac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44648) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
14221 2024.11.09 02:53:50.020102 [ 283 ] {ad97d100-b41b-4cfe-ac71-669e5e1e6cac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14222 2024.11.09 02:53:50.020475 [ 283 ] {ad97d100-b41b-4cfe-ac71-669e5e1e6cac} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14223 2024.11.09 02:53:50.020933 [ 283 ] {ad97d100-b41b-4cfe-ac71-669e5e1e6cac} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14224 2024.11.09 02:53:50.020976 [ 283 ] {ad97d100-b41b-4cfe-ac71-669e5e1e6cac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14225 2024.11.09 02:53:50.021405 [ 283 ] {ad97d100-b41b-4cfe-ac71-669e5e1e6cac} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
14226 2024.11.09 02:53:50.021798 [ 283 ] {ad97d100-b41b-4cfe-ac71-669e5e1e6cac} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14227 2024.11.09 02:53:50.021951 [ 283 ] {ad97d100-b41b-4cfe-ac71-669e5e1e6cac} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.002003 sec., 20469.296055916126 rows/sec., 1.50 MiB/sec.
14228 2024.11.09 02:53:50.022264 [ 283 ] {ad97d100-b41b-4cfe-ac71-669e5e1e6cac} <Debug> DynamicQueryHandler: Done processing query
14229 2024.11.09 02:53:50.022333 [ 283 ] {ad97d100-b41b-4cfe-ac71-669e5e1e6cac} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
14230 2024.11.09 02:53:50.022399 [ 283 ] {} <Debug> HTTP-Session: 9c4080df-8719-4e6b-846a-d4a62d62e574 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14231 2024.11.09 02:53:50.022681 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44648, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14232 2024.11.09 02:53:50.022708 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63042, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14233 2024.11.09 02:53:50.022811 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14234 2024.11.09 02:53:50.022850 [ 282 ] {} <Debug> HTTP-Session: 7d7a96ce-6ab3-4524-a461-25bc9b37769a Authenticating user 'default' from [fd00:1122:3344:101::d]:63042
14235 2024.11.09 02:53:50.022879 [ 282 ] {} <Debug> HTTP-Session: 7d7a96ce-6ab3-4524-a461-25bc9b37769a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14236 2024.11.09 02:53:50.022937 [ 282 ] {} <Debug> HTTP-Session: 7d7a96ce-6ab3-4524-a461-25bc9b37769a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14237 2024.11.09 02:53:50.022991 [ 282 ] {} <Trace> HTTP-Session: 7d7a96ce-6ab3-4524-a461-25bc9b37769a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14238 2024.11.09 02:53:50.023150 [ 282 ] {0e9fa926-c476-489d-8df2-ea32b0c0a18c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63042) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
14239 2024.11.09 02:53:50.023212 [ 282 ] {0e9fa926-c476-489d-8df2-ea32b0c0a18c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
14240 2024.11.09 02:53:50.023518 [ 282 ] {0e9fa926-c476-489d-8df2-ea32b0c0a18c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14241 2024.11.09 02:53:50.023864 [ 282 ] {0e9fa926-c476-489d-8df2-ea32b0c0a18c} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14242 2024.11.09 02:53:50.023901 [ 282 ] {0e9fa926-c476-489d-8df2-ea32b0c0a18c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14243 2024.11.09 02:53:50.024282 [ 282 ] {0e9fa926-c476-489d-8df2-ea32b0c0a18c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
14244 2024.11.09 02:53:50.024659 [ 282 ] {0e9fa926-c476-489d-8df2-ea32b0c0a18c} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14245 2024.11.09 02:53:50.024816 [ 282 ] {0e9fa926-c476-489d-8df2-ea32b0c0a18c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001742 sec., 8036.739380022962 rows/sec., 562.84 KiB/sec.
14246 2024.11.09 02:53:50.024979 [ 282 ] {0e9fa926-c476-489d-8df2-ea32b0c0a18c} <Debug> DynamicQueryHandler: Done processing query
14247 2024.11.09 02:53:50.025002 [ 282 ] {0e9fa926-c476-489d-8df2-ea32b0c0a18c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
14248 2024.11.09 02:53:50.025018 [ 282 ] {} <Debug> HTTP-Session: 7d7a96ce-6ab3-4524-a461-25bc9b37769a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14249 2024.11.09 02:53:50.025153 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63042, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14250 2024.11.09 02:53:50.025300 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49438, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14251 2024.11.09 02:53:50.025376 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14252 2024.11.09 02:53:50.025398 [ 283 ] {} <Debug> HTTP-Session: 6ec51926-91c3-467b-8ef7-d06f634612f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:49438
14253 2024.11.09 02:53:50.025415 [ 283 ] {} <Debug> HTTP-Session: 6ec51926-91c3-467b-8ef7-d06f634612f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14254 2024.11.09 02:53:50.025430 [ 283 ] {} <Debug> HTTP-Session: 6ec51926-91c3-467b-8ef7-d06f634612f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14255 2024.11.09 02:53:50.025470 [ 283 ] {} <Trace> HTTP-Session: 6ec51926-91c3-467b-8ef7-d06f634612f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14256 2024.11.09 02:53:50.025590 [ 283 ] {a4c9a963-63f6-41b8-8315-13d17b2846d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49438) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
14257 2024.11.09 02:53:50.025638 [ 283 ] {a4c9a963-63f6-41b8-8315-13d17b2846d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
14258 2024.11.09 02:53:50.025903 [ 283 ] {a4c9a963-63f6-41b8-8315-13d17b2846d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14259 2024.11.09 02:53:50.026237 [ 283 ] {a4c9a963-63f6-41b8-8315-13d17b2846d9} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14260 2024.11.09 02:53:50.026275 [ 283 ] {a4c9a963-63f6-41b8-8315-13d17b2846d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14261 2024.11.09 02:53:50.026642 [ 283 ] {a4c9a963-63f6-41b8-8315-13d17b2846d9} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
14262 2024.11.09 02:53:50.027037 [ 283 ] {a4c9a963-63f6-41b8-8315-13d17b2846d9} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14263 2024.11.09 02:53:50.027220 [ 283 ] {a4c9a963-63f6-41b8-8315-13d17b2846d9} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00165 sec., 3636.3636363636365 rows/sec., 214.84 KiB/sec.
14264 2024.11.09 02:53:50.027611 [ 283 ] {a4c9a963-63f6-41b8-8315-13d17b2846d9} <Debug> DynamicQueryHandler: Done processing query
14265 2024.11.09 02:53:50.027655 [ 283 ] {a4c9a963-63f6-41b8-8315-13d17b2846d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
14266 2024.11.09 02:53:50.027695 [ 283 ] {} <Debug> HTTP-Session: 6ec51926-91c3-467b-8ef7-d06f634612f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14267 2024.11.09 02:53:50.027981 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63042, User-Agent: (none), Length: 68708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14268 2024.11.09 02:53:50.028003 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49438, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14269 2024.11.09 02:53:50.028075 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14270 2024.11.09 02:53:50.028120 [ 282 ] {} <Debug> HTTP-Session: fd0783cf-8a4d-42bd-98cc-7dd445988f45 Authenticating user 'default' from [fd00:1122:3344:101::d]:63042
14271 2024.11.09 02:53:50.028145 [ 282 ] {} <Debug> HTTP-Session: fd0783cf-8a4d-42bd-98cc-7dd445988f45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14272 2024.11.09 02:53:50.028170 [ 282 ] {} <Debug> HTTP-Session: fd0783cf-8a4d-42bd-98cc-7dd445988f45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14273 2024.11.09 02:53:50.028222 [ 282 ] {} <Trace> HTTP-Session: fd0783cf-8a4d-42bd-98cc-7dd445988f45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14274 2024.11.09 02:53:50.028506 [ 282 ] {098c9b88-a0b1-4910-89fc-086a5e1dbf7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63042) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
14275 2024.11.09 02:53:50.028559 [ 282 ] {098c9b88-a0b1-4910-89fc-086a5e1dbf7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14276 2024.11.09 02:53:50.028829 [ 282 ] {098c9b88-a0b1-4910-89fc-086a5e1dbf7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14277 2024.11.09 02:53:50.029403 [ 282 ] {098c9b88-a0b1-4910-89fc-086a5e1dbf7c} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14278 2024.11.09 02:53:50.029441 [ 282 ] {098c9b88-a0b1-4910-89fc-086a5e1dbf7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14279 2024.11.09 02:53:50.029836 [ 282 ] {098c9b88-a0b1-4910-89fc-086a5e1dbf7c} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
14280 2024.11.09 02:53:50.030203 [ 282 ] {098c9b88-a0b1-4910-89fc-086a5e1dbf7c} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14281 2024.11.09 02:53:50.030365 [ 282 ] {098c9b88-a0b1-4910-89fc-086a5e1dbf7c} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002001 sec., 211394.3028485757 rows/sec., 15.11 MiB/sec.
14282 2024.11.09 02:53:50.030540 [ 282 ] {098c9b88-a0b1-4910-89fc-086a5e1dbf7c} <Debug> DynamicQueryHandler: Done processing query
14283 2024.11.09 02:53:50.030566 [ 282 ] {098c9b88-a0b1-4910-89fc-086a5e1dbf7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
14284 2024.11.09 02:53:50.030583 [ 282 ] {} <Debug> HTTP-Session: fd0783cf-8a4d-42bd-98cc-7dd445988f45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14285 2024.11.09 02:53:50.030871 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63042, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14286 2024.11.09 02:53:50.031019 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48052, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14287 2024.11.09 02:53:50.031130 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14288 2024.11.09 02:53:50.031171 [ 283 ] {} <Debug> HTTP-Session: f5ba71d0-4bf1-449c-bab7-0a7b686cb08b Authenticating user 'default' from [fd00:1122:3344:101::d]:48052
14289 2024.11.09 02:53:50.031205 [ 283 ] {} <Debug> HTTP-Session: f5ba71d0-4bf1-449c-bab7-0a7b686cb08b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14290 2024.11.09 02:53:50.031231 [ 283 ] {} <Debug> HTTP-Session: f5ba71d0-4bf1-449c-bab7-0a7b686cb08b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14291 2024.11.09 02:53:50.031300 [ 283 ] {} <Trace> HTTP-Session: f5ba71d0-4bf1-449c-bab7-0a7b686cb08b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14292 2024.11.09 02:53:50.031436 [ 283 ] {0d8ac7df-f7cf-4549-a4f8-22da8003d506} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48052) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
14293 2024.11.09 02:53:50.031485 [ 283 ] {0d8ac7df-f7cf-4549-a4f8-22da8003d506} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
14294 2024.11.09 02:53:50.031652 [ 283 ] {0d8ac7df-f7cf-4549-a4f8-22da8003d506} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14295 2024.11.09 02:53:50.031938 [ 283 ] {0d8ac7df-f7cf-4549-a4f8-22da8003d506} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14296 2024.11.09 02:53:50.031976 [ 283 ] {0d8ac7df-f7cf-4549-a4f8-22da8003d506} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14297 2024.11.09 02:53:50.032351 [ 283 ] {0d8ac7df-f7cf-4549-a4f8-22da8003d506} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
14298 2024.11.09 02:53:50.032687 [ 283 ] {0d8ac7df-f7cf-4549-a4f8-22da8003d506} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14299 2024.11.09 02:53:50.032852 [ 283 ] {0d8ac7df-f7cf-4549-a4f8-22da8003d506} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001437 sec., 4175.365344467641 rows/sec., 218.15 KiB/sec.
14300 2024.11.09 02:53:50.033023 [ 283 ] {0d8ac7df-f7cf-4549-a4f8-22da8003d506} <Debug> DynamicQueryHandler: Done processing query
14301 2024.11.09 02:53:50.033047 [ 283 ] {0d8ac7df-f7cf-4549-a4f8-22da8003d506} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
14302 2024.11.09 02:53:50.033063 [ 283 ] {} <Debug> HTTP-Session: f5ba71d0-4bf1-449c-bab7-0a7b686cb08b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14303 2024.11.09 02:53:50.033263 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48052, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14304 2024.11.09 02:53:50.033316 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63042, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14305 2024.11.09 02:53:50.033403 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14306 2024.11.09 02:53:50.033438 [ 282 ] {} <Debug> HTTP-Session: 18a5ac30-6a98-453f-b2e5-6114231c13b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:63042
14307 2024.11.09 02:53:50.033463 [ 282 ] {} <Debug> HTTP-Session: 18a5ac30-6a98-453f-b2e5-6114231c13b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14308 2024.11.09 02:53:50.033481 [ 282 ] {} <Debug> HTTP-Session: 18a5ac30-6a98-453f-b2e5-6114231c13b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14309 2024.11.09 02:53:50.033527 [ 282 ] {} <Trace> HTTP-Session: 18a5ac30-6a98-453f-b2e5-6114231c13b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14310 2024.11.09 02:53:50.033763 [ 282 ] {2438ea1c-5f92-4ab1-a588-972c7124f0b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63042) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
14311 2024.11.09 02:53:50.033825 [ 282 ] {2438ea1c-5f92-4ab1-a588-972c7124f0b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14312 2024.11.09 02:53:50.034040 [ 282 ] {2438ea1c-5f92-4ab1-a588-972c7124f0b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14313 2024.11.09 02:53:50.034492 [ 282 ] {2438ea1c-5f92-4ab1-a588-972c7124f0b7} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14314 2024.11.09 02:53:50.034529 [ 282 ] {2438ea1c-5f92-4ab1-a588-972c7124f0b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14315 2024.11.09 02:53:50.034940 [ 282 ] {2438ea1c-5f92-4ab1-a588-972c7124f0b7} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
14316 2024.11.09 02:53:50.035285 [ 282 ] {2438ea1c-5f92-4ab1-a588-972c7124f0b7} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14317 2024.11.09 02:53:50.035448 [ 282 ] {2438ea1c-5f92-4ab1-a588-972c7124f0b7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001811 sec., 130866.92435118719 rows/sec., 8.77 MiB/sec.
14318 2024.11.09 02:53:50.035697 [ 282 ] {2438ea1c-5f92-4ab1-a588-972c7124f0b7} <Debug> DynamicQueryHandler: Done processing query
14319 2024.11.09 02:53:50.035757 [ 282 ] {2438ea1c-5f92-4ab1-a588-972c7124f0b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
14320 2024.11.09 02:53:50.035833 [ 282 ] {} <Debug> HTTP-Session: 18a5ac30-6a98-453f-b2e5-6114231c13b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14321 2024.11.09 02:53:50.036140 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63042, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14322 2024.11.09 02:53:50.036264 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57379, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14323 2024.11.09 02:53:50.036457 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14324 2024.11.09 02:53:50.036486 [ 283 ] {} <Debug> HTTP-Session: 52e03152-e688-414f-bebf-3e5d4c7cb64e Authenticating user 'default' from [fd00:1122:3344:101::d]:57379
14325 2024.11.09 02:53:50.036507 [ 283 ] {} <Debug> HTTP-Session: 52e03152-e688-414f-bebf-3e5d4c7cb64e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14326 2024.11.09 02:53:50.036523 [ 283 ] {} <Debug> HTTP-Session: 52e03152-e688-414f-bebf-3e5d4c7cb64e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14327 2024.11.09 02:53:50.036568 [ 283 ] {} <Trace> HTTP-Session: 52e03152-e688-414f-bebf-3e5d4c7cb64e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14328 2024.11.09 02:53:50.036692 [ 283 ] {27437c5a-f779-474a-bf6a-7c1f901e5773} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57379) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
14329 2024.11.09 02:53:50.036750 [ 283 ] {27437c5a-f779-474a-bf6a-7c1f901e5773} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
14330 2024.11.09 02:53:50.036943 [ 283 ] {27437c5a-f779-474a-bf6a-7c1f901e5773} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14331 2024.11.09 02:53:50.037265 [ 283 ] {27437c5a-f779-474a-bf6a-7c1f901e5773} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14332 2024.11.09 02:53:50.037308 [ 283 ] {27437c5a-f779-474a-bf6a-7c1f901e5773} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14333 2024.11.09 02:53:50.037666 [ 283 ] {27437c5a-f779-474a-bf6a-7c1f901e5773} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
14334 2024.11.09 02:53:50.038006 [ 283 ] {27437c5a-f779-474a-bf6a-7c1f901e5773} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14335 2024.11.09 02:53:50.038162 [ 283 ] {27437c5a-f779-474a-bf6a-7c1f901e5773} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001495 sec., 668.8963210702341 rows/sec., 45.07 KiB/sec.
14336 2024.11.09 02:53:50.038331 [ 283 ] {27437c5a-f779-474a-bf6a-7c1f901e5773} <Debug> DynamicQueryHandler: Done processing query
14337 2024.11.09 02:53:50.038356 [ 283 ] {27437c5a-f779-474a-bf6a-7c1f901e5773} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
14338 2024.11.09 02:53:50.038371 [ 283 ] {} <Debug> HTTP-Session: 52e03152-e688-414f-bebf-3e5d4c7cb64e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14339 2024.11.09 02:53:50.038546 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57379, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14340 2024.11.09 02:53:50.038646 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60948, User-Agent: (none), Length: 68930, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14341 2024.11.09 02:53:50.038705 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14342 2024.11.09 02:53:50.038724 [ 282 ] {} <Debug> HTTP-Session: 1ead0a73-fc0a-4258-8da6-008c133c170d Authenticating user 'default' from [fd00:1122:3344:101::d]:60948
14343 2024.11.09 02:53:50.038741 [ 282 ] {} <Debug> HTTP-Session: 1ead0a73-fc0a-4258-8da6-008c133c170d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14344 2024.11.09 02:53:50.038755 [ 282 ] {} <Debug> HTTP-Session: 1ead0a73-fc0a-4258-8da6-008c133c170d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14345 2024.11.09 02:53:50.038794 [ 282 ] {} <Trace> HTTP-Session: 1ead0a73-fc0a-4258-8da6-008c133c170d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14346 2024.11.09 02:53:50.039241 [ 282 ] {2f8d1e18-decc-40da-9993-8d8a9f3ec011} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60948) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
14347 2024.11.09 02:53:50.039321 [ 282 ] {2f8d1e18-decc-40da-9993-8d8a9f3ec011} <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
14348 2024.11.09 02:53:50.039786 [ 282 ] {2f8d1e18-decc-40da-9993-8d8a9f3ec011} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14349 2024.11.09 02:53:50.040581 [ 282 ] {2f8d1e18-decc-40da-9993-8d8a9f3ec011} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14350 2024.11.09 02:53:50.040617 [ 282 ] {2f8d1e18-decc-40da-9993-8d8a9f3ec011} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14351 2024.11.09 02:53:50.041299 [ 282 ] {2f8d1e18-decc-40da-9993-8d8a9f3ec011} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
14352 2024.11.09 02:53:50.041721 [ 282 ] {2f8d1e18-decc-40da-9993-8d8a9f3ec011} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14353 2024.11.09 02:53:50.041923 [ 282 ] {2f8d1e18-decc-40da-9993-8d8a9f3ec011} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003002 sec., 13657.561625582945 rows/sec., 24.47 MiB/sec.
14354 2024.11.09 02:53:50.042553 [ 282 ] {2f8d1e18-decc-40da-9993-8d8a9f3ec011} <Debug> DynamicQueryHandler: Done processing query
14355 2024.11.09 02:53:50.042578 [ 282 ] {2f8d1e18-decc-40da-9993-8d8a9f3ec011} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB.
14356 2024.11.09 02:53:50.042595 [ 282 ] {} <Debug> HTTP-Session: 1ead0a73-fc0a-4258-8da6-008c133c170d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14357 2024.11.09 02:53:50.042776 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57379, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14358 2024.11.09 02:53:50.042795 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60948, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14359 2024.11.09 02:53:50.042869 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14360 2024.11.09 02:53:50.042910 [ 283 ] {} <Debug> HTTP-Session: 36dd9b62-f2f1-4848-ad3e-f08af7ea2240 Authenticating user 'default' from [fd00:1122:3344:101::d]:57379
14361 2024.11.09 02:53:50.042941 [ 283 ] {} <Debug> HTTP-Session: 36dd9b62-f2f1-4848-ad3e-f08af7ea2240 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14362 2024.11.09 02:53:50.042963 [ 283 ] {} <Debug> HTTP-Session: 36dd9b62-f2f1-4848-ad3e-f08af7ea2240 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14363 2024.11.09 02:53:50.043009 [ 283 ] {} <Trace> HTTP-Session: 36dd9b62-f2f1-4848-ad3e-f08af7ea2240 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14364 2024.11.09 02:53:50.043183 [ 283 ] {f4ca9d12-1cab-4503-bdff-37237dc2ab7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57379) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
14365 2024.11.09 02:53:50.043239 [ 283 ] {f4ca9d12-1cab-4503-bdff-37237dc2ab7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14366 2024.11.09 02:53:50.043415 [ 283 ] {f4ca9d12-1cab-4503-bdff-37237dc2ab7b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14367 2024.11.09 02:53:50.043748 [ 283 ] {f4ca9d12-1cab-4503-bdff-37237dc2ab7b} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14368 2024.11.09 02:53:50.043786 [ 283 ] {f4ca9d12-1cab-4503-bdff-37237dc2ab7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14369 2024.11.09 02:53:50.044159 [ 283 ] {f4ca9d12-1cab-4503-bdff-37237dc2ab7b} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
14370 2024.11.09 02:53:50.044504 [ 283 ] {f4ca9d12-1cab-4503-bdff-37237dc2ab7b} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14371 2024.11.09 02:53:50.044671 [ 283 ] {f4ca9d12-1cab-4503-bdff-37237dc2ab7b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001556 sec., 52699.22879177378 rows/sec., 3.35 MiB/sec.
14372 2024.11.09 02:53:50.044968 [ 283 ] {f4ca9d12-1cab-4503-bdff-37237dc2ab7b} <Debug> DynamicQueryHandler: Done processing query
14373 2024.11.09 02:53:50.045031 [ 283 ] {f4ca9d12-1cab-4503-bdff-37237dc2ab7b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
14374 2024.11.09 02:53:50.045094 [ 283 ] {} <Debug> HTTP-Session: 36dd9b62-f2f1-4848-ad3e-f08af7ea2240 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14375 2024.11.09 02:53:50.045459 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57379, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14376 2024.11.09 02:53:50.919526 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33730, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14377 2024.11.09 02:53:51.195743 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52056, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14378 2024.11.09 02:53:51.239102 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14379 2024.11.09 02:53:51.243364 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48489, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14380 2024.11.09 02:53:51.248679 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63674, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14381 2024.11.09 02:53:51.332062 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45271, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14382 2024.11.09 02:53:51.335375 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49952, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14383 2024.11.09 02:53:51.349706 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56789, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14384 2024.11.09 02:53:51.740505 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1304
14385 2024.11.09 02:53:51.743538 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14386 2024.11.09 02:53:51.743585 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14387 2024.11.09 02:53:51.745130 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
14388 2024.11.09 02:53:51.746125 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14389 2024.11.09 02:53:51.747445 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1304
14390 2024.11.09 02:53:55.008843 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48992, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14391 2024.11.09 02:53:55.008992 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14392 2024.11.09 02:53:55.009021 [ 282 ] {} <Debug> HTTP-Session: 1410d9eb-cdcf-4490-bcd3-44faf4c8087a Authenticating user 'default' from [fd00:1122:3344:101::d]:48992
14393 2024.11.09 02:53:55.009050 [ 282 ] {} <Debug> HTTP-Session: 1410d9eb-cdcf-4490-bcd3-44faf4c8087a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14394 2024.11.09 02:53:55.009069 [ 282 ] {} <Debug> HTTP-Session: 1410d9eb-cdcf-4490-bcd3-44faf4c8087a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14395 2024.11.09 02:53:55.009128 [ 282 ] {} <Trace> HTTP-Session: 1410d9eb-cdcf-4490-bcd3-44faf4c8087a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14396 2024.11.09 02:53:55.009345 [ 282 ] {a1fe13d3-70b4-4a66-b7da-453c16443c94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48992) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
14397 2024.11.09 02:53:55.009424 [ 282 ] {a1fe13d3-70b4-4a66-b7da-453c16443c94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
14398 2024.11.09 02:53:55.009783 [ 282 ] {a1fe13d3-70b4-4a66-b7da-453c16443c94} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14399 2024.11.09 02:53:55.010206 [ 282 ] {a1fe13d3-70b4-4a66-b7da-453c16443c94} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14400 2024.11.09 02:53:55.010250 [ 282 ] {a1fe13d3-70b4-4a66-b7da-453c16443c94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14401 2024.11.09 02:53:55.010665 [ 282 ] {a1fe13d3-70b4-4a66-b7da-453c16443c94} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
14402 2024.11.09 02:53:55.011075 [ 282 ] {a1fe13d3-70b4-4a66-b7da-453c16443c94} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14403 2024.11.09 02:53:55.011272 [ 282 ] {a1fe13d3-70b4-4a66-b7da-453c16443c94} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00198 sec., 2020.2020202020203 rows/sec., 164.73 KiB/sec.
14404 2024.11.09 02:53:55.011639 [ 282 ] {a1fe13d3-70b4-4a66-b7da-453c16443c94} <Debug> DynamicQueryHandler: Done processing query
14405 2024.11.09 02:53:55.011672 [ 282 ] {a1fe13d3-70b4-4a66-b7da-453c16443c94} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
14406 2024.11.09 02:53:55.011694 [ 282 ] {} <Debug> HTTP-Session: 1410d9eb-cdcf-4490-bcd3-44faf4c8087a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14407 2024.11.09 02:53:55.011942 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48992, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14408 2024.11.09 02:53:55.012110 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35086, User-Agent: (none), Length: 8114, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14409 2024.11.09 02:53:55.012280 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14410 2024.11.09 02:53:55.012333 [ 285 ] {} <Debug> HTTP-Session: d398433d-66dd-451e-8ef0-05e0e1c2ef71 Authenticating user 'default' from [fd00:1122:3344:101::d]:35086
14411 2024.11.09 02:53:55.012375 [ 285 ] {} <Debug> HTTP-Session: d398433d-66dd-451e-8ef0-05e0e1c2ef71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14412 2024.11.09 02:53:55.012404 [ 285 ] {} <Debug> HTTP-Session: d398433d-66dd-451e-8ef0-05e0e1c2ef71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14413 2024.11.09 02:53:55.012490 [ 285 ] {} <Trace> HTTP-Session: d398433d-66dd-451e-8ef0-05e0e1c2ef71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14414 2024.11.09 02:53:55.012709 [ 285 ] {d01cd2b7-c582-4ab6-8211-91633a659e26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35086) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
14415 2024.11.09 02:53:55.012776 [ 285 ] {d01cd2b7-c582-4ab6-8211-91633a659e26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14416 2024.11.09 02:53:55.013122 [ 285 ] {d01cd2b7-c582-4ab6-8211-91633a659e26} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14417 2024.11.09 02:53:55.013538 [ 285 ] {d01cd2b7-c582-4ab6-8211-91633a659e26} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14418 2024.11.09 02:53:55.013584 [ 285 ] {d01cd2b7-c582-4ab6-8211-91633a659e26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14419 2024.11.09 02:53:55.014023 [ 285 ] {d01cd2b7-c582-4ab6-8211-91633a659e26} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
14420 2024.11.09 02:53:55.014429 [ 285 ] {d01cd2b7-c582-4ab6-8211-91633a659e26} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14421 2024.11.09 02:53:55.014610 [ 285 ] {d01cd2b7-c582-4ab6-8211-91633a659e26} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.001965 sec., 29516.53944020356 rows/sec., 2.26 MiB/sec.
14422 2024.11.09 02:53:55.014637 [ 70 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
14423 2024.11.09 02:53:55.014781 [ 70 ] {} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14424 2024.11.09 02:53:55.014841 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14425 2024.11.09 02:53:55.014953 [ 285 ] {d01cd2b7-c582-4ab6-8211-91633a659e26} <Debug> DynamicQueryHandler: Done processing query
14426 2024.11.09 02:53:55.015053 [ 285 ] {d01cd2b7-c582-4ab6-8211-91633a659e26} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
14427 2024.11.09 02:53:55.015140 [ 285 ] {} <Debug> HTTP-Session: d398433d-66dd-451e-8ef0-05e0e1c2ef71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14428 2024.11.09 02:53:55.015190 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full
14429 2024.11.09 02:53:55.015474 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48992, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14430 2024.11.09 02:53:55.015554 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35086, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14431 2024.11.09 02:53:55.015747 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14432 2024.11.09 02:53:55.015877 [ 282 ] {} <Debug> HTTP-Session: 957f3261-02c0-41b1-8895-7a0713d75b54 Authenticating user 'default' from [fd00:1122:3344:101::d]:48992
14433 2024.11.09 02:53:55.015969 [ 282 ] {} <Debug> HTTP-Session: 957f3261-02c0-41b1-8895-7a0713d75b54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14434 2024.11.09 02:53:55.016047 [ 282 ] {} <Debug> HTTP-Session: 957f3261-02c0-41b1-8895-7a0713d75b54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14435 2024.11.09 02:53:55.016049 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14436 2024.11.09 02:53:55.016172 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1420 rows starting from the beginning of the part
14437 2024.11.09 02:53:55.016194 [ 282 ] {} <Trace> HTTP-Session: 957f3261-02c0-41b1-8895-7a0713d75b54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14438 2024.11.09 02:53:55.016762 [ 282 ] {9be6e588-ed53-4b3d-8028-2140f1e12412} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48992) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
14439 2024.11.09 02:53:55.016768 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 271 rows starting from the beginning of the part
14440 2024.11.09 02:53:55.017046 [ 282 ] {9be6e588-ed53-4b3d-8028-2140f1e12412} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14441 2024.11.09 02:53:55.017288 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 58 rows starting from the beginning of the part
14442 2024.11.09 02:53:55.017847 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 56 rows starting from the beginning of the part
14443 2024.11.09 02:53:55.018066 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 271 rows starting from the beginning of the part
14444 2024.11.09 02:53:55.018310 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 58 rows starting from the beginning of the part
14445 2024.11.09 02:53:55.018874 [ 282 ] {9be6e588-ed53-4b3d-8028-2140f1e12412} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14446 2024.11.09 02:53:55.019373 [ 282 ] {9be6e588-ed53-4b3d-8028-2140f1e12412} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14447 2024.11.09 02:53:55.019421 [ 282 ] {9be6e588-ed53-4b3d-8028-2140f1e12412} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14448 2024.11.09 02:53:55.020033 [ 282 ] {9be6e588-ed53-4b3d-8028-2140f1e12412} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
14449 2024.11.09 02:53:55.020515 [ 282 ] {9be6e588-ed53-4b3d-8028-2140f1e12412} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14450 2024.11.09 02:53:55.020560 [ 194 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2134 rows, containing 5 columns (5 merged, 0 gathered) in 0.005581945 sec., 382304.0176855917 rows/sec., 33.79 MiB/sec.
14451 2024.11.09 02:53:55.020776 [ 282 ] {9be6e588-ed53-4b3d-8028-2140f1e12412} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.004301 sec., 930.0162752848174 rows/sec., 64.94 KiB/sec.
14452 2024.11.09 02:53:55.021065 [ 191 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
14453 2024.11.09 02:53:55.021095 [ 282 ] {9be6e588-ed53-4b3d-8028-2140f1e12412} <Debug> DynamicQueryHandler: Done processing query
14454 2024.11.09 02:53:55.021157 [ 282 ] {9be6e588-ed53-4b3d-8028-2140f1e12412} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
14455 2024.11.09 02:53:55.021219 [ 282 ] {} <Debug> HTTP-Session: 957f3261-02c0-41b1-8895-7a0713d75b54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14456 2024.11.09 02:53:55.021480 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48992, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14457 2024.11.09 02:53:55.021727 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42610, User-Agent: (none), Length: 11580, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14458 2024.11.09 02:53:55.021843 [ 191 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_86_17} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14459 2024.11.09 02:53:55.021872 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14460 2024.11.09 02:53:55.021961 [ 285 ] {} <Debug> HTTP-Session: 6d4f568c-2338-4ba0-b182-4bf991bc7baf Authenticating user 'default' from [fd00:1122:3344:101::d]:42610
14461 2024.11.09 02:53:55.022002 [ 191 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_86_17} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
14462 2024.11.09 02:53:55.022013 [ 285 ] {} <Debug> HTTP-Session: 6d4f568c-2338-4ba0-b182-4bf991bc7baf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14463 2024.11.09 02:53:55.022069 [ 285 ] {} <Debug> HTTP-Session: 6d4f568c-2338-4ba0-b182-4bf991bc7baf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14464 2024.11.09 02:53:55.022176 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
14465 2024.11.09 02:53:55.022220 [ 285 ] {} <Trace> HTTP-Session: 6d4f568c-2338-4ba0-b182-4bf991bc7baf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14466 2024.11.09 02:53:55.022505 [ 285 ] {64382758-c7ac-4269-b309-581f4b7a9feb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42610) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
14467 2024.11.09 02:53:55.022568 [ 285 ] {64382758-c7ac-4269-b309-581f4b7a9feb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14468 2024.11.09 02:53:55.022839 [ 285 ] {64382758-c7ac-4269-b309-581f4b7a9feb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14469 2024.11.09 02:53:55.023224 [ 285 ] {64382758-c7ac-4269-b309-581f4b7a9feb} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14470 2024.11.09 02:53:55.023262 [ 285 ] {64382758-c7ac-4269-b309-581f4b7a9feb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14471 2024.11.09 02:53:55.023650 [ 285 ] {64382758-c7ac-4269-b309-581f4b7a9feb} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
14472 2024.11.09 02:53:55.024039 [ 285 ] {64382758-c7ac-4269-b309-581f4b7a9feb} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14473 2024.11.09 02:53:55.024202 [ 70 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
14474 2024.11.09 02:53:55.024208 [ 285 ] {64382758-c7ac-4269-b309-581f4b7a9feb} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001798 sec., 37819.79977753059 rows/sec., 2.96 MiB/sec.
14475 2024.11.09 02:53:55.024257 [ 70 ] {} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14476 2024.11.09 02:53:55.024337 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14477 2024.11.09 02:53:55.024563 [ 285 ] {64382758-c7ac-4269-b309-581f4b7a9feb} <Debug> DynamicQueryHandler: Done processing query
14478 2024.11.09 02:53:55.024581 [ 194 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full
14479 2024.11.09 02:53:55.024605 [ 285 ] {64382758-c7ac-4269-b309-581f4b7a9feb} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
14480 2024.11.09 02:53:55.024652 [ 285 ] {} <Debug> HTTP-Session: 6d4f568c-2338-4ba0-b182-4bf991bc7baf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14481 2024.11.09 02:53:55.024946 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42610, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14482 2024.11.09 02:53:55.025044 [ 194 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14483 2024.11.09 02:53:55.025073 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63939, User-Agent: (none), Length: 24922, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14484 2024.11.09 02:53:55.025195 [ 194 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 915 rows starting from the beginning of the part
14485 2024.11.09 02:53:55.025231 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14486 2024.11.09 02:53:55.025289 [ 282 ] {} <Debug> HTTP-Session: e1b3b5d0-e365-42d2-bac1-fa2cc16bc05e Authenticating user 'default' from [fd00:1122:3344:101::d]:63939
14487 2024.11.09 02:53:55.025336 [ 282 ] {} <Debug> HTTP-Session: e1b3b5d0-e365-42d2-bac1-fa2cc16bc05e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14488 2024.11.09 02:53:55.025428 [ 282 ] {} <Debug> HTTP-Session: e1b3b5d0-e365-42d2-bac1-fa2cc16bc05e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14489 2024.11.09 02:53:55.025584 [ 282 ] {} <Trace> HTTP-Session: e1b3b5d0-e365-42d2-bac1-fa2cc16bc05e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14490 2024.11.09 02:53:55.025640 [ 194 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 423 rows starting from the beginning of the part
14491 2024.11.09 02:53:55.025900 [ 194 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 68 rows starting from the beginning of the part
14492 2024.11.09 02:53:55.026023 [ 282 ] {8196853a-66d1-4dc4-968e-3bc509a057ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63939) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
14493 2024.11.09 02:53:55.026250 [ 194 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 64 rows starting from the beginning of the part
14494 2024.11.09 02:53:55.026317 [ 282 ] {8196853a-66d1-4dc4-968e-3bc509a057ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14495 2024.11.09 02:53:55.026530 [ 194 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 423 rows starting from the beginning of the part
14496 2024.11.09 02:53:55.026993 [ 194 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 68 rows starting from the beginning of the part
14497 2024.11.09 02:53:55.027694 [ 282 ] {8196853a-66d1-4dc4-968e-3bc509a057ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14498 2024.11.09 02:53:55.028503 [ 282 ] {8196853a-66d1-4dc4-968e-3bc509a057ff} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14499 2024.11.09 02:53:55.028579 [ 282 ] {8196853a-66d1-4dc4-968e-3bc509a057ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14500 2024.11.09 02:53:55.029712 [ 282 ] {8196853a-66d1-4dc4-968e-3bc509a057ff} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
14501 2024.11.09 02:53:55.030424 [ 282 ] {8196853a-66d1-4dc4-968e-3bc509a057ff} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14502 2024.11.09 02:53:55.030462 [ 194 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1961 rows, containing 5 columns (5 merged, 0 gathered) in 0.006001804 sec., 326735.0949814422 rows/sec., 25.02 MiB/sec.
14503 2024.11.09 02:53:55.030728 [ 282 ] {8196853a-66d1-4dc4-968e-3bc509a057ff} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.00493 sec., 26369.16835699797 rows/sec., 1.84 MiB/sec.
14504 2024.11.09 02:53:55.030766 [ 70 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
14505 2024.11.09 02:53:55.030785 [ 194 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
14506 2024.11.09 02:53:55.030972 [ 70 ] {} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14507 2024.11.09 02:53:55.031113 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14508 2024.11.09 02:53:55.031305 [ 282 ] {8196853a-66d1-4dc4-968e-3bc509a057ff} <Debug> DynamicQueryHandler: Done processing query
14509 2024.11.09 02:53:55.031416 [ 282 ] {8196853a-66d1-4dc4-968e-3bc509a057ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
14510 2024.11.09 02:53:55.031521 [ 282 ] {} <Debug> HTTP-Session: e1b3b5d0-e365-42d2-bac1-fa2cc16bc05e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14511 2024.11.09 02:53:55.031586 [ 191 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full
14512 2024.11.09 02:53:55.031958 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63939, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14513 2024.11.09 02:53:55.032315 [ 191 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14514 2024.11.09 02:53:55.032329 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36409, User-Agent: (none), Length: 7317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14515 2024.11.09 02:53:55.032389 [ 191 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 17132 rows starting from the beginning of the part
14516 2024.11.09 02:53:55.032573 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14517 2024.11.09 02:53:55.032659 [ 285 ] {} <Debug> HTTP-Session: 8210b2e6-2b18-424b-989a-54376c0683f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:36409
14518 2024.11.09 02:53:55.032666 [ 191 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 237 rows starting from the beginning of the part
14519 2024.11.09 02:53:55.032722 [ 285 ] {} <Debug> HTTP-Session: 8210b2e6-2b18-424b-989a-54376c0683f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14520 2024.11.09 02:53:55.032795 [ 285 ] {} <Debug> HTTP-Session: 8210b2e6-2b18-424b-989a-54376c0683f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14521 2024.11.09 02:53:55.032974 [ 285 ] {} <Trace> HTTP-Session: 8210b2e6-2b18-424b-989a-54376c0683f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14522 2024.11.09 02:53:55.033064 [ 191 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 150 rows starting from the beginning of the part
14523 2024.11.09 02:53:55.033205 [ 194 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_86_17} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14524 2024.11.09 02:53:55.033443 [ 285 ] {08c60129-92fb-41d0-a75c-4c8ce0c0b3bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36409) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
14525 2024.11.09 02:53:55.033565 [ 191 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 160 rows starting from the beginning of the part
14526 2024.11.09 02:53:55.033687 [ 285 ] {08c60129-92fb-41d0-a75c-4c8ce0c0b3bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14527 2024.11.09 02:53:55.033713 [ 194 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_86_17} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
14528 2024.11.09 02:53:55.034040 [ 191 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 237 rows starting from the beginning of the part
14529 2024.11.09 02:53:55.034192 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
14530 2024.11.09 02:53:55.034675 [ 191 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 130 rows starting from the beginning of the part
14531 2024.11.09 02:53:55.035364 [ 285 ] {08c60129-92fb-41d0-a75c-4c8ce0c0b3bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14532 2024.11.09 02:53:55.036220 [ 285 ] {08c60129-92fb-41d0-a75c-4c8ce0c0b3bb} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14533 2024.11.09 02:53:55.036266 [ 285 ] {08c60129-92fb-41d0-a75c-4c8ce0c0b3bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14534 2024.11.09 02:53:55.036867 [ 285 ] {08c60129-92fb-41d0-a75c-4c8ce0c0b3bb} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
14535 2024.11.09 02:53:55.037732 [ 285 ] {08c60129-92fb-41d0-a75c-4c8ce0c0b3bb} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14536 2024.11.09 02:53:55.038129 [ 70 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
14537 2024.11.09 02:53:55.038163 [ 285 ] {08c60129-92fb-41d0-a75c-4c8ce0c0b3bb} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00493 sec., 9736.308316430019 rows/sec., 671.91 KiB/sec.
14538 2024.11.09 02:53:55.038213 [ 70 ] {} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14539 2024.11.09 02:53:55.038303 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14540 2024.11.09 02:53:55.038533 [ 187 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full
14541 2024.11.09 02:53:55.038631 [ 285 ] {08c60129-92fb-41d0-a75c-4c8ce0c0b3bb} <Debug> DynamicQueryHandler: Done processing query
14542 2024.11.09 02:53:55.038667 [ 285 ] {08c60129-92fb-41d0-a75c-4c8ce0c0b3bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
14543 2024.11.09 02:53:55.038708 [ 285 ] {} <Debug> HTTP-Session: 8210b2e6-2b18-424b-989a-54376c0683f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14544 2024.11.09 02:53:55.038830 [ 187 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14545 2024.11.09 02:53:55.038876 [ 187 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 5084 rows starting from the beginning of the part
14546 2024.11.09 02:53:55.039103 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36409, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14547 2024.11.09 02:53:55.039122 [ 187 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 82 rows starting from the beginning of the part
14548 2024.11.09 02:53:55.039489 [ 187 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 54 rows starting from the beginning of the part
14549 2024.11.09 02:53:55.039854 [ 187 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part
14550 2024.11.09 02:53:55.040031 [ 187 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 82 rows starting from the beginning of the part
14551 2024.11.09 02:53:55.040177 [ 187 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 48 rows starting from the beginning of the part
14552 2024.11.09 02:53:55.042689 [ 199 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5410 rows, containing 4 columns (4 merged, 0 gathered) in 0.004254937 sec., 1271464.1838410296 rows/sec., 83.58 MiB/sec.
14553 2024.11.09 02:53:55.043093 [ 199 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
14554 2024.11.09 02:53:55.043573 [ 199 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_86_17} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14555 2024.11.09 02:53:55.043657 [ 199 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_86_17} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
14556 2024.11.09 02:53:55.043729 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB.
14557 2024.11.09 02:53:55.044184 [ 192 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18046 rows, containing 5 columns (5 merged, 0 gathered) in 0.012937168 sec., 1394895.698965956 rows/sec., 95.13 MiB/sec.
14558 2024.11.09 02:53:55.044458 [ 196 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
14559 2024.11.09 02:53:55.044884 [ 196 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14560 2024.11.09 02:53:55.044969 [ 196 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
14561 2024.11.09 02:53:55.045065 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB.
14562 2024.11.09 02:53:56.000182 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 182.52 MiB, peak 193.93 MiB, free memory in arenas 0.00 B, will set to 183.56 MiB (RSS), difference: 1.04 MiB
14563 2024.11.09 02:53:59.975983 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58229, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14564 2024.11.09 02:54:00.009358 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33360, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14565 2024.11.09 02:54:00.009500 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14566 2024.11.09 02:54:00.009529 [ 282 ] {} <Debug> HTTP-Session: 21e12575-fb02-4f02-bad6-90b3ab56febf Authenticating user 'default' from [fd00:1122:3344:101::d]:33360
14567 2024.11.09 02:54:00.009555 [ 282 ] {} <Debug> HTTP-Session: 21e12575-fb02-4f02-bad6-90b3ab56febf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14568 2024.11.09 02:54:00.009570 [ 282 ] {} <Debug> HTTP-Session: 21e12575-fb02-4f02-bad6-90b3ab56febf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14569 2024.11.09 02:54:00.009624 [ 282 ] {} <Trace> HTTP-Session: 21e12575-fb02-4f02-bad6-90b3ab56febf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14570 2024.11.09 02:54:00.009851 [ 282 ] {884cb546-7aa2-4cc9-abcb-ede15b193d27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33360) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
14571 2024.11.09 02:54:00.009924 [ 282 ] {884cb546-7aa2-4cc9-abcb-ede15b193d27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14572 2024.11.09 02:54:00.010281 [ 282 ] {884cb546-7aa2-4cc9-abcb-ede15b193d27} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14573 2024.11.09 02:54:00.010772 [ 282 ] {884cb546-7aa2-4cc9-abcb-ede15b193d27} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14574 2024.11.09 02:54:00.010827 [ 282 ] {884cb546-7aa2-4cc9-abcb-ede15b193d27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14575 2024.11.09 02:54:00.011292 [ 282 ] {884cb546-7aa2-4cc9-abcb-ede15b193d27} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
14576 2024.11.09 02:54:00.011723 [ 282 ] {884cb546-7aa2-4cc9-abcb-ede15b193d27} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14577 2024.11.09 02:54:00.011918 [ 282 ] {884cb546-7aa2-4cc9-abcb-ede15b193d27} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002129 sec., 26303.428839830907 rows/sec., 2.02 MiB/sec.
14578 2024.11.09 02:54:00.012169 [ 282 ] {884cb546-7aa2-4cc9-abcb-ede15b193d27} <Debug> DynamicQueryHandler: Done processing query
14579 2024.11.09 02:54:00.012207 [ 282 ] {884cb546-7aa2-4cc9-abcb-ede15b193d27} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
14580 2024.11.09 02:54:00.012229 [ 282 ] {} <Debug> HTTP-Session: 21e12575-fb02-4f02-bad6-90b3ab56febf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14581 2024.11.09 02:54:00.012464 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33360, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14582 2024.11.09 02:54:00.012648 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64047, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14583 2024.11.09 02:54:00.012763 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14584 2024.11.09 02:54:00.012791 [ 285 ] {} <Debug> HTTP-Session: 6a710821-8c7c-44d2-937b-a0a5b46ffba4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64047
14585 2024.11.09 02:54:00.012819 [ 285 ] {} <Debug> HTTP-Session: 6a710821-8c7c-44d2-937b-a0a5b46ffba4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14586 2024.11.09 02:54:00.012838 [ 285 ] {} <Debug> HTTP-Session: 6a710821-8c7c-44d2-937b-a0a5b46ffba4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14587 2024.11.09 02:54:00.012897 [ 285 ] {} <Trace> HTTP-Session: 6a710821-8c7c-44d2-937b-a0a5b46ffba4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14588 2024.11.09 02:54:00.013117 [ 285 ] {e423850f-75b0-4111-9c47-34754a58e740} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64047) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
14589 2024.11.09 02:54:00.013190 [ 285 ] {e423850f-75b0-4111-9c47-34754a58e740} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14590 2024.11.09 02:54:00.013574 [ 285 ] {e423850f-75b0-4111-9c47-34754a58e740} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14591 2024.11.09 02:54:00.014008 [ 285 ] {e423850f-75b0-4111-9c47-34754a58e740} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14592 2024.11.09 02:54:00.014046 [ 285 ] {e423850f-75b0-4111-9c47-34754a58e740} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14593 2024.11.09 02:54:00.014469 [ 285 ] {e423850f-75b0-4111-9c47-34754a58e740} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
14594 2024.11.09 02:54:00.014854 [ 285 ] {e423850f-75b0-4111-9c47-34754a58e740} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14595 2024.11.09 02:54:00.014994 [ 285 ] {e423850f-75b0-4111-9c47-34754a58e740} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001965 sec., 32569.974554707376 rows/sec., 2.54 MiB/sec.
14596 2024.11.09 02:54:00.015208 [ 285 ] {e423850f-75b0-4111-9c47-34754a58e740} <Debug> DynamicQueryHandler: Done processing query
14597 2024.11.09 02:54:00.015246 [ 285 ] {e423850f-75b0-4111-9c47-34754a58e740} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
14598 2024.11.09 02:54:00.015278 [ 285 ] {} <Debug> HTTP-Session: 6a710821-8c7c-44d2-937b-a0a5b46ffba4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14599 2024.11.09 02:54:00.015498 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64047, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14600 2024.11.09 02:54:00.015599 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33360, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14601 2024.11.09 02:54:00.015684 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14602 2024.11.09 02:54:00.015711 [ 282 ] {} <Debug> HTTP-Session: 2812e914-6611-404f-aa92-0e0c221d0aa7 Authenticating user 'default' from [fd00:1122:3344:101::d]:33360
14603 2024.11.09 02:54:00.015736 [ 282 ] {} <Debug> HTTP-Session: 2812e914-6611-404f-aa92-0e0c221d0aa7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14604 2024.11.09 02:54:00.015753 [ 282 ] {} <Debug> HTTP-Session: 2812e914-6611-404f-aa92-0e0c221d0aa7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14605 2024.11.09 02:54:00.015805 [ 282 ] {} <Trace> HTTP-Session: 2812e914-6611-404f-aa92-0e0c221d0aa7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14606 2024.11.09 02:54:00.016040 [ 282 ] {2edb9966-26ec-4db6-80a1-78a872e90554} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33360) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
14607 2024.11.09 02:54:00.016109 [ 282 ] {2edb9966-26ec-4db6-80a1-78a872e90554} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14608 2024.11.09 02:54:00.016333 [ 282 ] {2edb9966-26ec-4db6-80a1-78a872e90554} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14609 2024.11.09 02:54:00.016764 [ 282 ] {2edb9966-26ec-4db6-80a1-78a872e90554} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14610 2024.11.09 02:54:00.016805 [ 282 ] {2edb9966-26ec-4db6-80a1-78a872e90554} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14611 2024.11.09 02:54:00.017229 [ 282 ] {2edb9966-26ec-4db6-80a1-78a872e90554} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
14612 2024.11.09 02:54:00.017593 [ 282 ] {2edb9966-26ec-4db6-80a1-78a872e90554} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14613 2024.11.09 02:54:00.017756 [ 282 ] {2edb9966-26ec-4db6-80a1-78a872e90554} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001817 sec., 88057.23720418272 rows/sec., 6.13 MiB/sec.
14614 2024.11.09 02:54:00.017945 [ 282 ] {2edb9966-26ec-4db6-80a1-78a872e90554} <Debug> DynamicQueryHandler: Done processing query
14615 2024.11.09 02:54:00.017971 [ 282 ] {2edb9966-26ec-4db6-80a1-78a872e90554} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
14616 2024.11.09 02:54:00.017987 [ 282 ] {} <Debug> HTTP-Session: 2812e914-6611-404f-aa92-0e0c221d0aa7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14617 2024.11.09 02:54:00.018179 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33360, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14618 2024.11.09 02:54:00.018267 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49258, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14619 2024.11.09 02:54:00.018341 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14620 2024.11.09 02:54:00.018365 [ 285 ] {} <Debug> HTTP-Session: 4dd03d72-7b18-4923-8df6-39b2170cedd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:49258
14621 2024.11.09 02:54:00.018386 [ 285 ] {} <Debug> HTTP-Session: 4dd03d72-7b18-4923-8df6-39b2170cedd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14622 2024.11.09 02:54:00.018403 [ 285 ] {} <Debug> HTTP-Session: 4dd03d72-7b18-4923-8df6-39b2170cedd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14623 2024.11.09 02:54:00.018449 [ 285 ] {} <Trace> HTTP-Session: 4dd03d72-7b18-4923-8df6-39b2170cedd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14624 2024.11.09 02:54:00.018611 [ 285 ] {a3c9bb0b-3b79-4ccb-8922-b4a3290c31c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49258) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
14625 2024.11.09 02:54:00.018668 [ 285 ] {a3c9bb0b-3b79-4ccb-8922-b4a3290c31c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14626 2024.11.09 02:54:00.018831 [ 285 ] {a3c9bb0b-3b79-4ccb-8922-b4a3290c31c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14627 2024.11.09 02:54:00.019136 [ 285 ] {a3c9bb0b-3b79-4ccb-8922-b4a3290c31c9} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14628 2024.11.09 02:54:00.019171 [ 285 ] {a3c9bb0b-3b79-4ccb-8922-b4a3290c31c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14629 2024.11.09 02:54:00.019547 [ 285 ] {a3c9bb0b-3b79-4ccb-8922-b4a3290c31c9} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
14630 2024.11.09 02:54:00.019891 [ 285 ] {a3c9bb0b-3b79-4ccb-8922-b4a3290c31c9} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14631 2024.11.09 02:54:00.020018 [ 285 ] {a3c9bb0b-3b79-4ccb-8922-b4a3290c31c9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001472 sec., 40760.86956521739 rows/sec., 2.75 MiB/sec.
14632 2024.11.09 02:54:00.020262 [ 285 ] {a3c9bb0b-3b79-4ccb-8922-b4a3290c31c9} <Debug> DynamicQueryHandler: Done processing query
14633 2024.11.09 02:54:00.020324 [ 285 ] {a3c9bb0b-3b79-4ccb-8922-b4a3290c31c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
14634 2024.11.09 02:54:00.020382 [ 285 ] {} <Debug> HTTP-Session: 4dd03d72-7b18-4923-8df6-39b2170cedd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14635 2024.11.09 02:54:00.020661 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49258, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14636 2024.11.09 02:54:00.575218 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36960, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14637 2024.11.09 02:54:00.613616 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37046, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14638 2024.11.09 02:54:00.692006 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58636, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14639 2024.11.09 02:54:00.730385 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34262, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14640 2024.11.09 02:54:00.737660 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64869, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14641 2024.11.09 02:54:00.776927 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49679, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14642 2024.11.09 02:54:00.896681 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56122, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14643 2024.11.09 02:54:01.421926 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache
14644 2024.11.09 02:54:01.421993 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache
14645 2024.11.09 02:54:01.747652 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1324
14646 2024.11.09 02:54:01.750396 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14647 2024.11.09 02:54:01.750457 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14648 2024.11.09 02:54:01.752018 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
14649 2024.11.09 02:54:01.753074 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14650 2024.11.09 02:54:01.753712 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1324
14651 2024.11.09 02:54:01.762706 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49744, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14652 2024.11.09 02:54:01.769675 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49356, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14653 2024.11.09 02:54:02.221476 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43052, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14654 2024.11.09 02:54:02.296346 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45129, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14655 2024.11.09 02:54:02.312119 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43332, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14656 2024.11.09 02:54:02.313395 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42210, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14657 2024.11.09 02:54:02.403095 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56090, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14658 2024.11.09 02:54:02.457833 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58827, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14659 2024.11.09 02:54:02.461075 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53742, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14660 2024.11.09 02:54:02.463925 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36698, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14661 2024.11.09 02:54:02.479415 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50741, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14662 2024.11.09 02:54:02.536309 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53377, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14663 2024.11.09 02:54:02.619705 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51523, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14664 2024.11.09 02:54:02.631052 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35372, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14665 2024.11.09 02:54:02.631078 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36530, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14666 2024.11.09 02:54:02.681519 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56480, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14667 2024.11.09 02:54:05.016335 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33360, User-Agent: (none), Length: 41147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14668 2024.11.09 02:54:05.016464 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14669 2024.11.09 02:54:05.016495 [ 282 ] {} <Debug> HTTP-Session: c1026866-209d-47a2-9e71-8ca749f66dc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33360
14670 2024.11.09 02:54:05.016520 [ 282 ] {} <Debug> HTTP-Session: c1026866-209d-47a2-9e71-8ca749f66dc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14671 2024.11.09 02:54:05.016535 [ 282 ] {} <Debug> HTTP-Session: c1026866-209d-47a2-9e71-8ca749f66dc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14672 2024.11.09 02:54:05.016588 [ 282 ] {} <Trace> HTTP-Session: c1026866-209d-47a2-9e71-8ca749f66dc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14673 2024.11.09 02:54:05.016865 [ 282 ] {2bbfd664-69ad-4ed3-a1da-62a34f71489b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33360) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
14674 2024.11.09 02:54:05.016935 [ 282 ] {2bbfd664-69ad-4ed3-a1da-62a34f71489b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14675 2024.11.09 02:54:05.017282 [ 282 ] {2bbfd664-69ad-4ed3-a1da-62a34f71489b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14676 2024.11.09 02:54:05.017885 [ 282 ] {2bbfd664-69ad-4ed3-a1da-62a34f71489b} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14677 2024.11.09 02:54:05.017929 [ 282 ] {2bbfd664-69ad-4ed3-a1da-62a34f71489b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14678 2024.11.09 02:54:05.018384 [ 282 ] {2bbfd664-69ad-4ed3-a1da-62a34f71489b} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
14679 2024.11.09 02:54:05.018786 [ 282 ] {2bbfd664-69ad-4ed3-a1da-62a34f71489b} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14680 2024.11.09 02:54:05.018950 [ 282 ] {2bbfd664-69ad-4ed3-a1da-62a34f71489b} <Debug> executeQuery: Read 271 rows, 24.70 KiB in 0.002206 sec., 122846.7815049864 rows/sec., 10.93 MiB/sec.
14681 2024.11.09 02:54:05.019242 [ 282 ] {2bbfd664-69ad-4ed3-a1da-62a34f71489b} <Debug> DynamicQueryHandler: Done processing query
14682 2024.11.09 02:54:05.019308 [ 282 ] {2bbfd664-69ad-4ed3-a1da-62a34f71489b} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
14683 2024.11.09 02:54:05.019370 [ 282 ] {} <Debug> HTTP-Session: c1026866-209d-47a2-9e71-8ca749f66dc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14684 2024.11.09 02:54:05.019619 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33360, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14685 2024.11.09 02:54:05.019779 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48085, User-Agent: (none), Length: 5927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14686 2024.11.09 02:54:05.019906 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14687 2024.11.09 02:54:05.019944 [ 306 ] {} <Debug> HTTP-Session: 26620f4e-35df-428f-b43a-cb4f56ff2689 Authenticating user 'default' from [fd00:1122:3344:101::d]:48085
14688 2024.11.09 02:54:05.019969 [ 306 ] {} <Debug> HTTP-Session: 26620f4e-35df-428f-b43a-cb4f56ff2689 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14689 2024.11.09 02:54:05.019984 [ 306 ] {} <Debug> HTTP-Session: 26620f4e-35df-428f-b43a-cb4f56ff2689 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14690 2024.11.09 02:54:05.020040 [ 306 ] {} <Trace> HTTP-Session: 26620f4e-35df-428f-b43a-cb4f56ff2689 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14691 2024.11.09 02:54:05.020242 [ 306 ] {d1e24cf9-94d5-45f8-969f-aebd819a3c69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48085) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
14692 2024.11.09 02:54:05.020312 [ 306 ] {d1e24cf9-94d5-45f8-969f-aebd819a3c69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14693 2024.11.09 02:54:05.020670 [ 306 ] {d1e24cf9-94d5-45f8-969f-aebd819a3c69} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14694 2024.11.09 02:54:05.021075 [ 306 ] {d1e24cf9-94d5-45f8-969f-aebd819a3c69} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14695 2024.11.09 02:54:05.021118 [ 306 ] {d1e24cf9-94d5-45f8-969f-aebd819a3c69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14696 2024.11.09 02:54:05.021671 [ 306 ] {d1e24cf9-94d5-45f8-969f-aebd819a3c69} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
14697 2024.11.09 02:54:05.022096 [ 306 ] {d1e24cf9-94d5-45f8-969f-aebd819a3c69} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14698 2024.11.09 02:54:05.022276 [ 150 ] {} <Debug> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
14699 2024.11.09 02:54:05.022281 [ 306 ] {d1e24cf9-94d5-45f8-969f-aebd819a3c69} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.002096 sec., 19561.068702290075 rows/sec., 1.44 MiB/sec.
14700 2024.11.09 02:54:05.022372 [ 150 ] {} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14701 2024.11.09 02:54:05.022441 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14702 2024.11.09 02:54:05.022719 [ 186 ] {799662db-f528-424d-a8f1-7a3df786217a::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
14703 2024.11.09 02:54:05.022759 [ 306 ] {d1e24cf9-94d5-45f8-969f-aebd819a3c69} <Debug> DynamicQueryHandler: Done processing query
14704 2024.11.09 02:54:05.022870 [ 306 ] {d1e24cf9-94d5-45f8-969f-aebd819a3c69} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
14705 2024.11.09 02:54:05.022960 [ 306 ] {} <Debug> HTTP-Session: 26620f4e-35df-428f-b43a-cb4f56ff2689 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14706 2024.11.09 02:54:05.023367 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48085, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14707 2024.11.09 02:54:05.023391 [ 186 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14708 2024.11.09 02:54:05.023422 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33360, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14709 2024.11.09 02:54:05.023539 [ 186 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 59 rows starting from the beginning of the part
14710 2024.11.09 02:54:05.023701 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14711 2024.11.09 02:54:05.023815 [ 282 ] {} <Debug> HTTP-Session: d5a5a8c5-22ac-4df7-9bf4-a7d212a1e62d Authenticating user 'default' from [fd00:1122:3344:101::d]:33360
14712 2024.11.09 02:54:05.023893 [ 282 ] {} <Debug> HTTP-Session: d5a5a8c5-22ac-4df7-9bf4-a7d212a1e62d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14713 2024.11.09 02:54:05.023912 [ 186 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 41 rows starting from the beginning of the part
14714 2024.11.09 02:54:05.023951 [ 282 ] {} <Debug> HTTP-Session: d5a5a8c5-22ac-4df7-9bf4-a7d212a1e62d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14715 2024.11.09 02:54:05.024104 [ 282 ] {} <Trace> HTTP-Session: d5a5a8c5-22ac-4df7-9bf4-a7d212a1e62d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14716 2024.11.09 02:54:05.024204 [ 186 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 4 rows starting from the beginning of the part
14717 2024.11.09 02:54:05.024540 [ 186 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 41 rows starting from the beginning of the part
14718 2024.11.09 02:54:05.024557 [ 282 ] {d0122fd1-d51f-43f5-80c2-eab9a19a3e29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33360) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
14719 2024.11.09 02:54:05.024717 [ 282 ] {d0122fd1-d51f-43f5-80c2-eab9a19a3e29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
14720 2024.11.09 02:54:05.024944 [ 186 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 4 rows starting from the beginning of the part
14721 2024.11.09 02:54:05.025261 [ 186 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 41 rows starting from the beginning of the part
14722 2024.11.09 02:54:05.026082 [ 282 ] {d0122fd1-d51f-43f5-80c2-eab9a19a3e29} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14723 2024.11.09 02:54:05.027009 [ 282 ] {d0122fd1-d51f-43f5-80c2-eab9a19a3e29} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14724 2024.11.09 02:54:05.027082 [ 282 ] {d0122fd1-d51f-43f5-80c2-eab9a19a3e29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14725 2024.11.09 02:54:05.028267 [ 282 ] {d0122fd1-d51f-43f5-80c2-eab9a19a3e29} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
14726 2024.11.09 02:54:05.028344 [ 186 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 190 rows, containing 5 columns (5 merged, 0 gathered) in 0.00577067 sec., 32925.11961349375 rows/sec., 2.52 MiB/sec.
14727 2024.11.09 02:54:05.028570 [ 186 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
14728 2024.11.09 02:54:05.029370 [ 282 ] {d0122fd1-d51f-43f5-80c2-eab9a19a3e29} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14729 2024.11.09 02:54:05.029713 [ 282 ] {d0122fd1-d51f-43f5-80c2-eab9a19a3e29} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005354 sec., 2614.867388868136 rows/sec., 183.13 KiB/sec.
14730 2024.11.09 02:54:05.029756 [ 186 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_56_11} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14731 2024.11.09 02:54:05.030067 [ 186 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_56_11} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
14732 2024.11.09 02:54:05.030341 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
14733 2024.11.09 02:54:05.030455 [ 282 ] {d0122fd1-d51f-43f5-80c2-eab9a19a3e29} <Debug> DynamicQueryHandler: Done processing query
14734 2024.11.09 02:54:05.030484 [ 282 ] {d0122fd1-d51f-43f5-80c2-eab9a19a3e29} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
14735 2024.11.09 02:54:05.030501 [ 282 ] {} <Debug> HTTP-Session: d5a5a8c5-22ac-4df7-9bf4-a7d212a1e62d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14736 2024.11.09 02:54:05.030664 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33360, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14737 2024.11.09 02:54:05.030748 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44197, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14738 2024.11.09 02:54:05.030827 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14739 2024.11.09 02:54:05.030856 [ 306 ] {} <Debug> HTTP-Session: c7711ccf-32bf-4122-8e6c-35c4ffcadaba Authenticating user 'default' from [fd00:1122:3344:101::d]:44197
14740 2024.11.09 02:54:05.030877 [ 306 ] {} <Debug> HTTP-Session: c7711ccf-32bf-4122-8e6c-35c4ffcadaba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14741 2024.11.09 02:54:05.030894 [ 306 ] {} <Debug> HTTP-Session: c7711ccf-32bf-4122-8e6c-35c4ffcadaba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14742 2024.11.09 02:54:05.030940 [ 306 ] {} <Trace> HTTP-Session: c7711ccf-32bf-4122-8e6c-35c4ffcadaba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14743 2024.11.09 02:54:05.031072 [ 306 ] {76178c35-5df6-43f1-82b5-0f973b1727d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44197) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
14744 2024.11.09 02:54:05.031129 [ 306 ] {76178c35-5df6-43f1-82b5-0f973b1727d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
14745 2024.11.09 02:54:05.031456 [ 306 ] {76178c35-5df6-43f1-82b5-0f973b1727d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14746 2024.11.09 02:54:05.031871 [ 306 ] {76178c35-5df6-43f1-82b5-0f973b1727d1} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14747 2024.11.09 02:54:05.031909 [ 306 ] {76178c35-5df6-43f1-82b5-0f973b1727d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14748 2024.11.09 02:54:05.032287 [ 306 ] {76178c35-5df6-43f1-82b5-0f973b1727d1} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
14749 2024.11.09 02:54:05.032693 [ 306 ] {76178c35-5df6-43f1-82b5-0f973b1727d1} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14750 2024.11.09 02:54:05.032875 [ 150 ] {} <Debug> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
14751 2024.11.09 02:54:05.032885 [ 306 ] {76178c35-5df6-43f1-82b5-0f973b1727d1} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001836 sec., 3267.97385620915 rows/sec., 193.08 KiB/sec.
14752 2024.11.09 02:54:05.032940 [ 150 ] {} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14753 2024.11.09 02:54:05.033030 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14754 2024.11.09 02:54:05.033263 [ 306 ] {76178c35-5df6-43f1-82b5-0f973b1727d1} <Debug> DynamicQueryHandler: Done processing query
14755 2024.11.09 02:54:05.033285 [ 192 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full
14756 2024.11.09 02:54:05.033304 [ 306 ] {76178c35-5df6-43f1-82b5-0f973b1727d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
14757 2024.11.09 02:54:05.033385 [ 306 ] {} <Debug> HTTP-Session: c7711ccf-32bf-4122-8e6c-35c4ffcadaba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14758 2024.11.09 02:54:05.033857 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44197, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14759 2024.11.09 02:54:05.033887 [ 192 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14760 2024.11.09 02:54:05.034005 [ 192 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 6 rows starting from the beginning of the part
14761 2024.11.09 02:54:05.034011 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47846, User-Agent: (none), Length: 68708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14762 2024.11.09 02:54:05.034177 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14763 2024.11.09 02:54:05.034269 [ 282 ] {} <Debug> HTTP-Session: 1a3ec4c1-f858-4367-adda-d06bacff2b73 Authenticating user 'default' from [fd00:1122:3344:101::d]:47846
14764 2024.11.09 02:54:05.034321 [ 192 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part
14765 2024.11.09 02:54:05.034339 [ 282 ] {} <Debug> HTTP-Session: 1a3ec4c1-f858-4367-adda-d06bacff2b73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14766 2024.11.09 02:54:05.034384 [ 282 ] {} <Debug> HTTP-Session: 1a3ec4c1-f858-4367-adda-d06bacff2b73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14767 2024.11.09 02:54:05.034512 [ 282 ] {} <Trace> HTTP-Session: 1a3ec4c1-f858-4367-adda-d06bacff2b73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14768 2024.11.09 02:54:05.034587 [ 192 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part
14769 2024.11.09 02:54:05.034829 [ 192 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part
14770 2024.11.09 02:54:05.034964 [ 282 ] {084294fb-bae4-4593-8a81-f45f5f4780b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47846) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
14771 2024.11.09 02:54:05.035116 [ 282 ] {084294fb-bae4-4593-8a81-f45f5f4780b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14772 2024.11.09 02:54:05.035114 [ 192 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part
14773 2024.11.09 02:54:05.036065 [ 282 ] {084294fb-bae4-4593-8a81-f45f5f4780b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14774 2024.11.09 02:54:05.037412 [ 282 ] {084294fb-bae4-4593-8a81-f45f5f4780b5} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14775 2024.11.09 02:54:05.037430 [ 192 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004293309 sec., 6987.617243482823 rows/sec., 443.55 KiB/sec.
14776 2024.11.09 02:54:05.037468 [ 282 ] {084294fb-bae4-4593-8a81-f45f5f4780b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14777 2024.11.09 02:54:05.037715 [ 197 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
14778 2024.11.09 02:54:05.038278 [ 282 ] {084294fb-bae4-4593-8a81-f45f5f4780b5} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
14779 2024.11.09 02:54:05.038742 [ 197 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_29_7} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14780 2024.11.09 02:54:05.038918 [ 197 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_29_7} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
14781 2024.11.09 02:54:05.039095 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
14782 2024.11.09 02:54:05.039128 [ 282 ] {084294fb-bae4-4593-8a81-f45f5f4780b5} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14783 2024.11.09 02:54:05.039312 [ 282 ] {084294fb-bae4-4593-8a81-f45f5f4780b5} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.004567 sec., 92620.97657105321 rows/sec., 6.62 MiB/sec.
14784 2024.11.09 02:54:05.039513 [ 282 ] {084294fb-bae4-4593-8a81-f45f5f4780b5} <Debug> DynamicQueryHandler: Done processing query
14785 2024.11.09 02:54:05.039538 [ 282 ] {084294fb-bae4-4593-8a81-f45f5f4780b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
14786 2024.11.09 02:54:05.039554 [ 282 ] {} <Debug> HTTP-Session: 1a3ec4c1-f858-4367-adda-d06bacff2b73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14787 2024.11.09 02:54:05.039753 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47846, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14788 2024.11.09 02:54:05.039829 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60156, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14789 2024.11.09 02:54:05.039898 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14790 2024.11.09 02:54:05.039922 [ 306 ] {} <Debug> HTTP-Session: 0087cba7-dd63-4af6-8d3a-ee69d00b6fa3 Authenticating user 'default' from [fd00:1122:3344:101::d]:60156
14791 2024.11.09 02:54:05.039940 [ 306 ] {} <Debug> HTTP-Session: 0087cba7-dd63-4af6-8d3a-ee69d00b6fa3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14792 2024.11.09 02:54:05.039954 [ 306 ] {} <Debug> HTTP-Session: 0087cba7-dd63-4af6-8d3a-ee69d00b6fa3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14793 2024.11.09 02:54:05.039992 [ 306 ] {} <Trace> HTTP-Session: 0087cba7-dd63-4af6-8d3a-ee69d00b6fa3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14794 2024.11.09 02:54:05.040105 [ 306 ] {352e194a-e354-4615-8b36-19f5744266b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60156) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
14795 2024.11.09 02:54:05.040155 [ 306 ] {352e194a-e354-4615-8b36-19f5744266b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
14796 2024.11.09 02:54:05.040323 [ 306 ] {352e194a-e354-4615-8b36-19f5744266b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14797 2024.11.09 02:54:05.040620 [ 306 ] {352e194a-e354-4615-8b36-19f5744266b3} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14798 2024.11.09 02:54:05.040657 [ 306 ] {352e194a-e354-4615-8b36-19f5744266b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14799 2024.11.09 02:54:05.041039 [ 306 ] {352e194a-e354-4615-8b36-19f5744266b3} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
14800 2024.11.09 02:54:05.041414 [ 306 ] {352e194a-e354-4615-8b36-19f5744266b3} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14801 2024.11.09 02:54:05.041585 [ 306 ] {352e194a-e354-4615-8b36-19f5744266b3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001499 sec., 4002.6684456304206 rows/sec., 209.12 KiB/sec.
14802 2024.11.09 02:54:05.041751 [ 306 ] {352e194a-e354-4615-8b36-19f5744266b3} <Debug> DynamicQueryHandler: Done processing query
14803 2024.11.09 02:54:05.041775 [ 306 ] {352e194a-e354-4615-8b36-19f5744266b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
14804 2024.11.09 02:54:05.041792 [ 306 ] {} <Debug> HTTP-Session: 0087cba7-dd63-4af6-8d3a-ee69d00b6fa3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14805 2024.11.09 02:54:05.041954 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60156, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14806 2024.11.09 02:54:05.042035 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46611, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14807 2024.11.09 02:54:05.042097 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14808 2024.11.09 02:54:05.042118 [ 282 ] {} <Debug> HTTP-Session: 8521ebb1-019e-42aa-b28e-05f94335959f Authenticating user 'default' from [fd00:1122:3344:101::d]:46611
14809 2024.11.09 02:54:05.042135 [ 282 ] {} <Debug> HTTP-Session: 8521ebb1-019e-42aa-b28e-05f94335959f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14810 2024.11.09 02:54:05.042149 [ 282 ] {} <Debug> HTTP-Session: 8521ebb1-019e-42aa-b28e-05f94335959f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14811 2024.11.09 02:54:05.042188 [ 282 ] {} <Trace> HTTP-Session: 8521ebb1-019e-42aa-b28e-05f94335959f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14812 2024.11.09 02:54:05.042403 [ 282 ] {027ca25e-8867-4606-baef-dbd8468e6fd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46611) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
14813 2024.11.09 02:54:05.042456 [ 282 ] {027ca25e-8867-4606-baef-dbd8468e6fd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14814 2024.11.09 02:54:05.042637 [ 282 ] {027ca25e-8867-4606-baef-dbd8468e6fd6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14815 2024.11.09 02:54:05.043071 [ 282 ] {027ca25e-8867-4606-baef-dbd8468e6fd6} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14816 2024.11.09 02:54:05.043107 [ 282 ] {027ca25e-8867-4606-baef-dbd8468e6fd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14817 2024.11.09 02:54:05.043511 [ 282 ] {027ca25e-8867-4606-baef-dbd8468e6fd6} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
14818 2024.11.09 02:54:05.043856 [ 282 ] {027ca25e-8867-4606-baef-dbd8468e6fd6} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14819 2024.11.09 02:54:05.044023 [ 282 ] {027ca25e-8867-4606-baef-dbd8468e6fd6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001727 sec., 137232.1945570353 rows/sec., 9.20 MiB/sec.
14820 2024.11.09 02:54:05.044288 [ 282 ] {027ca25e-8867-4606-baef-dbd8468e6fd6} <Debug> DynamicQueryHandler: Done processing query
14821 2024.11.09 02:54:05.044353 [ 282 ] {027ca25e-8867-4606-baef-dbd8468e6fd6} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
14822 2024.11.09 02:54:05.044418 [ 282 ] {} <Debug> HTTP-Session: 8521ebb1-019e-42aa-b28e-05f94335959f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14823 2024.11.09 02:54:05.044652 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60156, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14824 2024.11.09 02:54:05.044663 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46611, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14825 2024.11.09 02:54:05.044744 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14826 2024.11.09 02:54:05.044780 [ 306 ] {} <Debug> HTTP-Session: afc53b3f-cc2c-4f64-9fb6-f0299dfc6199 Authenticating user 'default' from [fd00:1122:3344:101::d]:60156
14827 2024.11.09 02:54:05.044813 [ 306 ] {} <Debug> HTTP-Session: afc53b3f-cc2c-4f64-9fb6-f0299dfc6199 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14828 2024.11.09 02:54:05.044834 [ 306 ] {} <Debug> HTTP-Session: afc53b3f-cc2c-4f64-9fb6-f0299dfc6199 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14829 2024.11.09 02:54:05.044876 [ 306 ] {} <Trace> HTTP-Session: afc53b3f-cc2c-4f64-9fb6-f0299dfc6199 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14830 2024.11.09 02:54:05.044982 [ 306 ] {59e7fc3d-93fd-4fe6-b314-bf967d02aa33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60156) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
14831 2024.11.09 02:54:05.045032 [ 306 ] {59e7fc3d-93fd-4fe6-b314-bf967d02aa33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
14832 2024.11.09 02:54:05.045197 [ 306 ] {59e7fc3d-93fd-4fe6-b314-bf967d02aa33} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14833 2024.11.09 02:54:05.045474 [ 306 ] {59e7fc3d-93fd-4fe6-b314-bf967d02aa33} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14834 2024.11.09 02:54:05.045511 [ 306 ] {59e7fc3d-93fd-4fe6-b314-bf967d02aa33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14835 2024.11.09 02:54:05.045889 [ 306 ] {59e7fc3d-93fd-4fe6-b314-bf967d02aa33} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
14836 2024.11.09 02:54:05.046242 [ 306 ] {59e7fc3d-93fd-4fe6-b314-bf967d02aa33} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14837 2024.11.09 02:54:05.046418 [ 306 ] {59e7fc3d-93fd-4fe6-b314-bf967d02aa33} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001449 sec., 690.1311249137336 rows/sec., 46.50 KiB/sec.
14838 2024.11.09 02:54:05.046745 [ 306 ] {59e7fc3d-93fd-4fe6-b314-bf967d02aa33} <Debug> DynamicQueryHandler: Done processing query
14839 2024.11.09 02:54:05.046770 [ 306 ] {59e7fc3d-93fd-4fe6-b314-bf967d02aa33} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
14840 2024.11.09 02:54:05.046786 [ 306 ] {} <Debug> HTTP-Session: afc53b3f-cc2c-4f64-9fb6-f0299dfc6199 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14841 2024.11.09 02:54:05.046970 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60156, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14842 2024.11.09 02:54:05.047039 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34920, User-Agent: (none), Length: 68935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14843 2024.11.09 02:54:05.047119 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14844 2024.11.09 02:54:05.047149 [ 282 ] {} <Debug> HTTP-Session: 551b43c1-65d2-48ae-ac9c-7a74f8818899 Authenticating user 'default' from [fd00:1122:3344:101::d]:34920
14845 2024.11.09 02:54:05.047170 [ 282 ] {} <Debug> HTTP-Session: 551b43c1-65d2-48ae-ac9c-7a74f8818899 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14846 2024.11.09 02:54:05.047188 [ 282 ] {} <Debug> HTTP-Session: 551b43c1-65d2-48ae-ac9c-7a74f8818899 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14847 2024.11.09 02:54:05.047232 [ 282 ] {} <Trace> HTTP-Session: 551b43c1-65d2-48ae-ac9c-7a74f8818899 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14848 2024.11.09 02:54:05.047750 [ 282 ] {1dff9f04-661c-458c-928d-fcf7ada6ccce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34920) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
14849 2024.11.09 02:54:05.047840 [ 282 ] {1dff9f04-661c-458c-928d-fcf7ada6ccce} <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
14850 2024.11.09 02:54:05.048335 [ 282 ] {1dff9f04-661c-458c-928d-fcf7ada6ccce} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14851 2024.11.09 02:54:05.049074 [ 282 ] {1dff9f04-661c-458c-928d-fcf7ada6ccce} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14852 2024.11.09 02:54:05.049112 [ 282 ] {1dff9f04-661c-458c-928d-fcf7ada6ccce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14853 2024.11.09 02:54:05.049805 [ 282 ] {1dff9f04-661c-458c-928d-fcf7ada6ccce} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
14854 2024.11.09 02:54:05.050241 [ 282 ] {1dff9f04-661c-458c-928d-fcf7ada6ccce} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14855 2024.11.09 02:54:05.050430 [ 150 ] {} <Debug> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
14856 2024.11.09 02:54:05.050453 [ 282 ] {1dff9f04-661c-458c-928d-fcf7ada6ccce} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.00308 sec., 13311.688311688313 rows/sec., 23.85 MiB/sec.
14857 2024.11.09 02:54:05.050504 [ 150 ] {} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14858 2024.11.09 02:54:05.050575 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14859 2024.11.09 02:54:05.051273 [ 189 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::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
14860 2024.11.09 02:54:05.051303 [ 282 ] {1dff9f04-661c-458c-928d-fcf7ada6ccce} <Debug> DynamicQueryHandler: Done processing query
14861 2024.11.09 02:54:05.051391 [ 282 ] {1dff9f04-661c-458c-928d-fcf7ada6ccce} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB.
14862 2024.11.09 02:54:05.051456 [ 282 ] {} <Debug> HTTP-Session: 551b43c1-65d2-48ae-ac9c-7a74f8818899 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14863 2024.11.09 02:54:05.051745 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34920, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14864 2024.11.09 02:54:05.051850 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35479, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14865 2024.11.09 02:54:05.052044 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14866 2024.11.09 02:54:05.052074 [ 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):
14867 
14868 (version 23.8.7.1)
14869 2024.11.09 02:54:05.052127 [ 306 ] {} <Debug> HTTP-Session: 1aa5d84c-64ca-49eb-a69f-893ae299690f Authenticating user 'default' from [fd00:1122:3344:101::d]:35479
14870 2024.11.09 02:54:05.052201 [ 306 ] {} <Debug> HTTP-Session: 1aa5d84c-64ca-49eb-a69f-893ae299690f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14871 2024.11.09 02:54:05.052258 [ 306 ] {} <Debug> HTTP-Session: 1aa5d84c-64ca-49eb-a69f-893ae299690f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14872 2024.11.09 02:54:05.052371 [ 306 ] {} <Trace> HTTP-Session: 1aa5d84c-64ca-49eb-a69f-893ae299690f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14873 2024.11.09 02:54:05.052464 [ 189 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14874 2024.11.09 02:54:05.052660 [ 189 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 925 rows starting from the beginning of the part
14875 2024.11.09 02:54:05.052755 [ 306 ] {7105300c-4025-4e28-ae94-acf8022729bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35479) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
14876 2024.11.09 02:54:05.052949 [ 306 ] {7105300c-4025-4e28-ae94-acf8022729bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14877 2024.11.09 02:54:05.054204 [ 306 ] {7105300c-4025-4e28-ae94-acf8022729bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14878 2024.11.09 02:54:05.054640 [ 189 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 41 rows starting from the beginning of the part
14879 2024.11.09 02:54:05.055448 [ 189 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 41 rows starting from the beginning of the part
14880 2024.11.09 02:54:05.055472 [ 306 ] {7105300c-4025-4e28-ae94-acf8022729bd} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14881 2024.11.09 02:54:05.055552 [ 306 ] {7105300c-4025-4e28-ae94-acf8022729bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14882 2024.11.09 02:54:05.056070 [ 189 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 41 rows starting from the beginning of the part
14883 2024.11.09 02:54:05.056780 [ 189 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 41 rows starting from the beginning of the part
14884 2024.11.09 02:54:05.057020 [ 306 ] {7105300c-4025-4e28-ae94-acf8022729bd} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
14885 2024.11.09 02:54:05.057340 [ 189 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 41 rows starting from the beginning of the part
14886 2024.11.09 02:54:05.058248 [ 306 ] {7105300c-4025-4e28-ae94-acf8022729bd} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14887 2024.11.09 02:54:05.058632 [ 306 ] {7105300c-4025-4e28-ae94-acf8022729bd} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006045 sec., 13564.929693961953 rows/sec., 882.22 KiB/sec.
14888 2024.11.09 02:54:05.058994 [ 306 ] {7105300c-4025-4e28-ae94-acf8022729bd} <Debug> DynamicQueryHandler: Done processing query
14889 2024.11.09 02:54:05.059050 [ 306 ] {7105300c-4025-4e28-ae94-acf8022729bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
14890 2024.11.09 02:54:05.059111 [ 306 ] {} <Debug> HTTP-Session: 1aa5d84c-64ca-49eb-a69f-893ae299690f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14891 2024.11.09 02:54:05.059751 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35479, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14892 2024.11.09 02:54:05.064170 [ 197 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1130 rows, containing 19 columns (19 merged, 0 gathered) in 0.013453218 sec., 83994.77359245945 rows/sec., 150.51 MiB/sec.
14893 2024.11.09 02:54:05.065278 [ 197 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
14894 2024.11.09 02:54:05.065850 [ 197 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14895 2024.11.09 02:54:05.065938 [ 197 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
14896 2024.11.09 02:54:05.066047 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.61 MiB.
14897 2024.11.09 02:54:08.951293 [ 147 ] {} <Debug> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
14898 2024.11.09 02:54:08.951412 [ 147 ] {} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14899 2024.11.09 02:54:08.951456 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14900 2024.11.09 02:54:08.951726 [ 193 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full
14901 2024.11.09 02:54:08.952109 [ 193 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14902 2024.11.09 02:54:08.952147 [ 193 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 18 rows starting from the beginning of the part
14903 2024.11.09 02:54:08.952234 [ 193 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 8 rows starting from the beginning of the part
14904 2024.11.09 02:54:08.952468 [ 193 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part
14905 2024.11.09 02:54:08.952730 [ 193 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part
14906 2024.11.09 02:54:08.952905 [ 193 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 4 rows starting from the beginning of the part
14907 2024.11.09 02:54:08.954068 [ 188 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002505122 sec., 14370.557601585871 rows/sec., 1.20 MiB/sec.
14908 2024.11.09 02:54:08.954244 [ 201 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
14909 2024.11.09 02:54:08.954761 [ 201 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_25_6} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14910 2024.11.09 02:54:08.954861 [ 201 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_25_6} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
14911 2024.11.09 02:54:08.954960 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
14912 2024.11.09 02:54:10.008451 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41241, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14913 2024.11.09 02:54:10.008581 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14914 2024.11.09 02:54:10.008610 [ 306 ] {} <Debug> HTTP-Session: 87517ca8-4c48-4a67-9b52-d5c1b8d3f962 Authenticating user 'default' from [fd00:1122:3344:101::d]:41241
14915 2024.11.09 02:54:10.008640 [ 306 ] {} <Debug> HTTP-Session: 87517ca8-4c48-4a67-9b52-d5c1b8d3f962 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14916 2024.11.09 02:54:10.008659 [ 306 ] {} <Debug> HTTP-Session: 87517ca8-4c48-4a67-9b52-d5c1b8d3f962 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14917 2024.11.09 02:54:10.008716 [ 306 ] {} <Trace> HTTP-Session: 87517ca8-4c48-4a67-9b52-d5c1b8d3f962 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14918 2024.11.09 02:54:10.008928 [ 306 ] {609c2528-b5f0-4f87-bb33-f017dfa6d34b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41241) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
14919 2024.11.09 02:54:10.009004 [ 306 ] {609c2528-b5f0-4f87-bb33-f017dfa6d34b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
14920 2024.11.09 02:54:10.009368 [ 306 ] {609c2528-b5f0-4f87-bb33-f017dfa6d34b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14921 2024.11.09 02:54:10.009802 [ 306 ] {609c2528-b5f0-4f87-bb33-f017dfa6d34b} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14922 2024.11.09 02:54:10.009849 [ 306 ] {609c2528-b5f0-4f87-bb33-f017dfa6d34b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14923 2024.11.09 02:54:10.010279 [ 306 ] {609c2528-b5f0-4f87-bb33-f017dfa6d34b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
14924 2024.11.09 02:54:10.010748 [ 306 ] {609c2528-b5f0-4f87-bb33-f017dfa6d34b} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14925 2024.11.09 02:54:10.010946 [ 306 ] {609c2528-b5f0-4f87-bb33-f017dfa6d34b} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.00208 sec., 3846.1538461538466 rows/sec., 313.63 KiB/sec.
14926 2024.11.09 02:54:10.011240 [ 306 ] {609c2528-b5f0-4f87-bb33-f017dfa6d34b} <Debug> DynamicQueryHandler: Done processing query
14927 2024.11.09 02:54:10.011270 [ 306 ] {609c2528-b5f0-4f87-bb33-f017dfa6d34b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
14928 2024.11.09 02:54:10.011286 [ 306 ] {} <Debug> HTTP-Session: 87517ca8-4c48-4a67-9b52-d5c1b8d3f962 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14929 2024.11.09 02:54:10.011493 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41241, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14930 2024.11.09 02:54:10.011632 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50801, User-Agent: (none), Length: 8380, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14931 2024.11.09 02:54:10.011787 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14932 2024.11.09 02:54:10.011868 [ 307 ] {} <Debug> HTTP-Session: d6eb2341-0b94-42e7-8414-20558b711bc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50801
14933 2024.11.09 02:54:10.011905 [ 307 ] {} <Debug> HTTP-Session: d6eb2341-0b94-42e7-8414-20558b711bc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14934 2024.11.09 02:54:10.011929 [ 307 ] {} <Debug> HTTP-Session: d6eb2341-0b94-42e7-8414-20558b711bc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14935 2024.11.09 02:54:10.012005 [ 307 ] {} <Trace> HTTP-Session: d6eb2341-0b94-42e7-8414-20558b711bc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14936 2024.11.09 02:54:10.012277 [ 307 ] {e6abd475-93e4-45b0-b204-19760d93b886} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50801) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
14937 2024.11.09 02:54:10.012363 [ 307 ] {e6abd475-93e4-45b0-b204-19760d93b886} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14938 2024.11.09 02:54:10.012805 [ 307 ] {e6abd475-93e4-45b0-b204-19760d93b886} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14939 2024.11.09 02:54:10.013363 [ 307 ] {e6abd475-93e4-45b0-b204-19760d93b886} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14940 2024.11.09 02:54:10.013427 [ 307 ] {e6abd475-93e4-45b0-b204-19760d93b886} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14941 2024.11.09 02:54:10.013990 [ 307 ] {e6abd475-93e4-45b0-b204-19760d93b886} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
14942 2024.11.09 02:54:10.014546 [ 307 ] {e6abd475-93e4-45b0-b204-19760d93b886} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14943 2024.11.09 02:54:10.014788 [ 307 ] {e6abd475-93e4-45b0-b204-19760d93b886} <Debug> executeQuery: Read 60 rows, 4.70 KiB in 0.002598 sec., 23094.688221709006 rows/sec., 1.77 MiB/sec.
14944 2024.11.09 02:54:10.015108 [ 307 ] {e6abd475-93e4-45b0-b204-19760d93b886} <Debug> DynamicQueryHandler: Done processing query
14945 2024.11.09 02:54:10.015149 [ 307 ] {e6abd475-93e4-45b0-b204-19760d93b886} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
14946 2024.11.09 02:54:10.015174 [ 307 ] {} <Debug> HTTP-Session: d6eb2341-0b94-42e7-8414-20558b711bc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14947 2024.11.09 02:54:10.015374 [ 307 ] {} <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)
14948 2024.11.09 02:54:10.015455 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41241, User-Agent: (none), Length: 1168, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14949 2024.11.09 02:54:10.015603 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14950 2024.11.09 02:54:10.015656 [ 306 ] {} <Debug> HTTP-Session: f38994e9-75dc-454a-8e6c-fbfc6f0f3659 Authenticating user 'default' from [fd00:1122:3344:101::d]:41241
14951 2024.11.09 02:54:10.015692 [ 306 ] {} <Debug> HTTP-Session: f38994e9-75dc-454a-8e6c-fbfc6f0f3659 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14952 2024.11.09 02:54:10.015722 [ 306 ] {} <Debug> HTTP-Session: f38994e9-75dc-454a-8e6c-fbfc6f0f3659 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14953 2024.11.09 02:54:10.015795 [ 306 ] {} <Trace> HTTP-Session: f38994e9-75dc-454a-8e6c-fbfc6f0f3659 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14954 2024.11.09 02:54:10.016025 [ 306 ] {0d95bf5c-f6ab-4250-b7a3-262b87a539b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41241) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
14955 2024.11.09 02:54:10.016107 [ 306 ] {0d95bf5c-f6ab-4250-b7a3-262b87a539b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14956 2024.11.09 02:54:10.016389 [ 306 ] {0d95bf5c-f6ab-4250-b7a3-262b87a539b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14957 2024.11.09 02:54:10.016764 [ 306 ] {0d95bf5c-f6ab-4250-b7a3-262b87a539b8} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14958 2024.11.09 02:54:10.016805 [ 306 ] {0d95bf5c-f6ab-4250-b7a3-262b87a539b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14959 2024.11.09 02:54:10.017190 [ 306 ] {0d95bf5c-f6ab-4250-b7a3-262b87a539b8} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
14960 2024.11.09 02:54:10.017576 [ 306 ] {0d95bf5c-f6ab-4250-b7a3-262b87a539b8} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14961 2024.11.09 02:54:10.017736 [ 306 ] {0d95bf5c-f6ab-4250-b7a3-262b87a539b8} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.001782 sec., 4489.337822671157 rows/sec., 313.46 KiB/sec.
14962 2024.11.09 02:54:10.017920 [ 306 ] {0d95bf5c-f6ab-4250-b7a3-262b87a539b8} <Debug> DynamicQueryHandler: Done processing query
14963 2024.11.09 02:54:10.017946 [ 306 ] {0d95bf5c-f6ab-4250-b7a3-262b87a539b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
14964 2024.11.09 02:54:10.017962 [ 306 ] {} <Debug> HTTP-Session: f38994e9-75dc-454a-8e6c-fbfc6f0f3659 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14965 2024.11.09 02:54:10.018131 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41241, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14966 2024.11.09 02:54:10.018229 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63846, User-Agent: (none), Length: 12262, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14967 2024.11.09 02:54:10.018316 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14968 2024.11.09 02:54:10.018342 [ 307 ] {} <Debug> HTTP-Session: de8ddda6-ea9c-4a62-963f-611150637c5a Authenticating user 'default' from [fd00:1122:3344:101::d]:63846
14969 2024.11.09 02:54:10.018367 [ 307 ] {} <Debug> HTTP-Session: de8ddda6-ea9c-4a62-963f-611150637c5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14970 2024.11.09 02:54:10.018384 [ 307 ] {} <Debug> HTTP-Session: de8ddda6-ea9c-4a62-963f-611150637c5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14971 2024.11.09 02:54:10.018435 [ 307 ] {} <Trace> HTTP-Session: de8ddda6-ea9c-4a62-963f-611150637c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14972 2024.11.09 02:54:10.018633 [ 307 ] {dabfcd79-751f-4080-82e5-e07034557017} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63846) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
14973 2024.11.09 02:54:10.018699 [ 307 ] {dabfcd79-751f-4080-82e5-e07034557017} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14974 2024.11.09 02:54:10.019037 [ 307 ] {dabfcd79-751f-4080-82e5-e07034557017} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14975 2024.11.09 02:54:10.019440 [ 307 ] {dabfcd79-751f-4080-82e5-e07034557017} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14976 2024.11.09 02:54:10.019480 [ 307 ] {dabfcd79-751f-4080-82e5-e07034557017} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14977 2024.11.09 02:54:10.019875 [ 307 ] {dabfcd79-751f-4080-82e5-e07034557017} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
14978 2024.11.09 02:54:10.020260 [ 307 ] {dabfcd79-751f-4080-82e5-e07034557017} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14979 2024.11.09 02:54:10.020425 [ 307 ] {dabfcd79-751f-4080-82e5-e07034557017} <Debug> executeQuery: Read 72 rows, 5.77 KiB in 0.001852 sec., 38876.8898488121 rows/sec., 3.04 MiB/sec.
14980 2024.11.09 02:54:10.020610 [ 307 ] {dabfcd79-751f-4080-82e5-e07034557017} <Debug> DynamicQueryHandler: Done processing query
14981 2024.11.09 02:54:10.020637 [ 307 ] {dabfcd79-751f-4080-82e5-e07034557017} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
14982 2024.11.09 02:54:10.020655 [ 307 ] {} <Debug> HTTP-Session: de8ddda6-ea9c-4a62-963f-611150637c5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14983 2024.11.09 02:54:10.020849 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63846, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14984 2024.11.09 02:54:10.020914 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41241, User-Agent: (none), Length: 25300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14985 2024.11.09 02:54:10.021030 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14986 2024.11.09 02:54:10.021071 [ 306 ] {} <Debug> HTTP-Session: 87e73d6a-2406-458d-93c6-1d6744ed4615 Authenticating user 'default' from [fd00:1122:3344:101::d]:41241
14987 2024.11.09 02:54:10.021095 [ 306 ] {} <Debug> HTTP-Session: 87e73d6a-2406-458d-93c6-1d6744ed4615 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14988 2024.11.09 02:54:10.021113 [ 306 ] {} <Debug> HTTP-Session: 87e73d6a-2406-458d-93c6-1d6744ed4615 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14989 2024.11.09 02:54:10.021158 [ 306 ] {} <Trace> HTTP-Session: 87e73d6a-2406-458d-93c6-1d6744ed4615 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14990 2024.11.09 02:54:10.021355 [ 306 ] {664066e2-a5e6-4bad-a1a4-af6127656ef5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
14991 2024.11.09 02:54:10.021418 [ 306 ] {664066e2-a5e6-4bad-a1a4-af6127656ef5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14992 2024.11.09 02:54:10.021634 [ 306 ] {664066e2-a5e6-4bad-a1a4-af6127656ef5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14993 2024.11.09 02:54:10.022079 [ 306 ] {664066e2-a5e6-4bad-a1a4-af6127656ef5} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14994 2024.11.09 02:54:10.022117 [ 306 ] {664066e2-a5e6-4bad-a1a4-af6127656ef5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
14995 2024.11.09 02:54:10.022525 [ 306 ] {664066e2-a5e6-4bad-a1a4-af6127656ef5} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
14996 2024.11.09 02:54:10.022882 [ 306 ] {664066e2-a5e6-4bad-a1a4-af6127656ef5} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14997 2024.11.09 02:54:10.023040 [ 306 ] {664066e2-a5e6-4bad-a1a4-af6127656ef5} <Debug> executeQuery: Read 132 rows, 9.41 KiB in 0.001771 sec., 74534.16149068323 rows/sec., 5.19 MiB/sec.
14998 2024.11.09 02:54:10.023222 [ 306 ] {664066e2-a5e6-4bad-a1a4-af6127656ef5} <Debug> DynamicQueryHandler: Done processing query
14999 2024.11.09 02:54:10.023247 [ 306 ] {664066e2-a5e6-4bad-a1a4-af6127656ef5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
15000 2024.11.09 02:54:10.023264 [ 306 ] {} <Debug> HTTP-Session: 87e73d6a-2406-458d-93c6-1d6744ed4615 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15001 2024.11.09 02:54:10.023431 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41241, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15002 2024.11.09 02:54:10.023524 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46949, User-Agent: (none), Length: 7317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15003 2024.11.09 02:54:10.023602 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15004 2024.11.09 02:54:10.023629 [ 307 ] {} <Debug> HTTP-Session: 09adfb1f-dfd2-4522-bf2e-72d7e16d4604 Authenticating user 'default' from [fd00:1122:3344:101::d]:46949
15005 2024.11.09 02:54:10.023651 [ 307 ] {} <Debug> HTTP-Session: 09adfb1f-dfd2-4522-bf2e-72d7e16d4604 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15006 2024.11.09 02:54:10.023668 [ 307 ] {} <Debug> HTTP-Session: 09adfb1f-dfd2-4522-bf2e-72d7e16d4604 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15007 2024.11.09 02:54:10.023712 [ 307 ] {} <Trace> HTTP-Session: 09adfb1f-dfd2-4522-bf2e-72d7e16d4604 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15008 2024.11.09 02:54:10.023872 [ 307 ] {bf0a0f27-d5f6-4bd6-ae40-8683930dabe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46949) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
15009 2024.11.09 02:54:10.023931 [ 307 ] {bf0a0f27-d5f6-4bd6-ae40-8683930dabe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15010 2024.11.09 02:54:10.024114 [ 307 ] {bf0a0f27-d5f6-4bd6-ae40-8683930dabe5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15011 2024.11.09 02:54:10.024434 [ 307 ] {bf0a0f27-d5f6-4bd6-ae40-8683930dabe5} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15012 2024.11.09 02:54:10.024471 [ 307 ] {bf0a0f27-d5f6-4bd6-ae40-8683930dabe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
15013 2024.11.09 02:54:10.024860 [ 307 ] {bf0a0f27-d5f6-4bd6-ae40-8683930dabe5} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
15014 2024.11.09 02:54:10.025208 [ 307 ] {bf0a0f27-d5f6-4bd6-ae40-8683930dabe5} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15015 2024.11.09 02:54:10.025370 [ 307 ] {bf0a0f27-d5f6-4bd6-ae40-8683930dabe5} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001549 sec., 30987.734021949644 rows/sec., 2.09 MiB/sec.
15016 2024.11.09 02:54:10.025545 [ 307 ] {bf0a0f27-d5f6-4bd6-ae40-8683930dabe5} <Debug> DynamicQueryHandler: Done processing query
15017 2024.11.09 02:54:10.025569 [ 307 ] {bf0a0f27-d5f6-4bd6-ae40-8683930dabe5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
15018 2024.11.09 02:54:10.025586 [ 307 ] {} <Debug> HTTP-Session: 09adfb1f-dfd2-4522-bf2e-72d7e16d4604 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15019 2024.11.09 02:54:10.025942 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46949, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15020 2024.11.09 02:54:11.753947 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1356
15021 2024.11.09 02:54:11.757610 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15022 2024.11.09 02:54:11.757695 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
15023 2024.11.09 02:54:11.759288 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
15024 2024.11.09 02:54:11.760310 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15025 2024.11.09 02:54:11.760882 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1356
15026 2024.11.09 02:54:15.009900 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41473, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15027 2024.11.09 02:54:15.010060 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15028 2024.11.09 02:54:15.010104 [ 284 ] {} <Debug> HTTP-Session: 2728fdb4-dee2-4a17-a829-a41c1b718b81 Authenticating user 'default' from [fd00:1122:3344:101::d]:41473
15029 2024.11.09 02:54:15.010146 [ 284 ] {} <Debug> HTTP-Session: 2728fdb4-dee2-4a17-a829-a41c1b718b81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15030 2024.11.09 02:54:15.010174 [ 284 ] {} <Debug> HTTP-Session: 2728fdb4-dee2-4a17-a829-a41c1b718b81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15031 2024.11.09 02:54:15.010256 [ 284 ] {} <Trace> HTTP-Session: 2728fdb4-dee2-4a17-a829-a41c1b718b81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15032 2024.11.09 02:54:15.010473 [ 284 ] {b7388d91-e190-4710-acf2-a536c0d5ceeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41473) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
15033 2024.11.09 02:54:15.010543 [ 284 ] {b7388d91-e190-4710-acf2-a536c0d5ceeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15034 2024.11.09 02:54:15.010888 [ 284 ] {b7388d91-e190-4710-acf2-a536c0d5ceeb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15035 2024.11.09 02:54:15.011358 [ 284 ] {b7388d91-e190-4710-acf2-a536c0d5ceeb} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15036 2024.11.09 02:54:15.011405 [ 284 ] {b7388d91-e190-4710-acf2-a536c0d5ceeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
15037 2024.11.09 02:54:15.011850 [ 284 ] {b7388d91-e190-4710-acf2-a536c0d5ceeb} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
15038 2024.11.09 02:54:15.012253 [ 284 ] {b7388d91-e190-4710-acf2-a536c0d5ceeb} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15039 2024.11.09 02:54:15.012431 [ 284 ] {b7388d91-e190-4710-acf2-a536c0d5ceeb} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002016 sec., 27777.777777777777 rows/sec., 2.13 MiB/sec.
15040 2024.11.09 02:54:15.012664 [ 284 ] {b7388d91-e190-4710-acf2-a536c0d5ceeb} <Debug> DynamicQueryHandler: Done processing query
15041 2024.11.09 02:54:15.012691 [ 284 ] {b7388d91-e190-4710-acf2-a536c0d5ceeb} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
15042 2024.11.09 02:54:15.012707 [ 284 ] {} <Debug> HTTP-Session: 2728fdb4-dee2-4a17-a829-a41c1b718b81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15043 2024.11.09 02:54:15.012960 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41473, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15044 2024.11.09 02:54:15.013044 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46014, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15045 2024.11.09 02:54:15.013230 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15046 2024.11.09 02:54:15.013271 [ 306 ] {} <Debug> HTTP-Session: eb0903ab-2ab8-4a75-9908-5578effb6874 Authenticating user 'default' from [fd00:1122:3344:101::d]:46014
15047 2024.11.09 02:54:15.013297 [ 306 ] {} <Debug> HTTP-Session: eb0903ab-2ab8-4a75-9908-5578effb6874 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15048 2024.11.09 02:54:15.013311 [ 306 ] {} <Debug> HTTP-Session: eb0903ab-2ab8-4a75-9908-5578effb6874 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15049 2024.11.09 02:54:15.013368 [ 306 ] {} <Trace> HTTP-Session: eb0903ab-2ab8-4a75-9908-5578effb6874 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15050 2024.11.09 02:54:15.013588 [ 306 ] {2c2efd42-95f6-421c-bdfa-1f328ce555b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46014) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
15051 2024.11.09 02:54:15.013659 [ 306 ] {2c2efd42-95f6-421c-bdfa-1f328ce555b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15052 2024.11.09 02:54:15.014013 [ 306 ] {2c2efd42-95f6-421c-bdfa-1f328ce555b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15053 2024.11.09 02:54:15.014468 [ 306 ] {2c2efd42-95f6-421c-bdfa-1f328ce555b5} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15054 2024.11.09 02:54:15.014512 [ 306 ] {2c2efd42-95f6-421c-bdfa-1f328ce555b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
15055 2024.11.09 02:54:15.014958 [ 306 ] {2c2efd42-95f6-421c-bdfa-1f328ce555b5} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
15056 2024.11.09 02:54:15.015378 [ 306 ] {2c2efd42-95f6-421c-bdfa-1f328ce555b5} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15057 2024.11.09 02:54:15.015550 [ 306 ] {2c2efd42-95f6-421c-bdfa-1f328ce555b5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002046 sec., 31280.547409579667 rows/sec., 2.44 MiB/sec.
15058 2024.11.09 02:54:15.015768 [ 306 ] {2c2efd42-95f6-421c-bdfa-1f328ce555b5} <Debug> DynamicQueryHandler: Done processing query
15059 2024.11.09 02:54:15.015794 [ 306 ] {2c2efd42-95f6-421c-bdfa-1f328ce555b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
15060 2024.11.09 02:54:15.015810 [ 306 ] {} <Debug> HTTP-Session: eb0903ab-2ab8-4a75-9908-5578effb6874 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15061 2024.11.09 02:54:15.015995 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46014, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15062 2024.11.09 02:54:15.016109 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57567, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15063 2024.11.09 02:54:15.016242 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15064 2024.11.09 02:54:15.016269 [ 307 ] {} <Debug> HTTP-Session: c753c8e0-0632-46bd-aa26-2868ea414a1a Authenticating user 'default' from [fd00:1122:3344:101::d]:57567
15065 2024.11.09 02:54:15.016296 [ 307 ] {} <Debug> HTTP-Session: c753c8e0-0632-46bd-aa26-2868ea414a1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15066 2024.11.09 02:54:15.016314 [ 307 ] {} <Debug> HTTP-Session: c753c8e0-0632-46bd-aa26-2868ea414a1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15067 2024.11.09 02:54:15.016441 [ 307 ] {} <Trace> HTTP-Session: c753c8e0-0632-46bd-aa26-2868ea414a1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15068 2024.11.09 02:54:15.016732 [ 307 ] {5ac075ac-ff36-4e5c-a95b-ba0193a3ec2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57567) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
15069 2024.11.09 02:54:15.016814 [ 307 ] {5ac075ac-ff36-4e5c-a95b-ba0193a3ec2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15070 2024.11.09 02:54:15.017069 [ 307 ] {5ac075ac-ff36-4e5c-a95b-ba0193a3ec2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15071 2024.11.09 02:54:15.017570 [ 307 ] {5ac075ac-ff36-4e5c-a95b-ba0193a3ec2b} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15072 2024.11.09 02:54:15.017610 [ 307 ] {5ac075ac-ff36-4e5c-a95b-ba0193a3ec2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
15073 2024.11.09 02:54:15.018088 [ 307 ] {5ac075ac-ff36-4e5c-a95b-ba0193a3ec2b} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
15074 2024.11.09 02:54:15.018472 [ 307 ] {5ac075ac-ff36-4e5c-a95b-ba0193a3ec2b} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15075 2024.11.09 02:54:15.018621 [ 307 ] {5ac075ac-ff36-4e5c-a95b-ba0193a3ec2b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002012 sec., 79522.86282306163 rows/sec., 5.54 MiB/sec.
15076 2024.11.09 02:54:15.018818 [ 307 ] {5ac075ac-ff36-4e5c-a95b-ba0193a3ec2b} <Debug> DynamicQueryHandler: Done processing query
15077 2024.11.09 02:54:15.018844 [ 307 ] {5ac075ac-ff36-4e5c-a95b-ba0193a3ec2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
15078 2024.11.09 02:54:15.018861 [ 307 ] {} <Debug> HTTP-Session: c753c8e0-0632-46bd-aa26-2868ea414a1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15079 2024.11.09 02:54:15.019030 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46014, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15080 2024.11.09 02:54:15.019052 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57567, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15081 2024.11.09 02:54:15.019126 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15082 2024.11.09 02:54:15.019171 [ 306 ] {} <Debug> HTTP-Session: fb568c86-e742-4469-9297-9bcaa6320e01 Authenticating user 'default' from [fd00:1122:3344:101::d]:46014
15083 2024.11.09 02:54:15.019204 [ 306 ] {} <Debug> HTTP-Session: fb568c86-e742-4469-9297-9bcaa6320e01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15084 2024.11.09 02:54:15.019222 [ 306 ] {} <Debug> HTTP-Session: fb568c86-e742-4469-9297-9bcaa6320e01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15085 2024.11.09 02:54:15.019272 [ 306 ] {} <Trace> HTTP-Session: fb568c86-e742-4469-9297-9bcaa6320e01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15086 2024.11.09 02:54:15.019452 [ 306 ] {1b018e66-eb8e-48a2-a085-ff4cfdb99275} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46014) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
15087 2024.11.09 02:54:15.019512 [ 306 ] {1b018e66-eb8e-48a2-a085-ff4cfdb99275} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15088 2024.11.09 02:54:15.019705 [ 306 ] {1b018e66-eb8e-48a2-a085-ff4cfdb99275} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15089 2024.11.09 02:54:15.020085 [ 306 ] {1b018e66-eb8e-48a2-a085-ff4cfdb99275} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15090 2024.11.09 02:54:15.020129 [ 306 ] {1b018e66-eb8e-48a2-a085-ff4cfdb99275} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
15091 2024.11.09 02:54:15.020545 [ 306 ] {1b018e66-eb8e-48a2-a085-ff4cfdb99275} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
15092 2024.11.09 02:54:15.020890 [ 306 ] {1b018e66-eb8e-48a2-a085-ff4cfdb99275} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15093 2024.11.09 02:54:15.021044 [ 306 ] {1b018e66-eb8e-48a2-a085-ff4cfdb99275} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00167 sec., 35928.14371257485 rows/sec., 2.42 MiB/sec.
15094 2024.11.09 02:54:15.021234 [ 306 ] {1b018e66-eb8e-48a2-a085-ff4cfdb99275} <Debug> DynamicQueryHandler: Done processing query
15095 2024.11.09 02:54:15.021270 [ 306 ] {1b018e66-eb8e-48a2-a085-ff4cfdb99275} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
15096 2024.11.09 02:54:15.021304 [ 306 ] {} <Debug> HTTP-Session: fb568c86-e742-4469-9297-9bcaa6320e01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15097 2024.11.09 02:54:15.021547 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46014, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15098 2024.11.09 02:54:16.422254 [ 139 ] {} <Debug> DNSResolver: Updating DNS cache
15099 2024.11.09 02:54:16.422366 [ 139 ] {} <Debug> DNSResolver: Updated DNS cache
15100 2024.11.09 02:54:16.854507 [ 139 ] {} <Debug> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
15101 2024.11.09 02:54:16.854589 [ 139 ] {} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15102 2024.11.09 02:54:16.854627 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
15103 2024.11.09 02:54:16.854915 [ 193 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full
15104 2024.11.09 02:54:16.855308 [ 193 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15105 2024.11.09 02:54:16.855373 [ 193 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 150 rows starting from the beginning of the part
15106 2024.11.09 02:54:16.855456 [ 193 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part
15107 2024.11.09 02:54:16.855669 [ 193 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part
15108 2024.11.09 02:54:16.855888 [ 193 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part
15109 2024.11.09 02:54:16.855973 [ 193 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part
15110 2024.11.09 02:54:16.856920 [ 193 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.002187855 sec., 79529.9505680221 rows/sec., 4.06 MiB/sec.
15111 2024.11.09 02:54:16.857114 [ 188 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
15112 2024.11.09 02:54:16.857615 [ 188 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_29_7} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15113 2024.11.09 02:54:16.857707 [ 188 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_29_7} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
15114 2024.11.09 02:54:16.857815 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
15115 2024.11.09 02:54:17.586335 [ 137 ] {} <Debug> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
15116 2024.11.09 02:54:17.586412 [ 137 ] {} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15117 2024.11.09 02:54:17.586461 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
15118 2024.11.09 02:54:17.586695 [ 200 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full
15119 2024.11.09 02:54:17.587016 [ 200 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15120 2024.11.09 02:54:17.587080 [ 200 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 25 rows starting from the beginning of the part
15121 2024.11.09 02:54:17.587216 [ 200 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part
15122 2024.11.09 02:54:17.587473 [ 200 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part
15123 2024.11.09 02:54:17.587642 [ 200 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part
15124 2024.11.09 02:54:17.587836 [ 200 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part
15125 2024.11.09 02:54:17.588985 [ 198 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29 rows, containing 4 columns (4 merged, 0 gathered) in 0.00241542 sec., 12006.193539839862 rows/sec., 809.01 KiB/sec.
15126 2024.11.09 02:54:17.589267 [ 198 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
15127 2024.11.09 02:54:17.589759 [ 198 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_29_7} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15128 2024.11.09 02:54:17.589853 [ 198 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_29_7} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
15129 2024.11.09 02:54:17.589954 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
15130 2024.11.09 02:54:18.157045 [ 137 ] {} <Debug> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
15131 2024.11.09 02:54:18.157110 [ 137 ] {} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15132 2024.11.09 02:54:18.157139 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
15133 2024.11.09 02:54:18.157372 [ 187 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full
15134 2024.11.09 02:54:18.157798 [ 187 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15135 2024.11.09 02:54:18.157859 [ 187 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 242 rows starting from the beginning of the part
15136 2024.11.09 02:54:18.158041 [ 187 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part
15137 2024.11.09 02:54:18.158263 [ 187 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part
15138 2024.11.09 02:54:18.158475 [ 187 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part
15139 2024.11.09 02:54:18.158637 [ 187 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part
15140 2024.11.09 02:54:18.159683 [ 198 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002460591 sec., 121109.11565554781 rows/sec., 8.24 MiB/sec.
15141 2024.11.09 02:54:18.159874 [ 198 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
15142 2024.11.09 02:54:18.160342 [ 198 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_29_7} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15143 2024.11.09 02:54:18.160427 [ 198 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_29_7} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
15144 2024.11.09 02:54:18.160528 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
15145 2024.11.09 02:54:20.016856 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59416, User-Agent: (none), Length: 41147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15146 2024.11.09 02:54:20.016974 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15147 2024.11.09 02:54:20.016998 [ 306 ] {} <Debug> HTTP-Session: 9d76f821-2fd6-419a-93e3-74c711c0473f Authenticating user 'default' from [fd00:1122:3344:101::d]:59416
15148 2024.11.09 02:54:20.017022 [ 306 ] {} <Debug> HTTP-Session: 9d76f821-2fd6-419a-93e3-74c711c0473f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15149 2024.11.09 02:54:20.017037 [ 306 ] {} <Debug> HTTP-Session: 9d76f821-2fd6-419a-93e3-74c711c0473f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15150 2024.11.09 02:54:20.017090 [ 306 ] {} <Trace> HTTP-Session: 9d76f821-2fd6-419a-93e3-74c711c0473f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15151 2024.11.09 02:54:20.017353 [ 306 ] {397390d8-c5f6-46d7-810e-408bc51e055e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59416) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
15152 2024.11.09 02:54:20.017426 [ 306 ] {397390d8-c5f6-46d7-810e-408bc51e055e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15153 2024.11.09 02:54:20.017776 [ 306 ] {397390d8-c5f6-46d7-810e-408bc51e055e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15154 2024.11.09 02:54:20.018517 [ 306 ] {397390d8-c5f6-46d7-810e-408bc51e055e} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15155 2024.11.09 02:54:20.018563 [ 306 ] {397390d8-c5f6-46d7-810e-408bc51e055e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
15156 2024.11.09 02:54:20.019009 [ 306 ] {397390d8-c5f6-46d7-810e-408bc51e055e} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
15157 2024.11.09 02:54:20.019407 [ 306 ] {397390d8-c5f6-46d7-810e-408bc51e055e} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15158 2024.11.09 02:54:20.019591 [ 306 ] {397390d8-c5f6-46d7-810e-408bc51e055e} <Debug> executeQuery: Read 271 rows, 24.70 KiB in 0.002351 sec., 115270.09783071035 rows/sec., 10.26 MiB/sec.
15159 2024.11.09 02:54:20.019602 [ 138 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
15160 2024.11.09 02:54:20.019693 [ 138 ] {} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15161 2024.11.09 02:54:20.019752 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
15162 2024.11.09 02:54:20.019917 [ 306 ] {397390d8-c5f6-46d7-810e-408bc51e055e} <Debug> DynamicQueryHandler: Done processing query
15163 2024.11.09 02:54:20.019949 [ 199 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full
15164 2024.11.09 02:54:20.019960 [ 306 ] {397390d8-c5f6-46d7-810e-408bc51e055e} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
15165 2024.11.09 02:54:20.020052 [ 306 ] {} <Debug> HTTP-Session: 9d76f821-2fd6-419a-93e3-74c711c0473f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15166 2024.11.09 02:54:20.020207 [ 199 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15167 2024.11.09 02:54:20.020255 [ 199 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1420 rows starting from the beginning of the part
15168 2024.11.09 02:54:20.020315 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59416, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15169 2024.11.09 02:54:20.020480 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38005, User-Agent: (none), Length: 5927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15170 2024.11.09 02:54:20.020556 [ 199 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 56 rows starting from the beginning of the part
15171 2024.11.09 02:54:20.020608 [ 306 ] {} <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):
15172 
15173 (version 23.8.7.1)
15174 2024.11.09 02:54:20.020653 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15175 2024.11.09 02:54:20.020764 [ 307 ] {} <Debug> HTTP-Session: 98caf894-0df9-455b-b068-e27e7294e697 Authenticating user 'default' from [fd00:1122:3344:101::d]:38005
15176 2024.11.09 02:54:20.020800 [ 199 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 271 rows starting from the beginning of the part
15177 2024.11.09 02:54:20.020845 [ 307 ] {} <Debug> HTTP-Session: 98caf894-0df9-455b-b068-e27e7294e697 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15178 2024.11.09 02:54:20.020908 [ 307 ] {} <Debug> HTTP-Session: 98caf894-0df9-455b-b068-e27e7294e697 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15179 2024.11.09 02:54:20.021043 [ 199 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part
15180 2024.11.09 02:54:20.021044 [ 307 ] {} <Trace> HTTP-Session: 98caf894-0df9-455b-b068-e27e7294e697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15181 2024.11.09 02:54:20.021419 [ 199 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 56 rows starting from the beginning of the part
15182 2024.11.09 02:54:20.021500 [ 307 ] {492d8855-0797-455f-8582-c0739aaca2cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38005) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
15183 2024.11.09 02:54:20.021652 [ 199 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 271 rows starting from the beginning of the part
15184 2024.11.09 02:54:20.021656 [ 307 ] {492d8855-0797-455f-8582-c0739aaca2cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15185 2024.11.09 02:54:20.022371 [ 307 ] {492d8855-0797-455f-8582-c0739aaca2cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15186 2024.11.09 02:54:20.023156 [ 307 ] {492d8855-0797-455f-8582-c0739aaca2cd} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15187 2024.11.09 02:54:20.023214 [ 307 ] {492d8855-0797-455f-8582-c0739aaca2cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
15188 2024.11.09 02:54:20.023751 [ 307 ] {492d8855-0797-455f-8582-c0739aaca2cd} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
15189 2024.11.09 02:54:20.023875 [ 200 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2134 rows, containing 5 columns (5 merged, 0 gathered) in 0.004022423 sec., 530526.003853896 rows/sec., 46.90 MiB/sec.
15190 2024.11.09 02:54:20.024190 [ 200 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
15191 2024.11.09 02:54:20.024382 [ 307 ] {492d8855-0797-455f-8582-c0739aaca2cd} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15192 2024.11.09 02:54:20.024826 [ 307 ] {492d8855-0797-455f-8582-c0739aaca2cd} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.003488 sec., 11754.587155963301 rows/sec., 883.89 KiB/sec.
15193 2024.11.09 02:54:20.025203 [ 200 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_91_18} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15194 2024.11.09 02:54:20.025234 [ 307 ] {492d8855-0797-455f-8582-c0739aaca2cd} <Debug> DynamicQueryHandler: Done processing query
15195 2024.11.09 02:54:20.025280 [ 307 ] {492d8855-0797-455f-8582-c0739aaca2cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
15196 2024.11.09 02:54:20.025316 [ 307 ] {} <Debug> HTTP-Session: 98caf894-0df9-455b-b068-e27e7294e697 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15197 2024.11.09 02:54:20.025361 [ 200 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_91_18} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
15198 2024.11.09 02:54:20.025468 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB.
15199 2024.11.09 02:54:20.025599 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38005, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15200 2024.11.09 02:54:20.025631 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64404, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15201 2024.11.09 02:54:20.025723 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15202 2024.11.09 02:54:20.025760 [ 306 ] {} <Debug> HTTP-Session: 3d5561ca-5735-4522-ae08-f71bedaa71a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64404
15203 2024.11.09 02:54:20.025785 [ 306 ] {} <Debug> HTTP-Session: 3d5561ca-5735-4522-ae08-f71bedaa71a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15204 2024.11.09 02:54:20.025804 [ 306 ] {} <Debug> HTTP-Session: 3d5561ca-5735-4522-ae08-f71bedaa71a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15205 2024.11.09 02:54:20.025849 [ 306 ] {} <Trace> HTTP-Session: 3d5561ca-5735-4522-ae08-f71bedaa71a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15206 2024.11.09 02:54:20.025982 [ 306 ] {fc19c836-6cd2-4f7d-88c5-6433844c8d41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64404) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
15207 2024.11.09 02:54:20.026037 [ 306 ] {fc19c836-6cd2-4f7d-88c5-6433844c8d41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
15208 2024.11.09 02:54:20.026338 [ 306 ] {fc19c836-6cd2-4f7d-88c5-6433844c8d41} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15209 2024.11.09 02:54:20.026681 [ 306 ] {fc19c836-6cd2-4f7d-88c5-6433844c8d41} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15210 2024.11.09 02:54:20.026719 [ 306 ] {fc19c836-6cd2-4f7d-88c5-6433844c8d41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
15211 2024.11.09 02:54:20.027088 [ 306 ] {fc19c836-6cd2-4f7d-88c5-6433844c8d41} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
15212 2024.11.09 02:54:20.027471 [ 306 ] {fc19c836-6cd2-4f7d-88c5-6433844c8d41} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15213 2024.11.09 02:54:20.027638 [ 306 ] {fc19c836-6cd2-4f7d-88c5-6433844c8d41} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001695 sec., 8259.587020648969 rows/sec., 578.45 KiB/sec.
15214 2024.11.09 02:54:20.027824 [ 306 ] {fc19c836-6cd2-4f7d-88c5-6433844c8d41} <Debug> DynamicQueryHandler: Done processing query
15215 2024.11.09 02:54:20.027850 [ 306 ] {fc19c836-6cd2-4f7d-88c5-6433844c8d41} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
15216 2024.11.09 02:54:20.027867 [ 306 ] {} <Debug> HTTP-Session: 3d5561ca-5735-4522-ae08-f71bedaa71a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15217 2024.11.09 02:54:20.028099 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64404, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15218 2024.11.09 02:54:20.028162 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57455, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15219 2024.11.09 02:54:20.028241 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15220 2024.11.09 02:54:20.028274 [ 307 ] {} <Debug> HTTP-Session: 42eed11f-5f91-4e46-8183-56c09546256d Authenticating user 'default' from [fd00:1122:3344:101::d]:57455
15221 2024.11.09 02:54:20.028297 [ 307 ] {} <Debug> HTTP-Session: 42eed11f-5f91-4e46-8183-56c09546256d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15222 2024.11.09 02:54:20.028314 [ 307 ] {} <Debug> HTTP-Session: 42eed11f-5f91-4e46-8183-56c09546256d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15223 2024.11.09 02:54:20.028361 [ 307 ] {} <Trace> HTTP-Session: 42eed11f-5f91-4e46-8183-56c09546256d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15224 2024.11.09 02:54:20.028490 [ 307 ] {7f530561-08ac-48ca-93b8-c7c19c22a45b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57455) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
15225 2024.11.09 02:54:20.028537 [ 307 ] {7f530561-08ac-48ca-93b8-c7c19c22a45b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
15226 2024.11.09 02:54:20.028803 [ 307 ] {7f530561-08ac-48ca-93b8-c7c19c22a45b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15227 2024.11.09 02:54:20.029123 [ 307 ] {7f530561-08ac-48ca-93b8-c7c19c22a45b} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15228 2024.11.09 02:54:20.029160 [ 307 ] {7f530561-08ac-48ca-93b8-c7c19c22a45b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
15229 2024.11.09 02:54:20.029535 [ 307 ] {7f530561-08ac-48ca-93b8-c7c19c22a45b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
15230 2024.11.09 02:54:20.029907 [ 307 ] {7f530561-08ac-48ca-93b8-c7c19c22a45b} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15231 2024.11.09 02:54:20.030047 [ 307 ] {7f530561-08ac-48ca-93b8-c7c19c22a45b} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001585 sec., 3785.488958990536 rows/sec., 223.65 KiB/sec.
15232 2024.11.09 02:54:20.030226 [ 307 ] {7f530561-08ac-48ca-93b8-c7c19c22a45b} <Debug> DynamicQueryHandler: Done processing query
15233 2024.11.09 02:54:20.030252 [ 307 ] {7f530561-08ac-48ca-93b8-c7c19c22a45b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
15234 2024.11.09 02:54:20.030268 [ 307 ] {} <Debug> HTTP-Session: 42eed11f-5f91-4e46-8183-56c09546256d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15235 2024.11.09 02:54:20.030641 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57455, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15236 2024.11.09 02:54:20.030831 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57751, User-Agent: (none), Length: 68708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15237 2024.11.09 02:54:20.030906 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15238 2024.11.09 02:54:20.030933 [ 306 ] {} <Debug> HTTP-Session: 394078fc-9287-4f03-adf9-0b5139e33953 Authenticating user 'default' from [fd00:1122:3344:101::d]:57751
15239 2024.11.09 02:54:20.030954 [ 306 ] {} <Debug> HTTP-Session: 394078fc-9287-4f03-adf9-0b5139e33953 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15240 2024.11.09 02:54:20.030971 [ 306 ] {} <Debug> HTTP-Session: 394078fc-9287-4f03-adf9-0b5139e33953 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15241 2024.11.09 02:54:20.031017 [ 306 ] {} <Trace> HTTP-Session: 394078fc-9287-4f03-adf9-0b5139e33953 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15242 2024.11.09 02:54:20.031330 [ 306 ] {d60d64ad-fdb4-428d-b111-96d07be3a837} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57751) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
15243 2024.11.09 02:54:20.031386 [ 306 ] {d60d64ad-fdb4-428d-b111-96d07be3a837} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15244 2024.11.09 02:54:20.031657 [ 306 ] {d60d64ad-fdb4-428d-b111-96d07be3a837} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15245 2024.11.09 02:54:20.032275 [ 306 ] {d60d64ad-fdb4-428d-b111-96d07be3a837} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15246 2024.11.09 02:54:20.032312 [ 306 ] {d60d64ad-fdb4-428d-b111-96d07be3a837} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
15247 2024.11.09 02:54:20.032695 [ 306 ] {d60d64ad-fdb4-428d-b111-96d07be3a837} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
15248 2024.11.09 02:54:20.033055 [ 306 ] {d60d64ad-fdb4-428d-b111-96d07be3a837} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15249 2024.11.09 02:54:20.033207 [ 306 ] {d60d64ad-fdb4-428d-b111-96d07be3a837} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002063 sec., 205041.20213281628 rows/sec., 14.66 MiB/sec.
15250 2024.11.09 02:54:20.033215 [ 136 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
15251 2024.11.09 02:54:20.033298 [ 136 ] {} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15252 2024.11.09 02:54:20.033337 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
15253 2024.11.09 02:54:20.033545 [ 306 ] {d60d64ad-fdb4-428d-b111-96d07be3a837} <Debug> DynamicQueryHandler: Done processing query
15254 2024.11.09 02:54:20.033562 [ 198 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full
15255 2024.11.09 02:54:20.033579 [ 306 ] {d60d64ad-fdb4-428d-b111-96d07be3a837} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
15256 2024.11.09 02:54:20.033635 [ 306 ] {} <Debug> HTTP-Session: 394078fc-9287-4f03-adf9-0b5139e33953 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15257 2024.11.09 02:54:20.033802 [ 198 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15258 2024.11.09 02:54:20.033878 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57751, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15259 2024.11.09 02:54:20.033901 [ 198 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 915 rows starting from the beginning of the part
15260 2024.11.09 02:54:20.033956 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36791, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15261 2024.11.09 02:54:20.034171 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15262 2024.11.09 02:54:20.034263 [ 307 ] {} <Debug> HTTP-Session: 2a133c33-e37b-488b-9330-28b44d2a35f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36791
15263 2024.11.09 02:54:20.034263 [ 198 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 64 rows starting from the beginning of the part
15264 2024.11.09 02:54:20.034321 [ 307 ] {} <Debug> HTTP-Session: 2a133c33-e37b-488b-9330-28b44d2a35f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15265 2024.11.09 02:54:20.034385 [ 307 ] {} <Debug> HTTP-Session: 2a133c33-e37b-488b-9330-28b44d2a35f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15266 2024.11.09 02:54:20.034544 [ 307 ] {} <Trace> HTTP-Session: 2a133c33-e37b-488b-9330-28b44d2a35f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15267 2024.11.09 02:54:20.034544 [ 198 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 423 rows starting from the beginning of the part
15268 2024.11.09 02:54:20.034879 [ 198 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 72 rows starting from the beginning of the part
15269 2024.11.09 02:54:20.034966 [ 307 ] {1b1e9d73-7256-49c0-8926-cee6b1bc005b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36791) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
15270 2024.11.09 02:54:20.035116 [ 198 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 64 rows starting from the beginning of the part
15271 2024.11.09 02:54:20.035152 [ 307 ] {1b1e9d73-7256-49c0-8926-cee6b1bc005b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
15272 2024.11.09 02:54:20.035510 [ 198 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 423 rows starting from the beginning of the part
15273 2024.11.09 02:54:20.036248 [ 307 ] {1b1e9d73-7256-49c0-8926-cee6b1bc005b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15274 2024.11.09 02:54:20.037009 [ 307 ] {1b1e9d73-7256-49c0-8926-cee6b1bc005b} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15275 2024.11.09 02:54:20.037070 [ 307 ] {1b1e9d73-7256-49c0-8926-cee6b1bc005b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
15276 2024.11.09 02:54:20.038060 [ 307 ] {1b1e9d73-7256-49c0-8926-cee6b1bc005b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
15277 2024.11.09 02:54:20.038701 [ 307 ] {1b1e9d73-7256-49c0-8926-cee6b1bc005b} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15278 2024.11.09 02:54:20.038707 [ 198 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1961 rows, containing 5 columns (5 merged, 0 gathered) in 0.005250529 sec., 373486.1763452787 rows/sec., 28.60 MiB/sec.
15279 2024.11.09 02:54:20.038913 [ 307 ] {1b1e9d73-7256-49c0-8926-cee6b1bc005b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004157 sec., 1443.348568679336 rows/sec., 75.41 KiB/sec.
15280 2024.11.09 02:54:20.039002 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
15281 2024.11.09 02:54:20.039137 [ 307 ] {1b1e9d73-7256-49c0-8926-cee6b1bc005b} <Debug> DynamicQueryHandler: Done processing query
15282 2024.11.09 02:54:20.039171 [ 307 ] {1b1e9d73-7256-49c0-8926-cee6b1bc005b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
15283 2024.11.09 02:54:20.039194 [ 307 ] {} <Debug> HTTP-Session: 2a133c33-e37b-488b-9330-28b44d2a35f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15284 2024.11.09 02:54:20.039411 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36791, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15285 2024.11.09 02:54:20.039561 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54115, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15286 2024.11.09 02:54:20.039573 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_91_18} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15287 2024.11.09 02:54:20.039670 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15288 2024.11.09 02:54:20.039706 [ 306 ] {} <Debug> HTTP-Session: db8c287f-7ad5-41c9-8ad7-a910b3c79bdc Authenticating user 'default' from [fd00:1122:3344:101::d]:54115
15289 2024.11.09 02:54:20.039737 [ 306 ] {} <Debug> HTTP-Session: db8c287f-7ad5-41c9-8ad7-a910b3c79bdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15290 2024.11.09 02:54:20.039741 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_91_18} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
15291 2024.11.09 02:54:20.039763 [ 306 ] {} <Debug> HTTP-Session: db8c287f-7ad5-41c9-8ad7-a910b3c79bdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15292 2024.11.09 02:54:20.039847 [ 306 ] {} <Trace> HTTP-Session: db8c287f-7ad5-41c9-8ad7-a910b3c79bdc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15293 2024.11.09 02:54:20.039896 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
15294 2024.11.09 02:54:20.040124 [ 306 ] {785b875b-701d-43ab-b383-9a99bb9b7461} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54115) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
15295 2024.11.09 02:54:20.040179 [ 306 ] {785b875b-701d-43ab-b383-9a99bb9b7461} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15296 2024.11.09 02:54:20.040355 [ 306 ] {785b875b-701d-43ab-b383-9a99bb9b7461} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15297 2024.11.09 02:54:20.040799 [ 306 ] {785b875b-701d-43ab-b383-9a99bb9b7461} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15298 2024.11.09 02:54:20.040836 [ 306 ] {785b875b-701d-43ab-b383-9a99bb9b7461} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
15299 2024.11.09 02:54:20.041241 [ 306 ] {785b875b-701d-43ab-b383-9a99bb9b7461} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
15300 2024.11.09 02:54:20.041593 [ 306 ] {785b875b-701d-43ab-b383-9a99bb9b7461} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15301 2024.11.09 02:54:20.041741 [ 306 ] {785b875b-701d-43ab-b383-9a99bb9b7461} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001749 sec., 135506.00343053174 rows/sec., 9.08 MiB/sec.
15302 2024.11.09 02:54:20.041760 [ 136 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
15303 2024.11.09 02:54:20.041835 [ 136 ] {} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15304 2024.11.09 02:54:20.041893 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
15305 2024.11.09 02:54:20.042059 [ 306 ] {785b875b-701d-43ab-b383-9a99bb9b7461} <Debug> DynamicQueryHandler: Done processing query
15306 2024.11.09 02:54:20.042157 [ 306 ] {785b875b-701d-43ab-b383-9a99bb9b7461} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
15307 2024.11.09 02:54:20.042245 [ 306 ] {} <Debug> HTTP-Session: db8c287f-7ad5-41c9-8ad7-a910b3c79bdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15308 2024.11.09 02:54:20.042319 [ 194 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full
15309 2024.11.09 02:54:20.042616 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54115, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15310 2024.11.09 02:54:20.042676 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36791, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15311 2024.11.09 02:54:20.043037 [ 306 ] {} <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):
15312 
15313 (version 23.8.7.1)
15314 2024.11.09 02:54:20.043050 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15315 2024.11.09 02:54:20.043202 [ 307 ] {} <Debug> HTTP-Session: e9bdd7f9-6222-443d-aeca-0e3b4cadb26e Authenticating user 'default' from [fd00:1122:3344:101::d]:36791
15316 2024.11.09 02:54:20.043211 [ 194 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15317 2024.11.09 02:54:20.043293 [ 307 ] {} <Debug> HTTP-Session: e9bdd7f9-6222-443d-aeca-0e3b4cadb26e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15318 2024.11.09 02:54:20.043341 [ 194 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_86_17, total 18046 rows starting from the beginning of the part
15319 2024.11.09 02:54:20.043398 [ 307 ] {} <Debug> HTTP-Session: e9bdd7f9-6222-443d-aeca-0e3b4cadb26e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15320 2024.11.09 02:54:20.043616 [ 307 ] {} <Trace> HTTP-Session: e9bdd7f9-6222-443d-aeca-0e3b4cadb26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15321 2024.11.09 02:54:20.043818 [ 194 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 160 rows starting from the beginning of the part
15322 2024.11.09 02:54:20.044068 [ 307 ] {a58c8307-0e97-42b7-b10a-4ef665b09c58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36791) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
15323 2024.11.09 02:54:20.044166 [ 194 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 237 rows starting from the beginning of the part
15324 2024.11.09 02:54:20.044262 [ 307 ] {a58c8307-0e97-42b7-b10a-4ef665b09c58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
15325 2024.11.09 02:54:20.044559 [ 194 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 132 rows starting from the beginning of the part
15326 2024.11.09 02:54:20.044947 [ 194 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part
15327 2024.11.09 02:54:20.045354 [ 194 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 237 rows starting from the beginning of the part
15328 2024.11.09 02:54:20.045733 [ 307 ] {a58c8307-0e97-42b7-b10a-4ef665b09c58} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15329 2024.11.09 02:54:20.046616 [ 307 ] {a58c8307-0e97-42b7-b10a-4ef665b09c58} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15330 2024.11.09 02:54:20.046661 [ 307 ] {a58c8307-0e97-42b7-b10a-4ef665b09c58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
15331 2024.11.09 02:54:20.047186 [ 307 ] {a58c8307-0e97-42b7-b10a-4ef665b09c58} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
15332 2024.11.09 02:54:20.047711 [ 307 ] {a58c8307-0e97-42b7-b10a-4ef665b09c58} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15333 2024.11.09 02:54:20.047933 [ 307 ] {a58c8307-0e97-42b7-b10a-4ef665b09c58} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004021 sec., 248.6943546381497 rows/sec., 16.76 KiB/sec.
15334 2024.11.09 02:54:20.048576 [ 307 ] {a58c8307-0e97-42b7-b10a-4ef665b09c58} <Debug> DynamicQueryHandler: Done processing query
15335 2024.11.09 02:54:20.048670 [ 307 ] {a58c8307-0e97-42b7-b10a-4ef665b09c58} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
15336 2024.11.09 02:54:20.048763 [ 307 ] {} <Debug> HTTP-Session: e9bdd7f9-6222-443d-aeca-0e3b4cadb26e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15337 2024.11.09 02:54:20.049108 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36791, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15338 2024.11.09 02:54:20.049269 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43729, User-Agent: (none), Length: 68992, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15339 2024.11.09 02:54:20.049474 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15340 2024.11.09 02:54:20.049527 [ 306 ] {} <Debug> HTTP-Session: fd6d6811-13a1-4700-859a-d750ee8fe66c Authenticating user 'default' from [fd00:1122:3344:101::d]:43729
15341 2024.11.09 02:54:20.049583 [ 306 ] {} <Debug> HTTP-Session: fd6d6811-13a1-4700-859a-d750ee8fe66c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15342 2024.11.09 02:54:20.049623 [ 306 ] {} <Debug> HTTP-Session: fd6d6811-13a1-4700-859a-d750ee8fe66c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15343 2024.11.09 02:54:20.049669 [ 306 ] {} <Trace> HTTP-Session: fd6d6811-13a1-4700-859a-d750ee8fe66c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15344 2024.11.09 02:54:20.050096 [ 306 ] {e21c62ae-4d84-467c-8ad2-9b54154331f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43729) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
15345 2024.11.09 02:54:20.050175 [ 306 ] {e21c62ae-4d84-467c-8ad2-9b54154331f3} <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
15346 2024.11.09 02:54:20.051087 [ 306 ] {e21c62ae-4d84-467c-8ad2-9b54154331f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15347 2024.11.09 02:54:20.052022 [ 306 ] {e21c62ae-4d84-467c-8ad2-9b54154331f3} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15348 2024.11.09 02:54:20.052066 [ 306 ] {e21c62ae-4d84-467c-8ad2-9b54154331f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
15349 2024.11.09 02:54:20.053100 [ 306 ] {e21c62ae-4d84-467c-8ad2-9b54154331f3} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
15350 2024.11.09 02:54:20.053806 [ 196 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18972 rows, containing 5 columns (5 merged, 0 gathered) in 0.011809704 sec., 1606475.488293356 rows/sec., 109.57 MiB/sec.
15351 2024.11.09 02:54:20.054180 [ 306 ] {e21c62ae-4d84-467c-8ad2-9b54154331f3} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15352 2024.11.09 02:54:20.054237 [ 190 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
15353 2024.11.09 02:54:20.054520 [ 306 ] {e21c62ae-4d84-467c-8ad2-9b54154331f3} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.004733 sec., 8662.581871962813 rows/sec., 15.52 MiB/sec.
15354 2024.11.09 02:54:20.055235 [ 306 ] {e21c62ae-4d84-467c-8ad2-9b54154331f3} <Debug> DynamicQueryHandler: Done processing query
15355 2024.11.09 02:54:20.055282 [ 306 ] {e21c62ae-4d84-467c-8ad2-9b54154331f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB.
15356 2024.11.09 02:54:20.055306 [ 306 ] {} <Debug> HTTP-Session: fd6d6811-13a1-4700-859a-d750ee8fe66c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15357 2024.11.09 02:54:20.055410 [ 190 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15358 2024.11.09 02:54:20.055535 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43729, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15359 2024.11.09 02:54:20.055580 [ 190 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
15360 2024.11.09 02:54:20.055635 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38506, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15361 2024.11.09 02:54:20.055791 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15362 2024.11.09 02:54:20.055801 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB.
15363 2024.11.09 02:54:20.055837 [ 307 ] {} <Debug> HTTP-Session: 0265fb1e-164f-4dad-9b6b-65fb9fe8ba9f Authenticating user 'default' from [fd00:1122:3344:101::d]:38506
15364 2024.11.09 02:54:20.055878 [ 307 ] {} <Debug> HTTP-Session: 0265fb1e-164f-4dad-9b6b-65fb9fe8ba9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15365 2024.11.09 02:54:20.055896 [ 307 ] {} <Debug> HTTP-Session: 0265fb1e-164f-4dad-9b6b-65fb9fe8ba9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15366 2024.11.09 02:54:20.055940 [ 307 ] {} <Trace> HTTP-Session: 0265fb1e-164f-4dad-9b6b-65fb9fe8ba9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15367 2024.11.09 02:54:20.056141 [ 307 ] {bb300cff-9c33-4137-9353-176b60bccfcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38506) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
15368 2024.11.09 02:54:20.056199 [ 307 ] {bb300cff-9c33-4137-9353-176b60bccfcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15369 2024.11.09 02:54:20.056391 [ 307 ] {bb300cff-9c33-4137-9353-176b60bccfcb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15370 2024.11.09 02:54:20.056746 [ 307 ] {bb300cff-9c33-4137-9353-176b60bccfcb} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15371 2024.11.09 02:54:20.056782 [ 307 ] {bb300cff-9c33-4137-9353-176b60bccfcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
15372 2024.11.09 02:54:20.057171 [ 307 ] {bb300cff-9c33-4137-9353-176b60bccfcb} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
15373 2024.11.09 02:54:20.057511 [ 307 ] {bb300cff-9c33-4137-9353-176b60bccfcb} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15374 2024.11.09 02:54:20.057639 [ 307 ] {bb300cff-9c33-4137-9353-176b60bccfcb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001589 sec., 51604.78288231592 rows/sec., 3.28 MiB/sec.
15375 2024.11.09 02:54:20.057644 [ 136 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
15376 2024.11.09 02:54:20.057699 [ 136 ] {} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15377 2024.11.09 02:54:20.057730 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
15378 2024.11.09 02:54:20.057868 [ 307 ] {bb300cff-9c33-4137-9353-176b60bccfcb} <Debug> DynamicQueryHandler: Done processing query
15379 2024.11.09 02:54:20.057890 [ 197 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full
15380 2024.11.09 02:54:20.057901 [ 307 ] {bb300cff-9c33-4137-9353-176b60bccfcb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
15381 2024.11.09 02:54:20.057970 [ 307 ] {} <Debug> HTTP-Session: 0265fb1e-164f-4dad-9b6b-65fb9fe8ba9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15382 2024.11.09 02:54:20.058099 [ 197 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15383 2024.11.09 02:54:20.058140 [ 197 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5410 rows starting from the beginning of the part
15384 2024.11.09 02:54:20.058265 [ 197 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part
15385 2024.11.09 02:54:20.058431 [ 197 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 82 rows starting from the beginning of the part
15386 2024.11.09 02:54:20.058625 [ 197 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 48 rows starting from the beginning of the part
15387 2024.11.09 02:54:20.058647 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38506, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15388 2024.11.09 02:54:20.058856 [ 197 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part
15389 2024.11.09 02:54:20.058997 [ 197 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 82 rows starting from the beginning of the part
15390 2024.11.09 02:54:20.061281 [ 192 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5742 rows, containing 4 columns (4 merged, 0 gathered) in 0.003473192 sec., 1653234.2582845981 rows/sec., 108.65 MiB/sec.
15391 2024.11.09 02:54:20.061869 [ 192 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
15392 2024.11.09 02:54:20.062550 [ 192 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_91_18} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15393 2024.11.09 02:54:20.062639 [ 192 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_91_18} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
15394 2024.11.09 02:54:20.062727 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB.
15395 2024.11.09 02:54:20.939151 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50000, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15396 2024.11.09 02:54:21.200701 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64031, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15397 2024.11.09 02:54:21.251062 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48369, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15398 2024.11.09 02:54:21.258411 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39762, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15399 2024.11.09 02:54:21.259689 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57108, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15400 2024.11.09 02:54:21.334999 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65127, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15401 2024.11.09 02:54:21.347369 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57262, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15402 2024.11.09 02:54:21.362675 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65186, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15403 2024.11.09 02:54:21.761104 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1384
15404 2024.11.09 02:54:21.763908 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15405 2024.11.09 02:54:21.763960 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
15406 2024.11.09 02:54:21.765428 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
15407 2024.11.09 02:54:21.767531 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15408 2024.11.09 02:54:21.767772 [ 134 ] {} <Debug> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
15409 2024.11.09 02:54:21.767897 [ 134 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15410 2024.11.09 02:54:21.767963 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
15411 2024.11.09 02:54:21.768630 [ 189 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::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
15412 2024.11.09 02:54:21.769649 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1384
15413 2024.11.09 02:54:21.770448 [ 189 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15414 2024.11.09 02:54:21.770655 [ 189 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1244 rows starting from the beginning of the part
15415 2024.11.09 02:54:21.771197 [ 189 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 32 rows starting from the beginning of the part
15416 2024.11.09 02:54:21.771670 [ 189 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 28 rows starting from the beginning of the part
15417 2024.11.09 02:54:21.772270 [ 189 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 20 rows starting from the beginning of the part
15418 2024.11.09 02:54:21.772823 [ 189 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 32 rows starting from the beginning of the part
15419 2024.11.09 02:54:21.773341 [ 189 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 28 rows starting from the beginning of the part
15420 2024.11.09 02:54:21.781700 [ 192 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1384 rows, containing 72 columns (72 merged, 0 gathered) in 0.01355703 sec., 102087.25657463324 rows/sec., 68.91 MiB/sec.
15421 2024.11.09 02:54:21.783359 [ 186 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
15422 2024.11.09 02:54:21.785117 [ 186 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_46_9} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15423 2024.11.09 02:54:21.785221 [ 186 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_46_9} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
15424 2024.11.09 02:54:21.785563 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB.
15425 2024.11.09 02:54:25.008638 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36990, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15426 2024.11.09 02:54:25.008755 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15427 2024.11.09 02:54:25.008781 [ 306 ] {} <Debug> HTTP-Session: 0d0db0ce-b4df-4a37-b049-270eaba0233f Authenticating user 'default' from [fd00:1122:3344:101::d]:36990
15428 2024.11.09 02:54:25.008805 [ 306 ] {} <Debug> HTTP-Session: 0d0db0ce-b4df-4a37-b049-270eaba0233f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15429 2024.11.09 02:54:25.008820 [ 306 ] {} <Debug> HTTP-Session: 0d0db0ce-b4df-4a37-b049-270eaba0233f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15430 2024.11.09 02:54:25.008873 [ 306 ] {} <Trace> HTTP-Session: 0d0db0ce-b4df-4a37-b049-270eaba0233f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15431 2024.11.09 02:54:25.009059 [ 306 ] {ef5a8fdd-de6f-439b-a4c9-9a5c0c7efdaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36990) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
15432 2024.11.09 02:54:25.009127 [ 306 ] {ef5a8fdd-de6f-439b-a4c9-9a5c0c7efdaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
15433 2024.11.09 02:54:25.009480 [ 306 ] {ef5a8fdd-de6f-439b-a4c9-9a5c0c7efdaf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15434 2024.11.09 02:54:25.009901 [ 306 ] {ef5a8fdd-de6f-439b-a4c9-9a5c0c7efdaf} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15435 2024.11.09 02:54:25.009943 [ 306 ] {ef5a8fdd-de6f-439b-a4c9-9a5c0c7efdaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
15436 2024.11.09 02:54:25.010368 [ 306 ] {ef5a8fdd-de6f-439b-a4c9-9a5c0c7efdaf} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
15437 2024.11.09 02:54:25.010758 [ 306 ] {ef5a8fdd-de6f-439b-a4c9-9a5c0c7efdaf} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15438 2024.11.09 02:54:25.010907 [ 306 ] {ef5a8fdd-de6f-439b-a4c9-9a5c0c7efdaf} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001905 sec., 1049.8687664041995 rows/sec., 85.61 KiB/sec.
15439 2024.11.09 02:54:25.011148 [ 306 ] {ef5a8fdd-de6f-439b-a4c9-9a5c0c7efdaf} <Debug> DynamicQueryHandler: Done processing query
15440 2024.11.09 02:54:25.011174 [ 306 ] {ef5a8fdd-de6f-439b-a4c9-9a5c0c7efdaf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
15441 2024.11.09 02:54:25.011192 [ 306 ] {} <Debug> HTTP-Session: 0d0db0ce-b4df-4a37-b049-270eaba0233f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15442 2024.11.09 02:54:25.011364 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36990, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15443 2024.11.09 02:54:25.011430 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57108, User-Agent: (none), Length: 7980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15444 2024.11.09 02:54:25.011544 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15445 2024.11.09 02:54:25.011578 [ 307 ] {} <Debug> HTTP-Session: 711f3e83-866f-4769-a235-31e871205f5f Authenticating user 'default' from [fd00:1122:3344:101::d]:57108
15446 2024.11.09 02:54:25.011608 [ 307 ] {} <Debug> HTTP-Session: 711f3e83-866f-4769-a235-31e871205f5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15447 2024.11.09 02:54:25.011624 [ 307 ] {} <Debug> HTTP-Session: 711f3e83-866f-4769-a235-31e871205f5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15448 2024.11.09 02:54:25.011680 [ 307 ] {} <Trace> HTTP-Session: 711f3e83-866f-4769-a235-31e871205f5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15449 2024.11.09 02:54:25.011882 [ 307 ] {80b42988-f685-4004-baa0-df7b2bb1ce04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
15450 2024.11.09 02:54:25.011950 [ 307 ] {80b42988-f685-4004-baa0-df7b2bb1ce04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15451 2024.11.09 02:54:25.012286 [ 307 ] {80b42988-f685-4004-baa0-df7b2bb1ce04} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15452 2024.11.09 02:54:25.012684 [ 307 ] {80b42988-f685-4004-baa0-df7b2bb1ce04} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15453 2024.11.09 02:54:25.012726 [ 307 ] {80b42988-f685-4004-baa0-df7b2bb1ce04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
15454 2024.11.09 02:54:25.013158 [ 307 ] {80b42988-f685-4004-baa0-df7b2bb1ce04} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
15455 2024.11.09 02:54:25.013557 [ 307 ] {80b42988-f685-4004-baa0-df7b2bb1ce04} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15456 2024.11.09 02:54:25.013727 [ 307 ] {80b42988-f685-4004-baa0-df7b2bb1ce04} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001912 sec., 29811.715481171548 rows/sec., 2.29 MiB/sec.
15457 2024.11.09 02:54:25.014008 [ 307 ] {80b42988-f685-4004-baa0-df7b2bb1ce04} <Debug> DynamicQueryHandler: Done processing query
15458 2024.11.09 02:54:25.014072 [ 307 ] {80b42988-f685-4004-baa0-df7b2bb1ce04} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
15459 2024.11.09 02:54:25.014124 [ 307 ] {} <Debug> HTTP-Session: 711f3e83-866f-4769-a235-31e871205f5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15460 2024.11.09 02:54:25.014333 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57108, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15461 2024.11.09 02:54:25.014440 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35706, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15462 2024.11.09 02:54:25.014515 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15463 2024.11.09 02:54:25.014541 [ 306 ] {} <Debug> HTTP-Session: ff6147ad-ead9-40e1-af6b-705d095aad53 Authenticating user 'default' from [fd00:1122:3344:101::d]:35706
15464 2024.11.09 02:54:25.014562 [ 306 ] {} <Debug> HTTP-Session: ff6147ad-ead9-40e1-af6b-705d095aad53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15465 2024.11.09 02:54:25.014580 [ 306 ] {} <Debug> HTTP-Session: ff6147ad-ead9-40e1-af6b-705d095aad53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15466 2024.11.09 02:54:25.014625 [ 306 ] {} <Trace> HTTP-Session: ff6147ad-ead9-40e1-af6b-705d095aad53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15467 2024.11.09 02:54:25.014746 [ 306 ] {df7c13a9-f2af-4c03-b7ea-f8ffe5ec56e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35706) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
15468 2024.11.09 02:54:25.014809 [ 306 ] {df7c13a9-f2af-4c03-b7ea-f8ffe5ec56e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15469 2024.11.09 02:54:25.015215 [ 306 ] {df7c13a9-f2af-4c03-b7ea-f8ffe5ec56e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15470 2024.11.09 02:54:25.015563 [ 306 ] {df7c13a9-f2af-4c03-b7ea-f8ffe5ec56e4} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15471 2024.11.09 02:54:25.015606 [ 306 ] {df7c13a9-f2af-4c03-b7ea-f8ffe5ec56e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
15472 2024.11.09 02:54:25.015958 [ 306 ] {df7c13a9-f2af-4c03-b7ea-f8ffe5ec56e4} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
15473 2024.11.09 02:54:25.016340 [ 306 ] {df7c13a9-f2af-4c03-b7ea-f8ffe5ec56e4} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15474 2024.11.09 02:54:25.016469 [ 306 ] {df7c13a9-f2af-4c03-b7ea-f8ffe5ec56e4} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001755 sec., 1139.6011396011395 rows/sec., 79.57 KiB/sec.
15475 2024.11.09 02:54:25.016637 [ 306 ] {df7c13a9-f2af-4c03-b7ea-f8ffe5ec56e4} <Debug> DynamicQueryHandler: Done processing query
15476 2024.11.09 02:54:25.016662 [ 306 ] {df7c13a9-f2af-4c03-b7ea-f8ffe5ec56e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
15477 2024.11.09 02:54:25.016678 [ 306 ] {} <Debug> HTTP-Session: ff6147ad-ead9-40e1-af6b-705d095aad53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15478 2024.11.09 02:54:25.016852 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57108, User-Agent: (none), Length: 11237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15479 2024.11.09 02:54:25.016874 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35706, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15480 2024.11.09 02:54:25.016947 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15481 2024.11.09 02:54:25.016990 [ 307 ] {} <Debug> HTTP-Session: 3b601cb7-4d93-4cf4-8049-a0ba1660a03c Authenticating user 'default' from [fd00:1122:3344:101::d]:57108
15482 2024.11.09 02:54:25.017013 [ 307 ] {} <Debug> HTTP-Session: 3b601cb7-4d93-4cf4-8049-a0ba1660a03c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15483 2024.11.09 02:54:25.017045 [ 307 ] {} <Debug> HTTP-Session: 3b601cb7-4d93-4cf4-8049-a0ba1660a03c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15484 2024.11.09 02:54:25.017096 [ 307 ] {} <Trace> HTTP-Session: 3b601cb7-4d93-4cf4-8049-a0ba1660a03c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15485 2024.11.09 02:54:25.017261 [ 307 ] {ffd830b7-78de-4bab-bb99-e10c984c256f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
15486 2024.11.09 02:54:25.017318 [ 307 ] {ffd830b7-78de-4bab-bb99-e10c984c256f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15487 2024.11.09 02:54:25.017630 [ 307 ] {ffd830b7-78de-4bab-bb99-e10c984c256f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15488 2024.11.09 02:54:25.017980 [ 307 ] {ffd830b7-78de-4bab-bb99-e10c984c256f} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15489 2024.11.09 02:54:25.018018 [ 307 ] {ffd830b7-78de-4bab-bb99-e10c984c256f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
15490 2024.11.09 02:54:25.018384 [ 307 ] {ffd830b7-78de-4bab-bb99-e10c984c256f} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
15491 2024.11.09 02:54:25.018764 [ 307 ] {ffd830b7-78de-4bab-bb99-e10c984c256f} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15492 2024.11.09 02:54:25.018915 [ 307 ] {ffd830b7-78de-4bab-bb99-e10c984c256f} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.00171 sec., 38596.491228070176 rows/sec., 3.01 MiB/sec.
15493 2024.11.09 02:54:25.019094 [ 307 ] {ffd830b7-78de-4bab-bb99-e10c984c256f} <Debug> DynamicQueryHandler: Done processing query
15494 2024.11.09 02:54:25.019119 [ 307 ] {ffd830b7-78de-4bab-bb99-e10c984c256f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
15495 2024.11.09 02:54:25.019136 [ 307 ] {} <Debug> HTTP-Session: 3b601cb7-4d93-4cf4-8049-a0ba1660a03c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15496 2024.11.09 02:54:25.019348 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57108, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15497 2024.11.09 02:54:25.019455 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61939, User-Agent: (none), Length: 24729, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15498 2024.11.09 02:54:25.019526 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15499 2024.11.09 02:54:25.019551 [ 306 ] {} <Debug> HTTP-Session: 786ab70c-412b-4856-82a6-3938585933f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61939
15500 2024.11.09 02:54:25.019571 [ 306 ] {} <Debug> HTTP-Session: 786ab70c-412b-4856-82a6-3938585933f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15501 2024.11.09 02:54:25.019588 [ 306 ] {} <Debug> HTTP-Session: 786ab70c-412b-4856-82a6-3938585933f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15502 2024.11.09 02:54:25.019635 [ 306 ] {} <Trace> HTTP-Session: 786ab70c-412b-4856-82a6-3938585933f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15503 2024.11.09 02:54:25.019826 [ 306 ] {5b7f1b01-e417-4292-828a-fa0b399fd750} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61939) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
15504 2024.11.09 02:54:25.019885 [ 306 ] {5b7f1b01-e417-4292-828a-fa0b399fd750} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15505 2024.11.09 02:54:25.020096 [ 306 ] {5b7f1b01-e417-4292-828a-fa0b399fd750} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15506 2024.11.09 02:54:25.020509 [ 306 ] {5b7f1b01-e417-4292-828a-fa0b399fd750} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15507 2024.11.09 02:54:25.020553 [ 306 ] {5b7f1b01-e417-4292-828a-fa0b399fd750} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
15508 2024.11.09 02:54:25.020961 [ 306 ] {5b7f1b01-e417-4292-828a-fa0b399fd750} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
15509 2024.11.09 02:54:25.021305 [ 306 ] {5b7f1b01-e417-4292-828a-fa0b399fd750} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15510 2024.11.09 02:54:25.021439 [ 306 ] {5b7f1b01-e417-4292-828a-fa0b399fd750} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001693 sec., 76196.10159480212 rows/sec., 5.31 MiB/sec.
15511 2024.11.09 02:54:25.021641 [ 306 ] {5b7f1b01-e417-4292-828a-fa0b399fd750} <Debug> DynamicQueryHandler: Done processing query
15512 2024.11.09 02:54:25.021681 [ 306 ] {5b7f1b01-e417-4292-828a-fa0b399fd750} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
15513 2024.11.09 02:54:25.021714 [ 306 ] {} <Debug> HTTP-Session: 786ab70c-412b-4856-82a6-3938585933f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15514 2024.11.09 02:54:25.021946 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57108, User-Agent: (none), Length: 7317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15515 2024.11.09 02:54:25.021959 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61939, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15516 2024.11.09 02:54:25.022042 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15517 2024.11.09 02:54:25.022082 [ 307 ] {} <Debug> HTTP-Session: 0bbeab0b-2543-4c35-843c-61922d4b7989 Authenticating user 'default' from [fd00:1122:3344:101::d]:57108
15518 2024.11.09 02:54:25.022103 [ 307 ] {} <Debug> HTTP-Session: 0bbeab0b-2543-4c35-843c-61922d4b7989 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15519 2024.11.09 02:54:25.022121 [ 307 ] {} <Debug> HTTP-Session: 0bbeab0b-2543-4c35-843c-61922d4b7989 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15520 2024.11.09 02:54:25.022176 [ 307 ] {} <Trace> HTTP-Session: 0bbeab0b-2543-4c35-843c-61922d4b7989 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15521 2024.11.09 02:54:25.022326 [ 307 ] {9d2bdd63-b76f-4a4c-a8eb-c4860662db99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
15522 2024.11.09 02:54:25.022385 [ 307 ] {9d2bdd63-b76f-4a4c-a8eb-c4860662db99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15523 2024.11.09 02:54:25.022574 [ 307 ] {9d2bdd63-b76f-4a4c-a8eb-c4860662db99} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15524 2024.11.09 02:54:25.022973 [ 307 ] {9d2bdd63-b76f-4a4c-a8eb-c4860662db99} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15525 2024.11.09 02:54:25.023009 [ 307 ] {9d2bdd63-b76f-4a4c-a8eb-c4860662db99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB.
15526 2024.11.09 02:54:25.023389 [ 307 ] {9d2bdd63-b76f-4a4c-a8eb-c4860662db99} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
15527 2024.11.09 02:54:25.023721 [ 307 ] {9d2bdd63-b76f-4a4c-a8eb-c4860662db99} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15528 2024.11.09 02:54:25.023875 [ 307 ] {9d2bdd63-b76f-4a4c-a8eb-c4860662db99} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001592 sec., 30150.75376884422 rows/sec., 2.03 MiB/sec.
15529 2024.11.09 02:54:25.024127 [ 307 ] {9d2bdd63-b76f-4a4c-a8eb-c4860662db99} <Debug> DynamicQueryHandler: Done processing query
15530 2024.11.09 02:54:25.024181 [ 307 ] {9d2bdd63-b76f-4a4c-a8eb-c4860662db99} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
15531 2024.11.09 02:54:25.024237 [ 307 ] {} <Debug> HTTP-Session: 0bbeab0b-2543-4c35-843c-61922d4b7989 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15532 2024.11.09 02:54:25.024741 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57108, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15533 2024.11.09 02:54:29.993287 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56619, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15534 2024.11.09 02:54:30.010429 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39076, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15535 2024.11.09 02:54:30.010570 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15536 2024.11.09 02:54:30.010599 [ 307 ] {} <Debug> HTTP-Session: 2582631d-fd4e-4d3d-b2da-a26671eefcd7 Authenticating user 'default' from [fd00:1122:3344:101::d]:39076
15537 2024.11.09 02:54:30.010628 [ 307 ] {} <Debug> HTTP-Session: 2582631d-fd4e-4d3d-b2da-a26671eefcd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15538 2024.11.09 02:54:30.010646 [ 307 ] {} <Debug> HTTP-Session: 2582631d-fd4e-4d3d-b2da-a26671eefcd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15539 2024.11.09 02:54:30.010707 [ 307 ] {} <Trace> HTTP-Session: 2582631d-fd4e-4d3d-b2da-a26671eefcd7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15540 2024.11.09 02:54:30.010937 [ 307 ] {071cea79-1630-48f9-b448-99554b8842c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39076) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
15541 2024.11.09 02:54:30.011006 [ 307 ] {071cea79-1630-48f9-b448-99554b8842c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15542 2024.11.09 02:54:30.011349 [ 307 ] {071cea79-1630-48f9-b448-99554b8842c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15543 2024.11.09 02:54:30.011849 [ 307 ] {071cea79-1630-48f9-b448-99554b8842c2} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15544 2024.11.09 02:54:30.011894 [ 307 ] {071cea79-1630-48f9-b448-99554b8842c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB.
15545 2024.11.09 02:54:30.012326 [ 307 ] {071cea79-1630-48f9-b448-99554b8842c2} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
15546 2024.11.09 02:54:30.012722 [ 307 ] {071cea79-1630-48f9-b448-99554b8842c2} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15547 2024.11.09 02:54:30.012914 [ 307 ] {071cea79-1630-48f9-b448-99554b8842c2} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002041 sec., 27437.530622244 rows/sec., 2.11 MiB/sec.
15548 2024.11.09 02:54:30.013146 [ 307 ] {071cea79-1630-48f9-b448-99554b8842c2} <Debug> DynamicQueryHandler: Done processing query
15549 2024.11.09 02:54:30.013177 [ 307 ] {071cea79-1630-48f9-b448-99554b8842c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
15550 2024.11.09 02:54:30.013199 [ 307 ] {} <Debug> HTTP-Session: 2582631d-fd4e-4d3d-b2da-a26671eefcd7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15551 2024.11.09 02:54:30.013430 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39076, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15552 2024.11.09 02:54:30.013545 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46567, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15553 2024.11.09 02:54:30.013668 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15554 2024.11.09 02:54:30.013698 [ 306 ] {} <Debug> HTTP-Session: ffc87205-a19c-463d-af2d-378d1c4c90a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:46567
15555 2024.11.09 02:54:30.013726 [ 306 ] {} <Debug> HTTP-Session: ffc87205-a19c-463d-af2d-378d1c4c90a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15556 2024.11.09 02:54:30.013743 [ 306 ] {} <Debug> HTTP-Session: ffc87205-a19c-463d-af2d-378d1c4c90a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15557 2024.11.09 02:54:30.013805 [ 306 ] {} <Trace> HTTP-Session: ffc87205-a19c-463d-af2d-378d1c4c90a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15558 2024.11.09 02:54:30.014048 [ 306 ] {b92d4e30-62e1-45e5-a8a1-3c1e3e9ff55d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46567) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
15559 2024.11.09 02:54:30.014124 [ 306 ] {b92d4e30-62e1-45e5-a8a1-3c1e3e9ff55d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15560 2024.11.09 02:54:30.014508 [ 306 ] {b92d4e30-62e1-45e5-a8a1-3c1e3e9ff55d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15561 2024.11.09 02:54:30.014968 [ 306 ] {b92d4e30-62e1-45e5-a8a1-3c1e3e9ff55d} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15562 2024.11.09 02:54:30.015010 [ 306 ] {b92d4e30-62e1-45e5-a8a1-3c1e3e9ff55d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB.
15563 2024.11.09 02:54:30.015440 [ 306 ] {b92d4e30-62e1-45e5-a8a1-3c1e3e9ff55d} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
15564 2024.11.09 02:54:30.015831 [ 306 ] {b92d4e30-62e1-45e5-a8a1-3c1e3e9ff55d} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15565 2024.11.09 02:54:30.016010 [ 306 ] {b92d4e30-62e1-45e5-a8a1-3c1e3e9ff55d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002053 sec., 31173.89186556259 rows/sec., 2.43 MiB/sec.
15566 2024.11.09 02:54:30.016309 [ 306 ] {b92d4e30-62e1-45e5-a8a1-3c1e3e9ff55d} <Debug> DynamicQueryHandler: Done processing query
15567 2024.11.09 02:54:30.016371 [ 306 ] {b92d4e30-62e1-45e5-a8a1-3c1e3e9ff55d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
15568 2024.11.09 02:54:30.016430 [ 306 ] {} <Debug> HTTP-Session: ffc87205-a19c-463d-af2d-378d1c4c90a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15569 2024.11.09 02:54:30.016690 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46567, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15570 2024.11.09 02:54:30.016763 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63153, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15571 2024.11.09 02:54:30.016854 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15572 2024.11.09 02:54:30.016878 [ 307 ] {} <Debug> HTTP-Session: da3d0d40-1d7d-4b8c-a7c8-610944ae93d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:63153
15573 2024.11.09 02:54:30.016898 [ 307 ] {} <Debug> HTTP-Session: da3d0d40-1d7d-4b8c-a7c8-610944ae93d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15574 2024.11.09 02:54:30.016913 [ 307 ] {} <Debug> HTTP-Session: da3d0d40-1d7d-4b8c-a7c8-610944ae93d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15575 2024.11.09 02:54:30.016956 [ 307 ] {} <Trace> HTTP-Session: da3d0d40-1d7d-4b8c-a7c8-610944ae93d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15576 2024.11.09 02:54:30.017147 [ 307 ] {17d8b87f-c338-453f-a6c6-cc7e12203f8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
15577 2024.11.09 02:54:30.017204 [ 307 ] {17d8b87f-c338-453f-a6c6-cc7e12203f8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15578 2024.11.09 02:54:30.017392 [ 307 ] {17d8b87f-c338-453f-a6c6-cc7e12203f8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15579 2024.11.09 02:54:30.017817 [ 307 ] {17d8b87f-c338-453f-a6c6-cc7e12203f8e} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15580 2024.11.09 02:54:30.017856 [ 307 ] {17d8b87f-c338-453f-a6c6-cc7e12203f8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB.
15581 2024.11.09 02:54:30.018267 [ 307 ] {17d8b87f-c338-453f-a6c6-cc7e12203f8e} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
15582 2024.11.09 02:54:30.018632 [ 307 ] {17d8b87f-c338-453f-a6c6-cc7e12203f8e} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15583 2024.11.09 02:54:30.018795 [ 307 ] {17d8b87f-c338-453f-a6c6-cc7e12203f8e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001726 sec., 92699.88412514483 rows/sec., 6.46 MiB/sec.
15584 2024.11.09 02:54:30.018984 [ 307 ] {17d8b87f-c338-453f-a6c6-cc7e12203f8e} <Debug> DynamicQueryHandler: Done processing query
15585 2024.11.09 02:54:30.019008 [ 307 ] {17d8b87f-c338-453f-a6c6-cc7e12203f8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
15586 2024.11.09 02:54:30.019024 [ 307 ] {} <Debug> HTTP-Session: da3d0d40-1d7d-4b8c-a7c8-610944ae93d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15587 2024.11.09 02:54:30.019189 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63153, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15588 2024.11.09 02:54:30.019295 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63750, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15589 2024.11.09 02:54:30.019384 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15590 2024.11.09 02:54:30.019411 [ 306 ] {} <Debug> HTTP-Session: 574548f2-63c5-4a82-9673-d64ff193dcb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:63750
15591 2024.11.09 02:54:30.019433 [ 306 ] {} <Debug> HTTP-Session: 574548f2-63c5-4a82-9673-d64ff193dcb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15592 2024.11.09 02:54:30.019451 [ 306 ] {} <Debug> HTTP-Session: 574548f2-63c5-4a82-9673-d64ff193dcb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15593 2024.11.09 02:54:30.019498 [ 306 ] {} <Trace> HTTP-Session: 574548f2-63c5-4a82-9673-d64ff193dcb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15594 2024.11.09 02:54:30.019672 [ 306 ] {d31a5ad4-b476-405d-84f1-cc8f81bf603c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63750) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
15595 2024.11.09 02:54:30.019734 [ 306 ] {d31a5ad4-b476-405d-84f1-cc8f81bf603c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15596 2024.11.09 02:54:30.019914 [ 306 ] {d31a5ad4-b476-405d-84f1-cc8f81bf603c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15597 2024.11.09 02:54:30.020241 [ 306 ] {d31a5ad4-b476-405d-84f1-cc8f81bf603c} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15598 2024.11.09 02:54:30.020279 [ 306 ] {d31a5ad4-b476-405d-84f1-cc8f81bf603c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB.
15599 2024.11.09 02:54:30.020669 [ 306 ] {d31a5ad4-b476-405d-84f1-cc8f81bf603c} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
15600 2024.11.09 02:54:30.020999 [ 306 ] {d31a5ad4-b476-405d-84f1-cc8f81bf603c} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15601 2024.11.09 02:54:30.021160 [ 306 ] {d31a5ad4-b476-405d-84f1-cc8f81bf603c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001544 sec., 38860.103626943004 rows/sec., 2.62 MiB/sec.
15602 2024.11.09 02:54:30.021351 [ 306 ] {d31a5ad4-b476-405d-84f1-cc8f81bf603c} <Debug> DynamicQueryHandler: Done processing query
15603 2024.11.09 02:54:30.021376 [ 306 ] {d31a5ad4-b476-405d-84f1-cc8f81bf603c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
15604 2024.11.09 02:54:30.021393 [ 306 ] {} <Debug> HTTP-Session: 574548f2-63c5-4a82-9673-d64ff193dcb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15605 2024.11.09 02:54:30.021615 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63750, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15606 2024.11.09 02:54:30.593522 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61575, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15607 2024.11.09 02:54:30.622118 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61043, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15608 2024.11.09 02:54:30.697625 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:42644, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15609 2024.11.09 02:54:30.737977 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62880, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15610 2024.11.09 02:54:30.742274 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47921, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15611 2024.11.09 02:54:30.789780 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:42950, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15612 2024.11.09 02:54:30.909962 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49411, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15613 2024.11.09 02:54:31.422448 [ 122 ] {} <Debug> DNSResolver: Updating DNS cache
15614 2024.11.09 02:54:31.422532 [ 122 ] {} <Debug> DNSResolver: Updated DNS cache
15615 2024.11.09 02:54:31.769873 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1404
15616 2024.11.09 02:54:31.771580 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46411, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15617 2024.11.09 02:54:31.772459 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15618 2024.11.09 02:54:31.772508 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB.
15619 2024.11.09 02:54:31.773089 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37467, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15620 2024.11.09 02:54:31.774060 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
15621 2024.11.09 02:54:31.775038 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15622 2024.11.09 02:54:31.775586 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1404
15623 2024.11.09 02:54:32.001385 [ 245 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000954479 sec.
15624 2024.11.09 02:54:32.238596 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35454, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15625 2024.11.09 02:54:32.312920 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56962, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15626 2024.11.09 02:54:32.321224 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58228, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15627 2024.11.09 02:54:32.329595 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35809, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15628 2024.11.09 02:54:32.412873 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40659, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15629 2024.11.09 02:54:32.460365 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53873, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15630 2024.11.09 02:54:32.467659 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34860, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15631 2024.11.09 02:54:32.484611 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60959, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15632 2024.11.09 02:54:32.488958 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49716, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15633 2024.11.09 02:54:32.551985 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42586, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15634 2024.11.09 02:54:32.633400 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41659, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15635 2024.11.09 02:54:32.636704 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50388, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15636 2024.11.09 02:54:32.642989 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36817, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15637 2024.11.09 02:54:32.694318 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44185, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15638 2024.11.09 02:54:35.025774 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52661, User-Agent: (none), Length: 41147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15639 2024.11.09 02:54:35.025936 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15640 2024.11.09 02:54:35.025973 [ 286 ] {} <Debug> HTTP-Session: 3999e0c1-0d19-4b91-91d6-15354417bddd Authenticating user 'default' from [fd00:1122:3344:101::d]:52661
15641 2024.11.09 02:54:35.026005 [ 286 ] {} <Debug> HTTP-Session: 3999e0c1-0d19-4b91-91d6-15354417bddd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15642 2024.11.09 02:54:35.026026 [ 286 ] {} <Debug> HTTP-Session: 3999e0c1-0d19-4b91-91d6-15354417bddd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15643 2024.11.09 02:54:35.026099 [ 286 ] {} <Trace> HTTP-Session: 3999e0c1-0d19-4b91-91d6-15354417bddd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15644 2024.11.09 02:54:35.026473 [ 286 ] {4bffe28e-dc2b-403f-9508-32f3950f3d2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52661) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
15645 2024.11.09 02:54:35.026561 [ 286 ] {4bffe28e-dc2b-403f-9508-32f3950f3d2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15646 2024.11.09 02:54:35.027048 [ 286 ] {4bffe28e-dc2b-403f-9508-32f3950f3d2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15647 2024.11.09 02:54:35.027939 [ 286 ] {4bffe28e-dc2b-403f-9508-32f3950f3d2e} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15648 2024.11.09 02:54:35.027994 [ 286 ] {4bffe28e-dc2b-403f-9508-32f3950f3d2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB.
15649 2024.11.09 02:54:35.028626 [ 286 ] {4bffe28e-dc2b-403f-9508-32f3950f3d2e} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
15650 2024.11.09 02:54:35.029233 [ 286 ] {4bffe28e-dc2b-403f-9508-32f3950f3d2e} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15651 2024.11.09 02:54:35.029458 [ 286 ] {4bffe28e-dc2b-403f-9508-32f3950f3d2e} <Debug> executeQuery: Read 271 rows, 24.70 KiB in 0.003156 sec., 85868.1875792142 rows/sec., 7.64 MiB/sec.
15652 2024.11.09 02:54:35.029803 [ 286 ] {4bffe28e-dc2b-403f-9508-32f3950f3d2e} <Debug> DynamicQueryHandler: Done processing query
15653 2024.11.09 02:54:35.029845 [ 286 ] {4bffe28e-dc2b-403f-9508-32f3950f3d2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
15654 2024.11.09 02:54:35.029870 [ 286 ] {} <Debug> HTTP-Session: 3999e0c1-0d19-4b91-91d6-15354417bddd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15655 2024.11.09 02:54:35.030255 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52661, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15656 2024.11.09 02:54:35.030316 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60908, User-Agent: (none), Length: 5927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15657 2024.11.09 02:54:35.030406 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15658 2024.11.09 02:54:35.030443 [ 293 ] {} <Debug> HTTP-Session: 66793677-8662-45d6-9799-5bc0aa2fd54e Authenticating user 'default' from [fd00:1122:3344:101::d]:60908
15659 2024.11.09 02:54:35.030472 [ 293 ] {} <Debug> HTTP-Session: 66793677-8662-45d6-9799-5bc0aa2fd54e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15660 2024.11.09 02:54:35.030500 [ 293 ] {} <Debug> HTTP-Session: 66793677-8662-45d6-9799-5bc0aa2fd54e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15661 2024.11.09 02:54:35.030556 [ 293 ] {} <Trace> HTTP-Session: 66793677-8662-45d6-9799-5bc0aa2fd54e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15662 2024.11.09 02:54:35.030719 [ 293 ] {49cf4447-b95f-4cc1-b2c5-56023f5ba066} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60908) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
15663 2024.11.09 02:54:35.030785 [ 293 ] {49cf4447-b95f-4cc1-b2c5-56023f5ba066} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15664 2024.11.09 02:54:35.031140 [ 293 ] {49cf4447-b95f-4cc1-b2c5-56023f5ba066} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15665 2024.11.09 02:54:35.031707 [ 293 ] {49cf4447-b95f-4cc1-b2c5-56023f5ba066} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15666 2024.11.09 02:54:35.031757 [ 293 ] {49cf4447-b95f-4cc1-b2c5-56023f5ba066} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB.
15667 2024.11.09 02:54:35.032285 [ 293 ] {49cf4447-b95f-4cc1-b2c5-56023f5ba066} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
15668 2024.11.09 02:54:35.032794 [ 293 ] {49cf4447-b95f-4cc1-b2c5-56023f5ba066} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15669 2024.11.09 02:54:35.033000 [ 293 ] {49cf4447-b95f-4cc1-b2c5-56023f5ba066} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.002332 sec., 17581.475128644943 rows/sec., 1.29 MiB/sec.
15670 2024.11.09 02:54:35.033385 [ 293 ] {49cf4447-b95f-4cc1-b2c5-56023f5ba066} <Debug> DynamicQueryHandler: Done processing query
15671 2024.11.09 02:54:35.033458 [ 293 ] {49cf4447-b95f-4cc1-b2c5-56023f5ba066} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
15672 2024.11.09 02:54:35.033530 [ 293 ] {} <Debug> HTTP-Session: 66793677-8662-45d6-9799-5bc0aa2fd54e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15673 2024.11.09 02:54:35.033780 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60908, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15674 2024.11.09 02:54:35.033907 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48589, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15675 2024.11.09 02:54:35.033986 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15676 2024.11.09 02:54:35.034018 [ 286 ] {} <Debug> HTTP-Session: d2163585-034a-4eda-a951-0a248afd8bcf Authenticating user 'default' from [fd00:1122:3344:101::d]:48589
15677 2024.11.09 02:54:35.034045 [ 286 ] {} <Debug> HTTP-Session: d2163585-034a-4eda-a951-0a248afd8bcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15678 2024.11.09 02:54:35.034065 [ 286 ] {} <Debug> HTTP-Session: d2163585-034a-4eda-a951-0a248afd8bcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15679 2024.11.09 02:54:35.034116 [ 286 ] {} <Trace> HTTP-Session: d2163585-034a-4eda-a951-0a248afd8bcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15680 2024.11.09 02:54:35.034267 [ 286 ] {bcc6169e-e7b8-40ef-83ca-1577f2ca940a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48589) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
15681 2024.11.09 02:54:35.034337 [ 286 ] {bcc6169e-e7b8-40ef-83ca-1577f2ca940a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
15682 2024.11.09 02:54:35.034697 [ 286 ] {bcc6169e-e7b8-40ef-83ca-1577f2ca940a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15683 2024.11.09 02:54:35.036178 [ 286 ] {bcc6169e-e7b8-40ef-83ca-1577f2ca940a} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15684 2024.11.09 02:54:35.036249 [ 286 ] {bcc6169e-e7b8-40ef-83ca-1577f2ca940a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB.
15685 2024.11.09 02:54:35.036796 [ 286 ] {bcc6169e-e7b8-40ef-83ca-1577f2ca940a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
15686 2024.11.09 02:54:35.037363 [ 286 ] {bcc6169e-e7b8-40ef-83ca-1577f2ca940a} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15687 2024.11.09 02:54:35.037600 [ 286 ] {bcc6169e-e7b8-40ef-83ca-1577f2ca940a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003368 sec., 4156.769596199525 rows/sec., 291.11 KiB/sec.
15688 2024.11.09 02:54:35.037820 [ 286 ] {bcc6169e-e7b8-40ef-83ca-1577f2ca940a} <Debug> DynamicQueryHandler: Done processing query
15689 2024.11.09 02:54:35.037852 [ 286 ] {bcc6169e-e7b8-40ef-83ca-1577f2ca940a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
15690 2024.11.09 02:54:35.037875 [ 286 ] {} <Debug> HTTP-Session: d2163585-034a-4eda-a951-0a248afd8bcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15691 2024.11.09 02:54:35.038106 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48589, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15692 2024.11.09 02:54:35.038167 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60908, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15693 2024.11.09 02:54:35.038239 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15694 2024.11.09 02:54:35.038269 [ 293 ] {} <Debug> HTTP-Session: 89ab89d0-76f1-4ff1-8b33-09cdf22a69ee Authenticating user 'default' from [fd00:1122:3344:101::d]:60908
15695 2024.11.09 02:54:35.038292 [ 293 ] {} <Debug> HTTP-Session: 89ab89d0-76f1-4ff1-8b33-09cdf22a69ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15696 2024.11.09 02:54:35.038314 [ 293 ] {} <Debug> HTTP-Session: 89ab89d0-76f1-4ff1-8b33-09cdf22a69ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15697 2024.11.09 02:54:35.038357 [ 293 ] {} <Trace> HTTP-Session: 89ab89d0-76f1-4ff1-8b33-09cdf22a69ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15698 2024.11.09 02:54:35.038491 [ 293 ] {43371152-e73f-4130-98fe-d86eb04c2459} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60908) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
15699 2024.11.09 02:54:35.038557 [ 293 ] {43371152-e73f-4130-98fe-d86eb04c2459} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
15700 2024.11.09 02:54:35.038897 [ 293 ] {43371152-e73f-4130-98fe-d86eb04c2459} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15701 2024.11.09 02:54:35.039373 [ 293 ] {43371152-e73f-4130-98fe-d86eb04c2459} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15702 2024.11.09 02:54:35.039427 [ 293 ] {43371152-e73f-4130-98fe-d86eb04c2459} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB.
15703 2024.11.09 02:54:35.039954 [ 293 ] {43371152-e73f-4130-98fe-d86eb04c2459} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
15704 2024.11.09 02:54:35.040447 [ 293 ] {43371152-e73f-4130-98fe-d86eb04c2459} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15705 2024.11.09 02:54:35.040673 [ 293 ] {43371152-e73f-4130-98fe-d86eb04c2459} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.0022 sec., 2727.272727272727 rows/sec., 161.13 KiB/sec.
15706 2024.11.09 02:54:35.040946 [ 293 ] {43371152-e73f-4130-98fe-d86eb04c2459} <Debug> DynamicQueryHandler: Done processing query
15707 2024.11.09 02:54:35.040988 [ 293 ] {43371152-e73f-4130-98fe-d86eb04c2459} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
15708 2024.11.09 02:54:35.041008 [ 293 ] {} <Debug> HTTP-Session: 89ab89d0-76f1-4ff1-8b33-09cdf22a69ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15709 2024.11.09 02:54:35.041314 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60908, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15710 2024.11.09 02:54:35.041476 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42547, User-Agent: (none), Length: 68708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15711 2024.11.09 02:54:35.041546 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15712 2024.11.09 02:54:35.041581 [ 286 ] {} <Debug> HTTP-Session: 897411fa-7ad6-4b87-830f-71b4f215975e Authenticating user 'default' from [fd00:1122:3344:101::d]:42547
15713 2024.11.09 02:54:35.041608 [ 286 ] {} <Debug> HTTP-Session: 897411fa-7ad6-4b87-830f-71b4f215975e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15714 2024.11.09 02:54:35.041629 [ 286 ] {} <Debug> HTTP-Session: 897411fa-7ad6-4b87-830f-71b4f215975e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15715 2024.11.09 02:54:35.041675 [ 286 ] {} <Trace> HTTP-Session: 897411fa-7ad6-4b87-830f-71b4f215975e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15716 2024.11.09 02:54:35.042003 [ 286 ] {97e04ee1-9c5d-48f1-8a97-1e8732e70c77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42547) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
15717 2024.11.09 02:54:35.042065 [ 286 ] {97e04ee1-9c5d-48f1-8a97-1e8732e70c77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15718 2024.11.09 02:54:35.042384 [ 286 ] {97e04ee1-9c5d-48f1-8a97-1e8732e70c77} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15719 2024.11.09 02:54:35.043248 [ 286 ] {97e04ee1-9c5d-48f1-8a97-1e8732e70c77} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15720 2024.11.09 02:54:35.043299 [ 286 ] {97e04ee1-9c5d-48f1-8a97-1e8732e70c77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB.
15721 2024.11.09 02:54:35.043827 [ 286 ] {97e04ee1-9c5d-48f1-8a97-1e8732e70c77} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
15722 2024.11.09 02:54:35.044296 [ 286 ] {97e04ee1-9c5d-48f1-8a97-1e8732e70c77} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15723 2024.11.09 02:54:35.044504 [ 286 ] {97e04ee1-9c5d-48f1-8a97-1e8732e70c77} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002691 sec., 157190.63545150502 rows/sec., 11.24 MiB/sec.
15724 2024.11.09 02:54:35.044761 [ 286 ] {97e04ee1-9c5d-48f1-8a97-1e8732e70c77} <Debug> DynamicQueryHandler: Done processing query
15725 2024.11.09 02:54:35.044794 [ 286 ] {97e04ee1-9c5d-48f1-8a97-1e8732e70c77} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
15726 2024.11.09 02:54:35.044817 [ 286 ] {} <Debug> HTTP-Session: 897411fa-7ad6-4b87-830f-71b4f215975e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15727 2024.11.09 02:54:35.045047 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42547, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15728 2024.11.09 02:54:35.045069 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60908, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15729 2024.11.09 02:54:35.045141 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15730 2024.11.09 02:54:35.045175 [ 293 ] {} <Debug> HTTP-Session: b866c25b-c791-4489-9706-09d0c5b922fe Authenticating user 'default' from [fd00:1122:3344:101::d]:60908
15731 2024.11.09 02:54:35.045216 [ 293 ] {} <Debug> HTTP-Session: b866c25b-c791-4489-9706-09d0c5b922fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15732 2024.11.09 02:54:35.045245 [ 293 ] {} <Debug> HTTP-Session: b866c25b-c791-4489-9706-09d0c5b922fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15733 2024.11.09 02:54:35.045287 [ 293 ] {} <Trace> HTTP-Session: b866c25b-c791-4489-9706-09d0c5b922fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15734 2024.11.09 02:54:35.045431 [ 293 ] {6b884d99-4aeb-4445-b365-6d587e2e856a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60908) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
15735 2024.11.09 02:54:35.045497 [ 293 ] {6b884d99-4aeb-4445-b365-6d587e2e856a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
15736 2024.11.09 02:54:35.045666 [ 293 ] {6b884d99-4aeb-4445-b365-6d587e2e856a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15737 2024.11.09 02:54:35.046049 [ 293 ] {6b884d99-4aeb-4445-b365-6d587e2e856a} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15738 2024.11.09 02:54:35.046100 [ 293 ] {6b884d99-4aeb-4445-b365-6d587e2e856a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB.
15739 2024.11.09 02:54:35.046627 [ 293 ] {6b884d99-4aeb-4445-b365-6d587e2e856a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
15740 2024.11.09 02:54:35.047117 [ 293 ] {6b884d99-4aeb-4445-b365-6d587e2e856a} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15741 2024.11.09 02:54:35.047339 [ 293 ] {6b884d99-4aeb-4445-b365-6d587e2e856a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001929 sec., 3110.419906687403 rows/sec., 162.51 KiB/sec.
15742 2024.11.09 02:54:35.047747 [ 293 ] {6b884d99-4aeb-4445-b365-6d587e2e856a} <Debug> DynamicQueryHandler: Done processing query
15743 2024.11.09 02:54:35.047785 [ 293 ] {6b884d99-4aeb-4445-b365-6d587e2e856a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
15744 2024.11.09 02:54:35.047804 [ 293 ] {} <Debug> HTTP-Session: b866c25b-c791-4489-9706-09d0c5b922fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15745 2024.11.09 02:54:35.048047 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60908, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15746 2024.11.09 02:54:35.048214 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57619, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15747 2024.11.09 02:54:35.048303 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15748 2024.11.09 02:54:35.048336 [ 286 ] {} <Debug> HTTP-Session: b6fd8a27-be33-4db0-9f83-2d671949576d Authenticating user 'default' from [fd00:1122:3344:101::d]:57619
15749 2024.11.09 02:54:35.048366 [ 286 ] {} <Debug> HTTP-Session: b6fd8a27-be33-4db0-9f83-2d671949576d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15750 2024.11.09 02:54:35.048391 [ 286 ] {} <Debug> HTTP-Session: b6fd8a27-be33-4db0-9f83-2d671949576d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15751 2024.11.09 02:54:35.048444 [ 286 ] {} <Trace> HTTP-Session: b6fd8a27-be33-4db0-9f83-2d671949576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15752 2024.11.09 02:54:35.048791 [ 286 ] {3b821a67-867d-419e-86ec-e4b0f2ac7361} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57619) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
15753 2024.11.09 02:54:35.048878 [ 286 ] {3b821a67-867d-419e-86ec-e4b0f2ac7361} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15754 2024.11.09 02:54:35.049125 [ 286 ] {3b821a67-867d-419e-86ec-e4b0f2ac7361} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15755 2024.11.09 02:54:35.049731 [ 286 ] {3b821a67-867d-419e-86ec-e4b0f2ac7361} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15756 2024.11.09 02:54:35.049784 [ 286 ] {3b821a67-867d-419e-86ec-e4b0f2ac7361} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB.
15757 2024.11.09 02:54:35.050326 [ 286 ] {3b821a67-867d-419e-86ec-e4b0f2ac7361} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
15758 2024.11.09 02:54:35.050792 [ 286 ] {3b821a67-867d-419e-86ec-e4b0f2ac7361} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15759 2024.11.09 02:54:35.051018 [ 286 ] {3b821a67-867d-419e-86ec-e4b0f2ac7361} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002402 sec., 98667.77685262282 rows/sec., 6.61 MiB/sec.
15760 2024.11.09 02:54:35.051255 [ 286 ] {3b821a67-867d-419e-86ec-e4b0f2ac7361} <Debug> DynamicQueryHandler: Done processing query
15761 2024.11.09 02:54:35.051287 [ 286 ] {3b821a67-867d-419e-86ec-e4b0f2ac7361} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
15762 2024.11.09 02:54:35.051309 [ 286 ] {} <Debug> HTTP-Session: b6fd8a27-be33-4db0-9f83-2d671949576d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15763 2024.11.09 02:54:35.051585 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57619, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15764 2024.11.09 02:54:35.051597 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60908, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15765 2024.11.09 02:54:35.051675 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15766 2024.11.09 02:54:35.051706 [ 293 ] {} <Debug> HTTP-Session: d0d77504-cb6c-41ba-9052-797b60c7f5a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:60908
15767 2024.11.09 02:54:35.051728 [ 293 ] {} <Debug> HTTP-Session: d0d77504-cb6c-41ba-9052-797b60c7f5a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15768 2024.11.09 02:54:35.051747 [ 293 ] {} <Debug> HTTP-Session: d0d77504-cb6c-41ba-9052-797b60c7f5a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15769 2024.11.09 02:54:35.051793 [ 293 ] {} <Trace> HTTP-Session: d0d77504-cb6c-41ba-9052-797b60c7f5a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15770 2024.11.09 02:54:35.051930 [ 293 ] {ee7f0786-8e0a-4925-9012-d9369d584d14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60908) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
15771 2024.11.09 02:54:35.052001 [ 293 ] {ee7f0786-8e0a-4925-9012-d9369d584d14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
15772 2024.11.09 02:54:35.052175 [ 293 ] {ee7f0786-8e0a-4925-9012-d9369d584d14} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15773 2024.11.09 02:54:35.052561 [ 293 ] {ee7f0786-8e0a-4925-9012-d9369d584d14} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15774 2024.11.09 02:54:35.052613 [ 293 ] {ee7f0786-8e0a-4925-9012-d9369d584d14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB.
15775 2024.11.09 02:54:35.053132 [ 293 ] {ee7f0786-8e0a-4925-9012-d9369d584d14} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
15776 2024.11.09 02:54:35.053603 [ 293 ] {ee7f0786-8e0a-4925-9012-d9369d584d14} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15777 2024.11.09 02:54:35.053806 [ 293 ] {ee7f0786-8e0a-4925-9012-d9369d584d14} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001903 sec., 525.4860746190226 rows/sec., 35.41 KiB/sec.
15778 2024.11.09 02:54:35.054050 [ 293 ] {ee7f0786-8e0a-4925-9012-d9369d584d14} <Debug> DynamicQueryHandler: Done processing query
15779 2024.11.09 02:54:35.054079 [ 293 ] {ee7f0786-8e0a-4925-9012-d9369d584d14} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
15780 2024.11.09 02:54:35.054098 [ 293 ] {} <Debug> HTTP-Session: d0d77504-cb6c-41ba-9052-797b60c7f5a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15781 2024.11.09 02:54:35.054429 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60908, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15782 2024.11.09 02:54:35.054523 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48563, User-Agent: (none), Length: 68958, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15783 2024.11.09 02:54:35.054594 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15784 2024.11.09 02:54:35.054623 [ 286 ] {} <Debug> HTTP-Session: 4d9053f9-7678-4273-bcde-96b7d8e56a62 Authenticating user 'default' from [fd00:1122:3344:101::d]:48563
15785 2024.11.09 02:54:35.054645 [ 286 ] {} <Debug> HTTP-Session: 4d9053f9-7678-4273-bcde-96b7d8e56a62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15786 2024.11.09 02:54:35.054663 [ 286 ] {} <Debug> HTTP-Session: 4d9053f9-7678-4273-bcde-96b7d8e56a62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15787 2024.11.09 02:54:35.054708 [ 286 ] {} <Trace> HTTP-Session: 4d9053f9-7678-4273-bcde-96b7d8e56a62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15788 2024.11.09 02:54:35.055271 [ 286 ] {dedf0a67-1678-4a22-b449-43f069b6a659} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48563) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
15789 2024.11.09 02:54:35.055366 [ 286 ] {dedf0a67-1678-4a22-b449-43f069b6a659} <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
15790 2024.11.09 02:54:35.055941 [ 286 ] {dedf0a67-1678-4a22-b449-43f069b6a659} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15791 2024.11.09 02:54:35.056969 [ 286 ] {dedf0a67-1678-4a22-b449-43f069b6a659} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15792 2024.11.09 02:54:35.057027 [ 286 ] {dedf0a67-1678-4a22-b449-43f069b6a659} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB.
15793 2024.11.09 02:54:35.057949 [ 286 ] {dedf0a67-1678-4a22-b449-43f069b6a659} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
15794 2024.11.09 02:54:35.058555 [ 286 ] {dedf0a67-1678-4a22-b449-43f069b6a659} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15795 2024.11.09 02:54:35.058826 [ 286 ] {dedf0a67-1678-4a22-b449-43f069b6a659} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003982 sec., 10296.33350075339 rows/sec., 18.45 MiB/sec.
15796 2024.11.09 02:54:35.059109 [ 286 ] {dedf0a67-1678-4a22-b449-43f069b6a659} <Debug> DynamicQueryHandler: Done processing query
15797 2024.11.09 02:54:35.059141 [ 286 ] {dedf0a67-1678-4a22-b449-43f069b6a659} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB.
15798 2024.11.09 02:54:35.059165 [ 286 ] {} <Debug> HTTP-Session: 4d9053f9-7678-4273-bcde-96b7d8e56a62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15799 2024.11.09 02:54:35.059420 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48563, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15800 2024.11.09 02:54:35.059529 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36459, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15801 2024.11.09 02:54:35.059601 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15802 2024.11.09 02:54:35.059631 [ 293 ] {} <Debug> HTTP-Session: c0413dbe-494e-49c3-955a-27e162d083a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36459
15803 2024.11.09 02:54:35.059656 [ 293 ] {} <Debug> HTTP-Session: c0413dbe-494e-49c3-955a-27e162d083a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15804 2024.11.09 02:54:35.059677 [ 293 ] {} <Debug> HTTP-Session: c0413dbe-494e-49c3-955a-27e162d083a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15805 2024.11.09 02:54:35.059723 [ 293 ] {} <Trace> HTTP-Session: c0413dbe-494e-49c3-955a-27e162d083a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15806 2024.11.09 02:54:35.059904 [ 293 ] {d4406c5f-140b-4eeb-bf15-535cffa42b20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36459) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
15807 2024.11.09 02:54:35.059974 [ 293 ] {d4406c5f-140b-4eeb-bf15-535cffa42b20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15808 2024.11.09 02:54:35.060151 [ 293 ] {d4406c5f-140b-4eeb-bf15-535cffa42b20} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15809 2024.11.09 02:54:35.060597 [ 293 ] {d4406c5f-140b-4eeb-bf15-535cffa42b20} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15810 2024.11.09 02:54:35.060646 [ 293 ] {d4406c5f-140b-4eeb-bf15-535cffa42b20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB.
15811 2024.11.09 02:54:35.061140 [ 293 ] {d4406c5f-140b-4eeb-bf15-535cffa42b20} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
15812 2024.11.09 02:54:35.061614 [ 293 ] {d4406c5f-140b-4eeb-bf15-535cffa42b20} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15813 2024.11.09 02:54:35.061812 [ 293 ] {d4406c5f-140b-4eeb-bf15-535cffa42b20} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001963 sec., 41772.796739684156 rows/sec., 2.65 MiB/sec.
15814 2024.11.09 02:54:35.062026 [ 293 ] {d4406c5f-140b-4eeb-bf15-535cffa42b20} <Debug> DynamicQueryHandler: Done processing query
15815 2024.11.09 02:54:35.062057 [ 293 ] {d4406c5f-140b-4eeb-bf15-535cffa42b20} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
15816 2024.11.09 02:54:35.062076 [ 293 ] {} <Debug> HTTP-Session: c0413dbe-494e-49c3-955a-27e162d083a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15817 2024.11.09 02:54:35.063065 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36459, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15818 2024.11.09 02:54:40.010463 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48563, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15819 2024.11.09 02:54:40.010611 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15820 2024.11.09 02:54:40.010640 [ 286 ] {} <Debug> HTTP-Session: 64b54275-e853-44f7-adc7-41f6a4bcf68f Authenticating user 'default' from [fd00:1122:3344:101::d]:48563
15821 2024.11.09 02:54:40.010665 [ 286 ] {} <Debug> HTTP-Session: 64b54275-e853-44f7-adc7-41f6a4bcf68f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15822 2024.11.09 02:54:40.010679 [ 286 ] {} <Debug> HTTP-Session: 64b54275-e853-44f7-adc7-41f6a4bcf68f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15823 2024.11.09 02:54:40.010732 [ 286 ] {} <Trace> HTTP-Session: 64b54275-e853-44f7-adc7-41f6a4bcf68f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15824 2024.11.09 02:54:40.010943 [ 286 ] {d3273182-a264-446d-94d6-240253e2c45e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48563) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
15825 2024.11.09 02:54:40.011019 [ 286 ] {d3273182-a264-446d-94d6-240253e2c45e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
15826 2024.11.09 02:54:40.011384 [ 286 ] {d3273182-a264-446d-94d6-240253e2c45e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15827 2024.11.09 02:54:40.011865 [ 286 ] {d3273182-a264-446d-94d6-240253e2c45e} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15828 2024.11.09 02:54:40.011918 [ 286 ] {d3273182-a264-446d-94d6-240253e2c45e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB.
15829 2024.11.09 02:54:40.012358 [ 286 ] {d3273182-a264-446d-94d6-240253e2c45e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
15830 2024.11.09 02:54:40.012751 [ 286 ] {d3273182-a264-446d-94d6-240253e2c45e} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15831 2024.11.09 02:54:40.012919 [ 286 ] {d3273182-a264-446d-94d6-240253e2c45e} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002034 sec., 1966.5683382497543 rows/sec., 160.36 KiB/sec.
15832 2024.11.09 02:54:40.013186 [ 286 ] {d3273182-a264-446d-94d6-240253e2c45e} <Debug> DynamicQueryHandler: Done processing query
15833 2024.11.09 02:54:40.013214 [ 286 ] {d3273182-a264-446d-94d6-240253e2c45e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
15834 2024.11.09 02:54:40.013231 [ 286 ] {} <Debug> HTTP-Session: 64b54275-e853-44f7-adc7-41f6a4bcf68f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15835 2024.11.09 02:54:40.013428 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48563, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15836 2024.11.09 02:54:40.013568 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47923, User-Agent: (none), Length: 8114, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15837 2024.11.09 02:54:40.013630 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15838 2024.11.09 02:54:40.013650 [ 293 ] {} <Debug> HTTP-Session: e330dfc9-563b-4197-9f50-753e693775dd Authenticating user 'default' from [fd00:1122:3344:101::d]:47923
15839 2024.11.09 02:54:40.013670 [ 293 ] {} <Debug> HTTP-Session: e330dfc9-563b-4197-9f50-753e693775dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15840 2024.11.09 02:54:40.013684 [ 293 ] {} <Debug> HTTP-Session: e330dfc9-563b-4197-9f50-753e693775dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15841 2024.11.09 02:54:40.013724 [ 293 ] {} <Trace> HTTP-Session: e330dfc9-563b-4197-9f50-753e693775dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15842 2024.11.09 02:54:40.013850 [ 293 ] {c7540d72-8286-4a9f-9da7-996d37471b45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47923) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
15843 2024.11.09 02:54:40.013899 [ 293 ] {c7540d72-8286-4a9f-9da7-996d37471b45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15844 2024.11.09 02:54:40.014138 [ 293 ] {c7540d72-8286-4a9f-9da7-996d37471b45} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15845 2024.11.09 02:54:40.014579 [ 293 ] {c7540d72-8286-4a9f-9da7-996d37471b45} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15846 2024.11.09 02:54:40.014618 [ 293 ] {c7540d72-8286-4a9f-9da7-996d37471b45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB.
15847 2024.11.09 02:54:40.014986 [ 293 ] {c7540d72-8286-4a9f-9da7-996d37471b45} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
15848 2024.11.09 02:54:40.015347 [ 293 ] {c7540d72-8286-4a9f-9da7-996d37471b45} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15849 2024.11.09 02:54:40.015514 [ 293 ] {c7540d72-8286-4a9f-9da7-996d37471b45} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.001707 sec., 33977.738722905684 rows/sec., 2.60 MiB/sec.
15850 2024.11.09 02:54:40.015714 [ 293 ] {c7540d72-8286-4a9f-9da7-996d37471b45} <Debug> DynamicQueryHandler: Done processing query
15851 2024.11.09 02:54:40.015738 [ 293 ] {c7540d72-8286-4a9f-9da7-996d37471b45} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
15852 2024.11.09 02:54:40.015755 [ 293 ] {} <Debug> HTTP-Session: e330dfc9-563b-4197-9f50-753e693775dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15853 2024.11.09 02:54:40.015926 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47923, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15854 2024.11.09 02:54:40.015948 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48563, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15855 2024.11.09 02:54:40.016015 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15856 2024.11.09 02:54:40.016037 [ 286 ] {} <Debug> HTTP-Session: 693d5b61-eff6-48a3-bab0-4dd1c6d276bb Authenticating user 'default' from [fd00:1122:3344:101::d]:48563
15857 2024.11.09 02:54:40.016057 [ 286 ] {} <Debug> HTTP-Session: 693d5b61-eff6-48a3-bab0-4dd1c6d276bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15858 2024.11.09 02:54:40.016072 [ 286 ] {} <Debug> HTTP-Session: 693d5b61-eff6-48a3-bab0-4dd1c6d276bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15859 2024.11.09 02:54:40.016105 [ 286 ] {} <Trace> HTTP-Session: 693d5b61-eff6-48a3-bab0-4dd1c6d276bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15860 2024.11.09 02:54:40.016245 [ 286 ] {eaf5e3ea-57f9-4e21-b6df-850e09fd6f3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48563) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
15861 2024.11.09 02:54:40.016299 [ 286 ] {eaf5e3ea-57f9-4e21-b6df-850e09fd6f3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15862 2024.11.09 02:54:40.016582 [ 286 ] {eaf5e3ea-57f9-4e21-b6df-850e09fd6f3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15863 2024.11.09 02:54:40.016974 [ 286 ] {eaf5e3ea-57f9-4e21-b6df-850e09fd6f3b} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15864 2024.11.09 02:54:40.017021 [ 286 ] {eaf5e3ea-57f9-4e21-b6df-850e09fd6f3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB.
15865 2024.11.09 02:54:40.017391 [ 286 ] {eaf5e3ea-57f9-4e21-b6df-850e09fd6f3b} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
15866 2024.11.09 02:54:40.017744 [ 286 ] {eaf5e3ea-57f9-4e21-b6df-850e09fd6f3b} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15867 2024.11.09 02:54:40.017902 [ 286 ] {eaf5e3ea-57f9-4e21-b6df-850e09fd6f3b} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001684 sec., 2375.2969121140145 rows/sec., 165.85 KiB/sec.
15868 2024.11.09 02:54:40.017911 [ 116 ] {} <Debug> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
15869 2024.11.09 02:54:40.018003 [ 116 ] {} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15870 2024.11.09 02:54:40.018062 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB.
15871 2024.11.09 02:54:40.018218 [ 286 ] {eaf5e3ea-57f9-4e21-b6df-850e09fd6f3b} <Debug> DynamicQueryHandler: Done processing query
15872 2024.11.09 02:54:40.018307 [ 286 ] {eaf5e3ea-57f9-4e21-b6df-850e09fd6f3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
15873 2024.11.09 02:54:40.018386 [ 286 ] {} <Debug> HTTP-Session: 693d5b61-eff6-48a3-bab0-4dd1c6d276bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15874 2024.11.09 02:54:40.018457 [ 201 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
15875 2024.11.09 02:54:40.018769 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48563, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15876 2024.11.09 02:54:40.018863 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64174, User-Agent: (none), Length: 11580, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15877 2024.11.09 02:54:40.019138 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15878 2024.11.09 02:54:40.019251 [ 293 ] {} <Debug> HTTP-Session: fdf42bf1-8246-4081-bde7-41f547c45633 Authenticating user 'default' from [fd00:1122:3344:101::d]:64174
15879 2024.11.09 02:54:40.019341 [ 293 ] {} <Debug> HTTP-Session: fdf42bf1-8246-4081-bde7-41f547c45633 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15880 2024.11.09 02:54:40.019419 [ 293 ] {} <Debug> HTTP-Session: fdf42bf1-8246-4081-bde7-41f547c45633 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15881 2024.11.09 02:54:40.019519 [ 201 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15882 2024.11.09 02:54:40.019523 [ 293 ] {} <Trace> HTTP-Session: fdf42bf1-8246-4081-bde7-41f547c45633 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15883 2024.11.09 02:54:40.019594 [ 201 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 59 rows starting from the beginning of the part
15884 2024.11.09 02:54:40.019813 [ 201 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part
15885 2024.11.09 02:54:40.020035 [ 293 ] {b45e135d-523a-4e34-80fd-ebf4fe858438} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
15886 2024.11.09 02:54:40.020156 [ 201 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 41 rows starting from the beginning of the part
15887 2024.11.09 02:54:40.020193 [ 293 ] {b45e135d-523a-4e34-80fd-ebf4fe858438} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15888 2024.11.09 02:54:40.020577 [ 201 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 2 rows starting from the beginning of the part
15889 2024.11.09 02:54:40.020891 [ 201 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 41 rows starting from the beginning of the part
15890 2024.11.09 02:54:40.021274 [ 201 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 4 rows starting from the beginning of the part
15891 2024.11.09 02:54:40.021726 [ 293 ] {b45e135d-523a-4e34-80fd-ebf4fe858438} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15892 2024.11.09 02:54:40.022659 [ 293 ] {b45e135d-523a-4e34-80fd-ebf4fe858438} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15893 2024.11.09 02:54:40.022715 [ 293 ] {b45e135d-523a-4e34-80fd-ebf4fe858438} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB.
15894 2024.11.09 02:54:40.023799 [ 293 ] {b45e135d-523a-4e34-80fd-ebf4fe858438} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
15895 2024.11.09 02:54:40.024032 [ 201 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 155 rows, containing 5 columns (5 merged, 0 gathered) in 0.005870272 sec., 26404.227947188818 rows/sec., 2.01 MiB/sec.
15896 2024.11.09 02:54:40.024338 [ 201 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
15897 2024.11.09 02:54:40.024704 [ 293 ] {b45e135d-523a-4e34-80fd-ebf4fe858438} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15898 2024.11.09 02:54:40.025160 [ 293 ] {b45e135d-523a-4e34-80fd-ebf4fe858438} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.005381 sec., 12637.0563092362 rows/sec., 1011.23 KiB/sec.
15899 2024.11.09 02:54:40.025667 [ 293 ] {b45e135d-523a-4e34-80fd-ebf4fe858438} <Debug> DynamicQueryHandler: Done processing query
15900 2024.11.09 02:54:40.025687 [ 201 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_61_12} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15901 2024.11.09 02:54:40.025737 [ 293 ] {b45e135d-523a-4e34-80fd-ebf4fe858438} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
15902 2024.11.09 02:54:40.025825 [ 293 ] {} <Debug> HTTP-Session: fdf42bf1-8246-4081-bde7-41f547c45633 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15903 2024.11.09 02:54:40.026007 [ 201 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_61_12} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
15904 2024.11.09 02:54:40.026165 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64174, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15905 2024.11.09 02:54:40.026299 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32960, User-Agent: (none), Length: 31038, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15906 2024.11.09 02:54:40.026386 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
15907 2024.11.09 02:54:40.026417 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15908 2024.11.09 02:54:40.026443 [ 293 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below):
15909 
15910 (version 23.8.7.1)
15911 2024.11.09 02:54:40.026464 [ 286 ] {} <Debug> HTTP-Session: 5c80360f-237e-40d6-9e5c-064092b971e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:32960
15912 2024.11.09 02:54:40.026482 [ 286 ] {} <Debug> HTTP-Session: 5c80360f-237e-40d6-9e5c-064092b971e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15913 2024.11.09 02:54:40.026496 [ 286 ] {} <Debug> HTTP-Session: 5c80360f-237e-40d6-9e5c-064092b971e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15914 2024.11.09 02:54:40.026530 [ 286 ] {} <Trace> HTTP-Session: 5c80360f-237e-40d6-9e5c-064092b971e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15915 2024.11.09 02:54:40.026687 [ 286 ] {e62bb86f-4250-4e05-9a5d-fd621c7f3a06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32960) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
15916 2024.11.09 02:54:40.026734 [ 286 ] {e62bb86f-4250-4e05-9a5d-fd621c7f3a06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15917 2024.11.09 02:54:40.026892 [ 286 ] {e62bb86f-4250-4e05-9a5d-fd621c7f3a06} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15918 2024.11.09 02:54:40.027317 [ 286 ] {e62bb86f-4250-4e05-9a5d-fd621c7f3a06} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15919 2024.11.09 02:54:40.027354 [ 286 ] {e62bb86f-4250-4e05-9a5d-fd621c7f3a06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB.
15920 2024.11.09 02:54:40.027745 [ 286 ] {e62bb86f-4250-4e05-9a5d-fd621c7f3a06} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
15921 2024.11.09 02:54:40.028085 [ 286 ] {e62bb86f-4250-4e05-9a5d-fd621c7f3a06} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15922 2024.11.09 02:54:40.028238 [ 286 ] {e62bb86f-4250-4e05-9a5d-fd621c7f3a06} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001618 sec., 100123.60939431396 rows/sec., 6.97 MiB/sec.
15923 2024.11.09 02:54:40.028432 [ 286 ] {e62bb86f-4250-4e05-9a5d-fd621c7f3a06} <Debug> DynamicQueryHandler: Done processing query
15924 2024.11.09 02:54:40.028456 [ 286 ] {e62bb86f-4250-4e05-9a5d-fd621c7f3a06} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
15925 2024.11.09 02:54:40.028472 [ 286 ] {} <Debug> HTTP-Session: 5c80360f-237e-40d6-9e5c-064092b971e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15926 2024.11.09 02:54:40.028657 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32960, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15927 2024.11.09 02:54:40.028716 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61316, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15928 2024.11.09 02:54:40.028780 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15929 2024.11.09 02:54:40.028805 [ 293 ] {} <Debug> HTTP-Session: a58a7487-40d9-49c5-95b5-24079361b622 Authenticating user 'default' from [fd00:1122:3344:101::d]:61316
15930 2024.11.09 02:54:40.028825 [ 293 ] {} <Debug> HTTP-Session: a58a7487-40d9-49c5-95b5-24079361b622 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15931 2024.11.09 02:54:40.028842 [ 293 ] {} <Debug> HTTP-Session: a58a7487-40d9-49c5-95b5-24079361b622 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15932 2024.11.09 02:54:40.028880 [ 293 ] {} <Trace> HTTP-Session: a58a7487-40d9-49c5-95b5-24079361b622 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15933 2024.11.09 02:54:40.029022 [ 293 ] {2aa0b90f-7970-4cb0-98bd-7f3fa9ec2c57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61316) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
15934 2024.11.09 02:54:40.029076 [ 293 ] {2aa0b90f-7970-4cb0-98bd-7f3fa9ec2c57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15935 2024.11.09 02:54:40.029224 [ 293 ] {2aa0b90f-7970-4cb0-98bd-7f3fa9ec2c57} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15936 2024.11.09 02:54:40.029529 [ 293 ] {2aa0b90f-7970-4cb0-98bd-7f3fa9ec2c57} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15937 2024.11.09 02:54:40.029565 [ 293 ] {2aa0b90f-7970-4cb0-98bd-7f3fa9ec2c57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB.
15938 2024.11.09 02:54:40.029940 [ 293 ] {2aa0b90f-7970-4cb0-98bd-7f3fa9ec2c57} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
15939 2024.11.09 02:54:40.030263 [ 293 ] {2aa0b90f-7970-4cb0-98bd-7f3fa9ec2c57} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15940 2024.11.09 02:54:40.030413 [ 293 ] {2aa0b90f-7970-4cb0-98bd-7f3fa9ec2c57} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00144 sec., 41666.666666666664 rows/sec., 2.81 MiB/sec.
15941 2024.11.09 02:54:40.030589 [ 293 ] {2aa0b90f-7970-4cb0-98bd-7f3fa9ec2c57} <Debug> DynamicQueryHandler: Done processing query
15942 2024.11.09 02:54:40.030615 [ 293 ] {2aa0b90f-7970-4cb0-98bd-7f3fa9ec2c57} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
15943 2024.11.09 02:54:40.030630 [ 293 ] {} <Debug> HTTP-Session: a58a7487-40d9-49c5-95b5-24079361b622 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15944 2024.11.09 02:54:40.030864 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61316, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15945 2024.11.09 02:54:41.775818 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1436
15946 2024.11.09 02:54:41.779280 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15947 2024.11.09 02:54:41.779337 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB.
15948 2024.11.09 02:54:41.780869 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
15949 2024.11.09 02:54:41.781852 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15950 2024.11.09 02:54:41.783172 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1436
15951 2024.11.09 02:54:45.010571 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43135, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15952 2024.11.09 02:54:45.010687 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15953 2024.11.09 02:54:45.010711 [ 285 ] {} <Debug> HTTP-Session: 5f04c79a-f76d-4140-a76f-627a52dbbb54 Authenticating user 'default' from [fd00:1122:3344:101::d]:43135
15954 2024.11.09 02:54:45.010736 [ 285 ] {} <Debug> HTTP-Session: 5f04c79a-f76d-4140-a76f-627a52dbbb54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15955 2024.11.09 02:54:45.010750 [ 285 ] {} <Debug> HTTP-Session: 5f04c79a-f76d-4140-a76f-627a52dbbb54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15956 2024.11.09 02:54:45.010800 [ 285 ] {} <Trace> HTTP-Session: 5f04c79a-f76d-4140-a76f-627a52dbbb54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15957 2024.11.09 02:54:45.010991 [ 285 ] {073df3d0-74c5-4556-85c0-3a32e539b629} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43135) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
15958 2024.11.09 02:54:45.011056 [ 285 ] {073df3d0-74c5-4556-85c0-3a32e539b629} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15959 2024.11.09 02:54:45.011389 [ 285 ] {073df3d0-74c5-4556-85c0-3a32e539b629} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15960 2024.11.09 02:54:45.011844 [ 285 ] {073df3d0-74c5-4556-85c0-3a32e539b629} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15961 2024.11.09 02:54:45.011883 [ 285 ] {073df3d0-74c5-4556-85c0-3a32e539b629} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB.
15962 2024.11.09 02:54:45.012296 [ 285 ] {073df3d0-74c5-4556-85c0-3a32e539b629} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
15963 2024.11.09 02:54:45.012673 [ 285 ] {073df3d0-74c5-4556-85c0-3a32e539b629} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15964 2024.11.09 02:54:45.012819 [ 285 ] {073df3d0-74c5-4556-85c0-3a32e539b629} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001893 sec., 29582.673005810884 rows/sec., 2.27 MiB/sec.
15965 2024.11.09 02:54:45.012837 [ 113 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
15966 2024.11.09 02:54:45.012903 [ 113 ] {} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15967 2024.11.09 02:54:45.012941 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB.
15968 2024.11.09 02:54:45.013053 [ 285 ] {073df3d0-74c5-4556-85c0-3a32e539b629} <Debug> DynamicQueryHandler: Done processing query
15969 2024.11.09 02:54:45.013090 [ 285 ] {073df3d0-74c5-4556-85c0-3a32e539b629} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
15970 2024.11.09 02:54:45.013096 [ 192 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full
15971 2024.11.09 02:54:45.013110 [ 285 ] {} <Debug> HTTP-Session: 5f04c79a-f76d-4140-a76f-627a52dbbb54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15972 2024.11.09 02:54:45.013406 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43135, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15973 2024.11.09 02:54:45.013520 [ 192 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15974 2024.11.09 02:54:45.013697 [ 192 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1420 rows starting from the beginning of the part
15975 2024.11.09 02:54:45.013699 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34431, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15976 2024.11.09 02:54:45.014083 [ 192 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 57 rows starting from the beginning of the part
15977 2024.11.09 02:54:45.014118 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15978 2024.11.09 02:54:45.014516 [ 192 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 56 rows starting from the beginning of the part
15979 2024.11.09 02:54:45.014884 [ 192 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 271 rows starting from the beginning of the part
15980 2024.11.09 02:54:45.014942 [ 271 ] {} <Debug> HTTP-Session: 39fbb647-6956-4cf6-adbf-19de2c9ec940 Authenticating user 'default' from [fd00:1122:3344:101::d]:34431
15981 2024.11.09 02:54:45.015102 [ 271 ] {} <Debug> HTTP-Session: 39fbb647-6956-4cf6-adbf-19de2c9ec940 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15982 2024.11.09 02:54:45.015174 [ 192 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 58 rows starting from the beginning of the part
15983 2024.11.09 02:54:45.015188 [ 271 ] {} <Debug> HTTP-Session: 39fbb647-6956-4cf6-adbf-19de2c9ec940 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15984 2024.11.09 02:54:45.015441 [ 271 ] {} <Trace> HTTP-Session: 39fbb647-6956-4cf6-adbf-19de2c9ec940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15985 2024.11.09 02:54:45.015508 [ 192 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 56 rows starting from the beginning of the part
15986 2024.11.09 02:54:45.015998 [ 271 ] {bc9414ff-ee8a-4629-8312-774d620bdeb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34431) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
15987 2024.11.09 02:54:45.016137 [ 271 ] {bc9414ff-ee8a-4629-8312-774d620bdeb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15988 2024.11.09 02:54:45.017173 [ 271 ] {bc9414ff-ee8a-4629-8312-774d620bdeb9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15989 2024.11.09 02:54:45.018106 [ 271 ] {bc9414ff-ee8a-4629-8312-774d620bdeb9} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15990 2024.11.09 02:54:45.018155 [ 271 ] {bc9414ff-ee8a-4629-8312-774d620bdeb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB.
15991 2024.11.09 02:54:45.018715 [ 188 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1918 rows, containing 5 columns (5 merged, 0 gathered) in 0.005711358 sec., 335822.0584316375 rows/sec., 29.40 MiB/sec.
15992 2024.11.09 02:54:45.019043 [ 271 ] {bc9414ff-ee8a-4629-8312-774d620bdeb9} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
15993 2024.11.09 02:54:45.019051 [ 188 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
15994 2024.11.09 02:54:45.020113 [ 271 ] {bc9414ff-ee8a-4629-8312-774d620bdeb9} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15995 2024.11.09 02:54:45.020174 [ 188 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_96_19} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15996 2024.11.09 02:54:45.020339 [ 188 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_96_19} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
15997 2024.11.09 02:54:45.020397 [ 113 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
15998 2024.11.09 02:54:45.020502 [ 271 ] {bc9414ff-ee8a-4629-8312-774d620bdeb9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004637 sec., 13802.027172740998 rows/sec., 1.08 MiB/sec.
15999 2024.11.09 02:54:45.020501 [ 113 ] {} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16000 2024.11.09 02:54:45.020557 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB.
16001 2024.11.09 02:54:45.020591 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB.
16002 2024.11.09 02:54:45.020872 [ 188 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full
16003 2024.11.09 02:54:45.021018 [ 271 ] {bc9414ff-ee8a-4629-8312-774d620bdeb9} <Debug> DynamicQueryHandler: Done processing query
16004 2024.11.09 02:54:45.021081 [ 271 ] {bc9414ff-ee8a-4629-8312-774d620bdeb9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
16005 2024.11.09 02:54:45.021082 [ 188 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16006 2024.11.09 02:54:45.021114 [ 271 ] {} <Debug> HTTP-Session: 39fbb647-6956-4cf6-adbf-19de2c9ec940 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16007 2024.11.09 02:54:45.021146 [ 188 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 915 rows starting from the beginning of the part
16008 2024.11.09 02:54:45.021271 [ 188 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 66 rows starting from the beginning of the part
16009 2024.11.09 02:54:45.021591 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55448, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16010 2024.11.09 02:54:45.021608 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34431, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16011 2024.11.09 02:54:45.021644 [ 188 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 64 rows starting from the beginning of the part
16012 2024.11.09 02:54:45.021839 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16013 2024.11.09 02:54:45.022011 [ 294 ] {} <Debug> HTTP-Session: 683f2610-67e4-437c-a459-6cdf0363c850 Authenticating user 'default' from [fd00:1122:3344:101::d]:55448
16014 2024.11.09 02:54:45.022083 [ 188 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 423 rows starting from the beginning of the part
16015 2024.11.09 02:54:45.022109 [ 294 ] {} <Debug> HTTP-Session: 683f2610-67e4-437c-a459-6cdf0363c850 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16016 2024.11.09 02:54:45.022220 [ 294 ] {} <Debug> HTTP-Session: 683f2610-67e4-437c-a459-6cdf0363c850 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16017 2024.11.09 02:54:45.022207 [ 271 ] {} <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):
16018 
16019 (version 23.8.7.1)
16020 2024.11.09 02:54:45.022446 [ 294 ] {} <Trace> HTTP-Session: 683f2610-67e4-437c-a459-6cdf0363c850 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16021 2024.11.09 02:54:45.022508 [ 188 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 68 rows starting from the beginning of the part
16022 2024.11.09 02:54:45.022858 [ 188 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 64 rows starting from the beginning of the part
16023 2024.11.09 02:54:45.022946 [ 294 ] {5c73bccd-10b0-4947-a940-21cd450d295f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55448) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
16024 2024.11.09 02:54:45.023128 [ 294 ] {5c73bccd-10b0-4947-a940-21cd450d295f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16025 2024.11.09 02:54:45.023560 [ 294 ] {5c73bccd-10b0-4947-a940-21cd450d295f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16026 2024.11.09 02:54:45.024216 [ 294 ] {5c73bccd-10b0-4947-a940-21cd450d295f} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16027 2024.11.09 02:54:45.024267 [ 294 ] {5c73bccd-10b0-4947-a940-21cd450d295f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB.
16028 2024.11.09 02:54:45.024811 [ 294 ] {5c73bccd-10b0-4947-a940-21cd450d295f} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
16029 2024.11.09 02:54:45.024821 [ 188 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1600 rows, containing 5 columns (5 merged, 0 gathered) in 0.004076464 sec., 392497.02683502174 rows/sec., 30.26 MiB/sec.
16030 2024.11.09 02:54:45.025143 [ 195 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
16031 2024.11.09 02:54:45.025335 [ 294 ] {5c73bccd-10b0-4947-a940-21cd450d295f} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16032 2024.11.09 02:54:45.025633 [ 113 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
16033 2024.11.09 02:54:45.025779 [ 113 ] {} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16034 2024.11.09 02:54:45.025820 [ 294 ] {5c73bccd-10b0-4947-a940-21cd450d295f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003109 sec., 51463.49308459312 rows/sec., 3.58 MiB/sec.
16035 2024.11.09 02:54:45.025916 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB.
16036 2024.11.09 02:54:45.026473 [ 187 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full
16037 2024.11.09 02:54:45.026638 [ 294 ] {5c73bccd-10b0-4947-a940-21cd450d295f} <Debug> DynamicQueryHandler: Done processing query
16038 2024.11.09 02:54:45.026720 [ 294 ] {5c73bccd-10b0-4947-a940-21cd450d295f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
16039 2024.11.09 02:54:45.026807 [ 294 ] {} <Debug> HTTP-Session: 683f2610-67e4-437c-a459-6cdf0363c850 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16040 2024.11.09 02:54:45.026818 [ 195 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_96_19} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16041 2024.11.09 02:54:45.026911 [ 187 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16042 2024.11.09 02:54:45.026966 [ 187 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_91_18, total 18972 rows starting from the beginning of the part
16043 2024.11.09 02:54:45.027003 [ 195 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_96_19} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
16044 2024.11.09 02:54:45.027262 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55448, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16045 2024.11.09 02:54:45.027318 [ 187 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 129 rows starting from the beginning of the part
16046 2024.11.09 02:54:45.027435 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB.
16047 2024.11.09 02:54:45.027664 [ 294 ] {} <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):
16048 
16049 (version 23.8.7.1)
16050 2024.11.09 02:54:45.027780 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56838, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16051 2024.11.09 02:54:45.027848 [ 187 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part
16052 2024.11.09 02:54:45.027974 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16053 2024.11.09 02:54:45.028091 [ 271 ] {} <Debug> HTTP-Session: f76c75e2-d3c1-45c6-ab79-b961ad70b431 Authenticating user 'default' from [fd00:1122:3344:101::d]:56838
16054 2024.11.09 02:54:45.028115 [ 187 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 237 rows starting from the beginning of the part
16055 2024.11.09 02:54:45.028162 [ 271 ] {} <Debug> HTTP-Session: f76c75e2-d3c1-45c6-ab79-b961ad70b431 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16056 2024.11.09 02:54:45.028234 [ 271 ] {} <Debug> HTTP-Session: f76c75e2-d3c1-45c6-ab79-b961ad70b431 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16057 2024.11.09 02:54:45.028399 [ 187 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 162 rows starting from the beginning of the part
16058 2024.11.09 02:54:45.028427 [ 271 ] {} <Trace> HTTP-Session: f76c75e2-d3c1-45c6-ab79-b961ad70b431 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16059 2024.11.09 02:54:45.028620 [ 187 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 160 rows starting from the beginning of the part
16060 2024.11.09 02:54:45.028922 [ 271 ] {aeacc7ec-5ca5-4f4c-902d-259316756935} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56838) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
16061 2024.11.09 02:54:45.029160 [ 271 ] {aeacc7ec-5ca5-4f4c-902d-259316756935} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16062 2024.11.09 02:54:45.029652 [ 271 ] {aeacc7ec-5ca5-4f4c-902d-259316756935} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16063 2024.11.09 02:54:45.030163 [ 271 ] {aeacc7ec-5ca5-4f4c-902d-259316756935} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16064 2024.11.09 02:54:45.030246 [ 271 ] {aeacc7ec-5ca5-4f4c-902d-259316756935} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB.
16065 2024.11.09 02:54:45.030840 [ 271 ] {aeacc7ec-5ca5-4f4c-902d-259316756935} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
16066 2024.11.09 02:54:45.031773 [ 271 ] {aeacc7ec-5ca5-4f4c-902d-259316756935} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16067 2024.11.09 02:54:45.032106 [ 113 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
16068 2024.11.09 02:54:45.032114 [ 271 ] {aeacc7ec-5ca5-4f4c-902d-259316756935} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003412 sec., 17584.994138335285 rows/sec., 1.19 MiB/sec.
16069 2024.11.09 02:54:45.032167 [ 113 ] {} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16070 2024.11.09 02:54:45.032281 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB.
16071 2024.11.09 02:54:45.032565 [ 191 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full
16072 2024.11.09 02:54:45.032633 [ 271 ] {aeacc7ec-5ca5-4f4c-902d-259316756935} <Debug> DynamicQueryHandler: Done processing query
16073 2024.11.09 02:54:45.032694 [ 271 ] {aeacc7ec-5ca5-4f4c-902d-259316756935} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
16074 2024.11.09 02:54:45.032745 [ 271 ] {} <Debug> HTTP-Session: f76c75e2-d3c1-45c6-ab79-b961ad70b431 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16075 2024.11.09 02:54:45.032839 [ 191 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16076 2024.11.09 02:54:45.032912 [ 191 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5742 rows starting from the beginning of the part
16077 2024.11.09 02:54:45.033171 [ 191 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 48 rows starting from the beginning of the part
16078 2024.11.09 02:54:45.033145 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56838, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16079 2024.11.09 02:54:45.033633 [ 191 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part
16080 2024.11.09 02:54:45.033799 [ 191 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 82 rows starting from the beginning of the part
16081 2024.11.09 02:54:45.033884 [ 191 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 60 rows starting from the beginning of the part
16082 2024.11.09 02:54:45.033989 [ 191 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 60 rows starting from the beginning of the part
16083 2024.11.09 02:54:45.036105 [ 199 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6052 rows, containing 4 columns (4 merged, 0 gathered) in 0.003713506 sec., 1629726.7326348738 rows/sec., 107.16 MiB/sec.
16084 2024.11.09 02:54:45.036139 [ 197 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19820 rows, containing 5 columns (5 merged, 0 gathered) in 0.010031427 sec., 1975790.6826217247 rows/sec., 134.81 MiB/sec.
16085 2024.11.09 02:54:45.036576 [ 199 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
16086 2024.11.09 02:54:45.036628 [ 190 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
16087 2024.11.09 02:54:45.037679 [ 199 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_96_19} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16088 2024.11.09 02:54:45.037738 [ 197 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16089 2024.11.09 02:54:45.037834 [ 199 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_96_19} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
16090 2024.11.09 02:54:45.037945 [ 197 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
16091 2024.11.09 02:54:45.037974 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB.
16092 2024.11.09 02:54:45.038107 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.48 MiB.
16093 2024.11.09 02:54:46.422814 [ 111 ] {} <Debug> DNSResolver: Updating DNS cache
16094 2024.11.09 02:54:46.422919 [ 111 ] {} <Debug> DNSResolver: Updated DNS cache
16095 2024.11.09 02:54:50.015646 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60044, User-Agent: (none), Length: 41147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16096 2024.11.09 02:54:50.015818 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16097 2024.11.09 02:54:50.015862 [ 271 ] {} <Debug> HTTP-Session: d70cd12d-600d-4f92-8ff7-3174adcfd5d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:60044
16098 2024.11.09 02:54:50.015904 [ 271 ] {} <Debug> HTTP-Session: d70cd12d-600d-4f92-8ff7-3174adcfd5d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16099 2024.11.09 02:54:50.015932 [ 271 ] {} <Debug> HTTP-Session: d70cd12d-600d-4f92-8ff7-3174adcfd5d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16100 2024.11.09 02:54:50.016011 [ 271 ] {} <Trace> HTTP-Session: d70cd12d-600d-4f92-8ff7-3174adcfd5d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16101 2024.11.09 02:54:50.016426 [ 271 ] {090aaded-2221-461c-9463-adce799238b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60044) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
16102 2024.11.09 02:54:50.016535 [ 271 ] {090aaded-2221-461c-9463-adce799238b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16103 2024.11.09 02:54:50.016901 [ 271 ] {090aaded-2221-461c-9463-adce799238b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16104 2024.11.09 02:54:50.017552 [ 271 ] {090aaded-2221-461c-9463-adce799238b5} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16105 2024.11.09 02:54:50.017596 [ 271 ] {090aaded-2221-461c-9463-adce799238b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB.
16106 2024.11.09 02:54:50.018044 [ 271 ] {090aaded-2221-461c-9463-adce799238b5} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
16107 2024.11.09 02:54:50.018430 [ 271 ] {090aaded-2221-461c-9463-adce799238b5} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16108 2024.11.09 02:54:50.018597 [ 271 ] {090aaded-2221-461c-9463-adce799238b5} <Debug> executeQuery: Read 271 rows, 24.70 KiB in 0.002371 sec., 114297.76465626319 rows/sec., 10.17 MiB/sec.
16109 2024.11.09 02:54:50.018936 [ 271 ] {090aaded-2221-461c-9463-adce799238b5} <Debug> DynamicQueryHandler: Done processing query
16110 2024.11.09 02:54:50.018994 [ 271 ] {090aaded-2221-461c-9463-adce799238b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
16111 2024.11.09 02:54:50.019058 [ 271 ] {} <Debug> HTTP-Session: d70cd12d-600d-4f92-8ff7-3174adcfd5d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16112 2024.11.09 02:54:50.019359 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60044, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16113 2024.11.09 02:54:50.019499 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52406, User-Agent: (none), Length: 5927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16114 2024.11.09 02:54:50.019620 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16115 2024.11.09 02:54:50.019649 [ 294 ] {} <Debug> HTTP-Session: 4d30d715-95e5-4a29-91de-ecbd4095117b Authenticating user 'default' from [fd00:1122:3344:101::d]:52406
16116 2024.11.09 02:54:50.019676 [ 294 ] {} <Debug> HTTP-Session: 4d30d715-95e5-4a29-91de-ecbd4095117b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16117 2024.11.09 02:54:50.019695 [ 294 ] {} <Debug> HTTP-Session: 4d30d715-95e5-4a29-91de-ecbd4095117b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16118 2024.11.09 02:54:50.019753 [ 294 ] {} <Trace> HTTP-Session: 4d30d715-95e5-4a29-91de-ecbd4095117b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16119 2024.11.09 02:54:50.019969 [ 294 ] {ca4938a4-a711-4440-a4a1-ad3763315804} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
16120 2024.11.09 02:54:50.020045 [ 294 ] {ca4938a4-a711-4440-a4a1-ad3763315804} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16121 2024.11.09 02:54:50.020437 [ 294 ] {ca4938a4-a711-4440-a4a1-ad3763315804} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16122 2024.11.09 02:54:50.020831 [ 294 ] {ca4938a4-a711-4440-a4a1-ad3763315804} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16123 2024.11.09 02:54:50.020874 [ 294 ] {ca4938a4-a711-4440-a4a1-ad3763315804} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB.
16124 2024.11.09 02:54:50.021304 [ 294 ] {ca4938a4-a711-4440-a4a1-ad3763315804} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
16125 2024.11.09 02:54:50.021712 [ 294 ] {ca4938a4-a711-4440-a4a1-ad3763315804} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16126 2024.11.09 02:54:50.021897 [ 294 ] {ca4938a4-a711-4440-a4a1-ad3763315804} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001999 sec., 20510.25512756378 rows/sec., 1.51 MiB/sec.
16127 2024.11.09 02:54:50.022243 [ 294 ] {ca4938a4-a711-4440-a4a1-ad3763315804} <Debug> DynamicQueryHandler: Done processing query
16128 2024.11.09 02:54:50.022311 [ 294 ] {ca4938a4-a711-4440-a4a1-ad3763315804} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
16129 2024.11.09 02:54:50.022381 [ 294 ] {} <Debug> HTTP-Session: 4d30d715-95e5-4a29-91de-ecbd4095117b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16130 2024.11.09 02:54:50.022632 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52406, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16131 2024.11.09 02:54:50.022669 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60044, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16132 2024.11.09 02:54:50.022752 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16133 2024.11.09 02:54:50.022790 [ 271 ] {} <Debug> HTTP-Session: 27078c86-9fdd-491d-8611-c91aab2762d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:60044
16134 2024.11.09 02:54:50.022823 [ 271 ] {} <Debug> HTTP-Session: 27078c86-9fdd-491d-8611-c91aab2762d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16135 2024.11.09 02:54:50.022844 [ 271 ] {} <Debug> HTTP-Session: 27078c86-9fdd-491d-8611-c91aab2762d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16136 2024.11.09 02:54:50.022889 [ 271 ] {} <Trace> HTTP-Session: 27078c86-9fdd-491d-8611-c91aab2762d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16137 2024.11.09 02:54:50.023033 [ 271 ] {6956107c-a466-4f4d-9f60-fb8c8a01648f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60044) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
16138 2024.11.09 02:54:50.023090 [ 271 ] {6956107c-a466-4f4d-9f60-fb8c8a01648f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
16139 2024.11.09 02:54:50.023404 [ 271 ] {6956107c-a466-4f4d-9f60-fb8c8a01648f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16140 2024.11.09 02:54:50.023747 [ 271 ] {6956107c-a466-4f4d-9f60-fb8c8a01648f} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16141 2024.11.09 02:54:50.023784 [ 271 ] {6956107c-a466-4f4d-9f60-fb8c8a01648f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB.
16142 2024.11.09 02:54:50.024149 [ 271 ] {6956107c-a466-4f4d-9f60-fb8c8a01648f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
16143 2024.11.09 02:54:50.024537 [ 271 ] {6956107c-a466-4f4d-9f60-fb8c8a01648f} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16144 2024.11.09 02:54:50.024699 [ 271 ] {6956107c-a466-4f4d-9f60-fb8c8a01648f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001705 sec., 8211.143695014664 rows/sec., 575.05 KiB/sec.
16145 2024.11.09 02:54:50.024884 [ 271 ] {6956107c-a466-4f4d-9f60-fb8c8a01648f} <Debug> DynamicQueryHandler: Done processing query
16146 2024.11.09 02:54:50.024909 [ 271 ] {6956107c-a466-4f4d-9f60-fb8c8a01648f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
16147 2024.11.09 02:54:50.024925 [ 271 ] {} <Debug> HTTP-Session: 27078c86-9fdd-491d-8611-c91aab2762d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16148 2024.11.09 02:54:50.025087 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60044, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16149 2024.11.09 02:54:50.025212 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55062, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16150 2024.11.09 02:54:50.025286 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16151 2024.11.09 02:54:50.025310 [ 294 ] {} <Debug> HTTP-Session: 40463272-5e0b-4ab2-9429-e9f597b9b251 Authenticating user 'default' from [fd00:1122:3344:101::d]:55062
16152 2024.11.09 02:54:50.025334 [ 294 ] {} <Debug> HTTP-Session: 40463272-5e0b-4ab2-9429-e9f597b9b251 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16153 2024.11.09 02:54:50.025350 [ 294 ] {} <Debug> HTTP-Session: 40463272-5e0b-4ab2-9429-e9f597b9b251 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16154 2024.11.09 02:54:50.025399 [ 294 ] {} <Trace> HTTP-Session: 40463272-5e0b-4ab2-9429-e9f597b9b251 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16155 2024.11.09 02:54:50.025538 [ 294 ] {fbbe39ac-c007-4bda-887b-461b94d9ca1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55062) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
16156 2024.11.09 02:54:50.025597 [ 294 ] {fbbe39ac-c007-4bda-887b-461b94d9ca1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
16157 2024.11.09 02:54:50.025879 [ 294 ] {fbbe39ac-c007-4bda-887b-461b94d9ca1e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16158 2024.11.09 02:54:50.026176 [ 294 ] {fbbe39ac-c007-4bda-887b-461b94d9ca1e} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16159 2024.11.09 02:54:50.026214 [ 294 ] {fbbe39ac-c007-4bda-887b-461b94d9ca1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB.
16160 2024.11.09 02:54:50.026587 [ 294 ] {fbbe39ac-c007-4bda-887b-461b94d9ca1e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
16161 2024.11.09 02:54:50.026963 [ 294 ] {fbbe39ac-c007-4bda-887b-461b94d9ca1e} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16162 2024.11.09 02:54:50.027127 [ 294 ] {fbbe39ac-c007-4bda-887b-461b94d9ca1e} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00163 sec., 3680.9815950920247 rows/sec., 217.48 KiB/sec.
16163 2024.11.09 02:54:50.027337 [ 294 ] {fbbe39ac-c007-4bda-887b-461b94d9ca1e} <Debug> DynamicQueryHandler: Done processing query
16164 2024.11.09 02:54:50.027372 [ 294 ] {fbbe39ac-c007-4bda-887b-461b94d9ca1e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
16165 2024.11.09 02:54:50.027393 [ 294 ] {} <Debug> HTTP-Session: 40463272-5e0b-4ab2-9429-e9f597b9b251 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16166 2024.11.09 02:54:50.027648 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60044, User-Agent: (none), Length: 68708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16167 2024.11.09 02:54:50.027689 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55062, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16168 2024.11.09 02:54:50.027756 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16169 2024.11.09 02:54:50.027791 [ 271 ] {} <Debug> HTTP-Session: 3a26e88d-803b-4f24-9bf7-666ce503fe18 Authenticating user 'default' from [fd00:1122:3344:101::d]:60044
16170 2024.11.09 02:54:50.027820 [ 271 ] {} <Debug> HTTP-Session: 3a26e88d-803b-4f24-9bf7-666ce503fe18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16171 2024.11.09 02:54:50.027848 [ 271 ] {} <Debug> HTTP-Session: 3a26e88d-803b-4f24-9bf7-666ce503fe18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16172 2024.11.09 02:54:50.027895 [ 271 ] {} <Trace> HTTP-Session: 3a26e88d-803b-4f24-9bf7-666ce503fe18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16173 2024.11.09 02:54:50.028184 [ 271 ] {84146abf-298a-4ad2-88ec-4f5f8fcb5f80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60044) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
16174 2024.11.09 02:54:50.028241 [ 271 ] {84146abf-298a-4ad2-88ec-4f5f8fcb5f80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16175 2024.11.09 02:54:50.028560 [ 271 ] {84146abf-298a-4ad2-88ec-4f5f8fcb5f80} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16176 2024.11.09 02:54:50.029177 [ 271 ] {84146abf-298a-4ad2-88ec-4f5f8fcb5f80} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16177 2024.11.09 02:54:50.029215 [ 271 ] {84146abf-298a-4ad2-88ec-4f5f8fcb5f80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB.
16178 2024.11.09 02:54:50.029597 [ 271 ] {84146abf-298a-4ad2-88ec-4f5f8fcb5f80} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
16179 2024.11.09 02:54:50.029973 [ 271 ] {84146abf-298a-4ad2-88ec-4f5f8fcb5f80} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16180 2024.11.09 02:54:50.030125 [ 271 ] {84146abf-298a-4ad2-88ec-4f5f8fcb5f80} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002089 sec., 202489.229296314 rows/sec., 14.48 MiB/sec.
16181 2024.11.09 02:54:50.030306 [ 271 ] {84146abf-298a-4ad2-88ec-4f5f8fcb5f80} <Debug> DynamicQueryHandler: Done processing query
16182 2024.11.09 02:54:50.030329 [ 271 ] {84146abf-298a-4ad2-88ec-4f5f8fcb5f80} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
16183 2024.11.09 02:54:50.030345 [ 271 ] {} <Debug> HTTP-Session: 3a26e88d-803b-4f24-9bf7-666ce503fe18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16184 2024.11.09 02:54:50.030530 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60044, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16185 2024.11.09 02:54:50.030629 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16186 2024.11.09 02:54:50.030727 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16187 2024.11.09 02:54:50.030753 [ 294 ] {} <Debug> HTTP-Session: 475e6a8a-6a43-4ec5-9599-295690fabaed Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
16188 2024.11.09 02:54:50.030775 [ 294 ] {} <Debug> HTTP-Session: 475e6a8a-6a43-4ec5-9599-295690fabaed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16189 2024.11.09 02:54:50.030793 [ 294 ] {} <Debug> HTTP-Session: 475e6a8a-6a43-4ec5-9599-295690fabaed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16190 2024.11.09 02:54:50.030840 [ 294 ] {} <Trace> HTTP-Session: 475e6a8a-6a43-4ec5-9599-295690fabaed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16191 2024.11.09 02:54:50.030982 [ 294 ] {bf72230a-9adc-467b-ad42-a69632ce08c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
16192 2024.11.09 02:54:50.031042 [ 294 ] {bf72230a-9adc-467b-ad42-a69632ce08c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
16193 2024.11.09 02:54:50.031242 [ 294 ] {bf72230a-9adc-467b-ad42-a69632ce08c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16194 2024.11.09 02:54:50.031533 [ 294 ] {bf72230a-9adc-467b-ad42-a69632ce08c9} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16195 2024.11.09 02:54:50.031578 [ 294 ] {bf72230a-9adc-467b-ad42-a69632ce08c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB.
16196 2024.11.09 02:54:50.031964 [ 294 ] {bf72230a-9adc-467b-ad42-a69632ce08c9} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
16197 2024.11.09 02:54:50.032324 [ 294 ] {bf72230a-9adc-467b-ad42-a69632ce08c9} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16198 2024.11.09 02:54:50.032486 [ 294 ] {bf72230a-9adc-467b-ad42-a69632ce08c9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001538 sec., 3901.1703511053315 rows/sec., 203.82 KiB/sec.
16199 2024.11.09 02:54:50.032798 [ 294 ] {bf72230a-9adc-467b-ad42-a69632ce08c9} <Debug> DynamicQueryHandler: Done processing query
16200 2024.11.09 02:54:50.032829 [ 294 ] {bf72230a-9adc-467b-ad42-a69632ce08c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
16201 2024.11.09 02:54:50.032846 [ 294 ] {} <Debug> HTTP-Session: 475e6a8a-6a43-4ec5-9599-295690fabaed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16202 2024.11.09 02:54:50.033062 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16203 2024.11.09 02:54:50.033178 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45174, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16204 2024.11.09 02:54:50.033293 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16205 2024.11.09 02:54:50.033332 [ 271 ] {} <Debug> HTTP-Session: 3a971f7f-1e58-4d9b-8016-b9dc0b87da28 Authenticating user 'default' from [fd00:1122:3344:101::d]:45174
16206 2024.11.09 02:54:50.033365 [ 271 ] {} <Debug> HTTP-Session: 3a971f7f-1e58-4d9b-8016-b9dc0b87da28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16207 2024.11.09 02:54:50.033392 [ 271 ] {} <Debug> HTTP-Session: 3a971f7f-1e58-4d9b-8016-b9dc0b87da28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16208 2024.11.09 02:54:50.033460 [ 271 ] {} <Trace> HTTP-Session: 3a971f7f-1e58-4d9b-8016-b9dc0b87da28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16209 2024.11.09 02:54:50.033769 [ 271 ] {a0613290-5210-47e0-9992-cb33782eb726} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45174) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
16210 2024.11.09 02:54:50.033822 [ 271 ] {a0613290-5210-47e0-9992-cb33782eb726} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16211 2024.11.09 02:54:50.034010 [ 271 ] {a0613290-5210-47e0-9992-cb33782eb726} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16212 2024.11.09 02:54:50.034460 [ 271 ] {a0613290-5210-47e0-9992-cb33782eb726} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16213 2024.11.09 02:54:50.034496 [ 271 ] {a0613290-5210-47e0-9992-cb33782eb726} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB.
16214 2024.11.09 02:54:50.034896 [ 271 ] {a0613290-5210-47e0-9992-cb33782eb726} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
16215 2024.11.09 02:54:50.035236 [ 271 ] {a0613290-5210-47e0-9992-cb33782eb726} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16216 2024.11.09 02:54:50.035389 [ 271 ] {a0613290-5210-47e0-9992-cb33782eb726} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001742 sec., 136050.51664753156 rows/sec., 9.12 MiB/sec.
16217 2024.11.09 02:54:50.035562 [ 271 ] {a0613290-5210-47e0-9992-cb33782eb726} <Debug> DynamicQueryHandler: Done processing query
16218 2024.11.09 02:54:50.035586 [ 271 ] {a0613290-5210-47e0-9992-cb33782eb726} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
16219 2024.11.09 02:54:50.035602 [ 271 ] {} <Debug> HTTP-Session: 3a971f7f-1e58-4d9b-8016-b9dc0b87da28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16220 2024.11.09 02:54:50.035805 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45174, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16221 2024.11.09 02:54:50.035867 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45767, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16222 2024.11.09 02:54:50.035954 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16223 2024.11.09 02:54:50.035993 [ 294 ] {} <Debug> HTTP-Session: 592b0af8-8094-4986-aef4-688ea302718b Authenticating user 'default' from [fd00:1122:3344:101::d]:45767
16224 2024.11.09 02:54:50.036015 [ 294 ] {} <Debug> HTTP-Session: 592b0af8-8094-4986-aef4-688ea302718b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16225 2024.11.09 02:54:50.036033 [ 294 ] {} <Debug> HTTP-Session: 592b0af8-8094-4986-aef4-688ea302718b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16226 2024.11.09 02:54:50.036079 [ 294 ] {} <Trace> HTTP-Session: 592b0af8-8094-4986-aef4-688ea302718b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16227 2024.11.09 02:54:50.036214 [ 294 ] {d90e81c1-4976-48f7-8e2b-df3c8d698ca9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45767) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
16228 2024.11.09 02:54:50.036273 [ 294 ] {d90e81c1-4976-48f7-8e2b-df3c8d698ca9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
16229 2024.11.09 02:54:50.036468 [ 294 ] {d90e81c1-4976-48f7-8e2b-df3c8d698ca9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16230 2024.11.09 02:54:50.036825 [ 294 ] {d90e81c1-4976-48f7-8e2b-df3c8d698ca9} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16231 2024.11.09 02:54:50.036861 [ 294 ] {d90e81c1-4976-48f7-8e2b-df3c8d698ca9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB.
16232 2024.11.09 02:54:50.037224 [ 294 ] {d90e81c1-4976-48f7-8e2b-df3c8d698ca9} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
16233 2024.11.09 02:54:50.037567 [ 294 ] {d90e81c1-4976-48f7-8e2b-df3c8d698ca9} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16234 2024.11.09 02:54:50.037723 [ 294 ] {d90e81c1-4976-48f7-8e2b-df3c8d698ca9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001537 sec., 650.6180871828237 rows/sec., 43.84 KiB/sec.
16235 2024.11.09 02:54:50.038064 [ 294 ] {d90e81c1-4976-48f7-8e2b-df3c8d698ca9} <Debug> DynamicQueryHandler: Done processing query
16236 2024.11.09 02:54:50.038104 [ 294 ] {d90e81c1-4976-48f7-8e2b-df3c8d698ca9} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
16237 2024.11.09 02:54:50.038121 [ 294 ] {} <Debug> HTTP-Session: 592b0af8-8094-4986-aef4-688ea302718b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16238 2024.11.09 02:54:50.038306 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45767, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16239 2024.11.09 02:54:50.038393 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43152, User-Agent: (none), Length: 68998, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16240 2024.11.09 02:54:50.038463 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16241 2024.11.09 02:54:50.038486 [ 271 ] {} <Debug> HTTP-Session: 0f1fef8a-41ed-4882-97f9-082c1e5e0437 Authenticating user 'default' from [fd00:1122:3344:101::d]:43152
16242 2024.11.09 02:54:50.038507 [ 271 ] {} <Debug> HTTP-Session: 0f1fef8a-41ed-4882-97f9-082c1e5e0437 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16243 2024.11.09 02:54:50.038524 [ 271 ] {} <Debug> HTTP-Session: 0f1fef8a-41ed-4882-97f9-082c1e5e0437 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16244 2024.11.09 02:54:50.038568 [ 271 ] {} <Trace> HTTP-Session: 0f1fef8a-41ed-4882-97f9-082c1e5e0437 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16245 2024.11.09 02:54:50.039112 [ 271 ] {06c66a22-ef9b-4e79-91a1-ca76361ecac8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43152) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
16246 2024.11.09 02:54:50.039197 [ 271 ] {06c66a22-ef9b-4e79-91a1-ca76361ecac8} <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
16247 2024.11.09 02:54:50.039731 [ 271 ] {06c66a22-ef9b-4e79-91a1-ca76361ecac8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16248 2024.11.09 02:54:50.040487 [ 271 ] {06c66a22-ef9b-4e79-91a1-ca76361ecac8} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16249 2024.11.09 02:54:50.040522 [ 271 ] {06c66a22-ef9b-4e79-91a1-ca76361ecac8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB.
16250 2024.11.09 02:54:50.041184 [ 271 ] {06c66a22-ef9b-4e79-91a1-ca76361ecac8} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
16251 2024.11.09 02:54:50.041606 [ 271 ] {06c66a22-ef9b-4e79-91a1-ca76361ecac8} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16252 2024.11.09 02:54:50.041816 [ 271 ] {06c66a22-ef9b-4e79-91a1-ca76361ecac8} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.0031 sec., 13225.806451612903 rows/sec., 23.70 MiB/sec.
16253 2024.11.09 02:54:50.042421 [ 271 ] {06c66a22-ef9b-4e79-91a1-ca76361ecac8} <Debug> DynamicQueryHandler: Done processing query
16254 2024.11.09 02:54:50.042445 [ 271 ] {06c66a22-ef9b-4e79-91a1-ca76361ecac8} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB.
16255 2024.11.09 02:54:50.042462 [ 271 ] {} <Debug> HTTP-Session: 0f1fef8a-41ed-4882-97f9-082c1e5e0437 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16256 2024.11.09 02:54:50.042646 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43152, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16257 2024.11.09 02:54:50.042660 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45767, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16258 2024.11.09 02:54:50.042756 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16259 2024.11.09 02:54:50.042803 [ 294 ] {} <Debug> HTTP-Session: 636f5d75-7b91-4a66-bd35-70a5c834552d Authenticating user 'default' from [fd00:1122:3344:101::d]:45767
16260 2024.11.09 02:54:50.042828 [ 294 ] {} <Debug> HTTP-Session: 636f5d75-7b91-4a66-bd35-70a5c834552d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16261 2024.11.09 02:54:50.042846 [ 294 ] {} <Debug> HTTP-Session: 636f5d75-7b91-4a66-bd35-70a5c834552d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16262 2024.11.09 02:54:50.042891 [ 294 ] {} <Trace> HTTP-Session: 636f5d75-7b91-4a66-bd35-70a5c834552d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16263 2024.11.09 02:54:50.043071 [ 294 ] {b6981fbb-c3a4-4ffd-aca8-4f48cf02be16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
16264 2024.11.09 02:54:50.043130 [ 294 ] {b6981fbb-c3a4-4ffd-aca8-4f48cf02be16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16265 2024.11.09 02:54:50.043321 [ 294 ] {b6981fbb-c3a4-4ffd-aca8-4f48cf02be16} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16266 2024.11.09 02:54:50.043662 [ 294 ] {b6981fbb-c3a4-4ffd-aca8-4f48cf02be16} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16267 2024.11.09 02:54:50.043700 [ 294 ] {b6981fbb-c3a4-4ffd-aca8-4f48cf02be16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB.
16268 2024.11.09 02:54:50.044080 [ 294 ] {b6981fbb-c3a4-4ffd-aca8-4f48cf02be16} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
16269 2024.11.09 02:54:50.044411 [ 294 ] {b6981fbb-c3a4-4ffd-aca8-4f48cf02be16} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16270 2024.11.09 02:54:50.044564 [ 294 ] {b6981fbb-c3a4-4ffd-aca8-4f48cf02be16} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001568 sec., 52295.91836734694 rows/sec., 3.32 MiB/sec.
16271 2024.11.09 02:54:50.044741 [ 294 ] {b6981fbb-c3a4-4ffd-aca8-4f48cf02be16} <Debug> DynamicQueryHandler: Done processing query
16272 2024.11.09 02:54:50.044766 [ 294 ] {b6981fbb-c3a4-4ffd-aca8-4f48cf02be16} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
16273 2024.11.09 02:54:50.044783 [ 294 ] {} <Debug> HTTP-Session: 636f5d75-7b91-4a66-bd35-70a5c834552d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16274 2024.11.09 02:54:50.045295 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45767, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16275 2024.11.09 02:54:50.958642 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52531, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16276 2024.11.09 02:54:51.218834 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48150, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16277 2024.11.09 02:54:51.261274 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48033, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16278 2024.11.09 02:54:51.261288 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33109, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16279 2024.11.09 02:54:51.267671 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49419, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16280 2024.11.09 02:54:51.344041 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56998, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16281 2024.11.09 02:54:51.351359 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51878, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16282 2024.11.09 02:54:51.373631 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43623, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16283 2024.11.09 02:54:51.783404 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1464
16284 2024.11.09 02:54:51.786220 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16285 2024.11.09 02:54:51.786274 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB.
16286 2024.11.09 02:54:51.787801 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
16287 2024.11.09 02:54:51.789588 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16288 2024.11.09 02:54:51.790105 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1464
16289 2024.11.09 02:54:55.008878 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37258, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16290 2024.11.09 02:54:55.008996 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16291 2024.11.09 02:54:55.009025 [ 283 ] {} <Debug> HTTP-Session: 4dcf7464-bd96-4b73-8c5a-104754fc8d48 Authenticating user 'default' from [fd00:1122:3344:101::d]:37258
16292 2024.11.09 02:54:55.009054 [ 283 ] {} <Debug> HTTP-Session: 4dcf7464-bd96-4b73-8c5a-104754fc8d48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16293 2024.11.09 02:54:55.009073 [ 283 ] {} <Debug> HTTP-Session: 4dcf7464-bd96-4b73-8c5a-104754fc8d48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16294 2024.11.09 02:54:55.009129 [ 283 ] {} <Trace> HTTP-Session: 4dcf7464-bd96-4b73-8c5a-104754fc8d48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16295 2024.11.09 02:54:55.009328 [ 283 ] {594b867a-7179-4635-9fe9-cf49ec1deba0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37258) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
16296 2024.11.09 02:54:55.009403 [ 283 ] {594b867a-7179-4635-9fe9-cf49ec1deba0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
16297 2024.11.09 02:54:55.009780 [ 283 ] {594b867a-7179-4635-9fe9-cf49ec1deba0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16298 2024.11.09 02:54:55.010228 [ 283 ] {594b867a-7179-4635-9fe9-cf49ec1deba0} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16299 2024.11.09 02:54:55.010271 [ 283 ] {594b867a-7179-4635-9fe9-cf49ec1deba0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB.
16300 2024.11.09 02:54:55.010700 [ 283 ] {594b867a-7179-4635-9fe9-cf49ec1deba0} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
16301 2024.11.09 02:54:55.011123 [ 283 ] {594b867a-7179-4635-9fe9-cf49ec1deba0} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16302 2024.11.09 02:54:55.011274 [ 283 ] {594b867a-7179-4635-9fe9-cf49ec1deba0} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002001 sec., 1999.0004997501248 rows/sec., 163.00 KiB/sec.
16303 2024.11.09 02:54:55.011491 [ 283 ] {594b867a-7179-4635-9fe9-cf49ec1deba0} <Debug> DynamicQueryHandler: Done processing query
16304 2024.11.09 02:54:55.011519 [ 283 ] {594b867a-7179-4635-9fe9-cf49ec1deba0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
16305 2024.11.09 02:54:55.011536 [ 283 ] {} <Debug> HTTP-Session: 4dcf7464-bd96-4b73-8c5a-104754fc8d48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16306 2024.11.09 02:54:55.011751 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37258, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16307 2024.11.09 02:54:55.011850 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48033, User-Agent: (none), Length: 8114, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16308 2024.11.09 02:54:55.011982 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16309 2024.11.09 02:54:55.012012 [ 294 ] {} <Debug> HTTP-Session: 52884774-fac3-475e-a161-4cfbc456613b Authenticating user 'default' from [fd00:1122:3344:101::d]:48033
16310 2024.11.09 02:54:55.012051 [ 294 ] {} <Debug> HTTP-Session: 52884774-fac3-475e-a161-4cfbc456613b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16311 2024.11.09 02:54:55.012070 [ 294 ] {} <Debug> HTTP-Session: 52884774-fac3-475e-a161-4cfbc456613b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16312 2024.11.09 02:54:55.012135 [ 294 ] {} <Trace> HTTP-Session: 52884774-fac3-475e-a161-4cfbc456613b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16313 2024.11.09 02:54:55.012366 [ 294 ] {982cfdcd-7cba-4c26-b28f-b2bb6d23a1fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48033) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
16314 2024.11.09 02:54:55.012445 [ 294 ] {982cfdcd-7cba-4c26-b28f-b2bb6d23a1fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16315 2024.11.09 02:54:55.012830 [ 294 ] {982cfdcd-7cba-4c26-b28f-b2bb6d23a1fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16316 2024.11.09 02:54:55.013242 [ 294 ] {982cfdcd-7cba-4c26-b28f-b2bb6d23a1fa} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16317 2024.11.09 02:54:55.013285 [ 294 ] {982cfdcd-7cba-4c26-b28f-b2bb6d23a1fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB.
16318 2024.11.09 02:54:55.013716 [ 294 ] {982cfdcd-7cba-4c26-b28f-b2bb6d23a1fa} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
16319 2024.11.09 02:54:55.014126 [ 294 ] {982cfdcd-7cba-4c26-b28f-b2bb6d23a1fa} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16320 2024.11.09 02:54:55.014309 [ 294 ] {982cfdcd-7cba-4c26-b28f-b2bb6d23a1fa} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.002019 sec., 28727.092620108964 rows/sec., 2.20 MiB/sec.
16321 2024.11.09 02:54:55.014540 [ 294 ] {982cfdcd-7cba-4c26-b28f-b2bb6d23a1fa} <Debug> DynamicQueryHandler: Done processing query
16322 2024.11.09 02:54:55.014566 [ 294 ] {982cfdcd-7cba-4c26-b28f-b2bb6d23a1fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
16323 2024.11.09 02:54:55.014583 [ 294 ] {} <Debug> HTTP-Session: 52884774-fac3-475e-a161-4cfbc456613b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16324 2024.11.09 02:54:55.014778 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48033, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16325 2024.11.09 02:54:55.014864 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56402, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16326 2024.11.09 02:54:55.014930 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16327 2024.11.09 02:54:55.014952 [ 283 ] {} <Debug> HTTP-Session: d1f99066-9357-4547-8f76-54dd8640fe78 Authenticating user 'default' from [fd00:1122:3344:101::d]:56402
16328 2024.11.09 02:54:55.014972 [ 283 ] {} <Debug> HTTP-Session: d1f99066-9357-4547-8f76-54dd8640fe78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16329 2024.11.09 02:54:55.014986 [ 283 ] {} <Debug> HTTP-Session: d1f99066-9357-4547-8f76-54dd8640fe78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16330 2024.11.09 02:54:55.015058 [ 283 ] {} <Trace> HTTP-Session: d1f99066-9357-4547-8f76-54dd8640fe78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16331 2024.11.09 02:54:55.015184 [ 283 ] {b6985b38-bd7c-441e-924a-ad874e70ac69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56402) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
16332 2024.11.09 02:54:55.015236 [ 283 ] {b6985b38-bd7c-441e-924a-ad874e70ac69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16333 2024.11.09 02:54:55.015513 [ 283 ] {b6985b38-bd7c-441e-924a-ad874e70ac69} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16334 2024.11.09 02:54:55.015843 [ 283 ] {b6985b38-bd7c-441e-924a-ad874e70ac69} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16335 2024.11.09 02:54:55.015881 [ 283 ] {b6985b38-bd7c-441e-924a-ad874e70ac69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB.
16336 2024.11.09 02:54:55.016241 [ 283 ] {b6985b38-bd7c-441e-924a-ad874e70ac69} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
16337 2024.11.09 02:54:55.016628 [ 283 ] {b6985b38-bd7c-441e-924a-ad874e70ac69} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16338 2024.11.09 02:54:55.016761 [ 283 ] {b6985b38-bd7c-441e-924a-ad874e70ac69} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001613 sec., 2479.851208927464 rows/sec., 173.15 KiB/sec.
16339 2024.11.09 02:54:55.016947 [ 283 ] {b6985b38-bd7c-441e-924a-ad874e70ac69} <Debug> DynamicQueryHandler: Done processing query
16340 2024.11.09 02:54:55.016973 [ 283 ] {b6985b38-bd7c-441e-924a-ad874e70ac69} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
16341 2024.11.09 02:54:55.016989 [ 283 ] {} <Debug> HTTP-Session: d1f99066-9357-4547-8f76-54dd8640fe78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16342 2024.11.09 02:54:55.017174 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56402, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16343 2024.11.09 02:54:55.017239 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48033, User-Agent: (none), Length: 11580, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16344 2024.11.09 02:54:55.017321 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16345 2024.11.09 02:54:55.017347 [ 294 ] {} <Debug> HTTP-Session: 3bfc8cbd-8199-49f2-ac54-c2892879ee8c Authenticating user 'default' from [fd00:1122:3344:101::d]:48033
16346 2024.11.09 02:54:55.017370 [ 294 ] {} <Debug> HTTP-Session: 3bfc8cbd-8199-49f2-ac54-c2892879ee8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16347 2024.11.09 02:54:55.017387 [ 294 ] {} <Debug> HTTP-Session: 3bfc8cbd-8199-49f2-ac54-c2892879ee8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16348 2024.11.09 02:54:55.017434 [ 294 ] {} <Trace> HTTP-Session: 3bfc8cbd-8199-49f2-ac54-c2892879ee8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16349 2024.11.09 02:54:55.017597 [ 294 ] {c6494135-9e41-44ff-925e-149c9e316852} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48033) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
16350 2024.11.09 02:54:55.017655 [ 294 ] {c6494135-9e41-44ff-925e-149c9e316852} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16351 2024.11.09 02:54:55.017938 [ 294 ] {c6494135-9e41-44ff-925e-149c9e316852} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16352 2024.11.09 02:54:55.018305 [ 294 ] {c6494135-9e41-44ff-925e-149c9e316852} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16353 2024.11.09 02:54:55.018342 [ 294 ] {c6494135-9e41-44ff-925e-149c9e316852} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB.
16354 2024.11.09 02:54:55.018708 [ 294 ] {c6494135-9e41-44ff-925e-149c9e316852} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
16355 2024.11.09 02:54:55.019087 [ 294 ] {c6494135-9e41-44ff-925e-149c9e316852} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16356 2024.11.09 02:54:55.019246 [ 294 ] {c6494135-9e41-44ff-925e-149c9e316852} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001707 sec., 39835.969537199766 rows/sec., 3.11 MiB/sec.
16357 2024.11.09 02:54:55.019448 [ 294 ] {c6494135-9e41-44ff-925e-149c9e316852} <Debug> DynamicQueryHandler: Done processing query
16358 2024.11.09 02:54:55.019485 [ 294 ] {c6494135-9e41-44ff-925e-149c9e316852} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
16359 2024.11.09 02:54:55.019516 [ 294 ] {} <Debug> HTTP-Session: 3bfc8cbd-8199-49f2-ac54-c2892879ee8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16360 2024.11.09 02:54:55.019715 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48033, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16361 2024.11.09 02:54:55.019837 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64167, User-Agent: (none), Length: 24922, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16362 2024.11.09 02:54:55.019900 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16363 2024.11.09 02:54:55.019922 [ 283 ] {} <Debug> HTTP-Session: 75f583f4-b05e-492f-9644-317785890f1e Authenticating user 'default' from [fd00:1122:3344:101::d]:64167
16364 2024.11.09 02:54:55.019941 [ 283 ] {} <Debug> HTTP-Session: 75f583f4-b05e-492f-9644-317785890f1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16365 2024.11.09 02:54:55.019956 [ 283 ] {} <Debug> HTTP-Session: 75f583f4-b05e-492f-9644-317785890f1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16366 2024.11.09 02:54:55.019998 [ 283 ] {} <Trace> HTTP-Session: 75f583f4-b05e-492f-9644-317785890f1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16367 2024.11.09 02:54:55.020170 [ 283 ] {5590ca31-a6ce-42b2-97c1-fa64bc2ec3bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64167) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
16368 2024.11.09 02:54:55.020226 [ 283 ] {5590ca31-a6ce-42b2-97c1-fa64bc2ec3bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16369 2024.11.09 02:54:55.020417 [ 283 ] {5590ca31-a6ce-42b2-97c1-fa64bc2ec3bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16370 2024.11.09 02:54:55.020779 [ 283 ] {5590ca31-a6ce-42b2-97c1-fa64bc2ec3bb} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16371 2024.11.09 02:54:55.020816 [ 283 ] {5590ca31-a6ce-42b2-97c1-fa64bc2ec3bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB.
16372 2024.11.09 02:54:55.021228 [ 283 ] {5590ca31-a6ce-42b2-97c1-fa64bc2ec3bb} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
16373 2024.11.09 02:54:55.021582 [ 283 ] {5590ca31-a6ce-42b2-97c1-fa64bc2ec3bb} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16374 2024.11.09 02:54:55.021720 [ 283 ] {5590ca31-a6ce-42b2-97c1-fa64bc2ec3bb} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001625 sec., 80000 rows/sec., 5.57 MiB/sec.
16375 2024.11.09 02:54:55.021910 [ 283 ] {5590ca31-a6ce-42b2-97c1-fa64bc2ec3bb} <Debug> DynamicQueryHandler: Done processing query
16376 2024.11.09 02:54:55.021935 [ 283 ] {5590ca31-a6ce-42b2-97c1-fa64bc2ec3bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
16377 2024.11.09 02:54:55.021952 [ 283 ] {} <Debug> HTTP-Session: 75f583f4-b05e-492f-9644-317785890f1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16378 2024.11.09 02:54:55.022151 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48033, User-Agent: (none), Length: 7317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16379 2024.11.09 02:54:55.022167 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64167, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16380 2024.11.09 02:54:55.022246 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16381 2024.11.09 02:54:55.022286 [ 294 ] {} <Debug> HTTP-Session: 6c64538d-6db7-4bf4-a7ef-dd012a0fd711 Authenticating user 'default' from [fd00:1122:3344:101::d]:48033
16382 2024.11.09 02:54:55.022320 [ 294 ] {} <Debug> HTTP-Session: 6c64538d-6db7-4bf4-a7ef-dd012a0fd711 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16383 2024.11.09 02:54:55.022351 [ 294 ] {} <Debug> HTTP-Session: 6c64538d-6db7-4bf4-a7ef-dd012a0fd711 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16384 2024.11.09 02:54:55.022399 [ 294 ] {} <Trace> HTTP-Session: 6c64538d-6db7-4bf4-a7ef-dd012a0fd711 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16385 2024.11.09 02:54:55.022564 [ 294 ] {ad3233eb-9611-4b32-a253-04c1c5afefbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48033) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
16386 2024.11.09 02:54:55.022623 [ 294 ] {ad3233eb-9611-4b32-a253-04c1c5afefbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16387 2024.11.09 02:54:55.022812 [ 294 ] {ad3233eb-9611-4b32-a253-04c1c5afefbe} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16388 2024.11.09 02:54:55.023184 [ 294 ] {ad3233eb-9611-4b32-a253-04c1c5afefbe} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16389 2024.11.09 02:54:55.023220 [ 294 ] {ad3233eb-9611-4b32-a253-04c1c5afefbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB.
16390 2024.11.09 02:54:55.023599 [ 294 ] {ad3233eb-9611-4b32-a253-04c1c5afefbe} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
16391 2024.11.09 02:54:55.023927 [ 294 ] {ad3233eb-9611-4b32-a253-04c1c5afefbe} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16392 2024.11.09 02:54:55.024086 [ 294 ] {ad3233eb-9611-4b32-a253-04c1c5afefbe} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001569 sec., 30592.734225621414 rows/sec., 2.06 MiB/sec.
16393 2024.11.09 02:54:55.024272 [ 294 ] {ad3233eb-9611-4b32-a253-04c1c5afefbe} <Debug> DynamicQueryHandler: Done processing query
16394 2024.11.09 02:54:55.024297 [ 294 ] {ad3233eb-9611-4b32-a253-04c1c5afefbe} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
16395 2024.11.09 02:54:55.024313 [ 294 ] {} <Debug> HTTP-Session: 6c64538d-6db7-4bf4-a7ef-dd012a0fd711 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16396 2024.11.09 02:54:55.024555 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48033, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16397 2024.11.09 02:55:00.010606 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42330, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16398 2024.11.09 02:55:00.010804 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16399 2024.11.09 02:55:00.010853 [ 283 ] {} <Debug> HTTP-Session: 771fe8ab-bdfc-4805-b1fe-e64da58608c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:42330
16400 2024.11.09 02:55:00.010895 [ 283 ] {} <Debug> HTTP-Session: 771fe8ab-bdfc-4805-b1fe-e64da58608c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16401 2024.11.09 02:55:00.010924 [ 283 ] {} <Debug> HTTP-Session: 771fe8ab-bdfc-4805-b1fe-e64da58608c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16402 2024.11.09 02:55:00.010996 [ 283 ] {} <Trace> HTTP-Session: 771fe8ab-bdfc-4805-b1fe-e64da58608c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16403 2024.11.09 02:55:00.011191 [ 283 ] {831bfae9-373f-4259-802e-28d135a7e0d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42330) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
16404 2024.11.09 02:55:00.011255 [ 283 ] {831bfae9-373f-4259-802e-28d135a7e0d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16405 2024.11.09 02:55:00.011578 [ 283 ] {831bfae9-373f-4259-802e-28d135a7e0d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16406 2024.11.09 02:55:00.012027 [ 283 ] {831bfae9-373f-4259-802e-28d135a7e0d8} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16407 2024.11.09 02:55:00.012069 [ 283 ] {831bfae9-373f-4259-802e-28d135a7e0d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB.
16408 2024.11.09 02:55:00.012488 [ 283 ] {831bfae9-373f-4259-802e-28d135a7e0d8} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
16409 2024.11.09 02:55:00.012901 [ 283 ] {831bfae9-373f-4259-802e-28d135a7e0d8} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16410 2024.11.09 02:55:00.013063 [ 283 ] {831bfae9-373f-4259-802e-28d135a7e0d8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001935 sec., 28940.568475452194 rows/sec., 2.22 MiB/sec.
16411 2024.11.09 02:55:00.013254 [ 283 ] {831bfae9-373f-4259-802e-28d135a7e0d8} <Debug> DynamicQueryHandler: Done processing query
16412 2024.11.09 02:55:00.013281 [ 283 ] {831bfae9-373f-4259-802e-28d135a7e0d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
16413 2024.11.09 02:55:00.013297 [ 283 ] {} <Debug> HTTP-Session: 771fe8ab-bdfc-4805-b1fe-e64da58608c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16414 2024.11.09 02:55:00.013497 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42330, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16415 2024.11.09 02:55:00.013682 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58602, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16416 2024.11.09 02:55:00.013702 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16417 2024.11.09 02:55:00.013880 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16418 2024.11.09 02:55:00.013921 [ 285 ] {} <Debug> HTTP-Session: c1f2a0e8-d072-4b53-a0e0-2410b10fb145 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829
16419 2024.11.09 02:55:00.013955 [ 285 ] {} <Debug> HTTP-Session: c1f2a0e8-d072-4b53-a0e0-2410b10fb145 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16420 2024.11.09 02:55:00.013976 [ 285 ] {} <Debug> HTTP-Session: c1f2a0e8-d072-4b53-a0e0-2410b10fb145 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16421 2024.11.09 02:55:00.014041 [ 285 ] {} <Trace> HTTP-Session: c1f2a0e8-d072-4b53-a0e0-2410b10fb145 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16422 2024.11.09 02:55:00.014284 [ 285 ] {04a758b1-4e88-495f-813a-4d55f65fdba2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
16423 2024.11.09 02:55:00.014361 [ 285 ] {04a758b1-4e88-495f-813a-4d55f65fdba2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16424 2024.11.09 02:55:00.014757 [ 285 ] {04a758b1-4e88-495f-813a-4d55f65fdba2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16425 2024.11.09 02:55:00.015268 [ 285 ] {04a758b1-4e88-495f-813a-4d55f65fdba2} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16426 2024.11.09 02:55:00.015314 [ 285 ] {04a758b1-4e88-495f-813a-4d55f65fdba2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB.
16427 2024.11.09 02:55:00.015736 [ 285 ] {04a758b1-4e88-495f-813a-4d55f65fdba2} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
16428 2024.11.09 02:55:00.016125 [ 285 ] {04a758b1-4e88-495f-813a-4d55f65fdba2} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16429 2024.11.09 02:55:00.016301 [ 285 ] {04a758b1-4e88-495f-813a-4d55f65fdba2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002103 sec., 30432.71516880647 rows/sec., 2.38 MiB/sec.
16430 2024.11.09 02:55:00.016508 [ 285 ] {04a758b1-4e88-495f-813a-4d55f65fdba2} <Debug> DynamicQueryHandler: Done processing query
16431 2024.11.09 02:55:00.016533 [ 285 ] {04a758b1-4e88-495f-813a-4d55f65fdba2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
16432 2024.11.09 02:55:00.016550 [ 285 ] {} <Debug> HTTP-Session: c1f2a0e8-d072-4b53-a0e0-2410b10fb145 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16433 2024.11.09 02:55:00.016756 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42330, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16434 2024.11.09 02:55:00.016775 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16435 2024.11.09 02:55:00.016845 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16436 2024.11.09 02:55:00.016880 [ 283 ] {} <Debug> HTTP-Session: 2fdb7014-2c1e-41f1-b9c2-87ecadfe1603 Authenticating user 'default' from [fd00:1122:3344:101::d]:42330
16437 2024.11.09 02:55:00.016903 [ 283 ] {} <Debug> HTTP-Session: 2fdb7014-2c1e-41f1-b9c2-87ecadfe1603 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16438 2024.11.09 02:55:00.016920 [ 283 ] {} <Debug> HTTP-Session: 2fdb7014-2c1e-41f1-b9c2-87ecadfe1603 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16439 2024.11.09 02:55:00.016976 [ 283 ] {} <Trace> HTTP-Session: 2fdb7014-2c1e-41f1-b9c2-87ecadfe1603 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16440 2024.11.09 02:55:00.017161 [ 283 ] {0e96ab1b-a0fc-4ace-9852-9d9bc712aec4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42330) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
16441 2024.11.09 02:55:00.017214 [ 283 ] {0e96ab1b-a0fc-4ace-9852-9d9bc712aec4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16442 2024.11.09 02:55:00.017398 [ 283 ] {0e96ab1b-a0fc-4ace-9852-9d9bc712aec4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16443 2024.11.09 02:55:00.017795 [ 283 ] {0e96ab1b-a0fc-4ace-9852-9d9bc712aec4} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16444 2024.11.09 02:55:00.017832 [ 283 ] {0e96ab1b-a0fc-4ace-9852-9d9bc712aec4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB.
16445 2024.11.09 02:55:00.018240 [ 283 ] {0e96ab1b-a0fc-4ace-9852-9d9bc712aec4} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
16446 2024.11.09 02:55:00.018588 [ 283 ] {0e96ab1b-a0fc-4ace-9852-9d9bc712aec4} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16447 2024.11.09 02:55:00.018743 [ 283 ] {0e96ab1b-a0fc-4ace-9852-9d9bc712aec4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001659 sec., 96443.64074743821 rows/sec., 6.72 MiB/sec.
16448 2024.11.09 02:55:00.019005 [ 283 ] {0e96ab1b-a0fc-4ace-9852-9d9bc712aec4} <Debug> DynamicQueryHandler: Done processing query
16449 2024.11.09 02:55:00.019060 [ 283 ] {0e96ab1b-a0fc-4ace-9852-9d9bc712aec4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
16450 2024.11.09 02:55:00.019116 [ 283 ] {} <Debug> HTTP-Session: 2fdb7014-2c1e-41f1-b9c2-87ecadfe1603 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16451 2024.11.09 02:55:00.019342 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42330, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16452 2024.11.09 02:55:00.019410 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53220, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16453 2024.11.09 02:55:00.019530 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16454 2024.11.09 02:55:00.019560 [ 282 ] {} <Debug> HTTP-Session: 5d9d1e44-18c2-4a6c-879e-bd99e9d98613 Authenticating user 'default' from [fd00:1122:3344:101::d]:53220
16455 2024.11.09 02:55:00.019589 [ 282 ] {} <Debug> HTTP-Session: 5d9d1e44-18c2-4a6c-879e-bd99e9d98613 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16456 2024.11.09 02:55:00.019606 [ 282 ] {} <Debug> HTTP-Session: 5d9d1e44-18c2-4a6c-879e-bd99e9d98613 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16457 2024.11.09 02:55:00.019668 [ 282 ] {} <Trace> HTTP-Session: 5d9d1e44-18c2-4a6c-879e-bd99e9d98613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16458 2024.11.09 02:55:00.019916 [ 282 ] {4aab6d6c-5ae7-47be-91a4-78f72b4c96bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53220) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
16459 2024.11.09 02:55:00.019992 [ 282 ] {4aab6d6c-5ae7-47be-91a4-78f72b4c96bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16460 2024.11.09 02:55:00.020194 [ 282 ] {4aab6d6c-5ae7-47be-91a4-78f72b4c96bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16461 2024.11.09 02:55:00.020554 [ 282 ] {4aab6d6c-5ae7-47be-91a4-78f72b4c96bb} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16462 2024.11.09 02:55:00.020603 [ 282 ] {4aab6d6c-5ae7-47be-91a4-78f72b4c96bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB.
16463 2024.11.09 02:55:00.021052 [ 282 ] {4aab6d6c-5ae7-47be-91a4-78f72b4c96bb} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
16464 2024.11.09 02:55:00.021399 [ 282 ] {4aab6d6c-5ae7-47be-91a4-78f72b4c96bb} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16465 2024.11.09 02:55:00.021568 [ 282 ] {4aab6d6c-5ae7-47be-91a4-78f72b4c96bb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001743 sec., 34423.40791738382 rows/sec., 2.32 MiB/sec.
16466 2024.11.09 02:55:00.021797 [ 282 ] {4aab6d6c-5ae7-47be-91a4-78f72b4c96bb} <Debug> DynamicQueryHandler: Done processing query
16467 2024.11.09 02:55:00.021832 [ 282 ] {4aab6d6c-5ae7-47be-91a4-78f72b4c96bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
16468 2024.11.09 02:55:00.021864 [ 282 ] {} <Debug> HTTP-Session: 5d9d1e44-18c2-4a6c-879e-bd99e9d98613 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16469 2024.11.09 02:55:00.022131 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53220, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16470 2024.11.09 02:55:00.606124 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55969, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16471 2024.11.09 02:55:00.627599 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64677, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16472 2024.11.09 02:55:00.713995 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57782, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16473 2024.11.09 02:55:00.742476 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52256, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16474 2024.11.09 02:55:00.758899 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58215, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16475 2024.11.09 02:55:00.806636 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:42621, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16476 2024.11.09 02:55:00.928153 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58146, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16477 2024.11.09 02:55:01.422976 [ 98 ] {} <Debug> DNSResolver: Updating DNS cache
16478 2024.11.09 02:55:01.423058 [ 98 ] {} <Debug> DNSResolver: Updated DNS cache
16479 2024.11.09 02:55:01.778816 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45863, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16480 2024.11.09 02:55:01.786437 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38597, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16481 2024.11.09 02:55:01.790309 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1484
16482 2024.11.09 02:55:01.792954 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16483 2024.11.09 02:55:01.793003 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB.
16484 2024.11.09 02:55:01.794473 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
16485 2024.11.09 02:55:01.795442 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16486 2024.11.09 02:55:01.796002 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1484
16487 2024.11.09 02:55:02.249320 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44662, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16488 2024.11.09 02:55:02.333283 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53824, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16489 2024.11.09 02:55:02.333442 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39603, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16490 2024.11.09 02:55:02.341678 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63508, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16491 2024.11.09 02:55:02.429425 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53661, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16492 2024.11.09 02:55:02.470814 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39305, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16493 2024.11.09 02:55:02.488230 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51986, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16494 2024.11.09 02:55:02.491265 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48536, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16495 2024.11.09 02:55:02.495631 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63153, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16496 2024.11.09 02:55:02.556733 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46859, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16497 2024.11.09 02:55:02.646178 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39510, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16498 2024.11.09 02:55:02.651481 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55291, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16499 2024.11.09 02:55:02.654727 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44929, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16500 2024.11.09 02:55:02.701061 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52036, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16501 2024.11.09 02:55:05.016251 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53048, User-Agent: (none), Length: 41147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16502 2024.11.09 02:55:05.016386 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16503 2024.11.09 02:55:05.016416 [ 286 ] {} <Debug> HTTP-Session: 0b69cf67-3658-4af2-84e2-5ca39b1d6206 Authenticating user 'default' from [fd00:1122:3344:101::d]:53048
16504 2024.11.09 02:55:05.016445 [ 286 ] {} <Debug> HTTP-Session: 0b69cf67-3658-4af2-84e2-5ca39b1d6206 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16505 2024.11.09 02:55:05.016464 [ 286 ] {} <Debug> HTTP-Session: 0b69cf67-3658-4af2-84e2-5ca39b1d6206 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16506 2024.11.09 02:55:05.016523 [ 286 ] {} <Trace> HTTP-Session: 0b69cf67-3658-4af2-84e2-5ca39b1d6206 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16507 2024.11.09 02:55:05.016836 [ 286 ] {bf63d445-9950-4911-ab8f-fc9fd2f74169} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
16508 2024.11.09 02:55:05.016918 [ 286 ] {bf63d445-9950-4911-ab8f-fc9fd2f74169} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16509 2024.11.09 02:55:05.017291 [ 286 ] {bf63d445-9950-4911-ab8f-fc9fd2f74169} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16510 2024.11.09 02:55:05.017969 [ 286 ] {bf63d445-9950-4911-ab8f-fc9fd2f74169} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16511 2024.11.09 02:55:05.018021 [ 286 ] {bf63d445-9950-4911-ab8f-fc9fd2f74169} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB.
16512 2024.11.09 02:55:05.018499 [ 286 ] {bf63d445-9950-4911-ab8f-fc9fd2f74169} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
16513 2024.11.09 02:55:05.018914 [ 286 ] {bf63d445-9950-4911-ab8f-fc9fd2f74169} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16514 2024.11.09 02:55:05.019101 [ 286 ] {bf63d445-9950-4911-ab8f-fc9fd2f74169} <Debug> executeQuery: Read 271 rows, 24.70 KiB in 0.002402 sec., 112822.64779350541 rows/sec., 10.04 MiB/sec.
16515 2024.11.09 02:55:05.019356 [ 286 ] {bf63d445-9950-4911-ab8f-fc9fd2f74169} <Debug> DynamicQueryHandler: Done processing query
16516 2024.11.09 02:55:05.019387 [ 286 ] {bf63d445-9950-4911-ab8f-fc9fd2f74169} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
16517 2024.11.09 02:55:05.019405 [ 286 ] {} <Debug> HTTP-Session: 0b69cf67-3658-4af2-84e2-5ca39b1d6206 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16518 2024.11.09 02:55:05.019616 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53048, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16519 2024.11.09 02:55:05.019712 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45624, User-Agent: (none), Length: 5927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16520 2024.11.09 02:55:05.019816 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16521 2024.11.09 02:55:05.019846 [ 293 ] {} <Debug> HTTP-Session: 0563c060-00cb-4ce4-9ab4-3b0298ce717f Authenticating user 'default' from [fd00:1122:3344:101::d]:45624
16522 2024.11.09 02:55:05.019869 [ 293 ] {} <Debug> HTTP-Session: 0563c060-00cb-4ce4-9ab4-3b0298ce717f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16523 2024.11.09 02:55:05.019889 [ 293 ] {} <Debug> HTTP-Session: 0563c060-00cb-4ce4-9ab4-3b0298ce717f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16524 2024.11.09 02:55:05.019935 [ 293 ] {} <Trace> HTTP-Session: 0563c060-00cb-4ce4-9ab4-3b0298ce717f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16525 2024.11.09 02:55:05.020100 [ 293 ] {c9aff281-570a-423c-b7e2-6a601924a360} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45624) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
16526 2024.11.09 02:55:05.020157 [ 293 ] {c9aff281-570a-423c-b7e2-6a601924a360} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16527 2024.11.09 02:55:05.020413 [ 293 ] {c9aff281-570a-423c-b7e2-6a601924a360} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16528 2024.11.09 02:55:05.020800 [ 293 ] {c9aff281-570a-423c-b7e2-6a601924a360} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16529 2024.11.09 02:55:05.020841 [ 293 ] {c9aff281-570a-423c-b7e2-6a601924a360} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB.
16530 2024.11.09 02:55:05.021224 [ 293 ] {c9aff281-570a-423c-b7e2-6a601924a360} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
16531 2024.11.09 02:55:05.021611 [ 293 ] {c9aff281-570a-423c-b7e2-6a601924a360} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16532 2024.11.09 02:55:05.021767 [ 293 ] {c9aff281-570a-423c-b7e2-6a601924a360} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001719 sec., 23851.07620709715 rows/sec., 1.75 MiB/sec.
16533 2024.11.09 02:55:05.021965 [ 293 ] {c9aff281-570a-423c-b7e2-6a601924a360} <Debug> DynamicQueryHandler: Done processing query
16534 2024.11.09 02:55:05.021990 [ 293 ] {c9aff281-570a-423c-b7e2-6a601924a360} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
16535 2024.11.09 02:55:05.022007 [ 293 ] {} <Debug> HTTP-Session: 0563c060-00cb-4ce4-9ab4-3b0298ce717f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16536 2024.11.09 02:55:05.022209 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45624, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16537 2024.11.09 02:55:05.022317 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57464, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16538 2024.11.09 02:55:05.022375 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16539 2024.11.09 02:55:05.022396 [ 286 ] {} <Debug> HTTP-Session: 18a496bb-e9a5-489f-bfd1-70692d223527 Authenticating user 'default' from [fd00:1122:3344:101::d]:57464
16540 2024.11.09 02:55:05.022414 [ 286 ] {} <Debug> HTTP-Session: 18a496bb-e9a5-489f-bfd1-70692d223527 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16541 2024.11.09 02:55:05.022428 [ 286 ] {} <Debug> HTTP-Session: 18a496bb-e9a5-489f-bfd1-70692d223527 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16542 2024.11.09 02:55:05.022460 [ 286 ] {} <Trace> HTTP-Session: 18a496bb-e9a5-489f-bfd1-70692d223527 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16543 2024.11.09 02:55:05.022566 [ 286 ] {9f41d3a2-2510-4777-ab3c-2c7da45560b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57464) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
16544 2024.11.09 02:55:05.022613 [ 286 ] {9f41d3a2-2510-4777-ab3c-2c7da45560b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
16545 2024.11.09 02:55:05.022845 [ 286 ] {9f41d3a2-2510-4777-ab3c-2c7da45560b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16546 2024.11.09 02:55:05.023174 [ 286 ] {9f41d3a2-2510-4777-ab3c-2c7da45560b2} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16547 2024.11.09 02:55:05.023212 [ 286 ] {9f41d3a2-2510-4777-ab3c-2c7da45560b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB.
16548 2024.11.09 02:55:05.023575 [ 286 ] {9f41d3a2-2510-4777-ab3c-2c7da45560b2} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
16549 2024.11.09 02:55:05.023940 [ 286 ] {9f41d3a2-2510-4777-ab3c-2c7da45560b2} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16550 2024.11.09 02:55:05.024103 [ 286 ] {9f41d3a2-2510-4777-ab3c-2c7da45560b2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00156 sec., 8974.358974358975 rows/sec., 628.51 KiB/sec.
16551 2024.11.09 02:55:05.024312 [ 286 ] {9f41d3a2-2510-4777-ab3c-2c7da45560b2} <Debug> DynamicQueryHandler: Done processing query
16552 2024.11.09 02:55:05.024341 [ 286 ] {9f41d3a2-2510-4777-ab3c-2c7da45560b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
16553 2024.11.09 02:55:05.024358 [ 286 ] {} <Debug> HTTP-Session: 18a496bb-e9a5-489f-bfd1-70692d223527 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16554 2024.11.09 02:55:05.024506 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57464, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16555 2024.11.09 02:55:05.024609 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44084, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16556 2024.11.09 02:55:05.024660 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16557 2024.11.09 02:55:05.024681 [ 293 ] {} <Debug> HTTP-Session: 18d65d33-f241-4b54-bf03-059b0180ec9c Authenticating user 'default' from [fd00:1122:3344:101::d]:44084
16558 2024.11.09 02:55:05.024698 [ 293 ] {} <Debug> HTTP-Session: 18d65d33-f241-4b54-bf03-059b0180ec9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16559 2024.11.09 02:55:05.024712 [ 293 ] {} <Debug> HTTP-Session: 18d65d33-f241-4b54-bf03-059b0180ec9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16560 2024.11.09 02:55:05.024744 [ 293 ] {} <Trace> HTTP-Session: 18d65d33-f241-4b54-bf03-059b0180ec9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16561 2024.11.09 02:55:05.024840 [ 293 ] {c3cbc171-4ddf-44cf-9012-e88e4bfbc14e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44084) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
16562 2024.11.09 02:55:05.024884 [ 293 ] {c3cbc171-4ddf-44cf-9012-e88e4bfbc14e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
16563 2024.11.09 02:55:05.025111 [ 293 ] {c3cbc171-4ddf-44cf-9012-e88e4bfbc14e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16564 2024.11.09 02:55:05.025496 [ 293 ] {c3cbc171-4ddf-44cf-9012-e88e4bfbc14e} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16565 2024.11.09 02:55:05.025533 [ 293 ] {c3cbc171-4ddf-44cf-9012-e88e4bfbc14e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB.
16566 2024.11.09 02:55:05.025881 [ 293 ] {c3cbc171-4ddf-44cf-9012-e88e4bfbc14e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
16567 2024.11.09 02:55:05.026241 [ 293 ] {c3cbc171-4ddf-44cf-9012-e88e4bfbc14e} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16568 2024.11.09 02:55:05.026393 [ 293 ] {c3cbc171-4ddf-44cf-9012-e88e4bfbc14e} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001573 sec., 3814.367450731087 rows/sec., 225.36 KiB/sec.
16569 2024.11.09 02:55:05.026408 [ 96 ] {} <Debug> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0
16570 2024.11.09 02:55:05.026509 [ 96 ] {} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16571 2024.11.09 02:55:05.026561 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB.
16572 2024.11.09 02:55:05.026683 [ 293 ] {c3cbc171-4ddf-44cf-9012-e88e4bfbc14e} <Debug> DynamicQueryHandler: Done processing query
16573 2024.11.09 02:55:05.026754 [ 293 ] {c3cbc171-4ddf-44cf-9012-e88e4bfbc14e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
16574 2024.11.09 02:55:05.026811 [ 293 ] {} <Debug> HTTP-Session: 18d65d33-f241-4b54-bf03-059b0180ec9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16575 2024.11.09 02:55:05.026848 [ 190 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full
16576 2024.11.09 02:55:05.027137 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44084, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16577 2024.11.09 02:55:05.027233 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57464, User-Agent: (none), Length: 68708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16578 2024.11.09 02:55:05.027513 [ 293 ] {} <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):
16579 
16580 (version 23.8.7.1)
16581 2024.11.09 02:55:05.027531 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16582 2024.11.09 02:55:05.027682 [ 286 ] {} <Debug> HTTP-Session: b43f7fba-8d58-45a0-80d1-7ea97df0ccf5 Authenticating user 'default' from [fd00:1122:3344:101::d]:57464
16583 2024.11.09 02:55:05.027751 [ 286 ] {} <Debug> HTTP-Session: b43f7fba-8d58-45a0-80d1-7ea97df0ccf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16584 2024.11.09 02:55:05.027751 [ 190 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16585 2024.11.09 02:55:05.027802 [ 286 ] {} <Debug> HTTP-Session: b43f7fba-8d58-45a0-80d1-7ea97df0ccf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16586 2024.11.09 02:55:05.027860 [ 190 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 6 rows starting from the beginning of the part
16587 2024.11.09 02:55:05.027879 [ 286 ] {} <Trace> HTTP-Session: b43f7fba-8d58-45a0-80d1-7ea97df0ccf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16588 2024.11.09 02:55:05.027953 [ 190 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part
16589 2024.11.09 02:55:05.028266 [ 286 ] {f31ee39c-262d-4d0a-8bc3-3947ca79d027} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57464) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
16590 2024.11.09 02:55:05.028310 [ 190 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part
16591 2024.11.09 02:55:05.028396 [ 286 ] {f31ee39c-262d-4d0a-8bc3-3947ca79d027} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16592 2024.11.09 02:55:05.028682 [ 190 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part
16593 2024.11.09 02:55:05.028965 [ 190 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part
16594 2024.11.09 02:55:05.029670 [ 286 ] {f31ee39c-262d-4d0a-8bc3-3947ca79d027} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16595 2024.11.09 02:55:05.030519 [ 286 ] {f31ee39c-262d-4d0a-8bc3-3947ca79d027} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16596 2024.11.09 02:55:05.030571 [ 286 ] {f31ee39c-262d-4d0a-8bc3-3947ca79d027} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB.
16597 2024.11.09 02:55:05.030724 [ 197 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004068084 sec., 7374.478993059141 rows/sec., 468.11 KiB/sec.
16598 2024.11.09 02:55:05.030999 [ 197 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary)
16599 2024.11.09 02:55:05.031313 [ 286 ] {f31ee39c-262d-4d0a-8bc3-3947ca79d027} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
16600 2024.11.09 02:55:05.032051 [ 197 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_33_8} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16601 2024.11.09 02:55:05.032262 [ 197 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_33_8} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8
16602 2024.11.09 02:55:05.032262 [ 286 ] {f31ee39c-262d-4d0a-8bc3-3947ca79d027} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16603 2024.11.09 02:55:05.032431 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
16604 2024.11.09 02:55:05.032577 [ 286 ] {f31ee39c-262d-4d0a-8bc3-3947ca79d027} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.004519 sec., 93604.77981854393 rows/sec., 6.69 MiB/sec.
16605 2024.11.09 02:55:05.032789 [ 286 ] {f31ee39c-262d-4d0a-8bc3-3947ca79d027} <Debug> DynamicQueryHandler: Done processing query
16606 2024.11.09 02:55:05.032819 [ 286 ] {f31ee39c-262d-4d0a-8bc3-3947ca79d027} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
16607 2024.11.09 02:55:05.032836 [ 286 ] {} <Debug> HTTP-Session: b43f7fba-8d58-45a0-80d1-7ea97df0ccf5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16608 2024.11.09 02:55:05.032997 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57464, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16609 2024.11.09 02:55:05.033065 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65374, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16610 2024.11.09 02:55:05.033121 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16611 2024.11.09 02:55:05.033143 [ 293 ] {} <Debug> HTTP-Session: fdef508c-41d4-41fa-a34e-0ce76653a12c Authenticating user 'default' from [fd00:1122:3344:101::d]:65374
16612 2024.11.09 02:55:05.033161 [ 293 ] {} <Debug> HTTP-Session: fdef508c-41d4-41fa-a34e-0ce76653a12c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16613 2024.11.09 02:55:05.033175 [ 293 ] {} <Debug> HTTP-Session: fdef508c-41d4-41fa-a34e-0ce76653a12c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16614 2024.11.09 02:55:05.033207 [ 293 ] {} <Trace> HTTP-Session: fdef508c-41d4-41fa-a34e-0ce76653a12c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16615 2024.11.09 02:55:05.033307 [ 293 ] {2b11d2d7-0893-4176-b6b3-d36aeac62c2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65374) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
16616 2024.11.09 02:55:05.033352 [ 293 ] {2b11d2d7-0893-4176-b6b3-d36aeac62c2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
16617 2024.11.09 02:55:05.033490 [ 293 ] {2b11d2d7-0893-4176-b6b3-d36aeac62c2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16618 2024.11.09 02:55:05.033782 [ 293 ] {2b11d2d7-0893-4176-b6b3-d36aeac62c2e} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16619 2024.11.09 02:55:05.033823 [ 293 ] {2b11d2d7-0893-4176-b6b3-d36aeac62c2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB.
16620 2024.11.09 02:55:05.034180 [ 293 ] {2b11d2d7-0893-4176-b6b3-d36aeac62c2e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
16621 2024.11.09 02:55:05.034554 [ 293 ] {2b11d2d7-0893-4176-b6b3-d36aeac62c2e} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16622 2024.11.09 02:55:05.034736 [ 293 ] {2b11d2d7-0893-4176-b6b3-d36aeac62c2e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001449 sec., 4140.786749482401 rows/sec., 216.34 KiB/sec.
16623 2024.11.09 02:55:05.034924 [ 293 ] {2b11d2d7-0893-4176-b6b3-d36aeac62c2e} <Debug> DynamicQueryHandler: Done processing query
16624 2024.11.09 02:55:05.034947 [ 293 ] {2b11d2d7-0893-4176-b6b3-d36aeac62c2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
16625 2024.11.09 02:55:05.034964 [ 293 ] {} <Debug> HTTP-Session: fdef508c-41d4-41fa-a34e-0ce76653a12c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16626 2024.11.09 02:55:05.035115 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65374, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16627 2024.11.09 02:55:05.035231 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59061, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16628 2024.11.09 02:55:05.035287 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16629 2024.11.09 02:55:05.035308 [ 286 ] {} <Debug> HTTP-Session: 342f5871-4745-48e3-b041-0078454c267d Authenticating user 'default' from [fd00:1122:3344:101::d]:59061
16630 2024.11.09 02:55:05.035326 [ 286 ] {} <Debug> HTTP-Session: 342f5871-4745-48e3-b041-0078454c267d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16631 2024.11.09 02:55:05.035340 [ 286 ] {} <Debug> HTTP-Session: 342f5871-4745-48e3-b041-0078454c267d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16632 2024.11.09 02:55:05.035373 [ 286 ] {} <Trace> HTTP-Session: 342f5871-4745-48e3-b041-0078454c267d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16633 2024.11.09 02:55:05.035602 [ 286 ] {754a28ca-fed9-4c9a-86a4-5c7a5cf09bf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
16634 2024.11.09 02:55:05.035650 [ 286 ] {754a28ca-fed9-4c9a-86a4-5c7a5cf09bf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16635 2024.11.09 02:55:05.035797 [ 286 ] {754a28ca-fed9-4c9a-86a4-5c7a5cf09bf6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16636 2024.11.09 02:55:05.036281 [ 286 ] {754a28ca-fed9-4c9a-86a4-5c7a5cf09bf6} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16637 2024.11.09 02:55:05.036318 [ 286 ] {754a28ca-fed9-4c9a-86a4-5c7a5cf09bf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB.
16638 2024.11.09 02:55:05.036724 [ 286 ] {754a28ca-fed9-4c9a-86a4-5c7a5cf09bf6} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
16639 2024.11.09 02:55:05.037071 [ 286 ] {754a28ca-fed9-4c9a-86a4-5c7a5cf09bf6} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16640 2024.11.09 02:55:05.037228 [ 286 ] {754a28ca-fed9-4c9a-86a4-5c7a5cf09bf6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001764 sec., 134353.74149659864 rows/sec., 9.01 MiB/sec.
16641 2024.11.09 02:55:05.037414 [ 286 ] {754a28ca-fed9-4c9a-86a4-5c7a5cf09bf6} <Debug> DynamicQueryHandler: Done processing query
16642 2024.11.09 02:55:05.037438 [ 286 ] {754a28ca-fed9-4c9a-86a4-5c7a5cf09bf6} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
16643 2024.11.09 02:55:05.037454 [ 286 ] {} <Debug> HTTP-Session: 342f5871-4745-48e3-b041-0078454c267d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16644 2024.11.09 02:55:05.037615 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59061, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16645 2024.11.09 02:55:05.037660 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54436, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16646 2024.11.09 02:55:05.037718 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16647 2024.11.09 02:55:05.037742 [ 293 ] {} <Debug> HTTP-Session: 2cd0dea5-a147-4453-8375-9cac242f68ff Authenticating user 'default' from [fd00:1122:3344:101::d]:54436
16648 2024.11.09 02:55:05.037758 [ 293 ] {} <Debug> HTTP-Session: 2cd0dea5-a147-4453-8375-9cac242f68ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16649 2024.11.09 02:55:05.037773 [ 293 ] {} <Debug> HTTP-Session: 2cd0dea5-a147-4453-8375-9cac242f68ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16650 2024.11.09 02:55:05.037805 [ 293 ] {} <Trace> HTTP-Session: 2cd0dea5-a147-4453-8375-9cac242f68ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16651 2024.11.09 02:55:05.037902 [ 293 ] {edd306c9-4651-4e45-a57e-d2bc29eeffbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54436) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
16652 2024.11.09 02:55:05.037947 [ 293 ] {edd306c9-4651-4e45-a57e-d2bc29eeffbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
16653 2024.11.09 02:55:05.038078 [ 293 ] {edd306c9-4651-4e45-a57e-d2bc29eeffbc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16654 2024.11.09 02:55:05.038350 [ 293 ] {edd306c9-4651-4e45-a57e-d2bc29eeffbc} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16655 2024.11.09 02:55:05.038386 [ 293 ] {edd306c9-4651-4e45-a57e-d2bc29eeffbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB.
16656 2024.11.09 02:55:05.038756 [ 293 ] {edd306c9-4651-4e45-a57e-d2bc29eeffbc} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
16657 2024.11.09 02:55:05.039092 [ 293 ] {edd306c9-4651-4e45-a57e-d2bc29eeffbc} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16658 2024.11.09 02:55:05.039249 [ 293 ] {edd306c9-4651-4e45-a57e-d2bc29eeffbc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001359 sec., 735.8351729212657 rows/sec., 49.58 KiB/sec.
16659 2024.11.09 02:55:05.039447 [ 293 ] {edd306c9-4651-4e45-a57e-d2bc29eeffbc} <Debug> DynamicQueryHandler: Done processing query
16660 2024.11.09 02:55:05.039472 [ 293 ] {edd306c9-4651-4e45-a57e-d2bc29eeffbc} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
16661 2024.11.09 02:55:05.039489 [ 293 ] {} <Debug> HTTP-Session: 2cd0dea5-a147-4453-8375-9cac242f68ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16662 2024.11.09 02:55:05.039665 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54436, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16663 2024.11.09 02:55:05.039786 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47284, User-Agent: (none), Length: 69036, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16664 2024.11.09 02:55:05.039839 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16665 2024.11.09 02:55:05.039858 [ 286 ] {} <Debug> HTTP-Session: 1286d984-5dde-4e75-b405-69218a20fc06 Authenticating user 'default' from [fd00:1122:3344:101::d]:47284
16666 2024.11.09 02:55:05.039875 [ 286 ] {} <Debug> HTTP-Session: 1286d984-5dde-4e75-b405-69218a20fc06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16667 2024.11.09 02:55:05.039888 [ 286 ] {} <Debug> HTTP-Session: 1286d984-5dde-4e75-b405-69218a20fc06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16668 2024.11.09 02:55:05.039920 [ 286 ] {} <Trace> HTTP-Session: 1286d984-5dde-4e75-b405-69218a20fc06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16669 2024.11.09 02:55:05.040343 [ 286 ] {7edd85f1-60e4-482b-abc0-01139daf0838} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47284) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
16670 2024.11.09 02:55:05.040409 [ 286 ] {7edd85f1-60e4-482b-abc0-01139daf0838} <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
16671 2024.11.09 02:55:05.040848 [ 286 ] {7edd85f1-60e4-482b-abc0-01139daf0838} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16672 2024.11.09 02:55:05.041610 [ 286 ] {7edd85f1-60e4-482b-abc0-01139daf0838} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16673 2024.11.09 02:55:05.041647 [ 286 ] {7edd85f1-60e4-482b-abc0-01139daf0838} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB.
16674 2024.11.09 02:55:05.042318 [ 286 ] {7edd85f1-60e4-482b-abc0-01139daf0838} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
16675 2024.11.09 02:55:05.042741 [ 286 ] {7edd85f1-60e4-482b-abc0-01139daf0838} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16676 2024.11.09 02:55:05.042931 [ 286 ] {7edd85f1-60e4-482b-abc0-01139daf0838} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.0029 sec., 14137.931034482759 rows/sec., 25.33 MiB/sec.
16677 2024.11.09 02:55:05.043168 [ 286 ] {7edd85f1-60e4-482b-abc0-01139daf0838} <Debug> DynamicQueryHandler: Done processing query
16678 2024.11.09 02:55:05.043193 [ 286 ] {7edd85f1-60e4-482b-abc0-01139daf0838} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB.
16679 2024.11.09 02:55:05.043210 [ 286 ] {} <Debug> HTTP-Session: 1286d984-5dde-4e75-b405-69218a20fc06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16680 2024.11.09 02:55:05.043362 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54436, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16681 2024.11.09 02:55:05.043375 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47284, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16682 2024.11.09 02:55:05.043422 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16683 2024.11.09 02:55:05.043449 [ 293 ] {} <Debug> HTTP-Session: a8a1d393-bc25-4c8b-bcd0-a6a8638bcf24 Authenticating user 'default' from [fd00:1122:3344:101::d]:54436
16684 2024.11.09 02:55:05.043472 [ 293 ] {} <Debug> HTTP-Session: a8a1d393-bc25-4c8b-bcd0-a6a8638bcf24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16685 2024.11.09 02:55:05.043489 [ 293 ] {} <Debug> HTTP-Session: a8a1d393-bc25-4c8b-bcd0-a6a8638bcf24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16686 2024.11.09 02:55:05.043529 [ 293 ] {} <Trace> HTTP-Session: a8a1d393-bc25-4c8b-bcd0-a6a8638bcf24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16687 2024.11.09 02:55:05.043687 [ 293 ] {07de37c3-f7ed-433b-b4de-dba7597f1270} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54436) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
16688 2024.11.09 02:55:05.043742 [ 293 ] {07de37c3-f7ed-433b-b4de-dba7597f1270} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16689 2024.11.09 02:55:05.043902 [ 293 ] {07de37c3-f7ed-433b-b4de-dba7597f1270} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16690 2024.11.09 02:55:05.044248 [ 293 ] {07de37c3-f7ed-433b-b4de-dba7597f1270} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16691 2024.11.09 02:55:05.044286 [ 293 ] {07de37c3-f7ed-433b-b4de-dba7597f1270} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB.
16692 2024.11.09 02:55:05.044647 [ 293 ] {07de37c3-f7ed-433b-b4de-dba7597f1270} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
16693 2024.11.09 02:55:05.044973 [ 293 ] {07de37c3-f7ed-433b-b4de-dba7597f1270} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16694 2024.11.09 02:55:05.045126 [ 293 ] {07de37c3-f7ed-433b-b4de-dba7597f1270} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001505 sec., 54485.04983388704 rows/sec., 3.46 MiB/sec.
16695 2024.11.09 02:55:05.045307 [ 293 ] {07de37c3-f7ed-433b-b4de-dba7597f1270} <Debug> DynamicQueryHandler: Done processing query
16696 2024.11.09 02:55:05.045330 [ 293 ] {07de37c3-f7ed-433b-b4de-dba7597f1270} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
16697 2024.11.09 02:55:05.045346 [ 293 ] {} <Debug> HTTP-Session: a8a1d393-bc25-4c8b-bcd0-a6a8638bcf24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16698 2024.11.09 02:55:05.045639 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54436, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16699 2024.11.09 02:55:07.452231 [ 94 ] {} <Debug> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
16700 2024.11.09 02:55:07.452309 [ 94 ] {} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16701 2024.11.09 02:55:07.452333 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
16702 2024.11.09 02:55:07.452555 [ 190 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full
16703 2024.11.09 02:55:07.452847 [ 190 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16704 2024.11.09 02:55:07.452909 [ 190 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 18 rows starting from the beginning of the part
16705 2024.11.09 02:55:07.453073 [ 190 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 8 rows starting from the beginning of the part
16706 2024.11.09 02:55:07.453285 [ 190 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part
16707 2024.11.09 02:55:07.453457 [ 190 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4 rows starting from the beginning of the part
16708 2024.11.09 02:55:07.453569 [ 190 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 4 rows starting from the beginning of the part
16709 2024.11.09 02:55:07.454667 [ 197 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002245176 sec., 16034.377705801237 rows/sec., 1.34 MiB/sec.
16710 2024.11.09 02:55:07.454841 [ 197 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
16711 2024.11.09 02:55:07.455372 [ 197 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_29_7} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16712 2024.11.09 02:55:07.455463 [ 197 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_29_7} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
16713 2024.11.09 02:55:07.455563 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
16714 2024.11.09 02:55:10.008577 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33008, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16715 2024.11.09 02:55:10.008756 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16716 2024.11.09 02:55:10.008802 [ 286 ] {} <Debug> HTTP-Session: 1b42fc3a-b86d-4998-abd9-03069ecc5168 Authenticating user 'default' from [fd00:1122:3344:101::d]:33008
16717 2024.11.09 02:55:10.008845 [ 286 ] {} <Debug> HTTP-Session: 1b42fc3a-b86d-4998-abd9-03069ecc5168 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16718 2024.11.09 02:55:10.008874 [ 286 ] {} <Debug> HTTP-Session: 1b42fc3a-b86d-4998-abd9-03069ecc5168 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16719 2024.11.09 02:55:10.008958 [ 286 ] {} <Trace> HTTP-Session: 1b42fc3a-b86d-4998-abd9-03069ecc5168 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16720 2024.11.09 02:55:10.009253 [ 286 ] {09583e2e-b178-411a-9ae8-683ac6cdf71d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33008) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
16721 2024.11.09 02:55:10.009366 [ 286 ] {09583e2e-b178-411a-9ae8-683ac6cdf71d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
16722 2024.11.09 02:55:10.009718 [ 286 ] {09583e2e-b178-411a-9ae8-683ac6cdf71d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16723 2024.11.09 02:55:10.010175 [ 286 ] {09583e2e-b178-411a-9ae8-683ac6cdf71d} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16724 2024.11.09 02:55:10.010224 [ 286 ] {09583e2e-b178-411a-9ae8-683ac6cdf71d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
16725 2024.11.09 02:55:10.010643 [ 286 ] {09583e2e-b178-411a-9ae8-683ac6cdf71d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
16726 2024.11.09 02:55:10.011033 [ 286 ] {09583e2e-b178-411a-9ae8-683ac6cdf71d} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16727 2024.11.09 02:55:10.011212 [ 286 ] {09583e2e-b178-411a-9ae8-683ac6cdf71d} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.002044 sec., 3913.894324853229 rows/sec., 319.15 KiB/sec.
16728 2024.11.09 02:55:10.011601 [ 286 ] {09583e2e-b178-411a-9ae8-683ac6cdf71d} <Debug> DynamicQueryHandler: Done processing query
16729 2024.11.09 02:55:10.011628 [ 286 ] {09583e2e-b178-411a-9ae8-683ac6cdf71d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
16730 2024.11.09 02:55:10.011646 [ 286 ] {} <Debug> HTTP-Session: 1b42fc3a-b86d-4998-abd9-03069ecc5168 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16731 2024.11.09 02:55:10.011898 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33008, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16732 2024.11.09 02:55:10.012063 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32811, User-Agent: (none), Length: 8380, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16733 2024.11.09 02:55:10.012136 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16734 2024.11.09 02:55:10.012163 [ 293 ] {} <Debug> HTTP-Session: c6e20c9c-4d20-434e-b815-28c85e04ac9f Authenticating user 'default' from [fd00:1122:3344:101::d]:32811
16735 2024.11.09 02:55:10.012186 [ 293 ] {} <Debug> HTTP-Session: c6e20c9c-4d20-434e-b815-28c85e04ac9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16736 2024.11.09 02:55:10.012204 [ 293 ] {} <Debug> HTTP-Session: c6e20c9c-4d20-434e-b815-28c85e04ac9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16737 2024.11.09 02:55:10.012249 [ 293 ] {} <Trace> HTTP-Session: c6e20c9c-4d20-434e-b815-28c85e04ac9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16738 2024.11.09 02:55:10.012395 [ 293 ] {30ee4b7f-9074-4dbd-886a-68230892aa1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32811) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
16739 2024.11.09 02:55:10.012446 [ 293 ] {30ee4b7f-9074-4dbd-886a-68230892aa1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16740 2024.11.09 02:55:10.012706 [ 293 ] {30ee4b7f-9074-4dbd-886a-68230892aa1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16741 2024.11.09 02:55:10.013117 [ 293 ] {30ee4b7f-9074-4dbd-886a-68230892aa1a} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16742 2024.11.09 02:55:10.013156 [ 293 ] {30ee4b7f-9074-4dbd-886a-68230892aa1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
16743 2024.11.09 02:55:10.013532 [ 293 ] {30ee4b7f-9074-4dbd-886a-68230892aa1a} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
16744 2024.11.09 02:55:10.013898 [ 293 ] {30ee4b7f-9074-4dbd-886a-68230892aa1a} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16745 2024.11.09 02:55:10.014058 [ 293 ] {30ee4b7f-9074-4dbd-886a-68230892aa1a} <Debug> executeQuery: Read 60 rows, 4.70 KiB in 0.001703 sec., 35231.94362889019 rows/sec., 2.69 MiB/sec.
16746 2024.11.09 02:55:10.014091 [ 92 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
16747 2024.11.09 02:55:10.014205 [ 92 ] {} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16748 2024.11.09 02:55:10.014248 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
16749 2024.11.09 02:55:10.014348 [ 293 ] {30ee4b7f-9074-4dbd-886a-68230892aa1a} <Debug> DynamicQueryHandler: Done processing query
16750 2024.11.09 02:55:10.014401 [ 293 ] {30ee4b7f-9074-4dbd-886a-68230892aa1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
16751 2024.11.09 02:55:10.014456 [ 293 ] {} <Debug> HTTP-Session: c6e20c9c-4d20-434e-b815-28c85e04ac9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16752 2024.11.09 02:55:10.014515 [ 200 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full
16753 2024.11.09 02:55:10.014784 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32811, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16754 2024.11.09 02:55:10.014785 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33008, User-Agent: (none), Length: 1168, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16755 2024.11.09 02:55:10.014851 [ 200 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16756 2024.11.09 02:55:10.014957 [ 200 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1420 rows starting from the beginning of the part
16757 2024.11.09 02:55:10.014950 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16758 2024.11.09 02:55:10.015033 [ 286 ] {} <Debug> HTTP-Session: ed2dc1b8-fb68-47a8-b2cd-f38fc071429e Authenticating user 'default' from [fd00:1122:3344:101::d]:33008
16759 2024.11.09 02:55:10.015086 [ 286 ] {} <Debug> HTTP-Session: ed2dc1b8-fb68-47a8-b2cd-f38fc071429e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16760 2024.11.09 02:55:10.015147 [ 286 ] {} <Debug> HTTP-Session: ed2dc1b8-fb68-47a8-b2cd-f38fc071429e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16761 2024.11.09 02:55:10.015164 [ 200 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 271 rows starting from the beginning of the part
16762 2024.11.09 02:55:10.015298 [ 286 ] {} <Trace> HTTP-Session: ed2dc1b8-fb68-47a8-b2cd-f38fc071429e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16763 2024.11.09 02:55:10.015589 [ 200 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 58 rows starting from the beginning of the part
16764 2024.11.09 02:55:10.015743 [ 286 ] {f017c2f5-e2eb-4199-84d6-a9a9f39274f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33008) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
16765 2024.11.09 02:55:10.015900 [ 200 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 56 rows starting from the beginning of the part
16766 2024.11.09 02:55:10.015920 [ 286 ] {f017c2f5-e2eb-4199-84d6-a9a9f39274f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16767 2024.11.09 02:55:10.016253 [ 200 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 271 rows starting from the beginning of the part
16768 2024.11.09 02:55:10.016579 [ 200 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 60 rows starting from the beginning of the part
16769 2024.11.09 02:55:10.017410 [ 286 ] {f017c2f5-e2eb-4199-84d6-a9a9f39274f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16770 2024.11.09 02:55:10.018226 [ 286 ] {f017c2f5-e2eb-4199-84d6-a9a9f39274f2} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16771 2024.11.09 02:55:10.018291 [ 286 ] {f017c2f5-e2eb-4199-84d6-a9a9f39274f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
16772 2024.11.09 02:55:10.019313 [ 286 ] {f017c2f5-e2eb-4199-84d6-a9a9f39274f2} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
16773 2024.11.09 02:55:10.020123 [ 286 ] {f017c2f5-e2eb-4199-84d6-a9a9f39274f2} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16774 2024.11.09 02:55:10.020181 [ 191 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2136 rows, containing 5 columns (5 merged, 0 gathered) in 0.005823361 sec., 366798.4863036999 rows/sec., 32.42 MiB/sec.
16775 2024.11.09 02:55:10.020354 [ 286 ] {f017c2f5-e2eb-4199-84d6-a9a9f39274f2} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.004771 sec., 1676.7973171242925 rows/sec., 117.08 KiB/sec.
16776 2024.11.09 02:55:10.020654 [ 191 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
16777 2024.11.09 02:55:10.021016 [ 286 ] {f017c2f5-e2eb-4199-84d6-a9a9f39274f2} <Debug> DynamicQueryHandler: Done processing query
16778 2024.11.09 02:55:10.021105 [ 286 ] {f017c2f5-e2eb-4199-84d6-a9a9f39274f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
16779 2024.11.09 02:55:10.021216 [ 286 ] {} <Debug> HTTP-Session: ed2dc1b8-fb68-47a8-b2cd-f38fc071429e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16780 2024.11.09 02:55:10.021887 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51747, User-Agent: (none), Length: 12262, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16781 2024.11.09 02:55:10.021910 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33008, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16782 2024.11.09 02:55:10.022030 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16783 2024.11.09 02:55:10.022105 [ 293 ] {} <Debug> HTTP-Session: 9442f902-b9f8-4a47-9cfe-c0548819b833 Authenticating user 'default' from [fd00:1122:3344:101::d]:51747
16784 2024.11.09 02:55:10.022152 [ 293 ] {} <Debug> HTTP-Session: 9442f902-b9f8-4a47-9cfe-c0548819b833 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16785 2024.11.09 02:55:10.022171 [ 293 ] {} <Debug> HTTP-Session: 9442f902-b9f8-4a47-9cfe-c0548819b833 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16786 2024.11.09 02:55:10.022229 [ 293 ] {} <Trace> HTTP-Session: 9442f902-b9f8-4a47-9cfe-c0548819b833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16787 2024.11.09 02:55:10.022409 [ 191 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_101_20} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16788 2024.11.09 02:55:10.022465 [ 293 ] {dd6488ec-5bf5-474e-b570-1123337e3446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51747) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
16789 2024.11.09 02:55:10.022559 [ 293 ] {dd6488ec-5bf5-474e-b570-1123337e3446} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16790 2024.11.09 02:55:10.022590 [ 191 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_101_20} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
16791 2024.11.09 02:55:10.022794 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB.
16792 2024.11.09 02:55:10.022979 [ 293 ] {dd6488ec-5bf5-474e-b570-1123337e3446} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16793 2024.11.09 02:55:10.023374 [ 293 ] {dd6488ec-5bf5-474e-b570-1123337e3446} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16794 2024.11.09 02:55:10.023412 [ 293 ] {dd6488ec-5bf5-474e-b570-1123337e3446} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
16795 2024.11.09 02:55:10.023781 [ 293 ] {dd6488ec-5bf5-474e-b570-1123337e3446} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
16796 2024.11.09 02:55:10.024150 [ 293 ] {dd6488ec-5bf5-474e-b570-1123337e3446} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16797 2024.11.09 02:55:10.024282 [ 293 ] {dd6488ec-5bf5-474e-b570-1123337e3446} <Debug> executeQuery: Read 72 rows, 5.77 KiB in 0.001918 sec., 37539.10323253389 rows/sec., 2.94 MiB/sec.
16798 2024.11.09 02:55:10.024289 [ 91 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
16799 2024.11.09 02:55:10.024352 [ 91 ] {} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16800 2024.11.09 02:55:10.024390 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
16801 2024.11.09 02:55:10.024503 [ 293 ] {dd6488ec-5bf5-474e-b570-1123337e3446} <Debug> DynamicQueryHandler: Done processing query
16802 2024.11.09 02:55:10.024551 [ 293 ] {dd6488ec-5bf5-474e-b570-1123337e3446} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
16803 2024.11.09 02:55:10.024561 [ 194 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full
16804 2024.11.09 02:55:10.024573 [ 293 ] {} <Debug> HTTP-Session: 9442f902-b9f8-4a47-9cfe-c0548819b833 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16805 2024.11.09 02:55:10.024905 [ 194 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16806 2024.11.09 02:55:10.024937 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51747, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16807 2024.11.09 02:55:10.025068 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34030, User-Agent: (none), Length: 25300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16808 2024.11.09 02:55:10.025103 [ 194 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 915 rows starting from the beginning of the part
16809 2024.11.09 02:55:10.025308 [ 293 ] {} <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):
16810 
16811 (version 23.8.7.1)
16812 2024.11.09 02:55:10.025335 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16813 2024.11.09 02:55:10.025571 [ 286 ] {} <Debug> HTTP-Session: accbe976-106e-487f-b164-a254fd649ecd Authenticating user 'default' from [fd00:1122:3344:101::d]:34030
16814 2024.11.09 02:55:10.025690 [ 286 ] {} <Debug> HTTP-Session: accbe976-106e-487f-b164-a254fd649ecd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16815 2024.11.09 02:55:10.025702 [ 194 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 423 rows starting from the beginning of the part
16816 2024.11.09 02:55:10.025764 [ 286 ] {} <Debug> HTTP-Session: accbe976-106e-487f-b164-a254fd649ecd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16817 2024.11.09 02:55:10.025909 [ 286 ] {} <Trace> HTTP-Session: accbe976-106e-487f-b164-a254fd649ecd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16818 2024.11.09 02:55:10.026124 [ 194 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 68 rows starting from the beginning of the part
16819 2024.11.09 02:55:10.026478 [ 286 ] {d5d44ff5-3829-4733-b8e4-7d34d8faef4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34030) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
16820 2024.11.09 02:55:10.026660 [ 194 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 64 rows starting from the beginning of the part
16821 2024.11.09 02:55:10.026845 [ 286 ] {d5d44ff5-3829-4733-b8e4-7d34d8faef4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16822 2024.11.09 02:55:10.027301 [ 194 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 423 rows starting from the beginning of the part
16823 2024.11.09 02:55:10.028091 [ 194 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 72 rows starting from the beginning of the part
16824 2024.11.09 02:55:10.028939 [ 286 ] {d5d44ff5-3829-4733-b8e4-7d34d8faef4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16825 2024.11.09 02:55:10.029484 [ 286 ] {d5d44ff5-3829-4733-b8e4-7d34d8faef4b} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16826 2024.11.09 02:55:10.029531 [ 286 ] {d5d44ff5-3829-4733-b8e4-7d34d8faef4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
16827 2024.11.09 02:55:10.030060 [ 286 ] {d5d44ff5-3829-4733-b8e4-7d34d8faef4b} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
16828 2024.11.09 02:55:10.030503 [ 191 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1965 rows, containing 5 columns (5 merged, 0 gathered) in 0.006041575 sec., 325246.31408200675 rows/sec., 24.91 MiB/sec.
16829 2024.11.09 02:55:10.030713 [ 286 ] {d5d44ff5-3829-4733-b8e4-7d34d8faef4b} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16830 2024.11.09 02:55:10.030781 [ 191 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
16831 2024.11.09 02:55:10.030991 [ 91 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
16832 2024.11.09 02:55:10.031019 [ 286 ] {d5d44ff5-3829-4733-b8e4-7d34d8faef4b} <Debug> executeQuery: Read 132 rows, 9.41 KiB in 0.004855 sec., 27188.465499485068 rows/sec., 1.89 MiB/sec.
16833 2024.11.09 02:55:10.031065 [ 91 ] {} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16834 2024.11.09 02:55:10.031171 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
16835 2024.11.09 02:55:10.031784 [ 286 ] {d5d44ff5-3829-4733-b8e4-7d34d8faef4b} <Debug> DynamicQueryHandler: Done processing query
16836 2024.11.09 02:55:10.031789 [ 194 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full
16837 2024.11.09 02:55:10.031871 [ 286 ] {d5d44ff5-3829-4733-b8e4-7d34d8faef4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
16838 2024.11.09 02:55:10.031947 [ 286 ] {} <Debug> HTTP-Session: accbe976-106e-487f-b164-a254fd649ecd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16839 2024.11.09 02:55:10.032246 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34030, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16840 2024.11.09 02:55:10.032372 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45274, User-Agent: (none), Length: 7317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16841 2024.11.09 02:55:10.032427 [ 194 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16842 2024.11.09 02:55:10.032532 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16843 2024.11.09 02:55:10.032546 [ 194 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_96_19, total 19820 rows starting from the beginning of the part
16844 2024.11.09 02:55:10.032592 [ 293 ] {} <Debug> HTTP-Session: 0ac9c86c-9b09-4288-bdb6-06128c11d5ad Authenticating user 'default' from [fd00:1122:3344:101::d]:45274
16845 2024.11.09 02:55:10.032651 [ 293 ] {} <Debug> HTTP-Session: 0ac9c86c-9b09-4288-bdb6-06128c11d5ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16846 2024.11.09 02:55:10.032751 [ 293 ] {} <Debug> HTTP-Session: 0ac9c86c-9b09-4288-bdb6-06128c11d5ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16847 2024.11.09 02:55:10.032796 [ 191 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_101_20} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16848 2024.11.09 02:55:10.032906 [ 194 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 237 rows starting from the beginning of the part
16849 2024.11.09 02:55:10.032927 [ 293 ] {} <Trace> HTTP-Session: 0ac9c86c-9b09-4288-bdb6-06128c11d5ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16850 2024.11.09 02:55:10.033309 [ 191 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_101_20} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
16851 2024.11.09 02:55:10.033355 [ 194 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 130 rows starting from the beginning of the part
16852 2024.11.09 02:55:10.033412 [ 293 ] {61e2967b-f523-4725-9377-3ce46725fb83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45274) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
16853 2024.11.09 02:55:10.033690 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
16854 2024.11.09 02:55:10.033706 [ 293 ] {61e2967b-f523-4725-9377-3ce46725fb83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16855 2024.11.09 02:55:10.033841 [ 194 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 160 rows starting from the beginning of the part
16856 2024.11.09 02:55:10.034150 [ 194 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 237 rows starting from the beginning of the part
16857 2024.11.09 02:55:10.034585 [ 194 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 132 rows starting from the beginning of the part
16858 2024.11.09 02:55:10.035036 [ 293 ] {61e2967b-f523-4725-9377-3ce46725fb83} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16859 2024.11.09 02:55:10.035853 [ 293 ] {61e2967b-f523-4725-9377-3ce46725fb83} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16860 2024.11.09 02:55:10.035889 [ 293 ] {61e2967b-f523-4725-9377-3ce46725fb83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
16861 2024.11.09 02:55:10.036344 [ 293 ] {61e2967b-f523-4725-9377-3ce46725fb83} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
16862 2024.11.09 02:55:10.036698 [ 293 ] {61e2967b-f523-4725-9377-3ce46725fb83} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16863 2024.11.09 02:55:10.036836 [ 293 ] {61e2967b-f523-4725-9377-3ce46725fb83} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.003584 sec., 13392.857142857143 rows/sec., 924.25 KiB/sec.
16864 2024.11.09 02:55:10.036836 [ 91 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
16865 2024.11.09 02:55:10.036895 [ 91 ] {} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16866 2024.11.09 02:55:10.036943 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
16867 2024.11.09 02:55:10.037333 [ 293 ] {61e2967b-f523-4725-9377-3ce46725fb83} <Debug> DynamicQueryHandler: Done processing query
16868 2024.11.09 02:55:10.037377 [ 293 ] {61e2967b-f523-4725-9377-3ce46725fb83} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
16869 2024.11.09 02:55:10.037387 [ 186 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full
16870 2024.11.09 02:55:10.037475 [ 293 ] {} <Debug> HTTP-Session: 0ac9c86c-9b09-4288-bdb6-06128c11d5ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16871 2024.11.09 02:55:10.037995 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45274, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16872 2024.11.09 02:55:10.038368 [ 293 ] {} <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):
16873 
16874 (version 23.8.7.1)
16875 2024.11.09 02:55:10.038531 [ 186 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16876 2024.11.09 02:55:10.038646 [ 186 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 6052 rows starting from the beginning of the part
16877 2024.11.09 02:55:10.039023 [ 186 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 82 rows starting from the beginning of the part
16878 2024.11.09 02:55:10.039367 [ 186 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 48 rows starting from the beginning of the part
16879 2024.11.09 02:55:10.040238 [ 186 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 60 rows starting from the beginning of the part
16880 2024.11.09 02:55:10.040573 [ 186 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 82 rows starting from the beginning of the part
16881 2024.11.09 02:55:10.040921 [ 186 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 48 rows starting from the beginning of the part
16882 2024.11.09 02:55:10.043719 [ 186 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6372 rows, containing 4 columns (4 merged, 0 gathered) in 0.006666888 sec., 955768.268493486 rows/sec., 62.83 MiB/sec.
16883 2024.11.09 02:55:10.043893 [ 196 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20716 rows, containing 5 columns (5 merged, 0 gathered) in 0.012536088 sec., 1652509.1400124184 rows/sec., 112.76 MiB/sec.
16884 2024.11.09 02:55:10.044108 [ 186 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
16885 2024.11.09 02:55:10.044397 [ 196 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
16886 2024.11.09 02:55:10.044690 [ 186 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_101_20} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16887 2024.11.09 02:55:10.044953 [ 186 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_101_20} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
16888 2024.11.09 02:55:10.045166 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB.
16889 2024.11.09 02:55:10.045352 [ 196 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16890 2024.11.09 02:55:10.045454 [ 196 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
16891 2024.11.09 02:55:10.045557 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB.
16892 2024.11.09 02:55:11.796204 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1516
16893 2024.11.09 02:55:11.799429 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16894 2024.11.09 02:55:11.799493 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
16895 2024.11.09 02:55:11.800985 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
16896 2024.11.09 02:55:11.801963 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16897 2024.11.09 02:55:11.802238 [ 89 ] {} <Debug> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
16898 2024.11.09 02:55:11.802359 [ 89 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16899 2024.11.09 02:55:11.802444 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
16900 2024.11.09 02:55:11.803074 [ 196 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::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
16901 2024.11.09 02:55:11.804747 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1516
16902 2024.11.09 02:55:11.805370 [ 196 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16903 2024.11.09 02:55:11.805547 [ 196 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1384 rows starting from the beginning of the part
16904 2024.11.09 02:55:11.806166 [ 196 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 20 rows starting from the beginning of the part
16905 2024.11.09 02:55:11.806709 [ 196 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 32 rows starting from the beginning of the part
16906 2024.11.09 02:55:11.807242 [ 196 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 28 rows starting from the beginning of the part
16907 2024.11.09 02:55:11.807749 [ 196 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 20 rows starting from the beginning of the part
16908 2024.11.09 02:55:11.808220 [ 196 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 32 rows starting from the beginning of the part
16909 2024.11.09 02:55:11.816819 [ 186 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1516 rows, containing 72 columns (72 merged, 0 gathered) in 0.014235444 sec., 106494.74649333031 rows/sec., 71.22 MiB/sec.
16910 2024.11.09 02:55:11.818672 [ 193 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
16911 2024.11.09 02:55:11.820412 [ 193 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_51_10} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16912 2024.11.09 02:55:11.820515 [ 193 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_51_10} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
16913 2024.11.09 02:55:11.820868 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB.
16914 2024.11.09 02:55:15.010132 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60959, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16915 2024.11.09 02:55:15.010317 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16916 2024.11.09 02:55:15.010364 [ 285 ] {} <Debug> HTTP-Session: 49f6328c-8853-477a-8eed-3a40ffaf64e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:60959
16917 2024.11.09 02:55:15.010406 [ 285 ] {} <Debug> HTTP-Session: 49f6328c-8853-477a-8eed-3a40ffaf64e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16918 2024.11.09 02:55:15.010435 [ 285 ] {} <Debug> HTTP-Session: 49f6328c-8853-477a-8eed-3a40ffaf64e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16919 2024.11.09 02:55:15.010521 [ 285 ] {} <Trace> HTTP-Session: 49f6328c-8853-477a-8eed-3a40ffaf64e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16920 2024.11.09 02:55:15.010742 [ 285 ] {b902e746-e174-4009-9238-b3cdf0e8f1e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60959) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
16921 2024.11.09 02:55:15.010814 [ 285 ] {b902e746-e174-4009-9238-b3cdf0e8f1e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16922 2024.11.09 02:55:15.011158 [ 285 ] {b902e746-e174-4009-9238-b3cdf0e8f1e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16923 2024.11.09 02:55:15.011638 [ 285 ] {b902e746-e174-4009-9238-b3cdf0e8f1e8} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16924 2024.11.09 02:55:15.011686 [ 285 ] {b902e746-e174-4009-9238-b3cdf0e8f1e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
16925 2024.11.09 02:55:15.012119 [ 285 ] {b902e746-e174-4009-9238-b3cdf0e8f1e8} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
16926 2024.11.09 02:55:15.012509 [ 285 ] {b902e746-e174-4009-9238-b3cdf0e8f1e8} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16927 2024.11.09 02:55:15.012701 [ 285 ] {b902e746-e174-4009-9238-b3cdf0e8f1e8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002028 sec., 27613.412228796846 rows/sec., 2.12 MiB/sec.
16928 2024.11.09 02:55:15.012986 [ 285 ] {b902e746-e174-4009-9238-b3cdf0e8f1e8} <Debug> DynamicQueryHandler: Done processing query
16929 2024.11.09 02:55:15.013013 [ 285 ] {b902e746-e174-4009-9238-b3cdf0e8f1e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
16930 2024.11.09 02:55:15.013030 [ 285 ] {} <Debug> HTTP-Session: 49f6328c-8853-477a-8eed-3a40ffaf64e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16931 2024.11.09 02:55:15.013257 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60959, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16932 2024.11.09 02:55:15.013386 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49093, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16933 2024.11.09 02:55:15.013500 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16934 2024.11.09 02:55:15.013531 [ 286 ] {} <Debug> HTTP-Session: 734da99e-8d54-4a7e-b3fe-c6c50424adfe Authenticating user 'default' from [fd00:1122:3344:101::d]:49093
16935 2024.11.09 02:55:15.013560 [ 286 ] {} <Debug> HTTP-Session: 734da99e-8d54-4a7e-b3fe-c6c50424adfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16936 2024.11.09 02:55:15.013579 [ 286 ] {} <Debug> HTTP-Session: 734da99e-8d54-4a7e-b3fe-c6c50424adfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16937 2024.11.09 02:55:15.013640 [ 286 ] {} <Trace> HTTP-Session: 734da99e-8d54-4a7e-b3fe-c6c50424adfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16938 2024.11.09 02:55:15.013863 [ 286 ] {07218fd4-b1d3-416e-8b93-1ea70c7fe6ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
16939 2024.11.09 02:55:15.013937 [ 286 ] {07218fd4-b1d3-416e-8b93-1ea70c7fe6ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16940 2024.11.09 02:55:15.014322 [ 286 ] {07218fd4-b1d3-416e-8b93-1ea70c7fe6ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16941 2024.11.09 02:55:15.014756 [ 286 ] {07218fd4-b1d3-416e-8b93-1ea70c7fe6ca} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16942 2024.11.09 02:55:15.014793 [ 286 ] {07218fd4-b1d3-416e-8b93-1ea70c7fe6ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
16943 2024.11.09 02:55:15.015198 [ 286 ] {07218fd4-b1d3-416e-8b93-1ea70c7fe6ca} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
16944 2024.11.09 02:55:15.015585 [ 286 ] {07218fd4-b1d3-416e-8b93-1ea70c7fe6ca} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16945 2024.11.09 02:55:15.015733 [ 286 ] {07218fd4-b1d3-416e-8b93-1ea70c7fe6ca} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002009 sec., 31856.645097063218 rows/sec., 2.49 MiB/sec.
16946 2024.11.09 02:55:15.016035 [ 286 ] {07218fd4-b1d3-416e-8b93-1ea70c7fe6ca} <Debug> DynamicQueryHandler: Done processing query
16947 2024.11.09 02:55:15.016062 [ 286 ] {07218fd4-b1d3-416e-8b93-1ea70c7fe6ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
16948 2024.11.09 02:55:15.016078 [ 286 ] {} <Debug> HTTP-Session: 734da99e-8d54-4a7e-b3fe-c6c50424adfe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16949 2024.11.09 02:55:15.016312 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49093, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16950 2024.11.09 02:55:15.016311 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60959, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16951 2024.11.09 02:55:15.016426 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16952 2024.11.09 02:55:15.016452 [ 285 ] {} <Debug> HTTP-Session: 3bef8ce7-b555-45c5-8b30-4088dc05d3f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:60959
16953 2024.11.09 02:55:15.016476 [ 285 ] {} <Debug> HTTP-Session: 3bef8ce7-b555-45c5-8b30-4088dc05d3f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16954 2024.11.09 02:55:15.016504 [ 285 ] {} <Debug> HTTP-Session: 3bef8ce7-b555-45c5-8b30-4088dc05d3f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16955 2024.11.09 02:55:15.016558 [ 285 ] {} <Trace> HTTP-Session: 3bef8ce7-b555-45c5-8b30-4088dc05d3f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16956 2024.11.09 02:55:15.016773 [ 285 ] {d872600f-490d-4c1b-8beb-be830fa8a0ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60959) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
16957 2024.11.09 02:55:15.016839 [ 285 ] {d872600f-490d-4c1b-8beb-be830fa8a0ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16958 2024.11.09 02:55:15.017055 [ 285 ] {d872600f-490d-4c1b-8beb-be830fa8a0ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16959 2024.11.09 02:55:15.017495 [ 285 ] {d872600f-490d-4c1b-8beb-be830fa8a0ae} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16960 2024.11.09 02:55:15.017535 [ 285 ] {d872600f-490d-4c1b-8beb-be830fa8a0ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
16961 2024.11.09 02:55:15.017943 [ 285 ] {d872600f-490d-4c1b-8beb-be830fa8a0ae} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
16962 2024.11.09 02:55:15.018312 [ 285 ] {d872600f-490d-4c1b-8beb-be830fa8a0ae} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16963 2024.11.09 02:55:15.018473 [ 285 ] {d872600f-490d-4c1b-8beb-be830fa8a0ae} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0018 sec., 88888.88888888889 rows/sec., 6.19 MiB/sec.
16964 2024.11.09 02:55:15.018659 [ 285 ] {d872600f-490d-4c1b-8beb-be830fa8a0ae} <Debug> DynamicQueryHandler: Done processing query
16965 2024.11.09 02:55:15.018685 [ 285 ] {d872600f-490d-4c1b-8beb-be830fa8a0ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
16966 2024.11.09 02:55:15.018701 [ 285 ] {} <Debug> HTTP-Session: 3bef8ce7-b555-45c5-8b30-4088dc05d3f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16967 2024.11.09 02:55:15.018890 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60959, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16968 2024.11.09 02:55:15.019022 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34723, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16969 2024.11.09 02:55:15.019094 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16970 2024.11.09 02:55:15.019117 [ 286 ] {} <Debug> HTTP-Session: 3f4a984b-85d7-4522-88d4-725fa9805702 Authenticating user 'default' from [fd00:1122:3344:101::d]:34723
16971 2024.11.09 02:55:15.019139 [ 286 ] {} <Debug> HTTP-Session: 3f4a984b-85d7-4522-88d4-725fa9805702 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16972 2024.11.09 02:55:15.019156 [ 286 ] {} <Debug> HTTP-Session: 3f4a984b-85d7-4522-88d4-725fa9805702 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16973 2024.11.09 02:55:15.019202 [ 286 ] {} <Trace> HTTP-Session: 3f4a984b-85d7-4522-88d4-725fa9805702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16974 2024.11.09 02:55:15.019367 [ 286 ] {def9c3db-3f02-47b1-b332-103258d7b1bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34723) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
16975 2024.11.09 02:55:15.019425 [ 286 ] {def9c3db-3f02-47b1-b332-103258d7b1bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16976 2024.11.09 02:55:15.019605 [ 286 ] {def9c3db-3f02-47b1-b332-103258d7b1bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16977 2024.11.09 02:55:15.019993 [ 286 ] {def9c3db-3f02-47b1-b332-103258d7b1bf} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16978 2024.11.09 02:55:15.020029 [ 286 ] {def9c3db-3f02-47b1-b332-103258d7b1bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
16979 2024.11.09 02:55:15.020418 [ 286 ] {def9c3db-3f02-47b1-b332-103258d7b1bf} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
16980 2024.11.09 02:55:15.020749 [ 286 ] {def9c3db-3f02-47b1-b332-103258d7b1bf} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16981 2024.11.09 02:55:15.020903 [ 286 ] {def9c3db-3f02-47b1-b332-103258d7b1bf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00159 sec., 37735.84905660377 rows/sec., 2.54 MiB/sec.
16982 2024.11.09 02:55:15.021137 [ 286 ] {def9c3db-3f02-47b1-b332-103258d7b1bf} <Debug> DynamicQueryHandler: Done processing query
16983 2024.11.09 02:55:15.021162 [ 286 ] {def9c3db-3f02-47b1-b332-103258d7b1bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
16984 2024.11.09 02:55:15.021178 [ 286 ] {} <Debug> HTTP-Session: 3f4a984b-85d7-4522-88d4-725fa9805702 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16985 2024.11.09 02:55:15.021411 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34723, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16986 2024.11.09 02:55:15.026345 [ 219 ] {} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
16987 2024.11.09 02:55:15.026402 [ 219 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
16988 2024.11.09 02:55:15.032822 [ 219 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
16989 2024.11.09 02:55:15.539017 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
16990 2024.11.09 02:55:15.539115 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
16991 2024.11.09 02:55:15.541601 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
16992 2024.11.09 02:55:15.872611 [ 225 ] {} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
16993 2024.11.09 02:55:15.872699 [ 225 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
16994 2024.11.09 02:55:15.875164 [ 225 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
16995 2024.11.09 02:55:15.992935 [ 218 ] {} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
16996 2024.11.09 02:55:15.993021 [ 218 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
16997 2024.11.09 02:55:15.995524 [ 218 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
16998 2024.11.09 02:55:16.423115 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache
16999 2024.11.09 02:55:16.423191 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache
17000 2024.11.09 02:55:17.393284 [ 83 ] {} <Debug> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0
17001 2024.11.09 02:55:17.393384 [ 83 ] {} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17002 2024.11.09 02:55:17.393427 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
17003 2024.11.09 02:55:17.393704 [ 187 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full
17004 2024.11.09 02:55:17.394010 [ 187 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17005 2024.11.09 02:55:17.394052 [ 187 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 29 rows starting from the beginning of the part
17006 2024.11.09 02:55:17.394130 [ 187 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part
17007 2024.11.09 02:55:17.394268 [ 187 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part
17008 2024.11.09 02:55:17.394437 [ 187 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part
17009 2024.11.09 02:55:17.394529 [ 187 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part
17010 2024.11.09 02:55:17.395498 [ 195 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33 rows, containing 4 columns (4 merged, 0 gathered) in 0.00196246 sec., 16815.629363146254 rows/sec., 1.11 MiB/sec.
17011 2024.11.09 02:55:17.395717 [ 192 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary)
17012 2024.11.09 02:55:17.396276 [ 192 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_33_8} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17013 2024.11.09 02:55:17.396387 [ 192 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_33_8} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8
17014 2024.11.09 02:55:17.396505 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
17015 2024.11.09 02:55:17.710748 [ 83 ] {} <Debug> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0
17016 2024.11.09 02:55:17.710813 [ 83 ] {} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17017 2024.11.09 02:55:17.710840 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
17018 2024.11.09 02:55:17.711035 [ 188 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full
17019 2024.11.09 02:55:17.711441 [ 188 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17020 2024.11.09 02:55:17.711479 [ 188 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 174 rows starting from the beginning of the part
17021 2024.11.09 02:55:17.711557 [ 188 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part
17022 2024.11.09 02:55:17.711806 [ 188 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part
17023 2024.11.09 02:55:17.711986 [ 188 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part
17024 2024.11.09 02:55:17.712132 [ 188 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part
17025 2024.11.09 02:55:17.713250 [ 195 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 4 columns (4 merged, 0 gathered) in 0.002332398 sec., 84891.17208984059 rows/sec., 4.33 MiB/sec.
17026 2024.11.09 02:55:17.713432 [ 195 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary)
17027 2024.11.09 02:55:17.713859 [ 195 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_33_8} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17028 2024.11.09 02:55:17.713949 [ 195 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_33_8} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8
17029 2024.11.09 02:55:17.714047 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
17030 2024.11.09 02:55:19.668452 [ 82 ] {} <Debug> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0
17031 2024.11.09 02:55:19.668548 [ 82 ] {} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17032 2024.11.09 02:55:19.668600 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
17033 2024.11.09 02:55:19.668790 [ 199 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full
17034 2024.11.09 02:55:19.669019 [ 199 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17035 2024.11.09 02:55:19.669062 [ 199 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 242 rows starting from the beginning of the part
17036 2024.11.09 02:55:19.669167 [ 199 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part
17037 2024.11.09 02:55:19.669271 [ 199 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part
17038 2024.11.09 02:55:19.669545 [ 199 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part
17039 2024.11.09 02:55:19.669693 [ 199 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part
17040 2024.11.09 02:55:19.670662 [ 199 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.001964821 sec., 151667.76006567522 rows/sec., 10.32 MiB/sec.
17041 2024.11.09 02:55:19.670888 [ 190 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary)
17042 2024.11.09 02:55:19.671466 [ 190 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_33_8} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17043 2024.11.09 02:55:19.671577 [ 190 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_33_8} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8
17044 2024.11.09 02:55:19.671696 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
17045 2024.11.09 02:55:20.016678 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60959, User-Agent: (none), Length: 41147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17046 2024.11.09 02:55:20.016836 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17047 2024.11.09 02:55:20.016867 [ 285 ] {} <Debug> HTTP-Session: 9f7218be-3450-493c-8650-0ab92b6aa150 Authenticating user 'default' from [fd00:1122:3344:101::d]:60959
17048 2024.11.09 02:55:20.016895 [ 285 ] {} <Debug> HTTP-Session: 9f7218be-3450-493c-8650-0ab92b6aa150 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17049 2024.11.09 02:55:20.016915 [ 285 ] {} <Debug> HTTP-Session: 9f7218be-3450-493c-8650-0ab92b6aa150 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17050 2024.11.09 02:55:20.016974 [ 285 ] {} <Trace> HTTP-Session: 9f7218be-3450-493c-8650-0ab92b6aa150 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17051 2024.11.09 02:55:20.017292 [ 285 ] {5f613f4a-f613-4d10-8582-598c3ed92c15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60959) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
17052 2024.11.09 02:55:20.017371 [ 285 ] {5f613f4a-f613-4d10-8582-598c3ed92c15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17053 2024.11.09 02:55:20.017764 [ 285 ] {5f613f4a-f613-4d10-8582-598c3ed92c15} <Trace> ParallelParsingInputFormat: Parallel parsing is used
17054 2024.11.09 02:55:20.018403 [ 285 ] {5f613f4a-f613-4d10-8582-598c3ed92c15} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17055 2024.11.09 02:55:20.018457 [ 285 ] {5f613f4a-f613-4d10-8582-598c3ed92c15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
17056 2024.11.09 02:55:20.018926 [ 285 ] {5f613f4a-f613-4d10-8582-598c3ed92c15} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
17057 2024.11.09 02:55:20.019338 [ 285 ] {5f613f4a-f613-4d10-8582-598c3ed92c15} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17058 2024.11.09 02:55:20.019491 [ 285 ] {5f613f4a-f613-4d10-8582-598c3ed92c15} <Debug> executeQuery: Read 271 rows, 24.70 KiB in 0.002346 sec., 115515.7715260017 rows/sec., 10.28 MiB/sec.
17059 2024.11.09 02:55:20.019713 [ 285 ] {5f613f4a-f613-4d10-8582-598c3ed92c15} <Debug> DynamicQueryHandler: Done processing query
17060 2024.11.09 02:55:20.019741 [ 285 ] {5f613f4a-f613-4d10-8582-598c3ed92c15} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
17061 2024.11.09 02:55:20.019758 [ 285 ] {} <Debug> HTTP-Session: 9f7218be-3450-493c-8650-0ab92b6aa150 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
17062 2024.11.09 02:55:20.020028 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60959, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17063 2024.11.09 02:55:20.020181 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61915, User-Agent: (none), Length: 5927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17064 2024.11.09 02:55:20.020291 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17065 2024.11.09 02:55:20.020320 [ 286 ] {} <Debug> HTTP-Session: 20e1dc70-aef4-4127-8f22-200a7d7e7235 Authenticating user 'default' from [fd00:1122:3344:101::d]:61915
17066 2024.11.09 02:55:20.020350 [ 286 ] {} <Debug> HTTP-Session: 20e1dc70-aef4-4127-8f22-200a7d7e7235 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17067 2024.11.09 02:55:20.020367 [ 286 ] {} <Debug> HTTP-Session: 20e1dc70-aef4-4127-8f22-200a7d7e7235 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17068 2024.11.09 02:55:20.020427 [ 286 ] {} <Trace> HTTP-Session: 20e1dc70-aef4-4127-8f22-200a7d7e7235 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17069 2024.11.09 02:55:20.020636 [ 286 ] {feeffd92-bcf2-467b-a392-c839c9c9be16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61915) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
17070 2024.11.09 02:55:20.020714 [ 286 ] {feeffd92-bcf2-467b-a392-c839c9c9be16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
17071 2024.11.09 02:55:20.021056 [ 286 ] {feeffd92-bcf2-467b-a392-c839c9c9be16} <Trace> ParallelParsingInputFormat: Parallel parsing is used
17072 2024.11.09 02:55:20.021478 [ 286 ] {feeffd92-bcf2-467b-a392-c839c9c9be16} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17073 2024.11.09 02:55:20.021523 [ 286 ] {feeffd92-bcf2-467b-a392-c839c9c9be16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
17074 2024.11.09 02:55:20.021941 [ 286 ] {feeffd92-bcf2-467b-a392-c839c9c9be16} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
17075 2024.11.09 02:55:20.022329 [ 286 ] {feeffd92-bcf2-467b-a392-c839c9c9be16} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17076 2024.11.09 02:55:20.022505 [ 286 ] {feeffd92-bcf2-467b-a392-c839c9c9be16} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001939 sec., 21144.920061887573 rows/sec., 1.55 MiB/sec.
17077 2024.11.09 02:55:20.022515 [ 81 ] {} <Debug> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
17078 2024.11.09 02:55:20.022607 [ 81 ] {} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17079 2024.11.09 02:55:20.022666 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
17080 2024.11.09 02:55:20.022859 [ 286 ] {feeffd92-bcf2-467b-a392-c839c9c9be16} <Debug> DynamicQueryHandler: Done processing query
17081 2024.11.09 02:55:20.022914 [ 286 ] {feeffd92-bcf2-467b-a392-c839c9c9be16} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
17082 2024.11.09 02:55:20.022941 [ 188 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
17083 2024.11.09 02:55:20.022956 [ 286 ] {} <Debug> HTTP-Session: 20e1dc70-aef4-4127-8f22-200a7d7e7235 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
17084 2024.11.09 02:55:20.023350 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61915, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17085 2024.11.09 02:55:20.023407 [ 188 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17086 2024.11.09 02:55:20.023413 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60959, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17087 2024.11.09 02:55:20.023534 [ 188 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 59 rows starting from the beginning of the part
17088 2024.11.09 02:55:20.023622 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17089 2024.11.09 02:55:20.023701 [ 285 ] {} <Debug> HTTP-Session: eab1516a-7efd-4120-88ff-11b279fab55d Authenticating user 'default' from [fd00:1122:3344:101::d]:60959
17090 2024.11.09 02:55:20.023811 [ 285 ] {} <Debug> HTTP-Session: eab1516a-7efd-4120-88ff-11b279fab55d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17091 2024.11.09 02:55:20.023845 [ 188 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 41 rows starting from the beginning of the part
17092 2024.11.09 02:55:20.023863 [ 285 ] {} <Debug> HTTP-Session: eab1516a-7efd-4120-88ff-11b279fab55d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17093 2024.11.09 02:55:20.023988 [ 285 ] {} <Trace> HTTP-Session: eab1516a-7efd-4120-88ff-11b279fab55d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17094 2024.11.09 02:55:20.024159 [ 188 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 4 rows starting from the beginning of the part
17095 2024.11.09 02:55:20.024415 [ 285 ] {fde810c1-800c-46d2-9c01-dffc3da5dc7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60959) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
17096 2024.11.09 02:55:20.024535 [ 188 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 41 rows starting from the beginning of the part
17097 2024.11.09 02:55:20.024608 [ 285 ] {fde810c1-800c-46d2-9c01-dffc3da5dc7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
17098 2024.11.09 02:55:20.024937 [ 188 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 8 rows starting from the beginning of the part
17099 2024.11.09 02:55:20.025299 [ 188 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 41 rows starting from the beginning of the part
17100 2024.11.09 02:55:20.025871 [ 285 ] {fde810c1-800c-46d2-9c01-dffc3da5dc7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
17101 2024.11.09 02:55:20.026396 [ 285 ] {fde810c1-800c-46d2-9c01-dffc3da5dc7d} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17102 2024.11.09 02:55:20.026445 [ 285 ] {fde810c1-800c-46d2-9c01-dffc3da5dc7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
17103 2024.11.09 02:55:20.027140 [ 285 ] {fde810c1-800c-46d2-9c01-dffc3da5dc7d} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
17104 2024.11.09 02:55:20.027207 [ 190 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 194 rows, containing 5 columns (5 merged, 0 gathered) in 0.004430331 sec., 43789.053233268576 rows/sec., 3.35 MiB/sec.
17105 2024.11.09 02:55:20.027537 [ 197 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
17106 2024.11.09 02:55:20.027847 [ 285 ] {fde810c1-800c-46d2-9c01-dffc3da5dc7d} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17107 2024.11.09 02:55:20.028321 [ 285 ] {fde810c1-800c-46d2-9c01-dffc3da5dc7d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004096 sec., 3417.96875 rows/sec., 239.37 KiB/sec.
17108 2024.11.09 02:55:20.028700 [ 285 ] {fde810c1-800c-46d2-9c01-dffc3da5dc7d} <Debug> DynamicQueryHandler: Done processing query
17109 2024.11.09 02:55:20.028713 [ 197 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_66_13} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17110 2024.11.09 02:55:20.028741 [ 285 ] {fde810c1-800c-46d2-9c01-dffc3da5dc7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
17111 2024.11.09 02:55:20.028791 [ 285 ] {} <Debug> HTTP-Session: eab1516a-7efd-4120-88ff-11b279fab55d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
17112 2024.11.09 02:55:20.028896 [ 197 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_66_13} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
17113 2024.11.09 02:55:20.029021 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
17114 2024.11.09 02:55:20.029096 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60959, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17115 2024.11.09 02:55:20.029183 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47694, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17116 2024.11.09 02:55:20.029326 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17117 2024.11.09 02:55:20.029370 [ 286 ] {} <Debug> HTTP-Session: 07cbe6e0-4ca9-4252-857a-1f28aff39d0a Authenticating user 'default' from [fd00:1122:3344:101::d]:47694
17118 2024.11.09 02:55:20.029407 [ 286 ] {} <Debug> HTTP-Session: 07cbe6e0-4ca9-4252-857a-1f28aff39d0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17119 2024.11.09 02:55:20.029434 [ 286 ] {} <Debug> HTTP-Session: 07cbe6e0-4ca9-4252-857a-1f28aff39d0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17120 2024.11.09 02:55:20.029509 [ 286 ] {} <Trace> HTTP-Session: 07cbe6e0-4ca9-4252-857a-1f28aff39d0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17121 2024.11.09 02:55:20.029726 [ 286 ] {0c9b0742-c953-437d-a7f2-ddb0a30b7b0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47694) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
17122 2024.11.09 02:55:20.029787 [ 286 ] {0c9b0742-c953-437d-a7f2-ddb0a30b7b0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
17123 2024.11.09 02:55:20.030066 [ 286 ] {0c9b0742-c953-437d-a7f2-ddb0a30b7b0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
17124 2024.11.09 02:55:20.030400 [ 286 ] {0c9b0742-c953-437d-a7f2-ddb0a30b7b0b} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17125 2024.11.09 02:55:20.030438 [ 286 ] {0c9b0742-c953-437d-a7f2-ddb0a30b7b0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
17126 2024.11.09 02:55:20.030817 [ 286 ] {0c9b0742-c953-437d-a7f2-ddb0a30b7b0b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
17127 2024.11.09 02:55:20.031229 [ 286 ] {0c9b0742-c953-437d-a7f2-ddb0a30b7b0b} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17128 2024.11.09 02:55:20.031389 [ 286 ] {0c9b0742-c953-437d-a7f2-ddb0a30b7b0b} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001727 sec., 3474.232773595831 rows/sec., 205.26 KiB/sec.
17129 2024.11.09 02:55:20.031573 [ 286 ] {0c9b0742-c953-437d-a7f2-ddb0a30b7b0b} <Debug> DynamicQueryHandler: Done processing query
17130 2024.11.09 02:55:20.031599 [ 286 ] {0c9b0742-c953-437d-a7f2-ddb0a30b7b0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
17131 2024.11.09 02:55:20.031615 [ 286 ] {} <Debug> HTTP-Session: 07cbe6e0-4ca9-4252-857a-1f28aff39d0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
17132 2024.11.09 02:55:20.031951 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47694, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17133 2024.11.09 02:55:20.032061 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60956, User-Agent: (none), Length: 68708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17134 2024.11.09 02:55:20.032131 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17135 2024.11.09 02:55:20.032158 [ 293 ] {} <Debug> HTTP-Session: fd37af24-1bac-47de-b5a8-9f4c533af1fc Authenticating user 'default' from [fd00:1122:3344:101::d]:60956
17136 2024.11.09 02:55:20.032181 [ 293 ] {} <Debug> HTTP-Session: fd37af24-1bac-47de-b5a8-9f4c533af1fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17137 2024.11.09 02:55:20.032198 [ 293 ] {} <Debug> HTTP-Session: fd37af24-1bac-47de-b5a8-9f4c533af1fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17138 2024.11.09 02:55:20.032239 [ 293 ] {} <Trace> HTTP-Session: fd37af24-1bac-47de-b5a8-9f4c533af1fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17139 2024.11.09 02:55:20.032539 [ 293 ] {8846b016-a5c4-4dc6-a31d-382270ddc319} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60956) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
17140 2024.11.09 02:55:20.032595 [ 293 ] {8846b016-a5c4-4dc6-a31d-382270ddc319} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17141 2024.11.09 02:55:20.032848 [ 293 ] {8846b016-a5c4-4dc6-a31d-382270ddc319} <Trace> ParallelParsingInputFormat: Parallel parsing is used
17142 2024.11.09 02:55:20.033429 [ 293 ] {8846b016-a5c4-4dc6-a31d-382270ddc319} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17143 2024.11.09 02:55:20.033469 [ 293 ] {8846b016-a5c4-4dc6-a31d-382270ddc319} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
17144 2024.11.09 02:55:20.033868 [ 293 ] {8846b016-a5c4-4dc6-a31d-382270ddc319} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
17145 2024.11.09 02:55:20.034252 [ 293 ] {8846b016-a5c4-4dc6-a31d-382270ddc319} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17146 2024.11.09 02:55:20.034407 [ 293 ] {8846b016-a5c4-4dc6-a31d-382270ddc319} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002019 sec., 209509.65824665676 rows/sec., 14.98 MiB/sec.
17147 2024.11.09 02:55:20.034595 [ 293 ] {8846b016-a5c4-4dc6-a31d-382270ddc319} <Debug> DynamicQueryHandler: Done processing query
17148 2024.11.09 02:55:20.034620 [ 293 ] {8846b016-a5c4-4dc6-a31d-382270ddc319} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
17149 2024.11.09 02:55:20.034636 [ 293 ] {} <Debug> HTTP-Session: fd37af24-1bac-47de-b5a8-9f4c533af1fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
17150 2024.11.09 02:55:20.034853 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60956, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17151 2024.11.09 02:55:20.034922 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46586, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17152 2024.11.09 02:55:20.034978 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17153 2024.11.09 02:55:20.034997 [ 286 ] {} <Debug> HTTP-Session: 82dd3d03-c833-48e6-ae5c-c7f8c5b8801c Authenticating user 'default' from [fd00:1122:3344:101::d]:46586
17154 2024.11.09 02:55:20.035014 [ 286 ] {} <Debug> HTTP-Session: 82dd3d03-c833-48e6-ae5c-c7f8c5b8801c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17155 2024.11.09 02:55:20.035028 [ 286 ] {} <Debug> HTTP-Session: 82dd3d03-c833-48e6-ae5c-c7f8c5b8801c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17156 2024.11.09 02:55:20.035061 [ 286 ] {} <Trace> HTTP-Session: 82dd3d03-c833-48e6-ae5c-c7f8c5b8801c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17157 2024.11.09 02:55:20.035161 [ 286 ] {b01e480d-19f7-45c7-abd4-9f5ca8d93a9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46586) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
17158 2024.11.09 02:55:20.035206 [ 286 ] {b01e480d-19f7-45c7-abd4-9f5ca8d93a9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
17159 2024.11.09 02:55:20.035339 [ 286 ] {b01e480d-19f7-45c7-abd4-9f5ca8d93a9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
17160 2024.11.09 02:55:20.035627 [ 286 ] {b01e480d-19f7-45c7-abd4-9f5ca8d93a9a} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17161 2024.11.09 02:55:20.035664 [ 286 ] {b01e480d-19f7-45c7-abd4-9f5ca8d93a9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
17162 2024.11.09 02:55:20.036030 [ 286 ] {b01e480d-19f7-45c7-abd4-9f5ca8d93a9a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
17163 2024.11.09 02:55:20.036365 [ 286 ] {b01e480d-19f7-45c7-abd4-9f5ca8d93a9a} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17164 2024.11.09 02:55:20.036518 [ 286 ] {b01e480d-19f7-45c7-abd4-9f5ca8d93a9a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00138 sec., 4347.826086956522 rows/sec., 227.16 KiB/sec.
17165 2024.11.09 02:55:20.036696 [ 286 ] {b01e480d-19f7-45c7-abd4-9f5ca8d93a9a} <Debug> DynamicQueryHandler: Done processing query
17166 2024.11.09 02:55:20.036721 [ 286 ] {b01e480d-19f7-45c7-abd4-9f5ca8d93a9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
17167 2024.11.09 02:55:20.036737 [ 286 ] {} <Debug> HTTP-Session: 82dd3d03-c833-48e6-ae5c-c7f8c5b8801c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
17168 2024.11.09 02:55:20.036959 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60956, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17169 2024.11.09 02:55:20.036998 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46586, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17170 2024.11.09 02:55:20.037024 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17171 2024.11.09 02:55:20.037052 [ 293 ] {} <Debug> HTTP-Session: 6df536f4-12e9-418f-9d84-65c90bc4e00f Authenticating user 'default' from [fd00:1122:3344:101::d]:60956
17172 2024.11.09 02:55:20.037075 [ 293 ] {} <Debug> HTTP-Session: 6df536f4-12e9-418f-9d84-65c90bc4e00f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17173 2024.11.09 02:55:20.037093 [ 293 ] {} <Debug> HTTP-Session: 6df536f4-12e9-418f-9d84-65c90bc4e00f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17174 2024.11.09 02:55:20.037133 [ 293 ] {} <Trace> HTTP-Session: 6df536f4-12e9-418f-9d84-65c90bc4e00f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17175 2024.11.09 02:55:20.037406 [ 293 ] {01173f7c-5fb4-48a2-aa8b-480ba588ae0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60956) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
17176 2024.11.09 02:55:20.037464 [ 293 ] {01173f7c-5fb4-48a2-aa8b-480ba588ae0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17177 2024.11.09 02:55:20.037646 [ 293 ] {01173f7c-5fb4-48a2-aa8b-480ba588ae0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
17178 2024.11.09 02:55:20.038093 [ 293 ] {01173f7c-5fb4-48a2-aa8b-480ba588ae0a} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17179 2024.11.09 02:55:20.038129 [ 293 ] {01173f7c-5fb4-48a2-aa8b-480ba588ae0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
17180 2024.11.09 02:55:20.038528 [ 293 ] {01173f7c-5fb4-48a2-aa8b-480ba588ae0a} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
17181 2024.11.09 02:55:20.038879 [ 293 ] {01173f7c-5fb4-48a2-aa8b-480ba588ae0a} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17182 2024.11.09 02:55:20.039033 [ 293 ] {01173f7c-5fb4-48a2-aa8b-480ba588ae0a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001782 sec., 132996.632996633 rows/sec., 8.91 MiB/sec.
17183 2024.11.09 02:55:20.039237 [ 293 ] {01173f7c-5fb4-48a2-aa8b-480ba588ae0a} <Debug> DynamicQueryHandler: Done processing query
17184 2024.11.09 02:55:20.039270 [ 293 ] {01173f7c-5fb4-48a2-aa8b-480ba588ae0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
17185 2024.11.09 02:55:20.039302 [ 293 ] {} <Debug> HTTP-Session: 6df536f4-12e9-418f-9d84-65c90bc4e00f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
17186 2024.11.09 02:55:20.039502 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60956, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17187 2024.11.09 02:55:20.039553 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33674, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17188 2024.11.09 02:55:20.039617 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17189 2024.11.09 02:55:20.039642 [ 286 ] {} <Debug> HTTP-Session: e9ad59f3-98f6-4ee7-bc5f-296144ec1f49 Authenticating user 'default' from [fd00:1122:3344:101::d]:33674
17190 2024.11.09 02:55:20.039663 [ 286 ] {} <Debug> HTTP-Session: e9ad59f3-98f6-4ee7-bc5f-296144ec1f49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17191 2024.11.09 02:55:20.039679 [ 286 ] {} <Debug> HTTP-Session: e9ad59f3-98f6-4ee7-bc5f-296144ec1f49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17192 2024.11.09 02:55:20.039719 [ 286 ] {} <Trace> HTTP-Session: e9ad59f3-98f6-4ee7-bc5f-296144ec1f49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17193 2024.11.09 02:55:20.039835 [ 286 ] {7af76e0b-a2db-4ec3-85fc-a673a2670660} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33674) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
17194 2024.11.09 02:55:20.039888 [ 286 ] {7af76e0b-a2db-4ec3-85fc-a673a2670660} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
17195 2024.11.09 02:55:20.040049 [ 286 ] {7af76e0b-a2db-4ec3-85fc-a673a2670660} <Trace> ParallelParsingInputFormat: Parallel parsing is used
17196 2024.11.09 02:55:20.040357 [ 286 ] {7af76e0b-a2db-4ec3-85fc-a673a2670660} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17197 2024.11.09 02:55:20.040401 [ 286 ] {7af76e0b-a2db-4ec3-85fc-a673a2670660} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
17198 2024.11.09 02:55:20.040805 [ 286 ] {7af76e0b-a2db-4ec3-85fc-a673a2670660} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
17199 2024.11.09 02:55:20.041141 [ 286 ] {7af76e0b-a2db-4ec3-85fc-a673a2670660} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17200 2024.11.09 02:55:20.041287 [ 286 ] {7af76e0b-a2db-4ec3-85fc-a673a2670660} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001478 sec., 676.5899864682003 rows/sec., 45.59 KiB/sec.
17201 2024.11.09 02:55:20.041450 [ 286 ] {7af76e0b-a2db-4ec3-85fc-a673a2670660} <Debug> DynamicQueryHandler: Done processing query
17202 2024.11.09 02:55:20.041473 [ 286 ] {7af76e0b-a2db-4ec3-85fc-a673a2670660} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
17203 2024.11.09 02:55:20.041489 [ 286 ] {} <Debug> HTTP-Session: e9ad59f3-98f6-4ee7-bc5f-296144ec1f49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
17204 2024.11.09 02:55:20.041659 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33674, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17205 2024.11.09 02:55:20.041792 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48711, User-Agent: (none), Length: 69060, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17206 2024.11.09 02:55:20.041855 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17207 2024.11.09 02:55:20.041880 [ 293 ] {} <Debug> HTTP-Session: 876ad4d0-bb54-4926-9eb7-0e989972aa3a Authenticating user 'default' from [fd00:1122:3344:101::d]:48711
17208 2024.11.09 02:55:20.041901 [ 293 ] {} <Debug> HTTP-Session: 876ad4d0-bb54-4926-9eb7-0e989972aa3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17209 2024.11.09 02:55:20.041918 [ 293 ] {} <Debug> HTTP-Session: 876ad4d0-bb54-4926-9eb7-0e989972aa3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17210 2024.11.09 02:55:20.041957 [ 293 ] {} <Trace> HTTP-Session: 876ad4d0-bb54-4926-9eb7-0e989972aa3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17211 2024.11.09 02:55:20.042471 [ 293 ] {b05a307d-1dcc-4127-a223-e1296bfc77fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48711) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
17212 2024.11.09 02:55:20.042552 [ 293 ] {b05a307d-1dcc-4127-a223-e1296bfc77fa} <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
17213 2024.11.09 02:55:20.043025 [ 293 ] {b05a307d-1dcc-4127-a223-e1296bfc77fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used
17214 2024.11.09 02:55:20.043844 [ 293 ] {b05a307d-1dcc-4127-a223-e1296bfc77fa} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17215 2024.11.09 02:55:20.043880 [ 293 ] {b05a307d-1dcc-4127-a223-e1296bfc77fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
17216 2024.11.09 02:55:20.044577 [ 293 ] {b05a307d-1dcc-4127-a223-e1296bfc77fa} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
17217 2024.11.09 02:55:20.045009 [ 293 ] {b05a307d-1dcc-4127-a223-e1296bfc77fa} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17218 2024.11.09 02:55:20.045192 [ 81 ] {} <Debug> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
17219 2024.11.09 02:55:20.045218 [ 293 ] {b05a307d-1dcc-4127-a223-e1296bfc77fa} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003133 sec., 13086.498563676987 rows/sec., 23.45 MiB/sec.
17220 2024.11.09 02:55:20.045257 [ 81 ] {} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17221 2024.11.09 02:55:20.045330 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
17222 2024.11.09 02:55:20.045925 [ 189 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::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
17223 2024.11.09 02:55:20.046105 [ 293 ] {b05a307d-1dcc-4127-a223-e1296bfc77fa} <Debug> DynamicQueryHandler: Done processing query
17224 2024.11.09 02:55:20.046193 [ 293 ] {b05a307d-1dcc-4127-a223-e1296bfc77fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB.
17225 2024.11.09 02:55:20.046269 [ 293 ] {} <Debug> HTTP-Session: 876ad4d0-bb54-4926-9eb7-0e989972aa3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
17226 2024.11.09 02:55:20.046567 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48711, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17227 2024.11.09 02:55:20.046642 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49652, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17228 2024.11.09 02:55:20.046816 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17229 2024.11.09 02:55:20.046861 [ 189 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17230 2024.11.09 02:55:20.046873 [ 286 ] {} <Debug> HTTP-Session: d5e675fe-cb37-4357-876a-6a65955ffa73 Authenticating user 'default' from [fd00:1122:3344:101::d]:49652
17231 2024.11.09 02:55:20.046945 [ 286 ] {} <Debug> HTTP-Session: d5e675fe-cb37-4357-876a-6a65955ffa73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17232 2024.11.09 02:55:20.047003 [ 286 ] {} <Debug> HTTP-Session: d5e675fe-cb37-4357-876a-6a65955ffa73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17233 2024.11.09 02:55:20.047015 [ 189 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1130 rows starting from the beginning of the part
17234 2024.11.09 02:55:20.047083 [ 286 ] {} <Trace> HTTP-Session: d5e675fe-cb37-4357-876a-6a65955ffa73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17235 2024.11.09 02:55:20.047583 [ 286 ] {f1d24998-aad1-4d15-92ce-a51a0f7216b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49652) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
17236 2024.11.09 02:55:20.047610 [ 189 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 41 rows starting from the beginning of the part
17237 2024.11.09 02:55:20.047705 [ 286 ] {f1d24998-aad1-4d15-92ce-a51a0f7216b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17238 2024.11.09 02:55:20.048434 [ 189 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 41 rows starting from the beginning of the part
17239 2024.11.09 02:55:20.048617 [ 286 ] {f1d24998-aad1-4d15-92ce-a51a0f7216b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
17240 2024.11.09 02:55:20.049095 [ 189 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 41 rows starting from the beginning of the part
17241 2024.11.09 02:55:20.049833 [ 189 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 41 rows starting from the beginning of the part
17242 2024.11.09 02:55:20.049955 [ 286 ] {f1d24998-aad1-4d15-92ce-a51a0f7216b5} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17243 2024.11.09 02:55:20.050067 [ 286 ] {f1d24998-aad1-4d15-92ce-a51a0f7216b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
17244 2024.11.09 02:55:20.050394 [ 189 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 41 rows starting from the beginning of the part
17245 2024.11.09 02:55:20.051457 [ 286 ] {f1d24998-aad1-4d15-92ce-a51a0f7216b5} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
17246 2024.11.09 02:55:20.052362 [ 286 ] {f1d24998-aad1-4d15-92ce-a51a0f7216b5} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17247 2024.11.09 02:55:20.052613 [ 286 ] {f1d24998-aad1-4d15-92ce-a51a0f7216b5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005259 sec., 15592.317931165622 rows/sec., 1014.07 KiB/sec.
17248 2024.11.09 02:55:20.052799 [ 286 ] {f1d24998-aad1-4d15-92ce-a51a0f7216b5} <Debug> DynamicQueryHandler: Done processing query
17249 2024.11.09 02:55:20.052828 [ 286 ] {f1d24998-aad1-4d15-92ce-a51a0f7216b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
17250 2024.11.09 02:55:20.052846 [ 286 ] {} <Debug> HTTP-Session: d5e675fe-cb37-4357-876a-6a65955ffa73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
17251 2024.11.09 02:55:20.053191 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49652, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17252 2024.11.09 02:55:20.058157 [ 190 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1335 rows, containing 19 columns (19 merged, 0 gathered) in 0.012641471 sec., 105604.79868205212 rows/sec., 189.24 MiB/sec.
17253 2024.11.09 02:55:20.060288 [ 190 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
17254 2024.11.09 02:55:20.060874 [ 190 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17255 2024.11.09 02:55:20.060952 [ 190 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
17256 2024.11.09 02:55:20.061099 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.48 MiB.
17257 2024.11.09 02:55:20.974635 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43143, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17258 2024.11.09 02:55:21.223803 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40991, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17259 2024.11.09 02:55:21.268205 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41917, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17260 2024.11.09 02:55:21.280604 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59834, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17261 2024.11.09 02:55:21.286929 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64604, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17262 2024.11.09 02:55:21.353364 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36030, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17263 2024.11.09 02:55:21.362702 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65217, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17264 2024.11.09 02:55:21.377941 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35588, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17265 2024.11.09 02:55:21.804997 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1544
17266 2024.11.09 02:55:21.807907 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17267 2024.11.09 02:55:21.807963 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
17268 2024.11.09 02:55:21.809508 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
17269 2024.11.09 02:55:21.810500 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17270 2024.11.09 02:55:21.812216 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1544
17271 2024.11.09 02:55:25.008755 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59267, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17272 2024.11.09 02:55:25.008922 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17273 2024.11.09 02:55:25.008976 [ 286 ] {} <Debug> HTTP-Session: 6d47f376-ad1e-47ed-a48f-9f8dc1b82158 Authenticating user 'default' from [fd00:1122:3344:101::d]:59267
17274 2024.11.09 02:55:25.009019 [ 286 ] {} <Debug> HTTP-Session: 6d47f376-ad1e-47ed-a48f-9f8dc1b82158 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17275 2024.11.09 02:55:25.009047 [ 286 ] {} <Debug> HTTP-Session: 6d47f376-ad1e-47ed-a48f-9f8dc1b82158 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17276 2024.11.09 02:55:25.009128 [ 286 ] {} <Trace> HTTP-Session: 6d47f376-ad1e-47ed-a48f-9f8dc1b82158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17277 2024.11.09 02:55:25.009416 [ 286 ] {b4799c6b-1dbf-4448-bccc-d2b4f74a9384} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59267) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
17278 2024.11.09 02:55:25.009529 [ 286 ] {b4799c6b-1dbf-4448-bccc-d2b4f74a9384} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
17279 2024.11.09 02:55:25.010035 [ 286 ] {b4799c6b-1dbf-4448-bccc-d2b4f74a9384} <Trace> ParallelParsingInputFormat: Parallel parsing is used
17280 2024.11.09 02:55:25.010486 [ 286 ] {b4799c6b-1dbf-4448-bccc-d2b4f74a9384} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17281 2024.11.09 02:55:25.010534 [ 286 ] {b4799c6b-1dbf-4448-bccc-d2b4f74a9384} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
17282 2024.11.09 02:55:25.010968 [ 286 ] {b4799c6b-1dbf-4448-bccc-d2b4f74a9384} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
17283 2024.11.09 02:55:25.011375 [ 286 ] {b4799c6b-1dbf-4448-bccc-d2b4f74a9384} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17284 2024.11.09 02:55:25.011553 [ 286 ] {b4799c6b-1dbf-4448-bccc-d2b4f74a9384} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002224 sec., 899.2805755395684 rows/sec., 73.33 KiB/sec.
17285 2024.11.09 02:55:25.011802 [ 286 ] {b4799c6b-1dbf-4448-bccc-d2b4f74a9384} <Debug> DynamicQueryHandler: Done processing query
17286 2024.11.09 02:55:25.011830 [ 286 ] {b4799c6b-1dbf-4448-bccc-d2b4f74a9384} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
17287 2024.11.09 02:55:25.011847 [ 286 ] {} <Debug> HTTP-Session: 6d47f376-ad1e-47ed-a48f-9f8dc1b82158 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
17288 2024.11.09 02:55:25.012061 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59267, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17289 2024.11.09 02:55:25.012113 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37931, User-Agent: (none), Length: 7980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17290 2024.11.09 02:55:25.012211 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17291 2024.11.09 02:55:25.012253 [ 293 ] {} <Debug> HTTP-Session: 50a5f72c-4249-41e6-aafe-dd71c0c74586 Authenticating user 'default' from [fd00:1122:3344:101::d]:37931
17292 2024.11.09 02:55:25.012278 [ 293 ] {} <Debug> HTTP-Session: 50a5f72c-4249-41e6-aafe-dd71c0c74586 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17293 2024.11.09 02:55:25.012296 [ 293 ] {} <Debug> HTTP-Session: 50a5f72c-4249-41e6-aafe-dd71c0c74586 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17294 2024.11.09 02:55:25.012341 [ 293 ] {} <Trace> HTTP-Session: 50a5f72c-4249-41e6-aafe-dd71c0c74586 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17295 2024.11.09 02:55:25.012501 [ 293 ] {520fd759-6bf7-458d-9b02-3cc17482d5ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37931) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
17296 2024.11.09 02:55:25.012558 [ 293 ] {520fd759-6bf7-458d-9b02-3cc17482d5ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17297 2024.11.09 02:55:25.012850 [ 293 ] {520fd759-6bf7-458d-9b02-3cc17482d5ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used
17298 2024.11.09 02:55:25.013228 [ 293 ] {520fd759-6bf7-458d-9b02-3cc17482d5ad} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17299 2024.11.09 02:55:25.013267 [ 293 ] {520fd759-6bf7-458d-9b02-3cc17482d5ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
17300 2024.11.09 02:55:25.013660 [ 293 ] {520fd759-6bf7-458d-9b02-3cc17482d5ad} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
17301 2024.11.09 02:55:25.014028 [ 293 ] {520fd759-6bf7-458d-9b02-3cc17482d5ad} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17302 2024.11.09 02:55:25.014191 [ 293 ] {520fd759-6bf7-458d-9b02-3cc17482d5ad} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001742 sec., 32721.01033295063 rows/sec., 2.51 MiB/sec.
17303 2024.11.09 02:55:25.014380 [ 293 ] {520fd759-6bf7-458d-9b02-3cc17482d5ad} <Debug> DynamicQueryHandler: Done processing query
17304 2024.11.09 02:55:25.014404 [ 293 ] {520fd759-6bf7-458d-9b02-3cc17482d5ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
17305 2024.11.09 02:55:25.014421 [ 293 ] {} <Debug> HTTP-Session: 50a5f72c-4249-41e6-aafe-dd71c0c74586 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
17306 2024.11.09 02:55:25.014584 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37931, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17307 2024.11.09 02:55:25.014662 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64131, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17308 2024.11.09 02:55:25.014724 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17309 2024.11.09 02:55:25.014749 [ 286 ] {} <Debug> HTTP-Session: 068d4a2f-a02d-4ba2-bfce-4c2418fc0b76 Authenticating user 'default' from [fd00:1122:3344:101::d]:64131
17310 2024.11.09 02:55:25.014770 [ 286 ] {} <Debug> HTTP-Session: 068d4a2f-a02d-4ba2-bfce-4c2418fc0b76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17311 2024.11.09 02:55:25.014789 [ 286 ] {} <Debug> HTTP-Session: 068d4a2f-a02d-4ba2-bfce-4c2418fc0b76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17312 2024.11.09 02:55:25.014830 [ 286 ] {} <Trace> HTTP-Session: 068d4a2f-a02d-4ba2-bfce-4c2418fc0b76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17313 2024.11.09 02:55:25.014939 [ 286 ] {79024bc7-b0f2-4e7c-ab57-3d16fe7dcf5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64131) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
17314 2024.11.09 02:55:25.014985 [ 286 ] {79024bc7-b0f2-4e7c-ab57-3d16fe7dcf5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
17315 2024.11.09 02:55:25.015213 [ 286 ] {79024bc7-b0f2-4e7c-ab57-3d16fe7dcf5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
17316 2024.11.09 02:55:25.015514 [ 286 ] {79024bc7-b0f2-4e7c-ab57-3d16fe7dcf5d} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17317 2024.11.09 02:55:25.015551 [ 286 ] {79024bc7-b0f2-4e7c-ab57-3d16fe7dcf5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
17318 2024.11.09 02:55:25.015899 [ 286 ] {79024bc7-b0f2-4e7c-ab57-3d16fe7dcf5d} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
17319 2024.11.09 02:55:25.016278 [ 286 ] {79024bc7-b0f2-4e7c-ab57-3d16fe7dcf5d} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17320 2024.11.09 02:55:25.016441 [ 286 ] {79024bc7-b0f2-4e7c-ab57-3d16fe7dcf5d} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001522 sec., 1314.060446780552 rows/sec., 91.75 KiB/sec.
17321 2024.11.09 02:55:25.016615 [ 286 ] {79024bc7-b0f2-4e7c-ab57-3d16fe7dcf5d} <Debug> DynamicQueryHandler: Done processing query
17322 2024.11.09 02:55:25.016639 [ 286 ] {79024bc7-b0f2-4e7c-ab57-3d16fe7dcf5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
17323 2024.11.09 02:55:25.016656 [ 286 ] {} <Debug> HTTP-Session: 068d4a2f-a02d-4ba2-bfce-4c2418fc0b76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
17324 2024.11.09 02:55:25.016842 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64131, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17325 2024.11.09 02:55:25.016901 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65168, User-Agent: (none), Length: 11237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17326 2024.11.09 02:55:25.016977 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17327 2024.11.09 02:55:25.017002 [ 293 ] {} <Debug> HTTP-Session: b66af76f-32a9-40e5-a1ad-111592fece55 Authenticating user 'default' from [fd00:1122:3344:101::d]:65168
17328 2024.11.09 02:55:25.017023 [ 293 ] {} <Debug> HTTP-Session: b66af76f-32a9-40e5-a1ad-111592fece55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17329 2024.11.09 02:55:25.017040 [ 293 ] {} <Debug> HTTP-Session: b66af76f-32a9-40e5-a1ad-111592fece55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17330 2024.11.09 02:55:25.017079 [ 293 ] {} <Trace> HTTP-Session: b66af76f-32a9-40e5-a1ad-111592fece55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17331 2024.11.09 02:55:25.017229 [ 293 ] {60390503-eed8-43e7-8efe-d30d341ba05e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65168) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
17332 2024.11.09 02:55:25.017281 [ 293 ] {60390503-eed8-43e7-8efe-d30d341ba05e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17333 2024.11.09 02:55:25.017560 [ 293 ] {60390503-eed8-43e7-8efe-d30d341ba05e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
17334 2024.11.09 02:55:25.017943 [ 293 ] {60390503-eed8-43e7-8efe-d30d341ba05e} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17335 2024.11.09 02:55:25.017979 [ 293 ] {60390503-eed8-43e7-8efe-d30d341ba05e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
17336 2024.11.09 02:55:25.018344 [ 293 ] {60390503-eed8-43e7-8efe-d30d341ba05e} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
17337 2024.11.09 02:55:25.018717 [ 293 ] {60390503-eed8-43e7-8efe-d30d341ba05e} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17338 2024.11.09 02:55:25.018878 [ 293 ] {60390503-eed8-43e7-8efe-d30d341ba05e} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001691 sec., 39030.15966883501 rows/sec., 3.05 MiB/sec.
17339 2024.11.09 02:55:25.019046 [ 293 ] {60390503-eed8-43e7-8efe-d30d341ba05e} <Debug> DynamicQueryHandler: Done processing query
17340 2024.11.09 02:55:25.019069 [ 293 ] {60390503-eed8-43e7-8efe-d30d341ba05e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
17341 2024.11.09 02:55:25.019085 [ 293 ] {} <Debug> HTTP-Session: b66af76f-32a9-40e5-a1ad-111592fece55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
17342 2024.11.09 02:55:25.019286 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65168, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17343 2024.11.09 02:55:25.019366 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39400, User-Agent: (none), Length: 24729, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17344 2024.11.09 02:55:25.019417 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17345 2024.11.09 02:55:25.019437 [ 286 ] {} <Debug> HTTP-Session: 2288d771-ee5c-4cc7-b36f-f4a9e8572455 Authenticating user 'default' from [fd00:1122:3344:101::d]:39400
17346 2024.11.09 02:55:25.019453 [ 286 ] {} <Debug> HTTP-Session: 2288d771-ee5c-4cc7-b36f-f4a9e8572455 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17347 2024.11.09 02:55:25.019467 [ 286 ] {} <Debug> HTTP-Session: 2288d771-ee5c-4cc7-b36f-f4a9e8572455 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17348 2024.11.09 02:55:25.019499 [ 286 ] {} <Trace> HTTP-Session: 2288d771-ee5c-4cc7-b36f-f4a9e8572455 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17349 2024.11.09 02:55:25.019643 [ 286 ] {82220ac0-9a9a-4c37-b6e8-b14e251b44e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39400) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
17350 2024.11.09 02:55:25.019690 [ 286 ] {82220ac0-9a9a-4c37-b6e8-b14e251b44e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17351 2024.11.09 02:55:25.019837 [ 286 ] {82220ac0-9a9a-4c37-b6e8-b14e251b44e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
17352 2024.11.09 02:55:25.020213 [ 286 ] {82220ac0-9a9a-4c37-b6e8-b14e251b44e7} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17353 2024.11.09 02:55:25.020248 [ 286 ] {82220ac0-9a9a-4c37-b6e8-b14e251b44e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
17354 2024.11.09 02:55:25.020638 [ 286 ] {82220ac0-9a9a-4c37-b6e8-b14e251b44e7} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
17355 2024.11.09 02:55:25.021006 [ 286 ] {82220ac0-9a9a-4c37-b6e8-b14e251b44e7} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17356 2024.11.09 02:55:25.021172 [ 286 ] {82220ac0-9a9a-4c37-b6e8-b14e251b44e7} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001586 sec., 81336.69609079446 rows/sec., 5.66 MiB/sec.
17357 2024.11.09 02:55:25.021374 [ 286 ] {82220ac0-9a9a-4c37-b6e8-b14e251b44e7} <Debug> DynamicQueryHandler: Done processing query
17358 2024.11.09 02:55:25.021400 [ 286 ] {82220ac0-9a9a-4c37-b6e8-b14e251b44e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
17359 2024.11.09 02:55:25.021417 [ 286 ] {} <Debug> HTTP-Session: 2288d771-ee5c-4cc7-b36f-f4a9e8572455 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
17360 2024.11.09 02:55:25.021581 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65168, User-Agent: (none), Length: 7317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17361 2024.11.09 02:55:25.021609 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39400, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17362 2024.11.09 02:55:25.021653 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17363 2024.11.09 02:55:25.021676 [ 293 ] {} <Debug> HTTP-Session: 277fd1bd-95f8-4ce9-aa8f-6b5452b80db4 Authenticating user 'default' from [fd00:1122:3344:101::d]:65168
17364 2024.11.09 02:55:25.021701 [ 293 ] {} <Debug> HTTP-Session: 277fd1bd-95f8-4ce9-aa8f-6b5452b80db4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17365 2024.11.09 02:55:25.021720 [ 293 ] {} <Debug> HTTP-Session: 277fd1bd-95f8-4ce9-aa8f-6b5452b80db4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17366 2024.11.09 02:55:25.021762 [ 293 ] {} <Trace> HTTP-Session: 277fd1bd-95f8-4ce9-aa8f-6b5452b80db4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17367 2024.11.09 02:55:25.021906 [ 293 ] {eb9a0f27-14ae-486c-993a-a01d25451d5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65168) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
17368 2024.11.09 02:55:25.021957 [ 293 ] {eb9a0f27-14ae-486c-993a-a01d25451d5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17369 2024.11.09 02:55:25.022089 [ 293 ] {eb9a0f27-14ae-486c-993a-a01d25451d5f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
17370 2024.11.09 02:55:25.022436 [ 293 ] {eb9a0f27-14ae-486c-993a-a01d25451d5f} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17371 2024.11.09 02:55:25.022476 [ 293 ] {eb9a0f27-14ae-486c-993a-a01d25451d5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
17372 2024.11.09 02:55:25.022856 [ 293 ] {eb9a0f27-14ae-486c-993a-a01d25451d5f} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
17373 2024.11.09 02:55:25.023214 [ 293 ] {eb9a0f27-14ae-486c-993a-a01d25451d5f} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17374 2024.11.09 02:55:25.023344 [ 293 ] {eb9a0f27-14ae-486c-993a-a01d25451d5f} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001489 sec., 32236.400268636666 rows/sec., 2.17 MiB/sec.
17375 2024.11.09 02:55:25.023512 [ 293 ] {eb9a0f27-14ae-486c-993a-a01d25451d5f} <Debug> DynamicQueryHandler: Done processing query
17376 2024.11.09 02:55:25.023535 [ 293 ] {eb9a0f27-14ae-486c-993a-a01d25451d5f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
17377 2024.11.09 02:55:25.023551 [ 293 ] {} <Debug> HTTP-Session: 277fd1bd-95f8-4ce9-aa8f-6b5452b80db4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
17378 2024.11.09 02:55:25.023763 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65168, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17379 2024.11.09 02:55:30.010395 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53518, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17380 2024.11.09 02:55:30.010595 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17381 2024.11.09 02:55:30.010641 [ 293 ] {} <Debug> HTTP-Session: 8adc3a86-274e-4e57-b535-0bd26ba1786a Authenticating user 'default' from [fd00:1122:3344:101::d]:53518
17382 2024.11.09 02:55:30.010683 [ 293 ] {} <Debug> HTTP-Session: 8adc3a86-274e-4e57-b535-0bd26ba1786a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17383 2024.11.09 02:55:30.010713 [ 293 ] {} <Debug> HTTP-Session: 8adc3a86-274e-4e57-b535-0bd26ba1786a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17384 2024.11.09 02:55:30.010797 [ 293 ] {} <Trace> HTTP-Session: 8adc3a86-274e-4e57-b535-0bd26ba1786a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17385 2024.11.09 02:55:30.011121 [ 293 ] {ac14a08b-88a6-4351-b499-06a26872494c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53518) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
17386 2024.11.09 02:55:30.011199 [ 293 ] {ac14a08b-88a6-4351-b499-06a26872494c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17387 2024.11.09 02:55:30.011546 [ 293 ] {ac14a08b-88a6-4351-b499-06a26872494c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
17388 2024.11.09 02:55:30.012017 [ 293 ] {ac14a08b-88a6-4351-b499-06a26872494c} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17389 2024.11.09 02:55:30.012061 [ 293 ] {ac14a08b-88a6-4351-b499-06a26872494c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
17390 2024.11.09 02:55:30.012494 [ 293 ] {ac14a08b-88a6-4351-b499-06a26872494c} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
17391 2024.11.09 02:55:30.012895 [ 293 ] {ac14a08b-88a6-4351-b499-06a26872494c} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17392 2024.11.09 02:55:30.013086 [ 293 ] {ac14a08b-88a6-4351-b499-06a26872494c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002067 sec., 27092.40445089502 rows/sec., 2.08 MiB/sec.
17393 2024.11.09 02:55:30.013344 [ 293 ] {ac14a08b-88a6-4351-b499-06a26872494c} <Debug> DynamicQueryHandler: Done processing query
17394 2024.11.09 02:55:30.013384 [ 293 ] {ac14a08b-88a6-4351-b499-06a26872494c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
17395 2024.11.09 02:55:30.013418 [ 293 ] {} <Debug> HTTP-Session: 8adc3a86-274e-4e57-b535-0bd26ba1786a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
17396 2024.11.09 02:55:30.013639 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53518, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17397 2024.11.09 02:55:30.013783 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63057, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17398 2024.11.09 02:55:30.013839 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17399 2024.11.09 02:55:30.013861 [ 286 ] {} <Debug> HTTP-Session: cec2bb4b-f6b9-49e7-9aab-f2276d56b3bf Authenticating user 'default' from [fd00:1122:3344:101::d]:63057
17400 2024.11.09 02:55:30.013880 [ 286 ] {} <Debug> HTTP-Session: cec2bb4b-f6b9-49e7-9aab-f2276d56b3bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17401 2024.11.09 02:55:30.013894 [ 286 ] {} <Debug> HTTP-Session: cec2bb4b-f6b9-49e7-9aab-f2276d56b3bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17402 2024.11.09 02:55:30.013932 [ 286 ] {} <Trace> HTTP-Session: cec2bb4b-f6b9-49e7-9aab-f2276d56b3bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17403 2024.11.09 02:55:30.014062 [ 286 ] {31efbd1a-213b-45f2-8b2c-66977d2b82ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63057) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
17404 2024.11.09 02:55:30.014111 [ 286 ] {31efbd1a-213b-45f2-8b2c-66977d2b82ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17405 2024.11.09 02:55:30.014351 [ 286 ] {31efbd1a-213b-45f2-8b2c-66977d2b82ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used
17406 2024.11.09 02:55:30.014768 [ 286 ] {31efbd1a-213b-45f2-8b2c-66977d2b82ec} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17407 2024.11.09 02:55:30.014807 [ 286 ] {31efbd1a-213b-45f2-8b2c-66977d2b82ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
17408 2024.11.09 02:55:30.015184 [ 286 ] {31efbd1a-213b-45f2-8b2c-66977d2b82ec} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
17409 2024.11.09 02:55:30.015556 [ 286 ] {31efbd1a-213b-45f2-8b2c-66977d2b82ec} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17410 2024.11.09 02:55:30.015727 [ 286 ] {31efbd1a-213b-45f2-8b2c-66977d2b82ec} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001701 sec., 37624.9265138154 rows/sec., 2.94 MiB/sec.
17411 2024.11.09 02:55:30.015929 [ 286 ] {31efbd1a-213b-45f2-8b2c-66977d2b82ec} <Debug> DynamicQueryHandler: Done processing query
17412 2024.11.09 02:55:30.015954 [ 286 ] {31efbd1a-213b-45f2-8b2c-66977d2b82ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
17413 2024.11.09 02:55:30.015972 [ 286 ] {} <Debug> HTTP-Session: cec2bb4b-f6b9-49e7-9aab-f2276d56b3bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
17414 2024.11.09 02:55:30.016155 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63057, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17415 2024.11.09 02:55:30.016190 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53518, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17416 2024.11.09 02:55:30.016270 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17417 2024.11.09 02:55:30.016298 [ 293 ] {} <Debug> HTTP-Session: ce425a9f-d936-4ac6-be9c-bfd36eb0cb64 Authenticating user 'default' from [fd00:1122:3344:101::d]:53518
17418 2024.11.09 02:55:30.016324 [ 293 ] {} <Debug> HTTP-Session: ce425a9f-d936-4ac6-be9c-bfd36eb0cb64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17419 2024.11.09 02:55:30.016343 [ 293 ] {} <Debug> HTTP-Session: ce425a9f-d936-4ac6-be9c-bfd36eb0cb64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17420 2024.11.09 02:55:30.016385 [ 293 ] {} <Trace> HTTP-Session: ce425a9f-d936-4ac6-be9c-bfd36eb0cb64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17421 2024.11.09 02:55:30.016573 [ 293 ] {c3fb3eee-1669-4716-82c3-51f4f0b3449a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53518) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
17422 2024.11.09 02:55:30.016634 [ 293 ] {c3fb3eee-1669-4716-82c3-51f4f0b3449a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17423 2024.11.09 02:55:30.016819 [ 293 ] {c3fb3eee-1669-4716-82c3-51f4f0b3449a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
17424 2024.11.09 02:55:30.017256 [ 293 ] {c3fb3eee-1669-4716-82c3-51f4f0b3449a} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17425 2024.11.09 02:55:30.017293 [ 293 ] {c3fb3eee-1669-4716-82c3-51f4f0b3449a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
17426 2024.11.09 02:55:30.017699 [ 293 ] {c3fb3eee-1669-4716-82c3-51f4f0b3449a} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
17427 2024.11.09 02:55:30.018061 [ 293 ] {c3fb3eee-1669-4716-82c3-51f4f0b3449a} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17428 2024.11.09 02:55:30.018224 [ 293 ] {c3fb3eee-1669-4716-82c3-51f4f0b3449a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00173 sec., 92485.54913294798 rows/sec., 6.44 MiB/sec.
17429 2024.11.09 02:55:30.018390 [ 293 ] {c3fb3eee-1669-4716-82c3-51f4f0b3449a} <Debug> DynamicQueryHandler: Done processing query
17430 2024.11.09 02:55:30.018415 [ 293 ] {c3fb3eee-1669-4716-82c3-51f4f0b3449a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
17431 2024.11.09 02:55:30.018431 [ 293 ] {} <Debug> HTTP-Session: ce425a9f-d936-4ac6-be9c-bfd36eb0cb64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
17432 2024.11.09 02:55:30.018586 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53518, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17433 2024.11.09 02:55:30.018710 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37438, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17434 2024.11.09 02:55:30.018773 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17435 2024.11.09 02:55:30.018798 [ 286 ] {} <Debug> HTTP-Session: 4758bbf1-e733-4a9c-a374-f872ce824309 Authenticating user 'default' from [fd00:1122:3344:101::d]:37438
17436 2024.11.09 02:55:30.018820 [ 286 ] {} <Debug> HTTP-Session: 4758bbf1-e733-4a9c-a374-f872ce824309 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17437 2024.11.09 02:55:30.018837 [ 286 ] {} <Debug> HTTP-Session: 4758bbf1-e733-4a9c-a374-f872ce824309 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17438 2024.11.09 02:55:30.018876 [ 286 ] {} <Trace> HTTP-Session: 4758bbf1-e733-4a9c-a374-f872ce824309 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17439 2024.11.09 02:55:30.019024 [ 286 ] {c75a1533-4f7b-4d13-aa95-2483b11f0491} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37438) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
17440 2024.11.09 02:55:30.019079 [ 286 ] {c75a1533-4f7b-4d13-aa95-2483b11f0491} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17441 2024.11.09 02:55:30.019210 [ 286 ] {c75a1533-4f7b-4d13-aa95-2483b11f0491} <Trace> ParallelParsingInputFormat: Parallel parsing is used
17442 2024.11.09 02:55:30.019592 [ 286 ] {c75a1533-4f7b-4d13-aa95-2483b11f0491} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17443 2024.11.09 02:55:30.019629 [ 286 ] {c75a1533-4f7b-4d13-aa95-2483b11f0491} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
17444 2024.11.09 02:55:30.020002 [ 286 ] {c75a1533-4f7b-4d13-aa95-2483b11f0491} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
17445 2024.11.09 02:55:30.020340 [ 286 ] {c75a1533-4f7b-4d13-aa95-2483b11f0491} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17446 2024.11.09 02:55:30.020505 [ 286 ] {c75a1533-4f7b-4d13-aa95-2483b11f0491} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001523 sec., 39395.92908732764 rows/sec., 2.66 MiB/sec.
17447 2024.11.09 02:55:30.020686 [ 286 ] {c75a1533-4f7b-4d13-aa95-2483b11f0491} <Debug> DynamicQueryHandler: Done processing query
17448 2024.11.09 02:55:30.020711 [ 286 ] {c75a1533-4f7b-4d13-aa95-2483b11f0491} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
17449 2024.11.09 02:55:30.020727 [ 286 ] {} <Debug> HTTP-Session: 4758bbf1-e733-4a9c-a374-f872ce824309 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
17450 2024.11.09 02:55:30.020959 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37438, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17451 2024.11.09 02:55:30.023759 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51127, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17452 2024.11.09 02:55:30.623793 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39164, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17453 2024.11.09 02:55:30.646149 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52909, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17454 2024.11.09 02:55:30.725402 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:65295, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17455 2024.11.09 02:55:30.760702 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57219, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17456 2024.11.09 02:55:30.774964 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60389, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17457 2024.11.09 02:55:30.825216 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33672, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17458 2024.11.09 02:55:30.942920 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35715, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17459 2024.11.09 02:55:31.423252 [ 71 ] {} <Debug> DNSResolver: Updating DNS cache
17460 2024.11.09 02:55:31.423327 [ 71 ] {} <Debug> DNSResolver: Updated DNS cache
17461 2024.11.09 02:55:31.791862 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33934, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17462 2024.11.09 02:55:31.802650 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58863, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17463 2024.11.09 02:55:31.812430 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1564
17464 2024.11.09 02:55:31.815325 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17465 2024.11.09 02:55:31.815382 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
17466 2024.11.09 02:55:31.816904 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
17467 2024.11.09 02:55:31.817874 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17468 2024.11.09 02:55:31.818413 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1564
17469 2024.11.09 02:55:32.254445 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44254, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17470 2024.11.09 02:55:32.338106 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:65213, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17471 2024.11.09 02:55:32.343345 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45145, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17472 2024.11.09 02:55:32.348483 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57950, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17473 2024.11.09 02:55:32.434085 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46549, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17474 2024.11.09 02:55:32.486596 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39407, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17475 2024.11.09 02:55:32.497962 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58052, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17476 2024.11.09 02:55:32.498842 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58573, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17477 2024.11.09 02:55:32.504113 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54561, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17478 2024.11.09 02:55:32.567337 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34645, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17479 2024.11.09 02:55:32.650760 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38979, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17480 2024.11.09 02:55:32.661050 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34216, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17481 2024.11.09 02:55:32.671394 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48872, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17482 2024.11.09 02:55:32.705751 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62866, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17483 2024.11.09 02:55:35.016059 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53518, User-Agent: (none), Length: 41147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17484 2024.11.09 02:55:35.016190 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17485 2024.11.09 02:55:35.016221 [ 293 ] {} <Debug> HTTP-Session: 5c6d246f-4e7f-4dcc-9005-3bcd904ca364 Authenticating user 'default' from [fd00:1122:3344:101::d]:53518
17486 2024.11.09 02:55:35.016249 [ 293 ] {} <Debug> HTTP-Session: 5c6d246f-4e7f-4dcc-9005-3bcd904ca364 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17487 2024.11.09 02:55:35.016267 [ 293 ] {} <Debug> HTTP-Session: 5c6d246f-4e7f-4dcc-9005-3bcd904ca364 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17488 2024.11.09 02:55:35.016324 [ 293 ] {} <Trace> HTTP-Session: 5c6d246f-4e7f-4dcc-9005-3bcd904ca364 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17489 2024.11.09 02:55:35.016627 [ 293 ] {05833ee8-7cb4-4dfe-9625-7f1a3e06f514} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53518) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
17490 2024.11.09 02:55:35.016703 [ 293 ] {05833ee8-7cb4-4dfe-9625-7f1a3e06f514} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17491 2024.11.09 02:55:35.017110 [ 293 ] {05833ee8-7cb4-4dfe-9625-7f1a3e06f514} <Trace> ParallelParsingInputFormat: Parallel parsing is used
17492 2024.11.09 02:55:35.017799 [ 293 ] {05833ee8-7cb4-4dfe-9625-7f1a3e06f514} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17493 2024.11.09 02:55:35.017842 [ 293 ] {05833ee8-7cb4-4dfe-9625-7f1a3e06f514} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
17494 2024.11.09 02:55:35.018297 [ 293 ] {05833ee8-7cb4-4dfe-9625-7f1a3e06f514} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
17495 2024.11.09 02:55:35.018707 [ 293 ] {05833ee8-7cb4-4dfe-9625-7f1a3e06f514} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17496 2024.11.09 02:55:35.018889 [ 68 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
17497 2024.11.09 02:55:35.018899 [ 293 ] {05833ee8-7cb4-4dfe-9625-7f1a3e06f514} <Debug> executeQuery: Read 271 rows, 24.70 KiB in 0.002408 sec., 112541.52823920266 rows/sec., 10.02 MiB/sec.
17498 2024.11.09 02:55:35.018975 [ 68 ] {} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17499 2024.11.09 02:55:35.019045 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
17500 2024.11.09 02:55:35.019242 [ 201 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full
17501 2024.11.09 02:55:35.019281 [ 293 ] {05833ee8-7cb4-4dfe-9625-7f1a3e06f514} <Debug> DynamicQueryHandler: Done processing query
17502 2024.11.09 02:55:35.019327 [ 293 ] {05833ee8-7cb4-4dfe-9625-7f1a3e06f514} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
17503 2024.11.09 02:55:35.019352 [ 293 ] {} <Debug> HTTP-Session: 5c6d246f-4e7f-4dcc-9005-3bcd904ca364 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
17504 2024.11.09 02:55:35.019498 [ 201 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17505 2024.11.09 02:55:35.019547 [ 201 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1420 rows starting from the beginning of the part
17506 2024.11.09 02:55:35.019679 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53518, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17507 2024.11.09 02:55:35.019896 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35491, User-Agent: (none), Length: 5927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17508 2024.11.09 02:55:35.019938 [ 201 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 56 rows starting from the beginning of the part
17509 2024.11.09 02:55:35.020066 [ 293 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below):
17510 
17511 (version 23.8.7.1)
17512 2024.11.09 02:55:35.020160 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17513 2024.11.09 02:55:35.020291 [ 284 ] {} <Debug> HTTP-Session: c68ce64b-a50d-41d4-aa3a-053c14b1ff09 Authenticating user 'default' from [fd00:1122:3344:101::d]:35491
17514 2024.11.09 02:55:35.020327 [ 201 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 271 rows starting from the beginning of the part
17515 2024.11.09 02:55:35.020346 [ 284 ] {} <Debug> HTTP-Session: c68ce64b-a50d-41d4-aa3a-053c14b1ff09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17516 2024.11.09 02:55:35.020399 [ 284 ] {} <Debug> HTTP-Session: c68ce64b-a50d-41d4-aa3a-053c14b1ff09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17517 2024.11.09 02:55:35.020527 [ 284 ] {} <Trace> HTTP-Session: c68ce64b-a50d-41d4-aa3a-053c14b1ff09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17518 2024.11.09 02:55:35.020616 [ 201 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 57 rows starting from the beginning of the part
17519 2024.11.09 02:55:35.020901 [ 284 ] {3626edde-750e-4115-aeba-196ee19f5242} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35491) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
17520 2024.11.09 02:55:35.020904 [ 201 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 56 rows starting from the beginning of the part
17521 2024.11.09 02:55:35.021017 [ 284 ] {3626edde-750e-4115-aeba-196ee19f5242} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
17522 2024.11.09 02:55:35.021226 [ 201 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 271 rows starting from the beginning of the part
17523 2024.11.09 02:55:35.022123 [ 284 ] {3626edde-750e-4115-aeba-196ee19f5242} <Trace> ParallelParsingInputFormat: Parallel parsing is used
17524 2024.11.09 02:55:35.023101 [ 284 ] {3626edde-750e-4115-aeba-196ee19f5242} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17525 2024.11.09 02:55:35.023171 [ 284 ] {3626edde-750e-4115-aeba-196ee19f5242} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB.
17526 2024.11.09 02:55:35.024035 [ 284 ] {3626edde-750e-4115-aeba-196ee19f5242} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
17527 2024.11.09 02:55:35.024852 [ 198 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2131 rows, containing 5 columns (5 merged, 0 gathered) in 0.005700157 sec., 373849.3518687292 rows/sec., 33.05 MiB/sec.
17528 2024.11.09 02:55:35.024930 [ 284 ] {3626edde-750e-4115-aeba-196ee19f5242} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17529 2024.11.09 02:55:35.025129 [ 198 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
17530 2024.11.09 02:55:35.025156 [ 284 ] {3626edde-750e-4115-aeba-196ee19f5242} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.004406 sec., 9305.492510213346 rows/sec., 699.73 KiB/sec.
17531 2024.11.09 02:55:35.025748 [ 284 ] {3626edde-750e-4115-aeba-196ee19f5242} <Debug> DynamicQueryHandler: Done processing query
17532 2024.11.09 02:55:35.025828 [ 284 ] {3626edde-750e-4115-aeba-196ee19f5242} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
17533 2024.11.09 02:55:35.025899 [ 284 ] {} <Debug> HTTP-Session: c68ce64b-a50d-41d4-aa3a-053c14b1ff09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
17534 2024.11.09 02:55:35.026262 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35491, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17535 2024.11.09 02:55:35.026429 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33270, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17536 2024.11.09 02:55:35.026648 [ 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):
17537 
17538 (version 23.8.7.1)
17539 2024.11.09 02:55:35.026801 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17540 2024.11.09 02:55:35.026948 [ 306 ] {} <Debug> HTTP-Session: 0536449f-5f1c-4ccc-a8fe-319440a40e68 Authenticating user 'default' from [fd00:1122:3344:101::d]:33270
17541 2024.11.09 02:55:35.027061 [ 306 ] {} <Debug> HTTP-Session: 0536449f-5f1c-4ccc-a8fe-319440a40e68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17542 2024.11.09 02:55:35.027122 [ 306 ] {} <Debug> HTTP-Session: 0536449f-5f1c-4ccc-a8fe-319440a40e68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17543 2024.11.09 02:55:35.027221 [ 306 ] {} <Trace> HTTP-Session: 0536449f-5f1c-4ccc-a8fe-319440a40e68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17544 2024.11.09 02:55:35.027259 [ 198 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_106_21} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17545 2024.11.09 02:55:35.027380 [ 198 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_106_21} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
17546 2024.11.09 02:55:35.027516 [ 306 ] {abddaa55-65e1-437c-b638-c7ebf75d7908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33270) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
17547 2024.11.09 02:55:35.027529 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
17548 2024.11.09 02:55:35.027601 [ 306 ] {abddaa55-65e1-437c-b638-c7ebf75d7908} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
17549 2024.11.09 02:55:35.027936 [ 306 ] {abddaa55-65e1-437c-b638-c7ebf75d7908} <Trace> ParallelParsingInputFormat: Parallel parsing is used
17550 2024.11.09 02:55:35.028311 [ 306 ] {abddaa55-65e1-437c-b638-c7ebf75d7908} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17551 2024.11.09 02:55:35.028355 [ 306 ] {abddaa55-65e1-437c-b638-c7ebf75d7908} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
17552 2024.11.09 02:55:35.028793 [ 306 ] {abddaa55-65e1-437c-b638-c7ebf75d7908} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
17553 2024.11.09 02:55:35.029200 [ 306 ] {abddaa55-65e1-437c-b638-c7ebf75d7908} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17554 2024.11.09 02:55:35.029380 [ 306 ] {abddaa55-65e1-437c-b638-c7ebf75d7908} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001978 sec., 7077.856420626896 rows/sec., 495.69 KiB/sec.
17555 2024.11.09 02:55:35.029596 [ 306 ] {abddaa55-65e1-437c-b638-c7ebf75d7908} <Debug> DynamicQueryHandler: Done processing query
17556 2024.11.09 02:55:35.029623 [ 306 ] {abddaa55-65e1-437c-b638-c7ebf75d7908} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
17557 2024.11.09 02:55:35.029640 [ 306 ] {} <Debug> HTTP-Session: 0536449f-5f1c-4ccc-a8fe-319440a40e68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
17558 2024.11.09 02:55:35.029783 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33270, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17559 2024.11.09 02:55:35.029891 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54581, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17560 2024.11.09 02:55:35.029961 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17561 2024.11.09 02:55:35.029985 [ 284 ] {} <Debug> HTTP-Session: 5ea000a6-6a8b-48b8-88f5-c48fdcf11570 Authenticating user 'default' from [fd00:1122:3344:101::d]:54581
17562 2024.11.09 02:55:35.030012 [ 284 ] {} <Debug> HTTP-Session: 5ea000a6-6a8b-48b8-88f5-c48fdcf11570 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17563 2024.11.09 02:55:35.030030 [ 284 ] {} <Debug> HTTP-Session: 5ea000a6-6a8b-48b8-88f5-c48fdcf11570 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17564 2024.11.09 02:55:35.030079 [ 284 ] {} <Trace> HTTP-Session: 5ea000a6-6a8b-48b8-88f5-c48fdcf11570 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17565 2024.11.09 02:55:35.030217 [ 284 ] {a5f0f57e-9a24-4ac6-a25d-675888e936b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54581) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
17566 2024.11.09 02:55:35.030271 [ 284 ] {a5f0f57e-9a24-4ac6-a25d-675888e936b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
17567 2024.11.09 02:55:35.030534 [ 284 ] {a5f0f57e-9a24-4ac6-a25d-675888e936b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
17568 2024.11.09 02:55:35.030881 [ 284 ] {a5f0f57e-9a24-4ac6-a25d-675888e936b0} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17569 2024.11.09 02:55:35.030919 [ 284 ] {a5f0f57e-9a24-4ac6-a25d-675888e936b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
17570 2024.11.09 02:55:35.031283 [ 284 ] {a5f0f57e-9a24-4ac6-a25d-675888e936b0} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
17571 2024.11.09 02:55:35.031657 [ 284 ] {a5f0f57e-9a24-4ac6-a25d-675888e936b0} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17572 2024.11.09 02:55:35.031811 [ 284 ] {a5f0f57e-9a24-4ac6-a25d-675888e936b0} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001627 sec., 3687.768899815612 rows/sec., 217.88 KiB/sec.
17573 2024.11.09 02:55:35.031991 [ 284 ] {a5f0f57e-9a24-4ac6-a25d-675888e936b0} <Debug> DynamicQueryHandler: Done processing query
17574 2024.11.09 02:55:35.032018 [ 284 ] {a5f0f57e-9a24-4ac6-a25d-675888e936b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
17575 2024.11.09 02:55:35.032033 [ 284 ] {} <Debug> HTTP-Session: 5ea000a6-6a8b-48b8-88f5-c48fdcf11570 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
17576 2024.11.09 02:55:35.032235 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54581, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17577 2024.11.09 02:55:35.032327 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33270, User-Agent: (none), Length: 68708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17578 2024.11.09 02:55:35.032407 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17579 2024.11.09 02:55:35.032434 [ 306 ] {} <Debug> HTTP-Session: cc2530d3-13d7-4b13-a7d1-e9c329319de1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33270
17580 2024.11.09 02:55:35.032456 [ 306 ] {} <Debug> HTTP-Session: cc2530d3-13d7-4b13-a7d1-e9c329319de1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17581 2024.11.09 02:55:35.032473 [ 306 ] {} <Debug> HTTP-Session: cc2530d3-13d7-4b13-a7d1-e9c329319de1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17582 2024.11.09 02:55:35.032522 [ 306 ] {} <Trace> HTTP-Session: cc2530d3-13d7-4b13-a7d1-e9c329319de1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17583 2024.11.09 02:55:35.032905 [ 306 ] {094f8ebf-3645-4017-b46f-9db058322c53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33270) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
17584 2024.11.09 02:55:35.032968 [ 306 ] {094f8ebf-3645-4017-b46f-9db058322c53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17585 2024.11.09 02:55:35.033293 [ 306 ] {094f8ebf-3645-4017-b46f-9db058322c53} <Trace> ParallelParsingInputFormat: Parallel parsing is used
17586 2024.11.09 02:55:35.033869 [ 306 ] {094f8ebf-3645-4017-b46f-9db058322c53} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17587 2024.11.09 02:55:35.033908 [ 306 ] {094f8ebf-3645-4017-b46f-9db058322c53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
17588 2024.11.09 02:55:35.034310 [ 306 ] {094f8ebf-3645-4017-b46f-9db058322c53} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
17589 2024.11.09 02:55:35.034684 [ 306 ] {094f8ebf-3645-4017-b46f-9db058322c53} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17590 2024.11.09 02:55:35.034844 [ 306 ] {094f8ebf-3645-4017-b46f-9db058322c53} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.00215 sec., 196744.18604651163 rows/sec., 14.06 MiB/sec.
17591 2024.11.09 02:55:35.034871 [ 67 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
17592 2024.11.09 02:55:35.034946 [ 67 ] {} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17593 2024.11.09 02:55:35.035000 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
17594 2024.11.09 02:55:35.035147 [ 306 ] {094f8ebf-3645-4017-b46f-9db058322c53} <Debug> DynamicQueryHandler: Done processing query
17595 2024.11.09 02:55:35.035228 [ 306 ] {094f8ebf-3645-4017-b46f-9db058322c53} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
17596 2024.11.09 02:55:35.035285 [ 306 ] {} <Debug> HTTP-Session: cc2530d3-13d7-4b13-a7d1-e9c329319de1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
17597 2024.11.09 02:55:35.035319 [ 191 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full
17598 2024.11.09 02:55:35.035574 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33270, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17599 2024.11.09 02:55:35.035712 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44284, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17600 2024.11.09 02:55:35.035979 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17601 2024.11.09 02:55:35.036106 [ 284 ] {} <Debug> HTTP-Session: 70c66040-4720-4737-91ec-cb8b5dcc8c89 Authenticating user 'default' from [fd00:1122:3344:101::d]:44284
17602 2024.11.09 02:55:35.036212 [ 284 ] {} <Debug> HTTP-Session: 70c66040-4720-4737-91ec-cb8b5dcc8c89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17603 2024.11.09 02:55:35.036255 [ 191 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17604 2024.11.09 02:55:35.036281 [ 284 ] {} <Debug> HTTP-Session: 70c66040-4720-4737-91ec-cb8b5dcc8c89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17605 2024.11.09 02:55:35.036404 [ 191 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 915 rows starting from the beginning of the part
17606 2024.11.09 02:55:35.036422 [ 284 ] {} <Trace> HTTP-Session: 70c66040-4720-4737-91ec-cb8b5dcc8c89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17607 2024.11.09 02:55:35.036947 [ 284 ] {16d0076c-17ec-4651-bbae-a2805ecb554e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44284) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
17608 2024.11.09 02:55:35.036962 [ 191 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 64 rows starting from the beginning of the part
17609 2024.11.09 02:55:35.037151 [ 284 ] {16d0076c-17ec-4651-bbae-a2805ecb554e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
17610 2024.11.09 02:55:35.037480 [ 191 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 423 rows starting from the beginning of the part
17611 2024.11.09 02:55:35.037927 [ 191 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 66 rows starting from the beginning of the part
17612 2024.11.09 02:55:35.038248 [ 191 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 64 rows starting from the beginning of the part
17613 2024.11.09 02:55:35.038718 [ 191 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 423 rows starting from the beginning of the part
17614 2024.11.09 02:55:35.038728 [ 284 ] {16d0076c-17ec-4651-bbae-a2805ecb554e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
17615 2024.11.09 02:55:35.039834 [ 284 ] {16d0076c-17ec-4651-bbae-a2805ecb554e} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17616 2024.11.09 02:55:35.039901 [ 284 ] {16d0076c-17ec-4651-bbae-a2805ecb554e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB.
17617 2024.11.09 02:55:35.040916 [ 284 ] {16d0076c-17ec-4651-bbae-a2805ecb554e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
17618 2024.11.09 02:55:35.041676 [ 284 ] {16d0076c-17ec-4651-bbae-a2805ecb554e} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17619 2024.11.09 02:55:35.041942 [ 284 ] {16d0076c-17ec-4651-bbae-a2805ecb554e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005263 sec., 1140.0342010260308 rows/sec., 59.56 KiB/sec.
17620 2024.11.09 02:55:35.042411 [ 191 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 5 columns (5 merged, 0 gathered) in 0.007322321 sec., 266991.84589148714 rows/sec., 20.44 MiB/sec.
17621 2024.11.09 02:55:35.042493 [ 284 ] {16d0076c-17ec-4651-bbae-a2805ecb554e} <Debug> DynamicQueryHandler: Done processing query
17622 2024.11.09 02:55:35.042532 [ 284 ] {16d0076c-17ec-4651-bbae-a2805ecb554e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
17623 2024.11.09 02:55:35.042562 [ 284 ] {} <Debug> HTTP-Session: 70c66040-4720-4737-91ec-cb8b5dcc8c89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
17624 2024.11.09 02:55:35.042639 [ 191 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
17625 2024.11.09 02:55:35.042784 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44284, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17626 2024.11.09 02:55:35.042927 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50085, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17627 2024.11.09 02:55:35.043123 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17628 2024.11.09 02:55:35.043234 [ 306 ] {} <Debug> HTTP-Session: 95d1321e-0962-423f-ade1-8c39442c1be4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50085
17629 2024.11.09 02:55:35.043300 [ 306 ] {} <Debug> HTTP-Session: 95d1321e-0962-423f-ade1-8c39442c1be4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17630 2024.11.09 02:55:35.043344 [ 306 ] {} <Debug> HTTP-Session: 95d1321e-0962-423f-ade1-8c39442c1be4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17631 2024.11.09 02:55:35.043440 [ 306 ] {} <Trace> HTTP-Session: 95d1321e-0962-423f-ade1-8c39442c1be4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17632 2024.11.09 02:55:35.043791 [ 191 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_106_21} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17633 2024.11.09 02:55:35.043808 [ 306 ] {9bffe15a-2e42-4d20-ad3d-adee337d38b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50085) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
17634 2024.11.09 02:55:35.043928 [ 306 ] {9bffe15a-2e42-4d20-ad3d-adee337d38b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17635 2024.11.09 02:55:35.043986 [ 191 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_106_21} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
17636 2024.11.09 02:55:35.044211 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
17637 2024.11.09 02:55:35.044322 [ 306 ] {9bffe15a-2e42-4d20-ad3d-adee337d38b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
17638 2024.11.09 02:55:35.044758 [ 306 ] {9bffe15a-2e42-4d20-ad3d-adee337d38b6} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17639 2024.11.09 02:55:35.044804 [ 306 ] {9bffe15a-2e42-4d20-ad3d-adee337d38b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
17640 2024.11.09 02:55:35.045242 [ 306 ] {9bffe15a-2e42-4d20-ad3d-adee337d38b6} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
17641 2024.11.09 02:55:35.045615 [ 306 ] {9bffe15a-2e42-4d20-ad3d-adee337d38b6} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17642 2024.11.09 02:55:35.045773 [ 306 ] {9bffe15a-2e42-4d20-ad3d-adee337d38b6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002183 sec., 108566.19331195603 rows/sec., 7.28 MiB/sec.
17643 2024.11.09 02:55:35.045782 [ 67 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
17644 2024.11.09 02:55:35.045860 [ 67 ] {} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17645 2024.11.09 02:55:35.045899 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
17646 2024.11.09 02:55:35.046052 [ 200 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full
17647 2024.11.09 02:55:35.046075 [ 306 ] {9bffe15a-2e42-4d20-ad3d-adee337d38b6} <Debug> DynamicQueryHandler: Done processing query
17648 2024.11.09 02:55:35.046106 [ 306 ] {9bffe15a-2e42-4d20-ad3d-adee337d38b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
17649 2024.11.09 02:55:35.046132 [ 306 ] {} <Debug> HTTP-Session: 95d1321e-0962-423f-ade1-8c39442c1be4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
17650 2024.11.09 02:55:35.046213 [ 200 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17651 2024.11.09 02:55:35.046249 [ 200 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_101_20, total 20716 rows starting from the beginning of the part
17652 2024.11.09 02:55:35.046411 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50085, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17653 2024.11.09 02:55:35.046437 [ 200 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 160 rows starting from the beginning of the part
17654 2024.11.09 02:55:35.046700 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61818, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17655 2024.11.09 02:55:35.046850 [ 200 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 237 rows starting from the beginning of the part
17656 2024.11.09 02:55:35.047029 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17657 2024.11.09 02:55:35.047102 [ 200 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 129 rows starting from the beginning of the part
17658 2024.11.09 02:55:35.047173 [ 284 ] {} <Debug> HTTP-Session: b3800aa7-615e-43b7-991b-f16e429c5a01 Authenticating user 'default' from [fd00:1122:3344:101::d]:61818
17659 2024.11.09 02:55:35.047311 [ 284 ] {} <Debug> HTTP-Session: b3800aa7-615e-43b7-991b-f16e429c5a01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17660 2024.11.09 02:55:35.047368 [ 200 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 160 rows starting from the beginning of the part
17661 2024.11.09 02:55:35.047401 [ 284 ] {} <Debug> HTTP-Session: b3800aa7-615e-43b7-991b-f16e429c5a01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17662 2024.11.09 02:55:35.047565 [ 284 ] {} <Trace> HTTP-Session: b3800aa7-615e-43b7-991b-f16e429c5a01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17663 2024.11.09 02:55:35.047592 [ 200 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 237 rows starting from the beginning of the part
17664 2024.11.09 02:55:35.048053 [ 284 ] {bd104db0-6dbd-4fba-97ff-70970c198589} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61818) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
17665 2024.11.09 02:55:35.048203 [ 284 ] {bd104db0-6dbd-4fba-97ff-70970c198589} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
17666 2024.11.09 02:55:35.048661 [ 284 ] {bd104db0-6dbd-4fba-97ff-70970c198589} <Trace> ParallelParsingInputFormat: Parallel parsing is used
17667 2024.11.09 02:55:35.049151 [ 284 ] {bd104db0-6dbd-4fba-97ff-70970c198589} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17668 2024.11.09 02:55:35.049188 [ 284 ] {bd104db0-6dbd-4fba-97ff-70970c198589} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB.
17669 2024.11.09 02:55:35.049710 [ 284 ] {bd104db0-6dbd-4fba-97ff-70970c198589} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
17670 2024.11.09 02:55:35.050546 [ 284 ] {bd104db0-6dbd-4fba-97ff-70970c198589} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17671 2024.11.09 02:55:35.050979 [ 284 ] {bd104db0-6dbd-4fba-97ff-70970c198589} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003095 sec., 323.10177705977384 rows/sec., 21.77 KiB/sec.
17672 2024.11.09 02:55:35.051399 [ 284 ] {bd104db0-6dbd-4fba-97ff-70970c198589} <Debug> DynamicQueryHandler: Done processing query
17673 2024.11.09 02:55:35.051438 [ 284 ] {bd104db0-6dbd-4fba-97ff-70970c198589} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
17674 2024.11.09 02:55:35.051454 [ 284 ] {} <Debug> HTTP-Session: b3800aa7-615e-43b7-991b-f16e429c5a01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
17675 2024.11.09 02:55:35.051641 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61818, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17676 2024.11.09 02:55:35.051858 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33205, User-Agent: (none), Length: 69031, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17677 2024.11.09 02:55:35.051960 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17678 2024.11.09 02:55:35.051986 [ 306 ] {} <Debug> HTTP-Session: da1ac14c-8243-4147-8ba8-00669564e6c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:33205
17679 2024.11.09 02:55:35.052007 [ 306 ] {} <Debug> HTTP-Session: da1ac14c-8243-4147-8ba8-00669564e6c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17680 2024.11.09 02:55:35.052027 [ 306 ] {} <Debug> HTTP-Session: da1ac14c-8243-4147-8ba8-00669564e6c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17681 2024.11.09 02:55:35.052066 [ 306 ] {} <Trace> HTTP-Session: da1ac14c-8243-4147-8ba8-00669564e6c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17682 2024.11.09 02:55:35.052810 [ 306 ] {c5c5e0cd-1872-4919-bf3a-79d8893f8f4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33205) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
17683 2024.11.09 02:55:35.052887 [ 306 ] {c5c5e0cd-1872-4919-bf3a-79d8893f8f4b} <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
17684 2024.11.09 02:55:35.053373 [ 306 ] {c5c5e0cd-1872-4919-bf3a-79d8893f8f4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
17685 2024.11.09 02:55:35.054068 [ 306 ] {c5c5e0cd-1872-4919-bf3a-79d8893f8f4b} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17686 2024.11.09 02:55:35.054111 [ 306 ] {c5c5e0cd-1872-4919-bf3a-79d8893f8f4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB.
17687 2024.11.09 02:55:35.056763 [ 306 ] {c5c5e0cd-1872-4919-bf3a-79d8893f8f4b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
17688 2024.11.09 02:55:35.057309 [ 306 ] {c5c5e0cd-1872-4919-bf3a-79d8893f8f4b} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17689 2024.11.09 02:55:35.057567 [ 306 ] {c5c5e0cd-1872-4919-bf3a-79d8893f8f4b} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.005356 sec., 7654.966392830471 rows/sec., 13.72 MiB/sec.
17690 2024.11.09 02:55:35.057794 [ 306 ] {c5c5e0cd-1872-4919-bf3a-79d8893f8f4b} <Debug> DynamicQueryHandler: Done processing query
17691 2024.11.09 02:55:35.057819 [ 306 ] {c5c5e0cd-1872-4919-bf3a-79d8893f8f4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB.
17692 2024.11.09 02:55:35.057835 [ 306 ] {} <Debug> HTTP-Session: da1ac14c-8243-4147-8ba8-00669564e6c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
17693 2024.11.09 02:55:35.058023 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33205, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17694 2024.11.09 02:55:35.058115 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39588, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17695 2024.11.09 02:55:35.058215 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17696 2024.11.09 02:55:35.058240 [ 284 ] {} <Debug> HTTP-Session: b755e28c-d66a-4c29-9db3-6c16d3590455 Authenticating user 'default' from [fd00:1122:3344:101::d]:39588
17697 2024.11.09 02:55:35.058261 [ 284 ] {} <Debug> HTTP-Session: b755e28c-d66a-4c29-9db3-6c16d3590455 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17698 2024.11.09 02:55:35.058306 [ 284 ] {} <Debug> HTTP-Session: b755e28c-d66a-4c29-9db3-6c16d3590455 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17699 2024.11.09 02:55:35.058348 [ 284 ] {} <Trace> HTTP-Session: b755e28c-d66a-4c29-9db3-6c16d3590455 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17700 2024.11.09 02:55:35.058541 [ 284 ] {3e73df0e-12d3-4644-ad14-e95e955768cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39588) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
17701 2024.11.09 02:55:35.058591 [ 284 ] {3e73df0e-12d3-4644-ad14-e95e955768cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17702 2024.11.09 02:55:35.058858 [ 284 ] {3e73df0e-12d3-4644-ad14-e95e955768cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
17703 2024.11.09 02:55:35.059231 [ 284 ] {3e73df0e-12d3-4644-ad14-e95e955768cf} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17704 2024.11.09 02:55:35.059281 [ 284 ] {3e73df0e-12d3-4644-ad14-e95e955768cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
17705 2024.11.09 02:55:35.059779 [ 284 ] {3e73df0e-12d3-4644-ad14-e95e955768cf} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
17706 2024.11.09 02:55:35.060065 [ 193 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21639 rows, containing 5 columns (5 merged, 0 gathered) in 0.014064281 sec., 1538578.474079123 rows/sec., 104.99 MiB/sec.
17707 2024.11.09 02:55:35.060357 [ 284 ] {3e73df0e-12d3-4644-ad14-e95e955768cf} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17708 2024.11.09 02:55:35.060530 [ 67 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
17709 2024.11.09 02:55:35.060572 [ 284 ] {3e73df0e-12d3-4644-ad14-e95e955768cf} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002131 sec., 38479.58704833411 rows/sec., 2.44 MiB/sec.
17710 2024.11.09 02:55:35.060590 [ 67 ] {} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17711 2024.11.09 02:55:35.060643 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB.
17712 2024.11.09 02:55:35.060773 [ 193 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
17713 2024.11.09 02:55:35.060919 [ 284 ] {3e73df0e-12d3-4644-ad14-e95e955768cf} <Debug> DynamicQueryHandler: Done processing query
17714 2024.11.09 02:55:35.061005 [ 284 ] {3e73df0e-12d3-4644-ad14-e95e955768cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
17715 2024.11.09 02:55:35.061056 [ 186 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full
17716 2024.11.09 02:55:35.061114 [ 284 ] {} <Debug> HTTP-Session: b755e28c-d66a-4c29-9db3-6c16d3590455 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
17717 2024.11.09 02:55:35.061340 [ 186 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17718 2024.11.09 02:55:35.061466 [ 186 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 6372 rows starting from the beginning of the part
17719 2024.11.09 02:55:35.061646 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39588, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17720 2024.11.09 02:55:35.061902 [ 186 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 60 rows starting from the beginning of the part
17721 2024.11.09 02:55:35.061987 [ 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):
17722 
17723 (version 23.8.7.1)
17724 2024.11.09 02:55:35.062228 [ 186 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 82 rows starting from the beginning of the part
17725 2024.11.09 02:55:35.062542 [ 186 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 48 rows starting from the beginning of the part
17726 2024.11.09 02:55:35.062576 [ 193 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_106_21} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17727 2024.11.09 02:55:35.062785 [ 186 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 60 rows starting from the beginning of the part
17728 2024.11.09 02:55:35.062867 [ 193 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_106_21} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
17729 2024.11.09 02:55:35.063006 [ 186 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 82 rows starting from the beginning of the part
17730 2024.11.09 02:55:35.063155 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB.
17731 2024.11.09 02:55:35.065505 [ 192 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6704 rows, containing 4 columns (4 merged, 0 gathered) in 0.004708208 sec., 1423896.3104433788 rows/sec., 93.58 MiB/sec.
17732 2024.11.09 02:55:35.066028 [ 192 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
17733 2024.11.09 02:55:35.066471 [ 192 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_106_21} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17734 2024.11.09 02:55:35.066556 [ 192 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_106_21} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
17735 2024.11.09 02:55:35.066643 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB.
17736 2024.11.09 02:55:40.010538 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53720, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17737 2024.11.09 02:55:40.010681 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17738 2024.11.09 02:55:40.010711 [ 284 ] {} <Debug> HTTP-Session: bb7d17a0-cf49-4758-9fe8-b70470e89ee0 Authenticating user 'default' from [fd00:1122:3344:101::d]:53720
17739 2024.11.09 02:55:40.010740 [ 284 ] {} <Debug> HTTP-Session: bb7d17a0-cf49-4758-9fe8-b70470e89ee0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17740 2024.11.09 02:55:40.010757 [ 284 ] {} <Debug> HTTP-Session: bb7d17a0-cf49-4758-9fe8-b70470e89ee0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17741 2024.11.09 02:55:40.010815 [ 284 ] {} <Trace> HTTP-Session: bb7d17a0-cf49-4758-9fe8-b70470e89ee0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17742 2024.11.09 02:55:40.011023 [ 284 ] {87e6b8a7-0729-4dc7-8599-7f599cecca44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53720) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
17743 2024.11.09 02:55:40.011104 [ 284 ] {87e6b8a7-0729-4dc7-8599-7f599cecca44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
17744 2024.11.09 02:55:40.011497 [ 284 ] {87e6b8a7-0729-4dc7-8599-7f599cecca44} <Trace> ParallelParsingInputFormat: Parallel parsing is used
17745 2024.11.09 02:55:40.011962 [ 284 ] {87e6b8a7-0729-4dc7-8599-7f599cecca44} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17746 2024.11.09 02:55:40.012007 [ 284 ] {87e6b8a7-0729-4dc7-8599-7f599cecca44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB.
17747 2024.11.09 02:55:40.012435 [ 284 ] {87e6b8a7-0729-4dc7-8599-7f599cecca44} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
17748 2024.11.09 02:55:40.012842 [ 284 ] {87e6b8a7-0729-4dc7-8599-7f599cecca44} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17749 2024.11.09 02:55:40.012997 [ 284 ] {87e6b8a7-0729-4dc7-8599-7f599cecca44} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002035 sec., 1965.6019656019657 rows/sec., 160.28 KiB/sec.
17750 2024.11.09 02:55:40.013236 [ 284 ] {87e6b8a7-0729-4dc7-8599-7f599cecca44} <Debug> DynamicQueryHandler: Done processing query
17751 2024.11.09 02:55:40.013264 [ 284 ] {87e6b8a7-0729-4dc7-8599-7f599cecca44} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
17752 2024.11.09 02:55:40.013281 [ 284 ] {} <Debug> HTTP-Session: bb7d17a0-cf49-4758-9fe8-b70470e89ee0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
17753 2024.11.09 02:55:40.013553 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53720, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17754 2024.11.09 02:55:40.013633 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36998, User-Agent: (none), Length: 8114, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17755 2024.11.09 02:55:40.013776 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17756 2024.11.09 02:55:40.013809 [ 306 ] {} <Debug> HTTP-Session: e3ba7825-286e-4caf-9fbf-e024c52b3d37 Authenticating user 'default' from [fd00:1122:3344:101::d]:36998
17757 2024.11.09 02:55:40.013839 [ 306 ] {} <Debug> HTTP-Session: e3ba7825-286e-4caf-9fbf-e024c52b3d37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17758 2024.11.09 02:55:40.013858 [ 306 ] {} <Debug> HTTP-Session: e3ba7825-286e-4caf-9fbf-e024c52b3d37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17759 2024.11.09 02:55:40.013922 [ 306 ] {} <Trace> HTTP-Session: e3ba7825-286e-4caf-9fbf-e024c52b3d37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17760 2024.11.09 02:55:40.014162 [ 306 ] {0a9dc695-58db-4a68-b5a3-916be96ae174} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36998) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
17761 2024.11.09 02:55:40.014244 [ 306 ] {0a9dc695-58db-4a68-b5a3-916be96ae174} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17762 2024.11.09 02:55:40.014631 [ 306 ] {0a9dc695-58db-4a68-b5a3-916be96ae174} <Trace> ParallelParsingInputFormat: Parallel parsing is used
17763 2024.11.09 02:55:40.015113 [ 306 ] {0a9dc695-58db-4a68-b5a3-916be96ae174} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17764 2024.11.09 02:55:40.015169 [ 306 ] {0a9dc695-58db-4a68-b5a3-916be96ae174} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB.
17765 2024.11.09 02:55:40.015630 [ 306 ] {0a9dc695-58db-4a68-b5a3-916be96ae174} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
17766 2024.11.09 02:55:40.016040 [ 306 ] {0a9dc695-58db-4a68-b5a3-916be96ae174} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17767 2024.11.09 02:55:40.016225 [ 306 ] {0a9dc695-58db-4a68-b5a3-916be96ae174} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.002142 sec., 27077.49766573296 rows/sec., 2.08 MiB/sec.
17768 2024.11.09 02:55:40.016419 [ 221 ] {} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
17769 2024.11.09 02:55:40.016576 [ 221 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
17770 2024.11.09 02:55:40.016768 [ 306 ] {0a9dc695-58db-4a68-b5a3-916be96ae174} <Debug> DynamicQueryHandler: Done processing query
17771 2024.11.09 02:55:40.016851 [ 306 ] {0a9dc695-58db-4a68-b5a3-916be96ae174} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
17772 2024.11.09 02:55:40.016916 [ 306 ] {} <Debug> HTTP-Session: e3ba7825-286e-4caf-9fbf-e024c52b3d37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
17773 2024.11.09 02:55:40.017302 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36998, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17774 2024.11.09 02:55:40.017494 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36931, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17775 2024.11.09 02:55:40.017719 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17776 2024.11.09 02:55:40.017808 [ 284 ] {} <Debug> HTTP-Session: 9a74a530-a098-4dd5-9de6-0b279d2ce07a Authenticating user 'default' from [fd00:1122:3344:101::d]:36931
17777 2024.11.09 02:55:40.017858 [ 284 ] {} <Debug> HTTP-Session: 9a74a530-a098-4dd5-9de6-0b279d2ce07a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17778 2024.11.09 02:55:40.017885 [ 284 ] {} <Debug> HTTP-Session: 9a74a530-a098-4dd5-9de6-0b279d2ce07a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17779 2024.11.09 02:55:40.017960 [ 284 ] {} <Trace> HTTP-Session: 9a74a530-a098-4dd5-9de6-0b279d2ce07a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17780 2024.11.09 02:55:40.018234 [ 284 ] {9de4deb6-7308-4aa0-9a46-8bf8a5cb4560} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36931) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
17781 2024.11.09 02:55:40.018298 [ 284 ] {9de4deb6-7308-4aa0-9a46-8bf8a5cb4560} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
17782 2024.11.09 02:55:40.019052 [ 284 ] {9de4deb6-7308-4aa0-9a46-8bf8a5cb4560} <Trace> ParallelParsingInputFormat: Parallel parsing is used
17783 2024.11.09 02:55:40.019798 [ 284 ] {9de4deb6-7308-4aa0-9a46-8bf8a5cb4560} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17784 2024.11.09 02:55:40.019839 [ 284 ] {9de4deb6-7308-4aa0-9a46-8bf8a5cb4560} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB.
17785 2024.11.09 02:55:40.020474 [ 284 ] {9de4deb6-7308-4aa0-9a46-8bf8a5cb4560} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
17786 2024.11.09 02:55:40.021352 [ 284 ] {9de4deb6-7308-4aa0-9a46-8bf8a5cb4560} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17787 2024.11.09 02:55:40.021557 [ 221 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
17788 2024.11.09 02:55:40.021619 [ 284 ] {9de4deb6-7308-4aa0-9a46-8bf8a5cb4560} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.003461 sec., 1155.7353366079167 rows/sec., 80.70 KiB/sec.
17789 2024.11.09 02:55:40.022377 [ 284 ] {9de4deb6-7308-4aa0-9a46-8bf8a5cb4560} <Debug> DynamicQueryHandler: Done processing query
17790 2024.11.09 02:55:40.022470 [ 284 ] {9de4deb6-7308-4aa0-9a46-8bf8a5cb4560} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
17791 2024.11.09 02:55:40.022565 [ 284 ] {} <Debug> HTTP-Session: 9a74a530-a098-4dd5-9de6-0b279d2ce07a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
17792 2024.11.09 02:55:40.022952 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36931, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17793 2024.11.09 02:55:40.023107 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55246, User-Agent: (none), Length: 11580, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17794 2024.11.09 02:55:40.023301 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17795 2024.11.09 02:55:40.023380 [ 306 ] {} <Debug> HTTP-Session: ce52c653-915d-459b-aa79-f21bb4526b18 Authenticating user 'default' from [fd00:1122:3344:101::d]:55246
17796 2024.11.09 02:55:40.023444 [ 306 ] {} <Debug> HTTP-Session: ce52c653-915d-459b-aa79-f21bb4526b18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17797 2024.11.09 02:55:40.023496 [ 306 ] {} <Debug> HTTP-Session: ce52c653-915d-459b-aa79-f21bb4526b18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17798 2024.11.09 02:55:40.023598 [ 306 ] {} <Trace> HTTP-Session: ce52c653-915d-459b-aa79-f21bb4526b18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17799 2024.11.09 02:55:40.023776 [ 306 ] {4d6277fd-b44c-4e0b-a113-14cede96a225} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
17800 2024.11.09 02:55:40.023832 [ 306 ] {4d6277fd-b44c-4e0b-a113-14cede96a225} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17801 2024.11.09 02:55:40.024119 [ 306 ] {4d6277fd-b44c-4e0b-a113-14cede96a225} <Trace> ParallelParsingInputFormat: Parallel parsing is used
17802 2024.11.09 02:55:40.024492 [ 306 ] {4d6277fd-b44c-4e0b-a113-14cede96a225} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17803 2024.11.09 02:55:40.024533 [ 306 ] {4d6277fd-b44c-4e0b-a113-14cede96a225} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB.
17804 2024.11.09 02:55:40.024912 [ 306 ] {4d6277fd-b44c-4e0b-a113-14cede96a225} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
17805 2024.11.09 02:55:40.025297 [ 306 ] {4d6277fd-b44c-4e0b-a113-14cede96a225} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17806 2024.11.09 02:55:40.025447 [ 306 ] {4d6277fd-b44c-4e0b-a113-14cede96a225} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001728 sec., 39351.851851851854 rows/sec., 3.08 MiB/sec.
17807 2024.11.09 02:55:40.025591 [ 223 ] {} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
17808 2024.11.09 02:55:40.025669 [ 223 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
17809 2024.11.09 02:55:40.025721 [ 306 ] {4d6277fd-b44c-4e0b-a113-14cede96a225} <Debug> DynamicQueryHandler: Done processing query
17810 2024.11.09 02:55:40.025754 [ 306 ] {4d6277fd-b44c-4e0b-a113-14cede96a225} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
17811 2024.11.09 02:55:40.025783 [ 306 ] {} <Debug> HTTP-Session: ce52c653-915d-459b-aa79-f21bb4526b18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
17812 2024.11.09 02:55:40.026030 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55246, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17813 2024.11.09 02:55:40.026151 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61421, User-Agent: (none), Length: 31038, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17814 2024.11.09 02:55:40.026277 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17815 2024.11.09 02:55:40.026318 [ 292 ] {} <Debug> HTTP-Session: 546c8fa9-d8bb-4285-a630-490db71abcae Authenticating user 'default' from [fd00:1122:3344:101::d]:61421
17816 2024.11.09 02:55:40.026358 [ 292 ] {} <Debug> HTTP-Session: 546c8fa9-d8bb-4285-a630-490db71abcae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17817 2024.11.09 02:55:40.026385 [ 292 ] {} <Debug> HTTP-Session: 546c8fa9-d8bb-4285-a630-490db71abcae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17818 2024.11.09 02:55:40.026454 [ 292 ] {} <Trace> HTTP-Session: 546c8fa9-d8bb-4285-a630-490db71abcae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17819 2024.11.09 02:55:40.026706 [ 292 ] {2397c9d3-55b8-47c3-92ba-a7301378b77e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61421) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
17820 2024.11.09 02:55:40.026803 [ 292 ] {2397c9d3-55b8-47c3-92ba-a7301378b77e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17821 2024.11.09 02:55:40.027120 [ 292 ] {2397c9d3-55b8-47c3-92ba-a7301378b77e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
17822 2024.11.09 02:55:40.027702 [ 292 ] {2397c9d3-55b8-47c3-92ba-a7301378b77e} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17823 2024.11.09 02:55:40.027751 [ 292 ] {2397c9d3-55b8-47c3-92ba-a7301378b77e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB.
17824 2024.11.09 02:55:40.028312 [ 292 ] {2397c9d3-55b8-47c3-92ba-a7301378b77e} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
17825 2024.11.09 02:55:40.028451 [ 223 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
17826 2024.11.09 02:55:40.028970 [ 292 ] {2397c9d3-55b8-47c3-92ba-a7301378b77e} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17827 2024.11.09 02:55:40.029187 [ 292 ] {2397c9d3-55b8-47c3-92ba-a7301378b77e} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.002597 sec., 62379.66884867154 rows/sec., 4.34 MiB/sec.
17828 2024.11.09 02:55:40.029428 [ 292 ] {2397c9d3-55b8-47c3-92ba-a7301378b77e} <Debug> DynamicQueryHandler: Done processing query
17829 2024.11.09 02:55:40.029456 [ 292 ] {2397c9d3-55b8-47c3-92ba-a7301378b77e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
17830 2024.11.09 02:55:40.029473 [ 292 ] {} <Debug> HTTP-Session: 546c8fa9-d8bb-4285-a630-490db71abcae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
17831 2024.11.09 02:55:40.029637 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61421, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17832 2024.11.09 02:55:40.029746 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50240, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17833 2024.11.09 02:55:40.029819 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17834 2024.11.09 02:55:40.029844 [ 306 ] {} <Debug> HTTP-Session: 2d5ae5dd-08fe-4251-983d-12d5f617f4b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50240
17835 2024.11.09 02:55:40.029868 [ 306 ] {} <Debug> HTTP-Session: 2d5ae5dd-08fe-4251-983d-12d5f617f4b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17836 2024.11.09 02:55:40.029886 [ 306 ] {} <Debug> HTTP-Session: 2d5ae5dd-08fe-4251-983d-12d5f617f4b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17837 2024.11.09 02:55:40.029935 [ 306 ] {} <Trace> HTTP-Session: 2d5ae5dd-08fe-4251-983d-12d5f617f4b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17838 2024.11.09 02:55:40.030095 [ 306 ] {938414e6-dd7f-43a9-aae0-4817d9b8cd2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50240) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
17839 2024.11.09 02:55:40.030154 [ 306 ] {938414e6-dd7f-43a9-aae0-4817d9b8cd2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17840 2024.11.09 02:55:40.030346 [ 306 ] {938414e6-dd7f-43a9-aae0-4817d9b8cd2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
17841 2024.11.09 02:55:40.030662 [ 306 ] {938414e6-dd7f-43a9-aae0-4817d9b8cd2c} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17842 2024.11.09 02:55:40.030699 [ 306 ] {938414e6-dd7f-43a9-aae0-4817d9b8cd2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB.
17843 2024.11.09 02:55:40.031087 [ 306 ] {938414e6-dd7f-43a9-aae0-4817d9b8cd2c} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
17844 2024.11.09 02:55:40.031438 [ 306 ] {938414e6-dd7f-43a9-aae0-4817d9b8cd2c} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17845 2024.11.09 02:55:40.031589 [ 306 ] {938414e6-dd7f-43a9-aae0-4817d9b8cd2c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001551 sec., 38684.71953578336 rows/sec., 2.61 MiB/sec.
17846 2024.11.09 02:55:40.031769 [ 306 ] {938414e6-dd7f-43a9-aae0-4817d9b8cd2c} <Debug> DynamicQueryHandler: Done processing query
17847 2024.11.09 02:55:40.031794 [ 306 ] {938414e6-dd7f-43a9-aae0-4817d9b8cd2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
17848 2024.11.09 02:55:40.031810 [ 306 ] {} <Debug> HTTP-Session: 2d5ae5dd-08fe-4251-983d-12d5f617f4b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
17849 2024.11.09 02:55:40.032046 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50240, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17850 2024.11.09 02:55:40.581002 [ 222 ] {} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
17851 2024.11.09 02:55:40.581111 [ 222 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
17852 2024.11.09 02:55:40.583302 [ 222 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
17853 2024.11.09 02:55:41.230349 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
17854 2024.11.09 02:55:41.230402 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
17855 2024.11.09 02:55:41.232425 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
17856 2024.11.09 02:55:41.818610 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1596
17857 2024.11.09 02:55:41.821566 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17858 2024.11.09 02:55:41.821616 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB.
17859 2024.11.09 02:55:41.823180 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
17860 2024.11.09 02:55:41.824203 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17861 2024.11.09 02:55:41.824698 [ 225 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
17862 2024.11.09 02:55:41.825219 [ 225 ] {} <Debug> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
17863 2024.11.09 02:55:41.826077 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1596
17864 2024.11.09 02:55:41.827853 [ 225 ] {} <Debug> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
17865 2024.11.09 02:55:45.010130 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61421, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17866 2024.11.09 02:55:45.010263 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17867 2024.11.09 02:55:45.010295 [ 292 ] {} <Debug> HTTP-Session: 9372b986-f964-4416-bb8e-4e48587a22be Authenticating user 'default' from [fd00:1122:3344:101::d]:61421
17868 2024.11.09 02:55:45.010323 [ 292 ] {} <Debug> HTTP-Session: 9372b986-f964-4416-bb8e-4e48587a22be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17869 2024.11.09 02:55:45.010341 [ 292 ] {} <Debug> HTTP-Session: 9372b986-f964-4416-bb8e-4e48587a22be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17870 2024.11.09 02:55:45.010402 [ 292 ] {} <Trace> HTTP-Session: 9372b986-f964-4416-bb8e-4e48587a22be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17871 2024.11.09 02:55:45.010648 [ 292 ] {b9d4073b-57d9-423a-a9ae-bb1ae89cb81f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61421) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
17872 2024.11.09 02:55:45.010722 [ 292 ] {b9d4073b-57d9-423a-a9ae-bb1ae89cb81f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17873 2024.11.09 02:55:45.011084 [ 292 ] {b9d4073b-57d9-423a-a9ae-bb1ae89cb81f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
17874 2024.11.09 02:55:45.011658 [ 292 ] {b9d4073b-57d9-423a-a9ae-bb1ae89cb81f} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17875 2024.11.09 02:55:45.011709 [ 292 ] {b9d4073b-57d9-423a-a9ae-bb1ae89cb81f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB.
17876 2024.11.09 02:55:45.012157 [ 292 ] {b9d4073b-57d9-423a-a9ae-bb1ae89cb81f} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
17877 2024.11.09 02:55:45.012554 [ 292 ] {b9d4073b-57d9-423a-a9ae-bb1ae89cb81f} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17878 2024.11.09 02:55:45.012732 [ 292 ] {b9d4073b-57d9-423a-a9ae-bb1ae89cb81f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002154 sec., 25998.142989786444 rows/sec., 2.00 MiB/sec.
17879 2024.11.09 02:55:45.013083 [ 292 ] {b9d4073b-57d9-423a-a9ae-bb1ae89cb81f} <Debug> DynamicQueryHandler: Done processing query
17880 2024.11.09 02:55:45.013147 [ 292 ] {b9d4073b-57d9-423a-a9ae-bb1ae89cb81f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
17881 2024.11.09 02:55:45.013209 [ 292 ] {} <Debug> HTTP-Session: 9372b986-f964-4416-bb8e-4e48587a22be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
17882 2024.11.09 02:55:45.013564 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61421, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17883 2024.11.09 02:55:45.013676 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53873, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17884 2024.11.09 02:55:45.013801 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17885 2024.11.09 02:55:45.013830 [ 306 ] {} <Debug> HTTP-Session: f353a3b7-df94-4923-9ee8-4ba323eb7179 Authenticating user 'default' from [fd00:1122:3344:101::d]:53873
17886 2024.11.09 02:55:45.013859 [ 306 ] {} <Debug> HTTP-Session: f353a3b7-df94-4923-9ee8-4ba323eb7179 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17887 2024.11.09 02:55:45.013878 [ 306 ] {} <Debug> HTTP-Session: f353a3b7-df94-4923-9ee8-4ba323eb7179 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17888 2024.11.09 02:55:45.013940 [ 306 ] {} <Trace> HTTP-Session: f353a3b7-df94-4923-9ee8-4ba323eb7179 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17889 2024.11.09 02:55:45.014169 [ 306 ] {3eb1ea67-3abc-4fa6-a44d-1f01aea8cd6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53873) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
17890 2024.11.09 02:55:45.014246 [ 306 ] {3eb1ea67-3abc-4fa6-a44d-1f01aea8cd6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17891 2024.11.09 02:55:45.014640 [ 306 ] {3eb1ea67-3abc-4fa6-a44d-1f01aea8cd6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
17892 2024.11.09 02:55:45.015061 [ 306 ] {3eb1ea67-3abc-4fa6-a44d-1f01aea8cd6e} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17893 2024.11.09 02:55:45.015105 [ 306 ] {3eb1ea67-3abc-4fa6-a44d-1f01aea8cd6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB.
17894 2024.11.09 02:55:45.015541 [ 306 ] {3eb1ea67-3abc-4fa6-a44d-1f01aea8cd6e} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
17895 2024.11.09 02:55:45.015930 [ 306 ] {3eb1ea67-3abc-4fa6-a44d-1f01aea8cd6e} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17896 2024.11.09 02:55:45.016105 [ 306 ] {3eb1ea67-3abc-4fa6-a44d-1f01aea8cd6e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002016 sec., 31746.031746031746 rows/sec., 2.48 MiB/sec.
17897 2024.11.09 02:55:45.016414 [ 306 ] {3eb1ea67-3abc-4fa6-a44d-1f01aea8cd6e} <Debug> DynamicQueryHandler: Done processing query
17898 2024.11.09 02:55:45.016470 [ 306 ] {3eb1ea67-3abc-4fa6-a44d-1f01aea8cd6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
17899 2024.11.09 02:55:45.016541 [ 306 ] {} <Debug> HTTP-Session: f353a3b7-df94-4923-9ee8-4ba323eb7179 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
17900 2024.11.09 02:55:45.016800 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53873, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17901 2024.11.09 02:55:45.016901 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32798, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17902 2024.11.09 02:55:45.016969 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17903 2024.11.09 02:55:45.016990 [ 292 ] {} <Debug> HTTP-Session: b6660e02-1ad4-4b26-b61b-bbfaf13e659e Authenticating user 'default' from [fd00:1122:3344:101::d]:32798
17904 2024.11.09 02:55:45.017011 [ 292 ] {} <Debug> HTTP-Session: b6660e02-1ad4-4b26-b61b-bbfaf13e659e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17905 2024.11.09 02:55:45.017026 [ 292 ] {} <Debug> HTTP-Session: b6660e02-1ad4-4b26-b61b-bbfaf13e659e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17906 2024.11.09 02:55:45.017071 [ 292 ] {} <Trace> HTTP-Session: b6660e02-1ad4-4b26-b61b-bbfaf13e659e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17907 2024.11.09 02:55:45.017260 [ 292 ] {5db8f722-ba70-4a95-aa4c-2ca0a3fdb1a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32798) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
17908 2024.11.09 02:55:45.017320 [ 292 ] {5db8f722-ba70-4a95-aa4c-2ca0a3fdb1a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17909 2024.11.09 02:55:45.017511 [ 292 ] {5db8f722-ba70-4a95-aa4c-2ca0a3fdb1a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
17910 2024.11.09 02:55:45.017893 [ 292 ] {5db8f722-ba70-4a95-aa4c-2ca0a3fdb1a4} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17911 2024.11.09 02:55:45.017933 [ 292 ] {5db8f722-ba70-4a95-aa4c-2ca0a3fdb1a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB.
17912 2024.11.09 02:55:45.018350 [ 292 ] {5db8f722-ba70-4a95-aa4c-2ca0a3fdb1a4} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
17913 2024.11.09 02:55:45.018706 [ 292 ] {5db8f722-ba70-4a95-aa4c-2ca0a3fdb1a4} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17914 2024.11.09 02:55:45.018875 [ 292 ] {5db8f722-ba70-4a95-aa4c-2ca0a3fdb1a4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001693 sec., 94506.79267572357 rows/sec., 6.58 MiB/sec.
17915 2024.11.09 02:55:45.019073 [ 292 ] {5db8f722-ba70-4a95-aa4c-2ca0a3fdb1a4} <Debug> DynamicQueryHandler: Done processing query
17916 2024.11.09 02:55:45.019100 [ 292 ] {5db8f722-ba70-4a95-aa4c-2ca0a3fdb1a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
17917 2024.11.09 02:55:45.019116 [ 292 ] {} <Debug> HTTP-Session: b6660e02-1ad4-4b26-b61b-bbfaf13e659e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
17918 2024.11.09 02:55:45.019334 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53873, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17919 2024.11.09 02:55:45.019355 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32798, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17920 2024.11.09 02:55:45.019428 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17921 2024.11.09 02:55:45.019469 [ 306 ] {} <Debug> HTTP-Session: 8ade6a36-2b7b-4ca9-b038-7a82f483a4c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:53873
17922 2024.11.09 02:55:45.019494 [ 306 ] {} <Debug> HTTP-Session: 8ade6a36-2b7b-4ca9-b038-7a82f483a4c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17923 2024.11.09 02:55:45.019513 [ 306 ] {} <Debug> HTTP-Session: 8ade6a36-2b7b-4ca9-b038-7a82f483a4c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17924 2024.11.09 02:55:45.019568 [ 306 ] {} <Trace> HTTP-Session: 8ade6a36-2b7b-4ca9-b038-7a82f483a4c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17925 2024.11.09 02:55:45.019719 [ 306 ] {f2890513-9ac0-4209-9a7b-ef56dff7ff6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53873) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
17926 2024.11.09 02:55:45.019769 [ 306 ] {f2890513-9ac0-4209-9a7b-ef56dff7ff6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17927 2024.11.09 02:55:45.019931 [ 306 ] {f2890513-9ac0-4209-9a7b-ef56dff7ff6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
17928 2024.11.09 02:55:45.020302 [ 306 ] {f2890513-9ac0-4209-9a7b-ef56dff7ff6e} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17929 2024.11.09 02:55:45.020340 [ 306 ] {f2890513-9ac0-4209-9a7b-ef56dff7ff6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB.
17930 2024.11.09 02:55:45.020718 [ 306 ] {f2890513-9ac0-4209-9a7b-ef56dff7ff6e} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
17931 2024.11.09 02:55:45.021057 [ 306 ] {f2890513-9ac0-4209-9a7b-ef56dff7ff6e} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17932 2024.11.09 02:55:45.021209 [ 306 ] {f2890513-9ac0-4209-9a7b-ef56dff7ff6e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00153 sec., 39215.686274509804 rows/sec., 2.64 MiB/sec.
17933 2024.11.09 02:55:45.021387 [ 306 ] {f2890513-9ac0-4209-9a7b-ef56dff7ff6e} <Debug> DynamicQueryHandler: Done processing query
17934 2024.11.09 02:55:45.021413 [ 306 ] {f2890513-9ac0-4209-9a7b-ef56dff7ff6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
17935 2024.11.09 02:55:45.021430 [ 306 ] {} <Debug> HTTP-Session: 8ade6a36-2b7b-4ca9-b038-7a82f483a4c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
17936 2024.11.09 02:55:45.021711 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53873, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17937 2024.11.09 02:55:46.423391 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache
17938 2024.11.09 02:55:46.423462 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache
17939 2024.11.09 02:55:50.016408 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44663, User-Agent: (none), Length: 41147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17940 2024.11.09 02:55:50.016528 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17941 2024.11.09 02:55:50.016553 [ 306 ] {} <Debug> HTTP-Session: 75d4f608-273d-4f5e-b1c9-268bb6966cff Authenticating user 'default' from [fd00:1122:3344:101::d]:44663
17942 2024.11.09 02:55:50.016578 [ 306 ] {} <Debug> HTTP-Session: 75d4f608-273d-4f5e-b1c9-268bb6966cff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17943 2024.11.09 02:55:50.016593 [ 306 ] {} <Debug> HTTP-Session: 75d4f608-273d-4f5e-b1c9-268bb6966cff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17944 2024.11.09 02:55:50.016645 [ 306 ] {} <Trace> HTTP-Session: 75d4f608-273d-4f5e-b1c9-268bb6966cff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17945 2024.11.09 02:55:50.016915 [ 306 ] {c2416bcd-b8d7-4d37-9d0f-a399669ca2be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44663) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
17946 2024.11.09 02:55:50.016983 [ 306 ] {c2416bcd-b8d7-4d37-9d0f-a399669ca2be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17947 2024.11.09 02:55:50.017321 [ 306 ] {c2416bcd-b8d7-4d37-9d0f-a399669ca2be} <Trace> ParallelParsingInputFormat: Parallel parsing is used
17948 2024.11.09 02:55:50.017977 [ 306 ] {c2416bcd-b8d7-4d37-9d0f-a399669ca2be} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17949 2024.11.09 02:55:50.018019 [ 306 ] {c2416bcd-b8d7-4d37-9d0f-a399669ca2be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB.
17950 2024.11.09 02:55:50.018489 [ 306 ] {c2416bcd-b8d7-4d37-9d0f-a399669ca2be} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
17951 2024.11.09 02:55:50.018880 [ 306 ] {c2416bcd-b8d7-4d37-9d0f-a399669ca2be} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17952 2024.11.09 02:55:50.019048 [ 306 ] {c2416bcd-b8d7-4d37-9d0f-a399669ca2be} <Debug> executeQuery: Read 271 rows, 24.70 KiB in 0.002253 sec., 120284.06569019087 rows/sec., 10.71 MiB/sec.
17953 2024.11.09 02:55:50.019271 [ 306 ] {c2416bcd-b8d7-4d37-9d0f-a399669ca2be} <Debug> DynamicQueryHandler: Done processing query
17954 2024.11.09 02:55:50.019298 [ 306 ] {c2416bcd-b8d7-4d37-9d0f-a399669ca2be} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
17955 2024.11.09 02:55:50.019316 [ 306 ] {} <Debug> HTTP-Session: 75d4f608-273d-4f5e-b1c9-268bb6966cff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
17956 2024.11.09 02:55:50.019573 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44663, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17957 2024.11.09 02:55:50.019684 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57069, User-Agent: (none), Length: 5927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17958 2024.11.09 02:55:50.019797 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17959 2024.11.09 02:55:50.019821 [ 292 ] {} <Debug> HTTP-Session: 2217c3bd-6409-40d2-a536-86f45ac7168e Authenticating user 'default' from [fd00:1122:3344:101::d]:57069
17960 2024.11.09 02:55:50.019847 [ 292 ] {} <Debug> HTTP-Session: 2217c3bd-6409-40d2-a536-86f45ac7168e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17961 2024.11.09 02:55:50.019861 [ 292 ] {} <Debug> HTTP-Session: 2217c3bd-6409-40d2-a536-86f45ac7168e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17962 2024.11.09 02:55:50.019916 [ 292 ] {} <Trace> HTTP-Session: 2217c3bd-6409-40d2-a536-86f45ac7168e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17963 2024.11.09 02:55:50.020116 [ 292 ] {429cea36-c27a-4950-bc2f-665ffee39b04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57069) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
17964 2024.11.09 02:55:50.020184 [ 292 ] {429cea36-c27a-4950-bc2f-665ffee39b04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
17965 2024.11.09 02:55:50.020531 [ 292 ] {429cea36-c27a-4950-bc2f-665ffee39b04} <Trace> ParallelParsingInputFormat: Parallel parsing is used
17966 2024.11.09 02:55:50.020963 [ 292 ] {429cea36-c27a-4950-bc2f-665ffee39b04} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17967 2024.11.09 02:55:50.021012 [ 292 ] {429cea36-c27a-4950-bc2f-665ffee39b04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB.
17968 2024.11.09 02:55:50.021447 [ 292 ] {429cea36-c27a-4950-bc2f-665ffee39b04} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
17969 2024.11.09 02:55:50.021841 [ 292 ] {429cea36-c27a-4950-bc2f-665ffee39b04} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17970 2024.11.09 02:55:50.022022 [ 292 ] {429cea36-c27a-4950-bc2f-665ffee39b04} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001962 sec., 20897.04383282365 rows/sec., 1.53 MiB/sec.
17971 2024.11.09 02:55:50.022245 [ 292 ] {429cea36-c27a-4950-bc2f-665ffee39b04} <Debug> DynamicQueryHandler: Done processing query
17972 2024.11.09 02:55:50.022274 [ 292 ] {429cea36-c27a-4950-bc2f-665ffee39b04} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
17973 2024.11.09 02:55:50.022291 [ 292 ] {} <Debug> HTTP-Session: 2217c3bd-6409-40d2-a536-86f45ac7168e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
17974 2024.11.09 02:55:50.022486 [ 292 ] {} <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)
17975 2024.11.09 02:55:50.022486 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44663, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17976 2024.11.09 02:55:50.022598 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17977 2024.11.09 02:55:50.022634 [ 306 ] {} <Debug> HTTP-Session: 5436c1ba-014e-4cbb-880d-9c9362f80835 Authenticating user 'default' from [fd00:1122:3344:101::d]:44663
17978 2024.11.09 02:55:50.022660 [ 306 ] {} <Debug> HTTP-Session: 5436c1ba-014e-4cbb-880d-9c9362f80835 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17979 2024.11.09 02:55:50.022680 [ 306 ] {} <Debug> HTTP-Session: 5436c1ba-014e-4cbb-880d-9c9362f80835 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17980 2024.11.09 02:55:50.022726 [ 306 ] {} <Trace> HTTP-Session: 5436c1ba-014e-4cbb-880d-9c9362f80835 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17981 2024.11.09 02:55:50.022862 [ 306 ] {9a691fef-fd64-48e1-a8a9-3cb1cc27e287} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44663) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
17982 2024.11.09 02:55:50.022910 [ 306 ] {9a691fef-fd64-48e1-a8a9-3cb1cc27e287} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
17983 2024.11.09 02:55:50.023173 [ 306 ] {9a691fef-fd64-48e1-a8a9-3cb1cc27e287} <Trace> ParallelParsingInputFormat: Parallel parsing is used
17984 2024.11.09 02:55:50.023509 [ 306 ] {9a691fef-fd64-48e1-a8a9-3cb1cc27e287} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17985 2024.11.09 02:55:50.023547 [ 306 ] {9a691fef-fd64-48e1-a8a9-3cb1cc27e287} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB.
17986 2024.11.09 02:55:50.023917 [ 306 ] {9a691fef-fd64-48e1-a8a9-3cb1cc27e287} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
17987 2024.11.09 02:55:50.024287 [ 306 ] {9a691fef-fd64-48e1-a8a9-3cb1cc27e287} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17988 2024.11.09 02:55:50.024444 [ 306 ] {9a691fef-fd64-48e1-a8a9-3cb1cc27e287} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001611 sec., 8690.254500310366 rows/sec., 608.61 KiB/sec.
17989 2024.11.09 02:55:50.024623 [ 306 ] {9a691fef-fd64-48e1-a8a9-3cb1cc27e287} <Debug> DynamicQueryHandler: Done processing query
17990 2024.11.09 02:55:50.024648 [ 306 ] {9a691fef-fd64-48e1-a8a9-3cb1cc27e287} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
17991 2024.11.09 02:55:50.024664 [ 306 ] {} <Debug> HTTP-Session: 5436c1ba-014e-4cbb-880d-9c9362f80835 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
17992 2024.11.09 02:55:50.024800 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44663, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17993 2024.11.09 02:55:50.024898 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55801, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
17994 2024.11.09 02:55:50.024971 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
17995 2024.11.09 02:55:50.024997 [ 292 ] {} <Debug> HTTP-Session: e8d4b546-8b04-48da-af55-a8be040c02c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55801
17996 2024.11.09 02:55:50.025020 [ 292 ] {} <Debug> HTTP-Session: e8d4b546-8b04-48da-af55-a8be040c02c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
17997 2024.11.09 02:55:50.025037 [ 292 ] {} <Debug> HTTP-Session: e8d4b546-8b04-48da-af55-a8be040c02c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
17998 2024.11.09 02:55:50.025085 [ 292 ] {} <Trace> HTTP-Session: e8d4b546-8b04-48da-af55-a8be040c02c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17999 2024.11.09 02:55:50.025228 [ 292 ] {c94adcb1-cb5e-4fc5-89d0-87dcdf1e2c2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55801) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
18000 2024.11.09 02:55:50.025289 [ 292 ] {c94adcb1-cb5e-4fc5-89d0-87dcdf1e2c2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
18001 2024.11.09 02:55:50.025611 [ 292 ] {c94adcb1-cb5e-4fc5-89d0-87dcdf1e2c2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
18002 2024.11.09 02:55:50.025951 [ 292 ] {c94adcb1-cb5e-4fc5-89d0-87dcdf1e2c2e} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18003 2024.11.09 02:55:50.025989 [ 292 ] {c94adcb1-cb5e-4fc5-89d0-87dcdf1e2c2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB.
18004 2024.11.09 02:55:50.026363 [ 292 ] {c94adcb1-cb5e-4fc5-89d0-87dcdf1e2c2e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
18005 2024.11.09 02:55:50.026748 [ 292 ] {c94adcb1-cb5e-4fc5-89d0-87dcdf1e2c2e} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18006 2024.11.09 02:55:50.026909 [ 292 ] {c94adcb1-cb5e-4fc5-89d0-87dcdf1e2c2e} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001713 sec., 3502.626970227671 rows/sec., 206.94 KiB/sec.
18007 2024.11.09 02:55:50.027130 [ 292 ] {c94adcb1-cb5e-4fc5-89d0-87dcdf1e2c2e} <Debug> DynamicQueryHandler: Done processing query
18008 2024.11.09 02:55:50.027158 [ 292 ] {c94adcb1-cb5e-4fc5-89d0-87dcdf1e2c2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
18009 2024.11.09 02:55:50.027174 [ 292 ] {} <Debug> HTTP-Session: e8d4b546-8b04-48da-af55-a8be040c02c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
18010 2024.11.09 02:55:50.027365 [ 292 ] {} <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)
18011 2024.11.09 02:55:50.027446 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44663, User-Agent: (none), Length: 68708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18012 2024.11.09 02:55:50.027522 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
18013 2024.11.09 02:55:50.027545 [ 306 ] {} <Debug> HTTP-Session: 37f8ca9b-e36c-45d8-bc0f-7dcc1935d4ab Authenticating user 'default' from [fd00:1122:3344:101::d]:44663
18014 2024.11.09 02:55:50.027565 [ 306 ] {} <Debug> HTTP-Session: 37f8ca9b-e36c-45d8-bc0f-7dcc1935d4ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
18015 2024.11.09 02:55:50.027580 [ 306 ] {} <Debug> HTTP-Session: 37f8ca9b-e36c-45d8-bc0f-7dcc1935d4ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
18016 2024.11.09 02:55:50.027619 [ 306 ] {} <Trace> HTTP-Session: 37f8ca9b-e36c-45d8-bc0f-7dcc1935d4ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18017 2024.11.09 02:55:50.027877 [ 306 ] {a02f1a05-a847-466c-88ef-721dfa5e2297} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44663) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
18018 2024.11.09 02:55:50.027928 [ 306 ] {a02f1a05-a847-466c-88ef-721dfa5e2297} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
18019 2024.11.09 02:55:50.028199 [ 306 ] {a02f1a05-a847-466c-88ef-721dfa5e2297} <Trace> ParallelParsingInputFormat: Parallel parsing is used
18020 2024.11.09 02:55:50.028798 [ 306 ] {a02f1a05-a847-466c-88ef-721dfa5e2297} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18021 2024.11.09 02:55:50.028837 [ 306 ] {a02f1a05-a847-466c-88ef-721dfa5e2297} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB.
18022 2024.11.09 02:55:50.029260 [ 306 ] {a02f1a05-a847-466c-88ef-721dfa5e2297} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
18023 2024.11.09 02:55:50.029657 [ 306 ] {a02f1a05-a847-466c-88ef-721dfa5e2297} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18024 2024.11.09 02:55:50.029810 [ 306 ] {a02f1a05-a847-466c-88ef-721dfa5e2297} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002061 sec., 205240.17467248908 rows/sec., 14.67 MiB/sec.
18025 2024.11.09 02:55:50.030017 [ 306 ] {a02f1a05-a847-466c-88ef-721dfa5e2297} <Debug> DynamicQueryHandler: Done processing query
18026 2024.11.09 02:55:50.030056 [ 306 ] {a02f1a05-a847-466c-88ef-721dfa5e2297} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
18027 2024.11.09 02:55:50.030090 [ 306 ] {} <Debug> HTTP-Session: 37f8ca9b-e36c-45d8-bc0f-7dcc1935d4ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
18028 2024.11.09 02:55:50.030349 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44663, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18029 2024.11.09 02:55:50.030396 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62176, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18030 2024.11.09 02:55:50.030484 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
18031 2024.11.09 02:55:50.030517 [ 292 ] {} <Debug> HTTP-Session: 429f51cb-2e8b-46bc-826b-02e82a4805fe Authenticating user 'default' from [fd00:1122:3344:101::d]:62176
18032 2024.11.09 02:55:50.030541 [ 292 ] {} <Debug> HTTP-Session: 429f51cb-2e8b-46bc-826b-02e82a4805fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
18033 2024.11.09 02:55:50.030560 [ 292 ] {} <Debug> HTTP-Session: 429f51cb-2e8b-46bc-826b-02e82a4805fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
18034 2024.11.09 02:55:50.030608 [ 292 ] {} <Trace> HTTP-Session: 429f51cb-2e8b-46bc-826b-02e82a4805fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18035 2024.11.09 02:55:50.030740 [ 292 ] {8b9d8ee3-7820-45b1-add4-2ff7e50647c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62176) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
18036 2024.11.09 02:55:50.030799 [ 292 ] {8b9d8ee3-7820-45b1-add4-2ff7e50647c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
18037 2024.11.09 02:55:50.030966 [ 292 ] {8b9d8ee3-7820-45b1-add4-2ff7e50647c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
18038 2024.11.09 02:55:50.031249 [ 292 ] {8b9d8ee3-7820-45b1-add4-2ff7e50647c7} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18039 2024.11.09 02:55:50.031285 [ 292 ] {8b9d8ee3-7820-45b1-add4-2ff7e50647c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB.
18040 2024.11.09 02:55:50.031652 [ 292 ] {8b9d8ee3-7820-45b1-add4-2ff7e50647c7} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
18041 2024.11.09 02:55:50.031988 [ 292 ] {8b9d8ee3-7820-45b1-add4-2ff7e50647c7} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18042 2024.11.09 02:55:50.032144 [ 292 ] {8b9d8ee3-7820-45b1-add4-2ff7e50647c7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001436 sec., 4178.272980501392 rows/sec., 218.30 KiB/sec.
18043 2024.11.09 02:55:50.032365 [ 292 ] {8b9d8ee3-7820-45b1-add4-2ff7e50647c7} <Debug> DynamicQueryHandler: Done processing query
18044 2024.11.09 02:55:50.032394 [ 292 ] {8b9d8ee3-7820-45b1-add4-2ff7e50647c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
18045 2024.11.09 02:55:50.032415 [ 292 ] {} <Debug> HTTP-Session: 429f51cb-2e8b-46bc-826b-02e82a4805fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
18046 2024.11.09 02:55:50.032610 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62176, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18047 2024.11.09 02:55:50.032746 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65084, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18048 2024.11.09 02:55:50.032811 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
18049 2024.11.09 02:55:50.032833 [ 306 ] {} <Debug> HTTP-Session: 762a5a07-4f1d-40b5-9978-4b4b7b97d208 Authenticating user 'default' from [fd00:1122:3344:101::d]:65084
18050 2024.11.09 02:55:50.032854 [ 306 ] {} <Debug> HTTP-Session: 762a5a07-4f1d-40b5-9978-4b4b7b97d208 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
18051 2024.11.09 02:55:50.032872 [ 306 ] {} <Debug> HTTP-Session: 762a5a07-4f1d-40b5-9978-4b4b7b97d208 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
18052 2024.11.09 02:55:50.032919 [ 306 ] {} <Trace> HTTP-Session: 762a5a07-4f1d-40b5-9978-4b4b7b97d208 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18053 2024.11.09 02:55:50.033179 [ 306 ] {a183b38e-6e46-4a26-af84-9758a07b45b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65084) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
18054 2024.11.09 02:55:50.033239 [ 306 ] {a183b38e-6e46-4a26-af84-9758a07b45b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
18055 2024.11.09 02:55:50.033452 [ 306 ] {a183b38e-6e46-4a26-af84-9758a07b45b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
18056 2024.11.09 02:55:50.033984 [ 306 ] {a183b38e-6e46-4a26-af84-9758a07b45b0} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18057 2024.11.09 02:55:50.034022 [ 306 ] {a183b38e-6e46-4a26-af84-9758a07b45b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB.
18058 2024.11.09 02:55:50.034450 [ 306 ] {a183b38e-6e46-4a26-af84-9758a07b45b0} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
18059 2024.11.09 02:55:50.034840 [ 306 ] {a183b38e-6e46-4a26-af84-9758a07b45b0} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18060 2024.11.09 02:55:50.034994 [ 306 ] {a183b38e-6e46-4a26-af84-9758a07b45b0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001956 sec., 121165.64417177915 rows/sec., 8.12 MiB/sec.
18061 2024.11.09 02:55:50.035198 [ 306 ] {a183b38e-6e46-4a26-af84-9758a07b45b0} <Debug> DynamicQueryHandler: Done processing query
18062 2024.11.09 02:55:50.035225 [ 306 ] {a183b38e-6e46-4a26-af84-9758a07b45b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
18063 2024.11.09 02:55:50.035243 [ 306 ] {} <Debug> HTTP-Session: 762a5a07-4f1d-40b5-9978-4b4b7b97d208 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
18064 2024.11.09 02:55:50.035470 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62176, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18065 2024.11.09 02:55:50.035482 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65084, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18066 2024.11.09 02:55:50.035568 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
18067 2024.11.09 02:55:50.035604 [ 292 ] {} <Debug> HTTP-Session: ad5562e8-8562-4eca-b313-0aeff3dcb088 Authenticating user 'default' from [fd00:1122:3344:101::d]:62176
18068 2024.11.09 02:55:50.035628 [ 292 ] {} <Debug> HTTP-Session: ad5562e8-8562-4eca-b313-0aeff3dcb088 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
18069 2024.11.09 02:55:50.035652 [ 292 ] {} <Debug> HTTP-Session: ad5562e8-8562-4eca-b313-0aeff3dcb088 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
18070 2024.11.09 02:55:50.035700 [ 292 ] {} <Trace> HTTP-Session: ad5562e8-8562-4eca-b313-0aeff3dcb088 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18071 2024.11.09 02:55:50.035819 [ 292 ] {6c479197-7a1f-48e6-b3af-9a1e50e23248} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62176) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
18072 2024.11.09 02:55:50.035874 [ 292 ] {6c479197-7a1f-48e6-b3af-9a1e50e23248} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
18073 2024.11.09 02:55:50.036039 [ 292 ] {6c479197-7a1f-48e6-b3af-9a1e50e23248} <Trace> ParallelParsingInputFormat: Parallel parsing is used
18074 2024.11.09 02:55:50.036394 [ 292 ] {6c479197-7a1f-48e6-b3af-9a1e50e23248} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18075 2024.11.09 02:55:50.036431 [ 292 ] {6c479197-7a1f-48e6-b3af-9a1e50e23248} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB.
18076 2024.11.09 02:55:50.036809 [ 292 ] {6c479197-7a1f-48e6-b3af-9a1e50e23248} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
18077 2024.11.09 02:55:50.037158 [ 292 ] {6c479197-7a1f-48e6-b3af-9a1e50e23248} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18078 2024.11.09 02:55:50.037290 [ 292 ] {6c479197-7a1f-48e6-b3af-9a1e50e23248} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001496 sec., 668.4491978609626 rows/sec., 45.04 KiB/sec.
18079 2024.11.09 02:55:50.037586 [ 292 ] {6c479197-7a1f-48e6-b3af-9a1e50e23248} <Debug> DynamicQueryHandler: Done processing query
18080 2024.11.09 02:55:50.037627 [ 292 ] {6c479197-7a1f-48e6-b3af-9a1e50e23248} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
18081 2024.11.09 02:55:50.037645 [ 292 ] {} <Debug> HTTP-Session: ad5562e8-8562-4eca-b313-0aeff3dcb088 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
18082 2024.11.09 02:55:50.037810 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62176, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18083 2024.11.09 02:55:50.037945 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49655, User-Agent: (none), Length: 69100, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18084 2024.11.09 02:55:50.038009 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
18085 2024.11.09 02:55:50.038031 [ 306 ] {} <Debug> HTTP-Session: 44c7b494-1565-44ed-81e2-c297d1a80b2f Authenticating user 'default' from [fd00:1122:3344:101::d]:49655
18086 2024.11.09 02:55:50.038048 [ 306 ] {} <Debug> HTTP-Session: 44c7b494-1565-44ed-81e2-c297d1a80b2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
18087 2024.11.09 02:55:50.038063 [ 306 ] {} <Debug> HTTP-Session: 44c7b494-1565-44ed-81e2-c297d1a80b2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
18088 2024.11.09 02:55:50.038102 [ 306 ] {} <Trace> HTTP-Session: 44c7b494-1565-44ed-81e2-c297d1a80b2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18089 2024.11.09 02:55:50.038562 [ 306 ] {454ea6d4-f0a9-409f-9734-55377c082793} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49655) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
18090 2024.11.09 02:55:50.038642 [ 306 ] {454ea6d4-f0a9-409f-9734-55377c082793} <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
18091 2024.11.09 02:55:50.039127 [ 306 ] {454ea6d4-f0a9-409f-9734-55377c082793} <Trace> ParallelParsingInputFormat: Parallel parsing is used
18092 2024.11.09 02:55:50.039985 [ 306 ] {454ea6d4-f0a9-409f-9734-55377c082793} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18093 2024.11.09 02:55:50.040021 [ 306 ] {454ea6d4-f0a9-409f-9734-55377c082793} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB.
18094 2024.11.09 02:55:50.040725 [ 306 ] {454ea6d4-f0a9-409f-9734-55377c082793} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
18095 2024.11.09 02:55:50.041185 [ 306 ] {454ea6d4-f0a9-409f-9734-55377c082793} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18096 2024.11.09 02:55:50.041378 [ 306 ] {454ea6d4-f0a9-409f-9734-55377c082793} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003139 sec., 13061.484549219496 rows/sec., 23.41 MiB/sec.
18097 2024.11.09 02:55:50.041464 [ 222 ] {} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
18098 2024.11.09 02:55:50.041553 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
18099 2024.11.09 02:55:50.041786 [ 306 ] {454ea6d4-f0a9-409f-9734-55377c082793} <Debug> DynamicQueryHandler: Done processing query
18100 2024.11.09 02:55:50.041818 [ 306 ] {454ea6d4-f0a9-409f-9734-55377c082793} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB.
18101 2024.11.09 02:55:50.041839 [ 306 ] {} <Debug> HTTP-Session: 44c7b494-1565-44ed-81e2-c297d1a80b2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
18102 2024.11.09 02:55:50.042055 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49655, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18103 2024.11.09 02:55:50.042087 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62176, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18104 2024.11.09 02:55:50.042240 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
18105 2024.11.09 02:55:50.042332 [ 292 ] {} <Debug> HTTP-Session: a2d82adb-0b2b-4717-9adf-5e405f2e337c Authenticating user 'default' from [fd00:1122:3344:101::d]:62176
18106 2024.11.09 02:55:50.042369 [ 292 ] {} <Debug> HTTP-Session: a2d82adb-0b2b-4717-9adf-5e405f2e337c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
18107 2024.11.09 02:55:50.042424 [ 292 ] {} <Debug> HTTP-Session: a2d82adb-0b2b-4717-9adf-5e405f2e337c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
18108 2024.11.09 02:55:50.042523 [ 292 ] {} <Trace> HTTP-Session: a2d82adb-0b2b-4717-9adf-5e405f2e337c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18109 2024.11.09 02:55:50.042744 [ 292 ] {597aed58-818e-4ba8-afdd-163070f3ed19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62176) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
18110 2024.11.09 02:55:50.042837 [ 292 ] {597aed58-818e-4ba8-afdd-163070f3ed19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
18111 2024.11.09 02:55:50.043335 [ 292 ] {597aed58-818e-4ba8-afdd-163070f3ed19} <Trace> ParallelParsingInputFormat: Parallel parsing is used
18112 2024.11.09 02:55:50.044034 [ 292 ] {597aed58-818e-4ba8-afdd-163070f3ed19} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18113 2024.11.09 02:55:50.044073 [ 292 ] {597aed58-818e-4ba8-afdd-163070f3ed19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB.
18114 2024.11.09 02:55:50.044730 [ 292 ] {597aed58-818e-4ba8-afdd-163070f3ed19} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
18115 2024.11.09 02:55:50.045405 [ 292 ] {597aed58-818e-4ba8-afdd-163070f3ed19} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18116 2024.11.09 02:55:50.045720 [ 292 ] {597aed58-818e-4ba8-afdd-163070f3ed19} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003055 sec., 26841.24386252046 rows/sec., 1.70 MiB/sec.
18117 2024.11.09 02:55:50.045829 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
18118 2024.11.09 02:55:50.046343 [ 292 ] {597aed58-818e-4ba8-afdd-163070f3ed19} <Debug> DynamicQueryHandler: Done processing query
18119 2024.11.09 02:55:50.046460 [ 292 ] {597aed58-818e-4ba8-afdd-163070f3ed19} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
18120 2024.11.09 02:55:50.046575 [ 292 ] {} <Debug> HTTP-Session: a2d82adb-0b2b-4717-9adf-5e405f2e337c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
18121 2024.11.09 02:55:50.047442 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62176, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18122 2024.11.09 02:55:50.986296 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36058, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18123 2024.11.09 02:55:51.226779 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54248, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18124 2024.11.09 02:55:51.277251 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38729, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18125 2024.11.09 02:55:51.291675 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54031, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18126 2024.11.09 02:55:51.300091 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53959, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18127 2024.11.09 02:55:51.360470 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62894, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18128 2024.11.09 02:55:51.382875 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40097, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18129 2024.11.09 02:55:51.393213 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47240, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18130 2024.11.09 02:55:51.500501 [ 218 ] {} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
18131 2024.11.09 02:55:51.500546 [ 218 ] {} <Debug> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
18132 2024.11.09 02:55:51.502603 [ 218 ] {} <Debug> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
18133 2024.11.09 02:55:51.826317 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1624
18134 2024.11.09 02:55:51.829136 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18135 2024.11.09 02:55:51.829182 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB.
18136 2024.11.09 02:55:51.830758 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
18137 2024.11.09 02:55:51.831808 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18138 2024.11.09 02:55:51.832279 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1624
18139 2024.11.09 02:55:55.009204 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64790, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18140 2024.11.09 02:55:55.009328 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
18141 2024.11.09 02:55:55.009354 [ 271 ] {} <Debug> HTTP-Session: 24796b9f-a5f4-4517-8350-cbb3b661d0f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64790
18142 2024.11.09 02:55:55.009379 [ 271 ] {} <Debug> HTTP-Session: 24796b9f-a5f4-4517-8350-cbb3b661d0f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
18143 2024.11.09 02:55:55.009393 [ 271 ] {} <Debug> HTTP-Session: 24796b9f-a5f4-4517-8350-cbb3b661d0f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
18144 2024.11.09 02:55:55.009445 [ 271 ] {} <Trace> HTTP-Session: 24796b9f-a5f4-4517-8350-cbb3b661d0f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18145 2024.11.09 02:55:55.009634 [ 271 ] {6901299b-0616-40ca-a9a4-c31addcc7cf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64790) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
18146 2024.11.09 02:55:55.009704 [ 271 ] {6901299b-0616-40ca-a9a4-c31addcc7cf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
18147 2024.11.09 02:55:55.010058 [ 271 ] {6901299b-0616-40ca-a9a4-c31addcc7cf5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
18148 2024.11.09 02:55:55.010492 [ 271 ] {6901299b-0616-40ca-a9a4-c31addcc7cf5} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18149 2024.11.09 02:55:55.010537 [ 271 ] {6901299b-0616-40ca-a9a4-c31addcc7cf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB.
18150 2024.11.09 02:55:55.010966 [ 271 ] {6901299b-0616-40ca-a9a4-c31addcc7cf5} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
18151 2024.11.09 02:55:55.011368 [ 271 ] {6901299b-0616-40ca-a9a4-c31addcc7cf5} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18152 2024.11.09 02:55:55.011532 [ 271 ] {6901299b-0616-40ca-a9a4-c31addcc7cf5} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001954 sec., 2047.0829068577277 rows/sec., 166.93 KiB/sec.
18153 2024.11.09 02:55:55.011923 [ 271 ] {6901299b-0616-40ca-a9a4-c31addcc7cf5} <Debug> DynamicQueryHandler: Done processing query
18154 2024.11.09 02:55:55.011966 [ 271 ] {6901299b-0616-40ca-a9a4-c31addcc7cf5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
18155 2024.11.09 02:55:55.011989 [ 271 ] {} <Debug> HTTP-Session: 24796b9f-a5f4-4517-8350-cbb3b661d0f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
18156 2024.11.09 02:55:55.012220 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64790, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18157 2024.11.09 02:55:55.012298 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37445, User-Agent: (none), Length: 8114, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18158 2024.11.09 02:55:55.012429 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
18159 2024.11.09 02:55:55.012457 [ 294 ] {} <Debug> HTTP-Session: 69e36eef-0789-417a-9672-f96186cbb9c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:37445
18160 2024.11.09 02:55:55.012482 [ 294 ] {} <Debug> HTTP-Session: 69e36eef-0789-417a-9672-f96186cbb9c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
18161 2024.11.09 02:55:55.012497 [ 294 ] {} <Debug> HTTP-Session: 69e36eef-0789-417a-9672-f96186cbb9c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
18162 2024.11.09 02:55:55.012554 [ 294 ] {} <Trace> HTTP-Session: 69e36eef-0789-417a-9672-f96186cbb9c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18163 2024.11.09 02:55:55.012755 [ 294 ] {e44c2f58-036c-469c-8eca-cd5267130cb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37445) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
18164 2024.11.09 02:55:55.012823 [ 294 ] {e44c2f58-036c-469c-8eca-cd5267130cb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
18165 2024.11.09 02:55:55.013181 [ 294 ] {e44c2f58-036c-469c-8eca-cd5267130cb1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
18166 2024.11.09 02:55:55.013634 [ 294 ] {e44c2f58-036c-469c-8eca-cd5267130cb1} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18167 2024.11.09 02:55:55.013675 [ 294 ] {e44c2f58-036c-469c-8eca-cd5267130cb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB.
18168 2024.11.09 02:55:55.014107 [ 294 ] {e44c2f58-036c-469c-8eca-cd5267130cb1} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
18169 2024.11.09 02:55:55.014500 [ 294 ] {e44c2f58-036c-469c-8eca-cd5267130cb1} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18170 2024.11.09 02:55:55.014646 [ 294 ] {e44c2f58-036c-469c-8eca-cd5267130cb1} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.001961 sec., 29576.746557878632 rows/sec., 2.27 MiB/sec.
18171 2024.11.09 02:55:55.014954 [ 294 ] {e44c2f58-036c-469c-8eca-cd5267130cb1} <Debug> DynamicQueryHandler: Done processing query
18172 2024.11.09 02:55:55.015017 [ 294 ] {e44c2f58-036c-469c-8eca-cd5267130cb1} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
18173 2024.11.09 02:55:55.015075 [ 294 ] {} <Debug> HTTP-Session: 69e36eef-0789-417a-9672-f96186cbb9c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
18174 2024.11.09 02:55:55.015280 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37445, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18175 2024.11.09 02:55:55.015376 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45368, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18176 2024.11.09 02:55:55.015466 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
18177 2024.11.09 02:55:55.015494 [ 271 ] {} <Debug> HTTP-Session: 58dcf026-f44c-455f-8e40-9873385944b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:45368
18178 2024.11.09 02:55:55.015517 [ 271 ] {} <Debug> HTTP-Session: 58dcf026-f44c-455f-8e40-9873385944b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
18179 2024.11.09 02:55:55.015535 [ 271 ] {} <Debug> HTTP-Session: 58dcf026-f44c-455f-8e40-9873385944b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
18180 2024.11.09 02:55:55.015583 [ 271 ] {} <Trace> HTTP-Session: 58dcf026-f44c-455f-8e40-9873385944b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18181 2024.11.09 02:55:55.015726 [ 271 ] {1cfddc8b-3c0e-4a7a-bff7-a461680b01b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45368) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
18182 2024.11.09 02:55:55.015784 [ 271 ] {1cfddc8b-3c0e-4a7a-bff7-a461680b01b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
18183 2024.11.09 02:55:55.016091 [ 271 ] {1cfddc8b-3c0e-4a7a-bff7-a461680b01b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
18184 2024.11.09 02:55:55.016420 [ 271 ] {1cfddc8b-3c0e-4a7a-bff7-a461680b01b1} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18185 2024.11.09 02:55:55.016458 [ 271 ] {1cfddc8b-3c0e-4a7a-bff7-a461680b01b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB.
18186 2024.11.09 02:55:55.016829 [ 271 ] {1cfddc8b-3c0e-4a7a-bff7-a461680b01b1} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
18187 2024.11.09 02:55:55.017217 [ 271 ] {1cfddc8b-3c0e-4a7a-bff7-a461680b01b1} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18188 2024.11.09 02:55:55.017377 [ 271 ] {1cfddc8b-3c0e-4a7a-bff7-a461680b01b1} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001685 sec., 2373.887240356083 rows/sec., 165.75 KiB/sec.
18189 2024.11.09 02:55:55.017385 [ 57 ] {} <Debug> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
18190 2024.11.09 02:55:55.017486 [ 57 ] {} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18191 2024.11.09 02:55:55.017542 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB.
18192 2024.11.09 02:55:55.017674 [ 271 ] {1cfddc8b-3c0e-4a7a-bff7-a461680b01b1} <Debug> DynamicQueryHandler: Done processing query
18193 2024.11.09 02:55:55.017725 [ 271 ] {1cfddc8b-3c0e-4a7a-bff7-a461680b01b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
18194 2024.11.09 02:55:55.017733 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full
18195 2024.11.09 02:55:55.017747 [ 271 ] {} <Debug> HTTP-Session: 58dcf026-f44c-455f-8e40-9873385944b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
18196 2024.11.09 02:55:55.017918 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18197 2024.11.09 02:55:55.017962 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 59 rows starting from the beginning of the part
18198 2024.11.09 02:55:55.018059 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45368, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18199 2024.11.09 02:55:55.018180 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50998, User-Agent: (none), Length: 11580, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18200 2024.11.09 02:55:55.018253 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 2 rows starting from the beginning of the part
18201 2024.11.09 02:55:55.018418 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
18202 2024.11.09 02:55:55.018578 [ 294 ] {} <Debug> HTTP-Session: 60a9fc90-51ce-4959-b4c6-c8e04582af8c Authenticating user 'default' from [fd00:1122:3344:101::d]:50998
18203 2024.11.09 02:55:55.018628 [ 271 ] {} <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):
18204 
18205 (version 23.8.7.1)
18206 2024.11.09 02:55:55.018716 [ 294 ] {} <Debug> HTTP-Session: 60a9fc90-51ce-4959-b4c6-c8e04582af8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
18207 2024.11.09 02:55:55.018737 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 41 rows starting from the beginning of the part
18208 2024.11.09 02:55:55.018811 [ 294 ] {} <Debug> HTTP-Session: 60a9fc90-51ce-4959-b4c6-c8e04582af8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
18209 2024.11.09 02:55:55.018967 [ 294 ] {} <Trace> HTTP-Session: 60a9fc90-51ce-4959-b4c6-c8e04582af8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18210 2024.11.09 02:55:55.019108 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 4 rows starting from the beginning of the part
18211 2024.11.09 02:55:55.019428 [ 294 ] {f1aa86e0-3707-421b-bc7f-cb1ae0058146} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50998) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
18212 2024.11.09 02:55:55.019591 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 41 rows starting from the beginning of the part
18213 2024.11.09 02:55:55.019618 [ 294 ] {f1aa86e0-3707-421b-bc7f-cb1ae0058146} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
18214 2024.11.09 02:55:55.020021 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 4 rows starting from the beginning of the part
18215 2024.11.09 02:55:55.020798 [ 294 ] {f1aa86e0-3707-421b-bc7f-cb1ae0058146} <Trace> ParallelParsingInputFormat: Parallel parsing is used
18216 2024.11.09 02:55:55.021432 [ 294 ] {f1aa86e0-3707-421b-bc7f-cb1ae0058146} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18217 2024.11.09 02:55:55.021474 [ 294 ] {f1aa86e0-3707-421b-bc7f-cb1ae0058146} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB.
18218 2024.11.09 02:55:55.022053 [ 187 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 151 rows, containing 5 columns (5 merged, 0 gathered) in 0.004416691 sec., 34188.49088605021 rows/sec., 2.61 MiB/sec.
18219 2024.11.09 02:55:55.022092 [ 294 ] {f1aa86e0-3707-421b-bc7f-cb1ae0058146} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
18220 2024.11.09 02:55:55.022312 [ 187 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
18221 2024.11.09 02:55:55.022998 [ 294 ] {f1aa86e0-3707-421b-bc7f-cb1ae0058146} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18222 2024.11.09 02:55:55.023431 [ 294 ] {f1aa86e0-3707-421b-bc7f-cb1ae0058146} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.00423 sec., 16075.650118203308 rows/sec., 1.26 MiB/sec.
18223 2024.11.09 02:55:55.023441 [ 187 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_71_14} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18224 2024.11.09 02:55:55.023664 [ 187 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_71_14} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
18225 2024.11.09 02:55:55.023823 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
18226 2024.11.09 02:55:55.023844 [ 294 ] {f1aa86e0-3707-421b-bc7f-cb1ae0058146} <Debug> DynamicQueryHandler: Done processing query
18227 2024.11.09 02:55:55.023889 [ 294 ] {f1aa86e0-3707-421b-bc7f-cb1ae0058146} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
18228 2024.11.09 02:55:55.023911 [ 294 ] {} <Debug> HTTP-Session: 60a9fc90-51ce-4959-b4c6-c8e04582af8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
18229 2024.11.09 02:55:55.024101 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50998, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18230 2024.11.09 02:55:55.024213 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52495, User-Agent: (none), Length: 24922, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18231 2024.11.09 02:55:55.024278 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
18232 2024.11.09 02:55:55.024298 [ 271 ] {} <Debug> HTTP-Session: a0d25a6f-5235-4fc7-8046-b5c5a356e028 Authenticating user 'default' from [fd00:1122:3344:101::d]:52495
18233 2024.11.09 02:55:55.024317 [ 271 ] {} <Debug> HTTP-Session: a0d25a6f-5235-4fc7-8046-b5c5a356e028 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
18234 2024.11.09 02:55:55.024331 [ 271 ] {} <Debug> HTTP-Session: a0d25a6f-5235-4fc7-8046-b5c5a356e028 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
18235 2024.11.09 02:55:55.024372 [ 271 ] {} <Trace> HTTP-Session: a0d25a6f-5235-4fc7-8046-b5c5a356e028 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18236 2024.11.09 02:55:55.024543 [ 271 ] {47d1a65f-88a9-45e3-a93c-d4cedf969c77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
18237 2024.11.09 02:55:55.024599 [ 271 ] {47d1a65f-88a9-45e3-a93c-d4cedf969c77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
18238 2024.11.09 02:55:55.024791 [ 271 ] {47d1a65f-88a9-45e3-a93c-d4cedf969c77} <Trace> ParallelParsingInputFormat: Parallel parsing is used
18239 2024.11.09 02:55:55.025178 [ 271 ] {47d1a65f-88a9-45e3-a93c-d4cedf969c77} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18240 2024.11.09 02:55:55.025216 [ 271 ] {47d1a65f-88a9-45e3-a93c-d4cedf969c77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB.
18241 2024.11.09 02:55:55.025631 [ 271 ] {47d1a65f-88a9-45e3-a93c-d4cedf969c77} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
18242 2024.11.09 02:55:55.025997 [ 271 ] {47d1a65f-88a9-45e3-a93c-d4cedf969c77} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18243 2024.11.09 02:55:55.026163 [ 271 ] {47d1a65f-88a9-45e3-a93c-d4cedf969c77} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001694 sec., 76741.44037780401 rows/sec., 5.34 MiB/sec.
18244 2024.11.09 02:55:55.026366 [ 271 ] {47d1a65f-88a9-45e3-a93c-d4cedf969c77} <Debug> DynamicQueryHandler: Done processing query
18245 2024.11.09 02:55:55.026395 [ 271 ] {47d1a65f-88a9-45e3-a93c-d4cedf969c77} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
18246 2024.11.09 02:55:55.026417 [ 271 ] {} <Debug> HTTP-Session: a0d25a6f-5235-4fc7-8046-b5c5a356e028 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
18247 2024.11.09 02:55:55.026642 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52495, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18248 2024.11.09 02:55:55.026691 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50998, User-Agent: (none), Length: 7317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18249 2024.11.09 02:55:55.026877 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
18250 2024.11.09 02:55:55.026927 [ 294 ] {} <Debug> HTTP-Session: 17511085-60c9-4ec1-9a5a-8fe2c81a21c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50998
18251 2024.11.09 02:55:55.026963 [ 294 ] {} <Debug> HTTP-Session: 17511085-60c9-4ec1-9a5a-8fe2c81a21c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
18252 2024.11.09 02:55:55.026991 [ 294 ] {} <Debug> HTTP-Session: 17511085-60c9-4ec1-9a5a-8fe2c81a21c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
18253 2024.11.09 02:55:55.027054 [ 294 ] {} <Trace> HTTP-Session: 17511085-60c9-4ec1-9a5a-8fe2c81a21c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18254 2024.11.09 02:55:55.027194 [ 294 ] {9084da2a-e514-453a-a0f4-0f13640a579b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50998) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
18255 2024.11.09 02:55:55.027245 [ 294 ] {9084da2a-e514-453a-a0f4-0f13640a579b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
18256 2024.11.09 02:55:55.027415 [ 294 ] {9084da2a-e514-453a-a0f4-0f13640a579b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
18257 2024.11.09 02:55:55.027750 [ 294 ] {9084da2a-e514-453a-a0f4-0f13640a579b} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18258 2024.11.09 02:55:55.027787 [ 294 ] {9084da2a-e514-453a-a0f4-0f13640a579b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB.
18259 2024.11.09 02:55:55.028180 [ 294 ] {9084da2a-e514-453a-a0f4-0f13640a579b} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
18260 2024.11.09 02:55:55.028529 [ 294 ] {9084da2a-e514-453a-a0f4-0f13640a579b} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18261 2024.11.09 02:55:55.028668 [ 294 ] {9084da2a-e514-453a-a0f4-0f13640a579b} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001518 sec., 31620.553359683792 rows/sec., 2.13 MiB/sec.
18262 2024.11.09 02:55:55.028852 [ 294 ] {9084da2a-e514-453a-a0f4-0f13640a579b} <Debug> DynamicQueryHandler: Done processing query
18263 2024.11.09 02:55:55.028877 [ 294 ] {9084da2a-e514-453a-a0f4-0f13640a579b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
18264 2024.11.09 02:55:55.028894 [ 294 ] {} <Debug> HTTP-Session: 17511085-60c9-4ec1-9a5a-8fe2c81a21c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
18265 2024.11.09 02:55:55.029108 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50998, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18266 2024.11.09 02:56:00.010167 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52495, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18267 2024.11.09 02:56:00.010342 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
18268 2024.11.09 02:56:00.010375 [ 271 ] {} <Debug> HTTP-Session: ae1cdfb3-2f53-4028-9d4c-a59f2ee196db Authenticating user 'default' from [fd00:1122:3344:101::d]:52495
18269 2024.11.09 02:56:00.010403 [ 271 ] {} <Debug> HTTP-Session: ae1cdfb3-2f53-4028-9d4c-a59f2ee196db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
18270 2024.11.09 02:56:00.010421 [ 271 ] {} <Debug> HTTP-Session: ae1cdfb3-2f53-4028-9d4c-a59f2ee196db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
18271 2024.11.09 02:56:00.010481 [ 271 ] {} <Trace> HTTP-Session: ae1cdfb3-2f53-4028-9d4c-a59f2ee196db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18272 2024.11.09 02:56:00.010716 [ 271 ] {fcaea33e-5d28-4c17-9d50-ea125c2236f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
18273 2024.11.09 02:56:00.010794 [ 271 ] {fcaea33e-5d28-4c17-9d50-ea125c2236f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
18274 2024.11.09 02:56:00.011198 [ 271 ] {fcaea33e-5d28-4c17-9d50-ea125c2236f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
18275 2024.11.09 02:56:00.011711 [ 271 ] {fcaea33e-5d28-4c17-9d50-ea125c2236f2} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18276 2024.11.09 02:56:00.011755 [ 271 ] {fcaea33e-5d28-4c17-9d50-ea125c2236f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB.
18277 2024.11.09 02:56:00.012178 [ 271 ] {fcaea33e-5d28-4c17-9d50-ea125c2236f2} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
18278 2024.11.09 02:56:00.012575 [ 271 ] {fcaea33e-5d28-4c17-9d50-ea125c2236f2} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18279 2024.11.09 02:56:00.012738 [ 271 ] {fcaea33e-5d28-4c17-9d50-ea125c2236f2} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002102 sec., 26641.294005708845 rows/sec., 2.05 MiB/sec.
18280 2024.11.09 02:56:00.012804 [ 53 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
18281 2024.11.09 02:56:00.012906 [ 53 ] {} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18282 2024.11.09 02:56:00.012942 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB.
18283 2024.11.09 02:56:00.013085 [ 271 ] {fcaea33e-5d28-4c17-9d50-ea125c2236f2} <Debug> DynamicQueryHandler: Done processing query
18284 2024.11.09 02:56:00.013199 [ 271 ] {fcaea33e-5d28-4c17-9d50-ea125c2236f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
18285 2024.11.09 02:56:00.013245 [ 271 ] {} <Debug> HTTP-Session: ae1cdfb3-2f53-4028-9d4c-a59f2ee196db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
18286 2024.11.09 02:56:00.013286 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full
18287 2024.11.09 02:56:00.013625 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52495, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18288 2024.11.09 02:56:00.013840 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46569, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18289 2024.11.09 02:56:00.014140 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18290 2024.11.09 02:56:00.014164 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
18291 2024.11.09 02:56:00.014309 [ 294 ] {} <Debug> HTTP-Session: 325c9717-1eb1-4a3b-8cd6-c15149af1218 Authenticating user 'default' from [fd00:1122:3344:101::d]:46569
18292 2024.11.09 02:56:00.014330 [ 271 ] {} <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):
18293 
18294 (version 23.8.7.1)
18295 2024.11.09 02:56:00.014396 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1420 rows starting from the beginning of the part
18296 2024.11.09 02:56:00.014420 [ 294 ] {} <Debug> HTTP-Session: 325c9717-1eb1-4a3b-8cd6-c15149af1218 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
18297 2024.11.09 02:56:00.014523 [ 294 ] {} <Debug> HTTP-Session: 325c9717-1eb1-4a3b-8cd6-c15149af1218 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
18298 2024.11.09 02:56:00.014724 [ 294 ] {} <Trace> HTTP-Session: 325c9717-1eb1-4a3b-8cd6-c15149af1218 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18299 2024.11.09 02:56:00.014910 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 58 rows starting from the beginning of the part
18300 2024.11.09 02:56:00.015145 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 56 rows starting from the beginning of the part
18301 2024.11.09 02:56:00.015288 [ 294 ] {d945181b-d0c2-4e6a-8bef-aa77baa3c1ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46569) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
18302 2024.11.09 02:56:00.015530 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 271 rows starting from the beginning of the part
18303 2024.11.09 02:56:00.015579 [ 294 ] {d945181b-d0c2-4e6a-8bef-aa77baa3c1ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
18304 2024.11.09 02:56:00.015888 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 58 rows starting from the beginning of the part
18305 2024.11.09 02:56:00.016342 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 56 rows starting from the beginning of the part
18306 2024.11.09 02:56:00.017185 [ 294 ] {d945181b-d0c2-4e6a-8bef-aa77baa3c1ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used
18307 2024.11.09 02:56:00.018262 [ 294 ] {d945181b-d0c2-4e6a-8bef-aa77baa3c1ad} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18308 2024.11.09 02:56:00.018332 [ 294 ] {d945181b-d0c2-4e6a-8bef-aa77baa3c1ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
18309 2024.11.09 02:56:00.019334 [ 294 ] {d945181b-d0c2-4e6a-8bef-aa77baa3c1ad} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
18310 2024.11.09 02:56:00.019836 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1919 rows, containing 5 columns (5 merged, 0 gathered) in 0.006801151 sec., 282158.1229412492 rows/sec., 24.70 MiB/sec.
18311 2024.11.09 02:56:00.020123 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
18312 2024.11.09 02:56:00.020286 [ 294 ] {d945181b-d0c2-4e6a-8bef-aa77baa3c1ad} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18313 2024.11.09 02:56:00.020577 [ 53 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
18314 2024.11.09 02:56:00.020724 [ 53 ] {} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18315 2024.11.09 02:56:00.020772 [ 294 ] {d945181b-d0c2-4e6a-8bef-aa77baa3c1ad} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005647 sec., 11333.451390118647 rows/sec., 905.83 KiB/sec.
18316 2024.11.09 02:56:00.020841 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB.
18317 2024.11.09 02:56:00.021640 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full
18318 2024.11.09 02:56:00.021843 [ 294 ] {d945181b-d0c2-4e6a-8bef-aa77baa3c1ad} <Debug> DynamicQueryHandler: Done processing query
18319 2024.11.09 02:56:00.021961 [ 294 ] {d945181b-d0c2-4e6a-8bef-aa77baa3c1ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
18320 2024.11.09 02:56:00.022075 [ 294 ] {} <Debug> HTTP-Session: 325c9717-1eb1-4a3b-8cd6-c15149af1218 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
18321 2024.11.09 02:56:00.022345 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_111_22} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18322 2024.11.09 02:56:00.022536 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18323 2024.11.09 02:56:00.022554 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46569, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18324 2024.11.09 02:56:00.022859 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 915 rows starting from the beginning of the part
18325 2024.11.09 02:56:00.022995 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40470, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18326 2024.11.09 02:56:00.023062 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_111_22} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
18327 2024.11.09 02:56:00.023307 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
18328 2024.11.09 02:56:00.023469 [ 271 ] {} <Debug> HTTP-Session: 2c27c445-437d-4e2c-b131-d23837beef82 Authenticating user 'default' from [fd00:1122:3344:101::d]:40470
18329 2024.11.09 02:56:00.023624 [ 271 ] {} <Debug> HTTP-Session: 2c27c445-437d-4e2c-b131-d23837beef82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
18330 2024.11.09 02:56:00.023721 [ 271 ] {} <Debug> HTTP-Session: 2c27c445-437d-4e2c-b131-d23837beef82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
18331 2024.11.09 02:56:00.023787 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB.
18332 2024.11.09 02:56:00.023906 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 68 rows starting from the beginning of the part
18333 2024.11.09 02:56:00.023978 [ 271 ] {} <Trace> HTTP-Session: 2c27c445-437d-4e2c-b131-d23837beef82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18334 2024.11.09 02:56:00.024527 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 64 rows starting from the beginning of the part
18335 2024.11.09 02:56:00.024854 [ 271 ] {6eaa3040-6b61-45b1-ae89-725af63380f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40470) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
18336 2024.11.09 02:56:00.024916 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 423 rows starting from the beginning of the part
18337 2024.11.09 02:56:00.025078 [ 271 ] {6eaa3040-6b61-45b1-ae89-725af63380f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
18338 2024.11.09 02:56:00.025156 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 68 rows starting from the beginning of the part
18339 2024.11.09 02:56:00.025524 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 64 rows starting from the beginning of the part
18340 2024.11.09 02:56:00.026327 [ 271 ] {6eaa3040-6b61-45b1-ae89-725af63380f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
18341 2024.11.09 02:56:00.027475 [ 271 ] {6eaa3040-6b61-45b1-ae89-725af63380f3} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18342 2024.11.09 02:56:00.027553 [ 271 ] {6eaa3040-6b61-45b1-ae89-725af63380f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
18343 2024.11.09 02:56:00.028539 [ 271 ] {6eaa3040-6b61-45b1-ae89-725af63380f3} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
18344 2024.11.09 02:56:00.028845 [ 196 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1602 rows, containing 5 columns (5 merged, 0 gathered) in 0.007791191 sec., 205616.83059752994 rows/sec., 15.86 MiB/sec.
18345 2024.11.09 02:56:00.029143 [ 196 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
18346 2024.11.09 02:56:00.029323 [ 271 ] {6eaa3040-6b61-45b1-ae89-725af63380f3} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18347 2024.11.09 02:56:00.029587 [ 53 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
18348 2024.11.09 02:56:00.029698 [ 53 ] {} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18349 2024.11.09 02:56:00.029693 [ 271 ] {6eaa3040-6b61-45b1-ae89-725af63380f3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005244 sec., 30511.06025934401 rows/sec., 2.13 MiB/sec.
18350 2024.11.09 02:56:00.029778 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB.
18351 2024.11.09 02:56:00.030113 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40109, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18352 2024.11.09 02:56:00.030547 [ 190 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full
18353 2024.11.09 02:56:00.030708 [ 271 ] {6eaa3040-6b61-45b1-ae89-725af63380f3} <Debug> DynamicQueryHandler: Done processing query
18354 2024.11.09 02:56:00.030768 [ 271 ] {6eaa3040-6b61-45b1-ae89-725af63380f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
18355 2024.11.09 02:56:00.030844 [ 271 ] {} <Debug> HTTP-Session: 2c27c445-437d-4e2c-b131-d23837beef82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
18356 2024.11.09 02:56:00.031010 [ 190 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18357 2024.11.09 02:56:00.031075 [ 190 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_106_21, total 21639 rows starting from the beginning of the part
18358 2024.11.09 02:56:00.031150 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40470, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18359 2024.11.09 02:56:00.031285 [ 196 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_111_22} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18360 2024.11.09 02:56:00.031306 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53469, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18361 2024.11.09 02:56:00.031587 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
18362 2024.11.09 02:56:00.031725 [ 294 ] {} <Debug> HTTP-Session: 8f3a4dcc-91c9-4517-a1b1-4e6af6e4d7ee Authenticating user 'default' from [fd00:1122:3344:101::d]:53469
18363 2024.11.09 02:56:00.031786 [ 196 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_111_22} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
18364 2024.11.09 02:56:00.031804 [ 294 ] {} <Debug> HTTP-Session: 8f3a4dcc-91c9-4517-a1b1-4e6af6e4d7ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
18365 2024.11.09 02:56:00.031809 [ 190 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 162 rows starting from the beginning of the part
18366 2024.11.09 02:56:00.031836 [ 294 ] {} <Debug> HTTP-Session: 8f3a4dcc-91c9-4517-a1b1-4e6af6e4d7ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
18367 2024.11.09 02:56:00.032035 [ 294 ] {} <Trace> HTTP-Session: 8f3a4dcc-91c9-4517-a1b1-4e6af6e4d7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18368 2024.11.09 02:56:00.032053 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB.
18369 2024.11.09 02:56:00.032293 [ 190 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 160 rows starting from the beginning of the part
18370 2024.11.09 02:56:00.032372 [ 294 ] {33c90ad3-f36f-4c59-9d09-3e8f88a871b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53469) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
18371 2024.11.09 02:56:00.032496 [ 190 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 237 rows starting from the beginning of the part
18372 2024.11.09 02:56:00.032592 [ 294 ] {33c90ad3-f36f-4c59-9d09-3e8f88a871b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
18373 2024.11.09 02:56:00.032789 [ 190 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 130 rows starting from the beginning of the part
18374 2024.11.09 02:56:00.033205 [ 190 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 160 rows starting from the beginning of the part
18375 2024.11.09 02:56:00.033949 [ 294 ] {33c90ad3-f36f-4c59-9d09-3e8f88a871b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
18376 2024.11.09 02:56:00.034649 [ 294 ] {33c90ad3-f36f-4c59-9d09-3e8f88a871b8} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18377 2024.11.09 02:56:00.034687 [ 294 ] {33c90ad3-f36f-4c59-9d09-3e8f88a871b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
18378 2024.11.09 02:56:00.035258 [ 294 ] {33c90ad3-f36f-4c59-9d09-3e8f88a871b8} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
18379 2024.11.09 02:56:00.036072 [ 294 ] {33c90ad3-f36f-4c59-9d09-3e8f88a871b8} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18380 2024.11.09 02:56:00.036406 [ 53 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
18381 2024.11.09 02:56:00.036502 [ 53 ] {} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18382 2024.11.09 02:56:00.036539 [ 294 ] {33c90ad3-f36f-4c59-9d09-3e8f88a871b8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004274 sec., 14038.371548900328 rows/sec., 968.79 KiB/sec.
18383 2024.11.09 02:56:00.036578 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
18384 2024.11.09 02:56:00.037132 [ 294 ] {33c90ad3-f36f-4c59-9d09-3e8f88a871b8} <Debug> DynamicQueryHandler: Done processing query
18385 2024.11.09 02:56:00.037188 [ 294 ] {33c90ad3-f36f-4c59-9d09-3e8f88a871b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
18386 2024.11.09 02:56:00.037171 [ 197 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full
18387 2024.11.09 02:56:00.037219 [ 294 ] {} <Debug> HTTP-Session: 8f3a4dcc-91c9-4517-a1b1-4e6af6e4d7ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
18388 2024.11.09 02:56:00.037415 [ 197 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18389 2024.11.09 02:56:00.037464 [ 197 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 6704 rows starting from the beginning of the part
18390 2024.11.09 02:56:00.037575 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53469, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18391 2024.11.09 02:56:00.037731 [ 197 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 60 rows starting from the beginning of the part
18392 2024.11.09 02:56:00.038040 [ 197 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 60 rows starting from the beginning of the part
18393 2024.11.09 02:56:00.038167 [ 197 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 82 rows starting from the beginning of the part
18394 2024.11.09 02:56:00.038405 [ 197 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 48 rows starting from the beginning of the part
18395 2024.11.09 02:56:00.038492 [ 197 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 60 rows starting from the beginning of the part
18396 2024.11.09 02:56:00.040676 [ 188 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7014 rows, containing 4 columns (4 merged, 0 gathered) in 0.00386796 sec., 1813358.9799274036 rows/sec., 119.23 MiB/sec.
18397 2024.11.09 02:56:00.041170 [ 198 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
18398 2024.11.09 02:56:00.041592 [ 198 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_111_22} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18399 2024.11.09 02:56:00.041678 [ 198 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_111_22} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
18400 2024.11.09 02:56:00.041770 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB.
18401 2024.11.09 02:56:00.047502 [ 188 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22488 rows, containing 5 columns (5 merged, 0 gathered) in 0.017509822 sec., 1284307.7445333253 rows/sec., 87.67 MiB/sec.
18402 2024.11.09 02:56:00.047939 [ 186 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
18403 2024.11.09 02:56:00.048409 [ 186 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_111_22} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18404 2024.11.09 02:56:00.048486 [ 186 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_111_22} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
18405 2024.11.09 02:56:00.048563 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB.
18406 2024.11.09 02:56:00.630965 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46003, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18407 2024.11.09 02:56:00.666376 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44112, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18408 2024.11.09 02:56:00.743927 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62483, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18409 2024.11.09 02:56:00.781532 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35333, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18410 2024.11.09 02:56:00.786977 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41444, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18411 2024.11.09 02:56:00.842946 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33477, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18412 2024.11.09 02:56:00.947511 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49618, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18413 2024.11.09 02:56:01.423518 [ 51 ] {} <Debug> DNSResolver: Updating DNS cache
18414 2024.11.09 02:56:01.423592 [ 51 ] {} <Debug> DNSResolver: Updated DNS cache
18415 2024.11.09 02:56:01.807970 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36428, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18416 2024.11.09 02:56:01.808407 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36217, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18417 2024.11.09 02:56:01.832490 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1644
18418 2024.11.09 02:56:01.835248 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18419 2024.11.09 02:56:01.835312 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
18420 2024.11.09 02:56:01.837190 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
18421 2024.11.09 02:56:01.838627 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18422 2024.11.09 02:56:01.838920 [ 51 ] {} <Debug> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
18423 2024.11.09 02:56:01.839050 [ 51 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18424 2024.11.09 02:56:01.839116 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
18425 2024.11.09 02:56:01.839718 [ 194 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::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
18426 2024.11.09 02:56:01.841326 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1644
18427 2024.11.09 02:56:01.841971 [ 194 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18428 2024.11.09 02:56:01.842155 [ 194 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1516 rows starting from the beginning of the part
18429 2024.11.09 02:56:01.842832 [ 194 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 28 rows starting from the beginning of the part
18430 2024.11.09 02:56:01.843430 [ 194 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 20 rows starting from the beginning of the part
18431 2024.11.09 02:56:01.844130 [ 194 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 32 rows starting from the beginning of the part
18432 2024.11.09 02:56:01.844779 [ 194 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 28 rows starting from the beginning of the part
18433 2024.11.09 02:56:01.845420 [ 194 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 20 rows starting from the beginning of the part
18434 2024.11.09 02:56:01.854067 [ 188 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1644 rows, containing 72 columns (72 merged, 0 gathered) in 0.014782716 sec., 111210.95744516772 rows/sec., 72.52 MiB/sec.
18435 2024.11.09 02:56:01.856034 [ 192 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
18436 2024.11.09 02:56:01.857842 [ 192 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_56_11} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18437 2024.11.09 02:56:01.857943 [ 192 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_56_11} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
18438 2024.11.09 02:56:01.858322 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.94 MiB.
18439 2024.11.09 02:56:02.256284 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53147, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18440 2024.11.09 02:56:02.347041 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42409, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18441 2024.11.09 02:56:02.354315 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:61716, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18442 2024.11.09 02:56:02.362996 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58501, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18443 2024.11.09 02:56:02.438018 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59502, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18444 2024.11.09 02:56:02.496273 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34842, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18445 2024.11.09 02:56:02.501703 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41985, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18446 2024.11.09 02:56:02.501859 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45566, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18447 2024.11.09 02:56:02.523438 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63658, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18448 2024.11.09 02:56:02.578388 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45965, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18449 2024.11.09 02:56:02.670835 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41351, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18450 2024.11.09 02:56:02.672159 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52310, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18451 2024.11.09 02:56:02.689500 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52758, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18452 2024.11.09 02:56:02.711853 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38940, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18453 2024.11.09 02:56:05.016928 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45641, User-Agent: (none), Length: 41147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18454 2024.11.09 02:56:05.017063 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
18455 2024.11.09 02:56:05.017092 [ 282 ] {} <Debug> HTTP-Session: d7e676f0-4a48-4872-93b1-46172323983f Authenticating user 'default' from [fd00:1122:3344:101::d]:45641
18456 2024.11.09 02:56:05.017121 [ 282 ] {} <Debug> HTTP-Session: d7e676f0-4a48-4872-93b1-46172323983f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
18457 2024.11.09 02:56:05.017139 [ 282 ] {} <Debug> HTTP-Session: d7e676f0-4a48-4872-93b1-46172323983f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
18458 2024.11.09 02:56:05.017198 [ 282 ] {} <Trace> HTTP-Session: d7e676f0-4a48-4872-93b1-46172323983f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18459 2024.11.09 02:56:05.017495 [ 282 ] {a5990de1-d4fb-4c20-9f37-a2cc97e7fa49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45641) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
18460 2024.11.09 02:56:05.017565 [ 282 ] {a5990de1-d4fb-4c20-9f37-a2cc97e7fa49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
18461 2024.11.09 02:56:05.017907 [ 282 ] {a5990de1-d4fb-4c20-9f37-a2cc97e7fa49} <Trace> ParallelParsingInputFormat: Parallel parsing is used
18462 2024.11.09 02:56:05.018525 [ 282 ] {a5990de1-d4fb-4c20-9f37-a2cc97e7fa49} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18463 2024.11.09 02:56:05.018570 [ 282 ] {a5990de1-d4fb-4c20-9f37-a2cc97e7fa49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
18464 2024.11.09 02:56:05.019000 [ 282 ] {a5990de1-d4fb-4c20-9f37-a2cc97e7fa49} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
18465 2024.11.09 02:56:05.019461 [ 282 ] {a5990de1-d4fb-4c20-9f37-a2cc97e7fa49} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18466 2024.11.09 02:56:05.019643 [ 282 ] {a5990de1-d4fb-4c20-9f37-a2cc97e7fa49} <Debug> executeQuery: Read 271 rows, 24.70 KiB in 0.002273 sec., 119225.69291684999 rows/sec., 10.61 MiB/sec.
18467 2024.11.09 02:56:05.019880 [ 282 ] {a5990de1-d4fb-4c20-9f37-a2cc97e7fa49} <Debug> DynamicQueryHandler: Done processing query
18468 2024.11.09 02:56:05.019907 [ 282 ] {a5990de1-d4fb-4c20-9f37-a2cc97e7fa49} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
18469 2024.11.09 02:56:05.019924 [ 282 ] {} <Debug> HTTP-Session: d7e676f0-4a48-4872-93b1-46172323983f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
18470 2024.11.09 02:56:05.020147 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45641, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18471 2024.11.09 02:56:05.020270 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39837, User-Agent: (none), Length: 5927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18472 2024.11.09 02:56:05.020388 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
18473 2024.11.09 02:56:05.020416 [ 285 ] {} <Debug> HTTP-Session: 7981c9d4-47c0-4c85-933b-cf080391b3ba Authenticating user 'default' from [fd00:1122:3344:101::d]:39837
18474 2024.11.09 02:56:05.020444 [ 285 ] {} <Debug> HTTP-Session: 7981c9d4-47c0-4c85-933b-cf080391b3ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
18475 2024.11.09 02:56:05.020463 [ 285 ] {} <Debug> HTTP-Session: 7981c9d4-47c0-4c85-933b-cf080391b3ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
18476 2024.11.09 02:56:05.020524 [ 285 ] {} <Trace> HTTP-Session: 7981c9d4-47c0-4c85-933b-cf080391b3ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18477 2024.11.09 02:56:05.020739 [ 285 ] {74244341-67a2-4841-8236-ee23aa4ca30b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39837) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
18478 2024.11.09 02:56:05.020816 [ 285 ] {74244341-67a2-4841-8236-ee23aa4ca30b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
18479 2024.11.09 02:56:05.021202 [ 285 ] {74244341-67a2-4841-8236-ee23aa4ca30b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
18480 2024.11.09 02:56:05.021624 [ 285 ] {74244341-67a2-4841-8236-ee23aa4ca30b} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18481 2024.11.09 02:56:05.021671 [ 285 ] {74244341-67a2-4841-8236-ee23aa4ca30b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
18482 2024.11.09 02:56:05.022089 [ 285 ] {74244341-67a2-4841-8236-ee23aa4ca30b} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
18483 2024.11.09 02:56:05.022490 [ 285 ] {74244341-67a2-4841-8236-ee23aa4ca30b} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18484 2024.11.09 02:56:05.022668 [ 285 ] {74244341-67a2-4841-8236-ee23aa4ca30b} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.002001 sec., 20489.75512243878 rows/sec., 1.50 MiB/sec.
18485 2024.11.09 02:56:05.023008 [ 285 ] {74244341-67a2-4841-8236-ee23aa4ca30b} <Debug> DynamicQueryHandler: Done processing query
18486 2024.11.09 02:56:05.023072 [ 285 ] {74244341-67a2-4841-8236-ee23aa4ca30b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
18487 2024.11.09 02:56:05.023090 [ 285 ] {} <Debug> HTTP-Session: 7981c9d4-47c0-4c85-933b-cf080391b3ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
18488 2024.11.09 02:56:05.023259 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45641, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18489 2024.11.09 02:56:05.023277 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39837, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18490 2024.11.09 02:56:05.023348 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
18491 2024.11.09 02:56:05.023388 [ 282 ] {} <Debug> HTTP-Session: c4f95847-3978-4c44-9924-a86db2a3209d Authenticating user 'default' from [fd00:1122:3344:101::d]:45641
18492 2024.11.09 02:56:05.023412 [ 282 ] {} <Debug> HTTP-Session: c4f95847-3978-4c44-9924-a86db2a3209d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
18493 2024.11.09 02:56:05.023436 [ 282 ] {} <Debug> HTTP-Session: c4f95847-3978-4c44-9924-a86db2a3209d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
18494 2024.11.09 02:56:05.023491 [ 282 ] {} <Trace> HTTP-Session: c4f95847-3978-4c44-9924-a86db2a3209d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18495 2024.11.09 02:56:05.023637 [ 282 ] {19a78032-2103-487d-bf4b-112a6d81fe06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45641) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
18496 2024.11.09 02:56:05.023697 [ 282 ] {19a78032-2103-487d-bf4b-112a6d81fe06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
18497 2024.11.09 02:56:05.024020 [ 282 ] {19a78032-2103-487d-bf4b-112a6d81fe06} <Trace> ParallelParsingInputFormat: Parallel parsing is used
18498 2024.11.09 02:56:05.024409 [ 282 ] {19a78032-2103-487d-bf4b-112a6d81fe06} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18499 2024.11.09 02:56:05.024447 [ 282 ] {19a78032-2103-487d-bf4b-112a6d81fe06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
18500 2024.11.09 02:56:05.024826 [ 282 ] {19a78032-2103-487d-bf4b-112a6d81fe06} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
18501 2024.11.09 02:56:05.025197 [ 282 ] {19a78032-2103-487d-bf4b-112a6d81fe06} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18502 2024.11.09 02:56:05.025370 [ 282 ] {19a78032-2103-487d-bf4b-112a6d81fe06} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00177 sec., 7909.604519774011 rows/sec., 553.94 KiB/sec.
18503 2024.11.09 02:56:05.025696 [ 282 ] {19a78032-2103-487d-bf4b-112a6d81fe06} <Debug> DynamicQueryHandler: Done processing query
18504 2024.11.09 02:56:05.025730 [ 282 ] {19a78032-2103-487d-bf4b-112a6d81fe06} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
18505 2024.11.09 02:56:05.025748 [ 282 ] {} <Debug> HTTP-Session: c4f95847-3978-4c44-9924-a86db2a3209d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
18506 2024.11.09 02:56:05.025888 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45641, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18507 2024.11.09 02:56:05.025963 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34405, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18508 2024.11.09 02:56:05.026051 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
18509 2024.11.09 02:56:05.026079 [ 285 ] {} <Debug> HTTP-Session: c7a00506-4242-4052-9f90-95185c57d571 Authenticating user 'default' from [fd00:1122:3344:101::d]:34405
18510 2024.11.09 02:56:05.026103 [ 285 ] {} <Debug> HTTP-Session: c7a00506-4242-4052-9f90-95185c57d571 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
18511 2024.11.09 02:56:05.026120 [ 285 ] {} <Debug> HTTP-Session: c7a00506-4242-4052-9f90-95185c57d571 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
18512 2024.11.09 02:56:05.026168 [ 285 ] {} <Trace> HTTP-Session: c7a00506-4242-4052-9f90-95185c57d571 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18513 2024.11.09 02:56:05.026302 [ 285 ] {89cfb78b-5abd-412c-b24a-0f9e561e463b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34405) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
18514 2024.11.09 02:56:05.026360 [ 285 ] {89cfb78b-5abd-412c-b24a-0f9e561e463b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
18515 2024.11.09 02:56:05.026515 [ 225 ] {} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
18516 2024.11.09 02:56:05.026582 [ 225 ] {} <Debug> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
18517 2024.11.09 02:56:05.026986 [ 285 ] {89cfb78b-5abd-412c-b24a-0f9e561e463b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
18518 2024.11.09 02:56:05.027675 [ 285 ] {89cfb78b-5abd-412c-b24a-0f9e561e463b} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18519 2024.11.09 02:56:05.027716 [ 285 ] {89cfb78b-5abd-412c-b24a-0f9e561e463b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
18520 2024.11.09 02:56:05.028374 [ 285 ] {89cfb78b-5abd-412c-b24a-0f9e561e463b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
18521 2024.11.09 02:56:05.029263 [ 285 ] {89cfb78b-5abd-412c-b24a-0f9e561e463b} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18522 2024.11.09 02:56:05.029540 [ 50 ] {} <Debug> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0
18523 2024.11.09 02:56:05.029552 [ 285 ] {89cfb78b-5abd-412c-b24a-0f9e561e463b} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.003282 sec., 1828.1535648994513 rows/sec., 108.01 KiB/sec.
18524 2024.11.09 02:56:05.029627 [ 50 ] {} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18525 2024.11.09 02:56:05.029723 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
18526 2024.11.09 02:56:05.030038 [ 220 ] {} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
18527 2024.11.09 02:56:05.030163 [ 220 ] {} <Debug> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
18528 2024.11.09 02:56:05.030229 [ 285 ] {89cfb78b-5abd-412c-b24a-0f9e561e463b} <Debug> DynamicQueryHandler: Done processing query
18529 2024.11.09 02:56:05.030284 [ 188 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full
18530 2024.11.09 02:56:05.030283 [ 225 ] {} <Debug> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
18531 2024.11.09 02:56:05.030327 [ 285 ] {89cfb78b-5abd-412c-b24a-0f9e561e463b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
18532 2024.11.09 02:56:05.030446 [ 285 ] {} <Debug> HTTP-Session: c7a00506-4242-4052-9f90-95185c57d571 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
18533 2024.11.09 02:56:05.030991 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34405, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18534 2024.11.09 02:56:05.031157 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45914, User-Agent: (none), Length: 68708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18535 2024.11.09 02:56:05.031437 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
18536 2024.11.09 02:56:05.031511 [ 188 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18537 2024.11.09 02:56:05.031555 [ 282 ] {} <Debug> HTTP-Session: 09cba1da-bb7d-4f50-a283-3cff3d239fbf Authenticating user 'default' from [fd00:1122:3344:101::d]:45914
18538 2024.11.09 02:56:05.031682 [ 282 ] {} <Debug> HTTP-Session: 09cba1da-bb7d-4f50-a283-3cff3d239fbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
18539 2024.11.09 02:56:05.031689 [ 188 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 6 rows starting from the beginning of the part
18540 2024.11.09 02:56:05.031758 [ 282 ] {} <Debug> HTTP-Session: 09cba1da-bb7d-4f50-a283-3cff3d239fbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
18541 2024.11.09 02:56:05.032089 [ 282 ] {} <Trace> HTTP-Session: 09cba1da-bb7d-4f50-a283-3cff3d239fbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18542 2024.11.09 02:56:05.032250 [ 188 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part
18543 2024.11.09 02:56:05.032771 [ 188 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part
18544 2024.11.09 02:56:05.032929 [ 282 ] {5404f484-dc8d-4faa-865d-3917e1af8129} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45914) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
18545 2024.11.09 02:56:05.033197 [ 282 ] {5404f484-dc8d-4faa-865d-3917e1af8129} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
18546 2024.11.09 02:56:05.033412 [ 188 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part
18547 2024.11.09 02:56:05.034088 [ 188 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part
18548 2024.11.09 02:56:05.036315 [ 282 ] {5404f484-dc8d-4faa-865d-3917e1af8129} <Trace> ParallelParsingInputFormat: Parallel parsing is used
18549 2024.11.09 02:56:05.038318 [ 220 ] {} <Debug> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
18550 2024.11.09 02:56:05.038669 [ 282 ] {5404f484-dc8d-4faa-865d-3917e1af8129} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18551 2024.11.09 02:56:05.038799 [ 282 ] {5404f484-dc8d-4faa-865d-3917e1af8129} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
18552 2024.11.09 02:56:05.039620 [ 192 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.009723261 sec., 3085.384625590118 rows/sec., 195.85 KiB/sec.
18553 2024.11.09 02:56:05.039910 [ 192 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary)
18554 2024.11.09 02:56:05.040326 [ 282 ] {5404f484-dc8d-4faa-865d-3917e1af8129} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
18555 2024.11.09 02:56:05.040819 [ 192 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_37_9} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18556 2024.11.09 02:56:05.040961 [ 192 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_37_9} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9
18557 2024.11.09 02:56:05.041118 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
18558 2024.11.09 02:56:05.041198 [ 282 ] {5404f484-dc8d-4faa-865d-3917e1af8129} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18559 2024.11.09 02:56:05.041357 [ 282 ] {5404f484-dc8d-4faa-865d-3917e1af8129} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.008848 sec., 47807.41410488246 rows/sec., 3.42 MiB/sec.
18560 2024.11.09 02:56:05.041575 [ 282 ] {5404f484-dc8d-4faa-865d-3917e1af8129} <Debug> DynamicQueryHandler: Done processing query
18561 2024.11.09 02:56:05.041600 [ 282 ] {5404f484-dc8d-4faa-865d-3917e1af8129} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
18562 2024.11.09 02:56:05.041617 [ 282 ] {} <Debug> HTTP-Session: 09cba1da-bb7d-4f50-a283-3cff3d239fbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
18563 2024.11.09 02:56:05.041830 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45914, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18564 2024.11.09 02:56:05.041889 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50482, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18565 2024.11.09 02:56:05.041966 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
18566 2024.11.09 02:56:05.041991 [ 285 ] {} <Debug> HTTP-Session: d4662408-7f32-4104-95c4-3a4566169d33 Authenticating user 'default' from [fd00:1122:3344:101::d]:50482
18567 2024.11.09 02:56:05.042010 [ 285 ] {} <Debug> HTTP-Session: d4662408-7f32-4104-95c4-3a4566169d33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
18568 2024.11.09 02:56:05.042025 [ 285 ] {} <Debug> HTTP-Session: d4662408-7f32-4104-95c4-3a4566169d33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
18569 2024.11.09 02:56:05.042065 [ 285 ] {} <Trace> HTTP-Session: d4662408-7f32-4104-95c4-3a4566169d33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18570 2024.11.09 02:56:05.042183 [ 285 ] {c791b7b3-fb65-4f5d-b489-219d8a72e993} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50482) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
18571 2024.11.09 02:56:05.042235 [ 285 ] {c791b7b3-fb65-4f5d-b489-219d8a72e993} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
18572 2024.11.09 02:56:05.042400 [ 285 ] {c791b7b3-fb65-4f5d-b489-219d8a72e993} <Trace> ParallelParsingInputFormat: Parallel parsing is used
18573 2024.11.09 02:56:05.042696 [ 285 ] {c791b7b3-fb65-4f5d-b489-219d8a72e993} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18574 2024.11.09 02:56:05.042734 [ 285 ] {c791b7b3-fb65-4f5d-b489-219d8a72e993} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
18575 2024.11.09 02:56:05.043095 [ 285 ] {c791b7b3-fb65-4f5d-b489-219d8a72e993} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
18576 2024.11.09 02:56:05.043422 [ 285 ] {c791b7b3-fb65-4f5d-b489-219d8a72e993} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18577 2024.11.09 02:56:05.043568 [ 285 ] {c791b7b3-fb65-4f5d-b489-219d8a72e993} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001414 sec., 4243.281471004244 rows/sec., 221.69 KiB/sec.
18578 2024.11.09 02:56:05.043738 [ 285 ] {c791b7b3-fb65-4f5d-b489-219d8a72e993} <Debug> DynamicQueryHandler: Done processing query
18579 2024.11.09 02:56:05.043761 [ 285 ] {c791b7b3-fb65-4f5d-b489-219d8a72e993} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
18580 2024.11.09 02:56:05.043778 [ 285 ] {} <Debug> HTTP-Session: d4662408-7f32-4104-95c4-3a4566169d33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
18581 2024.11.09 02:56:05.043980 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50482, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18582 2024.11.09 02:56:05.044068 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58273, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18583 2024.11.09 02:56:05.044139 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
18584 2024.11.09 02:56:05.044164 [ 282 ] {} <Debug> HTTP-Session: d1c18359-1dc2-4098-85df-1b9cf61cf818 Authenticating user 'default' from [fd00:1122:3344:101::d]:58273
18585 2024.11.09 02:56:05.044186 [ 282 ] {} <Debug> HTTP-Session: d1c18359-1dc2-4098-85df-1b9cf61cf818 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
18586 2024.11.09 02:56:05.044203 [ 282 ] {} <Debug> HTTP-Session: d1c18359-1dc2-4098-85df-1b9cf61cf818 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
18587 2024.11.09 02:56:05.044252 [ 282 ] {} <Trace> HTTP-Session: d1c18359-1dc2-4098-85df-1b9cf61cf818 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18588 2024.11.09 02:56:05.044502 [ 282 ] {b62b09f5-9c9d-4875-a3ba-784e99b5bd99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58273) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
18589 2024.11.09 02:56:05.044556 [ 282 ] {b62b09f5-9c9d-4875-a3ba-784e99b5bd99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
18590 2024.11.09 02:56:05.044737 [ 282 ] {b62b09f5-9c9d-4875-a3ba-784e99b5bd99} <Trace> ParallelParsingInputFormat: Parallel parsing is used
18591 2024.11.09 02:56:05.045188 [ 282 ] {b62b09f5-9c9d-4875-a3ba-784e99b5bd99} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18592 2024.11.09 02:56:05.045224 [ 282 ] {b62b09f5-9c9d-4875-a3ba-784e99b5bd99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
18593 2024.11.09 02:56:05.045634 [ 282 ] {b62b09f5-9c9d-4875-a3ba-784e99b5bd99} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
18594 2024.11.09 02:56:05.045987 [ 282 ] {b62b09f5-9c9d-4875-a3ba-784e99b5bd99} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18595 2024.11.09 02:56:05.046117 [ 282 ] {b62b09f5-9c9d-4875-a3ba-784e99b5bd99} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00175 sec., 135428.57142857142 rows/sec., 9.08 MiB/sec.
18596 2024.11.09 02:56:05.046287 [ 282 ] {b62b09f5-9c9d-4875-a3ba-784e99b5bd99} <Debug> DynamicQueryHandler: Done processing query
18597 2024.11.09 02:56:05.046312 [ 282 ] {b62b09f5-9c9d-4875-a3ba-784e99b5bd99} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
18598 2024.11.09 02:56:05.046328 [ 282 ] {} <Debug> HTTP-Session: d1c18359-1dc2-4098-85df-1b9cf61cf818 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
18599 2024.11.09 02:56:05.046560 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58273, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18600 2024.11.09 02:56:05.046570 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50482, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18601 2024.11.09 02:56:05.046654 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
18602 2024.11.09 02:56:05.046681 [ 285 ] {} <Debug> HTTP-Session: 435d0389-9227-49f9-afa3-c94672254134 Authenticating user 'default' from [fd00:1122:3344:101::d]:50482
18603 2024.11.09 02:56:05.046703 [ 285 ] {} <Debug> HTTP-Session: 435d0389-9227-49f9-afa3-c94672254134 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
18604 2024.11.09 02:56:05.046720 [ 285 ] {} <Debug> HTTP-Session: 435d0389-9227-49f9-afa3-c94672254134 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
18605 2024.11.09 02:56:05.046759 [ 285 ] {} <Trace> HTTP-Session: 435d0389-9227-49f9-afa3-c94672254134 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18606 2024.11.09 02:56:05.046862 [ 285 ] {5c9899a9-f0c8-47ac-bb34-02ec2390a217} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50482) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
18607 2024.11.09 02:56:05.046912 [ 285 ] {5c9899a9-f0c8-47ac-bb34-02ec2390a217} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
18608 2024.11.09 02:56:05.047075 [ 285 ] {5c9899a9-f0c8-47ac-bb34-02ec2390a217} <Trace> ParallelParsingInputFormat: Parallel parsing is used
18609 2024.11.09 02:56:05.047345 [ 285 ] {5c9899a9-f0c8-47ac-bb34-02ec2390a217} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18610 2024.11.09 02:56:05.047380 [ 285 ] {5c9899a9-f0c8-47ac-bb34-02ec2390a217} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
18611 2024.11.09 02:56:05.047727 [ 285 ] {5c9899a9-f0c8-47ac-bb34-02ec2390a217} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
18612 2024.11.09 02:56:05.048057 [ 285 ] {5c9899a9-f0c8-47ac-bb34-02ec2390a217} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18613 2024.11.09 02:56:05.048212 [ 285 ] {5c9899a9-f0c8-47ac-bb34-02ec2390a217} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001367 sec., 731.528895391368 rows/sec., 49.29 KiB/sec.
18614 2024.11.09 02:56:05.048389 [ 285 ] {5c9899a9-f0c8-47ac-bb34-02ec2390a217} <Debug> DynamicQueryHandler: Done processing query
18615 2024.11.09 02:56:05.048414 [ 285 ] {5c9899a9-f0c8-47ac-bb34-02ec2390a217} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
18616 2024.11.09 02:56:05.048429 [ 285 ] {} <Debug> HTTP-Session: 435d0389-9227-49f9-afa3-c94672254134 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
18617 2024.11.09 02:56:05.048625 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50482, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18618 2024.11.09 02:56:05.048717 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60515, User-Agent: (none), Length: 69107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18619 2024.11.09 02:56:05.048786 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
18620 2024.11.09 02:56:05.048810 [ 282 ] {} <Debug> HTTP-Session: 48f50714-8ec6-4aea-b4af-fb8c7f178bcf Authenticating user 'default' from [fd00:1122:3344:101::d]:60515
18621 2024.11.09 02:56:05.048831 [ 282 ] {} <Debug> HTTP-Session: 48f50714-8ec6-4aea-b4af-fb8c7f178bcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
18622 2024.11.09 02:56:05.048849 [ 282 ] {} <Debug> HTTP-Session: 48f50714-8ec6-4aea-b4af-fb8c7f178bcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
18623 2024.11.09 02:56:05.048894 [ 282 ] {} <Trace> HTTP-Session: 48f50714-8ec6-4aea-b4af-fb8c7f178bcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18624 2024.11.09 02:56:05.049414 [ 282 ] {a7dc6f6a-844a-4226-b215-cd446ecda64a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60515) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
18625 2024.11.09 02:56:05.049492 [ 282 ] {a7dc6f6a-844a-4226-b215-cd446ecda64a} <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
18626 2024.11.09 02:56:05.049994 [ 282 ] {a7dc6f6a-844a-4226-b215-cd446ecda64a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
18627 2024.11.09 02:56:05.050778 [ 282 ] {a7dc6f6a-844a-4226-b215-cd446ecda64a} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18628 2024.11.09 02:56:05.050817 [ 282 ] {a7dc6f6a-844a-4226-b215-cd446ecda64a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
18629 2024.11.09 02:56:05.051512 [ 282 ] {a7dc6f6a-844a-4226-b215-cd446ecda64a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
18630 2024.11.09 02:56:05.051934 [ 282 ] {a7dc6f6a-844a-4226-b215-cd446ecda64a} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18631 2024.11.09 02:56:05.052090 [ 282 ] {a7dc6f6a-844a-4226-b215-cd446ecda64a} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003051 sec., 13438.216978039987 rows/sec., 24.08 MiB/sec.
18632 2024.11.09 02:56:05.052612 [ 282 ] {a7dc6f6a-844a-4226-b215-cd446ecda64a} <Debug> DynamicQueryHandler: Done processing query
18633 2024.11.09 02:56:05.052638 [ 282 ] {a7dc6f6a-844a-4226-b215-cd446ecda64a} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB.
18634 2024.11.09 02:56:05.052655 [ 282 ] {} <Debug> HTTP-Session: 48f50714-8ec6-4aea-b4af-fb8c7f178bcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
18635 2024.11.09 02:56:05.052841 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50482, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18636 2024.11.09 02:56:05.052860 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60515, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18637 2024.11.09 02:56:05.052927 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
18638 2024.11.09 02:56:05.052984 [ 285 ] {} <Debug> HTTP-Session: e51c3d50-d3b9-4067-8eba-f38d94964881 Authenticating user 'default' from [fd00:1122:3344:101::d]:50482
18639 2024.11.09 02:56:05.053013 [ 285 ] {} <Debug> HTTP-Session: e51c3d50-d3b9-4067-8eba-f38d94964881 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
18640 2024.11.09 02:56:05.053031 [ 285 ] {} <Debug> HTTP-Session: e51c3d50-d3b9-4067-8eba-f38d94964881 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
18641 2024.11.09 02:56:05.053077 [ 285 ] {} <Trace> HTTP-Session: e51c3d50-d3b9-4067-8eba-f38d94964881 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18642 2024.11.09 02:56:05.053268 [ 285 ] {ffda46bc-7c14-47b1-88cc-814116bf25b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50482) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
18643 2024.11.09 02:56:05.053329 [ 285 ] {ffda46bc-7c14-47b1-88cc-814116bf25b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
18644 2024.11.09 02:56:05.053502 [ 285 ] {ffda46bc-7c14-47b1-88cc-814116bf25b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
18645 2024.11.09 02:56:05.053886 [ 285 ] {ffda46bc-7c14-47b1-88cc-814116bf25b6} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18646 2024.11.09 02:56:05.053923 [ 285 ] {ffda46bc-7c14-47b1-88cc-814116bf25b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
18647 2024.11.09 02:56:05.054287 [ 285 ] {ffda46bc-7c14-47b1-88cc-814116bf25b6} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
18648 2024.11.09 02:56:05.054630 [ 285 ] {ffda46bc-7c14-47b1-88cc-814116bf25b6} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18649 2024.11.09 02:56:05.054779 [ 285 ] {ffda46bc-7c14-47b1-88cc-814116bf25b6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001604 sec., 51122.19451371571 rows/sec., 3.25 MiB/sec.
18650 2024.11.09 02:56:05.054886 [ 223 ] {} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
18651 2024.11.09 02:56:05.054939 [ 223 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
18652 2024.11.09 02:56:05.055031 [ 285 ] {ffda46bc-7c14-47b1-88cc-814116bf25b6} <Debug> DynamicQueryHandler: Done processing query
18653 2024.11.09 02:56:05.055087 [ 285 ] {ffda46bc-7c14-47b1-88cc-814116bf25b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
18654 2024.11.09 02:56:05.055146 [ 285 ] {} <Debug> HTTP-Session: e51c3d50-d3b9-4067-8eba-f38d94964881 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
18655 2024.11.09 02:56:05.055495 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50482, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18656 2024.11.09 02:56:05.057072 [ 223 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
18657 2024.11.09 02:56:05.582863 [ 222 ] {} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
18658 2024.11.09 02:56:05.582939 [ 222 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
18659 2024.11.09 02:56:05.585045 [ 222 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
18660 2024.11.09 02:56:05.941574 [ 223 ] {} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
18661 2024.11.09 02:56:05.941649 [ 223 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
18662 2024.11.09 02:56:05.944048 [ 223 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
18663 2024.11.09 02:56:06.140574 [ 46 ] {} <Debug> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0
18664 2024.11.09 02:56:06.140640 [ 46 ] {} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18665 2024.11.09 02:56:06.140667 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
18666 2024.11.09 02:56:06.140858 [ 201 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full
18667 2024.11.09 02:56:06.141415 [ 201 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18668 2024.11.09 02:56:06.141508 [ 201 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 18 rows starting from the beginning of the part
18669 2024.11.09 02:56:06.141597 [ 201 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 8 rows starting from the beginning of the part
18670 2024.11.09 02:56:06.141841 [ 201 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part
18671 2024.11.09 02:56:06.141993 [ 201 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 4 rows starting from the beginning of the part
18672 2024.11.09 02:56:06.142258 [ 201 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 4 rows starting from the beginning of the part
18673 2024.11.09 02:56:06.143439 [ 191 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002699195 sec., 13337.309827559697 rows/sec., 1.11 MiB/sec.
18674 2024.11.09 02:56:06.143635 [ 191 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary)
18675 2024.11.09 02:56:06.144174 [ 191 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_33_8} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18676 2024.11.09 02:56:06.144283 [ 191 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_33_8} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8
18677 2024.11.09 02:56:06.144402 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
18678 2024.11.09 02:56:06.377753 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
18679 2024.11.09 02:56:06.377844 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
18680 2024.11.09 02:56:06.380075 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
18681 2024.11.09 02:56:10.008920 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37322, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18682 2024.11.09 02:56:10.009055 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
18683 2024.11.09 02:56:10.009086 [ 282 ] {} <Debug> HTTP-Session: 31692a8d-9662-4159-909b-e2d3600a596d Authenticating user 'default' from [fd00:1122:3344:101::d]:37322
18684 2024.11.09 02:56:10.009115 [ 282 ] {} <Debug> HTTP-Session: 31692a8d-9662-4159-909b-e2d3600a596d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
18685 2024.11.09 02:56:10.009133 [ 282 ] {} <Debug> HTTP-Session: 31692a8d-9662-4159-909b-e2d3600a596d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
18686 2024.11.09 02:56:10.009191 [ 282 ] {} <Trace> HTTP-Session: 31692a8d-9662-4159-909b-e2d3600a596d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18687 2024.11.09 02:56:10.009409 [ 282 ] {27fcb4bf-385f-48f0-8517-ede2cdf12336} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37322) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
18688 2024.11.09 02:56:10.009492 [ 282 ] {27fcb4bf-385f-48f0-8517-ede2cdf12336} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
18689 2024.11.09 02:56:10.009866 [ 282 ] {27fcb4bf-385f-48f0-8517-ede2cdf12336} <Trace> ParallelParsingInputFormat: Parallel parsing is used
18690 2024.11.09 02:56:10.010331 [ 282 ] {27fcb4bf-385f-48f0-8517-ede2cdf12336} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18691 2024.11.09 02:56:10.010385 [ 282 ] {27fcb4bf-385f-48f0-8517-ede2cdf12336} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
18692 2024.11.09 02:56:10.010835 [ 282 ] {27fcb4bf-385f-48f0-8517-ede2cdf12336} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
18693 2024.11.09 02:56:10.011261 [ 282 ] {27fcb4bf-385f-48f0-8517-ede2cdf12336} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18694 2024.11.09 02:56:10.011459 [ 282 ] {27fcb4bf-385f-48f0-8517-ede2cdf12336} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.002111 sec., 3789.673140691615 rows/sec., 309.02 KiB/sec.
18695 2024.11.09 02:56:10.011721 [ 282 ] {27fcb4bf-385f-48f0-8517-ede2cdf12336} <Debug> DynamicQueryHandler: Done processing query
18696 2024.11.09 02:56:10.011753 [ 282 ] {27fcb4bf-385f-48f0-8517-ede2cdf12336} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
18697 2024.11.09 02:56:10.011771 [ 282 ] {} <Debug> HTTP-Session: 31692a8d-9662-4159-909b-e2d3600a596d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
18698 2024.11.09 02:56:10.012033 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37322, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18699 2024.11.09 02:56:10.012242 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51154, User-Agent: (none), Length: 8380, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18700 2024.11.09 02:56:10.012424 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
18701 2024.11.09 02:56:10.012470 [ 285 ] {} <Debug> HTTP-Session: 5cb488e9-8691-4a80-8485-91858fde9e9b Authenticating user 'default' from [fd00:1122:3344:101::d]:51154
18702 2024.11.09 02:56:10.012511 [ 285 ] {} <Debug> HTTP-Session: 5cb488e9-8691-4a80-8485-91858fde9e9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
18703 2024.11.09 02:56:10.012538 [ 285 ] {} <Debug> HTTP-Session: 5cb488e9-8691-4a80-8485-91858fde9e9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
18704 2024.11.09 02:56:10.012624 [ 285 ] {} <Trace> HTTP-Session: 5cb488e9-8691-4a80-8485-91858fde9e9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18705 2024.11.09 02:56:10.012833 [ 285 ] {1cf99b36-6bff-4a32-8170-5807642b3756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51154) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
18706 2024.11.09 02:56:10.012902 [ 285 ] {1cf99b36-6bff-4a32-8170-5807642b3756} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
18707 2024.11.09 02:56:10.013249 [ 285 ] {1cf99b36-6bff-4a32-8170-5807642b3756} <Trace> ParallelParsingInputFormat: Parallel parsing is used
18708 2024.11.09 02:56:10.013747 [ 285 ] {1cf99b36-6bff-4a32-8170-5807642b3756} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18709 2024.11.09 02:56:10.013788 [ 285 ] {1cf99b36-6bff-4a32-8170-5807642b3756} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
18710 2024.11.09 02:56:10.014220 [ 285 ] {1cf99b36-6bff-4a32-8170-5807642b3756} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
18711 2024.11.09 02:56:10.014625 [ 285 ] {1cf99b36-6bff-4a32-8170-5807642b3756} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18712 2024.11.09 02:56:10.014768 [ 285 ] {1cf99b36-6bff-4a32-8170-5807642b3756} <Debug> executeQuery: Read 60 rows, 4.70 KiB in 0.002008 sec., 29880.478087649404 rows/sec., 2.28 MiB/sec.
18713 2024.11.09 02:56:10.014970 [ 285 ] {1cf99b36-6bff-4a32-8170-5807642b3756} <Debug> DynamicQueryHandler: Done processing query
18714 2024.11.09 02:56:10.014997 [ 285 ] {1cf99b36-6bff-4a32-8170-5807642b3756} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
18715 2024.11.09 02:56:10.015013 [ 285 ] {} <Debug> HTTP-Session: 5cb488e9-8691-4a80-8485-91858fde9e9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
18716 2024.11.09 02:56:10.015161 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51154, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18717 2024.11.09 02:56:10.015238 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61396, User-Agent: (none), Length: 1168, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18718 2024.11.09 02:56:10.015335 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
18719 2024.11.09 02:56:10.015360 [ 282 ] {} <Debug> HTTP-Session: 2797f0a5-e955-4b40-aa7b-4e160aaab13f Authenticating user 'default' from [fd00:1122:3344:101::d]:61396
18720 2024.11.09 02:56:10.015383 [ 282 ] {} <Debug> HTTP-Session: 2797f0a5-e955-4b40-aa7b-4e160aaab13f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
18721 2024.11.09 02:56:10.015400 [ 282 ] {} <Debug> HTTP-Session: 2797f0a5-e955-4b40-aa7b-4e160aaab13f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
18722 2024.11.09 02:56:10.015450 [ 282 ] {} <Trace> HTTP-Session: 2797f0a5-e955-4b40-aa7b-4e160aaab13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18723 2024.11.09 02:56:10.015602 [ 282 ] {859337d2-e2d6-4e75-8ce4-5bc673d9209e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61396) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
18724 2024.11.09 02:56:10.015657 [ 282 ] {859337d2-e2d6-4e75-8ce4-5bc673d9209e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
18725 2024.11.09 02:56:10.015945 [ 282 ] {859337d2-e2d6-4e75-8ce4-5bc673d9209e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
18726 2024.11.09 02:56:10.016313 [ 282 ] {859337d2-e2d6-4e75-8ce4-5bc673d9209e} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18727 2024.11.09 02:56:10.016354 [ 282 ] {859337d2-e2d6-4e75-8ce4-5bc673d9209e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
18728 2024.11.09 02:56:10.016736 [ 282 ] {859337d2-e2d6-4e75-8ce4-5bc673d9209e} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
18729 2024.11.09 02:56:10.017116 [ 282 ] {859337d2-e2d6-4e75-8ce4-5bc673d9209e} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18730 2024.11.09 02:56:10.017281 [ 282 ] {859337d2-e2d6-4e75-8ce4-5bc673d9209e} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.001714 sec., 4667.444574095683 rows/sec., 325.90 KiB/sec.
18731 2024.11.09 02:56:10.017479 [ 282 ] {859337d2-e2d6-4e75-8ce4-5bc673d9209e} <Debug> DynamicQueryHandler: Done processing query
18732 2024.11.09 02:56:10.017505 [ 282 ] {859337d2-e2d6-4e75-8ce4-5bc673d9209e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
18733 2024.11.09 02:56:10.017522 [ 282 ] {} <Debug> HTTP-Session: 2797f0a5-e955-4b40-aa7b-4e160aaab13f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
18734 2024.11.09 02:56:10.017695 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61396, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18735 2024.11.09 02:56:10.017756 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61075, User-Agent: (none), Length: 12262, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18736 2024.11.09 02:56:10.017838 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
18737 2024.11.09 02:56:10.017863 [ 285 ] {} <Debug> HTTP-Session: d297fec9-ec93-4796-ad9f-1634b04605c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61075
18738 2024.11.09 02:56:10.017883 [ 285 ] {} <Debug> HTTP-Session: d297fec9-ec93-4796-ad9f-1634b04605c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
18739 2024.11.09 02:56:10.017899 [ 285 ] {} <Debug> HTTP-Session: d297fec9-ec93-4796-ad9f-1634b04605c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
18740 2024.11.09 02:56:10.017940 [ 285 ] {} <Trace> HTTP-Session: d297fec9-ec93-4796-ad9f-1634b04605c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18741 2024.11.09 02:56:10.018083 [ 285 ] {6f1c7c38-3227-4aa5-b6de-ddf15f8bae31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61075) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
18742 2024.11.09 02:56:10.018135 [ 285 ] {6f1c7c38-3227-4aa5-b6de-ddf15f8bae31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
18743 2024.11.09 02:56:10.018419 [ 285 ] {6f1c7c38-3227-4aa5-b6de-ddf15f8bae31} <Trace> ParallelParsingInputFormat: Parallel parsing is used
18744 2024.11.09 02:56:10.018801 [ 285 ] {6f1c7c38-3227-4aa5-b6de-ddf15f8bae31} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18745 2024.11.09 02:56:10.018839 [ 285 ] {6f1c7c38-3227-4aa5-b6de-ddf15f8bae31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
18746 2024.11.09 02:56:10.019213 [ 285 ] {6f1c7c38-3227-4aa5-b6de-ddf15f8bae31} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
18747 2024.11.09 02:56:10.019607 [ 285 ] {6f1c7c38-3227-4aa5-b6de-ddf15f8bae31} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18748 2024.11.09 02:56:10.019732 [ 285 ] {6f1c7c38-3227-4aa5-b6de-ddf15f8bae31} <Debug> executeQuery: Read 72 rows, 5.77 KiB in 0.001704 sec., 42253.52112676056 rows/sec., 3.31 MiB/sec.
18749 2024.11.09 02:56:10.019917 [ 285 ] {6f1c7c38-3227-4aa5-b6de-ddf15f8bae31} <Debug> DynamicQueryHandler: Done processing query
18750 2024.11.09 02:56:10.019957 [ 285 ] {6f1c7c38-3227-4aa5-b6de-ddf15f8bae31} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
18751 2024.11.09 02:56:10.019991 [ 285 ] {} <Debug> HTTP-Session: d297fec9-ec93-4796-ad9f-1634b04605c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
18752 2024.11.09 02:56:10.020180 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61075, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18753 2024.11.09 02:56:10.020269 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51802, User-Agent: (none), Length: 25300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18754 2024.11.09 02:56:10.020352 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
18755 2024.11.09 02:56:10.020378 [ 282 ] {} <Debug> HTTP-Session: 4ad5a96e-5081-47b2-90c8-2605ec6c8a49 Authenticating user 'default' from [fd00:1122:3344:101::d]:51802
18756 2024.11.09 02:56:10.020401 [ 282 ] {} <Debug> HTTP-Session: 4ad5a96e-5081-47b2-90c8-2605ec6c8a49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
18757 2024.11.09 02:56:10.020418 [ 282 ] {} <Debug> HTTP-Session: 4ad5a96e-5081-47b2-90c8-2605ec6c8a49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
18758 2024.11.09 02:56:10.020467 [ 282 ] {} <Trace> HTTP-Session: 4ad5a96e-5081-47b2-90c8-2605ec6c8a49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18759 2024.11.09 02:56:10.020654 [ 282 ] {84aec625-7cc7-4aac-8a34-621bbd6afe7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51802) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
18760 2024.11.09 02:56:10.020709 [ 282 ] {84aec625-7cc7-4aac-8a34-621bbd6afe7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
18761 2024.11.09 02:56:10.020895 [ 282 ] {84aec625-7cc7-4aac-8a34-621bbd6afe7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
18762 2024.11.09 02:56:10.021304 [ 282 ] {84aec625-7cc7-4aac-8a34-621bbd6afe7e} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18763 2024.11.09 02:56:10.021342 [ 282 ] {84aec625-7cc7-4aac-8a34-621bbd6afe7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
18764 2024.11.09 02:56:10.021744 [ 282 ] {84aec625-7cc7-4aac-8a34-621bbd6afe7e} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
18765 2024.11.09 02:56:10.022091 [ 282 ] {84aec625-7cc7-4aac-8a34-621bbd6afe7e} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18766 2024.11.09 02:56:10.022251 [ 282 ] {84aec625-7cc7-4aac-8a34-621bbd6afe7e} <Debug> executeQuery: Read 132 rows, 9.41 KiB in 0.001679 sec., 78618.22513400835 rows/sec., 5.47 MiB/sec.
18767 2024.11.09 02:56:10.022440 [ 282 ] {84aec625-7cc7-4aac-8a34-621bbd6afe7e} <Debug> DynamicQueryHandler: Done processing query
18768 2024.11.09 02:56:10.022464 [ 282 ] {84aec625-7cc7-4aac-8a34-621bbd6afe7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
18769 2024.11.09 02:56:10.022480 [ 282 ] {} <Debug> HTTP-Session: 4ad5a96e-5081-47b2-90c8-2605ec6c8a49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
18770 2024.11.09 02:56:10.022687 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51802, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18771 2024.11.09 02:56:10.022776 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57626, User-Agent: (none), Length: 7317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18772 2024.11.09 02:56:10.022850 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
18773 2024.11.09 02:56:10.022874 [ 285 ] {} <Debug> HTTP-Session: 767413cc-382b-4abd-85c3-eded5e1feb65 Authenticating user 'default' from [fd00:1122:3344:101::d]:57626
18774 2024.11.09 02:56:10.022895 [ 285 ] {} <Debug> HTTP-Session: 767413cc-382b-4abd-85c3-eded5e1feb65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
18775 2024.11.09 02:56:10.022912 [ 285 ] {} <Debug> HTTP-Session: 767413cc-382b-4abd-85c3-eded5e1feb65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
18776 2024.11.09 02:56:10.022957 [ 285 ] {} <Trace> HTTP-Session: 767413cc-382b-4abd-85c3-eded5e1feb65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18777 2024.11.09 02:56:10.023113 [ 285 ] {6e605250-5d11-47fe-bdb0-6c56cee3965a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57626) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
18778 2024.11.09 02:56:10.023172 [ 285 ] {6e605250-5d11-47fe-bdb0-6c56cee3965a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
18779 2024.11.09 02:56:10.023365 [ 285 ] {6e605250-5d11-47fe-bdb0-6c56cee3965a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
18780 2024.11.09 02:56:10.023705 [ 285 ] {6e605250-5d11-47fe-bdb0-6c56cee3965a} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18781 2024.11.09 02:56:10.023742 [ 285 ] {6e605250-5d11-47fe-bdb0-6c56cee3965a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
18782 2024.11.09 02:56:10.024124 [ 285 ] {6e605250-5d11-47fe-bdb0-6c56cee3965a} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
18783 2024.11.09 02:56:10.024467 [ 285 ] {6e605250-5d11-47fe-bdb0-6c56cee3965a} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18784 2024.11.09 02:56:10.024605 [ 285 ] {6e605250-5d11-47fe-bdb0-6c56cee3965a} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001547 sec., 31027.795733678086 rows/sec., 2.09 MiB/sec.
18785 2024.11.09 02:56:10.024780 [ 285 ] {6e605250-5d11-47fe-bdb0-6c56cee3965a} <Debug> DynamicQueryHandler: Done processing query
18786 2024.11.09 02:56:10.024805 [ 285 ] {6e605250-5d11-47fe-bdb0-6c56cee3965a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
18787 2024.11.09 02:56:10.024821 [ 285 ] {} <Debug> HTTP-Session: 767413cc-382b-4abd-85c3-eded5e1feb65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
18788 2024.11.09 02:56:10.025099 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57626, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18789 2024.11.09 02:56:11.841543 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1676
18790 2024.11.09 02:56:11.844743 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18791 2024.11.09 02:56:11.844801 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
18792 2024.11.09 02:56:11.846410 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
18793 2024.11.09 02:56:11.847483 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18794 2024.11.09 02:56:11.848137 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1676
18795 2024.11.09 02:56:15.011162 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44886, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18796 2024.11.09 02:56:15.011291 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
18797 2024.11.09 02:56:15.011323 [ 283 ] {} <Debug> HTTP-Session: f80a67ec-5f24-4f97-acc4-0d0885bc9076 Authenticating user 'default' from [fd00:1122:3344:101::d]:44886
18798 2024.11.09 02:56:15.011352 [ 283 ] {} <Debug> HTTP-Session: f80a67ec-5f24-4f97-acc4-0d0885bc9076 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
18799 2024.11.09 02:56:15.011372 [ 283 ] {} <Debug> HTTP-Session: f80a67ec-5f24-4f97-acc4-0d0885bc9076 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
18800 2024.11.09 02:56:15.011431 [ 283 ] {} <Trace> HTTP-Session: f80a67ec-5f24-4f97-acc4-0d0885bc9076 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18801 2024.11.09 02:56:15.011663 [ 283 ] {d4360bcd-abb5-42e1-bde1-c63bb8ab7007} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44886) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
18802 2024.11.09 02:56:15.011742 [ 283 ] {d4360bcd-abb5-42e1-bde1-c63bb8ab7007} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
18803 2024.11.09 02:56:15.012087 [ 283 ] {d4360bcd-abb5-42e1-bde1-c63bb8ab7007} <Trace> ParallelParsingInputFormat: Parallel parsing is used
18804 2024.11.09 02:56:15.012598 [ 283 ] {d4360bcd-abb5-42e1-bde1-c63bb8ab7007} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18805 2024.11.09 02:56:15.012643 [ 283 ] {d4360bcd-abb5-42e1-bde1-c63bb8ab7007} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
18806 2024.11.09 02:56:15.013087 [ 283 ] {d4360bcd-abb5-42e1-bde1-c63bb8ab7007} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
18807 2024.11.09 02:56:15.013499 [ 283 ] {d4360bcd-abb5-42e1-bde1-c63bb8ab7007} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18808 2024.11.09 02:56:15.013669 [ 283 ] {d4360bcd-abb5-42e1-bde1-c63bb8ab7007} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00208 sec., 26923.076923076926 rows/sec., 2.07 MiB/sec.
18809 2024.11.09 02:56:15.013994 [ 283 ] {d4360bcd-abb5-42e1-bde1-c63bb8ab7007} <Debug> DynamicQueryHandler: Done processing query
18810 2024.11.09 02:56:15.014062 [ 283 ] {d4360bcd-abb5-42e1-bde1-c63bb8ab7007} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
18811 2024.11.09 02:56:15.014122 [ 283 ] {} <Debug> HTTP-Session: f80a67ec-5f24-4f97-acc4-0d0885bc9076 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
18812 2024.11.09 02:56:15.014404 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44886, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18813 2024.11.09 02:56:15.014488 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49794, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18814 2024.11.09 02:56:15.014628 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
18815 2024.11.09 02:56:15.014658 [ 306 ] {} <Debug> HTTP-Session: 176d9ad8-d5f4-40a6-899d-8f966a7a66f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:49794
18816 2024.11.09 02:56:15.014688 [ 306 ] {} <Debug> HTTP-Session: 176d9ad8-d5f4-40a6-899d-8f966a7a66f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
18817 2024.11.09 02:56:15.014705 [ 306 ] {} <Debug> HTTP-Session: 176d9ad8-d5f4-40a6-899d-8f966a7a66f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
18818 2024.11.09 02:56:15.014769 [ 306 ] {} <Trace> HTTP-Session: 176d9ad8-d5f4-40a6-899d-8f966a7a66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18819 2024.11.09 02:56:15.014983 [ 306 ] {7aa1879a-e4a0-4cd3-97ed-df9e0ae9eb27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49794) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
18820 2024.11.09 02:56:15.015054 [ 306 ] {7aa1879a-e4a0-4cd3-97ed-df9e0ae9eb27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
18821 2024.11.09 02:56:15.015410 [ 306 ] {7aa1879a-e4a0-4cd3-97ed-df9e0ae9eb27} <Trace> ParallelParsingInputFormat: Parallel parsing is used
18822 2024.11.09 02:56:15.015879 [ 306 ] {7aa1879a-e4a0-4cd3-97ed-df9e0ae9eb27} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18823 2024.11.09 02:56:15.015937 [ 306 ] {7aa1879a-e4a0-4cd3-97ed-df9e0ae9eb27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
18824 2024.11.09 02:56:15.016453 [ 306 ] {7aa1879a-e4a0-4cd3-97ed-df9e0ae9eb27} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
18825 2024.11.09 02:56:15.016904 [ 306 ] {7aa1879a-e4a0-4cd3-97ed-df9e0ae9eb27} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18826 2024.11.09 02:56:15.017078 [ 306 ] {7aa1879a-e4a0-4cd3-97ed-df9e0ae9eb27} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002167 sec., 29533.917858790956 rows/sec., 2.31 MiB/sec.
18827 2024.11.09 02:56:15.017380 [ 306 ] {7aa1879a-e4a0-4cd3-97ed-df9e0ae9eb27} <Debug> DynamicQueryHandler: Done processing query
18828 2024.11.09 02:56:15.017441 [ 306 ] {7aa1879a-e4a0-4cd3-97ed-df9e0ae9eb27} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
18829 2024.11.09 02:56:15.017508 [ 306 ] {} <Debug> HTTP-Session: 176d9ad8-d5f4-40a6-899d-8f966a7a66f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
18830 2024.11.09 02:56:15.017791 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49794, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18831 2024.11.09 02:56:15.017928 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53031, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18832 2024.11.09 02:56:15.018059 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
18833 2024.11.09 02:56:15.018090 [ 292 ] {} <Debug> HTTP-Session: dd05bcfb-6f78-4f74-92ff-72a856dc1017 Authenticating user 'default' from [fd00:1122:3344:101::d]:53031
18834 2024.11.09 02:56:15.018118 [ 292 ] {} <Debug> HTTP-Session: dd05bcfb-6f78-4f74-92ff-72a856dc1017 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
18835 2024.11.09 02:56:15.018136 [ 292 ] {} <Debug> HTTP-Session: dd05bcfb-6f78-4f74-92ff-72a856dc1017 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
18836 2024.11.09 02:56:15.018196 [ 292 ] {} <Trace> HTTP-Session: dd05bcfb-6f78-4f74-92ff-72a856dc1017 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18837 2024.11.09 02:56:15.018483 [ 292 ] {9b11c25d-ae4a-4a76-bb1f-12e50fad4d01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53031) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
18838 2024.11.09 02:56:15.018572 [ 292 ] {9b11c25d-ae4a-4a76-bb1f-12e50fad4d01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
18839 2024.11.09 02:56:15.018832 [ 292 ] {9b11c25d-ae4a-4a76-bb1f-12e50fad4d01} <Trace> ParallelParsingInputFormat: Parallel parsing is used
18840 2024.11.09 02:56:15.019309 [ 292 ] {9b11c25d-ae4a-4a76-bb1f-12e50fad4d01} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18841 2024.11.09 02:56:15.019357 [ 292 ] {9b11c25d-ae4a-4a76-bb1f-12e50fad4d01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
18842 2024.11.09 02:56:15.019860 [ 292 ] {9b11c25d-ae4a-4a76-bb1f-12e50fad4d01} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
18843 2024.11.09 02:56:15.020281 [ 292 ] {9b11c25d-ae4a-4a76-bb1f-12e50fad4d01} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18844 2024.11.09 02:56:15.020454 [ 292 ] {9b11c25d-ae4a-4a76-bb1f-12e50fad4d01} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00209 sec., 76555.02392344498 rows/sec., 5.33 MiB/sec.
18845 2024.11.09 02:56:15.020750 [ 292 ] {9b11c25d-ae4a-4a76-bb1f-12e50fad4d01} <Debug> DynamicQueryHandler: Done processing query
18846 2024.11.09 02:56:15.020793 [ 292 ] {9b11c25d-ae4a-4a76-bb1f-12e50fad4d01} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
18847 2024.11.09 02:56:15.020826 [ 292 ] {} <Debug> HTTP-Session: dd05bcfb-6f78-4f74-92ff-72a856dc1017 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
18848 2024.11.09 02:56:15.021071 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53031, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18849 2024.11.09 02:56:15.021081 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49794, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18850 2024.11.09 02:56:15.021209 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
18851 2024.11.09 02:56:15.021261 [ 306 ] {} <Debug> HTTP-Session: a6b471d6-dc46-4e74-b99d-839b64070281 Authenticating user 'default' from [fd00:1122:3344:101::d]:49794
18852 2024.11.09 02:56:15.021308 [ 306 ] {} <Debug> HTTP-Session: a6b471d6-dc46-4e74-b99d-839b64070281 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
18853 2024.11.09 02:56:15.021339 [ 306 ] {} <Debug> HTTP-Session: a6b471d6-dc46-4e74-b99d-839b64070281 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
18854 2024.11.09 02:56:15.021412 [ 306 ] {} <Trace> HTTP-Session: a6b471d6-dc46-4e74-b99d-839b64070281 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18855 2024.11.09 02:56:15.021662 [ 306 ] {498a8b5f-d620-4a8c-9876-0daba6931169} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49794) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
18856 2024.11.09 02:56:15.021758 [ 306 ] {498a8b5f-d620-4a8c-9876-0daba6931169} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
18857 2024.11.09 02:56:15.021954 [ 306 ] {498a8b5f-d620-4a8c-9876-0daba6931169} <Trace> ParallelParsingInputFormat: Parallel parsing is used
18858 2024.11.09 02:56:15.022295 [ 306 ] {498a8b5f-d620-4a8c-9876-0daba6931169} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18859 2024.11.09 02:56:15.022334 [ 306 ] {498a8b5f-d620-4a8c-9876-0daba6931169} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
18860 2024.11.09 02:56:15.022719 [ 306 ] {498a8b5f-d620-4a8c-9876-0daba6931169} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
18861 2024.11.09 02:56:15.023054 [ 306 ] {498a8b5f-d620-4a8c-9876-0daba6931169} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18862 2024.11.09 02:56:15.023202 [ 306 ] {498a8b5f-d620-4a8c-9876-0daba6931169} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001639 sec., 36607.68761439902 rows/sec., 2.47 MiB/sec.
18863 2024.11.09 02:56:15.023463 [ 306 ] {498a8b5f-d620-4a8c-9876-0daba6931169} <Debug> DynamicQueryHandler: Done processing query
18864 2024.11.09 02:56:15.023489 [ 306 ] {498a8b5f-d620-4a8c-9876-0daba6931169} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
18865 2024.11.09 02:56:15.023506 [ 306 ] {} <Debug> HTTP-Session: a6b471d6-dc46-4e74-b99d-839b64070281 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
18866 2024.11.09 02:56:15.023853 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49794, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18867 2024.11.09 02:56:16.423656 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache
18868 2024.11.09 02:56:16.423725 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache
18869 2024.11.09 02:56:16.943777 [ 224 ] {} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
18870 2024.11.09 02:56:16.943874 [ 224 ] {} <Debug> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
18871 2024.11.09 02:56:16.946076 [ 224 ] {} <Debug> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
18872 2024.11.09 02:56:17.605424 [ 34 ] {} <Debug> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0
18873 2024.11.09 02:56:17.605494 [ 34 ] {} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18874 2024.11.09 02:56:17.605516 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
18875 2024.11.09 02:56:17.605675 [ 187 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full
18876 2024.11.09 02:56:17.605886 [ 187 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18877 2024.11.09 02:56:17.605945 [ 187 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 198 rows starting from the beginning of the part
18878 2024.11.09 02:56:17.606071 [ 187 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part
18879 2024.11.09 02:56:17.606164 [ 187 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part
18880 2024.11.09 02:56:17.606456 [ 187 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part
18881 2024.11.09 02:56:17.606596 [ 187 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part
18882 2024.11.09 02:56:17.607680 [ 191 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 222 rows, containing 4 columns (4 merged, 0 gathered) in 0.002081454 sec., 106656.21243611438 rows/sec., 5.44 MiB/sec.
18883 2024.11.09 02:56:17.607905 [ 198 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary)
18884 2024.11.09 02:56:17.608482 [ 198 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_37_9} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18885 2024.11.09 02:56:17.608598 [ 198 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_37_9} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9
18886 2024.11.09 02:56:17.608721 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
18887 2024.11.09 02:56:17.721181 [ 34 ] {} <Debug> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0
18888 2024.11.09 02:56:17.721228 [ 34 ] {} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18889 2024.11.09 02:56:17.721252 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
18890 2024.11.09 02:56:17.721389 [ 197 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full
18891 2024.11.09 02:56:17.721661 [ 197 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18892 2024.11.09 02:56:17.721702 [ 197 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 242 rows starting from the beginning of the part
18893 2024.11.09 02:56:17.721795 [ 197 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part
18894 2024.11.09 02:56:17.721910 [ 197 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part
18895 2024.11.09 02:56:17.722141 [ 197 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part
18896 2024.11.09 02:56:17.722223 [ 197 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part
18897 2024.11.09 02:56:17.723243 [ 198 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.00193164 sec., 154273.052949825 rows/sec., 10.50 MiB/sec.
18898 2024.11.09 02:56:17.723461 [ 191 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary)
18899 2024.11.09 02:56:17.723991 [ 191 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_37_9} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18900 2024.11.09 02:56:17.724131 [ 191 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_37_9} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9
18901 2024.11.09 02:56:17.724262 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
18902 2024.11.09 02:56:18.022131 [ 33 ] {} <Debug> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0
18903 2024.11.09 02:56:18.022224 [ 33 ] {} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18904 2024.11.09 02:56:18.022265 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
18905 2024.11.09 02:56:18.022577 [ 198 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full
18906 2024.11.09 02:56:18.023004 [ 198 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18907 2024.11.09 02:56:18.023043 [ 198 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 33 rows starting from the beginning of the part
18908 2024.11.09 02:56:18.023138 [ 198 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part
18909 2024.11.09 02:56:18.023287 [ 198 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part
18910 2024.11.09 02:56:18.023525 [ 198 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part
18911 2024.11.09 02:56:18.023744 [ 198 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part
18912 2024.11.09 02:56:18.024938 [ 191 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37 rows, containing 4 columns (4 merged, 0 gathered) in 0.002561273 sec., 14445.941529856442 rows/sec., 973.41 KiB/sec.
18913 2024.11.09 02:56:18.025231 [ 196 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary)
18914 2024.11.09 02:56:18.025989 [ 196 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_37_9} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18915 2024.11.09 02:56:18.026077 [ 196 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_37_9} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9
18916 2024.11.09 02:56:18.026177 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
18917 2024.11.09 02:56:20.017425 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37101, User-Agent: (none), Length: 41147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18918 2024.11.09 02:56:20.017549 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
18919 2024.11.09 02:56:20.017575 [ 306 ] {} <Debug> HTTP-Session: 20eb20ac-ec7b-48dc-9867-3cc533233c99 Authenticating user 'default' from [fd00:1122:3344:101::d]:37101
18920 2024.11.09 02:56:20.017600 [ 306 ] {} <Debug> HTTP-Session: 20eb20ac-ec7b-48dc-9867-3cc533233c99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
18921 2024.11.09 02:56:20.017615 [ 306 ] {} <Debug> HTTP-Session: 20eb20ac-ec7b-48dc-9867-3cc533233c99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
18922 2024.11.09 02:56:20.017667 [ 306 ] {} <Trace> HTTP-Session: 20eb20ac-ec7b-48dc-9867-3cc533233c99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18923 2024.11.09 02:56:20.017954 [ 306 ] {f90bf99a-2bf6-47e8-b7e0-f416e370f785} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37101) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
18924 2024.11.09 02:56:20.018025 [ 306 ] {f90bf99a-2bf6-47e8-b7e0-f416e370f785} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
18925 2024.11.09 02:56:20.018365 [ 306 ] {f90bf99a-2bf6-47e8-b7e0-f416e370f785} <Trace> ParallelParsingInputFormat: Parallel parsing is used
18926 2024.11.09 02:56:20.019010 [ 306 ] {f90bf99a-2bf6-47e8-b7e0-f416e370f785} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18927 2024.11.09 02:56:20.019060 [ 306 ] {f90bf99a-2bf6-47e8-b7e0-f416e370f785} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
18928 2024.11.09 02:56:20.019514 [ 306 ] {f90bf99a-2bf6-47e8-b7e0-f416e370f785} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
18929 2024.11.09 02:56:20.019921 [ 306 ] {f90bf99a-2bf6-47e8-b7e0-f416e370f785} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18930 2024.11.09 02:56:20.020085 [ 306 ] {f90bf99a-2bf6-47e8-b7e0-f416e370f785} <Debug> executeQuery: Read 271 rows, 24.70 KiB in 0.002251 sec., 120390.93736117281 rows/sec., 10.72 MiB/sec.
18931 2024.11.09 02:56:20.020353 [ 306 ] {f90bf99a-2bf6-47e8-b7e0-f416e370f785} <Debug> DynamicQueryHandler: Done processing query
18932 2024.11.09 02:56:20.020380 [ 306 ] {f90bf99a-2bf6-47e8-b7e0-f416e370f785} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
18933 2024.11.09 02:56:20.020397 [ 306 ] {} <Debug> HTTP-Session: 20eb20ac-ec7b-48dc-9867-3cc533233c99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
18934 2024.11.09 02:56:20.020601 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37101, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18935 2024.11.09 02:56:20.020714 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54482, User-Agent: (none), Length: 5927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18936 2024.11.09 02:56:20.020853 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
18937 2024.11.09 02:56:20.020882 [ 292 ] {} <Debug> HTTP-Session: 4b7c4fdf-45ba-4995-a9b7-706f8f00e5df Authenticating user 'default' from [fd00:1122:3344:101::d]:54482
18938 2024.11.09 02:56:20.020910 [ 292 ] {} <Debug> HTTP-Session: 4b7c4fdf-45ba-4995-a9b7-706f8f00e5df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
18939 2024.11.09 02:56:20.020927 [ 292 ] {} <Debug> HTTP-Session: 4b7c4fdf-45ba-4995-a9b7-706f8f00e5df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
18940 2024.11.09 02:56:20.020989 [ 292 ] {} <Trace> HTTP-Session: 4b7c4fdf-45ba-4995-a9b7-706f8f00e5df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18941 2024.11.09 02:56:20.021191 [ 292 ] {eef34896-1b6c-46b4-bfdc-f67c30278fcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54482) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
18942 2024.11.09 02:56:20.021262 [ 292 ] {eef34896-1b6c-46b4-bfdc-f67c30278fcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
18943 2024.11.09 02:56:20.021615 [ 292 ] {eef34896-1b6c-46b4-bfdc-f67c30278fcd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
18944 2024.11.09 02:56:20.022046 [ 292 ] {eef34896-1b6c-46b4-bfdc-f67c30278fcd} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18945 2024.11.09 02:56:20.022094 [ 292 ] {eef34896-1b6c-46b4-bfdc-f67c30278fcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
18946 2024.11.09 02:56:20.022528 [ 292 ] {eef34896-1b6c-46b4-bfdc-f67c30278fcd} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
18947 2024.11.09 02:56:20.022929 [ 292 ] {eef34896-1b6c-46b4-bfdc-f67c30278fcd} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18948 2024.11.09 02:56:20.023122 [ 292 ] {eef34896-1b6c-46b4-bfdc-f67c30278fcd} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001997 sec., 20530.796194291437 rows/sec., 1.51 MiB/sec.
18949 2024.11.09 02:56:20.023533 [ 292 ] {eef34896-1b6c-46b4-bfdc-f67c30278fcd} <Debug> DynamicQueryHandler: Done processing query
18950 2024.11.09 02:56:20.023612 [ 292 ] {eef34896-1b6c-46b4-bfdc-f67c30278fcd} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
18951 2024.11.09 02:56:20.023689 [ 292 ] {} <Debug> HTTP-Session: 4b7c4fdf-45ba-4995-a9b7-706f8f00e5df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
18952 2024.11.09 02:56:20.023939 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54482, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18953 2024.11.09 02:56:20.024002 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44618, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18954 2024.11.09 02:56:20.024105 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
18955 2024.11.09 02:56:20.024129 [ 306 ] {} <Debug> HTTP-Session: f5d5f29b-7508-4e8a-ae89-2c88d3a92d25 Authenticating user 'default' from [fd00:1122:3344:101::d]:44618
18956 2024.11.09 02:56:20.024152 [ 306 ] {} <Debug> HTTP-Session: f5d5f29b-7508-4e8a-ae89-2c88d3a92d25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
18957 2024.11.09 02:56:20.024167 [ 306 ] {} <Debug> HTTP-Session: f5d5f29b-7508-4e8a-ae89-2c88d3a92d25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
18958 2024.11.09 02:56:20.024208 [ 306 ] {} <Trace> HTTP-Session: f5d5f29b-7508-4e8a-ae89-2c88d3a92d25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18959 2024.11.09 02:56:20.024339 [ 306 ] {113c682c-add6-41d1-883c-8223ad28deb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44618) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
18960 2024.11.09 02:56:20.024392 [ 306 ] {113c682c-add6-41d1-883c-8223ad28deb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
18961 2024.11.09 02:56:20.024664 [ 306 ] {113c682c-add6-41d1-883c-8223ad28deb5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
18962 2024.11.09 02:56:20.024991 [ 306 ] {113c682c-add6-41d1-883c-8223ad28deb5} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18963 2024.11.09 02:56:20.025029 [ 306 ] {113c682c-add6-41d1-883c-8223ad28deb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
18964 2024.11.09 02:56:20.025403 [ 306 ] {113c682c-add6-41d1-883c-8223ad28deb5} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
18965 2024.11.09 02:56:20.025788 [ 306 ] {113c682c-add6-41d1-883c-8223ad28deb5} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18966 2024.11.09 02:56:20.025954 [ 306 ] {113c682c-add6-41d1-883c-8223ad28deb5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001655 sec., 8459.214501510574 rows/sec., 592.43 KiB/sec.
18967 2024.11.09 02:56:20.026056 [ 221 ] {} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
18968 2024.11.09 02:56:20.026134 [ 221 ] {} <Debug> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
18969 2024.11.09 02:56:20.026221 [ 306 ] {113c682c-add6-41d1-883c-8223ad28deb5} <Debug> DynamicQueryHandler: Done processing query
18970 2024.11.09 02:56:20.026262 [ 306 ] {113c682c-add6-41d1-883c-8223ad28deb5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
18971 2024.11.09 02:56:20.026312 [ 306 ] {} <Debug> HTTP-Session: f5d5f29b-7508-4e8a-ae89-2c88d3a92d25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
18972 2024.11.09 02:56:20.026532 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44618, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18973 2024.11.09 02:56:20.026660 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45656, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18974 2024.11.09 02:56:20.026773 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
18975 2024.11.09 02:56:20.026812 [ 292 ] {} <Debug> HTTP-Session: 9e84c70e-462a-49bb-a5e6-7b5b454cd053 Authenticating user 'default' from [fd00:1122:3344:101::d]:45656
18976 2024.11.09 02:56:20.026858 [ 292 ] {} <Debug> HTTP-Session: 9e84c70e-462a-49bb-a5e6-7b5b454cd053 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
18977 2024.11.09 02:56:20.026885 [ 292 ] {} <Debug> HTTP-Session: 9e84c70e-462a-49bb-a5e6-7b5b454cd053 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
18978 2024.11.09 02:56:20.026980 [ 292 ] {} <Trace> HTTP-Session: 9e84c70e-462a-49bb-a5e6-7b5b454cd053 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18979 2024.11.09 02:56:20.027171 [ 292 ] {54252866-8576-4588-bd87-1e6a05d4f363} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45656) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
18980 2024.11.09 02:56:20.027245 [ 292 ] {54252866-8576-4588-bd87-1e6a05d4f363} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
18981 2024.11.09 02:56:20.027863 [ 292 ] {54252866-8576-4588-bd87-1e6a05d4f363} <Trace> ParallelParsingInputFormat: Parallel parsing is used
18982 2024.11.09 02:56:20.028434 [ 292 ] {54252866-8576-4588-bd87-1e6a05d4f363} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18983 2024.11.09 02:56:20.028484 [ 292 ] {54252866-8576-4588-bd87-1e6a05d4f363} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
18984 2024.11.09 02:56:20.029117 [ 292 ] {54252866-8576-4588-bd87-1e6a05d4f363} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
18985 2024.11.09 02:56:20.029321 [ 221 ] {} <Debug> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
18986 2024.11.09 02:56:20.030083 [ 292 ] {54252866-8576-4588-bd87-1e6a05d4f363} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18987 2024.11.09 02:56:20.030264 [ 292 ] {54252866-8576-4588-bd87-1e6a05d4f363} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.003129 sec., 1917.5455417066157 rows/sec., 113.29 KiB/sec.
18988 2024.11.09 02:56:20.030465 [ 292 ] {54252866-8576-4588-bd87-1e6a05d4f363} <Debug> DynamicQueryHandler: Done processing query
18989 2024.11.09 02:56:20.030490 [ 292 ] {54252866-8576-4588-bd87-1e6a05d4f363} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
18990 2024.11.09 02:56:20.030505 [ 292 ] {} <Debug> HTTP-Session: 9e84c70e-462a-49bb-a5e6-7b5b454cd053 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
18991 2024.11.09 02:56:20.030699 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45656, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18992 2024.11.09 02:56:20.030796 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34457, User-Agent: (none), Length: 68708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
18993 2024.11.09 02:56:20.030868 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
18994 2024.11.09 02:56:20.030893 [ 306 ] {} <Debug> HTTP-Session: 3696484d-231e-4326-8d2d-c8f98e795a4e Authenticating user 'default' from [fd00:1122:3344:101::d]:34457
18995 2024.11.09 02:56:20.030915 [ 306 ] {} <Debug> HTTP-Session: 3696484d-231e-4326-8d2d-c8f98e795a4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
18996 2024.11.09 02:56:20.030933 [ 306 ] {} <Debug> HTTP-Session: 3696484d-231e-4326-8d2d-c8f98e795a4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
18997 2024.11.09 02:56:20.030989 [ 306 ] {} <Trace> HTTP-Session: 3696484d-231e-4326-8d2d-c8f98e795a4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18998 2024.11.09 02:56:20.031425 [ 306 ] {d468a566-2301-43c5-a6c8-f86b09e6c640} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34457) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
18999 2024.11.09 02:56:20.031516 [ 306 ] {d468a566-2301-43c5-a6c8-f86b09e6c640} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
19000 2024.11.09 02:56:20.032002 [ 306 ] {d468a566-2301-43c5-a6c8-f86b09e6c640} <Trace> ParallelParsingInputFormat: Parallel parsing is used
19001 2024.11.09 02:56:20.032608 [ 306 ] {d468a566-2301-43c5-a6c8-f86b09e6c640} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19002 2024.11.09 02:56:20.032646 [ 306 ] {d468a566-2301-43c5-a6c8-f86b09e6c640} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
19003 2024.11.09 02:56:20.033039 [ 306 ] {d468a566-2301-43c5-a6c8-f86b09e6c640} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
19004 2024.11.09 02:56:20.033425 [ 306 ] {d468a566-2301-43c5-a6c8-f86b09e6c640} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19005 2024.11.09 02:56:20.033590 [ 306 ] {d468a566-2301-43c5-a6c8-f86b09e6c640} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.00239 sec., 176987.44769874474 rows/sec., 12.65 MiB/sec.
19006 2024.11.09 02:56:20.033784 [ 306 ] {d468a566-2301-43c5-a6c8-f86b09e6c640} <Debug> DynamicQueryHandler: Done processing query
19007 2024.11.09 02:56:20.033810 [ 306 ] {d468a566-2301-43c5-a6c8-f86b09e6c640} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
19008 2024.11.09 02:56:20.033826 [ 306 ] {} <Debug> HTTP-Session: 3696484d-231e-4326-8d2d-c8f98e795a4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
19009 2024.11.09 02:56:20.033990 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34457, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19010 2024.11.09 02:56:20.034007 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45656, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19011 2024.11.09 02:56:20.034104 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
19012 2024.11.09 02:56:20.034133 [ 292 ] {} <Debug> HTTP-Session: 904e5258-e0f2-44e6-8f98-e532ee204401 Authenticating user 'default' from [fd00:1122:3344:101::d]:45656
19013 2024.11.09 02:56:20.034153 [ 292 ] {} <Debug> HTTP-Session: 904e5258-e0f2-44e6-8f98-e532ee204401 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
19014 2024.11.09 02:56:20.034173 [ 292 ] {} <Debug> HTTP-Session: 904e5258-e0f2-44e6-8f98-e532ee204401 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
19015 2024.11.09 02:56:20.034214 [ 292 ] {} <Trace> HTTP-Session: 904e5258-e0f2-44e6-8f98-e532ee204401 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19016 2024.11.09 02:56:20.034334 [ 292 ] {da630c5e-6b73-467f-b546-299548329845} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45656) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
19017 2024.11.09 02:56:20.034385 [ 292 ] {da630c5e-6b73-467f-b546-299548329845} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
19018 2024.11.09 02:56:20.034553 [ 292 ] {da630c5e-6b73-467f-b546-299548329845} <Trace> ParallelParsingInputFormat: Parallel parsing is used
19019 2024.11.09 02:56:20.034834 [ 292 ] {da630c5e-6b73-467f-b546-299548329845} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19020 2024.11.09 02:56:20.034870 [ 292 ] {da630c5e-6b73-467f-b546-299548329845} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
19021 2024.11.09 02:56:20.035240 [ 292 ] {da630c5e-6b73-467f-b546-299548329845} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
19022 2024.11.09 02:56:20.035581 [ 292 ] {da630c5e-6b73-467f-b546-299548329845} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19023 2024.11.09 02:56:20.035736 [ 292 ] {da630c5e-6b73-467f-b546-299548329845} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001437 sec., 4175.365344467641 rows/sec., 218.15 KiB/sec.
19024 2024.11.09 02:56:20.035917 [ 292 ] {da630c5e-6b73-467f-b546-299548329845} <Debug> DynamicQueryHandler: Done processing query
19025 2024.11.09 02:56:20.035942 [ 292 ] {da630c5e-6b73-467f-b546-299548329845} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
19026 2024.11.09 02:56:20.035959 [ 292 ] {} <Debug> HTTP-Session: 904e5258-e0f2-44e6-8f98-e532ee204401 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
19027 2024.11.09 02:56:20.036167 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45656, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19028 2024.11.09 02:56:20.036231 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49475, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19029 2024.11.09 02:56:20.036325 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
19030 2024.11.09 02:56:20.036359 [ 306 ] {} <Debug> HTTP-Session: a7b36034-ebbc-4dbd-a7fc-c22e685720e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:49475
19031 2024.11.09 02:56:20.036381 [ 306 ] {} <Debug> HTTP-Session: a7b36034-ebbc-4dbd-a7fc-c22e685720e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
19032 2024.11.09 02:56:20.036397 [ 306 ] {} <Debug> HTTP-Session: a7b36034-ebbc-4dbd-a7fc-c22e685720e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
19033 2024.11.09 02:56:20.036443 [ 306 ] {} <Trace> HTTP-Session: a7b36034-ebbc-4dbd-a7fc-c22e685720e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19034 2024.11.09 02:56:20.036662 [ 306 ] {4793da34-1d6e-4805-acc1-7dcbc039012c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49475) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
19035 2024.11.09 02:56:20.036725 [ 306 ] {4793da34-1d6e-4805-acc1-7dcbc039012c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
19036 2024.11.09 02:56:20.036942 [ 306 ] {4793da34-1d6e-4805-acc1-7dcbc039012c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
19037 2024.11.09 02:56:20.037383 [ 306 ] {4793da34-1d6e-4805-acc1-7dcbc039012c} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19038 2024.11.09 02:56:20.037419 [ 306 ] {4793da34-1d6e-4805-acc1-7dcbc039012c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
19039 2024.11.09 02:56:20.037819 [ 306 ] {4793da34-1d6e-4805-acc1-7dcbc039012c} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
19040 2024.11.09 02:56:20.038167 [ 306 ] {4793da34-1d6e-4805-acc1-7dcbc039012c} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19041 2024.11.09 02:56:20.038318 [ 306 ] {4793da34-1d6e-4805-acc1-7dcbc039012c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00177 sec., 133898.30508474575 rows/sec., 8.97 MiB/sec.
19042 2024.11.09 02:56:20.038552 [ 306 ] {4793da34-1d6e-4805-acc1-7dcbc039012c} <Debug> DynamicQueryHandler: Done processing query
19043 2024.11.09 02:56:20.038595 [ 306 ] {4793da34-1d6e-4805-acc1-7dcbc039012c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
19044 2024.11.09 02:56:20.038657 [ 306 ] {} <Debug> HTTP-Session: a7b36034-ebbc-4dbd-a7fc-c22e685720e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
19045 2024.11.09 02:56:20.038901 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49475, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19046 2024.11.09 02:56:20.039025 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62950, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19047 2024.11.09 02:56:20.039177 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
19048 2024.11.09 02:56:20.039203 [ 294 ] {} <Debug> HTTP-Session: 2dfa9577-2bc1-42a4-80bf-465c39cbe255 Authenticating user 'default' from [fd00:1122:3344:101::d]:62950
19049 2024.11.09 02:56:20.039223 [ 294 ] {} <Debug> HTTP-Session: 2dfa9577-2bc1-42a4-80bf-465c39cbe255 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
19050 2024.11.09 02:56:20.039242 [ 294 ] {} <Debug> HTTP-Session: 2dfa9577-2bc1-42a4-80bf-465c39cbe255 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
19051 2024.11.09 02:56:20.039284 [ 294 ] {} <Trace> HTTP-Session: 2dfa9577-2bc1-42a4-80bf-465c39cbe255 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19052 2024.11.09 02:56:20.039413 [ 294 ] {b8e6488e-3da6-4d99-b5f8-e76045c89d3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62950) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
19053 2024.11.09 02:56:20.039471 [ 294 ] {b8e6488e-3da6-4d99-b5f8-e76045c89d3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
19054 2024.11.09 02:56:20.039650 [ 294 ] {b8e6488e-3da6-4d99-b5f8-e76045c89d3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
19055 2024.11.09 02:56:20.039988 [ 294 ] {b8e6488e-3da6-4d99-b5f8-e76045c89d3b} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19056 2024.11.09 02:56:20.040026 [ 294 ] {b8e6488e-3da6-4d99-b5f8-e76045c89d3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
19057 2024.11.09 02:56:20.040391 [ 294 ] {b8e6488e-3da6-4d99-b5f8-e76045c89d3b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
19058 2024.11.09 02:56:20.040744 [ 294 ] {b8e6488e-3da6-4d99-b5f8-e76045c89d3b} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19059 2024.11.09 02:56:20.040904 [ 294 ] {b8e6488e-3da6-4d99-b5f8-e76045c89d3b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001519 sec., 658.3278472679394 rows/sec., 44.36 KiB/sec.
19060 2024.11.09 02:56:20.041077 [ 294 ] {b8e6488e-3da6-4d99-b5f8-e76045c89d3b} <Debug> DynamicQueryHandler: Done processing query
19061 2024.11.09 02:56:20.041101 [ 294 ] {b8e6488e-3da6-4d99-b5f8-e76045c89d3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
19062 2024.11.09 02:56:20.041117 [ 294 ] {} <Debug> HTTP-Session: 2dfa9577-2bc1-42a4-80bf-465c39cbe255 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
19063 2024.11.09 02:56:20.041351 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62950, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19064 2024.11.09 02:56:20.041434 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64877, User-Agent: (none), Length: 69045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19065 2024.11.09 02:56:20.041496 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
19066 2024.11.09 02:56:20.041519 [ 306 ] {} <Debug> HTTP-Session: dad40f66-1987-4b5c-82b4-48963a5e4fc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64877
19067 2024.11.09 02:56:20.041539 [ 306 ] {} <Debug> HTTP-Session: dad40f66-1987-4b5c-82b4-48963a5e4fc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
19068 2024.11.09 02:56:20.041557 [ 306 ] {} <Debug> HTTP-Session: dad40f66-1987-4b5c-82b4-48963a5e4fc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
19069 2024.11.09 02:56:20.041596 [ 306 ] {} <Trace> HTTP-Session: dad40f66-1987-4b5c-82b4-48963a5e4fc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19070 2024.11.09 02:56:20.042081 [ 306 ] {cf0e72a9-150a-4cb0-b282-320a7bed8784} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64877) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
19071 2024.11.09 02:56:20.042150 [ 306 ] {cf0e72a9-150a-4cb0-b282-320a7bed8784} <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
19072 2024.11.09 02:56:20.042609 [ 306 ] {cf0e72a9-150a-4cb0-b282-320a7bed8784} <Trace> ParallelParsingInputFormat: Parallel parsing is used
19073 2024.11.09 02:56:20.043643 [ 306 ] {cf0e72a9-150a-4cb0-b282-320a7bed8784} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19074 2024.11.09 02:56:20.043680 [ 306 ] {cf0e72a9-150a-4cb0-b282-320a7bed8784} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
19075 2024.11.09 02:56:20.044371 [ 306 ] {cf0e72a9-150a-4cb0-b282-320a7bed8784} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
19076 2024.11.09 02:56:20.044800 [ 306 ] {cf0e72a9-150a-4cb0-b282-320a7bed8784} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19077 2024.11.09 02:56:20.045012 [ 306 ] {cf0e72a9-150a-4cb0-b282-320a7bed8784} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003274 sec., 12522.907758094074 rows/sec., 22.44 MiB/sec.
19078 2024.11.09 02:56:20.045257 [ 306 ] {cf0e72a9-150a-4cb0-b282-320a7bed8784} <Debug> DynamicQueryHandler: Done processing query
19079 2024.11.09 02:56:20.045282 [ 306 ] {cf0e72a9-150a-4cb0-b282-320a7bed8784} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB.
19080 2024.11.09 02:56:20.045299 [ 306 ] {} <Debug> HTTP-Session: dad40f66-1987-4b5c-82b4-48963a5e4fc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
19081 2024.11.09 02:56:20.045538 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62950, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19082 2024.11.09 02:56:20.045566 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64877, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19083 2024.11.09 02:56:20.045608 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
19084 2024.11.09 02:56:20.045632 [ 294 ] {} <Debug> HTTP-Session: e53ade56-7ffd-4f9d-9e9d-b3b44b209d4f Authenticating user 'default' from [fd00:1122:3344:101::d]:62950
19085 2024.11.09 02:56:20.045656 [ 294 ] {} <Debug> HTTP-Session: e53ade56-7ffd-4f9d-9e9d-b3b44b209d4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
19086 2024.11.09 02:56:20.045674 [ 294 ] {} <Debug> HTTP-Session: e53ade56-7ffd-4f9d-9e9d-b3b44b209d4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
19087 2024.11.09 02:56:20.045716 [ 294 ] {} <Trace> HTTP-Session: e53ade56-7ffd-4f9d-9e9d-b3b44b209d4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19088 2024.11.09 02:56:20.045862 [ 294 ] {2eb2ee0c-ff19-4eaa-96cc-0cd7d08e2cfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62950) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
19089 2024.11.09 02:56:20.045914 [ 294 ] {2eb2ee0c-ff19-4eaa-96cc-0cd7d08e2cfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
19090 2024.11.09 02:56:20.046061 [ 294 ] {2eb2ee0c-ff19-4eaa-96cc-0cd7d08e2cfe} <Trace> ParallelParsingInputFormat: Parallel parsing is used
19091 2024.11.09 02:56:20.046377 [ 294 ] {2eb2ee0c-ff19-4eaa-96cc-0cd7d08e2cfe} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19092 2024.11.09 02:56:20.046441 [ 294 ] {2eb2ee0c-ff19-4eaa-96cc-0cd7d08e2cfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
19093 2024.11.09 02:56:20.046803 [ 294 ] {2eb2ee0c-ff19-4eaa-96cc-0cd7d08e2cfe} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
19094 2024.11.09 02:56:20.047139 [ 294 ] {2eb2ee0c-ff19-4eaa-96cc-0cd7d08e2cfe} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19095 2024.11.09 02:56:20.047303 [ 294 ] {2eb2ee0c-ff19-4eaa-96cc-0cd7d08e2cfe} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001487 sec., 55144.58641560188 rows/sec., 3.50 MiB/sec.
19096 2024.11.09 02:56:20.047583 [ 294 ] {2eb2ee0c-ff19-4eaa-96cc-0cd7d08e2cfe} <Debug> DynamicQueryHandler: Done processing query
19097 2024.11.09 02:56:20.047646 [ 294 ] {2eb2ee0c-ff19-4eaa-96cc-0cd7d08e2cfe} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
19098 2024.11.09 02:56:20.047707 [ 294 ] {} <Debug> HTTP-Session: e53ade56-7ffd-4f9d-9e9d-b3b44b209d4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
19099 2024.11.09 02:56:20.048049 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62950, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19100 2024.11.09 02:56:20.998982 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43203, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19101 2024.11.09 02:56:21.236657 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39384, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19102 2024.11.09 02:56:21.294123 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36856, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19103 2024.11.09 02:56:21.296414 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35381, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19104 2024.11.09 02:56:21.317742 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54788, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19105 2024.11.09 02:56:21.370063 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57045, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19106 2024.11.09 02:56:21.393442 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57174, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19107 2024.11.09 02:56:21.397772 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57530, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19108 2024.11.09 02:56:21.848379 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1704
19109 2024.11.09 02:56:21.851314 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19110 2024.11.09 02:56:21.851362 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
19111 2024.11.09 02:56:21.852918 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
19112 2024.11.09 02:56:21.853947 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19113 2024.11.09 02:56:21.854907 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1704
19114 2024.11.09 02:56:25.011437 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48294, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19115 2024.11.09 02:56:25.011562 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
19116 2024.11.09 02:56:25.011594 [ 283 ] {} <Debug> HTTP-Session: 73664166-48d3-4989-aa6e-c7176e01288d Authenticating user 'default' from [fd00:1122:3344:101::d]:48294
19117 2024.11.09 02:56:25.011624 [ 283 ] {} <Debug> HTTP-Session: 73664166-48d3-4989-aa6e-c7176e01288d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
19118 2024.11.09 02:56:25.011644 [ 283 ] {} <Debug> HTTP-Session: 73664166-48d3-4989-aa6e-c7176e01288d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
19119 2024.11.09 02:56:25.011702 [ 283 ] {} <Trace> HTTP-Session: 73664166-48d3-4989-aa6e-c7176e01288d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19120 2024.11.09 02:56:25.011906 [ 283 ] {09c39e2f-ef30-45f4-a0d9-27d29eaa342b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48294) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
19121 2024.11.09 02:56:25.011982 [ 283 ] {09c39e2f-ef30-45f4-a0d9-27d29eaa342b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
19122 2024.11.09 02:56:25.012338 [ 283 ] {09c39e2f-ef30-45f4-a0d9-27d29eaa342b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
19123 2024.11.09 02:56:25.012760 [ 283 ] {09c39e2f-ef30-45f4-a0d9-27d29eaa342b} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19124 2024.11.09 02:56:25.012805 [ 283 ] {09c39e2f-ef30-45f4-a0d9-27d29eaa342b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
19125 2024.11.09 02:56:25.013234 [ 283 ] {09c39e2f-ef30-45f4-a0d9-27d29eaa342b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
19126 2024.11.09 02:56:25.013658 [ 283 ] {09c39e2f-ef30-45f4-a0d9-27d29eaa342b} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19127 2024.11.09 02:56:25.013836 [ 283 ] {09c39e2f-ef30-45f4-a0d9-27d29eaa342b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001982 sec., 1009.0817356205854 rows/sec., 82.28 KiB/sec.
19128 2024.11.09 02:56:25.014060 [ 283 ] {09c39e2f-ef30-45f4-a0d9-27d29eaa342b} <Debug> DynamicQueryHandler: Done processing query
19129 2024.11.09 02:56:25.014089 [ 283 ] {09c39e2f-ef30-45f4-a0d9-27d29eaa342b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
19130 2024.11.09 02:56:25.014106 [ 283 ] {} <Debug> HTTP-Session: 73664166-48d3-4989-aa6e-c7176e01288d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
19131 2024.11.09 02:56:25.014319 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48294, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19132 2024.11.09 02:56:25.014482 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60628, User-Agent: (none), Length: 7980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19133 2024.11.09 02:56:25.014609 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
19134 2024.11.09 02:56:25.014640 [ 282 ] {} <Debug> HTTP-Session: 23ee2add-661c-46d3-8e39-a3fa6a213b1d Authenticating user 'default' from [fd00:1122:3344:101::d]:60628
19135 2024.11.09 02:56:25.014668 [ 282 ] {} <Debug> HTTP-Session: 23ee2add-661c-46d3-8e39-a3fa6a213b1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
19136 2024.11.09 02:56:25.014686 [ 282 ] {} <Debug> HTTP-Session: 23ee2add-661c-46d3-8e39-a3fa6a213b1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
19137 2024.11.09 02:56:25.014747 [ 282 ] {} <Trace> HTTP-Session: 23ee2add-661c-46d3-8e39-a3fa6a213b1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19138 2024.11.09 02:56:25.014973 [ 282 ] {6ba8c50b-d8d5-4718-a949-02ae51971d44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60628) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
19139 2024.11.09 02:56:25.015053 [ 282 ] {6ba8c50b-d8d5-4718-a949-02ae51971d44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
19140 2024.11.09 02:56:25.015421 [ 282 ] {6ba8c50b-d8d5-4718-a949-02ae51971d44} <Trace> ParallelParsingInputFormat: Parallel parsing is used
19141 2024.11.09 02:56:25.015840 [ 282 ] {6ba8c50b-d8d5-4718-a949-02ae51971d44} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19142 2024.11.09 02:56:25.015889 [ 282 ] {6ba8c50b-d8d5-4718-a949-02ae51971d44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
19143 2024.11.09 02:56:25.016330 [ 282 ] {6ba8c50b-d8d5-4718-a949-02ae51971d44} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
19144 2024.11.09 02:56:25.016734 [ 282 ] {6ba8c50b-d8d5-4718-a949-02ae51971d44} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19145 2024.11.09 02:56:25.016922 [ 282 ] {6ba8c50b-d8d5-4718-a949-02ae51971d44} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.002025 sec., 28148.14814814815 rows/sec., 2.16 MiB/sec.
19146 2024.11.09 02:56:25.016962 [ 25 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
19147 2024.11.09 02:56:25.017112 [ 25 ] {} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19148 2024.11.09 02:56:25.017171 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
19149 2024.11.09 02:56:25.017249 [ 282 ] {6ba8c50b-d8d5-4718-a949-02ae51971d44} <Debug> DynamicQueryHandler: Done processing query
19150 2024.11.09 02:56:25.017295 [ 282 ] {6ba8c50b-d8d5-4718-a949-02ae51971d44} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
19151 2024.11.09 02:56:25.017325 [ 282 ] {} <Debug> HTTP-Session: 23ee2add-661c-46d3-8e39-a3fa6a213b1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
19152 2024.11.09 02:56:25.017353 [ 191 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full
19153 2024.11.09 02:56:25.017500 [ 191 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19154 2024.11.09 02:56:25.017540 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60628, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19155 2024.11.09 02:56:25.017607 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48294, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19156 2024.11.09 02:56:25.017628 [ 191 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1420 rows starting from the beginning of the part
19157 2024.11.09 02:56:25.017747 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
19158 2024.11.09 02:56:25.017859 [ 283 ] {} <Debug> HTTP-Session: edae7e15-83d5-4b6c-8335-0db54c0856be Authenticating user 'default' from [fd00:1122:3344:101::d]:48294
19159 2024.11.09 02:56:25.017939 [ 283 ] {} <Debug> HTTP-Session: edae7e15-83d5-4b6c-8335-0db54c0856be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
19160 2024.11.09 02:56:25.017971 [ 191 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 271 rows starting from the beginning of the part
19161 2024.11.09 02:56:25.018000 [ 283 ] {} <Debug> HTTP-Session: edae7e15-83d5-4b6c-8335-0db54c0856be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
19162 2024.11.09 02:56:25.018141 [ 283 ] {} <Trace> HTTP-Session: edae7e15-83d5-4b6c-8335-0db54c0856be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19163 2024.11.09 02:56:25.018294 [ 191 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 60 rows starting from the beginning of the part
19164 2024.11.09 02:56:25.018470 [ 283 ] {85e6d724-f3a1-47f4-b370-70e43ef43b85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48294) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
19165 2024.11.09 02:56:25.018604 [ 191 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 56 rows starting from the beginning of the part
19166 2024.11.09 02:56:25.018627 [ 283 ] {85e6d724-f3a1-47f4-b370-70e43ef43b85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
19167 2024.11.09 02:56:25.019002 [ 191 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 271 rows starting from the beginning of the part
19168 2024.11.09 02:56:25.019279 [ 191 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 57 rows starting from the beginning of the part
19169 2024.11.09 02:56:25.020061 [ 283 ] {85e6d724-f3a1-47f4-b370-70e43ef43b85} <Trace> ParallelParsingInputFormat: Parallel parsing is used
19170 2024.11.09 02:56:25.020891 [ 283 ] {85e6d724-f3a1-47f4-b370-70e43ef43b85} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19171 2024.11.09 02:56:25.020963 [ 283 ] {85e6d724-f3a1-47f4-b370-70e43ef43b85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
19172 2024.11.09 02:56:25.022027 [ 283 ] {85e6d724-f3a1-47f4-b370-70e43ef43b85} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
19173 2024.11.09 02:56:25.022798 [ 191 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2135 rows, containing 5 columns (5 merged, 0 gathered) in 0.005521364 sec., 386679.8131765991 rows/sec., 34.18 MiB/sec.
19174 2024.11.09 02:56:25.022842 [ 283 ] {85e6d724-f3a1-47f4-b370-70e43ef43b85} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19175 2024.11.09 02:56:25.023100 [ 283 ] {85e6d724-f3a1-47f4-b370-70e43ef43b85} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00475 sec., 421.0526315789474 rows/sec., 29.40 KiB/sec.
19176 2024.11.09 02:56:25.023229 [ 196 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
19177 2024.11.09 02:56:25.023348 [ 222 ] {} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
19178 2024.11.09 02:56:25.023581 [ 222 ] {} <Debug> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
19179 2024.11.09 02:56:25.023642 [ 283 ] {85e6d724-f3a1-47f4-b370-70e43ef43b85} <Debug> DynamicQueryHandler: Done processing query
19180 2024.11.09 02:56:25.023724 [ 283 ] {85e6d724-f3a1-47f4-b370-70e43ef43b85} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
19181 2024.11.09 02:56:25.023817 [ 283 ] {} <Debug> HTTP-Session: edae7e15-83d5-4b6c-8335-0db54c0856be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
19182 2024.11.09 02:56:25.024283 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48294, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19183 2024.11.09 02:56:25.024378 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63840, User-Agent: (none), Length: 11237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19184 2024.11.09 02:56:25.024595 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
19185 2024.11.09 02:56:25.024704 [ 282 ] {} <Debug> HTTP-Session: 5442f50c-43fd-4603-bf72-97703135641f Authenticating user 'default' from [fd00:1122:3344:101::d]:63840
19186 2024.11.09 02:56:25.024739 [ 196 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_116_23} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19187 2024.11.09 02:56:25.024774 [ 282 ] {} <Debug> HTTP-Session: 5442f50c-43fd-4603-bf72-97703135641f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
19188 2024.11.09 02:56:25.024849 [ 282 ] {} <Debug> HTTP-Session: 5442f50c-43fd-4603-bf72-97703135641f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
19189 2024.11.09 02:56:25.025004 [ 282 ] {} <Trace> HTTP-Session: 5442f50c-43fd-4603-bf72-97703135641f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19190 2024.11.09 02:56:25.025040 [ 196 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_116_23} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
19191 2024.11.09 02:56:25.025310 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
19192 2024.11.09 02:56:25.025474 [ 282 ] {28e61bb9-03fa-4fe9-9e3e-84a4334dc6ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63840) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
19193 2024.11.09 02:56:25.025548 [ 282 ] {28e61bb9-03fa-4fe9-9e3e-84a4334dc6ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
19194 2024.11.09 02:56:25.026132 [ 282 ] {28e61bb9-03fa-4fe9-9e3e-84a4334dc6ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used
19195 2024.11.09 02:56:25.027015 [ 282 ] {28e61bb9-03fa-4fe9-9e3e-84a4334dc6ca} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19196 2024.11.09 02:56:25.027054 [ 282 ] {28e61bb9-03fa-4fe9-9e3e-84a4334dc6ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
19197 2024.11.09 02:56:25.027763 [ 282 ] {28e61bb9-03fa-4fe9-9e3e-84a4334dc6ca} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
19198 2024.11.09 02:56:25.028627 [ 282 ] {28e61bb9-03fa-4fe9-9e3e-84a4334dc6ca} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19199 2024.11.09 02:56:25.028873 [ 25 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
19200 2024.11.09 02:56:25.028967 [ 25 ] {} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19201 2024.11.09 02:56:25.028966 [ 282 ] {28e61bb9-03fa-4fe9-9e3e-84a4334dc6ca} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.003666 sec., 18003.273322422257 rows/sec., 1.41 MiB/sec.
19202 2024.11.09 02:56:25.029026 [ 222 ] {} <Debug> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
19203 2024.11.09 02:56:25.029036 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
19204 2024.11.09 02:56:25.029835 [ 282 ] {28e61bb9-03fa-4fe9-9e3e-84a4334dc6ca} <Debug> DynamicQueryHandler: Done processing query
19205 2024.11.09 02:56:25.029887 [ 190 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full
19206 2024.11.09 02:56:25.029949 [ 282 ] {28e61bb9-03fa-4fe9-9e3e-84a4334dc6ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
19207 2024.11.09 02:56:25.030070 [ 282 ] {} <Debug> HTTP-Session: 5442f50c-43fd-4603-bf72-97703135641f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
19208 2024.11.09 02:56:25.030591 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63840, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19209 2024.11.09 02:56:25.031070 [ 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):
19210 
19211 (version 23.8.7.1)
19212 2024.11.09 02:56:25.031085 [ 190 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19213 2024.11.09 02:56:25.031269 [ 190 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 915 rows starting from the beginning of the part
19214 2024.11.09 02:56:25.031725 [ 190 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 423 rows starting from the beginning of the part
19215 2024.11.09 02:56:25.032269 [ 190 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 72 rows starting from the beginning of the part
19216 2024.11.09 02:56:25.032887 [ 190 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 64 rows starting from the beginning of the part
19217 2024.11.09 02:56:25.032993 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38346, User-Agent: (none), Length: 30847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19218 2024.11.09 02:56:25.033170 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
19219 2024.11.09 02:56:25.033264 [ 283 ] {} <Debug> HTTP-Session: 4b00fafe-358a-4144-9fde-1e5d6c395f92 Authenticating user 'default' from [fd00:1122:3344:101::d]:38346
19220 2024.11.09 02:56:25.033279 [ 190 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 423 rows starting from the beginning of the part
19221 2024.11.09 02:56:25.033309 [ 283 ] {} <Debug> HTTP-Session: 4b00fafe-358a-4144-9fde-1e5d6c395f92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
19222 2024.11.09 02:56:25.033348 [ 283 ] {} <Debug> HTTP-Session: 4b00fafe-358a-4144-9fde-1e5d6c395f92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
19223 2024.11.09 02:56:25.033520 [ 190 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 66 rows starting from the beginning of the part
19224 2024.11.09 02:56:25.033527 [ 283 ] {} <Trace> HTTP-Session: 4b00fafe-358a-4144-9fde-1e5d6c395f92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19225 2024.11.09 02:56:25.034048 [ 283 ] {58ca67cc-d41c-4b1f-b056-3adfa8d4f33f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38346) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
19226 2024.11.09 02:56:25.034141 [ 283 ] {58ca67cc-d41c-4b1f-b056-3adfa8d4f33f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
19227 2024.11.09 02:56:25.034781 [ 283 ] {58ca67cc-d41c-4b1f-b056-3adfa8d4f33f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
19228 2024.11.09 02:56:25.035834 [ 283 ] {58ca67cc-d41c-4b1f-b056-3adfa8d4f33f} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19229 2024.11.09 02:56:25.035913 [ 283 ] {58ca67cc-d41c-4b1f-b056-3adfa8d4f33f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
19230 2024.11.09 02:56:25.036790 [ 283 ] {58ca67cc-d41c-4b1f-b056-3adfa8d4f33f} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
19231 2024.11.09 02:56:25.036875 [ 190 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1963 rows, containing 5 columns (5 merged, 0 gathered) in 0.007647638 sec., 256680.5594093235 rows/sec., 19.66 MiB/sec.
19232 2024.11.09 02:56:25.037190 [ 195 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
19233 2024.11.09 02:56:25.037416 [ 283 ] {58ca67cc-d41c-4b1f-b056-3adfa8d4f33f} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19234 2024.11.09 02:56:25.037808 [ 26 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
19235 2024.11.09 02:56:25.037926 [ 283 ] {58ca67cc-d41c-4b1f-b056-3adfa8d4f33f} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004043 sec., 39821.914419985165 rows/sec., 2.77 MiB/sec.
19236 2024.11.09 02:56:25.037938 [ 26 ] {} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19237 2024.11.09 02:56:25.038015 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
19238 2024.11.09 02:56:25.038529 [ 199 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full
19239 2024.11.09 02:56:25.038626 [ 195 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_116_23} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19240 2024.11.09 02:56:25.038655 [ 283 ] {58ca67cc-d41c-4b1f-b056-3adfa8d4f33f} <Debug> DynamicQueryHandler: Done processing query
19241 2024.11.09 02:56:25.038739 [ 283 ] {58ca67cc-d41c-4b1f-b056-3adfa8d4f33f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
19242 2024.11.09 02:56:25.038818 [ 283 ] {} <Debug> HTTP-Session: 4b00fafe-358a-4144-9fde-1e5d6c395f92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
19243 2024.11.09 02:56:25.038938 [ 195 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_116_23} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
19244 2024.11.09 02:56:25.038972 [ 199 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19245 2024.11.09 02:56:25.039039 [ 199 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_111_22, total 22488 rows starting from the beginning of the part
19246 2024.11.09 02:56:25.039056 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
19247 2024.11.09 02:56:25.039304 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38346, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19248 2024.11.09 02:56:25.039334 [ 199 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 237 rows starting from the beginning of the part
19249 2024.11.09 02:56:25.039332 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49926, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19250 2024.11.09 02:56:25.039688 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
19251 2024.11.09 02:56:25.039930 [ 282 ] {} <Debug> HTTP-Session: 301d4b8f-e668-430e-8288-db3a330e39c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:49926
19252 2024.11.09 02:56:25.040013 [ 199 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 132 rows starting from the beginning of the part
19253 2024.11.09 02:56:25.040026 [ 282 ] {} <Debug> HTTP-Session: 301d4b8f-e668-430e-8288-db3a330e39c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
19254 2024.11.09 02:56:25.040054 [ 282 ] {} <Debug> HTTP-Session: 301d4b8f-e668-430e-8288-db3a330e39c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
19255 2024.11.09 02:56:25.040164 [ 199 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 160 rows starting from the beginning of the part
19256 2024.11.09 02:56:25.040172 [ 282 ] {} <Trace> HTTP-Session: 301d4b8f-e668-430e-8288-db3a330e39c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19257 2024.11.09 02:56:25.040319 [ 199 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 237 rows starting from the beginning of the part
19258 2024.11.09 02:56:25.040471 [ 282 ] {7ed9bd08-90cb-421b-8e61-3c060a98bb1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49926) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
19259 2024.11.09 02:56:25.040504 [ 199 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 161 rows starting from the beginning of the part
19260 2024.11.09 02:56:25.040562 [ 282 ] {7ed9bd08-90cb-421b-8e61-3c060a98bb1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
19261 2024.11.09 02:56:25.040989 [ 282 ] {7ed9bd08-90cb-421b-8e61-3c060a98bb1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
19262 2024.11.09 02:56:25.041451 [ 282 ] {7ed9bd08-90cb-421b-8e61-3c060a98bb1c} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19263 2024.11.09 02:56:25.041538 [ 282 ] {7ed9bd08-90cb-421b-8e61-3c060a98bb1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
19264 2024.11.09 02:56:25.041988 [ 282 ] {7ed9bd08-90cb-421b-8e61-3c060a98bb1c} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
19265 2024.11.09 02:56:25.042523 [ 282 ] {7ed9bd08-90cb-421b-8e61-3c060a98bb1c} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19266 2024.11.09 02:56:25.042791 [ 282 ] {7ed9bd08-90cb-421b-8e61-3c060a98bb1c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002448 sec., 24509.803921568626 rows/sec., 1.65 MiB/sec.
19267 2024.11.09 02:56:25.042792 [ 26 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
19268 2024.11.09 02:56:25.042910 [ 26 ] {} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19269 2024.11.09 02:56:25.042985 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
19270 2024.11.09 02:56:25.043242 [ 282 ] {7ed9bd08-90cb-421b-8e61-3c060a98bb1c} <Debug> DynamicQueryHandler: Done processing query
19271 2024.11.09 02:56:25.043251 [ 193 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full
19272 2024.11.09 02:56:25.043282 [ 282 ] {7ed9bd08-90cb-421b-8e61-3c060a98bb1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
19273 2024.11.09 02:56:25.043371 [ 282 ] {} <Debug> HTTP-Session: 301d4b8f-e668-430e-8288-db3a330e39c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
19274 2024.11.09 02:56:25.043853 [ 193 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19275 2024.11.09 02:56:25.043953 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49926, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19276 2024.11.09 02:56:25.043979 [ 193 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 7014 rows starting from the beginning of the part
19277 2024.11.09 02:56:25.044542 [ 193 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 82 rows starting from the beginning of the part
19278 2024.11.09 02:56:25.044977 [ 193 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 48 rows starting from the beginning of the part
19279 2024.11.09 02:56:25.045523 [ 193 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 60 rows starting from the beginning of the part
19280 2024.11.09 02:56:25.045918 [ 193 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 82 rows starting from the beginning of the part
19281 2024.11.09 02:56:25.046133 [ 193 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 60 rows starting from the beginning of the part
19282 2024.11.09 02:56:25.047923 [ 199 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23415 rows, containing 5 columns (5 merged, 0 gathered) in 0.00969537 sec., 2415070.2861262644 rows/sec., 164.86 MiB/sec.
19283 2024.11.09 02:56:25.048360 [ 199 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
19284 2024.11.09 02:56:25.048900 [ 199 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_116_23} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19285 2024.11.09 02:56:25.048981 [ 199 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_116_23} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
19286 2024.11.09 02:56:25.049116 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB.
19287 2024.11.09 02:56:25.049688 [ 194 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7346 rows, containing 4 columns (4 merged, 0 gathered) in 0.006611327 sec., 1111123.3796180403 rows/sec., 73.04 MiB/sec.
19288 2024.11.09 02:56:25.050099 [ 199 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
19289 2024.11.09 02:56:25.050478 [ 199 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_116_23} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19290 2024.11.09 02:56:25.050552 [ 199 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_116_23} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
19291 2024.11.09 02:56:25.050637 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB.
19292 2024.11.09 02:56:30.010807 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50396, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19293 2024.11.09 02:56:30.010937 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
19294 2024.11.09 02:56:30.010963 [ 283 ] {} <Debug> HTTP-Session: b040bdc7-c032-4317-a931-0fbc6d531c43 Authenticating user 'default' from [fd00:1122:3344:101::d]:50396
19295 2024.11.09 02:56:30.010987 [ 283 ] {} <Debug> HTTP-Session: b040bdc7-c032-4317-a931-0fbc6d531c43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
19296 2024.11.09 02:56:30.011002 [ 283 ] {} <Debug> HTTP-Session: b040bdc7-c032-4317-a931-0fbc6d531c43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
19297 2024.11.09 02:56:30.011052 [ 283 ] {} <Trace> HTTP-Session: b040bdc7-c032-4317-a931-0fbc6d531c43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19298 2024.11.09 02:56:30.011248 [ 283 ] {b9488851-6c81-4e29-a891-7aff8c409cc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50396) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
19299 2024.11.09 02:56:30.011316 [ 283 ] {b9488851-6c81-4e29-a891-7aff8c409cc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
19300 2024.11.09 02:56:30.011659 [ 283 ] {b9488851-6c81-4e29-a891-7aff8c409cc0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
19301 2024.11.09 02:56:30.012145 [ 283 ] {b9488851-6c81-4e29-a891-7aff8c409cc0} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19302 2024.11.09 02:56:30.012184 [ 283 ] {b9488851-6c81-4e29-a891-7aff8c409cc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
19303 2024.11.09 02:56:30.012628 [ 283 ] {b9488851-6c81-4e29-a891-7aff8c409cc0} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
19304 2024.11.09 02:56:30.013045 [ 283 ] {b9488851-6c81-4e29-a891-7aff8c409cc0} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19305 2024.11.09 02:56:30.013191 [ 283 ] {b9488851-6c81-4e29-a891-7aff8c409cc0} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002008 sec., 27888.446215139444 rows/sec., 2.14 MiB/sec.
19306 2024.11.09 02:56:30.013372 [ 224 ] {} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
19307 2024.11.09 02:56:30.013439 [ 224 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
19308 2024.11.09 02:56:30.013486 [ 283 ] {b9488851-6c81-4e29-a891-7aff8c409cc0} <Debug> DynamicQueryHandler: Done processing query
19309 2024.11.09 02:56:30.013534 [ 283 ] {b9488851-6c81-4e29-a891-7aff8c409cc0} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
19310 2024.11.09 02:56:30.013562 [ 283 ] {} <Debug> HTTP-Session: b040bdc7-c032-4317-a931-0fbc6d531c43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
19311 2024.11.09 02:56:30.013801 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50396, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19312 2024.11.09 02:56:30.014000 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41931, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19313 2024.11.09 02:56:30.014162 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
19314 2024.11.09 02:56:30.014239 [ 282 ] {} <Debug> HTTP-Session: 88c54a56-b620-45d0-a202-d5899279dd56 Authenticating user 'default' from [fd00:1122:3344:101::d]:41931
19315 2024.11.09 02:56:30.014289 [ 282 ] {} <Debug> HTTP-Session: 88c54a56-b620-45d0-a202-d5899279dd56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
19316 2024.11.09 02:56:30.014309 [ 282 ] {} <Debug> HTTP-Session: 88c54a56-b620-45d0-a202-d5899279dd56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
19317 2024.11.09 02:56:30.014373 [ 282 ] {} <Trace> HTTP-Session: 88c54a56-b620-45d0-a202-d5899279dd56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19318 2024.11.09 02:56:30.014652 [ 282 ] {6976d6ec-e79d-45ea-bdc4-777312dc56c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41931) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
19319 2024.11.09 02:56:30.014770 [ 282 ] {6976d6ec-e79d-45ea-bdc4-777312dc56c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
19320 2024.11.09 02:56:30.015503 [ 282 ] {6976d6ec-e79d-45ea-bdc4-777312dc56c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
19321 2024.11.09 02:56:30.016426 [ 282 ] {6976d6ec-e79d-45ea-bdc4-777312dc56c9} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19322 2024.11.09 02:56:30.016500 [ 282 ] {6976d6ec-e79d-45ea-bdc4-777312dc56c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
19323 2024.11.09 02:56:30.017332 [ 282 ] {6976d6ec-e79d-45ea-bdc4-777312dc56c9} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
19324 2024.11.09 02:56:30.017778 [ 224 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
19325 2024.11.09 02:56:30.018266 [ 282 ] {6976d6ec-e79d-45ea-bdc4-777312dc56c9} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19326 2024.11.09 02:56:30.018779 [ 282 ] {6976d6ec-e79d-45ea-bdc4-777312dc56c9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004217 sec., 15176.665876215318 rows/sec., 1.18 MiB/sec.
19327 2024.11.09 02:56:30.019115 [ 282 ] {6976d6ec-e79d-45ea-bdc4-777312dc56c9} <Debug> DynamicQueryHandler: Done processing query
19328 2024.11.09 02:56:30.019142 [ 282 ] {6976d6ec-e79d-45ea-bdc4-777312dc56c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
19329 2024.11.09 02:56:30.019159 [ 282 ] {} <Debug> HTTP-Session: 88c54a56-b620-45d0-a202-d5899279dd56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
19330 2024.11.09 02:56:30.019383 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41931, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19331 2024.11.09 02:56:30.019397 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50396, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19332 2024.11.09 02:56:30.019495 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
19333 2024.11.09 02:56:30.019522 [ 283 ] {} <Debug> HTTP-Session: c47b2b3a-8a1a-4b25-8aa6-1be753738d75 Authenticating user 'default' from [fd00:1122:3344:101::d]:50396
19334 2024.11.09 02:56:30.019563 [ 283 ] {} <Debug> HTTP-Session: c47b2b3a-8a1a-4b25-8aa6-1be753738d75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
19335 2024.11.09 02:56:30.019585 [ 283 ] {} <Debug> HTTP-Session: c47b2b3a-8a1a-4b25-8aa6-1be753738d75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
19336 2024.11.09 02:56:30.019635 [ 283 ] {} <Trace> HTTP-Session: c47b2b3a-8a1a-4b25-8aa6-1be753738d75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19337 2024.11.09 02:56:30.019844 [ 283 ] {91236663-7754-4371-b770-b7ec1c4ae9d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50396) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
19338 2024.11.09 02:56:30.019907 [ 283 ] {91236663-7754-4371-b770-b7ec1c4ae9d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
19339 2024.11.09 02:56:30.020123 [ 283 ] {91236663-7754-4371-b770-b7ec1c4ae9d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
19340 2024.11.09 02:56:30.020567 [ 283 ] {91236663-7754-4371-b770-b7ec1c4ae9d4} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19341 2024.11.09 02:56:30.020604 [ 283 ] {91236663-7754-4371-b770-b7ec1c4ae9d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
19342 2024.11.09 02:56:30.021028 [ 283 ] {91236663-7754-4371-b770-b7ec1c4ae9d4} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
19343 2024.11.09 02:56:30.021394 [ 283 ] {91236663-7754-4371-b770-b7ec1c4ae9d4} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19344 2024.11.09 02:56:30.021537 [ 283 ] {91236663-7754-4371-b770-b7ec1c4ae9d4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00179 sec., 89385.4748603352 rows/sec., 6.23 MiB/sec.
19345 2024.11.09 02:56:30.021726 [ 283 ] {91236663-7754-4371-b770-b7ec1c4ae9d4} <Debug> DynamicQueryHandler: Done processing query
19346 2024.11.09 02:56:30.021752 [ 283 ] {91236663-7754-4371-b770-b7ec1c4ae9d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
19347 2024.11.09 02:56:30.021768 [ 283 ] {} <Debug> HTTP-Session: c47b2b3a-8a1a-4b25-8aa6-1be753738d75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
19348 2024.11.09 02:56:30.021934 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50396, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19349 2024.11.09 02:56:30.022033 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33973, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19350 2024.11.09 02:56:30.022107 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
19351 2024.11.09 02:56:30.022132 [ 282 ] {} <Debug> HTTP-Session: b8c66f0f-39b0-4357-8bac-1c07a859ec95 Authenticating user 'default' from [fd00:1122:3344:101::d]:33973
19352 2024.11.09 02:56:30.022155 [ 282 ] {} <Debug> HTTP-Session: b8c66f0f-39b0-4357-8bac-1c07a859ec95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
19353 2024.11.09 02:56:30.022172 [ 282 ] {} <Debug> HTTP-Session: b8c66f0f-39b0-4357-8bac-1c07a859ec95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
19354 2024.11.09 02:56:30.022223 [ 282 ] {} <Trace> HTTP-Session: b8c66f0f-39b0-4357-8bac-1c07a859ec95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19355 2024.11.09 02:56:30.022399 [ 282 ] {232fc367-decc-4c4c-a88f-1ad84ff48c8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33973) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
19356 2024.11.09 02:56:30.022455 [ 282 ] {232fc367-decc-4c4c-a88f-1ad84ff48c8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
19357 2024.11.09 02:56:30.022626 [ 282 ] {232fc367-decc-4c4c-a88f-1ad84ff48c8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
19358 2024.11.09 02:56:30.022944 [ 282 ] {232fc367-decc-4c4c-a88f-1ad84ff48c8c} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19359 2024.11.09 02:56:30.022981 [ 282 ] {232fc367-decc-4c4c-a88f-1ad84ff48c8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
19360 2024.11.09 02:56:30.023375 [ 282 ] {232fc367-decc-4c4c-a88f-1ad84ff48c8c} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
19361 2024.11.09 02:56:30.023721 [ 282 ] {232fc367-decc-4c4c-a88f-1ad84ff48c8c} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19362 2024.11.09 02:56:30.023856 [ 282 ] {232fc367-decc-4c4c-a88f-1ad84ff48c8c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001528 sec., 39267.01570680628 rows/sec., 2.65 MiB/sec.
19363 2024.11.09 02:56:30.024031 [ 282 ] {232fc367-decc-4c4c-a88f-1ad84ff48c8c} <Debug> DynamicQueryHandler: Done processing query
19364 2024.11.09 02:56:30.024055 [ 282 ] {232fc367-decc-4c4c-a88f-1ad84ff48c8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
19365 2024.11.09 02:56:30.024072 [ 282 ] {} <Debug> HTTP-Session: b8c66f0f-39b0-4357-8bac-1c07a859ec95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
19366 2024.11.09 02:56:30.024350 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33973, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19367 2024.11.09 02:56:30.033476 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57610, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19368 2024.11.09 02:56:30.634143 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33106, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19369 2024.11.09 02:56:30.675097 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:38244, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19370 2024.11.09 02:56:30.754477 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58642, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19371 2024.11.09 02:56:30.790894 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39433, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19372 2024.11.09 02:56:30.797291 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46911, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19373 2024.11.09 02:56:30.856626 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56172, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19374 2024.11.09 02:56:30.919268 [ 222 ] {} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
19375 2024.11.09 02:56:30.919343 [ 222 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
19376 2024.11.09 02:56:30.921705 [ 222 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
19377 2024.11.09 02:56:30.953532 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45688, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19378 2024.11.09 02:56:31.111751 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
19379 2024.11.09 02:56:31.111812 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
19380 2024.11.09 02:56:31.113968 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
19381 2024.11.09 02:56:31.423793 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache
19382 2024.11.09 02:56:31.423869 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache
19383 2024.11.09 02:56:31.653271 [ 223 ] {} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
19384 2024.11.09 02:56:31.653334 [ 223 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
19385 2024.11.09 02:56:31.655377 [ 223 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
19386 2024.11.09 02:56:31.815480 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60829, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19387 2024.11.09 02:56:31.819484 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62099, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19388 2024.11.09 02:56:31.855134 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1724
19389 2024.11.09 02:56:31.857929 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19390 2024.11.09 02:56:31.857982 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
19391 2024.11.09 02:56:31.859593 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
19392 2024.11.09 02:56:31.860659 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19393 2024.11.09 02:56:31.860993 [ 219 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
19394 2024.11.09 02:56:31.861050 [ 219 ] {} <Debug> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
19395 2024.11.09 02:56:31.861468 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1724
19396 2024.11.09 02:56:31.863321 [ 219 ] {} <Debug> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
19397 2024.11.09 02:56:32.001456 [ 245 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001048581 sec.
19398 2024.11.09 02:56:32.268589 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47003, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19399 2024.11.09 02:56:32.357346 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36183, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19400 2024.11.09 02:56:32.365692 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33283, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19401 2024.11.09 02:56:32.378075 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58508, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19402 2024.11.09 02:56:32.443405 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48282, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19403 2024.11.09 02:56:32.513051 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54249, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19404 2024.11.09 02:56:32.516305 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56023, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19405 2024.11.09 02:56:32.519784 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44997, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19406 2024.11.09 02:56:32.531808 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:61096, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19407 2024.11.09 02:56:32.581166 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34801, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19408 2024.11.09 02:56:32.681649 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39235, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19409 2024.11.09 02:56:32.690067 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49522, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19410 2024.11.09 02:56:32.708534 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59373, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19411 2024.11.09 02:56:32.727967 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45859, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19412 2024.11.09 02:56:35.016217 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50396, User-Agent: (none), Length: 41147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19413 2024.11.09 02:56:35.016341 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
19414 2024.11.09 02:56:35.016372 [ 283 ] {} <Debug> HTTP-Session: 5abcf20c-f522-435e-8116-42006964704a Authenticating user 'default' from [fd00:1122:3344:101::d]:50396
19415 2024.11.09 02:56:35.016401 [ 283 ] {} <Debug> HTTP-Session: 5abcf20c-f522-435e-8116-42006964704a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
19416 2024.11.09 02:56:35.016420 [ 283 ] {} <Debug> HTTP-Session: 5abcf20c-f522-435e-8116-42006964704a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
19417 2024.11.09 02:56:35.016483 [ 283 ] {} <Trace> HTTP-Session: 5abcf20c-f522-435e-8116-42006964704a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19418 2024.11.09 02:56:35.016762 [ 283 ] {07e2d57f-07c4-41b8-b2c6-57be812f1eb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50396) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
19419 2024.11.09 02:56:35.016829 [ 283 ] {07e2d57f-07c4-41b8-b2c6-57be812f1eb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
19420 2024.11.09 02:56:35.017173 [ 283 ] {07e2d57f-07c4-41b8-b2c6-57be812f1eb0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
19421 2024.11.09 02:56:35.017811 [ 283 ] {07e2d57f-07c4-41b8-b2c6-57be812f1eb0} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19422 2024.11.09 02:56:35.017854 [ 283 ] {07e2d57f-07c4-41b8-b2c6-57be812f1eb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
19423 2024.11.09 02:56:35.018319 [ 283 ] {07e2d57f-07c4-41b8-b2c6-57be812f1eb0} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
19424 2024.11.09 02:56:35.018730 [ 283 ] {07e2d57f-07c4-41b8-b2c6-57be812f1eb0} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19425 2024.11.09 02:56:35.018894 [ 283 ] {07e2d57f-07c4-41b8-b2c6-57be812f1eb0} <Debug> executeQuery: Read 271 rows, 24.70 KiB in 0.002255 sec., 120177.38359201774 rows/sec., 10.70 MiB/sec.
19426 2024.11.09 02:56:35.019179 [ 283 ] {07e2d57f-07c4-41b8-b2c6-57be812f1eb0} <Debug> DynamicQueryHandler: Done processing query
19427 2024.11.09 02:56:35.019236 [ 283 ] {07e2d57f-07c4-41b8-b2c6-57be812f1eb0} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
19428 2024.11.09 02:56:35.019296 [ 283 ] {} <Debug> HTTP-Session: 5abcf20c-f522-435e-8116-42006964704a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
19429 2024.11.09 02:56:35.019520 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50396, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19430 2024.11.09 02:56:35.019663 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55124, User-Agent: (none), Length: 5927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19431 2024.11.09 02:56:35.019764 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
19432 2024.11.09 02:56:35.019788 [ 292 ] {} <Debug> HTTP-Session: 3900cc3e-acd0-49a8-a9ca-4329300a9ef7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55124
19433 2024.11.09 02:56:35.019812 [ 292 ] {} <Debug> HTTP-Session: 3900cc3e-acd0-49a8-a9ca-4329300a9ef7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
19434 2024.11.09 02:56:35.019828 [ 292 ] {} <Debug> HTTP-Session: 3900cc3e-acd0-49a8-a9ca-4329300a9ef7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
19435 2024.11.09 02:56:35.019883 [ 292 ] {} <Trace> HTTP-Session: 3900cc3e-acd0-49a8-a9ca-4329300a9ef7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19436 2024.11.09 02:56:35.020072 [ 292 ] {a628c923-eabe-4d07-ad22-4c8759b57a49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55124) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
19437 2024.11.09 02:56:35.020139 [ 292 ] {a628c923-eabe-4d07-ad22-4c8759b57a49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
19438 2024.11.09 02:56:35.020492 [ 292 ] {a628c923-eabe-4d07-ad22-4c8759b57a49} <Trace> ParallelParsingInputFormat: Parallel parsing is used
19439 2024.11.09 02:56:35.020935 [ 292 ] {a628c923-eabe-4d07-ad22-4c8759b57a49} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19440 2024.11.09 02:56:35.020976 [ 292 ] {a628c923-eabe-4d07-ad22-4c8759b57a49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
19441 2024.11.09 02:56:35.021404 [ 292 ] {a628c923-eabe-4d07-ad22-4c8759b57a49} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
19442 2024.11.09 02:56:35.021817 [ 292 ] {a628c923-eabe-4d07-ad22-4c8759b57a49} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19443 2024.11.09 02:56:35.021966 [ 292 ] {a628c923-eabe-4d07-ad22-4c8759b57a49} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001962 sec., 20897.04383282365 rows/sec., 1.53 MiB/sec.
19444 2024.11.09 02:56:35.021982 [ 144 ] {} <Debug> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
19445 2024.11.09 02:56:35.022040 [ 144 ] {} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19446 2024.11.09 02:56:35.022085 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
19447 2024.11.09 02:56:35.022247 [ 192 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
19448 2024.11.09 02:56:35.022266 [ 292 ] {a628c923-eabe-4d07-ad22-4c8759b57a49} <Debug> DynamicQueryHandler: Done processing query
19449 2024.11.09 02:56:35.022339 [ 292 ] {a628c923-eabe-4d07-ad22-4c8759b57a49} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
19450 2024.11.09 02:56:35.022367 [ 292 ] {} <Debug> HTTP-Session: 3900cc3e-acd0-49a8-a9ca-4329300a9ef7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
19451 2024.11.09 02:56:35.022496 [ 192 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19452 2024.11.09 02:56:35.022564 [ 192 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 59 rows starting from the beginning of the part
19453 2024.11.09 02:56:35.022645 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55124, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19454 2024.11.09 02:56:35.022666 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50396, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19455 2024.11.09 02:56:35.022895 [ 192 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 41 rows starting from the beginning of the part
19456 2024.11.09 02:56:35.022954 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
19457 2024.11.09 02:56:35.023062 [ 292 ] {} <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):
19458 
19459 (version 23.8.7.1)
19460 2024.11.09 02:56:35.023110 [ 283 ] {} <Debug> HTTP-Session: 5c0abc09-426d-4eed-9a20-acc23ad4f361 Authenticating user 'default' from [fd00:1122:3344:101::d]:50396
19461 2024.11.09 02:56:35.023186 [ 283 ] {} <Debug> HTTP-Session: 5c0abc09-426d-4eed-9a20-acc23ad4f361 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
19462 2024.11.09 02:56:35.023217 [ 192 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 8 rows starting from the beginning of the part
19463 2024.11.09 02:56:35.023306 [ 283 ] {} <Debug> HTTP-Session: 5c0abc09-426d-4eed-9a20-acc23ad4f361 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
19464 2024.11.09 02:56:35.023501 [ 283 ] {} <Trace> HTTP-Session: 5c0abc09-426d-4eed-9a20-acc23ad4f361 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19465 2024.11.09 02:56:35.023582 [ 192 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 41 rows starting from the beginning of the part
19466 2024.11.09 02:56:35.023956 [ 283 ] {8b9c5ba8-daec-48f6-a92a-5ae9dec67670} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50396) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
19467 2024.11.09 02:56:35.023962 [ 192 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 2 rows starting from the beginning of the part
19468 2024.11.09 02:56:35.024089 [ 283 ] {8b9c5ba8-daec-48f6-a92a-5ae9dec67670} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
19469 2024.11.09 02:56:35.024328 [ 192 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 41 rows starting from the beginning of the part
19470 2024.11.09 02:56:35.025249 [ 283 ] {8b9c5ba8-daec-48f6-a92a-5ae9dec67670} <Trace> ParallelParsingInputFormat: Parallel parsing is used
19471 2024.11.09 02:56:35.026196 [ 283 ] {8b9c5ba8-daec-48f6-a92a-5ae9dec67670} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19472 2024.11.09 02:56:35.026276 [ 283 ] {8b9c5ba8-daec-48f6-a92a-5ae9dec67670} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
19473 2024.11.09 02:56:35.027360 [ 283 ] {8b9c5ba8-daec-48f6-a92a-5ae9dec67670} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
19474 2024.11.09 02:56:35.027477 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 192 rows, containing 5 columns (5 merged, 0 gathered) in 0.00531502 sec., 36124.04092552803 rows/sec., 2.76 MiB/sec.
19475 2024.11.09 02:56:35.027746 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
19476 2024.11.09 02:56:35.028137 [ 283 ] {8b9c5ba8-daec-48f6-a92a-5ae9dec67670} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19477 2024.11.09 02:56:35.028610 [ 283 ] {8b9c5ba8-daec-48f6-a92a-5ae9dec67670} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004805 sec., 2913.63163371488 rows/sec., 204.05 KiB/sec.
19478 2024.11.09 02:56:35.028884 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_76_15} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19479 2024.11.09 02:56:35.028951 [ 283 ] {8b9c5ba8-daec-48f6-a92a-5ae9dec67670} <Debug> DynamicQueryHandler: Done processing query
19480 2024.11.09 02:56:35.029004 [ 283 ] {8b9c5ba8-daec-48f6-a92a-5ae9dec67670} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
19481 2024.11.09 02:56:35.029031 [ 283 ] {} <Debug> HTTP-Session: 5c0abc09-426d-4eed-9a20-acc23ad4f361 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
19482 2024.11.09 02:56:35.029042 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_76_15} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
19483 2024.11.09 02:56:35.029176 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
19484 2024.11.09 02:56:35.029219 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50396, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19485 2024.11.09 02:56:35.029290 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60782, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19486 2024.11.09 02:56:35.029401 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
19487 2024.11.09 02:56:35.029428 [ 292 ] {} <Debug> HTTP-Session: e1b48083-09f8-4ee6-a407-06030698b91a Authenticating user 'default' from [fd00:1122:3344:101::d]:60782
19488 2024.11.09 02:56:35.029450 [ 292 ] {} <Debug> HTTP-Session: e1b48083-09f8-4ee6-a407-06030698b91a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
19489 2024.11.09 02:56:35.029466 [ 292 ] {} <Debug> HTTP-Session: e1b48083-09f8-4ee6-a407-06030698b91a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
19490 2024.11.09 02:56:35.029511 [ 292 ] {} <Trace> HTTP-Session: e1b48083-09f8-4ee6-a407-06030698b91a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19491 2024.11.09 02:56:35.029640 [ 292 ] {a33822d7-4797-48ac-a161-4206f1d52b75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60782) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
19492 2024.11.09 02:56:35.029693 [ 292 ] {a33822d7-4797-48ac-a161-4206f1d52b75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
19493 2024.11.09 02:56:35.029964 [ 292 ] {a33822d7-4797-48ac-a161-4206f1d52b75} <Trace> ParallelParsingInputFormat: Parallel parsing is used
19494 2024.11.09 02:56:35.030340 [ 292 ] {a33822d7-4797-48ac-a161-4206f1d52b75} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19495 2024.11.09 02:56:35.030378 [ 292 ] {a33822d7-4797-48ac-a161-4206f1d52b75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
19496 2024.11.09 02:56:35.030764 [ 292 ] {a33822d7-4797-48ac-a161-4206f1d52b75} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
19497 2024.11.09 02:56:35.031158 [ 292 ] {a33822d7-4797-48ac-a161-4206f1d52b75} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19498 2024.11.09 02:56:35.031288 [ 292 ] {a33822d7-4797-48ac-a161-4206f1d52b75} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001685 sec., 3560.8308605341244 rows/sec., 210.38 KiB/sec.
19499 2024.11.09 02:56:35.031466 [ 292 ] {a33822d7-4797-48ac-a161-4206f1d52b75} <Debug> DynamicQueryHandler: Done processing query
19500 2024.11.09 02:56:35.031491 [ 292 ] {a33822d7-4797-48ac-a161-4206f1d52b75} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
19501 2024.11.09 02:56:35.031508 [ 292 ] {} <Debug> HTTP-Session: e1b48083-09f8-4ee6-a407-06030698b91a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
19502 2024.11.09 02:56:35.031727 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60782, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19503 2024.11.09 02:56:35.031814 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36277, User-Agent: (none), Length: 68708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19504 2024.11.09 02:56:35.031890 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
19505 2024.11.09 02:56:35.031914 [ 283 ] {} <Debug> HTTP-Session: f01b878f-609d-4b8e-8e45-3216b0eb5d34 Authenticating user 'default' from [fd00:1122:3344:101::d]:36277
19506 2024.11.09 02:56:35.031936 [ 283 ] {} <Debug> HTTP-Session: f01b878f-609d-4b8e-8e45-3216b0eb5d34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
19507 2024.11.09 02:56:35.031954 [ 283 ] {} <Debug> HTTP-Session: f01b878f-609d-4b8e-8e45-3216b0eb5d34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
19508 2024.11.09 02:56:35.032002 [ 283 ] {} <Trace> HTTP-Session: f01b878f-609d-4b8e-8e45-3216b0eb5d34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19509 2024.11.09 02:56:35.032306 [ 283 ] {2749c9a0-700a-4728-8179-931645322559} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36277) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
19510 2024.11.09 02:56:35.032364 [ 283 ] {2749c9a0-700a-4728-8179-931645322559} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
19511 2024.11.09 02:56:35.032665 [ 283 ] {2749c9a0-700a-4728-8179-931645322559} <Trace> ParallelParsingInputFormat: Parallel parsing is used
19512 2024.11.09 02:56:35.033307 [ 283 ] {2749c9a0-700a-4728-8179-931645322559} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19513 2024.11.09 02:56:35.033346 [ 283 ] {2749c9a0-700a-4728-8179-931645322559} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
19514 2024.11.09 02:56:35.033741 [ 283 ] {2749c9a0-700a-4728-8179-931645322559} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
19515 2024.11.09 02:56:35.034118 [ 283 ] {2749c9a0-700a-4728-8179-931645322559} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19516 2024.11.09 02:56:35.034271 [ 283 ] {2749c9a0-700a-4728-8179-931645322559} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002127 sec., 198871.65021156557 rows/sec., 14.22 MiB/sec.
19517 2024.11.09 02:56:35.034474 [ 283 ] {2749c9a0-700a-4728-8179-931645322559} <Debug> DynamicQueryHandler: Done processing query
19518 2024.11.09 02:56:35.034498 [ 283 ] {2749c9a0-700a-4728-8179-931645322559} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
19519 2024.11.09 02:56:35.034514 [ 283 ] {} <Debug> HTTP-Session: f01b878f-609d-4b8e-8e45-3216b0eb5d34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
19520 2024.11.09 02:56:35.034709 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36277, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19521 2024.11.09 02:56:35.034726 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60782, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19522 2024.11.09 02:56:35.034808 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
19523 2024.11.09 02:56:35.034832 [ 292 ] {} <Debug> HTTP-Session: ee9ef551-506a-48bf-b5ab-2dfc80f04331 Authenticating user 'default' from [fd00:1122:3344:101::d]:60782
19524 2024.11.09 02:56:35.034861 [ 292 ] {} <Debug> HTTP-Session: ee9ef551-506a-48bf-b5ab-2dfc80f04331 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
19525 2024.11.09 02:56:35.034879 [ 292 ] {} <Debug> HTTP-Session: ee9ef551-506a-48bf-b5ab-2dfc80f04331 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
19526 2024.11.09 02:56:35.034921 [ 292 ] {} <Trace> HTTP-Session: ee9ef551-506a-48bf-b5ab-2dfc80f04331 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19527 2024.11.09 02:56:35.035037 [ 292 ] {fe4d05b6-56ef-4a77-aa59-15ae38a4c9a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60782) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
19528 2024.11.09 02:56:35.035087 [ 292 ] {fe4d05b6-56ef-4a77-aa59-15ae38a4c9a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
19529 2024.11.09 02:56:35.035254 [ 292 ] {fe4d05b6-56ef-4a77-aa59-15ae38a4c9a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
19530 2024.11.09 02:56:35.035552 [ 292 ] {fe4d05b6-56ef-4a77-aa59-15ae38a4c9a3} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19531 2024.11.09 02:56:35.035587 [ 292 ] {fe4d05b6-56ef-4a77-aa59-15ae38a4c9a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
19532 2024.11.09 02:56:35.035956 [ 292 ] {fe4d05b6-56ef-4a77-aa59-15ae38a4c9a3} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
19533 2024.11.09 02:56:35.036291 [ 292 ] {fe4d05b6-56ef-4a77-aa59-15ae38a4c9a3} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19534 2024.11.09 02:56:35.036419 [ 292 ] {fe4d05b6-56ef-4a77-aa59-15ae38a4c9a3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001414 sec., 4243.281471004244 rows/sec., 221.69 KiB/sec.
19535 2024.11.09 02:56:35.036588 [ 292 ] {fe4d05b6-56ef-4a77-aa59-15ae38a4c9a3} <Debug> DynamicQueryHandler: Done processing query
19536 2024.11.09 02:56:35.036613 [ 292 ] {fe4d05b6-56ef-4a77-aa59-15ae38a4c9a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
19537 2024.11.09 02:56:35.036629 [ 292 ] {} <Debug> HTTP-Session: ee9ef551-506a-48bf-b5ab-2dfc80f04331 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
19538 2024.11.09 02:56:35.036799 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60782, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19539 2024.11.09 02:56:35.036881 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38000, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19540 2024.11.09 02:56:35.036955 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
19541 2024.11.09 02:56:35.036980 [ 283 ] {} <Debug> HTTP-Session: 74e4cebc-5ebd-4b21-b757-0f2e8d9874b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38000
19542 2024.11.09 02:56:35.037001 [ 283 ] {} <Debug> HTTP-Session: 74e4cebc-5ebd-4b21-b757-0f2e8d9874b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
19543 2024.11.09 02:56:35.037018 [ 283 ] {} <Debug> HTTP-Session: 74e4cebc-5ebd-4b21-b757-0f2e8d9874b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
19544 2024.11.09 02:56:35.037065 [ 283 ] {} <Trace> HTTP-Session: 74e4cebc-5ebd-4b21-b757-0f2e8d9874b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19545 2024.11.09 02:56:35.037322 [ 283 ] {de550b0b-4e64-4ec8-9531-3974ff534555} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38000) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
19546 2024.11.09 02:56:35.037382 [ 283 ] {de550b0b-4e64-4ec8-9531-3974ff534555} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
19547 2024.11.09 02:56:35.037586 [ 283 ] {de550b0b-4e64-4ec8-9531-3974ff534555} <Trace> ParallelParsingInputFormat: Parallel parsing is used
19548 2024.11.09 02:56:35.038048 [ 283 ] {de550b0b-4e64-4ec8-9531-3974ff534555} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19549 2024.11.09 02:56:35.038084 [ 283 ] {de550b0b-4e64-4ec8-9531-3974ff534555} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
19550 2024.11.09 02:56:35.038488 [ 283 ] {de550b0b-4e64-4ec8-9531-3974ff534555} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
19551 2024.11.09 02:56:35.038841 [ 283 ] {de550b0b-4e64-4ec8-9531-3974ff534555} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19552 2024.11.09 02:56:35.038992 [ 283 ] {de550b0b-4e64-4ec8-9531-3974ff534555} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001817 sec., 130434.78260869565 rows/sec., 8.74 MiB/sec.
19553 2024.11.09 02:56:35.039186 [ 283 ] {de550b0b-4e64-4ec8-9531-3974ff534555} <Debug> DynamicQueryHandler: Done processing query
19554 2024.11.09 02:56:35.039211 [ 283 ] {de550b0b-4e64-4ec8-9531-3974ff534555} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
19555 2024.11.09 02:56:35.039226 [ 283 ] {} <Debug> HTTP-Session: 74e4cebc-5ebd-4b21-b757-0f2e8d9874b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
19556 2024.11.09 02:56:35.039381 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60782, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19557 2024.11.09 02:56:35.039403 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38000, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19558 2024.11.09 02:56:35.039479 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
19559 2024.11.09 02:56:35.039516 [ 292 ] {} <Debug> HTTP-Session: 8270648a-05e2-4099-a90e-3754b5f011f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:60782
19560 2024.11.09 02:56:35.039535 [ 292 ] {} <Debug> HTTP-Session: 8270648a-05e2-4099-a90e-3754b5f011f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
19561 2024.11.09 02:56:35.039553 [ 292 ] {} <Debug> HTTP-Session: 8270648a-05e2-4099-a90e-3754b5f011f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
19562 2024.11.09 02:56:35.039602 [ 292 ] {} <Trace> HTTP-Session: 8270648a-05e2-4099-a90e-3754b5f011f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19563 2024.11.09 02:56:35.039705 [ 292 ] {44620c7f-d4e4-4962-a336-b68b7c44c553} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60782) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
19564 2024.11.09 02:56:35.039754 [ 292 ] {44620c7f-d4e4-4962-a336-b68b7c44c553} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
19565 2024.11.09 02:56:35.039917 [ 292 ] {44620c7f-d4e4-4962-a336-b68b7c44c553} <Trace> ParallelParsingInputFormat: Parallel parsing is used
19566 2024.11.09 02:56:35.040203 [ 292 ] {44620c7f-d4e4-4962-a336-b68b7c44c553} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19567 2024.11.09 02:56:35.040237 [ 292 ] {44620c7f-d4e4-4962-a336-b68b7c44c553} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
19568 2024.11.09 02:56:35.040592 [ 292 ] {44620c7f-d4e4-4962-a336-b68b7c44c553} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
19569 2024.11.09 02:56:35.040918 [ 292 ] {44620c7f-d4e4-4962-a336-b68b7c44c553} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19570 2024.11.09 02:56:35.041041 [ 292 ] {44620c7f-d4e4-4962-a336-b68b7c44c553} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001362 sec., 734.2143906020558 rows/sec., 49.47 KiB/sec.
19571 2024.11.09 02:56:35.041205 [ 292 ] {44620c7f-d4e4-4962-a336-b68b7c44c553} <Debug> DynamicQueryHandler: Done processing query
19572 2024.11.09 02:56:35.041229 [ 292 ] {44620c7f-d4e4-4962-a336-b68b7c44c553} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
19573 2024.11.09 02:56:35.041244 [ 292 ] {} <Debug> HTTP-Session: 8270648a-05e2-4099-a90e-3754b5f011f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
19574 2024.11.09 02:56:35.041418 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60782, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19575 2024.11.09 02:56:35.041485 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37584, User-Agent: (none), Length: 69101, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19576 2024.11.09 02:56:35.041570 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
19577 2024.11.09 02:56:35.041598 [ 283 ] {} <Debug> HTTP-Session: ac12febb-ca6d-4d42-be1a-e5bb453926fc Authenticating user 'default' from [fd00:1122:3344:101::d]:37584
19578 2024.11.09 02:56:35.041620 [ 283 ] {} <Debug> HTTP-Session: ac12febb-ca6d-4d42-be1a-e5bb453926fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
19579 2024.11.09 02:56:35.041636 [ 283 ] {} <Debug> HTTP-Session: ac12febb-ca6d-4d42-be1a-e5bb453926fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
19580 2024.11.09 02:56:35.041681 [ 283 ] {} <Trace> HTTP-Session: ac12febb-ca6d-4d42-be1a-e5bb453926fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19581 2024.11.09 02:56:35.042231 [ 283 ] {489a67ef-4a2c-41c2-a82e-9461fc4f5b7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37584) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
19582 2024.11.09 02:56:35.042322 [ 283 ] {489a67ef-4a2c-41c2-a82e-9461fc4f5b7f} <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
19583 2024.11.09 02:56:35.042837 [ 283 ] {489a67ef-4a2c-41c2-a82e-9461fc4f5b7f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
19584 2024.11.09 02:56:35.043631 [ 283 ] {489a67ef-4a2c-41c2-a82e-9461fc4f5b7f} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19585 2024.11.09 02:56:35.043669 [ 283 ] {489a67ef-4a2c-41c2-a82e-9461fc4f5b7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
19586 2024.11.09 02:56:35.044367 [ 283 ] {489a67ef-4a2c-41c2-a82e-9461fc4f5b7f} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
19587 2024.11.09 02:56:35.044804 [ 283 ] {489a67ef-4a2c-41c2-a82e-9461fc4f5b7f} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19588 2024.11.09 02:56:35.044987 [ 144 ] {} <Debug> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
19589 2024.11.09 02:56:35.045012 [ 283 ] {489a67ef-4a2c-41c2-a82e-9461fc4f5b7f} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003188 sec., 12860.72772898369 rows/sec., 23.05 MiB/sec.
19590 2024.11.09 02:56:35.045046 [ 144 ] {} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19591 2024.11.09 02:56:35.045106 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
19592 2024.11.09 02:56:35.045538 [ 200 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::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
19593 2024.11.09 02:56:35.046106 [ 283 ] {489a67ef-4a2c-41c2-a82e-9461fc4f5b7f} <Debug> DynamicQueryHandler: Done processing query
19594 2024.11.09 02:56:35.046208 [ 283 ] {489a67ef-4a2c-41c2-a82e-9461fc4f5b7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB.
19595 2024.11.09 02:56:35.046293 [ 283 ] {} <Debug> HTTP-Session: ac12febb-ca6d-4d42-be1a-e5bb453926fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
19596 2024.11.09 02:56:35.046566 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37584, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19597 2024.11.09 02:56:35.046652 [ 200 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19598 2024.11.09 02:56:35.046649 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36233, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19599 2024.11.09 02:56:35.046825 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
19600 2024.11.09 02:56:35.046862 [ 200 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1335 rows starting from the beginning of the part
19601 2024.11.09 02:56:35.046885 [ 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):
19602 
19603 (version 23.8.7.1)
19604 2024.11.09 02:56:35.046900 [ 292 ] {} <Debug> HTTP-Session: a29e28d8-72f4-4409-9922-2371681624db Authenticating user 'default' from [fd00:1122:3344:101::d]:36233
19605 2024.11.09 02:56:35.046974 [ 292 ] {} <Debug> HTTP-Session: a29e28d8-72f4-4409-9922-2371681624db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
19606 2024.11.09 02:56:35.047035 [ 292 ] {} <Debug> HTTP-Session: a29e28d8-72f4-4409-9922-2371681624db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
19607 2024.11.09 02:56:35.047184 [ 292 ] {} <Trace> HTTP-Session: a29e28d8-72f4-4409-9922-2371681624db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19608 2024.11.09 02:56:35.047554 [ 200 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 41 rows starting from the beginning of the part
19609 2024.11.09 02:56:35.047605 [ 292 ] {09524aac-032b-48e8-a6e4-f8776b0ffaf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36233) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
19610 2024.11.09 02:56:35.047728 [ 292 ] {09524aac-032b-48e8-a6e4-f8776b0ffaf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
19611 2024.11.09 02:56:35.048206 [ 200 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 41 rows starting from the beginning of the part
19612 2024.11.09 02:56:35.048724 [ 292 ] {09524aac-032b-48e8-a6e4-f8776b0ffaf0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
19613 2024.11.09 02:56:35.049159 [ 200 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 41 rows starting from the beginning of the part
19614 2024.11.09 02:56:35.049786 [ 200 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 41 rows starting from the beginning of the part
19615 2024.11.09 02:56:35.049995 [ 292 ] {09524aac-032b-48e8-a6e4-f8776b0ffaf0} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19616 2024.11.09 02:56:35.050111 [ 292 ] {09524aac-032b-48e8-a6e4-f8776b0ffaf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB.
19617 2024.11.09 02:56:35.050496 [ 200 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 41 rows starting from the beginning of the part
19618 2024.11.09 02:56:35.051521 [ 292 ] {09524aac-032b-48e8-a6e4-f8776b0ffaf0} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
19619 2024.11.09 02:56:35.052300 [ 292 ] {09524aac-032b-48e8-a6e4-f8776b0ffaf0} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19620 2024.11.09 02:56:35.052596 [ 292 ] {09524aac-032b-48e8-a6e4-f8776b0ffaf0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005148 sec., 15928.51592851593 rows/sec., 1.01 MiB/sec.
19621 2024.11.09 02:56:35.052812 [ 292 ] {09524aac-032b-48e8-a6e4-f8776b0ffaf0} <Debug> DynamicQueryHandler: Done processing query
19622 2024.11.09 02:56:35.052837 [ 292 ] {09524aac-032b-48e8-a6e4-f8776b0ffaf0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
19623 2024.11.09 02:56:35.052853 [ 292 ] {} <Debug> HTTP-Session: a29e28d8-72f4-4409-9922-2371681624db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
19624 2024.11.09 02:56:35.053441 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36233, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19625 2024.11.09 02:56:35.057455 [ 201 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1540 rows, containing 19 columns (19 merged, 0 gathered) in 0.012209432 sec., 126131.99369143463 rows/sec., 226.02 MiB/sec.
19626 2024.11.09 02:56:35.060155 [ 201 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
19627 2024.11.09 02:56:35.060916 [ 201 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19628 2024.11.09 02:56:35.060995 [ 201 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
19629 2024.11.09 02:56:35.061148 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.75 MiB.
19630 2024.11.09 02:56:40.010151 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36963, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19631 2024.11.09 02:56:40.010330 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
19632 2024.11.09 02:56:40.010361 [ 292 ] {} <Debug> HTTP-Session: a33c5775-000b-43eb-aa71-5e526b22800a Authenticating user 'default' from [fd00:1122:3344:101::d]:36963
19633 2024.11.09 02:56:40.010390 [ 292 ] {} <Debug> HTTP-Session: a33c5775-000b-43eb-aa71-5e526b22800a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
19634 2024.11.09 02:56:40.010409 [ 292 ] {} <Debug> HTTP-Session: a33c5775-000b-43eb-aa71-5e526b22800a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
19635 2024.11.09 02:56:40.010468 [ 292 ] {} <Trace> HTTP-Session: a33c5775-000b-43eb-aa71-5e526b22800a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19636 2024.11.09 02:56:40.010693 [ 292 ] {50938f31-3e3e-4cbe-b240-47a588683761} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36963) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
19637 2024.11.09 02:56:40.010772 [ 292 ] {50938f31-3e3e-4cbe-b240-47a588683761} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
19638 2024.11.09 02:56:40.011119 [ 292 ] {50938f31-3e3e-4cbe-b240-47a588683761} <Trace> ParallelParsingInputFormat: Parallel parsing is used
19639 2024.11.09 02:56:40.011590 [ 292 ] {50938f31-3e3e-4cbe-b240-47a588683761} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19640 2024.11.09 02:56:40.011634 [ 292 ] {50938f31-3e3e-4cbe-b240-47a588683761} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
19641 2024.11.09 02:56:40.012054 [ 292 ] {50938f31-3e3e-4cbe-b240-47a588683761} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
19642 2024.11.09 02:56:40.012459 [ 292 ] {50938f31-3e3e-4cbe-b240-47a588683761} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19643 2024.11.09 02:56:40.012616 [ 292 ] {50938f31-3e3e-4cbe-b240-47a588683761} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001987 sec., 2013.0850528434826 rows/sec., 164.15 KiB/sec.
19644 2024.11.09 02:56:40.012948 [ 292 ] {50938f31-3e3e-4cbe-b240-47a588683761} <Debug> DynamicQueryHandler: Done processing query
19645 2024.11.09 02:56:40.012975 [ 292 ] {50938f31-3e3e-4cbe-b240-47a588683761} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
19646 2024.11.09 02:56:40.012992 [ 292 ] {} <Debug> HTTP-Session: a33c5775-000b-43eb-aa71-5e526b22800a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
19647 2024.11.09 02:56:40.013196 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36963, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19648 2024.11.09 02:56:40.013358 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50942, User-Agent: (none), Length: 8114, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19649 2024.11.09 02:56:40.013536 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
19650 2024.11.09 02:56:40.013583 [ 283 ] {} <Debug> HTTP-Session: 63e29735-2609-4e6e-9b7f-0f64e208b0d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50942
19651 2024.11.09 02:56:40.013627 [ 283 ] {} <Debug> HTTP-Session: 63e29735-2609-4e6e-9b7f-0f64e208b0d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
19652 2024.11.09 02:56:40.013655 [ 283 ] {} <Debug> HTTP-Session: 63e29735-2609-4e6e-9b7f-0f64e208b0d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
19653 2024.11.09 02:56:40.013743 [ 283 ] {} <Trace> HTTP-Session: 63e29735-2609-4e6e-9b7f-0f64e208b0d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19654 2024.11.09 02:56:40.013955 [ 283 ] {24d4ac96-f17a-4258-b66e-3dcc4909041e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50942) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
19655 2024.11.09 02:56:40.014022 [ 283 ] {24d4ac96-f17a-4258-b66e-3dcc4909041e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
19656 2024.11.09 02:56:40.014377 [ 283 ] {24d4ac96-f17a-4258-b66e-3dcc4909041e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
19657 2024.11.09 02:56:40.014840 [ 283 ] {24d4ac96-f17a-4258-b66e-3dcc4909041e} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19658 2024.11.09 02:56:40.014884 [ 283 ] {24d4ac96-f17a-4258-b66e-3dcc4909041e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
19659 2024.11.09 02:56:40.015611 [ 283 ] {24d4ac96-f17a-4258-b66e-3dcc4909041e} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
19660 2024.11.09 02:56:40.016275 [ 283 ] {24d4ac96-f17a-4258-b66e-3dcc4909041e} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19661 2024.11.09 02:56:40.016452 [ 283 ] {24d4ac96-f17a-4258-b66e-3dcc4909041e} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.002561 sec., 22647.403358063257 rows/sec., 1.74 MiB/sec.
19662 2024.11.09 02:56:40.016751 [ 283 ] {24d4ac96-f17a-4258-b66e-3dcc4909041e} <Debug> DynamicQueryHandler: Done processing query
19663 2024.11.09 02:56:40.016810 [ 283 ] {24d4ac96-f17a-4258-b66e-3dcc4909041e} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
19664 2024.11.09 02:56:40.016873 [ 283 ] {} <Debug> HTTP-Session: 63e29735-2609-4e6e-9b7f-0f64e208b0d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
19665 2024.11.09 02:56:40.017080 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50942, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19666 2024.11.09 02:56:40.017096 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36963, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19667 2024.11.09 02:56:40.017191 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
19668 2024.11.09 02:56:40.017224 [ 292 ] {} <Debug> HTTP-Session: dc083fa8-2b43-4294-a53d-bd85e6689998 Authenticating user 'default' from [fd00:1122:3344:101::d]:36963
19669 2024.11.09 02:56:40.017248 [ 292 ] {} <Debug> HTTP-Session: dc083fa8-2b43-4294-a53d-bd85e6689998 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
19670 2024.11.09 02:56:40.017264 [ 292 ] {} <Debug> HTTP-Session: dc083fa8-2b43-4294-a53d-bd85e6689998 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
19671 2024.11.09 02:56:40.017309 [ 292 ] {} <Trace> HTTP-Session: dc083fa8-2b43-4294-a53d-bd85e6689998 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19672 2024.11.09 02:56:40.017435 [ 292 ] {424efdc8-295e-413e-a972-4ade51ade71c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36963) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
19673 2024.11.09 02:56:40.017488 [ 292 ] {424efdc8-295e-413e-a972-4ade51ade71c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
19674 2024.11.09 02:56:40.017766 [ 292 ] {424efdc8-295e-413e-a972-4ade51ade71c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
19675 2024.11.09 02:56:40.018128 [ 292 ] {424efdc8-295e-413e-a972-4ade51ade71c} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19676 2024.11.09 02:56:40.018166 [ 292 ] {424efdc8-295e-413e-a972-4ade51ade71c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
19677 2024.11.09 02:56:40.018540 [ 292 ] {424efdc8-295e-413e-a972-4ade51ade71c} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
19678 2024.11.09 02:56:40.018927 [ 292 ] {424efdc8-295e-413e-a972-4ade51ade71c} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19679 2024.11.09 02:56:40.019066 [ 292 ] {424efdc8-295e-413e-a972-4ade51ade71c} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001663 sec., 2405.2916416115454 rows/sec., 167.95 KiB/sec.
19680 2024.11.09 02:56:40.019293 [ 292 ] {424efdc8-295e-413e-a972-4ade51ade71c} <Debug> DynamicQueryHandler: Done processing query
19681 2024.11.09 02:56:40.019325 [ 292 ] {424efdc8-295e-413e-a972-4ade51ade71c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
19682 2024.11.09 02:56:40.019348 [ 292 ] {} <Debug> HTTP-Session: dc083fa8-2b43-4294-a53d-bd85e6689998 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
19683 2024.11.09 02:56:40.019533 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36963, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19684 2024.11.09 02:56:40.019647 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52176, User-Agent: (none), Length: 11580, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19685 2024.11.09 02:56:40.019726 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
19686 2024.11.09 02:56:40.019752 [ 283 ] {} <Debug> HTTP-Session: 1cc88e14-7ac3-46cc-9339-bce3b0d4cdf9 Authenticating user 'default' from [fd00:1122:3344:101::d]:52176
19687 2024.11.09 02:56:40.019775 [ 283 ] {} <Debug> HTTP-Session: 1cc88e14-7ac3-46cc-9339-bce3b0d4cdf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
19688 2024.11.09 02:56:40.019792 [ 283 ] {} <Debug> HTTP-Session: 1cc88e14-7ac3-46cc-9339-bce3b0d4cdf9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
19689 2024.11.09 02:56:40.019842 [ 283 ] {} <Trace> HTTP-Session: 1cc88e14-7ac3-46cc-9339-bce3b0d4cdf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19690 2024.11.09 02:56:40.020014 [ 283 ] {f1eb7a7d-dcf5-45da-9f09-2bf36006e0ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52176) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
19691 2024.11.09 02:56:40.020074 [ 283 ] {f1eb7a7d-dcf5-45da-9f09-2bf36006e0ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
19692 2024.11.09 02:56:40.020401 [ 283 ] {f1eb7a7d-dcf5-45da-9f09-2bf36006e0ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used
19693 2024.11.09 02:56:40.020817 [ 283 ] {f1eb7a7d-dcf5-45da-9f09-2bf36006e0ca} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19694 2024.11.09 02:56:40.020854 [ 283 ] {f1eb7a7d-dcf5-45da-9f09-2bf36006e0ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
19695 2024.11.09 02:56:40.021233 [ 283 ] {f1eb7a7d-dcf5-45da-9f09-2bf36006e0ca} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
19696 2024.11.09 02:56:40.021628 [ 283 ] {f1eb7a7d-dcf5-45da-9f09-2bf36006e0ca} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19697 2024.11.09 02:56:40.021780 [ 283 ] {f1eb7a7d-dcf5-45da-9f09-2bf36006e0ca} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001832 sec., 37117.903930131004 rows/sec., 2.90 MiB/sec.
19698 2024.11.09 02:56:40.022459 [ 283 ] {f1eb7a7d-dcf5-45da-9f09-2bf36006e0ca} <Debug> DynamicQueryHandler: Done processing query
19699 2024.11.09 02:56:40.022673 [ 283 ] {f1eb7a7d-dcf5-45da-9f09-2bf36006e0ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
19700 2024.11.09 02:56:40.022860 [ 283 ] {} <Debug> HTTP-Session: 1cc88e14-7ac3-46cc-9339-bce3b0d4cdf9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
19701 2024.11.09 02:56:40.023368 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36963, User-Agent: (none), Length: 27224, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19702 2024.11.09 02:56:40.023600 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
19703 2024.11.09 02:56:40.023704 [ 292 ] {} <Debug> HTTP-Session: 32a090aa-33b4-4434-b072-85ccc30f136a Authenticating user 'default' from [fd00:1122:3344:101::d]:36963
19704 2024.11.09 02:56:40.023784 [ 292 ] {} <Debug> HTTP-Session: 32a090aa-33b4-4434-b072-85ccc30f136a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
19705 2024.11.09 02:56:40.023855 [ 292 ] {} <Debug> HTTP-Session: 32a090aa-33b4-4434-b072-85ccc30f136a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
19706 2024.11.09 02:56:40.024029 [ 292 ] {} <Trace> HTTP-Session: 32a090aa-33b4-4434-b072-85ccc30f136a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19707 2024.11.09 02:56:40.024081 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52176, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19708 2024.11.09 02:56:40.024377 [ 292 ] {f2b89cc9-0391-4ef4-9b72-cc9fb6f7a16c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36963) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
19709 2024.11.09 02:56:40.024454 [ 292 ] {f2b89cc9-0391-4ef4-9b72-cc9fb6f7a16c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
19710 2024.11.09 02:56:40.024718 [ 292 ] {f2b89cc9-0391-4ef4-9b72-cc9fb6f7a16c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
19711 2024.11.09 02:56:40.025172 [ 292 ] {f2b89cc9-0391-4ef4-9b72-cc9fb6f7a16c} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19712 2024.11.09 02:56:40.025216 [ 292 ] {f2b89cc9-0391-4ef4-9b72-cc9fb6f7a16c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
19713 2024.11.09 02:56:40.025627 [ 292 ] {f2b89cc9-0391-4ef4-9b72-cc9fb6f7a16c} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
19714 2024.11.09 02:56:40.025982 [ 292 ] {f2b89cc9-0391-4ef4-9b72-cc9fb6f7a16c} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19715 2024.11.09 02:56:40.026110 [ 292 ] {f2b89cc9-0391-4ef4-9b72-cc9fb6f7a16c} <Debug> executeQuery: Read 142 rows, 10.13 KiB in 0.001857 sec., 76467.42057081315 rows/sec., 5.33 MiB/sec.
19716 2024.11.09 02:56:40.026362 [ 292 ] {f2b89cc9-0391-4ef4-9b72-cc9fb6f7a16c} <Debug> DynamicQueryHandler: Done processing query
19717 2024.11.09 02:56:40.026412 [ 292 ] {f2b89cc9-0391-4ef4-9b72-cc9fb6f7a16c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
19718 2024.11.09 02:56:40.026472 [ 292 ] {} <Debug> HTTP-Session: 32a090aa-33b4-4434-b072-85ccc30f136a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
19719 2024.11.09 02:56:40.026738 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36963, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19720 2024.11.09 02:56:40.026795 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37323, User-Agent: (none), Length: 8216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19721 2024.11.09 02:56:40.026902 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
19722 2024.11.09 02:56:40.026933 [ 283 ] {} <Debug> HTTP-Session: 2d4c20ec-6690-44c9-8315-d700abda1684 Authenticating user 'default' from [fd00:1122:3344:101::d]:37323
19723 2024.11.09 02:56:40.026958 [ 283 ] {} <Debug> HTTP-Session: 2d4c20ec-6690-44c9-8315-d700abda1684 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
19724 2024.11.09 02:56:40.026976 [ 283 ] {} <Debug> HTTP-Session: 2d4c20ec-6690-44c9-8315-d700abda1684 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
19725 2024.11.09 02:56:40.027022 [ 283 ] {} <Trace> HTTP-Session: 2d4c20ec-6690-44c9-8315-d700abda1684 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19726 2024.11.09 02:56:40.027185 [ 283 ] {6c850a2f-56a9-43b9-aab9-67be668c0b5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37323) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
19727 2024.11.09 02:56:40.027243 [ 283 ] {6c850a2f-56a9-43b9-aab9-67be668c0b5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
19728 2024.11.09 02:56:40.027437 [ 283 ] {6c850a2f-56a9-43b9-aab9-67be668c0b5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
19729 2024.11.09 02:56:40.027777 [ 283 ] {6c850a2f-56a9-43b9-aab9-67be668c0b5d} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19730 2024.11.09 02:56:40.027814 [ 283 ] {6c850a2f-56a9-43b9-aab9-67be668c0b5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
19731 2024.11.09 02:56:40.028196 [ 283 ] {6c850a2f-56a9-43b9-aab9-67be668c0b5d} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
19732 2024.11.09 02:56:40.028536 [ 283 ] {6c850a2f-56a9-43b9-aab9-67be668c0b5d} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19733 2024.11.09 02:56:40.028691 [ 283 ] {6c850a2f-56a9-43b9-aab9-67be668c0b5d} <Debug> executeQuery: Read 54 rows, 3.72 KiB in 0.001566 sec., 34482.75862068966 rows/sec., 2.32 MiB/sec.
19734 2024.11.09 02:56:40.028863 [ 283 ] {6c850a2f-56a9-43b9-aab9-67be668c0b5d} <Debug> DynamicQueryHandler: Done processing query
19735 2024.11.09 02:56:40.028888 [ 283 ] {6c850a2f-56a9-43b9-aab9-67be668c0b5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
19736 2024.11.09 02:56:40.028903 [ 283 ] {} <Debug> HTTP-Session: 2d4c20ec-6690-44c9-8315-d700abda1684 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
19737 2024.11.09 02:56:40.029375 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37323, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19738 2024.11.09 02:56:41.861680 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1756
19739 2024.11.09 02:56:41.864651 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19740 2024.11.09 02:56:41.864701 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
19741 2024.11.09 02:56:41.866294 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
19742 2024.11.09 02:56:41.867351 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19743 2024.11.09 02:56:41.868778 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1756
19744 2024.11.09 02:56:45.010836 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64760, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19745 2024.11.09 02:56:45.010959 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
19746 2024.11.09 02:56:45.010989 [ 271 ] {} <Debug> HTTP-Session: 6a580838-7a85-4592-a990-02c4a308a7ba Authenticating user 'default' from [fd00:1122:3344:101::d]:64760
19747 2024.11.09 02:56:45.011018 [ 271 ] {} <Debug> HTTP-Session: 6a580838-7a85-4592-a990-02c4a308a7ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
19748 2024.11.09 02:56:45.011037 [ 271 ] {} <Debug> HTTP-Session: 6a580838-7a85-4592-a990-02c4a308a7ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
19749 2024.11.09 02:56:45.011094 [ 271 ] {} <Trace> HTTP-Session: 6a580838-7a85-4592-a990-02c4a308a7ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19750 2024.11.09 02:56:45.011316 [ 271 ] {ec72d5b4-56df-4fd4-877a-bfe597c94b81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64760) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
19751 2024.11.09 02:56:45.011395 [ 271 ] {ec72d5b4-56df-4fd4-877a-bfe597c94b81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
19752 2024.11.09 02:56:45.011789 [ 271 ] {ec72d5b4-56df-4fd4-877a-bfe597c94b81} <Trace> ParallelParsingInputFormat: Parallel parsing is used
19753 2024.11.09 02:56:45.012316 [ 271 ] {ec72d5b4-56df-4fd4-877a-bfe597c94b81} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19754 2024.11.09 02:56:45.012359 [ 271 ] {ec72d5b4-56df-4fd4-877a-bfe597c94b81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
19755 2024.11.09 02:56:45.012816 [ 271 ] {ec72d5b4-56df-4fd4-877a-bfe597c94b81} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
19756 2024.11.09 02:56:45.013218 [ 271 ] {ec72d5b4-56df-4fd4-877a-bfe597c94b81} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19757 2024.11.09 02:56:45.013373 [ 271 ] {ec72d5b4-56df-4fd4-877a-bfe597c94b81} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002131 sec., 26278.742374472076 rows/sec., 2.02 MiB/sec.
19758 2024.11.09 02:56:45.013610 [ 271 ] {ec72d5b4-56df-4fd4-877a-bfe597c94b81} <Debug> DynamicQueryHandler: Done processing query
19759 2024.11.09 02:56:45.013636 [ 271 ] {ec72d5b4-56df-4fd4-877a-bfe597c94b81} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
19760 2024.11.09 02:56:45.013654 [ 271 ] {} <Debug> HTTP-Session: 6a580838-7a85-4592-a990-02c4a308a7ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
19761 2024.11.09 02:56:45.013892 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64760, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19762 2024.11.09 02:56:45.013969 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64905, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19763 2024.11.09 02:56:45.014097 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
19764 2024.11.09 02:56:45.014123 [ 285 ] {} <Debug> HTTP-Session: 205712d1-131c-49ed-b718-0118ed23b0b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64905
19765 2024.11.09 02:56:45.014148 [ 285 ] {} <Debug> HTTP-Session: 205712d1-131c-49ed-b718-0118ed23b0b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
19766 2024.11.09 02:56:45.014163 [ 285 ] {} <Debug> HTTP-Session: 205712d1-131c-49ed-b718-0118ed23b0b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
19767 2024.11.09 02:56:45.014220 [ 285 ] {} <Trace> HTTP-Session: 205712d1-131c-49ed-b718-0118ed23b0b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19768 2024.11.09 02:56:45.014438 [ 285 ] {253f71d6-6aaf-434b-9ca4-1991af7b8c4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64905) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
19769 2024.11.09 02:56:45.014509 [ 285 ] {253f71d6-6aaf-434b-9ca4-1991af7b8c4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
19770 2024.11.09 02:56:45.014861 [ 285 ] {253f71d6-6aaf-434b-9ca4-1991af7b8c4c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
19771 2024.11.09 02:56:45.015303 [ 285 ] {253f71d6-6aaf-434b-9ca4-1991af7b8c4c} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19772 2024.11.09 02:56:45.015348 [ 285 ] {253f71d6-6aaf-434b-9ca4-1991af7b8c4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
19773 2024.11.09 02:56:45.015789 [ 285 ] {253f71d6-6aaf-434b-9ca4-1991af7b8c4c} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
19774 2024.11.09 02:56:45.016206 [ 285 ] {253f71d6-6aaf-434b-9ca4-1991af7b8c4c} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19775 2024.11.09 02:56:45.016383 [ 285 ] {253f71d6-6aaf-434b-9ca4-1991af7b8c4c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002019 sec., 31698.860822189203 rows/sec., 2.47 MiB/sec.
19776 2024.11.09 02:56:45.016601 [ 285 ] {253f71d6-6aaf-434b-9ca4-1991af7b8c4c} <Debug> DynamicQueryHandler: Done processing query
19777 2024.11.09 02:56:45.016629 [ 285 ] {253f71d6-6aaf-434b-9ca4-1991af7b8c4c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
19778 2024.11.09 02:56:45.016647 [ 285 ] {} <Debug> HTTP-Session: 205712d1-131c-49ed-b718-0118ed23b0b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
19779 2024.11.09 02:56:45.016885 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64905, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19780 2024.11.09 02:56:45.016956 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43057, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19781 2024.11.09 02:56:45.017046 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
19782 2024.11.09 02:56:45.017076 [ 293 ] {} <Debug> HTTP-Session: ca487c1a-94c9-43ca-99db-b45589383aec Authenticating user 'default' from [fd00:1122:3344:101::d]:43057
19783 2024.11.09 02:56:45.017128 [ 293 ] {} <Debug> HTTP-Session: ca487c1a-94c9-43ca-99db-b45589383aec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
19784 2024.11.09 02:56:45.017143 [ 293 ] {} <Debug> HTTP-Session: ca487c1a-94c9-43ca-99db-b45589383aec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
19785 2024.11.09 02:56:45.017187 [ 293 ] {} <Trace> HTTP-Session: ca487c1a-94c9-43ca-99db-b45589383aec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19786 2024.11.09 02:56:45.017378 [ 293 ] {9cf19492-9f26-4312-bdc4-8ac847e10e30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43057) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
19787 2024.11.09 02:56:45.017437 [ 293 ] {9cf19492-9f26-4312-bdc4-8ac847e10e30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
19788 2024.11.09 02:56:45.017633 [ 293 ] {9cf19492-9f26-4312-bdc4-8ac847e10e30} <Trace> ParallelParsingInputFormat: Parallel parsing is used
19789 2024.11.09 02:56:45.018056 [ 293 ] {9cf19492-9f26-4312-bdc4-8ac847e10e30} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19790 2024.11.09 02:56:45.018093 [ 293 ] {9cf19492-9f26-4312-bdc4-8ac847e10e30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
19791 2024.11.09 02:56:45.018559 [ 293 ] {9cf19492-9f26-4312-bdc4-8ac847e10e30} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
19792 2024.11.09 02:56:45.018938 [ 293 ] {9cf19492-9f26-4312-bdc4-8ac847e10e30} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19793 2024.11.09 02:56:45.019075 [ 293 ] {9cf19492-9f26-4312-bdc4-8ac847e10e30} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001779 sec., 89938.16750983699 rows/sec., 6.26 MiB/sec.
19794 2024.11.09 02:56:45.019304 [ 293 ] {9cf19492-9f26-4312-bdc4-8ac847e10e30} <Debug> DynamicQueryHandler: Done processing query
19795 2024.11.09 02:56:45.019331 [ 293 ] {9cf19492-9f26-4312-bdc4-8ac847e10e30} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
19796 2024.11.09 02:56:45.019367 [ 293 ] {} <Debug> HTTP-Session: ca487c1a-94c9-43ca-99db-b45589383aec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
19797 2024.11.09 02:56:45.019639 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43057, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19798 2024.11.09 02:56:45.019733 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42118, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19799 2024.11.09 02:56:45.019819 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
19800 2024.11.09 02:56:45.019845 [ 285 ] {} <Debug> HTTP-Session: 0c32ecec-df08-4c52-a1da-8e8dfe4b8d6f Authenticating user 'default' from [fd00:1122:3344:101::d]:42118
19801 2024.11.09 02:56:45.019868 [ 285 ] {} <Debug> HTTP-Session: 0c32ecec-df08-4c52-a1da-8e8dfe4b8d6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
19802 2024.11.09 02:56:45.019885 [ 285 ] {} <Debug> HTTP-Session: 0c32ecec-df08-4c52-a1da-8e8dfe4b8d6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
19803 2024.11.09 02:56:45.019934 [ 285 ] {} <Trace> HTTP-Session: 0c32ecec-df08-4c52-a1da-8e8dfe4b8d6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19804 2024.11.09 02:56:45.020109 [ 285 ] {cfb1683d-f462-42e0-bdc9-e08a76ef6409} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42118) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
19805 2024.11.09 02:56:45.020172 [ 285 ] {cfb1683d-f462-42e0-bdc9-e08a76ef6409} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
19806 2024.11.09 02:56:45.020369 [ 285 ] {cfb1683d-f462-42e0-bdc9-e08a76ef6409} <Trace> ParallelParsingInputFormat: Parallel parsing is used
19807 2024.11.09 02:56:45.020754 [ 285 ] {cfb1683d-f462-42e0-bdc9-e08a76ef6409} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19808 2024.11.09 02:56:45.020799 [ 285 ] {cfb1683d-f462-42e0-bdc9-e08a76ef6409} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
19809 2024.11.09 02:56:45.021217 [ 285 ] {cfb1683d-f462-42e0-bdc9-e08a76ef6409} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
19810 2024.11.09 02:56:45.021578 [ 285 ] {cfb1683d-f462-42e0-bdc9-e08a76ef6409} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19811 2024.11.09 02:56:45.021736 [ 285 ] {cfb1683d-f462-42e0-bdc9-e08a76ef6409} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001693 sec., 35440.04725339633 rows/sec., 2.39 MiB/sec.
19812 2024.11.09 02:56:45.021902 [ 285 ] {cfb1683d-f462-42e0-bdc9-e08a76ef6409} <Debug> DynamicQueryHandler: Done processing query
19813 2024.11.09 02:56:45.021929 [ 285 ] {cfb1683d-f462-42e0-bdc9-e08a76ef6409} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
19814 2024.11.09 02:56:45.021946 [ 285 ] {} <Debug> HTTP-Session: 0c32ecec-df08-4c52-a1da-8e8dfe4b8d6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
19815 2024.11.09 02:56:45.022181 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42118, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19816 2024.11.09 02:56:46.423947 [ 105 ] {} <Debug> DNSResolver: Updating DNS cache
19817 2024.11.09 02:56:46.424038 [ 105 ] {} <Debug> DNSResolver: Updated DNS cache
19818 2024.11.09 02:56:50.016858 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59538, User-Agent: (none), Length: 41147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19819 2024.11.09 02:56:50.016990 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
19820 2024.11.09 02:56:50.017019 [ 285 ] {} <Debug> HTTP-Session: a749336e-0746-434e-ae8d-fd4e7f90aa11 Authenticating user 'default' from [fd00:1122:3344:101::d]:59538
19821 2024.11.09 02:56:50.017047 [ 285 ] {} <Debug> HTTP-Session: a749336e-0746-434e-ae8d-fd4e7f90aa11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
19822 2024.11.09 02:56:50.017065 [ 285 ] {} <Debug> HTTP-Session: a749336e-0746-434e-ae8d-fd4e7f90aa11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
19823 2024.11.09 02:56:50.017124 [ 285 ] {} <Trace> HTTP-Session: a749336e-0746-434e-ae8d-fd4e7f90aa11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19824 2024.11.09 02:56:50.017403 [ 285 ] {79a9a9a9-6e5e-48d1-a458-6d1a49ac9a40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59538) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
19825 2024.11.09 02:56:50.017473 [ 285 ] {79a9a9a9-6e5e-48d1-a458-6d1a49ac9a40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
19826 2024.11.09 02:56:50.017820 [ 285 ] {79a9a9a9-6e5e-48d1-a458-6d1a49ac9a40} <Trace> ParallelParsingInputFormat: Parallel parsing is used
19827 2024.11.09 02:56:50.018436 [ 285 ] {79a9a9a9-6e5e-48d1-a458-6d1a49ac9a40} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19828 2024.11.09 02:56:50.018481 [ 285 ] {79a9a9a9-6e5e-48d1-a458-6d1a49ac9a40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
19829 2024.11.09 02:56:50.018939 [ 285 ] {79a9a9a9-6e5e-48d1-a458-6d1a49ac9a40} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
19830 2024.11.09 02:56:50.019343 [ 285 ] {79a9a9a9-6e5e-48d1-a458-6d1a49ac9a40} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19831 2024.11.09 02:56:50.019524 [ 131 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
19832 2024.11.09 02:56:50.019533 [ 285 ] {79a9a9a9-6e5e-48d1-a458-6d1a49ac9a40} <Debug> executeQuery: Read 271 rows, 24.70 KiB in 0.002248 sec., 120551.60142348755 rows/sec., 10.73 MiB/sec.
19833 2024.11.09 02:56:50.019618 [ 131 ] {} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19834 2024.11.09 02:56:50.019690 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
19835 2024.11.09 02:56:50.019909 [ 197 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full
19836 2024.11.09 02:56:50.019938 [ 285 ] {79a9a9a9-6e5e-48d1-a458-6d1a49ac9a40} <Debug> DynamicQueryHandler: Done processing query
19837 2024.11.09 02:56:50.019996 [ 285 ] {79a9a9a9-6e5e-48d1-a458-6d1a49ac9a40} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
19838 2024.11.09 02:56:50.020024 [ 285 ] {} <Debug> HTTP-Session: a749336e-0746-434e-ae8d-fd4e7f90aa11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
19839 2024.11.09 02:56:50.020149 [ 197 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19840 2024.11.09 02:56:50.020192 [ 197 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1420 rows starting from the beginning of the part
19841 2024.11.09 02:56:50.020351 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59538, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19842 2024.11.09 02:56:50.020425 [ 197 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 56 rows starting from the beginning of the part
19843 2024.11.09 02:56:50.020574 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56681, User-Agent: (none), Length: 5927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19844 2024.11.09 02:56:50.020788 [ 197 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 271 rows starting from the beginning of the part
19845 2024.11.09 02:56:50.020874 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
19846 2024.11.09 02:56:50.021018 [ 293 ] {} <Debug> HTTP-Session: 18520ec1-de9c-47a0-a6ce-5cae3cb6fb52 Authenticating user 'default' from [fd00:1122:3344:101::d]:56681
19847 2024.11.09 02:56:50.021146 [ 293 ] {} <Debug> HTTP-Session: 18520ec1-de9c-47a0-a6ce-5cae3cb6fb52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
19848 2024.11.09 02:56:50.021179 [ 197 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 58 rows starting from the beginning of the part
19849 2024.11.09 02:56:50.021211 [ 293 ] {} <Debug> HTTP-Session: 18520ec1-de9c-47a0-a6ce-5cae3cb6fb52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
19850 2024.11.09 02:56:50.021416 [ 293 ] {} <Trace> HTTP-Session: 18520ec1-de9c-47a0-a6ce-5cae3cb6fb52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19851 2024.11.09 02:56:50.021427 [ 197 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 56 rows starting from the beginning of the part
19852 2024.11.09 02:56:50.021622 [ 197 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 271 rows starting from the beginning of the part
19853 2024.11.09 02:56:50.021972 [ 293 ] {ec488b94-0f22-4a28-9cdf-8bb11de6c4cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56681) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
19854 2024.11.09 02:56:50.022160 [ 293 ] {ec488b94-0f22-4a28-9cdf-8bb11de6c4cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
19855 2024.11.09 02:56:50.023015 [ 293 ] {ec488b94-0f22-4a28-9cdf-8bb11de6c4cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
19856 2024.11.09 02:56:50.024098 [ 293 ] {ec488b94-0f22-4a28-9cdf-8bb11de6c4cc} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19857 2024.11.09 02:56:50.024171 [ 293 ] {ec488b94-0f22-4a28-9cdf-8bb11de6c4cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
19858 2024.11.09 02:56:50.025016 [ 293 ] {ec488b94-0f22-4a28-9cdf-8bb11de6c4cc} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
19859 2024.11.09 02:56:50.025029 [ 186 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2132 rows, containing 5 columns (5 merged, 0 gathered) in 0.005217808 sec., 408600.699757446 rows/sec., 36.12 MiB/sec.
19860 2024.11.09 02:56:50.025416 [ 189 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
19861 2024.11.09 02:56:50.025669 [ 293 ] {ec488b94-0f22-4a28-9cdf-8bb11de6c4cc} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19862 2024.11.09 02:56:50.026157 [ 293 ] {ec488b94-0f22-4a28-9cdf-8bb11de6c4cc} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.004443 sec., 9227.999099707406 rows/sec., 693.90 KiB/sec.
19863 2024.11.09 02:56:50.026979 [ 293 ] {ec488b94-0f22-4a28-9cdf-8bb11de6c4cc} <Debug> DynamicQueryHandler: Done processing query
19864 2024.11.09 02:56:50.027003 [ 189 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_121_24} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19865 2024.11.09 02:56:50.027077 [ 293 ] {ec488b94-0f22-4a28-9cdf-8bb11de6c4cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
19866 2024.11.09 02:56:50.027183 [ 293 ] {} <Debug> HTTP-Session: 18520ec1-de9c-47a0-a6ce-5cae3cb6fb52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
19867 2024.11.09 02:56:50.027395 [ 189 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_121_24} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
19868 2024.11.09 02:56:50.027597 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56681, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19869 2024.11.09 02:56:50.027618 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58448, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19870 2024.11.09 02:56:50.027637 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
19871 2024.11.09 02:56:50.027728 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
19872 2024.11.09 02:56:50.027758 [ 285 ] {} <Debug> HTTP-Session: c6e370a4-b796-4248-9c87-776a18ae0cfe Authenticating user 'default' from [fd00:1122:3344:101::d]:58448
19873 2024.11.09 02:56:50.027778 [ 285 ] {} <Debug> HTTP-Session: c6e370a4-b796-4248-9c87-776a18ae0cfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
19874 2024.11.09 02:56:50.027792 [ 285 ] {} <Debug> HTTP-Session: c6e370a4-b796-4248-9c87-776a18ae0cfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
19875 2024.11.09 02:56:50.027843 [ 285 ] {} <Trace> HTTP-Session: c6e370a4-b796-4248-9c87-776a18ae0cfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19876 2024.11.09 02:56:50.027966 [ 285 ] {adbc4ac7-cd7f-47e0-8215-11df470240c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58448) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
19877 2024.11.09 02:56:50.028014 [ 285 ] {adbc4ac7-cd7f-47e0-8215-11df470240c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
19878 2024.11.09 02:56:50.028285 [ 285 ] {adbc4ac7-cd7f-47e0-8215-11df470240c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
19879 2024.11.09 02:56:50.028630 [ 285 ] {adbc4ac7-cd7f-47e0-8215-11df470240c1} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19880 2024.11.09 02:56:50.028669 [ 285 ] {adbc4ac7-cd7f-47e0-8215-11df470240c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
19881 2024.11.09 02:56:50.029057 [ 285 ] {adbc4ac7-cd7f-47e0-8215-11df470240c1} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
19882 2024.11.09 02:56:50.029457 [ 285 ] {adbc4ac7-cd7f-47e0-8215-11df470240c1} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19883 2024.11.09 02:56:50.029624 [ 285 ] {adbc4ac7-cd7f-47e0-8215-11df470240c1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001684 sec., 8313.53919239905 rows/sec., 582.23 KiB/sec.
19884 2024.11.09 02:56:50.029955 [ 285 ] {adbc4ac7-cd7f-47e0-8215-11df470240c1} <Debug> DynamicQueryHandler: Done processing query
19885 2024.11.09 02:56:50.029989 [ 285 ] {adbc4ac7-cd7f-47e0-8215-11df470240c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
19886 2024.11.09 02:56:50.030012 [ 285 ] {} <Debug> HTTP-Session: c6e370a4-b796-4248-9c87-776a18ae0cfe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
19887 2024.11.09 02:56:50.030178 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58448, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19888 2024.11.09 02:56:50.030264 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48989, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19889 2024.11.09 02:56:50.030342 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
19890 2024.11.09 02:56:50.030365 [ 293 ] {} <Debug> HTTP-Session: 381a5c56-f832-4929-ac45-8d26e792f42a Authenticating user 'default' from [fd00:1122:3344:101::d]:48989
19891 2024.11.09 02:56:50.030384 [ 293 ] {} <Debug> HTTP-Session: 381a5c56-f832-4929-ac45-8d26e792f42a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
19892 2024.11.09 02:56:50.030398 [ 293 ] {} <Debug> HTTP-Session: 381a5c56-f832-4929-ac45-8d26e792f42a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
19893 2024.11.09 02:56:50.030441 [ 293 ] {} <Trace> HTTP-Session: 381a5c56-f832-4929-ac45-8d26e792f42a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19894 2024.11.09 02:56:50.030560 [ 293 ] {2c12e0a6-51e5-4e0f-8a88-0f30d5633466} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48989) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
19895 2024.11.09 02:56:50.030613 [ 293 ] {2c12e0a6-51e5-4e0f-8a88-0f30d5633466} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
19896 2024.11.09 02:56:50.030892 [ 293 ] {2c12e0a6-51e5-4e0f-8a88-0f30d5633466} <Trace> ParallelParsingInputFormat: Parallel parsing is used
19897 2024.11.09 02:56:50.031221 [ 293 ] {2c12e0a6-51e5-4e0f-8a88-0f30d5633466} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19898 2024.11.09 02:56:50.031258 [ 293 ] {2c12e0a6-51e5-4e0f-8a88-0f30d5633466} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
19899 2024.11.09 02:56:50.031633 [ 293 ] {2c12e0a6-51e5-4e0f-8a88-0f30d5633466} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
19900 2024.11.09 02:56:50.032031 [ 293 ] {2c12e0a6-51e5-4e0f-8a88-0f30d5633466} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19901 2024.11.09 02:56:50.032168 [ 293 ] {2c12e0a6-51e5-4e0f-8a88-0f30d5633466} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00164 sec., 3658.5365853658536 rows/sec., 216.15 KiB/sec.
19902 2024.11.09 02:56:50.032353 [ 293 ] {2c12e0a6-51e5-4e0f-8a88-0f30d5633466} <Debug> DynamicQueryHandler: Done processing query
19903 2024.11.09 02:56:50.032377 [ 293 ] {2c12e0a6-51e5-4e0f-8a88-0f30d5633466} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
19904 2024.11.09 02:56:50.032393 [ 293 ] {} <Debug> HTTP-Session: 381a5c56-f832-4929-ac45-8d26e792f42a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
19905 2024.11.09 02:56:50.032614 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48989, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19906 2024.11.09 02:56:50.032757 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50205, User-Agent: (none), Length: 68708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19907 2024.11.09 02:56:50.032820 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
19908 2024.11.09 02:56:50.032840 [ 285 ] {} <Debug> HTTP-Session: 37696018-405a-496f-a2a8-780b2f63c490 Authenticating user 'default' from [fd00:1122:3344:101::d]:50205
19909 2024.11.09 02:56:50.032858 [ 285 ] {} <Debug> HTTP-Session: 37696018-405a-496f-a2a8-780b2f63c490 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
19910 2024.11.09 02:56:50.032873 [ 285 ] {} <Debug> HTTP-Session: 37696018-405a-496f-a2a8-780b2f63c490 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
19911 2024.11.09 02:56:50.032912 [ 285 ] {} <Trace> HTTP-Session: 37696018-405a-496f-a2a8-780b2f63c490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19912 2024.11.09 02:56:50.033204 [ 285 ] {1f4c3fac-179d-46ab-b076-8e3cf1e6f645} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
19913 2024.11.09 02:56:50.033252 [ 285 ] {1f4c3fac-179d-46ab-b076-8e3cf1e6f645} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
19914 2024.11.09 02:56:50.033516 [ 285 ] {1f4c3fac-179d-46ab-b076-8e3cf1e6f645} <Trace> ParallelParsingInputFormat: Parallel parsing is used
19915 2024.11.09 02:56:50.034136 [ 285 ] {1f4c3fac-179d-46ab-b076-8e3cf1e6f645} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19916 2024.11.09 02:56:50.034175 [ 285 ] {1f4c3fac-179d-46ab-b076-8e3cf1e6f645} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
19917 2024.11.09 02:56:50.034604 [ 285 ] {1f4c3fac-179d-46ab-b076-8e3cf1e6f645} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
19918 2024.11.09 02:56:50.034998 [ 285 ] {1f4c3fac-179d-46ab-b076-8e3cf1e6f645} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19919 2024.11.09 02:56:50.035158 [ 285 ] {1f4c3fac-179d-46ab-b076-8e3cf1e6f645} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002114 sec., 200094.60737937558 rows/sec., 14.30 MiB/sec.
19920 2024.11.09 02:56:50.035196 [ 150 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
19921 2024.11.09 02:56:50.035277 [ 150 ] {} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19922 2024.11.09 02:56:50.035323 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
19923 2024.11.09 02:56:50.035469 [ 285 ] {1f4c3fac-179d-46ab-b076-8e3cf1e6f645} <Debug> DynamicQueryHandler: Done processing query
19924 2024.11.09 02:56:50.035510 [ 198 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full
19925 2024.11.09 02:56:50.035518 [ 285 ] {1f4c3fac-179d-46ab-b076-8e3cf1e6f645} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
19926 2024.11.09 02:56:50.035592 [ 285 ] {} <Debug> HTTP-Session: 37696018-405a-496f-a2a8-780b2f63c490 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
19927 2024.11.09 02:56:50.035734 [ 198 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19928 2024.11.09 02:56:50.035818 [ 198 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 915 rows starting from the beginning of the part
19929 2024.11.09 02:56:50.035832 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48989, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19930 2024.11.09 02:56:50.035873 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50205, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19931 2024.11.09 02:56:50.036097 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
19932 2024.11.09 02:56:50.036203 [ 293 ] {} <Debug> HTTP-Session: 41426b1e-eaac-47ae-805c-635852a31e0a Authenticating user 'default' from [fd00:1122:3344:101::d]:48989
19933 2024.11.09 02:56:50.036208 [ 198 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 64 rows starting from the beginning of the part
19934 2024.11.09 02:56:50.036208 [ 285 ] {} <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):
19935 
19936 (version 23.8.7.1)
19937 2024.11.09 02:56:50.036268 [ 293 ] {} <Debug> HTTP-Session: 41426b1e-eaac-47ae-805c-635852a31e0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
19938 2024.11.09 02:56:50.036341 [ 293 ] {} <Debug> HTTP-Session: 41426b1e-eaac-47ae-805c-635852a31e0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
19939 2024.11.09 02:56:50.036473 [ 293 ] {} <Trace> HTTP-Session: 41426b1e-eaac-47ae-805c-635852a31e0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19940 2024.11.09 02:56:50.036521 [ 198 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 423 rows starting from the beginning of the part
19941 2024.11.09 02:56:50.036776 [ 293 ] {1d3d07d2-fdd5-47ff-82e0-6ad77ce88353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48989) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
19942 2024.11.09 02:56:50.036809 [ 198 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 68 rows starting from the beginning of the part
19943 2024.11.09 02:56:50.036932 [ 293 ] {1d3d07d2-fdd5-47ff-82e0-6ad77ce88353} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
19944 2024.11.09 02:56:50.037186 [ 198 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 64 rows starting from the beginning of the part
19945 2024.11.09 02:56:50.037420 [ 198 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 423 rows starting from the beginning of the part
19946 2024.11.09 02:56:50.037706 [ 293 ] {1d3d07d2-fdd5-47ff-82e0-6ad77ce88353} <Trace> ParallelParsingInputFormat: Parallel parsing is used
19947 2024.11.09 02:56:50.038157 [ 293 ] {1d3d07d2-fdd5-47ff-82e0-6ad77ce88353} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19948 2024.11.09 02:56:50.038201 [ 293 ] {1d3d07d2-fdd5-47ff-82e0-6ad77ce88353} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
19949 2024.11.09 02:56:50.038723 [ 293 ] {1d3d07d2-fdd5-47ff-82e0-6ad77ce88353} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
19950 2024.11.09 02:56:50.039186 [ 293 ] {1d3d07d2-fdd5-47ff-82e0-6ad77ce88353} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19951 2024.11.09 02:56:50.039423 [ 293 ] {1d3d07d2-fdd5-47ff-82e0-6ad77ce88353} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002748 sec., 2183.406113537118 rows/sec., 114.07 KiB/sec.
19952 2024.11.09 02:56:50.040113 [ 293 ] {1d3d07d2-fdd5-47ff-82e0-6ad77ce88353} <Debug> DynamicQueryHandler: Done processing query
19953 2024.11.09 02:56:50.040192 [ 293 ] {1d3d07d2-fdd5-47ff-82e0-6ad77ce88353} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
19954 2024.11.09 02:56:50.040243 [ 198 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1957 rows, containing 5 columns (5 merged, 0 gathered) in 0.00481805 sec., 406180.9238177271 rows/sec., 31.10 MiB/sec.
19955 2024.11.09 02:56:50.040282 [ 293 ] {} <Debug> HTTP-Session: 41426b1e-eaac-47ae-805c-635852a31e0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
19956 2024.11.09 02:56:50.040517 [ 189 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
19957 2024.11.09 02:56:50.040620 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48989, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19958 2024.11.09 02:56:50.040741 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43957, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19959 2024.11.09 02:56:50.040937 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
19960 2024.11.09 02:56:50.041025 [ 285 ] {} <Debug> HTTP-Session: 9d0fbc64-dbd2-47b1-8aee-604fb73dd3b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:43957
19961 2024.11.09 02:56:50.041141 [ 285 ] {} <Debug> HTTP-Session: 9d0fbc64-dbd2-47b1-8aee-604fb73dd3b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
19962 2024.11.09 02:56:50.041192 [ 285 ] {} <Debug> HTTP-Session: 9d0fbc64-dbd2-47b1-8aee-604fb73dd3b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
19963 2024.11.09 02:56:50.041270 [ 285 ] {} <Trace> HTTP-Session: 9d0fbc64-dbd2-47b1-8aee-604fb73dd3b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19964 2024.11.09 02:56:50.041476 [ 189 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_121_24} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19965 2024.11.09 02:56:50.041573 [ 285 ] {eee90427-2308-4d4e-a9ac-dc0c64d176f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43957) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
19966 2024.11.09 02:56:50.041632 [ 189 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_121_24} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
19967 2024.11.09 02:56:50.041661 [ 285 ] {eee90427-2308-4d4e-a9ac-dc0c64d176f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
19968 2024.11.09 02:56:50.041824 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
19969 2024.11.09 02:56:50.041993 [ 285 ] {eee90427-2308-4d4e-a9ac-dc0c64d176f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
19970 2024.11.09 02:56:50.042447 [ 285 ] {eee90427-2308-4d4e-a9ac-dc0c64d176f0} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19971 2024.11.09 02:56:50.042487 [ 285 ] {eee90427-2308-4d4e-a9ac-dc0c64d176f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
19972 2024.11.09 02:56:50.042915 [ 285 ] {eee90427-2308-4d4e-a9ac-dc0c64d176f0} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
19973 2024.11.09 02:56:50.043292 [ 285 ] {eee90427-2308-4d4e-a9ac-dc0c64d176f0} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19974 2024.11.09 02:56:50.043453 [ 285 ] {eee90427-2308-4d4e-a9ac-dc0c64d176f0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002043 sec., 116005.8737151248 rows/sec., 7.78 MiB/sec.
19975 2024.11.09 02:56:50.043467 [ 150 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
19976 2024.11.09 02:56:50.043543 [ 150 ] {} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19977 2024.11.09 02:56:50.043588 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
19978 2024.11.09 02:56:50.043757 [ 186 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full
19979 2024.11.09 02:56:50.043782 [ 285 ] {eee90427-2308-4d4e-a9ac-dc0c64d176f0} <Debug> DynamicQueryHandler: Done processing query
19980 2024.11.09 02:56:50.043829 [ 285 ] {eee90427-2308-4d4e-a9ac-dc0c64d176f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
19981 2024.11.09 02:56:50.043867 [ 285 ] {} <Debug> HTTP-Session: 9d0fbc64-dbd2-47b1-8aee-604fb73dd3b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
19982 2024.11.09 02:56:50.043978 [ 186 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19983 2024.11.09 02:56:50.044013 [ 186 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_116_23, total 23415 rows starting from the beginning of the part
19984 2024.11.09 02:56:50.044266 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43957, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19985 2024.11.09 02:56:50.044274 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60327, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
19986 2024.11.09 02:56:50.044341 [ 186 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 160 rows starting from the beginning of the part
19987 2024.11.09 02:56:50.044435 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
19988 2024.11.09 02:56:50.044524 [ 293 ] {} <Debug> HTTP-Session: ea5a0a62-2b69-451e-b7de-da04036cc6ca Authenticating user 'default' from [fd00:1122:3344:101::d]:60327
19989 2024.11.09 02:56:50.044610 [ 293 ] {} <Debug> HTTP-Session: ea5a0a62-2b69-451e-b7de-da04036cc6ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
19990 2024.11.09 02:56:50.044630 [ 285 ] {} <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):
19991 
19992 (version 23.8.7.1)
19993 2024.11.09 02:56:50.044656 [ 186 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 237 rows starting from the beginning of the part
19994 2024.11.09 02:56:50.044679 [ 293 ] {} <Debug> HTTP-Session: ea5a0a62-2b69-451e-b7de-da04036cc6ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
19995 2024.11.09 02:56:50.044809 [ 293 ] {} <Trace> HTTP-Session: ea5a0a62-2b69-451e-b7de-da04036cc6ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19996 2024.11.09 02:56:50.044871 [ 186 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 142 rows starting from the beginning of the part
19997 2024.11.09 02:56:50.045028 [ 186 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 160 rows starting from the beginning of the part
19998 2024.11.09 02:56:50.045029 [ 293 ] {385d71a5-4e1a-4b6e-a1a0-6b052ef5f73e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60327) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
19999 2024.11.09 02:56:50.045134 [ 293 ] {385d71a5-4e1a-4b6e-a1a0-6b052ef5f73e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
20000 2024.11.09 02:56:50.045182 [ 186 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 237 rows starting from the beginning of the part
20001 2024.11.09 02:56:50.045563 [ 293 ] {385d71a5-4e1a-4b6e-a1a0-6b052ef5f73e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
20002 2024.11.09 02:56:50.046169 [ 293 ] {385d71a5-4e1a-4b6e-a1a0-6b052ef5f73e} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20003 2024.11.09 02:56:50.046214 [ 293 ] {385d71a5-4e1a-4b6e-a1a0-6b052ef5f73e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20004 2024.11.09 02:56:50.046707 [ 293 ] {385d71a5-4e1a-4b6e-a1a0-6b052ef5f73e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
20005 2024.11.09 02:56:50.047260 [ 293 ] {385d71a5-4e1a-4b6e-a1a0-6b052ef5f73e} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20006 2024.11.09 02:56:50.047541 [ 293 ] {385d71a5-4e1a-4b6e-a1a0-6b052ef5f73e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002584 sec., 386.9969040247678 rows/sec., 26.08 KiB/sec.
20007 2024.11.09 02:56:50.048038 [ 293 ] {385d71a5-4e1a-4b6e-a1a0-6b052ef5f73e} <Debug> DynamicQueryHandler: Done processing query
20008 2024.11.09 02:56:50.048093 [ 293 ] {385d71a5-4e1a-4b6e-a1a0-6b052ef5f73e} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
20009 2024.11.09 02:56:50.048118 [ 293 ] {} <Debug> HTTP-Session: ea5a0a62-2b69-451e-b7de-da04036cc6ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
20010 2024.11.09 02:56:50.048335 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60327, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20011 2024.11.09 02:56:50.048476 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52168, User-Agent: (none), Length: 69112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20012 2024.11.09 02:56:50.048635 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
20013 2024.11.09 02:56:50.048661 [ 285 ] {} <Debug> HTTP-Session: e6c19228-f101-4e68-a227-26054f7874e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:52168
20014 2024.11.09 02:56:50.048691 [ 285 ] {} <Debug> HTTP-Session: e6c19228-f101-4e68-a227-26054f7874e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
20015 2024.11.09 02:56:50.048722 [ 285 ] {} <Debug> HTTP-Session: e6c19228-f101-4e68-a227-26054f7874e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
20016 2024.11.09 02:56:50.048766 [ 285 ] {} <Trace> HTTP-Session: e6c19228-f101-4e68-a227-26054f7874e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20017 2024.11.09 02:56:50.049652 [ 285 ] {70f486f9-ada2-4a7d-9dc9-aa27559c100b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52168) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
20018 2024.11.09 02:56:50.049743 [ 285 ] {70f486f9-ada2-4a7d-9dc9-aa27559c100b} <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
20019 2024.11.09 02:56:50.050408 [ 285 ] {70f486f9-ada2-4a7d-9dc9-aa27559c100b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
20020 2024.11.09 02:56:50.051398 [ 285 ] {70f486f9-ada2-4a7d-9dc9-aa27559c100b} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20021 2024.11.09 02:56:50.051436 [ 285 ] {70f486f9-ada2-4a7d-9dc9-aa27559c100b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20022 2024.11.09 02:56:50.052363 [ 186 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24351 rows, containing 5 columns (5 merged, 0 gathered) in 0.00867445 sec., 2807209.678999821 rows/sec., 191.64 MiB/sec.
20023 2024.11.09 02:56:50.052692 [ 285 ] {70f486f9-ada2-4a7d-9dc9-aa27559c100b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
20024 2024.11.09 02:56:50.053033 [ 186 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
20025 2024.11.09 02:56:50.053587 [ 285 ] {70f486f9-ada2-4a7d-9dc9-aa27559c100b} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20026 2024.11.09 02:56:50.053990 [ 285 ] {70f486f9-ada2-4a7d-9dc9-aa27559c100b} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.005079 sec., 8072.455207718054 rows/sec., 14.47 MiB/sec.
20027 2024.11.09 02:56:50.054048 [ 186 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_121_24} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20028 2024.11.09 02:56:50.054310 [ 186 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_121_24} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
20029 2024.11.09 02:56:50.054505 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB.
20030 2024.11.09 02:56:50.054593 [ 285 ] {70f486f9-ada2-4a7d-9dc9-aa27559c100b} <Debug> DynamicQueryHandler: Done processing query
20031 2024.11.09 02:56:50.054625 [ 285 ] {70f486f9-ada2-4a7d-9dc9-aa27559c100b} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB.
20032 2024.11.09 02:56:50.054644 [ 285 ] {} <Debug> HTTP-Session: e6c19228-f101-4e68-a227-26054f7874e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
20033 2024.11.09 02:56:50.054822 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52168, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20034 2024.11.09 02:56:50.054904 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43988, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20035 2024.11.09 02:56:50.054985 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
20036 2024.11.09 02:56:50.055005 [ 293 ] {} <Debug> HTTP-Session: d2ca3e77-d4cd-48bf-a85b-b65b7cb1baf3 Authenticating user 'default' from [fd00:1122:3344:101::d]:43988
20037 2024.11.09 02:56:50.055023 [ 293 ] {} <Debug> HTTP-Session: d2ca3e77-d4cd-48bf-a85b-b65b7cb1baf3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
20038 2024.11.09 02:56:50.055037 [ 293 ] {} <Debug> HTTP-Session: d2ca3e77-d4cd-48bf-a85b-b65b7cb1baf3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
20039 2024.11.09 02:56:50.055076 [ 293 ] {} <Trace> HTTP-Session: d2ca3e77-d4cd-48bf-a85b-b65b7cb1baf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20040 2024.11.09 02:56:50.055222 [ 293 ] {22be01d8-f6c0-4c94-a477-2ee5a3a1e73d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43988) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
20041 2024.11.09 02:56:50.055270 [ 293 ] {22be01d8-f6c0-4c94-a477-2ee5a3a1e73d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
20042 2024.11.09 02:56:50.055429 [ 293 ] {22be01d8-f6c0-4c94-a477-2ee5a3a1e73d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
20043 2024.11.09 02:56:50.055768 [ 293 ] {22be01d8-f6c0-4c94-a477-2ee5a3a1e73d} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20044 2024.11.09 02:56:50.055805 [ 293 ] {22be01d8-f6c0-4c94-a477-2ee5a3a1e73d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20045 2024.11.09 02:56:50.056195 [ 293 ] {22be01d8-f6c0-4c94-a477-2ee5a3a1e73d} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
20046 2024.11.09 02:56:50.056560 [ 293 ] {22be01d8-f6c0-4c94-a477-2ee5a3a1e73d} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20047 2024.11.09 02:56:50.056723 [ 293 ] {22be01d8-f6c0-4c94-a477-2ee5a3a1e73d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001553 sec., 52801.03026400515 rows/sec., 3.35 MiB/sec.
20048 2024.11.09 02:56:50.056730 [ 150 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
20049 2024.11.09 02:56:50.056823 [ 150 ] {} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20050 2024.11.09 02:56:50.056873 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20051 2024.11.09 02:56:50.057028 [ 293 ] {22be01d8-f6c0-4c94-a477-2ee5a3a1e73d} <Debug> DynamicQueryHandler: Done processing query
20052 2024.11.09 02:56:50.057047 [ 187 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full
20053 2024.11.09 02:56:50.057062 [ 293 ] {22be01d8-f6c0-4c94-a477-2ee5a3a1e73d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
20054 2024.11.09 02:56:50.057130 [ 293 ] {} <Debug> HTTP-Session: d2ca3e77-d4cd-48bf-a85b-b65b7cb1baf3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
20055 2024.11.09 02:56:50.057289 [ 187 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
20056 2024.11.09 02:56:50.057338 [ 187 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 7346 rows starting from the beginning of the part
20057 2024.11.09 02:56:50.057465 [ 187 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 60 rows starting from the beginning of the part
20058 2024.11.09 02:56:50.057674 [ 187 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 82 rows starting from the beginning of the part
20059 2024.11.09 02:56:50.057868 [ 187 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 54 rows starting from the beginning of the part
20060 2024.11.09 02:56:50.058052 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43988, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20061 2024.11.09 02:56:50.058107 [ 187 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 60 rows starting from the beginning of the part
20062 2024.11.09 02:56:50.058369 [ 187 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 82 rows starting from the beginning of the part
20063 2024.11.09 02:56:50.061052 [ 191 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7684 rows, containing 4 columns (4 merged, 0 gathered) in 0.004089474 sec., 1878970.2538761708 rows/sec., 123.50 MiB/sec.
20064 2024.11.09 02:56:50.061563 [ 191 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
20065 2024.11.09 02:56:50.062050 [ 191 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_121_24} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20066 2024.11.09 02:56:50.062147 [ 191 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_121_24} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
20067 2024.11.09 02:56:50.062236 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB.
20068 2024.11.09 02:56:51.017893 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61555, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20069 2024.11.09 02:56:51.238013 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44836, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20070 2024.11.09 02:56:51.298460 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57966, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20071 2024.11.09 02:56:51.302885 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43435, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20072 2024.11.09 02:56:51.336262 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62364, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20073 2024.11.09 02:56:51.385647 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55719, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20074 2024.11.09 02:56:51.404053 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49832, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20075 2024.11.09 02:56:51.410351 [ 285 ] {} <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)
20076 2024.11.09 02:56:51.869004 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1784
20077 2024.11.09 02:56:51.871866 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20078 2024.11.09 02:56:51.871917 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20079 2024.11.09 02:56:51.873499 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
20080 2024.11.09 02:56:51.874506 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20081 2024.11.09 02:56:51.874770 [ 149 ] {} <Debug> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
20082 2024.11.09 02:56:51.874897 [ 149 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20083 2024.11.09 02:56:51.874991 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20084 2024.11.09 02:56:51.875483 [ 195 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
20085 2024.11.09 02:56:51.877169 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1784
20086 2024.11.09 02:56:51.877770 [ 195 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
20087 2024.11.09 02:56:51.877920 [ 195 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1644 rows starting from the beginning of the part
20088 2024.11.09 02:56:51.878534 [ 195 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 32 rows starting from the beginning of the part
20089 2024.11.09 02:56:51.879063 [ 195 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 28 rows starting from the beginning of the part
20090 2024.11.09 02:56:51.879571 [ 195 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 20 rows starting from the beginning of the part
20091 2024.11.09 02:56:51.880094 [ 195 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 32 rows starting from the beginning of the part
20092 2024.11.09 02:56:51.880648 [ 195 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 28 rows starting from the beginning of the part
20093 2024.11.09 02:56:51.890464 [ 194 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1784 rows, containing 72 columns (72 merged, 0 gathered) in 0.015340627 sec., 116292.50877425022 rows/sec., 75.24 MiB/sec.
20094 2024.11.09 02:56:51.892351 [ 193 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
20095 2024.11.09 02:56:51.894138 [ 193 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_61_12} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20096 2024.11.09 02:56:51.894230 [ 193 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_61_12} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
20097 2024.11.09 02:56:51.894590 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB.
20098 2024.11.09 02:56:55.009936 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65528, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20099 2024.11.09 02:56:55.010059 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
20100 2024.11.09 02:56:55.010087 [ 285 ] {} <Debug> HTTP-Session: ca5f2885-2400-4af2-b0dd-6f816e7ca013 Authenticating user 'default' from [fd00:1122:3344:101::d]:65528
20101 2024.11.09 02:56:55.010112 [ 285 ] {} <Debug> HTTP-Session: ca5f2885-2400-4af2-b0dd-6f816e7ca013 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
20102 2024.11.09 02:56:55.010127 [ 285 ] {} <Debug> HTTP-Session: ca5f2885-2400-4af2-b0dd-6f816e7ca013 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
20103 2024.11.09 02:56:55.010178 [ 285 ] {} <Trace> HTTP-Session: ca5f2885-2400-4af2-b0dd-6f816e7ca013 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20104 2024.11.09 02:56:55.010373 [ 285 ] {7ede0498-98a2-4730-84c1-fd69e3215ea7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65528) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
20105 2024.11.09 02:56:55.010445 [ 285 ] {7ede0498-98a2-4730-84c1-fd69e3215ea7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
20106 2024.11.09 02:56:55.010806 [ 285 ] {7ede0498-98a2-4730-84c1-fd69e3215ea7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
20107 2024.11.09 02:56:55.011252 [ 285 ] {7ede0498-98a2-4730-84c1-fd69e3215ea7} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20108 2024.11.09 02:56:55.011302 [ 285 ] {7ede0498-98a2-4730-84c1-fd69e3215ea7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20109 2024.11.09 02:56:55.011749 [ 285 ] {7ede0498-98a2-4730-84c1-fd69e3215ea7} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
20110 2024.11.09 02:56:55.012178 [ 285 ] {7ede0498-98a2-4730-84c1-fd69e3215ea7} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20111 2024.11.09 02:56:55.012398 [ 285 ] {7ede0498-98a2-4730-84c1-fd69e3215ea7} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002071 sec., 1931.4340898116852 rows/sec., 157.49 KiB/sec.
20112 2024.11.09 02:56:55.012767 [ 285 ] {7ede0498-98a2-4730-84c1-fd69e3215ea7} <Debug> DynamicQueryHandler: Done processing query
20113 2024.11.09 02:56:55.012807 [ 285 ] {7ede0498-98a2-4730-84c1-fd69e3215ea7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
20114 2024.11.09 02:56:55.012825 [ 285 ] {} <Debug> HTTP-Session: ca5f2885-2400-4af2-b0dd-6f816e7ca013 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
20115 2024.11.09 02:56:55.013107 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65528, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20116 2024.11.09 02:56:55.013162 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42047, User-Agent: (none), Length: 8114, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20117 2024.11.09 02:56:55.013300 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
20118 2024.11.09 02:56:55.013329 [ 284 ] {} <Debug> HTTP-Session: e0f3f6ea-0724-49b9-8b98-d5dea5edfc06 Authenticating user 'default' from [fd00:1122:3344:101::d]:42047
20119 2024.11.09 02:56:55.013355 [ 284 ] {} <Debug> HTTP-Session: e0f3f6ea-0724-49b9-8b98-d5dea5edfc06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
20120 2024.11.09 02:56:55.013371 [ 284 ] {} <Debug> HTTP-Session: e0f3f6ea-0724-49b9-8b98-d5dea5edfc06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
20121 2024.11.09 02:56:55.013428 [ 284 ] {} <Trace> HTTP-Session: e0f3f6ea-0724-49b9-8b98-d5dea5edfc06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20122 2024.11.09 02:56:55.013629 [ 284 ] {fb5dadc0-5630-413d-92dd-732ff4b94e08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42047) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
20123 2024.11.09 02:56:55.013699 [ 284 ] {fb5dadc0-5630-413d-92dd-732ff4b94e08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
20124 2024.11.09 02:56:55.014043 [ 284 ] {fb5dadc0-5630-413d-92dd-732ff4b94e08} <Trace> ParallelParsingInputFormat: Parallel parsing is used
20125 2024.11.09 02:56:55.014510 [ 284 ] {fb5dadc0-5630-413d-92dd-732ff4b94e08} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20126 2024.11.09 02:56:55.014554 [ 284 ] {fb5dadc0-5630-413d-92dd-732ff4b94e08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20127 2024.11.09 02:56:55.015001 [ 284 ] {fb5dadc0-5630-413d-92dd-732ff4b94e08} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
20128 2024.11.09 02:56:55.015418 [ 284 ] {fb5dadc0-5630-413d-92dd-732ff4b94e08} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20129 2024.11.09 02:56:55.015603 [ 284 ] {fb5dadc0-5630-413d-92dd-732ff4b94e08} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.002038 sec., 28459.273797841022 rows/sec., 2.18 MiB/sec.
20130 2024.11.09 02:56:55.015781 [ 219 ] {} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
20131 2024.11.09 02:56:55.015855 [ 219 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
20132 2024.11.09 02:56:55.015949 [ 284 ] {fb5dadc0-5630-413d-92dd-732ff4b94e08} <Debug> DynamicQueryHandler: Done processing query
20133 2024.11.09 02:56:55.015992 [ 284 ] {fb5dadc0-5630-413d-92dd-732ff4b94e08} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
20134 2024.11.09 02:56:55.016051 [ 284 ] {} <Debug> HTTP-Session: e0f3f6ea-0724-49b9-8b98-d5dea5edfc06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
20135 2024.11.09 02:56:55.016266 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42047, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20136 2024.11.09 02:56:55.016384 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42223, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20137 2024.11.09 02:56:55.016526 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
20138 2024.11.09 02:56:55.016536 [ 284 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below):
20139 
20140 (version 23.8.7.1)
20141 2024.11.09 02:56:55.016614 [ 285 ] {} <Debug> HTTP-Session: 7b0b54ab-4a76-40bb-b157-62a1f31f4a5d Authenticating user 'default' from [fd00:1122:3344:101::d]:42223
20142 2024.11.09 02:56:55.016667 [ 285 ] {} <Debug> HTTP-Session: 7b0b54ab-4a76-40bb-b157-62a1f31f4a5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
20143 2024.11.09 02:56:55.016695 [ 285 ] {} <Debug> HTTP-Session: 7b0b54ab-4a76-40bb-b157-62a1f31f4a5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
20144 2024.11.09 02:56:55.016808 [ 285 ] {} <Trace> HTTP-Session: 7b0b54ab-4a76-40bb-b157-62a1f31f4a5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20145 2024.11.09 02:56:55.017004 [ 285 ] {ffe97c30-7291-4147-83b9-290a67829a25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42223) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
20146 2024.11.09 02:56:55.017087 [ 285 ] {ffe97c30-7291-4147-83b9-290a67829a25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
20147 2024.11.09 02:56:55.017639 [ 285 ] {ffe97c30-7291-4147-83b9-290a67829a25} <Trace> ParallelParsingInputFormat: Parallel parsing is used
20148 2024.11.09 02:56:55.018292 [ 285 ] {ffe97c30-7291-4147-83b9-290a67829a25} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20149 2024.11.09 02:56:55.018344 [ 285 ] {ffe97c30-7291-4147-83b9-290a67829a25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20150 2024.11.09 02:56:55.018958 [ 285 ] {ffe97c30-7291-4147-83b9-290a67829a25} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
20151 2024.11.09 02:56:55.019770 [ 285 ] {ffe97c30-7291-4147-83b9-290a67829a25} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20152 2024.11.09 02:56:55.019875 [ 219 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
20153 2024.11.09 02:56:55.020154 [ 285 ] {ffe97c30-7291-4147-83b9-290a67829a25} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.0032 sec., 1250 rows/sec., 87.28 KiB/sec.
20154 2024.11.09 02:56:55.020609 [ 285 ] {ffe97c30-7291-4147-83b9-290a67829a25} <Debug> DynamicQueryHandler: Done processing query
20155 2024.11.09 02:56:55.020667 [ 285 ] {ffe97c30-7291-4147-83b9-290a67829a25} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
20156 2024.11.09 02:56:55.020715 [ 285 ] {} <Debug> HTTP-Session: 7b0b54ab-4a76-40bb-b157-62a1f31f4a5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
20157 2024.11.09 02:56:55.020912 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42223, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20158 2024.11.09 02:56:55.021066 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53050, User-Agent: (none), Length: 11580, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20159 2024.11.09 02:56:55.021144 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
20160 2024.11.09 02:56:55.021170 [ 284 ] {} <Debug> HTTP-Session: a7627ed9-cd5e-49dd-96ac-ae31f19f160b Authenticating user 'default' from [fd00:1122:3344:101::d]:53050
20161 2024.11.09 02:56:55.021194 [ 284 ] {} <Debug> HTTP-Session: a7627ed9-cd5e-49dd-96ac-ae31f19f160b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
20162 2024.11.09 02:56:55.021212 [ 284 ] {} <Debug> HTTP-Session: a7627ed9-cd5e-49dd-96ac-ae31f19f160b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
20163 2024.11.09 02:56:55.021265 [ 284 ] {} <Trace> HTTP-Session: a7627ed9-cd5e-49dd-96ac-ae31f19f160b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20164 2024.11.09 02:56:55.021430 [ 284 ] {c1e57c41-c1c5-4afa-8a49-8fae5e9a4f0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53050) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
20165 2024.11.09 02:56:55.021484 [ 284 ] {c1e57c41-c1c5-4afa-8a49-8fae5e9a4f0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
20166 2024.11.09 02:56:55.021767 [ 284 ] {c1e57c41-c1c5-4afa-8a49-8fae5e9a4f0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
20167 2024.11.09 02:56:55.022162 [ 284 ] {c1e57c41-c1c5-4afa-8a49-8fae5e9a4f0c} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20168 2024.11.09 02:56:55.022200 [ 284 ] {c1e57c41-c1c5-4afa-8a49-8fae5e9a4f0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20169 2024.11.09 02:56:55.022591 [ 284 ] {c1e57c41-c1c5-4afa-8a49-8fae5e9a4f0c} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
20170 2024.11.09 02:56:55.022977 [ 284 ] {c1e57c41-c1c5-4afa-8a49-8fae5e9a4f0c} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20171 2024.11.09 02:56:55.023132 [ 284 ] {c1e57c41-c1c5-4afa-8a49-8fae5e9a4f0c} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001759 sec., 38658.328595793064 rows/sec., 3.02 MiB/sec.
20172 2024.11.09 02:56:55.023325 [ 284 ] {c1e57c41-c1c5-4afa-8a49-8fae5e9a4f0c} <Debug> DynamicQueryHandler: Done processing query
20173 2024.11.09 02:56:55.023351 [ 284 ] {c1e57c41-c1c5-4afa-8a49-8fae5e9a4f0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
20174 2024.11.09 02:56:55.023368 [ 284 ] {} <Debug> HTTP-Session: a7627ed9-cd5e-49dd-96ac-ae31f19f160b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
20175 2024.11.09 02:56:55.023544 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42223, User-Agent: (none), Length: 24922, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20176 2024.11.09 02:56:55.023584 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53050, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20177 2024.11.09 02:56:55.023654 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
20178 2024.11.09 02:56:55.023693 [ 285 ] {} <Debug> HTTP-Session: 023b000e-0299-40a2-babb-160988ffcbf1 Authenticating user 'default' from [fd00:1122:3344:101::d]:42223
20179 2024.11.09 02:56:55.023735 [ 285 ] {} <Debug> HTTP-Session: 023b000e-0299-40a2-babb-160988ffcbf1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
20180 2024.11.09 02:56:55.023758 [ 285 ] {} <Debug> HTTP-Session: 023b000e-0299-40a2-babb-160988ffcbf1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
20181 2024.11.09 02:56:55.023808 [ 285 ] {} <Trace> HTTP-Session: 023b000e-0299-40a2-babb-160988ffcbf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20182 2024.11.09 02:56:55.024008 [ 285 ] {b5f1772a-f6f3-474d-b3e5-ae9932bcfba8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42223) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
20183 2024.11.09 02:56:55.024073 [ 285 ] {b5f1772a-f6f3-474d-b3e5-ae9932bcfba8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
20184 2024.11.09 02:56:55.024295 [ 285 ] {b5f1772a-f6f3-474d-b3e5-ae9932bcfba8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
20185 2024.11.09 02:56:55.024696 [ 285 ] {b5f1772a-f6f3-474d-b3e5-ae9932bcfba8} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20186 2024.11.09 02:56:55.024736 [ 285 ] {b5f1772a-f6f3-474d-b3e5-ae9932bcfba8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20187 2024.11.09 02:56:55.025152 [ 285 ] {b5f1772a-f6f3-474d-b3e5-ae9932bcfba8} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
20188 2024.11.09 02:56:55.025509 [ 285 ] {b5f1772a-f6f3-474d-b3e5-ae9932bcfba8} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20189 2024.11.09 02:56:55.025667 [ 285 ] {b5f1772a-f6f3-474d-b3e5-ae9932bcfba8} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001746 sec., 74455.89919816724 rows/sec., 5.18 MiB/sec.
20190 2024.11.09 02:56:55.025813 [ 218 ] {} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
20191 2024.11.09 02:56:55.025858 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
20192 2024.11.09 02:56:55.025921 [ 285 ] {b5f1772a-f6f3-474d-b3e5-ae9932bcfba8} <Debug> DynamicQueryHandler: Done processing query
20193 2024.11.09 02:56:55.025961 [ 285 ] {b5f1772a-f6f3-474d-b3e5-ae9932bcfba8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
20194 2024.11.09 02:56:55.026016 [ 285 ] {} <Debug> HTTP-Session: 023b000e-0299-40a2-babb-160988ffcbf1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
20195 2024.11.09 02:56:55.026302 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42223, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20196 2024.11.09 02:56:55.026401 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65260, User-Agent: (none), Length: 7317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20197 2024.11.09 02:56:55.026527 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
20198 2024.11.09 02:56:55.026567 [ 284 ] {} <Debug> HTTP-Session: 362cbda9-38db-48b7-b0df-47e0c6864e93 Authenticating user 'default' from [fd00:1122:3344:101::d]:65260
20199 2024.11.09 02:56:55.026589 [ 284 ] {} <Debug> HTTP-Session: 362cbda9-38db-48b7-b0df-47e0c6864e93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
20200 2024.11.09 02:56:55.026623 [ 284 ] {} <Debug> HTTP-Session: 362cbda9-38db-48b7-b0df-47e0c6864e93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
20201 2024.11.09 02:56:55.026675 [ 284 ] {} <Trace> HTTP-Session: 362cbda9-38db-48b7-b0df-47e0c6864e93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20202 2024.11.09 02:56:55.026849 [ 284 ] {bf71defd-1e51-4a20-85af-831ab1840790} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65260) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
20203 2024.11.09 02:56:55.026923 [ 284 ] {bf71defd-1e51-4a20-85af-831ab1840790} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
20204 2024.11.09 02:56:55.027189 [ 284 ] {bf71defd-1e51-4a20-85af-831ab1840790} <Trace> ParallelParsingInputFormat: Parallel parsing is used
20205 2024.11.09 02:56:55.027624 [ 284 ] {bf71defd-1e51-4a20-85af-831ab1840790} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20206 2024.11.09 02:56:55.027663 [ 284 ] {bf71defd-1e51-4a20-85af-831ab1840790} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20207 2024.11.09 02:56:55.028125 [ 284 ] {bf71defd-1e51-4a20-85af-831ab1840790} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
20208 2024.11.09 02:56:55.028604 [ 284 ] {bf71defd-1e51-4a20-85af-831ab1840790} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20209 2024.11.09 02:56:55.028684 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
20210 2024.11.09 02:56:55.028893 [ 284 ] {bf71defd-1e51-4a20-85af-831ab1840790} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.002101 sec., 22846.26368396002 rows/sec., 1.54 MiB/sec.
20211 2024.11.09 02:56:55.029139 [ 284 ] {bf71defd-1e51-4a20-85af-831ab1840790} <Debug> DynamicQueryHandler: Done processing query
20212 2024.11.09 02:56:55.029173 [ 284 ] {bf71defd-1e51-4a20-85af-831ab1840790} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
20213 2024.11.09 02:56:55.029205 [ 284 ] {} <Debug> HTTP-Session: 362cbda9-38db-48b7-b0df-47e0c6864e93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
20214 2024.11.09 02:56:55.029439 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65260, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20215 2024.11.09 02:56:55.849335 [ 225 ] {} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
20216 2024.11.09 02:56:55.849411 [ 225 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
20217 2024.11.09 02:56:55.851472 [ 225 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
20218 2024.11.09 02:56:56.511239 [ 221 ] {} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
20219 2024.11.09 02:56:56.511310 [ 221 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
20220 2024.11.09 02:56:56.513416 [ 221 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
20221 2024.11.09 02:57:00.010847 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38094, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20222 2024.11.09 02:57:00.011021 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
20223 2024.11.09 02:57:00.011067 [ 285 ] {} <Debug> HTTP-Session: 7dcc27d5-a2eb-4801-8679-b84d924fd8e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:38094
20224 2024.11.09 02:57:00.011109 [ 285 ] {} <Debug> HTTP-Session: 7dcc27d5-a2eb-4801-8679-b84d924fd8e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
20225 2024.11.09 02:57:00.011136 [ 285 ] {} <Debug> HTTP-Session: 7dcc27d5-a2eb-4801-8679-b84d924fd8e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
20226 2024.11.09 02:57:00.011217 [ 285 ] {} <Trace> HTTP-Session: 7dcc27d5-a2eb-4801-8679-b84d924fd8e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20227 2024.11.09 02:57:00.011539 [ 285 ] {b72469f2-3330-406a-9884-99f5f18a5135} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38094) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
20228 2024.11.09 02:57:00.011608 [ 285 ] {b72469f2-3330-406a-9884-99f5f18a5135} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
20229 2024.11.09 02:57:00.011953 [ 285 ] {b72469f2-3330-406a-9884-99f5f18a5135} <Trace> ParallelParsingInputFormat: Parallel parsing is used
20230 2024.11.09 02:57:00.012470 [ 285 ] {b72469f2-3330-406a-9884-99f5f18a5135} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20231 2024.11.09 02:57:00.012513 [ 285 ] {b72469f2-3330-406a-9884-99f5f18a5135} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20232 2024.11.09 02:57:00.012946 [ 285 ] {b72469f2-3330-406a-9884-99f5f18a5135} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
20233 2024.11.09 02:57:00.013343 [ 285 ] {b72469f2-3330-406a-9884-99f5f18a5135} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20234 2024.11.09 02:57:00.013523 [ 285 ] {b72469f2-3330-406a-9884-99f5f18a5135} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002091 sec., 26781.444285031084 rows/sec., 2.06 MiB/sec.
20235 2024.11.09 02:57:00.013870 [ 285 ] {b72469f2-3330-406a-9884-99f5f18a5135} <Debug> DynamicQueryHandler: Done processing query
20236 2024.11.09 02:57:00.013924 [ 285 ] {b72469f2-3330-406a-9884-99f5f18a5135} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
20237 2024.11.09 02:57:00.013984 [ 285 ] {} <Debug> HTTP-Session: 7dcc27d5-a2eb-4801-8679-b84d924fd8e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
20238 2024.11.09 02:57:00.014249 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38094, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20239 2024.11.09 02:57:00.014390 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34523, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20240 2024.11.09 02:57:00.014509 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
20241 2024.11.09 02:57:00.014534 [ 284 ] {} <Debug> HTTP-Session: 37be8ef5-f407-4897-915d-df8f52b145b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34523
20242 2024.11.09 02:57:00.014558 [ 284 ] {} <Debug> HTTP-Session: 37be8ef5-f407-4897-915d-df8f52b145b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
20243 2024.11.09 02:57:00.014573 [ 284 ] {} <Debug> HTTP-Session: 37be8ef5-f407-4897-915d-df8f52b145b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
20244 2024.11.09 02:57:00.014628 [ 284 ] {} <Trace> HTTP-Session: 37be8ef5-f407-4897-915d-df8f52b145b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20245 2024.11.09 02:57:00.014846 [ 284 ] {c15ba1e4-3d66-4827-9396-df41f7317cc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34523) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
20246 2024.11.09 02:57:00.014920 [ 284 ] {c15ba1e4-3d66-4827-9396-df41f7317cc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
20247 2024.11.09 02:57:00.015275 [ 284 ] {c15ba1e4-3d66-4827-9396-df41f7317cc2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
20248 2024.11.09 02:57:00.015711 [ 284 ] {c15ba1e4-3d66-4827-9396-df41f7317cc2} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20249 2024.11.09 02:57:00.015760 [ 284 ] {c15ba1e4-3d66-4827-9396-df41f7317cc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20250 2024.11.09 02:57:00.016200 [ 284 ] {c15ba1e4-3d66-4827-9396-df41f7317cc2} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
20251 2024.11.09 02:57:00.016603 [ 284 ] {c15ba1e4-3d66-4827-9396-df41f7317cc2} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20252 2024.11.09 02:57:00.016791 [ 284 ] {c15ba1e4-3d66-4827-9396-df41f7317cc2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002023 sec., 31636.18388531883 rows/sec., 2.47 MiB/sec.
20253 2024.11.09 02:57:00.017008 [ 284 ] {c15ba1e4-3d66-4827-9396-df41f7317cc2} <Debug> DynamicQueryHandler: Done processing query
20254 2024.11.09 02:57:00.017035 [ 284 ] {c15ba1e4-3d66-4827-9396-df41f7317cc2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
20255 2024.11.09 02:57:00.017051 [ 284 ] {} <Debug> HTTP-Session: 37be8ef5-f407-4897-915d-df8f52b145b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
20256 2024.11.09 02:57:00.017254 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34523, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20257 2024.11.09 02:57:00.017321 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38094, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20258 2024.11.09 02:57:00.017451 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
20259 2024.11.09 02:57:00.017497 [ 285 ] {} <Debug> HTTP-Session: e248b0fa-d1d6-406c-8424-c591012a1d42 Authenticating user 'default' from [fd00:1122:3344:101::d]:38094
20260 2024.11.09 02:57:00.017532 [ 285 ] {} <Debug> HTTP-Session: e248b0fa-d1d6-406c-8424-c591012a1d42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
20261 2024.11.09 02:57:00.017549 [ 285 ] {} <Debug> HTTP-Session: e248b0fa-d1d6-406c-8424-c591012a1d42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
20262 2024.11.09 02:57:00.017592 [ 285 ] {} <Trace> HTTP-Session: e248b0fa-d1d6-406c-8424-c591012a1d42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20263 2024.11.09 02:57:00.017780 [ 285 ] {c9522493-1cd3-47e0-8628-f85da70382e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38094) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
20264 2024.11.09 02:57:00.017836 [ 285 ] {c9522493-1cd3-47e0-8628-f85da70382e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
20265 2024.11.09 02:57:00.018027 [ 285 ] {c9522493-1cd3-47e0-8628-f85da70382e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
20266 2024.11.09 02:57:00.018432 [ 285 ] {c9522493-1cd3-47e0-8628-f85da70382e2} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20267 2024.11.09 02:57:00.018471 [ 285 ] {c9522493-1cd3-47e0-8628-f85da70382e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20268 2024.11.09 02:57:00.018888 [ 285 ] {c9522493-1cd3-47e0-8628-f85da70382e2} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
20269 2024.11.09 02:57:00.019245 [ 285 ] {c9522493-1cd3-47e0-8628-f85da70382e2} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20270 2024.11.09 02:57:00.019401 [ 285 ] {c9522493-1cd3-47e0-8628-f85da70382e2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001704 sec., 93896.71361502347 rows/sec., 6.54 MiB/sec.
20271 2024.11.09 02:57:00.019684 [ 285 ] {c9522493-1cd3-47e0-8628-f85da70382e2} <Debug> DynamicQueryHandler: Done processing query
20272 2024.11.09 02:57:00.019743 [ 285 ] {c9522493-1cd3-47e0-8628-f85da70382e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
20273 2024.11.09 02:57:00.019810 [ 285 ] {} <Debug> HTTP-Session: e248b0fa-d1d6-406c-8424-c591012a1d42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
20274 2024.11.09 02:57:00.020146 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38094, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20275 2024.11.09 02:57:00.020270 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52316, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20276 2024.11.09 02:57:00.020375 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
20277 2024.11.09 02:57:00.020407 [ 284 ] {} <Debug> HTTP-Session: 2ed1269f-024f-483c-b0f7-8647873738d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:52316
20278 2024.11.09 02:57:00.020439 [ 284 ] {} <Debug> HTTP-Session: 2ed1269f-024f-483c-b0f7-8647873738d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
20279 2024.11.09 02:57:00.020460 [ 284 ] {} <Debug> HTTP-Session: 2ed1269f-024f-483c-b0f7-8647873738d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
20280 2024.11.09 02:57:00.020511 [ 284 ] {} <Trace> HTTP-Session: 2ed1269f-024f-483c-b0f7-8647873738d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20281 2024.11.09 02:57:00.020666 [ 284 ] {ca3ed2c7-a3f6-4e0c-b75d-5a5cb6630460} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52316) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
20282 2024.11.09 02:57:00.020721 [ 284 ] {ca3ed2c7-a3f6-4e0c-b75d-5a5cb6630460} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
20283 2024.11.09 02:57:00.020893 [ 284 ] {ca3ed2c7-a3f6-4e0c-b75d-5a5cb6630460} <Trace> ParallelParsingInputFormat: Parallel parsing is used
20284 2024.11.09 02:57:00.021208 [ 284 ] {ca3ed2c7-a3f6-4e0c-b75d-5a5cb6630460} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20285 2024.11.09 02:57:00.021246 [ 284 ] {ca3ed2c7-a3f6-4e0c-b75d-5a5cb6630460} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20286 2024.11.09 02:57:00.021648 [ 284 ] {ca3ed2c7-a3f6-4e0c-b75d-5a5cb6630460} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
20287 2024.11.09 02:57:00.021996 [ 284 ] {ca3ed2c7-a3f6-4e0c-b75d-5a5cb6630460} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20288 2024.11.09 02:57:00.022148 [ 284 ] {ca3ed2c7-a3f6-4e0c-b75d-5a5cb6630460} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001531 sec., 39190.07184846506 rows/sec., 2.64 MiB/sec.
20289 2024.11.09 02:57:00.022319 [ 284 ] {ca3ed2c7-a3f6-4e0c-b75d-5a5cb6630460} <Debug> DynamicQueryHandler: Done processing query
20290 2024.11.09 02:57:00.022344 [ 284 ] {ca3ed2c7-a3f6-4e0c-b75d-5a5cb6630460} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
20291 2024.11.09 02:57:00.022361 [ 284 ] {} <Debug> HTTP-Session: 2ed1269f-024f-483c-b0f7-8647873738d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
20292 2024.11.09 02:57:00.022601 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52316, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20293 2024.11.09 02:57:00.048077 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58294, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20294 2024.11.09 02:57:00.652480 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:38667, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20295 2024.11.09 02:57:00.685901 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36816, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20296 2024.11.09 02:57:00.772300 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55227, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20297 2024.11.09 02:57:00.793739 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33835, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20298 2024.11.09 02:57:00.800213 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40201, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20299 2024.11.09 02:57:00.867779 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35671, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20300 2024.11.09 02:57:00.971328 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62651, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20301 2024.11.09 02:57:01.424306 [ 140 ] {} <Debug> DNSResolver: Updating DNS cache
20302 2024.11.09 02:57:01.424358 [ 140 ] {} <Debug> DNSResolver: Updated DNS cache
20303 2024.11.09 02:57:01.819045 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63446, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20304 2024.11.09 02:57:01.821223 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43224, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20305 2024.11.09 02:57:01.877395 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1804
20306 2024.11.09 02:57:01.880265 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20307 2024.11.09 02:57:01.880316 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20308 2024.11.09 02:57:01.881915 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
20309 2024.11.09 02:57:01.882972 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20310 2024.11.09 02:57:01.884449 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1804
20311 2024.11.09 02:57:02.271991 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58429, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20312 2024.11.09 02:57:02.368138 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64495, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20313 2024.11.09 02:57:02.375446 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55580, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20314 2024.11.09 02:57:02.386078 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44475, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20315 2024.11.09 02:57:02.461048 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59377, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20316 2024.11.09 02:57:02.514492 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41605, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20317 2024.11.09 02:57:02.520777 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63777, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20318 2024.11.09 02:57:02.523571 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36330, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20319 2024.11.09 02:57:02.552282 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60901, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20320 2024.11.09 02:57:02.583892 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48133, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20321 2024.11.09 02:57:02.691317 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49421, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20322 2024.11.09 02:57:02.691341 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34411, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20323 2024.11.09 02:57:02.729774 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:57168, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20324 2024.11.09 02:57:02.737140 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64915, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20325 2024.11.09 02:57:05.016886 [ 308 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53373, User-Agent: (none), Length: 41147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20326 2024.11.09 02:57:05.017014 [ 308 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
20327 2024.11.09 02:57:05.017041 [ 308 ] {} <Debug> HTTP-Session: e924517f-2299-4323-aff2-0371a5d312b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:53373
20328 2024.11.09 02:57:05.017067 [ 308 ] {} <Debug> HTTP-Session: e924517f-2299-4323-aff2-0371a5d312b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
20329 2024.11.09 02:57:05.017082 [ 308 ] {} <Debug> HTTP-Session: e924517f-2299-4323-aff2-0371a5d312b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
20330 2024.11.09 02:57:05.017133 [ 308 ] {} <Trace> HTTP-Session: e924517f-2299-4323-aff2-0371a5d312b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20331 2024.11.09 02:57:05.017419 [ 308 ] {9b13fbe0-4b75-43d1-ad14-41fea678b691} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53373) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
20332 2024.11.09 02:57:05.017491 [ 308 ] {9b13fbe0-4b75-43d1-ad14-41fea678b691} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
20333 2024.11.09 02:57:05.017841 [ 308 ] {9b13fbe0-4b75-43d1-ad14-41fea678b691} <Trace> ParallelParsingInputFormat: Parallel parsing is used
20334 2024.11.09 02:57:05.018489 [ 308 ] {9b13fbe0-4b75-43d1-ad14-41fea678b691} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20335 2024.11.09 02:57:05.018537 [ 308 ] {9b13fbe0-4b75-43d1-ad14-41fea678b691} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20336 2024.11.09 02:57:05.018999 [ 308 ] {9b13fbe0-4b75-43d1-ad14-41fea678b691} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
20337 2024.11.09 02:57:05.019395 [ 308 ] {9b13fbe0-4b75-43d1-ad14-41fea678b691} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20338 2024.11.09 02:57:05.019562 [ 308 ] {9b13fbe0-4b75-43d1-ad14-41fea678b691} <Debug> executeQuery: Read 271 rows, 24.70 KiB in 0.002279 sec., 118911.80342255374 rows/sec., 10.58 MiB/sec.
20339 2024.11.09 02:57:05.019812 [ 308 ] {9b13fbe0-4b75-43d1-ad14-41fea678b691} <Debug> DynamicQueryHandler: Done processing query
20340 2024.11.09 02:57:05.019840 [ 308 ] {9b13fbe0-4b75-43d1-ad14-41fea678b691} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
20341 2024.11.09 02:57:05.019856 [ 308 ] {} <Debug> HTTP-Session: e924517f-2299-4323-aff2-0371a5d312b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
20342 2024.11.09 02:57:05.020149 [ 308 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53373, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20343 2024.11.09 02:57:05.020361 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55182, User-Agent: (none), Length: 5927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20344 2024.11.09 02:57:05.020550 [ 309 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
20345 2024.11.09 02:57:05.020596 [ 309 ] {} <Debug> HTTP-Session: 6c0de361-6dc6-4675-9d14-a4084de6673f Authenticating user 'default' from [fd00:1122:3344:101::d]:55182
20346 2024.11.09 02:57:05.020635 [ 309 ] {} <Debug> HTTP-Session: 6c0de361-6dc6-4675-9d14-a4084de6673f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
20347 2024.11.09 02:57:05.020663 [ 309 ] {} <Debug> HTTP-Session: 6c0de361-6dc6-4675-9d14-a4084de6673f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
20348 2024.11.09 02:57:05.020739 [ 309 ] {} <Trace> HTTP-Session: 6c0de361-6dc6-4675-9d14-a4084de6673f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20349 2024.11.09 02:57:05.020938 [ 309 ] {28d81bbd-4589-48a5-9686-528a8898621d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55182) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
20350 2024.11.09 02:57:05.021006 [ 309 ] {28d81bbd-4589-48a5-9686-528a8898621d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
20351 2024.11.09 02:57:05.021350 [ 309 ] {28d81bbd-4589-48a5-9686-528a8898621d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
20352 2024.11.09 02:57:05.021757 [ 309 ] {28d81bbd-4589-48a5-9686-528a8898621d} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20353 2024.11.09 02:57:05.021799 [ 309 ] {28d81bbd-4589-48a5-9686-528a8898621d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20354 2024.11.09 02:57:05.022236 [ 309 ] {28d81bbd-4589-48a5-9686-528a8898621d} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
20355 2024.11.09 02:57:05.022626 [ 309 ] {28d81bbd-4589-48a5-9686-528a8898621d} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20356 2024.11.09 02:57:05.022780 [ 309 ] {28d81bbd-4589-48a5-9686-528a8898621d} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001917 sec., 21387.584767866458 rows/sec., 1.57 MiB/sec.
20357 2024.11.09 02:57:05.022848 [ 224 ] {} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
20358 2024.11.09 02:57:05.022897 [ 224 ] {} <Debug> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
20359 2024.11.09 02:57:05.023016 [ 309 ] {28d81bbd-4589-48a5-9686-528a8898621d} <Debug> DynamicQueryHandler: Done processing query
20360 2024.11.09 02:57:05.023048 [ 309 ] {28d81bbd-4589-48a5-9686-528a8898621d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
20361 2024.11.09 02:57:05.023065 [ 309 ] {} <Debug> HTTP-Session: 6c0de361-6dc6-4675-9d14-a4084de6673f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
20362 2024.11.09 02:57:05.023286 [ 308 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53373, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20363 2024.11.09 02:57:05.023327 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55182, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20364 2024.11.09 02:57:05.023456 [ 308 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
20365 2024.11.09 02:57:05.023542 [ 308 ] {} <Debug> HTTP-Session: 39794ba0-016d-4ab2-b1d5-b512541ef5b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:53373
20366 2024.11.09 02:57:05.023563 [ 309 ] {} <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):
20367 
20368 (version 23.8.7.1)
20369 2024.11.09 02:57:05.023591 [ 308 ] {} <Debug> HTTP-Session: 39794ba0-016d-4ab2-b1d5-b512541ef5b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
20370 2024.11.09 02:57:05.023665 [ 308 ] {} <Debug> HTTP-Session: 39794ba0-016d-4ab2-b1d5-b512541ef5b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
20371 2024.11.09 02:57:05.023755 [ 308 ] {} <Trace> HTTP-Session: 39794ba0-016d-4ab2-b1d5-b512541ef5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20372 2024.11.09 02:57:05.023905 [ 308 ] {180069ce-064c-4223-a4f8-cf23b2ff0c9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53373) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
20373 2024.11.09 02:57:05.023979 [ 308 ] {180069ce-064c-4223-a4f8-cf23b2ff0c9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
20374 2024.11.09 02:57:05.024632 [ 308 ] {180069ce-064c-4223-a4f8-cf23b2ff0c9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
20375 2024.11.09 02:57:05.025278 [ 308 ] {180069ce-064c-4223-a4f8-cf23b2ff0c9f} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20376 2024.11.09 02:57:05.025335 [ 308 ] {180069ce-064c-4223-a4f8-cf23b2ff0c9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20377 2024.11.09 02:57:05.026047 [ 308 ] {180069ce-064c-4223-a4f8-cf23b2ff0c9f} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
20378 2024.11.09 02:57:05.026690 [ 224 ] {} <Debug> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
20379 2024.11.09 02:57:05.026738 [ 308 ] {180069ce-064c-4223-a4f8-cf23b2ff0c9f} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20380 2024.11.09 02:57:05.027239 [ 308 ] {180069ce-064c-4223-a4f8-cf23b2ff0c9f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003335 sec., 4197.901049475263 rows/sec., 293.99 KiB/sec.
20381 2024.11.09 02:57:05.028361 [ 308 ] {180069ce-064c-4223-a4f8-cf23b2ff0c9f} <Debug> DynamicQueryHandler: Done processing query
20382 2024.11.09 02:57:05.028388 [ 308 ] {180069ce-064c-4223-a4f8-cf23b2ff0c9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
20383 2024.11.09 02:57:05.028405 [ 308 ] {} <Debug> HTTP-Session: 39794ba0-016d-4ab2-b1d5-b512541ef5b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
20384 2024.11.09 02:57:05.028572 [ 308 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53373, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20385 2024.11.09 02:57:05.028678 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45791, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20386 2024.11.09 02:57:05.028761 [ 309 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
20387 2024.11.09 02:57:05.028786 [ 309 ] {} <Debug> HTTP-Session: 8c73d02c-2551-4e37-bb22-51eed05f144e Authenticating user 'default' from [fd00:1122:3344:101::d]:45791
20388 2024.11.09 02:57:05.028809 [ 309 ] {} <Debug> HTTP-Session: 8c73d02c-2551-4e37-bb22-51eed05f144e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
20389 2024.11.09 02:57:05.028826 [ 309 ] {} <Debug> HTTP-Session: 8c73d02c-2551-4e37-bb22-51eed05f144e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
20390 2024.11.09 02:57:05.028876 [ 309 ] {} <Trace> HTTP-Session: 8c73d02c-2551-4e37-bb22-51eed05f144e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20391 2024.11.09 02:57:05.029013 [ 309 ] {c38d4158-4f4b-40ae-b443-f0d09c1e5ce9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45791) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
20392 2024.11.09 02:57:05.029070 [ 309 ] {c38d4158-4f4b-40ae-b443-f0d09c1e5ce9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
20393 2024.11.09 02:57:05.029375 [ 309 ] {c38d4158-4f4b-40ae-b443-f0d09c1e5ce9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
20394 2024.11.09 02:57:05.029738 [ 309 ] {c38d4158-4f4b-40ae-b443-f0d09c1e5ce9} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20395 2024.11.09 02:57:05.029774 [ 309 ] {c38d4158-4f4b-40ae-b443-f0d09c1e5ce9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20396 2024.11.09 02:57:05.030141 [ 309 ] {c38d4158-4f4b-40ae-b443-f0d09c1e5ce9} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
20397 2024.11.09 02:57:05.030500 [ 309 ] {c38d4158-4f4b-40ae-b443-f0d09c1e5ce9} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20398 2024.11.09 02:57:05.030621 [ 137 ] {} <Debug> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0
20399 2024.11.09 02:57:05.030626 [ 309 ] {c38d4158-4f4b-40ae-b443-f0d09c1e5ce9} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001652 sec., 3631.961259079903 rows/sec., 214.58 KiB/sec.
20400 2024.11.09 02:57:05.030660 [ 137 ] {} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20401 2024.11.09 02:57:05.030697 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20402 2024.11.09 02:57:05.030869 [ 190 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full
20403 2024.11.09 02:57:05.030893 [ 309 ] {c38d4158-4f4b-40ae-b443-f0d09c1e5ce9} <Debug> DynamicQueryHandler: Done processing query
20404 2024.11.09 02:57:05.030942 [ 309 ] {c38d4158-4f4b-40ae-b443-f0d09c1e5ce9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
20405 2024.11.09 02:57:05.030977 [ 309 ] {} <Debug> HTTP-Session: 8c73d02c-2551-4e37-bb22-51eed05f144e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
20406 2024.11.09 02:57:05.031089 [ 190 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
20407 2024.11.09 02:57:05.031130 [ 190 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 6 rows starting from the beginning of the part
20408 2024.11.09 02:57:05.031203 [ 190 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part
20409 2024.11.09 02:57:05.031367 [ 190 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part
20410 2024.11.09 02:57:05.031417 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45791, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20411 2024.11.09 02:57:05.031614 [ 308 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 68708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20412 2024.11.09 02:57:05.031778 [ 190 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part
20413 2024.11.09 02:57:05.031873 [ 309 ] {} <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):
20414 
20415 (version 23.8.7.1)
20416 2024.11.09 02:57:05.031928 [ 308 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
20417 2024.11.09 02:57:05.032078 [ 308 ] {} <Debug> HTTP-Session: 307df705-3779-410a-9457-a9e355217fe3 Authenticating user 'default' from [fd00:1122:3344:101::d]:38654
20418 2024.11.09 02:57:05.032197 [ 308 ] {} <Debug> HTTP-Session: 307df705-3779-410a-9457-a9e355217fe3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
20419 2024.11.09 02:57:05.032286 [ 308 ] {} <Debug> HTTP-Session: 307df705-3779-410a-9457-a9e355217fe3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
20420 2024.11.09 02:57:05.032323 [ 190 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part
20421 2024.11.09 02:57:05.032473 [ 308 ] {} <Trace> HTTP-Session: 307df705-3779-410a-9457-a9e355217fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20422 2024.11.09 02:57:05.032893 [ 308 ] {2d8a1fb0-9e89-413a-99c5-66ae48b4e1a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
20423 2024.11.09 02:57:05.032946 [ 308 ] {2d8a1fb0-9e89-413a-99c5-66ae48b4e1a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
20424 2024.11.09 02:57:05.033406 [ 308 ] {2d8a1fb0-9e89-413a-99c5-66ae48b4e1a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
20425 2024.11.09 02:57:05.034125 [ 196 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.003325859 sec., 9020.22605287837 rows/sec., 572.57 KiB/sec.
20426 2024.11.09 02:57:05.034336 [ 308 ] {2d8a1fb0-9e89-413a-99c5-66ae48b4e1a9} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20427 2024.11.09 02:57:05.034346 [ 196 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary)
20428 2024.11.09 02:57:05.034396 [ 308 ] {2d8a1fb0-9e89-413a-99c5-66ae48b4e1a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20429 2024.11.09 02:57:05.035342 [ 308 ] {2d8a1fb0-9e89-413a-99c5-66ae48b4e1a9} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
20430 2024.11.09 02:57:05.035402 [ 196 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_41_10} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20431 2024.11.09 02:57:05.035595 [ 196 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_41_10} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10
20432 2024.11.09 02:57:05.035857 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
20433 2024.11.09 02:57:05.036126 [ 308 ] {2d8a1fb0-9e89-413a-99c5-66ae48b4e1a9} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20434 2024.11.09 02:57:05.036292 [ 308 ] {2d8a1fb0-9e89-413a-99c5-66ae48b4e1a9} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.00359 sec., 117827.29805013927 rows/sec., 8.42 MiB/sec.
20435 2024.11.09 02:57:05.036559 [ 308 ] {2d8a1fb0-9e89-413a-99c5-66ae48b4e1a9} <Debug> DynamicQueryHandler: Done processing query
20436 2024.11.09 02:57:05.036609 [ 308 ] {2d8a1fb0-9e89-413a-99c5-66ae48b4e1a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
20437 2024.11.09 02:57:05.036668 [ 308 ] {} <Debug> HTTP-Session: 307df705-3779-410a-9457-a9e355217fe3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
20438 2024.11.09 02:57:05.036993 [ 308 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20439 2024.11.09 02:57:05.037066 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33888, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20440 2024.11.09 02:57:05.037144 [ 309 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
20441 2024.11.09 02:57:05.037177 [ 309 ] {} <Debug> HTTP-Session: 6dd3b0b0-af9b-4cf1-b5b9-2b271f479aed Authenticating user 'default' from [fd00:1122:3344:101::d]:33888
20442 2024.11.09 02:57:05.037199 [ 309 ] {} <Debug> HTTP-Session: 6dd3b0b0-af9b-4cf1-b5b9-2b271f479aed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
20443 2024.11.09 02:57:05.037217 [ 309 ] {} <Debug> HTTP-Session: 6dd3b0b0-af9b-4cf1-b5b9-2b271f479aed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
20444 2024.11.09 02:57:05.037261 [ 309 ] {} <Trace> HTTP-Session: 6dd3b0b0-af9b-4cf1-b5b9-2b271f479aed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20445 2024.11.09 02:57:05.037395 [ 309 ] {f0eaab5b-54db-4c70-a821-d49c2a319308} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33888) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
20446 2024.11.09 02:57:05.037454 [ 309 ] {f0eaab5b-54db-4c70-a821-d49c2a319308} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
20447 2024.11.09 02:57:05.037645 [ 309 ] {f0eaab5b-54db-4c70-a821-d49c2a319308} <Trace> ParallelParsingInputFormat: Parallel parsing is used
20448 2024.11.09 02:57:05.037937 [ 309 ] {f0eaab5b-54db-4c70-a821-d49c2a319308} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20449 2024.11.09 02:57:05.037972 [ 309 ] {f0eaab5b-54db-4c70-a821-d49c2a319308} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20450 2024.11.09 02:57:05.038335 [ 309 ] {f0eaab5b-54db-4c70-a821-d49c2a319308} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
20451 2024.11.09 02:57:05.038676 [ 309 ] {f0eaab5b-54db-4c70-a821-d49c2a319308} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20452 2024.11.09 02:57:05.038805 [ 309 ] {f0eaab5b-54db-4c70-a821-d49c2a319308} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001451 sec., 4135.079255685734 rows/sec., 216.04 KiB/sec.
20453 2024.11.09 02:57:05.038970 [ 309 ] {f0eaab5b-54db-4c70-a821-d49c2a319308} <Debug> DynamicQueryHandler: Done processing query
20454 2024.11.09 02:57:05.038994 [ 309 ] {f0eaab5b-54db-4c70-a821-d49c2a319308} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
20455 2024.11.09 02:57:05.039009 [ 309 ] {} <Debug> HTTP-Session: 6dd3b0b0-af9b-4cf1-b5b9-2b271f479aed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
20456 2024.11.09 02:57:05.039233 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33888, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20457 2024.11.09 02:57:05.039369 [ 308 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51664, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20458 2024.11.09 02:57:05.039438 [ 308 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
20459 2024.11.09 02:57:05.039463 [ 308 ] {} <Debug> HTTP-Session: 5304e5b7-ad81-40a9-a02f-4e366384d074 Authenticating user 'default' from [fd00:1122:3344:101::d]:51664
20460 2024.11.09 02:57:05.039484 [ 308 ] {} <Debug> HTTP-Session: 5304e5b7-ad81-40a9-a02f-4e366384d074 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
20461 2024.11.09 02:57:05.039501 [ 308 ] {} <Debug> HTTP-Session: 5304e5b7-ad81-40a9-a02f-4e366384d074 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
20462 2024.11.09 02:57:05.039547 [ 308 ] {} <Trace> HTTP-Session: 5304e5b7-ad81-40a9-a02f-4e366384d074 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20463 2024.11.09 02:57:05.039763 [ 308 ] {47649c8f-c611-447e-85bc-fb2704141b5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51664) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
20464 2024.11.09 02:57:05.039815 [ 308 ] {47649c8f-c611-447e-85bc-fb2704141b5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
20465 2024.11.09 02:57:05.040002 [ 308 ] {47649c8f-c611-447e-85bc-fb2704141b5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
20466 2024.11.09 02:57:05.040448 [ 308 ] {47649c8f-c611-447e-85bc-fb2704141b5a} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20467 2024.11.09 02:57:05.040484 [ 308 ] {47649c8f-c611-447e-85bc-fb2704141b5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20468 2024.11.09 02:57:05.040889 [ 308 ] {47649c8f-c611-447e-85bc-fb2704141b5a} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
20469 2024.11.09 02:57:05.041253 [ 308 ] {47649c8f-c611-447e-85bc-fb2704141b5a} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20470 2024.11.09 02:57:05.041408 [ 308 ] {47649c8f-c611-447e-85bc-fb2704141b5a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001748 sec., 135583.52402745996 rows/sec., 9.09 MiB/sec.
20471 2024.11.09 02:57:05.041685 [ 308 ] {47649c8f-c611-447e-85bc-fb2704141b5a} <Debug> DynamicQueryHandler: Done processing query
20472 2024.11.09 02:57:05.041743 [ 308 ] {47649c8f-c611-447e-85bc-fb2704141b5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
20473 2024.11.09 02:57:05.041798 [ 308 ] {} <Debug> HTTP-Session: 5304e5b7-ad81-40a9-a02f-4e366384d074 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
20474 2024.11.09 02:57:05.042033 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33888, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20475 2024.11.09 02:57:05.042078 [ 308 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51664, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20476 2024.11.09 02:57:05.042172 [ 309 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
20477 2024.11.09 02:57:05.042204 [ 309 ] {} <Debug> HTTP-Session: 4265fc35-1db2-4617-9f43-207eaa7f96d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:33888
20478 2024.11.09 02:57:05.042233 [ 309 ] {} <Debug> HTTP-Session: 4265fc35-1db2-4617-9f43-207eaa7f96d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
20479 2024.11.09 02:57:05.042285 [ 309 ] {} <Debug> HTTP-Session: 4265fc35-1db2-4617-9f43-207eaa7f96d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
20480 2024.11.09 02:57:05.042333 [ 309 ] {} <Trace> HTTP-Session: 4265fc35-1db2-4617-9f43-207eaa7f96d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20481 2024.11.09 02:57:05.042454 [ 309 ] {97f0f64f-f7ef-4573-b073-83e9ed5e7080} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33888) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
20482 2024.11.09 02:57:05.042510 [ 309 ] {97f0f64f-f7ef-4573-b073-83e9ed5e7080} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
20483 2024.11.09 02:57:05.042687 [ 309 ] {97f0f64f-f7ef-4573-b073-83e9ed5e7080} <Trace> ParallelParsingInputFormat: Parallel parsing is used
20484 2024.11.09 02:57:05.042943 [ 309 ] {97f0f64f-f7ef-4573-b073-83e9ed5e7080} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20485 2024.11.09 02:57:05.042979 [ 309 ] {97f0f64f-f7ef-4573-b073-83e9ed5e7080} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20486 2024.11.09 02:57:05.043329 [ 309 ] {97f0f64f-f7ef-4573-b073-83e9ed5e7080} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
20487 2024.11.09 02:57:05.043681 [ 309 ] {97f0f64f-f7ef-4573-b073-83e9ed5e7080} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20488 2024.11.09 02:57:05.043815 [ 309 ] {97f0f64f-f7ef-4573-b073-83e9ed5e7080} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001393 sec., 717.8750897343863 rows/sec., 48.37 KiB/sec.
20489 2024.11.09 02:57:05.043972 [ 309 ] {97f0f64f-f7ef-4573-b073-83e9ed5e7080} <Debug> DynamicQueryHandler: Done processing query
20490 2024.11.09 02:57:05.043997 [ 309 ] {97f0f64f-f7ef-4573-b073-83e9ed5e7080} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
20491 2024.11.09 02:57:05.044012 [ 309 ] {} <Debug> HTTP-Session: 4265fc35-1db2-4617-9f43-207eaa7f96d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
20492 2024.11.09 02:57:05.044217 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33888, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20493 2024.11.09 02:57:05.044367 [ 308 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41733, User-Agent: (none), Length: 69074, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20494 2024.11.09 02:57:05.044439 [ 308 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
20495 2024.11.09 02:57:05.044462 [ 308 ] {} <Debug> HTTP-Session: c93e5b47-4e1b-41c1-92ef-fe3cbe29f44a Authenticating user 'default' from [fd00:1122:3344:101::d]:41733
20496 2024.11.09 02:57:05.044485 [ 308 ] {} <Debug> HTTP-Session: c93e5b47-4e1b-41c1-92ef-fe3cbe29f44a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
20497 2024.11.09 02:57:05.044502 [ 308 ] {} <Debug> HTTP-Session: c93e5b47-4e1b-41c1-92ef-fe3cbe29f44a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
20498 2024.11.09 02:57:05.044548 [ 308 ] {} <Trace> HTTP-Session: c93e5b47-4e1b-41c1-92ef-fe3cbe29f44a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20499 2024.11.09 02:57:05.045019 [ 308 ] {d4d28872-16ec-4d22-9d56-d6e3515bd2df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41733) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
20500 2024.11.09 02:57:05.045100 [ 308 ] {d4d28872-16ec-4d22-9d56-d6e3515bd2df} <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
20501 2024.11.09 02:57:05.045591 [ 308 ] {d4d28872-16ec-4d22-9d56-d6e3515bd2df} <Trace> ParallelParsingInputFormat: Parallel parsing is used
20502 2024.11.09 02:57:05.046334 [ 308 ] {d4d28872-16ec-4d22-9d56-d6e3515bd2df} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20503 2024.11.09 02:57:05.046371 [ 308 ] {d4d28872-16ec-4d22-9d56-d6e3515bd2df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20504 2024.11.09 02:57:05.047048 [ 308 ] {d4d28872-16ec-4d22-9d56-d6e3515bd2df} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
20505 2024.11.09 02:57:05.047486 [ 308 ] {d4d28872-16ec-4d22-9d56-d6e3515bd2df} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20506 2024.11.09 02:57:05.047681 [ 308 ] {d4d28872-16ec-4d22-9d56-d6e3515bd2df} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002991 sec., 13707.790036776996 rows/sec., 24.56 MiB/sec.
20507 2024.11.09 02:57:05.047895 [ 308 ] {d4d28872-16ec-4d22-9d56-d6e3515bd2df} <Debug> DynamicQueryHandler: Done processing query
20508 2024.11.09 02:57:05.047920 [ 308 ] {d4d28872-16ec-4d22-9d56-d6e3515bd2df} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB.
20509 2024.11.09 02:57:05.047936 [ 308 ] {} <Debug> HTTP-Session: c93e5b47-4e1b-41c1-92ef-fe3cbe29f44a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
20510 2024.11.09 02:57:05.048107 [ 308 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41733, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20511 2024.11.09 02:57:05.048146 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33888, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20512 2024.11.09 02:57:05.048224 [ 309 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
20513 2024.11.09 02:57:05.048253 [ 309 ] {} <Debug> HTTP-Session: 7c6d9e6a-c69f-4bd0-b327-dc4878f419c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:33888
20514 2024.11.09 02:57:05.048284 [ 309 ] {} <Debug> HTTP-Session: 7c6d9e6a-c69f-4bd0-b327-dc4878f419c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
20515 2024.11.09 02:57:05.048304 [ 309 ] {} <Debug> HTTP-Session: 7c6d9e6a-c69f-4bd0-b327-dc4878f419c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
20516 2024.11.09 02:57:05.048350 [ 309 ] {} <Trace> HTTP-Session: 7c6d9e6a-c69f-4bd0-b327-dc4878f419c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20517 2024.11.09 02:57:05.048517 [ 309 ] {934576d6-6912-4343-9f82-faac33588f92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33888) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
20518 2024.11.09 02:57:05.048574 [ 309 ] {934576d6-6912-4343-9f82-faac33588f92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
20519 2024.11.09 02:57:05.048751 [ 309 ] {934576d6-6912-4343-9f82-faac33588f92} <Trace> ParallelParsingInputFormat: Parallel parsing is used
20520 2024.11.09 02:57:05.049048 [ 309 ] {934576d6-6912-4343-9f82-faac33588f92} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20521 2024.11.09 02:57:05.049083 [ 309 ] {934576d6-6912-4343-9f82-faac33588f92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20522 2024.11.09 02:57:05.049446 [ 309 ] {934576d6-6912-4343-9f82-faac33588f92} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
20523 2024.11.09 02:57:05.049784 [ 309 ] {934576d6-6912-4343-9f82-faac33588f92} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20524 2024.11.09 02:57:05.049918 [ 309 ] {934576d6-6912-4343-9f82-faac33588f92} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001473 sec., 55668.70332654447 rows/sec., 3.54 MiB/sec.
20525 2024.11.09 02:57:05.050076 [ 309 ] {934576d6-6912-4343-9f82-faac33588f92} <Debug> DynamicQueryHandler: Done processing query
20526 2024.11.09 02:57:05.050100 [ 309 ] {934576d6-6912-4343-9f82-faac33588f92} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
20527 2024.11.09 02:57:05.050115 [ 309 ] {} <Debug> HTTP-Session: 7c6d9e6a-c69f-4bd0-b327-dc4878f419c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
20528 2024.11.09 02:57:05.051021 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33888, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20529 2024.11.09 02:57:05.899925 [ 221 ] {} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
20530 2024.11.09 02:57:05.900028 [ 221 ] {} <Debug> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
20531 2024.11.09 02:57:05.901907 [ 221 ] {} <Debug> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
20532 2024.11.09 02:57:06.265645 [ 136 ] {} <Debug> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0
20533 2024.11.09 02:57:06.265714 [ 136 ] {} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20534 2024.11.09 02:57:06.265737 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20535 2024.11.09 02:57:06.265939 [ 188 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full
20536 2024.11.09 02:57:06.266254 [ 188 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
20537 2024.11.09 02:57:06.266294 [ 188 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 18 rows starting from the beginning of the part
20538 2024.11.09 02:57:06.266380 [ 188 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 8 rows starting from the beginning of the part
20539 2024.11.09 02:57:06.266594 [ 188 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 2 rows starting from the beginning of the part
20540 2024.11.09 02:57:06.266860 [ 188 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 4 rows starting from the beginning of the part
20541 2024.11.09 02:57:06.267001 [ 188 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 4 rows starting from the beginning of the part
20542 2024.11.09 02:57:06.268199 [ 196 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.00239369 sec., 15039.541461091454 rows/sec., 1.25 MiB/sec.
20543 2024.11.09 02:57:06.268338 [ 196 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary)
20544 2024.11.09 02:57:06.268808 [ 196 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_37_9} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20545 2024.11.09 02:57:06.268893 [ 196 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_37_9} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9
20546 2024.11.09 02:57:06.268974 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
20547 2024.11.09 02:57:06.392060 [ 220 ] {} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
20548 2024.11.09 02:57:06.392136 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
20549 2024.11.09 02:57:06.394262 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
20550 2024.11.09 02:57:08.584060 [ 219 ] {} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
20551 2024.11.09 02:57:08.584147 [ 219 ] {} <Debug> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
20552 2024.11.09 02:57:08.586278 [ 219 ] {} <Debug> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
20553 2024.11.09 02:57:10.009502 [ 308 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60273, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20554 2024.11.09 02:57:10.009624 [ 308 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
20555 2024.11.09 02:57:10.009650 [ 308 ] {} <Debug> HTTP-Session: 708ac33e-8f0d-4922-9213-6aaa9d4c21d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:60273
20556 2024.11.09 02:57:10.009675 [ 308 ] {} <Debug> HTTP-Session: 708ac33e-8f0d-4922-9213-6aaa9d4c21d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
20557 2024.11.09 02:57:10.009693 [ 308 ] {} <Debug> HTTP-Session: 708ac33e-8f0d-4922-9213-6aaa9d4c21d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
20558 2024.11.09 02:57:10.009752 [ 308 ] {} <Trace> HTTP-Session: 708ac33e-8f0d-4922-9213-6aaa9d4c21d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20559 2024.11.09 02:57:10.009954 [ 308 ] {dd07b9a3-d7ad-4968-8d59-1c5189273a11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60273) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
20560 2024.11.09 02:57:10.010028 [ 308 ] {dd07b9a3-d7ad-4968-8d59-1c5189273a11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
20561 2024.11.09 02:57:10.010417 [ 308 ] {dd07b9a3-d7ad-4968-8d59-1c5189273a11} <Trace> ParallelParsingInputFormat: Parallel parsing is used
20562 2024.11.09 02:57:10.010899 [ 308 ] {dd07b9a3-d7ad-4968-8d59-1c5189273a11} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20563 2024.11.09 02:57:10.010947 [ 308 ] {dd07b9a3-d7ad-4968-8d59-1c5189273a11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20564 2024.11.09 02:57:10.011373 [ 308 ] {dd07b9a3-d7ad-4968-8d59-1c5189273a11} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
20565 2024.11.09 02:57:10.011787 [ 308 ] {dd07b9a3-d7ad-4968-8d59-1c5189273a11} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20566 2024.11.09 02:57:10.011948 [ 308 ] {dd07b9a3-d7ad-4968-8d59-1c5189273a11} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.002053 sec., 3896.7364831953237 rows/sec., 317.75 KiB/sec.
20567 2024.11.09 02:57:10.012286 [ 308 ] {dd07b9a3-d7ad-4968-8d59-1c5189273a11} <Debug> DynamicQueryHandler: Done processing query
20568 2024.11.09 02:57:10.012315 [ 308 ] {dd07b9a3-d7ad-4968-8d59-1c5189273a11} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
20569 2024.11.09 02:57:10.012331 [ 308 ] {} <Debug> HTTP-Session: 708ac33e-8f0d-4922-9213-6aaa9d4c21d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
20570 2024.11.09 02:57:10.012581 [ 308 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60273, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20571 2024.11.09 02:57:10.012698 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43716, User-Agent: (none), Length: 8380, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20572 2024.11.09 02:57:10.012823 [ 309 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
20573 2024.11.09 02:57:10.012847 [ 309 ] {} <Debug> HTTP-Session: 13dcd6ab-2963-45db-a0b5-12a774293cfd Authenticating user 'default' from [fd00:1122:3344:101::d]:43716
20574 2024.11.09 02:57:10.012873 [ 309 ] {} <Debug> HTTP-Session: 13dcd6ab-2963-45db-a0b5-12a774293cfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
20575 2024.11.09 02:57:10.012889 [ 309 ] {} <Debug> HTTP-Session: 13dcd6ab-2963-45db-a0b5-12a774293cfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
20576 2024.11.09 02:57:10.012944 [ 309 ] {} <Trace> HTTP-Session: 13dcd6ab-2963-45db-a0b5-12a774293cfd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20577 2024.11.09 02:57:10.013154 [ 309 ] {5a675d92-3e51-4ee9-8fd0-691970b809da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43716) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
20578 2024.11.09 02:57:10.013223 [ 309 ] {5a675d92-3e51-4ee9-8fd0-691970b809da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
20579 2024.11.09 02:57:10.013590 [ 309 ] {5a675d92-3e51-4ee9-8fd0-691970b809da} <Trace> ParallelParsingInputFormat: Parallel parsing is used
20580 2024.11.09 02:57:10.014047 [ 309 ] {5a675d92-3e51-4ee9-8fd0-691970b809da} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20581 2024.11.09 02:57:10.014091 [ 309 ] {5a675d92-3e51-4ee9-8fd0-691970b809da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20582 2024.11.09 02:57:10.014521 [ 309 ] {5a675d92-3e51-4ee9-8fd0-691970b809da} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
20583 2024.11.09 02:57:10.014939 [ 309 ] {5a675d92-3e51-4ee9-8fd0-691970b809da} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20584 2024.11.09 02:57:10.015103 [ 309 ] {5a675d92-3e51-4ee9-8fd0-691970b809da} <Debug> executeQuery: Read 60 rows, 4.70 KiB in 0.002023 sec., 29658.922392486405 rows/sec., 2.27 MiB/sec.
20585 2024.11.09 02:57:10.015438 [ 309 ] {5a675d92-3e51-4ee9-8fd0-691970b809da} <Debug> DynamicQueryHandler: Done processing query
20586 2024.11.09 02:57:10.015499 [ 309 ] {5a675d92-3e51-4ee9-8fd0-691970b809da} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
20587 2024.11.09 02:57:10.015559 [ 309 ] {} <Debug> HTTP-Session: 13dcd6ab-2963-45db-a0b5-12a774293cfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
20588 2024.11.09 02:57:10.015795 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43716, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20589 2024.11.09 02:57:10.015897 [ 308 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60997, User-Agent: (none), Length: 1168, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20590 2024.11.09 02:57:10.015974 [ 308 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
20591 2024.11.09 02:57:10.015996 [ 308 ] {} <Debug> HTTP-Session: bdab58b3-84d2-4791-a841-dcc2dc5e8433 Authenticating user 'default' from [fd00:1122:3344:101::d]:60997
20592 2024.11.09 02:57:10.016016 [ 308 ] {} <Debug> HTTP-Session: bdab58b3-84d2-4791-a841-dcc2dc5e8433 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
20593 2024.11.09 02:57:10.016030 [ 308 ] {} <Debug> HTTP-Session: bdab58b3-84d2-4791-a841-dcc2dc5e8433 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
20594 2024.11.09 02:57:10.016078 [ 308 ] {} <Trace> HTTP-Session: bdab58b3-84d2-4791-a841-dcc2dc5e8433 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20595 2024.11.09 02:57:10.016217 [ 308 ] {f47e3d47-dd76-4753-a93b-5ef72ea01c17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60997) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
20596 2024.11.09 02:57:10.016272 [ 308 ] {f47e3d47-dd76-4753-a93b-5ef72ea01c17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
20597 2024.11.09 02:57:10.016559 [ 308 ] {f47e3d47-dd76-4753-a93b-5ef72ea01c17} <Trace> ParallelParsingInputFormat: Parallel parsing is used
20598 2024.11.09 02:57:10.016923 [ 308 ] {f47e3d47-dd76-4753-a93b-5ef72ea01c17} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20599 2024.11.09 02:57:10.016964 [ 308 ] {f47e3d47-dd76-4753-a93b-5ef72ea01c17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20600 2024.11.09 02:57:10.017347 [ 308 ] {f47e3d47-dd76-4753-a93b-5ef72ea01c17} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
20601 2024.11.09 02:57:10.017729 [ 308 ] {f47e3d47-dd76-4753-a93b-5ef72ea01c17} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20602 2024.11.09 02:57:10.017888 [ 308 ] {f47e3d47-dd76-4753-a93b-5ef72ea01c17} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.001703 sec., 4697.592483852026 rows/sec., 328.01 KiB/sec.
20603 2024.11.09 02:57:10.017924 [ 132 ] {} <Debug> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
20604 2024.11.09 02:57:10.018039 [ 132 ] {} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20605 2024.11.09 02:57:10.018087 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20606 2024.11.09 02:57:10.018232 [ 308 ] {f47e3d47-dd76-4753-a93b-5ef72ea01c17} <Debug> DynamicQueryHandler: Done processing query
20607 2024.11.09 02:57:10.018336 [ 308 ] {f47e3d47-dd76-4753-a93b-5ef72ea01c17} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
20608 2024.11.09 02:57:10.018368 [ 188 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full
20609 2024.11.09 02:57:10.018389 [ 308 ] {} <Debug> HTTP-Session: bdab58b3-84d2-4791-a841-dcc2dc5e8433 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
20610 2024.11.09 02:57:10.018834 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61346, User-Agent: (none), Length: 12262, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20611 2024.11.09 02:57:10.018846 [ 308 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60997, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20612 2024.11.09 02:57:10.019070 [ 309 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
20613 2024.11.09 02:57:10.019140 [ 188 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
20614 2024.11.09 02:57:10.019205 [ 309 ] {} <Debug> HTTP-Session: 37ccea3a-05cd-41b5-b5b6-4650958fe843 Authenticating user 'default' from [fd00:1122:3344:101::d]:61346
20615 2024.11.09 02:57:10.019304 [ 309 ] {} <Debug> HTTP-Session: 37ccea3a-05cd-41b5-b5b6-4650958fe843 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
20616 2024.11.09 02:57:10.019303 [ 188 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 59 rows starting from the beginning of the part
20617 2024.11.09 02:57:10.019343 [ 308 ] {} <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):
20618 
20619 (version 23.8.7.1)
20620 2024.11.09 02:57:10.019395 [ 309 ] {} <Debug> HTTP-Session: 37ccea3a-05cd-41b5-b5b6-4650958fe843 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
20621 2024.11.09 02:57:10.019593 [ 309 ] {} <Trace> HTTP-Session: 37ccea3a-05cd-41b5-b5b6-4650958fe843 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20622 2024.11.09 02:57:10.019791 [ 188 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 4 rows starting from the beginning of the part
20623 2024.11.09 02:57:10.020111 [ 309 ] {771ac001-d6ba-4679-b8ef-726d322dc270} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61346) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
20624 2024.11.09 02:57:10.020345 [ 309 ] {771ac001-d6ba-4679-b8ef-726d322dc270} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
20625 2024.11.09 02:57:10.020346 [ 188 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 41 rows starting from the beginning of the part
20626 2024.11.09 02:57:10.020777 [ 188 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 4 rows starting from the beginning of the part
20627 2024.11.09 02:57:10.021084 [ 188 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 41 rows starting from the beginning of the part
20628 2024.11.09 02:57:10.021737 [ 188 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 8 rows starting from the beginning of the part
20629 2024.11.09 02:57:10.022642 [ 309 ] {771ac001-d6ba-4679-b8ef-726d322dc270} <Trace> ParallelParsingInputFormat: Parallel parsing is used
20630 2024.11.09 02:57:10.023287 [ 309 ] {771ac001-d6ba-4679-b8ef-726d322dc270} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20631 2024.11.09 02:57:10.023334 [ 309 ] {771ac001-d6ba-4679-b8ef-726d322dc270} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20632 2024.11.09 02:57:10.023930 [ 309 ] {771ac001-d6ba-4679-b8ef-726d322dc270} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
20633 2024.11.09 02:57:10.024036 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 157 rows, containing 5 columns (5 merged, 0 gathered) in 0.005863331 sec., 26776.58825674348 rows/sec., 2.04 MiB/sec.
20634 2024.11.09 02:57:10.024331 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
20635 2024.11.09 02:57:10.024668 [ 309 ] {771ac001-d6ba-4679-b8ef-726d322dc270} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20636 2024.11.09 02:57:10.025169 [ 309 ] {771ac001-d6ba-4679-b8ef-726d322dc270} <Debug> executeQuery: Read 72 rows, 5.77 KiB in 0.005287 sec., 13618.309059958388 rows/sec., 1.07 MiB/sec.
20637 2024.11.09 02:57:10.025548 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_81_16} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20638 2024.11.09 02:57:10.025634 [ 309 ] {771ac001-d6ba-4679-b8ef-726d322dc270} <Debug> DynamicQueryHandler: Done processing query
20639 2024.11.09 02:57:10.025716 [ 309 ] {771ac001-d6ba-4679-b8ef-726d322dc270} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
20640 2024.11.09 02:57:10.025796 [ 309 ] {} <Debug> HTTP-Session: 37ccea3a-05cd-41b5-b5b6-4650958fe843 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
20641 2024.11.09 02:57:10.025927 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_81_16} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
20642 2024.11.09 02:57:10.026222 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61346, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20643 2024.11.09 02:57:10.026241 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
20644 2024.11.09 02:57:10.026374 [ 308 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54509, User-Agent: (none), Length: 25300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20645 2024.11.09 02:57:10.026539 [ 308 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
20646 2024.11.09 02:57:10.026585 [ 308 ] {} <Debug> HTTP-Session: 9b013fe4-b439-463d-a4d6-6ac8b72863e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54509
20647 2024.11.09 02:57:10.026604 [ 308 ] {} <Debug> HTTP-Session: 9b013fe4-b439-463d-a4d6-6ac8b72863e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
20648 2024.11.09 02:57:10.026618 [ 308 ] {} <Debug> HTTP-Session: 9b013fe4-b439-463d-a4d6-6ac8b72863e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
20649 2024.11.09 02:57:10.026658 [ 308 ] {} <Trace> HTTP-Session: 9b013fe4-b439-463d-a4d6-6ac8b72863e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20650 2024.11.09 02:57:10.026837 [ 308 ] {27ef8aea-8a2b-4cb2-8704-a685f55f0dc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54509) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
20651 2024.11.09 02:57:10.026891 [ 308 ] {27ef8aea-8a2b-4cb2-8704-a685f55f0dc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
20652 2024.11.09 02:57:10.027082 [ 308 ] {27ef8aea-8a2b-4cb2-8704-a685f55f0dc5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
20653 2024.11.09 02:57:10.027510 [ 308 ] {27ef8aea-8a2b-4cb2-8704-a685f55f0dc5} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20654 2024.11.09 02:57:10.027549 [ 308 ] {27ef8aea-8a2b-4cb2-8704-a685f55f0dc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20655 2024.11.09 02:57:10.027965 [ 308 ] {27ef8aea-8a2b-4cb2-8704-a685f55f0dc5} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
20656 2024.11.09 02:57:10.028331 [ 308 ] {27ef8aea-8a2b-4cb2-8704-a685f55f0dc5} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20657 2024.11.09 02:57:10.028485 [ 308 ] {27ef8aea-8a2b-4cb2-8704-a685f55f0dc5} <Debug> executeQuery: Read 132 rows, 9.41 KiB in 0.001729 sec., 76344.7079236553 rows/sec., 5.31 MiB/sec.
20658 2024.11.09 02:57:10.028763 [ 308 ] {27ef8aea-8a2b-4cb2-8704-a685f55f0dc5} <Debug> DynamicQueryHandler: Done processing query
20659 2024.11.09 02:57:10.028824 [ 308 ] {27ef8aea-8a2b-4cb2-8704-a685f55f0dc5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
20660 2024.11.09 02:57:10.028884 [ 308 ] {} <Debug> HTTP-Session: 9b013fe4-b439-463d-a4d6-6ac8b72863e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
20661 2024.11.09 02:57:10.029086 [ 308 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54509, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20662 2024.11.09 02:57:10.029172 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54010, User-Agent: (none), Length: 7317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20663 2024.11.09 02:57:10.029242 [ 309 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
20664 2024.11.09 02:57:10.029266 [ 309 ] {} <Debug> HTTP-Session: 8bbfcfe5-2610-4076-af7a-fba5536d015e Authenticating user 'default' from [fd00:1122:3344:101::d]:54010
20665 2024.11.09 02:57:10.029283 [ 309 ] {} <Debug> HTTP-Session: 8bbfcfe5-2610-4076-af7a-fba5536d015e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
20666 2024.11.09 02:57:10.029297 [ 309 ] {} <Debug> HTTP-Session: 8bbfcfe5-2610-4076-af7a-fba5536d015e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
20667 2024.11.09 02:57:10.029338 [ 309 ] {} <Trace> HTTP-Session: 8bbfcfe5-2610-4076-af7a-fba5536d015e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20668 2024.11.09 02:57:10.029469 [ 309 ] {065e1f01-d17a-443c-8f7a-d9d50be31549} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54010) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
20669 2024.11.09 02:57:10.029518 [ 309 ] {065e1f01-d17a-443c-8f7a-d9d50be31549} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
20670 2024.11.09 02:57:10.029674 [ 309 ] {065e1f01-d17a-443c-8f7a-d9d50be31549} <Trace> ParallelParsingInputFormat: Parallel parsing is used
20671 2024.11.09 02:57:10.030036 [ 309 ] {065e1f01-d17a-443c-8f7a-d9d50be31549} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20672 2024.11.09 02:57:10.030072 [ 309 ] {065e1f01-d17a-443c-8f7a-d9d50be31549} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20673 2024.11.09 02:57:10.030462 [ 309 ] {065e1f01-d17a-443c-8f7a-d9d50be31549} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
20674 2024.11.09 02:57:10.030817 [ 309 ] {065e1f01-d17a-443c-8f7a-d9d50be31549} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20675 2024.11.09 02:57:10.030966 [ 309 ] {065e1f01-d17a-443c-8f7a-d9d50be31549} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001537 sec., 31229.66818477554 rows/sec., 2.10 MiB/sec.
20676 2024.11.09 02:57:10.031197 [ 309 ] {065e1f01-d17a-443c-8f7a-d9d50be31549} <Debug> DynamicQueryHandler: Done processing query
20677 2024.11.09 02:57:10.031232 [ 309 ] {065e1f01-d17a-443c-8f7a-d9d50be31549} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
20678 2024.11.09 02:57:10.031260 [ 309 ] {} <Debug> HTTP-Session: 8bbfcfe5-2610-4076-af7a-fba5536d015e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
20679 2024.11.09 02:57:10.031487 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54010, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20680 2024.11.09 02:57:11.884669 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1836
20681 2024.11.09 02:57:11.887962 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20682 2024.11.09 02:57:11.888021 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20683 2024.11.09 02:57:11.889619 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
20684 2024.11.09 02:57:11.890660 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20685 2024.11.09 02:57:11.891318 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1836
20686 2024.11.09 02:57:15.010948 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45838, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20687 2024.11.09 02:57:15.011076 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
20688 2024.11.09 02:57:15.011101 [ 293 ] {} <Debug> HTTP-Session: a3df8e06-c962-4994-8e77-d69102d990de Authenticating user 'default' from [fd00:1122:3344:101::d]:45838
20689 2024.11.09 02:57:15.011126 [ 293 ] {} <Debug> HTTP-Session: a3df8e06-c962-4994-8e77-d69102d990de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
20690 2024.11.09 02:57:15.011142 [ 293 ] {} <Debug> HTTP-Session: a3df8e06-c962-4994-8e77-d69102d990de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
20691 2024.11.09 02:57:15.011194 [ 293 ] {} <Trace> HTTP-Session: a3df8e06-c962-4994-8e77-d69102d990de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20692 2024.11.09 02:57:15.011394 [ 293 ] {de649d7b-5cd3-47fe-a76e-6f5b8c87b390} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45838) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
20693 2024.11.09 02:57:15.011464 [ 293 ] {de649d7b-5cd3-47fe-a76e-6f5b8c87b390} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
20694 2024.11.09 02:57:15.011811 [ 293 ] {de649d7b-5cd3-47fe-a76e-6f5b8c87b390} <Trace> ParallelParsingInputFormat: Parallel parsing is used
20695 2024.11.09 02:57:15.012341 [ 293 ] {de649d7b-5cd3-47fe-a76e-6f5b8c87b390} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20696 2024.11.09 02:57:15.012383 [ 293 ] {de649d7b-5cd3-47fe-a76e-6f5b8c87b390} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20697 2024.11.09 02:57:15.012824 [ 293 ] {de649d7b-5cd3-47fe-a76e-6f5b8c87b390} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
20698 2024.11.09 02:57:15.013220 [ 293 ] {de649d7b-5cd3-47fe-a76e-6f5b8c87b390} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20699 2024.11.09 02:57:15.013396 [ 293 ] {de649d7b-5cd3-47fe-a76e-6f5b8c87b390} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002065 sec., 27118.64406779661 rows/sec., 2.08 MiB/sec.
20700 2024.11.09 02:57:15.013426 [ 128 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0
20701 2024.11.09 02:57:15.013542 [ 128 ] {} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20702 2024.11.09 02:57:15.013578 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20703 2024.11.09 02:57:15.013706 [ 293 ] {de649d7b-5cd3-47fe-a76e-6f5b8c87b390} <Debug> DynamicQueryHandler: Done processing query
20704 2024.11.09 02:57:15.013782 [ 293 ] {de649d7b-5cd3-47fe-a76e-6f5b8c87b390} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
20705 2024.11.09 02:57:15.013813 [ 196 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full
20706 2024.11.09 02:57:15.013821 [ 293 ] {} <Debug> HTTP-Session: a3df8e06-c962-4994-8e77-d69102d990de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
20707 2024.11.09 02:57:15.014367 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45838, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20708 2024.11.09 02:57:15.014408 [ 196 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
20709 2024.11.09 02:57:15.014451 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35938, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20710 2024.11.09 02:57:15.014587 [ 196 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1420 rows starting from the beginning of the part
20711 2024.11.09 02:57:15.014709 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
20712 2024.11.09 02:57:15.014817 [ 293 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below):
20713 
20714 (version 23.8.7.1)
20715 2024.11.09 02:57:15.014874 [ 285 ] {} <Debug> HTTP-Session: 61b14629-adea-42a6-bb4d-f584f6b42216 Authenticating user 'default' from [fd00:1122:3344:101::d]:35938
20716 2024.11.09 02:57:15.015032 [ 285 ] {} <Debug> HTTP-Session: 61b14629-adea-42a6-bb4d-f584f6b42216 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
20717 2024.11.09 02:57:15.015168 [ 285 ] {} <Debug> HTTP-Session: 61b14629-adea-42a6-bb4d-f584f6b42216 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
20718 2024.11.09 02:57:15.015268 [ 196 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 58 rows starting from the beginning of the part
20719 2024.11.09 02:57:15.015373 [ 285 ] {} <Trace> HTTP-Session: 61b14629-adea-42a6-bb4d-f584f6b42216 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20720 2024.11.09 02:57:15.015646 [ 196 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 56 rows starting from the beginning of the part
20721 2024.11.09 02:57:15.015856 [ 285 ] {53f443bc-082a-40c1-bb69-6778ceff1b9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35938) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
20722 2024.11.09 02:57:15.015889 [ 196 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 271 rows starting from the beginning of the part
20723 2024.11.09 02:57:15.016026 [ 285 ] {53f443bc-082a-40c1-bb69-6778ceff1b9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
20724 2024.11.09 02:57:15.016216 [ 196 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 60 rows starting from the beginning of the part
20725 2024.11.09 02:57:15.016668 [ 196 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 56 rows starting from the beginning of the part
20726 2024.11.09 02:57:15.017508 [ 285 ] {53f443bc-082a-40c1-bb69-6778ceff1b9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
20727 2024.11.09 02:57:15.018157 [ 285 ] {53f443bc-082a-40c1-bb69-6778ceff1b9b} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20728 2024.11.09 02:57:15.018208 [ 285 ] {53f443bc-082a-40c1-bb69-6778ceff1b9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20729 2024.11.09 02:57:15.018756 [ 285 ] {53f443bc-082a-40c1-bb69-6778ceff1b9b} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
20730 2024.11.09 02:57:15.019099 [ 196 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1921 rows, containing 5 columns (5 merged, 0 gathered) in 0.005442552 sec., 352959.4205071445 rows/sec., 30.90 MiB/sec.
20731 2024.11.09 02:57:15.019305 [ 196 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary)
20732 2024.11.09 02:57:15.019396 [ 285 ] {53f443bc-082a-40c1-bb69-6778ceff1b9b} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20733 2024.11.09 02:57:15.019673 [ 128 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0
20734 2024.11.09 02:57:15.019729 [ 285 ] {53f443bc-082a-40c1-bb69-6778ceff1b9b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004043 sec., 15829.829334652486 rows/sec., 1.24 MiB/sec.
20735 2024.11.09 02:57:15.019794 [ 128 ] {} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20736 2024.11.09 02:57:15.019937 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20737 2024.11.09 02:57:15.020453 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full
20738 2024.11.09 02:57:15.020535 [ 285 ] {53f443bc-082a-40c1-bb69-6778ceff1b9b} <Debug> DynamicQueryHandler: Done processing query
20739 2024.11.09 02:57:15.020586 [ 285 ] {53f443bc-082a-40c1-bb69-6778ceff1b9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
20740 2024.11.09 02:57:15.020649 [ 285 ] {} <Debug> HTTP-Session: 61b14629-adea-42a6-bb4d-f584f6b42216 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
20741 2024.11.09 02:57:15.020761 [ 196 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_126_25} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20742 2024.11.09 02:57:15.020960 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
20743 2024.11.09 02:57:15.020995 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35938, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20744 2024.11.09 02:57:15.020996 [ 196 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_126_25} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25
20745 2024.11.09 02:57:15.021066 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 915 rows starting from the beginning of the part
20746 2024.11.09 02:57:15.021264 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB.
20747 2024.11.09 02:57:15.021309 [ 285 ] {} <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):
20748 
20749 (version 23.8.7.1)
20750 2024.11.09 02:57:15.021281 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59511, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20751 2024.11.09 02:57:15.021528 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
20752 2024.11.09 02:57:15.021595 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 68 rows starting from the beginning of the part
20753 2024.11.09 02:57:15.021622 [ 293 ] {} <Debug> HTTP-Session: 6e7a02d5-2552-4aac-984d-9e41a3d0eb31 Authenticating user 'default' from [fd00:1122:3344:101::d]:59511
20754 2024.11.09 02:57:15.021675 [ 293 ] {} <Debug> HTTP-Session: 6e7a02d5-2552-4aac-984d-9e41a3d0eb31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
20755 2024.11.09 02:57:15.021754 [ 293 ] {} <Debug> HTTP-Session: 6e7a02d5-2552-4aac-984d-9e41a3d0eb31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
20756 2024.11.09 02:57:15.021909 [ 293 ] {} <Trace> HTTP-Session: 6e7a02d5-2552-4aac-984d-9e41a3d0eb31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20757 2024.11.09 02:57:15.021914 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 64 rows starting from the beginning of the part
20758 2024.11.09 02:57:15.022095 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 423 rows starting from the beginning of the part
20759 2024.11.09 02:57:15.022524 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 72 rows starting from the beginning of the part
20760 2024.11.09 02:57:15.022615 [ 293 ] {44dde936-ca56-489d-b217-0377d9e47e37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
20761 2024.11.09 02:57:15.022764 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 64 rows starting from the beginning of the part
20762 2024.11.09 02:57:15.022860 [ 293 ] {44dde936-ca56-489d-b217-0377d9e47e37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
20763 2024.11.09 02:57:15.023764 [ 293 ] {44dde936-ca56-489d-b217-0377d9e47e37} <Trace> ParallelParsingInputFormat: Parallel parsing is used
20764 2024.11.09 02:57:15.025433 [ 293 ] {44dde936-ca56-489d-b217-0377d9e47e37} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20765 2024.11.09 02:57:15.025504 [ 293 ] {44dde936-ca56-489d-b217-0377d9e47e37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20766 2024.11.09 02:57:15.026618 [ 293 ] {44dde936-ca56-489d-b217-0377d9e47e37} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
20767 2024.11.09 02:57:15.027438 [ 201 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1606 rows, containing 5 columns (5 merged, 0 gathered) in 0.007285881 sec., 220426.3286759693 rows/sec., 17.00 MiB/sec.
20768 2024.11.09 02:57:15.027460 [ 293 ] {44dde936-ca56-489d-b217-0377d9e47e37} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20769 2024.11.09 02:57:15.027771 [ 128 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0
20770 2024.11.09 02:57:15.027800 [ 293 ] {44dde936-ca56-489d-b217-0377d9e47e37} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005631 sec., 28414.13603267626 rows/sec., 1.98 MiB/sec.
20771 2024.11.09 02:57:15.027854 [ 128 ] {} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20772 2024.11.09 02:57:15.027951 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20773 2024.11.09 02:57:15.028123 [ 201 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary)
20774 2024.11.09 02:57:15.028427 [ 293 ] {44dde936-ca56-489d-b217-0377d9e47e37} <Debug> DynamicQueryHandler: Done processing query
20775 2024.11.09 02:57:15.028511 [ 293 ] {44dde936-ca56-489d-b217-0377d9e47e37} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
20776 2024.11.09 02:57:15.028523 [ 198 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full
20777 2024.11.09 02:57:15.028570 [ 293 ] {} <Debug> HTTP-Session: 6e7a02d5-2552-4aac-984d-9e41a3d0eb31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
20778 2024.11.09 02:57:15.028962 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59511, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20779 2024.11.09 02:57:15.029089 [ 198 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
20780 2024.11.09 02:57:15.029251 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55222, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20781 2024.11.09 02:57:15.029283 [ 198 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_121_24, total 24351 rows starting from the beginning of the part
20782 2024.11.09 02:57:15.029345 [ 293 ] {} <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):
20783 
20784 (version 23.8.7.1)
20785 2024.11.09 02:57:15.029519 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
20786 2024.11.09 02:57:15.029717 [ 285 ] {} <Debug> HTTP-Session: 500b0356-9d92-4904-ac17-d4a3e77c2484 Authenticating user 'default' from [fd00:1122:3344:101::d]:55222
20787 2024.11.09 02:57:15.029872 [ 285 ] {} <Debug> HTTP-Session: 500b0356-9d92-4904-ac17-d4a3e77c2484 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
20788 2024.11.09 02:57:15.029867 [ 198 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 130 rows starting from the beginning of the part
20789 2024.11.09 02:57:15.029969 [ 285 ] {} <Debug> HTTP-Session: 500b0356-9d92-4904-ac17-d4a3e77c2484 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
20790 2024.11.09 02:57:15.030177 [ 285 ] {} <Trace> HTTP-Session: 500b0356-9d92-4904-ac17-d4a3e77c2484 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20791 2024.11.09 02:57:15.030671 [ 285 ] {ef6d498b-41b0-45ec-a729-d834a964f582} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55222) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
20792 2024.11.09 02:57:15.030723 [ 198 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 160 rows starting from the beginning of the part
20793 2024.11.09 02:57:15.030887 [ 285 ] {ef6d498b-41b0-45ec-a729-d834a964f582} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
20794 2024.11.09 02:57:15.031671 [ 198 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 237 rows starting from the beginning of the part
20795 2024.11.09 02:57:15.032831 [ 285 ] {ef6d498b-41b0-45ec-a729-d834a964f582} <Trace> ParallelParsingInputFormat: Parallel parsing is used
20796 2024.11.09 02:57:15.032851 [ 198 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 132 rows starting from the beginning of the part
20797 2024.11.09 02:57:15.033395 [ 198 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 160 rows starting from the beginning of the part
20798 2024.11.09 02:57:15.033714 [ 201 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_126_25} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20799 2024.11.09 02:57:15.034336 [ 201 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_126_25} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25
20800 2024.11.09 02:57:15.034490 [ 285 ] {ef6d498b-41b0-45ec-a729-d834a964f582} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20801 2024.11.09 02:57:15.034596 [ 285 ] {ef6d498b-41b0-45ec-a729-d834a964f582} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20802 2024.11.09 02:57:15.034676 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB.
20803 2024.11.09 02:57:15.035430 [ 285 ] {ef6d498b-41b0-45ec-a729-d834a964f582} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
20804 2024.11.09 02:57:15.035963 [ 285 ] {ef6d498b-41b0-45ec-a729-d834a964f582} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20805 2024.11.09 02:57:15.036205 [ 128 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0
20806 2024.11.09 02:57:15.036239 [ 285 ] {ef6d498b-41b0-45ec-a729-d834a964f582} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005744 sec., 10445.682451253482 rows/sec., 720.86 KiB/sec.
20807 2024.11.09 02:57:15.036308 [ 128 ] {} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20808 2024.11.09 02:57:15.036436 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20809 2024.11.09 02:57:15.036804 [ 285 ] {ef6d498b-41b0-45ec-a729-d834a964f582} <Debug> DynamicQueryHandler: Done processing query
20810 2024.11.09 02:57:15.036886 [ 285 ] {ef6d498b-41b0-45ec-a729-d834a964f582} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
20811 2024.11.09 02:57:15.036971 [ 285 ] {} <Debug> HTTP-Session: 500b0356-9d92-4904-ac17-d4a3e77c2484 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
20812 2024.11.09 02:57:15.037036 [ 189 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full
20813 2024.11.09 02:57:15.037362 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55222, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20814 2024.11.09 02:57:15.037663 [ 189 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
20815 2024.11.09 02:57:15.037766 [ 189 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 7684 rows starting from the beginning of the part
20816 2024.11.09 02:57:15.038023 [ 189 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 48 rows starting from the beginning of the part
20817 2024.11.09 02:57:15.038187 [ 189 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 60 rows starting from the beginning of the part
20818 2024.11.09 02:57:15.038395 [ 189 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 82 rows starting from the beginning of the part
20819 2024.11.09 02:57:15.038533 [ 189 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 48 rows starting from the beginning of the part
20820 2024.11.09 02:57:15.038614 [ 189 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 60 rows starting from the beginning of the part
20821 2024.11.09 02:57:15.041722 [ 186 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7982 rows, containing 4 columns (4 merged, 0 gathered) in 0.005045995 sec., 1581848.5749589526 rows/sec., 104.00 MiB/sec.
20822 2024.11.09 02:57:15.042260 [ 186 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary)
20823 2024.11.09 02:57:15.042835 [ 186 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_126_25} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20824 2024.11.09 02:57:15.043029 [ 186 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_126_25} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25
20825 2024.11.09 02:57:15.043056 [ 191 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25170 rows, containing 5 columns (5 merged, 0 gathered) in 0.014943589 sec., 1684334.3322678374 rows/sec., 115.02 MiB/sec.
20826 2024.11.09 02:57:15.043193 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB.
20827 2024.11.09 02:57:15.043392 [ 191 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary)
20828 2024.11.09 02:57:15.043850 [ 191 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_126_25} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20829 2024.11.09 02:57:15.043944 [ 191 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_126_25} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25
20830 2024.11.09 02:57:15.044047 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB.
20831 2024.11.09 02:57:16.424419 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache
20832 2024.11.09 02:57:16.424527 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache
20833 2024.11.09 02:57:16.656837 [ 121 ] {} <Debug> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0
20834 2024.11.09 02:57:16.656936 [ 121 ] {} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20835 2024.11.09 02:57:16.656977 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20836 2024.11.09 02:57:16.657214 [ 193 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full
20837 2024.11.09 02:57:16.657445 [ 193 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
20838 2024.11.09 02:57:16.657486 [ 193 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 37 rows starting from the beginning of the part
20839 2024.11.09 02:57:16.657569 [ 193 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part
20840 2024.11.09 02:57:16.657776 [ 193 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part
20841 2024.11.09 02:57:16.658014 [ 193 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part
20842 2024.11.09 02:57:16.658199 [ 193 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part
20843 2024.11.09 02:57:16.659398 [ 195 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 4 columns (4 merged, 0 gathered) in 0.002298587 sec., 17837.045106406676 rows/sec., 1.17 MiB/sec.
20844 2024.11.09 02:57:16.659557 [ 193 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary)
20845 2024.11.09 02:57:16.659960 [ 193 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_41_10} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20846 2024.11.09 02:57:16.660043 [ 193 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_41_10} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10
20847 2024.11.09 02:57:16.660124 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
20848 2024.11.09 02:57:17.850075 [ 121 ] {} <Debug> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0
20849 2024.11.09 02:57:17.850175 [ 121 ] {} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20850 2024.11.09 02:57:17.850216 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20851 2024.11.09 02:57:17.850391 [ 219 ] {} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
20852 2024.11.09 02:57:17.850482 [ 219 ] {} <Debug> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
20853 2024.11.09 02:57:17.850520 [ 190 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full
20854 2024.11.09 02:57:17.850907 [ 190 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
20855 2024.11.09 02:57:17.851014 [ 190 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 222 rows starting from the beginning of the part
20856 2024.11.09 02:57:17.851288 [ 190 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part
20857 2024.11.09 02:57:17.851625 [ 190 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part
20858 2024.11.09 02:57:17.851999 [ 190 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part
20859 2024.11.09 02:57:17.852255 [ 190 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part
20860 2024.11.09 02:57:17.854474 [ 190 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 4 columns (4 merged, 0 gathered) in 0.004123396 sec., 59659.5621667189 rows/sec., 3.04 MiB/sec.
20861 2024.11.09 02:57:17.854665 [ 190 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary)
20862 2024.11.09 02:57:17.854771 [ 219 ] {} <Debug> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
20863 2024.11.09 02:57:17.855542 [ 190 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_41_10} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20864 2024.11.09 02:57:17.855635 [ 190 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_41_10} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10
20865 2024.11.09 02:57:17.855723 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
20866 2024.11.09 02:57:18.088208 [ 223 ] {} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
20867 2024.11.09 02:57:18.088290 [ 223 ] {} <Debug> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
20868 2024.11.09 02:57:18.090380 [ 223 ] {} <Debug> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
20869 2024.11.09 02:57:18.934299 [ 121 ] {} <Debug> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0
20870 2024.11.09 02:57:18.934364 [ 121 ] {} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20871 2024.11.09 02:57:18.934387 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20872 2024.11.09 02:57:18.934562 [ 195 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full
20873 2024.11.09 02:57:18.934809 [ 195 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
20874 2024.11.09 02:57:18.934853 [ 195 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 242 rows starting from the beginning of the part
20875 2024.11.09 02:57:18.934954 [ 195 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part
20876 2024.11.09 02:57:18.935216 [ 195 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part
20877 2024.11.09 02:57:18.935600 [ 195 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part
20878 2024.11.09 02:57:18.935867 [ 195 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part
20879 2024.11.09 02:57:18.937114 [ 200 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002648915 sec., 112498.89105539439 rows/sec., 7.66 MiB/sec.
20880 2024.11.09 02:57:18.937304 [ 200 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary)
20881 2024.11.09 02:57:18.937791 [ 200 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_41_10} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20882 2024.11.09 02:57:18.937882 [ 200 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_41_10} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10
20883 2024.11.09 02:57:18.937980 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
20884 2024.11.09 02:57:20.017520 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40252, User-Agent: (none), Length: 41147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20885 2024.11.09 02:57:20.017638 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
20886 2024.11.09 02:57:20.017668 [ 285 ] {} <Debug> HTTP-Session: 98e2f414-1e1e-41a1-a003-4071992d6302 Authenticating user 'default' from [fd00:1122:3344:101::d]:40252
20887 2024.11.09 02:57:20.017697 [ 285 ] {} <Debug> HTTP-Session: 98e2f414-1e1e-41a1-a003-4071992d6302 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
20888 2024.11.09 02:57:20.017716 [ 285 ] {} <Debug> HTTP-Session: 98e2f414-1e1e-41a1-a003-4071992d6302 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
20889 2024.11.09 02:57:20.017773 [ 285 ] {} <Trace> HTTP-Session: 98e2f414-1e1e-41a1-a003-4071992d6302 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20890 2024.11.09 02:57:20.018074 [ 285 ] {0b0db73a-f642-47e1-8276-a473dab379ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40252) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
20891 2024.11.09 02:57:20.018152 [ 285 ] {0b0db73a-f642-47e1-8276-a473dab379ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
20892 2024.11.09 02:57:20.018515 [ 285 ] {0b0db73a-f642-47e1-8276-a473dab379ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used
20893 2024.11.09 02:57:20.019279 [ 285 ] {0b0db73a-f642-47e1-8276-a473dab379ad} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20894 2024.11.09 02:57:20.019324 [ 285 ] {0b0db73a-f642-47e1-8276-a473dab379ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20895 2024.11.09 02:57:20.019777 [ 285 ] {0b0db73a-f642-47e1-8276-a473dab379ad} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
20896 2024.11.09 02:57:20.020176 [ 285 ] {0b0db73a-f642-47e1-8276-a473dab379ad} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20897 2024.11.09 02:57:20.020342 [ 285 ] {0b0db73a-f642-47e1-8276-a473dab379ad} <Debug> executeQuery: Read 271 rows, 24.70 KiB in 0.002414 sec., 112261.80613090307 rows/sec., 9.99 MiB/sec.
20898 2024.11.09 02:57:20.020510 [ 222 ] {} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
20899 2024.11.09 02:57:20.020577 [ 222 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
20900 2024.11.09 02:57:20.020645 [ 285 ] {0b0db73a-f642-47e1-8276-a473dab379ad} <Debug> DynamicQueryHandler: Done processing query
20901 2024.11.09 02:57:20.020686 [ 285 ] {0b0db73a-f642-47e1-8276-a473dab379ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
20902 2024.11.09 02:57:20.020732 [ 285 ] {} <Debug> HTTP-Session: 98e2f414-1e1e-41a1-a003-4071992d6302 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
20903 2024.11.09 02:57:20.021041 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40252, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20904 2024.11.09 02:57:20.021196 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56637, User-Agent: (none), Length: 5927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20905 2024.11.09 02:57:20.021309 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
20906 2024.11.09 02:57:20.021357 [ 293 ] {} <Debug> HTTP-Session: 634ca25e-da61-4d67-9178-c52d5b258dcb Authenticating user 'default' from [fd00:1122:3344:101::d]:56637
20907 2024.11.09 02:57:20.021390 [ 293 ] {} <Debug> HTTP-Session: 634ca25e-da61-4d67-9178-c52d5b258dcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
20908 2024.11.09 02:57:20.021408 [ 293 ] {} <Debug> HTTP-Session: 634ca25e-da61-4d67-9178-c52d5b258dcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
20909 2024.11.09 02:57:20.021466 [ 293 ] {} <Trace> HTTP-Session: 634ca25e-da61-4d67-9178-c52d5b258dcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20910 2024.11.09 02:57:20.021685 [ 293 ] {4a08ed0f-0835-4180-8391-6aabc6e03602} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56637) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
20911 2024.11.09 02:57:20.021776 [ 293 ] {4a08ed0f-0835-4180-8391-6aabc6e03602} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
20912 2024.11.09 02:57:20.022317 [ 293 ] {4a08ed0f-0835-4180-8391-6aabc6e03602} <Trace> ParallelParsingInputFormat: Parallel parsing is used
20913 2024.11.09 02:57:20.022858 [ 293 ] {4a08ed0f-0835-4180-8391-6aabc6e03602} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20914 2024.11.09 02:57:20.022902 [ 293 ] {4a08ed0f-0835-4180-8391-6aabc6e03602} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20915 2024.11.09 02:57:20.023391 [ 293 ] {4a08ed0f-0835-4180-8391-6aabc6e03602} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
20916 2024.11.09 02:57:20.023480 [ 222 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
20917 2024.11.09 02:57:20.024067 [ 293 ] {4a08ed0f-0835-4180-8391-6aabc6e03602} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20918 2024.11.09 02:57:20.024255 [ 293 ] {4a08ed0f-0835-4180-8391-6aabc6e03602} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.002653 sec., 15454.202789295137 rows/sec., 1.13 MiB/sec.
20919 2024.11.09 02:57:20.024485 [ 293 ] {4a08ed0f-0835-4180-8391-6aabc6e03602} <Debug> DynamicQueryHandler: Done processing query
20920 2024.11.09 02:57:20.024511 [ 293 ] {4a08ed0f-0835-4180-8391-6aabc6e03602} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
20921 2024.11.09 02:57:20.024527 [ 293 ] {} <Debug> HTTP-Session: 634ca25e-da61-4d67-9178-c52d5b258dcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
20922 2024.11.09 02:57:20.024749 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56637, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20923 2024.11.09 02:57:20.024815 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41476, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20924 2024.11.09 02:57:20.024903 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
20925 2024.11.09 02:57:20.024932 [ 285 ] {} <Debug> HTTP-Session: 93c10fdd-4d93-4457-96f5-74ac84ae061d Authenticating user 'default' from [fd00:1122:3344:101::d]:41476
20926 2024.11.09 02:57:20.024956 [ 285 ] {} <Debug> HTTP-Session: 93c10fdd-4d93-4457-96f5-74ac84ae061d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
20927 2024.11.09 02:57:20.024973 [ 285 ] {} <Debug> HTTP-Session: 93c10fdd-4d93-4457-96f5-74ac84ae061d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
20928 2024.11.09 02:57:20.025023 [ 285 ] {} <Trace> HTTP-Session: 93c10fdd-4d93-4457-96f5-74ac84ae061d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20929 2024.11.09 02:57:20.025170 [ 285 ] {5b5d0871-7362-47dc-b59e-960d9eecac29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41476) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
20930 2024.11.09 02:57:20.025233 [ 285 ] {5b5d0871-7362-47dc-b59e-960d9eecac29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
20931 2024.11.09 02:57:20.025512 [ 285 ] {5b5d0871-7362-47dc-b59e-960d9eecac29} <Trace> ParallelParsingInputFormat: Parallel parsing is used
20932 2024.11.09 02:57:20.025834 [ 285 ] {5b5d0871-7362-47dc-b59e-960d9eecac29} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20933 2024.11.09 02:57:20.025872 [ 285 ] {5b5d0871-7362-47dc-b59e-960d9eecac29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20934 2024.11.09 02:57:20.026259 [ 285 ] {5b5d0871-7362-47dc-b59e-960d9eecac29} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
20935 2024.11.09 02:57:20.026636 [ 285 ] {5b5d0871-7362-47dc-b59e-960d9eecac29} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20936 2024.11.09 02:57:20.026792 [ 285 ] {5b5d0871-7362-47dc-b59e-960d9eecac29} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001664 sec., 8413.461538461539 rows/sec., 589.22 KiB/sec.
20937 2024.11.09 02:57:20.026876 [ 224 ] {} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
20938 2024.11.09 02:57:20.026918 [ 224 ] {} <Debug> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
20939 2024.11.09 02:57:20.027000 [ 285 ] {5b5d0871-7362-47dc-b59e-960d9eecac29} <Debug> DynamicQueryHandler: Done processing query
20940 2024.11.09 02:57:20.027032 [ 285 ] {5b5d0871-7362-47dc-b59e-960d9eecac29} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
20941 2024.11.09 02:57:20.027061 [ 285 ] {} <Debug> HTTP-Session: 93c10fdd-4d93-4457-96f5-74ac84ae061d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
20942 2024.11.09 02:57:20.027252 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41476, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20943 2024.11.09 02:57:20.027423 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33408, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20944 2024.11.09 02:57:20.027565 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
20945 2024.11.09 02:57:20.027606 [ 293 ] {} <Debug> HTTP-Session: 18a1602a-7008-48b5-aee1-eb1a0f67a413 Authenticating user 'default' from [fd00:1122:3344:101::d]:33408
20946 2024.11.09 02:57:20.027670 [ 293 ] {} <Debug> HTTP-Session: 18a1602a-7008-48b5-aee1-eb1a0f67a413 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
20947 2024.11.09 02:57:20.027713 [ 293 ] {} <Debug> HTTP-Session: 18a1602a-7008-48b5-aee1-eb1a0f67a413 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
20948 2024.11.09 02:57:20.027832 [ 293 ] {} <Trace> HTTP-Session: 18a1602a-7008-48b5-aee1-eb1a0f67a413 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20949 2024.11.09 02:57:20.028150 [ 293 ] {7e15e5ea-cfbf-4cc9-ba5f-21c7f7d36951} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33408) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
20950 2024.11.09 02:57:20.028293 [ 293 ] {7e15e5ea-cfbf-4cc9-ba5f-21c7f7d36951} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
20951 2024.11.09 02:57:20.028989 [ 293 ] {7e15e5ea-cfbf-4cc9-ba5f-21c7f7d36951} <Trace> ParallelParsingInputFormat: Parallel parsing is used
20952 2024.11.09 02:57:20.029589 [ 293 ] {7e15e5ea-cfbf-4cc9-ba5f-21c7f7d36951} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20953 2024.11.09 02:57:20.029647 [ 293 ] {7e15e5ea-cfbf-4cc9-ba5f-21c7f7d36951} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20954 2024.11.09 02:57:20.029749 [ 224 ] {} <Debug> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
20955 2024.11.09 02:57:20.030502 [ 293 ] {7e15e5ea-cfbf-4cc9-ba5f-21c7f7d36951} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
20956 2024.11.09 02:57:20.030893 [ 293 ] {7e15e5ea-cfbf-4cc9-ba5f-21c7f7d36951} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20957 2024.11.09 02:57:20.031021 [ 293 ] {7e15e5ea-cfbf-4cc9-ba5f-21c7f7d36951} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.002966 sec., 2022.9265003371545 rows/sec., 119.52 KiB/sec.
20958 2024.11.09 02:57:20.031205 [ 293 ] {7e15e5ea-cfbf-4cc9-ba5f-21c7f7d36951} <Debug> DynamicQueryHandler: Done processing query
20959 2024.11.09 02:57:20.031230 [ 293 ] {7e15e5ea-cfbf-4cc9-ba5f-21c7f7d36951} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
20960 2024.11.09 02:57:20.031246 [ 293 ] {} <Debug> HTTP-Session: 18a1602a-7008-48b5-aee1-eb1a0f67a413 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
20961 2024.11.09 02:57:20.031484 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33408, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20962 2024.11.09 02:57:20.031556 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41476, User-Agent: (none), Length: 68708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20963 2024.11.09 02:57:20.031627 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
20964 2024.11.09 02:57:20.031653 [ 285 ] {} <Debug> HTTP-Session: 6ce7c29e-700c-498d-9225-f4dfea2446ba Authenticating user 'default' from [fd00:1122:3344:101::d]:41476
20965 2024.11.09 02:57:20.031675 [ 285 ] {} <Debug> HTTP-Session: 6ce7c29e-700c-498d-9225-f4dfea2446ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
20966 2024.11.09 02:57:20.031692 [ 285 ] {} <Debug> HTTP-Session: 6ce7c29e-700c-498d-9225-f4dfea2446ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
20967 2024.11.09 02:57:20.031739 [ 285 ] {} <Trace> HTTP-Session: 6ce7c29e-700c-498d-9225-f4dfea2446ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20968 2024.11.09 02:57:20.032026 [ 285 ] {026e77cb-f5bc-40ac-8995-768ef4ae32cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41476) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
20969 2024.11.09 02:57:20.032086 [ 285 ] {026e77cb-f5bc-40ac-8995-768ef4ae32cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
20970 2024.11.09 02:57:20.032382 [ 285 ] {026e77cb-f5bc-40ac-8995-768ef4ae32cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
20971 2024.11.09 02:57:20.032940 [ 285 ] {026e77cb-f5bc-40ac-8995-768ef4ae32cb} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20972 2024.11.09 02:57:20.032978 [ 285 ] {026e77cb-f5bc-40ac-8995-768ef4ae32cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20973 2024.11.09 02:57:20.033371 [ 285 ] {026e77cb-f5bc-40ac-8995-768ef4ae32cb} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
20974 2024.11.09 02:57:20.033754 [ 285 ] {026e77cb-f5bc-40ac-8995-768ef4ae32cb} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20975 2024.11.09 02:57:20.033904 [ 285 ] {026e77cb-f5bc-40ac-8995-768ef4ae32cb} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002032 sec., 208169.29133858267 rows/sec., 14.88 MiB/sec.
20976 2024.11.09 02:57:20.034106 [ 285 ] {026e77cb-f5bc-40ac-8995-768ef4ae32cb} <Debug> DynamicQueryHandler: Done processing query
20977 2024.11.09 02:57:20.034131 [ 285 ] {026e77cb-f5bc-40ac-8995-768ef4ae32cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
20978 2024.11.09 02:57:20.034147 [ 285 ] {} <Debug> HTTP-Session: 6ce7c29e-700c-498d-9225-f4dfea2446ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
20979 2024.11.09 02:57:20.034448 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41476, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20980 2024.11.09 02:57:20.034469 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33408, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20981 2024.11.09 02:57:20.034563 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
20982 2024.11.09 02:57:20.034595 [ 293 ] {} <Debug> HTTP-Session: bf7e9a97-ccf4-4f41-84e3-884c49f328e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:33408
20983 2024.11.09 02:57:20.034627 [ 293 ] {} <Debug> HTTP-Session: bf7e9a97-ccf4-4f41-84e3-884c49f328e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
20984 2024.11.09 02:57:20.034646 [ 293 ] {} <Debug> HTTP-Session: bf7e9a97-ccf4-4f41-84e3-884c49f328e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
20985 2024.11.09 02:57:20.034694 [ 293 ] {} <Trace> HTTP-Session: bf7e9a97-ccf4-4f41-84e3-884c49f328e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20986 2024.11.09 02:57:20.034825 [ 293 ] {e8d7400f-a442-496e-a8a9-de18d83639e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33408) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
20987 2024.11.09 02:57:20.034881 [ 293 ] {e8d7400f-a442-496e-a8a9-de18d83639e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
20988 2024.11.09 02:57:20.035067 [ 293 ] {e8d7400f-a442-496e-a8a9-de18d83639e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
20989 2024.11.09 02:57:20.035344 [ 293 ] {e8d7400f-a442-496e-a8a9-de18d83639e3} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20990 2024.11.09 02:57:20.035379 [ 293 ] {e8d7400f-a442-496e-a8a9-de18d83639e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
20991 2024.11.09 02:57:20.035740 [ 293 ] {e8d7400f-a442-496e-a8a9-de18d83639e3} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
20992 2024.11.09 02:57:20.036082 [ 293 ] {e8d7400f-a442-496e-a8a9-de18d83639e3} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20993 2024.11.09 02:57:20.036204 [ 293 ] {e8d7400f-a442-496e-a8a9-de18d83639e3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001416 sec., 4237.28813559322 rows/sec., 221.38 KiB/sec.
20994 2024.11.09 02:57:20.036368 [ 293 ] {e8d7400f-a442-496e-a8a9-de18d83639e3} <Debug> DynamicQueryHandler: Done processing query
20995 2024.11.09 02:57:20.036392 [ 293 ] {e8d7400f-a442-496e-a8a9-de18d83639e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
20996 2024.11.09 02:57:20.036407 [ 293 ] {} <Debug> HTTP-Session: bf7e9a97-ccf4-4f41-84e3-884c49f328e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
20997 2024.11.09 02:57:20.036594 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33408, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20998 2024.11.09 02:57:20.036723 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37562, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
20999 2024.11.09 02:57:20.036800 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21000 2024.11.09 02:57:20.036826 [ 285 ] {} <Debug> HTTP-Session: 5b53d74f-889d-4016-95e7-e645b62f6e46 Authenticating user 'default' from [fd00:1122:3344:101::d]:37562
21001 2024.11.09 02:57:20.036848 [ 285 ] {} <Debug> HTTP-Session: 5b53d74f-889d-4016-95e7-e645b62f6e46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21002 2024.11.09 02:57:20.036865 [ 285 ] {} <Debug> HTTP-Session: 5b53d74f-889d-4016-95e7-e645b62f6e46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21003 2024.11.09 02:57:20.036912 [ 285 ] {} <Trace> HTTP-Session: 5b53d74f-889d-4016-95e7-e645b62f6e46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21004 2024.11.09 02:57:20.037134 [ 285 ] {713c7cd4-9e5c-41db-b688-5bab726bc21b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37562) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
21005 2024.11.09 02:57:20.037195 [ 285 ] {713c7cd4-9e5c-41db-b688-5bab726bc21b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
21006 2024.11.09 02:57:20.037386 [ 285 ] {713c7cd4-9e5c-41db-b688-5bab726bc21b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21007 2024.11.09 02:57:20.037795 [ 285 ] {713c7cd4-9e5c-41db-b688-5bab726bc21b} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21008 2024.11.09 02:57:20.037831 [ 285 ] {713c7cd4-9e5c-41db-b688-5bab726bc21b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21009 2024.11.09 02:57:20.038235 [ 285 ] {713c7cd4-9e5c-41db-b688-5bab726bc21b} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
21010 2024.11.09 02:57:20.038577 [ 285 ] {713c7cd4-9e5c-41db-b688-5bab726bc21b} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21011 2024.11.09 02:57:20.038735 [ 285 ] {713c7cd4-9e5c-41db-b688-5bab726bc21b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001711 sec., 138515.4880187025 rows/sec., 9.28 MiB/sec.
21012 2024.11.09 02:57:20.038905 [ 285 ] {713c7cd4-9e5c-41db-b688-5bab726bc21b} <Debug> DynamicQueryHandler: Done processing query
21013 2024.11.09 02:57:20.038929 [ 285 ] {713c7cd4-9e5c-41db-b688-5bab726bc21b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
21014 2024.11.09 02:57:20.038945 [ 285 ] {} <Debug> HTTP-Session: 5b53d74f-889d-4016-95e7-e645b62f6e46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21015 2024.11.09 02:57:20.039140 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33408, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21016 2024.11.09 02:57:20.039154 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37562, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21017 2024.11.09 02:57:20.039223 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21018 2024.11.09 02:57:20.039264 [ 293 ] {} <Debug> HTTP-Session: 1ed5f688-7df6-4865-bba4-16a9bc8a4d55 Authenticating user 'default' from [fd00:1122:3344:101::d]:33408
21019 2024.11.09 02:57:20.039297 [ 293 ] {} <Debug> HTTP-Session: 1ed5f688-7df6-4865-bba4-16a9bc8a4d55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21020 2024.11.09 02:57:20.039324 [ 293 ] {} <Debug> HTTP-Session: 1ed5f688-7df6-4865-bba4-16a9bc8a4d55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21021 2024.11.09 02:57:20.039368 [ 293 ] {} <Trace> HTTP-Session: 1ed5f688-7df6-4865-bba4-16a9bc8a4d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21022 2024.11.09 02:57:20.039489 [ 293 ] {b2ec5783-429c-4bc1-8c74-3b8eaa80f773} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33408) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
21023 2024.11.09 02:57:20.039545 [ 293 ] {b2ec5783-429c-4bc1-8c74-3b8eaa80f773} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
21024 2024.11.09 02:57:20.039734 [ 293 ] {b2ec5783-429c-4bc1-8c74-3b8eaa80f773} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21025 2024.11.09 02:57:20.040104 [ 293 ] {b2ec5783-429c-4bc1-8c74-3b8eaa80f773} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21026 2024.11.09 02:57:20.040146 [ 293 ] {b2ec5783-429c-4bc1-8c74-3b8eaa80f773} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21027 2024.11.09 02:57:20.040529 [ 293 ] {b2ec5783-429c-4bc1-8c74-3b8eaa80f773} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
21028 2024.11.09 02:57:20.040853 [ 293 ] {b2ec5783-429c-4bc1-8c74-3b8eaa80f773} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21029 2024.11.09 02:57:20.040973 [ 293 ] {b2ec5783-429c-4bc1-8c74-3b8eaa80f773} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001515 sec., 660.06600660066 rows/sec., 44.48 KiB/sec.
21030 2024.11.09 02:57:20.041138 [ 293 ] {b2ec5783-429c-4bc1-8c74-3b8eaa80f773} <Debug> DynamicQueryHandler: Done processing query
21031 2024.11.09 02:57:20.041162 [ 293 ] {b2ec5783-429c-4bc1-8c74-3b8eaa80f773} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
21032 2024.11.09 02:57:20.041177 [ 293 ] {} <Debug> HTTP-Session: 1ed5f688-7df6-4865-bba4-16a9bc8a4d55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21033 2024.11.09 02:57:20.041354 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33408, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21034 2024.11.09 02:57:20.041447 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43271, User-Agent: (none), Length: 69069, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21035 2024.11.09 02:57:20.041519 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21036 2024.11.09 02:57:20.041545 [ 285 ] {} <Debug> HTTP-Session: c3cde54a-091f-465d-b9e0-fe572f51079f Authenticating user 'default' from [fd00:1122:3344:101::d]:43271
21037 2024.11.09 02:57:20.041566 [ 285 ] {} <Debug> HTTP-Session: c3cde54a-091f-465d-b9e0-fe572f51079f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21038 2024.11.09 02:57:20.041583 [ 285 ] {} <Debug> HTTP-Session: c3cde54a-091f-465d-b9e0-fe572f51079f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21039 2024.11.09 02:57:20.041629 [ 285 ] {} <Trace> HTTP-Session: c3cde54a-091f-465d-b9e0-fe572f51079f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21040 2024.11.09 02:57:20.042128 [ 285 ] {af494301-8fb8-4252-ad03-fa01d9a0ac18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43271) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
21041 2024.11.09 02:57:20.042224 [ 285 ] {af494301-8fb8-4252-ad03-fa01d9a0ac18} <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
21042 2024.11.09 02:57:20.042728 [ 285 ] {af494301-8fb8-4252-ad03-fa01d9a0ac18} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21043 2024.11.09 02:57:20.043474 [ 285 ] {af494301-8fb8-4252-ad03-fa01d9a0ac18} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21044 2024.11.09 02:57:20.043511 [ 285 ] {af494301-8fb8-4252-ad03-fa01d9a0ac18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21045 2024.11.09 02:57:20.044206 [ 285 ] {af494301-8fb8-4252-ad03-fa01d9a0ac18} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
21046 2024.11.09 02:57:20.044645 [ 285 ] {af494301-8fb8-4252-ad03-fa01d9a0ac18} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21047 2024.11.09 02:57:20.044841 [ 285 ] {af494301-8fb8-4252-ad03-fa01d9a0ac18} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003073 sec., 13342.011064106735 rows/sec., 23.91 MiB/sec.
21048 2024.11.09 02:57:20.045055 [ 285 ] {af494301-8fb8-4252-ad03-fa01d9a0ac18} <Debug> DynamicQueryHandler: Done processing query
21049 2024.11.09 02:57:20.045081 [ 285 ] {af494301-8fb8-4252-ad03-fa01d9a0ac18} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB.
21050 2024.11.09 02:57:20.045097 [ 285 ] {} <Debug> HTTP-Session: c3cde54a-091f-465d-b9e0-fe572f51079f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21051 2024.11.09 02:57:20.045269 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33408, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21052 2024.11.09 02:57:20.045291 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43271, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21053 2024.11.09 02:57:20.045361 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21054 2024.11.09 02:57:20.045401 [ 293 ] {} <Debug> HTTP-Session: 9bb00691-e17c-4143-b898-4a93f8376db6 Authenticating user 'default' from [fd00:1122:3344:101::d]:33408
21055 2024.11.09 02:57:20.045429 [ 293 ] {} <Debug> HTTP-Session: 9bb00691-e17c-4143-b898-4a93f8376db6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21056 2024.11.09 02:57:20.045457 [ 293 ] {} <Debug> HTTP-Session: 9bb00691-e17c-4143-b898-4a93f8376db6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21057 2024.11.09 02:57:20.045505 [ 293 ] {} <Trace> HTTP-Session: 9bb00691-e17c-4143-b898-4a93f8376db6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21058 2024.11.09 02:57:20.045670 [ 293 ] {6c4f1ed4-1c26-4ff8-8c8c-77325bf36bb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33408) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
21059 2024.11.09 02:57:20.045727 [ 293 ] {6c4f1ed4-1c26-4ff8-8c8c-77325bf36bb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
21060 2024.11.09 02:57:20.045914 [ 293 ] {6c4f1ed4-1c26-4ff8-8c8c-77325bf36bb8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21061 2024.11.09 02:57:20.046280 [ 293 ] {6c4f1ed4-1c26-4ff8-8c8c-77325bf36bb8} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21062 2024.11.09 02:57:20.046314 [ 293 ] {6c4f1ed4-1c26-4ff8-8c8c-77325bf36bb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21063 2024.11.09 02:57:20.046686 [ 293 ] {6c4f1ed4-1c26-4ff8-8c8c-77325bf36bb8} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
21064 2024.11.09 02:57:20.047029 [ 293 ] {6c4f1ed4-1c26-4ff8-8c8c-77325bf36bb8} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21065 2024.11.09 02:57:20.047152 [ 293 ] {6c4f1ed4-1c26-4ff8-8c8c-77325bf36bb8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001547 sec., 53005.81771170007 rows/sec., 3.37 MiB/sec.
21066 2024.11.09 02:57:20.047319 [ 293 ] {6c4f1ed4-1c26-4ff8-8c8c-77325bf36bb8} <Debug> DynamicQueryHandler: Done processing query
21067 2024.11.09 02:57:20.047343 [ 293 ] {6c4f1ed4-1c26-4ff8-8c8c-77325bf36bb8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
21068 2024.11.09 02:57:20.047358 [ 293 ] {} <Debug> HTTP-Session: 9bb00691-e17c-4143-b898-4a93f8376db6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21069 2024.11.09 02:57:20.048237 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33408, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21070 2024.11.09 02:57:20.315321 [ 220 ] {} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
21071 2024.11.09 02:57:20.315381 [ 220 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
21072 2024.11.09 02:57:20.317539 [ 220 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
21073 2024.11.09 02:57:20.770922 [ 220 ] {} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
21074 2024.11.09 02:57:20.770979 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
21075 2024.11.09 02:57:20.773068 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
21076 2024.11.09 02:57:21.038999 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45332, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21077 2024.11.09 02:57:21.247441 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32991, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21078 2024.11.09 02:57:21.308941 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60626, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21079 2024.11.09 02:57:21.316453 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64592, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21080 2024.11.09 02:57:21.338927 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56561, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21081 2024.11.09 02:57:21.353515 [ 220 ] {} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
21082 2024.11.09 02:57:21.353570 [ 220 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
21083 2024.11.09 02:57:21.355993 [ 220 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
21084 2024.11.09 02:57:21.388504 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52938, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21085 2024.11.09 02:57:21.411884 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58268, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21086 2024.11.09 02:57:21.430173 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57656, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21087 2024.11.09 02:57:21.636365 [ 223 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
21088 2024.11.09 02:57:21.636426 [ 223 ] {} <Debug> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
21089 2024.11.09 02:57:21.638514 [ 223 ] {} <Debug> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
21090 2024.11.09 02:57:21.891621 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1864
21091 2024.11.09 02:57:21.894580 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21092 2024.11.09 02:57:21.894630 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21093 2024.11.09 02:57:21.896268 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
21094 2024.11.09 02:57:21.897351 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21095 2024.11.09 02:57:21.897871 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1864
21096 2024.11.09 02:57:25.009508 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41193, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21097 2024.11.09 02:57:25.009681 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21098 2024.11.09 02:57:25.009728 [ 284 ] {} <Debug> HTTP-Session: ac45a9de-ae75-4187-a718-b00e3cf0dca0 Authenticating user 'default' from [fd00:1122:3344:101::d]:41193
21099 2024.11.09 02:57:25.009770 [ 284 ] {} <Debug> HTTP-Session: ac45a9de-ae75-4187-a718-b00e3cf0dca0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21100 2024.11.09 02:57:25.009799 [ 284 ] {} <Debug> HTTP-Session: ac45a9de-ae75-4187-a718-b00e3cf0dca0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21101 2024.11.09 02:57:25.009885 [ 284 ] {} <Trace> HTTP-Session: ac45a9de-ae75-4187-a718-b00e3cf0dca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21102 2024.11.09 02:57:25.010173 [ 284 ] {77616d9c-ce57-4ef2-9194-30b0c94d8971} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41193) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
21103 2024.11.09 02:57:25.010284 [ 284 ] {77616d9c-ce57-4ef2-9194-30b0c94d8971} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
21104 2024.11.09 02:57:25.010707 [ 284 ] {77616d9c-ce57-4ef2-9194-30b0c94d8971} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21105 2024.11.09 02:57:25.011174 [ 284 ] {77616d9c-ce57-4ef2-9194-30b0c94d8971} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21106 2024.11.09 02:57:25.011214 [ 284 ] {77616d9c-ce57-4ef2-9194-30b0c94d8971} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21107 2024.11.09 02:57:25.011637 [ 284 ] {77616d9c-ce57-4ef2-9194-30b0c94d8971} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
21108 2024.11.09 02:57:25.012031 [ 284 ] {77616d9c-ce57-4ef2-9194-30b0c94d8971} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21109 2024.11.09 02:57:25.012195 [ 284 ] {77616d9c-ce57-4ef2-9194-30b0c94d8971} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002111 sec., 947.4182851729038 rows/sec., 77.26 KiB/sec.
21110 2024.11.09 02:57:25.012419 [ 284 ] {77616d9c-ce57-4ef2-9194-30b0c94d8971} <Debug> DynamicQueryHandler: Done processing query
21111 2024.11.09 02:57:25.012445 [ 284 ] {77616d9c-ce57-4ef2-9194-30b0c94d8971} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
21112 2024.11.09 02:57:25.012462 [ 284 ] {} <Debug> HTTP-Session: ac45a9de-ae75-4187-a718-b00e3cf0dca0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21113 2024.11.09 02:57:25.012718 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41193, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21114 2024.11.09 02:57:25.012753 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64592, User-Agent: (none), Length: 7980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21115 2024.11.09 02:57:25.012838 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21116 2024.11.09 02:57:25.012863 [ 293 ] {} <Debug> HTTP-Session: 526b6808-1e44-4e95-bb25-31315b1f24fc Authenticating user 'default' from [fd00:1122:3344:101::d]:64592
21117 2024.11.09 02:57:25.012889 [ 293 ] {} <Debug> HTTP-Session: 526b6808-1e44-4e95-bb25-31315b1f24fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21118 2024.11.09 02:57:25.012908 [ 293 ] {} <Debug> HTTP-Session: 526b6808-1e44-4e95-bb25-31315b1f24fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21119 2024.11.09 02:57:25.012952 [ 293 ] {} <Trace> HTTP-Session: 526b6808-1e44-4e95-bb25-31315b1f24fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21120 2024.11.09 02:57:25.013100 [ 293 ] {255e1d44-cc71-4519-b7cd-74a0184af5a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64592) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
21121 2024.11.09 02:57:25.013153 [ 293 ] {255e1d44-cc71-4519-b7cd-74a0184af5a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
21122 2024.11.09 02:57:25.013435 [ 293 ] {255e1d44-cc71-4519-b7cd-74a0184af5a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21123 2024.11.09 02:57:25.013840 [ 293 ] {255e1d44-cc71-4519-b7cd-74a0184af5a3} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21124 2024.11.09 02:57:25.013878 [ 293 ] {255e1d44-cc71-4519-b7cd-74a0184af5a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21125 2024.11.09 02:57:25.014250 [ 293 ] {255e1d44-cc71-4519-b7cd-74a0184af5a3} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
21126 2024.11.09 02:57:25.014620 [ 293 ] {255e1d44-cc71-4519-b7cd-74a0184af5a3} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21127 2024.11.09 02:57:25.014769 [ 293 ] {255e1d44-cc71-4519-b7cd-74a0184af5a3} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001716 sec., 33216.78321678322 rows/sec., 2.55 MiB/sec.
21128 2024.11.09 02:57:25.014994 [ 293 ] {255e1d44-cc71-4519-b7cd-74a0184af5a3} <Debug> DynamicQueryHandler: Done processing query
21129 2024.11.09 02:57:25.015018 [ 293 ] {255e1d44-cc71-4519-b7cd-74a0184af5a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
21130 2024.11.09 02:57:25.015033 [ 293 ] {} <Debug> HTTP-Session: 526b6808-1e44-4e95-bb25-31315b1f24fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21131 2024.11.09 02:57:25.015204 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64592, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21132 2024.11.09 02:57:25.015361 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38015, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21133 2024.11.09 02:57:25.015418 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21134 2024.11.09 02:57:25.015441 [ 284 ] {} <Debug> HTTP-Session: cbf3ff06-75a0-4842-bedb-3fc5cca3ca57 Authenticating user 'default' from [fd00:1122:3344:101::d]:38015
21135 2024.11.09 02:57:25.015462 [ 284 ] {} <Debug> HTTP-Session: cbf3ff06-75a0-4842-bedb-3fc5cca3ca57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21136 2024.11.09 02:57:25.015478 [ 284 ] {} <Debug> HTTP-Session: cbf3ff06-75a0-4842-bedb-3fc5cca3ca57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21137 2024.11.09 02:57:25.015519 [ 284 ] {} <Trace> HTTP-Session: cbf3ff06-75a0-4842-bedb-3fc5cca3ca57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21138 2024.11.09 02:57:25.015637 [ 284 ] {7848e911-4f9e-4082-b783-11b37b59903a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38015) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
21139 2024.11.09 02:57:25.015695 [ 284 ] {7848e911-4f9e-4082-b783-11b37b59903a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
21140 2024.11.09 02:57:25.015983 [ 284 ] {7848e911-4f9e-4082-b783-11b37b59903a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21141 2024.11.09 02:57:25.016367 [ 284 ] {7848e911-4f9e-4082-b783-11b37b59903a} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21142 2024.11.09 02:57:25.016411 [ 284 ] {7848e911-4f9e-4082-b783-11b37b59903a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21143 2024.11.09 02:57:25.016765 [ 284 ] {7848e911-4f9e-4082-b783-11b37b59903a} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
21144 2024.11.09 02:57:25.017116 [ 284 ] {7848e911-4f9e-4082-b783-11b37b59903a} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21145 2024.11.09 02:57:25.017268 [ 284 ] {7848e911-4f9e-4082-b783-11b37b59903a} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001658 sec., 1206.2726176115802 rows/sec., 84.23 KiB/sec.
21146 2024.11.09 02:57:25.017453 [ 284 ] {7848e911-4f9e-4082-b783-11b37b59903a} <Debug> DynamicQueryHandler: Done processing query
21147 2024.11.09 02:57:25.017478 [ 284 ] {7848e911-4f9e-4082-b783-11b37b59903a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
21148 2024.11.09 02:57:25.017495 [ 284 ] {} <Debug> HTTP-Session: cbf3ff06-75a0-4842-bedb-3fc5cca3ca57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21149 2024.11.09 02:57:25.017652 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64592, User-Agent: (none), Length: 11237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21150 2024.11.09 02:57:25.017710 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38015, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21151 2024.11.09 02:57:25.017711 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21152 2024.11.09 02:57:25.017750 [ 293 ] {} <Debug> HTTP-Session: 0713e2e5-7cfc-4925-be09-ef76ac16e795 Authenticating user 'default' from [fd00:1122:3344:101::d]:64592
21153 2024.11.09 02:57:25.017767 [ 293 ] {} <Debug> HTTP-Session: 0713e2e5-7cfc-4925-be09-ef76ac16e795 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21154 2024.11.09 02:57:25.017783 [ 293 ] {} <Debug> HTTP-Session: 0713e2e5-7cfc-4925-be09-ef76ac16e795 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21155 2024.11.09 02:57:25.017815 [ 293 ] {} <Trace> HTTP-Session: 0713e2e5-7cfc-4925-be09-ef76ac16e795 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21156 2024.11.09 02:57:25.017936 [ 293 ] {39140015-ec26-4745-abf8-450e8a8a243e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64592) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
21157 2024.11.09 02:57:25.017980 [ 293 ] {39140015-ec26-4745-abf8-450e8a8a243e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
21158 2024.11.09 02:57:25.018210 [ 293 ] {39140015-ec26-4745-abf8-450e8a8a243e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21159 2024.11.09 02:57:25.018567 [ 293 ] {39140015-ec26-4745-abf8-450e8a8a243e} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21160 2024.11.09 02:57:25.018604 [ 293 ] {39140015-ec26-4745-abf8-450e8a8a243e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21161 2024.11.09 02:57:25.018960 [ 293 ] {39140015-ec26-4745-abf8-450e8a8a243e} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
21162 2024.11.09 02:57:25.019315 [ 293 ] {39140015-ec26-4745-abf8-450e8a8a243e} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21163 2024.11.09 02:57:25.019468 [ 293 ] {39140015-ec26-4745-abf8-450e8a8a243e} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001568 sec., 42091.836734693876 rows/sec., 3.29 MiB/sec.
21164 2024.11.09 02:57:25.019653 [ 293 ] {39140015-ec26-4745-abf8-450e8a8a243e} <Debug> DynamicQueryHandler: Done processing query
21165 2024.11.09 02:57:25.019676 [ 293 ] {39140015-ec26-4745-abf8-450e8a8a243e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
21166 2024.11.09 02:57:25.019692 [ 293 ] {} <Debug> HTTP-Session: 0713e2e5-7cfc-4925-be09-ef76ac16e795 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21167 2024.11.09 02:57:25.019846 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64592, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21168 2024.11.09 02:57:25.019976 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47106, User-Agent: (none), Length: 24729, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21169 2024.11.09 02:57:25.020040 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21170 2024.11.09 02:57:25.020064 [ 284 ] {} <Debug> HTTP-Session: 777cc041-88a4-4868-9a52-69972a5ea8c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:47106
21171 2024.11.09 02:57:25.020086 [ 284 ] {} <Debug> HTTP-Session: 777cc041-88a4-4868-9a52-69972a5ea8c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21172 2024.11.09 02:57:25.020132 [ 284 ] {} <Debug> HTTP-Session: 777cc041-88a4-4868-9a52-69972a5ea8c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21173 2024.11.09 02:57:25.020171 [ 284 ] {} <Trace> HTTP-Session: 777cc041-88a4-4868-9a52-69972a5ea8c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21174 2024.11.09 02:57:25.020348 [ 284 ] {03285edd-fd75-48bc-8c5d-399b51064c0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47106) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
21175 2024.11.09 02:57:25.020405 [ 284 ] {03285edd-fd75-48bc-8c5d-399b51064c0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
21176 2024.11.09 02:57:25.020557 [ 284 ] {03285edd-fd75-48bc-8c5d-399b51064c0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21177 2024.11.09 02:57:25.020933 [ 284 ] {03285edd-fd75-48bc-8c5d-399b51064c0f} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21178 2024.11.09 02:57:25.020969 [ 284 ] {03285edd-fd75-48bc-8c5d-399b51064c0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21179 2024.11.09 02:57:25.021368 [ 284 ] {03285edd-fd75-48bc-8c5d-399b51064c0f} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
21180 2024.11.09 02:57:25.021735 [ 284 ] {03285edd-fd75-48bc-8c5d-399b51064c0f} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21181 2024.11.09 02:57:25.021892 [ 284 ] {03285edd-fd75-48bc-8c5d-399b51064c0f} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001615 sec., 79876.16099071207 rows/sec., 5.56 MiB/sec.
21182 2024.11.09 02:57:25.022080 [ 284 ] {03285edd-fd75-48bc-8c5d-399b51064c0f} <Debug> DynamicQueryHandler: Done processing query
21183 2024.11.09 02:57:25.022104 [ 284 ] {03285edd-fd75-48bc-8c5d-399b51064c0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
21184 2024.11.09 02:57:25.022120 [ 284 ] {} <Debug> HTTP-Session: 777cc041-88a4-4868-9a52-69972a5ea8c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21185 2024.11.09 02:57:25.022304 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47106, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21186 2024.11.09 02:57:25.022316 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64592, User-Agent: (none), Length: 7317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21187 2024.11.09 02:57:25.022382 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21188 2024.11.09 02:57:25.022406 [ 293 ] {} <Debug> HTTP-Session: 8415eb20-fa8e-4238-a924-68557b6e160d Authenticating user 'default' from [fd00:1122:3344:101::d]:64592
21189 2024.11.09 02:57:25.022429 [ 293 ] {} <Debug> HTTP-Session: 8415eb20-fa8e-4238-a924-68557b6e160d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21190 2024.11.09 02:57:25.022447 [ 293 ] {} <Debug> HTTP-Session: 8415eb20-fa8e-4238-a924-68557b6e160d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21191 2024.11.09 02:57:25.022486 [ 293 ] {} <Trace> HTTP-Session: 8415eb20-fa8e-4238-a924-68557b6e160d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21192 2024.11.09 02:57:25.022625 [ 293 ] {15005210-2cf5-447e-9f79-f5c7af425211} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64592) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
21193 2024.11.09 02:57:25.022679 [ 293 ] {15005210-2cf5-447e-9f79-f5c7af425211} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
21194 2024.11.09 02:57:25.022837 [ 293 ] {15005210-2cf5-447e-9f79-f5c7af425211} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21195 2024.11.09 02:57:25.023237 [ 293 ] {15005210-2cf5-447e-9f79-f5c7af425211} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21196 2024.11.09 02:57:25.023280 [ 293 ] {15005210-2cf5-447e-9f79-f5c7af425211} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21197 2024.11.09 02:57:25.023671 [ 293 ] {15005210-2cf5-447e-9f79-f5c7af425211} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
21198 2024.11.09 02:57:25.023994 [ 293 ] {15005210-2cf5-447e-9f79-f5c7af425211} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21199 2024.11.09 02:57:25.024144 [ 293 ] {15005210-2cf5-447e-9f79-f5c7af425211} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001564 sec., 30690.537084398977 rows/sec., 2.07 MiB/sec.
21200 2024.11.09 02:57:25.024324 [ 293 ] {15005210-2cf5-447e-9f79-f5c7af425211} <Debug> DynamicQueryHandler: Done processing query
21201 2024.11.09 02:57:25.024348 [ 293 ] {15005210-2cf5-447e-9f79-f5c7af425211} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
21202 2024.11.09 02:57:25.024364 [ 293 ] {} <Debug> HTTP-Session: 8415eb20-fa8e-4238-a924-68557b6e160d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21203 2024.11.09 02:57:25.024575 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64592, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21204 2024.11.09 02:57:30.010680 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51055, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21205 2024.11.09 02:57:30.010891 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21206 2024.11.09 02:57:30.010938 [ 293 ] {} <Debug> HTTP-Session: cd686c9d-df64-4045-9c4c-40cfe17b9111 Authenticating user 'default' from [fd00:1122:3344:101::d]:51055
21207 2024.11.09 02:57:30.010980 [ 293 ] {} <Debug> HTTP-Session: cd686c9d-df64-4045-9c4c-40cfe17b9111 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21208 2024.11.09 02:57:30.011008 [ 293 ] {} <Debug> HTTP-Session: cd686c9d-df64-4045-9c4c-40cfe17b9111 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21209 2024.11.09 02:57:30.011089 [ 293 ] {} <Trace> HTTP-Session: cd686c9d-df64-4045-9c4c-40cfe17b9111 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21210 2024.11.09 02:57:30.011406 [ 293 ] {7a30c9bd-53cc-42a9-a2a2-dfdd57d8ab97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51055) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
21211 2024.11.09 02:57:30.011517 [ 293 ] {7a30c9bd-53cc-42a9-a2a2-dfdd57d8ab97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
21212 2024.11.09 02:57:30.011920 [ 293 ] {7a30c9bd-53cc-42a9-a2a2-dfdd57d8ab97} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21213 2024.11.09 02:57:30.012387 [ 293 ] {7a30c9bd-53cc-42a9-a2a2-dfdd57d8ab97} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21214 2024.11.09 02:57:30.012425 [ 293 ] {7a30c9bd-53cc-42a9-a2a2-dfdd57d8ab97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21215 2024.11.09 02:57:30.012892 [ 293 ] {7a30c9bd-53cc-42a9-a2a2-dfdd57d8ab97} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
21216 2024.11.09 02:57:30.013315 [ 293 ] {7a30c9bd-53cc-42a9-a2a2-dfdd57d8ab97} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21217 2024.11.09 02:57:30.013481 [ 293 ] {7a30c9bd-53cc-42a9-a2a2-dfdd57d8ab97} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002185 sec., 25629.290617848972 rows/sec., 1.97 MiB/sec.
21218 2024.11.09 02:57:30.013800 [ 293 ] {7a30c9bd-53cc-42a9-a2a2-dfdd57d8ab97} <Debug> DynamicQueryHandler: Done processing query
21219 2024.11.09 02:57:30.013862 [ 293 ] {7a30c9bd-53cc-42a9-a2a2-dfdd57d8ab97} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
21220 2024.11.09 02:57:30.013914 [ 293 ] {} <Debug> HTTP-Session: cd686c9d-df64-4045-9c4c-40cfe17b9111 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21221 2024.11.09 02:57:30.014218 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51055, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21222 2024.11.09 02:57:30.014301 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33218, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21223 2024.11.09 02:57:30.014373 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21224 2024.11.09 02:57:30.014400 [ 284 ] {} <Debug> HTTP-Session: 0a4c222b-e7ae-43a8-ad1e-5ad27597f3c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33218
21225 2024.11.09 02:57:30.014422 [ 284 ] {} <Debug> HTTP-Session: 0a4c222b-e7ae-43a8-ad1e-5ad27597f3c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21226 2024.11.09 02:57:30.014440 [ 284 ] {} <Debug> HTTP-Session: 0a4c222b-e7ae-43a8-ad1e-5ad27597f3c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21227 2024.11.09 02:57:30.014481 [ 284 ] {} <Trace> HTTP-Session: 0a4c222b-e7ae-43a8-ad1e-5ad27597f3c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21228 2024.11.09 02:57:30.014638 [ 284 ] {8740a806-4c9f-4597-865d-83d26e69a8c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33218) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
21229 2024.11.09 02:57:30.014685 [ 284 ] {8740a806-4c9f-4597-865d-83d26e69a8c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
21230 2024.11.09 02:57:30.014946 [ 284 ] {8740a806-4c9f-4597-865d-83d26e69a8c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21231 2024.11.09 02:57:30.015347 [ 284 ] {8740a806-4c9f-4597-865d-83d26e69a8c9} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21232 2024.11.09 02:57:30.015385 [ 284 ] {8740a806-4c9f-4597-865d-83d26e69a8c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21233 2024.11.09 02:57:30.015756 [ 284 ] {8740a806-4c9f-4597-865d-83d26e69a8c9} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
21234 2024.11.09 02:57:30.016128 [ 284 ] {8740a806-4c9f-4597-865d-83d26e69a8c9} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21235 2024.11.09 02:57:30.016281 [ 284 ] {8740a806-4c9f-4597-865d-83d26e69a8c9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001695 sec., 37758.112094395285 rows/sec., 2.95 MiB/sec.
21236 2024.11.09 02:57:30.016491 [ 284 ] {8740a806-4c9f-4597-865d-83d26e69a8c9} <Debug> DynamicQueryHandler: Done processing query
21237 2024.11.09 02:57:30.016530 [ 284 ] {8740a806-4c9f-4597-865d-83d26e69a8c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
21238 2024.11.09 02:57:30.016562 [ 284 ] {} <Debug> HTTP-Session: 0a4c222b-e7ae-43a8-ad1e-5ad27597f3c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21239 2024.11.09 02:57:30.016836 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33218, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21240 2024.11.09 02:57:30.016952 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53706, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21241 2024.11.09 02:57:30.017014 [ 293 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21242 2024.11.09 02:57:30.017038 [ 293 ] {} <Debug> HTTP-Session: e5009447-bb80-45b6-964c-d33c41060f15 Authenticating user 'default' from [fd00:1122:3344:101::d]:53706
21243 2024.11.09 02:57:30.017058 [ 293 ] {} <Debug> HTTP-Session: e5009447-bb80-45b6-964c-d33c41060f15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21244 2024.11.09 02:57:30.017075 [ 293 ] {} <Debug> HTTP-Session: e5009447-bb80-45b6-964c-d33c41060f15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21245 2024.11.09 02:57:30.017113 [ 293 ] {} <Trace> HTTP-Session: e5009447-bb80-45b6-964c-d33c41060f15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21246 2024.11.09 02:57:30.017290 [ 293 ] {27c84a13-d32f-4ae0-8ff0-a52fdfc6fc22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53706) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
21247 2024.11.09 02:57:30.017347 [ 293 ] {27c84a13-d32f-4ae0-8ff0-a52fdfc6fc22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
21248 2024.11.09 02:57:30.017533 [ 293 ] {27c84a13-d32f-4ae0-8ff0-a52fdfc6fc22} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21249 2024.11.09 02:57:30.017946 [ 293 ] {27c84a13-d32f-4ae0-8ff0-a52fdfc6fc22} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21250 2024.11.09 02:57:30.017983 [ 293 ] {27c84a13-d32f-4ae0-8ff0-a52fdfc6fc22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21251 2024.11.09 02:57:30.018377 [ 293 ] {27c84a13-d32f-4ae0-8ff0-a52fdfc6fc22} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
21252 2024.11.09 02:57:30.018721 [ 293 ] {27c84a13-d32f-4ae0-8ff0-a52fdfc6fc22} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21253 2024.11.09 02:57:30.018877 [ 293 ] {27c84a13-d32f-4ae0-8ff0-a52fdfc6fc22} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001669 sec., 95865.78789694428 rows/sec., 6.68 MiB/sec.
21254 2024.11.09 02:57:30.019056 [ 293 ] {27c84a13-d32f-4ae0-8ff0-a52fdfc6fc22} <Debug> DynamicQueryHandler: Done processing query
21255 2024.11.09 02:57:30.019081 [ 293 ] {27c84a13-d32f-4ae0-8ff0-a52fdfc6fc22} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
21256 2024.11.09 02:57:30.019097 [ 293 ] {} <Debug> HTTP-Session: e5009447-bb80-45b6-964c-d33c41060f15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21257 2024.11.09 02:57:30.019281 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33218, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21258 2024.11.09 02:57:30.019292 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53706, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21259 2024.11.09 02:57:30.019344 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21260 2024.11.09 02:57:30.019372 [ 284 ] {} <Debug> HTTP-Session: 1abce67d-d4d7-437f-a849-9664733436e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33218
21261 2024.11.09 02:57:30.019394 [ 284 ] {} <Debug> HTTP-Session: 1abce67d-d4d7-437f-a849-9664733436e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21262 2024.11.09 02:57:30.019414 [ 284 ] {} <Debug> HTTP-Session: 1abce67d-d4d7-437f-a849-9664733436e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21263 2024.11.09 02:57:30.019455 [ 284 ] {} <Trace> HTTP-Session: 1abce67d-d4d7-437f-a849-9664733436e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21264 2024.11.09 02:57:30.019596 [ 284 ] {48ddd4ca-dd6a-42eb-8b7f-d9cb1b1a23c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33218) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
21265 2024.11.09 02:57:30.019645 [ 284 ] {48ddd4ca-dd6a-42eb-8b7f-d9cb1b1a23c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
21266 2024.11.09 02:57:30.019773 [ 284 ] {48ddd4ca-dd6a-42eb-8b7f-d9cb1b1a23c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21267 2024.11.09 02:57:30.020080 [ 284 ] {48ddd4ca-dd6a-42eb-8b7f-d9cb1b1a23c5} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21268 2024.11.09 02:57:30.020116 [ 284 ] {48ddd4ca-dd6a-42eb-8b7f-d9cb1b1a23c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21269 2024.11.09 02:57:30.020480 [ 284 ] {48ddd4ca-dd6a-42eb-8b7f-d9cb1b1a23c5} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
21270 2024.11.09 02:57:30.020815 [ 284 ] {48ddd4ca-dd6a-42eb-8b7f-d9cb1b1a23c5} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21271 2024.11.09 02:57:30.020966 [ 284 ] {48ddd4ca-dd6a-42eb-8b7f-d9cb1b1a23c5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001416 sec., 42372.88135593221 rows/sec., 2.86 MiB/sec.
21272 2024.11.09 02:57:30.021227 [ 284 ] {48ddd4ca-dd6a-42eb-8b7f-d9cb1b1a23c5} <Debug> DynamicQueryHandler: Done processing query
21273 2024.11.09 02:57:30.021288 [ 284 ] {48ddd4ca-dd6a-42eb-8b7f-d9cb1b1a23c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
21274 2024.11.09 02:57:30.021349 [ 284 ] {} <Debug> HTTP-Session: 1abce67d-d4d7-437f-a849-9664733436e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21275 2024.11.09 02:57:30.021640 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33218, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21276 2024.11.09 02:57:30.069313 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33313, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21277 2024.11.09 02:57:30.662104 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35403, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21278 2024.11.09 02:57:30.700494 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35935, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21279 2024.11.09 02:57:30.787016 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47660, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21280 2024.11.09 02:57:30.815377 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57318, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21281 2024.11.09 02:57:30.818672 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34758, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21282 2024.11.09 02:57:30.879083 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61636, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21283 2024.11.09 02:57:30.984792 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36145, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21284 2024.11.09 02:57:31.424777 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache
21285 2024.11.09 02:57:31.424836 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache
21286 2024.11.09 02:57:31.829414 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49362, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21287 2024.11.09 02:57:31.830743 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55274, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21288 2024.11.09 02:57:31.898084 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1884
21289 2024.11.09 02:57:31.900796 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21290 2024.11.09 02:57:31.900845 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21291 2024.11.09 02:57:31.902433 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
21292 2024.11.09 02:57:31.903452 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21293 2024.11.09 02:57:31.904893 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1884
21294 2024.11.09 02:57:32.291649 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48477, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21295 2024.11.09 02:57:32.379141 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37150, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21296 2024.11.09 02:57:32.381455 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62741, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21297 2024.11.09 02:57:32.398845 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56182, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21298 2024.11.09 02:57:32.475721 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49431, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21299 2024.11.09 02:57:32.529598 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64142, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21300 2024.11.09 02:57:32.534947 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57387, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21301 2024.11.09 02:57:32.535130 [ 308 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41294, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21302 2024.11.09 02:57:32.556488 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48418, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21303 2024.11.09 02:57:32.600663 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62234, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21304 2024.11.09 02:57:32.697159 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61315, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21305 2024.11.09 02:57:32.712492 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41905, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21306 2024.11.09 02:57:32.748879 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60989, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21307 2024.11.09 02:57:32.756303 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53661, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21308 2024.11.09 02:57:35.017548 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55764, User-Agent: (none), Length: 41147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21309 2024.11.09 02:57:35.017668 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21310 2024.11.09 02:57:35.017696 [ 285 ] {} <Debug> HTTP-Session: 6ee17ea0-8207-4e6a-9ede-9398e824bac4 Authenticating user 'default' from [fd00:1122:3344:101::d]:55764
21311 2024.11.09 02:57:35.017722 [ 285 ] {} <Debug> HTTP-Session: 6ee17ea0-8207-4e6a-9ede-9398e824bac4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21312 2024.11.09 02:57:35.017738 [ 285 ] {} <Debug> HTTP-Session: 6ee17ea0-8207-4e6a-9ede-9398e824bac4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21313 2024.11.09 02:57:35.017791 [ 285 ] {} <Trace> HTTP-Session: 6ee17ea0-8207-4e6a-9ede-9398e824bac4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21314 2024.11.09 02:57:35.018064 [ 285 ] {ecfa5bb1-4fde-41a1-ad9a-38d0cf0e0209} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55764) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
21315 2024.11.09 02:57:35.018133 [ 285 ] {ecfa5bb1-4fde-41a1-ad9a-38d0cf0e0209} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
21316 2024.11.09 02:57:35.018477 [ 285 ] {ecfa5bb1-4fde-41a1-ad9a-38d0cf0e0209} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21317 2024.11.09 02:57:35.019119 [ 285 ] {ecfa5bb1-4fde-41a1-ad9a-38d0cf0e0209} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21318 2024.11.09 02:57:35.019166 [ 285 ] {ecfa5bb1-4fde-41a1-ad9a-38d0cf0e0209} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21319 2024.11.09 02:57:35.019630 [ 285 ] {ecfa5bb1-4fde-41a1-ad9a-38d0cf0e0209} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
21320 2024.11.09 02:57:35.020035 [ 285 ] {ecfa5bb1-4fde-41a1-ad9a-38d0cf0e0209} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21321 2024.11.09 02:57:35.020210 [ 285 ] {ecfa5bb1-4fde-41a1-ad9a-38d0cf0e0209} <Debug> executeQuery: Read 271 rows, 24.70 KiB in 0.002267 sec., 119541.24393471549 rows/sec., 10.64 MiB/sec.
21322 2024.11.09 02:57:35.020542 [ 285 ] {ecfa5bb1-4fde-41a1-ad9a-38d0cf0e0209} <Debug> DynamicQueryHandler: Done processing query
21323 2024.11.09 02:57:35.020601 [ 285 ] {ecfa5bb1-4fde-41a1-ad9a-38d0cf0e0209} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
21324 2024.11.09 02:57:35.020659 [ 285 ] {} <Debug> HTTP-Session: 6ee17ea0-8207-4e6a-9ede-9398e824bac4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21325 2024.11.09 02:57:35.020924 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55764, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21326 2024.11.09 02:57:35.021082 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47068, User-Agent: (none), Length: 5927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21327 2024.11.09 02:57:35.021206 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21328 2024.11.09 02:57:35.021231 [ 284 ] {} <Debug> HTTP-Session: 9d8ca556-07b0-4365-8d2f-1213d58dd53e Authenticating user 'default' from [fd00:1122:3344:101::d]:47068
21329 2024.11.09 02:57:35.021256 [ 284 ] {} <Debug> HTTP-Session: 9d8ca556-07b0-4365-8d2f-1213d58dd53e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21330 2024.11.09 02:57:35.021272 [ 284 ] {} <Debug> HTTP-Session: 9d8ca556-07b0-4365-8d2f-1213d58dd53e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21331 2024.11.09 02:57:35.021331 [ 284 ] {} <Trace> HTTP-Session: 9d8ca556-07b0-4365-8d2f-1213d58dd53e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21332 2024.11.09 02:57:35.021542 [ 284 ] {312c27d7-b9aa-4c4e-807d-c6858576f7fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47068) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
21333 2024.11.09 02:57:35.021616 [ 284 ] {312c27d7-b9aa-4c4e-807d-c6858576f7fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
21334 2024.11.09 02:57:35.021985 [ 284 ] {312c27d7-b9aa-4c4e-807d-c6858576f7fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21335 2024.11.09 02:57:35.022432 [ 284 ] {312c27d7-b9aa-4c4e-807d-c6858576f7fa} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21336 2024.11.09 02:57:35.022482 [ 284 ] {312c27d7-b9aa-4c4e-807d-c6858576f7fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21337 2024.11.09 02:57:35.022932 [ 284 ] {312c27d7-b9aa-4c4e-807d-c6858576f7fa} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
21338 2024.11.09 02:57:35.023345 [ 284 ] {312c27d7-b9aa-4c4e-807d-c6858576f7fa} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21339 2024.11.09 02:57:35.023536 [ 284 ] {312c27d7-b9aa-4c4e-807d-c6858576f7fa} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.002054 sec., 19961.05160662123 rows/sec., 1.47 MiB/sec.
21340 2024.11.09 02:57:35.023768 [ 284 ] {312c27d7-b9aa-4c4e-807d-c6858576f7fa} <Debug> DynamicQueryHandler: Done processing query
21341 2024.11.09 02:57:35.023797 [ 284 ] {312c27d7-b9aa-4c4e-807d-c6858576f7fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
21342 2024.11.09 02:57:35.023815 [ 284 ] {} <Debug> HTTP-Session: 9d8ca556-07b0-4365-8d2f-1213d58dd53e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21343 2024.11.09 02:57:35.024031 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47068, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21344 2024.11.09 02:57:35.024050 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55764, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21345 2024.11.09 02:57:35.024141 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21346 2024.11.09 02:57:35.024163 [ 285 ] {} <Debug> HTTP-Session: 68f515a5-10f7-4980-9076-8791fe3c6245 Authenticating user 'default' from [fd00:1122:3344:101::d]:55764
21347 2024.11.09 02:57:35.024184 [ 285 ] {} <Debug> HTTP-Session: 68f515a5-10f7-4980-9076-8791fe3c6245 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21348 2024.11.09 02:57:35.024211 [ 285 ] {} <Debug> HTTP-Session: 68f515a5-10f7-4980-9076-8791fe3c6245 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21349 2024.11.09 02:57:35.024262 [ 285 ] {} <Trace> HTTP-Session: 68f515a5-10f7-4980-9076-8791fe3c6245 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21350 2024.11.09 02:57:35.024392 [ 285 ] {c86fe903-e6b4-478e-af77-339154eadf7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55764) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
21351 2024.11.09 02:57:35.024445 [ 285 ] {c86fe903-e6b4-478e-af77-339154eadf7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
21352 2024.11.09 02:57:35.024723 [ 285 ] {c86fe903-e6b4-478e-af77-339154eadf7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21353 2024.11.09 02:57:35.025070 [ 285 ] {c86fe903-e6b4-478e-af77-339154eadf7d} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21354 2024.11.09 02:57:35.025110 [ 285 ] {c86fe903-e6b4-478e-af77-339154eadf7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21355 2024.11.09 02:57:35.025500 [ 285 ] {c86fe903-e6b4-478e-af77-339154eadf7d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
21356 2024.11.09 02:57:35.025888 [ 285 ] {c86fe903-e6b4-478e-af77-339154eadf7d} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21357 2024.11.09 02:57:35.026057 [ 285 ] {c86fe903-e6b4-478e-af77-339154eadf7d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001701 sec., 8230.452674897118 rows/sec., 576.41 KiB/sec.
21358 2024.11.09 02:57:35.026236 [ 285 ] {c86fe903-e6b4-478e-af77-339154eadf7d} <Debug> DynamicQueryHandler: Done processing query
21359 2024.11.09 02:57:35.026261 [ 285 ] {c86fe903-e6b4-478e-af77-339154eadf7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
21360 2024.11.09 02:57:35.026278 [ 285 ] {} <Debug> HTTP-Session: 68f515a5-10f7-4980-9076-8791fe3c6245 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21361 2024.11.09 02:57:35.026465 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55764, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21362 2024.11.09 02:57:35.026526 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46693, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21363 2024.11.09 02:57:35.026618 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21364 2024.11.09 02:57:35.026646 [ 284 ] {} <Debug> HTTP-Session: 3de41b51-9b6b-4ec4-9bfd-8d119dc44b6f Authenticating user 'default' from [fd00:1122:3344:101::d]:46693
21365 2024.11.09 02:57:35.026669 [ 284 ] {} <Debug> HTTP-Session: 3de41b51-9b6b-4ec4-9bfd-8d119dc44b6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21366 2024.11.09 02:57:35.026687 [ 284 ] {} <Debug> HTTP-Session: 3de41b51-9b6b-4ec4-9bfd-8d119dc44b6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21367 2024.11.09 02:57:35.026738 [ 284 ] {} <Trace> HTTP-Session: 3de41b51-9b6b-4ec4-9bfd-8d119dc44b6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21368 2024.11.09 02:57:35.026871 [ 284 ] {90628889-1269-4a8f-81eb-58fe132f07f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46693) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
21369 2024.11.09 02:57:35.026926 [ 284 ] {90628889-1269-4a8f-81eb-58fe132f07f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
21370 2024.11.09 02:57:35.027205 [ 284 ] {90628889-1269-4a8f-81eb-58fe132f07f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21371 2024.11.09 02:57:35.027560 [ 284 ] {90628889-1269-4a8f-81eb-58fe132f07f2} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21372 2024.11.09 02:57:35.027601 [ 284 ] {90628889-1269-4a8f-81eb-58fe132f07f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21373 2024.11.09 02:57:35.027984 [ 284 ] {90628889-1269-4a8f-81eb-58fe132f07f2} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
21374 2024.11.09 02:57:35.028365 [ 284 ] {90628889-1269-4a8f-81eb-58fe132f07f2} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21375 2024.11.09 02:57:35.028541 [ 284 ] {90628889-1269-4a8f-81eb-58fe132f07f2} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.0017 sec., 3529.4117647058824 rows/sec., 208.52 KiB/sec.
21376 2024.11.09 02:57:35.028876 [ 284 ] {90628889-1269-4a8f-81eb-58fe132f07f2} <Debug> DynamicQueryHandler: Done processing query
21377 2024.11.09 02:57:35.028903 [ 284 ] {90628889-1269-4a8f-81eb-58fe132f07f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
21378 2024.11.09 02:57:35.028921 [ 284 ] {} <Debug> HTTP-Session: 3de41b51-9b6b-4ec4-9bfd-8d119dc44b6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21379 2024.11.09 02:57:35.029175 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46693, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21380 2024.11.09 02:57:35.029327 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35278, User-Agent: (none), Length: 68708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21381 2024.11.09 02:57:35.029400 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21382 2024.11.09 02:57:35.029426 [ 285 ] {} <Debug> HTTP-Session: e6fcd1fe-5808-4b97-a6bc-931fd95d8856 Authenticating user 'default' from [fd00:1122:3344:101::d]:35278
21383 2024.11.09 02:57:35.029448 [ 285 ] {} <Debug> HTTP-Session: e6fcd1fe-5808-4b97-a6bc-931fd95d8856 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21384 2024.11.09 02:57:35.029467 [ 285 ] {} <Debug> HTTP-Session: e6fcd1fe-5808-4b97-a6bc-931fd95d8856 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21385 2024.11.09 02:57:35.029515 [ 285 ] {} <Trace> HTTP-Session: e6fcd1fe-5808-4b97-a6bc-931fd95d8856 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21386 2024.11.09 02:57:35.029799 [ 285 ] {650829de-fdfe-47c0-9053-a712121f0bde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35278) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
21387 2024.11.09 02:57:35.029856 [ 285 ] {650829de-fdfe-47c0-9053-a712121f0bde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
21388 2024.11.09 02:57:35.030115 [ 285 ] {650829de-fdfe-47c0-9053-a712121f0bde} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21389 2024.11.09 02:57:35.030712 [ 285 ] {650829de-fdfe-47c0-9053-a712121f0bde} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21390 2024.11.09 02:57:35.030751 [ 285 ] {650829de-fdfe-47c0-9053-a712121f0bde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21391 2024.11.09 02:57:35.031148 [ 285 ] {650829de-fdfe-47c0-9053-a712121f0bde} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
21392 2024.11.09 02:57:35.031525 [ 285 ] {650829de-fdfe-47c0-9053-a712121f0bde} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21393 2024.11.09 02:57:35.031685 [ 285 ] {650829de-fdfe-47c0-9053-a712121f0bde} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002032 sec., 208169.29133858267 rows/sec., 14.88 MiB/sec.
21394 2024.11.09 02:57:35.031876 [ 285 ] {650829de-fdfe-47c0-9053-a712121f0bde} <Debug> DynamicQueryHandler: Done processing query
21395 2024.11.09 02:57:35.031903 [ 285 ] {650829de-fdfe-47c0-9053-a712121f0bde} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
21396 2024.11.09 02:57:35.031920 [ 285 ] {} <Debug> HTTP-Session: e6fcd1fe-5808-4b97-a6bc-931fd95d8856 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21397 2024.11.09 02:57:35.032092 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46693, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21398 2024.11.09 02:57:35.032115 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35278, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21399 2024.11.09 02:57:35.032190 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21400 2024.11.09 02:57:35.032225 [ 284 ] {} <Debug> HTTP-Session: e78ba63f-e7a8-4cf9-870d-18665b1a1bb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:46693
21401 2024.11.09 02:57:35.032245 [ 284 ] {} <Debug> HTTP-Session: e78ba63f-e7a8-4cf9-870d-18665b1a1bb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21402 2024.11.09 02:57:35.032270 [ 284 ] {} <Debug> HTTP-Session: e78ba63f-e7a8-4cf9-870d-18665b1a1bb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21403 2024.11.09 02:57:35.032322 [ 284 ] {} <Trace> HTTP-Session: e78ba63f-e7a8-4cf9-870d-18665b1a1bb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21404 2024.11.09 02:57:35.032433 [ 284 ] {3c8dbe1e-7f2e-42c3-a48a-a79208a055ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46693) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
21405 2024.11.09 02:57:35.032484 [ 284 ] {3c8dbe1e-7f2e-42c3-a48a-a79208a055ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
21406 2024.11.09 02:57:35.032651 [ 284 ] {3c8dbe1e-7f2e-42c3-a48a-a79208a055ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21407 2024.11.09 02:57:35.032960 [ 284 ] {3c8dbe1e-7f2e-42c3-a48a-a79208a055ab} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21408 2024.11.09 02:57:35.032998 [ 284 ] {3c8dbe1e-7f2e-42c3-a48a-a79208a055ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21409 2024.11.09 02:57:35.033375 [ 284 ] {3c8dbe1e-7f2e-42c3-a48a-a79208a055ab} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
21410 2024.11.09 02:57:35.033726 [ 284 ] {3c8dbe1e-7f2e-42c3-a48a-a79208a055ab} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21411 2024.11.09 02:57:35.033887 [ 284 ] {3c8dbe1e-7f2e-42c3-a48a-a79208a055ab} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001472 sec., 4076.086956521739 rows/sec., 212.96 KiB/sec.
21412 2024.11.09 02:57:35.034066 [ 284 ] {3c8dbe1e-7f2e-42c3-a48a-a79208a055ab} <Debug> DynamicQueryHandler: Done processing query
21413 2024.11.09 02:57:35.034091 [ 284 ] {3c8dbe1e-7f2e-42c3-a48a-a79208a055ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
21414 2024.11.09 02:57:35.034108 [ 284 ] {} <Debug> HTTP-Session: e78ba63f-e7a8-4cf9-870d-18665b1a1bb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21415 2024.11.09 02:57:35.034319 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46693, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21416 2024.11.09 02:57:35.034379 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40769, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21417 2024.11.09 02:57:35.034454 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21418 2024.11.09 02:57:35.034484 [ 285 ] {} <Debug> HTTP-Session: 10d6101c-8480-452e-98b1-796543e4fda2 Authenticating user 'default' from [fd00:1122:3344:101::d]:40769
21419 2024.11.09 02:57:35.034507 [ 285 ] {} <Debug> HTTP-Session: 10d6101c-8480-452e-98b1-796543e4fda2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21420 2024.11.09 02:57:35.034522 [ 285 ] {} <Debug> HTTP-Session: 10d6101c-8480-452e-98b1-796543e4fda2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21421 2024.11.09 02:57:35.034562 [ 285 ] {} <Trace> HTTP-Session: 10d6101c-8480-452e-98b1-796543e4fda2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21422 2024.11.09 02:57:35.034761 [ 285 ] {7ab9342c-01fa-411e-a99d-ebde195cd804} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40769) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
21423 2024.11.09 02:57:35.034816 [ 285 ] {7ab9342c-01fa-411e-a99d-ebde195cd804} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
21424 2024.11.09 02:57:35.035003 [ 285 ] {7ab9342c-01fa-411e-a99d-ebde195cd804} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21425 2024.11.09 02:57:35.035441 [ 285 ] {7ab9342c-01fa-411e-a99d-ebde195cd804} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21426 2024.11.09 02:57:35.035479 [ 285 ] {7ab9342c-01fa-411e-a99d-ebde195cd804} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21427 2024.11.09 02:57:35.035896 [ 285 ] {7ab9342c-01fa-411e-a99d-ebde195cd804} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
21428 2024.11.09 02:57:35.036263 [ 285 ] {7ab9342c-01fa-411e-a99d-ebde195cd804} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21429 2024.11.09 02:57:35.036420 [ 285 ] {7ab9342c-01fa-411e-a99d-ebde195cd804} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001749 sec., 135506.00343053174 rows/sec., 9.08 MiB/sec.
21430 2024.11.09 02:57:35.036605 [ 285 ] {7ab9342c-01fa-411e-a99d-ebde195cd804} <Debug> DynamicQueryHandler: Done processing query
21431 2024.11.09 02:57:35.036630 [ 285 ] {7ab9342c-01fa-411e-a99d-ebde195cd804} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
21432 2024.11.09 02:57:35.036647 [ 285 ] {} <Debug> HTTP-Session: 10d6101c-8480-452e-98b1-796543e4fda2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21433 2024.11.09 02:57:35.036856 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40769, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21434 2024.11.09 02:57:35.036929 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39093, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21435 2024.11.09 02:57:35.037019 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21436 2024.11.09 02:57:35.037047 [ 284 ] {} <Debug> HTTP-Session: 7f796752-b5f6-4fcf-a892-912a01cfe300 Authenticating user 'default' from [fd00:1122:3344:101::d]:39093
21437 2024.11.09 02:57:35.037069 [ 284 ] {} <Debug> HTTP-Session: 7f796752-b5f6-4fcf-a892-912a01cfe300 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21438 2024.11.09 02:57:35.037087 [ 284 ] {} <Debug> HTTP-Session: 7f796752-b5f6-4fcf-a892-912a01cfe300 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21439 2024.11.09 02:57:35.037132 [ 284 ] {} <Trace> HTTP-Session: 7f796752-b5f6-4fcf-a892-912a01cfe300 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21440 2024.11.09 02:57:35.037256 [ 284 ] {c7248875-ff59-4068-8588-24f0b53f5bcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
21441 2024.11.09 02:57:35.037316 [ 284 ] {c7248875-ff59-4068-8588-24f0b53f5bcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
21442 2024.11.09 02:57:35.037513 [ 284 ] {c7248875-ff59-4068-8588-24f0b53f5bcc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21443 2024.11.09 02:57:35.037827 [ 284 ] {c7248875-ff59-4068-8588-24f0b53f5bcc} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21444 2024.11.09 02:57:35.037864 [ 284 ] {c7248875-ff59-4068-8588-24f0b53f5bcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21445 2024.11.09 02:57:35.038226 [ 284 ] {c7248875-ff59-4068-8588-24f0b53f5bcc} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
21446 2024.11.09 02:57:35.038567 [ 284 ] {c7248875-ff59-4068-8588-24f0b53f5bcc} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21447 2024.11.09 02:57:35.038734 [ 284 ] {c7248875-ff59-4068-8588-24f0b53f5bcc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001497 sec., 668.002672010688 rows/sec., 45.01 KiB/sec.
21448 2024.11.09 02:57:35.039066 [ 284 ] {c7248875-ff59-4068-8588-24f0b53f5bcc} <Debug> DynamicQueryHandler: Done processing query
21449 2024.11.09 02:57:35.039096 [ 284 ] {c7248875-ff59-4068-8588-24f0b53f5bcc} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
21450 2024.11.09 02:57:35.039112 [ 284 ] {} <Debug> HTTP-Session: 7f796752-b5f6-4fcf-a892-912a01cfe300 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21451 2024.11.09 02:57:35.039286 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39093, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21452 2024.11.09 02:57:35.039395 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36365, User-Agent: (none), Length: 69142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21453 2024.11.09 02:57:35.039457 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21454 2024.11.09 02:57:35.039479 [ 285 ] {} <Debug> HTTP-Session: 599599a0-407e-4c56-89a9-c3272ac90616 Authenticating user 'default' from [fd00:1122:3344:101::d]:36365
21455 2024.11.09 02:57:35.039497 [ 285 ] {} <Debug> HTTP-Session: 599599a0-407e-4c56-89a9-c3272ac90616 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21456 2024.11.09 02:57:35.039511 [ 285 ] {} <Debug> HTTP-Session: 599599a0-407e-4c56-89a9-c3272ac90616 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21457 2024.11.09 02:57:35.039551 [ 285 ] {} <Trace> HTTP-Session: 599599a0-407e-4c56-89a9-c3272ac90616 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21458 2024.11.09 02:57:35.039994 [ 285 ] {12a7577d-f82b-4607-9585-cf378ff1802b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36365) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
21459 2024.11.09 02:57:35.040075 [ 285 ] {12a7577d-f82b-4607-9585-cf378ff1802b} <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
21460 2024.11.09 02:57:35.040575 [ 285 ] {12a7577d-f82b-4607-9585-cf378ff1802b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21461 2024.11.09 02:57:35.041335 [ 285 ] {12a7577d-f82b-4607-9585-cf378ff1802b} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21462 2024.11.09 02:57:35.041372 [ 285 ] {12a7577d-f82b-4607-9585-cf378ff1802b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21463 2024.11.09 02:57:35.042070 [ 285 ] {12a7577d-f82b-4607-9585-cf378ff1802b} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
21464 2024.11.09 02:57:35.042501 [ 285 ] {12a7577d-f82b-4607-9585-cf378ff1802b} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21465 2024.11.09 02:57:35.042709 [ 285 ] {12a7577d-f82b-4607-9585-cf378ff1802b} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003044 sec., 13469.119579500657 rows/sec., 24.14 MiB/sec.
21466 2024.11.09 02:57:35.043250 [ 285 ] {12a7577d-f82b-4607-9585-cf378ff1802b} <Debug> DynamicQueryHandler: Done processing query
21467 2024.11.09 02:57:35.043276 [ 285 ] {12a7577d-f82b-4607-9585-cf378ff1802b} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB.
21468 2024.11.09 02:57:35.043293 [ 285 ] {} <Debug> HTTP-Session: 599599a0-407e-4c56-89a9-c3272ac90616 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21469 2024.11.09 02:57:35.043488 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39093, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21470 2024.11.09 02:57:35.043503 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36365, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21471 2024.11.09 02:57:35.043586 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21472 2024.11.09 02:57:35.043619 [ 284 ] {} <Debug> HTTP-Session: 547ed403-bf13-4c5f-8d4a-12f4673b9cd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:39093
21473 2024.11.09 02:57:35.043647 [ 284 ] {} <Debug> HTTP-Session: 547ed403-bf13-4c5f-8d4a-12f4673b9cd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21474 2024.11.09 02:57:35.043673 [ 284 ] {} <Debug> HTTP-Session: 547ed403-bf13-4c5f-8d4a-12f4673b9cd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21475 2024.11.09 02:57:35.043715 [ 284 ] {} <Trace> HTTP-Session: 547ed403-bf13-4c5f-8d4a-12f4673b9cd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21476 2024.11.09 02:57:35.043854 [ 284 ] {9903cf6c-a1fd-4e48-aa6b-787554e786df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
21477 2024.11.09 02:57:35.043903 [ 284 ] {9903cf6c-a1fd-4e48-aa6b-787554e786df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
21478 2024.11.09 02:57:35.044068 [ 284 ] {9903cf6c-a1fd-4e48-aa6b-787554e786df} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21479 2024.11.09 02:57:35.044407 [ 284 ] {9903cf6c-a1fd-4e48-aa6b-787554e786df} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21480 2024.11.09 02:57:35.044445 [ 284 ] {9903cf6c-a1fd-4e48-aa6b-787554e786df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21481 2024.11.09 02:57:35.044834 [ 284 ] {9903cf6c-a1fd-4e48-aa6b-787554e786df} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
21482 2024.11.09 02:57:35.045183 [ 284 ] {9903cf6c-a1fd-4e48-aa6b-787554e786df} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21483 2024.11.09 02:57:35.045345 [ 284 ] {9903cf6c-a1fd-4e48-aa6b-787554e786df} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001542 sec., 53177.69130998703 rows/sec., 3.38 MiB/sec.
21484 2024.11.09 02:57:35.045523 [ 284 ] {9903cf6c-a1fd-4e48-aa6b-787554e786df} <Debug> DynamicQueryHandler: Done processing query
21485 2024.11.09 02:57:35.045548 [ 284 ] {9903cf6c-a1fd-4e48-aa6b-787554e786df} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
21486 2024.11.09 02:57:35.045565 [ 284 ] {} <Debug> HTTP-Session: 547ed403-bf13-4c5f-8d4a-12f4673b9cd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21487 2024.11.09 02:57:35.045950 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39093, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21488 2024.11.09 02:57:40.010415 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63118, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21489 2024.11.09 02:57:40.010547 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21490 2024.11.09 02:57:40.010573 [ 285 ] {} <Debug> HTTP-Session: a1efb408-dee3-4a3b-8187-77384a92d7c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:63118
21491 2024.11.09 02:57:40.010598 [ 285 ] {} <Debug> HTTP-Session: a1efb408-dee3-4a3b-8187-77384a92d7c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21492 2024.11.09 02:57:40.010614 [ 285 ] {} <Debug> HTTP-Session: a1efb408-dee3-4a3b-8187-77384a92d7c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21493 2024.11.09 02:57:40.010665 [ 285 ] {} <Trace> HTTP-Session: a1efb408-dee3-4a3b-8187-77384a92d7c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21494 2024.11.09 02:57:40.010853 [ 285 ] {c2cd65e4-7620-410d-98f9-0ab5c6261c36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63118) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
21495 2024.11.09 02:57:40.010922 [ 285 ] {c2cd65e4-7620-410d-98f9-0ab5c6261c36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
21496 2024.11.09 02:57:40.011269 [ 285 ] {c2cd65e4-7620-410d-98f9-0ab5c6261c36} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21497 2024.11.09 02:57:40.011721 [ 285 ] {c2cd65e4-7620-410d-98f9-0ab5c6261c36} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21498 2024.11.09 02:57:40.011763 [ 285 ] {c2cd65e4-7620-410d-98f9-0ab5c6261c36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21499 2024.11.09 02:57:40.012193 [ 285 ] {c2cd65e4-7620-410d-98f9-0ab5c6261c36} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
21500 2024.11.09 02:57:40.012624 [ 285 ] {c2cd65e4-7620-410d-98f9-0ab5c6261c36} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21501 2024.11.09 02:57:40.012777 [ 285 ] {c2cd65e4-7620-410d-98f9-0ab5c6261c36} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001979 sec., 2021.22283981809 rows/sec., 164.82 KiB/sec.
21502 2024.11.09 02:57:40.013044 [ 285 ] {c2cd65e4-7620-410d-98f9-0ab5c6261c36} <Debug> DynamicQueryHandler: Done processing query
21503 2024.11.09 02:57:40.013073 [ 285 ] {c2cd65e4-7620-410d-98f9-0ab5c6261c36} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
21504 2024.11.09 02:57:40.013090 [ 285 ] {} <Debug> HTTP-Session: a1efb408-dee3-4a3b-8187-77384a92d7c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21505 2024.11.09 02:57:40.013312 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63118, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21506 2024.11.09 02:57:40.013435 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57325, User-Agent: (none), Length: 8114, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21507 2024.11.09 02:57:40.013554 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21508 2024.11.09 02:57:40.013585 [ 284 ] {} <Debug> HTTP-Session: cdc219d0-3b69-4a1b-97b1-8a2221836cdc Authenticating user 'default' from [fd00:1122:3344:101::d]:57325
21509 2024.11.09 02:57:40.013613 [ 284 ] {} <Debug> HTTP-Session: cdc219d0-3b69-4a1b-97b1-8a2221836cdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21510 2024.11.09 02:57:40.013631 [ 284 ] {} <Debug> HTTP-Session: cdc219d0-3b69-4a1b-97b1-8a2221836cdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21511 2024.11.09 02:57:40.013693 [ 284 ] {} <Trace> HTTP-Session: cdc219d0-3b69-4a1b-97b1-8a2221836cdc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21512 2024.11.09 02:57:40.013919 [ 284 ] {289aceef-244c-4a7e-ab5b-4bd00715e6e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57325) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
21513 2024.11.09 02:57:40.013999 [ 284 ] {289aceef-244c-4a7e-ab5b-4bd00715e6e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
21514 2024.11.09 02:57:40.014357 [ 284 ] {289aceef-244c-4a7e-ab5b-4bd00715e6e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21515 2024.11.09 02:57:40.014801 [ 284 ] {289aceef-244c-4a7e-ab5b-4bd00715e6e2} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21516 2024.11.09 02:57:40.014849 [ 284 ] {289aceef-244c-4a7e-ab5b-4bd00715e6e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21517 2024.11.09 02:57:40.015301 [ 284 ] {289aceef-244c-4a7e-ab5b-4bd00715e6e2} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
21518 2024.11.09 02:57:40.015702 [ 284 ] {289aceef-244c-4a7e-ab5b-4bd00715e6e2} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21519 2024.11.09 02:57:40.015886 [ 284 ] {289aceef-244c-4a7e-ab5b-4bd00715e6e2} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.002043 sec., 28389.62310327949 rows/sec., 2.18 MiB/sec.
21520 2024.11.09 02:57:40.015897 [ 101 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0
21521 2024.11.09 02:57:40.015988 [ 101 ] {} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21522 2024.11.09 02:57:40.016032 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21523 2024.11.09 02:57:40.016205 [ 188 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full
21524 2024.11.09 02:57:40.016270 [ 284 ] {289aceef-244c-4a7e-ab5b-4bd00715e6e2} <Debug> DynamicQueryHandler: Done processing query
21525 2024.11.09 02:57:40.016322 [ 284 ] {289aceef-244c-4a7e-ab5b-4bd00715e6e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
21526 2024.11.09 02:57:40.016363 [ 284 ] {} <Debug> HTTP-Session: cdc219d0-3b69-4a1b-97b1-8a2221836cdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21527 2024.11.09 02:57:40.016469 [ 188 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
21528 2024.11.09 02:57:40.016512 [ 188 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1420 rows starting from the beginning of the part
21529 2024.11.09 02:57:40.016595 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63118, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21530 2024.11.09 02:57:40.016628 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57325, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21531 2024.11.09 02:57:40.016827 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21532 2024.11.09 02:57:40.016910 [ 188 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 271 rows starting from the beginning of the part
21533 2024.11.09 02:57:40.016966 [ 285 ] {} <Debug> HTTP-Session: 67d7f5a3-45b5-41cd-8c35-080681fb3140 Authenticating user 'default' from [fd00:1122:3344:101::d]:63118
21534 2024.11.09 02:57:40.017035 [ 285 ] {} <Debug> HTTP-Session: 67d7f5a3-45b5-41cd-8c35-080681fb3140 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21535 2024.11.09 02:57:40.017095 [ 285 ] {} <Debug> HTTP-Session: 67d7f5a3-45b5-41cd-8c35-080681fb3140 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21536 2024.11.09 02:57:40.017166 [ 188 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 57 rows starting from the beginning of the part
21537 2024.11.09 02:57:40.017228 [ 285 ] {} <Trace> HTTP-Session: 67d7f5a3-45b5-41cd-8c35-080681fb3140 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21538 2024.11.09 02:57:40.017515 [ 188 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 56 rows starting from the beginning of the part
21539 2024.11.09 02:57:40.017601 [ 285 ] {fc656084-587e-40a0-82cd-ffe713a50936} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63118) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
21540 2024.11.09 02:57:40.017818 [ 285 ] {fc656084-587e-40a0-82cd-ffe713a50936} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
21541 2024.11.09 02:57:40.017925 [ 188 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 271 rows starting from the beginning of the part
21542 2024.11.09 02:57:40.018291 [ 188 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 58 rows starting from the beginning of the part
21543 2024.11.09 02:57:40.018952 [ 285 ] {fc656084-587e-40a0-82cd-ffe713a50936} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21544 2024.11.09 02:57:40.019444 [ 285 ] {fc656084-587e-40a0-82cd-ffe713a50936} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21545 2024.11.09 02:57:40.019491 [ 285 ] {fc656084-587e-40a0-82cd-ffe713a50936} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21546 2024.11.09 02:57:40.020039 [ 285 ] {fc656084-587e-40a0-82cd-ffe713a50936} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
21547 2024.11.09 02:57:40.020493 [ 187 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2133 rows, containing 5 columns (5 merged, 0 gathered) in 0.00435426 sec., 489865.09762852924 rows/sec., 43.31 MiB/sec.
21548 2024.11.09 02:57:40.020552 [ 285 ] {fc656084-587e-40a0-82cd-ffe713a50936} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21549 2024.11.09 02:57:40.020747 [ 285 ] {fc656084-587e-40a0-82cd-ffe713a50936} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.00329 sec., 1215.80547112462 rows/sec., 84.89 KiB/sec.
21550 2024.11.09 02:57:40.020955 [ 187 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary)
21551 2024.11.09 02:57:40.021025 [ 285 ] {fc656084-587e-40a0-82cd-ffe713a50936} <Debug> DynamicQueryHandler: Done processing query
21552 2024.11.09 02:57:40.021084 [ 285 ] {fc656084-587e-40a0-82cd-ffe713a50936} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
21553 2024.11.09 02:57:40.021108 [ 285 ] {} <Debug> HTTP-Session: 67d7f5a3-45b5-41cd-8c35-080681fb3140 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21554 2024.11.09 02:57:40.021355 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63118, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21555 2024.11.09 02:57:40.021529 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65159, User-Agent: (none), Length: 11580, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21556 2024.11.09 02:57:40.021721 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21557 2024.11.09 02:57:40.021773 [ 285 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below):
21558 
21559 (version 23.8.7.1)
21560 2024.11.09 02:57:40.021793 [ 284 ] {} <Debug> HTTP-Session: 36c67f11-1260-4b38-bc75-ab43867534db Authenticating user 'default' from [fd00:1122:3344:101::d]:65159
21561 2024.11.09 02:57:40.021831 [ 284 ] {} <Debug> HTTP-Session: 36c67f11-1260-4b38-bc75-ab43867534db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21562 2024.11.09 02:57:40.021874 [ 284 ] {} <Debug> HTTP-Session: 36c67f11-1260-4b38-bc75-ab43867534db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21563 2024.11.09 02:57:40.021950 [ 284 ] {} <Trace> HTTP-Session: 36c67f11-1260-4b38-bc75-ab43867534db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21564 2024.11.09 02:57:40.022015 [ 187 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_131_26} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21565 2024.11.09 02:57:40.022203 [ 284 ] {f9a8855a-cb0c-468e-ad76-0e73fb3e2bc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65159) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
21566 2024.11.09 02:57:40.022217 [ 187 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_131_26} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26
21567 2024.11.09 02:57:40.022283 [ 284 ] {f9a8855a-cb0c-468e-ad76-0e73fb3e2bc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
21568 2024.11.09 02:57:40.022441 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
21569 2024.11.09 02:57:40.022691 [ 284 ] {f9a8855a-cb0c-468e-ad76-0e73fb3e2bc8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21570 2024.11.09 02:57:40.023079 [ 284 ] {f9a8855a-cb0c-468e-ad76-0e73fb3e2bc8} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21571 2024.11.09 02:57:40.023118 [ 284 ] {f9a8855a-cb0c-468e-ad76-0e73fb3e2bc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21572 2024.11.09 02:57:40.023497 [ 284 ] {f9a8855a-cb0c-468e-ad76-0e73fb3e2bc8} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
21573 2024.11.09 02:57:40.023871 [ 284 ] {f9a8855a-cb0c-468e-ad76-0e73fb3e2bc8} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21574 2024.11.09 02:57:40.024035 [ 284 ] {f9a8855a-cb0c-468e-ad76-0e73fb3e2bc8} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001948 sec., 34907.59753593429 rows/sec., 2.73 MiB/sec.
21575 2024.11.09 02:57:40.024043 [ 101 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0
21576 2024.11.09 02:57:40.024120 [ 101 ] {} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21577 2024.11.09 02:57:40.024189 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21578 2024.11.09 02:57:40.024426 [ 284 ] {f9a8855a-cb0c-468e-ad76-0e73fb3e2bc8} <Debug> DynamicQueryHandler: Done processing query
21579 2024.11.09 02:57:40.024516 [ 284 ] {f9a8855a-cb0c-468e-ad76-0e73fb3e2bc8} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
21580 2024.11.09 02:57:40.024644 [ 284 ] {} <Debug> HTTP-Session: 36c67f11-1260-4b38-bc75-ab43867534db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21581 2024.11.09 02:57:40.025531 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40284, User-Agent: (none), Length: 24920, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21582 2024.11.09 02:57:40.025749 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21583 2024.11.09 02:57:40.025910 [ 285 ] {} <Debug> HTTP-Session: 996908ff-2677-4172-b7cf-e82668b91036 Authenticating user 'default' from [fd00:1122:3344:101::d]:40284
21584 2024.11.09 02:57:40.026039 [ 285 ] {} <Debug> HTTP-Session: 996908ff-2677-4172-b7cf-e82668b91036 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21585 2024.11.09 02:57:40.026124 [ 285 ] {} <Debug> HTTP-Session: 996908ff-2677-4172-b7cf-e82668b91036 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21586 2024.11.09 02:57:40.026333 [ 285 ] {} <Trace> HTTP-Session: 996908ff-2677-4172-b7cf-e82668b91036 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21587 2024.11.09 02:57:40.027111 [ 285 ] {fc2b8e0f-51a3-48a9-acba-584e75c617bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40284) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
21588 2024.11.09 02:57:40.027371 [ 285 ] {fc2b8e0f-51a3-48a9-acba-584e75c617bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
21589 2024.11.09 02:57:40.027498 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65159, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21590 2024.11.09 02:57:40.027997 [ 197 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full
21591 2024.11.09 02:57:40.028180 [ 285 ] {fc2b8e0f-51a3-48a9-acba-584e75c617bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21592 2024.11.09 02:57:40.028461 [ 197 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
21593 2024.11.09 02:57:40.028508 [ 197 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 915 rows starting from the beginning of the part
21594 2024.11.09 02:57:40.028700 [ 197 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 423 rows starting from the beginning of the part
21595 2024.11.09 02:57:40.029012 [ 197 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 66 rows starting from the beginning of the part
21596 2024.11.09 02:57:40.029354 [ 197 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 64 rows starting from the beginning of the part
21597 2024.11.09 02:57:40.029691 [ 197 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 423 rows starting from the beginning of the part
21598 2024.11.09 02:57:40.029953 [ 285 ] {fc2b8e0f-51a3-48a9-acba-584e75c617bf} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21599 2024.11.09 02:57:40.029961 [ 197 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 68 rows starting from the beginning of the part
21600 2024.11.09 02:57:40.030022 [ 285 ] {fc2b8e0f-51a3-48a9-acba-584e75c617bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21601 2024.11.09 02:57:40.031173 [ 285 ] {fc2b8e0f-51a3-48a9-acba-584e75c617bf} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
21602 2024.11.09 02:57:40.032209 [ 285 ] {fc2b8e0f-51a3-48a9-acba-584e75c617bf} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21603 2024.11.09 02:57:40.032507 [ 101 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0
21604 2024.11.09 02:57:40.032522 [ 285 ] {fc2b8e0f-51a3-48a9-acba-584e75c617bf} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.005794 sec., 22437.00379703141 rows/sec., 1.56 MiB/sec.
21605 2024.11.09 02:57:40.032554 [ 101 ] {} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21606 2024.11.09 02:57:40.032625 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21607 2024.11.09 02:57:40.032903 [ 187 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full
21608 2024.11.09 02:57:40.032966 [ 285 ] {fc2b8e0f-51a3-48a9-acba-584e75c617bf} <Debug> DynamicQueryHandler: Done processing query
21609 2024.11.09 02:57:40.033052 [ 285 ] {fc2b8e0f-51a3-48a9-acba-584e75c617bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
21610 2024.11.09 02:57:40.033115 [ 285 ] {} <Debug> HTTP-Session: 996908ff-2677-4172-b7cf-e82668b91036 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21611 2024.11.09 02:57:40.033482 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40284, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21612 2024.11.09 02:57:40.033616 [ 187 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
21613 2024.11.09 02:57:40.033633 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50982, User-Agent: (none), Length: 7317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21614 2024.11.09 02:57:40.033800 [ 187 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_126_25, total 25170 rows starting from the beginning of the part
21615 2024.11.09 02:57:40.033902 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21616 2024.11.09 02:57:40.034050 [ 284 ] {} <Debug> HTTP-Session: be2d5413-e28f-40f1-aa80-9cbb94d296c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50982
21617 2024.11.09 02:57:40.034146 [ 191 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1959 rows, containing 5 columns (5 merged, 0 gathered) in 0.009845613 sec., 198971.86696247355 rows/sec., 15.23 MiB/sec.
21618 2024.11.09 02:57:40.034208 [ 284 ] {} <Debug> HTTP-Session: be2d5413-e28f-40f1-aa80-9cbb94d296c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21619 2024.11.09 02:57:40.034246 [ 187 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 237 rows starting from the beginning of the part
21620 2024.11.09 02:57:40.034309 [ 284 ] {} <Debug> HTTP-Session: be2d5413-e28f-40f1-aa80-9cbb94d296c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21621 2024.11.09 02:57:40.034662 [ 284 ] {} <Trace> HTTP-Session: be2d5413-e28f-40f1-aa80-9cbb94d296c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21622 2024.11.09 02:57:40.034719 [ 191 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary)
21623 2024.11.09 02:57:40.034900 [ 187 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 129 rows starting from the beginning of the part
21624 2024.11.09 02:57:40.035299 [ 284 ] {16b57a11-fada-452f-a7b5-492f9f052fab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50982) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
21625 2024.11.09 02:57:40.035353 [ 187 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 160 rows starting from the beginning of the part
21626 2024.11.09 02:57:40.035586 [ 284 ] {16b57a11-fada-452f-a7b5-492f9f052fab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
21627 2024.11.09 02:57:40.036092 [ 187 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 237 rows starting from the beginning of the part
21628 2024.11.09 02:57:40.036846 [ 187 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 130 rows starting from the beginning of the part
21629 2024.11.09 02:57:40.037588 [ 284 ] {16b57a11-fada-452f-a7b5-492f9f052fab} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21630 2024.11.09 02:57:40.038041 [ 191 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_131_26} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21631 2024.11.09 02:57:40.038377 [ 191 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_131_26} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26
21632 2024.11.09 02:57:40.038654 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
21633 2024.11.09 02:57:40.039014 [ 284 ] {16b57a11-fada-452f-a7b5-492f9f052fab} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21634 2024.11.09 02:57:40.039057 [ 284 ] {16b57a11-fada-452f-a7b5-492f9f052fab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21635 2024.11.09 02:57:40.039731 [ 284 ] {16b57a11-fada-452f-a7b5-492f9f052fab} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
21636 2024.11.09 02:57:40.040686 [ 284 ] {16b57a11-fada-452f-a7b5-492f9f052fab} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21637 2024.11.09 02:57:40.041064 [ 101 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0
21638 2024.11.09 02:57:40.041123 [ 284 ] {16b57a11-fada-452f-a7b5-492f9f052fab} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.006099 sec., 7870.142646335465 rows/sec., 543.12 KiB/sec.
21639 2024.11.09 02:57:40.041266 [ 101 ] {} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21640 2024.11.09 02:57:40.041396 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21641 2024.11.09 02:57:40.041636 [ 284 ] {16b57a11-fada-452f-a7b5-492f9f052fab} <Debug> DynamicQueryHandler: Done processing query
21642 2024.11.09 02:57:40.041731 [ 284 ] {16b57a11-fada-452f-a7b5-492f9f052fab} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
21643 2024.11.09 02:57:40.041804 [ 284 ] {} <Debug> HTTP-Session: be2d5413-e28f-40f1-aa80-9cbb94d296c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21644 2024.11.09 02:57:40.041979 [ 192 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full
21645 2024.11.09 02:57:40.042214 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50982, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21646 2024.11.09 02:57:40.042589 [ 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):
21647 
21648 (version 23.8.7.1)
21649 2024.11.09 02:57:40.042658 [ 192 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
21650 2024.11.09 02:57:40.042784 [ 192 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 7982 rows starting from the beginning of the part
21651 2024.11.09 02:57:40.043201 [ 192 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 82 rows starting from the beginning of the part
21652 2024.11.09 02:57:40.043503 [ 192 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 48 rows starting from the beginning of the part
21653 2024.11.09 02:57:40.043867 [ 192 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 60 rows starting from the beginning of the part
21654 2024.11.09 02:57:40.044154 [ 192 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 82 rows starting from the beginning of the part
21655 2024.11.09 02:57:40.044440 [ 192 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 48 rows starting from the beginning of the part
21656 2024.11.09 02:57:40.046959 [ 191 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26063 rows, containing 5 columns (5 merged, 0 gathered) in 0.014191143 sec., 1836568.062206124 rows/sec., 125.41 MiB/sec.
21657 2024.11.09 02:57:40.047420 [ 186 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary)
21658 2024.11.09 02:57:40.048094 [ 186 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_131_26} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21659 2024.11.09 02:57:40.048180 [ 186 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_131_26} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26
21660 2024.11.09 02:57:40.048293 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB.
21661 2024.11.09 02:57:40.048718 [ 189 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8302 rows, containing 4 columns (4 merged, 0 gathered) in 0.007142378 sec., 1162357.9709726928 rows/sec., 76.41 MiB/sec.
21662 2024.11.09 02:57:40.048917 [ 186 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary)
21663 2024.11.09 02:57:40.049302 [ 186 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_131_26} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21664 2024.11.09 02:57:40.049377 [ 186 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_131_26} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26
21665 2024.11.09 02:57:40.049467 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB.
21666 2024.11.09 02:57:41.328879 [ 221 ] {} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
21667 2024.11.09 02:57:41.328952 [ 221 ] {} <Debug> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
21668 2024.11.09 02:57:41.331079 [ 221 ] {} <Debug> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
21669 2024.11.09 02:57:41.905100 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1916
21670 2024.11.09 02:57:41.908258 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21671 2024.11.09 02:57:41.908320 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21672 2024.11.09 02:57:41.909961 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
21673 2024.11.09 02:57:41.911036 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21674 2024.11.09 02:57:41.911309 [ 98 ] {} <Debug> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
21675 2024.11.09 02:57:41.911463 [ 98 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21676 2024.11.09 02:57:41.911544 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21677 2024.11.09 02:57:41.912263 [ 189 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
21678 2024.11.09 02:57:41.913920 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1916
21679 2024.11.09 02:57:41.914830 [ 189 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
21680 2024.11.09 02:57:41.915022 [ 189 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1784 rows starting from the beginning of the part
21681 2024.11.09 02:57:41.915650 [ 189 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 20 rows starting from the beginning of the part
21682 2024.11.09 02:57:41.916248 [ 189 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 32 rows starting from the beginning of the part
21683 2024.11.09 02:57:41.916848 [ 189 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 28 rows starting from the beginning of the part
21684 2024.11.09 02:57:41.917477 [ 189 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 20 rows starting from the beginning of the part
21685 2024.11.09 02:57:41.918114 [ 189 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 32 rows starting from the beginning of the part
21686 2024.11.09 02:57:41.927117 [ 186 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1916 rows, containing 72 columns (72 merged, 0 gathered) in 0.015400558 sec., 124411.0765337204 rows/sec., 79.97 MiB/sec.
21687 2024.11.09 02:57:41.929226 [ 199 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
21688 2024.11.09 02:57:41.930973 [ 199 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_66_13} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21689 2024.11.09 02:57:41.931057 [ 199 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_66_13} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
21690 2024.11.09 02:57:41.931419 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.07 MiB.
21691 2024.11.09 02:57:45.010939 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52507, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21692 2024.11.09 02:57:45.011071 [ 309 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21693 2024.11.09 02:57:45.011101 [ 309 ] {} <Debug> HTTP-Session: c16b00b6-0948-48a7-aeb6-3fcd8e850d34 Authenticating user 'default' from [fd00:1122:3344:101::d]:52507
21694 2024.11.09 02:57:45.011130 [ 309 ] {} <Debug> HTTP-Session: c16b00b6-0948-48a7-aeb6-3fcd8e850d34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21695 2024.11.09 02:57:45.011148 [ 309 ] {} <Debug> HTTP-Session: c16b00b6-0948-48a7-aeb6-3fcd8e850d34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21696 2024.11.09 02:57:45.011207 [ 309 ] {} <Trace> HTTP-Session: c16b00b6-0948-48a7-aeb6-3fcd8e850d34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21697 2024.11.09 02:57:45.011417 [ 309 ] {dd9e925a-5f0b-45ac-b330-2ed154a8d78e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52507) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
21698 2024.11.09 02:57:45.011487 [ 309 ] {dd9e925a-5f0b-45ac-b330-2ed154a8d78e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
21699 2024.11.09 02:57:45.011837 [ 309 ] {dd9e925a-5f0b-45ac-b330-2ed154a8d78e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21700 2024.11.09 02:57:45.012341 [ 309 ] {dd9e925a-5f0b-45ac-b330-2ed154a8d78e} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21701 2024.11.09 02:57:45.012400 [ 309 ] {dd9e925a-5f0b-45ac-b330-2ed154a8d78e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21702 2024.11.09 02:57:45.012913 [ 309 ] {dd9e925a-5f0b-45ac-b330-2ed154a8d78e} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
21703 2024.11.09 02:57:45.013359 [ 309 ] {dd9e925a-5f0b-45ac-b330-2ed154a8d78e} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21704 2024.11.09 02:57:45.013550 [ 309 ] {dd9e925a-5f0b-45ac-b330-2ed154a8d78e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002203 sec., 25419.881979119382 rows/sec., 1.95 MiB/sec.
21705 2024.11.09 02:57:45.013793 [ 309 ] {dd9e925a-5f0b-45ac-b330-2ed154a8d78e} <Debug> DynamicQueryHandler: Done processing query
21706 2024.11.09 02:57:45.013828 [ 309 ] {dd9e925a-5f0b-45ac-b330-2ed154a8d78e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
21707 2024.11.09 02:57:45.013848 [ 309 ] {} <Debug> HTTP-Session: c16b00b6-0948-48a7-aeb6-3fcd8e850d34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21708 2024.11.09 02:57:45.014078 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52507, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21709 2024.11.09 02:57:45.014162 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55773, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21710 2024.11.09 02:57:45.014223 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21711 2024.11.09 02:57:45.014244 [ 285 ] {} <Debug> HTTP-Session: c9423b41-f3ac-4e43-8855-ff05c0ab21e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55773
21712 2024.11.09 02:57:45.014265 [ 285 ] {} <Debug> HTTP-Session: c9423b41-f3ac-4e43-8855-ff05c0ab21e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21713 2024.11.09 02:57:45.014279 [ 285 ] {} <Debug> HTTP-Session: c9423b41-f3ac-4e43-8855-ff05c0ab21e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21714 2024.11.09 02:57:45.014316 [ 285 ] {} <Trace> HTTP-Session: c9423b41-f3ac-4e43-8855-ff05c0ab21e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21715 2024.11.09 02:57:45.014455 [ 285 ] {751cec1a-56e6-4ff9-b26a-b7696947328a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55773) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
21716 2024.11.09 02:57:45.014503 [ 285 ] {751cec1a-56e6-4ff9-b26a-b7696947328a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
21717 2024.11.09 02:57:45.014751 [ 285 ] {751cec1a-56e6-4ff9-b26a-b7696947328a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21718 2024.11.09 02:57:45.015145 [ 285 ] {751cec1a-56e6-4ff9-b26a-b7696947328a} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21719 2024.11.09 02:57:45.015182 [ 285 ] {751cec1a-56e6-4ff9-b26a-b7696947328a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21720 2024.11.09 02:57:45.015562 [ 285 ] {751cec1a-56e6-4ff9-b26a-b7696947328a} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
21721 2024.11.09 02:57:45.015926 [ 285 ] {751cec1a-56e6-4ff9-b26a-b7696947328a} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21722 2024.11.09 02:57:45.016086 [ 285 ] {751cec1a-56e6-4ff9-b26a-b7696947328a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001677 sec., 38163.3870005963 rows/sec., 2.98 MiB/sec.
21723 2024.11.09 02:57:45.016278 [ 285 ] {751cec1a-56e6-4ff9-b26a-b7696947328a} <Debug> DynamicQueryHandler: Done processing query
21724 2024.11.09 02:57:45.016303 [ 285 ] {751cec1a-56e6-4ff9-b26a-b7696947328a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
21725 2024.11.09 02:57:45.016320 [ 285 ] {} <Debug> HTTP-Session: c9423b41-f3ac-4e43-8855-ff05c0ab21e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21726 2024.11.09 02:57:45.016557 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55773, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21727 2024.11.09 02:57:45.016686 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21728 2024.11.09 02:57:45.016789 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21729 2024.11.09 02:57:45.016814 [ 284 ] {} <Debug> HTTP-Session: 58fedb46-6013-479d-aa9a-503b7d2b8afc Authenticating user 'default' from [fd00:1122:3344:101::d]:45317
21730 2024.11.09 02:57:45.016838 [ 284 ] {} <Debug> HTTP-Session: 58fedb46-6013-479d-aa9a-503b7d2b8afc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21731 2024.11.09 02:57:45.016853 [ 284 ] {} <Debug> HTTP-Session: 58fedb46-6013-479d-aa9a-503b7d2b8afc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21732 2024.11.09 02:57:45.016908 [ 284 ] {} <Trace> HTTP-Session: 58fedb46-6013-479d-aa9a-503b7d2b8afc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21733 2024.11.09 02:57:45.017154 [ 284 ] {fe48b902-b510-4826-80f5-b78fbe392811} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
21734 2024.11.09 02:57:45.017228 [ 284 ] {fe48b902-b510-4826-80f5-b78fbe392811} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
21735 2024.11.09 02:57:45.017450 [ 284 ] {fe48b902-b510-4826-80f5-b78fbe392811} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21736 2024.11.09 02:57:45.017883 [ 284 ] {fe48b902-b510-4826-80f5-b78fbe392811} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21737 2024.11.09 02:57:45.017925 [ 284 ] {fe48b902-b510-4826-80f5-b78fbe392811} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21738 2024.11.09 02:57:45.018422 [ 284 ] {fe48b902-b510-4826-80f5-b78fbe392811} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
21739 2024.11.09 02:57:45.018815 [ 284 ] {fe48b902-b510-4826-80f5-b78fbe392811} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21740 2024.11.09 02:57:45.018977 [ 284 ] {fe48b902-b510-4826-80f5-b78fbe392811} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001932 sec., 82815.73498964803 rows/sec., 5.77 MiB/sec.
21741 2024.11.09 02:57:45.019194 [ 284 ] {fe48b902-b510-4826-80f5-b78fbe392811} <Debug> DynamicQueryHandler: Done processing query
21742 2024.11.09 02:57:45.019224 [ 284 ] {fe48b902-b510-4826-80f5-b78fbe392811} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
21743 2024.11.09 02:57:45.019241 [ 284 ] {} <Debug> HTTP-Session: 58fedb46-6013-479d-aa9a-503b7d2b8afc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21744 2024.11.09 02:57:45.019449 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55773, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21745 2024.11.09 02:57:45.019472 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21746 2024.11.09 02:57:45.019555 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21747 2024.11.09 02:57:45.019593 [ 285 ] {} <Debug> HTTP-Session: 363a696c-5573-4d6f-8ce7-451b06c5380d Authenticating user 'default' from [fd00:1122:3344:101::d]:55773
21748 2024.11.09 02:57:45.019617 [ 285 ] {} <Debug> HTTP-Session: 363a696c-5573-4d6f-8ce7-451b06c5380d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21749 2024.11.09 02:57:45.019645 [ 285 ] {} <Debug> HTTP-Session: 363a696c-5573-4d6f-8ce7-451b06c5380d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21750 2024.11.09 02:57:45.019695 [ 285 ] {} <Trace> HTTP-Session: 363a696c-5573-4d6f-8ce7-451b06c5380d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21751 2024.11.09 02:57:45.019855 [ 285 ] {483675ef-6bea-46e0-9907-610daa1ed7ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55773) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
21752 2024.11.09 02:57:45.019915 [ 285 ] {483675ef-6bea-46e0-9907-610daa1ed7ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
21753 2024.11.09 02:57:45.020110 [ 285 ] {483675ef-6bea-46e0-9907-610daa1ed7ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21754 2024.11.09 02:57:45.020527 [ 285 ] {483675ef-6bea-46e0-9907-610daa1ed7ba} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21755 2024.11.09 02:57:45.020564 [ 285 ] {483675ef-6bea-46e0-9907-610daa1ed7ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21756 2024.11.09 02:57:45.020949 [ 285 ] {483675ef-6bea-46e0-9907-610daa1ed7ba} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
21757 2024.11.09 02:57:45.021285 [ 285 ] {483675ef-6bea-46e0-9907-610daa1ed7ba} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21758 2024.11.09 02:57:45.021419 [ 285 ] {483675ef-6bea-46e0-9907-610daa1ed7ba} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001621 sec., 37014.18877236274 rows/sec., 2.49 MiB/sec.
21759 2024.11.09 02:57:45.021601 [ 285 ] {483675ef-6bea-46e0-9907-610daa1ed7ba} <Debug> DynamicQueryHandler: Done processing query
21760 2024.11.09 02:57:45.021626 [ 285 ] {483675ef-6bea-46e0-9907-610daa1ed7ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
21761 2024.11.09 02:57:45.021642 [ 285 ] {} <Debug> HTTP-Session: 363a696c-5573-4d6f-8ce7-451b06c5380d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21762 2024.11.09 02:57:45.021913 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55773, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21763 2024.11.09 02:57:45.645352 [ 224 ] {} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
21764 2024.11.09 02:57:45.645473 [ 224 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
21765 2024.11.09 02:57:45.647676 [ 224 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
21766 2024.11.09 02:57:45.961449 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
21767 2024.11.09 02:57:45.961512 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
21768 2024.11.09 02:57:45.963834 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
21769 2024.11.09 02:57:46.071780 [ 219 ] {} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
21770 2024.11.09 02:57:46.071845 [ 219 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
21771 2024.11.09 02:57:46.074188 [ 219 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
21772 2024.11.09 02:57:46.425106 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache
21773 2024.11.09 02:57:46.425191 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache
21774 2024.11.09 02:57:46.598780 [ 219 ] {} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
21775 2024.11.09 02:57:46.598848 [ 219 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
21776 2024.11.09 02:57:46.601087 [ 219 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
21777 2024.11.09 02:57:50.017346 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55509, User-Agent: (none), Length: 41147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21778 2024.11.09 02:57:50.017461 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21779 2024.11.09 02:57:50.017485 [ 285 ] {} <Debug> HTTP-Session: 8f735a04-d73c-4ec5-bcd2-ba5acf85921a Authenticating user 'default' from [fd00:1122:3344:101::d]:55509
21780 2024.11.09 02:57:50.017509 [ 285 ] {} <Debug> HTTP-Session: 8f735a04-d73c-4ec5-bcd2-ba5acf85921a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21781 2024.11.09 02:57:50.017524 [ 285 ] {} <Debug> HTTP-Session: 8f735a04-d73c-4ec5-bcd2-ba5acf85921a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21782 2024.11.09 02:57:50.017575 [ 285 ] {} <Trace> HTTP-Session: 8f735a04-d73c-4ec5-bcd2-ba5acf85921a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21783 2024.11.09 02:57:50.017841 [ 285 ] {7b451471-d36d-4196-8104-0d6ce6eb0d1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55509) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
21784 2024.11.09 02:57:50.017911 [ 285 ] {7b451471-d36d-4196-8104-0d6ce6eb0d1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
21785 2024.11.09 02:57:50.018250 [ 285 ] {7b451471-d36d-4196-8104-0d6ce6eb0d1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21786 2024.11.09 02:57:50.018922 [ 285 ] {7b451471-d36d-4196-8104-0d6ce6eb0d1c} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21787 2024.11.09 02:57:50.018966 [ 285 ] {7b451471-d36d-4196-8104-0d6ce6eb0d1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21788 2024.11.09 02:57:50.019413 [ 285 ] {7b451471-d36d-4196-8104-0d6ce6eb0d1c} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary)
21789 2024.11.09 02:57:50.019814 [ 285 ] {7b451471-d36d-4196-8104-0d6ce6eb0d1c} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21790 2024.11.09 02:57:50.019972 [ 285 ] {7b451471-d36d-4196-8104-0d6ce6eb0d1c} <Debug> executeQuery: Read 271 rows, 24.70 KiB in 0.002255 sec., 120177.38359201774 rows/sec., 10.70 MiB/sec.
21791 2024.11.09 02:57:50.020202 [ 285 ] {7b451471-d36d-4196-8104-0d6ce6eb0d1c} <Debug> DynamicQueryHandler: Done processing query
21792 2024.11.09 02:57:50.020229 [ 285 ] {7b451471-d36d-4196-8104-0d6ce6eb0d1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
21793 2024.11.09 02:57:50.020245 [ 285 ] {} <Debug> HTTP-Session: 8f735a04-d73c-4ec5-bcd2-ba5acf85921a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21794 2024.11.09 02:57:50.020435 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55509, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21795 2024.11.09 02:57:50.020549 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37720, User-Agent: (none), Length: 5927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21796 2024.11.09 02:57:50.020668 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21797 2024.11.09 02:57:50.020697 [ 284 ] {} <Debug> HTTP-Session: bacee25d-0b96-4adb-941e-eee8e2bc3ac9 Authenticating user 'default' from [fd00:1122:3344:101::d]:37720
21798 2024.11.09 02:57:50.020725 [ 284 ] {} <Debug> HTTP-Session: bacee25d-0b96-4adb-941e-eee8e2bc3ac9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21799 2024.11.09 02:57:50.020744 [ 284 ] {} <Debug> HTTP-Session: bacee25d-0b96-4adb-941e-eee8e2bc3ac9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21800 2024.11.09 02:57:50.020805 [ 284 ] {} <Trace> HTTP-Session: bacee25d-0b96-4adb-941e-eee8e2bc3ac9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21801 2024.11.09 02:57:50.021030 [ 284 ] {d5d9e1c7-02b9-445d-b60d-e5553795e7e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37720) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
21802 2024.11.09 02:57:50.021106 [ 284 ] {d5d9e1c7-02b9-445d-b60d-e5553795e7e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
21803 2024.11.09 02:57:50.021493 [ 284 ] {d5d9e1c7-02b9-445d-b60d-e5553795e7e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21804 2024.11.09 02:57:50.021916 [ 284 ] {d5d9e1c7-02b9-445d-b60d-e5553795e7e8} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21805 2024.11.09 02:57:50.021963 [ 284 ] {d5d9e1c7-02b9-445d-b60d-e5553795e7e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21806 2024.11.09 02:57:50.022408 [ 284 ] {d5d9e1c7-02b9-445d-b60d-e5553795e7e8} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
21807 2024.11.09 02:57:50.022815 [ 284 ] {d5d9e1c7-02b9-445d-b60d-e5553795e7e8} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21808 2024.11.09 02:57:50.022997 [ 284 ] {d5d9e1c7-02b9-445d-b60d-e5553795e7e8} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.00204 sec., 20098.039215686273 rows/sec., 1.48 MiB/sec.
21809 2024.11.09 02:57:50.023015 [ 92 ] {} <Debug> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
21810 2024.11.09 02:57:50.023127 [ 92 ] {} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21811 2024.11.09 02:57:50.023181 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21812 2024.11.09 02:57:50.023317 [ 284 ] {d5d9e1c7-02b9-445d-b60d-e5553795e7e8} <Debug> DynamicQueryHandler: Done processing query
21813 2024.11.09 02:57:50.023327 [ 186 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full
21814 2024.11.09 02:57:50.023351 [ 284 ] {d5d9e1c7-02b9-445d-b60d-e5553795e7e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
21815 2024.11.09 02:57:50.023379 [ 284 ] {} <Debug> HTTP-Session: bacee25d-0b96-4adb-941e-eee8e2bc3ac9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21816 2024.11.09 02:57:50.023487 [ 186 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
21817 2024.11.09 02:57:50.023557 [ 186 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 59 rows starting from the beginning of the part
21818 2024.11.09 02:57:50.023568 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37720, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21819 2024.11.09 02:57:50.023694 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55509, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21820 2024.11.09 02:57:50.023877 [ 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):
21821 
21822 (version 23.8.7.1)
21823 2024.11.09 02:57:50.023939 [ 186 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 41 rows starting from the beginning of the part
21824 2024.11.09 02:57:50.024135 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21825 2024.11.09 02:57:50.024312 [ 186 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 2 rows starting from the beginning of the part
21826 2024.11.09 02:57:50.024327 [ 285 ] {} <Debug> HTTP-Session: 472ec5a8-dd3e-4775-999f-d7e9f46c342c Authenticating user 'default' from [fd00:1122:3344:101::d]:55509
21827 2024.11.09 02:57:50.024434 [ 285 ] {} <Debug> HTTP-Session: 472ec5a8-dd3e-4775-999f-d7e9f46c342c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21828 2024.11.09 02:57:50.024535 [ 285 ] {} <Debug> HTTP-Session: 472ec5a8-dd3e-4775-999f-d7e9f46c342c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21829 2024.11.09 02:57:50.024633 [ 186 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 41 rows starting from the beginning of the part
21830 2024.11.09 02:57:50.024724 [ 285 ] {} <Trace> HTTP-Session: 472ec5a8-dd3e-4775-999f-d7e9f46c342c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21831 2024.11.09 02:57:50.024894 [ 186 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 4 rows starting from the beginning of the part
21832 2024.11.09 02:57:50.025156 [ 186 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 41 rows starting from the beginning of the part
21833 2024.11.09 02:57:50.025190 [ 285 ] {fc0d8b88-7ede-4dd8-8d15-3f926625aff5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55509) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
21834 2024.11.09 02:57:50.025345 [ 285 ] {fc0d8b88-7ede-4dd8-8d15-3f926625aff5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
21835 2024.11.09 02:57:50.026330 [ 285 ] {fc0d8b88-7ede-4dd8-8d15-3f926625aff5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21836 2024.11.09 02:57:50.027377 [ 285 ] {fc0d8b88-7ede-4dd8-8d15-3f926625aff5} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21837 2024.11.09 02:57:50.027439 [ 285 ] {fc0d8b88-7ede-4dd8-8d15-3f926625aff5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21838 2024.11.09 02:57:50.028211 [ 186 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 188 rows, containing 5 columns (5 merged, 0 gathered) in 0.004944102 sec., 38025.10546910238 rows/sec., 2.91 MiB/sec.
21839 2024.11.09 02:57:50.028406 [ 186 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
21840 2024.11.09 02:57:50.028481 [ 285 ] {fc0d8b88-7ede-4dd8-8d15-3f926625aff5} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
21841 2024.11.09 02:57:50.029511 [ 186 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_86_17} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21842 2024.11.09 02:57:50.029672 [ 285 ] {fc0d8b88-7ede-4dd8-8d15-3f926625aff5} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21843 2024.11.09 02:57:50.029686 [ 186 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_86_17} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
21844 2024.11.09 02:57:50.029825 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
21845 2024.11.09 02:57:50.029973 [ 285 ] {fc0d8b88-7ede-4dd8-8d15-3f926625aff5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00499 sec., 2805.61122244489 rows/sec., 196.49 KiB/sec.
21846 2024.11.09 02:57:50.030173 [ 285 ] {fc0d8b88-7ede-4dd8-8d15-3f926625aff5} <Debug> DynamicQueryHandler: Done processing query
21847 2024.11.09 02:57:50.030196 [ 285 ] {fc0d8b88-7ede-4dd8-8d15-3f926625aff5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
21848 2024.11.09 02:57:50.030212 [ 285 ] {} <Debug> HTTP-Session: 472ec5a8-dd3e-4775-999f-d7e9f46c342c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21849 2024.11.09 02:57:50.030349 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55509, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21850 2024.11.09 02:57:50.030445 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35455, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21851 2024.11.09 02:57:50.030516 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21852 2024.11.09 02:57:50.030540 [ 284 ] {} <Debug> HTTP-Session: c5aa81d3-76ef-4733-b135-de3053b419bb Authenticating user 'default' from [fd00:1122:3344:101::d]:35455
21853 2024.11.09 02:57:50.030563 [ 284 ] {} <Debug> HTTP-Session: c5aa81d3-76ef-4733-b135-de3053b419bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21854 2024.11.09 02:57:50.030580 [ 284 ] {} <Debug> HTTP-Session: c5aa81d3-76ef-4733-b135-de3053b419bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21855 2024.11.09 02:57:50.030627 [ 284 ] {} <Trace> HTTP-Session: c5aa81d3-76ef-4733-b135-de3053b419bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21856 2024.11.09 02:57:50.030769 [ 284 ] {25283de6-80b7-4908-bd6d-a65ac1f761a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35455) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
21857 2024.11.09 02:57:50.030829 [ 284 ] {25283de6-80b7-4908-bd6d-a65ac1f761a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
21858 2024.11.09 02:57:50.031291 [ 284 ] {25283de6-80b7-4908-bd6d-a65ac1f761a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21859 2024.11.09 02:57:50.032142 [ 284 ] {25283de6-80b7-4908-bd6d-a65ac1f761a3} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21860 2024.11.09 02:57:50.032183 [ 284 ] {25283de6-80b7-4908-bd6d-a65ac1f761a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21861 2024.11.09 02:57:50.032557 [ 284 ] {25283de6-80b7-4908-bd6d-a65ac1f761a3} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
21862 2024.11.09 02:57:50.032934 [ 284 ] {25283de6-80b7-4908-bd6d-a65ac1f761a3} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21863 2024.11.09 02:57:50.033066 [ 284 ] {25283de6-80b7-4908-bd6d-a65ac1f761a3} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.002341 sec., 2563.0072618539084 rows/sec., 151.43 KiB/sec.
21864 2024.11.09 02:57:50.033364 [ 284 ] {25283de6-80b7-4908-bd6d-a65ac1f761a3} <Debug> DynamicQueryHandler: Done processing query
21865 2024.11.09 02:57:50.033395 [ 284 ] {25283de6-80b7-4908-bd6d-a65ac1f761a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
21866 2024.11.09 02:57:50.033441 [ 284 ] {} <Debug> HTTP-Session: c5aa81d3-76ef-4733-b135-de3053b419bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21867 2024.11.09 02:57:50.033643 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35455, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21868 2024.11.09 02:57:50.033712 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55509, User-Agent: (none), Length: 68708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21869 2024.11.09 02:57:50.033802 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21870 2024.11.09 02:57:50.033829 [ 285 ] {} <Debug> HTTP-Session: 54026fa9-bc01-41e9-88ad-a7fcc6f85cd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55509
21871 2024.11.09 02:57:50.033850 [ 285 ] {} <Debug> HTTP-Session: 54026fa9-bc01-41e9-88ad-a7fcc6f85cd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21872 2024.11.09 02:57:50.033867 [ 285 ] {} <Debug> HTTP-Session: 54026fa9-bc01-41e9-88ad-a7fcc6f85cd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21873 2024.11.09 02:57:50.033912 [ 285 ] {} <Trace> HTTP-Session: 54026fa9-bc01-41e9-88ad-a7fcc6f85cd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21874 2024.11.09 02:57:50.034216 [ 285 ] {74ceac52-9c26-4198-bbc6-b48a4e9f96d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55509) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
21875 2024.11.09 02:57:50.034271 [ 285 ] {74ceac52-9c26-4198-bbc6-b48a4e9f96d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
21876 2024.11.09 02:57:50.034556 [ 285 ] {74ceac52-9c26-4198-bbc6-b48a4e9f96d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21877 2024.11.09 02:57:50.035147 [ 285 ] {74ceac52-9c26-4198-bbc6-b48a4e9f96d3} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21878 2024.11.09 02:57:50.035183 [ 285 ] {74ceac52-9c26-4198-bbc6-b48a4e9f96d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21879 2024.11.09 02:57:50.035567 [ 285 ] {74ceac52-9c26-4198-bbc6-b48a4e9f96d3} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary)
21880 2024.11.09 02:57:50.035937 [ 285 ] {74ceac52-9c26-4198-bbc6-b48a4e9f96d3} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21881 2024.11.09 02:57:50.036088 [ 285 ] {74ceac52-9c26-4198-bbc6-b48a4e9f96d3} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002013 sec., 210134.12816691506 rows/sec., 15.02 MiB/sec.
21882 2024.11.09 02:57:50.036271 [ 285 ] {74ceac52-9c26-4198-bbc6-b48a4e9f96d3} <Debug> DynamicQueryHandler: Done processing query
21883 2024.11.09 02:57:50.036294 [ 285 ] {74ceac52-9c26-4198-bbc6-b48a4e9f96d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
21884 2024.11.09 02:57:50.036310 [ 285 ] {} <Debug> HTTP-Session: 54026fa9-bc01-41e9-88ad-a7fcc6f85cd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21885 2024.11.09 02:57:50.036502 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55509, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21886 2024.11.09 02:57:50.036566 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44736, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21887 2024.11.09 02:57:50.036643 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21888 2024.11.09 02:57:50.036669 [ 284 ] {} <Debug> HTTP-Session: 2b6fecbf-40f2-4d34-8914-64b3df46861f Authenticating user 'default' from [fd00:1122:3344:101::d]:44736
21889 2024.11.09 02:57:50.036692 [ 284 ] {} <Debug> HTTP-Session: 2b6fecbf-40f2-4d34-8914-64b3df46861f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21890 2024.11.09 02:57:50.036709 [ 284 ] {} <Debug> HTTP-Session: 2b6fecbf-40f2-4d34-8914-64b3df46861f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21891 2024.11.09 02:57:50.036755 [ 284 ] {} <Trace> HTTP-Session: 2b6fecbf-40f2-4d34-8914-64b3df46861f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21892 2024.11.09 02:57:50.036886 [ 284 ] {6cc19588-8a12-4a13-8016-ddcd4404f8aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44736) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
21893 2024.11.09 02:57:50.036944 [ 284 ] {6cc19588-8a12-4a13-8016-ddcd4404f8aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
21894 2024.11.09 02:57:50.037138 [ 284 ] {6cc19588-8a12-4a13-8016-ddcd4404f8aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21895 2024.11.09 02:57:50.037451 [ 284 ] {6cc19588-8a12-4a13-8016-ddcd4404f8aa} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21896 2024.11.09 02:57:50.037486 [ 284 ] {6cc19588-8a12-4a13-8016-ddcd4404f8aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21897 2024.11.09 02:57:50.037854 [ 284 ] {6cc19588-8a12-4a13-8016-ddcd4404f8aa} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
21898 2024.11.09 02:57:50.038195 [ 284 ] {6cc19588-8a12-4a13-8016-ddcd4404f8aa} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21899 2024.11.09 02:57:50.038320 [ 284 ] {6cc19588-8a12-4a13-8016-ddcd4404f8aa} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001473 sec., 4073.319755600815 rows/sec., 212.82 KiB/sec.
21900 2024.11.09 02:57:50.038617 [ 284 ] {6cc19588-8a12-4a13-8016-ddcd4404f8aa} <Debug> DynamicQueryHandler: Done processing query
21901 2024.11.09 02:57:50.038651 [ 284 ] {6cc19588-8a12-4a13-8016-ddcd4404f8aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
21902 2024.11.09 02:57:50.038679 [ 284 ] {} <Debug> HTTP-Session: 2b6fecbf-40f2-4d34-8914-64b3df46861f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21903 2024.11.09 02:57:50.038839 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44736, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21904 2024.11.09 02:57:50.038928 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35380, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21905 2024.11.09 02:57:50.038999 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21906 2024.11.09 02:57:50.039023 [ 285 ] {} <Debug> HTTP-Session: 6bcd092c-26ca-42d6-a88f-8b73a25a1dfa Authenticating user 'default' from [fd00:1122:3344:101::d]:35380
21907 2024.11.09 02:57:50.039044 [ 285 ] {} <Debug> HTTP-Session: 6bcd092c-26ca-42d6-a88f-8b73a25a1dfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21908 2024.11.09 02:57:50.039060 [ 285 ] {} <Debug> HTTP-Session: 6bcd092c-26ca-42d6-a88f-8b73a25a1dfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21909 2024.11.09 02:57:50.039105 [ 285 ] {} <Trace> HTTP-Session: 6bcd092c-26ca-42d6-a88f-8b73a25a1dfa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21910 2024.11.09 02:57:50.039373 [ 285 ] {59251bb5-fcb3-480f-9ac8-d81f460178b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35380) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
21911 2024.11.09 02:57:50.039426 [ 285 ] {59251bb5-fcb3-480f-9ac8-d81f460178b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
21912 2024.11.09 02:57:50.039609 [ 285 ] {59251bb5-fcb3-480f-9ac8-d81f460178b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21913 2024.11.09 02:57:50.040045 [ 285 ] {59251bb5-fcb3-480f-9ac8-d81f460178b1} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21914 2024.11.09 02:57:50.040081 [ 285 ] {59251bb5-fcb3-480f-9ac8-d81f460178b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21915 2024.11.09 02:57:50.040486 [ 285 ] {59251bb5-fcb3-480f-9ac8-d81f460178b1} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary)
21916 2024.11.09 02:57:50.040841 [ 285 ] {59251bb5-fcb3-480f-9ac8-d81f460178b1} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21917 2024.11.09 02:57:50.040994 [ 285 ] {59251bb5-fcb3-480f-9ac8-d81f460178b1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001775 sec., 133521.12676056338 rows/sec., 8.95 MiB/sec.
21918 2024.11.09 02:57:50.041188 [ 285 ] {59251bb5-fcb3-480f-9ac8-d81f460178b1} <Debug> DynamicQueryHandler: Done processing query
21919 2024.11.09 02:57:50.041213 [ 285 ] {59251bb5-fcb3-480f-9ac8-d81f460178b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
21920 2024.11.09 02:57:50.041228 [ 285 ] {} <Debug> HTTP-Session: 6bcd092c-26ca-42d6-a88f-8b73a25a1dfa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21921 2024.11.09 02:57:50.041390 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44736, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21922 2024.11.09 02:57:50.041403 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35380, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21923 2024.11.09 02:57:50.041480 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21924 2024.11.09 02:57:50.041511 [ 284 ] {} <Debug> HTTP-Session: ee40de5c-292e-4e3e-99f6-f185c9cbf8b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:44736
21925 2024.11.09 02:57:50.041534 [ 284 ] {} <Debug> HTTP-Session: ee40de5c-292e-4e3e-99f6-f185c9cbf8b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21926 2024.11.09 02:57:50.041559 [ 284 ] {} <Debug> HTTP-Session: ee40de5c-292e-4e3e-99f6-f185c9cbf8b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21927 2024.11.09 02:57:50.041605 [ 284 ] {} <Trace> HTTP-Session: ee40de5c-292e-4e3e-99f6-f185c9cbf8b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21928 2024.11.09 02:57:50.041731 [ 284 ] {ec93b047-3b9e-4bd7-a2fe-beded066992b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44736) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
21929 2024.11.09 02:57:50.041789 [ 284 ] {ec93b047-3b9e-4bd7-a2fe-beded066992b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
21930 2024.11.09 02:57:50.041979 [ 284 ] {ec93b047-3b9e-4bd7-a2fe-beded066992b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21931 2024.11.09 02:57:50.042325 [ 284 ] {ec93b047-3b9e-4bd7-a2fe-beded066992b} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21932 2024.11.09 02:57:50.042367 [ 284 ] {ec93b047-3b9e-4bd7-a2fe-beded066992b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21933 2024.11.09 02:57:50.042733 [ 284 ] {ec93b047-3b9e-4bd7-a2fe-beded066992b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
21934 2024.11.09 02:57:50.043075 [ 284 ] {ec93b047-3b9e-4bd7-a2fe-beded066992b} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21935 2024.11.09 02:57:50.043202 [ 284 ] {ec93b047-3b9e-4bd7-a2fe-beded066992b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001505 sec., 664.4518272425249 rows/sec., 44.77 KiB/sec.
21936 2024.11.09 02:57:50.043564 [ 284 ] {ec93b047-3b9e-4bd7-a2fe-beded066992b} <Debug> DynamicQueryHandler: Done processing query
21937 2024.11.09 02:57:50.043595 [ 284 ] {ec93b047-3b9e-4bd7-a2fe-beded066992b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
21938 2024.11.09 02:57:50.043611 [ 284 ] {} <Debug> HTTP-Session: ee40de5c-292e-4e3e-99f6-f185c9cbf8b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21939 2024.11.09 02:57:50.043757 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44736, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21940 2024.11.09 02:57:50.043824 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33089, User-Agent: (none), Length: 69368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21941 2024.11.09 02:57:50.043890 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21942 2024.11.09 02:57:50.043909 [ 285 ] {} <Debug> HTTP-Session: ca55919e-7bf8-453f-beef-19de3e27a0c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:33089
21943 2024.11.09 02:57:50.043928 [ 285 ] {} <Debug> HTTP-Session: ca55919e-7bf8-453f-beef-19de3e27a0c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21944 2024.11.09 02:57:50.043941 [ 285 ] {} <Debug> HTTP-Session: ca55919e-7bf8-453f-beef-19de3e27a0c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21945 2024.11.09 02:57:50.043980 [ 285 ] {} <Trace> HTTP-Session: ca55919e-7bf8-453f-beef-19de3e27a0c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21946 2024.11.09 02:57:50.044421 [ 285 ] {18fc7bdb-bd48-407d-936a-0856b570e69a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33089) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
21947 2024.11.09 02:57:50.044501 [ 285 ] {18fc7bdb-bd48-407d-936a-0856b570e69a} <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
21948 2024.11.09 02:57:50.044991 [ 285 ] {18fc7bdb-bd48-407d-936a-0856b570e69a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21949 2024.11.09 02:57:50.045759 [ 285 ] {18fc7bdb-bd48-407d-936a-0856b570e69a} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21950 2024.11.09 02:57:50.045795 [ 285 ] {18fc7bdb-bd48-407d-936a-0856b570e69a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21951 2024.11.09 02:57:50.046494 [ 285 ] {18fc7bdb-bd48-407d-936a-0856b570e69a} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
21952 2024.11.09 02:57:50.046932 [ 285 ] {18fc7bdb-bd48-407d-936a-0856b570e69a} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21953 2024.11.09 02:57:50.047127 [ 285 ] {18fc7bdb-bd48-407d-936a-0856b570e69a} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003025 sec., 13553.719008264463 rows/sec., 24.29 MiB/sec.
21954 2024.11.09 02:57:50.047127 [ 91 ] {} <Debug> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
21955 2024.11.09 02:57:50.047261 [ 91 ] {} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21956 2024.11.09 02:57:50.047353 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21957 2024.11.09 02:57:50.047638 [ 285 ] {18fc7bdb-bd48-407d-936a-0856b570e69a} <Debug> DynamicQueryHandler: Done processing query
21958 2024.11.09 02:57:50.047691 [ 285 ] {18fc7bdb-bd48-407d-936a-0856b570e69a} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB.
21959 2024.11.09 02:57:50.047718 [ 196 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::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
21960 2024.11.09 02:57:50.047760 [ 285 ] {} <Debug> HTTP-Session: ca55919e-7bf8-453f-beef-19de3e27a0c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21961 2024.11.09 02:57:50.048124 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33089, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21962 2024.11.09 02:57:50.048288 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44736, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21963 2024.11.09 02:57:50.048465 [ 285 ] {} <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):
21964 
21965 (version 23.8.7.1)
21966 2024.11.09 02:57:50.048642 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
21967 2024.11.09 02:57:50.048789 [ 284 ] {} <Debug> HTTP-Session: 036889ff-be75-4858-a4bd-d540c6c6f3e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:44736
21968 2024.11.09 02:57:50.048896 [ 284 ] {} <Debug> HTTP-Session: 036889ff-be75-4858-a4bd-d540c6c6f3e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
21969 2024.11.09 02:57:50.048973 [ 284 ] {} <Debug> HTTP-Session: 036889ff-be75-4858-a4bd-d540c6c6f3e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
21970 2024.11.09 02:57:50.049096 [ 284 ] {} <Trace> HTTP-Session: 036889ff-be75-4858-a4bd-d540c6c6f3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21971 2024.11.09 02:57:50.049370 [ 196 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
21972 2024.11.09 02:57:50.049399 [ 284 ] {9e6ee6ab-12ff-4425-8079-63c589c6350f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44736) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
21973 2024.11.09 02:57:50.049524 [ 284 ] {9e6ee6ab-12ff-4425-8079-63c589c6350f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
21974 2024.11.09 02:57:50.049536 [ 196 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1540 rows starting from the beginning of the part
21975 2024.11.09 02:57:50.050396 [ 196 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 41 rows starting from the beginning of the part
21976 2024.11.09 02:57:50.050428 [ 284 ] {9e6ee6ab-12ff-4425-8079-63c589c6350f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
21977 2024.11.09 02:57:50.051169 [ 196 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 41 rows starting from the beginning of the part
21978 2024.11.09 02:57:50.051487 [ 284 ] {9e6ee6ab-12ff-4425-8079-63c589c6350f} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21979 2024.11.09 02:57:50.051613 [ 284 ] {9e6ee6ab-12ff-4425-8079-63c589c6350f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
21980 2024.11.09 02:57:50.051981 [ 196 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 41 rows starting from the beginning of the part
21981 2024.11.09 02:57:50.052669 [ 196 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 41 rows starting from the beginning of the part
21982 2024.11.09 02:57:50.053305 [ 284 ] {9e6ee6ab-12ff-4425-8079-63c589c6350f} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary)
21983 2024.11.09 02:57:50.053336 [ 196 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 41 rows starting from the beginning of the part
21984 2024.11.09 02:57:50.054695 [ 284 ] {9e6ee6ab-12ff-4425-8079-63c589c6350f} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21985 2024.11.09 02:57:50.055014 [ 284 ] {9e6ee6ab-12ff-4425-8079-63c589c6350f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005719 sec., 14338.171008917643 rows/sec., 932.51 KiB/sec.
21986 2024.11.09 02:57:50.055435 [ 284 ] {9e6ee6ab-12ff-4425-8079-63c589c6350f} <Debug> DynamicQueryHandler: Done processing query
21987 2024.11.09 02:57:50.055480 [ 284 ] {9e6ee6ab-12ff-4425-8079-63c589c6350f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
21988 2024.11.09 02:57:50.055509 [ 284 ] {} <Debug> HTTP-Session: 036889ff-be75-4858-a4bd-d540c6c6f3e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
21989 2024.11.09 02:57:50.055859 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44736, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21990 2024.11.09 02:57:50.062065 [ 193 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1745 rows, containing 19 columns (19 merged, 0 gathered) in 0.014559401 sec., 119853.83189871616 rows/sec., 214.77 MiB/sec.
21991 2024.11.09 02:57:50.063800 [ 190 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
21992 2024.11.09 02:57:50.064473 [ 190 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21993 2024.11.09 02:57:50.064557 [ 190 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
21994 2024.11.09 02:57:50.064714 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.69 MiB.
21995 2024.11.09 02:57:51.000245 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.13 MiB, peak 205.80 MiB, free memory in arenas 0.00 B, will set to 195.46 MiB (RSS), difference: 1.33 MiB
21996 2024.11.09 02:57:51.043280 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49834, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21997 2024.11.09 02:57:51.268574 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43288, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21998 2024.11.09 02:57:51.319962 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57280, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
21999 2024.11.09 02:57:51.321246 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57029, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22000 2024.11.09 02:57:51.353493 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57161, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22001 2024.11.09 02:57:51.390737 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55893, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22002 2024.11.09 02:57:51.429967 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33518, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22003 2024.11.09 02:57:51.435195 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34193, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22004 2024.11.09 02:57:51.914229 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1944
22005 2024.11.09 02:57:51.917373 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22006 2024.11.09 02:57:51.917423 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22007 2024.11.09 02:57:51.919027 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
22008 2024.11.09 02:57:51.920061 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22009 2024.11.09 02:57:51.920613 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1944
22010 2024.11.09 02:57:55.009744 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47597, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22011 2024.11.09 02:57:55.009855 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
22012 2024.11.09 02:57:55.009880 [ 284 ] {} <Debug> HTTP-Session: 681f838a-7ae0-461e-957a-dcb8c782a7c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:47597
22013 2024.11.09 02:57:55.009905 [ 284 ] {} <Debug> HTTP-Session: 681f838a-7ae0-461e-957a-dcb8c782a7c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
22014 2024.11.09 02:57:55.009919 [ 284 ] {} <Debug> HTTP-Session: 681f838a-7ae0-461e-957a-dcb8c782a7c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
22015 2024.11.09 02:57:55.009969 [ 284 ] {} <Trace> HTTP-Session: 681f838a-7ae0-461e-957a-dcb8c782a7c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
22016 2024.11.09 02:57:55.010158 [ 284 ] {6f80e256-a741-4e3a-88d1-770854343058} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47597) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
22017 2024.11.09 02:57:55.010228 [ 284 ] {6f80e256-a741-4e3a-88d1-770854343058} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
22018 2024.11.09 02:57:55.010577 [ 284 ] {6f80e256-a741-4e3a-88d1-770854343058} <Trace> ParallelParsingInputFormat: Parallel parsing is used
22019 2024.11.09 02:57:55.011038 [ 284 ] {6f80e256-a741-4e3a-88d1-770854343058} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22020 2024.11.09 02:57:55.011080 [ 284 ] {6f80e256-a741-4e3a-88d1-770854343058} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22021 2024.11.09 02:57:55.011508 [ 284 ] {6f80e256-a741-4e3a-88d1-770854343058} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
22022 2024.11.09 02:57:55.011919 [ 284 ] {6f80e256-a741-4e3a-88d1-770854343058} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22023 2024.11.09 02:57:55.012075 [ 284 ] {6f80e256-a741-4e3a-88d1-770854343058} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001973 sec., 2027.3694880892044 rows/sec., 165.32 KiB/sec.
22024 2024.11.09 02:57:55.012379 [ 284 ] {6f80e256-a741-4e3a-88d1-770854343058} <Debug> DynamicQueryHandler: Done processing query
22025 2024.11.09 02:57:55.012406 [ 284 ] {6f80e256-a741-4e3a-88d1-770854343058} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
22026 2024.11.09 02:57:55.012423 [ 284 ] {} <Debug> HTTP-Session: 681f838a-7ae0-461e-957a-dcb8c782a7c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
22027 2024.11.09 02:57:55.012602 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47597, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22028 2024.11.09 02:57:55.012711 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50215, User-Agent: (none), Length: 8114, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22029 2024.11.09 02:57:55.012846 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
22030 2024.11.09 02:57:55.012870 [ 285 ] {} <Debug> HTTP-Session: 81057bea-5089-4427-98b8-9d893f7faeeb Authenticating user 'default' from [fd00:1122:3344:101::d]:50215
22031 2024.11.09 02:57:55.012896 [ 285 ] {} <Debug> HTTP-Session: 81057bea-5089-4427-98b8-9d893f7faeeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
22032 2024.11.09 02:57:55.012910 [ 285 ] {} <Debug> HTTP-Session: 81057bea-5089-4427-98b8-9d893f7faeeb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
22033 2024.11.09 02:57:55.012967 [ 285 ] {} <Trace> HTTP-Session: 81057bea-5089-4427-98b8-9d893f7faeeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
22034 2024.11.09 02:57:55.013182 [ 285 ] {5bd177ab-2636-43f9-84d1-721a0608cf3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50215) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
22035 2024.11.09 02:57:55.013254 [ 285 ] {5bd177ab-2636-43f9-84d1-721a0608cf3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
22036 2024.11.09 02:57:55.013615 [ 285 ] {5bd177ab-2636-43f9-84d1-721a0608cf3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
22037 2024.11.09 02:57:55.014149 [ 285 ] {5bd177ab-2636-43f9-84d1-721a0608cf3a} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22038 2024.11.09 02:57:55.014200 [ 285 ] {5bd177ab-2636-43f9-84d1-721a0608cf3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22039 2024.11.09 02:57:55.014656 [ 285 ] {5bd177ab-2636-43f9-84d1-721a0608cf3a} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary)
22040 2024.11.09 02:57:55.015064 [ 285 ] {5bd177ab-2636-43f9-84d1-721a0608cf3a} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22041 2024.11.09 02:57:55.015243 [ 285 ] {5bd177ab-2636-43f9-84d1-721a0608cf3a} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.002131 sec., 27217.26888784608 rows/sec., 2.09 MiB/sec.
22042 2024.11.09 02:57:55.015475 [ 285 ] {5bd177ab-2636-43f9-84d1-721a0608cf3a} <Debug> DynamicQueryHandler: Done processing query
22043 2024.11.09 02:57:55.015503 [ 285 ] {5bd177ab-2636-43f9-84d1-721a0608cf3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
22044 2024.11.09 02:57:55.015519 [ 285 ] {} <Debug> HTTP-Session: 81057bea-5089-4427-98b8-9d893f7faeeb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
22045 2024.11.09 02:57:55.015721 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50215, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22046 2024.11.09 02:57:55.015796 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51999, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22047 2024.11.09 02:57:55.015925 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
22048 2024.11.09 02:57:55.015965 [ 284 ] {} <Debug> HTTP-Session: 8d33500a-0469-4204-970f-8fb7def508f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51999
22049 2024.11.09 02:57:55.016000 [ 284 ] {} <Debug> HTTP-Session: 8d33500a-0469-4204-970f-8fb7def508f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
22050 2024.11.09 02:57:55.016028 [ 284 ] {} <Debug> HTTP-Session: 8d33500a-0469-4204-970f-8fb7def508f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
22051 2024.11.09 02:57:55.016102 [ 284 ] {} <Trace> HTTP-Session: 8d33500a-0469-4204-970f-8fb7def508f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
22052 2024.11.09 02:57:55.016316 [ 284 ] {6a9b94d3-fbff-4bb3-b193-d91a188a507c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51999) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
22053 2024.11.09 02:57:55.016409 [ 284 ] {6a9b94d3-fbff-4bb3-b193-d91a188a507c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
22054 2024.11.09 02:57:55.016783 [ 284 ] {6a9b94d3-fbff-4bb3-b193-d91a188a507c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
22055 2024.11.09 02:57:55.017132 [ 284 ] {6a9b94d3-fbff-4bb3-b193-d91a188a507c} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22056 2024.11.09 02:57:55.017169 [ 284 ] {6a9b94d3-fbff-4bb3-b193-d91a188a507c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22057 2024.11.09 02:57:55.017539 [ 284 ] {6a9b94d3-fbff-4bb3-b193-d91a188a507c} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
22058 2024.11.09 02:57:55.017933 [ 284 ] {6a9b94d3-fbff-4bb3-b193-d91a188a507c} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22059 2024.11.09 02:57:55.018106 [ 284 ] {6a9b94d3-fbff-4bb3-b193-d91a188a507c} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001849 sec., 2163.3315305570577 rows/sec., 151.05 KiB/sec.
22060 2024.11.09 02:57:55.018292 [ 284 ] {6a9b94d3-fbff-4bb3-b193-d91a188a507c} <Debug> DynamicQueryHandler: Done processing query
22061 2024.11.09 02:57:55.018316 [ 284 ] {6a9b94d3-fbff-4bb3-b193-d91a188a507c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
22062 2024.11.09 02:57:55.018333 [ 284 ] {} <Debug> HTTP-Session: 8d33500a-0469-4204-970f-8fb7def508f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
22063 2024.11.09 02:57:55.018529 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51999, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22064 2024.11.09 02:57:55.018588 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52723, User-Agent: (none), Length: 11580, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22065 2024.11.09 02:57:55.018678 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
22066 2024.11.09 02:57:55.018703 [ 285 ] {} <Debug> HTTP-Session: 141e8382-82a0-4483-a1d0-c569d1d7e8dd Authenticating user 'default' from [fd00:1122:3344:101::d]:52723
22067 2024.11.09 02:57:55.018727 [ 285 ] {} <Debug> HTTP-Session: 141e8382-82a0-4483-a1d0-c569d1d7e8dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
22068 2024.11.09 02:57:55.018744 [ 285 ] {} <Debug> HTTP-Session: 141e8382-82a0-4483-a1d0-c569d1d7e8dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
22069 2024.11.09 02:57:55.018795 [ 285 ] {} <Trace> HTTP-Session: 141e8382-82a0-4483-a1d0-c569d1d7e8dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
22070 2024.11.09 02:57:55.018965 [ 285 ] {72382361-20d6-4b59-8b0d-1f2e3917323d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52723) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
22071 2024.11.09 02:57:55.019025 [ 285 ] {72382361-20d6-4b59-8b0d-1f2e3917323d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
22072 2024.11.09 02:57:55.019353 [ 285 ] {72382361-20d6-4b59-8b0d-1f2e3917323d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
22073 2024.11.09 02:57:55.019762 [ 285 ] {72382361-20d6-4b59-8b0d-1f2e3917323d} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22074 2024.11.09 02:57:55.019801 [ 285 ] {72382361-20d6-4b59-8b0d-1f2e3917323d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22075 2024.11.09 02:57:55.020201 [ 285 ] {72382361-20d6-4b59-8b0d-1f2e3917323d} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary)
22076 2024.11.09 02:57:55.020579 [ 285 ] {72382361-20d6-4b59-8b0d-1f2e3917323d} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22077 2024.11.09 02:57:55.020742 [ 285 ] {72382361-20d6-4b59-8b0d-1f2e3917323d} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001834 sec., 37077.42639040349 rows/sec., 2.90 MiB/sec.
22078 2024.11.09 02:57:55.020927 [ 285 ] {72382361-20d6-4b59-8b0d-1f2e3917323d} <Debug> DynamicQueryHandler: Done processing query
22079 2024.11.09 02:57:55.020953 [ 285 ] {72382361-20d6-4b59-8b0d-1f2e3917323d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
22080 2024.11.09 02:57:55.020969 [ 285 ] {} <Debug> HTTP-Session: 141e8382-82a0-4483-a1d0-c569d1d7e8dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
22081 2024.11.09 02:57:55.021157 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52723, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22082 2024.11.09 02:57:55.021348 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45314, User-Agent: (none), Length: 24922, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22083 2024.11.09 02:57:55.021422 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
22084 2024.11.09 02:57:55.021447 [ 284 ] {} <Debug> HTTP-Session: 1a804f08-8ce9-4fd3-b876-ee366603de08 Authenticating user 'default' from [fd00:1122:3344:101::d]:45314
22085 2024.11.09 02:57:55.021469 [ 284 ] {} <Debug> HTTP-Session: 1a804f08-8ce9-4fd3-b876-ee366603de08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
22086 2024.11.09 02:57:55.021486 [ 284 ] {} <Debug> HTTP-Session: 1a804f08-8ce9-4fd3-b876-ee366603de08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
22087 2024.11.09 02:57:55.021533 [ 284 ] {} <Trace> HTTP-Session: 1a804f08-8ce9-4fd3-b876-ee366603de08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
22088 2024.11.09 02:57:55.021706 [ 284 ] {6a3c4ff5-24ab-4e6a-8f08-261b5062fdea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45314) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
22089 2024.11.09 02:57:55.021762 [ 284 ] {6a3c4ff5-24ab-4e6a-8f08-261b5062fdea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
22090 2024.11.09 02:57:55.021953 [ 284 ] {6a3c4ff5-24ab-4e6a-8f08-261b5062fdea} <Trace> ParallelParsingInputFormat: Parallel parsing is used
22091 2024.11.09 02:57:55.022349 [ 284 ] {6a3c4ff5-24ab-4e6a-8f08-261b5062fdea} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22092 2024.11.09 02:57:55.022385 [ 284 ] {6a3c4ff5-24ab-4e6a-8f08-261b5062fdea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22093 2024.11.09 02:57:55.022799 [ 284 ] {6a3c4ff5-24ab-4e6a-8f08-261b5062fdea} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary)
22094 2024.11.09 02:57:55.023154 [ 284 ] {6a3c4ff5-24ab-4e6a-8f08-261b5062fdea} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22095 2024.11.09 02:57:55.023317 [ 284 ] {6a3c4ff5-24ab-4e6a-8f08-261b5062fdea} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001674 sec., 77658.30346475508 rows/sec., 5.41 MiB/sec.
22096 2024.11.09 02:57:55.023499 [ 284 ] {6a3c4ff5-24ab-4e6a-8f08-261b5062fdea} <Debug> DynamicQueryHandler: Done processing query
22097 2024.11.09 02:57:55.023523 [ 284 ] {6a3c4ff5-24ab-4e6a-8f08-261b5062fdea} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
22098 2024.11.09 02:57:55.023539 [ 284 ] {} <Debug> HTTP-Session: 1a804f08-8ce9-4fd3-b876-ee366603de08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
22099 2024.11.09 02:57:55.023718 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45314, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22100 2024.11.09 02:57:55.023805 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63856, User-Agent: (none), Length: 7317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22101 2024.11.09 02:57:55.023919 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
22102 2024.11.09 02:57:55.023956 [ 285 ] {} <Debug> HTTP-Session: ccb93c8b-1f58-4518-a6a3-7fd5d32a9f27 Authenticating user 'default' from [fd00:1122:3344:101::d]:63856
22103 2024.11.09 02:57:55.023990 [ 285 ] {} <Debug> HTTP-Session: ccb93c8b-1f58-4518-a6a3-7fd5d32a9f27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
22104 2024.11.09 02:57:55.024018 [ 285 ] {} <Debug> HTTP-Session: ccb93c8b-1f58-4518-a6a3-7fd5d32a9f27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
22105 2024.11.09 02:57:55.024089 [ 285 ] {} <Trace> HTTP-Session: ccb93c8b-1f58-4518-a6a3-7fd5d32a9f27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
22106 2024.11.09 02:57:55.024329 [ 285 ] {c1587ad1-4f31-48b5-9392-9ad158e907e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63856) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
22107 2024.11.09 02:57:55.024422 [ 285 ] {c1587ad1-4f31-48b5-9392-9ad158e907e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
22108 2024.11.09 02:57:55.024670 [ 285 ] {c1587ad1-4f31-48b5-9392-9ad158e907e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
22109 2024.11.09 02:57:55.025006 [ 285 ] {c1587ad1-4f31-48b5-9392-9ad158e907e6} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22110 2024.11.09 02:57:55.025043 [ 285 ] {c1587ad1-4f31-48b5-9392-9ad158e907e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22111 2024.11.09 02:57:55.025427 [ 285 ] {c1587ad1-4f31-48b5-9392-9ad158e907e6} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary)
22112 2024.11.09 02:57:55.025762 [ 285 ] {c1587ad1-4f31-48b5-9392-9ad158e907e6} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22113 2024.11.09 02:57:55.025919 [ 285 ] {c1587ad1-4f31-48b5-9392-9ad158e907e6} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001679 sec., 28588.44550327576 rows/sec., 1.93 MiB/sec.
22114 2024.11.09 02:57:55.026145 [ 285 ] {c1587ad1-4f31-48b5-9392-9ad158e907e6} <Debug> DynamicQueryHandler: Done processing query
22115 2024.11.09 02:57:55.026170 [ 285 ] {c1587ad1-4f31-48b5-9392-9ad158e907e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
22116 2024.11.09 02:57:55.026221 [ 285 ] {} <Debug> HTTP-Session: ccb93c8b-1f58-4518-a6a3-7fd5d32a9f27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
22117 2024.11.09 02:57:55.026606 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63856, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22118 2024.11.09 02:58:00.011540 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36313, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22119 2024.11.09 02:58:00.011676 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
22120 2024.11.09 02:58:00.011700 [ 285 ] {} <Debug> HTTP-Session: 12803b51-ad73-48c7-96db-0f7570739a4c Authenticating user 'default' from [fd00:1122:3344:101::d]:36313
22121 2024.11.09 02:58:00.011726 [ 285 ] {} <Debug> HTTP-Session: 12803b51-ad73-48c7-96db-0f7570739a4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
22122 2024.11.09 02:58:00.011741 [ 285 ] {} <Debug> HTTP-Session: 12803b51-ad73-48c7-96db-0f7570739a4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
22123 2024.11.09 02:58:00.011799 [ 285 ] {} <Trace> HTTP-Session: 12803b51-ad73-48c7-96db-0f7570739a4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
22124 2024.11.09 02:58:00.012037 [ 285 ] {39c01e8b-c313-4249-a5d7-2e9a31a09daa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36313) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
22125 2024.11.09 02:58:00.012115 [ 285 ] {39c01e8b-c313-4249-a5d7-2e9a31a09daa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
22126 2024.11.09 02:58:00.012517 [ 285 ] {39c01e8b-c313-4249-a5d7-2e9a31a09daa} <Trace> ParallelParsingInputFormat: Parallel parsing is used
22127 2024.11.09 02:58:00.013083 [ 285 ] {39c01e8b-c313-4249-a5d7-2e9a31a09daa} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22128 2024.11.09 02:58:00.013127 [ 285 ] {39c01e8b-c313-4249-a5d7-2e9a31a09daa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22129 2024.11.09 02:58:00.013559 [ 285 ] {39c01e8b-c313-4249-a5d7-2e9a31a09daa} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary)
22130 2024.11.09 02:58:00.013965 [ 285 ] {39c01e8b-c313-4249-a5d7-2e9a31a09daa} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22131 2024.11.09 02:58:00.014141 [ 285 ] {39c01e8b-c313-4249-a5d7-2e9a31a09daa} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002182 sec., 25664.52795600367 rows/sec., 1.97 MiB/sec.
22132 2024.11.09 02:58:00.014365 [ 285 ] {39c01e8b-c313-4249-a5d7-2e9a31a09daa} <Debug> DynamicQueryHandler: Done processing query
22133 2024.11.09 02:58:00.014391 [ 285 ] {39c01e8b-c313-4249-a5d7-2e9a31a09daa} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
22134 2024.11.09 02:58:00.014407 [ 285 ] {} <Debug> HTTP-Session: 12803b51-ad73-48c7-96db-0f7570739a4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
22135 2024.11.09 02:58:00.014574 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36313, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22136 2024.11.09 02:58:00.014688 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37680, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22137 2024.11.09 02:58:00.014826 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
22138 2024.11.09 02:58:00.014869 [ 284 ] {} <Debug> HTTP-Session: 8b11b3f5-20df-49d7-ad9c-778aba80c3c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:37680
22139 2024.11.09 02:58:00.014909 [ 284 ] {} <Debug> HTTP-Session: 8b11b3f5-20df-49d7-ad9c-778aba80c3c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
22140 2024.11.09 02:58:00.014938 [ 284 ] {} <Debug> HTTP-Session: 8b11b3f5-20df-49d7-ad9c-778aba80c3c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
22141 2024.11.09 02:58:00.015025 [ 284 ] {} <Trace> HTTP-Session: 8b11b3f5-20df-49d7-ad9c-778aba80c3c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
22142 2024.11.09 02:58:00.015349 [ 284 ] {130dc8e0-34bf-46da-b776-2d2307345ff3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37680) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
22143 2024.11.09 02:58:00.015459 [ 284 ] {130dc8e0-34bf-46da-b776-2d2307345ff3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
22144 2024.11.09 02:58:00.015948 [ 284 ] {130dc8e0-34bf-46da-b776-2d2307345ff3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
22145 2024.11.09 02:58:00.016433 [ 284 ] {130dc8e0-34bf-46da-b776-2d2307345ff3} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22146 2024.11.09 02:58:00.016478 [ 284 ] {130dc8e0-34bf-46da-b776-2d2307345ff3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22147 2024.11.09 02:58:00.016928 [ 284 ] {130dc8e0-34bf-46da-b776-2d2307345ff3} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary)
22148 2024.11.09 02:58:00.017326 [ 284 ] {130dc8e0-34bf-46da-b776-2d2307345ff3} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22149 2024.11.09 02:58:00.017506 [ 284 ] {130dc8e0-34bf-46da-b776-2d2307345ff3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002271 sec., 28181.417877586966 rows/sec., 2.20 MiB/sec.
22150 2024.11.09 02:58:00.017746 [ 284 ] {130dc8e0-34bf-46da-b776-2d2307345ff3} <Debug> DynamicQueryHandler: Done processing query
22151 2024.11.09 02:58:00.017774 [ 284 ] {130dc8e0-34bf-46da-b776-2d2307345ff3} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
22152 2024.11.09 02:58:00.017791 [ 284 ] {} <Debug> HTTP-Session: 8b11b3f5-20df-49d7-ad9c-778aba80c3c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
22153 2024.11.09 02:58:00.017974 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37680, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22154 2024.11.09 02:58:00.018072 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60952, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22155 2024.11.09 02:58:00.018144 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
22156 2024.11.09 02:58:00.018167 [ 285 ] {} <Debug> HTTP-Session: c1306ca5-9757-4b1e-af35-2a1fbf24eda1 Authenticating user 'default' from [fd00:1122:3344:101::d]:60952
22157 2024.11.09 02:58:00.018189 [ 285 ] {} <Debug> HTTP-Session: c1306ca5-9757-4b1e-af35-2a1fbf24eda1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
22158 2024.11.09 02:58:00.018207 [ 285 ] {} <Debug> HTTP-Session: c1306ca5-9757-4b1e-af35-2a1fbf24eda1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
22159 2024.11.09 02:58:00.018255 [ 285 ] {} <Trace> HTTP-Session: c1306ca5-9757-4b1e-af35-2a1fbf24eda1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
22160 2024.11.09 02:58:00.018459 [ 285 ] {0e074595-b4d7-490d-92f7-e622554fbf0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60952) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
22161 2024.11.09 02:58:00.018523 [ 285 ] {0e074595-b4d7-490d-92f7-e622554fbf0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
22162 2024.11.09 02:58:00.018741 [ 285 ] {0e074595-b4d7-490d-92f7-e622554fbf0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
22163 2024.11.09 02:58:00.019143 [ 285 ] {0e074595-b4d7-490d-92f7-e622554fbf0a} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22164 2024.11.09 02:58:00.019180 [ 285 ] {0e074595-b4d7-490d-92f7-e622554fbf0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22165 2024.11.09 02:58:00.019585 [ 285 ] {0e074595-b4d7-490d-92f7-e622554fbf0a} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary)
22166 2024.11.09 02:58:00.019937 [ 285 ] {0e074595-b4d7-490d-92f7-e622554fbf0a} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22167 2024.11.09 02:58:00.020104 [ 285 ] {0e074595-b4d7-490d-92f7-e622554fbf0a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001732 sec., 92378.75288683602 rows/sec., 6.43 MiB/sec.
22168 2024.11.09 02:58:00.020280 [ 285 ] {0e074595-b4d7-490d-92f7-e622554fbf0a} <Debug> DynamicQueryHandler: Done processing query
22169 2024.11.09 02:58:00.020304 [ 285 ] {0e074595-b4d7-490d-92f7-e622554fbf0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
22170 2024.11.09 02:58:00.020320 [ 285 ] {} <Debug> HTTP-Session: c1306ca5-9757-4b1e-af35-2a1fbf24eda1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
22171 2024.11.09 02:58:00.020465 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60952, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22172 2024.11.09 02:58:00.020537 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37680, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22173 2024.11.09 02:58:00.020671 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
22174 2024.11.09 02:58:00.020711 [ 284 ] {} <Debug> HTTP-Session: d7b0a52f-ea59-49cb-aec6-bead8c2917f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:37680
22175 2024.11.09 02:58:00.020746 [ 284 ] {} <Debug> HTTP-Session: d7b0a52f-ea59-49cb-aec6-bead8c2917f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
22176 2024.11.09 02:58:00.020773 [ 284 ] {} <Debug> HTTP-Session: d7b0a52f-ea59-49cb-aec6-bead8c2917f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
22177 2024.11.09 02:58:00.020838 [ 284 ] {} <Trace> HTTP-Session: d7b0a52f-ea59-49cb-aec6-bead8c2917f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
22178 2024.11.09 02:58:00.020981 [ 284 ] {05427994-3a1c-407f-ad11-3800e3b9f906} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37680) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
22179 2024.11.09 02:58:00.021034 [ 284 ] {05427994-3a1c-407f-ad11-3800e3b9f906} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
22180 2024.11.09 02:58:00.021205 [ 284 ] {05427994-3a1c-407f-ad11-3800e3b9f906} <Trace> ParallelParsingInputFormat: Parallel parsing is used
22181 2024.11.09 02:58:00.021532 [ 284 ] {05427994-3a1c-407f-ad11-3800e3b9f906} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22182 2024.11.09 02:58:00.021570 [ 284 ] {05427994-3a1c-407f-ad11-3800e3b9f906} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22183 2024.11.09 02:58:00.021961 [ 284 ] {05427994-3a1c-407f-ad11-3800e3b9f906} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary)
22184 2024.11.09 02:58:00.022328 [ 284 ] {05427994-3a1c-407f-ad11-3800e3b9f906} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22185 2024.11.09 02:58:00.022488 [ 284 ] {05427994-3a1c-407f-ad11-3800e3b9f906} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001556 sec., 38560.411311053984 rows/sec., 2.60 MiB/sec.
22186 2024.11.09 02:58:00.022670 [ 284 ] {05427994-3a1c-407f-ad11-3800e3b9f906} <Debug> DynamicQueryHandler: Done processing query
22187 2024.11.09 02:58:00.022694 [ 284 ] {05427994-3a1c-407f-ad11-3800e3b9f906} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
22188 2024.11.09 02:58:00.022710 [ 284 ] {} <Debug> HTTP-Session: d7b0a52f-ea59-49cb-aec6-bead8c2917f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
22189 2024.11.09 02:58:00.022939 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37680, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22190 2024.11.09 02:58:00.085088 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62621, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22191 2024.11.09 02:58:00.683751 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52593, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22192 2024.11.09 02:58:00.710409 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51181, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22193 2024.11.09 02:58:00.793951 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35754, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22194 2024.11.09 02:58:00.816796 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56228, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22195 2024.11.09 02:58:00.828699 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47757, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22196 2024.11.09 02:58:00.899741 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40412, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22197 2024.11.09 02:58:00.990801 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54799, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22198 2024.11.09 02:58:01.425241 [ 81 ] {} <Debug> DNSResolver: Updating DNS cache
22199 2024.11.09 02:58:01.425292 [ 81 ] {} <Debug> DNSResolver: Updated DNS cache
22200 2024.11.09 02:58:01.841001 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59200, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22201 2024.11.09 02:58:01.846808 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53793, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22202 2024.11.09 02:58:01.920863 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1964
22203 2024.11.09 02:58:01.924162 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22204 2024.11.09 02:58:01.924223 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22205 2024.11.09 02:58:01.925782 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
22206 2024.11.09 02:58:01.926788 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22207 2024.11.09 02:58:01.927425 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1964
22208 2024.11.09 02:58:02.300310 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60069, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22209 2024.11.09 02:58:02.390743 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39097, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22210 2024.11.09 02:58:02.396103 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56127, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22211 2024.11.09 02:58:02.417963 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42237, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22212 2024.11.09 02:58:02.490063 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60673, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22213 2024.11.09 02:58:02.533772 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60692, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22214 2024.11.09 02:58:02.542189 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60383, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22215 2024.11.09 02:58:02.554576 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38273, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22216 2024.11.09 02:58:02.567682 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48639, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22217 2024.11.09 02:58:02.618062 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58895, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22218 2024.11.09 02:58:02.715474 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52881, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22219 2024.11.09 02:58:02.718783 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45599, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22220 2024.11.09 02:58:02.766084 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53445, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22221 2024.11.09 02:58:02.766373 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36072, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22222 2024.11.09 02:58:05.018468 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39576, User-Agent: (none), Length: 41147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22223 2024.11.09 02:58:05.018576 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
22224 2024.11.09 02:58:05.018601 [ 283 ] {} <Debug> HTTP-Session: 9be4d6c5-6e2a-48c6-9ca1-c9e34c99998c Authenticating user 'default' from [fd00:1122:3344:101::d]:39576
22225 2024.11.09 02:58:05.018625 [ 283 ] {} <Debug> HTTP-Session: 9be4d6c5-6e2a-48c6-9ca1-c9e34c99998c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
22226 2024.11.09 02:58:05.018640 [ 283 ] {} <Debug> HTTP-Session: 9be4d6c5-6e2a-48c6-9ca1-c9e34c99998c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
22227 2024.11.09 02:58:05.018691 [ 283 ] {} <Trace> HTTP-Session: 9be4d6c5-6e2a-48c6-9ca1-c9e34c99998c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
22228 2024.11.09 02:58:05.018955 [ 283 ] {9e89595d-3aa0-45bb-95a5-c1899f44d20a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
22229 2024.11.09 02:58:05.019021 [ 283 ] {9e89595d-3aa0-45bb-95a5-c1899f44d20a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
22230 2024.11.09 02:58:05.019356 [ 283 ] {9e89595d-3aa0-45bb-95a5-c1899f44d20a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
22231 2024.11.09 02:58:05.019960 [ 283 ] {9e89595d-3aa0-45bb-95a5-c1899f44d20a} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22232 2024.11.09 02:58:05.020006 [ 283 ] {9e89595d-3aa0-45bb-95a5-c1899f44d20a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22233 2024.11.09 02:58:05.020478 [ 283 ] {9e89595d-3aa0-45bb-95a5-c1899f44d20a} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary)
22234 2024.11.09 02:58:05.020883 [ 283 ] {9e89595d-3aa0-45bb-95a5-c1899f44d20a} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22235 2024.11.09 02:58:05.021059 [ 283 ] {9e89595d-3aa0-45bb-95a5-c1899f44d20a} <Debug> executeQuery: Read 271 rows, 24.70 KiB in 0.002217 sec., 122237.25755525487 rows/sec., 10.88 MiB/sec.
22236 2024.11.09 02:58:05.021096 [ 80 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0
22237 2024.11.09 02:58:05.021224 [ 80 ] {} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22238 2024.11.09 02:58:05.021262 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22239 2024.11.09 02:58:05.021409 [ 283 ] {9e89595d-3aa0-45bb-95a5-c1899f44d20a} <Debug> DynamicQueryHandler: Done processing query
22240 2024.11.09 02:58:05.021486 [ 283 ] {9e89595d-3aa0-45bb-95a5-c1899f44d20a} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
22241 2024.11.09 02:58:05.021523 [ 283 ] {} <Debug> HTTP-Session: 9be4d6c5-6e2a-48c6-9ca1-c9e34c99998c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
22242 2024.11.09 02:58:05.021533 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full
22243 2024.11.09 02:58:05.021850 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39576, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22244 2024.11.09 02:58:05.022071 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60093, User-Agent: (none), Length: 5927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22245 2024.11.09 02:58:05.022200 [ 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):
22246 
22247 (version 23.8.7.1)
22248 2024.11.09 02:58:05.022406 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
22249 2024.11.09 02:58:05.022475 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
22250 2024.11.09 02:58:05.022537 [ 282 ] {} <Debug> HTTP-Session: 70fcaeb9-fdd0-4131-b0e9-b1dbe680c000 Authenticating user 'default' from [fd00:1122:3344:101::d]:60093
22251 2024.11.09 02:58:05.022618 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1420 rows starting from the beginning of the part
22252 2024.11.09 02:58:05.022647 [ 282 ] {} <Debug> HTTP-Session: 70fcaeb9-fdd0-4131-b0e9-b1dbe680c000 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
22253 2024.11.09 02:58:05.022753 [ 282 ] {} <Debug> HTTP-Session: 70fcaeb9-fdd0-4131-b0e9-b1dbe680c000 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
22254 2024.11.09 02:58:05.023053 [ 282 ] {} <Trace> HTTP-Session: 70fcaeb9-fdd0-4131-b0e9-b1dbe680c000 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
22255 2024.11.09 02:58:05.023215 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 56 rows starting from the beginning of the part
22256 2024.11.09 02:58:05.023591 [ 282 ] {a6365f22-6471-4a4e-8258-8a8817d5b4e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60093) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
22257 2024.11.09 02:58:05.023687 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 271 rows starting from the beginning of the part
22258 2024.11.09 02:58:05.023768 [ 282 ] {a6365f22-6471-4a4e-8258-8a8817d5b4e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
22259 2024.11.09 02:58:05.024005 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 58 rows starting from the beginning of the part
22260 2024.11.09 02:58:05.024266 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 56 rows starting from the beginning of the part
22261 2024.11.09 02:58:05.024665 [ 195 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 271 rows starting from the beginning of the part
22262 2024.11.09 02:58:05.025109 [ 282 ] {a6365f22-6471-4a4e-8258-8a8817d5b4e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
22263 2024.11.09 02:58:05.025684 [ 282 ] {a6365f22-6471-4a4e-8258-8a8817d5b4e2} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22264 2024.11.09 02:58:05.025729 [ 282 ] {a6365f22-6471-4a4e-8258-8a8817d5b4e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22265 2024.11.09 02:58:05.026301 [ 282 ] {a6365f22-6471-4a4e-8258-8a8817d5b4e2} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
22266 2024.11.09 02:58:05.026815 [ 193 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2132 rows, containing 5 columns (5 merged, 0 gathered) in 0.005457563 sec., 390650.5522703082 rows/sec., 34.54 MiB/sec.
22267 2024.11.09 02:58:05.026884 [ 282 ] {a6365f22-6471-4a4e-8258-8a8817d5b4e2} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22268 2024.11.09 02:58:05.027128 [ 282 ] {a6365f22-6471-4a4e-8258-8a8817d5b4e2} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.003772 sec., 10869.565217391304 rows/sec., 817.34 KiB/sec.
22269 2024.11.09 02:58:05.027249 [ 193 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary)
22270 2024.11.09 02:58:05.027472 [ 282 ] {a6365f22-6471-4a4e-8258-8a8817d5b4e2} <Debug> DynamicQueryHandler: Done processing query
22271 2024.11.09 02:58:05.027522 [ 282 ] {a6365f22-6471-4a4e-8258-8a8817d5b4e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
22272 2024.11.09 02:58:05.027566 [ 282 ] {} <Debug> HTTP-Session: 70fcaeb9-fdd0-4131-b0e9-b1dbe680c000 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
22273 2024.11.09 02:58:05.027837 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60093, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22274 2024.11.09 02:58:05.027907 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46596, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22275 2024.11.09 02:58:05.028010 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
22276 2024.11.09 02:58:05.028027 [ 193 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_136_27} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22277 2024.11.09 02:58:05.028071 [ 283 ] {} <Debug> HTTP-Session: add0d7ba-f945-481a-b690-16ae9d2f5312 Authenticating user 'default' from [fd00:1122:3344:101::d]:46596
22278 2024.11.09 02:58:05.028118 [ 283 ] {} <Debug> HTTP-Session: add0d7ba-f945-481a-b690-16ae9d2f5312 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
22279 2024.11.09 02:58:05.028141 [ 283 ] {} <Debug> HTTP-Session: add0d7ba-f945-481a-b690-16ae9d2f5312 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
22280 2024.11.09 02:58:05.028154 [ 193 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_136_27} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27
22281 2024.11.09 02:58:05.028196 [ 283 ] {} <Trace> HTTP-Session: add0d7ba-f945-481a-b690-16ae9d2f5312 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
22282 2024.11.09 02:58:05.028265 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
22283 2024.11.09 02:58:05.028371 [ 283 ] {9f2f0e74-d596-44fc-aa2d-5eb5e43bba35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46596) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
22284 2024.11.09 02:58:05.028429 [ 283 ] {9f2f0e74-d596-44fc-aa2d-5eb5e43bba35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
22285 2024.11.09 02:58:05.028733 [ 283 ] {9f2f0e74-d596-44fc-aa2d-5eb5e43bba35} <Trace> ParallelParsingInputFormat: Parallel parsing is used
22286 2024.11.09 02:58:05.029093 [ 283 ] {9f2f0e74-d596-44fc-aa2d-5eb5e43bba35} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22287 2024.11.09 02:58:05.029132 [ 283 ] {9f2f0e74-d596-44fc-aa2d-5eb5e43bba35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22288 2024.11.09 02:58:05.029506 [ 283 ] {9f2f0e74-d596-44fc-aa2d-5eb5e43bba35} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
22289 2024.11.09 02:58:05.029887 [ 283 ] {9f2f0e74-d596-44fc-aa2d-5eb5e43bba35} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22290 2024.11.09 02:58:05.030059 [ 283 ] {9f2f0e74-d596-44fc-aa2d-5eb5e43bba35} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001723 sec., 8125.3627394080095 rows/sec., 569.05 KiB/sec.
22291 2024.11.09 02:58:05.030241 [ 283 ] {9f2f0e74-d596-44fc-aa2d-5eb5e43bba35} <Debug> DynamicQueryHandler: Done processing query
22292 2024.11.09 02:58:05.030271 [ 283 ] {9f2f0e74-d596-44fc-aa2d-5eb5e43bba35} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
22293 2024.11.09 02:58:05.030289 [ 283 ] {} <Debug> HTTP-Session: add0d7ba-f945-481a-b690-16ae9d2f5312 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
22294 2024.11.09 02:58:05.030455 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46596, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22295 2024.11.09 02:58:05.030548 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40150, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22296 2024.11.09 02:58:05.030611 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
22297 2024.11.09 02:58:05.030631 [ 282 ] {} <Debug> HTTP-Session: e2758464-b1c0-4215-8e9b-8de25f6ab15c Authenticating user 'default' from [fd00:1122:3344:101::d]:40150
22298 2024.11.09 02:58:05.030650 [ 282 ] {} <Debug> HTTP-Session: e2758464-b1c0-4215-8e9b-8de25f6ab15c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
22299 2024.11.09 02:58:05.030664 [ 282 ] {} <Debug> HTTP-Session: e2758464-b1c0-4215-8e9b-8de25f6ab15c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
22300 2024.11.09 02:58:05.030704 [ 282 ] {} <Trace> HTTP-Session: e2758464-b1c0-4215-8e9b-8de25f6ab15c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
22301 2024.11.09 02:58:05.030812 [ 282 ] {d33dde35-cc3f-4e38-a4dc-081c9eccbe92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40150) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
22302 2024.11.09 02:58:05.030860 [ 282 ] {d33dde35-cc3f-4e38-a4dc-081c9eccbe92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
22303 2024.11.09 02:58:05.031128 [ 282 ] {d33dde35-cc3f-4e38-a4dc-081c9eccbe92} <Trace> ParallelParsingInputFormat: Parallel parsing is used
22304 2024.11.09 02:58:05.031470 [ 282 ] {d33dde35-cc3f-4e38-a4dc-081c9eccbe92} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22305 2024.11.09 02:58:05.031507 [ 282 ] {d33dde35-cc3f-4e38-a4dc-081c9eccbe92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22306 2024.11.09 02:58:05.031864 [ 282 ] {d33dde35-cc3f-4e38-a4dc-081c9eccbe92} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
22307 2024.11.09 02:58:05.032230 [ 282 ] {d33dde35-cc3f-4e38-a4dc-081c9eccbe92} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22308 2024.11.09 02:58:05.032352 [ 80 ] {} <Debug> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0
22309 2024.11.09 02:58:05.032362 [ 282 ] {d33dde35-cc3f-4e38-a4dc-081c9eccbe92} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001576 sec., 3807.1065989847716 rows/sec., 224.93 KiB/sec.
22310 2024.11.09 02:58:05.032384 [ 80 ] {} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22311 2024.11.09 02:58:05.032414 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22312 2024.11.09 02:58:05.032614 [ 200 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full
22313 2024.11.09 02:58:05.032642 [ 282 ] {d33dde35-cc3f-4e38-a4dc-081c9eccbe92} <Debug> DynamicQueryHandler: Done processing query
22314 2024.11.09 02:58:05.032690 [ 282 ] {d33dde35-cc3f-4e38-a4dc-081c9eccbe92} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
22315 2024.11.09 02:58:05.032716 [ 282 ] {} <Debug> HTTP-Session: e2758464-b1c0-4215-8e9b-8de25f6ab15c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
22316 2024.11.09 02:58:05.032846 [ 200 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
22317 2024.11.09 02:58:05.032888 [ 200 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 6 rows starting from the beginning of the part
22318 2024.11.09 02:58:05.033037 [ 200 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part
22319 2024.11.09 02:58:05.033049 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40150, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22320 2024.11.09 02:58:05.033360 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46596, User-Agent: (none), Length: 68708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22321 2024.11.09 02:58:05.033386 [ 200 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part
22322 2024.11.09 02:58:05.033514 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
22323 2024.11.09 02:58:05.033649 [ 283 ] {} <Debug> HTTP-Session: 203af214-f96a-4a2d-97cf-69c9792eb944 Authenticating user 'default' from [fd00:1122:3344:101::d]:46596
22324 2024.11.09 02:58:05.033735 [ 200 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part
22325 2024.11.09 02:58:05.033741 [ 283 ] {} <Debug> HTTP-Session: 203af214-f96a-4a2d-97cf-69c9792eb944 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
22326 2024.11.09 02:58:05.033805 [ 283 ] {} <Debug> HTTP-Session: 203af214-f96a-4a2d-97cf-69c9792eb944 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
22327 2024.11.09 02:58:05.033949 [ 283 ] {} <Trace> HTTP-Session: 203af214-f96a-4a2d-97cf-69c9792eb944 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
22328 2024.11.09 02:58:05.033999 [ 200 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part
22329 2024.11.09 02:58:05.034426 [ 283 ] {401ed125-522c-4624-a1ed-959437f5f572} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46596) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
22330 2024.11.09 02:58:05.034490 [ 283 ] {401ed125-522c-4624-a1ed-959437f5f572} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
22331 2024.11.09 02:58:05.035340 [ 283 ] {401ed125-522c-4624-a1ed-959437f5f572} <Trace> ParallelParsingInputFormat: Parallel parsing is used
22332 2024.11.09 02:58:05.036282 [ 200 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.003758988 sec., 7980.871447315075 rows/sec., 506.60 KiB/sec.
22333 2024.11.09 02:58:05.036475 [ 200 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary)
22334 2024.11.09 02:58:05.036565 [ 283 ] {401ed125-522c-4624-a1ed-959437f5f572} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22335 2024.11.09 02:58:05.036626 [ 283 ] {401ed125-522c-4624-a1ed-959437f5f572} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22336 2024.11.09 02:58:05.037444 [ 200 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_45_11} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22337 2024.11.09 02:58:05.037511 [ 283 ] {401ed125-522c-4624-a1ed-959437f5f572} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary)
22338 2024.11.09 02:58:05.037618 [ 200 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_45_11} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11
22339 2024.11.09 02:58:05.037823 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
22340 2024.11.09 02:58:05.038156 [ 283 ] {401ed125-522c-4624-a1ed-959437f5f572} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22341 2024.11.09 02:58:05.038331 [ 283 ] {401ed125-522c-4624-a1ed-959437f5f572} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.004151 sec., 101903.15586605636 rows/sec., 7.28 MiB/sec.
22342 2024.11.09 02:58:05.038355 [ 80 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0
22343 2024.11.09 02:58:05.038434 [ 80 ] {} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22344 2024.11.09 02:58:05.038494 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22345 2024.11.09 02:58:05.038658 [ 201 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full
22346 2024.11.09 02:58:05.038694 [ 283 ] {401ed125-522c-4624-a1ed-959437f5f572} <Debug> DynamicQueryHandler: Done processing query
22347 2024.11.09 02:58:05.038723 [ 283 ] {401ed125-522c-4624-a1ed-959437f5f572} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
22348 2024.11.09 02:58:05.038749 [ 283 ] {} <Debug> HTTP-Session: 203af214-f96a-4a2d-97cf-69c9792eb944 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
22349 2024.11.09 02:58:05.038819 [ 201 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
22350 2024.11.09 02:58:05.038854 [ 201 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 915 rows starting from the beginning of the part
22351 2024.11.09 02:58:05.038935 [ 201 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 64 rows starting from the beginning of the part
22352 2024.11.09 02:58:05.039051 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46596, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22353 2024.11.09 02:58:05.039121 [ 201 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 423 rows starting from the beginning of the part
22354 2024.11.09 02:58:05.039237 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38192, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22355 2024.11.09 02:58:05.039486 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
22356 2024.11.09 02:58:05.039587 [ 201 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 68 rows starting from the beginning of the part
22357 2024.11.09 02:58:05.039601 [ 282 ] {} <Debug> HTTP-Session: 1983d7ed-cbbe-4c7a-818e-0d4edda897dc Authenticating user 'default' from [fd00:1122:3344:101::d]:38192
22358 2024.11.09 02:58:05.039654 [ 282 ] {} <Debug> HTTP-Session: 1983d7ed-cbbe-4c7a-818e-0d4edda897dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
22359 2024.11.09 02:58:05.039752 [ 282 ] {} <Debug> HTTP-Session: 1983d7ed-cbbe-4c7a-818e-0d4edda897dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
22360 2024.11.09 02:58:05.039833 [ 201 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 64 rows starting from the beginning of the part
22361 2024.11.09 02:58:05.039892 [ 282 ] {} <Trace> HTTP-Session: 1983d7ed-cbbe-4c7a-818e-0d4edda897dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
22362 2024.11.09 02:58:05.040068 [ 201 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 423 rows starting from the beginning of the part
22363 2024.11.09 02:58:05.040376 [ 282 ] {b4b18910-c817-4418-bec4-6e5381ecb129} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38192) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
22364 2024.11.09 02:58:05.040516 [ 282 ] {b4b18910-c817-4418-bec4-6e5381ecb129} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
22365 2024.11.09 02:58:05.041019 [ 282 ] {b4b18910-c817-4418-bec4-6e5381ecb129} <Trace> ParallelParsingInputFormat: Parallel parsing is used
22366 2024.11.09 02:58:05.041851 [ 282 ] {b4b18910-c817-4418-bec4-6e5381ecb129} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22367 2024.11.09 02:58:05.041926 [ 282 ] {b4b18910-c817-4418-bec4-6e5381ecb129} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22368 2024.11.09 02:58:05.042736 [ 282 ] {b4b18910-c817-4418-bec4-6e5381ecb129} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
22369 2024.11.09 02:58:05.043345 [ 201 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1957 rows, containing 5 columns (5 merged, 0 gathered) in 0.004736598 sec., 413165.73625205265 rows/sec., 31.63 MiB/sec.
22370 2024.11.09 02:58:05.043611 [ 192 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary)
22371 2024.11.09 02:58:05.043617 [ 282 ] {b4b18910-c817-4418-bec4-6e5381ecb129} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22372 2024.11.09 02:58:05.044010 [ 282 ] {b4b18910-c817-4418-bec4-6e5381ecb129} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003836 sec., 1564.1293013555787 rows/sec., 81.72 KiB/sec.
22373 2024.11.09 02:58:05.044634 [ 282 ] {b4b18910-c817-4418-bec4-6e5381ecb129} <Debug> DynamicQueryHandler: Done processing query
22374 2024.11.09 02:58:05.044736 [ 282 ] {b4b18910-c817-4418-bec4-6e5381ecb129} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
22375 2024.11.09 02:58:05.044823 [ 282 ] {} <Debug> HTTP-Session: 1983d7ed-cbbe-4c7a-818e-0d4edda897dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
22376 2024.11.09 02:58:05.045156 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38192, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22377 2024.11.09 02:58:05.045289 [ 192 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_136_27} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22378 2024.11.09 02:58:05.045306 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22379 2024.11.09 02:58:05.045447 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
22380 2024.11.09 02:58:05.045484 [ 283 ] {} <Debug> HTTP-Session: 6cb4a245-25c2-4cbf-912f-d3233d426ace Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
22381 2024.11.09 02:58:05.045500 [ 192 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_136_27} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27
22382 2024.11.09 02:58:05.045510 [ 283 ] {} <Debug> HTTP-Session: 6cb4a245-25c2-4cbf-912f-d3233d426ace Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
22383 2024.11.09 02:58:05.045542 [ 283 ] {} <Debug> HTTP-Session: 6cb4a245-25c2-4cbf-912f-d3233d426ace Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
22384 2024.11.09 02:58:05.045636 [ 283 ] {} <Trace> HTTP-Session: 6cb4a245-25c2-4cbf-912f-d3233d426ace Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
22385 2024.11.09 02:58:05.045654 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
22386 2024.11.09 02:58:05.045881 [ 283 ] {bdec68ac-3150-43f5-b0ab-5570f9516932} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
22387 2024.11.09 02:58:05.045937 [ 283 ] {bdec68ac-3150-43f5-b0ab-5570f9516932} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
22388 2024.11.09 02:58:05.046125 [ 283 ] {bdec68ac-3150-43f5-b0ab-5570f9516932} <Trace> ParallelParsingInputFormat: Parallel parsing is used
22389 2024.11.09 02:58:05.046546 [ 283 ] {bdec68ac-3150-43f5-b0ab-5570f9516932} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22390 2024.11.09 02:58:05.046581 [ 283 ] {bdec68ac-3150-43f5-b0ab-5570f9516932} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22391 2024.11.09 02:58:05.046972 [ 283 ] {bdec68ac-3150-43f5-b0ab-5570f9516932} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary)
22392 2024.11.09 02:58:05.047386 [ 283 ] {bdec68ac-3150-43f5-b0ab-5570f9516932} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22393 2024.11.09 02:58:05.047518 [ 283 ] {bdec68ac-3150-43f5-b0ab-5570f9516932} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001769 sec., 133973.99660825325 rows/sec., 8.98 MiB/sec.
22394 2024.11.09 02:58:05.047542 [ 78 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0
22395 2024.11.09 02:58:05.047596 [ 78 ] {} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22396 2024.11.09 02:58:05.047633 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22397 2024.11.09 02:58:05.047776 [ 283 ] {bdec68ac-3150-43f5-b0ab-5570f9516932} <Debug> DynamicQueryHandler: Done processing query
22398 2024.11.09 02:58:05.047847 [ 283 ] {bdec68ac-3150-43f5-b0ab-5570f9516932} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
22399 2024.11.09 02:58:05.047888 [ 191 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full
22400 2024.11.09 02:58:05.047907 [ 283 ] {} <Debug> HTTP-Session: 6cb4a245-25c2-4cbf-912f-d3233d426ace Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
22401 2024.11.09 02:58:05.048337 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22402 2024.11.09 02:58:05.048381 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50594, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22403 2024.11.09 02:58:05.048646 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
22404 2024.11.09 02:58:05.048663 [ 191 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
22405 2024.11.09 02:58:05.048749 [ 282 ] {} <Debug> HTTP-Session: 1268f241-664f-4cf2-9f8e-9112859a8263 Authenticating user 'default' from [fd00:1122:3344:101::d]:50594
22406 2024.11.09 02:58:05.048821 [ 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):
22407 
22408 (version 23.8.7.1)
22409 2024.11.09 02:58:05.048823 [ 191 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_131_26, total 26063 rows starting from the beginning of the part
22410 2024.11.09 02:58:05.048858 [ 282 ] {} <Debug> HTTP-Session: 1268f241-664f-4cf2-9f8e-9112859a8263 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
22411 2024.11.09 02:58:05.048953 [ 282 ] {} <Debug> HTTP-Session: 1268f241-664f-4cf2-9f8e-9112859a8263 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
22412 2024.11.09 02:58:05.049133 [ 282 ] {} <Trace> HTTP-Session: 1268f241-664f-4cf2-9f8e-9112859a8263 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
22413 2024.11.09 02:58:05.049532 [ 191 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 160 rows starting from the beginning of the part
22414 2024.11.09 02:58:05.049583 [ 282 ] {37d010ab-312d-4684-b8f8-c95a1688d3fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50594) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
22415 2024.11.09 02:58:05.049805 [ 282 ] {37d010ab-312d-4684-b8f8-c95a1688d3fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
22416 2024.11.09 02:58:05.050131 [ 191 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 237 rows starting from the beginning of the part
22417 2024.11.09 02:58:05.050512 [ 191 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 130 rows starting from the beginning of the part
22418 2024.11.09 02:58:05.050654 [ 282 ] {37d010ab-312d-4684-b8f8-c95a1688d3fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used
22419 2024.11.09 02:58:05.050835 [ 191 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 160 rows starting from the beginning of the part
22420 2024.11.09 02:58:05.051156 [ 191 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 237 rows starting from the beginning of the part
22421 2024.11.09 02:58:05.051667 [ 282 ] {37d010ab-312d-4684-b8f8-c95a1688d3fe} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22422 2024.11.09 02:58:05.051713 [ 282 ] {37d010ab-312d-4684-b8f8-c95a1688d3fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22423 2024.11.09 02:58:05.052191 [ 282 ] {37d010ab-312d-4684-b8f8-c95a1688d3fe} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
22424 2024.11.09 02:58:05.052642 [ 282 ] {37d010ab-312d-4684-b8f8-c95a1688d3fe} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22425 2024.11.09 02:58:05.052830 [ 282 ] {37d010ab-312d-4684-b8f8-c95a1688d3fe} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003381 sec., 295.77048210588583 rows/sec., 19.93 KiB/sec.
22426 2024.11.09 02:58:05.053058 [ 282 ] {37d010ab-312d-4684-b8f8-c95a1688d3fe} <Debug> DynamicQueryHandler: Done processing query
22427 2024.11.09 02:58:05.053083 [ 282 ] {37d010ab-312d-4684-b8f8-c95a1688d3fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
22428 2024.11.09 02:58:05.053104 [ 282 ] {} <Debug> HTTP-Session: 1268f241-664f-4cf2-9f8e-9112859a8263 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
22429 2024.11.09 02:58:05.053348 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50594, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22430 2024.11.09 02:58:05.053517 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55624, User-Agent: (none), Length: 69370, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22431 2024.11.09 02:58:05.053620 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
22432 2024.11.09 02:58:05.053679 [ 283 ] {} <Debug> HTTP-Session: c61fac29-8a42-4c34-b328-b49c91dee98c Authenticating user 'default' from [fd00:1122:3344:101::d]:55624
22433 2024.11.09 02:58:05.053735 [ 283 ] {} <Debug> HTTP-Session: c61fac29-8a42-4c34-b328-b49c91dee98c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
22434 2024.11.09 02:58:05.053772 [ 283 ] {} <Debug> HTTP-Session: c61fac29-8a42-4c34-b328-b49c91dee98c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
22435 2024.11.09 02:58:05.053853 [ 283 ] {} <Trace> HTTP-Session: c61fac29-8a42-4c34-b328-b49c91dee98c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
22436 2024.11.09 02:58:05.054405 [ 283 ] {e2338482-0073-4166-8c42-f1918834328a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55624) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
22437 2024.11.09 02:58:05.054486 [ 283 ] {e2338482-0073-4166-8c42-f1918834328a} <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
22438 2024.11.09 02:58:05.055166 [ 283 ] {e2338482-0073-4166-8c42-f1918834328a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
22439 2024.11.09 02:58:05.056267 [ 283 ] {e2338482-0073-4166-8c42-f1918834328a} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22440 2024.11.09 02:58:05.056304 [ 283 ] {e2338482-0073-4166-8c42-f1918834328a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22441 2024.11.09 02:58:05.057425 [ 283 ] {e2338482-0073-4166-8c42-f1918834328a} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
22442 2024.11.09 02:58:05.058108 [ 283 ] {e2338482-0073-4166-8c42-f1918834328a} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22443 2024.11.09 02:58:05.058331 [ 283 ] {e2338482-0073-4166-8c42-f1918834328a} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.004277 sec., 9586.158522328735 rows/sec., 17.18 MiB/sec.
22444 2024.11.09 02:58:05.059592 [ 197 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26987 rows, containing 5 columns (5 merged, 0 gathered) in 0.011873846 sec., 2272810.343000911 rows/sec., 155.20 MiB/sec.
22445 2024.11.09 02:58:05.059620 [ 283 ] {e2338482-0073-4166-8c42-f1918834328a} <Debug> DynamicQueryHandler: Done processing query
22446 2024.11.09 02:58:05.059651 [ 283 ] {e2338482-0073-4166-8c42-f1918834328a} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB.
22447 2024.11.09 02:58:05.059669 [ 283 ] {} <Debug> HTTP-Session: c61fac29-8a42-4c34-b328-b49c91dee98c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
22448 2024.11.09 02:58:05.059890 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50594, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22449 2024.11.09 02:58:05.059911 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55624, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22450 2024.11.09 02:58:05.059992 [ 197 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary)
22451 2024.11.09 02:58:05.060016 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
22452 2024.11.09 02:58:05.060113 [ 282 ] {} <Debug> HTTP-Session: 2c269341-451e-4593-af43-fcbc43f4ab07 Authenticating user 'default' from [fd00:1122:3344:101::d]:50594
22453 2024.11.09 02:58:05.060177 [ 282 ] {} <Debug> HTTP-Session: 2c269341-451e-4593-af43-fcbc43f4ab07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
22454 2024.11.09 02:58:05.060210 [ 282 ] {} <Debug> HTTP-Session: 2c269341-451e-4593-af43-fcbc43f4ab07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
22455 2024.11.09 02:58:05.060285 [ 282 ] {} <Trace> HTTP-Session: 2c269341-451e-4593-af43-fcbc43f4ab07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
22456 2024.11.09 02:58:05.060667 [ 282 ] {669d6099-58ba-49b0-8d0f-540fc75a96f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50594) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
22457 2024.11.09 02:58:05.060754 [ 282 ] {669d6099-58ba-49b0-8d0f-540fc75a96f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
22458 2024.11.09 02:58:05.060928 [ 197 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_136_27} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22459 2024.11.09 02:58:05.061169 [ 197 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_136_27} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27
22460 2024.11.09 02:58:05.061236 [ 282 ] {669d6099-58ba-49b0-8d0f-540fc75a96f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
22461 2024.11.09 02:58:05.061350 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB.
22462 2024.11.09 02:58:05.061703 [ 282 ] {669d6099-58ba-49b0-8d0f-540fc75a96f1} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22463 2024.11.09 02:58:05.061745 [ 282 ] {669d6099-58ba-49b0-8d0f-540fc75a96f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22464 2024.11.09 02:58:05.062125 [ 282 ] {669d6099-58ba-49b0-8d0f-540fc75a96f1} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary)
22465 2024.11.09 02:58:05.062465 [ 282 ] {669d6099-58ba-49b0-8d0f-540fc75a96f1} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22466 2024.11.09 02:58:05.062623 [ 282 ] {669d6099-58ba-49b0-8d0f-540fc75a96f1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002109 sec., 38880.986249407295 rows/sec., 2.47 MiB/sec.
22467 2024.11.09 02:58:05.062644 [ 78 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0
22468 2024.11.09 02:58:05.062717 [ 78 ] {} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22469 2024.11.09 02:58:05.062779 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22470 2024.11.09 02:58:05.062960 [ 282 ] {669d6099-58ba-49b0-8d0f-540fc75a96f1} <Debug> DynamicQueryHandler: Done processing query
22471 2024.11.09 02:58:05.063015 [ 282 ] {669d6099-58ba-49b0-8d0f-540fc75a96f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
22472 2024.11.09 02:58:05.063061 [ 282 ] {} <Debug> HTTP-Session: 2c269341-451e-4593-af43-fcbc43f4ab07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
22473 2024.11.09 02:58:05.063087 [ 188 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full
22474 2024.11.09 02:58:05.063589 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50594, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22475 2024.11.09 02:58:05.063963 [ 188 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
22476 2024.11.09 02:58:05.064059 [ 188 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_131_26, total 8302 rows starting from the beginning of the part
22477 2024.11.09 02:58:05.064300 [ 188 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 60 rows starting from the beginning of the part
22478 2024.11.09 02:58:05.064515 [ 188 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 82 rows starting from the beginning of the part
22479 2024.11.09 02:58:05.064699 [ 188 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 48 rows starting from the beginning of the part
22480 2024.11.09 02:58:05.064909 [ 188 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 60 rows starting from the beginning of the part
22481 2024.11.09 02:58:05.065052 [ 188 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 82 rows starting from the beginning of the part
22482 2024.11.09 02:58:05.068556 [ 198 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8634 rows, containing 4 columns (4 merged, 0 gathered) in 0.005684938 sec., 1518750.072560158 rows/sec., 99.82 MiB/sec.
22483 2024.11.09 02:58:05.068784 [ 199 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary)
22484 2024.11.09 02:58:05.069194 [ 199 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_136_27} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22485 2024.11.09 02:58:05.069272 [ 199 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_136_27} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27
22486 2024.11.09 02:58:05.069358 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.81 MiB.
22487 2024.11.09 02:58:06.000186 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 196.57 MiB, peak 209.13 MiB, free memory in arenas 0.00 B, will set to 195.46 MiB (RSS), difference: -1.11 MiB
22488 2024.11.09 02:58:06.415709 [ 223 ] {} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0]
22489 2024.11.09 02:58:06.415769 [ 223 ] {} <Debug> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0]
22490 2024.11.09 02:58:06.417551 [ 223 ] {} <Debug> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0]
22491 2024.11.09 02:58:06.795299 [ 77 ] {} <Debug> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0
22492 2024.11.09 02:58:06.795363 [ 77 ] {} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22493 2024.11.09 02:58:06.795386 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22494 2024.11.09 02:58:06.795597 [ 189 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full
22495 2024.11.09 02:58:06.795920 [ 189 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
22496 2024.11.09 02:58:06.795965 [ 189 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 18 rows starting from the beginning of the part
22497 2024.11.09 02:58:06.796055 [ 189 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part
22498 2024.11.09 02:58:06.796252 [ 189 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 2 rows starting from the beginning of the part
22499 2024.11.09 02:58:06.796501 [ 189 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 4 rows starting from the beginning of the part
22500 2024.11.09 02:58:06.796793 [ 189 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 4 rows starting from the beginning of the part
22501 2024.11.09 02:58:06.798064 [ 194 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002598533 sec., 13853.97068268904 rows/sec., 1.16 MiB/sec.
22502 2024.11.09 02:58:06.798255 [ 194 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary)
22503 2024.11.09 02:58:06.798733 [ 194 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_41_10} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22504 2024.11.09 02:58:06.798829 [ 194 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_41_10} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10
22505 2024.11.09 02:58:06.798936 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
22506 2024.11.09 02:58:09.177849 [ 218 ] {} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
22507 2024.11.09 02:58:09.177920 [ 218 ] {} <Debug> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
22508 2024.11.09 02:58:09.179984 [ 218 ] {} <Debug> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
22509 2024.11.09 02:58:10.010566 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33391, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22510 2024.11.09 02:58:10.010731 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
22511 2024.11.09 02:58:10.010775 [ 283 ] {} <Debug> HTTP-Session: b916008b-0268-43ed-abf7-e82949239b6c Authenticating user 'default' from [fd00:1122:3344:101::d]:33391
22512 2024.11.09 02:58:10.010816 [ 283 ] {} <Debug> HTTP-Session: b916008b-0268-43ed-abf7-e82949239b6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
22513 2024.11.09 02:58:10.010843 [ 283 ] {} <Debug> HTTP-Session: b916008b-0268-43ed-abf7-e82949239b6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
22514 2024.11.09 02:58:10.010923 [ 283 ] {} <Trace> HTTP-Session: b916008b-0268-43ed-abf7-e82949239b6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
22515 2024.11.09 02:58:10.011197 [ 283 ] {666412e6-6132-40b2-bf3b-beeb2ae2a338} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33391) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
22516 2024.11.09 02:58:10.011262 [ 283 ] {666412e6-6132-40b2-bf3b-beeb2ae2a338} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
22517 2024.11.09 02:58:10.011593 [ 283 ] {666412e6-6132-40b2-bf3b-beeb2ae2a338} <Trace> ParallelParsingInputFormat: Parallel parsing is used
22518 2024.11.09 02:58:10.012054 [ 283 ] {666412e6-6132-40b2-bf3b-beeb2ae2a338} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22519 2024.11.09 02:58:10.012094 [ 283 ] {666412e6-6132-40b2-bf3b-beeb2ae2a338} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22520 2024.11.09 02:58:10.012508 [ 283 ] {666412e6-6132-40b2-bf3b-beeb2ae2a338} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
22521 2024.11.09 02:58:10.012915 [ 283 ] {666412e6-6132-40b2-bf3b-beeb2ae2a338} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22522 2024.11.09 02:58:10.013088 [ 283 ] {666412e6-6132-40b2-bf3b-beeb2ae2a338} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001973 sec., 4054.738976178409 rows/sec., 330.64 KiB/sec.
22523 2024.11.09 02:58:10.013302 [ 283 ] {666412e6-6132-40b2-bf3b-beeb2ae2a338} <Debug> DynamicQueryHandler: Done processing query
22524 2024.11.09 02:58:10.013328 [ 283 ] {666412e6-6132-40b2-bf3b-beeb2ae2a338} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
22525 2024.11.09 02:58:10.013344 [ 283 ] {} <Debug> HTTP-Session: b916008b-0268-43ed-abf7-e82949239b6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
22526 2024.11.09 02:58:10.013576 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33391, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22527 2024.11.09 02:58:10.013744 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44311, User-Agent: (none), Length: 8380, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22528 2024.11.09 02:58:10.013901 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
22529 2024.11.09 02:58:10.013936 [ 282 ] {} <Debug> HTTP-Session: f5e9108a-2900-4cf6-85b4-bd71c6ba250a Authenticating user 'default' from [fd00:1122:3344:101::d]:44311
22530 2024.11.09 02:58:10.013965 [ 282 ] {} <Debug> HTTP-Session: f5e9108a-2900-4cf6-85b4-bd71c6ba250a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
22531 2024.11.09 02:58:10.013983 [ 282 ] {} <Debug> HTTP-Session: f5e9108a-2900-4cf6-85b4-bd71c6ba250a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
22532 2024.11.09 02:58:10.014050 [ 282 ] {} <Trace> HTTP-Session: f5e9108a-2900-4cf6-85b4-bd71c6ba250a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
22533 2024.11.09 02:58:10.014296 [ 282 ] {da1e6767-7030-4580-bc9d-c52e88f2f270} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44311) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
22534 2024.11.09 02:58:10.014370 [ 282 ] {da1e6767-7030-4580-bc9d-c52e88f2f270} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
22535 2024.11.09 02:58:10.014731 [ 282 ] {da1e6767-7030-4580-bc9d-c52e88f2f270} <Trace> ParallelParsingInputFormat: Parallel parsing is used
22536 2024.11.09 02:58:10.015167 [ 282 ] {da1e6767-7030-4580-bc9d-c52e88f2f270} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22537 2024.11.09 02:58:10.015222 [ 282 ] {da1e6767-7030-4580-bc9d-c52e88f2f270} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22538 2024.11.09 02:58:10.015726 [ 282 ] {da1e6767-7030-4580-bc9d-c52e88f2f270} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary)
22539 2024.11.09 02:58:10.016146 [ 282 ] {da1e6767-7030-4580-bc9d-c52e88f2f270} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22540 2024.11.09 02:58:10.016314 [ 282 ] {da1e6767-7030-4580-bc9d-c52e88f2f270} <Debug> executeQuery: Read 60 rows, 4.70 KiB in 0.002096 sec., 28625.95419847328 rows/sec., 2.19 MiB/sec.
22541 2024.11.09 02:58:10.016512 [ 225 ] {} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
22542 2024.11.09 02:58:10.016585 [ 225 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
22543 2024.11.09 02:58:10.016647 [ 282 ] {da1e6767-7030-4580-bc9d-c52e88f2f270} <Debug> DynamicQueryHandler: Done processing query
22544 2024.11.09 02:58:10.016694 [ 282 ] {da1e6767-7030-4580-bc9d-c52e88f2f270} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
22545 2024.11.09 02:58:10.016732 [ 282 ] {} <Debug> HTTP-Session: f5e9108a-2900-4cf6-85b4-bd71c6ba250a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
22546 2024.11.09 02:58:10.016937 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44311, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22547 2024.11.09 02:58:10.017007 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33391, User-Agent: (none), Length: 1168, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22548 2024.11.09 02:58:10.017189 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
22549 2024.11.09 02:58:10.017226 [ 283 ] {} <Debug> HTTP-Session: 0037128c-21e8-4c97-966b-b127fa6c1778 Authenticating user 'default' from [fd00:1122:3344:101::d]:33391
22550 2024.11.09 02:58:10.017253 [ 283 ] {} <Debug> HTTP-Session: 0037128c-21e8-4c97-966b-b127fa6c1778 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
22551 2024.11.09 02:58:10.017271 [ 283 ] {} <Debug> HTTP-Session: 0037128c-21e8-4c97-966b-b127fa6c1778 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
22552 2024.11.09 02:58:10.017322 [ 283 ] {} <Trace> HTTP-Session: 0037128c-21e8-4c97-966b-b127fa6c1778 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
22553 2024.11.09 02:58:10.017491 [ 283 ] {9a916c9c-856d-4b5e-b9f4-f8c64b2201d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33391) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
22554 2024.11.09 02:58:10.017548 [ 283 ] {9a916c9c-856d-4b5e-b9f4-f8c64b2201d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
22555 2024.11.09 02:58:10.018006 [ 283 ] {9a916c9c-856d-4b5e-b9f4-f8c64b2201d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
22556 2024.11.09 02:58:10.018592 [ 283 ] {9a916c9c-856d-4b5e-b9f4-f8c64b2201d6} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22557 2024.11.09 02:58:10.018631 [ 283 ] {9a916c9c-856d-4b5e-b9f4-f8c64b2201d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22558 2024.11.09 02:58:10.019083 [ 283 ] {9a916c9c-856d-4b5e-b9f4-f8c64b2201d6} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
22559 2024.11.09 02:58:10.019588 [ 283 ] {9a916c9c-856d-4b5e-b9f4-f8c64b2201d6} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22560 2024.11.09 02:58:10.019787 [ 283 ] {9a916c9c-856d-4b5e-b9f4-f8c64b2201d6} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.002339 sec., 3420.2650705429674 rows/sec., 238.82 KiB/sec.
22561 2024.11.09 02:58:10.019975 [ 225 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
22562 2024.11.09 02:58:10.019986 [ 283 ] {9a916c9c-856d-4b5e-b9f4-f8c64b2201d6} <Debug> DynamicQueryHandler: Done processing query
22563 2024.11.09 02:58:10.020026 [ 283 ] {9a916c9c-856d-4b5e-b9f4-f8c64b2201d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
22564 2024.11.09 02:58:10.020130 [ 283 ] {} <Debug> HTTP-Session: 0037128c-21e8-4c97-966b-b127fa6c1778 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
22565 2024.11.09 02:58:10.020351 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33391, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22566 2024.11.09 02:58:10.020430 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32980, User-Agent: (none), Length: 12262, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22567 2024.11.09 02:58:10.020518 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
22568 2024.11.09 02:58:10.020548 [ 282 ] {} <Debug> HTTP-Session: 3f34cf18-90d9-4526-9748-5192d26f1671 Authenticating user 'default' from [fd00:1122:3344:101::d]:32980
22569 2024.11.09 02:58:10.020573 [ 282 ] {} <Debug> HTTP-Session: 3f34cf18-90d9-4526-9748-5192d26f1671 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
22570 2024.11.09 02:58:10.020590 [ 282 ] {} <Debug> HTTP-Session: 3f34cf18-90d9-4526-9748-5192d26f1671 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
22571 2024.11.09 02:58:10.020641 [ 282 ] {} <Trace> HTTP-Session: 3f34cf18-90d9-4526-9748-5192d26f1671 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
22572 2024.11.09 02:58:10.020803 [ 282 ] {29b2cf7b-ef35-4399-ab4b-5be30c7ac260} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32980) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
22573 2024.11.09 02:58:10.020861 [ 282 ] {29b2cf7b-ef35-4399-ab4b-5be30c7ac260} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
22574 2024.11.09 02:58:10.021179 [ 282 ] {29b2cf7b-ef35-4399-ab4b-5be30c7ac260} <Trace> ParallelParsingInputFormat: Parallel parsing is used
22575 2024.11.09 02:58:10.021546 [ 282 ] {29b2cf7b-ef35-4399-ab4b-5be30c7ac260} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22576 2024.11.09 02:58:10.021584 [ 282 ] {29b2cf7b-ef35-4399-ab4b-5be30c7ac260} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22577 2024.11.09 02:58:10.021966 [ 282 ] {29b2cf7b-ef35-4399-ab4b-5be30c7ac260} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary)
22578 2024.11.09 02:58:10.022340 [ 282 ] {29b2cf7b-ef35-4399-ab4b-5be30c7ac260} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22579 2024.11.09 02:58:10.022499 [ 282 ] {29b2cf7b-ef35-4399-ab4b-5be30c7ac260} <Debug> executeQuery: Read 72 rows, 5.77 KiB in 0.00175 sec., 41142.857142857145 rows/sec., 3.22 MiB/sec.
22580 2024.11.09 02:58:10.022674 [ 282 ] {29b2cf7b-ef35-4399-ab4b-5be30c7ac260} <Debug> DynamicQueryHandler: Done processing query
22581 2024.11.09 02:58:10.022699 [ 282 ] {29b2cf7b-ef35-4399-ab4b-5be30c7ac260} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
22582 2024.11.09 02:58:10.022716 [ 282 ] {} <Debug> HTTP-Session: 3f34cf18-90d9-4526-9748-5192d26f1671 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
22583 2024.11.09 02:58:10.022944 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32980, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22584 2024.11.09 02:58:10.023064 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65175, User-Agent: (none), Length: 25300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22585 2024.11.09 02:58:10.023136 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
22586 2024.11.09 02:58:10.023161 [ 283 ] {} <Debug> HTTP-Session: 499ad9d5-ba01-4dbb-9f1f-a387721b5bb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:65175
22587 2024.11.09 02:58:10.023182 [ 283 ] {} <Debug> HTTP-Session: 499ad9d5-ba01-4dbb-9f1f-a387721b5bb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
22588 2024.11.09 02:58:10.023199 [ 283 ] {} <Debug> HTTP-Session: 499ad9d5-ba01-4dbb-9f1f-a387721b5bb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
22589 2024.11.09 02:58:10.023245 [ 283 ] {} <Trace> HTTP-Session: 499ad9d5-ba01-4dbb-9f1f-a387721b5bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
22590 2024.11.09 02:58:10.023434 [ 283 ] {8ea4a6fa-0601-4b7f-a64b-5d81a27fb671} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65175) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
22591 2024.11.09 02:58:10.023494 [ 283 ] {8ea4a6fa-0601-4b7f-a64b-5d81a27fb671} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
22592 2024.11.09 02:58:10.023710 [ 283 ] {8ea4a6fa-0601-4b7f-a64b-5d81a27fb671} <Trace> ParallelParsingInputFormat: Parallel parsing is used
22593 2024.11.09 02:58:10.024157 [ 283 ] {8ea4a6fa-0601-4b7f-a64b-5d81a27fb671} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22594 2024.11.09 02:58:10.024195 [ 283 ] {8ea4a6fa-0601-4b7f-a64b-5d81a27fb671} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22595 2024.11.09 02:58:10.024626 [ 283 ] {8ea4a6fa-0601-4b7f-a64b-5d81a27fb671} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary)
22596 2024.11.09 02:58:10.024984 [ 283 ] {8ea4a6fa-0601-4b7f-a64b-5d81a27fb671} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22597 2024.11.09 02:58:10.025137 [ 283 ] {8ea4a6fa-0601-4b7f-a64b-5d81a27fb671} <Debug> executeQuery: Read 132 rows, 9.41 KiB in 0.001786 sec., 73908.17469204927 rows/sec., 5.15 MiB/sec.
22598 2024.11.09 02:58:10.025316 [ 283 ] {8ea4a6fa-0601-4b7f-a64b-5d81a27fb671} <Debug> DynamicQueryHandler: Done processing query
22599 2024.11.09 02:58:10.025340 [ 283 ] {8ea4a6fa-0601-4b7f-a64b-5d81a27fb671} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
22600 2024.11.09 02:58:10.025356 [ 283 ] {} <Debug> HTTP-Session: 499ad9d5-ba01-4dbb-9f1f-a387721b5bb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
22601 2024.11.09 02:58:10.025529 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32980, User-Agent: (none), Length: 7317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22602 2024.11.09 02:58:10.025549 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65175, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22603 2024.11.09 02:58:10.025621 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
22604 2024.11.09 02:58:10.025658 [ 282 ] {} <Debug> HTTP-Session: 95e17e40-25c0-4359-a2dc-a0d9cee94c7a Authenticating user 'default' from [fd00:1122:3344:101::d]:32980
22605 2024.11.09 02:58:10.025683 [ 282 ] {} <Debug> HTTP-Session: 95e17e40-25c0-4359-a2dc-a0d9cee94c7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
22606 2024.11.09 02:58:10.025712 [ 282 ] {} <Debug> HTTP-Session: 95e17e40-25c0-4359-a2dc-a0d9cee94c7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
22607 2024.11.09 02:58:10.025766 [ 282 ] {} <Trace> HTTP-Session: 95e17e40-25c0-4359-a2dc-a0d9cee94c7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
22608 2024.11.09 02:58:10.025914 [ 282 ] {a7d0e0f0-56c4-4a50-b7dd-ec544ab7c00d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32980) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
22609 2024.11.09 02:58:10.025974 [ 282 ] {a7d0e0f0-56c4-4a50-b7dd-ec544ab7c00d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
22610 2024.11.09 02:58:10.026168 [ 282 ] {a7d0e0f0-56c4-4a50-b7dd-ec544ab7c00d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
22611 2024.11.09 02:58:10.026467 [ 282 ] {a7d0e0f0-56c4-4a50-b7dd-ec544ab7c00d} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22612 2024.11.09 02:58:10.026504 [ 282 ] {a7d0e0f0-56c4-4a50-b7dd-ec544ab7c00d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22613 2024.11.09 02:58:10.026889 [ 282 ] {a7d0e0f0-56c4-4a50-b7dd-ec544ab7c00d} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary)
22614 2024.11.09 02:58:10.027251 [ 282 ] {a7d0e0f0-56c4-4a50-b7dd-ec544ab7c00d} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22615 2024.11.09 02:58:10.027397 [ 282 ] {a7d0e0f0-56c4-4a50-b7dd-ec544ab7c00d} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001528 sec., 31413.612565445026 rows/sec., 2.12 MiB/sec.
22616 2024.11.09 02:58:10.027570 [ 282 ] {a7d0e0f0-56c4-4a50-b7dd-ec544ab7c00d} <Debug> DynamicQueryHandler: Done processing query
22617 2024.11.09 02:58:10.027595 [ 282 ] {a7d0e0f0-56c4-4a50-b7dd-ec544ab7c00d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
22618 2024.11.09 02:58:10.027612 [ 282 ] {} <Debug> HTTP-Session: 95e17e40-25c0-4359-a2dc-a0d9cee94c7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
22619 2024.11.09 02:58:10.027888 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32980, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22620 2024.11.09 02:58:10.728516 [ 220 ] {} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
22621 2024.11.09 02:58:10.728586 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
22622 2024.11.09 02:58:10.730659 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
22623 2024.11.09 02:58:10.892676 [ 223 ] {} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
22624 2024.11.09 02:58:10.892735 [ 223 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
22625 2024.11.09 02:58:10.894900 [ 223 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
22626 2024.11.09 02:58:11.361756 [ 220 ] {} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
22627 2024.11.09 02:58:11.361806 [ 220 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
22628 2024.11.09 02:58:11.363932 [ 220 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
22629 2024.11.09 02:58:11.909741 [ 221 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
22630 2024.11.09 02:58:11.909808 [ 221 ] {} <Debug> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
22631 2024.11.09 02:58:11.911908 [ 221 ] {} <Debug> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
22632 2024.11.09 02:58:11.927630 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1996
22633 2024.11.09 02:58:11.930699 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22634 2024.11.09 02:58:11.930759 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22635 2024.11.09 02:58:11.932439 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
22636 2024.11.09 02:58:11.933559 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22637 2024.11.09 02:58:11.934186 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1996
22638 2024.11.09 02:58:15.011955 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58543, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22639 2024.11.09 02:58:15.012077 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
22640 2024.11.09 02:58:15.012103 [ 294 ] {} <Debug> HTTP-Session: 4689ba8a-99ca-4e7d-9d0a-968b8f70ac4b Authenticating user 'default' from [fd00:1122:3344:101::d]:58543
22641 2024.11.09 02:58:15.012128 [ 294 ] {} <Debug> HTTP-Session: 4689ba8a-99ca-4e7d-9d0a-968b8f70ac4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
22642 2024.11.09 02:58:15.012143 [ 294 ] {} <Debug> HTTP-Session: 4689ba8a-99ca-4e7d-9d0a-968b8f70ac4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
22643 2024.11.09 02:58:15.012200 [ 294 ] {} <Trace> HTTP-Session: 4689ba8a-99ca-4e7d-9d0a-968b8f70ac4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
22644 2024.11.09 02:58:15.012405 [ 294 ] {b3b3fcde-e519-406b-ab2c-5f0d2f7bf3c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58543) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
22645 2024.11.09 02:58:15.012476 [ 294 ] {b3b3fcde-e519-406b-ab2c-5f0d2f7bf3c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
22646 2024.11.09 02:58:15.012824 [ 294 ] {b3b3fcde-e519-406b-ab2c-5f0d2f7bf3c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
22647 2024.11.09 02:58:15.013283 [ 294 ] {b3b3fcde-e519-406b-ab2c-5f0d2f7bf3c1} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22648 2024.11.09 02:58:15.013329 [ 294 ] {b3b3fcde-e519-406b-ab2c-5f0d2f7bf3c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22649 2024.11.09 02:58:15.013763 [ 294 ] {b3b3fcde-e519-406b-ab2c-5f0d2f7bf3c1} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary)
22650 2024.11.09 02:58:15.014153 [ 294 ] {b3b3fcde-e519-406b-ab2c-5f0d2f7bf3c1} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22651 2024.11.09 02:58:15.014328 [ 294 ] {b3b3fcde-e519-406b-ab2c-5f0d2f7bf3c1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001987 sec., 28183.190739808757 rows/sec., 2.17 MiB/sec.
22652 2024.11.09 02:58:15.014541 [ 294 ] {b3b3fcde-e519-406b-ab2c-5f0d2f7bf3c1} <Debug> DynamicQueryHandler: Done processing query
22653 2024.11.09 02:58:15.014568 [ 294 ] {b3b3fcde-e519-406b-ab2c-5f0d2f7bf3c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
22654 2024.11.09 02:58:15.014587 [ 294 ] {} <Debug> HTTP-Session: 4689ba8a-99ca-4e7d-9d0a-968b8f70ac4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
22655 2024.11.09 02:58:15.014855 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58543, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22656 2024.11.09 02:58:15.015050 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53952, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22657 2024.11.09 02:58:15.015180 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
22658 2024.11.09 02:58:15.015209 [ 292 ] {} <Debug> HTTP-Session: a3548d12-1a8a-4144-b0a4-cfac2d8ccb3d Authenticating user 'default' from [fd00:1122:3344:101::d]:53952
22659 2024.11.09 02:58:15.015236 [ 292 ] {} <Debug> HTTP-Session: a3548d12-1a8a-4144-b0a4-cfac2d8ccb3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
22660 2024.11.09 02:58:15.015254 [ 292 ] {} <Debug> HTTP-Session: a3548d12-1a8a-4144-b0a4-cfac2d8ccb3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
22661 2024.11.09 02:58:15.015313 [ 292 ] {} <Trace> HTTP-Session: a3548d12-1a8a-4144-b0a4-cfac2d8ccb3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
22662 2024.11.09 02:58:15.015525 [ 292 ] {ddda5aa2-8471-4d66-8e9a-68a1af1010fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53952) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
22663 2024.11.09 02:58:15.015594 [ 292 ] {ddda5aa2-8471-4d66-8e9a-68a1af1010fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
22664 2024.11.09 02:58:15.015950 [ 292 ] {ddda5aa2-8471-4d66-8e9a-68a1af1010fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used
22665 2024.11.09 02:58:15.016378 [ 292 ] {ddda5aa2-8471-4d66-8e9a-68a1af1010fe} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22666 2024.11.09 02:58:15.016424 [ 292 ] {ddda5aa2-8471-4d66-8e9a-68a1af1010fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22667 2024.11.09 02:58:15.016873 [ 292 ] {ddda5aa2-8471-4d66-8e9a-68a1af1010fe} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary)
22668 2024.11.09 02:58:15.017291 [ 292 ] {ddda5aa2-8471-4d66-8e9a-68a1af1010fe} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22669 2024.11.09 02:58:15.017454 [ 292 ] {ddda5aa2-8471-4d66-8e9a-68a1af1010fe} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002004 sec., 31936.127744510977 rows/sec., 2.49 MiB/sec.
22670 2024.11.09 02:58:15.017695 [ 292 ] {ddda5aa2-8471-4d66-8e9a-68a1af1010fe} <Debug> DynamicQueryHandler: Done processing query
22671 2024.11.09 02:58:15.017725 [ 292 ] {ddda5aa2-8471-4d66-8e9a-68a1af1010fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
22672 2024.11.09 02:58:15.017742 [ 292 ] {} <Debug> HTTP-Session: a3548d12-1a8a-4144-b0a4-cfac2d8ccb3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
22673 2024.11.09 02:58:15.017958 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53952, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22674 2024.11.09 02:58:15.017972 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58543, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22675 2024.11.09 02:58:15.018071 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
22676 2024.11.09 02:58:15.018098 [ 294 ] {} <Debug> HTTP-Session: f071a16d-0b39-4744-9c01-ea5bcaab86bf Authenticating user 'default' from [fd00:1122:3344:101::d]:58543
22677 2024.11.09 02:58:15.018137 [ 294 ] {} <Debug> HTTP-Session: f071a16d-0b39-4744-9c01-ea5bcaab86bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
22678 2024.11.09 02:58:15.018157 [ 294 ] {} <Debug> HTTP-Session: f071a16d-0b39-4744-9c01-ea5bcaab86bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
22679 2024.11.09 02:58:15.018210 [ 294 ] {} <Trace> HTTP-Session: f071a16d-0b39-4744-9c01-ea5bcaab86bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
22680 2024.11.09 02:58:15.018417 [ 294 ] {a54faef3-ed78-4c54-bee0-4d01487f5ab0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58543) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
22681 2024.11.09 02:58:15.018476 [ 294 ] {a54faef3-ed78-4c54-bee0-4d01487f5ab0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
22682 2024.11.09 02:58:15.018667 [ 294 ] {a54faef3-ed78-4c54-bee0-4d01487f5ab0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
22683 2024.11.09 02:58:15.019120 [ 294 ] {a54faef3-ed78-4c54-bee0-4d01487f5ab0} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22684 2024.11.09 02:58:15.019159 [ 294 ] {a54faef3-ed78-4c54-bee0-4d01487f5ab0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22685 2024.11.09 02:58:15.019569 [ 294 ] {a54faef3-ed78-4c54-bee0-4d01487f5ab0} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary)
22686 2024.11.09 02:58:15.019926 [ 294 ] {a54faef3-ed78-4c54-bee0-4d01487f5ab0} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22687 2024.11.09 02:58:15.020090 [ 294 ] {a54faef3-ed78-4c54-bee0-4d01487f5ab0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001763 sec., 90754.39591605218 rows/sec., 6.32 MiB/sec.
22688 2024.11.09 02:58:15.020282 [ 294 ] {a54faef3-ed78-4c54-bee0-4d01487f5ab0} <Debug> DynamicQueryHandler: Done processing query
22689 2024.11.09 02:58:15.020308 [ 294 ] {a54faef3-ed78-4c54-bee0-4d01487f5ab0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
22690 2024.11.09 02:58:15.020324 [ 294 ] {} <Debug> HTTP-Session: f071a16d-0b39-4744-9c01-ea5bcaab86bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
22691 2024.11.09 02:58:15.020579 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58543, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22692 2024.11.09 02:58:15.020729 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57083, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22693 2024.11.09 02:58:15.020817 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
22694 2024.11.09 02:58:15.020844 [ 292 ] {} <Debug> HTTP-Session: 3d736aad-a859-4452-9a5b-69948291ee68 Authenticating user 'default' from [fd00:1122:3344:101::d]:57083
22695 2024.11.09 02:58:15.020869 [ 292 ] {} <Debug> HTTP-Session: 3d736aad-a859-4452-9a5b-69948291ee68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
22696 2024.11.09 02:58:15.020886 [ 292 ] {} <Debug> HTTP-Session: 3d736aad-a859-4452-9a5b-69948291ee68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
22697 2024.11.09 02:58:15.020938 [ 292 ] {} <Trace> HTTP-Session: 3d736aad-a859-4452-9a5b-69948291ee68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
22698 2024.11.09 02:58:15.021121 [ 292 ] {e59b65b2-e2e9-464c-8efd-291266fc3546} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57083) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
22699 2024.11.09 02:58:15.021186 [ 292 ] {e59b65b2-e2e9-464c-8efd-291266fc3546} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
22700 2024.11.09 02:58:15.021384 [ 292 ] {e59b65b2-e2e9-464c-8efd-291266fc3546} <Trace> ParallelParsingInputFormat: Parallel parsing is used
22701 2024.11.09 02:58:15.021712 [ 292 ] {e59b65b2-e2e9-464c-8efd-291266fc3546} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22702 2024.11.09 02:58:15.021751 [ 292 ] {e59b65b2-e2e9-464c-8efd-291266fc3546} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22703 2024.11.09 02:58:15.022165 [ 292 ] {e59b65b2-e2e9-464c-8efd-291266fc3546} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary)
22704 2024.11.09 02:58:15.022523 [ 292 ] {e59b65b2-e2e9-464c-8efd-291266fc3546} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22705 2024.11.09 02:58:15.022671 [ 292 ] {e59b65b2-e2e9-464c-8efd-291266fc3546} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001618 sec., 37082.81829419036 rows/sec., 2.50 MiB/sec.
22706 2024.11.09 02:58:15.022884 [ 292 ] {e59b65b2-e2e9-464c-8efd-291266fc3546} <Debug> DynamicQueryHandler: Done processing query
22707 2024.11.09 02:58:15.022911 [ 292 ] {e59b65b2-e2e9-464c-8efd-291266fc3546} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
22708 2024.11.09 02:58:15.022928 [ 292 ] {} <Debug> HTTP-Session: 3d736aad-a859-4452-9a5b-69948291ee68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
22709 2024.11.09 02:58:15.023268 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57083, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22710 2024.11.09 02:58:16.057746 [ 221 ] {} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0]
22711 2024.11.09 02:58:16.057821 [ 221 ] {} <Debug> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0]
22712 2024.11.09 02:58:16.059501 [ 221 ] {} <Debug> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0]
22713 2024.11.09 02:58:16.425343 [ 67 ] {} <Debug> DNSResolver: Updating DNS cache
22714 2024.11.09 02:58:16.425431 [ 67 ] {} <Debug> DNSResolver: Updated DNS cache
22715 2024.11.09 02:58:17.043836 [ 66 ] {} <Debug> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0
22716 2024.11.09 02:58:17.043900 [ 66 ] {} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22717 2024.11.09 02:58:17.043924 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22718 2024.11.09 02:58:17.044035 [ 221 ] {} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0]
22719 2024.11.09 02:58:17.044054 [ 189 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full
22720 2024.11.09 02:58:17.044069 [ 221 ] {} <Debug> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0]
22721 2024.11.09 02:58:17.044269 [ 189 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
22722 2024.11.09 02:58:17.044310 [ 189 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 41 rows starting from the beginning of the part
22723 2024.11.09 02:58:17.044389 [ 189 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part
22724 2024.11.09 02:58:17.044730 [ 189 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part
22725 2024.11.09 02:58:17.045179 [ 189 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part
22726 2024.11.09 02:58:17.045415 [ 189 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part
22727 2024.11.09 02:58:17.047009 [ 190 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 45 rows, containing 4 columns (4 merged, 0 gathered) in 0.003010262 sec., 14948.864916077071 rows/sec., 1007.30 KiB/sec.
22728 2024.11.09 02:58:17.047261 [ 190 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary)
22729 2024.11.09 02:58:17.047587 [ 221 ] {} <Debug> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0]
22730 2024.11.09 02:58:17.048276 [ 190 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_45_11} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22731 2024.11.09 02:58:17.048378 [ 190 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_45_11} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11
22732 2024.11.09 02:58:17.048488 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
22733 2024.11.09 02:58:17.420932 [ 66 ] {} <Debug> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0
22734 2024.11.09 02:58:17.421024 [ 66 ] {} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22735 2024.11.09 02:58:17.421067 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22736 2024.11.09 02:58:17.421405 [ 186 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full
22737 2024.11.09 02:58:17.421752 [ 186 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
22738 2024.11.09 02:58:17.421817 [ 186 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 246 rows starting from the beginning of the part
22739 2024.11.09 02:58:17.421945 [ 186 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part
22740 2024.11.09 02:58:17.422209 [ 186 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part
22741 2024.11.09 02:58:17.422515 [ 186 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part
22742 2024.11.09 02:58:17.422659 [ 186 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part
22743 2024.11.09 02:58:17.423714 [ 193 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 270 rows, containing 4 columns (4 merged, 0 gathered) in 0.002529372 sec., 106745.8641907952 rows/sec., 5.45 MiB/sec.
22744 2024.11.09 02:58:17.423993 [ 193 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary)
22745 2024.11.09 02:58:17.424636 [ 193 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_45_11} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22746 2024.11.09 02:58:17.424722 [ 193 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_45_11} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11
22747 2024.11.09 02:58:17.424817 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
22748 2024.11.09 02:58:17.461237 [ 66 ] {} <Debug> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0
22749 2024.11.09 02:58:17.461296 [ 66 ] {} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22750 2024.11.09 02:58:17.461335 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22751 2024.11.09 02:58:17.461562 [ 218 ] {} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0]
22752 2024.11.09 02:58:17.461591 [ 190 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full
22753 2024.11.09 02:58:17.461642 [ 218 ] {} <Debug> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0]
22754 2024.11.09 02:58:17.461974 [ 190 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
22755 2024.11.09 02:58:17.462008 [ 190 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 242 rows starting from the beginning of the part
22756 2024.11.09 02:58:17.462088 [ 190 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part
22757 2024.11.09 02:58:17.462318 [ 190 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part
22758 2024.11.09 02:58:17.462662 [ 190 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part
22759 2024.11.09 02:58:17.462836 [ 190 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part
22760 2024.11.09 02:58:17.464158 [ 187 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002707006 sec., 110084.72090567955 rows/sec., 7.49 MiB/sec.
22761 2024.11.09 02:58:17.464445 [ 187 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary)
22762 2024.11.09 02:58:17.464856 [ 218 ] {} <Debug> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0]
22763 2024.11.09 02:58:17.465553 [ 187 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_45_11} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22764 2024.11.09 02:58:17.465658 [ 187 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_45_11} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11
22765 2024.11.09 02:58:17.465765 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
22766 2024.11.09 02:58:20.017938 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58543, User-Agent: (none), Length: 41147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22767 2024.11.09 02:58:20.018064 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
22768 2024.11.09 02:58:20.018094 [ 294 ] {} <Debug> HTTP-Session: 07449038-e422-4003-b51c-77b17a6d4b21 Authenticating user 'default' from [fd00:1122:3344:101::d]:58543
22769 2024.11.09 02:58:20.018122 [ 294 ] {} <Debug> HTTP-Session: 07449038-e422-4003-b51c-77b17a6d4b21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
22770 2024.11.09 02:58:20.018141 [ 294 ] {} <Debug> HTTP-Session: 07449038-e422-4003-b51c-77b17a6d4b21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
22771 2024.11.09 02:58:20.018196 [ 294 ] {} <Trace> HTTP-Session: 07449038-e422-4003-b51c-77b17a6d4b21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
22772 2024.11.09 02:58:20.018499 [ 294 ] {0dc6499d-a772-4403-968b-2b8d9187142c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58543) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
22773 2024.11.09 02:58:20.018572 [ 294 ] {0dc6499d-a772-4403-968b-2b8d9187142c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
22774 2024.11.09 02:58:20.018918 [ 294 ] {0dc6499d-a772-4403-968b-2b8d9187142c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
22775 2024.11.09 02:58:20.019498 [ 294 ] {0dc6499d-a772-4403-968b-2b8d9187142c} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22776 2024.11.09 02:58:20.019540 [ 294 ] {0dc6499d-a772-4403-968b-2b8d9187142c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22777 2024.11.09 02:58:20.019994 [ 294 ] {0dc6499d-a772-4403-968b-2b8d9187142c} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary)
22778 2024.11.09 02:58:20.020397 [ 294 ] {0dc6499d-a772-4403-968b-2b8d9187142c} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22779 2024.11.09 02:58:20.020541 [ 294 ] {0dc6499d-a772-4403-968b-2b8d9187142c} <Debug> executeQuery: Read 271 rows, 24.70 KiB in 0.002185 sec., 124027.45995423342 rows/sec., 11.04 MiB/sec.
22780 2024.11.09 02:58:20.020861 [ 294 ] {0dc6499d-a772-4403-968b-2b8d9187142c} <Debug> DynamicQueryHandler: Done processing query
22781 2024.11.09 02:58:20.020923 [ 294 ] {0dc6499d-a772-4403-968b-2b8d9187142c} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
22782 2024.11.09 02:58:20.020981 [ 294 ] {} <Debug> HTTP-Session: 07449038-e422-4003-b51c-77b17a6d4b21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
22783 2024.11.09 02:58:20.021274 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58543, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22784 2024.11.09 02:58:20.021444 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53033, User-Agent: (none), Length: 5927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22785 2024.11.09 02:58:20.021571 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
22786 2024.11.09 02:58:20.021596 [ 292 ] {} <Debug> HTTP-Session: 19f9767f-384f-4641-8ab3-6b14e19f19ee Authenticating user 'default' from [fd00:1122:3344:101::d]:53033
22787 2024.11.09 02:58:20.021620 [ 292 ] {} <Debug> HTTP-Session: 19f9767f-384f-4641-8ab3-6b14e19f19ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
22788 2024.11.09 02:58:20.021635 [ 292 ] {} <Debug> HTTP-Session: 19f9767f-384f-4641-8ab3-6b14e19f19ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
22789 2024.11.09 02:58:20.021689 [ 292 ] {} <Trace> HTTP-Session: 19f9767f-384f-4641-8ab3-6b14e19f19ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
22790 2024.11.09 02:58:20.021887 [ 292 ] {8f731118-107e-4be6-b359-52d75265eda0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53033) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
22791 2024.11.09 02:58:20.021953 [ 292 ] {8f731118-107e-4be6-b359-52d75265eda0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
22792 2024.11.09 02:58:20.022297 [ 292 ] {8f731118-107e-4be6-b359-52d75265eda0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
22793 2024.11.09 02:58:20.022681 [ 292 ] {8f731118-107e-4be6-b359-52d75265eda0} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22794 2024.11.09 02:58:20.022726 [ 292 ] {8f731118-107e-4be6-b359-52d75265eda0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22795 2024.11.09 02:58:20.023167 [ 292 ] {8f731118-107e-4be6-b359-52d75265eda0} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
22796 2024.11.09 02:58:20.023559 [ 292 ] {8f731118-107e-4be6-b359-52d75265eda0} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22797 2024.11.09 02:58:20.023735 [ 292 ] {8f731118-107e-4be6-b359-52d75265eda0} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001906 sec., 21511.017838405038 rows/sec., 1.58 MiB/sec.
22798 2024.11.09 02:58:20.023819 [ 220 ] {} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
22799 2024.11.09 02:58:20.023876 [ 220 ] {} <Debug> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
22800 2024.11.09 02:58:20.024078 [ 292 ] {8f731118-107e-4be6-b359-52d75265eda0} <Debug> DynamicQueryHandler: Done processing query
22801 2024.11.09 02:58:20.024110 [ 292 ] {8f731118-107e-4be6-b359-52d75265eda0} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
22802 2024.11.09 02:58:20.024128 [ 292 ] {} <Debug> HTTP-Session: 19f9767f-384f-4641-8ab3-6b14e19f19ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
22803 2024.11.09 02:58:20.024281 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58543, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22804 2024.11.09 02:58:20.024383 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53033, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22805 2024.11.09 02:58:20.024409 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
22806 2024.11.09 02:58:20.024500 [ 294 ] {} <Debug> HTTP-Session: db04a06f-79c7-40ac-af00-c4eb69285af4 Authenticating user 'default' from [fd00:1122:3344:101::d]:58543
22807 2024.11.09 02:58:20.024549 [ 294 ] {} <Debug> HTTP-Session: db04a06f-79c7-40ac-af00-c4eb69285af4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
22808 2024.11.09 02:58:20.024579 [ 294 ] {} <Debug> HTTP-Session: db04a06f-79c7-40ac-af00-c4eb69285af4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
22809 2024.11.09 02:58:20.024671 [ 294 ] {} <Trace> HTTP-Session: db04a06f-79c7-40ac-af00-c4eb69285af4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
22810 2024.11.09 02:58:20.024824 [ 294 ] {d5a754a6-902d-4754-be98-5cce18bd18a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58543) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
22811 2024.11.09 02:58:20.024888 [ 294 ] {d5a754a6-902d-4754-be98-5cce18bd18a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
22812 2024.11.09 02:58:20.025303 [ 294 ] {d5a754a6-902d-4754-be98-5cce18bd18a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
22813 2024.11.09 02:58:20.025737 [ 294 ] {d5a754a6-902d-4754-be98-5cce18bd18a2} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22814 2024.11.09 02:58:20.025779 [ 294 ] {d5a754a6-902d-4754-be98-5cce18bd18a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22815 2024.11.09 02:58:20.026271 [ 294 ] {d5a754a6-902d-4754-be98-5cce18bd18a2} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
22816 2024.11.09 02:58:20.026764 [ 294 ] {d5a754a6-902d-4754-be98-5cce18bd18a2} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22817 2024.11.09 02:58:20.026864 [ 220 ] {} <Debug> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
22818 2024.11.09 02:58:20.027082 [ 294 ] {d5a754a6-902d-4754-be98-5cce18bd18a2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002293 sec., 6105.538595726123 rows/sec., 427.59 KiB/sec.
22819 2024.11.09 02:58:20.027359 [ 294 ] {d5a754a6-902d-4754-be98-5cce18bd18a2} <Debug> DynamicQueryHandler: Done processing query
22820 2024.11.09 02:58:20.027393 [ 294 ] {d5a754a6-902d-4754-be98-5cce18bd18a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
22821 2024.11.09 02:58:20.027414 [ 294 ] {} <Debug> HTTP-Session: db04a06f-79c7-40ac-af00-c4eb69285af4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
22822 2024.11.09 02:58:20.027565 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58543, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22823 2024.11.09 02:58:20.027663 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34178, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22824 2024.11.09 02:58:20.027742 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
22825 2024.11.09 02:58:20.027763 [ 292 ] {} <Debug> HTTP-Session: d09c17d6-71e8-4598-ac93-7c59651fb599 Authenticating user 'default' from [fd00:1122:3344:101::d]:34178
22826 2024.11.09 02:58:20.027783 [ 292 ] {} <Debug> HTTP-Session: d09c17d6-71e8-4598-ac93-7c59651fb599 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
22827 2024.11.09 02:58:20.027797 [ 292 ] {} <Debug> HTTP-Session: d09c17d6-71e8-4598-ac93-7c59651fb599 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
22828 2024.11.09 02:58:20.027842 [ 292 ] {} <Trace> HTTP-Session: d09c17d6-71e8-4598-ac93-7c59651fb599 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
22829 2024.11.09 02:58:20.027970 [ 292 ] {5bb9bd4d-c07d-48c4-961b-37dd96519648} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34178) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
22830 2024.11.09 02:58:20.028024 [ 292 ] {5bb9bd4d-c07d-48c4-961b-37dd96519648} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
22831 2024.11.09 02:58:20.028308 [ 292 ] {5bb9bd4d-c07d-48c4-961b-37dd96519648} <Trace> ParallelParsingInputFormat: Parallel parsing is used
22832 2024.11.09 02:58:20.028630 [ 292 ] {5bb9bd4d-c07d-48c4-961b-37dd96519648} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22833 2024.11.09 02:58:20.028667 [ 292 ] {5bb9bd4d-c07d-48c4-961b-37dd96519648} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22834 2024.11.09 02:58:20.029044 [ 292 ] {5bb9bd4d-c07d-48c4-961b-37dd96519648} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
22835 2024.11.09 02:58:20.029420 [ 292 ] {5bb9bd4d-c07d-48c4-961b-37dd96519648} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22836 2024.11.09 02:58:20.029584 [ 292 ] {5bb9bd4d-c07d-48c4-961b-37dd96519648} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00165 sec., 3636.3636363636365 rows/sec., 214.84 KiB/sec.
22837 2024.11.09 02:58:20.029770 [ 292 ] {5bb9bd4d-c07d-48c4-961b-37dd96519648} <Debug> DynamicQueryHandler: Done processing query
22838 2024.11.09 02:58:20.029796 [ 292 ] {5bb9bd4d-c07d-48c4-961b-37dd96519648} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
22839 2024.11.09 02:58:20.029812 [ 292 ] {} <Debug> HTTP-Session: d09c17d6-71e8-4598-ac93-7c59651fb599 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
22840 2024.11.09 02:58:20.030027 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34178, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22841 2024.11.09 02:58:20.030149 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61364, User-Agent: (none), Length: 68708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22842 2024.11.09 02:58:20.030218 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
22843 2024.11.09 02:58:20.030240 [ 306 ] {} <Debug> HTTP-Session: 3de92b8f-b664-4ce9-b1c5-47b1ad7d05c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61364
22844 2024.11.09 02:58:20.030259 [ 306 ] {} <Debug> HTTP-Session: 3de92b8f-b664-4ce9-b1c5-47b1ad7d05c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
22845 2024.11.09 02:58:20.030273 [ 306 ] {} <Debug> HTTP-Session: 3de92b8f-b664-4ce9-b1c5-47b1ad7d05c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
22846 2024.11.09 02:58:20.030314 [ 306 ] {} <Trace> HTTP-Session: 3de92b8f-b664-4ce9-b1c5-47b1ad7d05c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
22847 2024.11.09 02:58:20.030560 [ 306 ] {30f70abc-84bc-435b-bebb-b63c52bcff48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61364) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
22848 2024.11.09 02:58:20.030611 [ 306 ] {30f70abc-84bc-435b-bebb-b63c52bcff48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
22849 2024.11.09 02:58:20.030882 [ 306 ] {30f70abc-84bc-435b-bebb-b63c52bcff48} <Trace> ParallelParsingInputFormat: Parallel parsing is used
22850 2024.11.09 02:58:20.031412 [ 306 ] {30f70abc-84bc-435b-bebb-b63c52bcff48} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22851 2024.11.09 02:58:20.031449 [ 306 ] {30f70abc-84bc-435b-bebb-b63c52bcff48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22852 2024.11.09 02:58:20.031859 [ 306 ] {30f70abc-84bc-435b-bebb-b63c52bcff48} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary)
22853 2024.11.09 02:58:20.032236 [ 306 ] {30f70abc-84bc-435b-bebb-b63c52bcff48} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22854 2024.11.09 02:58:20.032363 [ 306 ] {30f70abc-84bc-435b-bebb-b63c52bcff48} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001926 sec., 219626.16822429906 rows/sec., 15.70 MiB/sec.
22855 2024.11.09 02:58:20.032538 [ 306 ] {30f70abc-84bc-435b-bebb-b63c52bcff48} <Debug> DynamicQueryHandler: Done processing query
22856 2024.11.09 02:58:20.032563 [ 306 ] {30f70abc-84bc-435b-bebb-b63c52bcff48} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
22857 2024.11.09 02:58:20.032579 [ 306 ] {} <Debug> HTTP-Session: 3de92b8f-b664-4ce9-b1c5-47b1ad7d05c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
22858 2024.11.09 02:58:20.032812 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61364, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22859 2024.11.09 02:58:20.032826 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34178, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22860 2024.11.09 02:58:20.032919 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
22861 2024.11.09 02:58:20.032944 [ 292 ] {} <Debug> HTTP-Session: 7fbffa82-1cbd-4733-acff-fe24a7e1e4b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34178
22862 2024.11.09 02:58:20.032977 [ 292 ] {} <Debug> HTTP-Session: 7fbffa82-1cbd-4733-acff-fe24a7e1e4b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
22863 2024.11.09 02:58:20.033001 [ 292 ] {} <Debug> HTTP-Session: 7fbffa82-1cbd-4733-acff-fe24a7e1e4b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
22864 2024.11.09 02:58:20.033050 [ 292 ] {} <Trace> HTTP-Session: 7fbffa82-1cbd-4733-acff-fe24a7e1e4b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
22865 2024.11.09 02:58:20.033184 [ 292 ] {ca1c8b35-5d43-42c5-a669-14ee55b9c52c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34178) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
22866 2024.11.09 02:58:20.033243 [ 292 ] {ca1c8b35-5d43-42c5-a669-14ee55b9c52c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
22867 2024.11.09 02:58:20.033439 [ 292 ] {ca1c8b35-5d43-42c5-a669-14ee55b9c52c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
22868 2024.11.09 02:58:20.033723 [ 292 ] {ca1c8b35-5d43-42c5-a669-14ee55b9c52c} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22869 2024.11.09 02:58:20.033759 [ 292 ] {ca1c8b35-5d43-42c5-a669-14ee55b9c52c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22870 2024.11.09 02:58:20.034130 [ 292 ] {ca1c8b35-5d43-42c5-a669-14ee55b9c52c} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
22871 2024.11.09 02:58:20.034465 [ 292 ] {ca1c8b35-5d43-42c5-a669-14ee55b9c52c} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22872 2024.11.09 02:58:20.034623 [ 292 ] {ca1c8b35-5d43-42c5-a669-14ee55b9c52c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001473 sec., 4073.319755600815 rows/sec., 212.82 KiB/sec.
22873 2024.11.09 02:58:20.034839 [ 292 ] {ca1c8b35-5d43-42c5-a669-14ee55b9c52c} <Debug> DynamicQueryHandler: Done processing query
22874 2024.11.09 02:58:20.034865 [ 292 ] {ca1c8b35-5d43-42c5-a669-14ee55b9c52c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
22875 2024.11.09 02:58:20.034881 [ 292 ] {} <Debug> HTTP-Session: 7fbffa82-1cbd-4733-acff-fe24a7e1e4b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
22876 2024.11.09 02:58:20.035064 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34178, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22877 2024.11.09 02:58:20.035161 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41288, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22878 2024.11.09 02:58:20.035222 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
22879 2024.11.09 02:58:20.035244 [ 306 ] {} <Debug> HTTP-Session: 185eeea8-6e2b-4a16-8241-7ba49596656e Authenticating user 'default' from [fd00:1122:3344:101::d]:41288
22880 2024.11.09 02:58:20.035261 [ 306 ] {} <Debug> HTTP-Session: 185eeea8-6e2b-4a16-8241-7ba49596656e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
22881 2024.11.09 02:58:20.035276 [ 306 ] {} <Debug> HTTP-Session: 185eeea8-6e2b-4a16-8241-7ba49596656e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
22882 2024.11.09 02:58:20.035315 [ 306 ] {} <Trace> HTTP-Session: 185eeea8-6e2b-4a16-8241-7ba49596656e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
22883 2024.11.09 02:58:20.035502 [ 306 ] {f89f7679-39cb-4d90-807c-4f355c2b8bc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41288) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
22884 2024.11.09 02:58:20.035554 [ 306 ] {f89f7679-39cb-4d90-807c-4f355c2b8bc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
22885 2024.11.09 02:58:20.035735 [ 306 ] {f89f7679-39cb-4d90-807c-4f355c2b8bc0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
22886 2024.11.09 02:58:20.036119 [ 306 ] {f89f7679-39cb-4d90-807c-4f355c2b8bc0} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22887 2024.11.09 02:58:20.036155 [ 306 ] {f89f7679-39cb-4d90-807c-4f355c2b8bc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22888 2024.11.09 02:58:20.036549 [ 306 ] {f89f7679-39cb-4d90-807c-4f355c2b8bc0} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary)
22889 2024.11.09 02:58:20.036894 [ 306 ] {f89f7679-39cb-4d90-807c-4f355c2b8bc0} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22890 2024.11.09 02:58:20.037028 [ 306 ] {f89f7679-39cb-4d90-807c-4f355c2b8bc0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001608 sec., 147388.05970149254 rows/sec., 9.88 MiB/sec.
22891 2024.11.09 02:58:20.037269 [ 306 ] {f89f7679-39cb-4d90-807c-4f355c2b8bc0} <Debug> DynamicQueryHandler: Done processing query
22892 2024.11.09 02:58:20.037294 [ 306 ] {f89f7679-39cb-4d90-807c-4f355c2b8bc0} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
22893 2024.11.09 02:58:20.037309 [ 306 ] {} <Debug> HTTP-Session: 185eeea8-6e2b-4a16-8241-7ba49596656e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
22894 2024.11.09 02:58:20.037478 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34178, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22895 2024.11.09 02:58:20.037494 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41288, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22896 2024.11.09 02:58:20.037563 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
22897 2024.11.09 02:58:20.037597 [ 292 ] {} <Debug> HTTP-Session: 735eeb7a-3bfb-4d45-93ba-2ee711192054 Authenticating user 'default' from [fd00:1122:3344:101::d]:34178
22898 2024.11.09 02:58:20.037618 [ 292 ] {} <Debug> HTTP-Session: 735eeb7a-3bfb-4d45-93ba-2ee711192054 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
22899 2024.11.09 02:58:20.037639 [ 292 ] {} <Debug> HTTP-Session: 735eeb7a-3bfb-4d45-93ba-2ee711192054 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
22900 2024.11.09 02:58:20.037692 [ 292 ] {} <Trace> HTTP-Session: 735eeb7a-3bfb-4d45-93ba-2ee711192054 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
22901 2024.11.09 02:58:20.037831 [ 292 ] {a3df1861-623c-40ff-8051-f1161496aeb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34178) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
22902 2024.11.09 02:58:20.037892 [ 292 ] {a3df1861-623c-40ff-8051-f1161496aeb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
22903 2024.11.09 02:58:20.038087 [ 292 ] {a3df1861-623c-40ff-8051-f1161496aeb0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
22904 2024.11.09 02:58:20.038466 [ 292 ] {a3df1861-623c-40ff-8051-f1161496aeb0} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22905 2024.11.09 02:58:20.038508 [ 292 ] {a3df1861-623c-40ff-8051-f1161496aeb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22906 2024.11.09 02:58:20.038875 [ 292 ] {a3df1861-623c-40ff-8051-f1161496aeb0} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
22907 2024.11.09 02:58:20.039221 [ 292 ] {a3df1861-623c-40ff-8051-f1161496aeb0} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22908 2024.11.09 02:58:20.039377 [ 292 ] {a3df1861-623c-40ff-8051-f1161496aeb0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001574 sec., 635.3240152477763 rows/sec., 42.81 KiB/sec.
22909 2024.11.09 02:58:20.039554 [ 292 ] {a3df1861-623c-40ff-8051-f1161496aeb0} <Debug> DynamicQueryHandler: Done processing query
22910 2024.11.09 02:58:20.039579 [ 292 ] {a3df1861-623c-40ff-8051-f1161496aeb0} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
22911 2024.11.09 02:58:20.039594 [ 292 ] {} <Debug> HTTP-Session: 735eeb7a-3bfb-4d45-93ba-2ee711192054 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
22912 2024.11.09 02:58:20.039777 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34178, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22913 2024.11.09 02:58:20.039860 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57424, User-Agent: (none), Length: 69366, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22914 2024.11.09 02:58:20.039932 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
22915 2024.11.09 02:58:20.039956 [ 306 ] {} <Debug> HTTP-Session: 13868479-8c20-4c8f-86af-fb312cbbc4ba Authenticating user 'default' from [fd00:1122:3344:101::d]:57424
22916 2024.11.09 02:58:20.039977 [ 306 ] {} <Debug> HTTP-Session: 13868479-8c20-4c8f-86af-fb312cbbc4ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
22917 2024.11.09 02:58:20.039997 [ 306 ] {} <Debug> HTTP-Session: 13868479-8c20-4c8f-86af-fb312cbbc4ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
22918 2024.11.09 02:58:20.040041 [ 306 ] {} <Trace> HTTP-Session: 13868479-8c20-4c8f-86af-fb312cbbc4ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
22919 2024.11.09 02:58:20.040527 [ 306 ] {a423d5df-df9e-4d31-8a3a-c1fe0ea8300f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57424) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
22920 2024.11.09 02:58:20.040607 [ 306 ] {a423d5df-df9e-4d31-8a3a-c1fe0ea8300f} <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
22921 2024.11.09 02:58:20.041100 [ 306 ] {a423d5df-df9e-4d31-8a3a-c1fe0ea8300f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
22922 2024.11.09 02:58:20.041975 [ 306 ] {a423d5df-df9e-4d31-8a3a-c1fe0ea8300f} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22923 2024.11.09 02:58:20.042014 [ 306 ] {a423d5df-df9e-4d31-8a3a-c1fe0ea8300f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22924 2024.11.09 02:58:20.042722 [ 306 ] {a423d5df-df9e-4d31-8a3a-c1fe0ea8300f} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
22925 2024.11.09 02:58:20.043168 [ 306 ] {a423d5df-df9e-4d31-8a3a-c1fe0ea8300f} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22926 2024.11.09 02:58:20.043369 [ 306 ] {a423d5df-df9e-4d31-8a3a-c1fe0ea8300f} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003196 sec., 12828.535669586983 rows/sec., 22.99 MiB/sec.
22927 2024.11.09 02:58:20.043498 [ 222 ] {} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
22928 2024.11.09 02:58:20.043613 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
22929 2024.11.09 02:58:20.043805 [ 306 ] {a423d5df-df9e-4d31-8a3a-c1fe0ea8300f} <Debug> DynamicQueryHandler: Done processing query
22930 2024.11.09 02:58:20.043858 [ 306 ] {a423d5df-df9e-4d31-8a3a-c1fe0ea8300f} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB.
22931 2024.11.09 02:58:20.043928 [ 306 ] {} <Debug> HTTP-Session: 13868479-8c20-4c8f-86af-fb312cbbc4ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
22932 2024.11.09 02:58:20.044145 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57424, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22933 2024.11.09 02:58:20.044162 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34178, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22934 2024.11.09 02:58:20.044314 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
22935 2024.11.09 02:58:20.044356 [ 292 ] {} <Debug> HTTP-Session: 20359199-3cc2-4587-a999-8714292b4ff4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34178
22936 2024.11.09 02:58:20.044408 [ 292 ] {} <Debug> HTTP-Session: 20359199-3cc2-4587-a999-8714292b4ff4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
22937 2024.11.09 02:58:20.044452 [ 292 ] {} <Debug> HTTP-Session: 20359199-3cc2-4587-a999-8714292b4ff4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
22938 2024.11.09 02:58:20.044521 [ 292 ] {} <Trace> HTTP-Session: 20359199-3cc2-4587-a999-8714292b4ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
22939 2024.11.09 02:58:20.044836 [ 292 ] {d03bfdfa-e97d-4227-89da-5ec9150b0121} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34178) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
22940 2024.11.09 02:58:20.044899 [ 292 ] {d03bfdfa-e97d-4227-89da-5ec9150b0121} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
22941 2024.11.09 02:58:20.045218 [ 292 ] {d03bfdfa-e97d-4227-89da-5ec9150b0121} <Trace> ParallelParsingInputFormat: Parallel parsing is used
22942 2024.11.09 02:58:20.045848 [ 292 ] {d03bfdfa-e97d-4227-89da-5ec9150b0121} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22943 2024.11.09 02:58:20.045917 [ 292 ] {d03bfdfa-e97d-4227-89da-5ec9150b0121} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB.
22944 2024.11.09 02:58:20.046606 [ 292 ] {d03bfdfa-e97d-4227-89da-5ec9150b0121} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary)
22945 2024.11.09 02:58:20.047234 [ 292 ] {d03bfdfa-e97d-4227-89da-5ec9150b0121} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22946 2024.11.09 02:58:20.047445 [ 292 ] {d03bfdfa-e97d-4227-89da-5ec9150b0121} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002769 sec., 29613.578909353557 rows/sec., 1.88 MiB/sec.
22947 2024.11.09 02:58:20.047754 [ 292 ] {d03bfdfa-e97d-4227-89da-5ec9150b0121} <Debug> DynamicQueryHandler: Done processing query
22948 2024.11.09 02:58:20.047776 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
22949 2024.11.09 02:58:20.047789 [ 292 ] {d03bfdfa-e97d-4227-89da-5ec9150b0121} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
22950 2024.11.09 02:58:20.047855 [ 292 ] {} <Debug> HTTP-Session: 20359199-3cc2-4587-a999-8714292b4ff4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
22951 2024.11.09 02:58:20.048334 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34178, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22952 2024.11.09 02:58:21.063730 [ 292 ] {} <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)
22953 2024.11.09 02:58:21.287333 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48407, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22954 2024.11.09 02:58:21.329790 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38608, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22955 2024.11.09 02:58:21.341319 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55177, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22956 2024.11.09 02:58:21.373686 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50338, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22957 2024.11.09 02:58:21.402042 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36679, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22958 2024.11.09 02:58:21.435373 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40260, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22959 2024.11.09 02:58:21.451730 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46074, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22960 2024.11.09 02:58:21.934448 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 2024
22961 2024.11.09 02:58:21.937481 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22962 2024.11.09 02:58:21.937530 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.75 GiB.
22963 2024.11.09 02:58:21.939173 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
22964 2024.11.09 02:58:21.940255 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22965 2024.11.09 02:58:21.940789 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2024
22966 2024.11.09 02:58:25.009834 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62693, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22967 2024.11.09 02:58:25.009992 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
22968 2024.11.09 02:58:25.010017 [ 292 ] {} <Debug> HTTP-Session: f36eb87b-09f7-4157-b386-d1e09f8813a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:62693
22969 2024.11.09 02:58:25.010042 [ 292 ] {} <Debug> HTTP-Session: f36eb87b-09f7-4157-b386-d1e09f8813a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
22970 2024.11.09 02:58:25.010056 [ 292 ] {} <Debug> HTTP-Session: f36eb87b-09f7-4157-b386-d1e09f8813a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
22971 2024.11.09 02:58:25.010108 [ 292 ] {} <Trace> HTTP-Session: f36eb87b-09f7-4157-b386-d1e09f8813a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
22972 2024.11.09 02:58:25.010312 [ 292 ] {ac1fca00-e886-4af5-9c54-2dcdd8d4b670} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62693) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
22973 2024.11.09 02:58:25.010383 [ 292 ] {ac1fca00-e886-4af5-9c54-2dcdd8d4b670} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
22974 2024.11.09 02:58:25.010738 [ 292 ] {ac1fca00-e886-4af5-9c54-2dcdd8d4b670} <Trace> ParallelParsingInputFormat: Parallel parsing is used
22975 2024.11.09 02:58:25.011209 [ 292 ] {ac1fca00-e886-4af5-9c54-2dcdd8d4b670} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22976 2024.11.09 02:58:25.011252 [ 292 ] {ac1fca00-e886-4af5-9c54-2dcdd8d4b670} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.75 GiB.
22977 2024.11.09 02:58:25.011665 [ 292 ] {ac1fca00-e886-4af5-9c54-2dcdd8d4b670} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
22978 2024.11.09 02:58:25.012052 [ 292 ] {ac1fca00-e886-4af5-9c54-2dcdd8d4b670} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22979 2024.11.09 02:58:25.012226 [ 292 ] {ac1fca00-e886-4af5-9c54-2dcdd8d4b670} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00197 sec., 1015.2284263959391 rows/sec., 82.78 KiB/sec.
22980 2024.11.09 02:58:25.012571 [ 292 ] {ac1fca00-e886-4af5-9c54-2dcdd8d4b670} <Debug> DynamicQueryHandler: Done processing query
22981 2024.11.09 02:58:25.012599 [ 292 ] {ac1fca00-e886-4af5-9c54-2dcdd8d4b670} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
22982 2024.11.09 02:58:25.012615 [ 292 ] {} <Debug> HTTP-Session: f36eb87b-09f7-4157-b386-d1e09f8813a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
22983 2024.11.09 02:58:25.012850 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62693, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22984 2024.11.09 02:58:25.012923 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64624, User-Agent: (none), Length: 7980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
22985 2024.11.09 02:58:25.013063 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
22986 2024.11.09 02:58:25.013088 [ 306 ] {} <Debug> HTTP-Session: a5041e10-22e3-4c46-9e8b-4e23fce29664 Authenticating user 'default' from [fd00:1122:3344:101::d]:64624
22987 2024.11.09 02:58:25.013113 [ 306 ] {} <Debug> HTTP-Session: a5041e10-22e3-4c46-9e8b-4e23fce29664 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
22988 2024.11.09 02:58:25.013128 [ 306 ] {} <Debug> HTTP-Session: a5041e10-22e3-4c46-9e8b-4e23fce29664 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
22989 2024.11.09 02:58:25.013184 [ 306 ] {} <Trace> HTTP-Session: a5041e10-22e3-4c46-9e8b-4e23fce29664 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
22990 2024.11.09 02:58:25.013397 [ 306 ] {eb0ea1fb-5ff6-4429-9e31-48602b1ea27d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64624) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
22991 2024.11.09 02:58:25.013468 [ 306 ] {eb0ea1fb-5ff6-4429-9e31-48602b1ea27d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
22992 2024.11.09 02:58:25.013827 [ 306 ] {eb0ea1fb-5ff6-4429-9e31-48602b1ea27d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
22993 2024.11.09 02:58:25.014253 [ 306 ] {eb0ea1fb-5ff6-4429-9e31-48602b1ea27d} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
22994 2024.11.09 02:58:25.014299 [ 306 ] {eb0ea1fb-5ff6-4429-9e31-48602b1ea27d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.75 GiB.
22995 2024.11.09 02:58:25.014744 [ 306 ] {eb0ea1fb-5ff6-4429-9e31-48602b1ea27d} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary)
22996 2024.11.09 02:58:25.015139 [ 306 ] {eb0ea1fb-5ff6-4429-9e31-48602b1ea27d} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
22997 2024.11.09 02:58:25.015318 [ 306 ] {eb0ea1fb-5ff6-4429-9e31-48602b1ea27d} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001989 sec., 28657.616892911014 rows/sec., 2.20 MiB/sec.
22998 2024.11.09 02:58:25.015523 [ 306 ] {eb0ea1fb-5ff6-4429-9e31-48602b1ea27d} <Debug> DynamicQueryHandler: Done processing query
22999 2024.11.09 02:58:25.015550 [ 306 ] {eb0ea1fb-5ff6-4429-9e31-48602b1ea27d} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
23000 2024.11.09 02:58:25.015567 [ 306 ] {} <Debug> HTTP-Session: a5041e10-22e3-4c46-9e8b-4e23fce29664 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23001 2024.11.09 02:58:25.015752 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64624, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23002 2024.11.09 02:58:25.015815 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35737, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23003 2024.11.09 02:58:25.015886 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23004 2024.11.09 02:58:25.015920 [ 292 ] {} <Debug> HTTP-Session: ae862a7e-292a-47f1-bb4c-552c77c03afe Authenticating user 'default' from [fd00:1122:3344:101::d]:35737
23005 2024.11.09 02:58:25.015941 [ 292 ] {} <Debug> HTTP-Session: ae862a7e-292a-47f1-bb4c-552c77c03afe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23006 2024.11.09 02:58:25.015961 [ 292 ] {} <Debug> HTTP-Session: ae862a7e-292a-47f1-bb4c-552c77c03afe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23007 2024.11.09 02:58:25.016002 [ 292 ] {} <Trace> HTTP-Session: ae862a7e-292a-47f1-bb4c-552c77c03afe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23008 2024.11.09 02:58:25.016119 [ 292 ] {a1111eee-9850-47d4-ab59-74bab11de3c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35737) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
23009 2024.11.09 02:58:25.016168 [ 292 ] {a1111eee-9850-47d4-ab59-74bab11de3c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
23010 2024.11.09 02:58:25.016437 [ 292 ] {a1111eee-9850-47d4-ab59-74bab11de3c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23011 2024.11.09 02:58:25.016769 [ 292 ] {a1111eee-9850-47d4-ab59-74bab11de3c1} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23012 2024.11.09 02:58:25.016805 [ 292 ] {a1111eee-9850-47d4-ab59-74bab11de3c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.75 GiB.
23013 2024.11.09 02:58:25.017158 [ 292 ] {a1111eee-9850-47d4-ab59-74bab11de3c1} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
23014 2024.11.09 02:58:25.017535 [ 292 ] {a1111eee-9850-47d4-ab59-74bab11de3c1} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23015 2024.11.09 02:58:25.017694 [ 292 ] {a1111eee-9850-47d4-ab59-74bab11de3c1} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001596 sec., 1253.1328320802006 rows/sec., 87.50 KiB/sec.
23016 2024.11.09 02:58:25.017708 [ 55 ] {} <Debug> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
23017 2024.11.09 02:58:25.017819 [ 55 ] {} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23018 2024.11.09 02:58:25.017871 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.75 GiB.
23019 2024.11.09 02:58:25.017950 [ 292 ] {a1111eee-9850-47d4-ab59-74bab11de3c1} <Debug> DynamicQueryHandler: Done processing query
23020 2024.11.09 02:58:25.017993 [ 292 ] {a1111eee-9850-47d4-ab59-74bab11de3c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
23021 2024.11.09 02:58:25.018015 [ 292 ] {} <Debug> HTTP-Session: ae862a7e-292a-47f1-bb4c-552c77c03afe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23022 2024.11.09 02:58:25.018030 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full
23023 2024.11.09 02:58:25.018179 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
23024 2024.11.09 02:58:25.018209 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35737, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23025 2024.11.09 02:58:25.018224 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 59 rows starting from the beginning of the part
23026 2024.11.09 02:58:25.018363 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 4 rows starting from the beginning of the part
23027 2024.11.09 02:58:25.018420 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46281, User-Agent: (none), Length: 11237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23028 2024.11.09 02:58:25.018698 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23029 2024.11.09 02:58:25.018839 [ 306 ] {} <Debug> HTTP-Session: 149f7a6b-c044-4f67-90ee-40e53ea9a906 Authenticating user 'default' from [fd00:1122:3344:101::d]:46281
23030 2024.11.09 02:58:25.018835 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 41 rows starting from the beginning of the part
23031 2024.11.09 02:58:25.018895 [ 306 ] {} <Debug> HTTP-Session: 149f7a6b-c044-4f67-90ee-40e53ea9a906 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23032 2024.11.09 02:58:25.018955 [ 306 ] {} <Debug> HTTP-Session: 149f7a6b-c044-4f67-90ee-40e53ea9a906 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23033 2024.11.09 02:58:25.019140 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 8 rows starting from the beginning of the part
23034 2024.11.09 02:58:25.019152 [ 306 ] {} <Trace> HTTP-Session: 149f7a6b-c044-4f67-90ee-40e53ea9a906 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23035 2024.11.09 02:58:25.019377 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 41 rows starting from the beginning of the part
23036 2024.11.09 02:58:25.019628 [ 306 ] {ef9bd51a-4ef7-47a9-8f8d-de593aa6eae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46281) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
23037 2024.11.09 02:58:25.019677 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 2 rows starting from the beginning of the part
23038 2024.11.09 02:58:25.019780 [ 306 ] {ef9bd51a-4ef7-47a9-8f8d-de593aa6eae3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
23039 2024.11.09 02:58:25.020985 [ 306 ] {ef9bd51a-4ef7-47a9-8f8d-de593aa6eae3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23040 2024.11.09 02:58:25.022085 [ 306 ] {ef9bd51a-4ef7-47a9-8f8d-de593aa6eae3} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23041 2024.11.09 02:58:25.022154 [ 306 ] {ef9bd51a-4ef7-47a9-8f8d-de593aa6eae3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.75 GiB.
23042 2024.11.09 02:58:25.022901 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 155 rows, containing 5 columns (5 merged, 0 gathered) in 0.004950732 sec., 31308.5014498866 rows/sec., 2.38 MiB/sec.
23043 2024.11.09 02:58:25.023105 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
23044 2024.11.09 02:58:25.023147 [ 306 ] {ef9bd51a-4ef7-47a9-8f8d-de593aa6eae3} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary)
23045 2024.11.09 02:58:25.024287 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_91_18} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23046 2024.11.09 02:58:25.024297 [ 306 ] {ef9bd51a-4ef7-47a9-8f8d-de593aa6eae3} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23047 2024.11.09 02:58:25.024423 [ 199 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_91_18} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
23048 2024.11.09 02:58:25.024662 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
23049 2024.11.09 02:58:25.024679 [ 306 ] {ef9bd51a-4ef7-47a9-8f8d-de593aa6eae3} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.005249 sec., 12573.823585444847 rows/sec., 1005.59 KiB/sec.
23050 2024.11.09 02:58:25.024886 [ 306 ] {ef9bd51a-4ef7-47a9-8f8d-de593aa6eae3} <Debug> DynamicQueryHandler: Done processing query
23051 2024.11.09 02:58:25.024911 [ 306 ] {ef9bd51a-4ef7-47a9-8f8d-de593aa6eae3} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
23052 2024.11.09 02:58:25.024927 [ 306 ] {} <Debug> HTTP-Session: 149f7a6b-c044-4f67-90ee-40e53ea9a906 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23053 2024.11.09 02:58:25.025121 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35737, User-Agent: (none), Length: 24729, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23054 2024.11.09 02:58:25.025138 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46281, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23055 2024.11.09 02:58:25.025209 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23056 2024.11.09 02:58:25.025243 [ 292 ] {} <Debug> HTTP-Session: 59b7533a-3fa9-4298-818a-dc6998f5eb81 Authenticating user 'default' from [fd00:1122:3344:101::d]:35737
23057 2024.11.09 02:58:25.025275 [ 292 ] {} <Debug> HTTP-Session: 59b7533a-3fa9-4298-818a-dc6998f5eb81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23058 2024.11.09 02:58:25.025297 [ 292 ] {} <Debug> HTTP-Session: 59b7533a-3fa9-4298-818a-dc6998f5eb81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23059 2024.11.09 02:58:25.025337 [ 292 ] {} <Trace> HTTP-Session: 59b7533a-3fa9-4298-818a-dc6998f5eb81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23060 2024.11.09 02:58:25.025508 [ 292 ] {66220bd2-c676-48e0-b0a4-aa4c541103ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35737) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
23061 2024.11.09 02:58:25.025559 [ 292 ] {66220bd2-c676-48e0-b0a4-aa4c541103ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
23062 2024.11.09 02:58:25.025743 [ 292 ] {66220bd2-c676-48e0-b0a4-aa4c541103ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23063 2024.11.09 02:58:25.026149 [ 292 ] {66220bd2-c676-48e0-b0a4-aa4c541103ea} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23064 2024.11.09 02:58:25.026186 [ 292 ] {66220bd2-c676-48e0-b0a4-aa4c541103ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.75 GiB.
23065 2024.11.09 02:58:25.026585 [ 292 ] {66220bd2-c676-48e0-b0a4-aa4c541103ea} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary)
23066 2024.11.09 02:58:25.026935 [ 292 ] {66220bd2-c676-48e0-b0a4-aa4c541103ea} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23067 2024.11.09 02:58:25.027091 [ 292 ] {66220bd2-c676-48e0-b0a4-aa4c541103ea} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001653 sec., 78039.92740471869 rows/sec., 5.43 MiB/sec.
23068 2024.11.09 02:58:25.027281 [ 292 ] {66220bd2-c676-48e0-b0a4-aa4c541103ea} <Debug> DynamicQueryHandler: Done processing query
23069 2024.11.09 02:58:25.027306 [ 292 ] {66220bd2-c676-48e0-b0a4-aa4c541103ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
23070 2024.11.09 02:58:25.027322 [ 292 ] {} <Debug> HTTP-Session: 59b7533a-3fa9-4298-818a-dc6998f5eb81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23071 2024.11.09 02:58:25.027564 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35737, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23072 2024.11.09 02:58:25.027626 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57121, User-Agent: (none), Length: 7317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23073 2024.11.09 02:58:25.027701 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23074 2024.11.09 02:58:25.027732 [ 306 ] {} <Debug> HTTP-Session: 26e66ca0-7b1b-4640-8f69-2b9801c513cc Authenticating user 'default' from [fd00:1122:3344:101::d]:57121
23075 2024.11.09 02:58:25.027754 [ 306 ] {} <Debug> HTTP-Session: 26e66ca0-7b1b-4640-8f69-2b9801c513cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23076 2024.11.09 02:58:25.027771 [ 306 ] {} <Debug> HTTP-Session: 26e66ca0-7b1b-4640-8f69-2b9801c513cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23077 2024.11.09 02:58:25.027816 [ 306 ] {} <Trace> HTTP-Session: 26e66ca0-7b1b-4640-8f69-2b9801c513cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23078 2024.11.09 02:58:25.027966 [ 306 ] {7d3e32f0-6673-4b41-a2eb-2ef5b454463b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57121) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
23079 2024.11.09 02:58:25.028025 [ 306 ] {7d3e32f0-6673-4b41-a2eb-2ef5b454463b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
23080 2024.11.09 02:58:25.028220 [ 306 ] {7d3e32f0-6673-4b41-a2eb-2ef5b454463b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23081 2024.11.09 02:58:25.028585 [ 306 ] {7d3e32f0-6673-4b41-a2eb-2ef5b454463b} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23082 2024.11.09 02:58:25.028630 [ 306 ] {7d3e32f0-6673-4b41-a2eb-2ef5b454463b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.75 GiB.
23083 2024.11.09 02:58:25.029024 [ 306 ] {7d3e32f0-6673-4b41-a2eb-2ef5b454463b} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary)
23084 2024.11.09 02:58:25.029368 [ 306 ] {7d3e32f0-6673-4b41-a2eb-2ef5b454463b} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23085 2024.11.09 02:58:25.029525 [ 306 ] {7d3e32f0-6673-4b41-a2eb-2ef5b454463b} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001604 sec., 29925.187032418955 rows/sec., 2.02 MiB/sec.
23086 2024.11.09 02:58:25.029692 [ 306 ] {7d3e32f0-6673-4b41-a2eb-2ef5b454463b} <Debug> DynamicQueryHandler: Done processing query
23087 2024.11.09 02:58:25.029717 [ 306 ] {7d3e32f0-6673-4b41-a2eb-2ef5b454463b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
23088 2024.11.09 02:58:25.029733 [ 306 ] {} <Debug> HTTP-Session: 26e66ca0-7b1b-4640-8f69-2b9801c513cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23089 2024.11.09 02:58:25.029974 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57121, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23090 2024.11.09 02:58:30.011073 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52911, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23091 2024.11.09 02:58:30.011200 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23092 2024.11.09 02:58:30.011225 [ 306 ] {} <Debug> HTTP-Session: a8c8e3f1-de4e-4129-b489-66b36f616a65 Authenticating user 'default' from [fd00:1122:3344:101::d]:52911
23093 2024.11.09 02:58:30.011251 [ 306 ] {} <Debug> HTTP-Session: a8c8e3f1-de4e-4129-b489-66b36f616a65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23094 2024.11.09 02:58:30.011267 [ 306 ] {} <Debug> HTTP-Session: a8c8e3f1-de4e-4129-b489-66b36f616a65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23095 2024.11.09 02:58:30.011319 [ 306 ] {} <Trace> HTTP-Session: a8c8e3f1-de4e-4129-b489-66b36f616a65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23096 2024.11.09 02:58:30.011524 [ 306 ] {a199f15f-a778-4938-beae-b542fd8015d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52911) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
23097 2024.11.09 02:58:30.011593 [ 306 ] {a199f15f-a778-4938-beae-b542fd8015d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
23098 2024.11.09 02:58:30.011942 [ 306 ] {a199f15f-a778-4938-beae-b542fd8015d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23099 2024.11.09 02:58:30.012390 [ 306 ] {a199f15f-a778-4938-beae-b542fd8015d8} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23100 2024.11.09 02:58:30.012432 [ 306 ] {a199f15f-a778-4938-beae-b542fd8015d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.25 GiB.
23101 2024.11.09 02:58:30.012858 [ 306 ] {a199f15f-a778-4938-beae-b542fd8015d8} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary)
23102 2024.11.09 02:58:30.013261 [ 306 ] {a199f15f-a778-4938-beae-b542fd8015d8} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23103 2024.11.09 02:58:30.013434 [ 306 ] {a199f15f-a778-4938-beae-b542fd8015d8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001975 sec., 28354.43037974683 rows/sec., 2.18 MiB/sec.
23104 2024.11.09 02:58:30.013465 [ 64 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0
23105 2024.11.09 02:58:30.013587 [ 64 ] {} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23106 2024.11.09 02:58:30.013631 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.25 GiB.
23107 2024.11.09 02:58:30.013768 [ 306 ] {a199f15f-a778-4938-beae-b542fd8015d8} <Debug> DynamicQueryHandler: Done processing query
23108 2024.11.09 02:58:30.013830 [ 306 ] {a199f15f-a778-4938-beae-b542fd8015d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
23109 2024.11.09 02:58:30.013860 [ 306 ] {} <Debug> HTTP-Session: a8c8e3f1-de4e-4129-b489-66b36f616a65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23110 2024.11.09 02:58:30.013886 [ 190 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full
23111 2024.11.09 02:58:30.014151 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52911, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23112 2024.11.09 02:58:30.014190 [ 190 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
23113 2024.11.09 02:58:30.014230 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36545, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23114 2024.11.09 02:58:30.014311 [ 190 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 1420 rows starting from the beginning of the part
23115 2024.11.09 02:58:30.014384 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23116 2024.11.09 02:58:30.014547 [ 292 ] {} <Debug> HTTP-Session: 4112588d-bd8f-49b6-b5ce-53ed057f4e5c Authenticating user 'default' from [fd00:1122:3344:101::d]:36545
23117 2024.11.09 02:58:30.014609 [ 190 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 60 rows starting from the beginning of the part
23118 2024.11.09 02:58:30.014647 [ 292 ] {} <Debug> HTTP-Session: 4112588d-bd8f-49b6-b5ce-53ed057f4e5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23119 2024.11.09 02:58:30.014707 [ 292 ] {} <Debug> HTTP-Session: 4112588d-bd8f-49b6-b5ce-53ed057f4e5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23120 2024.11.09 02:58:30.014870 [ 190 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 56 rows starting from the beginning of the part
23121 2024.11.09 02:58:30.014897 [ 292 ] {} <Trace> HTTP-Session: 4112588d-bd8f-49b6-b5ce-53ed057f4e5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23122 2024.11.09 02:58:30.015097 [ 190 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 271 rows starting from the beginning of the part
23123 2024.11.09 02:58:30.015366 [ 190 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 57 rows starting from the beginning of the part
23124 2024.11.09 02:58:30.015490 [ 292 ] {e0963a84-5303-4784-8119-41939130d05d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36545) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
23125 2024.11.09 02:58:30.015557 [ 190 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 56 rows starting from the beginning of the part
23126 2024.11.09 02:58:30.015660 [ 292 ] {e0963a84-5303-4784-8119-41939130d05d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
23127 2024.11.09 02:58:30.016853 [ 292 ] {e0963a84-5303-4784-8119-41939130d05d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23128 2024.11.09 02:58:30.018026 [ 292 ] {e0963a84-5303-4784-8119-41939130d05d} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23129 2024.11.09 02:58:30.018108 [ 292 ] {e0963a84-5303-4784-8119-41939130d05d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.25 GiB.
23130 2024.11.09 02:58:30.019003 [ 292 ] {e0963a84-5303-4784-8119-41939130d05d} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary)
23131 2024.11.09 02:58:30.019337 [ 188 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1920 rows, containing 5 columns (5 merged, 0 gathered) in 0.005605456 sec., 342523.42717523786 rows/sec., 29.98 MiB/sec.
23132 2024.11.09 02:58:30.019674 [ 188 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary)
23133 2024.11.09 02:58:30.019838 [ 292 ] {e0963a84-5303-4784-8119-41939130d05d} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23134 2024.11.09 02:58:30.020152 [ 64 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0
23135 2024.11.09 02:58:30.020275 [ 64 ] {} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23136 2024.11.09 02:58:30.020318 [ 292 ] {e0963a84-5303-4784-8119-41939130d05d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005037 sec., 12705.975779233671 rows/sec., 1015.53 KiB/sec.
23137 2024.11.09 02:58:30.020367 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.25 GiB.
23138 2024.11.09 02:58:30.020890 [ 191 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full
23139 2024.11.09 02:58:30.021062 [ 292 ] {e0963a84-5303-4784-8119-41939130d05d} <Debug> DynamicQueryHandler: Done processing query
23140 2024.11.09 02:58:30.021135 [ 292 ] {e0963a84-5303-4784-8119-41939130d05d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
23141 2024.11.09 02:58:30.021197 [ 292 ] {} <Debug> HTTP-Session: 4112588d-bd8f-49b6-b5ce-53ed057f4e5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23142 2024.11.09 02:58:30.021232 [ 188 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_141_28} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23143 2024.11.09 02:58:30.021271 [ 191 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
23144 2024.11.09 02:58:30.021358 [ 191 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 915 rows starting from the beginning of the part
23145 2024.11.09 02:58:30.021443 [ 188 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_141_28} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28
23146 2024.11.09 02:58:30.021553 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36545, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23147 2024.11.09 02:58:30.021772 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64189, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23148 2024.11.09 02:58:30.021784 [ 191 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 72 rows starting from the beginning of the part
23149 2024.11.09 02:58:30.021870 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB.
23150 2024.11.09 02:58:30.021994 [ 292 ] {} <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):
23151 
23152 (version 23.8.7.1)
23153 2024.11.09 02:58:30.022022 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23154 2024.11.09 02:58:30.022177 [ 306 ] {} <Debug> HTTP-Session: a4df576f-4bd2-43b9-a5be-db35296921a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64189
23155 2024.11.09 02:58:30.022268 [ 191 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 64 rows starting from the beginning of the part
23156 2024.11.09 02:58:30.022310 [ 306 ] {} <Debug> HTTP-Session: a4df576f-4bd2-43b9-a5be-db35296921a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23157 2024.11.09 02:58:30.022417 [ 306 ] {} <Debug> HTTP-Session: a4df576f-4bd2-43b9-a5be-db35296921a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23158 2024.11.09 02:58:30.022635 [ 306 ] {} <Trace> HTTP-Session: a4df576f-4bd2-43b9-a5be-db35296921a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23159 2024.11.09 02:58:30.022682 [ 191 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 423 rows starting from the beginning of the part
23160 2024.11.09 02:58:30.022884 [ 191 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 66 rows starting from the beginning of the part
23161 2024.11.09 02:58:30.023137 [ 191 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 64 rows starting from the beginning of the part
23162 2024.11.09 02:58:30.023174 [ 306 ] {dc52863a-e1e7-443d-951d-062443b249d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64189) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
23163 2024.11.09 02:58:30.023448 [ 306 ] {dc52863a-e1e7-443d-951d-062443b249d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
23164 2024.11.09 02:58:30.024103 [ 306 ] {dc52863a-e1e7-443d-951d-062443b249d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23165 2024.11.09 02:58:30.025077 [ 306 ] {dc52863a-e1e7-443d-951d-062443b249d1} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23166 2024.11.09 02:58:30.025150 [ 306 ] {dc52863a-e1e7-443d-951d-062443b249d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.25 GiB.
23167 2024.11.09 02:58:30.026097 [ 306 ] {dc52863a-e1e7-443d-951d-062443b249d1} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary)
23168 2024.11.09 02:58:30.026310 [ 201 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1604 rows, containing 5 columns (5 merged, 0 gathered) in 0.005817711 sec., 275709.8109548584 rows/sec., 21.26 MiB/sec.
23169 2024.11.09 02:58:30.026658 [ 201 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary)
23170 2024.11.09 02:58:30.026835 [ 306 ] {dc52863a-e1e7-443d-951d-062443b249d1} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23171 2024.11.09 02:58:30.027093 [ 64 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0
23172 2024.11.09 02:58:30.027129 [ 306 ] {dc52863a-e1e7-443d-951d-062443b249d1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004209 sec., 38013.779995248275 rows/sec., 2.65 MiB/sec.
23173 2024.11.09 02:58:30.027220 [ 64 ] {} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23174 2024.11.09 02:58:30.027349 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.25 GiB.
23175 2024.11.09 02:58:30.027910 [ 306 ] {dc52863a-e1e7-443d-951d-062443b249d1} <Debug> DynamicQueryHandler: Done processing query
23176 2024.11.09 02:58:30.027992 [ 200 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full
23177 2024.11.09 02:58:30.028011 [ 306 ] {dc52863a-e1e7-443d-951d-062443b249d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
23178 2024.11.09 02:58:30.028087 [ 306 ] {} <Debug> HTTP-Session: a4df576f-4bd2-43b9-a5be-db35296921a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23179 2024.11.09 02:58:30.028404 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64189, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23180 2024.11.09 02:58:30.028536 [ 200 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
23181 2024.11.09 02:58:30.028532 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49856, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23182 2024.11.09 02:58:30.028677 [ 201 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_141_28} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23183 2024.11.09 02:58:30.028687 [ 200 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_136_27, total 26987 rows starting from the beginning of the part
23184 2024.11.09 02:58:30.028739 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23185 2024.11.09 02:58:30.028844 [ 292 ] {} <Debug> HTTP-Session: 0bc37514-02ca-4378-9257-6508ec73fc39 Authenticating user 'default' from [fd00:1122:3344:101::d]:49856
23186 2024.11.09 02:58:30.028946 [ 292 ] {} <Debug> HTTP-Session: 0bc37514-02ca-4378-9257-6508ec73fc39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23187 2024.11.09 02:58:30.029024 [ 292 ] {} <Debug> HTTP-Session: 0bc37514-02ca-4378-9257-6508ec73fc39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23188 2024.11.09 02:58:30.029144 [ 200 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 132 rows starting from the beginning of the part
23189 2024.11.09 02:58:30.029200 [ 292 ] {} <Trace> HTTP-Session: 0bc37514-02ca-4378-9257-6508ec73fc39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23190 2024.11.09 02:58:30.029359 [ 201 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_141_28} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28
23191 2024.11.09 02:58:30.029535 [ 200 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 160 rows starting from the beginning of the part
23192 2024.11.09 02:58:30.029641 [ 292 ] {b58b244e-15c5-486e-bc05-02e4142a048e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49856) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
23193 2024.11.09 02:58:30.029866 [ 292 ] {b58b244e-15c5-486e-bc05-02e4142a048e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
23194 2024.11.09 02:58:30.029981 [ 200 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 237 rows starting from the beginning of the part
23195 2024.11.09 02:58:30.030123 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB.
23196 2024.11.09 02:58:30.030439 [ 200 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 129 rows starting from the beginning of the part
23197 2024.11.09 02:58:30.030677 [ 200 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 160 rows starting from the beginning of the part
23198 2024.11.09 02:58:30.031044 [ 292 ] {b58b244e-15c5-486e-bc05-02e4142a048e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23199 2024.11.09 02:58:30.032234 [ 292 ] {b58b244e-15c5-486e-bc05-02e4142a048e} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23200 2024.11.09 02:58:30.032335 [ 292 ] {b58b244e-15c5-486e-bc05-02e4142a048e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.25 GiB.
23201 2024.11.09 02:58:30.033197 [ 292 ] {b58b244e-15c5-486e-bc05-02e4142a048e} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary)
23202 2024.11.09 02:58:30.034075 [ 292 ] {b58b244e-15c5-486e-bc05-02e4142a048e} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23203 2024.11.09 02:58:30.034399 [ 64 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0
23204 2024.11.09 02:58:30.034492 [ 64 ] {} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23205 2024.11.09 02:58:30.034507 [ 292 ] {b58b244e-15c5-486e-bc05-02e4142a048e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005023 sec., 11945.052757316345 rows/sec., 824.33 KiB/sec.
23206 2024.11.09 02:58:30.034554 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.25 GiB.
23207 2024.11.09 02:58:30.035013 [ 195 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full
23208 2024.11.09 02:58:30.035098 [ 292 ] {b58b244e-15c5-486e-bc05-02e4142a048e} <Debug> DynamicQueryHandler: Done processing query
23209 2024.11.09 02:58:30.035144 [ 292 ] {b58b244e-15c5-486e-bc05-02e4142a048e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
23210 2024.11.09 02:58:30.035181 [ 292 ] {} <Debug> HTTP-Session: 0bc37514-02ca-4378-9257-6508ec73fc39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23211 2024.11.09 02:58:30.035202 [ 195 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
23212 2024.11.09 02:58:30.035235 [ 195 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_136_27, total 8634 rows starting from the beginning of the part
23213 2024.11.09 02:58:30.035366 [ 195 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 48 rows starting from the beginning of the part
23214 2024.11.09 02:58:30.035807 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49856, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23215 2024.11.09 02:58:30.035807 [ 195 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 60 rows starting from the beginning of the part
23216 2024.11.09 02:58:30.036023 [ 195 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 82 rows starting from the beginning of the part
23217 2024.11.09 02:58:30.036194 [ 195 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 48 rows starting from the beginning of the part
23218 2024.11.09 02:58:30.036390 [ 195 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 60 rows starting from the beginning of the part
23219 2024.11.09 02:58:30.040584 [ 200 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27805 rows, containing 5 columns (5 merged, 0 gathered) in 0.013030159 sec., 2133895.680014342 rows/sec., 145.75 MiB/sec.
23220 2024.11.09 02:58:30.040686 [ 192 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8932 rows, containing 4 columns (4 merged, 0 gathered) in 0.005953213 sec., 1500366.2728009229 rows/sec., 98.64 MiB/sec.
23221 2024.11.09 02:58:30.040938 [ 193 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary)
23222 2024.11.09 02:58:30.040966 [ 196 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary)
23223 2024.11.09 02:58:30.041956 [ 193 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_141_28} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23224 2024.11.09 02:58:30.042014 [ 194 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_141_28} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23225 2024.11.09 02:58:30.042115 [ 193 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_141_28} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28
23226 2024.11.09 02:58:30.042220 [ 194 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_141_28} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28
23227 2024.11.09 02:58:30.042285 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.85 MiB.
23228 2024.11.09 02:58:30.042421 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.43 MiB.
23229 2024.11.09 02:58:30.087614 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47559, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23230 2024.11.09 02:58:30.686531 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41193, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23231 2024.11.09 02:58:30.731210 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33502, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23232 2024.11.09 02:58:30.806435 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58053, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23233 2024.11.09 02:58:30.830836 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51988, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23234 2024.11.09 02:58:30.845026 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45992, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23235 2024.11.09 02:58:30.914955 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37750, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23236 2024.11.09 02:58:31.010594 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49968, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23237 2024.11.09 02:58:31.425684 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache
23238 2024.11.09 02:58:31.425738 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache
23239 2024.11.09 02:58:31.847673 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58830, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23240 2024.11.09 02:58:31.848567 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53751, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23241 2024.11.09 02:58:31.941052 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2044
23242 2024.11.09 02:58:31.943823 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23243 2024.11.09 02:58:31.943867 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.25 GiB.
23244 2024.11.09 02:58:31.945498 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
23245 2024.11.09 02:58:31.946573 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23246 2024.11.09 02:58:31.946757 [ 60 ] {} <Debug> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
23247 2024.11.09 02:58:31.946814 [ 60 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23248 2024.11.09 02:58:31.946853 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.25 GiB.
23249 2024.11.09 02:58:31.947253 [ 192 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full
23250 2024.11.09 02:58:31.947789 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2044
23251 2024.11.09 02:58:31.948567 [ 192 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
23252 2024.11.09 02:58:31.948747 [ 192 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1916 rows starting from the beginning of the part
23253 2024.11.09 02:58:31.949437 [ 192 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 28 rows starting from the beginning of the part
23254 2024.11.09 02:58:31.950113 [ 192 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 20 rows starting from the beginning of the part
23255 2024.11.09 02:58:31.950756 [ 192 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 32 rows starting from the beginning of the part
23256 2024.11.09 02:58:31.951461 [ 192 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 28 rows starting from the beginning of the part
23257 2024.11.09 02:58:31.952166 [ 192 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 20 rows starting from the beginning of the part
23258 2024.11.09 02:58:31.961812 [ 193 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2044 rows, containing 72 columns (72 merged, 0 gathered) in 0.014835177 sec., 137780.62776062597 rows/sec., 88.09 MiB/sec.
23259 2024.11.09 02:58:31.963936 [ 186 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
23260 2024.11.09 02:58:31.965739 [ 186 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_71_14} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23261 2024.11.09 02:58:31.965846 [ 186 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_71_14} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
23262 2024.11.09 02:58:31.966245 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.60 MiB.
23263 2024.11.09 02:58:32.001788 [ 245 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001255966 sec.
23264 2024.11.09 02:58:32.316317 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62748, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23265 2024.11.09 02:58:32.398817 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57517, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23266 2024.11.09 02:58:32.417554 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:32771, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23267 2024.11.09 02:58:32.420498 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62678, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23268 2024.11.09 02:58:32.503336 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48434, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23269 2024.11.09 02:58:32.548971 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50632, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23270 2024.11.09 02:58:32.559170 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40704, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23271 2024.11.09 02:58:32.560278 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51665, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23272 2024.11.09 02:58:32.574713 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60570, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23273 2024.11.09 02:58:32.621513 [ 308 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:65331, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23274 2024.11.09 02:58:32.718900 [ 308 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36680, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23275 2024.11.09 02:58:32.738263 [ 308 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51930, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23276 2024.11.09 02:58:32.778550 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62396, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23277 2024.11.09 02:58:32.785839 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62121, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23278 2024.11.09 02:58:35.019109 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35799, User-Agent: (none), Length: 43933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23279 2024.11.09 02:58:35.019245 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23280 2024.11.09 02:58:35.019276 [ 285 ] {} <Debug> HTTP-Session: b79e9186-ee99-4382-bac0-f5fc9fe1a115 Authenticating user 'default' from [fd00:1122:3344:101::d]:35799
23281 2024.11.09 02:58:35.019303 [ 285 ] {} <Debug> HTTP-Session: b79e9186-ee99-4382-bac0-f5fc9fe1a115 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23282 2024.11.09 02:58:35.019321 [ 285 ] {} <Debug> HTTP-Session: b79e9186-ee99-4382-bac0-f5fc9fe1a115 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23283 2024.11.09 02:58:35.019377 [ 285 ] {} <Trace> HTTP-Session: b79e9186-ee99-4382-bac0-f5fc9fe1a115 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23284 2024.11.09 02:58:35.019667 [ 285 ] {e03a1814-7c9d-4f78-bd14-d301152d3cbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35799) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
23285 2024.11.09 02:58:35.019743 [ 285 ] {e03a1814-7c9d-4f78-bd14-d301152d3cbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
23286 2024.11.09 02:58:35.020134 [ 285 ] {e03a1814-7c9d-4f78-bd14-d301152d3cbf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23287 2024.11.09 02:58:35.020729 [ 285 ] {e03a1814-7c9d-4f78-bd14-d301152d3cbf} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23288 2024.11.09 02:58:35.020772 [ 285 ] {e03a1814-7c9d-4f78-bd14-d301152d3cbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.24 GiB.
23289 2024.11.09 02:58:35.021234 [ 285 ] {e03a1814-7c9d-4f78-bd14-d301152d3cbf} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary)
23290 2024.11.09 02:58:35.021650 [ 285 ] {e03a1814-7c9d-4f78-bd14-d301152d3cbf} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23291 2024.11.09 02:58:35.021825 [ 285 ] {e03a1814-7c9d-4f78-bd14-d301152d3cbf} <Debug> executeQuery: Read 289 rows, 26.39 KiB in 0.002299 sec., 125706.82905611137 rows/sec., 11.21 MiB/sec.
23292 2024.11.09 02:58:35.022043 [ 285 ] {e03a1814-7c9d-4f78-bd14-d301152d3cbf} <Debug> DynamicQueryHandler: Done processing query
23293 2024.11.09 02:58:35.022069 [ 285 ] {e03a1814-7c9d-4f78-bd14-d301152d3cbf} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB.
23294 2024.11.09 02:58:35.022085 [ 285 ] {} <Debug> HTTP-Session: b79e9186-ee99-4382-bac0-f5fc9fe1a115 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23295 2024.11.09 02:58:35.022322 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35799, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23296 2024.11.09 02:58:35.022464 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34873, User-Agent: (none), Length: 7218, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23297 2024.11.09 02:58:35.022589 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23298 2024.11.09 02:58:35.022618 [ 284 ] {} <Debug> HTTP-Session: ab85c5ba-be00-489e-b51d-4fce2865d30b Authenticating user 'default' from [fd00:1122:3344:101::d]:34873
23299 2024.11.09 02:58:35.022648 [ 284 ] {} <Debug> HTTP-Session: ab85c5ba-be00-489e-b51d-4fce2865d30b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23300 2024.11.09 02:58:35.022666 [ 284 ] {} <Debug> HTTP-Session: ab85c5ba-be00-489e-b51d-4fce2865d30b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23301 2024.11.09 02:58:35.022726 [ 284 ] {} <Trace> HTTP-Session: ab85c5ba-be00-489e-b51d-4fce2865d30b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23302 2024.11.09 02:58:35.022943 [ 284 ] {d3250b15-bf5e-4a6a-a111-c1c94f5f2f00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34873) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
23303 2024.11.09 02:58:35.023023 [ 284 ] {d3250b15-bf5e-4a6a-a111-c1c94f5f2f00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
23304 2024.11.09 02:58:35.023403 [ 284 ] {d3250b15-bf5e-4a6a-a111-c1c94f5f2f00} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23305 2024.11.09 02:58:35.023848 [ 284 ] {d3250b15-bf5e-4a6a-a111-c1c94f5f2f00} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23306 2024.11.09 02:58:35.023895 [ 284 ] {d3250b15-bf5e-4a6a-a111-c1c94f5f2f00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.24 GiB.
23307 2024.11.09 02:58:35.024349 [ 284 ] {d3250b15-bf5e-4a6a-a111-c1c94f5f2f00} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
23308 2024.11.09 02:58:35.024761 [ 284 ] {d3250b15-bf5e-4a6a-a111-c1c94f5f2f00} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23309 2024.11.09 02:58:35.024937 [ 284 ] {d3250b15-bf5e-4a6a-a111-c1c94f5f2f00} <Debug> executeQuery: Read 50 rows, 3.76 KiB in 0.002067 sec., 24189.646831156268 rows/sec., 1.78 MiB/sec.
23310 2024.11.09 02:58:35.025174 [ 284 ] {d3250b15-bf5e-4a6a-a111-c1c94f5f2f00} <Debug> DynamicQueryHandler: Done processing query
23311 2024.11.09 02:58:35.025203 [ 284 ] {d3250b15-bf5e-4a6a-a111-c1c94f5f2f00} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
23312 2024.11.09 02:58:35.025220 [ 284 ] {} <Debug> HTTP-Session: ab85c5ba-be00-489e-b51d-4fce2865d30b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23313 2024.11.09 02:58:35.025440 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34873, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23314 2024.11.09 02:58:35.025455 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35799, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23315 2024.11.09 02:58:35.025545 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23316 2024.11.09 02:58:35.025565 [ 285 ] {} <Debug> HTTP-Session: 6e03bead-35a8-4290-8501-3cffba01c51c Authenticating user 'default' from [fd00:1122:3344:101::d]:35799
23317 2024.11.09 02:58:35.025596 [ 285 ] {} <Debug> HTTP-Session: 6e03bead-35a8-4290-8501-3cffba01c51c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23318 2024.11.09 02:58:35.025612 [ 285 ] {} <Debug> HTTP-Session: 6e03bead-35a8-4290-8501-3cffba01c51c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23319 2024.11.09 02:58:35.025657 [ 285 ] {} <Trace> HTTP-Session: 6e03bead-35a8-4290-8501-3cffba01c51c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23320 2024.11.09 02:58:35.025786 [ 285 ] {bfdfacad-4273-420c-976e-b3fc67edc500} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35799) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
23321 2024.11.09 02:58:35.025839 [ 285 ] {bfdfacad-4273-420c-976e-b3fc67edc500} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
23322 2024.11.09 02:58:35.026113 [ 285 ] {bfdfacad-4273-420c-976e-b3fc67edc500} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23323 2024.11.09 02:58:35.026448 [ 285 ] {bfdfacad-4273-420c-976e-b3fc67edc500} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23324 2024.11.09 02:58:35.026486 [ 285 ] {bfdfacad-4273-420c-976e-b3fc67edc500} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.24 GiB.
23325 2024.11.09 02:58:35.026863 [ 285 ] {bfdfacad-4273-420c-976e-b3fc67edc500} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
23326 2024.11.09 02:58:35.027266 [ 285 ] {bfdfacad-4273-420c-976e-b3fc67edc500} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23327 2024.11.09 02:58:35.027441 [ 285 ] {bfdfacad-4273-420c-976e-b3fc67edc500} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00168 sec., 8333.333333333332 rows/sec., 583.61 KiB/sec.
23328 2024.11.09 02:58:35.027758 [ 285 ] {bfdfacad-4273-420c-976e-b3fc67edc500} <Debug> DynamicQueryHandler: Done processing query
23329 2024.11.09 02:58:35.027795 [ 285 ] {bfdfacad-4273-420c-976e-b3fc67edc500} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
23330 2024.11.09 02:58:35.027812 [ 285 ] {} <Debug> HTTP-Session: 6e03bead-35a8-4290-8501-3cffba01c51c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23331 2024.11.09 02:58:35.027955 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35799, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23332 2024.11.09 02:58:35.028029 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36551, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23333 2024.11.09 02:58:35.028105 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23334 2024.11.09 02:58:35.028130 [ 284 ] {} <Debug> HTTP-Session: 00012bcc-a589-4246-8427-822684562ea6 Authenticating user 'default' from [fd00:1122:3344:101::d]:36551
23335 2024.11.09 02:58:35.028152 [ 284 ] {} <Debug> HTTP-Session: 00012bcc-a589-4246-8427-822684562ea6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23336 2024.11.09 02:58:35.028170 [ 284 ] {} <Debug> HTTP-Session: 00012bcc-a589-4246-8427-822684562ea6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23337 2024.11.09 02:58:35.028219 [ 284 ] {} <Trace> HTTP-Session: 00012bcc-a589-4246-8427-822684562ea6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23338 2024.11.09 02:58:35.028363 [ 284 ] {2845fe5c-ad0c-4d5f-9c47-778de6f749ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36551) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
23339 2024.11.09 02:58:35.028423 [ 284 ] {2845fe5c-ad0c-4d5f-9c47-778de6f749ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
23340 2024.11.09 02:58:35.028740 [ 284 ] {2845fe5c-ad0c-4d5f-9c47-778de6f749ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23341 2024.11.09 02:58:35.029136 [ 284 ] {2845fe5c-ad0c-4d5f-9c47-778de6f749ea} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23342 2024.11.09 02:58:35.029174 [ 284 ] {2845fe5c-ad0c-4d5f-9c47-778de6f749ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.24 GiB.
23343 2024.11.09 02:58:35.029553 [ 284 ] {2845fe5c-ad0c-4d5f-9c47-778de6f749ea} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
23344 2024.11.09 02:58:35.029950 [ 284 ] {2845fe5c-ad0c-4d5f-9c47-778de6f749ea} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23345 2024.11.09 02:58:35.030121 [ 284 ] {2845fe5c-ad0c-4d5f-9c47-778de6f749ea} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00179 sec., 3351.95530726257 rows/sec., 198.04 KiB/sec.
23346 2024.11.09 02:58:35.030318 [ 284 ] {2845fe5c-ad0c-4d5f-9c47-778de6f749ea} <Debug> DynamicQueryHandler: Done processing query
23347 2024.11.09 02:58:35.030343 [ 284 ] {2845fe5c-ad0c-4d5f-9c47-778de6f749ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
23348 2024.11.09 02:58:35.030361 [ 284 ] {} <Debug> HTTP-Session: 00012bcc-a589-4246-8427-822684562ea6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23349 2024.11.09 02:58:35.030607 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36551, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23350 2024.11.09 02:58:35.030704 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48130, User-Agent: (none), Length: 71283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23351 2024.11.09 02:58:35.030770 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23352 2024.11.09 02:58:35.030790 [ 285 ] {} <Debug> HTTP-Session: 506710ea-a924-49df-b096-8a79be33e9ca Authenticating user 'default' from [fd00:1122:3344:101::d]:48130
23353 2024.11.09 02:58:35.030809 [ 285 ] {} <Debug> HTTP-Session: 506710ea-a924-49df-b096-8a79be33e9ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23354 2024.11.09 02:58:35.030823 [ 285 ] {} <Debug> HTTP-Session: 506710ea-a924-49df-b096-8a79be33e9ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23355 2024.11.09 02:58:35.030865 [ 285 ] {} <Trace> HTTP-Session: 506710ea-a924-49df-b096-8a79be33e9ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23356 2024.11.09 02:58:35.031116 [ 285 ] {76d7ab1b-289d-435f-ac50-a4e2514c5354} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48130) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
23357 2024.11.09 02:58:35.031169 [ 285 ] {76d7ab1b-289d-435f-ac50-a4e2514c5354} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
23358 2024.11.09 02:58:35.031440 [ 285 ] {76d7ab1b-289d-435f-ac50-a4e2514c5354} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23359 2024.11.09 02:58:35.032075 [ 285 ] {76d7ab1b-289d-435f-ac50-a4e2514c5354} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23360 2024.11.09 02:58:35.032113 [ 285 ] {76d7ab1b-289d-435f-ac50-a4e2514c5354} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.24 GiB.
23361 2024.11.09 02:58:35.032510 [ 285 ] {76d7ab1b-289d-435f-ac50-a4e2514c5354} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary)
23362 2024.11.09 02:58:35.032887 [ 285 ] {76d7ab1b-289d-435f-ac50-a4e2514c5354} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23363 2024.11.09 02:58:35.033045 [ 285 ] {76d7ab1b-289d-435f-ac50-a4e2514c5354} <Debug> executeQuery: Read 438 rows, 32.20 KiB in 0.00205 sec., 213658.53658536583 rows/sec., 15.34 MiB/sec.
23364 2024.11.09 02:58:35.033247 [ 285 ] {76d7ab1b-289d-435f-ac50-a4e2514c5354} <Debug> DynamicQueryHandler: Done processing query
23365 2024.11.09 02:58:35.033273 [ 285 ] {76d7ab1b-289d-435f-ac50-a4e2514c5354} <Debug> MemoryTracker: Peak memory usage (for query): 4.47 MiB.
23366 2024.11.09 02:58:35.033290 [ 285 ] {} <Debug> HTTP-Session: 506710ea-a924-49df-b096-8a79be33e9ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23367 2024.11.09 02:58:35.033494 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48130, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23368 2024.11.09 02:58:35.033495 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36551, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23369 2024.11.09 02:58:35.033606 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23370 2024.11.09 02:58:35.033631 [ 284 ] {} <Debug> HTTP-Session: e8fde598-1fe2-4e67-8bca-321e64b64021 Authenticating user 'default' from [fd00:1122:3344:101::d]:36551
23371 2024.11.09 02:58:35.033665 [ 284 ] {} <Debug> HTTP-Session: e8fde598-1fe2-4e67-8bca-321e64b64021 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23372 2024.11.09 02:58:35.033687 [ 284 ] {} <Debug> HTTP-Session: e8fde598-1fe2-4e67-8bca-321e64b64021 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23373 2024.11.09 02:58:35.033734 [ 284 ] {} <Trace> HTTP-Session: e8fde598-1fe2-4e67-8bca-321e64b64021 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23374 2024.11.09 02:58:35.033872 [ 284 ] {1bee1e49-4a04-4428-b28f-227e0f5f90aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36551) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
23375 2024.11.09 02:58:35.033931 [ 284 ] {1bee1e49-4a04-4428-b28f-227e0f5f90aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
23376 2024.11.09 02:58:35.034127 [ 284 ] {1bee1e49-4a04-4428-b28f-227e0f5f90aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23377 2024.11.09 02:58:35.034436 [ 284 ] {1bee1e49-4a04-4428-b28f-227e0f5f90aa} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23378 2024.11.09 02:58:35.034472 [ 284 ] {1bee1e49-4a04-4428-b28f-227e0f5f90aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.24 GiB.
23379 2024.11.09 02:58:35.034872 [ 284 ] {1bee1e49-4a04-4428-b28f-227e0f5f90aa} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
23380 2024.11.09 02:58:35.035221 [ 284 ] {1bee1e49-4a04-4428-b28f-227e0f5f90aa} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23381 2024.11.09 02:58:35.035384 [ 284 ] {1bee1e49-4a04-4428-b28f-227e0f5f90aa} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001544 sec., 3886.0103626943005 rows/sec., 203.03 KiB/sec.
23382 2024.11.09 02:58:35.035688 [ 284 ] {1bee1e49-4a04-4428-b28f-227e0f5f90aa} <Debug> DynamicQueryHandler: Done processing query
23383 2024.11.09 02:58:35.035734 [ 284 ] {1bee1e49-4a04-4428-b28f-227e0f5f90aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
23384 2024.11.09 02:58:35.035775 [ 284 ] {} <Debug> HTTP-Session: e8fde598-1fe2-4e67-8bca-321e64b64021 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23385 2024.11.09 02:58:35.035979 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36551, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23386 2024.11.09 02:58:35.036101 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60934, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23387 2024.11.09 02:58:35.036175 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23388 2024.11.09 02:58:35.036200 [ 285 ] {} <Debug> HTTP-Session: a84406f2-3e69-466d-bd57-698188d20afc Authenticating user 'default' from [fd00:1122:3344:101::d]:60934
23389 2024.11.09 02:58:35.036221 [ 285 ] {} <Debug> HTTP-Session: a84406f2-3e69-466d-bd57-698188d20afc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23390 2024.11.09 02:58:35.036238 [ 285 ] {} <Debug> HTTP-Session: a84406f2-3e69-466d-bd57-698188d20afc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23391 2024.11.09 02:58:35.036284 [ 285 ] {} <Trace> HTTP-Session: a84406f2-3e69-466d-bd57-698188d20afc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23392 2024.11.09 02:58:35.036545 [ 285 ] {edf99f0a-7d34-44d5-a347-c58f6ef0183d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60934) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
23393 2024.11.09 02:58:35.036608 [ 285 ] {edf99f0a-7d34-44d5-a347-c58f6ef0183d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
23394 2024.11.09 02:58:35.036827 [ 285 ] {edf99f0a-7d34-44d5-a347-c58f6ef0183d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23395 2024.11.09 02:58:35.037291 [ 285 ] {edf99f0a-7d34-44d5-a347-c58f6ef0183d} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23396 2024.11.09 02:58:35.037327 [ 285 ] {edf99f0a-7d34-44d5-a347-c58f6ef0183d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.24 GiB.
23397 2024.11.09 02:58:35.037749 [ 285 ] {edf99f0a-7d34-44d5-a347-c58f6ef0183d} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary)
23398 2024.11.09 02:58:35.038099 [ 285 ] {edf99f0a-7d34-44d5-a347-c58f6ef0183d} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23399 2024.11.09 02:58:35.038252 [ 285 ] {edf99f0a-7d34-44d5-a347-c58f6ef0183d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001854 sec., 127831.715210356 rows/sec., 8.57 MiB/sec.
23400 2024.11.09 02:58:35.038453 [ 285 ] {edf99f0a-7d34-44d5-a347-c58f6ef0183d} <Debug> DynamicQueryHandler: Done processing query
23401 2024.11.09 02:58:35.038478 [ 285 ] {edf99f0a-7d34-44d5-a347-c58f6ef0183d} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
23402 2024.11.09 02:58:35.038495 [ 285 ] {} <Debug> HTTP-Session: a84406f2-3e69-466d-bd57-698188d20afc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23403 2024.11.09 02:58:35.038656 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36551, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23404 2024.11.09 02:58:35.038677 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60934, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23405 2024.11.09 02:58:35.038749 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23406 2024.11.09 02:58:35.038784 [ 284 ] {} <Debug> HTTP-Session: 18ec7eae-3d38-41cf-b1bc-5f8585047eee Authenticating user 'default' from [fd00:1122:3344:101::d]:36551
23407 2024.11.09 02:58:35.038817 [ 284 ] {} <Debug> HTTP-Session: 18ec7eae-3d38-41cf-b1bc-5f8585047eee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23408 2024.11.09 02:58:35.038837 [ 284 ] {} <Debug> HTTP-Session: 18ec7eae-3d38-41cf-b1bc-5f8585047eee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23409 2024.11.09 02:58:35.038876 [ 284 ] {} <Trace> HTTP-Session: 18ec7eae-3d38-41cf-b1bc-5f8585047eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23410 2024.11.09 02:58:35.038987 [ 284 ] {9e6ce587-1424-4e49-911b-44f35891a0b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36551) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
23411 2024.11.09 02:58:35.039037 [ 284 ] {9e6ce587-1424-4e49-911b-44f35891a0b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
23412 2024.11.09 02:58:35.039206 [ 284 ] {9e6ce587-1424-4e49-911b-44f35891a0b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23413 2024.11.09 02:58:35.039485 [ 284 ] {9e6ce587-1424-4e49-911b-44f35891a0b4} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23414 2024.11.09 02:58:35.039523 [ 284 ] {9e6ce587-1424-4e49-911b-44f35891a0b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.24 GiB.
23415 2024.11.09 02:58:35.039897 [ 284 ] {9e6ce587-1424-4e49-911b-44f35891a0b4} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
23416 2024.11.09 02:58:35.040245 [ 284 ] {9e6ce587-1424-4e49-911b-44f35891a0b4} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23417 2024.11.09 02:58:35.040403 [ 284 ] {9e6ce587-1424-4e49-911b-44f35891a0b4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001436 sec., 696.3788300835655 rows/sec., 46.92 KiB/sec.
23418 2024.11.09 02:58:35.040590 [ 284 ] {9e6ce587-1424-4e49-911b-44f35891a0b4} <Debug> DynamicQueryHandler: Done processing query
23419 2024.11.09 02:58:35.040615 [ 284 ] {9e6ce587-1424-4e49-911b-44f35891a0b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
23420 2024.11.09 02:58:35.040630 [ 284 ] {} <Debug> HTTP-Session: 18ec7eae-3d38-41cf-b1bc-5f8585047eee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23421 2024.11.09 02:58:35.040841 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36551, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23422 2024.11.09 02:58:35.040934 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32931, User-Agent: (none), Length: 83978, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23423 2024.11.09 02:58:35.040997 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23424 2024.11.09 02:58:35.041017 [ 285 ] {} <Debug> HTTP-Session: 96d22d27-2cef-4952-8875-4e4c1da5417e Authenticating user 'default' from [fd00:1122:3344:101::d]:32931
23425 2024.11.09 02:58:35.041035 [ 285 ] {} <Debug> HTTP-Session: 96d22d27-2cef-4952-8875-4e4c1da5417e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23426 2024.11.09 02:58:35.041049 [ 285 ] {} <Debug> HTTP-Session: 96d22d27-2cef-4952-8875-4e4c1da5417e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23427 2024.11.09 02:58:35.041089 [ 285 ] {} <Trace> HTTP-Session: 96d22d27-2cef-4952-8875-4e4c1da5417e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23428 2024.11.09 02:58:35.041640 [ 285 ] {fc78c4fb-d7b8-4724-951b-117af1edece6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32931) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
23429 2024.11.09 02:58:35.041733 [ 285 ] {fc78c4fb-d7b8-4724-951b-117af1edece6} <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
23430 2024.11.09 02:58:35.042291 [ 285 ] {fc78c4fb-d7b8-4724-951b-117af1edece6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23431 2024.11.09 02:58:35.043094 [ 285 ] {fc78c4fb-d7b8-4724-951b-117af1edece6} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23432 2024.11.09 02:58:35.043130 [ 285 ] {fc78c4fb-d7b8-4724-951b-117af1edece6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.24 GiB.
23433 2024.11.09 02:58:35.043843 [ 285 ] {fc78c4fb-d7b8-4724-951b-117af1edece6} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
23434 2024.11.09 02:58:35.044278 [ 285 ] {fc78c4fb-d7b8-4724-951b-117af1edece6} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23435 2024.11.09 02:58:35.044474 [ 285 ] {fc78c4fb-d7b8-4724-951b-117af1edece6} <Debug> executeQuery: Read 50 rows, 91.75 KiB in 0.003262 sec., 15328.019619865112 rows/sec., 27.47 MiB/sec.
23436 2024.11.09 02:58:35.044712 [ 285 ] {fc78c4fb-d7b8-4724-951b-117af1edece6} <Debug> DynamicQueryHandler: Done processing query
23437 2024.11.09 02:58:35.044738 [ 285 ] {fc78c4fb-d7b8-4724-951b-117af1edece6} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB.
23438 2024.11.09 02:58:35.044754 [ 285 ] {} <Debug> HTTP-Session: 96d22d27-2cef-4952-8875-4e4c1da5417e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23439 2024.11.09 02:58:35.044936 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32931, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23440 2024.11.09 02:58:35.044953 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36551, User-Agent: (none), Length: 1548, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23441 2024.11.09 02:58:35.045033 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23442 2024.11.09 02:58:35.045053 [ 284 ] {} <Debug> HTTP-Session: a04b6b94-b764-4f59-b823-8828795254cd Authenticating user 'default' from [fd00:1122:3344:101::d]:36551
23443 2024.11.09 02:58:35.045080 [ 284 ] {} <Debug> HTTP-Session: a04b6b94-b764-4f59-b823-8828795254cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23444 2024.11.09 02:58:35.045096 [ 284 ] {} <Debug> HTTP-Session: a04b6b94-b764-4f59-b823-8828795254cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23445 2024.11.09 02:58:35.045135 [ 284 ] {} <Trace> HTTP-Session: a04b6b94-b764-4f59-b823-8828795254cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23446 2024.11.09 02:58:35.045263 [ 284 ] {db6a41bd-c298-47b8-bc92-89f56c02f34b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36551) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
23447 2024.11.09 02:58:35.045314 [ 284 ] {db6a41bd-c298-47b8-bc92-89f56c02f34b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
23448 2024.11.09 02:58:35.045481 [ 284 ] {db6a41bd-c298-47b8-bc92-89f56c02f34b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23449 2024.11.09 02:58:35.045767 [ 284 ] {db6a41bd-c298-47b8-bc92-89f56c02f34b} <Trace> oximeter.measurements_i64 (1fa4bb4f-08c2-4324-8781-8e2e17895eeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23450 2024.11.09 02:58:35.045803 [ 284 ] {db6a41bd-c298-47b8-bc92-89f56c02f34b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.24 GiB.
23451 2024.11.09 02:58:35.046193 [ 284 ] {db6a41bd-c298-47b8-bc92-89f56c02f34b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
23452 2024.11.09 02:58:35.046550 [ 284 ] {db6a41bd-c298-47b8-bc92-89f56c02f34b} <Trace> oximeter.measurements_i64 (1fa4bb4f-08c2-4324-8781-8e2e17895eeb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23453 2024.11.09 02:58:35.046711 [ 284 ] {db6a41bd-c298-47b8-bc92-89f56c02f34b} <Debug> executeQuery: Read 9 rows, 709.00 B in 0.001472 sec., 6114.130434782609 rows/sec., 470.37 KiB/sec.
23454 2024.11.09 02:58:35.047153 [ 284 ] {db6a41bd-c298-47b8-bc92-89f56c02f34b} <Debug> DynamicQueryHandler: Done processing query
23455 2024.11.09 02:58:35.047178 [ 284 ] {db6a41bd-c298-47b8-bc92-89f56c02f34b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
23456 2024.11.09 02:58:35.047194 [ 284 ] {} <Debug> HTTP-Session: a04b6b94-b764-4f59-b823-8828795254cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23457 2024.11.09 02:58:35.047345 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36551, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23458 2024.11.09 02:58:35.047458 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51596, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23459 2024.11.09 02:58:35.047529 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23460 2024.11.09 02:58:35.047559 [ 285 ] {} <Debug> HTTP-Session: 94ca01b5-be74-4f59-aa8a-fc63718ddddf Authenticating user 'default' from [fd00:1122:3344:101::d]:51596
23461 2024.11.09 02:58:35.047580 [ 285 ] {} <Debug> HTTP-Session: 94ca01b5-be74-4f59-aa8a-fc63718ddddf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23462 2024.11.09 02:58:35.047600 [ 285 ] {} <Debug> HTTP-Session: 94ca01b5-be74-4f59-aa8a-fc63718ddddf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23463 2024.11.09 02:58:35.047653 [ 285 ] {} <Trace> HTTP-Session: 94ca01b5-be74-4f59-aa8a-fc63718ddddf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23464 2024.11.09 02:58:35.047815 [ 285 ] {91ad96df-fcb7-400b-8d73-e7437baae285} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51596) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
23465 2024.11.09 02:58:35.047874 [ 285 ] {91ad96df-fcb7-400b-8d73-e7437baae285} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
23466 2024.11.09 02:58:35.048068 [ 285 ] {91ad96df-fcb7-400b-8d73-e7437baae285} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23467 2024.11.09 02:58:35.048425 [ 285 ] {91ad96df-fcb7-400b-8d73-e7437baae285} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23468 2024.11.09 02:58:35.048462 [ 285 ] {91ad96df-fcb7-400b-8d73-e7437baae285} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.24 GiB.
23469 2024.11.09 02:58:35.048846 [ 285 ] {91ad96df-fcb7-400b-8d73-e7437baae285} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary)
23470 2024.11.09 02:58:35.049209 [ 285 ] {91ad96df-fcb7-400b-8d73-e7437baae285} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23471 2024.11.09 02:58:35.049364 [ 285 ] {91ad96df-fcb7-400b-8d73-e7437baae285} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001606 sec., 51058.530510585304 rows/sec., 3.24 MiB/sec.
23472 2024.11.09 02:58:35.049515 [ 222 ] {} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
23473 2024.11.09 02:58:35.049561 [ 222 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
23474 2024.11.09 02:58:35.049609 [ 285 ] {91ad96df-fcb7-400b-8d73-e7437baae285} <Debug> DynamicQueryHandler: Done processing query
23475 2024.11.09 02:58:35.049646 [ 285 ] {91ad96df-fcb7-400b-8d73-e7437baae285} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
23476 2024.11.09 02:58:35.049678 [ 285 ] {} <Debug> HTTP-Session: 94ca01b5-be74-4f59-aa8a-fc63718ddddf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23477 2024.11.09 02:58:35.050212 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51596, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23478 2024.11.09 02:58:35.052013 [ 222 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
23479 2024.11.09 02:58:36.000192 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 196.49 MiB, peak 209.13 MiB, free memory in arenas 0.00 B, will set to 195.48 MiB (RSS), difference: -1.01 MiB
23480 2024.11.09 02:58:36.173505 [ 218 ] {} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
23481 2024.11.09 02:58:36.173582 [ 218 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
23482 2024.11.09 02:58:36.174493 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
23483 2024.11.09 02:58:36.174547 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
23484 2024.11.09 02:58:36.176943 [ 218 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
23485 2024.11.09 02:58:36.177976 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
23486 2024.11.09 02:58:36.832095 [ 223 ] {} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
23487 2024.11.09 02:58:36.832157 [ 223 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
23488 2024.11.09 02:58:36.834472 [ 223 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
23489 2024.11.09 02:58:40.010723 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59945, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23490 2024.11.09 02:58:40.010857 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23491 2024.11.09 02:58:40.010882 [ 285 ] {} <Debug> HTTP-Session: 6cec57b5-5c88-43af-8676-be7c7f53c6b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:59945
23492 2024.11.09 02:58:40.010907 [ 285 ] {} <Debug> HTTP-Session: 6cec57b5-5c88-43af-8676-be7c7f53c6b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23493 2024.11.09 02:58:40.010923 [ 285 ] {} <Debug> HTTP-Session: 6cec57b5-5c88-43af-8676-be7c7f53c6b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23494 2024.11.09 02:58:40.010975 [ 285 ] {} <Trace> HTTP-Session: 6cec57b5-5c88-43af-8676-be7c7f53c6b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23495 2024.11.09 02:58:40.011177 [ 285 ] {a8e7b333-ba18-4e42-83bc-08b69e3e58cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59945) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
23496 2024.11.09 02:58:40.011249 [ 285 ] {a8e7b333-ba18-4e42-83bc-08b69e3e58cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
23497 2024.11.09 02:58:40.011608 [ 285 ] {a8e7b333-ba18-4e42-83bc-08b69e3e58cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23498 2024.11.09 02:58:40.012100 [ 285 ] {a8e7b333-ba18-4e42-83bc-08b69e3e58cf} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23499 2024.11.09 02:58:40.012148 [ 285 ] {a8e7b333-ba18-4e42-83bc-08b69e3e58cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.25 GiB.
23500 2024.11.09 02:58:40.012592 [ 285 ] {a8e7b333-ba18-4e42-83bc-08b69e3e58cf} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
23501 2024.11.09 02:58:40.012990 [ 285 ] {a8e7b333-ba18-4e42-83bc-08b69e3e58cf} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23502 2024.11.09 02:58:40.013173 [ 285 ] {a8e7b333-ba18-4e42-83bc-08b69e3e58cf} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002052 sec., 1949.317738791423 rows/sec., 158.95 KiB/sec.
23503 2024.11.09 02:58:40.013425 [ 285 ] {a8e7b333-ba18-4e42-83bc-08b69e3e58cf} <Debug> DynamicQueryHandler: Done processing query
23504 2024.11.09 02:58:40.013455 [ 285 ] {a8e7b333-ba18-4e42-83bc-08b69e3e58cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
23505 2024.11.09 02:58:40.013473 [ 285 ] {} <Debug> HTTP-Session: 6cec57b5-5c88-43af-8676-be7c7f53c6b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23506 2024.11.09 02:58:40.013727 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59945, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23507 2024.11.09 02:58:40.013804 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36551, User-Agent: (none), Length: 8114, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23508 2024.11.09 02:58:40.013925 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23509 2024.11.09 02:58:40.013950 [ 284 ] {} <Debug> HTTP-Session: 13da11ba-0827-4ee9-b2ae-c96832027bba Authenticating user 'default' from [fd00:1122:3344:101::d]:36551
23510 2024.11.09 02:58:40.013975 [ 284 ] {} <Debug> HTTP-Session: 13da11ba-0827-4ee9-b2ae-c96832027bba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23511 2024.11.09 02:58:40.013990 [ 284 ] {} <Debug> HTTP-Session: 13da11ba-0827-4ee9-b2ae-c96832027bba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23512 2024.11.09 02:58:40.014045 [ 284 ] {} <Trace> HTTP-Session: 13da11ba-0827-4ee9-b2ae-c96832027bba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23513 2024.11.09 02:58:40.014248 [ 284 ] {c5ccfc55-7872-4c86-86d8-d33200405370} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36551) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
23514 2024.11.09 02:58:40.014315 [ 284 ] {c5ccfc55-7872-4c86-86d8-d33200405370} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
23515 2024.11.09 02:58:40.014678 [ 284 ] {c5ccfc55-7872-4c86-86d8-d33200405370} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23516 2024.11.09 02:58:40.015115 [ 284 ] {c5ccfc55-7872-4c86-86d8-d33200405370} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23517 2024.11.09 02:58:40.015158 [ 284 ] {c5ccfc55-7872-4c86-86d8-d33200405370} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.25 GiB.
23518 2024.11.09 02:58:40.015616 [ 284 ] {c5ccfc55-7872-4c86-86d8-d33200405370} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary)
23519 2024.11.09 02:58:40.016030 [ 284 ] {c5ccfc55-7872-4c86-86d8-d33200405370} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23520 2024.11.09 02:58:40.016178 [ 284 ] {c5ccfc55-7872-4c86-86d8-d33200405370} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.002001 sec., 28985.50724637681 rows/sec., 2.22 MiB/sec.
23521 2024.11.09 02:58:40.016418 [ 284 ] {c5ccfc55-7872-4c86-86d8-d33200405370} <Debug> DynamicQueryHandler: Done processing query
23522 2024.11.09 02:58:40.016446 [ 284 ] {c5ccfc55-7872-4c86-86d8-d33200405370} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
23523 2024.11.09 02:58:40.016463 [ 284 ] {} <Debug> HTTP-Session: 13da11ba-0827-4ee9-b2ae-c96832027bba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23524 2024.11.09 02:58:40.016637 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36551, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23525 2024.11.09 02:58:40.016743 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48122, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23526 2024.11.09 02:58:40.016810 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23527 2024.11.09 02:58:40.016832 [ 285 ] {} <Debug> HTTP-Session: 4e1f395c-895d-4d2c-adca-a1797d7f9533 Authenticating user 'default' from [fd00:1122:3344:101::d]:48122
23528 2024.11.09 02:58:40.016852 [ 285 ] {} <Debug> HTTP-Session: 4e1f395c-895d-4d2c-adca-a1797d7f9533 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23529 2024.11.09 02:58:40.016868 [ 285 ] {} <Debug> HTTP-Session: 4e1f395c-895d-4d2c-adca-a1797d7f9533 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23530 2024.11.09 02:58:40.016914 [ 285 ] {} <Trace> HTTP-Session: 4e1f395c-895d-4d2c-adca-a1797d7f9533 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23531 2024.11.09 02:58:40.017046 [ 285 ] {a4582bbc-3175-46d3-9b0b-e2afd5fc7b1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48122) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
23532 2024.11.09 02:58:40.017101 [ 285 ] {a4582bbc-3175-46d3-9b0b-e2afd5fc7b1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
23533 2024.11.09 02:58:40.017386 [ 285 ] {a4582bbc-3175-46d3-9b0b-e2afd5fc7b1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23534 2024.11.09 02:58:40.017706 [ 285 ] {a4582bbc-3175-46d3-9b0b-e2afd5fc7b1b} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23535 2024.11.09 02:58:40.017743 [ 285 ] {a4582bbc-3175-46d3-9b0b-e2afd5fc7b1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.25 GiB.
23536 2024.11.09 02:58:40.018096 [ 285 ] {a4582bbc-3175-46d3-9b0b-e2afd5fc7b1b} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
23537 2024.11.09 02:58:40.018525 [ 285 ] {a4582bbc-3175-46d3-9b0b-e2afd5fc7b1b} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23538 2024.11.09 02:58:40.018692 [ 285 ] {a4582bbc-3175-46d3-9b0b-e2afd5fc7b1b} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001673 sec., 2390.914524805738 rows/sec., 166.94 KiB/sec.
23539 2024.11.09 02:58:40.018892 [ 285 ] {a4582bbc-3175-46d3-9b0b-e2afd5fc7b1b} <Debug> DynamicQueryHandler: Done processing query
23540 2024.11.09 02:58:40.018919 [ 285 ] {a4582bbc-3175-46d3-9b0b-e2afd5fc7b1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
23541 2024.11.09 02:58:40.018935 [ 285 ] {} <Debug> HTTP-Session: 4e1f395c-895d-4d2c-adca-a1797d7f9533 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23542 2024.11.09 02:58:40.019113 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48122, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23543 2024.11.09 02:58:40.019152 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36551, User-Agent: (none), Length: 11580, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23544 2024.11.09 02:58:40.019240 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23545 2024.11.09 02:58:40.019274 [ 284 ] {} <Debug> HTTP-Session: 9343c8ae-c602-4f4b-9dff-949f3ec3a56b Authenticating user 'default' from [fd00:1122:3344:101::d]:36551
23546 2024.11.09 02:58:40.019297 [ 284 ] {} <Debug> HTTP-Session: 9343c8ae-c602-4f4b-9dff-949f3ec3a56b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23547 2024.11.09 02:58:40.019313 [ 284 ] {} <Debug> HTTP-Session: 9343c8ae-c602-4f4b-9dff-949f3ec3a56b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23548 2024.11.09 02:58:40.019358 [ 284 ] {} <Trace> HTTP-Session: 9343c8ae-c602-4f4b-9dff-949f3ec3a56b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23549 2024.11.09 02:58:40.019518 [ 284 ] {1214bee1-855d-4635-8b16-b355d34707c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36551) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
23550 2024.11.09 02:58:40.019572 [ 284 ] {1214bee1-855d-4635-8b16-b355d34707c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
23551 2024.11.09 02:58:40.019855 [ 284 ] {1214bee1-855d-4635-8b16-b355d34707c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23552 2024.11.09 02:58:40.020242 [ 284 ] {1214bee1-855d-4635-8b16-b355d34707c9} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23553 2024.11.09 02:58:40.020280 [ 284 ] {1214bee1-855d-4635-8b16-b355d34707c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.25 GiB.
23554 2024.11.09 02:58:40.020692 [ 284 ] {1214bee1-855d-4635-8b16-b355d34707c9} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary)
23555 2024.11.09 02:58:40.021078 [ 284 ] {1214bee1-855d-4635-8b16-b355d34707c9} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23556 2024.11.09 02:58:40.021211 [ 284 ] {1214bee1-855d-4635-8b16-b355d34707c9} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001753 sec., 38790.6446092413 rows/sec., 3.03 MiB/sec.
23557 2024.11.09 02:58:40.021407 [ 284 ] {1214bee1-855d-4635-8b16-b355d34707c9} <Debug> DynamicQueryHandler: Done processing query
23558 2024.11.09 02:58:40.021433 [ 284 ] {1214bee1-855d-4635-8b16-b355d34707c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
23559 2024.11.09 02:58:40.021449 [ 284 ] {} <Debug> HTTP-Session: 9343c8ae-c602-4f4b-9dff-949f3ec3a56b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23560 2024.11.09 02:58:40.021631 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36551, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23561 2024.11.09 02:58:40.021764 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63368, User-Agent: (none), Length: 24920, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23562 2024.11.09 02:58:40.021828 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23563 2024.11.09 02:58:40.021849 [ 285 ] {} <Debug> HTTP-Session: c1c20434-9aba-47cc-8798-72b17ef03ec0 Authenticating user 'default' from [fd00:1122:3344:101::d]:63368
23564 2024.11.09 02:58:40.021867 [ 285 ] {} <Debug> HTTP-Session: c1c20434-9aba-47cc-8798-72b17ef03ec0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23565 2024.11.09 02:58:40.021881 [ 285 ] {} <Debug> HTTP-Session: c1c20434-9aba-47cc-8798-72b17ef03ec0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23566 2024.11.09 02:58:40.021924 [ 285 ] {} <Trace> HTTP-Session: c1c20434-9aba-47cc-8798-72b17ef03ec0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23567 2024.11.09 02:58:40.022097 [ 285 ] {4b2b0c1c-1c47-4efe-80c8-013f05fbbb64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63368) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
23568 2024.11.09 02:58:40.022152 [ 285 ] {4b2b0c1c-1c47-4efe-80c8-013f05fbbb64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
23569 2024.11.09 02:58:40.022344 [ 285 ] {4b2b0c1c-1c47-4efe-80c8-013f05fbbb64} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23570 2024.11.09 02:58:40.022751 [ 285 ] {4b2b0c1c-1c47-4efe-80c8-013f05fbbb64} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23571 2024.11.09 02:58:40.022791 [ 285 ] {4b2b0c1c-1c47-4efe-80c8-013f05fbbb64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.25 GiB.
23572 2024.11.09 02:58:40.023219 [ 285 ] {4b2b0c1c-1c47-4efe-80c8-013f05fbbb64} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary)
23573 2024.11.09 02:58:40.023653 [ 285 ] {4b2b0c1c-1c47-4efe-80c8-013f05fbbb64} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23574 2024.11.09 02:58:40.023843 [ 285 ] {4b2b0c1c-1c47-4efe-80c8-013f05fbbb64} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001815 sec., 71625.34435261707 rows/sec., 4.99 MiB/sec.
23575 2024.11.09 02:58:40.024253 [ 285 ] {4b2b0c1c-1c47-4efe-80c8-013f05fbbb64} <Debug> DynamicQueryHandler: Done processing query
23576 2024.11.09 02:58:40.024327 [ 285 ] {4b2b0c1c-1c47-4efe-80c8-013f05fbbb64} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
23577 2024.11.09 02:58:40.024393 [ 285 ] {} <Debug> HTTP-Session: c1c20434-9aba-47cc-8798-72b17ef03ec0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23578 2024.11.09 02:58:40.024810 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63368, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23579 2024.11.09 02:58:40.024869 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36551, User-Agent: (none), Length: 7317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23580 2024.11.09 02:58:40.025126 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23581 2024.11.09 02:58:40.025227 [ 284 ] {} <Debug> HTTP-Session: 9d36ed74-e1cb-40c4-bdbf-f9e070033866 Authenticating user 'default' from [fd00:1122:3344:101::d]:36551
23582 2024.11.09 02:58:40.025309 [ 284 ] {} <Debug> HTTP-Session: 9d36ed74-e1cb-40c4-bdbf-f9e070033866 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23583 2024.11.09 02:58:40.025387 [ 284 ] {} <Debug> HTTP-Session: 9d36ed74-e1cb-40c4-bdbf-f9e070033866 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23584 2024.11.09 02:58:40.025552 [ 284 ] {} <Trace> HTTP-Session: 9d36ed74-e1cb-40c4-bdbf-f9e070033866 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23585 2024.11.09 02:58:40.026005 [ 284 ] {3e1d4469-6547-489f-853b-64f879abcc65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36551) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
23586 2024.11.09 02:58:40.026149 [ 284 ] {3e1d4469-6547-489f-853b-64f879abcc65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
23587 2024.11.09 02:58:40.026443 [ 284 ] {3e1d4469-6547-489f-853b-64f879abcc65} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23588 2024.11.09 02:58:40.026765 [ 284 ] {3e1d4469-6547-489f-853b-64f879abcc65} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23589 2024.11.09 02:58:40.026802 [ 284 ] {3e1d4469-6547-489f-853b-64f879abcc65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.25 GiB.
23590 2024.11.09 02:58:40.027223 [ 284 ] {3e1d4469-6547-489f-853b-64f879abcc65} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary)
23591 2024.11.09 02:58:40.027575 [ 284 ] {3e1d4469-6547-489f-853b-64f879abcc65} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23592 2024.11.09 02:58:40.027708 [ 284 ] {3e1d4469-6547-489f-853b-64f879abcc65} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001898 sec., 25289.77871443625 rows/sec., 1.70 MiB/sec.
23593 2024.11.09 02:58:40.027969 [ 284 ] {3e1d4469-6547-489f-853b-64f879abcc65} <Debug> DynamicQueryHandler: Done processing query
23594 2024.11.09 02:58:40.028032 [ 284 ] {3e1d4469-6547-489f-853b-64f879abcc65} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
23595 2024.11.09 02:58:40.028093 [ 284 ] {} <Debug> HTTP-Session: 9d36ed74-e1cb-40c4-bdbf-f9e070033866 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23596 2024.11.09 02:58:40.028599 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36551, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23597 2024.11.09 02:58:41.948222 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2078
23598 2024.11.09 02:58:41.951437 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23599 2024.11.09 02:58:41.951491 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.25 GiB.
23600 2024.11.09 02:58:41.953133 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
23601 2024.11.09 02:58:41.954198 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23602 2024.11.09 02:58:41.955664 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2078
23603 2024.11.09 02:58:45.011542 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34998, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23604 2024.11.09 02:58:45.011693 [ 309 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23605 2024.11.09 02:58:45.011722 [ 309 ] {} <Debug> HTTP-Session: 6c9b63c9-f38e-46c0-bfc4-0e9edc6d5fff Authenticating user 'default' from [fd00:1122:3344:101::d]:34998
23606 2024.11.09 02:58:45.011751 [ 309 ] {} <Debug> HTTP-Session: 6c9b63c9-f38e-46c0-bfc4-0e9edc6d5fff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23607 2024.11.09 02:58:45.011768 [ 309 ] {} <Debug> HTTP-Session: 6c9b63c9-f38e-46c0-bfc4-0e9edc6d5fff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23608 2024.11.09 02:58:45.011825 [ 309 ] {} <Trace> HTTP-Session: 6c9b63c9-f38e-46c0-bfc4-0e9edc6d5fff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23609 2024.11.09 02:58:45.012057 [ 309 ] {f9fcdb49-f1d1-4b7f-97d6-b72e2311ff24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34998) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
23610 2024.11.09 02:58:45.012134 [ 309 ] {f9fcdb49-f1d1-4b7f-97d6-b72e2311ff24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
23611 2024.11.09 02:58:45.012534 [ 309 ] {f9fcdb49-f1d1-4b7f-97d6-b72e2311ff24} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23612 2024.11.09 02:58:45.013082 [ 309 ] {f9fcdb49-f1d1-4b7f-97d6-b72e2311ff24} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23613 2024.11.09 02:58:45.013124 [ 309 ] {f9fcdb49-f1d1-4b7f-97d6-b72e2311ff24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.24 GiB.
23614 2024.11.09 02:58:45.013562 [ 309 ] {f9fcdb49-f1d1-4b7f-97d6-b72e2311ff24} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary)
23615 2024.11.09 02:58:45.013961 [ 309 ] {f9fcdb49-f1d1-4b7f-97d6-b72e2311ff24} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23616 2024.11.09 02:58:45.014137 [ 309 ] {f9fcdb49-f1d1-4b7f-97d6-b72e2311ff24} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002161 sec., 25913.928736695972 rows/sec., 1.99 MiB/sec.
23617 2024.11.09 02:58:45.014360 [ 309 ] {f9fcdb49-f1d1-4b7f-97d6-b72e2311ff24} <Debug> DynamicQueryHandler: Done processing query
23618 2024.11.09 02:58:45.014387 [ 309 ] {f9fcdb49-f1d1-4b7f-97d6-b72e2311ff24} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
23619 2024.11.09 02:58:45.014403 [ 309 ] {} <Debug> HTTP-Session: 6c9b63c9-f38e-46c0-bfc4-0e9edc6d5fff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23620 2024.11.09 02:58:45.014633 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34998, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23621 2024.11.09 02:58:45.014763 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64171, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23622 2024.11.09 02:58:45.014837 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23623 2024.11.09 02:58:45.014862 [ 306 ] {} <Debug> HTTP-Session: ab7a4b9a-a097-4c65-91ad-1639f85cc51e Authenticating user 'default' from [fd00:1122:3344:101::d]:64171
23624 2024.11.09 02:58:45.014882 [ 306 ] {} <Debug> HTTP-Session: ab7a4b9a-a097-4c65-91ad-1639f85cc51e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23625 2024.11.09 02:58:45.014899 [ 306 ] {} <Debug> HTTP-Session: ab7a4b9a-a097-4c65-91ad-1639f85cc51e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23626 2024.11.09 02:58:45.014937 [ 306 ] {} <Trace> HTTP-Session: ab7a4b9a-a097-4c65-91ad-1639f85cc51e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23627 2024.11.09 02:58:45.015093 [ 306 ] {14b5efc4-d912-491a-9336-7c54d1e75b30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64171) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
23628 2024.11.09 02:58:45.015148 [ 306 ] {14b5efc4-d912-491a-9336-7c54d1e75b30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
23629 2024.11.09 02:58:45.015433 [ 306 ] {14b5efc4-d912-491a-9336-7c54d1e75b30} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23630 2024.11.09 02:58:45.015841 [ 306 ] {14b5efc4-d912-491a-9336-7c54d1e75b30} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23631 2024.11.09 02:58:45.015878 [ 306 ] {14b5efc4-d912-491a-9336-7c54d1e75b30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.24 GiB.
23632 2024.11.09 02:58:45.016269 [ 306 ] {14b5efc4-d912-491a-9336-7c54d1e75b30} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary)
23633 2024.11.09 02:58:45.016653 [ 306 ] {14b5efc4-d912-491a-9336-7c54d1e75b30} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23634 2024.11.09 02:58:45.016814 [ 306 ] {14b5efc4-d912-491a-9336-7c54d1e75b30} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001771 sec., 36137.77526821005 rows/sec., 2.82 MiB/sec.
23635 2024.11.09 02:58:45.017106 [ 306 ] {14b5efc4-d912-491a-9336-7c54d1e75b30} <Debug> DynamicQueryHandler: Done processing query
23636 2024.11.09 02:58:45.017173 [ 306 ] {14b5efc4-d912-491a-9336-7c54d1e75b30} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
23637 2024.11.09 02:58:45.017235 [ 306 ] {} <Debug> HTTP-Session: ab7a4b9a-a097-4c65-91ad-1639f85cc51e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23638 2024.11.09 02:58:45.017471 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34998, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23639 2024.11.09 02:58:45.017485 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64171, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23640 2024.11.09 02:58:45.017536 [ 309 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23641 2024.11.09 02:58:45.017557 [ 309 ] {} <Debug> HTTP-Session: 3da552e1-64bf-43fb-b61e-e276efb219d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34998
23642 2024.11.09 02:58:45.017576 [ 309 ] {} <Debug> HTTP-Session: 3da552e1-64bf-43fb-b61e-e276efb219d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23643 2024.11.09 02:58:45.017590 [ 309 ] {} <Debug> HTTP-Session: 3da552e1-64bf-43fb-b61e-e276efb219d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23644 2024.11.09 02:58:45.017629 [ 309 ] {} <Trace> HTTP-Session: 3da552e1-64bf-43fb-b61e-e276efb219d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23645 2024.11.09 02:58:45.017795 [ 309 ] {f90fe697-444e-4882-a5ac-6d0156ab4370} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34998) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
23646 2024.11.09 02:58:45.017847 [ 309 ] {f90fe697-444e-4882-a5ac-6d0156ab4370} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
23647 2024.11.09 02:58:45.018017 [ 309 ] {f90fe697-444e-4882-a5ac-6d0156ab4370} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23648 2024.11.09 02:58:45.018472 [ 309 ] {f90fe697-444e-4882-a5ac-6d0156ab4370} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23649 2024.11.09 02:58:45.018510 [ 309 ] {f90fe697-444e-4882-a5ac-6d0156ab4370} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.24 GiB.
23650 2024.11.09 02:58:45.018929 [ 309 ] {f90fe697-444e-4882-a5ac-6d0156ab4370} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary)
23651 2024.11.09 02:58:45.019283 [ 309 ] {f90fe697-444e-4882-a5ac-6d0156ab4370} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23652 2024.11.09 02:58:45.019448 [ 309 ] {f90fe697-444e-4882-a5ac-6d0156ab4370} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001723 sec., 92861.28845037725 rows/sec., 6.47 MiB/sec.
23653 2024.11.09 02:58:45.019631 [ 309 ] {f90fe697-444e-4882-a5ac-6d0156ab4370} <Debug> DynamicQueryHandler: Done processing query
23654 2024.11.09 02:58:45.019657 [ 309 ] {f90fe697-444e-4882-a5ac-6d0156ab4370} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
23655 2024.11.09 02:58:45.019673 [ 309 ] {} <Debug> HTTP-Session: 3da552e1-64bf-43fb-b61e-e276efb219d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23656 2024.11.09 02:58:45.019833 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34998, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23657 2024.11.09 02:58:45.019955 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54533, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23658 2024.11.09 02:58:45.020027 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23659 2024.11.09 02:58:45.020049 [ 306 ] {} <Debug> HTTP-Session: 129d444b-9e5b-4604-9889-39f3660b91f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54533
23660 2024.11.09 02:58:45.020065 [ 306 ] {} <Debug> HTTP-Session: 129d444b-9e5b-4604-9889-39f3660b91f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23661 2024.11.09 02:58:45.020078 [ 306 ] {} <Debug> HTTP-Session: 129d444b-9e5b-4604-9889-39f3660b91f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23662 2024.11.09 02:58:45.020111 [ 306 ] {} <Trace> HTTP-Session: 129d444b-9e5b-4604-9889-39f3660b91f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23663 2024.11.09 02:58:45.020241 [ 306 ] {9ed0d296-665b-4f73-bb1c-39fad58e4e6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54533) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
23664 2024.11.09 02:58:45.020287 [ 306 ] {9ed0d296-665b-4f73-bb1c-39fad58e4e6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
23665 2024.11.09 02:58:45.020420 [ 306 ] {9ed0d296-665b-4f73-bb1c-39fad58e4e6a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23666 2024.11.09 02:58:45.020758 [ 306 ] {9ed0d296-665b-4f73-bb1c-39fad58e4e6a} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23667 2024.11.09 02:58:45.020795 [ 306 ] {9ed0d296-665b-4f73-bb1c-39fad58e4e6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.24 GiB.
23668 2024.11.09 02:58:45.021168 [ 306 ] {9ed0d296-665b-4f73-bb1c-39fad58e4e6a} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary)
23669 2024.11.09 02:58:45.021510 [ 306 ] {9ed0d296-665b-4f73-bb1c-39fad58e4e6a} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23670 2024.11.09 02:58:45.021671 [ 306 ] {9ed0d296-665b-4f73-bb1c-39fad58e4e6a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001473 sec., 40733.19755600815 rows/sec., 2.75 MiB/sec.
23671 2024.11.09 02:58:45.021871 [ 306 ] {9ed0d296-665b-4f73-bb1c-39fad58e4e6a} <Debug> DynamicQueryHandler: Done processing query
23672 2024.11.09 02:58:45.021905 [ 306 ] {9ed0d296-665b-4f73-bb1c-39fad58e4e6a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
23673 2024.11.09 02:58:45.021938 [ 306 ] {} <Debug> HTTP-Session: 129d444b-9e5b-4604-9889-39f3660b91f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23674 2024.11.09 02:58:45.022171 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54533, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23675 2024.11.09 02:58:46.425996 [ 45 ] {} <Debug> DNSResolver: Updating DNS cache
23676 2024.11.09 02:58:46.426075 [ 45 ] {} <Debug> DNSResolver: Updated DNS cache
23677 2024.11.09 02:58:50.007323 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42901, User-Agent: (none), Length: 1486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23678 2024.11.09 02:58:50.007469 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23679 2024.11.09 02:58:50.007500 [ 306 ] {} <Debug> HTTP-Session: 1c9c6df1-facb-459b-9aee-43a21861d7dd Authenticating user 'default' from [fd00:1122:3344:101::d]:42901
23680 2024.11.09 02:58:50.007530 [ 306 ] {} <Debug> HTTP-Session: 1c9c6df1-facb-459b-9aee-43a21861d7dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23681 2024.11.09 02:58:50.007549 [ 306 ] {} <Debug> HTTP-Session: 1c9c6df1-facb-459b-9aee-43a21861d7dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23682 2024.11.09 02:58:50.007607 [ 306 ] {} <Trace> HTTP-Session: 1c9c6df1-facb-459b-9aee-43a21861d7dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23683 2024.11.09 02:58:50.007884 [ 306 ] {2a09612e-ca39-4bbc-bcb9-722e52de1910} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42901) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', '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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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)
23684 2024.11.09 02:58:50.008323 [ 306 ] {2a09612e-ca39-4bbc-bcb9-722e52de1910} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
23685 2024.11.09 02:58:50.008378 [ 306 ] {2a09612e-ca39-4bbc-bcb9-722e52de1910} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', '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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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
23686 2024.11.09 02:58:50.008787 [ 306 ] {2a09612e-ca39-4bbc-bcb9-722e52de1910} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
23687 2024.11.09 02:58:50.008871 [ 306 ] {2a09612e-ca39-4bbc-bcb9-722e52de1910} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
23688 2024.11.09 02:58:50.009052 [ 306 ] {2a09612e-ca39-4bbc-bcb9-722e52de1910} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Key condition: (column 0 notIn 41-element set)
23689 2024.11.09 02:58:50.009199 [ 304 ] {2a09612e-ca39-4bbc-bcb9-722e52de1910} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
23690 2024.11.09 02:58:50.009322 [ 303 ] {2a09612e-ca39-4bbc-bcb9-722e52de1910} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
23691 2024.11.09 02:58:50.009361 [ 300 ] {2a09612e-ca39-4bbc-bcb9-722e52de1910} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
23692 2024.11.09 02:58:50.009373 [ 297 ] {2a09612e-ca39-4bbc-bcb9-722e52de1910} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
23693 2024.11.09 02:58:50.009589 [ 306 ] {2a09612e-ca39-4bbc-bcb9-722e52de1910} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges
23694 2024.11.09 02:58:50.009622 [ 306 ] {2a09612e-ca39-4bbc-bcb9-722e52de1910} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
23695 2024.11.09 02:58:50.009748 [ 306 ] {2a09612e-ca39-4bbc-bcb9-722e52de1910} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
23696 2024.11.09 02:58:50.009772 [ 306 ] {2a09612e-ca39-4bbc-bcb9-722e52de1910} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (SelectExecutor): Reading approx. 40 rows with 3 streams
23697 2024.11.09 02:58:50.009816 [ 306 ] {2a09612e-ca39-4bbc-bcb9-722e52de1910} <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', '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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))"
23698 2024.11.09 02:58:50.009870 [ 306 ] {2a09612e-ca39-4bbc-bcb9-722e52de1910} <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', '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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))"
23699 2024.11.09 02:58:50.009920 [ 306 ] {2a09612e-ca39-4bbc-bcb9-722e52de1910} <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', '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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))"
23700 2024.11.09 02:58:50.012328 [ 306 ] {2a09612e-ca39-4bbc-bcb9-722e52de1910} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.004567 sec., 8758.484782132691 rows/sec., 334.00 KiB/sec.
23701 2024.11.09 02:58:50.012751 [ 306 ] {2a09612e-ca39-4bbc-bcb9-722e52de1910} <Debug> DynamicQueryHandler: Done processing query
23702 2024.11.09 02:58:50.012780 [ 306 ] {2a09612e-ca39-4bbc-bcb9-722e52de1910} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB.
23703 2024.11.09 02:58:50.012798 [ 306 ] {} <Debug> HTTP-Session: 1c9c6df1-facb-459b-9aee-43a21861d7dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23704 2024.11.09 02:58:50.018974 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42901, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23705 2024.11.09 02:58:50.025843 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53374, User-Agent: (none), Length: 538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23706 2024.11.09 02:58:50.025903 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23707 2024.11.09 02:58:50.025925 [ 306 ] {} <Debug> HTTP-Session: 8007a185-4e22-4cfc-a611-6d781ce6c5be Authenticating user 'default' from [fd00:1122:3344:101::d]:53374
23708 2024.11.09 02:58:50.025944 [ 306 ] {} <Debug> HTTP-Session: 8007a185-4e22-4cfc-a611-6d781ce6c5be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23709 2024.11.09 02:58:50.025958 [ 306 ] {} <Debug> HTTP-Session: 8007a185-4e22-4cfc-a611-6d781ce6c5be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23710 2024.11.09 02:58:50.025994 [ 306 ] {} <Trace> HTTP-Session: 8007a185-4e22-4cfc-a611-6d781ce6c5be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23711 2024.11.09 02:58:50.026120 [ 306 ] {c7db9220-6f47-4c3f-8407-66536306b233} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53374) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
23712 2024.11.09 02:58:50.026172 [ 306 ] {c7db9220-6f47-4c3f-8407-66536306b233} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
23713 2024.11.09 02:58:50.026349 [ 306 ] {c7db9220-6f47-4c3f-8407-66536306b233} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23714 2024.11.09 02:58:50.026743 [ 306 ] {c7db9220-6f47-4c3f-8407-66536306b233} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23715 2024.11.09 02:58:50.026782 [ 306 ] {c7db9220-6f47-4c3f-8407-66536306b233} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.24 GiB.
23716 2024.11.09 02:58:50.027314 [ 306 ] {c7db9220-6f47-4c3f-8407-66536306b233} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
23717 2024.11.09 02:58:50.027679 [ 306 ] {c7db9220-6f47-4c3f-8407-66536306b233} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23718 2024.11.09 02:58:50.027829 [ 306 ] {c7db9220-6f47-4c3f-8407-66536306b233} <Debug> executeQuery: Read 1 rows, 285.00 B in 0.001748 sec., 572.0823798627002 rows/sec., 159.22 KiB/sec.
23719 2024.11.09 02:58:50.028049 [ 306 ] {c7db9220-6f47-4c3f-8407-66536306b233} <Debug> DynamicQueryHandler: Done processing query
23720 2024.11.09 02:58:50.028075 [ 306 ] {c7db9220-6f47-4c3f-8407-66536306b233} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
23721 2024.11.09 02:58:50.028092 [ 306 ] {} <Debug> HTTP-Session: 8007a185-4e22-4cfc-a611-6d781ce6c5be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23722 2024.11.09 02:58:50.028260 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53374, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23723 2024.11.09 02:58:50.028349 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55736, User-Agent: (none), Length: 498, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23724 2024.11.09 02:58:50.028411 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23725 2024.11.09 02:58:50.028437 [ 294 ] {} <Debug> HTTP-Session: 8a340db9-a93f-4e31-898f-36674cd03309 Authenticating user 'default' from [fd00:1122:3344:101::d]:55736
23726 2024.11.09 02:58:50.028459 [ 294 ] {} <Debug> HTTP-Session: 8a340db9-a93f-4e31-898f-36674cd03309 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23727 2024.11.09 02:58:50.028476 [ 294 ] {} <Debug> HTTP-Session: 8a340db9-a93f-4e31-898f-36674cd03309 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23728 2024.11.09 02:58:50.028519 [ 294 ] {} <Trace> HTTP-Session: 8a340db9-a93f-4e31-898f-36674cd03309 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23729 2024.11.09 02:58:50.028655 [ 294 ] {4bd7d3cc-9699-4f1b-8344-a6f3793df623} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
23730 2024.11.09 02:58:50.028711 [ 294 ] {4bd7d3cc-9699-4f1b-8344-a6f3793df623} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
23731 2024.11.09 02:58:50.028957 [ 294 ] {4bd7d3cc-9699-4f1b-8344-a6f3793df623} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23732 2024.11.09 02:58:50.029295 [ 294 ] {4bd7d3cc-9699-4f1b-8344-a6f3793df623} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23733 2024.11.09 02:58:50.029332 [ 294 ] {4bd7d3cc-9699-4f1b-8344-a6f3793df623} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.24 GiB.
23734 2024.11.09 02:58:50.029710 [ 294 ] {4bd7d3cc-9699-4f1b-8344-a6f3793df623} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
23735 2024.11.09 02:58:50.030111 [ 294 ] {4bd7d3cc-9699-4f1b-8344-a6f3793df623} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23736 2024.11.09 02:58:50.030245 [ 294 ] {4bd7d3cc-9699-4f1b-8344-a6f3793df623} <Debug> executeQuery: Read 3 rows, 228.00 B in 0.001621 sec., 1850.7094386181368 rows/sec., 137.36 KiB/sec.
23737 2024.11.09 02:58:50.030571 [ 294 ] {4bd7d3cc-9699-4f1b-8344-a6f3793df623} <Debug> DynamicQueryHandler: Done processing query
23738 2024.11.09 02:58:50.030611 [ 294 ] {4bd7d3cc-9699-4f1b-8344-a6f3793df623} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
23739 2024.11.09 02:58:50.030629 [ 294 ] {} <Debug> HTTP-Session: 8a340db9-a93f-4e31-898f-36674cd03309 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23740 2024.11.09 02:58:50.030847 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53374, User-Agent: (none), Length: 46252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23741 2024.11.09 02:58:50.030866 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55736, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23742 2024.11.09 02:58:50.030927 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23743 2024.11.09 02:58:50.030955 [ 306 ] {} <Debug> HTTP-Session: 07428325-64a0-4903-a755-63e9a51c55e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:53374
23744 2024.11.09 02:58:50.030981 [ 306 ] {} <Debug> HTTP-Session: 07428325-64a0-4903-a755-63e9a51c55e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23745 2024.11.09 02:58:50.031002 [ 306 ] {} <Debug> HTTP-Session: 07428325-64a0-4903-a755-63e9a51c55e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23746 2024.11.09 02:58:50.031042 [ 306 ] {} <Trace> HTTP-Session: 07428325-64a0-4903-a755-63e9a51c55e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23747 2024.11.09 02:58:50.031286 [ 306 ] {a88e033e-4d5b-48dd-9d53-6d504da4498e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53374) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
23748 2024.11.09 02:58:50.031342 [ 306 ] {a88e033e-4d5b-48dd-9d53-6d504da4498e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
23749 2024.11.09 02:58:50.031646 [ 306 ] {a88e033e-4d5b-48dd-9d53-6d504da4498e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23750 2024.11.09 02:58:50.032240 [ 306 ] {a88e033e-4d5b-48dd-9d53-6d504da4498e} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23751 2024.11.09 02:58:50.032280 [ 306 ] {a88e033e-4d5b-48dd-9d53-6d504da4498e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.24 GiB.
23752 2024.11.09 02:58:50.032686 [ 306 ] {a88e033e-4d5b-48dd-9d53-6d504da4498e} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary)
23753 2024.11.09 02:58:50.033093 [ 306 ] {a88e033e-4d5b-48dd-9d53-6d504da4498e} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23754 2024.11.09 02:58:50.033228 [ 306 ] {a88e033e-4d5b-48dd-9d53-6d504da4498e} <Debug> executeQuery: Read 305 rows, 27.75 KiB in 0.002061 sec., 147986.41436196023 rows/sec., 13.15 MiB/sec.
23755 2024.11.09 02:58:50.033415 [ 306 ] {a88e033e-4d5b-48dd-9d53-6d504da4498e} <Debug> DynamicQueryHandler: Done processing query
23756 2024.11.09 02:58:50.033441 [ 306 ] {a88e033e-4d5b-48dd-9d53-6d504da4498e} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB.
23757 2024.11.09 02:58:50.033457 [ 306 ] {} <Debug> HTTP-Session: 07428325-64a0-4903-a755-63e9a51c55e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23758 2024.11.09 02:58:50.033639 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53374, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23759 2024.11.09 02:58:50.033690 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47067, User-Agent: (none), Length: 8330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23760 2024.11.09 02:58:50.033749 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23761 2024.11.09 02:58:50.033771 [ 294 ] {} <Debug> HTTP-Session: cdadf8e8-b463-42e7-84b9-f905c52235f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:47067
23762 2024.11.09 02:58:50.033791 [ 294 ] {} <Debug> HTTP-Session: cdadf8e8-b463-42e7-84b9-f905c52235f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23763 2024.11.09 02:58:50.033806 [ 294 ] {} <Debug> HTTP-Session: cdadf8e8-b463-42e7-84b9-f905c52235f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23764 2024.11.09 02:58:50.033838 [ 294 ] {} <Trace> HTTP-Session: cdadf8e8-b463-42e7-84b9-f905c52235f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23765 2024.11.09 02:58:50.033956 [ 294 ] {711ffe48-c4ed-49d8-94a1-a1d18f44fd92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47067) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
23766 2024.11.09 02:58:50.034000 [ 294 ] {711ffe48-c4ed-49d8-94a1-a1d18f44fd92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
23767 2024.11.09 02:58:50.034226 [ 294 ] {711ffe48-c4ed-49d8-94a1-a1d18f44fd92} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23768 2024.11.09 02:58:50.034600 [ 294 ] {711ffe48-c4ed-49d8-94a1-a1d18f44fd92} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23769 2024.11.09 02:58:50.034638 [ 294 ] {711ffe48-c4ed-49d8-94a1-a1d18f44fd92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.24 GiB.
23770 2024.11.09 02:58:50.035016 [ 294 ] {711ffe48-c4ed-49d8-94a1-a1d18f44fd92} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
23771 2024.11.09 02:58:50.035404 [ 294 ] {711ffe48-c4ed-49d8-94a1-a1d18f44fd92} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23772 2024.11.09 02:58:50.035552 [ 294 ] {711ffe48-c4ed-49d8-94a1-a1d18f44fd92} <Debug> executeQuery: Read 58 rows, 4.32 KiB in 0.001631 sec., 35561.00551808706 rows/sec., 2.59 MiB/sec.
23773 2024.11.09 02:58:50.035743 [ 294 ] {711ffe48-c4ed-49d8-94a1-a1d18f44fd92} <Debug> DynamicQueryHandler: Done processing query
23774 2024.11.09 02:58:50.035768 [ 294 ] {711ffe48-c4ed-49d8-94a1-a1d18f44fd92} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
23775 2024.11.09 02:58:50.035784 [ 294 ] {} <Debug> HTTP-Session: cdadf8e8-b463-42e7-84b9-f905c52235f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23776 2024.11.09 02:58:50.035980 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47067, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23777 2024.11.09 02:58:50.036042 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47333, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23778 2024.11.09 02:58:50.036122 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23779 2024.11.09 02:58:50.036149 [ 306 ] {} <Debug> HTTP-Session: 4b95a1d9-254d-443b-bccd-74f1f8c0467b Authenticating user 'default' from [fd00:1122:3344:101::d]:47333
23780 2024.11.09 02:58:50.036170 [ 306 ] {} <Debug> HTTP-Session: 4b95a1d9-254d-443b-bccd-74f1f8c0467b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23781 2024.11.09 02:58:50.036187 [ 306 ] {} <Debug> HTTP-Session: 4b95a1d9-254d-443b-bccd-74f1f8c0467b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23782 2024.11.09 02:58:50.036226 [ 306 ] {} <Trace> HTTP-Session: 4b95a1d9-254d-443b-bccd-74f1f8c0467b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23783 2024.11.09 02:58:50.036353 [ 306 ] {c4db1c09-ad17-452d-9d80-0320c0a4d00d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47333) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
23784 2024.11.09 02:58:50.036405 [ 306 ] {c4db1c09-ad17-452d-9d80-0320c0a4d00d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
23785 2024.11.09 02:58:50.036684 [ 306 ] {c4db1c09-ad17-452d-9d80-0320c0a4d00d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23786 2024.11.09 02:58:50.037023 [ 306 ] {c4db1c09-ad17-452d-9d80-0320c0a4d00d} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23787 2024.11.09 02:58:50.037061 [ 306 ] {c4db1c09-ad17-452d-9d80-0320c0a4d00d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.24 GiB.
23788 2024.11.09 02:58:50.037432 [ 306 ] {c4db1c09-ad17-452d-9d80-0320c0a4d00d} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
23789 2024.11.09 02:58:50.037807 [ 306 ] {c4db1c09-ad17-452d-9d80-0320c0a4d00d} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23790 2024.11.09 02:58:50.037960 [ 306 ] {c4db1c09-ad17-452d-9d80-0320c0a4d00d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001638 sec., 8547.008547008547 rows/sec., 598.58 KiB/sec.
23791 2024.11.09 02:58:50.038138 [ 306 ] {c4db1c09-ad17-452d-9d80-0320c0a4d00d} <Debug> DynamicQueryHandler: Done processing query
23792 2024.11.09 02:58:50.038163 [ 306 ] {c4db1c09-ad17-452d-9d80-0320c0a4d00d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
23793 2024.11.09 02:58:50.038180 [ 306 ] {} <Debug> HTTP-Session: 4b95a1d9-254d-443b-bccd-74f1f8c0467b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23794 2024.11.09 02:58:50.038354 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47333, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23795 2024.11.09 02:58:50.038419 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39487, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23796 2024.11.09 02:58:50.038484 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23797 2024.11.09 02:58:50.038510 [ 294 ] {} <Debug> HTTP-Session: 30d807f2-6dbf-4e30-a88b-67d6c07f8dc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:39487
23798 2024.11.09 02:58:50.038529 [ 294 ] {} <Debug> HTTP-Session: 30d807f2-6dbf-4e30-a88b-67d6c07f8dc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23799 2024.11.09 02:58:50.038543 [ 294 ] {} <Debug> HTTP-Session: 30d807f2-6dbf-4e30-a88b-67d6c07f8dc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23800 2024.11.09 02:58:50.038575 [ 294 ] {} <Trace> HTTP-Session: 30d807f2-6dbf-4e30-a88b-67d6c07f8dc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23801 2024.11.09 02:58:50.038681 [ 294 ] {0bbf39dc-d8da-4515-ba80-f8e844abdff4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39487) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
23802 2024.11.09 02:58:50.038725 [ 294 ] {0bbf39dc-d8da-4515-ba80-f8e844abdff4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
23803 2024.11.09 02:58:50.038955 [ 294 ] {0bbf39dc-d8da-4515-ba80-f8e844abdff4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23804 2024.11.09 02:58:50.039278 [ 294 ] {0bbf39dc-d8da-4515-ba80-f8e844abdff4} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23805 2024.11.09 02:58:50.039314 [ 294 ] {0bbf39dc-d8da-4515-ba80-f8e844abdff4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.24 GiB.
23806 2024.11.09 02:58:50.039681 [ 294 ] {0bbf39dc-d8da-4515-ba80-f8e844abdff4} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
23807 2024.11.09 02:58:50.040051 [ 294 ] {0bbf39dc-d8da-4515-ba80-f8e844abdff4} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23808 2024.11.09 02:58:50.040220 [ 294 ] {0bbf39dc-d8da-4515-ba80-f8e844abdff4} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001554 sec., 3861.003861003861 rows/sec., 228.12 KiB/sec.
23809 2024.11.09 02:58:50.040450 [ 294 ] {0bbf39dc-d8da-4515-ba80-f8e844abdff4} <Debug> DynamicQueryHandler: Done processing query
23810 2024.11.09 02:58:50.040476 [ 294 ] {0bbf39dc-d8da-4515-ba80-f8e844abdff4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
23811 2024.11.09 02:58:50.040497 [ 294 ] {} <Debug> HTTP-Session: 30d807f2-6dbf-4e30-a88b-67d6c07f8dc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23812 2024.11.09 02:58:50.040705 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39487, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23813 2024.11.09 02:58:50.040790 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36967, User-Agent: (none), Length: 75404, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23814 2024.11.09 02:58:50.040847 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23815 2024.11.09 02:58:50.040866 [ 306 ] {} <Debug> HTTP-Session: 2778bb2a-1579-4d97-95f0-f5bdafea6b2e Authenticating user 'default' from [fd00:1122:3344:101::d]:36967
23816 2024.11.09 02:58:50.040884 [ 306 ] {} <Debug> HTTP-Session: 2778bb2a-1579-4d97-95f0-f5bdafea6b2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23817 2024.11.09 02:58:50.040898 [ 306 ] {} <Debug> HTTP-Session: 2778bb2a-1579-4d97-95f0-f5bdafea6b2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23818 2024.11.09 02:58:50.040930 [ 306 ] {} <Trace> HTTP-Session: 2778bb2a-1579-4d97-95f0-f5bdafea6b2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23819 2024.11.09 02:58:50.041167 [ 306 ] {d6f9fc93-210b-4d61-b263-589191115945} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36967) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
23820 2024.11.09 02:58:50.041214 [ 306 ] {d6f9fc93-210b-4d61-b263-589191115945} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
23821 2024.11.09 02:58:50.041440 [ 306 ] {d6f9fc93-210b-4d61-b263-589191115945} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23822 2024.11.09 02:58:50.042128 [ 306 ] {d6f9fc93-210b-4d61-b263-589191115945} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23823 2024.11.09 02:58:50.042166 [ 306 ] {d6f9fc93-210b-4d61-b263-589191115945} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.24 GiB.
23824 2024.11.09 02:58:50.042600 [ 306 ] {d6f9fc93-210b-4d61-b263-589191115945} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary)
23825 2024.11.09 02:58:50.042988 [ 306 ] {d6f9fc93-210b-4d61-b263-589191115945} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23826 2024.11.09 02:58:50.043148 [ 306 ] {d6f9fc93-210b-4d61-b263-589191115945} <Debug> executeQuery: Read 464 rows, 34.01 KiB in 0.002093 sec., 221691.35212613476 rows/sec., 15.87 MiB/sec.
23827 2024.11.09 02:58:50.043343 [ 306 ] {d6f9fc93-210b-4d61-b263-589191115945} <Debug> DynamicQueryHandler: Done processing query
23828 2024.11.09 02:58:50.043368 [ 306 ] {d6f9fc93-210b-4d61-b263-589191115945} <Debug> MemoryTracker: Peak memory usage (for query): 4.47 MiB.
23829 2024.11.09 02:58:50.043385 [ 306 ] {} <Debug> HTTP-Session: 2778bb2a-1579-4d97-95f0-f5bdafea6b2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23830 2024.11.09 02:58:50.043544 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39487, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23831 2024.11.09 02:58:50.043553 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36967, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23832 2024.11.09 02:58:50.043608 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23833 2024.11.09 02:58:50.043637 [ 294 ] {} <Debug> HTTP-Session: 05950291-e1af-4b8c-87ac-e9a77e1b91f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:39487
23834 2024.11.09 02:58:50.043659 [ 294 ] {} <Debug> HTTP-Session: 05950291-e1af-4b8c-87ac-e9a77e1b91f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23835 2024.11.09 02:58:50.043682 [ 294 ] {} <Debug> HTTP-Session: 05950291-e1af-4b8c-87ac-e9a77e1b91f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23836 2024.11.09 02:58:50.043722 [ 294 ] {} <Trace> HTTP-Session: 05950291-e1af-4b8c-87ac-e9a77e1b91f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23837 2024.11.09 02:58:50.043842 [ 294 ] {77a8ebca-20f4-497a-91ed-4da832232161} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39487) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
23838 2024.11.09 02:58:50.043896 [ 294 ] {77a8ebca-20f4-497a-91ed-4da832232161} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
23839 2024.11.09 02:58:50.044056 [ 294 ] {77a8ebca-20f4-497a-91ed-4da832232161} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23840 2024.11.09 02:58:50.044373 [ 294 ] {77a8ebca-20f4-497a-91ed-4da832232161} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23841 2024.11.09 02:58:50.044417 [ 294 ] {77a8ebca-20f4-497a-91ed-4da832232161} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.24 GiB.
23842 2024.11.09 02:58:50.044831 [ 294 ] {77a8ebca-20f4-497a-91ed-4da832232161} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
23843 2024.11.09 02:58:50.045179 [ 294 ] {77a8ebca-20f4-497a-91ed-4da832232161} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23844 2024.11.09 02:58:50.045338 [ 294 ] {77a8ebca-20f4-497a-91ed-4da832232161} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001522 sec., 3942.181340341656 rows/sec., 205.96 KiB/sec.
23845 2024.11.09 02:58:50.045512 [ 294 ] {77a8ebca-20f4-497a-91ed-4da832232161} <Debug> DynamicQueryHandler: Done processing query
23846 2024.11.09 02:58:50.045536 [ 294 ] {77a8ebca-20f4-497a-91ed-4da832232161} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
23847 2024.11.09 02:58:50.045553 [ 294 ] {} <Debug> HTTP-Session: 05950291-e1af-4b8c-87ac-e9a77e1b91f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23848 2024.11.09 02:58:50.045743 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39487, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23849 2024.11.09 02:58:50.045825 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51142, User-Agent: (none), Length: 45205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23850 2024.11.09 02:58:50.045883 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23851 2024.11.09 02:58:50.045904 [ 306 ] {} <Debug> HTTP-Session: bfa6c7f1-4e6d-403a-80af-f4046937ae06 Authenticating user 'default' from [fd00:1122:3344:101::d]:51142
23852 2024.11.09 02:58:50.045921 [ 306 ] {} <Debug> HTTP-Session: bfa6c7f1-4e6d-403a-80af-f4046937ae06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23853 2024.11.09 02:58:50.045936 [ 306 ] {} <Debug> HTTP-Session: bfa6c7f1-4e6d-403a-80af-f4046937ae06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23854 2024.11.09 02:58:50.045968 [ 306 ] {} <Trace> HTTP-Session: bfa6c7f1-4e6d-403a-80af-f4046937ae06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23855 2024.11.09 02:58:50.046211 [ 306 ] {c045785e-4756-4af5-b79a-f67fde540945} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
23856 2024.11.09 02:58:50.046260 [ 306 ] {c045785e-4756-4af5-b79a-f67fde540945} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
23857 2024.11.09 02:58:50.046409 [ 306 ] {c045785e-4756-4af5-b79a-f67fde540945} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23858 2024.11.09 02:58:50.046868 [ 306 ] {c045785e-4756-4af5-b79a-f67fde540945} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23859 2024.11.09 02:58:50.046905 [ 306 ] {c045785e-4756-4af5-b79a-f67fde540945} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.24 GiB.
23860 2024.11.09 02:58:50.047313 [ 306 ] {c045785e-4756-4af5-b79a-f67fde540945} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary)
23861 2024.11.09 02:58:50.047665 [ 306 ] {c045785e-4756-4af5-b79a-f67fde540945} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23862 2024.11.09 02:58:50.047821 [ 306 ] {c045785e-4756-4af5-b79a-f67fde540945} <Debug> executeQuery: Read 240 rows, 16.45 KiB in 0.001752 sec., 136986.301369863 rows/sec., 9.17 MiB/sec.
23863 2024.11.09 02:58:50.048022 [ 306 ] {c045785e-4756-4af5-b79a-f67fde540945} <Debug> DynamicQueryHandler: Done processing query
23864 2024.11.09 02:58:50.048049 [ 306 ] {c045785e-4756-4af5-b79a-f67fde540945} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
23865 2024.11.09 02:58:50.048066 [ 306 ] {} <Debug> HTTP-Session: bfa6c7f1-4e6d-403a-80af-f4046937ae06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23866 2024.11.09 02:58:50.048299 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51142, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23867 2024.11.09 02:58:50.048299 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39487, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23868 2024.11.09 02:58:50.048387 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23869 2024.11.09 02:58:50.048426 [ 294 ] {} <Debug> HTTP-Session: f99c01fb-3591-4b04-82e8-aaaa92f723e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:39487
23870 2024.11.09 02:58:50.048452 [ 294 ] {} <Debug> HTTP-Session: f99c01fb-3591-4b04-82e8-aaaa92f723e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23871 2024.11.09 02:58:50.048470 [ 294 ] {} <Debug> HTTP-Session: f99c01fb-3591-4b04-82e8-aaaa92f723e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23872 2024.11.09 02:58:50.048510 [ 294 ] {} <Trace> HTTP-Session: f99c01fb-3591-4b04-82e8-aaaa92f723e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23873 2024.11.09 02:58:50.048632 [ 294 ] {622252b7-9eb4-4af6-afab-fe586f469949} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39487) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
23874 2024.11.09 02:58:50.048690 [ 294 ] {622252b7-9eb4-4af6-afab-fe586f469949} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
23875 2024.11.09 02:58:50.048837 [ 294 ] {622252b7-9eb4-4af6-afab-fe586f469949} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23876 2024.11.09 02:58:50.049135 [ 294 ] {622252b7-9eb4-4af6-afab-fe586f469949} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23877 2024.11.09 02:58:50.049172 [ 294 ] {622252b7-9eb4-4af6-afab-fe586f469949} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.24 GiB.
23878 2024.11.09 02:58:50.049538 [ 294 ] {622252b7-9eb4-4af6-afab-fe586f469949} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
23879 2024.11.09 02:58:50.049888 [ 294 ] {622252b7-9eb4-4af6-afab-fe586f469949} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23880 2024.11.09 02:58:50.050050 [ 294 ] {622252b7-9eb4-4af6-afab-fe586f469949} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001436 sec., 696.3788300835655 rows/sec., 46.92 KiB/sec.
23881 2024.11.09 02:58:50.050356 [ 294 ] {622252b7-9eb4-4af6-afab-fe586f469949} <Debug> DynamicQueryHandler: Done processing query
23882 2024.11.09 02:58:50.050398 [ 294 ] {622252b7-9eb4-4af6-afab-fe586f469949} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
23883 2024.11.09 02:58:50.050416 [ 294 ] {} <Debug> HTTP-Session: f99c01fb-3591-4b04-82e8-aaaa92f723e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23884 2024.11.09 02:58:50.050651 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39487, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23885 2024.11.09 02:58:50.050713 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34540, User-Agent: (none), Length: 92117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23886 2024.11.09 02:58:50.050784 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23887 2024.11.09 02:58:50.050807 [ 306 ] {} <Debug> HTTP-Session: 593976ff-c1bb-45c3-a667-c1635b0024e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34540
23888 2024.11.09 02:58:50.050825 [ 306 ] {} <Debug> HTTP-Session: 593976ff-c1bb-45c3-a667-c1635b0024e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23889 2024.11.09 02:58:50.050840 [ 306 ] {} <Debug> HTTP-Session: 593976ff-c1bb-45c3-a667-c1635b0024e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23890 2024.11.09 02:58:50.050873 [ 306 ] {} <Trace> HTTP-Session: 593976ff-c1bb-45c3-a667-c1635b0024e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23891 2024.11.09 02:58:50.051385 [ 306 ] {2270d4f2-8f95-4593-81a6-f5407e3504ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34540) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
23892 2024.11.09 02:58:50.051459 [ 306 ] {2270d4f2-8f95-4593-81a6-f5407e3504ba} <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
23893 2024.11.09 02:58:50.051932 [ 306 ] {2270d4f2-8f95-4593-81a6-f5407e3504ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23894 2024.11.09 02:58:50.052852 [ 306 ] {2270d4f2-8f95-4593-81a6-f5407e3504ba} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23895 2024.11.09 02:58:50.052890 [ 306 ] {2270d4f2-8f95-4593-81a6-f5407e3504ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.24 GiB.
23896 2024.11.09 02:58:50.053609 [ 306 ] {2270d4f2-8f95-4593-81a6-f5407e3504ba} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
23897 2024.11.09 02:58:50.054040 [ 306 ] {2270d4f2-8f95-4593-81a6-f5407e3504ba} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23898 2024.11.09 02:58:50.054243 [ 306 ] {2270d4f2-8f95-4593-81a6-f5407e3504ba} <Debug> executeQuery: Read 55 rows, 100.92 KiB in 0.003235 sec., 17001.545595054096 rows/sec., 30.47 MiB/sec.
23899 2024.11.09 02:58:50.054613 [ 306 ] {2270d4f2-8f95-4593-81a6-f5407e3504ba} <Debug> DynamicQueryHandler: Done processing query
23900 2024.11.09 02:58:50.054639 [ 306 ] {2270d4f2-8f95-4593-81a6-f5407e3504ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB.
23901 2024.11.09 02:58:50.054656 [ 306 ] {} <Debug> HTTP-Session: 593976ff-c1bb-45c3-a667-c1635b0024e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23902 2024.11.09 02:58:50.054815 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39487, User-Agent: (none), Length: 971, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23903 2024.11.09 02:58:50.054824 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34540, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23904 2024.11.09 02:58:50.054992 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23905 2024.11.09 02:58:50.055021 [ 294 ] {} <Debug> HTTP-Session: f340f31b-dc9a-491f-a65a-99a940abbb73 Authenticating user 'default' from [fd00:1122:3344:101::d]:39487
23906 2024.11.09 02:58:50.055043 [ 294 ] {} <Debug> HTTP-Session: f340f31b-dc9a-491f-a65a-99a940abbb73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23907 2024.11.09 02:58:50.055063 [ 294 ] {} <Debug> HTTP-Session: f340f31b-dc9a-491f-a65a-99a940abbb73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23908 2024.11.09 02:58:50.055104 [ 294 ] {} <Trace> HTTP-Session: f340f31b-dc9a-491f-a65a-99a940abbb73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23909 2024.11.09 02:58:50.055224 [ 294 ] {bead629c-958e-40f3-8788-e2ac515d8352} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39487) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
23910 2024.11.09 02:58:50.055278 [ 294 ] {bead629c-958e-40f3-8788-e2ac515d8352} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
23911 2024.11.09 02:58:50.055531 [ 294 ] {bead629c-958e-40f3-8788-e2ac515d8352} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23912 2024.11.09 02:58:50.055841 [ 294 ] {bead629c-958e-40f3-8788-e2ac515d8352} <Trace> oximeter.measurements_i64 (1fa4bb4f-08c2-4324-8781-8e2e17895eeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23913 2024.11.09 02:58:50.055878 [ 294 ] {bead629c-958e-40f3-8788-e2ac515d8352} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.24 GiB.
23914 2024.11.09 02:58:50.056281 [ 294 ] {bead629c-958e-40f3-8788-e2ac515d8352} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
23915 2024.11.09 02:58:50.056617 [ 294 ] {bead629c-958e-40f3-8788-e2ac515d8352} <Trace> oximeter.measurements_i64 (1fa4bb4f-08c2-4324-8781-8e2e17895eeb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23916 2024.11.09 02:58:50.056780 [ 294 ] {bead629c-958e-40f3-8788-e2ac515d8352} <Debug> executeQuery: Read 6 rows, 405.00 B in 0.001581 sec., 3795.066413662239 rows/sec., 250.16 KiB/sec.
23917 2024.11.09 02:58:50.056941 [ 294 ] {bead629c-958e-40f3-8788-e2ac515d8352} <Debug> DynamicQueryHandler: Done processing query
23918 2024.11.09 02:58:50.056965 [ 294 ] {bead629c-958e-40f3-8788-e2ac515d8352} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
23919 2024.11.09 02:58:50.056981 [ 294 ] {} <Debug> HTTP-Session: f340f31b-dc9a-491f-a65a-99a940abbb73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23920 2024.11.09 02:58:50.057193 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39487, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23921 2024.11.09 02:58:50.057297 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48608, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23922 2024.11.09 02:58:50.057369 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23923 2024.11.09 02:58:50.057393 [ 306 ] {} <Debug> HTTP-Session: e1bdc7c9-12bc-495a-98e5-7005066e9fc7 Authenticating user 'default' from [fd00:1122:3344:101::d]:48608
23924 2024.11.09 02:58:50.057413 [ 306 ] {} <Debug> HTTP-Session: e1bdc7c9-12bc-495a-98e5-7005066e9fc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23925 2024.11.09 02:58:50.057431 [ 306 ] {} <Debug> HTTP-Session: e1bdc7c9-12bc-495a-98e5-7005066e9fc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23926 2024.11.09 02:58:50.057470 [ 306 ] {} <Trace> HTTP-Session: e1bdc7c9-12bc-495a-98e5-7005066e9fc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23927 2024.11.09 02:58:50.057626 [ 306 ] {699de90b-2b49-4c12-adaa-6e260e561be2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48608) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
23928 2024.11.09 02:58:50.057680 [ 306 ] {699de90b-2b49-4c12-adaa-6e260e561be2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
23929 2024.11.09 02:58:50.057820 [ 306 ] {699de90b-2b49-4c12-adaa-6e260e561be2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23930 2024.11.09 02:58:50.058149 [ 306 ] {699de90b-2b49-4c12-adaa-6e260e561be2} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23931 2024.11.09 02:58:50.058186 [ 306 ] {699de90b-2b49-4c12-adaa-6e260e561be2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.24 GiB.
23932 2024.11.09 02:58:50.058555 [ 306 ] {699de90b-2b49-4c12-adaa-6e260e561be2} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary)
23933 2024.11.09 02:58:50.058889 [ 306 ] {699de90b-2b49-4c12-adaa-6e260e561be2} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23934 2024.11.09 02:58:50.059045 [ 306 ] {699de90b-2b49-4c12-adaa-6e260e561be2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00148 sec., 55405.40540540541 rows/sec., 3.52 MiB/sec.
23935 2024.11.09 02:58:50.059275 [ 306 ] {699de90b-2b49-4c12-adaa-6e260e561be2} <Debug> DynamicQueryHandler: Done processing query
23936 2024.11.09 02:58:50.059324 [ 306 ] {699de90b-2b49-4c12-adaa-6e260e561be2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
23937 2024.11.09 02:58:50.059384 [ 306 ] {} <Debug> HTTP-Session: e1bdc7c9-12bc-495a-98e5-7005066e9fc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23938 2024.11.09 02:58:50.060343 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48608, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23939 2024.11.09 02:58:51.000185 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 196.81 MiB, peak 209.13 MiB, free memory in arenas 0.00 B, will set to 195.52 MiB (RSS), difference: -1.29 MiB
23940 2024.11.09 02:58:51.083495 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62637, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23941 2024.11.09 02:58:51.301665 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59418, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23942 2024.11.09 02:58:51.339086 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37231, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23943 2024.11.09 02:58:51.343414 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39487, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23944 2024.11.09 02:58:51.382749 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58084, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23945 2024.11.09 02:58:51.405070 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38000, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23946 2024.11.09 02:58:51.446355 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50737, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23947 2024.11.09 02:58:51.469634 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52731, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23948 2024.11.09 02:58:51.955935 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2114
23949 2024.11.09 02:58:51.959484 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23950 2024.11.09 02:58:51.959558 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.24 GiB.
23951 2024.11.09 02:58:51.961388 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
23952 2024.11.09 02:58:51.962563 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23953 2024.11.09 02:58:51.963794 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2114
23954 2024.11.09 02:58:55.009807 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62590, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23955 2024.11.09 02:58:55.009931 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23956 2024.11.09 02:58:55.009956 [ 294 ] {} <Debug> HTTP-Session: 6564e1cd-1f5a-4456-af2c-55f064d67cac Authenticating user 'default' from [fd00:1122:3344:101::d]:62590
23957 2024.11.09 02:58:55.009981 [ 294 ] {} <Debug> HTTP-Session: 6564e1cd-1f5a-4456-af2c-55f064d67cac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23958 2024.11.09 02:58:55.009995 [ 294 ] {} <Debug> HTTP-Session: 6564e1cd-1f5a-4456-af2c-55f064d67cac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23959 2024.11.09 02:58:55.010046 [ 294 ] {} <Trace> HTTP-Session: 6564e1cd-1f5a-4456-af2c-55f064d67cac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23960 2024.11.09 02:58:55.010232 [ 294 ] {9fa88811-0a05-4e6b-ba0d-058267ae3983} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62590) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
23961 2024.11.09 02:58:55.010301 [ 294 ] {9fa88811-0a05-4e6b-ba0d-058267ae3983} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
23962 2024.11.09 02:58:55.010661 [ 294 ] {9fa88811-0a05-4e6b-ba0d-058267ae3983} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23963 2024.11.09 02:58:55.011088 [ 294 ] {9fa88811-0a05-4e6b-ba0d-058267ae3983} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23964 2024.11.09 02:58:55.011131 [ 294 ] {9fa88811-0a05-4e6b-ba0d-058267ae3983} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.74 GiB.
23965 2024.11.09 02:58:55.011554 [ 294 ] {9fa88811-0a05-4e6b-ba0d-058267ae3983} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
23966 2024.11.09 02:58:55.011947 [ 294 ] {9fa88811-0a05-4e6b-ba0d-058267ae3983} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23967 2024.11.09 02:58:55.012115 [ 294 ] {9fa88811-0a05-4e6b-ba0d-058267ae3983} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001934 sec., 2068.252326783868 rows/sec., 168.65 KiB/sec.
23968 2024.11.09 02:58:55.012144 [ 36 ] {} <Debug> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e) (MergerMutator): Selected 6 parts from all_1_41_10 to all_46_46_0
23969 2024.11.09 02:58:55.012253 [ 36 ] {} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23970 2024.11.09 02:58:55.012290 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.74 GiB.
23971 2024.11.09 02:58:55.012409 [ 294 ] {9fa88811-0a05-4e6b-ba0d-058267ae3983} <Debug> DynamicQueryHandler: Done processing query
23972 2024.11.09 02:58:55.012470 [ 294 ] {9fa88811-0a05-4e6b-ba0d-058267ae3983} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
23973 2024.11.09 02:58:55.012502 [ 294 ] {} <Debug> HTTP-Session: 6564e1cd-1f5a-4456-af2c-55f064d67cac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
23974 2024.11.09 02:58:55.012511 [ 186 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_46_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_10 to all_46_46_0 into Compact with storage Full
23975 2024.11.09 02:58:55.012699 [ 186 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_46_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
23976 2024.11.09 02:58:55.012750 [ 186 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_46_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 18 rows starting from the beginning of the part
23977 2024.11.09 02:58:55.012783 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62590, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23978 2024.11.09 02:58:55.012915 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45915, User-Agent: (none), Length: 8114, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
23979 2024.11.09 02:58:55.013097 [ 186 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_46_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part
23980 2024.11.09 02:58:55.013123 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
23981 2024.11.09 02:58:55.013216 [ 306 ] {} <Debug> HTTP-Session: b1317ad7-540c-460a-b76e-14c1fe676aac Authenticating user 'default' from [fd00:1122:3344:101::d]:45915
23982 2024.11.09 02:58:55.013329 [ 306 ] {} <Debug> HTTP-Session: b1317ad7-540c-460a-b76e-14c1fe676aac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
23983 2024.11.09 02:58:55.013420 [ 186 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_46_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 2 rows starting from the beginning of the part
23984 2024.11.09 02:58:55.013427 [ 306 ] {} <Debug> HTTP-Session: b1317ad7-540c-460a-b76e-14c1fe676aac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
23985 2024.11.09 02:58:55.013559 [ 306 ] {} <Trace> HTTP-Session: b1317ad7-540c-460a-b76e-14c1fe676aac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
23986 2024.11.09 02:58:55.013754 [ 186 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_46_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 4 rows starting from the beginning of the part
23987 2024.11.09 02:58:55.014044 [ 306 ] {b463c03d-382d-44f3-a28a-9dab27d8af93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45915) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
23988 2024.11.09 02:58:55.014089 [ 186 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_46_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 3 rows starting from the beginning of the part
23989 2024.11.09 02:58:55.014177 [ 306 ] {b463c03d-382d-44f3-a28a-9dab27d8af93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
23990 2024.11.09 02:58:55.014366 [ 186 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_46_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 4 rows starting from the beginning of the part
23991 2024.11.09 02:58:55.015509 [ 306 ] {b463c03d-382d-44f3-a28a-9dab27d8af93} <Trace> ParallelParsingInputFormat: Parallel parsing is used
23992 2024.11.09 02:58:55.016598 [ 306 ] {b463c03d-382d-44f3-a28a-9dab27d8af93} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
23993 2024.11.09 02:58:55.016675 [ 306 ] {b463c03d-382d-44f3-a28a-9dab27d8af93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.74 GiB.
23994 2024.11.09 02:58:55.017440 [ 186 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_46_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39 rows, containing 5 columns (5 merged, 0 gathered) in 0.005063095 sec., 7702.798387152522 rows/sec., 653.86 KiB/sec.
23995 2024.11.09 02:58:55.017702 [ 306 ] {b463c03d-382d-44f3-a28a-9dab27d8af93} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary)
23996 2024.11.09 02:58:55.017703 [ 193 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_46_11} <Trace> MergedBlockOutputStream: filled checksums all_1_46_11 (state Temporary)
23997 2024.11.09 02:58:55.018630 [ 306 ] {b463c03d-382d-44f3-a28a-9dab27d8af93} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23998 2024.11.09 02:58:55.018811 [ 193 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_46_11} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_merge_all_1_46_11 to all_1_46_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
23999 2024.11.09 02:58:55.018974 [ 35 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0
24000 2024.11.09 02:58:55.018979 [ 306 ] {b463c03d-382d-44f3-a28a-9dab27d8af93} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.005101 sec., 11370.31954518722 rows/sec., 892.33 KiB/sec.
24001 2024.11.09 02:58:55.019054 [ 35 ] {} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24002 2024.11.09 02:58:55.019088 [ 193 ] {ce017f7c-0924-4fa2-956a-6d7747ac3b3e::all_1_46_11} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e) (MergerMutator): Merged 6 parts: [all_1_41_10, all_46_46_0] -> all_1_46_11
24003 2024.11.09 02:58:55.019154 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.74 GiB.
24004 2024.11.09 02:58:55.019570 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
24005 2024.11.09 02:58:55.019586 [ 306 ] {b463c03d-382d-44f3-a28a-9dab27d8af93} <Debug> DynamicQueryHandler: Done processing query
24006 2024.11.09 02:58:55.019630 [ 306 ] {b463c03d-382d-44f3-a28a-9dab27d8af93} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
24007 2024.11.09 02:58:55.019651 [ 187 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full
24008 2024.11.09 02:58:55.019660 [ 306 ] {} <Debug> HTTP-Session: b1317ad7-540c-460a-b76e-14c1fe676aac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
24009 2024.11.09 02:58:55.019845 [ 187 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
24010 2024.11.09 02:58:55.019888 [ 187 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 1420 rows starting from the beginning of the part
24011 2024.11.09 02:58:55.019947 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45915, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24012 2024.11.09 02:58:55.020096 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33166, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24013 2024.11.09 02:58:55.020257 [ 187 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 289 rows starting from the beginning of the part
24014 2024.11.09 02:58:55.020288 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
24015 2024.11.09 02:58:55.020386 [ 294 ] {} <Debug> HTTP-Session: a0ab6c90-c5cf-4096-aa85-9da9bc6a881e Authenticating user 'default' from [fd00:1122:3344:101::d]:33166
24016 2024.11.09 02:58:55.020531 [ 294 ] {} <Debug> HTTP-Session: a0ab6c90-c5cf-4096-aa85-9da9bc6a881e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
24017 2024.11.09 02:58:55.020598 [ 187 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 58 rows starting from the beginning of the part
24018 2024.11.09 02:58:55.020631 [ 294 ] {} <Debug> HTTP-Session: a0ab6c90-c5cf-4096-aa85-9da9bc6a881e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
24019 2024.11.09 02:58:55.020859 [ 294 ] {} <Trace> HTTP-Session: a0ab6c90-c5cf-4096-aa85-9da9bc6a881e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
24020 2024.11.09 02:58:55.020915 [ 187 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 56 rows starting from the beginning of the part
24021 2024.11.09 02:58:55.021159 [ 187 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 305 rows starting from the beginning of the part
24022 2024.11.09 02:58:55.021288 [ 294 ] {8f25091c-c4ba-4988-9b4d-847bdf7a989a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33166) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
24023 2024.11.09 02:58:55.021455 [ 187 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 58 rows starting from the beginning of the part
24024 2024.11.09 02:58:55.021478 [ 294 ] {8f25091c-c4ba-4988-9b4d-847bdf7a989a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
24025 2024.11.09 02:58:55.022427 [ 294 ] {8f25091c-c4ba-4988-9b4d-847bdf7a989a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
24026 2024.11.09 02:58:55.023254 [ 294 ] {8f25091c-c4ba-4988-9b4d-847bdf7a989a} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24027 2024.11.09 02:58:55.023321 [ 294 ] {8f25091c-c4ba-4988-9b4d-847bdf7a989a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.74 GiB.
24028 2024.11.09 02:58:55.024170 [ 294 ] {8f25091c-c4ba-4988-9b4d-847bdf7a989a} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
24029 2024.11.09 02:58:55.024953 [ 187 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2186 rows, containing 5 columns (5 merged, 0 gathered) in 0.005631646 sec., 388163.6026128063 rows/sec., 34.35 MiB/sec.
24030 2024.11.09 02:58:55.024971 [ 294 ] {8f25091c-c4ba-4988-9b4d-847bdf7a989a} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24031 2024.11.09 02:58:55.025229 [ 294 ] {8f25091c-c4ba-4988-9b4d-847bdf7a989a} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.0041 sec., 975.6097560975609 rows/sec., 68.12 KiB/sec.
24032 2024.11.09 02:58:55.025290 [ 187 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary)
24033 2024.11.09 02:58:55.025343 [ 218 ] {} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
24034 2024.11.09 02:58:55.025481 [ 218 ] {} <Debug> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
24035 2024.11.09 02:58:55.025809 [ 294 ] {8f25091c-c4ba-4988-9b4d-847bdf7a989a} <Debug> DynamicQueryHandler: Done processing query
24036 2024.11.09 02:58:55.025900 [ 294 ] {8f25091c-c4ba-4988-9b4d-847bdf7a989a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
24037 2024.11.09 02:58:55.025984 [ 294 ] {} <Debug> HTTP-Session: a0ab6c90-c5cf-4096-aa85-9da9bc6a881e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
24038 2024.11.09 02:58:55.026306 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33166, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24039 2024.11.09 02:58:55.026419 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32847, User-Agent: (none), Length: 11580, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24040 2024.11.09 02:58:55.026570 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
24041 2024.11.09 02:58:55.026605 [ 306 ] {} <Debug> HTTP-Session: c5b9c719-a0ec-40de-910e-5d6fe68910cf Authenticating user 'default' from [fd00:1122:3344:101::d]:32847
24042 2024.11.09 02:58:55.026649 [ 306 ] {} <Debug> HTTP-Session: c5b9c719-a0ec-40de-910e-5d6fe68910cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
24043 2024.11.09 02:58:55.026699 [ 306 ] {} <Debug> HTTP-Session: c5b9c719-a0ec-40de-910e-5d6fe68910cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
24044 2024.11.09 02:58:55.026774 [ 187 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_146_29} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24045 2024.11.09 02:58:55.026822 [ 306 ] {} <Trace> HTTP-Session: c5b9c719-a0ec-40de-910e-5d6fe68910cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
24046 2024.11.09 02:58:55.027079 [ 187 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_146_29} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29
24047 2024.11.09 02:58:55.027263 [ 306 ] {e360b973-d033-4878-9135-769affaf0ba5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32847) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
24048 2024.11.09 02:58:55.027394 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB.
24049 2024.11.09 02:58:55.027409 [ 306 ] {e360b973-d033-4878-9135-769affaf0ba5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
24050 2024.11.09 02:58:55.027972 [ 306 ] {e360b973-d033-4878-9135-769affaf0ba5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
24051 2024.11.09 02:58:55.028740 [ 306 ] {e360b973-d033-4878-9135-769affaf0ba5} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24052 2024.11.09 02:58:55.028779 [ 306 ] {e360b973-d033-4878-9135-769affaf0ba5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.74 GiB.
24053 2024.11.09 02:58:55.029514 [ 306 ] {e360b973-d033-4878-9135-769affaf0ba5} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary)
24054 2024.11.09 02:58:55.030213 [ 306 ] {e360b973-d033-4878-9135-769affaf0ba5} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24055 2024.11.09 02:58:55.030374 [ 306 ] {e360b973-d033-4878-9135-769affaf0ba5} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.003308 sec., 20556.227327690445 rows/sec., 1.61 MiB/sec.
24056 2024.11.09 02:58:55.030381 [ 35 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0
24057 2024.11.09 02:58:55.030465 [ 35 ] {} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24058 2024.11.09 02:58:55.030517 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.74 GiB.
24059 2024.11.09 02:58:55.030715 [ 306 ] {e360b973-d033-4878-9135-769affaf0ba5} <Debug> DynamicQueryHandler: Done processing query
24060 2024.11.09 02:58:55.030728 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full
24061 2024.11.09 02:58:55.030777 [ 306 ] {e360b973-d033-4878-9135-769affaf0ba5} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
24062 2024.11.09 02:58:55.030847 [ 306 ] {} <Debug> HTTP-Session: c5b9c719-a0ec-40de-910e-5d6fe68910cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
24063 2024.11.09 02:58:55.031149 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
24064 2024.11.09 02:58:55.031189 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32847, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24065 2024.11.09 02:58:55.031215 [ 218 ] {} <Debug> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
24066 2024.11.09 02:58:55.031292 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38824, User-Agent: (none), Length: 24922, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24067 2024.11.09 02:58:55.031314 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 915 rows starting from the beginning of the part
24068 2024.11.09 02:58:55.031494 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
24069 2024.11.09 02:58:55.031698 [ 294 ] {} <Debug> HTTP-Session: 68f8e7bd-1561-4021-bb1f-b536df0a7b51 Authenticating user 'default' from [fd00:1122:3344:101::d]:38824
24070 2024.11.09 02:58:55.031750 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 438 rows starting from the beginning of the part
24071 2024.11.09 02:58:55.031822 [ 294 ] {} <Debug> HTTP-Session: 68f8e7bd-1561-4021-bb1f-b536df0a7b51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
24072 2024.11.09 02:58:55.031944 [ 294 ] {} <Debug> HTTP-Session: 68f8e7bd-1561-4021-bb1f-b536df0a7b51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
24073 2024.11.09 02:58:55.032107 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 68 rows starting from the beginning of the part
24074 2024.11.09 02:58:55.032173 [ 294 ] {} <Trace> HTTP-Session: 68f8e7bd-1561-4021-bb1f-b536df0a7b51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
24075 2024.11.09 02:58:55.032419 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 64 rows starting from the beginning of the part
24076 2024.11.09 02:58:55.032857 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 464 rows starting from the beginning of the part
24077 2024.11.09 02:58:55.032877 [ 294 ] {1f9f7933-ce4e-4338-ac98-0bd64919df20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38824) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
24078 2024.11.09 02:58:55.033210 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 68 rows starting from the beginning of the part
24079 2024.11.09 02:58:55.033199 [ 294 ] {1f9f7933-ce4e-4338-ac98-0bd64919df20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
24080 2024.11.09 02:58:55.034646 [ 294 ] {1f9f7933-ce4e-4338-ac98-0bd64919df20} <Trace> ParallelParsingInputFormat: Parallel parsing is used
24081 2024.11.09 02:58:55.036079 [ 294 ] {1f9f7933-ce4e-4338-ac98-0bd64919df20} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24082 2024.11.09 02:58:55.036153 [ 294 ] {1f9f7933-ce4e-4338-ac98-0bd64919df20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.74 GiB.
24083 2024.11.09 02:58:55.037003 [ 294 ] {1f9f7933-ce4e-4338-ac98-0bd64919df20} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary)
24084 2024.11.09 02:58:55.037340 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2017 rows, containing 5 columns (5 merged, 0 gathered) in 0.006725239 sec., 299914.9918686905 rows/sec., 22.98 MiB/sec.
24085 2024.11.09 02:58:55.037605 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary)
24086 2024.11.09 02:58:55.037763 [ 294 ] {1f9f7933-ce4e-4338-ac98-0bd64919df20} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24087 2024.11.09 02:58:55.038167 [ 35 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0
24088 2024.11.09 02:58:55.038215 [ 294 ] {1f9f7933-ce4e-4338-ac98-0bd64919df20} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.005673 sec., 22915.564956812974 rows/sec., 1.60 MiB/sec.
24089 2024.11.09 02:58:55.038352 [ 35 ] {} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24090 2024.11.09 02:58:55.038661 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.74 GiB.
24091 2024.11.09 02:58:55.038819 [ 294 ] {1f9f7933-ce4e-4338-ac98-0bd64919df20} <Debug> DynamicQueryHandler: Done processing query
24092 2024.11.09 02:58:55.038896 [ 294 ] {1f9f7933-ce4e-4338-ac98-0bd64919df20} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
24093 2024.11.09 02:58:55.038977 [ 294 ] {} <Debug> HTTP-Session: 68f8e7bd-1561-4021-bb1f-b536df0a7b51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
24094 2024.11.09 02:58:55.039020 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_146_29} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24095 2024.11.09 02:58:55.039059 [ 196 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full
24096 2024.11.09 02:58:55.039210 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_146_29} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29
24097 2024.11.09 02:58:55.039318 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38824, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24098 2024.11.09 02:58:55.039411 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49316, User-Agent: (none), Length: 7317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24099 2024.11.09 02:58:55.039631 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
24100 2024.11.09 02:58:55.039655 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
24101 2024.11.09 02:58:55.039695 [ 196 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
24102 2024.11.09 02:58:55.039726 [ 306 ] {} <Debug> HTTP-Session: daea46ce-100d-4ec0-8f71-4ed2e888520e Authenticating user 'default' from [fd00:1122:3344:101::d]:49316
24103 2024.11.09 02:58:55.039750 [ 306 ] {} <Debug> HTTP-Session: daea46ce-100d-4ec0-8f71-4ed2e888520e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
24104 2024.11.09 02:58:55.039753 [ 196 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_141_28, total 27805 rows starting from the beginning of the part
24105 2024.11.09 02:58:55.039770 [ 306 ] {} <Debug> HTTP-Session: daea46ce-100d-4ec0-8f71-4ed2e888520e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
24106 2024.11.09 02:58:55.039817 [ 306 ] {} <Trace> HTTP-Session: daea46ce-100d-4ec0-8f71-4ed2e888520e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
24107 2024.11.09 02:58:55.039944 [ 196 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 237 rows starting from the beginning of the part
24108 2024.11.09 02:58:55.040252 [ 306 ] {f0d9d708-55db-476a-aede-ac052932a9fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49316) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
24109 2024.11.09 02:58:55.040292 [ 196 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 130 rows starting from the beginning of the part
24110 2024.11.09 02:58:55.040465 [ 306 ] {f0d9d708-55db-476a-aede-ac052932a9fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
24111 2024.11.09 02:58:55.040749 [ 196 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 160 rows starting from the beginning of the part
24112 2024.11.09 02:58:55.041127 [ 196 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 240 rows starting from the beginning of the part
24113 2024.11.09 02:58:55.041454 [ 196 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 130 rows starting from the beginning of the part
24114 2024.11.09 02:58:55.041814 [ 306 ] {f0d9d708-55db-476a-aede-ac052932a9fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
24115 2024.11.09 02:58:55.042428 [ 306 ] {f0d9d708-55db-476a-aede-ac052932a9fd} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24116 2024.11.09 02:58:55.042470 [ 306 ] {f0d9d708-55db-476a-aede-ac052932a9fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.74 GiB.
24117 2024.11.09 02:58:55.042944 [ 306 ] {f0d9d708-55db-476a-aede-ac052932a9fd} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary)
24118 2024.11.09 02:58:55.043394 [ 306 ] {f0d9d708-55db-476a-aede-ac052932a9fd} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24119 2024.11.09 02:58:55.043672 [ 35 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0
24120 2024.11.09 02:58:55.043723 [ 306 ] {f0d9d708-55db-476a-aede-ac052932a9fd} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.003652 sec., 13143.483023001096 rows/sec., 907.04 KiB/sec.
24121 2024.11.09 02:58:55.043764 [ 35 ] {} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24122 2024.11.09 02:58:55.043854 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.74 GiB.
24123 2024.11.09 02:58:55.044353 [ 306 ] {f0d9d708-55db-476a-aede-ac052932a9fd} <Debug> DynamicQueryHandler: Done processing query
24124 2024.11.09 02:58:55.044383 [ 198 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full
24125 2024.11.09 02:58:55.044402 [ 306 ] {f0d9d708-55db-476a-aede-ac052932a9fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
24126 2024.11.09 02:58:55.044484 [ 306 ] {} <Debug> HTTP-Session: daea46ce-100d-4ec0-8f71-4ed2e888520e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
24127 2024.11.09 02:58:55.044677 [ 198 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
24128 2024.11.09 02:58:55.044724 [ 198 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_141_28, total 8932 rows starting from the beginning of the part
24129 2024.11.09 02:58:55.044831 [ 198 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 82 rows starting from the beginning of the part
24130 2024.11.09 02:58:55.045073 [ 198 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 48 rows starting from the beginning of the part
24131 2024.11.09 02:58:55.045112 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49316, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24132 2024.11.09 02:58:55.045459 [ 198 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 60 rows starting from the beginning of the part
24133 2024.11.09 02:58:55.045606 [ 198 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 82 rows starting from the beginning of the part
24134 2024.11.09 02:58:55.045692 [ 198 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 48 rows starting from the beginning of the part
24135 2024.11.09 02:58:55.049211 [ 201 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9252 rows, containing 4 columns (4 merged, 0 gathered) in 0.005194867 sec., 1780988.810685625 rows/sec., 117.07 MiB/sec.
24136 2024.11.09 02:58:55.049501 [ 201 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary)
24137 2024.11.09 02:58:55.050027 [ 201 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_146_29} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24138 2024.11.09 02:58:55.050238 [ 201 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_146_29} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29
24139 2024.11.09 02:58:55.050562 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.29 MiB.
24140 2024.11.09 02:58:55.050647 [ 201 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28702 rows, containing 5 columns (5 merged, 0 gathered) in 0.011881225 sec., 2415744.1677941456 rows/sec., 165.00 MiB/sec.
24141 2024.11.09 02:58:55.051042 [ 195 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary)
24142 2024.11.09 02:58:55.051449 [ 195 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_146_29} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24143 2024.11.09 02:58:55.051614 [ 195 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_146_29} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29
24144 2024.11.09 02:58:55.051714 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.43 MiB.
24145 2024.11.09 02:59:00.011413 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51185, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24146 2024.11.09 02:59:00.011581 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
24147 2024.11.09 02:59:00.011616 [ 306 ] {} <Debug> HTTP-Session: 567541d7-460d-47da-8362-f7eb93a38271 Authenticating user 'default' from [fd00:1122:3344:101::d]:51185
24148 2024.11.09 02:59:00.011649 [ 306 ] {} <Debug> HTTP-Session: 567541d7-460d-47da-8362-f7eb93a38271 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
24149 2024.11.09 02:59:00.011670 [ 306 ] {} <Debug> HTTP-Session: 567541d7-460d-47da-8362-f7eb93a38271 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
24150 2024.11.09 02:59:00.011739 [ 306 ] {} <Trace> HTTP-Session: 567541d7-460d-47da-8362-f7eb93a38271 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
24151 2024.11.09 02:59:00.011998 [ 306 ] {17cb5334-51a2-4961-9061-61fd4fd358dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51185) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
24152 2024.11.09 02:59:00.012089 [ 306 ] {17cb5334-51a2-4961-9061-61fd4fd358dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
24153 2024.11.09 02:59:00.012459 [ 306 ] {17cb5334-51a2-4961-9061-61fd4fd358dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
24154 2024.11.09 02:59:00.012952 [ 306 ] {17cb5334-51a2-4961-9061-61fd4fd358dc} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24155 2024.11.09 02:59:00.012997 [ 306 ] {17cb5334-51a2-4961-9061-61fd4fd358dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.74 GiB.
24156 2024.11.09 02:59:00.013450 [ 306 ] {17cb5334-51a2-4961-9061-61fd4fd358dc} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary)
24157 2024.11.09 02:59:00.013860 [ 306 ] {17cb5334-51a2-4961-9061-61fd4fd358dc} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24158 2024.11.09 02:59:00.014036 [ 306 ] {17cb5334-51a2-4961-9061-61fd4fd358dc} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002122 sec., 26390.197926484445 rows/sec., 2.03 MiB/sec.
24159 2024.11.09 02:59:00.014166 [ 218 ] {} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0]
24160 2024.11.09 02:59:00.014230 [ 218 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0]
24161 2024.11.09 02:59:00.014326 [ 306 ] {17cb5334-51a2-4961-9061-61fd4fd358dc} <Debug> DynamicQueryHandler: Done processing query
24162 2024.11.09 02:59:00.014385 [ 306 ] {17cb5334-51a2-4961-9061-61fd4fd358dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
24163 2024.11.09 02:59:00.014450 [ 306 ] {} <Debug> HTTP-Session: 567541d7-460d-47da-8362-f7eb93a38271 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
24164 2024.11.09 02:59:00.014672 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51185, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24165 2024.11.09 02:59:00.014825 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57319, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24166 2024.11.09 02:59:00.014918 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
24167 2024.11.09 02:59:00.014978 [ 294 ] {} <Debug> HTTP-Session: c70668d6-a7e1-4127-a169-7bb6b927ba41 Authenticating user 'default' from [fd00:1122:3344:101::d]:57319
24168 2024.11.09 02:59:00.015000 [ 294 ] {} <Debug> HTTP-Session: c70668d6-a7e1-4127-a169-7bb6b927ba41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
24169 2024.11.09 02:59:00.015057 [ 294 ] {} <Debug> HTTP-Session: c70668d6-a7e1-4127-a169-7bb6b927ba41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
24170 2024.11.09 02:59:00.015133 [ 294 ] {} <Trace> HTTP-Session: c70668d6-a7e1-4127-a169-7bb6b927ba41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
24171 2024.11.09 02:59:00.015291 [ 294 ] {50a4b542-17c7-4d9a-8231-3a6f6bc2623a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57319) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
24172 2024.11.09 02:59:00.015360 [ 294 ] {50a4b542-17c7-4d9a-8231-3a6f6bc2623a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
24173 2024.11.09 02:59:00.016020 [ 294 ] {50a4b542-17c7-4d9a-8231-3a6f6bc2623a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
24174 2024.11.09 02:59:00.016612 [ 294 ] {50a4b542-17c7-4d9a-8231-3a6f6bc2623a} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24175 2024.11.09 02:59:00.016668 [ 294 ] {50a4b542-17c7-4d9a-8231-3a6f6bc2623a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.74 GiB.
24176 2024.11.09 02:59:00.017339 [ 294 ] {50a4b542-17c7-4d9a-8231-3a6f6bc2623a} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary)
24177 2024.11.09 02:59:00.018114 [ 294 ] {50a4b542-17c7-4d9a-8231-3a6f6bc2623a} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24178 2024.11.09 02:59:00.018189 [ 218 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0]
24179 2024.11.09 02:59:00.018539 [ 294 ] {50a4b542-17c7-4d9a-8231-3a6f6bc2623a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003231 sec., 19808.108944599197 rows/sec., 1.55 MiB/sec.
24180 2024.11.09 02:59:00.018833 [ 294 ] {50a4b542-17c7-4d9a-8231-3a6f6bc2623a} <Debug> DynamicQueryHandler: Done processing query
24181 2024.11.09 02:59:00.018897 [ 294 ] {50a4b542-17c7-4d9a-8231-3a6f6bc2623a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
24182 2024.11.09 02:59:00.018957 [ 294 ] {} <Debug> HTTP-Session: c70668d6-a7e1-4127-a169-7bb6b927ba41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
24183 2024.11.09 02:59:00.019206 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57319, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24184 2024.11.09 02:59:00.019328 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65214, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24185 2024.11.09 02:59:00.019386 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
24186 2024.11.09 02:59:00.019406 [ 306 ] {} <Debug> HTTP-Session: 35874d11-06cc-4eb6-b4c5-48ea310b1b43 Authenticating user 'default' from [fd00:1122:3344:101::d]:65214
24187 2024.11.09 02:59:00.019423 [ 306 ] {} <Debug> HTTP-Session: 35874d11-06cc-4eb6-b4c5-48ea310b1b43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
24188 2024.11.09 02:59:00.019437 [ 306 ] {} <Debug> HTTP-Session: 35874d11-06cc-4eb6-b4c5-48ea310b1b43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
24189 2024.11.09 02:59:00.019470 [ 306 ] {} <Trace> HTTP-Session: 35874d11-06cc-4eb6-b4c5-48ea310b1b43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
24190 2024.11.09 02:59:00.019627 [ 306 ] {1b84d06e-ac67-4351-9c55-cbefa47740cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65214) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
24191 2024.11.09 02:59:00.019679 [ 306 ] {1b84d06e-ac67-4351-9c55-cbefa47740cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
24192 2024.11.09 02:59:00.019838 [ 306 ] {1b84d06e-ac67-4351-9c55-cbefa47740cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
24193 2024.11.09 02:59:00.020219 [ 306 ] {1b84d06e-ac67-4351-9c55-cbefa47740cb} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24194 2024.11.09 02:59:00.020257 [ 306 ] {1b84d06e-ac67-4351-9c55-cbefa47740cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.74 GiB.
24195 2024.11.09 02:59:00.020657 [ 306 ] {1b84d06e-ac67-4351-9c55-cbefa47740cb} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary)
24196 2024.11.09 02:59:00.021003 [ 306 ] {1b84d06e-ac67-4351-9c55-cbefa47740cb} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24197 2024.11.09 02:59:00.021165 [ 306 ] {1b84d06e-ac67-4351-9c55-cbefa47740cb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001609 sec., 99440.64636420137 rows/sec., 6.93 MiB/sec.
24198 2024.11.09 02:59:00.021357 [ 306 ] {1b84d06e-ac67-4351-9c55-cbefa47740cb} <Debug> DynamicQueryHandler: Done processing query
24199 2024.11.09 02:59:00.021383 [ 306 ] {1b84d06e-ac67-4351-9c55-cbefa47740cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
24200 2024.11.09 02:59:00.021399 [ 306 ] {} <Debug> HTTP-Session: 35874d11-06cc-4eb6-b4c5-48ea310b1b43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
24201 2024.11.09 02:59:00.021550 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57319, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24202 2024.11.09 02:59:00.021580 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65214, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24203 2024.11.09 02:59:00.021622 [ 294 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
24204 2024.11.09 02:59:00.021647 [ 294 ] {} <Debug> HTTP-Session: afecadc0-9d60-4651-8459-2b3cb30fc89c Authenticating user 'default' from [fd00:1122:3344:101::d]:57319
24205 2024.11.09 02:59:00.021671 [ 294 ] {} <Debug> HTTP-Session: afecadc0-9d60-4651-8459-2b3cb30fc89c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
24206 2024.11.09 02:59:00.021695 [ 294 ] {} <Debug> HTTP-Session: afecadc0-9d60-4651-8459-2b3cb30fc89c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
24207 2024.11.09 02:59:00.021737 [ 294 ] {} <Trace> HTTP-Session: afecadc0-9d60-4651-8459-2b3cb30fc89c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
24208 2024.11.09 02:59:00.021876 [ 294 ] {c6c72a96-8685-439a-924c-893f880654ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57319) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
24209 2024.11.09 02:59:00.021931 [ 294 ] {c6c72a96-8685-439a-924c-893f880654ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
24210 2024.11.09 02:59:00.022088 [ 294 ] {c6c72a96-8685-439a-924c-893f880654ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used
24211 2024.11.09 02:59:00.022393 [ 294 ] {c6c72a96-8685-439a-924c-893f880654ed} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24212 2024.11.09 02:59:00.022428 [ 294 ] {c6c72a96-8685-439a-924c-893f880654ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.74 GiB.
24213 2024.11.09 02:59:00.022794 [ 294 ] {c6c72a96-8685-439a-924c-893f880654ed} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary)
24214 2024.11.09 02:59:00.023110 [ 294 ] {c6c72a96-8685-439a-924c-893f880654ed} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24215 2024.11.09 02:59:00.023258 [ 294 ] {c6c72a96-8685-439a-924c-893f880654ed} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001428 sec., 42016.80672268908 rows/sec., 2.83 MiB/sec.
24216 2024.11.09 02:59:00.023366 [ 224 ] {} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0]
24217 2024.11.09 02:59:00.023405 [ 224 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0]
24218 2024.11.09 02:59:00.023443 [ 294 ] {c6c72a96-8685-439a-924c-893f880654ed} <Debug> DynamicQueryHandler: Done processing query
24219 2024.11.09 02:59:00.023470 [ 294 ] {c6c72a96-8685-439a-924c-893f880654ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
24220 2024.11.09 02:59:00.023487 [ 294 ] {} <Debug> HTTP-Session: afecadc0-9d60-4651-8459-2b3cb30fc89c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
24221 2024.11.09 02:59:00.024051 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57319, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24222 2024.11.09 02:59:00.025789 [ 224 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0]
24223 2024.11.09 02:59:00.108091 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58962, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24224 2024.11.09 02:59:00.656950 [ 224 ] {} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0]
24225 2024.11.09 02:59:00.657029 [ 224 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0]
24226 2024.11.09 02:59:00.659698 [ 224 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0]
24227 2024.11.09 02:59:00.707618 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34530, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24228 2024.11.09 02:59:00.738000 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33703, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24229 2024.11.09 02:59:00.811558 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43162, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24230 2024.11.09 02:59:00.826341 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0]
24231 2024.11.09 02:59:00.826402 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0]
24232 2024.11.09 02:59:00.828631 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0]
24233 2024.11.09 02:59:00.845909 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63802, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24234 2024.11.09 02:59:00.856148 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44330, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24235 2024.11.09 02:59:00.919463 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61775, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24236 2024.11.09 02:59:01.031732 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55163, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24237 2024.11.09 02:59:01.426125 [ 28 ] {} <Debug> DNSResolver: Updating DNS cache
24238 2024.11.09 02:59:01.426179 [ 28 ] {} <Debug> DNSResolver: Updated DNS cache
24239 2024.11.09 02:59:01.702089 [ 223 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
24240 2024.11.09 02:59:01.702141 [ 223 ] {} <Debug> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
24241 2024.11.09 02:59:01.704390 [ 223 ] {} <Debug> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
24242 2024.11.09 02:59:01.856973 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46721, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24243 2024.11.09 02:59:01.864489 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50061, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24244 2024.11.09 02:59:01.964050 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2134
24245 2024.11.09 02:59:01.966912 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24246 2024.11.09 02:59:01.966960 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.74 GiB.
24247 2024.11.09 02:59:01.968600 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
24248 2024.11.09 02:59:01.969702 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24249 2024.11.09 02:59:01.970189 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2134
24250 2024.11.09 02:59:02.336486 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53584, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24251 2024.11.09 02:59:02.406862 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57101, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24252 2024.11.09 02:59:02.426856 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54737, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24253 2024.11.09 02:59:02.432482 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60890, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24254 2024.11.09 02:59:02.508176 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44461, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24255 2024.11.09 02:59:02.555849 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36363, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24256 2024.11.09 02:59:02.562591 [ 308 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39205, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24257 2024.11.09 02:59:02.573210 [ 308 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:52287, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24258 2024.11.09 02:59:02.592806 [ 308 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41969, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24259 2024.11.09 02:59:02.626020 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59092, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24260 2024.11.09 02:59:02.727432 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55255, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24261 2024.11.09 02:59:02.748894 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54918, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24262 2024.11.09 02:59:02.780154 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47754, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24263 2024.11.09 02:59:02.792522 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40267, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24264 2024.11.09 02:59:03.675357 [ 25 ] {} <Debug> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
24265 2024.11.09 02:59:03.675436 [ 25 ] {} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24266 2024.11.09 02:59:03.675460 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.74 GiB.
24267 2024.11.09 02:59:03.675623 [ 195 ] {a6fbe664-144e-4815-acdb-d1ac585687fe::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
24268 2024.11.09 02:59:03.675969 [ 195 ] {a6fbe664-144e-4815-acdb-d1ac585687fe::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
24269 2024.11.09 02:59:03.676012 [ 195 ] {a6fbe664-144e-4815-acdb-d1ac585687fe::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part
24270 2024.11.09 02:59:03.676108 [ 195 ] {a6fbe664-144e-4815-acdb-d1ac585687fe::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 19 rows starting from the beginning of the part
24271 2024.11.09 02:59:03.676257 [ 195 ] {a6fbe664-144e-4815-acdb-d1ac585687fe::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 3 rows starting from the beginning of the part
24272 2024.11.09 02:59:03.676366 [ 195 ] {a6fbe664-144e-4815-acdb-d1ac585687fe::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part
24273 2024.11.09 02:59:03.676502 [ 195 ] {a6fbe664-144e-4815-acdb-d1ac585687fe::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part
24274 2024.11.09 02:59:03.678844 [ 201 ] {a6fbe664-144e-4815-acdb-d1ac585687fe::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 6 columns (6 merged, 0 gathered) in 0.003300278 sec., 12726.20064127931 rows/sec., 2.02 MiB/sec.
24275 2024.11.09 02:59:03.679080 [ 190 ] {a6fbe664-144e-4815-acdb-d1ac585687fe::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
24276 2024.11.09 02:59:03.679701 [ 190 ] {a6fbe664-144e-4815-acdb-d1ac585687fe::all_1_5_1} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24277 2024.11.09 02:59:03.679796 [ 190 ] {a6fbe664-144e-4815-acdb-d1ac585687fe::all_1_5_1} <Trace> oximeter.timeseries_schema (a6fbe664-144e-4815-acdb-d1ac585687fe) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
24278 2024.11.09 02:59:03.679912 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB.
24279 2024.11.09 02:59:05.019937 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56063, User-Agent: (none), Length: 498, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24280 2024.11.09 02:59:05.020046 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
24281 2024.11.09 02:59:05.020070 [ 286 ] {} <Debug> HTTP-Session: 806fab62-d43a-47cf-b871-60ef548eddaa Authenticating user 'default' from [fd00:1122:3344:101::d]:56063
24282 2024.11.09 02:59:05.020094 [ 286 ] {} <Debug> HTTP-Session: 806fab62-d43a-47cf-b871-60ef548eddaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
24283 2024.11.09 02:59:05.020108 [ 286 ] {} <Debug> HTTP-Session: 806fab62-d43a-47cf-b871-60ef548eddaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
24284 2024.11.09 02:59:05.020162 [ 286 ] {} <Trace> HTTP-Session: 806fab62-d43a-47cf-b871-60ef548eddaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
24285 2024.11.09 02:59:05.020341 [ 286 ] {e64aff49-903f-4b7a-8de8-55a024be54e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56063) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
24286 2024.11.09 02:59:05.020410 [ 286 ] {e64aff49-903f-4b7a-8de8-55a024be54e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
24287 2024.11.09 02:59:05.020764 [ 286 ] {e64aff49-903f-4b7a-8de8-55a024be54e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
24288 2024.11.09 02:59:05.021193 [ 286 ] {e64aff49-903f-4b7a-8de8-55a024be54e1} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24289 2024.11.09 02:59:05.021238 [ 286 ] {e64aff49-903f-4b7a-8de8-55a024be54e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.74 GiB.
24290 2024.11.09 02:59:05.021649 [ 286 ] {e64aff49-903f-4b7a-8de8-55a024be54e1} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
24291 2024.11.09 02:59:05.022068 [ 286 ] {e64aff49-903f-4b7a-8de8-55a024be54e1} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24292 2024.11.09 02:59:05.022231 [ 286 ] {e64aff49-903f-4b7a-8de8-55a024be54e1} <Debug> executeQuery: Read 3 rows, 228.00 B in 0.001939 sec., 1547.1892728210419 rows/sec., 114.83 KiB/sec.
24293 2024.11.09 02:59:05.022571 [ 286 ] {e64aff49-903f-4b7a-8de8-55a024be54e1} <Debug> DynamicQueryHandler: Done processing query
24294 2024.11.09 02:59:05.022615 [ 286 ] {e64aff49-903f-4b7a-8de8-55a024be54e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
24295 2024.11.09 02:59:05.022635 [ 286 ] {} <Debug> HTTP-Session: 806fab62-d43a-47cf-b871-60ef548eddaa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
24296 2024.11.09 02:59:05.022878 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56063, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24297 2024.11.09 02:59:05.023035 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44924, User-Agent: (none), Length: 48403, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24298 2024.11.09 02:59:05.023115 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
24299 2024.11.09 02:59:05.023140 [ 271 ] {} <Debug> HTTP-Session: e6fa9abd-77a5-4954-b10d-9139436b825d Authenticating user 'default' from [fd00:1122:3344:101::d]:44924
24300 2024.11.09 02:59:05.023162 [ 271 ] {} <Debug> HTTP-Session: e6fa9abd-77a5-4954-b10d-9139436b825d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
24301 2024.11.09 02:59:05.023179 [ 271 ] {} <Debug> HTTP-Session: e6fa9abd-77a5-4954-b10d-9139436b825d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
24302 2024.11.09 02:59:05.023223 [ 271 ] {} <Trace> HTTP-Session: e6fa9abd-77a5-4954-b10d-9139436b825d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
24303 2024.11.09 02:59:05.023446 [ 271 ] {58b471c9-44e5-487b-a397-769eecb27f29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44924) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
24304 2024.11.09 02:59:05.023497 [ 271 ] {58b471c9-44e5-487b-a397-769eecb27f29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
24305 2024.11.09 02:59:05.023761 [ 271 ] {58b471c9-44e5-487b-a397-769eecb27f29} <Trace> ParallelParsingInputFormat: Parallel parsing is used
24306 2024.11.09 02:59:05.024306 [ 271 ] {58b471c9-44e5-487b-a397-769eecb27f29} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24307 2024.11.09 02:59:05.024345 [ 271 ] {58b471c9-44e5-487b-a397-769eecb27f29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.74 GiB.
24308 2024.11.09 02:59:05.024745 [ 271 ] {58b471c9-44e5-487b-a397-769eecb27f29} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary)
24309 2024.11.09 02:59:05.025101 [ 271 ] {58b471c9-44e5-487b-a397-769eecb27f29} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24310 2024.11.09 02:59:05.025258 [ 271 ] {58b471c9-44e5-487b-a397-769eecb27f29} <Debug> executeQuery: Read 319 rows, 29.04 KiB in 0.001917 sec., 166405.84246218047 rows/sec., 14.80 MiB/sec.
24311 2024.11.09 02:59:05.025456 [ 271 ] {58b471c9-44e5-487b-a397-769eecb27f29} <Debug> DynamicQueryHandler: Done processing query
24312 2024.11.09 02:59:05.025482 [ 271 ] {58b471c9-44e5-487b-a397-769eecb27f29} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB.
24313 2024.11.09 02:59:05.025497 [ 271 ] {} <Debug> HTTP-Session: e6fa9abd-77a5-4954-b10d-9139436b825d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
24314 2024.11.09 02:59:05.025716 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56063, User-Agent: (none), Length: 9337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24315 2024.11.09 02:59:05.025729 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44924, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24316 2024.11.09 02:59:05.025785 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
24317 2024.11.09 02:59:05.025808 [ 286 ] {} <Debug> HTTP-Session: ea3bf507-c40a-411a-b0f4-d7dbcd32abd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56063
24318 2024.11.09 02:59:05.025832 [ 286 ] {} <Debug> HTTP-Session: ea3bf507-c40a-411a-b0f4-d7dbcd32abd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
24319 2024.11.09 02:59:05.025849 [ 286 ] {} <Debug> HTTP-Session: ea3bf507-c40a-411a-b0f4-d7dbcd32abd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
24320 2024.11.09 02:59:05.025891 [ 286 ] {} <Trace> HTTP-Session: ea3bf507-c40a-411a-b0f4-d7dbcd32abd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
24321 2024.11.09 02:59:05.026044 [ 286 ] {2e8748b8-12f3-4c28-bc3d-bb1b3ecbf67e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56063) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
24322 2024.11.09 02:59:05.026096 [ 286 ] {2e8748b8-12f3-4c28-bc3d-bb1b3ecbf67e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
24323 2024.11.09 02:59:05.026363 [ 286 ] {2e8748b8-12f3-4c28-bc3d-bb1b3ecbf67e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
24324 2024.11.09 02:59:05.026786 [ 286 ] {2e8748b8-12f3-4c28-bc3d-bb1b3ecbf67e} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24325 2024.11.09 02:59:05.026823 [ 286 ] {2e8748b8-12f3-4c28-bc3d-bb1b3ecbf67e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.74 GiB.
24326 2024.11.09 02:59:05.027182 [ 286 ] {2e8748b8-12f3-4c28-bc3d-bb1b3ecbf67e} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
24327 2024.11.09 02:59:05.027530 [ 286 ] {2e8748b8-12f3-4c28-bc3d-bb1b3ecbf67e} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24328 2024.11.09 02:59:05.027696 [ 286 ] {2e8748b8-12f3-4c28-bc3d-bb1b3ecbf67e} <Debug> executeQuery: Read 65 rows, 4.85 KiB in 0.001698 sec., 38280.329799764426 rows/sec., 2.79 MiB/sec.
24329 2024.11.09 02:59:05.027708 [ 26 ] {} <Debug> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
24330 2024.11.09 02:59:05.027815 [ 26 ] {} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24331 2024.11.09 02:59:05.027869 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.74 GiB.
24332 2024.11.09 02:59:05.027954 [ 286 ] {2e8748b8-12f3-4c28-bc3d-bb1b3ecbf67e} <Debug> DynamicQueryHandler: Done processing query
24333 2024.11.09 02:59:05.028021 [ 286 ] {2e8748b8-12f3-4c28-bc3d-bb1b3ecbf67e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
24334 2024.11.09 02:59:05.028069 [ 286 ] {} <Debug> HTTP-Session: ea3bf507-c40a-411a-b0f4-d7dbcd32abd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
24335 2024.11.09 02:59:05.028097 [ 200 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full
24336 2024.11.09 02:59:05.028341 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56063, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24337 2024.11.09 02:59:05.028385 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40923, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24338 2024.11.09 02:59:05.028465 [ 200 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
24339 2024.11.09 02:59:05.028510 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
24340 2024.11.09 02:59:05.028563 [ 200 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 59 rows starting from the beginning of the part
24341 2024.11.09 02:59:05.028585 [ 271 ] {} <Debug> HTTP-Session: 65c88a7d-39c0-4c80-b20d-bcc525aa1501 Authenticating user 'default' from [fd00:1122:3344:101::d]:40923
24342 2024.11.09 02:59:05.028637 [ 271 ] {} <Debug> HTTP-Session: 65c88a7d-39c0-4c80-b20d-bcc525aa1501 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
24343 2024.11.09 02:59:05.028682 [ 271 ] {} <Debug> HTTP-Session: 65c88a7d-39c0-4c80-b20d-bcc525aa1501 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
24344 2024.11.09 02:59:05.028842 [ 200 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 50 rows starting from the beginning of the part
24345 2024.11.09 02:59:05.028875 [ 271 ] {} <Trace> HTTP-Session: 65c88a7d-39c0-4c80-b20d-bcc525aa1501 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
24346 2024.11.09 02:59:05.029101 [ 200 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 4 rows starting from the beginning of the part
24347 2024.11.09 02:59:05.029423 [ 200 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 58 rows starting from the beginning of the part
24348 2024.11.09 02:59:05.029450 [ 271 ] {f6790549-a99d-4b43-a9d7-0c8a3c5b3f0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40923) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
24349 2024.11.09 02:59:05.029735 [ 271 ] {f6790549-a99d-4b43-a9d7-0c8a3c5b3f0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
24350 2024.11.09 02:59:05.029744 [ 200 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 4 rows starting from the beginning of the part
24351 2024.11.09 02:59:05.030146 [ 200 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 65 rows starting from the beginning of the part
24352 2024.11.09 02:59:05.031081 [ 271 ] {f6790549-a99d-4b43-a9d7-0c8a3c5b3f0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
24353 2024.11.09 02:59:05.032050 [ 271 ] {f6790549-a99d-4b43-a9d7-0c8a3c5b3f0f} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24354 2024.11.09 02:59:05.032112 [ 271 ] {f6790549-a99d-4b43-a9d7-0c8a3c5b3f0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.74 GiB.
24355 2024.11.09 02:59:05.033270 [ 271 ] {f6790549-a99d-4b43-a9d7-0c8a3c5b3f0f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
24356 2024.11.09 02:59:05.033343 [ 201 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 240 rows, containing 5 columns (5 merged, 0 gathered) in 0.005397332 sec., 44466.41414684144 rows/sec., 3.40 MiB/sec.
24357 2024.11.09 02:59:05.033628 [ 201 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
24358 2024.11.09 02:59:05.034046 [ 271 ] {f6790549-a99d-4b43-a9d7-0c8a3c5b3f0f} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24359 2024.11.09 02:59:05.034552 [ 271 ] {f6790549-a99d-4b43-a9d7-0c8a3c5b3f0f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005292 sec., 2645.5026455026455 rows/sec., 185.27 KiB/sec.
24360 2024.11.09 02:59:05.034855 [ 201 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_96_19} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24361 2024.11.09 02:59:05.035197 [ 201 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_96_19} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
24362 2024.11.09 02:59:05.035231 [ 271 ] {f6790549-a99d-4b43-a9d7-0c8a3c5b3f0f} <Debug> DynamicQueryHandler: Done processing query
24363 2024.11.09 02:59:05.035281 [ 271 ] {f6790549-a99d-4b43-a9d7-0c8a3c5b3f0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
24364 2024.11.09 02:59:05.035340 [ 271 ] {} <Debug> HTTP-Session: 65c88a7d-39c0-4c80-b20d-bcc525aa1501 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
24365 2024.11.09 02:59:05.035395 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
24366 2024.11.09 02:59:05.035567 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40923, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24367 2024.11.09 02:59:05.035634 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50267, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24368 2024.11.09 02:59:05.035695 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
24369 2024.11.09 02:59:05.035715 [ 286 ] {} <Debug> HTTP-Session: b90a35bb-faf0-404f-b08a-2f290be43d26 Authenticating user 'default' from [fd00:1122:3344:101::d]:50267
24370 2024.11.09 02:59:05.035732 [ 286 ] {} <Debug> HTTP-Session: b90a35bb-faf0-404f-b08a-2f290be43d26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
24371 2024.11.09 02:59:05.035746 [ 286 ] {} <Debug> HTTP-Session: b90a35bb-faf0-404f-b08a-2f290be43d26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
24372 2024.11.09 02:59:05.035779 [ 286 ] {} <Trace> HTTP-Session: b90a35bb-faf0-404f-b08a-2f290be43d26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
24373 2024.11.09 02:59:05.035882 [ 286 ] {65f7b668-c8a4-4c43-8a41-54a0dd5eb80f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50267) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
24374 2024.11.09 02:59:05.035925 [ 286 ] {65f7b668-c8a4-4c43-8a41-54a0dd5eb80f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
24375 2024.11.09 02:59:05.036179 [ 286 ] {65f7b668-c8a4-4c43-8a41-54a0dd5eb80f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
24376 2024.11.09 02:59:05.036506 [ 286 ] {65f7b668-c8a4-4c43-8a41-54a0dd5eb80f} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24377 2024.11.09 02:59:05.036542 [ 286 ] {65f7b668-c8a4-4c43-8a41-54a0dd5eb80f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.74 GiB.
24378 2024.11.09 02:59:05.036898 [ 286 ] {65f7b668-c8a4-4c43-8a41-54a0dd5eb80f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
24379 2024.11.09 02:59:05.037255 [ 286 ] {65f7b668-c8a4-4c43-8a41-54a0dd5eb80f} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24380 2024.11.09 02:59:05.037410 [ 26 ] {} <Debug> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0
24381 2024.11.09 02:59:05.037421 [ 286 ] {65f7b668-c8a4-4c43-8a41-54a0dd5eb80f} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001554 sec., 3861.003861003861 rows/sec., 228.12 KiB/sec.
24382 2024.11.09 02:59:05.037462 [ 26 ] {} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24383 2024.11.09 02:59:05.037544 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.74 GiB.
24384 2024.11.09 02:59:05.037707 [ 194 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full
24385 2024.11.09 02:59:05.037729 [ 286 ] {65f7b668-c8a4-4c43-8a41-54a0dd5eb80f} <Debug> DynamicQueryHandler: Done processing query
24386 2024.11.09 02:59:05.037761 [ 286 ] {65f7b668-c8a4-4c43-8a41-54a0dd5eb80f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
24387 2024.11.09 02:59:05.037785 [ 286 ] {} <Debug> HTTP-Session: b90a35bb-faf0-404f-b08a-2f290be43d26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
24388 2024.11.09 02:59:05.037872 [ 194 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
24389 2024.11.09 02:59:05.037909 [ 194 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 6 rows starting from the beginning of the part
24390 2024.11.09 02:59:05.038000 [ 194 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part
24391 2024.11.09 02:59:05.038137 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50267, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24392 2024.11.09 02:59:05.038319 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49851, User-Agent: (none), Length: 77133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24393 2024.11.09 02:59:05.038448 [ 194 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part
24394 2024.11.09 02:59:05.038538 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
24395 2024.11.09 02:59:05.038542 [ 286 ] {} <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):
24396 
24397 (version 23.8.7.1)
24398 2024.11.09 02:59:05.038670 [ 271 ] {} <Debug> HTTP-Session: bc728b77-89e2-4860-9c99-e3227a966d80 Authenticating user 'default' from [fd00:1122:3344:101::d]:49851
24399 2024.11.09 02:59:05.038805 [ 271 ] {} <Debug> HTTP-Session: bc728b77-89e2-4860-9c99-e3227a966d80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
24400 2024.11.09 02:59:05.038912 [ 271 ] {} <Debug> HTTP-Session: bc728b77-89e2-4860-9c99-e3227a966d80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
24401 2024.11.09 02:59:05.038963 [ 194 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 6 rows starting from the beginning of the part
24402 2024.11.09 02:59:05.039038 [ 271 ] {} <Trace> HTTP-Session: bc728b77-89e2-4860-9c99-e3227a966d80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
24403 2024.11.09 02:59:05.039339 [ 194 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part
24404 2024.11.09 02:59:05.039574 [ 271 ] {c82eccad-0651-4d15-8fc3-350397f98023} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49851) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
24405 2024.11.09 02:59:05.039729 [ 271 ] {c82eccad-0651-4d15-8fc3-350397f98023} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
24406 2024.11.09 02:59:05.040194 [ 271 ] {c82eccad-0651-4d15-8fc3-350397f98023} <Trace> ParallelParsingInputFormat: Parallel parsing is used
24407 2024.11.09 02:59:05.041105 [ 201 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.003454431 sec., 8684.498257455425 rows/sec., 551.26 KiB/sec.
24408 2024.11.09 02:59:05.041256 [ 271 ] {c82eccad-0651-4d15-8fc3-350397f98023} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24409 2024.11.09 02:59:05.041314 [ 201 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary)
24410 2024.11.09 02:59:05.041321 [ 271 ] {c82eccad-0651-4d15-8fc3-350397f98023} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.74 GiB.
24411 2024.11.09 02:59:05.042344 [ 271 ] {c82eccad-0651-4d15-8fc3-350397f98023} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary)
24412 2024.11.09 02:59:05.042366 [ 201 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_49_12} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24413 2024.11.09 02:59:05.042489 [ 201 ] {1ddaafe8-8dc5-4cd2-9158-6971a19e2a10::all_1_49_12} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12
24414 2024.11.09 02:59:05.042704 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
24415 2024.11.09 02:59:05.043008 [ 271 ] {c82eccad-0651-4d15-8fc3-350397f98023} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24416 2024.11.09 02:59:05.043177 [ 271 ] {c82eccad-0651-4d15-8fc3-350397f98023} <Debug> executeQuery: Read 474 rows, 34.84 KiB in 0.003859 sec., 122829.74863954392 rows/sec., 8.82 MiB/sec.
24417 2024.11.09 02:59:05.043381 [ 271 ] {c82eccad-0651-4d15-8fc3-350397f98023} <Debug> DynamicQueryHandler: Done processing query
24418 2024.11.09 02:59:05.043406 [ 271 ] {c82eccad-0651-4d15-8fc3-350397f98023} <Debug> MemoryTracker: Peak memory usage (for query): 4.47 MiB.
24419 2024.11.09 02:59:05.043421 [ 271 ] {} <Debug> HTTP-Session: bc728b77-89e2-4860-9c99-e3227a966d80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
24420 2024.11.09 02:59:05.043725 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49851, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24421 2024.11.09 02:59:05.043768 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41956, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24422 2024.11.09 02:59:05.043822 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
24423 2024.11.09 02:59:05.043844 [ 286 ] {} <Debug> HTTP-Session: 30771e9e-e400-4c53-8c91-ffcc494a6134 Authenticating user 'default' from [fd00:1122:3344:101::d]:41956
24424 2024.11.09 02:59:05.043862 [ 286 ] {} <Debug> HTTP-Session: 30771e9e-e400-4c53-8c91-ffcc494a6134 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
24425 2024.11.09 02:59:05.043876 [ 286 ] {} <Debug> HTTP-Session: 30771e9e-e400-4c53-8c91-ffcc494a6134 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
24426 2024.11.09 02:59:05.043907 [ 286 ] {} <Trace> HTTP-Session: 30771e9e-e400-4c53-8c91-ffcc494a6134 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
24427 2024.11.09 02:59:05.044005 [ 286 ] {d06ca0bf-2307-49c8-a212-09903d31e2b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41956) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
24428 2024.11.09 02:59:05.044049 [ 286 ] {d06ca0bf-2307-49c8-a212-09903d31e2b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
24429 2024.11.09 02:59:05.044185 [ 286 ] {d06ca0bf-2307-49c8-a212-09903d31e2b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
24430 2024.11.09 02:59:05.044462 [ 286 ] {d06ca0bf-2307-49c8-a212-09903d31e2b7} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24431 2024.11.09 02:59:05.044496 [ 286 ] {d06ca0bf-2307-49c8-a212-09903d31e2b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.74 GiB.
24432 2024.11.09 02:59:05.044880 [ 286 ] {d06ca0bf-2307-49c8-a212-09903d31e2b7} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
24433 2024.11.09 02:59:05.045200 [ 286 ] {d06ca0bf-2307-49c8-a212-09903d31e2b7} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24434 2024.11.09 02:59:05.045354 [ 286 ] {d06ca0bf-2307-49c8-a212-09903d31e2b7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001365 sec., 4395.604395604396 rows/sec., 229.65 KiB/sec.
24435 2024.11.09 02:59:05.045561 [ 286 ] {d06ca0bf-2307-49c8-a212-09903d31e2b7} <Debug> DynamicQueryHandler: Done processing query
24436 2024.11.09 02:59:05.045587 [ 286 ] {d06ca0bf-2307-49c8-a212-09903d31e2b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
24437 2024.11.09 02:59:05.045605 [ 286 ] {} <Debug> HTTP-Session: 30771e9e-e400-4c53-8c91-ffcc494a6134 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
24438 2024.11.09 02:59:05.045792 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41956, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24439 2024.11.09 02:59:05.045862 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47711, User-Agent: (none), Length: 45205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24440 2024.11.09 02:59:05.045913 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
24441 2024.11.09 02:59:05.045932 [ 271 ] {} <Debug> HTTP-Session: 111926a8-1052-457f-ba72-a107bf60f475 Authenticating user 'default' from [fd00:1122:3344:101::d]:47711
24442 2024.11.09 02:59:05.045948 [ 271 ] {} <Debug> HTTP-Session: 111926a8-1052-457f-ba72-a107bf60f475 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
24443 2024.11.09 02:59:05.045961 [ 271 ] {} <Debug> HTTP-Session: 111926a8-1052-457f-ba72-a107bf60f475 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
24444 2024.11.09 02:59:05.045993 [ 271 ] {} <Trace> HTTP-Session: 111926a8-1052-457f-ba72-a107bf60f475 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
24445 2024.11.09 02:59:05.046194 [ 271 ] {e970d739-6bb0-4429-b722-dbda7d3abd54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47711) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
24446 2024.11.09 02:59:05.046241 [ 271 ] {e970d739-6bb0-4429-b722-dbda7d3abd54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
24447 2024.11.09 02:59:05.046386 [ 271 ] {e970d739-6bb0-4429-b722-dbda7d3abd54} <Trace> ParallelParsingInputFormat: Parallel parsing is used
24448 2024.11.09 02:59:05.046848 [ 271 ] {e970d739-6bb0-4429-b722-dbda7d3abd54} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24449 2024.11.09 02:59:05.046883 [ 271 ] {e970d739-6bb0-4429-b722-dbda7d3abd54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.74 GiB.
24450 2024.11.09 02:59:05.047281 [ 271 ] {e970d739-6bb0-4429-b722-dbda7d3abd54} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary)
24451 2024.11.09 02:59:05.047622 [ 271 ] {e970d739-6bb0-4429-b722-dbda7d3abd54} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24452 2024.11.09 02:59:05.047777 [ 271 ] {e970d739-6bb0-4429-b722-dbda7d3abd54} <Debug> executeQuery: Read 240 rows, 16.45 KiB in 0.00169 sec., 142011.83431952662 rows/sec., 9.51 MiB/sec.
24453 2024.11.09 02:59:05.048061 [ 271 ] {e970d739-6bb0-4429-b722-dbda7d3abd54} <Debug> DynamicQueryHandler: Done processing query
24454 2024.11.09 02:59:05.048116 [ 271 ] {e970d739-6bb0-4429-b722-dbda7d3abd54} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
24455 2024.11.09 02:59:05.048170 [ 271 ] {} <Debug> HTTP-Session: 111926a8-1052-457f-ba72-a107bf60f475 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
24456 2024.11.09 02:59:05.048378 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41956, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24457 2024.11.09 02:59:05.048389 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47711, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24458 2024.11.09 02:59:05.048442 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
24459 2024.11.09 02:59:05.048469 [ 286 ] {} <Debug> HTTP-Session: 4c5a2ff4-f0e0-499d-a5c6-b781112522e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:41956
24460 2024.11.09 02:59:05.048492 [ 286 ] {} <Debug> HTTP-Session: 4c5a2ff4-f0e0-499d-a5c6-b781112522e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
24461 2024.11.09 02:59:05.048510 [ 286 ] {} <Debug> HTTP-Session: 4c5a2ff4-f0e0-499d-a5c6-b781112522e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
24462 2024.11.09 02:59:05.048550 [ 286 ] {} <Trace> HTTP-Session: 4c5a2ff4-f0e0-499d-a5c6-b781112522e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
24463 2024.11.09 02:59:05.048664 [ 286 ] {661538aa-1041-449f-b0ed-facb576e141b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41956) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
24464 2024.11.09 02:59:05.048721 [ 286 ] {661538aa-1041-449f-b0ed-facb576e141b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
24465 2024.11.09 02:59:05.048898 [ 286 ] {661538aa-1041-449f-b0ed-facb576e141b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
24466 2024.11.09 02:59:05.049224 [ 286 ] {661538aa-1041-449f-b0ed-facb576e141b} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24467 2024.11.09 02:59:05.049265 [ 286 ] {661538aa-1041-449f-b0ed-facb576e141b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.74 GiB.
24468 2024.11.09 02:59:05.049624 [ 286 ] {661538aa-1041-449f-b0ed-facb576e141b} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
24469 2024.11.09 02:59:05.049950 [ 286 ] {661538aa-1041-449f-b0ed-facb576e141b} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24470 2024.11.09 02:59:05.050113 [ 286 ] {661538aa-1041-449f-b0ed-facb576e141b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001469 sec., 680.7351940095302 rows/sec., 45.87 KiB/sec.
24471 2024.11.09 02:59:05.050350 [ 286 ] {661538aa-1041-449f-b0ed-facb576e141b} <Debug> DynamicQueryHandler: Done processing query
24472 2024.11.09 02:59:05.050374 [ 286 ] {661538aa-1041-449f-b0ed-facb576e141b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
24473 2024.11.09 02:59:05.050390 [ 286 ] {} <Debug> HTTP-Session: 4c5a2ff4-f0e0-499d-a5c6-b781112522e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
24474 2024.11.09 02:59:05.050784 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41956, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24475 2024.11.09 02:59:05.050947 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50062, User-Agent: (none), Length: 103832, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24476 2024.11.09 02:59:05.051007 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
24477 2024.11.09 02:59:05.051030 [ 271 ] {} <Debug> HTTP-Session: 889e5ad0-8b6c-4912-9480-282877795a2b Authenticating user 'default' from [fd00:1122:3344:101::d]:50062
24478 2024.11.09 02:59:05.051049 [ 271 ] {} <Debug> HTTP-Session: 889e5ad0-8b6c-4912-9480-282877795a2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
24479 2024.11.09 02:59:05.051065 [ 271 ] {} <Debug> HTTP-Session: 889e5ad0-8b6c-4912-9480-282877795a2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
24480 2024.11.09 02:59:05.051102 [ 271 ] {} <Trace> HTTP-Session: 889e5ad0-8b6c-4912-9480-282877795a2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
24481 2024.11.09 02:59:05.051689 [ 271 ] {a8ece0b1-fd62-4fa0-9b67-3615375ca416} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50062) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
24482 2024.11.09 02:59:05.051754 [ 271 ] {a8ece0b1-fd62-4fa0-9b67-3615375ca416} <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
24483 2024.11.09 02:59:05.052186 [ 271 ] {a8ece0b1-fd62-4fa0-9b67-3615375ca416} <Trace> ParallelParsingInputFormat: Parallel parsing is used
24484 2024.11.09 02:59:05.053111 [ 271 ] {a8ece0b1-fd62-4fa0-9b67-3615375ca416} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24485 2024.11.09 02:59:05.053147 [ 271 ] {a8ece0b1-fd62-4fa0-9b67-3615375ca416} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.74 GiB.
24486 2024.11.09 02:59:05.053864 [ 271 ] {a8ece0b1-fd62-4fa0-9b67-3615375ca416} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
24487 2024.11.09 02:59:05.054296 [ 271 ] {a8ece0b1-fd62-4fa0-9b67-3615375ca416} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24488 2024.11.09 02:59:05.054487 [ 26 ] {} <Debug> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
24489 2024.11.09 02:59:05.054507 [ 271 ] {a8ece0b1-fd62-4fa0-9b67-3615375ca416} <Debug> executeQuery: Read 62 rows, 113.77 KiB in 0.003251 sec., 19071.055059981543 rows/sec., 34.17 MiB/sec.
24490 2024.11.09 02:59:05.054554 [ 26 ] {} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24491 2024.11.09 02:59:05.054634 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.74 GiB.
24492 2024.11.09 02:59:05.054928 [ 189 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::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
24493 2024.11.09 02:59:05.055054 [ 271 ] {a8ece0b1-fd62-4fa0-9b67-3615375ca416} <Debug> DynamicQueryHandler: Done processing query
24494 2024.11.09 02:59:05.055097 [ 271 ] {a8ece0b1-fd62-4fa0-9b67-3615375ca416} <Debug> MemoryTracker: Peak memory usage (for query): 4.71 MiB.
24495 2024.11.09 02:59:05.055162 [ 271 ] {} <Debug> HTTP-Session: 889e5ad0-8b6c-4912-9480-282877795a2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
24496 2024.11.09 02:59:05.055464 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41956, User-Agent: (none), Length: 1451, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24497 2024.11.09 02:59:05.055479 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50062, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24498 2024.11.09 02:59:05.055630 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
24499 2024.11.09 02:59:05.055672 [ 189 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
24500 2024.11.09 02:59:05.055685 [ 286 ] {} <Debug> HTTP-Session: f7b24c4c-3b44-4fa3-8cbf-2b890307e7f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:41956
24501 2024.11.09 02:59:05.055735 [ 271 ] {} <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):
24502 
24503 (version 23.8.7.1)
24504 2024.11.09 02:59:05.055758 [ 286 ] {} <Debug> HTTP-Session: f7b24c4c-3b44-4fa3-8cbf-2b890307e7f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
24505 2024.11.09 02:59:05.055832 [ 286 ] {} <Debug> HTTP-Session: f7b24c4c-3b44-4fa3-8cbf-2b890307e7f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
24506 2024.11.09 02:59:05.055891 [ 189 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1745 rows starting from the beginning of the part
24507 2024.11.09 02:59:05.055915 [ 286 ] {} <Trace> HTTP-Session: f7b24c4c-3b44-4fa3-8cbf-2b890307e7f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
24508 2024.11.09 02:59:05.056358 [ 286 ] {47b6361d-6814-4c0f-bd74-4cf511b2c68c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41956) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
24509 2024.11.09 02:59:05.056493 [ 286 ] {47b6361d-6814-4c0f-bd74-4cf511b2c68c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
24510 2024.11.09 02:59:05.056500 [ 189 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 41 rows starting from the beginning of the part
24511 2024.11.09 02:59:05.057397 [ 286 ] {47b6361d-6814-4c0f-bd74-4cf511b2c68c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
24512 2024.11.09 02:59:05.057415 [ 189 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 41 rows starting from the beginning of the part
24513 2024.11.09 02:59:05.058001 [ 189 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 50 rows starting from the beginning of the part
24514 2024.11.09 02:59:05.058680 [ 286 ] {47b6361d-6814-4c0f-bd74-4cf511b2c68c} <Trace> oximeter.measurements_i64 (1fa4bb4f-08c2-4324-8781-8e2e17895eeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24515 2024.11.09 02:59:05.058741 [ 189 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 55 rows starting from the beginning of the part
24516 2024.11.09 02:59:05.058746 [ 286 ] {47b6361d-6814-4c0f-bd74-4cf511b2c68c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.74 GiB.
24517 2024.11.09 02:59:05.059437 [ 189 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 62 rows starting from the beginning of the part
24518 2024.11.09 02:59:05.060350 [ 286 ] {47b6361d-6814-4c0f-bd74-4cf511b2c68c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
24519 2024.11.09 02:59:05.061228 [ 286 ] {47b6361d-6814-4c0f-bd74-4cf511b2c68c} <Trace> oximeter.measurements_i64 (1fa4bb4f-08c2-4324-8781-8e2e17895eeb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24520 2024.11.09 02:59:05.061554 [ 286 ] {47b6361d-6814-4c0f-bd74-4cf511b2c68c} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.005437 sec., 1655.3246275519589 rows/sec., 116.93 KiB/sec.
24521 2024.11.09 02:59:05.061838 [ 286 ] {47b6361d-6814-4c0f-bd74-4cf511b2c68c} <Debug> DynamicQueryHandler: Done processing query
24522 2024.11.09 02:59:05.061863 [ 286 ] {47b6361d-6814-4c0f-bd74-4cf511b2c68c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
24523 2024.11.09 02:59:05.061879 [ 286 ] {} <Debug> HTTP-Session: f7b24c4c-3b44-4fa3-8cbf-2b890307e7f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
24524 2024.11.09 02:59:05.062065 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41956, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24525 2024.11.09 02:59:05.062145 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62760, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24526 2024.11.09 02:59:05.062209 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
24527 2024.11.09 02:59:05.062232 [ 271 ] {} <Debug> HTTP-Session: ad53479f-4408-41fc-bed8-f0f277de8b3e Authenticating user 'default' from [fd00:1122:3344:101::d]:62760
24528 2024.11.09 02:59:05.062252 [ 271 ] {} <Debug> HTTP-Session: ad53479f-4408-41fc-bed8-f0f277de8b3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
24529 2024.11.09 02:59:05.062270 [ 271 ] {} <Debug> HTTP-Session: ad53479f-4408-41fc-bed8-f0f277de8b3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
24530 2024.11.09 02:59:05.062314 [ 271 ] {} <Trace> HTTP-Session: ad53479f-4408-41fc-bed8-f0f277de8b3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
24531 2024.11.09 02:59:05.062447 [ 271 ] {fdef50be-90be-4733-b84b-49c6aea8a7ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62760) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
24532 2024.11.09 02:59:05.062493 [ 271 ] {fdef50be-90be-4733-b84b-49c6aea8a7ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
24533 2024.11.09 02:59:05.062644 [ 271 ] {fdef50be-90be-4733-b84b-49c6aea8a7ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used
24534 2024.11.09 02:59:05.062963 [ 271 ] {fdef50be-90be-4733-b84b-49c6aea8a7ab} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24535 2024.11.09 02:59:05.062998 [ 271 ] {fdef50be-90be-4733-b84b-49c6aea8a7ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.74 GiB.
24536 2024.11.09 02:59:05.063360 [ 271 ] {fdef50be-90be-4733-b84b-49c6aea8a7ab} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary)
24537 2024.11.09 02:59:05.063714 [ 271 ] {fdef50be-90be-4733-b84b-49c6aea8a7ab} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24538 2024.11.09 02:59:05.063869 [ 271 ] {fdef50be-90be-4733-b84b-49c6aea8a7ab} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001467 sec., 55896.387184730746 rows/sec., 3.55 MiB/sec.
24539 2024.11.09 02:59:05.064049 [ 271 ] {fdef50be-90be-4733-b84b-49c6aea8a7ab} <Debug> DynamicQueryHandler: Done processing query
24540 2024.11.09 02:59:05.064074 [ 271 ] {fdef50be-90be-4733-b84b-49c6aea8a7ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
24541 2024.11.09 02:59:05.064089 [ 271 ] {} <Debug> HTTP-Session: ad53479f-4408-41fc-bed8-f0f277de8b3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
24542 2024.11.09 02:59:05.064448 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62760, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24543 2024.11.09 02:59:05.073716 [ 192 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1994 rows, containing 19 columns (19 merged, 0 gathered) in 0.018941521 sec., 105271.37709796378 rows/sec., 188.64 MiB/sec.
24544 2024.11.09 02:59:05.075913 [ 192 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
24545 2024.11.09 02:59:05.076593 [ 192 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24546 2024.11.09 02:59:05.076685 [ 192 ] {d6f76892-013d-4e94-a9e5-8784130b69d8::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
24547 2024.11.09 02:59:05.076858 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.89 MiB.
24548 2024.11.09 02:59:05.594768 [ 224 ] {} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0]
24549 2024.11.09 02:59:05.594836 [ 224 ] {} <Debug> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0]
24550 2024.11.09 02:59:05.597043 [ 224 ] {} <Debug> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0]
24551 2024.11.09 02:59:06.000230 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 197.07 MiB, peak 214.89 MiB, free memory in arenas 0.00 B, will set to 199.34 MiB (RSS), difference: 2.27 MiB
24552 2024.11.09 02:59:07.877758 [ 220 ] {} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0]
24553 2024.11.09 02:59:07.877845 [ 220 ] {} <Debug> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0]
24554 2024.11.09 02:59:07.880111 [ 220 ] {} <Debug> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0]
24555 2024.11.09 02:59:10.011585 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36244, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24556 2024.11.09 02:59:10.011784 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
24557 2024.11.09 02:59:10.011830 [ 286 ] {} <Debug> HTTP-Session: fac3e292-275c-4cab-a774-bbbecad516ac Authenticating user 'default' from [fd00:1122:3344:101::d]:36244
24558 2024.11.09 02:59:10.011873 [ 286 ] {} <Debug> HTTP-Session: fac3e292-275c-4cab-a774-bbbecad516ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
24559 2024.11.09 02:59:10.011901 [ 286 ] {} <Debug> HTTP-Session: fac3e292-275c-4cab-a774-bbbecad516ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
24560 2024.11.09 02:59:10.011984 [ 286 ] {} <Trace> HTTP-Session: fac3e292-275c-4cab-a774-bbbecad516ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
24561 2024.11.09 02:59:10.012276 [ 286 ] {f9a9d943-d540-4a15-8462-9a2963574497} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36244) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
24562 2024.11.09 02:59:10.012388 [ 286 ] {f9a9d943-d540-4a15-8462-9a2963574497} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
24563 2024.11.09 02:59:10.012790 [ 286 ] {f9a9d943-d540-4a15-8462-9a2963574497} <Trace> ParallelParsingInputFormat: Parallel parsing is used
24564 2024.11.09 02:59:10.013260 [ 286 ] {f9a9d943-d540-4a15-8462-9a2963574497} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24565 2024.11.09 02:59:10.013301 [ 286 ] {f9a9d943-d540-4a15-8462-9a2963574497} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.74 GiB.
24566 2024.11.09 02:59:10.013715 [ 286 ] {f9a9d943-d540-4a15-8462-9a2963574497} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
24567 2024.11.09 02:59:10.014111 [ 286 ] {f9a9d943-d540-4a15-8462-9a2963574497} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24568 2024.11.09 02:59:10.014286 [ 286 ] {f9a9d943-d540-4a15-8462-9a2963574497} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.002099 sec., 3811.338732729871 rows/sec., 310.79 KiB/sec.
24569 2024.11.09 02:59:10.014508 [ 286 ] {f9a9d943-d540-4a15-8462-9a2963574497} <Debug> DynamicQueryHandler: Done processing query
24570 2024.11.09 02:59:10.014534 [ 286 ] {f9a9d943-d540-4a15-8462-9a2963574497} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
24571 2024.11.09 02:59:10.014550 [ 286 ] {} <Debug> HTTP-Session: fac3e292-275c-4cab-a774-bbbecad516ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
24572 2024.11.09 02:59:10.014842 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36244, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24573 2024.11.09 02:59:10.014956 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59680, User-Agent: (none), Length: 8380, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24574 2024.11.09 02:59:10.015023 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
24575 2024.11.09 02:59:10.015048 [ 271 ] {} <Debug> HTTP-Session: 03f6f82c-bd10-48aa-a233-2c7dc330f2c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:59680
24576 2024.11.09 02:59:10.015070 [ 271 ] {} <Debug> HTTP-Session: 03f6f82c-bd10-48aa-a233-2c7dc330f2c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
24577 2024.11.09 02:59:10.015088 [ 271 ] {} <Debug> HTTP-Session: 03f6f82c-bd10-48aa-a233-2c7dc330f2c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
24578 2024.11.09 02:59:10.015130 [ 271 ] {} <Trace> HTTP-Session: 03f6f82c-bd10-48aa-a233-2c7dc330f2c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
24579 2024.11.09 02:59:10.015281 [ 271 ] {9c8658a7-8d49-42b6-b355-00cc5d0ce220} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59680) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
24580 2024.11.09 02:59:10.015335 [ 271 ] {9c8658a7-8d49-42b6-b355-00cc5d0ce220} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
24581 2024.11.09 02:59:10.015597 [ 271 ] {9c8658a7-8d49-42b6-b355-00cc5d0ce220} <Trace> ParallelParsingInputFormat: Parallel parsing is used
24582 2024.11.09 02:59:10.015996 [ 271 ] {9c8658a7-8d49-42b6-b355-00cc5d0ce220} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24583 2024.11.09 02:59:10.016033 [ 271 ] {9c8658a7-8d49-42b6-b355-00cc5d0ce220} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.74 GiB.
24584 2024.11.09 02:59:10.016401 [ 271 ] {9c8658a7-8d49-42b6-b355-00cc5d0ce220} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary)
24585 2024.11.09 02:59:10.016771 [ 271 ] {9c8658a7-8d49-42b6-b355-00cc5d0ce220} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24586 2024.11.09 02:59:10.017002 [ 271 ] {9c8658a7-8d49-42b6-b355-00cc5d0ce220} <Debug> executeQuery: Read 60 rows, 4.70 KiB in 0.001772 sec., 33860.045146726865 rows/sec., 2.59 MiB/sec.
24587 2024.11.09 02:59:10.017186 [ 271 ] {9c8658a7-8d49-42b6-b355-00cc5d0ce220} <Debug> DynamicQueryHandler: Done processing query
24588 2024.11.09 02:59:10.017211 [ 271 ] {9c8658a7-8d49-42b6-b355-00cc5d0ce220} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
24589 2024.11.09 02:59:10.017226 [ 271 ] {} <Debug> HTTP-Session: 03f6f82c-bd10-48aa-a233-2c7dc330f2c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
24590 2024.11.09 02:59:10.017395 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36244, User-Agent: (none), Length: 1168, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24591 2024.11.09 02:59:10.017411 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59680, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24592 2024.11.09 02:59:10.017458 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
24593 2024.11.09 02:59:10.017486 [ 286 ] {} <Debug> HTTP-Session: a0d3f0e4-762e-4bd3-b756-cf94dfbacf46 Authenticating user 'default' from [fd00:1122:3344:101::d]:36244
24594 2024.11.09 02:59:10.017507 [ 286 ] {} <Debug> HTTP-Session: a0d3f0e4-762e-4bd3-b756-cf94dfbacf46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
24595 2024.11.09 02:59:10.017635 [ 286 ] {} <Debug> HTTP-Session: a0d3f0e4-762e-4bd3-b756-cf94dfbacf46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
24596 2024.11.09 02:59:10.017676 [ 286 ] {} <Trace> HTTP-Session: a0d3f0e4-762e-4bd3-b756-cf94dfbacf46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
24597 2024.11.09 02:59:10.017794 [ 286 ] {4bdf68c8-1ed7-47da-b65f-62685f1d5b25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36244) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
24598 2024.11.09 02:59:10.017847 [ 286 ] {4bdf68c8-1ed7-47da-b65f-62685f1d5b25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
24599 2024.11.09 02:59:10.018125 [ 286 ] {4bdf68c8-1ed7-47da-b65f-62685f1d5b25} <Trace> ParallelParsingInputFormat: Parallel parsing is used
24600 2024.11.09 02:59:10.018487 [ 286 ] {4bdf68c8-1ed7-47da-b65f-62685f1d5b25} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24601 2024.11.09 02:59:10.018523 [ 286 ] {4bdf68c8-1ed7-47da-b65f-62685f1d5b25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.74 GiB.
24602 2024.11.09 02:59:10.018873 [ 286 ] {4bdf68c8-1ed7-47da-b65f-62685f1d5b25} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
24603 2024.11.09 02:59:10.019236 [ 286 ] {4bdf68c8-1ed7-47da-b65f-62685f1d5b25} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24604 2024.11.09 02:59:10.019396 [ 286 ] {4bdf68c8-1ed7-47da-b65f-62685f1d5b25} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.001628 sec., 4914.004914004914 rows/sec., 343.12 KiB/sec.
24605 2024.11.09 02:59:10.019575 [ 286 ] {4bdf68c8-1ed7-47da-b65f-62685f1d5b25} <Debug> DynamicQueryHandler: Done processing query
24606 2024.11.09 02:59:10.019599 [ 286 ] {4bdf68c8-1ed7-47da-b65f-62685f1d5b25} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
24607 2024.11.09 02:59:10.019615 [ 286 ] {} <Debug> HTTP-Session: a0d3f0e4-762e-4bd3-b756-cf94dfbacf46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
24608 2024.11.09 02:59:10.019774 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36244, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24609 2024.11.09 02:59:10.019861 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43446, User-Agent: (none), Length: 12262, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24610 2024.11.09 02:59:10.019920 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
24611 2024.11.09 02:59:10.019943 [ 271 ] {} <Debug> HTTP-Session: 534da263-257e-4a16-a067-d1afdefd21af Authenticating user 'default' from [fd00:1122:3344:101::d]:43446
24612 2024.11.09 02:59:10.019965 [ 271 ] {} <Debug> HTTP-Session: 534da263-257e-4a16-a067-d1afdefd21af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
24613 2024.11.09 02:59:10.019981 [ 271 ] {} <Debug> HTTP-Session: 534da263-257e-4a16-a067-d1afdefd21af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
24614 2024.11.09 02:59:10.020019 [ 271 ] {} <Trace> HTTP-Session: 534da263-257e-4a16-a067-d1afdefd21af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
24615 2024.11.09 02:59:10.020165 [ 271 ] {28d1418a-d184-4024-ad33-661f469d57ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
24616 2024.11.09 02:59:10.020217 [ 271 ] {28d1418a-d184-4024-ad33-661f469d57ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
24617 2024.11.09 02:59:10.020496 [ 271 ] {28d1418a-d184-4024-ad33-661f469d57ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used
24618 2024.11.09 02:59:10.020872 [ 271 ] {28d1418a-d184-4024-ad33-661f469d57ff} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24619 2024.11.09 02:59:10.020909 [ 271 ] {28d1418a-d184-4024-ad33-661f469d57ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.74 GiB.
24620 2024.11.09 02:59:10.021279 [ 271 ] {28d1418a-d184-4024-ad33-661f469d57ff} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary)
24621 2024.11.09 02:59:10.021641 [ 271 ] {28d1418a-d184-4024-ad33-661f469d57ff} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24622 2024.11.09 02:59:10.021796 [ 271 ] {28d1418a-d184-4024-ad33-661f469d57ff} <Debug> executeQuery: Read 72 rows, 5.77 KiB in 0.001671 sec., 43087.97127468582 rows/sec., 3.37 MiB/sec.
24623 2024.11.09 02:59:10.021975 [ 271 ] {28d1418a-d184-4024-ad33-661f469d57ff} <Debug> DynamicQueryHandler: Done processing query
24624 2024.11.09 02:59:10.022000 [ 271 ] {28d1418a-d184-4024-ad33-661f469d57ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
24625 2024.11.09 02:59:10.022015 [ 271 ] {} <Debug> HTTP-Session: 534da263-257e-4a16-a067-d1afdefd21af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
24626 2024.11.09 02:59:10.022189 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43446, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24627 2024.11.09 02:59:10.022229 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36244, User-Agent: (none), Length: 31418, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24628 2024.11.09 02:59:10.022291 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
24629 2024.11.09 02:59:10.022318 [ 286 ] {} <Debug> HTTP-Session: 1cb479f3-65d2-4cb4-89ad-bed73f9c7ee1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36244
24630 2024.11.09 02:59:10.022340 [ 286 ] {} <Debug> HTTP-Session: 1cb479f3-65d2-4cb4-89ad-bed73f9c7ee1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
24631 2024.11.09 02:59:10.022358 [ 286 ] {} <Debug> HTTP-Session: 1cb479f3-65d2-4cb4-89ad-bed73f9c7ee1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
24632 2024.11.09 02:59:10.022396 [ 286 ] {} <Trace> HTTP-Session: 1cb479f3-65d2-4cb4-89ad-bed73f9c7ee1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
24633 2024.11.09 02:59:10.022583 [ 286 ] {6577ae87-9115-4da6-ad6d-7cb90be9c567} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36244) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
24634 2024.11.09 02:59:10.022639 [ 286 ] {6577ae87-9115-4da6-ad6d-7cb90be9c567} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
24635 2024.11.09 02:59:10.022817 [ 286 ] {6577ae87-9115-4da6-ad6d-7cb90be9c567} <Trace> ParallelParsingInputFormat: Parallel parsing is used
24636 2024.11.09 02:59:10.023285 [ 286 ] {6577ae87-9115-4da6-ad6d-7cb90be9c567} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24637 2024.11.09 02:59:10.023328 [ 286 ] {6577ae87-9115-4da6-ad6d-7cb90be9c567} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.74 GiB.
24638 2024.11.09 02:59:10.023751 [ 286 ] {6577ae87-9115-4da6-ad6d-7cb90be9c567} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary)
24639 2024.11.09 02:59:10.024124 [ 286 ] {6577ae87-9115-4da6-ad6d-7cb90be9c567} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24640 2024.11.09 02:59:10.024274 [ 286 ] {6577ae87-9115-4da6-ad6d-7cb90be9c567} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.00178 sec., 92134.83146067416 rows/sec., 6.41 MiB/sec.
24641 2024.11.09 02:59:10.024441 [ 286 ] {6577ae87-9115-4da6-ad6d-7cb90be9c567} <Debug> DynamicQueryHandler: Done processing query
24642 2024.11.09 02:59:10.024465 [ 286 ] {6577ae87-9115-4da6-ad6d-7cb90be9c567} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
24643 2024.11.09 02:59:10.024481 [ 286 ] {} <Debug> HTTP-Session: 1cb479f3-65d2-4cb4-89ad-bed73f9c7ee1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
24644 2024.11.09 02:59:10.024679 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36244, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24645 2024.11.09 02:59:10.024753 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36746, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24646 2024.11.09 02:59:10.024804 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
24647 2024.11.09 02:59:10.024823 [ 271 ] {} <Debug> HTTP-Session: 331c97c9-b053-4095-870a-e3c7f26062e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:36746
24648 2024.11.09 02:59:10.024839 [ 271 ] {} <Debug> HTTP-Session: 331c97c9-b053-4095-870a-e3c7f26062e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
24649 2024.11.09 02:59:10.024853 [ 271 ] {} <Debug> HTTP-Session: 331c97c9-b053-4095-870a-e3c7f26062e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
24650 2024.11.09 02:59:10.024885 [ 271 ] {} <Trace> HTTP-Session: 331c97c9-b053-4095-870a-e3c7f26062e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
24651 2024.11.09 02:59:10.025001 [ 271 ] {a112c844-3c36-434a-bc6e-96819013c451} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36746) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
24652 2024.11.09 02:59:10.025046 [ 271 ] {a112c844-3c36-434a-bc6e-96819013c451} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
24653 2024.11.09 02:59:10.025173 [ 271 ] {a112c844-3c36-434a-bc6e-96819013c451} <Trace> ParallelParsingInputFormat: Parallel parsing is used
24654 2024.11.09 02:59:10.025474 [ 271 ] {a112c844-3c36-434a-bc6e-96819013c451} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24655 2024.11.09 02:59:10.025509 [ 271 ] {a112c844-3c36-434a-bc6e-96819013c451} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.74 GiB.
24656 2024.11.09 02:59:10.025872 [ 271 ] {a112c844-3c36-434a-bc6e-96819013c451} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary)
24657 2024.11.09 02:59:10.026228 [ 271 ] {a112c844-3c36-434a-bc6e-96819013c451} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24658 2024.11.09 02:59:10.026394 [ 271 ] {a112c844-3c36-434a-bc6e-96819013c451} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001419 sec., 42283.29809725159 rows/sec., 2.85 MiB/sec.
24659 2024.11.09 02:59:10.026595 [ 271 ] {a112c844-3c36-434a-bc6e-96819013c451} <Debug> DynamicQueryHandler: Done processing query
24660 2024.11.09 02:59:10.026638 [ 271 ] {a112c844-3c36-434a-bc6e-96819013c451} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
24661 2024.11.09 02:59:10.026669 [ 271 ] {} <Debug> HTTP-Session: 331c97c9-b053-4095-870a-e3c7f26062e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
24662 2024.11.09 02:59:10.027340 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36746, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24663 2024.11.09 02:59:11.970402 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2170
24664 2024.11.09 02:59:11.974150 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24665 2024.11.09 02:59:11.974211 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.74 GiB.
24666 2024.11.09 02:59:11.975852 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
24667 2024.11.09 02:59:11.976937 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24668 2024.11.09 02:59:11.977526 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2170
24669 2024.11.09 02:59:15.011766 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36244, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24670 2024.11.09 02:59:15.011962 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
24671 2024.11.09 02:59:15.012006 [ 286 ] {} <Debug> HTTP-Session: 30a4cfb8-48ad-40f7-9c3b-26f8310513fb Authenticating user 'default' from [fd00:1122:3344:101::d]:36244
24672 2024.11.09 02:59:15.012049 [ 286 ] {} <Debug> HTTP-Session: 30a4cfb8-48ad-40f7-9c3b-26f8310513fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
24673 2024.11.09 02:59:15.012078 [ 286 ] {} <Debug> HTTP-Session: 30a4cfb8-48ad-40f7-9c3b-26f8310513fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
24674 2024.11.09 02:59:15.012160 [ 286 ] {} <Trace> HTTP-Session: 30a4cfb8-48ad-40f7-9c3b-26f8310513fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
24675 2024.11.09 02:59:15.012474 [ 286 ] {3fa90f67-f2fb-4f99-b133-17421f6a0264} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36244) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
24676 2024.11.09 02:59:15.012586 [ 286 ] {3fa90f67-f2fb-4f99-b133-17421f6a0264} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
24677 2024.11.09 02:59:15.012994 [ 286 ] {3fa90f67-f2fb-4f99-b133-17421f6a0264} <Trace> ParallelParsingInputFormat: Parallel parsing is used
24678 2024.11.09 02:59:15.013469 [ 286 ] {3fa90f67-f2fb-4f99-b133-17421f6a0264} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24679 2024.11.09 02:59:15.013513 [ 286 ] {3fa90f67-f2fb-4f99-b133-17421f6a0264} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
24680 2024.11.09 02:59:15.013945 [ 286 ] {3fa90f67-f2fb-4f99-b133-17421f6a0264} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary)
24681 2024.11.09 02:59:15.014341 [ 286 ] {3fa90f67-f2fb-4f99-b133-17421f6a0264} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24682 2024.11.09 02:59:15.014526 [ 286 ] {3fa90f67-f2fb-4f99-b133-17421f6a0264} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002159 sec., 25937.934228809634 rows/sec., 1.99 MiB/sec.
24683 2024.11.09 02:59:15.014864 [ 286 ] {3fa90f67-f2fb-4f99-b133-17421f6a0264} <Debug> DynamicQueryHandler: Done processing query
24684 2024.11.09 02:59:15.014914 [ 286 ] {3fa90f67-f2fb-4f99-b133-17421f6a0264} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
24685 2024.11.09 02:59:15.014977 [ 286 ] {} <Debug> HTTP-Session: 30a4cfb8-48ad-40f7-9c3b-26f8310513fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
24686 2024.11.09 02:59:15.015374 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36244, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24687 2024.11.09 02:59:15.015500 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53541, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24688 2024.11.09 02:59:15.015575 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
24689 2024.11.09 02:59:15.015601 [ 271 ] {} <Debug> HTTP-Session: 2ffe2e32-a565-4a3e-bc79-5cd6831f265a Authenticating user 'default' from [fd00:1122:3344:101::d]:53541
24690 2024.11.09 02:59:15.015625 [ 271 ] {} <Debug> HTTP-Session: 2ffe2e32-a565-4a3e-bc79-5cd6831f265a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
24691 2024.11.09 02:59:15.015642 [ 271 ] {} <Debug> HTTP-Session: 2ffe2e32-a565-4a3e-bc79-5cd6831f265a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
24692 2024.11.09 02:59:15.015692 [ 271 ] {} <Trace> HTTP-Session: 2ffe2e32-a565-4a3e-bc79-5cd6831f265a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
24693 2024.11.09 02:59:15.015858 [ 271 ] {475650ea-78b8-4cb5-ace8-cd421f877ccc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53541) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
24694 2024.11.09 02:59:15.015916 [ 271 ] {475650ea-78b8-4cb5-ace8-cd421f877ccc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
24695 2024.11.09 02:59:15.016229 [ 271 ] {475650ea-78b8-4cb5-ace8-cd421f877ccc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
24696 2024.11.09 02:59:15.016670 [ 271 ] {475650ea-78b8-4cb5-ace8-cd421f877ccc} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24697 2024.11.09 02:59:15.016711 [ 271 ] {475650ea-78b8-4cb5-ace8-cd421f877ccc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
24698 2024.11.09 02:59:15.017092 [ 271 ] {475650ea-78b8-4cb5-ace8-cd421f877ccc} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary)
24699 2024.11.09 02:59:15.017459 [ 271 ] {475650ea-78b8-4cb5-ace8-cd421f877ccc} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24700 2024.11.09 02:59:15.017617 [ 271 ] {475650ea-78b8-4cb5-ace8-cd421f877ccc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001819 sec., 35184.16712479384 rows/sec., 2.75 MiB/sec.
24701 2024.11.09 02:59:15.017807 [ 271 ] {475650ea-78b8-4cb5-ace8-cd421f877ccc} <Debug> DynamicQueryHandler: Done processing query
24702 2024.11.09 02:59:15.017832 [ 271 ] {475650ea-78b8-4cb5-ace8-cd421f877ccc} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
24703 2024.11.09 02:59:15.017849 [ 271 ] {} <Debug> HTTP-Session: 2ffe2e32-a565-4a3e-bc79-5cd6831f265a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
24704 2024.11.09 02:59:15.018067 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53541, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24705 2024.11.09 02:59:15.018191 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63859, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24706 2024.11.09 02:59:15.018255 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
24707 2024.11.09 02:59:15.018277 [ 286 ] {} <Debug> HTTP-Session: 74a2276a-e9ee-4418-8b7a-e8b690892b10 Authenticating user 'default' from [fd00:1122:3344:101::d]:63859
24708 2024.11.09 02:59:15.018298 [ 286 ] {} <Debug> HTTP-Session: 74a2276a-e9ee-4418-8b7a-e8b690892b10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
24709 2024.11.09 02:59:15.018315 [ 286 ] {} <Debug> HTTP-Session: 74a2276a-e9ee-4418-8b7a-e8b690892b10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
24710 2024.11.09 02:59:15.018353 [ 286 ] {} <Trace> HTTP-Session: 74a2276a-e9ee-4418-8b7a-e8b690892b10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
24711 2024.11.09 02:59:15.018536 [ 286 ] {b7a6f2d0-d575-485f-8509-ede8d527f668} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
24712 2024.11.09 02:59:15.018593 [ 286 ] {b7a6f2d0-d575-485f-8509-ede8d527f668} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
24713 2024.11.09 02:59:15.018762 [ 286 ] {b7a6f2d0-d575-485f-8509-ede8d527f668} <Trace> ParallelParsingInputFormat: Parallel parsing is used
24714 2024.11.09 02:59:15.019158 [ 286 ] {b7a6f2d0-d575-485f-8509-ede8d527f668} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24715 2024.11.09 02:59:15.019193 [ 286 ] {b7a6f2d0-d575-485f-8509-ede8d527f668} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
24716 2024.11.09 02:59:15.019584 [ 286 ] {b7a6f2d0-d575-485f-8509-ede8d527f668} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary)
24717 2024.11.09 02:59:15.019931 [ 286 ] {b7a6f2d0-d575-485f-8509-ede8d527f668} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24718 2024.11.09 02:59:15.020103 [ 286 ] {b7a6f2d0-d575-485f-8509-ede8d527f668} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001638 sec., 97680.09768009768 rows/sec., 6.80 MiB/sec.
24719 2024.11.09 02:59:15.020289 [ 286 ] {b7a6f2d0-d575-485f-8509-ede8d527f668} <Debug> DynamicQueryHandler: Done processing query
24720 2024.11.09 02:59:15.020313 [ 286 ] {b7a6f2d0-d575-485f-8509-ede8d527f668} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
24721 2024.11.09 02:59:15.020329 [ 286 ] {} <Debug> HTTP-Session: 74a2276a-e9ee-4418-8b7a-e8b690892b10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
24722 2024.11.09 02:59:15.020514 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53541, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24723 2024.11.09 02:59:15.020533 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63859, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24724 2024.11.09 02:59:15.020578 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
24725 2024.11.09 02:59:15.020606 [ 271 ] {} <Debug> HTTP-Session: 027f4571-f549-47e3-867d-59e3aeeb2fa7 Authenticating user 'default' from [fd00:1122:3344:101::d]:53541
24726 2024.11.09 02:59:15.020629 [ 271 ] {} <Debug> HTTP-Session: 027f4571-f549-47e3-867d-59e3aeeb2fa7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
24727 2024.11.09 02:59:15.020650 [ 271 ] {} <Debug> HTTP-Session: 027f4571-f549-47e3-867d-59e3aeeb2fa7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
24728 2024.11.09 02:59:15.020693 [ 271 ] {} <Trace> HTTP-Session: 027f4571-f549-47e3-867d-59e3aeeb2fa7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
24729 2024.11.09 02:59:15.020832 [ 271 ] {28b45752-a3f7-4d74-9de2-54e30dbc385d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53541) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
24730 2024.11.09 02:59:15.020886 [ 271 ] {28b45752-a3f7-4d74-9de2-54e30dbc385d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
24731 2024.11.09 02:59:15.021048 [ 271 ] {28b45752-a3f7-4d74-9de2-54e30dbc385d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
24732 2024.11.09 02:59:15.021410 [ 271 ] {28b45752-a3f7-4d74-9de2-54e30dbc385d} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24733 2024.11.09 02:59:15.021455 [ 271 ] {28b45752-a3f7-4d74-9de2-54e30dbc385d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
24734 2024.11.09 02:59:15.021856 [ 271 ] {28b45752-a3f7-4d74-9de2-54e30dbc385d} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary)
24735 2024.11.09 02:59:15.022188 [ 271 ] {28b45752-a3f7-4d74-9de2-54e30dbc385d} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24736 2024.11.09 02:59:15.022345 [ 271 ] {28b45752-a3f7-4d74-9de2-54e30dbc385d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001563 sec., 38387.715930902115 rows/sec., 2.59 MiB/sec.
24737 2024.11.09 02:59:15.022571 [ 271 ] {28b45752-a3f7-4d74-9de2-54e30dbc385d} <Debug> DynamicQueryHandler: Done processing query
24738 2024.11.09 02:59:15.022623 [ 271 ] {28b45752-a3f7-4d74-9de2-54e30dbc385d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
24739 2024.11.09 02:59:15.022679 [ 271 ] {} <Debug> HTTP-Session: 027f4571-f549-47e3-867d-59e3aeeb2fa7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
24740 2024.11.09 02:59:15.023007 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53541, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24741 2024.11.09 02:59:16.426419 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache
24742 2024.11.09 02:59:16.426477 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache
24743 2024.11.09 02:59:16.435173 [ 112 ] {} <Debug> oximeter.measurements_i64 (1fa4bb4f-08c2-4324-8781-8e2e17895eeb) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
24744 2024.11.09 02:59:16.435231 [ 112 ] {} <Trace> oximeter.measurements_i64 (1fa4bb4f-08c2-4324-8781-8e2e17895eeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24745 2024.11.09 02:59:16.435269 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
24746 2024.11.09 02:59:16.435514 [ 188 ] {1fa4bb4f-08c2-4324-8781-8e2e17895eeb::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
24747 2024.11.09 02:59:16.435709 [ 188 ] {1fa4bb4f-08c2-4324-8781-8e2e17895eeb::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
24748 2024.11.09 02:59:16.435749 [ 188 ] {1fa4bb4f-08c2-4324-8781-8e2e17895eeb::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part
24749 2024.11.09 02:59:16.435831 [ 188 ] {1fa4bb4f-08c2-4324-8781-8e2e17895eeb::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 15 rows starting from the beginning of the part
24750 2024.11.09 02:59:16.435929 [ 188 ] {1fa4bb4f-08c2-4324-8781-8e2e17895eeb::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 9 rows starting from the beginning of the part
24751 2024.11.09 02:59:16.436162 [ 188 ] {1fa4bb4f-08c2-4324-8781-8e2e17895eeb::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
24752 2024.11.09 02:59:16.436350 [ 188 ] {1fa4bb4f-08c2-4324-8781-8e2e17895eeb::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 9 rows starting from the beginning of the part
24753 2024.11.09 02:59:16.437663 [ 192 ] {1fa4bb4f-08c2-4324-8781-8e2e17895eeb::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.002301628 sec., 22158.228871042582 rows/sec., 1.58 MiB/sec.
24754 2024.11.09 02:59:16.437858 [ 198 ] {1fa4bb4f-08c2-4324-8781-8e2e17895eeb::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
24755 2024.11.09 02:59:16.438329 [ 198 ] {1fa4bb4f-08c2-4324-8781-8e2e17895eeb::all_1_5_1} <Trace> oximeter.measurements_i64 (1fa4bb4f-08c2-4324-8781-8e2e17895eeb): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24756 2024.11.09 02:59:16.438418 [ 198 ] {1fa4bb4f-08c2-4324-8781-8e2e17895eeb::all_1_5_1} <Trace> oximeter.measurements_i64 (1fa4bb4f-08c2-4324-8781-8e2e17895eeb) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
24757 2024.11.09 02:59:16.438521 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
24758 2024.11.09 02:59:17.902814 [ 145 ] {} <Debug> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0
24759 2024.11.09 02:59:17.902926 [ 145 ] {} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24760 2024.11.09 02:59:17.902966 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
24761 2024.11.09 02:59:17.903256 [ 188 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full
24762 2024.11.09 02:59:17.903603 [ 188 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
24763 2024.11.09 02:59:17.903668 [ 188 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 242 rows starting from the beginning of the part
24764 2024.11.09 02:59:17.903899 [ 188 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part
24765 2024.11.09 02:59:17.904058 [ 188 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part
24766 2024.11.09 02:59:17.904199 [ 188 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part
24767 2024.11.09 02:59:17.904489 [ 188 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part
24768 2024.11.09 02:59:17.905771 [ 191 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002707516 sec., 110063.98484810432 rows/sec., 7.49 MiB/sec.
24769 2024.11.09 02:59:17.905938 [ 196 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary)
24770 2024.11.09 02:59:17.906378 [ 196 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_49_12} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24771 2024.11.09 02:59:17.906458 [ 196 ] {21175b47-2269-4f96-aca3-e075f3bc6a0e::all_1_49_12} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12
24772 2024.11.09 02:59:17.906539 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
24773 2024.11.09 02:59:18.504892 [ 145 ] {} <Debug> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0
24774 2024.11.09 02:59:18.504994 [ 145 ] {} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24775 2024.11.09 02:59:18.505049 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
24776 2024.11.09 02:59:18.505275 [ 225 ] {} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0]
24777 2024.11.09 02:59:18.505302 [ 192 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full
24778 2024.11.09 02:59:18.505364 [ 225 ] {} <Debug> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0]
24779 2024.11.09 02:59:18.505859 [ 192 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
24780 2024.11.09 02:59:18.505959 [ 192 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 45 rows starting from the beginning of the part
24781 2024.11.09 02:59:18.506111 [ 192 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1 rows starting from the beginning of the part
24782 2024.11.09 02:59:18.506512 [ 192 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1 rows starting from the beginning of the part
24783 2024.11.09 02:59:18.506827 [ 192 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1 rows starting from the beginning of the part
24784 2024.11.09 02:59:18.507101 [ 192 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1 rows starting from the beginning of the part
24785 2024.11.09 02:59:18.509517 [ 191 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 49 rows, containing 4 columns (4 merged, 0 gathered) in 0.004374441 sec., 11201.43122286939 rows/sec., 754.78 KiB/sec.
24786 2024.11.09 02:59:18.509711 [ 187 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary)
24787 2024.11.09 02:59:18.510279 [ 225 ] {} <Debug> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0]
24788 2024.11.09 02:59:18.510286 [ 193 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_49_12} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24789 2024.11.09 02:59:18.510489 [ 193 ] {88a23b06-e353-416c-8860-9499dcb823f7::all_1_49_12} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12
24790 2024.11.09 02:59:18.510660 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
24791 2024.11.09 02:59:18.975114 [ 145 ] {} <Debug> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0
24792 2024.11.09 02:59:18.975230 [ 145 ] {} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24793 2024.11.09 02:59:18.975263 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
24794 2024.11.09 02:59:18.975398 [ 224 ] {} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0]
24795 2024.11.09 02:59:18.975451 [ 224 ] {} <Debug> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0]
24796 2024.11.09 02:59:18.975471 [ 187 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full
24797 2024.11.09 02:59:18.975816 [ 187 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
24798 2024.11.09 02:59:18.975856 [ 187 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 270 rows starting from the beginning of the part
24799 2024.11.09 02:59:18.975966 [ 187 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part
24800 2024.11.09 02:59:18.976332 [ 187 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part
24801 2024.11.09 02:59:18.976639 [ 187 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 6 rows starting from the beginning of the part
24802 2024.11.09 02:59:18.976953 [ 187 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part
24803 2024.11.09 02:59:18.979228 [ 187 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 294 rows, containing 4 columns (4 merged, 0 gathered) in 0.00388221 sec., 75730.06097042664 rows/sec., 3.86 MiB/sec.
24804 2024.11.09 02:59:18.979411 [ 191 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary)
24805 2024.11.09 02:59:18.979760 [ 224 ] {} <Debug> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0]
24806 2024.11.09 02:59:18.980372 [ 191 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_49_12} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24807 2024.11.09 02:59:18.980470 [ 191 ] {a9759629-92a1-4f20-8a19-cdcc02c88b9f::all_1_49_12} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12
24808 2024.11.09 02:59:18.980556 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
24809 2024.11.09 02:59:18.999239 [ 218 ] {} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0]
24810 2024.11.09 02:59:18.999301 [ 218 ] {} <Debug> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0]
24811 2024.11.09 02:59:19.001189 [ 218 ] {} <Debug> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0]
24812 2024.11.09 02:59:20.019964 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53328, User-Agent: (none), Length: 47641, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24813 2024.11.09 02:59:20.020127 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
24814 2024.11.09 02:59:20.020173 [ 271 ] {} <Debug> HTTP-Session: 710692b6-838e-4007-ac84-b066ae599314 Authenticating user 'default' from [fd00:1122:3344:101::d]:53328
24815 2024.11.09 02:59:20.020214 [ 271 ] {} <Debug> HTTP-Session: 710692b6-838e-4007-ac84-b066ae599314 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
24816 2024.11.09 02:59:20.020242 [ 271 ] {} <Debug> HTTP-Session: 710692b6-838e-4007-ac84-b066ae599314 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
24817 2024.11.09 02:59:20.020324 [ 271 ] {} <Trace> HTTP-Session: 710692b6-838e-4007-ac84-b066ae599314 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
24818 2024.11.09 02:59:20.020772 [ 271 ] {15d6fd9c-9567-4a02-ab64-37a088695ab1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53328) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
24819 2024.11.09 02:59:20.020885 [ 271 ] {15d6fd9c-9567-4a02-ab64-37a088695ab1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
24820 2024.11.09 02:59:20.021244 [ 271 ] {15d6fd9c-9567-4a02-ab64-37a088695ab1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
24821 2024.11.09 02:59:20.021888 [ 271 ] {15d6fd9c-9567-4a02-ab64-37a088695ab1} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24822 2024.11.09 02:59:20.021929 [ 271 ] {15d6fd9c-9567-4a02-ab64-37a088695ab1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
24823 2024.11.09 02:59:20.022391 [ 271 ] {15d6fd9c-9567-4a02-ab64-37a088695ab1} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary)
24824 2024.11.09 02:59:20.022797 [ 271 ] {15d6fd9c-9567-4a02-ab64-37a088695ab1} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24825 2024.11.09 02:59:20.022970 [ 271 ] {15d6fd9c-9567-4a02-ab64-37a088695ab1} <Debug> executeQuery: Read 313 rows, 28.64 KiB in 0.002421 sec., 129285.41924824452 rows/sec., 11.55 MiB/sec.
24826 2024.11.09 02:59:20.023010 [ 70 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0
24827 2024.11.09 02:59:20.023153 [ 70 ] {} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24828 2024.11.09 02:59:20.023210 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
24829 2024.11.09 02:59:20.023306 [ 271 ] {15d6fd9c-9567-4a02-ab64-37a088695ab1} <Debug> DynamicQueryHandler: Done processing query
24830 2024.11.09 02:59:20.023358 [ 271 ] {15d6fd9c-9567-4a02-ab64-37a088695ab1} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB.
24831 2024.11.09 02:59:20.023383 [ 271 ] {} <Debug> HTTP-Session: 710692b6-838e-4007-ac84-b066ae599314 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
24832 2024.11.09 02:59:20.023406 [ 186 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full
24833 2024.11.09 02:59:20.023554 [ 186 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
24834 2024.11.09 02:59:20.023593 [ 186 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 1454 rows starting from the beginning of the part
24835 2024.11.09 02:59:20.023675 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53328, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24836 2024.11.09 02:59:20.023878 [ 186 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 56 rows starting from the beginning of the part
24837 2024.11.09 02:59:20.023920 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55091, User-Agent: (none), Length: 8941, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24838 2024.11.09 02:59:20.024254 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
24839 2024.11.09 02:59:20.024275 [ 186 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 319 rows starting from the beginning of the part
24840 2024.11.09 02:59:20.024308 [ 286 ] {} <Debug> HTTP-Session: e58b218f-7d7b-48c8-9ee3-82f59cc87c71 Authenticating user 'default' from [fd00:1122:3344:101::d]:55091
24841 2024.11.09 02:59:20.024363 [ 286 ] {} <Debug> HTTP-Session: e58b218f-7d7b-48c8-9ee3-82f59cc87c71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
24842 2024.11.09 02:59:20.024468 [ 286 ] {} <Debug> HTTP-Session: e58b218f-7d7b-48c8-9ee3-82f59cc87c71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
24843 2024.11.09 02:59:20.024517 [ 186 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 60 rows starting from the beginning of the part
24844 2024.11.09 02:59:20.024614 [ 286 ] {} <Trace> HTTP-Session: e58b218f-7d7b-48c8-9ee3-82f59cc87c71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
24845 2024.11.09 02:59:20.024789 [ 186 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 56 rows starting from the beginning of the part
24846 2024.11.09 02:59:20.024934 [ 186 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 313 rows starting from the beginning of the part
24847 2024.11.09 02:59:20.024980 [ 286 ] {c4dcdb44-17fe-4f1a-b79d-8fa74072a9d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55091) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
24848 2024.11.09 02:59:20.025088 [ 286 ] {c4dcdb44-17fe-4f1a-b79d-8fa74072a9d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
24849 2024.11.09 02:59:20.025638 [ 286 ] {c4dcdb44-17fe-4f1a-b79d-8fa74072a9d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
24850 2024.11.09 02:59:20.026223 [ 286 ] {c4dcdb44-17fe-4f1a-b79d-8fa74072a9d8} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24851 2024.11.09 02:59:20.026271 [ 286 ] {c4dcdb44-17fe-4f1a-b79d-8fa74072a9d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
24852 2024.11.09 02:59:20.026762 [ 286 ] {c4dcdb44-17fe-4f1a-b79d-8fa74072a9d8} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
24853 2024.11.09 02:59:20.027174 [ 186 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2258 rows, containing 5 columns (5 merged, 0 gathered) in 0.00385895 sec., 585133.2616385287 rows/sec., 51.87 MiB/sec.
24854 2024.11.09 02:59:20.027378 [ 186 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary)
24855 2024.11.09 02:59:20.027383 [ 286 ] {c4dcdb44-17fe-4f1a-b79d-8fa74072a9d8} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24856 2024.11.09 02:59:20.027635 [ 286 ] {c4dcdb44-17fe-4f1a-b79d-8fa74072a9d8} <Debug> executeQuery: Read 62 rows, 4.66 KiB in 0.002758 sec., 22480.058013052938 rows/sec., 1.65 MiB/sec.
24857 2024.11.09 02:59:20.027932 [ 286 ] {c4dcdb44-17fe-4f1a-b79d-8fa74072a9d8} <Debug> DynamicQueryHandler: Done processing query
24858 2024.11.09 02:59:20.027957 [ 286 ] {c4dcdb44-17fe-4f1a-b79d-8fa74072a9d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
24859 2024.11.09 02:59:20.027978 [ 286 ] {} <Debug> HTTP-Session: e58b218f-7d7b-48c8-9ee3-82f59cc87c71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
24860 2024.11.09 02:59:20.028046 [ 186 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_151_30} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24861 2024.11.09 02:59:20.028120 [ 186 ] {bde11c82-fb16-4523-b06a-2e6eacbdba14::all_1_151_30} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30
24862 2024.11.09 02:59:20.028169 [ 286 ] {} <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)
24863 2024.11.09 02:59:20.028238 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
24864 2024.11.09 02:59:20.028284 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62441, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24865 2024.11.09 02:59:20.028352 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
24866 2024.11.09 02:59:20.028378 [ 271 ] {} <Debug> HTTP-Session: 8d5d76c8-bc13-487e-a221-cae1c884dd90 Authenticating user 'default' from [fd00:1122:3344:101::d]:62441
24867 2024.11.09 02:59:20.028400 [ 271 ] {} <Debug> HTTP-Session: 8d5d76c8-bc13-487e-a221-cae1c884dd90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
24868 2024.11.09 02:59:20.028417 [ 271 ] {} <Debug> HTTP-Session: 8d5d76c8-bc13-487e-a221-cae1c884dd90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
24869 2024.11.09 02:59:20.028457 [ 271 ] {} <Trace> HTTP-Session: 8d5d76c8-bc13-487e-a221-cae1c884dd90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
24870 2024.11.09 02:59:20.028578 [ 271 ] {a7265ab7-c6a4-4c8e-8674-da01565ddc82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62441) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
24871 2024.11.09 02:59:20.028630 [ 271 ] {a7265ab7-c6a4-4c8e-8674-da01565ddc82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
24872 2024.11.09 02:59:20.028902 [ 271 ] {a7265ab7-c6a4-4c8e-8674-da01565ddc82} <Trace> ParallelParsingInputFormat: Parallel parsing is used
24873 2024.11.09 02:59:20.029215 [ 271 ] {a7265ab7-c6a4-4c8e-8674-da01565ddc82} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24874 2024.11.09 02:59:20.029251 [ 271 ] {a7265ab7-c6a4-4c8e-8674-da01565ddc82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
24875 2024.11.09 02:59:20.029604 [ 271 ] {a7265ab7-c6a4-4c8e-8674-da01565ddc82} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
24876 2024.11.09 02:59:20.029960 [ 271 ] {a7265ab7-c6a4-4c8e-8674-da01565ddc82} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24877 2024.11.09 02:59:20.030116 [ 271 ] {a7265ab7-c6a4-4c8e-8674-da01565ddc82} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001563 sec., 8957.133717210492 rows/sec., 627.30 KiB/sec.
24878 2024.11.09 02:59:20.030354 [ 271 ] {a7265ab7-c6a4-4c8e-8674-da01565ddc82} <Debug> DynamicQueryHandler: Done processing query
24879 2024.11.09 02:59:20.030379 [ 271 ] {a7265ab7-c6a4-4c8e-8674-da01565ddc82} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
24880 2024.11.09 02:59:20.030396 [ 271 ] {} <Debug> HTTP-Session: 8d5d76c8-bc13-487e-a221-cae1c884dd90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
24881 2024.11.09 02:59:20.030542 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62441, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24882 2024.11.09 02:59:20.030605 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52346, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24883 2024.11.09 02:59:20.030658 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
24884 2024.11.09 02:59:20.030678 [ 286 ] {} <Debug> HTTP-Session: ad6ebba4-08f4-4146-bef7-f3ef83b32011 Authenticating user 'default' from [fd00:1122:3344:101::d]:52346
24885 2024.11.09 02:59:20.030696 [ 286 ] {} <Debug> HTTP-Session: ad6ebba4-08f4-4146-bef7-f3ef83b32011 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
24886 2024.11.09 02:59:20.030711 [ 286 ] {} <Debug> HTTP-Session: ad6ebba4-08f4-4146-bef7-f3ef83b32011 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
24887 2024.11.09 02:59:20.030744 [ 286 ] {} <Trace> HTTP-Session: ad6ebba4-08f4-4146-bef7-f3ef83b32011 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
24888 2024.11.09 02:59:20.030841 [ 286 ] {dfa1a86e-b61a-45fe-bba0-ca7ce6eb008a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52346) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
24889 2024.11.09 02:59:20.030887 [ 286 ] {dfa1a86e-b61a-45fe-bba0-ca7ce6eb008a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
24890 2024.11.09 02:59:20.031165 [ 286 ] {dfa1a86e-b61a-45fe-bba0-ca7ce6eb008a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
24891 2024.11.09 02:59:20.031515 [ 286 ] {dfa1a86e-b61a-45fe-bba0-ca7ce6eb008a} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24892 2024.11.09 02:59:20.031559 [ 286 ] {dfa1a86e-b61a-45fe-bba0-ca7ce6eb008a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
24893 2024.11.09 02:59:20.031958 [ 286 ] {dfa1a86e-b61a-45fe-bba0-ca7ce6eb008a} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
24894 2024.11.09 02:59:20.032313 [ 286 ] {dfa1a86e-b61a-45fe-bba0-ca7ce6eb008a} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24895 2024.11.09 02:59:20.032471 [ 286 ] {dfa1a86e-b61a-45fe-bba0-ca7ce6eb008a} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001653 sec., 3629.7640653357535 rows/sec., 214.45 KiB/sec.
24896 2024.11.09 02:59:20.032641 [ 286 ] {dfa1a86e-b61a-45fe-bba0-ca7ce6eb008a} <Debug> DynamicQueryHandler: Done processing query
24897 2024.11.09 02:59:20.032665 [ 286 ] {dfa1a86e-b61a-45fe-bba0-ca7ce6eb008a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
24898 2024.11.09 02:59:20.032681 [ 286 ] {} <Debug> HTTP-Session: ad6ebba4-08f4-4146-bef7-f3ef83b32011 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
24899 2024.11.09 02:59:20.032899 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52346, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24900 2024.11.09 02:59:20.032999 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47332, User-Agent: (none), Length: 72268, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24901 2024.11.09 02:59:20.033059 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
24902 2024.11.09 02:59:20.033083 [ 271 ] {} <Debug> HTTP-Session: eeb38d1d-7e55-4e63-8b48-801c631a4fbb Authenticating user 'default' from [fd00:1122:3344:101::d]:47332
24903 2024.11.09 02:59:20.033103 [ 271 ] {} <Debug> HTTP-Session: eeb38d1d-7e55-4e63-8b48-801c631a4fbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
24904 2024.11.09 02:59:20.033120 [ 271 ] {} <Debug> HTTP-Session: eeb38d1d-7e55-4e63-8b48-801c631a4fbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
24905 2024.11.09 02:59:20.033158 [ 271 ] {} <Trace> HTTP-Session: eeb38d1d-7e55-4e63-8b48-801c631a4fbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
24906 2024.11.09 02:59:20.033421 [ 271 ] {813c6d30-16d7-463f-ba1c-40338cad89c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47332) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
24907 2024.11.09 02:59:20.033474 [ 271 ] {813c6d30-16d7-463f-ba1c-40338cad89c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
24908 2024.11.09 02:59:20.034082 [ 271 ] {813c6d30-16d7-463f-ba1c-40338cad89c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
24909 2024.11.09 02:59:20.035044 [ 271 ] {813c6d30-16d7-463f-ba1c-40338cad89c4} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24910 2024.11.09 02:59:20.035096 [ 271 ] {813c6d30-16d7-463f-ba1c-40338cad89c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
24911 2024.11.09 02:59:20.035586 [ 271 ] {813c6d30-16d7-463f-ba1c-40338cad89c4} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary)
24912 2024.11.09 02:59:20.036020 [ 271 ] {813c6d30-16d7-463f-ba1c-40338cad89c4} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24913 2024.11.09 02:59:20.036180 [ 271 ] {813c6d30-16d7-463f-ba1c-40338cad89c4} <Debug> executeQuery: Read 444 rows, 32.65 KiB in 0.002899 sec., 153156.26077957917 rows/sec., 11.00 MiB/sec.
24914 2024.11.09 02:59:20.036190 [ 85 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0
24915 2024.11.09 02:59:20.036286 [ 85 ] {} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24916 2024.11.09 02:59:20.036347 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
24917 2024.11.09 02:59:20.036489 [ 271 ] {813c6d30-16d7-463f-ba1c-40338cad89c4} <Debug> DynamicQueryHandler: Done processing query
24918 2024.11.09 02:59:20.036568 [ 271 ] {813c6d30-16d7-463f-ba1c-40338cad89c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.47 MiB.
24919 2024.11.09 02:59:20.036612 [ 271 ] {} <Debug> HTTP-Session: eeb38d1d-7e55-4e63-8b48-801c631a4fbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
24920 2024.11.09 02:59:20.036663 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full
24921 2024.11.09 02:59:20.036901 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52346, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24922 2024.11.09 02:59:20.036894 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47332, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24923 2024.11.09 02:59:20.037155 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
24924 2024.11.09 02:59:20.037306 [ 286 ] {} <Debug> HTTP-Session: 92209a01-ceb5-4267-802c-c1eb11a5f627 Authenticating user 'default' from [fd00:1122:3344:101::d]:52346
24925 2024.11.09 02:59:20.037391 [ 286 ] {} <Debug> HTTP-Session: 92209a01-ceb5-4267-802c-c1eb11a5f627 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
24926 2024.11.09 02:59:20.037468 [ 286 ] {} <Debug> HTTP-Session: 92209a01-ceb5-4267-802c-c1eb11a5f627 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
24927 2024.11.09 02:59:20.037663 [ 286 ] {} <Trace> HTTP-Session: 92209a01-ceb5-4267-802c-c1eb11a5f627 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
24928 2024.11.09 02:59:20.037678 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
24929 2024.11.09 02:59:20.037814 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 953 rows starting from the beginning of the part
24930 2024.11.09 02:59:20.037953 [ 286 ] {39a92ff9-46f5-468b-9830-2c551ab0cb8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52346) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
24931 2024.11.09 02:59:20.038230 [ 286 ] {39a92ff9-46f5-468b-9830-2c551ab0cb8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
24932 2024.11.09 02:59:20.038446 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 64 rows starting from the beginning of the part
24933 2024.11.09 02:59:20.038990 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 474 rows starting from the beginning of the part
24934 2024.11.09 02:59:20.039449 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 72 rows starting from the beginning of the part
24935 2024.11.09 02:59:20.039803 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 64 rows starting from the beginning of the part
24936 2024.11.09 02:59:20.040234 [ 286 ] {39a92ff9-46f5-468b-9830-2c551ab0cb8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
24937 2024.11.09 02:59:20.040313 [ 199 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 444 rows starting from the beginning of the part
24938 2024.11.09 02:59:20.041893 [ 286 ] {39a92ff9-46f5-468b-9830-2c551ab0cb8c} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24939 2024.11.09 02:59:20.041981 [ 286 ] {39a92ff9-46f5-468b-9830-2c551ab0cb8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
24940 2024.11.09 02:59:20.042962 [ 286 ] {39a92ff9-46f5-468b-9830-2c551ab0cb8c} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
24941 2024.11.09 02:59:20.043753 [ 286 ] {39a92ff9-46f5-468b-9830-2c551ab0cb8c} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24942 2024.11.09 02:59:20.044105 [ 286 ] {39a92ff9-46f5-468b-9830-2c551ab0cb8c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.006229 sec., 963.2364745545032 rows/sec., 50.33 KiB/sec.
24943 2024.11.09 02:59:20.044702 [ 195 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2071 rows, containing 5 columns (5 merged, 0 gathered) in 0.008267861 sec., 250488.00409198945 rows/sec., 19.20 MiB/sec.
24944 2024.11.09 02:59:20.044728 [ 286 ] {39a92ff9-46f5-468b-9830-2c551ab0cb8c} <Debug> DynamicQueryHandler: Done processing query
24945 2024.11.09 02:59:20.044802 [ 286 ] {39a92ff9-46f5-468b-9830-2c551ab0cb8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
24946 2024.11.09 02:59:20.044895 [ 286 ] {} <Debug> HTTP-Session: 92209a01-ceb5-4267-802c-c1eb11a5f627 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
24947 2024.11.09 02:59:20.045186 [ 195 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary)
24948 2024.11.09 02:59:20.045209 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52346, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24949 2024.11.09 02:59:20.045385 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47910, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24950 2024.11.09 02:59:20.045479 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
24951 2024.11.09 02:59:20.045513 [ 271 ] {} <Debug> HTTP-Session: aee8d5bc-d1c7-41f1-8188-0a7463f3a641 Authenticating user 'default' from [fd00:1122:3344:101::d]:47910
24952 2024.11.09 02:59:20.045550 [ 271 ] {} <Debug> HTTP-Session: aee8d5bc-d1c7-41f1-8188-0a7463f3a641 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
24953 2024.11.09 02:59:20.045578 [ 271 ] {} <Debug> HTTP-Session: aee8d5bc-d1c7-41f1-8188-0a7463f3a641 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
24954 2024.11.09 02:59:20.045712 [ 271 ] {} <Trace> HTTP-Session: aee8d5bc-d1c7-41f1-8188-0a7463f3a641 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
24955 2024.11.09 02:59:20.046121 [ 271 ] {d6c8c816-18cc-4019-85f5-b89901f35824} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
24956 2024.11.09 02:59:20.046215 [ 271 ] {d6c8c816-18cc-4019-85f5-b89901f35824} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
24957 2024.11.09 02:59:20.046316 [ 195 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_151_30} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24958 2024.11.09 02:59:20.046598 [ 195 ] {48637766-a340-4af8-ae3d-4486ac21e344::all_1_151_30} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30
24959 2024.11.09 02:59:20.046748 [ 271 ] {d6c8c816-18cc-4019-85f5-b89901f35824} <Trace> ParallelParsingInputFormat: Parallel parsing is used
24960 2024.11.09 02:59:20.046780 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
24961 2024.11.09 02:59:20.047242 [ 271 ] {d6c8c816-18cc-4019-85f5-b89901f35824} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24962 2024.11.09 02:59:20.047286 [ 271 ] {d6c8c816-18cc-4019-85f5-b89901f35824} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
24963 2024.11.09 02:59:20.047702 [ 271 ] {d6c8c816-18cc-4019-85f5-b89901f35824} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary)
24964 2024.11.09 02:59:20.048058 [ 271 ] {d6c8c816-18cc-4019-85f5-b89901f35824} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24965 2024.11.09 02:59:20.048222 [ 271 ] {d6c8c816-18cc-4019-85f5-b89901f35824} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002258 sec., 104960.14171833481 rows/sec., 7.04 MiB/sec.
24966 2024.11.09 02:59:20.048245 [ 85 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0
24967 2024.11.09 02:59:20.048384 [ 85 ] {} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24968 2024.11.09 02:59:20.048433 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
24969 2024.11.09 02:59:20.048527 [ 271 ] {d6c8c816-18cc-4019-85f5-b89901f35824} <Debug> DynamicQueryHandler: Done processing query
24970 2024.11.09 02:59:20.048592 [ 271 ] {d6c8c816-18cc-4019-85f5-b89901f35824} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
24971 2024.11.09 02:59:20.048656 [ 271 ] {} <Debug> HTTP-Session: aee8d5bc-d1c7-41f1-8188-0a7463f3a641 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
24972 2024.11.09 02:59:20.048687 [ 199 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full
24973 2024.11.09 02:59:20.048849 [ 199 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
24974 2024.11.09 02:59:20.048912 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47910, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24975 2024.11.09 02:59:20.048938 [ 199 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_146_29, total 28702 rows starting from the beginning of the part
24976 2024.11.09 02:59:20.048955 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41662, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
24977 2024.11.09 02:59:20.049189 [ 271 ] {} <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):
24978 
24979 (version 23.8.7.1)
24980 2024.11.09 02:59:20.049192 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
24981 2024.11.09 02:59:20.049321 [ 286 ] {} <Debug> HTTP-Session: 727db733-eb18-4b45-aaa8-a7ebe3ebbf4e Authenticating user 'default' from [fd00:1122:3344:101::d]:41662
24982 2024.11.09 02:59:20.049359 [ 199 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 160 rows starting from the beginning of the part
24983 2024.11.09 02:59:20.049397 [ 286 ] {} <Debug> HTTP-Session: 727db733-eb18-4b45-aaa8-a7ebe3ebbf4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
24984 2024.11.09 02:59:20.049437 [ 286 ] {} <Debug> HTTP-Session: 727db733-eb18-4b45-aaa8-a7ebe3ebbf4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
24985 2024.11.09 02:59:20.049636 [ 199 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 240 rows starting from the beginning of the part
24986 2024.11.09 02:59:20.049650 [ 286 ] {} <Trace> HTTP-Session: 727db733-eb18-4b45-aaa8-a7ebe3ebbf4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
24987 2024.11.09 02:59:20.049879 [ 199 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 164 rows starting from the beginning of the part
24988 2024.11.09 02:59:20.050010 [ 286 ] {9546b4c4-9e17-481a-ade6-4981ec2fae36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41662) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
24989 2024.11.09 02:59:20.050157 [ 199 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 160 rows starting from the beginning of the part
24990 2024.11.09 02:59:20.050211 [ 286 ] {9546b4c4-9e17-481a-ade6-4981ec2fae36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
24991 2024.11.09 02:59:20.050523 [ 199 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 237 rows starting from the beginning of the part
24992 2024.11.09 02:59:20.051303 [ 286 ] {9546b4c4-9e17-481a-ade6-4981ec2fae36} <Trace> ParallelParsingInputFormat: Parallel parsing is used
24993 2024.11.09 02:59:20.051899 [ 286 ] {9546b4c4-9e17-481a-ade6-4981ec2fae36} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
24994 2024.11.09 02:59:20.051937 [ 286 ] {9546b4c4-9e17-481a-ade6-4981ec2fae36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
24995 2024.11.09 02:59:20.052529 [ 286 ] {9546b4c4-9e17-481a-ade6-4981ec2fae36} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
24996 2024.11.09 02:59:20.053167 [ 286 ] {9546b4c4-9e17-481a-ade6-4981ec2fae36} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
24997 2024.11.09 02:59:20.053579 [ 286 ] {9546b4c4-9e17-481a-ade6-4981ec2fae36} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003683 sec., 271.51778441487915 rows/sec., 18.30 KiB/sec.
24998 2024.11.09 02:59:20.053953 [ 286 ] {9546b4c4-9e17-481a-ade6-4981ec2fae36} <Debug> DynamicQueryHandler: Done processing query
24999 2024.11.09 02:59:20.053986 [ 286 ] {9546b4c4-9e17-481a-ade6-4981ec2fae36} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
25000 2024.11.09 02:59:20.054010 [ 286 ] {} <Debug> HTTP-Session: 727db733-eb18-4b45-aaa8-a7ebe3ebbf4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
25001 2024.11.09 02:59:20.054216 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41662, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25002 2024.11.09 02:59:20.054362 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39349, User-Agent: (none), Length: 103837, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25003 2024.11.09 02:59:20.054437 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
25004 2024.11.09 02:59:20.054463 [ 271 ] {} <Debug> HTTP-Session: 27e36454-33c2-4b60-bf4c-f17906490909 Authenticating user 'default' from [fd00:1122:3344:101::d]:39349
25005 2024.11.09 02:59:20.054485 [ 271 ] {} <Debug> HTTP-Session: 27e36454-33c2-4b60-bf4c-f17906490909 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
25006 2024.11.09 02:59:20.054501 [ 271 ] {} <Debug> HTTP-Session: 27e36454-33c2-4b60-bf4c-f17906490909 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
25007 2024.11.09 02:59:20.054542 [ 271 ] {} <Trace> HTTP-Session: 27e36454-33c2-4b60-bf4c-f17906490909 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
25008 2024.11.09 02:59:20.055543 [ 271 ] {fd69be2a-f82c-49e9-9372-b6448bcb5d03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
25009 2024.11.09 02:59:20.055649 [ 271 ] {fd69be2a-f82c-49e9-9372-b6448bcb5d03} <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
25010 2024.11.09 02:59:20.056329 [ 271 ] {fd69be2a-f82c-49e9-9372-b6448bcb5d03} <Trace> ParallelParsingInputFormat: Parallel parsing is used
25011 2024.11.09 02:59:20.057343 [ 271 ] {fd69be2a-f82c-49e9-9372-b6448bcb5d03} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
25012 2024.11.09 02:59:20.057380 [ 271 ] {fd69be2a-f82c-49e9-9372-b6448bcb5d03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
25013 2024.11.09 02:59:20.058354 [ 271 ] {fd69be2a-f82c-49e9-9372-b6448bcb5d03} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
25014 2024.11.09 02:59:20.059022 [ 271 ] {fd69be2a-f82c-49e9-9372-b6448bcb5d03} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
25015 2024.11.09 02:59:20.059546 [ 271 ] {fd69be2a-f82c-49e9-9372-b6448bcb5d03} <Debug> executeQuery: Read 62 rows, 113.77 KiB in 0.004766 sec., 13008.812421317665 rows/sec., 23.31 MiB/sec.
25016 2024.11.09 02:59:20.059959 [ 199 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29663 rows, containing 5 columns (5 merged, 0 gathered) in 0.011409975 sec., 2599742.7689368296 rows/sec., 177.57 MiB/sec.
25017 2024.11.09 02:59:20.060225 [ 271 ] {fd69be2a-f82c-49e9-9372-b6448bcb5d03} <Debug> DynamicQueryHandler: Done processing query
25018 2024.11.09 02:59:20.060255 [ 271 ] {fd69be2a-f82c-49e9-9372-b6448bcb5d03} <Debug> MemoryTracker: Peak memory usage (for query): 4.71 MiB.
25019 2024.11.09 02:59:20.060272 [ 271 ] {} <Debug> HTTP-Session: 27e36454-33c2-4b60-bf4c-f17906490909 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
25020 2024.11.09 02:59:20.060434 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39349, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25021 2024.11.09 02:59:20.060458 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41662, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25022 2024.11.09 02:59:20.060520 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
25023 2024.11.09 02:59:20.060543 [ 286 ] {} <Debug> HTTP-Session: 73804313-a6cd-4b7f-b01a-18cbeccacaf6 Authenticating user 'default' from [fd00:1122:3344:101::d]:41662
25024 2024.11.09 02:59:20.060569 [ 286 ] {} <Debug> HTTP-Session: 73804313-a6cd-4b7f-b01a-18cbeccacaf6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
25025 2024.11.09 02:59:20.060593 [ 286 ] {} <Debug> HTTP-Session: 73804313-a6cd-4b7f-b01a-18cbeccacaf6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
25026 2024.11.09 02:59:20.060641 [ 286 ] {} <Trace> HTTP-Session: 73804313-a6cd-4b7f-b01a-18cbeccacaf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
25027 2024.11.09 02:59:20.060695 [ 200 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary)
25028 2024.11.09 02:59:20.060894 [ 286 ] {539c6a95-06a8-45de-aad8-7233a4067f5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41662) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
25029 2024.11.09 02:59:20.060961 [ 286 ] {539c6a95-06a8-45de-aad8-7233a4067f5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
25030 2024.11.09 02:59:20.061583 [ 286 ] {539c6a95-06a8-45de-aad8-7233a4067f5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
25031 2024.11.09 02:59:20.061921 [ 200 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_151_30} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
25032 2024.11.09 02:59:20.062146 [ 200 ] {173f980a-35dc-47ba-ab5b-853644c4390e::all_1_151_30} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30
25033 2024.11.09 02:59:20.062247 [ 286 ] {539c6a95-06a8-45de-aad8-7233a4067f5e} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
25034 2024.11.09 02:59:20.062326 [ 286 ] {539c6a95-06a8-45de-aad8-7233a4067f5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
25035 2024.11.09 02:59:20.062325 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.44 MiB.
25036 2024.11.09 02:59:20.062742 [ 286 ] {539c6a95-06a8-45de-aad8-7233a4067f5e} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary)
25037 2024.11.09 02:59:20.063072 [ 286 ] {539c6a95-06a8-45de-aad8-7233a4067f5e} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
25038 2024.11.09 02:59:20.063226 [ 286 ] {539c6a95-06a8-45de-aad8-7233a4067f5e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00246 sec., 33333.333333333336 rows/sec., 2.12 MiB/sec.
25039 2024.11.09 02:59:20.063235 [ 85 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0
25040 2024.11.09 02:59:20.063317 [ 85 ] {} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
25041 2024.11.09 02:59:20.063382 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
25042 2024.11.09 02:59:20.063527 [ 286 ] {539c6a95-06a8-45de-aad8-7233a4067f5e} <Debug> DynamicQueryHandler: Done processing query
25043 2024.11.09 02:59:20.063538 [ 200 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full
25044 2024.11.09 02:59:20.063571 [ 286 ] {539c6a95-06a8-45de-aad8-7233a4067f5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
25045 2024.11.09 02:59:20.063614 [ 286 ] {} <Debug> HTTP-Session: 73804313-a6cd-4b7f-b01a-18cbeccacaf6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
25046 2024.11.09 02:59:20.063727 [ 200 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
25047 2024.11.09 02:59:20.063767 [ 200 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_146_29, total 9252 rows starting from the beginning of the part
25048 2024.11.09 02:59:20.063881 [ 200 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 60 rows starting from the beginning of the part
25049 2024.11.09 02:59:20.064002 [ 200 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 82 rows starting from the beginning of the part
25050 2024.11.09 02:59:20.064134 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41662, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25051 2024.11.09 02:59:20.064288 [ 200 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 60 rows starting from the beginning of the part
25052 2024.11.09 02:59:20.064532 [ 200 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 60 rows starting from the beginning of the part
25053 2024.11.09 02:59:20.064868 [ 200 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 82 rows starting from the beginning of the part
25054 2024.11.09 02:59:20.068184 [ 194 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9596 rows, containing 4 columns (4 merged, 0 gathered) in 0.004756718 sec., 2017357.3459683757 rows/sec., 132.59 MiB/sec.
25055 2024.11.09 02:59:20.068567 [ 194 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary)
25056 2024.11.09 02:59:20.069151 [ 194 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_151_30} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
25057 2024.11.09 02:59:20.069235 [ 194 ] {51600d35-d2af-4aa7-bf25-d5d1ad2e8efb::all_1_151_30} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30
25058 2024.11.09 02:59:20.069320 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.95 MiB.
25059 2024.11.09 02:59:21.098465 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44140, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25060 2024.11.09 02:59:21.304997 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40473, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25061 2024.11.09 02:59:21.352486 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65088, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25062 2024.11.09 02:59:21.355872 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56070, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25063 2024.11.09 02:59:21.395242 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54661, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25064 2024.11.09 02:59:21.426675 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43416, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25065 2024.11.09 02:59:21.449046 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37933, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25066 2024.11.09 02:59:21.481376 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52766, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25067 2024.11.09 02:59:21.977783 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 2198
25068 2024.11.09 02:59:21.980676 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
25069 2024.11.09 02:59:21.980729 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
25070 2024.11.09 02:59:21.982338 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
25071 2024.11.09 02:59:21.983398 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
25072 2024.11.09 02:59:21.983652 [ 105 ] {} <Debug> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
25073 2024.11.09 02:59:21.983782 [ 105 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
25074 2024.11.09 02:59:21.983871 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
25075 2024.11.09 02:59:21.984367 [ 189 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
25076 2024.11.09 02:59:21.984792 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2198
25077 2024.11.09 02:59:21.985666 [ 189 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
25078 2024.11.09 02:59:21.985844 [ 189 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2044 rows starting from the beginning of the part
25079 2024.11.09 02:59:21.986369 [ 189 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 34 rows starting from the beginning of the part
25080 2024.11.09 02:59:21.986886 [ 189 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 36 rows starting from the beginning of the part
25081 2024.11.09 02:59:21.987603 [ 189 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 20 rows starting from the beginning of the part
25082 2024.11.09 02:59:21.988324 [ 189 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 36 rows starting from the beginning of the part
25083 2024.11.09 02:59:21.989018 [ 189 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 28 rows starting from the beginning of the part
25084 2024.11.09 02:59:21.998368 [ 201 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2198 rows, containing 72 columns (72 merged, 0 gathered) in 0.014289675 sec., 153817.35413856508 rows/sec., 97.98 MiB/sec.
25085 2024.11.09 02:59:22.000174 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 205.84 MiB, peak 214.89 MiB, free memory in arenas 0.00 B, will set to 199.62 MiB (RSS), difference: -6.23 MiB
25086 2024.11.09 02:59:22.000812 [ 198 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
25087 2024.11.09 02:59:22.002636 [ 198 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_76_15} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
25088 2024.11.09 02:59:22.002743 [ 198 ] {a73d78ff-8679-4c30-bd22-bb6c401b98d3::all_1_76_15} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
25089 2024.11.09 02:59:22.003126 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.05 MiB.
25090 2024.11.09 02:59:23.000273 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 193.62 MiB, peak 214.89 MiB, free memory in arenas 0.00 B, will set to 199.62 MiB (RSS), difference: 5.99 MiB
25091 2024.11.09 02:59:25.010880 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43349, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25092 2024.11.09 02:59:25.011040 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
25093 2024.11.09 02:59:25.011067 [ 292 ] {} <Debug> HTTP-Session: 15ac2081-ff14-45e6-918a-eceea2ccb45c Authenticating user 'default' from [fd00:1122:3344:101::d]:43349
25094 2024.11.09 02:59:25.011096 [ 292 ] {} <Debug> HTTP-Session: 15ac2081-ff14-45e6-918a-eceea2ccb45c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
25095 2024.11.09 02:59:25.011115 [ 292 ] {} <Debug> HTTP-Session: 15ac2081-ff14-45e6-918a-eceea2ccb45c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
25096 2024.11.09 02:59:25.011176 [ 292 ] {} <Trace> HTTP-Session: 15ac2081-ff14-45e6-918a-eceea2ccb45c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
25097 2024.11.09 02:59:25.011397 [ 292 ] {4588a3ef-d63b-47d7-ba6a-516ba0065f44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43349) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
25098 2024.11.09 02:59:25.011476 [ 292 ] {4588a3ef-d63b-47d7-ba6a-516ba0065f44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
25099 2024.11.09 02:59:25.011890 [ 292 ] {4588a3ef-d63b-47d7-ba6a-516ba0065f44} <Trace> ParallelParsingInputFormat: Parallel parsing is used
25100 2024.11.09 02:59:25.012288 [ 292 ] {4588a3ef-d63b-47d7-ba6a-516ba0065f44} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
25101 2024.11.09 02:59:25.012330 [ 292 ] {4588a3ef-d63b-47d7-ba6a-516ba0065f44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
25102 2024.11.09 02:59:25.012743 [ 292 ] {4588a3ef-d63b-47d7-ba6a-516ba0065f44} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
25103 2024.11.09 02:59:25.013136 [ 292 ] {4588a3ef-d63b-47d7-ba6a-516ba0065f44} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
25104 2024.11.09 02:59:25.013308 [ 292 ] {4588a3ef-d63b-47d7-ba6a-516ba0065f44} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001969 sec., 1015.7440325038091 rows/sec., 82.83 KiB/sec.
25105 2024.11.09 02:59:25.013636 [ 292 ] {4588a3ef-d63b-47d7-ba6a-516ba0065f44} <Debug> DynamicQueryHandler: Done processing query
25106 2024.11.09 02:59:25.013680 [ 292 ] {4588a3ef-d63b-47d7-ba6a-516ba0065f44} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
25107 2024.11.09 02:59:25.013698 [ 292 ] {} <Debug> HTTP-Session: 15ac2081-ff14-45e6-918a-eceea2ccb45c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
25108 2024.11.09 02:59:25.013887 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43349, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25109 2024.11.09 02:59:25.014012 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 7980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25110 2024.11.09 02:59:25.014147 [ 309 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
25111 2024.11.09 02:59:25.014178 [ 309 ] {} <Debug> HTTP-Session: 69f7ed41-74f5-4ad8-bf80-fa11bb2c5ab2 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829
25112 2024.11.09 02:59:25.014207 [ 309 ] {} <Debug> HTTP-Session: 69f7ed41-74f5-4ad8-bf80-fa11bb2c5ab2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
25113 2024.11.09 02:59:25.014225 [ 309 ] {} <Debug> HTTP-Session: 69f7ed41-74f5-4ad8-bf80-fa11bb2c5ab2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
25114 2024.11.09 02:59:25.014288 [ 309 ] {} <Trace> HTTP-Session: 69f7ed41-74f5-4ad8-bf80-fa11bb2c5ab2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
25115 2024.11.09 02:59:25.014513 [ 309 ] {77b743cc-e15e-44b9-b82d-8d44690e3654} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
25116 2024.11.09 02:59:25.014592 [ 309 ] {77b743cc-e15e-44b9-b82d-8d44690e3654} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
25117 2024.11.09 02:59:25.015008 [ 309 ] {77b743cc-e15e-44b9-b82d-8d44690e3654} <Trace> ParallelParsingInputFormat: Parallel parsing is used
25118 2024.11.09 02:59:25.015426 [ 309 ] {77b743cc-e15e-44b9-b82d-8d44690e3654} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
25119 2024.11.09 02:59:25.015469 [ 309 ] {77b743cc-e15e-44b9-b82d-8d44690e3654} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
25120 2024.11.09 02:59:25.015902 [ 309 ] {77b743cc-e15e-44b9-b82d-8d44690e3654} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary)
25121 2024.11.09 02:59:25.016298 [ 309 ] {77b743cc-e15e-44b9-b82d-8d44690e3654} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
25122 2024.11.09 02:59:25.016482 [ 309 ] {77b743cc-e15e-44b9-b82d-8d44690e3654} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.002043 sec., 27900.14684287812 rows/sec., 2.14 MiB/sec.
25123 2024.11.09 02:59:25.016696 [ 309 ] {77b743cc-e15e-44b9-b82d-8d44690e3654} <Debug> DynamicQueryHandler: Done processing query
25124 2024.11.09 02:59:25.016723 [ 309 ] {77b743cc-e15e-44b9-b82d-8d44690e3654} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
25125 2024.11.09 02:59:25.016740 [ 309 ] {} <Debug> HTTP-Session: 69f7ed41-74f5-4ad8-bf80-fa11bb2c5ab2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
25126 2024.11.09 02:59:25.016943 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25127 2024.11.09 02:59:25.017019 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64380, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25128 2024.11.09 02:59:25.017098 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
25129 2024.11.09 02:59:25.017135 [ 292 ] {} <Debug> HTTP-Session: 4f05c123-4467-4033-87ad-d05acea58987 Authenticating user 'default' from [fd00:1122:3344:101::d]:64380
25130 2024.11.09 02:59:25.017160 [ 292 ] {} <Debug> HTTP-Session: 4f05c123-4467-4033-87ad-d05acea58987 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
25131 2024.11.09 02:59:25.017180 [ 292 ] {} <Debug> HTTP-Session: 4f05c123-4467-4033-87ad-d05acea58987 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
25132 2024.11.09 02:59:25.017228 [ 292 ] {} <Trace> HTTP-Session: 4f05c123-4467-4033-87ad-d05acea58987 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
25133 2024.11.09 02:59:25.017363 [ 292 ] {1db232e6-e61d-40bb-bca7-097eccfc3044} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64380) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
25134 2024.11.09 02:59:25.017424 [ 292 ] {1db232e6-e61d-40bb-bca7-097eccfc3044} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
25135 2024.11.09 02:59:25.017744 [ 292 ] {1db232e6-e61d-40bb-bca7-097eccfc3044} <Trace> ParallelParsingInputFormat: Parallel parsing is used
25136 2024.11.09 02:59:25.018122 [ 292 ] {1db232e6-e61d-40bb-bca7-097eccfc3044} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
25137 2024.11.09 02:59:25.018159 [ 292 ] {1db232e6-e61d-40bb-bca7-097eccfc3044} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
25138 2024.11.09 02:59:25.018508 [ 292 ] {1db232e6-e61d-40bb-bca7-097eccfc3044} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
25139 2024.11.09 02:59:25.018894 [ 292 ] {1db232e6-e61d-40bb-bca7-097eccfc3044} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
25140 2024.11.09 02:59:25.019052 [ 292 ] {1db232e6-e61d-40bb-bca7-097eccfc3044} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001722 sec., 1161.4401858304298 rows/sec., 81.10 KiB/sec.
25141 2024.11.09 02:59:25.019231 [ 292 ] {1db232e6-e61d-40bb-bca7-097eccfc3044} <Debug> DynamicQueryHandler: Done processing query
25142 2024.11.09 02:59:25.019257 [ 292 ] {1db232e6-e61d-40bb-bca7-097eccfc3044} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
25143 2024.11.09 02:59:25.019273 [ 292 ] {} <Debug> HTTP-Session: 4f05c123-4467-4033-87ad-d05acea58987 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
25144 2024.11.09 02:59:25.019450 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64380, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25145 2024.11.09 02:59:25.019668 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40517, User-Agent: (none), Length: 11237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25146 2024.11.09 02:59:25.019741 [ 309 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
25147 2024.11.09 02:59:25.019768 [ 309 ] {} <Debug> HTTP-Session: 75b7ca9c-bfff-4a71-a456-9bf272b2349b Authenticating user 'default' from [fd00:1122:3344:101::d]:40517
25148 2024.11.09 02:59:25.019790 [ 309 ] {} <Debug> HTTP-Session: 75b7ca9c-bfff-4a71-a456-9bf272b2349b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
25149 2024.11.09 02:59:25.019807 [ 309 ] {} <Debug> HTTP-Session: 75b7ca9c-bfff-4a71-a456-9bf272b2349b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
25150 2024.11.09 02:59:25.019853 [ 309 ] {} <Trace> HTTP-Session: 75b7ca9c-bfff-4a71-a456-9bf272b2349b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
25151 2024.11.09 02:59:25.020010 [ 309 ] {6f3aa5a1-795a-400c-a8ca-0610142de85f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40517) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
25152 2024.11.09 02:59:25.020068 [ 309 ] {6f3aa5a1-795a-400c-a8ca-0610142de85f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
25153 2024.11.09 02:59:25.020340 [ 309 ] {6f3aa5a1-795a-400c-a8ca-0610142de85f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
25154 2024.11.09 02:59:25.020705 [ 309 ] {6f3aa5a1-795a-400c-a8ca-0610142de85f} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
25155 2024.11.09 02:59:25.020742 [ 309 ] {6f3aa5a1-795a-400c-a8ca-0610142de85f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
25156 2024.11.09 02:59:25.021120 [ 309 ] {6f3aa5a1-795a-400c-a8ca-0610142de85f} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary)
25157 2024.11.09 02:59:25.021503 [ 309 ] {6f3aa5a1-795a-400c-a8ca-0610142de85f} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
25158 2024.11.09 02:59:25.021665 [ 309 ] {6f3aa5a1-795a-400c-a8ca-0610142de85f} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001702 sec., 38777.90834312574 rows/sec., 3.03 MiB/sec.
25159 2024.11.09 02:59:25.021792 [ 218 ] {} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0]
25160 2024.11.09 02:59:25.021858 [ 218 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0]
25161 2024.11.09 02:59:25.021932 [ 309 ] {6f3aa5a1-795a-400c-a8ca-0610142de85f} <Debug> DynamicQueryHandler: Done processing query
25162 2024.11.09 02:59:25.021978 [ 309 ] {6f3aa5a1-795a-400c-a8ca-0610142de85f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
25163 2024.11.09 02:59:25.022043 [ 309 ] {} <Debug> HTTP-Session: 75b7ca9c-bfff-4a71-a456-9bf272b2349b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
25164 2024.11.09 02:59:25.022275 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40517, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25165 2024.11.09 02:59:25.022370 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50021, User-Agent: (none), Length: 24729, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25166 2024.11.09 02:59:25.022468 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
25167 2024.11.09 02:59:25.022513 [ 292 ] {} <Debug> HTTP-Session: 08b988e3-52de-4737-b0e8-9edbfb44ebd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50021
25168 2024.11.09 02:59:25.022544 [ 292 ] {} <Debug> HTTP-Session: 08b988e3-52de-4737-b0e8-9edbfb44ebd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
25169 2024.11.09 02:59:25.022563 [ 292 ] {} <Debug> HTTP-Session: 08b988e3-52de-4737-b0e8-9edbfb44ebd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
25170 2024.11.09 02:59:25.022644 [ 292 ] {} <Trace> HTTP-Session: 08b988e3-52de-4737-b0e8-9edbfb44ebd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
25171 2024.11.09 02:59:25.022872 [ 292 ] {3476e7d8-2ef9-4482-a511-94e00cdb1266} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50021) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
25172 2024.11.09 02:59:25.022945 [ 292 ] {3476e7d8-2ef9-4482-a511-94e00cdb1266} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
25173 2024.11.09 02:59:25.023563 [ 292 ] {3476e7d8-2ef9-4482-a511-94e00cdb1266} <Trace> ParallelParsingInputFormat: Parallel parsing is used
25174 2024.11.09 02:59:25.024324 [ 292 ] {3476e7d8-2ef9-4482-a511-94e00cdb1266} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
25175 2024.11.09 02:59:25.024363 [ 292 ] {3476e7d8-2ef9-4482-a511-94e00cdb1266} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
25176 2024.11.09 02:59:25.025096 [ 292 ] {3476e7d8-2ef9-4482-a511-94e00cdb1266} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary)
25177 2024.11.09 02:59:25.025821 [ 292 ] {3476e7d8-2ef9-4482-a511-94e00cdb1266} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
25178 2024.11.09 02:59:25.026137 [ 292 ] {3476e7d8-2ef9-4482-a511-94e00cdb1266} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.003316 sec., 38902.29191797346 rows/sec., 2.71 MiB/sec.
25179 2024.11.09 02:59:25.026234 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0]
25180 2024.11.09 02:59:25.026303 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0]
25181 2024.11.09 02:59:25.026408 [ 218 ] {} <Debug> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0]
25182 2024.11.09 02:59:25.026685 [ 292 ] {3476e7d8-2ef9-4482-a511-94e00cdb1266} <Debug> DynamicQueryHandler: Done processing query
25183 2024.11.09 02:59:25.026798 [ 292 ] {3476e7d8-2ef9-4482-a511-94e00cdb1266} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
25184 2024.11.09 02:59:25.026868 [ 292 ] {} <Debug> HTTP-Session: 08b988e3-52de-4737-b0e8-9edbfb44ebd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
25185 2024.11.09 02:59:25.027170 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50021, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25186 2024.11.09 02:59:25.027372 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56504, User-Agent: (none), Length: 7317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25187 2024.11.09 02:59:25.027655 [ 309 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
25188 2024.11.09 02:59:25.027654 [ 292 ] {} <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):
25189 
25190 (version 23.8.7.1)
25191 2024.11.09 02:59:25.027818 [ 309 ] {} <Debug> HTTP-Session: ca69aca8-c86f-456a-8533-c1195fd6651f Authenticating user 'default' from [fd00:1122:3344:101::d]:56504
25192 2024.11.09 02:59:25.027964 [ 309 ] {} <Debug> HTTP-Session: ca69aca8-c86f-456a-8533-c1195fd6651f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
25193 2024.11.09 02:59:25.028083 [ 309 ] {} <Debug> HTTP-Session: ca69aca8-c86f-456a-8533-c1195fd6651f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
25194 2024.11.09 02:59:25.028200 [ 309 ] {} <Trace> HTTP-Session: ca69aca8-c86f-456a-8533-c1195fd6651f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
25195 2024.11.09 02:59:25.028562 [ 309 ] {607ae376-5b54-4fbd-9714-ce6ea1d526c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
25196 2024.11.09 02:59:25.028689 [ 309 ] {607ae376-5b54-4fbd-9714-ce6ea1d526c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
25197 2024.11.09 02:59:25.029165 [ 309 ] {607ae376-5b54-4fbd-9714-ce6ea1d526c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
25198 2024.11.09 02:59:25.029833 [ 309 ] {607ae376-5b54-4fbd-9714-ce6ea1d526c0} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
25199 2024.11.09 02:59:25.029875 [ 309 ] {607ae376-5b54-4fbd-9714-ce6ea1d526c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
25200 2024.11.09 02:59:25.030611 [ 309 ] {607ae376-5b54-4fbd-9714-ce6ea1d526c0} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary)
25201 2024.11.09 02:59:25.030951 [ 309 ] {607ae376-5b54-4fbd-9714-ce6ea1d526c0} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
25202 2024.11.09 02:59:25.031175 [ 309 ] {607ae376-5b54-4fbd-9714-ce6ea1d526c0} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.002755 sec., 17422.867513611614 rows/sec., 1.17 MiB/sec.
25203 2024.11.09 02:59:25.031509 [ 309 ] {607ae376-5b54-4fbd-9714-ce6ea1d526c0} <Debug> DynamicQueryHandler: Done processing query
25204 2024.11.09 02:59:25.031536 [ 309 ] {607ae376-5b54-4fbd-9714-ce6ea1d526c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
25205 2024.11.09 02:59:25.031552 [ 309 ] {} <Debug> HTTP-Session: ca69aca8-c86f-456a-8533-c1195fd6651f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
25206 2024.11.09 02:59:25.031804 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56504, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25207 2024.11.09 02:59:25.031854 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0]
25208 2024.11.09 02:59:25.534365 [ 219 ] {} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0]
25209 2024.11.09 02:59:25.534440 [ 219 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0]
25210 2024.11.09 02:59:25.537047 [ 219 ] {} <Debug> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0]
25211 2024.11.09 02:59:26.599993 [ 219 ] {} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0]
25212 2024.11.09 02:59:26.600071 [ 219 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0]
25213 2024.11.09 02:59:26.602531 [ 219 ] {} <Debug> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0]
25214 2024.11.09 02:59:30.012079 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40750, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25215 2024.11.09 02:59:30.012230 [ 309 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
25216 2024.11.09 02:59:30.012262 [ 309 ] {} <Debug> HTTP-Session: cc5a222f-ebad-4f10-b972-fc95a8e2ebb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:40750
25217 2024.11.09 02:59:30.012287 [ 309 ] {} <Debug> HTTP-Session: cc5a222f-ebad-4f10-b972-fc95a8e2ebb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
25218 2024.11.09 02:59:30.012301 [ 309 ] {} <Debug> HTTP-Session: cc5a222f-ebad-4f10-b972-fc95a8e2ebb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
25219 2024.11.09 02:59:30.012353 [ 309 ] {} <Trace> HTTP-Session: cc5a222f-ebad-4f10-b972-fc95a8e2ebb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
25220 2024.11.09 02:59:30.012558 [ 309 ] {b308c60b-7455-4c33-bdf9-9979ee92cd48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40750) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
25221 2024.11.09 02:59:30.012628 [ 309 ] {b308c60b-7455-4c33-bdf9-9979ee92cd48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
25222 2024.11.09 02:59:30.012976 [ 309 ] {b308c60b-7455-4c33-bdf9-9979ee92cd48} <Trace> ParallelParsingInputFormat: Parallel parsing is used
25223 2024.11.09 02:59:30.013450 [ 309 ] {b308c60b-7455-4c33-bdf9-9979ee92cd48} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
25224 2024.11.09 02:59:30.013493 [ 309 ] {b308c60b-7455-4c33-bdf9-9979ee92cd48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
25225 2024.11.09 02:59:30.013924 [ 309 ] {b308c60b-7455-4c33-bdf9-9979ee92cd48} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary)
25226 2024.11.09 02:59:30.014312 [ 309 ] {b308c60b-7455-4c33-bdf9-9979ee92cd48} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
25227 2024.11.09 02:59:30.014490 [ 309 ] {b308c60b-7455-4c33-bdf9-9979ee92cd48} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002001 sec., 27986.006996501746 rows/sec., 2.15 MiB/sec.
25228 2024.11.09 02:59:30.014700 [ 309 ] {b308c60b-7455-4c33-bdf9-9979ee92cd48} <Debug> DynamicQueryHandler: Done processing query
25229 2024.11.09 02:59:30.014725 [ 309 ] {b308c60b-7455-4c33-bdf9-9979ee92cd48} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
25230 2024.11.09 02:59:30.014743 [ 309 ] {} <Debug> HTTP-Session: cc5a222f-ebad-4f10-b972-fc95a8e2ebb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
25231 2024.11.09 02:59:30.014965 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40750, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25232 2024.11.09 02:59:30.015105 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41129, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25233 2024.11.09 02:59:30.015187 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
25234 2024.11.09 02:59:30.015212 [ 306 ] {} <Debug> HTTP-Session: ed8feeb4-b942-4b7a-a26d-58a7d697f99e Authenticating user 'default' from [fd00:1122:3344:101::d]:41129
25235 2024.11.09 02:59:30.015234 [ 306 ] {} <Debug> HTTP-Session: ed8feeb4-b942-4b7a-a26d-58a7d697f99e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
25236 2024.11.09 02:59:30.015252 [ 306 ] {} <Debug> HTTP-Session: ed8feeb4-b942-4b7a-a26d-58a7d697f99e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
25237 2024.11.09 02:59:30.015286 [ 306 ] {} <Trace> HTTP-Session: ed8feeb4-b942-4b7a-a26d-58a7d697f99e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
25238 2024.11.09 02:59:30.015418 [ 306 ] {a83575ce-8a29-41de-9b54-c40adc36f56d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41129) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
25239 2024.11.09 02:59:30.015465 [ 306 ] {a83575ce-8a29-41de-9b54-c40adc36f56d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
25240 2024.11.09 02:59:30.015700 [ 306 ] {a83575ce-8a29-41de-9b54-c40adc36f56d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
25241 2024.11.09 02:59:30.016089 [ 306 ] {a83575ce-8a29-41de-9b54-c40adc36f56d} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
25242 2024.11.09 02:59:30.016127 [ 306 ] {a83575ce-8a29-41de-9b54-c40adc36f56d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
25243 2024.11.09 02:59:30.016498 [ 306 ] {a83575ce-8a29-41de-9b54-c40adc36f56d} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary)
25244 2024.11.09 02:59:30.016868 [ 306 ] {a83575ce-8a29-41de-9b54-c40adc36f56d} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
25245 2024.11.09 02:59:30.017030 [ 306 ] {a83575ce-8a29-41de-9b54-c40adc36f56d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001655 sec., 38670.69486404834 rows/sec., 3.02 MiB/sec.
25246 2024.11.09 02:59:30.017341 [ 306 ] {a83575ce-8a29-41de-9b54-c40adc36f56d} <Debug> DynamicQueryHandler: Done processing query
25247 2024.11.09 02:59:30.017405 [ 306 ] {a83575ce-8a29-41de-9b54-c40adc36f56d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
25248 2024.11.09 02:59:30.017479 [ 306 ] {} <Debug> HTTP-Session: ed8feeb4-b942-4b7a-a26d-58a7d697f99e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
25249 2024.11.09 02:59:30.017826 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41129, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25250 2024.11.09 02:59:30.017844 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40750, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25251 2024.11.09 02:59:30.017913 [ 309 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
25252 2024.11.09 02:59:30.017935 [ 309 ] {} <Debug> HTTP-Session: 997feda9-ee1f-4a18-b997-bc4b6b0d506a Authenticating user 'default' from [fd00:1122:3344:101::d]:40750
25253 2024.11.09 02:59:30.017952 [ 309 ] {} <Debug> HTTP-Session: 997feda9-ee1f-4a18-b997-bc4b6b0d506a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
25254 2024.11.09 02:59:30.017966 [ 309 ] {} <Debug> HTTP-Session: 997feda9-ee1f-4a18-b997-bc4b6b0d506a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
25255 2024.11.09 02:59:30.018006 [ 309 ] {} <Trace> HTTP-Session: 997feda9-ee1f-4a18-b997-bc4b6b0d506a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
25256 2024.11.09 02:59:30.018159 [ 309 ] {95c7329a-8238-4f3f-a9e2-9dd5018537bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40750) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
25257 2024.11.09 02:59:30.018212 [ 309 ] {95c7329a-8238-4f3f-a9e2-9dd5018537bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
25258 2024.11.09 02:59:30.018386 [ 309 ] {95c7329a-8238-4f3f-a9e2-9dd5018537bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
25259 2024.11.09 02:59:30.018791 [ 309 ] {95c7329a-8238-4f3f-a9e2-9dd5018537bd} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
25260 2024.11.09 02:59:30.018828 [ 309 ] {95c7329a-8238-4f3f-a9e2-9dd5018537bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
25261 2024.11.09 02:59:30.019236 [ 309 ] {95c7329a-8238-4f3f-a9e2-9dd5018537bd} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary)
25262 2024.11.09 02:59:30.019573 [ 309 ] {95c7329a-8238-4f3f-a9e2-9dd5018537bd} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
25263 2024.11.09 02:59:30.019723 [ 309 ] {95c7329a-8238-4f3f-a9e2-9dd5018537bd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001632 sec., 98039.21568627452 rows/sec., 6.83 MiB/sec.
25264 2024.11.09 02:59:30.019951 [ 309 ] {95c7329a-8238-4f3f-a9e2-9dd5018537bd} <Debug> DynamicQueryHandler: Done processing query
25265 2024.11.09 02:59:30.019976 [ 309 ] {95c7329a-8238-4f3f-a9e2-9dd5018537bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
25266 2024.11.09 02:59:30.020024 [ 309 ] {} <Debug> HTTP-Session: 997feda9-ee1f-4a18-b997-bc4b6b0d506a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
25267 2024.11.09 02:59:30.020252 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40750, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25268 2024.11.09 02:59:30.020387 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57072, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25269 2024.11.09 02:59:30.020455 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
25270 2024.11.09 02:59:30.020479 [ 306 ] {} <Debug> HTTP-Session: 6ec87554-387e-4fbc-9dce-2504fee4b2c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57072
25271 2024.11.09 02:59:30.020499 [ 306 ] {} <Debug> HTTP-Session: 6ec87554-387e-4fbc-9dce-2504fee4b2c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
25272 2024.11.09 02:59:30.020516 [ 306 ] {} <Debug> HTTP-Session: 6ec87554-387e-4fbc-9dce-2504fee4b2c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
25273 2024.11.09 02:59:30.020555 [ 306 ] {} <Trace> HTTP-Session: 6ec87554-387e-4fbc-9dce-2504fee4b2c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
25274 2024.11.09 02:59:30.020702 [ 306 ] {1f3eab7c-8a29-4003-8ff0-9475f6f4fcb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57072) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
25275 2024.11.09 02:59:30.020757 [ 306 ] {1f3eab7c-8a29-4003-8ff0-9475f6f4fcb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
25276 2024.11.09 02:59:30.020930 [ 306 ] {1f3eab7c-8a29-4003-8ff0-9475f6f4fcb1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
25277 2024.11.09 02:59:30.021271 [ 306 ] {1f3eab7c-8a29-4003-8ff0-9475f6f4fcb1} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
25278 2024.11.09 02:59:30.021307 [ 306 ] {1f3eab7c-8a29-4003-8ff0-9475f6f4fcb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
25279 2024.11.09 02:59:30.021712 [ 306 ] {1f3eab7c-8a29-4003-8ff0-9475f6f4fcb1} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary)
25280 2024.11.09 02:59:30.022042 [ 306 ] {1f3eab7c-8a29-4003-8ff0-9475f6f4fcb1} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
25281 2024.11.09 02:59:30.022197 [ 306 ] {1f3eab7c-8a29-4003-8ff0-9475f6f4fcb1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001549 sec., 38734.66752743706 rows/sec., 2.61 MiB/sec.
25282 2024.11.09 02:59:30.022438 [ 306 ] {1f3eab7c-8a29-4003-8ff0-9475f6f4fcb1} <Debug> DynamicQueryHandler: Done processing query
25283 2024.11.09 02:59:30.022493 [ 306 ] {1f3eab7c-8a29-4003-8ff0-9475f6f4fcb1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
25284 2024.11.09 02:59:30.022548 [ 306 ] {} <Debug> HTTP-Session: 6ec87554-387e-4fbc-9dce-2504fee4b2c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
25285 2024.11.09 02:59:30.022842 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57072, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25286 2024.11.09 02:59:30.123050 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56012, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25287 2024.11.09 02:59:30.717627 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43567, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25288 2024.11.09 02:59:30.744144 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41141, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25289 2024.11.09 02:59:30.825543 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64339, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25290 2024.11.09 02:59:30.855903 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39592, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25291 2024.11.09 02:59:30.872289 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58475, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25292 2024.11.09 02:59:30.922669 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50679, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25293 2024.11.09 02:59:31.050057 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40148, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25294 2024.11.09 02:59:31.426530 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache
25295 2024.11.09 02:59:31.426611 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache
25296 2024.11.09 02:59:31.858266 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53214, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25297 2024.11.09 02:59:31.871857 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51858, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25298 2024.11.09 02:59:31.985018 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2218
25299 2024.11.09 02:59:31.987789 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
25300 2024.11.09 02:59:31.987834 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
25301 2024.11.09 02:59:31.989447 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
25302 2024.11.09 02:59:31.990503 [ 242 ] {} <Trace> system.query_log (a73d78ff-8679-4c30-bd22-bb6c401b98d3): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
25303 2024.11.09 02:59:31.992164 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2218
25304 2024.11.09 02:59:32.352747 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50616, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25305 2024.11.09 02:59:32.424217 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:52061, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25306 2024.11.09 02:59:32.433768 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:32971, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25307 2024.11.09 02:59:32.453859 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36722, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25308 2024.11.09 02:59:32.514461 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48720, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25309 2024.11.09 02:59:32.569363 [ 308 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48320, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25310 2024.11.09 02:59:32.571040 [ 308 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51752, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25311 2024.11.09 02:59:32.583316 [ 308 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45618, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25312 2024.11.09 02:59:32.595847 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:52074, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25313 2024.11.09 02:59:32.638917 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34647, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25314 2024.11.09 02:59:32.743347 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38776, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25315 2024.11.09 02:59:32.756793 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48279, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25316 2024.11.09 02:59:32.787277 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52411, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25317 2024.11.09 02:59:32.796582 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60810, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25318 2024.11.09 02:59:35.018639 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40750, User-Agent: (none), Length: 47641, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25319 2024.11.09 02:59:35.018776 [ 309 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
25320 2024.11.09 02:59:35.018806 [ 309 ] {} <Debug> HTTP-Session: f8202411-c459-4a53-b51b-45c2d41ef222 Authenticating user 'default' from [fd00:1122:3344:101::d]:40750
25321 2024.11.09 02:59:35.018834 [ 309 ] {} <Debug> HTTP-Session: f8202411-c459-4a53-b51b-45c2d41ef222 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
25322 2024.11.09 02:59:35.018854 [ 309 ] {} <Debug> HTTP-Session: f8202411-c459-4a53-b51b-45c2d41ef222 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
25323 2024.11.09 02:59:35.018917 [ 309 ] {} <Trace> HTTP-Session: f8202411-c459-4a53-b51b-45c2d41ef222 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
25324 2024.11.09 02:59:35.019244 [ 309 ] {584e4308-aca3-4719-ba58-edb416392a79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40750) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
25325 2024.11.09 02:59:35.019321 [ 309 ] {584e4308-aca3-4719-ba58-edb416392a79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
25326 2024.11.09 02:59:35.019677 [ 309 ] {584e4308-aca3-4719-ba58-edb416392a79} <Trace> ParallelParsingInputFormat: Parallel parsing is used
25327 2024.11.09 02:59:35.020258 [ 309 ] {584e4308-aca3-4719-ba58-edb416392a79} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
25328 2024.11.09 02:59:35.020299 [ 309 ] {584e4308-aca3-4719-ba58-edb416392a79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
25329 2024.11.09 02:59:35.020739 [ 309 ] {584e4308-aca3-4719-ba58-edb416392a79} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary)
25330 2024.11.09 02:59:35.021132 [ 309 ] {584e4308-aca3-4719-ba58-edb416392a79} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
25331 2024.11.09 02:59:35.021275 [ 309 ] {584e4308-aca3-4719-ba58-edb416392a79} <Debug> executeQuery: Read 313 rows, 28.64 KiB in 0.002195 sec., 142596.81093394078 rows/sec., 12.74 MiB/sec.
25332 2024.11.09 02:59:35.021519 [ 309 ] {584e4308-aca3-4719-ba58-edb416392a79} <Debug> DynamicQueryHandler: Done processing query
25333 2024.11.09 02:59:35.021547 [ 309 ] {584e4308-aca3-4719-ba58-edb416392a79} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB.
25334 2024.11.09 02:59:35.021603 [ 309 ] {} <Debug> HTTP-Session: f8202411-c459-4a53-b51b-45c2d41ef222 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
25335 2024.11.09 02:59:35.021850 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40750, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25336 2024.11.09 02:59:35.022007 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39406, User-Agent: (none), Length: 8941, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25337 2024.11.09 02:59:35.022133 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
25338 2024.11.09 02:59:35.022162 [ 271 ] {} <Debug> HTTP-Session: 0ef3eae4-f5b3-4d42-be9b-aa261b46c8eb Authenticating user 'default' from [fd00:1122:3344:101::d]:39406
25339 2024.11.09 02:59:35.022191 [ 271 ] {} <Debug> HTTP-Session: 0ef3eae4-f5b3-4d42-be9b-aa261b46c8eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
25340 2024.11.09 02:59:35.022209 [ 271 ] {} <Debug> HTTP-Session: 0ef3eae4-f5b3-4d42-be9b-aa261b46c8eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
25341 2024.11.09 02:59:35.022276 [ 271 ] {} <Trace> HTTP-Session: 0ef3eae4-f5b3-4d42-be9b-aa261b46c8eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
25342 2024.11.09 02:59:35.022509 [ 271 ] {ca267d1c-62e5-41c0-afce-067f0c54433c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39406) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
25343 2024.11.09 02:59:35.022578 [ 271 ] {ca267d1c-62e5-41c0-afce-067f0c54433c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
25344 2024.11.09 02:59:35.022935 [ 271 ] {ca267d1c-62e5-41c0-afce-067f0c54433c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
25345 2024.11.09 02:59:35.023332 [ 271 ] {ca267d1c-62e5-41c0-afce-067f0c54433c} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
25346 2024.11.09 02:59:35.023376 [ 271 ] {ca267d1c-62e5-41c0-afce-067f0c54433c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
25347 2024.11.09 02:59:35.023820 [ 271 ] {ca267d1c-62e5-41c0-afce-067f0c54433c} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
25348 2024.11.09 02:59:35.024227 [ 271 ] {ca267d1c-62e5-41c0-afce-067f0c54433c} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
25349 2024.11.09 02:59:35.024413 [ 271 ] {ca267d1c-62e5-41c0-afce-067f0c54433c} <Debug> executeQuery: Read 62 rows, 4.66 KiB in 0.001986 sec., 31218.52970795569 rows/sec., 2.29 MiB/sec.
25350 2024.11.09 02:59:35.024654 [ 271 ] {ca267d1c-62e5-41c0-afce-067f0c54433c} <Debug> DynamicQueryHandler: Done processing query
25351 2024.11.09 02:59:35.024683 [ 271 ] {ca267d1c-62e5-41c0-afce-067f0c54433c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
25352 2024.11.09 02:59:35.024699 [ 271 ] {} <Debug> HTTP-Session: 0ef3eae4-f5b3-4d42-be9b-aa261b46c8eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
25353 2024.11.09 02:59:35.024851 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39406, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25354 2024.11.09 02:59:35.024906 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40750, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25355 2024.11.09 02:59:35.025011 [ 309 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
25356 2024.11.09 02:59:35.025041 [ 309 ] {} <Debug> HTTP-Session: e59f2010-1c60-4ba2-b3ff-dba824244ee7 Authenticating user 'default' from [fd00:1122:3344:101::d]:40750
25357 2024.11.09 02:59:35.025064 [ 309 ] {} <Debug> HTTP-Session: e59f2010-1c60-4ba2-b3ff-dba824244ee7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
25358 2024.11.09 02:59:35.025083 [ 309 ] {} <Debug> HTTP-Session: e59f2010-1c60-4ba2-b3ff-dba824244ee7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
25359 2024.11.09 02:59:35.025134 [ 309 ] {} <Trace> HTTP-Session: e59f2010-1c60-4ba2-b3ff-dba824244ee7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
25360 2024.11.09 02:59:35.025285 [ 309 ] {cb412841-09f8-43e3-9aa5-12409b5dcddd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40750) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
25361 2024.11.09 02:59:35.025343 [ 309 ] {cb412841-09f8-43e3-9aa5-12409b5dcddd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
25362 2024.11.09 02:59:35.025647 [ 309 ] {cb412841-09f8-43e3-9aa5-12409b5dcddd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
25363 2024.11.09 02:59:35.025958 [ 309 ] {cb412841-09f8-43e3-9aa5-12409b5dcddd} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
25364 2024.11.09 02:59:35.025997 [ 309 ] {cb412841-09f8-43e3-9aa5-12409b5dcddd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
25365 2024.11.09 02:59:35.026408 [ 309 ] {cb412841-09f8-43e3-9aa5-12409b5dcddd} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
25366 2024.11.09 02:59:35.026799 [ 309 ] {cb412841-09f8-43e3-9aa5-12409b5dcddd} <Trace> oximeter.fields_u32 (21175b47-2269-4f96-aca3-e075f3bc6a0e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
25367 2024.11.09 02:59:35.026929 [ 309 ] {cb412841-09f8-43e3-9aa5-12409b5dcddd} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001688 sec., 8293.838862559242 rows/sec., 580.85 KiB/sec.
25368 2024.11.09 02:59:35.027160 [ 309 ] {cb412841-09f8-43e3-9aa5-12409b5dcddd} <Debug> DynamicQueryHandler: Done processing query
25369 2024.11.09 02:59:35.027186 [ 309 ] {cb412841-09f8-43e3-9aa5-12409b5dcddd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
25370 2024.11.09 02:59:35.027202 [ 309 ] {} <Debug> HTTP-Session: e59f2010-1c60-4ba2-b3ff-dba824244ee7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
25371 2024.11.09 02:59:35.027346 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40750, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25372 2024.11.09 02:59:35.027446 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54408, User-Agent: (none), Length: 800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25373 2024.11.09 02:59:35.027522 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
25374 2024.11.09 02:59:35.027547 [ 271 ] {} <Debug> HTTP-Session: 2e5edc04-1cbf-4a18-af50-00dcaa11da75 Authenticating user 'default' from [fd00:1122:3344:101::d]:54408
25375 2024.11.09 02:59:35.027570 [ 271 ] {} <Debug> HTTP-Session: 2e5edc04-1cbf-4a18-af50-00dcaa11da75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
25376 2024.11.09 02:59:35.027588 [ 271 ] {} <Debug> HTTP-Session: 2e5edc04-1cbf-4a18-af50-00dcaa11da75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
25377 2024.11.09 02:59:35.027638 [ 271 ] {} <Trace> HTTP-Session: 2e5edc04-1cbf-4a18-af50-00dcaa11da75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
25378 2024.11.09 02:59:35.027781 [ 271 ] {ab772a64-b511-44e9-a163-eaa979d6a746} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54408) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
25379 2024.11.09 02:59:35.027843 [ 271 ] {ab772a64-b511-44e9-a163-eaa979d6a746} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
25380 2024.11.09 02:59:35.028174 [ 271 ] {ab772a64-b511-44e9-a163-eaa979d6a746} <Trace> ParallelParsingInputFormat: Parallel parsing is used
25381 2024.11.09 02:59:35.028520 [ 271 ] {ab772a64-b511-44e9-a163-eaa979d6a746} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Trying to reserve 1.00 MiB using storage policy from min volume index 0
25382 2024.11.09 02:59:35.028558 [ 271 ] {ab772a64-b511-44e9-a163-eaa979d6a746} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
25383 2024.11.09 02:59:35.028933 [ 271 ] {ab772a64-b511-44e9-a163-eaa979d6a746} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
25384 2024.11.09 02:59:35.029308 [ 271 ] {ab772a64-b511-44e9-a163-eaa979d6a746} <Trace> oximeter.fields_u8 (1ddaafe8-8dc5-4cd2-9158-6971a19e2a10): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
25385 2024.11.09 02:59:35.029475 [ 271 ] {ab772a64-b511-44e9-a163-eaa979d6a746} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001732 sec., 3464.203233256351 rows/sec., 204.67 KiB/sec.
25386 2024.11.09 02:59:35.029667 [ 271 ] {ab772a64-b511-44e9-a163-eaa979d6a746} <Debug> DynamicQueryHandler: Done processing query
25387 2024.11.09 02:59:35.029693 [ 271 ] {ab772a64-b511-44e9-a163-eaa979d6a746} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
25388 2024.11.09 02:59:35.029709 [ 271 ] {} <Debug> HTTP-Session: 2e5edc04-1cbf-4a18-af50-00dcaa11da75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
25389 2024.11.09 02:59:35.029995 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54408, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25390 2024.11.09 02:59:35.030013 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40750, User-Agent: (none), Length: 72268, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25391 2024.11.09 02:59:35.030110 [ 309 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
25392 2024.11.09 02:59:35.030140 [ 309 ] {} <Debug> HTTP-Session: a52e6719-6dce-45b8-b6a3-f945f4c2e974 Authenticating user 'default' from [fd00:1122:3344:101::d]:40750
25393 2024.11.09 02:59:35.030165 [ 309 ] {} <Debug> HTTP-Session: a52e6719-6dce-45b8-b6a3-f945f4c2e974 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
25394 2024.11.09 02:59:35.030183 [ 309 ] {} <Debug> HTTP-Session: a52e6719-6dce-45b8-b6a3-f945f4c2e974 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
25395 2024.11.09 02:59:35.030228 [ 309 ] {} <Trace> HTTP-Session: a52e6719-6dce-45b8-b6a3-f945f4c2e974 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
25396 2024.11.09 02:59:35.030496 [ 309 ] {92e90b21-5cb9-4498-a297-ad33b1f35682} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40750) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
25397 2024.11.09 02:59:35.030545 [ 309 ] {92e90b21-5cb9-4498-a297-ad33b1f35682} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
25398 2024.11.09 02:59:35.030813 [ 309 ] {92e90b21-5cb9-4498-a297-ad33b1f35682} <Trace> ParallelParsingInputFormat: Parallel parsing is used
25399 2024.11.09 02:59:35.031354 [ 309 ] {92e90b21-5cb9-4498-a297-ad33b1f35682} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
25400 2024.11.09 02:59:35.031391 [ 309 ] {92e90b21-5cb9-4498-a297-ad33b1f35682} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
25401 2024.11.09 02:59:35.031792 [ 309 ] {92e90b21-5cb9-4498-a297-ad33b1f35682} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary)
25402 2024.11.09 02:59:35.032163 [ 309 ] {92e90b21-5cb9-4498-a297-ad33b1f35682} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
25403 2024.11.09 02:59:35.032288 [ 309 ] {92e90b21-5cb9-4498-a297-ad33b1f35682} <Debug> executeQuery: Read 444 rows, 32.65 KiB in 0.001927 sec., 230409.96367410483 rows/sec., 16.54 MiB/sec.
25404 2024.11.09 02:59:35.032448 [ 309 ] {92e90b21-5cb9-4498-a297-ad33b1f35682} <Debug> DynamicQueryHandler: Done processing query
25405 2024.11.09 02:59:35.032472 [ 309 ] {92e90b21-5cb9-4498-a297-ad33b1f35682} <Debug> MemoryTracker: Peak memory usage (for query): 4.47 MiB.
25406 2024.11.09 02:59:35.032489 [ 309 ] {} <Debug> HTTP-Session: a52e6719-6dce-45b8-b6a3-f945f4c2e974 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
25407 2024.11.09 02:59:35.032747 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40750, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25408 2024.11.09 02:59:35.032835 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34428, User-Agent: (none), Length: 898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25409 2024.11.09 02:59:35.032915 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
25410 2024.11.09 02:59:35.032942 [ 271 ] {} <Debug> HTTP-Session: f49fb001-ac2a-467b-86e6-4bb5a50791e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34428
25411 2024.11.09 02:59:35.032963 [ 271 ] {} <Debug> HTTP-Session: f49fb001-ac2a-467b-86e6-4bb5a50791e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
25412 2024.11.09 02:59:35.032980 [ 271 ] {} <Debug> HTTP-Session: f49fb001-ac2a-467b-86e6-4bb5a50791e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
25413 2024.11.09 02:59:35.033027 [ 271 ] {} <Trace> HTTP-Session: f49fb001-ac2a-467b-86e6-4bb5a50791e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
25414 2024.11.09 02:59:35.033158 [ 271 ] {eeb64034-5360-4b03-8eaa-7547f0c616c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34428) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
25415 2024.11.09 02:59:35.033218 [ 271 ] {eeb64034-5360-4b03-8eaa-7547f0c616c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
25416 2024.11.09 02:59:35.033413 [ 271 ] {eeb64034-5360-4b03-8eaa-7547f0c616c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
25417 2024.11.09 02:59:35.033701 [ 271 ] {eeb64034-5360-4b03-8eaa-7547f0c616c8} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
25418 2024.11.09 02:59:35.033737 [ 271 ] {eeb64034-5360-4b03-8eaa-7547f0c616c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
25419 2024.11.09 02:59:35.034112 [ 271 ] {eeb64034-5360-4b03-8eaa-7547f0c616c8} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
25420 2024.11.09 02:59:35.034452 [ 271 ] {eeb64034-5360-4b03-8eaa-7547f0c616c8} <Trace> oximeter.measurements_bool (a9759629-92a1-4f20-8a19-cdcc02c88b9f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
25421 2024.11.09 02:59:35.034607 [ 271 ] {eeb64034-5360-4b03-8eaa-7547f0c616c8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001482 sec., 4048.5829959514167 rows/sec., 211.52 KiB/sec.
25422 2024.11.09 02:59:35.034798 [ 271 ] {eeb64034-5360-4b03-8eaa-7547f0c616c8} <Debug> DynamicQueryHandler: Done processing query
25423 2024.11.09 02:59:35.034824 [ 271 ] {eeb64034-5360-4b03-8eaa-7547f0c616c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
25424 2024.11.09 02:59:35.034842 [ 271 ] {} <Debug> HTTP-Session: f49fb001-ac2a-467b-86e6-4bb5a50791e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
25425 2024.11.09 02:59:35.035021 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34428, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25426 2024.11.09 02:59:35.035119 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38206, User-Agent: (none), Length: 44665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25427 2024.11.09 02:59:35.035190 [ 309 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
25428 2024.11.09 02:59:35.035214 [ 309 ] {} <Debug> HTTP-Session: b0c815ef-6c1d-4b8a-911e-4d7e52182e5e Authenticating user 'default' from [fd00:1122:3344:101::d]:38206
25429 2024.11.09 02:59:35.035235 [ 309 ] {} <Debug> HTTP-Session: b0c815ef-6c1d-4b8a-911e-4d7e52182e5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
25430 2024.11.09 02:59:35.035253 [ 309 ] {} <Debug> HTTP-Session: b0c815ef-6c1d-4b8a-911e-4d7e52182e5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
25431 2024.11.09 02:59:35.035298 [ 309 ] {} <Trace> HTTP-Session: b0c815ef-6c1d-4b8a-911e-4d7e52182e5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
25432 2024.11.09 02:59:35.035508 [ 309 ] {d1f74158-be99-43ba-9959-632b41304043} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38206) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
25433 2024.11.09 02:59:35.035559 [ 309 ] {d1f74158-be99-43ba-9959-632b41304043} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
25434 2024.11.09 02:59:35.035801 [ 309 ] {d1f74158-be99-43ba-9959-632b41304043} <Trace> ParallelParsingInputFormat: Parallel parsing is used
25435 2024.11.09 02:59:35.036478 [ 309 ] {d1f74158-be99-43ba-9959-632b41304043} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
25436 2024.11.09 02:59:35.036514 [ 309 ] {d1f74158-be99-43ba-9959-632b41304043} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
25437 2024.11.09 02:59:35.036917 [ 309 ] {d1f74158-be99-43ba-9959-632b41304043} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary)
25438 2024.11.09 02:59:35.037263 [ 309 ] {d1f74158-be99-43ba-9959-632b41304043} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
25439 2024.11.09 02:59:35.037388 [ 309 ] {d1f74158-be99-43ba-9959-632b41304043} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001981 sec., 119636.54719838465 rows/sec., 8.02 MiB/sec.
25440 2024.11.09 02:59:35.037554 [ 309 ] {d1f74158-be99-43ba-9959-632b41304043} <Debug> DynamicQueryHandler: Done processing query
25441 2024.11.09 02:59:35.037580 [ 309 ] {d1f74158-be99-43ba-9959-632b41304043} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
25442 2024.11.09 02:59:35.037596 [ 309 ] {} <Debug> HTTP-Session: b0c815ef-6c1d-4b8a-911e-4d7e52182e5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
25443 2024.11.09 02:59:35.037781 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34428, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25444 2024.11.09 02:59:35.037794 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38206, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25445 2024.11.09 02:59:35.037870 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
25446 2024.11.09 02:59:35.037910 [ 271 ] {} <Debug> HTTP-Session: 95691943-bf96-4218-abfd-7d30314a8b56 Authenticating user 'default' from [fd00:1122:3344:101::d]:34428
25447 2024.11.09 02:59:35.037938 [ 271 ] {} <Debug> HTTP-Session: 95691943-bf96-4218-abfd-7d30314a8b56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
25448 2024.11.09 02:59:35.037973 [ 271 ] {} <Debug> HTTP-Session: 95691943-bf96-4218-abfd-7d30314a8b56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
25449 2024.11.09 02:59:35.038021 [ 271 ] {} <Trace> HTTP-Session: 95691943-bf96-4218-abfd-7d30314a8b56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
25450 2024.11.09 02:59:35.038156 [ 271 ] {03a529c4-0912-405b-8e62-9d0eb106e46d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34428) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
25451 2024.11.09 02:59:35.038217 [ 271 ] {03a529c4-0912-405b-8e62-9d0eb106e46d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
25452 2024.11.09 02:59:35.038411 [ 271 ] {03a529c4-0912-405b-8e62-9d0eb106e46d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
25453 2024.11.09 02:59:35.038685 [ 271 ] {03a529c4-0912-405b-8e62-9d0eb106e46d} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
25454 2024.11.09 02:59:35.038722 [ 271 ] {03a529c4-0912-405b-8e62-9d0eb106e46d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
25455 2024.11.09 02:59:35.039086 [ 271 ] {03a529c4-0912-405b-8e62-9d0eb106e46d} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
25456 2024.11.09 02:59:35.039416 [ 271 ] {03a529c4-0912-405b-8e62-9d0eb106e46d} <Trace> oximeter.measurements_f64 (88a23b06-e353-416c-8860-9499dcb823f7): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
25457 2024.11.09 02:59:35.039573 [ 271 ] {03a529c4-0912-405b-8e62-9d0eb106e46d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001442 sec., 693.4812760055479 rows/sec., 46.73 KiB/sec.
25458 2024.11.09 02:59:35.039754 [ 271 ] {03a529c4-0912-405b-8e62-9d0eb106e46d} <Debug> DynamicQueryHandler: Done processing query
25459 2024.11.09 02:59:35.039780 [ 271 ] {03a529c4-0912-405b-8e62-9d0eb106e46d} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
25460 2024.11.09 02:59:35.039796 [ 271 ] {} <Debug> HTTP-Session: 95691943-bf96-4218-abfd-7d30314a8b56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
25461 2024.11.09 02:59:35.040052 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34428, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25462 2024.11.09 02:59:35.040171 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45055, User-Agent: (none), Length: 103858, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25463 2024.11.09 02:59:35.040232 [ 309 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
25464 2024.11.09 02:59:35.040252 [ 309 ] {} <Debug> HTTP-Session: 3b544474-9a5e-4ed1-b058-83a3c76d1d1d Authenticating user 'default' from [fd00:1122:3344:101::d]:45055
25465 2024.11.09 02:59:35.040270 [ 309 ] {} <Debug> HTTP-Session: 3b544474-9a5e-4ed1-b058-83a3c76d1d1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
25466 2024.11.09 02:59:35.040284 [ 309 ] {} <Debug> HTTP-Session: 3b544474-9a5e-4ed1-b058-83a3c76d1d1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
25467 2024.11.09 02:59:35.040323 [ 309 ] {} <Trace> HTTP-Session: 3b544474-9a5e-4ed1-b058-83a3c76d1d1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
25468 2024.11.09 02:59:35.040845 [ 309 ] {5079ab1b-a1f5-44ad-87a4-0b23068c2667} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45055) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
25469 2024.11.09 02:59:35.040924 [ 309 ] {5079ab1b-a1f5-44ad-87a4-0b23068c2667} <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
25470 2024.11.09 02:59:35.041416 [ 309 ] {5079ab1b-a1f5-44ad-87a4-0b23068c2667} <Trace> ParallelParsingInputFormat: Parallel parsing is used
25471 2024.11.09 02:59:35.042377 [ 309 ] {5079ab1b-a1f5-44ad-87a4-0b23068c2667} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
25472 2024.11.09 02:59:35.042414 [ 309 ] {5079ab1b-a1f5-44ad-87a4-0b23068c2667} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
25473 2024.11.09 02:59:35.043135 [ 309 ] {5079ab1b-a1f5-44ad-87a4-0b23068c2667} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
25474 2024.11.09 02:59:35.043567 [ 309 ] {5079ab1b-a1f5-44ad-87a4-0b23068c2667} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
25475 2024.11.09 02:59:35.043717 [ 309 ] {5079ab1b-a1f5-44ad-87a4-0b23068c2667} <Debug> executeQuery: Read 62 rows, 113.77 KiB in 0.003278 sec., 18913.97193410616 rows/sec., 33.89 MiB/sec.
25476 2024.11.09 02:59:35.043950 [ 309 ] {5079ab1b-a1f5-44ad-87a4-0b23068c2667} <Debug> DynamicQueryHandler: Done processing query
25477 2024.11.09 02:59:35.043975 [ 309 ] {5079ab1b-a1f5-44ad-87a4-0b23068c2667} <Debug> MemoryTracker: Peak memory usage (for query): 4.71 MiB.
25478 2024.11.09 02:59:35.043992 [ 309 ] {} <Debug> HTTP-Session: 3b544474-9a5e-4ed1-b058-83a3c76d1d1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
25479 2024.11.09 02:59:35.044238 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34428, User-Agent: (none), Length: 12154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25480 2024.11.09 02:59:35.044258 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45055, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25481 2024.11.09 02:59:35.044328 [ 271 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
25482 2024.11.09 02:59:35.044368 [ 271 ] {} <Debug> HTTP-Session: 18ab98b8-af04-47d0-a4e7-8b1e3ec1f4c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34428
25483 2024.11.09 02:59:35.044393 [ 271 ] {} <Debug> HTTP-Session: 18ab98b8-af04-47d0-a4e7-8b1e3ec1f4c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
25484 2024.11.09 02:59:35.044419 [ 271 ] {} <Debug> HTTP-Session: 18ab98b8-af04-47d0-a4e7-8b1e3ec1f4c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
25485 2024.11.09 02:59:35.044468 [ 271 ] {} <Trace> HTTP-Session: 18ab98b8-af04-47d0-a4e7-8b1e3ec1f4c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
25486 2024.11.09 02:59:35.044634 [ 271 ] {bfb96d5d-cbad-400a-99fd-d16a4e954fb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34428) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
25487 2024.11.09 02:59:35.044694 [ 271 ] {bfb96d5d-cbad-400a-99fd-d16a4e954fb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
25488 2024.11.09 02:59:35.044895 [ 271 ] {bfb96d5d-cbad-400a-99fd-d16a4e954fb5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
25489 2024.11.09 02:59:35.045263 [ 271 ] {bfb96d5d-cbad-400a-99fd-d16a4e954fb5} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
25490 2024.11.09 02:59:35.045306 [ 271 ] {bfb96d5d-cbad-400a-99fd-d16a4e954fb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
25491 2024.11.09 02:59:35.045709 [ 271 ] {bfb96d5d-cbad-400a-99fd-d16a4e954fb5} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary)
25492 2024.11.09 02:59:35.046054 [ 271 ] {bfb96d5d-cbad-400a-99fd-d16a4e954fb5} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
25493 2024.11.09 02:59:35.046201 [ 271 ] {bfb96d5d-cbad-400a-99fd-d16a4e954fb5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001631 sec., 50275.904353157566 rows/sec., 3.19 MiB/sec.
25494 2024.11.09 02:59:35.046389 [ 271 ] {bfb96d5d-cbad-400a-99fd-d16a4e954fb5} <Debug> DynamicQueryHandler: Done processing query
25495 2024.11.09 02:59:35.046414 [ 271 ] {bfb96d5d-cbad-400a-99fd-d16a4e954fb5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
25496 2024.11.09 02:59:35.046430 [ 271 ] {} <Debug> HTTP-Session: 18ab98b8-af04-47d0-a4e7-8b1e3ec1f4c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
25497 2024.11.09 02:59:35.046859 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34428, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25498 2024.11.09 02:59:35.987562 [ 220 ] {} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
25499 2024.11.09 02:59:35.987623 [ 220 ] {} <Debug> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
25500 2024.11.09 02:59:35.989739 [ 220 ] {} <Debug> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
25501 2024.11.09 02:59:36.274007 [ 224 ] {} <Trace> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
25502 2024.11.09 02:59:36.274041 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
25503 2024.11.09 02:59:36.275903 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (d6f76892-013d-4e94-a9e5-8784130b69d8): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
25504 2024.11.09 02:59:40.010916 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57768, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25505 2024.11.09 02:59:40.011109 [ 309 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
25506 2024.11.09 02:59:40.011154 [ 309 ] {} <Debug> HTTP-Session: b60a07a3-a35a-4331-82a4-8ecd1d61a58e Authenticating user 'default' from [fd00:1122:3344:101::d]:57768
25507 2024.11.09 02:59:40.011196 [ 309 ] {} <Debug> HTTP-Session: b60a07a3-a35a-4331-82a4-8ecd1d61a58e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
25508 2024.11.09 02:59:40.011224 [ 309 ] {} <Debug> HTTP-Session: b60a07a3-a35a-4331-82a4-8ecd1d61a58e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
25509 2024.11.09 02:59:40.011302 [ 309 ] {} <Trace> HTTP-Session: b60a07a3-a35a-4331-82a4-8ecd1d61a58e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
25510 2024.11.09 02:59:40.011586 [ 309 ] {6dce671b-0e94-4b7f-90e4-b68d16f3b28c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57768) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
25511 2024.11.09 02:59:40.011696 [ 309 ] {6dce671b-0e94-4b7f-90e4-b68d16f3b28c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
25512 2024.11.09 02:59:40.012047 [ 309 ] {6dce671b-0e94-4b7f-90e4-b68d16f3b28c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
25513 2024.11.09 02:59:40.012479 [ 309 ] {6dce671b-0e94-4b7f-90e4-b68d16f3b28c} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
25514 2024.11.09 02:59:40.012517 [ 309 ] {6dce671b-0e94-4b7f-90e4-b68d16f3b28c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
25515 2024.11.09 02:59:40.012917 [ 309 ] {6dce671b-0e94-4b7f-90e4-b68d16f3b28c} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
25516 2024.11.09 02:59:40.013308 [ 309 ] {6dce671b-0e94-4b7f-90e4-b68d16f3b28c} <Trace> oximeter.fields_ipaddr (ce017f7c-0924-4fa2-956a-6d7747ac3b3e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
25517 2024.11.09 02:59:40.013450 [ 309 ] {6dce671b-0e94-4b7f-90e4-b68d16f3b28c} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001957 sec., 2043.9448134900358 rows/sec., 166.67 KiB/sec.
25518 2024.11.09 02:59:40.013651 [ 309 ] {6dce671b-0e94-4b7f-90e4-b68d16f3b28c} <Debug> DynamicQueryHandler: Done processing query
25519 2024.11.09 02:59:40.013678 [ 309 ] {6dce671b-0e94-4b7f-90e4-b68d16f3b28c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
25520 2024.11.09 02:59:40.013695 [ 309 ] {} <Debug> HTTP-Session: b60a07a3-a35a-4331-82a4-8ecd1d61a58e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
25521 2024.11.09 02:59:40.013909 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57768, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25522 2024.11.09 02:59:40.014069 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45839, User-Agent: (none), Length: 8114, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25523 2024.11.09 02:59:40.014210 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
25524 2024.11.09 02:59:40.014239 [ 292 ] {} <Debug> HTTP-Session: 5c0d50ff-ae7a-4945-b8b4-16402bf8ac55 Authenticating user 'default' from [fd00:1122:3344:101::d]:45839
25525 2024.11.09 02:59:40.014267 [ 292 ] {} <Debug> HTTP-Session: 5c0d50ff-ae7a-4945-b8b4-16402bf8ac55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
25526 2024.11.09 02:59:40.014284 [ 292 ] {} <Debug> HTTP-Session: 5c0d50ff-ae7a-4945-b8b4-16402bf8ac55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
25527 2024.11.09 02:59:40.014345 [ 292 ] {} <Trace> HTTP-Session: 5c0d50ff-ae7a-4945-b8b4-16402bf8ac55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
25528 2024.11.09 02:59:40.014581 [ 292 ] {160d5cc6-2677-4668-b821-dcfd8ace1b27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45839) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
25529 2024.11.09 02:59:40.014660 [ 292 ] {160d5cc6-2677-4668-b821-dcfd8ace1b27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
25530 2024.11.09 02:59:40.015012 [ 292 ] {160d5cc6-2677-4668-b821-dcfd8ace1b27} <Trace> ParallelParsingInputFormat: Parallel parsing is used
25531 2024.11.09 02:59:40.015430 [ 292 ] {160d5cc6-2677-4668-b821-dcfd8ace1b27} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
25532 2024.11.09 02:59:40.015473 [ 292 ] {160d5cc6-2677-4668-b821-dcfd8ace1b27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
25533 2024.11.09 02:59:40.015907 [ 292 ] {160d5cc6-2677-4668-b821-dcfd8ace1b27} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary)
25534 2024.11.09 02:59:40.016303 [ 292 ] {160d5cc6-2677-4668-b821-dcfd8ace1b27} <Trace> oximeter.fields_string (bde11c82-fb16-4523-b06a-2e6eacbdba14): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
25535 2024.11.09 02:59:40.016475 [ 292 ] {160d5cc6-2677-4668-b821-dcfd8ace1b27} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.00197 sec., 29441.624365482236 rows/sec., 2.26 MiB/sec.
25536 2024.11.09 02:59:40.016684 [ 292 ] {160d5cc6-2677-4668-b821-dcfd8ace1b27} <Debug> DynamicQueryHandler: Done processing query
25537 2024.11.09 02:59:40.016711 [ 292 ] {160d5cc6-2677-4668-b821-dcfd8ace1b27} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
25538 2024.11.09 02:59:40.016728 [ 292 ] {} <Debug> HTTP-Session: 5c0d50ff-ae7a-4945-b8b4-16402bf8ac55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
25539 2024.11.09 02:59:40.016910 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45839, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25540 2024.11.09 02:59:40.016946 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57768, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25541 2024.11.09 02:59:40.017029 [ 309 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
25542 2024.11.09 02:59:40.017064 [ 309 ] {} <Debug> HTTP-Session: 035fde2a-ca22-4a1e-a839-581e1da00209 Authenticating user 'default' from [fd00:1122:3344:101::d]:57768
25543 2024.11.09 02:59:40.017088 [ 309 ] {} <Debug> HTTP-Session: 035fde2a-ca22-4a1e-a839-581e1da00209 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
25544 2024.11.09 02:59:40.017109 [ 309 ] {} <Debug> HTTP-Session: 035fde2a-ca22-4a1e-a839-581e1da00209 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
25545 2024.11.09 02:59:40.017154 [ 309 ] {} <Trace> HTTP-Session: 035fde2a-ca22-4a1e-a839-581e1da00209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
25546 2024.11.09 02:59:40.017283 [ 309 ] {6d0c81bc-e819-4f38-9dae-4bdc444ec88c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57768) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
25547 2024.11.09 02:59:40.017338 [ 309 ] {6d0c81bc-e819-4f38-9dae-4bdc444ec88c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
25548 2024.11.09 02:59:40.017649 [ 309 ] {6d0c81bc-e819-4f38-9dae-4bdc444ec88c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
25549 2024.11.09 02:59:40.017963 [ 309 ] {6d0c81bc-e819-4f38-9dae-4bdc444ec88c} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
25550 2024.11.09 02:59:40.018000 [ 309 ] {6d0c81bc-e819-4f38-9dae-4bdc444ec88c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
25551 2024.11.09 02:59:40.018351 [ 309 ] {6d0c81bc-e819-4f38-9dae-4bdc444ec88c} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
25552 2024.11.09 02:59:40.018713 [ 309 ] {6d0c81bc-e819-4f38-9dae-4bdc444ec88c} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
25553 2024.11.09 02:59:40.018837 [ 137 ] {} <Debug> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
25554 2024.11.09 02:59:40.018843 [ 309 ] {6d0c81bc-e819-4f38-9dae-4bdc444ec88c} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001593 sec., 2510.9855618330193 rows/sec., 175.33 KiB/sec.
25555 2024.11.09 02:59:40.018885 [ 137 ] {} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
25556 2024.11.09 02:59:40.018931 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
25557 2024.11.09 02:59:40.019083 [ 309 ] {6d0c81bc-e819-4f38-9dae-4bdc444ec88c} <Debug> DynamicQueryHandler: Done processing query
25558 2024.11.09 02:59:40.019103 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full
25559 2024.11.09 02:59:40.019120 [ 309 ] {6d0c81bc-e819-4f38-9dae-4bdc444ec88c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
25560 2024.11.09 02:59:40.019174 [ 309 ] {} <Debug> HTTP-Session: 035fde2a-ca22-4a1e-a839-581e1da00209 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
25561 2024.11.09 02:59:40.019494 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57768, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25562 2024.11.09 02:59:40.019622 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38312, User-Agent: (none), Length: 11580, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25563 2024.11.09 02:59:40.019796 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
25564 2024.11.09 02:59:40.019884 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
25565 2024.11.09 02:59:40.019903 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 83 rows starting from the beginning of the part
25566 2024.11.09 02:59:40.019935 [ 292 ] {} <Debug> HTTP-Session: bae46e69-68a6-418c-9537-2da82eb090f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38312
25567 2024.11.09 02:59:40.019991 [ 292 ] {} <Debug> HTTP-Session: bae46e69-68a6-418c-9537-2da82eb090f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
25568 2024.11.09 02:59:40.020079 [ 292 ] {} <Debug> HTTP-Session: bae46e69-68a6-418c-9537-2da82eb090f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
25569 2024.11.09 02:59:40.020170 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 8 rows starting from the beginning of the part
25570 2024.11.09 02:59:40.020215 [ 292 ] {} <Trace> HTTP-Session: bae46e69-68a6-418c-9537-2da82eb090f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
25571 2024.11.09 02:59:40.020400 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 62 rows starting from the beginning of the part
25572 2024.11.09 02:59:40.020733 [ 292 ] {13cbc06c-0e80-49a6-be40-7b7725acd65f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38312) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
25573 2024.11.09 02:59:40.020802 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 2 rows starting from the beginning of the part
25574 2024.11.09 02:59:40.020940 [ 292 ] {13cbc06c-0e80-49a6-be40-7b7725acd65f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
25575 2024.11.09 02:59:40.021141 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 62 rows starting from the beginning of the part
25576 2024.11.09 02:59:40.021525 [ 196 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 4 rows starting from the beginning of the part
25577 2024.11.09 02:59:40.022694 [ 292 ] {13cbc06c-0e80-49a6-be40-7b7725acd65f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
25578 2024.11.09 02:59:40.023756 [ 292 ] {13cbc06c-0e80-49a6-be40-7b7725acd65f} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Trying to reserve 1.00 MiB using storage policy from min volume index 0
25579 2024.11.09 02:59:40.023813 [ 292 ] {13cbc06c-0e80-49a6-be40-7b7725acd65f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
25580 2024.11.09 02:59:40.024856 [ 201 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 221 rows, containing 5 columns (5 merged, 0 gathered) in 0.005841481 sec., 37832.871492691665 rows/sec., 2.89 MiB/sec.
25581 2024.11.09 02:59:40.024873 [ 292 ] {13cbc06c-0e80-49a6-be40-7b7725acd65f} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary)
25582 2024.11.09 02:59:40.025281 [ 201 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
25583 2024.11.09 02:59:40.025704 [ 292 ] {13cbc06c-0e80-49a6-be40-7b7725acd65f} <Trace> oximeter.fields_uuid (48637766-a340-4af8-ae3d-4486ac21e344): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
25584 2024.11.09 02:59:40.026186 [ 292 ] {13cbc06c-0e80-49a6-be40-7b7725acd65f} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.005698 sec., 11934.011934011934 rows/sec., 954.97 KiB/sec.
25585 2024.11.09 02:59:40.026489 [ 292 ] {13cbc06c-0e80-49a6-be40-7b7725acd65f} <Debug> DynamicQueryHandler: Done processing query
25586 2024.11.09 02:59:40.026497 [ 201 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_101_20} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
25587 2024.11.09 02:59:40.026532 [ 292 ] {13cbc06c-0e80-49a6-be40-7b7725acd65f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
25588 2024.11.09 02:59:40.026580 [ 292 ] {} <Debug> HTTP-Session: bae46e69-68a6-418c-9537-2da82eb090f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
25589 2024.11.09 02:59:40.026678 [ 201 ] {799662db-f528-424d-a8f1-7a3df786217a::all_1_101_20} <Trace> oximeter.fields_u16 (799662db-f528-424d-a8f1-7a3df786217a) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
25590 2024.11.09 02:59:40.026876 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38312, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25591 2024.11.09 02:59:40.026882 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
25592 2024.11.09 02:59:40.026983 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50380, User-Agent: (none), Length: 24920, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25593 2024.11.09 02:59:40.027054 [ 309 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
25594 2024.11.09 02:59:40.027083 [ 309 ] {} <Debug> HTTP-Session: 96b56553-cd11-487e-a209-a0fd85914d2c Authenticating user 'default' from [fd00:1122:3344:101::d]:50380
25595 2024.11.09 02:59:40.027102 [ 309 ] {} <Debug> HTTP-Session: 96b56553-cd11-487e-a209-a0fd85914d2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
25596 2024.11.09 02:59:40.027118 [ 309 ] {} <Debug> HTTP-Session: 96b56553-cd11-487e-a209-a0fd85914d2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
25597 2024.11.09 02:59:40.027156 [ 309 ] {} <Trace> HTTP-Session: 96b56553-cd11-487e-a209-a0fd85914d2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
25598 2024.11.09 02:59:40.027326 [ 309 ] {e9c70eea-d48a-4e6e-aad4-c4ecd91f3bff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50380) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
25599 2024.11.09 02:59:40.027378 [ 309 ] {e9c70eea-d48a-4e6e-aad4-c4ecd91f3bff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
25600 2024.11.09 02:59:40.027564 [ 309 ] {e9c70eea-d48a-4e6e-aad4-c4ecd91f3bff} <Trace> ParallelParsingInputFormat: Parallel parsing is used
25601 2024.11.09 02:59:40.027940 [ 309 ] {e9c70eea-d48a-4e6e-aad4-c4ecd91f3bff} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
25602 2024.11.09 02:59:40.027976 [ 309 ] {e9c70eea-d48a-4e6e-aad4-c4ecd91f3bff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
25603 2024.11.09 02:59:40.028376 [ 309 ] {e9c70eea-d48a-4e6e-aad4-c4ecd91f3bff} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary)
25604 2024.11.09 02:59:40.028737 [ 309 ] {e9c70eea-d48a-4e6e-aad4-c4ecd91f3bff} <Trace> oximeter.measurements_cumulativeu64 (173f980a-35dc-47ba-ab5b-853644c4390e): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
25605 2024.11.09 02:59:40.028864 [ 309 ] {e9c70eea-d48a-4e6e-aad4-c4ecd91f3bff} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001619 sec., 80296.47930821494 rows/sec., 5.59 MiB/sec.
25606 2024.11.09 02:59:40.029262 [ 309 ] {e9c70eea-d48a-4e6e-aad4-c4ecd91f3bff} <Debug> DynamicQueryHandler: Done processing query
25607 2024.11.09 02:59:40.029352 [ 309 ] {e9c70eea-d48a-4e6e-aad4-c4ecd91f3bff} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
25608 2024.11.09 02:59:40.029442 [ 309 ] {} <Debug> HTTP-Session: 96b56553-cd11-487e-a209-a0fd85914d2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
25609 2024.11.09 02:59:40.029811 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50380, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25610 2024.11.09 02:59:40.029989 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39973, User-Agent: (none), Length: 7317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
25611 2024.11.09 02:59:40.030197 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
25612 2024.11.09 02:59:40.030274 [ 292 ] {} <Debug> HTTP-Session: 3804abb2-6be5-4a72-b66d-db67f594be8c Authenticating user 'default' from [fd00:1122:3344:101::d]:39973
25613 2024.11.09 02:59:40.030335 [ 292 ] {} <Debug> HTTP-Session: 3804abb2-6be5-4a72-b66d-db67f594be8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
25614 2024.11.09 02:59:40.030380 [ 292 ] {} <Debug> HTTP-Session: 3804abb2-6be5-4a72-b66d-db67f594be8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
25615 2024.11.09 02:59:40.030471 [ 292 ] {} <Trace> HTTP-Session: 3804abb2-6be5-4a72-b66d-db67f594be8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
25616 2024.11.09 02:59:40.030635 [ 292 ] {12324bf9-0cf1-4368-9027-83f432d8f198} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39973) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
25617 2024.11.09 02:59:40.030685 [ 292 ] {12324bf9-0cf1-4368-9027-83f432d8f198} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
25618 2024.11.09 02:59:40.030850 [ 292 ] {12324bf9-0cf1-4368-9027-83f432d8f198} <Trace> ParallelParsingInputFormat: Parallel parsing is used
25619 2024.11.09 02:59:40.031171 [ 292 ] {12324bf9-0cf1-4368-9027-83f432d8f198} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
25620 2024.11.09 02:59:40.031206 [ 292 ] {12324bf9-0cf1-4368-9027-83f432d8f198} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB.
25621 2024.11.09 02:59:40.031583 [ 292 ] {12324bf9-0cf1-4368-9027-83f432d8f198} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary)
25622 2024.11.09 02:59:40.031920 [ 292 ] {12324bf9-0cf1-4368-9027-83f432d8f198} <Trace> oximeter.measurements_u64 (51600d35-d2af-4aa7-bf25-d5d1ad2e8efb): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
25623 2024.11.09 02:59:40.032074 [ 292 ] {12324bf9-0cf1-4368-9027-83f432d8f198} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001483 sec., 32366.824005394472 rows/sec., 2.18 MiB/sec.
25624 2024.11.09 02:59:40.032280 [ 292 ] {12324bf9-0cf1-4368-9027-83f432d8f198} <Debug> DynamicQueryHandler: Done processing query
25625 2024.11.09 02:59:40.032310 [ 292 ] {12324bf9-0cf1-4368-9027-83f432d8f198} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
25626 2024.11.09 02:59:40.032326 [ 292 ] {} <Debug> HTTP-Session: 3804abb2-6be5-4a72-b66d-db67f594be8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
25627 2024.11.09 02:59:40.032541 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39973, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)